]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
2
3 * startup.el (command-line): Fix typo.
4
5 2005-07-24 Richard M. Stallman <rms@gnu.org>
6
7 * tooltip.el (tooltip-mode): Test emacs-basic-display,
8 not emacs-quick-startup.
9
10 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11
12 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14 instead of `reb-with-current-window'.
15 (reb-prev-match): Likewise. Also, don't move left if the search
16 was unsuccessful.
17 (reb-initialize-buffer): New function.
18 (re-builder, reb-change-syntax): Use it.
19
20 * man.el (Man-goto-page): Make second argument NOERROR optional.
21
22 2005-07-23 Richard M. Stallman <rms@gnu.org>
23
24 * man.el (Man-bgproc-sentinel): Check here for failure to find
25 any man page in the output, and report the error here.
26 (Man-arguments): Make it permanent local.
27 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
28 (Man-mode): Pass t for NOERROR.
29
30 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
31 (grep-mode-font-lock-keywords):
32 Don't use compilation-...-face for messages that are not file names.
33
34 * progmodes/compile.el (compilation-mode-font-lock-keywords):
35 Don't use compilation-...-face for messages that are not file names.
36
37 2005-07-22 Juri Linkov <juri@jurta.org>
38
39 * simple.el (line-move-1): Fix comments.
40
41 * startup.el (normal-splash-screen): Update menu name.
42
43 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
44
45 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
46
47 * term/xterm.el: Load term/rxvt if the terminal is actually an
48 rxvt terminal.
49 (xterm-rxvt-set-background-mode): Remove, not used anymore.
50
51 * term/rxvt.el (function-key-map): Use substitute-key-definition
52 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
53
54 * term/cygwin.el: New file.
55
56 2005-07-22 Kim F. Storm <storm@cua.dk>
57
58 * image-file.el (insert-image-file, image-file-yank-handler): Fix
59 last change to maintain a (unique) yank-handler on yanked images.
60
61 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
62
63 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
64 of the file size (as in "177B" for 177 bytes). This happens with
65 "ls -lh" on FreeBSD.
66
67 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
68
69 * hilit-chg.el (highlight-changes-global-initial-state)
70 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
71 (hilit-chg-fixup, highlight-changes-mode):
72 Fix typos in docstrings.
73 (highlight-changes-global-modes, highlight-changes-rotate-faces):
74 Doc fixes.
75
76 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
77
78 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
79 mode function using `eval-after-load'.
80
81 2005-07-21 Kim F. Storm <storm@cua.dk>
82
83 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
84 included when reporting an emacs crash, and tell about the DEBUG file.
85
86 * image-file.el (insert-image-file): Add yank-handler.
87 (image-file-yank-handler): Yank handler to make unique copies of
88 images when they are yanked into a buffer next to each other.
89
90 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
91
92 * comint.el (comint-use-prompt-regexp, comint-send-input)
93 (comint-source-default, comint-extract-string)
94 (comint-get-source, comint-word, comint-completion)
95 (comint-source, comint-prompt-read-only, comint-update-fence):
96 Fix typos in docstrings.
97 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
98 Declare with define-obsolete-*-alias macros.
99 (comint-previous-matching-input-from-input)
100 (comint-next-matching-input-from-input)
101 (comint-previous-matching-input, comint-next-matching-input)
102 (comint-forward-matching-input):
103 Improve argument/docstring consistency.
104
105 * desktop.el (desktop-clear-preserve-buffers-regexp):
106 Also preserve the *server* buffer.
107
108 * simple.el (clone-indirect-buffer): Doc fix.
109 (fixup-whitespace, just-one-space)
110 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
111 (next-error, next-error-highlight)
112 (next-error-highlight-no-select, next-error-last-buffer)
113 (next-error-buffer-p, next-error-find-buffer, next-error)
114 (previous-error, next-error-no-select, previous-error-no-select)
115 (open-line, split-line, minibuffer-prompt-width, kill-new)
116 (binary-overwrite-mode): Fix typos in docstrings.
117 (set-fill-column): Fix typo in message.
118
119 * skeleton.el (skeleton-proxy-new): Doc fix.
120
121 * strokes.el (strokes-load-hook): Doc fix.
122 (strokes-grid-resolution, strokes-get-grid-position)
123 (strokes-renormalize-to-grid, strokes-read-stroke)
124 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
125 (strokes-global-map): Fix typos in docstrings.
126 (strokes-help): Doc fix. Fix help message and pass it through
127 `substitute-command-keys'.
128
129 * tempo.el (tempo-insert-prompt, tempo-interactive)
130 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
131 (tempo-insert-string-functions, tempo-local-tags)
132 (tempo-define-template, tempo-insert-template)
133 (tempo-insert-prompt-compat, tempo-is-user-element)
134 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
135 Fix typos in docstrings.
136
137 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
138 (vcursor-key-bindings, vcursor-use-vcursor-map)
139 (vcursor-find-window, vcursor-scroll-down)
140 (vcursor-disable, vcursor-beginning-of-buffer)
141 (vcursor-end-of-buffer): Fix typos in docstrings.
142 (vcursor-relative-move, vcursor-get-char-count):
143 Improve argument/docstring consistency.
144
145 * version.el: "?\ " -> "?\s".
146
147 * wid-edit.el (widget-default-create, widget-after-change)
148 (widget-default-format-handler, widget-checklist-add-item)
149 (widget-radio-add-item, widget-choose, widget-specify-secret)
150 (widget-field-value-create, widget-field-value-get)
151 (widget-editable-list-format-handler)
152 (widget-editable-list-entry-create, widget-group-value-create)
153 (widget-documentation-link-add)
154 (widget-documentation-string-value-create): "?\ " -> "?\s".
155 (widget-convert-text): Doc fix.
156 (widget-narrow-to-field, widget-field-find)
157 (widget-url-link-action, widget-emacs-library-link-action)
158 (widget-color-notify): Fix typos in docstrings.
159
160 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
161 (x-select-text, set-w32-system-coding-system)
162 (w32-add-charset-info): Fix typos in docstrings.
163
164 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
165 (cua-enable-cua-keys, cua-use-hyper-key)
166 (cua-virtual-rectangle-edges): Fix typos in docstrings.
167 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
168
169 * net/tramp.el (tramp-handle-load): Fix typo in error message.
170
171 * emacs-lisp/re-builder.el (regexp-builder): Declare with
172 `defalias' instead of faking it.
173
174 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
175 (eshell-ls-missing, eshell-ls-dired-initial-args)
176 (eshell-ls-use-in-dired): Fix typos in docstrings.
177
178 2005-07-20 Kim F. Storm <storm@cua.dk>
179
180 * emulation/cua-base.el (cua-mode): Improve doc string.
181
182 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
183
184 * abbrev.el (expand-region-abbrevs): Doc fix.
185 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
186 Improve argument/docstring consistency.
187
188 * arc-mode.el (archive-get-descr, archive-alternate-display):
189 Doc fixes.
190 (archive-l-e): Improve argument/docstring consistency.
191 (archive-tmpdir, archive-unixdate, archive-unixtime)
192 (archive-chmod-entry): Fix typos in docstrings.
193 (archive-unflag, archive-unflag-backwards)
194 (archive-unmark-all-files): "?\ " -> "?\s".
195
196 * buff-menu.el (Buffer-menu-unmark): Doc fix.
197 (Buffer-menu-not-modified, Buffer-menu-execute)
198 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
199 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
200
201 * composite.el (compose-string, encode-composition-rule)
202 (compose-last-chars): Fix typos in docstrings.
203
204 * desktop.el (desktop-enable, desktop-basefilename):
205 Declare with `define-obsolete-variable-alias'.
206 (desktop-internal-v2s): Don't quote keywords.
207 (desktop-clear): "?\ " -> "?\s".
208
209 * dired.el (dired-align-file, dired-flag-backup-files)
210 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
211 (dired-listing-switches, dired-ls-F-marks-symlinks)
212 (dired-dwim-target, dired-load-hook, dired-mode-hook)
213 (dired-directory, dired-faces, dired, dired-revert)
214 (dired-mode, dired-summary, dired-view-file)
215 (dired-copy-filename-as-kill, dired-delete-file)
216 (dired-no-confirm, dired-unmark-all-marks)
217 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
218 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
219 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
220 Fix typos in message strings.
221
222 * dired-x.el (virtual-dired): Declare with `defalias'.
223 (dired-mark-unmarked-files, dired-local-variables-file)
224 (dired-omit-here-always): Doc fix.
225 (dired-omit-mode, dired-find-subdir)
226 (dired-enable-local-variables, dired-clean-up-buffers-too)
227 (dired-extra-startup, dired-mark-extension, dired-jump)
228 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
229 (dired-smart-shell-command, dired-guess-shell-alist-user)
230 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
231 (dired-x-bind-find-file, dired-x-submit-report):
232 Fix typos in docstrings.
233 (dired-mark-unmarked-files): "?\ " -> "?\s".
234
235 * dirtrack.el (dirtrack-list): Fix typos in docstring.
236
237 * faces.el (describe-face): "?\ " -> "?\s".
238 (read-all-face-attributes, read-face-font, modify-face)
239 (face-attr-construct, italic): Fix typos in docstrings.
240 (frame-update-face-colors): Declare with
241 `define-obsolete-function-alias'.
242
243 * files.el (find-file-noselect, recode-file-name): Doc fixes.
244 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
245 (magic-mode-alist, buffer-file-numbers-unique)
246 (write-file-functions, get-free-disk-space):
247 Fix typos in docstrings.
248 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
249 (write-contents-hooks, write-file-hooks):
250 Declare with `define-obsolete-variable-alias'.
251
252 * forms-d2.el (arch-rj): Fix typo in docstrings.
253 (arch-tocol): Likewise. "?\ " -> "?\s".
254
255 * frame.el (set-frame-font, cursor-in-non-selected-windows):
256 Fix typo in docstring.
257 (set-screen-width, set-screen-height): Delete redundant info in
258 doctrings.
259 (new-frame, screen-height, screen-width): Declare with
260 `define-obsolete-function-alias'.
261 (delete-frame-hook, blink-cursor): Declare with
262 `define-obsolete-variable-alias'.
263
264 * paths.el (prune-directory-list): Fix typos in docstring.
265
266 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
267 (cvs-prefix-get): Fix typos in docstrings.
268
269 * ps-print.el (ps-extend-face-list, ps-extend-face)
270 (ps-print-background-image): Fix typos in docstrings.
271 (ps-default-fg, ps-default-bg): Doc fixes.
272
273 * s-region.el (s-region-bind): Doc fix.
274 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
275
276 * textmodes/org.el (org-table-formula-substitute-names)
277 (org-table-get-vertical-vector): Doc fixes.
278 (org-table-recalculate): Remove unused argument to `message'.
279
280 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
281
282 * textmodes/org.el (org-table-column-names)
283 (org-table-column-name-regexp)
284 (org-table-named-field-locations): New variables.
285 (org-archive-subtree): Protect `this-command' when calling
286 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
287 the kill buffer.
288 (org-complete): Remove fixed-formula completion.
289 (org-edit-formulas-map): New variable.
290 (org-table-edit-formulas): New command.
291 (org-finish-edit-formulas, org-abort-edit-formulas)
292 (org-show-variable, org-table-get-vertical-vector): New functions.
293 (org-table-maybe-eval-formula): Handle `:=' fields.
294 (org-table-get-stored-formulas, org-table-store-formulas)
295 (org-table-get-formula, org-table-modify-formulas)
296 (org-table-replace-in-formulas): Handle named field formulas.
297 (org-table-get-specials): Store locations of named fields.
298
299 2005-07-19 Juri Linkov <juri@jurta.org>
300
301 * progmodes/grep.el (grep-regexp-alist)
302 (grep-mode-font-lock-keywords, grep-process-setup):
303 Use default GNU grep match color "01;31m" instead of "01;41m".
304 (grep-regexp-alist, grep-mode-font-lock-keywords):
305 Use `\\[[0-9]*m' instead of `\\[00m'.
306 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
307 sgr_start where its handling is more important. Use the real
308 length of sgr_start instead of constant 8.
309 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
310 specially. Delete all remaining escape sequences.
311 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
312 (grep-regexp-alist): Make hyperlink only for binary file name
313 instead of the whole line.
314 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
315 (grep-mode): Add autoload.
316
317 * emacs-lisp/find-func.el (find-function-regexp):
318 Add `define-compilation-mode'.
319
320 2005-07-19 Juri Linkov <juri@jurta.org>
321
322 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
323 (compare-windows-sync-string-size, compare-windows-recenter)
324 (compare-windows-highlight, compare-windows): Add version 22.1.
325 (compare-windows) <defface>: Inherit from lazy-highlight instead
326 of duplicating its default value.
327
328 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
329 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
330
331 * descr-text.el (describe-char): Create link buttons for `charset'
332 and `code point'. Add the current input method name with a link
333 button to `to input' field. Print face names of display table
334 characters in `The display table entry is displayed by' section
335 instead of printing face-id in the `display' field.
336 Guess hardcoded faces and create a link button for them.
337 Skip empty fields when calculating max-width.
338 Treat `widget-create' specially while inserting strings from the
339 collected field list.
340 (describe-char-after): Made obsolete in version 22.1, not 21.5.
341
342 * diff-mode.el (diff-file-header): Change foreground color from
343 yellow to green on light backgrounds.
344 (diff-context): Inherit from `shadow' only for color/grayscale
345 with more than 88 colors.
346 (diff-indicator-removed, diff-indicator-added)
347 (diff-indicator-changed): New faces.
348 (diff-font-lock-keywords): Use new faces. Regroup rules.
349 Add "^---$" for `normal' diff format. Fontify `#' lines with
350 font-lock-comment-delimiter-face and font-lock-comment-face.
351 Add `#' to ^[^...] in the rule for `diff-context-face'.
352
353 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
354 a button-like box. Inherit from `highlight' on low colors.
355 (shadow): Use shades of gray only for color/grayscale with
356 more than 88 colors. Use green for light backgrounds with
357 8 colors, and yellow for dark backgrounds with 8 colors.
358
359 * font-lock.el (font-lock-regexp-grouping-backslash): Don't
360 inherit from escape-glyph (use bold for all cases).
361
362 * info.el (info-xref-visited): Use light foreground color `violet'
363 for dark backgrounds instead of dark color `magenta3'.
364 (info-title-1): Use `yellow' color for dark backgrounds.
365
366 * isearch.el (isearch): Use not-too-dark magenta3 instead of
367 too-light magenta2.
368
369 * replace.el (match): Use slightly more light RoyalBlue3 instead
370 of dark RoyalBlue4.
371
372 * wid-edit.el (widget-inactive): Inherit from `shadow'.
373
374 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
375
376 * novice.el (disabled-command-hook): Declare it with
377 `define-obsolete-variable-alias'.
378
379 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
380 (desktop-buffer-misc-functions, desktop-buffer-handlers)
381 (desktop-load-default): Add release to obsolescence info.
382 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
383 (desktop-append-buffer-args, desktop-read):
384 Fix typos in docstrings.
385 (desktop-kill): Fix typo in message.
386 (desktop-save): Doc fix.
387
388 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
389
390 * viper-cmd.el (viper-escape-to-state): Bug fix.
391 (viper-envelop-ESC-key): Change the definition of fast
392 keysequence so it'll work with keyboard macros.
393
394 * ediff.el (ediff-patch-buffer): Change the docstring.
395
396 2005-07-19 Kenichi Handa <handa@m17n.org>
397
398 * international/mule-cmds.el (select-safe-coding-system): Try to
399 use an auto-coding (if any) before anything else. If the found
400 auto-coding is invalid, show a warning message.
401
402 * international/mule.el (find-auto-coding): New function created
403 by modifying the body of set-auto-coding.
404 (set-auto-coding): Use find-auto-coding to find a coding.
405
406 2005-07-18 Richard M. Stallman <rms@gnu.org>
407
408 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
409 not isearch-mode-end-hook-error.
410 (allout-before-change-protect): Fix error message.
411
412 2005-07-18 Juri Linkov <juri@jurta.org>
413
414 * allout.el (allout-mode):
415 * calculator.el (calculator-copy):
416 * custom.el (custom-known-themes):
417 * dired.el (dired-desktop-buffer-misc-data)
418 (dired-restore-desktop-buffer):
419 * dired-x.el (dired-omit-marker-char):
420 * files.el (basic-save-buffer):
421 * font-core.el (font-lock-mode):
422 * calendar/calendar.el (calendar-goto-hebrew-date)
423 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
424 (calendar-goto-persian-date):
425 * language/ethio-util.el (ethio-sera-to-fidel-region):
426 * textmodes/picture.el (picture-mode):
427 Delete duplicate duplicate words.
428
429 2005-07-18 Juri Linkov <juri@jurta.org>
430
431 * isearch.el (isearch-mode-map): Remove key bindings for regexp
432 chars * ? } |.
433 (isearch-fallback): Don't call `isearch-process-search-char'.
434 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
435 (isearch-process-search-char): Call `isearch-fallback' for regexp
436 chars * ? } |.
437 (isearch-return-char): Make obsolete with `make-obsolete' instead
438 of simply documenting it as obsolete in the docstring.
439 (isearch-fallback): Refill docstring.
440
441 * international/isearch-x.el
442 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
443 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
444 Test the length of `str'.
445
446 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
447
448 * allout.el (allout-resolve-xref): Fix typos in error strings.
449 (allout-before-change-protect): Remove unneeded `concat'.
450
451 * array.el (array-mode, array-reconfigure-rows)
452 (untabify-backward): Fix typos in docstrings.
453 (array-reconfigure-rows): Use `insert-buffer-substring', not
454 `insert-buffer'.
455
456 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
457 * progmodes/ada-mode.el (ada-make-body): Use
458 `insert-buffer-substring' and `goto-char', not `insert-buffer'.
459
460 * dired.el (dired-log):
461 * tar-mode.el (tar-subfile-save-buffer):
462 * play/zone.el (zone-pgm-stress-destress):
463 Use `insert-buffer-substring', not `insert-buffer'.
464
465 2005-07-17 Simon Josefsson <jas@extundo.com>
466
467 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
468
469 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
470
471 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
472 Add plain auth method.
473 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
474
475 2005-07-17 Kim F. Storm <storm@cua.dk>
476
477 * ido.el (dired-other-window): Add ido property.
478
479 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
480
481 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
482 Fix typo in docstring.
483 (byte-compile-interactive-only-functions): Add `insert-buffer' and
484 `insert-file-literally'.
485
486 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
487 info and delete redundant message. Doc fix.
488 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
489 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
490
491 2005-07-16 Richard M. Stallman <rms@gnu.org>
492
493 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
494 (byte-compile-and): Use byte-compile-and-recursion.
495 (byte-compile-or-recursion): New function.
496 (byte-compile-or): Use that.
497 (byte-compile-if): Guard the else-clause too.
498 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
499
500 * isearch.el (isearch-mode-end-hook-quit): New variable.
501 (isearch-done): Bind it.
502 (isearch-mode-end-hook): Doc fix.
503
504 * allout.el (allout-isearch-did-quit): Variable deleted.
505 (allout-real-isearch-abort): Function name no longer used.
506 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
507 (allout-isearch-rectification): isearch-mode always exists.
508 Don't set allout-isearch-did-quit.
509 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
510 allout-isearch-did-quit.
511 (allout-enwrap-isearch): Just add the hook.
512 (allout-isearch-abort): Function deleted.
513 (allout-pre-command-business): Avoid warning.
514
515 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
516 Correctly avoid warnings.
517 (pascal-outline): Likewise.
518
519 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
520
521 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
522
523 * play/tetris.el (tetris-mode): Avoid warning.
524
525 * play/snake.el (snake-mode): Avoid warning.
526
527 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
528 (gamegrid-set-display-table): Avoid warning.
529 (gamegrid-set-timer): Likewise.
530 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
531 (gamegrid-add-score-with-update-game-score-1): Take FILE
532 as argument.
533 (gamegrid-add-score-with-update-game-score): Pass that argument.
534 Rename have-shared-game-dir to gamegrid-shared-game-dir.
535
536 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
537
538 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
539 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
540
541 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
542 and insert-file.
543
544 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
545 (sc-ask): Avoid warnings.
546
547 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
548 (eshell-hist-initialize): Use that var the natural way.
549
550 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
551
552 * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
553 warning calling lre-compile-string.
554 (reb-color-display-p): Avoid warning.
555
556 * calculator.el (calculator-last-input): Guard uses
557 of event-key and key-press-event-p.
558 (event-key, key-press-event-p): Delete definitions.
559
560 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
561 (find-gc-source-directory, find-gc-subrs-callers)
562 (find-gc-noreturn-list, find-gc-source-files)
563 (find-gc-subrs-called): Vars renamed and defvar'd.
564
565 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
566 (checkdoc-overlay-put, checkdoc-delete-overlay)
567 (checkdoc-overlay-start, checkdoc-overlay-end)
568 (checkdoc-mode-line-update, checkdoc-char=):
569 Define such that compiler knows they are defined.
570 (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly.
571 (checkdoc-read-event): Deleted. Use read-event directly.
572
573 * whitespace.el (whitespace-make-overlay)
574 (whitespace-overlay-put, whitespace-delete-overlay)
575 (whitespace-overlay-start, whitespace-overlay-end):
576 Define such that compiler knows they are defined.
577 (whitespace): Move conditional inside.
578
579 * tempo.el (tempo-insert-template): Suppress warning.
580
581 * ediff-diff.el (longlines-mode): Add defvar.
582
583 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
584
585 * server.el: Bind "C-x #" in a way that works even if C-x is
586 redefined to a command key, not a prefix key.
587
588 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
589
590 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
591 cl-make-type-test till execution time.
592
593 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
594
595 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
596 arg ARG and use it.
597
598 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
599
600 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
601
602 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
603
604 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
605 a defcustom with two :set or :type keywords.
606
607 2005-07-15 Richard M. Stallman <rms@gnu.org>
608
609 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
610 Don't give ^M comment-end syntax.
611
612 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
613
614 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
615 Don't consider gdbmi (gdb-mi.el has its own update functions).
616 (gdb-var-delete): Make it work for gdbmi as well.
617 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
618
619 * progmodes/gud.el (etags, sdb): Only require etags when needed.
620 (gud-speedbar-menu-items): Correct logic for enabling items.
621
622 2005-07-15 Kim F. Storm <storm@cua.dk>
623
624 * ido.el: Fix commentary.
625 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
626 Use with-no-warnings around ffap-guesser.
627 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
628 Let bind minibuffer-completing-file-name to t.
629
630 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
631
632 * startup.el (site-run-file, keyboard-type): Doc fixes.
633 (command-line): Check for "--basic-display" argument; also for
634 "--quick", not "--bare-bones" (which was renamed).
635 (fancy-splash-text): Add missing item "Getting New Versions".
636 (normal-splash-screen): Fix typos and improve consistency with
637 `fancy-splash-text'. Update copyright year.
638
639 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
640 valid binding for `help-char'.
641
642 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
643
644 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
645
646 * term.el (term-mode): Disable cua-mode for term buffers.
647
648 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
649
650 * add-log.el (add-log-mailing-address, change-log-merge):
651 Doc fixes.
652 (change-log-get-method-definition): Fix typo in docstring.
653
654 2005-07-14 Kim F. Storm <storm@cua.dk>
655
656 * emulation/cua-base.el:
657 (cua--pre-command-handler-1, cua--pre-command-handler)
658 (cua--post-command-handler-1, cua--post-command-handler):
659 Split in two. Check (buffer local) value of cua-mode.
660 (cua-selection-mode): New command.
661
662 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
663
664 * custom.el (custom-initialize-safe-set)
665 (custom-initialize-safe-default): Doc fixes.
666
667 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
668 and simplify :init-value again.
669
670 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
671 and simplify :init-value again. Delete autoload.
672
673 * startup.el (command-line): Use `custom-reevaluate-setting' again
674 for tooltip-mode.
675
676 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
677 a defcustom with two :initialize keywords.
678
679 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
680
681 * allout.el (my-mark-marker, allout-isearch-prior-pos)
682 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
683 (allout-post-command-business, allout-flag-region)
684 (isearch-reenable-font-lock, allout-yank)
685 (allout-insert-latex-header, allout-insert-latex-trailer)
686 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
687 (allout-latex-verb-quote): Fix typos in docstrings.
688 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
689 (allout-unprotected, allout-prefix-data):
690 Improve argument/docstring consistency.
691 (allout-chart-subtree): Fix argument spec.
692 (allout-open-topic): Rename `use_sib_bullet' argument to
693 `use-sib-bullet'. Doc fix.
694
695 * whitespace.el (whitespace-check-buffer-leading)
696 (whitespace-check-buffer-trailing)
697 (whitespace-check-buffer-indent)
698 (whitespace-check-buffer-spacetab)
699 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
700 (whitespace-check-leading-whitespace)
701 (whitespace-check-trailing-whitespace)
702 (whitespace-check-spacetab-whitespace)
703 (whitespace-check-indent-whitespace)
704 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
705 (whitespace-modes): Fix typos in docstrings.
706 (defgroup, defcustom): Doc fixes.
707
708 * winner.el (winner-mode, winner-boring-buffers)
709 (winner-pending-undo-ring): Doc fixes.
710 (winner-ring): Remove unneeded `progn'.
711 (winner-equal): `defsubst' it.
712 (winner-redo): Fix message.
713
714 2005-07-13 Kim F. Storm <storm@cua.dk>
715
716 * simple.el (line-move-1): Always use vertical-motion to
717 do the last (or only) line move to ensure some movement.
718 Undo 2005-06-23 change--don't check for overlays.
719
720 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
721
722 * term/mac-win.el (ccl-encode-mac-roman-font)
723 (ccl-encode-mac-centraleurroman-font)
724 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
725 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
726 Change charset-id boundary of dimension to ?\xef.
727 (mac-char-fontspec-list): New constant.
728 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
729 argument. Nil uses itself as family in font-spec. Previous
730 behavior for nil is now provided by non-nil non-string argument.
731 All callers changed. Add font-specs for Mac fonts to
732 "fontset-default" unless iso8859-1 fonts are installed.
733
734 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * progmodes/sh-script.el (sh-get-indent-info): Only indent
737 a continuation line if the \ is preceded by SPC or TAB.
738 (sh-get-indent-info): Simplify.
739 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
740 Use with-current-buffer.
741
742 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
743 when the matched text is empty.
744
745 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
746
747 * startup.el (command-line): Revert to previous handling of
748 tooltip-mode. Explain in comment why the complexity is needed.
749
750 * tooltip.el (tooltip-mode): Revert to previous implementation of
751 its defcustom.
752
753 * frame.el (blink-cursor-mode): Revert to previous implementation
754 of its defcustom. Update comment.
755
756 2005-07-12 Lars Hansen <larsh@soem.dk>
757
758 * desktop.el: Update e-mail address.
759
760 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
761
762 * term/mac-win.el (mac-services-mail-selection)
763 (mac-services-mail-to): New functions.
764 (mac-application-menu-map): Bind them.
765
766 2005-07-12 wulei <milton@wulei.net> (tiny change)
767
768 * progmodes/gdb-ui.el: Add note about buffering with Windows.
769
770 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
771
772 * custom.el (custom-reevaluate-setting): Doc fix.
773
774 2005-07-11 Jay Belanger <belanger@truman.edu>
775
776 * calc/calc.el (calc-embedded-announce-formula-alist)
777 (calc-embedded-open-close-plain-alist)
778 (calc-embedded-open-close-mode-alist): Add checks for additional
779 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
780
781 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
782
783 * custom.el (custom-enable-theme): Don't add theme to
784 `custom-enabled-themes' with `push' because there is no
785 setf-method for `delq'.
786
787 2005-07-11 Richard M. Stallman <rms@gnu.org>
788
789 * custom.el (custom-declare-variable): Doc fix.
790
791 * dired-aux.el (dired-compare-directories): Remove "." and ".."
792 from the alists.
793
794 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
795 Do nothing if edebug-active.
796
797 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
798 (edebug-display): Do it here instead.
799
800 2005-07-10 Richard M. Stallman <rms@gnu.org>
801
802 * cus-face.el (custom-theme-set-faces): Make it work.
803 (custom-reset-faces): Doc fix.
804 (custom-theme-reset-internal-face, custom-theme-face-value):
805 Functions deleted.
806
807 * custom.el (custom-push-theme): Maintain list of the settings
808 of a given theme in its theme-settings property.
809 Maintain position of old settings in the theme-value
810 or theme-face property.
811 (custom-enabled-themes): New variable.
812 (custom-theme-enabled-p): New function.
813 (provide-theme): Update custom-enabled-themes.
814 Disable and reenable the `user' theme.
815 (require-theme): Doc fix.
816 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
817 (custom-theme-value, custom-theme-variable-value): Likewise.
818 (custom-theme-reset-internal): Likewise.
819 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
820 (custom-enable-theme, custom-disable-theme): New functions.
821 (custom-variable-theme-value, custom-face-theme-value): Likewise.
822 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
823 (custom-theme-reset-variables): Simplify.
824 (deftheme, custom-declare-theme, custom-make-theme-feature):
825 Definitions moved.
826
827 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
828
829 * longlines.el (longlines-show-region)
830 (longlines-unshow-hard-newlines): Recognize hard newlines by
831 non-nil hard property, instead of t.
832
833 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
834
835 * viper-cmd.el (viper--key-maps): New variable.
836 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
837 emulation-mode-map-alists.
838 (viper-envelop-ESC-key): Use viper-subseq.
839 (viper-search-forward/backward/next): Disable debug-on-error.
840
841 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
842 (viper-ESC-key): New defcustoms.
843
844 * viper-macs.el (ex-map-read-args): Use viper-subseq.
845
846 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
847 (viper-subseq): Copy of subseq from cl.el.
848
849 * viper.el (viper-go-away, viper-set-hooks): Use
850 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
851
852 * viper-mous.el (viper-current-frame-saved): Use defvar.
853
854 * viper-init.el: Get rid of -face in face names.
855
856 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
857 Make it work with longlines mode
858
859 * ediff-mult.el (ediff-meta-mode-hook): New variable.
860
861 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
862
863 * ediff-init: Get rid of -face in face names.
864
865 2005-07-10 Richard M. Stallman <rms@gnu.org>
866
867 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
868 and with-timeout-unsuspend.
869
870 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
871 and with-timeout-unsuspend.
872
873 * emacs-lisp/timer.el (with-timeout-timers): New variable.
874 (with-timeout): Bind that variable to record timers.
875 (with-timeout-suspend, with-timeout-unsuspend): New functions.
876
877 * emacs-lisp/debug.el (debug-help-follow): New function.
878 (debugger-mode-map): Use that instead of help-follow.
879 (debugger-setup-buffer): Use eval-buffer-list
880 to handle eval-buffer frames.
881
882 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
883
884 * timezone.el (timezone-parse-date): Change first regexp
885 so it will not mistakenly match dates with no time zone.
886
887 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
888
889 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
890
891 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
892
893 * custom.el (custom-initialize-safe-set)
894 (custom-initialize-safe-default): New functions.
895
896 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
897 and simplify :init-value.
898
899 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
900 and simplify :init-value. Delete obsolete comment.
901
902 * startup.el (command-line): Use `custom-reevaluate-setting' to
903 handle `tooltip-mode'. Delete obsolete comment.
904
905 * files.el (set-visited-file-name): Avoid calling
906 `file-name-nondirectory' with a nil argument.
907
908 2005-07-09 Richard M. Stallman <rms@gnu.org>
909
910 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
911 was called with nil for the buffer, handle the read position right.
912 Handle read position for eval-region, too.
913
914 2005-07-09 Juri Linkov <juri@jurta.org>
915
916 * fringe.el (fringe-mode): Add period in docstring.
917 (fringe-query-style): Build prompt depending on `all-frames' arg.
918
919 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
920 to not create links to unrelated functions in the Help buffer.
921
922 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
923 Doc fix.
924
925 * simple.el (next-error-hook): New variable.
926 (next-error): Use it. Doc fix.
927
928 * textmodes/ispell.el (ispell-command-loop): Add current
929 dictionary name and program name to mode-line-format.
930 (ispell-region, ispell-process-line): Add current dictionary name
931 and program name to messages.
932
933 2005-07-08 Jay Belanger <belanger@truman.edu>
934
935 * calc/calc.el (calc-embedded-announce-formula-alist)
936 (calc-embedded-open-close-formula-alist)
937 (calc-embedded-open-close-word-alist)
938 (calc-embedded-open-close-plain-alist)
939 (calc-embedded-open-close-new-formula-alist)
940 (calc-embedded-open-close-mode-alist)
941 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
942 (calc-embedded-mode-hook): New variables.
943
944 * calc/calc-embed.el (calc-embedded-firsttime)
945 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
946 New variables.
947 (calc-do-embedded): Use calc-embedded-firsttime,
948 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
949 determine whether or not to run hooks.
950 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
951 calc-embedded-firsttime-formula appropriately.
952 Set calc-embedded delimiter variables according to mode.
953
954 2005-07-08 Richard M. Stallman <rms@gnu.org>
955
956 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
957 Check for "emacs", etc., as entire symbol, not just as word.
958 (checkdoc-file-comments-engine): Use regexp-quote on FN.
959
960 * files.el (set-visited-file-name): Report the error
961 for "empty filename" earlier.
962 (kill-some-buffers): Ignore buffers already dead.
963
964 * fringe.el (fringe-mode): Doc fix.
965
966 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
967 Check for (featurep 'xemacs) and turn off warnings in what it guards.
968 Use unwind-protect to ensure byte-compile-unresolved-functions
969 is updated.
970
971 * whitespace.el (whitespace-buffer-leading-cleanup):
972 Simplify w/ skip-chars-forward.
973 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
974
975 * mail/rmail.el (rmail-only-expunge): Fix paren error.
976 Unconditionally try to leave point at the same old place.
977
978 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
979
980 * comint.el (comint-postoutput-scroll-to-bottom)
981 (comint-show-maximum-output): Take scroll-margin into consideration.
982
983 2005-07-08 Kim F. Storm <storm@cua.dk>
984
985 * ido.el (ido-use-filename-at-point): New choice `guess'.
986 (ido-file-internal): Try ffap-guesser if selected.
987
988 * ido.el (ido-before-fallback-functions): New hook.
989 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
990 (ido-read-file-name): Run it.
991
992 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
995 strings rather than a list of symbols to the completion function.
996
997 2005-07-07 Jay Belanger <belanger@truman.edu>
998
999 * calc/calc-units.el (math-apply-units): Change the places in
1000 which units are simplified.
1001
1002 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1003
1004 * cus-edit.el (customize-option, customize-option-other-window):
1005 Make them handle aliases.
1006
1007 * custom.el (custom-variable-p): Make it recursively follow
1008 aliases. Mention that in the docstring.
1009
1010 2005-07-07 Richard M. Stallman <rms@gnu.org>
1011
1012 * cus-start.el (exec-path): Use `directory' instead of `file'.
1013 Fix tag for nil.
1014
1015 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1018 when called non-interactively. Doc fix.
1019
1020 2005-07-07 Lute Kamstra <lute@gnu.org>
1021
1022 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1023 new address as well.
1024
1025 2005-07-07 Kenichi Handa <handa@m17n.org>
1026
1027 * international/mule.el (make-coding-system):
1028 Describe `ascii-incompatible' property in the docstring.
1029 (set-file-name-coding-system): Signal an error if coding-system is
1030 ascii-incompatible.
1031 (set-keyboard-coding-system): Likewise.
1032
1033 * international/mule-cmds.el (set-default-coding-systems):
1034 Don't set default-file-name-coding-system and
1035 default-keyboard-coding-system if coding-system is ASCII-incompatible.
1036
1037 * international/utf-16.el: Declare that all UTF-16-based coding
1038 systems are ASCII-incompatible.
1039
1040 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
1041
1042 * progmodes/gud.el: Require font-lock for displaying errors.
1043 Used by gdb-ui.el.
1044
1045 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1048 values for the pattern lists which are `read'able but not
1049 `append'able (like symbols).
1050
1051 2005-07-06 Richard M. Stallman <rms@gnu.org>
1052
1053 * progmodes/flymake.el (flymake-float-time): Instead of
1054 with-no-warnings, test for xemacs.
1055 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1056 to avoid warning.
1057
1058 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1059
1060 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1061
1062 2005-07-05 Lute Kamstra <lute@gnu.org>
1063
1064 * battery.el: Add support for Darwin (with much debugging help
1065 from Samuel Lauber <sam124@operamail.com>).
1066 (battery-status-function, battery-echo-area-format)
1067 (battery-mode-line-format): Add support for pmset on Darwin.
1068 (battery-load-low, battery-load-critical): New user options.
1069 (battery-pmset): New function.
1070
1071 2005-07-05 Lute Kamstra <lute@gnu.org>
1072
1073 Update FSF's address in GPL notices.
1074
1075 * textmodes/page-ext.el: Update FSF's address.
1076
1077 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1080 filling from using prefix when filling a single-line docstring.
1081
1082 * progmodes/flymake.el: Remove useless eval-when-compile.
1083
1084 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1085
1086 2005-07-04 Richard M. Stallman <rms@gnu.org>
1087
1088 * textmodes/org.el (org-file-apps-defaults-gnu):
1089 Rename from org-file-apps-defaults-linux.
1090 (org-default-apps): Don't test system-type for `linux'.
1091 (org-file-apps): Doc fix.
1092
1093 2005-07-04 David Ponce <david@dponce.com>
1094
1095 * tree-widget.el: Improve header Commentary section.
1096 (tree-widget) [defgroup]
1097 (tree-widget-image-enable, tree-widget-themes-directory)
1098 (tree-widget-theme, tree-widget-image-properties-emacs)
1099 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1100 (tree-widget-image-formats, tree-widget-control)
1101 (tree-widget-empty-control, tree-widget-leaf-control
1102 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1103 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1104 (tree-widget-keep, tree-widget-after-toggle-functions)
1105 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1106 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1107 :help-echo message.
1108 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1109 (tree-widget-image-properties): Doc fix. Clearer implementation.
1110 (tree-widget--cursors): New constant.
1111 (tree-widget-lookup-image): New function split from
1112 `tree-widget-find-image'. Clearer implementation.
1113 (tree-widget-find-image): Use it.
1114 (tree-widget-button-keymap): Use `set-keymap-parent'.
1115 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1116 Define the sub-widgets here.
1117 (tree-widget-node): Check that :node is not a tree-widget.
1118 (tree-widget-get-super, tree-widget-open-control)
1119 (tree-widget-close-control, tree-widget-empty-control)
1120 (tree-widget-leaf-control, tree-widget-guide)
1121 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1122 (tree-widget-no-handle, tree-widget-value-delete)
1123 (tree-widget-map): Remove.
1124 (tree-widget-children-value-save): Doc fix. Simplified.
1125 (tree-widget-value-create): Update according to previous changes.
1126
1127 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
1128
1129 * textmodes/org.el: Leading space replaced by TABS.
1130 (org-recalc-marks, org-table-rotate-recalc-marks)
1131 (org-table-get-specials): Treat "^" and "_" marks.
1132 (org-table-justify-field-maybe): Optional argument NEW.
1133 (org-table-eval-formula): Parsing of the format simplified.
1134 New modes C,I. Honor the %= parameter in the current table.
1135 Avoid unnecessary re-align by using the NEW argument to
1136 `org-table-justify-field-maybe'.
1137 (org-calc-default-modes): Default for date-format mimicks org-mode.
1138 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1139
1140 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1141
1142 * cus-face.el (custom-theme-set-faces): Make it handle face
1143 aliases whose alias declarations are pre- or autoloaded.
1144
1145 2005-07-04 Juri Linkov <juri@jurta.org>
1146
1147 * faces.el (read-face-name): Put the code for getting a face name
1148 from the buffer before adding the faces from the `face' property.
1149 Use `completing-read-multiple' instead of `completing-read'.
1150 Require `crm'. Add default value and post-process the returned
1151 list of faces.
1152
1153 * emacs-lisp/crm.el (crm-find-current-element)
1154 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1155
1156 * emacs-lisp/lisp-mode.el (eval-defun-1):
1157 * emacs-lisp/edebug.el (edebug-eval-defun):
1158 Remove unnecessary quotes.
1159
1160 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1163 (prolog-indent-level): Fix typo in docstring.
1164
1165 * info.el (Info-history, Info-history-forward)
1166 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1167
1168 * add-log.el (add-change-log-entry):
1169 * comint.el (comint-dynamic-list-input-ring)
1170 (comint-dynamic-list-completions):
1171 * dabbrev.el (dabbrev-expand):
1172 * delim-col.el (delimit-columns-rectangle-line):
1173 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1174 (diff-unified->context):
1175 * ediff-init.el (ediff-abbrev-jobname):
1176 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1177 (ediff-replace-session-activity-marker-in-meta-buffer):
1178 * info.el (Info-summary):
1179 * lpr.el (printify-region):
1180 * printing.el (pr-create-interface):
1181 * ps-print.el (ps-print-quote):
1182 * ses.el (ses-column-widths, ses-print-cell)
1183 (ses-adjust-print-width, ses-center):
1184 * shell.el (shell-file-name-quote-list):
1185 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1186 (strokes-fill-current-buffer-with-whitespace)
1187 (strokes-xpm-for-stroke, strokes-list-strokes)
1188 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1189 * term.el (term-dynamic-list-input-ring)
1190 (term-dynamic-list-completions):
1191 * calc/calc.el (math-format-stack-value):
1192 * emacs-lisp/edebug.el (edebug-display-freq-count):
1193 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1194 (delphi-new-comment-line):
1195 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1196 * progmodes/executable.el (executable-set-magic):
1197 * progmodes/python.el (inferior-python-mode):
1198 * progmodes/scheme.el (scheme-mode-syntax-table):
1199 * progmodes/sh-script.el (sh-maybe-here-document):
1200 * progmodes/sql.el (sql-copy-column):
1201 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1202 * textmodes/bibtex.el (bibtex-mode):
1203 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1204 (sgml-auto-attributes):
1205 * textmodes/table.el (table-insert, table-shorten-cell)
1206 (table--generate-source-scan-lines, table-delete-row)
1207 (*table--cell-delete-char, table--spacify-frame)
1208 (table--horizontally-shift-above-and-below)
1209 (table--cell-insert-char, table--cell-blank-str)
1210 (table--fill-region-strictly):
1211 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1212 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1213
1214 * add-log.el (change-log):
1215 * apropos.el (apropos):
1216 * comint.el (comint-completion, comint-source):
1217 * dabbrev.el (dabbrev):
1218 * delim-col.el (columns):
1219 * diff-mode.el (diff-mode):
1220 * ediff.el (ediff):
1221 * ediff-diff.el (ediff-diff):
1222 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1223 * ediff-mult.el (ediff-mult):
1224 * ediff-ptch.el (ediff-ptch):
1225 * ediff-wind.el (ediff-window):
1226 * facemenu.el (facemenu):
1227 * indent.el (indent):
1228 * info.el (info):
1229 * jka-cmpr-hook.el (compression, jka-compr):
1230 * lpr.el (lpr):
1231 * outline.el (outlines):
1232 * pcmpl-cvs.el (pcmpl-cvs):
1233 * pcmpl-rpm.el (pcmpl-rpm):
1234 * printing.el (printing):
1235 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1236 (ps-print-vertical, ps-print-headers, ps-print-font)
1237 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1238 (ps-print-background, ps-print-printer, ps-print-page)
1239 (ps-print-miscellany):
1240 * ses.el (ses):
1241 * shell.el (shell, shell-directories, shell-faces):
1242 * startup.el (initialization):
1243 * strokes.el (strokes):
1244 * term.el (term):
1245 * uniquify.el (uniquify):
1246 * w32-vars.el (w32):
1247 * calc/calc.el (calc):
1248 * emacs-lisp/bytecomp.el (bytecomp):
1249 * emacs-lisp/cl-indent.el (lisp-indent):
1250 * emacs-lisp/edebug.el (edebug):
1251 * emacs-lisp/elp.el (elp):
1252 * emacs-lisp/testcover.el (testcover):
1253 * emacs-lisp/trace.el (trace):
1254 * emulation/viper-ex.el (viper-ex):
1255 * emulation/viper-mous.el (viper-mouse):
1256 * mail/mailalias.el (mailalias):
1257 * mail/supercite.el (supercite, supercite-frames)
1258 (supercite-attr, supercite-cite, supercite-hooks):
1259 * net/rcompile.el (remote-compile):
1260 * net/rlogin.el (rlogin):
1261 * obsolete/ooutline.el (outlines):
1262 * progmodes/delphi.el (delphi):
1263 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1264 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1265 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1266 (ebnf-optimization):
1267 * progmodes/etags.el (etags):
1268 * progmodes/executable.el (executable):
1269 * progmodes/idlwave.el (idlwave):
1270 * progmodes/pascal.el (pascal):
1271 * progmodes/prolog.el (prolog):
1272 * progmodes/python.el (python):
1273 * progmodes/scheme.el (scheme):
1274 * progmodes/sh-script.el (sh, sh-script):
1275 * progmodes/sql.el (SQL):
1276 * progmodes/tcl.el (tcl):
1277 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1278 * textmodes/enriched.el (enriched):
1279 * textmodes/makeinfo.el (makeinfo):
1280 * textmodes/sgml-mode.el (sgml):
1281 * textmodes/table.el (table-hooks):
1282 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1283 * textmodes/texinfo.el (texinfo):
1284 * textmodes/two-column.el (two-column):
1285 Finish `defgroup' description with period.
1286
1287 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1288 * eshell/esh-var.el (eshell-var):
1289 * progmodes/vhdl-mode.el (vhdl-testbench):
1290 * textmodes/org.el (org): Fix typos in docstrings.
1291
1292 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1293 consistency.
1294
1295 * progmodes/flymake.el (flymake-find-file): Remove.
1296 (flymake-float-time): Use `with-no-warnings'.
1297 (flymake-check-start-time, flymake-check-was-interrupted)
1298 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1299 (flymake-new-err-info): `defvar' at compile time.
1300
1301 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * replace.el (occur-hook): Doc fix.
1304 (occur-1): Don't call `occur-hook' if there are no matches.
1305
1306 2005-07-03 Richard M. Stallman <rms@gnu.org>
1307
1308 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1309 global-map, save the same map.
1310 (global-map): Don't alter it at top level.
1311 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1312 Then alter it here instead.
1313 (tpu-edt-off): Set global-map to the saved one.
1314
1315 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1316 All references simplified.
1317 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1318 (zmacs-regions): Add defvar.
1319 (repeat-complex-command-map): Everything about that deleted.
1320
1321 * textmodes/artist.el (artist-key-is-drawing)
1322 (artist-key-endpoint1, artist-key-poly-point-list)
1323 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1324 (artist-key-compl-table, artist-rb-save-data)
1325 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1326 Don't put them in eval-when-compile.
1327 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1328
1329 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1330 Use with-no-warnings.
1331
1332 * net/browse-url.el (dos-windows-version): Add defvar.
1333
1334 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1335
1336 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1337 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1338 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1339 Add defvar.
1340 (rmail-summary-beginning-of-message): Use with-no-warnings.
1341 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1342
1343 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1344 Use with-no-warnings.
1345
1346 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1347 (c-mark-function): Add point-moving-unit property.
1348 (vi-goto-line): Use with-no-warnings.
1349
1350 * emulation/edt.el (edt-last-copied-word): Add defvar.
1351 (zmacs-region-stays): Likewise.
1352 (edt-mark-section-wisely): Use c-mark-function for C.
1353 Use makr-defun for Fortran.
1354 (time-string): defvar deleted.
1355 (edt-display-the-time): Don't set time-string.
1356
1357 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1358
1359 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1360 Don't warn when name is not constant
1361 or for defining the group `emacs'.
1362
1363 * tooltip.el (gud-tooltip-mode): Add defvar.
1364
1365 * startup.el (default-frame-background-mode): Add defvar.
1366
1367 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1368
1369 * info.el (tool-bar-map): Add defvar.
1370
1371 * dired.el (dnd-protocol-alist): Add defvar.
1372
1373 * dired-aux.el (dired-query): Display question with answer, when
1374 the user answers.
1375
1376 * custom.el (custom-add-option): Doc fix.
1377
1378 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1379
1380 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1381
1382 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1383 bogus name from the last change.
1384
1385 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1386
1387 * custom.el (custom-declare-variable): Fix typos in comment.
1388 (custom-known-themes): Doc fix.
1389 (custom-theme-directory): New defcustom.
1390 (require-theme): Make it check `custom-theme-directory'.
1391
1392 * cus-theme.el (custom-new-theme-mode): New function.
1393 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1394 (custom-theme-description): Add compiler defvars.
1395 (customize-create-theme): Add doc to the "*New Custom Theme*"
1396 buffer. Use `custom-new-theme-mode'.
1397 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1398 and save it to the `custom-theme-directory'. Make this the
1399 default directory of the buffer.
1400
1401 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1402
1403 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1404 Fix unbalanced parentheses.
1405
1406 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1409 into flymake-mode and delegate to flymake-mode.
1410
1411 * find-file.el (ff-which-function-are-we-in): Clean up.
1412
1413 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1414
1415 * replace.el (occur-rename-buffer): Fix docstring.
1416
1417 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1418 (edt-last-copied-word, edt-learn-macro-count)
1419 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1420 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1421 (time-string, zmacs-region-stays):
1422 * emulation/edt-mapper.el (edt-save-function-key-map)
1423 (EDT-key-name): `defvar' to silence the byte-compiler.
1424
1425 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1426
1427 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1428 font-lock-regexp-backslash. Doc fix.
1429 (font-lock-regexp-backslash-grouping-construct): Rename from
1430 font-lock-regexp-backslash-construct. Doc fix.
1431 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1432 grouping constructs.
1433
1434 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1435
1436 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1437 updating all the prerequisites.
1438
1439 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1440
1441 * textmodes/org.el (org-agenda-start-on-weekday)
1442 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1443 (org-agenda-use-time-grid, org-archive-location)
1444 (org-allow-space-in-links, org-usenet-links-prefer-google)
1445 (org-enable-table-editor, org-export-default-language)
1446 (org-export-html-show-new-buffer, org-fill-paragraph)
1447 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1448 (org-goto-quit, org-occur, org-eval-in-calendar)
1449 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1450 (org-agenda-diary-entry, org-remember-help)
1451 (org-table-convert-region, org-at-table-p)
1452 (org-table-move-row-down, org-table-move-row-up)
1453 (org-table-copy-region, org-table-toggle-vline-visibility)
1454 (org-table-get-stored-formulas, org-table-get-specials)
1455 (org-recalc-commands, org-table-eval-formula)
1456 (org-table-formula-substitute-names, orgtbl-make-binding)
1457 (org-format-org-table-html, org-format-table-table-html)
1458 (org-format-table-table-html-using-table-generate-source)
1459 (org-customize): Fix typos in docstrings.
1460 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1461 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1462 (org-back-to-heading): Doc fixes.
1463 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1464 (org-agenda-change-all-lines, org-get-header):
1465 Improve argument/docstring consistency.
1466 (orgtbl-error): Fix error message.
1467
1468 * progmodes/flymake.el (flymake-find-possible-master-files)
1469 (flymake-master-file-compare, flymake-get-line-err-count)
1470 (flymake-highlight-line, flymake-gui-warnings-enabled):
1471 Fix typos in docstrings.
1472 (flymake-parse-line, flymake-get-project-include-dirs-function)
1473 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1474 Doc fixes.
1475 (flymake-get-project-include-dirs-function)
1476 (flymake-make-err-menu-data):
1477 Improve argument/docstring consistency.
1478
1479 2005-07-01 Lute Kamstra <lute@gnu.org>
1480
1481 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1482 Catch errors with ignore-errors. Use temporary buffer.
1483 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1484
1485 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1486 background color faces.
1487 (facemenu-set-foreground, facemenu-set-background):
1488 Use facemenu-set-face-from-menu.
1489 (facemenu-set-face-from-menu): Treat face names that start with
1490 "fg:" or "bg:" as special.
1491 (facemenu-add-new-color): Don't create faces. Simplify.
1492
1493 2005-06-30 Richard M. Stallman <rms@gnu.org>
1494
1495 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1496 (crm-find-current-element): Likewise.
1497
1498 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1499
1500 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1501
1502 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1505 (archive-mouse-extract): Make it an obsolete alias.
1506 (archive-mode-map): Don't use archive-mouse-extract any more.
1507 (archive-mode, archive-extract): write-contents-hooks ->
1508 write-contents-functions.
1509 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1510 first arg.
1511 (archive-rename-entry): Update the call.
1512 (archive-zip-summarize): Remove unused var `method'.
1513 (archive-lzh-summarize): Remove unused var `creator'.
1514
1515 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1516 dedicated frame upon exit.
1517
1518 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1519 (archive-zip-extract, archive-zip-expunge)
1520 (archive-zip-update, archive-zip-update-case): Use executable-find.
1521 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1522 Use restore-buffer-modified-p.
1523 (archive-extract, archive-add-new-member, archive-write-file-member):
1524 Use with-current-buffer.
1525 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1526
1527 2005-06-30 Andreas Schwab <schwab@suse.de>
1528
1529 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1530
1531 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1532
1533 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1534
1535 2005-06-30 Juri Linkov <juri@jurta.org>
1536
1537 * faces.el (vertical-border): Inherit from mode-line-inactive
1538 only on tty.
1539
1540 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1541
1542 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1543 example, -NLINES in the `occur' docstring).
1544
1545 * replace.el (occur-1): When no matches are found, do not set the
1546 `buffer-read-only' and modified flags for the occur buffer,
1547 because it is deleted.
1548
1549 * emulation/cua-base.el (cua-check-pending-input)
1550 (cua-repeat-replace-region, cua-mode, cua-debug)
1551 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1552 Fix typos in docstrings.
1553
1554 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1555 (cua-cut-region-to-global-mark)
1556 (cua--cut-rectangle-to-global-mark):
1557 Remove period from end of messages.
1558
1559 * emulation/cua-rect.el (cua-do-rectangle-padding):
1560 Remove period from end of messages.
1561 (cua--rectangle-seq-format): Fix typo in docstring.
1562 (cua-sequence-rectangle, cua-fill-char-rectangle):
1563 Improve argument/docstring consistency.
1564
1565 2005-06-29 Juri Linkov <juri@jurta.org>
1566
1567 * faces.el (default-frame-background-mode): New internal variable.
1568 (frame-set-background-mode): Use it.
1569
1570 * startup.el (normal-top-level): Set default-frame-background-mode
1571 instead of frame-background-mode. Before setting it, test for its
1572 nil value. Remove tests for frame-background-mode and frame
1573 parameter `reverse'. Add test for "unspecified-fg".
1574
1575 * term/xterm.el (xterm-rxvt-set-background-mode):
1576 * term/rxvt.el (rxvt-set-background-mode):
1577 Set default-frame-background-mode instead of frame-background-mode.
1578
1579 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1580
1581 * simple.el (set-variable): Warn about obsolete user variables.
1582
1583 * imenu.el (imenu--completion-buffer):
1584 * mouse.el (mouse-buffer-menu-alist):
1585 * msb.el (msb-invisible-buffer-p):
1586 * calendar/diary-lib.el (diary-header-line-format):
1587 * emacs-lisp/pp.el (pp-buffer):
1588 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1589 * textmodes/picture.el (picture-replace-match):
1590 Change space constants followed by a sexp to "?\s ".
1591
1592 * play/decipher.el (decipher-loop-with-breaks):
1593 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1594 constants "protected" from end of line by a comment to "?\s".
1595
1596 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1597
1598 * font-lock.el (save-buffer-state): Use `declare'.
1599
1600 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1601 reset the syntax-table to cperl-mode-syntax-table.
1602 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1603 "foo_print_bar" is not matched as a reserved keyword.
1604
1605 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1606
1607 * textmodes/org.el (orgtbl-setup): New function, for delayed
1608 setup for the orgtbl commands.
1609 (org-calc-default-modes): New option.
1610 (orgtbl-make-binding): Use `defun' to get better help display.
1611 (org-diary): Call `org-compile-prefix-format'.
1612 (org-table-formula-substitute-names): New function.
1613 (org-agenda-day-view, org-agenda-week-view): New commands.
1614 (org-agenda-toggle-week-view): Command removed.
1615 (org-tbl-menu): Split off from org-org-menu.
1616 (org-mode): Move removal of outline-mode menus to here.
1617 (org-table-formula-debug): New option.
1618 (org-table-insert-row): Keep first field if just "#" or "*".
1619 (org-mode): Paragraph regexps fixed.
1620 (org-table-recalculate-regexp): New constant.
1621 (org-table-justify-field-maybe): Avoid replace if not necessary.
1622 (org-copy-special, org-cut-special): Use `call-interactively'.
1623 (org-table-copy-region): Take region from `interactive' call.
1624 (org-trim): Return string even if no match.
1625 (org-formula): New face.
1626 (org-set-font-lock-defaults): No longer highlight "FIXME".
1627 But highlight formula-related fields in table.
1628 (org-table-p): Use regexp, not fontification.
1629 (org-table-align): Handle white space at end of line.
1630 (org-table-formula-evaluate-inline): New option.
1631 (org-mode): Auto-wrapping in comment lines turned off.
1632 (org-table-copy-down): Evaluate only in copied field, not in
1633 destination.
1634 (org-table-current-formula): Variable removed.
1635 (org-table-store-formulas, org-table-get-stored-formulas)
1636 (org-table-modify-formulas, org-table-replace-in-formulas)
1637 (org-table-maybe-eval-formula): New functions.
1638 (org-table-get-formula): Modify to use stored formulas.
1639 (org-table-insert-column, org-table-delete-column)
1640 (org-table-move-column): Call `org-table-modify-formulas'.
1641 (org-complete): Add completion for keyword formulas.
1642 (orgtbl-mode): Pull orgtbl-mode-map to start of
1643 minor-mode-map-alist.
1644
1645 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * progmodes/python.el (python-check): Require `compile' before
1648 modifying its variables.
1649
1650 * newcomment.el (comment-indent-default): Don't get fooled by an early
1651 end of buffer.
1652
1653 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1654
1655 * ps-print.el (ps-print-version): Fix version number.
1656
1657 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1658
1659 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1660
1661 2005-06-28 Richard M. Stallman <rms@gnu.org>
1662
1663 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1664 (flyspell-local-mouse-map): Declaration deleted.
1665 (flyspell-mouse-map): Bind only mouse-2.
1666 (flyspell-mode-map): Don't test flyspell-use-local-map.
1667 (flyspell-overlay-keymap-property-name): Var deleted.
1668 (flyspell-mode-on): Don't make local bindings for
1669 flyspell-mouse-map and flyspell-mode-map.
1670 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1671
1672 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1673
1674 * progmodes/compile.el (compilation-next-error-function):
1675 Don't switch buffers; operate on the current buffer.
1676
1677 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1678
1679 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1680
1681 * bindings.el (global-map): Bind insertchar and its variants.
1682
1683 2005-06-27 Richard M. Stallman <rms@gnu.org>
1684
1685 * textmodes/artist.el (artist-text-overwrite)
1686 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1687
1688 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1689
1690 * ps-print.el: It was not working the page selection for printing.
1691 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1692 (ps-print-version): New version 6.6.7.
1693 (ps-end-sheet): New fun.
1694 (ps-header-sheet, ps-end-job): Call it.
1695
1696 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1697
1698 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1699
1700 2005-06-27 Lute Kamstra <lute@gnu.org>
1701
1702 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1703 background color faces.
1704 (facemenu-get-face): Delete function.
1705 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1706 (facemenu-add-new-color): Make second argument mandatory.
1707 Create the appropriate face and return it. Simplify.
1708 (facemenu-set-foreground, facemenu-set-background): Don't check if
1709 color is defined. Use return value of facemenu-add-new-color.
1710
1711 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1712
1713 * progmodes/gud.el (gud-filter): Add missing argument to
1714 with-selected-window.
1715
1716 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1719 a :require to the defcustom.
1720
1721 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1722 defcustoms corresponding to minor modes.
1723
1724 2005-06-26 David Ponce <david@dponce.com>
1725
1726 * recentf.el: Require tree-widget instead of wid-edit.
1727 (recentf-filename-handler): Fix widget :type.
1728 (recentf-cancel-dialog, recentf-open-more-files)
1729 (recentf-open-files-action): Doc fix.
1730 (recentf-dialog-goto-first): New function.
1731 (recentf-dialog-mode-map): Set parent keymap first.
1732 (recentf-dialog-mode): Define with define-derived-mode.
1733 Don't display continuation lines in dialogs.
1734 (recentf-edit-list): Rename from recentf-edit-selected-items.
1735 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1736 Simplify.
1737 (recentf-edit-list-validate): New function.
1738 (recentf-edit-list): Update accordingly.
1739 (recentf-open-files-item-shift): Remove.
1740 (recentf-open-files-item): Convert menu elements into tree and
1741 link widgets. Don't create the widgets.
1742 (recentf-open-files): Update accordingly.
1743 (recentf-save-list): Untabify.
1744
1745 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1746
1747 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1748 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1749 partially contained in the active region. Do not take active
1750 region into account when called from Lisp, unless INTERACTIVE arg
1751 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1752 avoid trouble with fields. Make marker point nowhere when no
1753 longer used. Always return nil. Doc fix.
1754 (flush-lines): Add INTERACTIVE arg. Do not take active region
1755 into account when called from Lisp, unless INTERACTIVE arg is
1756 non-nil. Use `forward-line' instead of `beginning-of-line' to
1757 avoid trouble with fields. Make marker point nowhere when no
1758 longer used. Always return nil. Doc fix.
1759 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1760 interchangeable. Do not take active region into account when
1761 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1762 message in echo area when called from Lisp, unless INTERACTIVE arg
1763 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1764 Return the number of matches. Doc fix.
1765 (occur): Doc fix.
1766 (perform-replace): Make comment follow double space convention for
1767 the sake of `outline-minor-mode'.
1768
1769 * faces.el (facep): Doc fix.
1770
1771 2005-06-25 Richard M. Stallman <rms@gnu.org>
1772
1773 * facemenu.el (facemenu-enable-faces-p): New function.
1774 (facemenu-background-menu, facemenu-foreground-menu)
1775 (facemenu-face-menu): Add menu-enable property.
1776
1777 * jka-compr.el (jka-compr-insert-file-contents):
1778 Special handling if cannot find the uncompression program.
1779
1780 * cus-face.el (custom-face-attributes): Add autoload.
1781
1782 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1783 Bind comment-indent-function locally.
1784
1785 * window.el (save-selected-window): Use save-current-buffer.
1786
1787 * subr.el (with-selected-window): Use save-current-buffer.
1788
1789 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1790 and with-current-buffer.
1791
1792 2005-06-24 Richard M. Stallman <rms@gnu.org>
1793
1794 * simple.el (line-move-1): Fix previous change.
1795
1796 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * replace.el (occur-1): Set `buffer-read-only' and the
1799 buffer-modified flag before running `occur-hook' to protect
1800 against unintentional buffer switches that can lead to data loss.
1801
1802 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1803
1804 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1805 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1806 initial error.
1807
1808 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1809 after fresh input.
1810 (gdb-var-create-handler): Put name of expression in quotes.
1811
1812 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1813
1814 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1815 elements of RING in order, and without bogus nil elements.
1816
1817 2005-06-23 Richard M. Stallman <rms@gnu.org>
1818
1819 * simple.el (set-variable): Args renamed; doc fix.
1820 (line-move-1): When there are overlays around, use vertical-motion.
1821
1822 * faces.el (escape-glyph): Use brown against light background.
1823 (nobreak-space): Rename from no-break-space.
1824 Fix previous change.
1825
1826 * dired-aux.el (dired-do-copy): Fix arg prompt.
1827
1828 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1829
1830 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1831
1832 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1833 rather than "Distributor".
1834
1835 2005-06-23 Lute Kamstra <lute@gnu.org>
1836
1837 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1838 (debug-on-entry): Use it. New interactive declaration that uses
1839 function-called-at-point.
1840
1841 2005-06-23 Kim F. Storm <storm@cua.dk>
1842
1843 * subr.el (save-match-data): Add comment about using evaporate arg
1844 to set-match-data.
1845
1846 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1847
1848 * cus-edit.el (customize-face)
1849 (customize-face-other-window): Handle face aliases.
1850
1851 * faces.el (face-documentation, set-face-attribute)
1852 (face-spec-set): Handle face aliases.
1853
1854 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1855
1856 * help-mode.el (help-make-xrefs): If a symbol representing a face
1857 name is not followed by the word "face", it could still be a
1858 function or variable name, so don't bypass other checks.
1859
1860 2005-06-22 Juri Linkov <juri@jurta.org>
1861
1862 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1863 Replace aliased functions with calls where second arg `inherit' is t.
1864
1865 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1866
1867 * progmodes/gdb-ui.el (gdb-error): New variable.
1868 (gdb-error): New function.
1869 (gdb-annotation-rules): Act on error-begin and error annotations.
1870 (gdb-concat-output): Use font-lock-warning-face for errors.
1871
1872 2005-06-22 Miles Bader <miles@gnu.org>
1873
1874 * bindings.el (propertized-buffer-identification): Use renamed
1875 `Buffer-menu-buffer' face.
1876
1877 * faces.el (vertical-border): Rename from `vertical-divider'.
1878 (escape-glyph): Change dark-background color back to `cyan'.
1879
1880 2005-06-21 Juri Linkov <juri@jurta.org>
1881
1882 * faces.el (face-user-default-spec): Try getting `customized-face'
1883 prior to `saved-face'.
1884 (frame-background-mode): Refill docstring.
1885
1886 * emacs-lisp/lisp-mode.el (eval-defun-1):
1887 * emacs-lisp/edebug.el (edebug-eval-defun):
1888 Set `saved-face' temporarily to nil before calling form.
1889 Set `customized-face' to the new spec after that.
1890
1891 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1892
1893 * subr.el (1value, lambda, key-substitution-in-progress):
1894 Doc fixes.
1895
1896 * autoinsert.el (auto-insert-alist):
1897 * ses.el (ses-call-printer):
1898 * subr.el (noreturn):
1899 * emacs-lisp/lisp.el (check-parens):
1900 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1901 * net/browse-url.el (browse-url-mosaic):
1902 * progmodes/cc-defs.el (c-safe-scan-lists):
1903 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1904 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1905 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1906 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1907 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1908 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1909
1910 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1911
1912 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1913
1914 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1915
1916 * calendar/appt.el (appt-make-list): Activate the package, if
1917 not already active (for backwards compatibility).
1918
1919 2005-06-20 Kim F. Storm <storm@cua.dk>
1920
1921 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1922
1923 2005-06-20 Miles Bader <miles@gnu.org>
1924
1925 * faces.el (vertical-divider): New face.
1926
1927 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1928
1929 * simple.el (kill-whole-line): Doc fix.
1930 (next-error-buffer-p, next-error-find-buffer)
1931 (clone-indirect-buffer): Fix typos in docstrings.
1932 (comment-line-break-function): Doc fix: don't say variable
1933 is automatically buffer-local (it isn't).
1934
1935 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1936
1937 * net/tramp-ftp.el (top):
1938 * net/tramp-smb.el (top):
1939 * net/tramp-util.el (top):
1940 * net/tramp-uu.el (top):
1941 * net/tramp-vc.el (top):
1942 * net/tramp.el (top): Revert copyright years back to original
1943 ones. Tramp has a life outside GNU Emacs.
1944
1945 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1946
1947 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1948
1949 2005-06-18 Juri Linkov <juri@jurta.org>
1950
1951 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1952 end of first regexp to limit the match to the position between
1953 line number and source line with same separator character as used
1954 between file name and line number. In the second regexp limit
1955 mouse-face area to file name and line number by adding new group
1956 for them and referring it in HYPERLINK arg.
1957 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1958 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1959 previous line where grep markers may be already removed.
1960
1961 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1962
1963 * progmodes/ps-mode.el: Update version and maintainer's email address.
1964
1965 2005-06-18 Steve Youngs <steve@xemacs.org>
1966
1967 * net/browse-url.el (browse-url-browser-function)
1968 (browse-url-default-browser): Add firefox.
1969 (browse-url-firefox-program, browse-url-firefox-arguments)
1970 (browse-url-firefox-startup-arguments)
1971 (browse-url-firefox-new-window-is-tab): New defcustoms.
1972 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1973
1974 2005-06-17 Richard M. Stallman <rms@gnu.org>
1975
1976 * startup.el (command-line): Warn if specified user name has
1977 no home directory.
1978
1979 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1980 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1981
1982 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1983 Doc fixes.
1984
1985 * faces.el (underline): Try bold if terminal doesn't support underline.
1986
1987 * mail/sendmail.el (mail-setup-with-from): New variable.
1988 (mail-insert-from-field): New function.
1989 (sendmail-send-it): Call it.
1990 (mail-setup): Optionally call it here.
1991
1992 * term/linux.el: Call tty-no-underline.
1993
1994 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1995
1996 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1997
1998 2005-06-17 Miles Bader <miles@gnu.org>
1999
2000 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2001 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2002 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2003 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2004 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2005 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2006 Remove "-face" suffix from face names.
2007 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2008 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2009 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2010 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2011 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2012 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2013 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2014 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2015 New backward-compatibility aliases for renamed faces.
2016 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2017 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2018 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2019 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2020 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2021 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2022 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2023 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2024 Use renamed ediff faces.
2025
2026 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2027 Remove "-face" suffix from face names.
2028 (eshell-test-ok-face, eshell-test-failed-face):
2029 New backward-compatibility aliases for renamed faces.
2030 (eshell-run-test): Use renamed eshell-test faces.
2031
2032 * eshell/em-prompt.el (eshell-prompt):
2033 Remove "-face" suffix from face name.
2034 (eshell-prompt-face): New backward-compatibility alias for renamed face.
2035 (eshell-emit-prompt): Use renamed eshell-prompt face.
2036
2037 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2038 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2039 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2040 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2041 Remove "-face" suffix from face names.
2042 (eshell-ls-directory-face, eshell-ls-symlink-face)
2043 (eshell-ls-executable-face, eshell-ls-readonly-face)
2044 (eshell-ls-unreadable-face, eshell-ls-special-face)
2045 (eshell-ls-missing-face, eshell-ls-archive-face)
2046 (eshell-ls-backup-face, eshell-ls-product-face)
2047 (eshell-ls-clutter-face):
2048 New backward-compatibility aliases for renamed faces.
2049 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2050
2051 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2052 Remove "-face" suffix from face name.
2053 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2054 instead of literal face.
2055
2056 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2057
2058 * emacs-lisp/warnings.el (display-warning, lwarn)
2059 (warning-minimum-log-level): Doc fixes.
2060 (warning-minimum-level, warning-minimum-log-level):
2061 Add :debug to :type choices.
2062
2063 * progmodes/ada-mode.el (ada-format-paramlist)
2064 (ada-get-indent-case, ada-check-matching-start)
2065 (ada-check-defun-name, ada-goto-matching-decl-start)
2066 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2067 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2068 (ada-make-subprogram-body): Follow error conventions.
2069 (ada-case-exception-file, ada-indent-comment-as-code)
2070 (ada-indent-handle-comment-special, ada-indent-renames)
2071 (ada-indent-return, ada-search-directories-internal)
2072 (ada-tab-policy, ada-case-exception-substring)
2073 (ada-other-file-alist, ada-matching-start-re)
2074 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2075 (ada-imenu-generic-expression, ada-compile-goto-error)
2076 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2077 (ada-popup-menu, ada-add-extensions, ada-mode)
2078 (ada-region-selected, ada-create-case-exception)
2079 (ada-create-case-exception-substring, ada-after-keyword-p)
2080 (ada-activate-keys-for-case, ada-adjust-case-region)
2081 (ada-adjust-case-buffer, ada-format-paramlist)
2082 (ada-scan-paramlist, ada-insert-paramlist)
2083 (ada-indent-newline-indent)
2084 (ada-indent-newline-indent-conditional)
2085 (ada-justified-indent-current, ada-goto-previous-word)
2086 (ada-indent-current, ada-get-indent-open-paren)
2087 (ada-get-indent-paramlist, ada-get-indent-end)
2088 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2089 (ada-get-indent-block-start, ada-get-indent-subprog)
2090 (ada-get-indent-noindent, ada-get-indent-label)
2091 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2092 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2093 (ada-goto-stmt-end, ada-goto-next-word)
2094 (ada-check-matching-start, ada-check-defun-name)
2095 (ada-goto-matching-decl-start, ada-goto-matching-start)
2096 (ada-goto-matching-end, ada-search-ignore-string-comment)
2097 (ada-in-decl-p, ada-looking-at-semi-or)
2098 (ada-looking-at-semi-private, ada-in-paramlist-p)
2099 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2100 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2101 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2102 (ada-previous-package, ada-create-menu)
2103 (ada-fill-comment-paragraph-justify)
2104 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2105 (ada-other-file-name, ada-last-which-function-line)
2106 (ada-last-which-function-subprog, ada-which-function)
2107 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2108 (ada-gen-treat-proc, ada-check-emacs-version)
2109 (ada-continuation-indent, ada-align-region-separate):
2110 Fix typos in docstrings.
2111 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2112
2113 2005-06-16 Lute Kamstra <lute@gnu.org>
2114
2115 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2116 conditionally.
2117
2118 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * comint.el (comint-replace-by-expanded-filename)
2121 (comint-prompt-regexp, comint-delimiter-argument-list)
2122 (comint-preinput-scroll-to-bottom):
2123 * info.el (Info-hide-cookies-node):
2124 * ls-lisp.el (ls-lisp-classify):
2125 * find-file.el (ff-search-directories, ff-special-constructs)
2126 (ff-find-other-file):
2127 * font-lock.el (font-lock-keywords):
2128 * shell.el (shell-prompt-pattern)
2129 (shell-dynamic-complete-functions, shell-mode)
2130 (shell-delimiter-argument-list):
2131 * term.el (term-replace-by-expanded-filename)
2132 (term-prompt-regexp, term-delimiter-argument-list):
2133 * woman.el (woman-ignore, woman0-if):
2134 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2135 * emacs-lisp/elint.el (elint-init-env):
2136 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2137 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2138 * language/ethio-util.el (ethio-tilde-escape)
2139 (ethio-use-three-dot-question):
2140 * net/zone-mode.el (zone-mode-load-time-setup):
2141 * progmodes/cc-align.el (c-lineup-argcont):
2142 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2143 * progmodes/cperl-mode.el (cperl-set-style-back):
2144 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2145 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2146 Fix spellings in docstrings.
2147
2148 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2149 * progmodes/modula2.el (m2-for): Fix spellings.
2150
2151 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2152
2153 * simple.el (undo-more): Don't use `format' on `error' arguments.
2154 Improve argument/docstring consistency.
2155 (pending-undo-list): Doc fix.
2156
2157 * smerge-mode.el (smerge-ensure-match):
2158 * emulation/vip.el (vip-ex):
2159 * net/zone-mode.el (zone-mode-update-serial):
2160 * progmodes/idlwave.el (idlwave-complete):
2161 * progmodes/vhdl-mode.el (vhdl-visit-file)
2162 (vhdl-compose-wire-components):
2163 Don't use `format' on `error' arguments.
2164
2165 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2166 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2167 (tooltip-help-tips): Fix typos in docstrings.
2168
2169 2005-06-16 David Ponce <david@dponce.com>
2170
2171 * tree-widget.el (tree-widget-value-create): Simplify last change.
2172
2173 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2174
2175 * ido.el (ido-incomplete-regexp): New variable.
2176 (ido-set-matches-1): Handle invalid-regexp error and set
2177 ido-incomplete-regexp.
2178 (ido-incomplete-regexp): New face.
2179 (ido-completions): Use it.
2180 (ido-complete, ido-exit-minibuffer, ido-completions):
2181 Handle incomplete regexps.
2182 (ido-completions): Add check for complete match when entering a regexp.
2183
2184 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2187
2188 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2189
2190 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2191 by field delimiters.
2192
2193 2005-06-15 David Ponce <david@dponce.com>
2194
2195 * tree-widget.el: eval-and-compile inlined functions so they will
2196 be available at run-time too.
2197 (tree-widget-super-format-handler)
2198 (tree-widget-format-handler): Remove.
2199 (tree-widget-value-create): Handle the :indent property.
2200
2201 2005-06-15 Miles Bader <miles@gnu.org>
2202
2203 * progmodes/which-func.el (which-func): Only inherit
2204 `font-lock-function-name-face' when that makes sense against the
2205 default mode-line face, otherwise set the face color explicitly.
2206
2207 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2208 faces instead of (non-existent) variables.
2209
2210 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2213 (iswitchb-get-matched-buffers): Likewise. Simplify.
2214
2215 2005-06-14 Miles Bader <miles@gnu.org>
2216
2217 * progmodes/ld-script.el (ld-script-location-counter):
2218 Remove "-face" suffix from face name.
2219 (ld-script-location-counter-face):
2220 New backward-compatibility alias for renamed face.
2221 (ld-script-location-counter-face): Use renamed face.
2222
2223 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2224 (cperl-hash): Remove "-face" suffix from face names.
2225 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2226 New backward-compatibility aliases for renamed faces.
2227 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2228 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2229
2230 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2231 name.
2232 (which-func-face): New backward-compatibility alias for renamed face.
2233 (which-func-format): Use renamed which-func face.
2234
2235 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2236 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2237 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2238 names.
2239 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2240 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2241 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2242 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2243 (vhdl-speedbar-architecture-selected)
2244 (vhdl-speedbar-configuration-selected)
2245 (vhdl-speedbar-package-selected)
2246 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2247 names.
2248 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2249 Use renamed faces.
2250 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2251 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2252 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2253 Use renamed faces.
2254 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2255 names.
2256 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2257 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2258 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2259 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2260 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2261 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2262
2263 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2264 face name.
2265 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2266 (sh-heredoc-face): Use renamed sh-heredoc face.
2267
2268 * progmodes/idlw-help.el (idlwave-help-link):
2269 Remove "-face" suffix from face name.
2270 (idlwave-help-link-face):
2271 New backward-compatibility alias for renamed face.
2272 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2273
2274 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2275 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2276 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2277 New backward-compatibility aliases for renamed faces.
2278 (idlwave-shell-disabled-breakpoint-face)
2279 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2280
2281 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2282 Remove "-face" suffix from face names.
2283 (flymake-errline-face, flymake-warnline-face):
2284 New backward-compatibility aliases for renamed faces.
2285 (flymake-highlight-line): Use renamed flymake faces.
2286
2287 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2288 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2289 (ebrowse-member-class, ebrowse-progress):
2290 Remove "-face" suffix from face names.
2291 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2292 (ebrowse-file-name-face, ebrowse-default-face)
2293 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2294 (ebrowse-progress-face):
2295 New backward-compatibility aliases for renamed faces.
2296 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2297 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2298 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2299 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2300
2301 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2302 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2303 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2304 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2305 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2306 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2307 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2308 New backward-compatibility aliases for renamed faces.
2309 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2310 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2311 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2312 "font-lock-". Use renamed antlr-mode faces.
2313 (antlr-font-lock-additional-keywords): Use renamed faces.
2314 Replace literal face-names with face variable references.
2315
2316 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2317 face name.
2318 (Buffer-menu-buffer-face): New backward-compatibility alias for
2319 renamed face.
2320 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2321
2322 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2323
2324 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2325 Eliminate "-face" suffix.
2326 (makefile-targets): Inherit from font-lock-function-name-face and
2327 eliminate "-face" suffix.
2328 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2329 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2330 actions, instead of prepending, to make it less visible.
2331 (makefile-previous-dependency, makefile-match-dependency):
2332 Don't match a target on a continuation line.
2333
2334 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2335
2336 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2337
2338 * progmodes/gdb-ui.el (menu): Re-order menu items.
2339 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2340
2341 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2342 Define in tooltip.el.
2343 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2344 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2345 gud-tooltip-echo-area.
2346
2347 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2348 backward compatibility and make obsolete.
2349 (tooltip-help-tips): Use tooltip-use-echo-area.
2350 (tooltip-show-help-function): Rename to...
2351 (tooltip-show-help): ...this, because it is a function.
2352 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2353
2354 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2355
2356 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2357 (edebug-print-length, edebug-print-level, edebug-print-circle)
2358 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2359 (edebug-eval-print-last-sexp): Doc fixes.
2360
2361 2005-06-14 Kim F. Storm <storm@cua.dk>
2362
2363 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2364 as the coverage buffer/file/both may change.
2365
2366 2005-06-14 Lute Kamstra <lute@gnu.org>
2367
2368 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2369 and run-mode-hooks. Simplify.
2370
2371 * mail/rmailedit.el (rmail-edit-mode):
2372 * progmodes/octave-inf.el (inferior-octave-mode):
2373 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2374
2375 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2376 and run-mode-hooks.
2377 (recentf-edit-list, recentf-open-files): Don't call
2378 kill-all-local-variables directly.
2379
2380 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2381
2382 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2383
2384 * emacs-lisp/byte-run.el (make-obsolete)
2385 (define-obsolete-function-alias): Rename arguments FUNCTION and
2386 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2387 (make-obsolete-variable, define-obsolete-variable-alias):
2388 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2389 respectively.
2390
2391 * isearchb.el (isearchb-activate):
2392 * pcvs.el (cvs-mode):
2393 * ses.el (ses-load):
2394 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2395 * net/tramp.el (tramp-find-file-exists-command)
2396 (tramp-find-shell):
2397 * progmodes/ada-mode.el (ada-create-case-exception)
2398 (ada-create-case-exception-substring, ada-make-subprogram-body):
2399 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2400 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2401 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2402 * textmodes/org.el (org-promote, org-evaluate-time-range)
2403 (org-agenda-next-date-line, org-agenda-previous-date-line)
2404 (org-agenda-error, org-open-at-point, org-table-move-row)
2405 (org-format-table-table-html-using-table-generate-source)
2406 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2407 * textmodes/reftex.el (reftex-access-scan-info):
2408 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2409 (reftex-toc-promote-prepare): Follow error conventions.
2410
2411 * diff-mode.el (diff-mode): Fix typo in docstring.
2412
2413 * forms.el (forms--intuit-from-file): Fix reference to
2414 `forms-number-of-fields' in error message.
2415 (forms-print): Fix quoting in error message.
2416
2417 * forms.el (forms-mode):
2418 * emulation/vi.el (vi-goto-insert-state):
2419 * progmodes/flymake.el (flymake-new-err-info)
2420 (flymake-start-syntax-check-for-current-buffer)
2421 (flymake-simple-cleanup):
2422 * eshell/esh-var.el (eshell/export):
2423 * progmodes/gud.el (xdb):
2424 * textmodes/flyspell.el (flyspell-incorrect-hook)
2425 (flyspell-maybe-correct-transposition)
2426 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2427
2428 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2429
2430 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2431 minibuffer prompt.
2432
2433 2005-06-13 Kim F. Storm <storm@cua.dk>
2434
2435 * subr.el (add-to-ordered-list): New defun.
2436
2437 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2438 add cua--keymap-alist to emulation-mode-map-alists.
2439
2440 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * subr.el (complete-in-turn): New macro.
2443 (dynamic-completion-table, lazy-completion-table): Add debug info.
2444
2445 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2446 in preference to face aliases.
2447
2448 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2449 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2450 Remove unused vars `start' and `firstline'.
2451 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2452 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2453
2454 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2455
2456 * cus-start.el (all): Don't complain about missing GTK-related
2457 variables, unless either `gtk' is boundp or this isn't a
2458 `windows-nt' build.
2459
2460 2005-06-13 Lute Kamstra <lute@gnu.org>
2461
2462 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2463 run-mode-hooks.
2464
2465 * ediff-mult.el (ediff-meta-mode):
2466 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2467
2468 * ledit.el (ledit-mode): Use delay-mode-hooks.
2469
2470 * woman.el (woman-mode-line-format): Delete constant.
2471 (woman-mode-map): Initialize it properly.
2472 (woman-mode): Set mode-class property to special.
2473 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2474 Set major-mode and mode-name. Don't set mode-line-format directly.
2475 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2476
2477 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2478 string argument obsolete.
2479
2480 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2481
2482 * textmodes/org.el (org-CUA-compatible): New option.
2483 (org-disputed-keys): New variable.
2484 (org-key): New function.
2485 (orgtbl-make-binding): Add docstring to the created function.
2486 (org-mode): Set paragraph start/separate regexps.
2487 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2488 (org-archive-location, org-archive-mark-done)
2489 (org-archive-stamp-time): New options.
2490 (org-archive-subtree): New command.
2491 (org-fill-paragraph): New function.
2492 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2493 (org-fake-empty-table-line): Function removed.
2494 (org-format-org-table-html): Do not create empty table lines at
2495 separator lines. Improved table header treatment.
2496 (org-link-format): New option.
2497 (org-make-link): New function.
2498 (org-insert-link, org-store-link): Use org-make-link.
2499 (org-open-file): Quote file name for shell command, to allow
2500 spaces in file names.
2501 (org-link-regexp): Fix bug with mailto link.
2502 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2503 New constants.
2504 (org-export-as-html): Deal with the optional angles around a link.
2505 Better treatment of file: links.
2506 (org-open-at-point): Replace @{ and @} with < and >.
2507 (org-run-mode-hooks): Function removed.
2508 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2509
2510 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2511
2512 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2513 MI command -data-list-register-values.
2514 (gdb-post-prompt): Indent properly.
2515
2516 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2517
2518 * hilit-chg.el (highlight-changes-colors): Rename from
2519 `highlight-changes-colours'.
2520 (highlight-changes-colours): Keep as obsolete alias.
2521 (highlight-changes-face-list): Doc fix.
2522 (hilit-chg-make-list): Use `highlight-changes-colors'.
2523
2524 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2525
2526 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2527 defun-prompt-regexp.
2528
2529 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2530
2531 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2532 and cygwin.
2533
2534 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2535 Don't use an old loaddefs.el, as in Makefile.in.
2536
2537 2005-06-12 Lute Kamstra <lute@gnu.org>
2538
2539 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2540
2541 * man.el (Man-mode-map): Initialize it properly.
2542 (Man-mode): Set mode-class property to special.
2543
2544 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2545
2546 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2547
2548 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2549 A newline is needed in the docstring there.
2550
2551 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2552 Doc fixes.
2553
2554 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2555
2556 * printing.el: Doc fix. The menubar is no more changed when printing
2557 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2558 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2559 (pr-version): New version number (6.8.4).
2560 (pr-menu-bind): New command.
2561 (pr-update-menus): Docstring and code fix.
2562 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2563 Docstring fix.
2564 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2565 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2566
2567 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2568
2569 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2570 "Returns" to "return", document useful return values, etc.
2571
2572 2005-06-11 Alan Mackenzie <acm@muc.de>
2573
2574 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2575 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2576 (adaptive-file-function): Minor amendment to doc-string.
2577
2578 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2579
2580 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2581 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2582 Fix :type--it is `integer', not `string'.
2583
2584 * faces.el (modeline-highlight): Rename from (the erroneous)
2585 `modeline-higilight'.
2586
2587 2005-06-11 Lute Kamstra <lute@gnu.org>
2588
2589 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2590 lisp-interaction-mode-map but make it the parent.
2591 (edebug-eval-mode): Use define-derived-mode.
2592
2593 2005-06-11 Andreas Schwab <schwab@suse.de>
2594
2595 * bindings.el: Add binding of `ESC functionkey' for every
2596 `M-functionkey'.
2597 * hexl.el (hexl-mode-map): Likewise.
2598
2599 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2600
2601 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2602 [msft]: update regexp for newer msft compilers.
2603
2604 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2605
2606 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2607 ATTLIST portions of included DTDs.
2608 (xml-parse-dtd): Eliminate use of inefficient match-data.
2609
2610 2005-06-10 Miles Bader <miles@gnu.org>
2611
2612 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2613 (mpuz-text): Remove "-face" suffix from face names.
2614 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2615 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2616 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2617
2618 * play/gomoku.el (gomoku-O, gomoku-X):
2619 Remove "-face" suffix from face names.
2620 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2621 New backward-compatibility aliases for renamed faces.
2622 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2623
2624 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * thumbs.el: Fixes for changes of 2005-06-09.
2627 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2628 as a directory.
2629 (thumbs-thumbname): Remove directory separator from format string;
2630 `thumbs-thumbsdir' now returns a valid directory name.
2631 (thumbs-temp-dir): New defsubst.
2632 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2633 Use it.
2634
2635 * cus-edit.el (minibuffer):
2636 * files.el (make-backup-file-name-function):
2637 * filesets.el (filesets-external-viewers):
2638 * hilit-chg.el (highlight-changes-colours)
2639 (highlight-changes-face-list, highlight-changes-rotate-faces):
2640 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2641 * kmacro.el (kmacro-call-macro):
2642 * log-edit.el (log-edit-changelog-full-paragraphs):
2643 * mouse.el (mouse-1-click-follows-link):
2644 * skeleton.el (skeleton-autowrap):
2645 * subr.el (insert-for-yank-1):
2646 * tempo.el (tempo-insert-region):
2647 * terminal.el (terminal-emulator):
2648 * time.el (display-time-mail-face):
2649 * vc.el (vc-annotate):
2650 * vcursor.el (vcursor-copy-line):
2651 * woman.el (woman-bold-headings, woman-ignore)
2652 (woman-default-faces, woman-monochrome-faces):
2653 * calendar/todo-mode.el (todo-insert-threshold):
2654 * emulation/pc-select.el (pc-select-selection-keys-only)
2655 (pc-selection-mode):
2656 * emulation/vip.el (vip-find-char-forward):
2657 * emulation/viper-cmd.el (viper-find-char-forward):
2658 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2659 (input-method-exit-on-invalid-key):
2660 * international/mule-diag.el (describe-coding-system):
2661 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2662 * net/browse-url.el (browse-url-xterm-program):
2663 * obsolete/lazy-lock.el (lazy-lock-mode):
2664 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2665 (cperl-mode):
2666 * progmodes/cpp.el (cpp-face-light-name-list)
2667 (cpp-face-dark-name-list):
2668 * progmodes/delphi.el (delphi-newline-always-indents):
2669 Fix spellings in docstrings.
2670
2671 * ido.el (ido-mode, ido-file-extensions-order)
2672 (ido-default-file-method, ido-default-buffer-method)
2673 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2674 (ido-decorations, ido-read-file-name-as-directory-commands)
2675 (ido-read-file-name-non-ido, ido-work-directory-list)
2676 (ido-ignore-item-temp-list, ido-current-directory)
2677 (ido-magic-forward-char, ido-enter-find-file)
2678 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2679 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2680
2681 2005-06-10 Lute Kamstra <lute@gnu.org>
2682
2683 * play/dunnet.el (dun-mode): Use define-derived-mode.
2684 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2685 obsolete alias.
2686
2687 * play/doctor.el (doctor-mode-map): Remove defvar.
2688 (doctor-mode): Use define-derived-mode.
2689
2690 * mail/mspools.el (mspools-mode):
2691 * net/eudc-hotlist.el (eudc-hotlist-mode):
2692 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2693
2694 2005-06-10 Miles Bader <miles@gnu.org>
2695
2696 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2697 Remove "-face" suffix from face names.
2698 (flyspell-incorrect-face, flyspell-duplicate-face):
2699 New backward-compatibility aliases for renamed faces.
2700 (flyspell-mode-on, make-flyspell-overlay)
2701 (flyspell-highlight-incorrect-region)
2702 (flyspell-highlight-duplicate-region)
2703 (flyspell-display-next-corrections)
2704 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2705
2706 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2707 from face name.
2708 (texinfo-heading-face): New backward-compatibility alias for
2709 renamed face.
2710 (texinfo-heading-face): Use renamed texinfo-heading face.
2711
2712 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2713 suffix from face names.
2714 (tex-math-face, tex-verbatim-face):
2715 New backward-compatibility aliases for renamed faces.
2716 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2717 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2718 literal face name.
2719
2720 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2721 name.
2722 (table-cell-face): New backward-compatibility alias for renamed face.
2723 (table--put-cell-face-property, table--update-cell-face):
2724 Use renamed table-cell face.
2725
2726 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2727 from face name.
2728 (sgml-namespace-face): New backward-compatibility alias for
2729 renamed face.
2730 (sgml-namespace-face): Use renamed sgml-namespace face.
2731
2732 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2733 (org-level-4, org-level-5, org-level-6, org-level-7)
2734 (org-level-8, org-warning, org-headline-done)
2735 (org-deadline-announce, org-scheduled-today)
2736 (org-scheduled-previously, org-link, org-done, org-table)
2737 (org-time-grid): Remove "-face" suffix from face names.
2738 (org-level-1-face, org-level-2-face, org-level-3-face)
2739 (org-level-4-face, org-level-5-face, org-level-6-face)
2740 (org-level-7-face, org-level-8-face, org-warning-face)
2741 (org-headline-done-face, org-deadline-announce-face)
2742 (org-scheduled-today-face, org-scheduled-previously-face)
2743 (org-link-face, org-done-face, org-table-face)
2744 (org-time-grid-face):
2745 New backward-compatibility aliases for renamed faces.
2746 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2747 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2748 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2749 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2750
2751 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2752 (viper-minibuffer-emacs, viper-minibuffer-insert)
2753 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2754 (viper-search-face, viper-replace-overlay-face)
2755 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2756 (viper-minibuffer-vi-face):
2757 New backward-compatibility aliases for renamed faces.
2758 (viper-search-face, viper-replace-overlay-face)
2759 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2760 (viper-minibuffer-vi-face): Use renamed viper faces.
2761
2762 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2763 Remove "-face" suffix from face names.
2764 (testcover-nohits-face, testcover-1value-face):
2765 New backward-compatibility aliases for renamed faces.
2766 (testcover-mark): Use renamed testcover faces.
2767
2768 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2769 face name.
2770 (diary-button-face): New backward-compatibility alias for renamed face.
2771 (diary-entry): Use renamed diary-button face.
2772
2773 * calendar/calendar.el (diary, calendar-today, holiday)
2774 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2775 (diary-face, calendar-today-face, holiday-face):
2776 New backward-compatibility aliases for renamed faces.
2777 (eval-after-load "facemenu", diary-entry-marker)
2778 (calendar-today-marker, calendar-holiday-marker, diary-face):
2779 Use renamed calendar faces.
2780
2781 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2782 (compare-windows-face): New backward-compatibility alias for
2783 renamed face.
2784 (compare-windows-highlight): Use renamed compare-windows face.
2785
2786 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2787 (strokes-char-face): New backward-compatibility alias for renamed face.
2788 (strokes-encode-buffer): Use renamed strokes-char face.
2789
2790 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2791 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2792 Remove "-face" suffix from face names.
2793 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2794 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2795 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2796 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2797 Use renamed pcvs faces.
2798 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2799 * pcvs-defs.el (cvs-mode-map): Likewise.
2800 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2801
2802 * info.el (info-title-1, info-title-2, info-title-3)
2803 (info-title-4): Remove "-face" suffix from and downcase face names.
2804 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2805 (Info-title-4-face):
2806 New backward-compatibility aliases for renamed faces.
2807 (Info-fontify-node): Use renamed info faces.
2808
2809 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2810 Remove "-face" suffix from face names.
2811 (highlight-changes-face, highlight-changes-delete-face):
2812 New backward-compatibility aliases for renamed faces.
2813 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2814 (hilit-chg-make-list): Use renamed highlight-changes faces.
2815
2816 * generic-x.el (show-tabs-tab, show-tabs-space):
2817 Remove "-face" suffix from face names.
2818 (show-tabs-tab-face, show-tabs-space-face):
2819 New backward-compatibility aliases for renamed faces.
2820 (show-tabs-generic-mode-font-lock-defaults-1)
2821 (show-tabs-generic-mode-font-lock-defaults-2):
2822 Use renamed show-tabs faces.
2823
2824 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2825 (smerge-markers): Remove "-face" suffix from face names.
2826 (smerge-mine-face, smerge-other-face, smerge-base-face)
2827 (smerge-markers-face):
2828 New backward-compatibility aliases for renamed faces.
2829 (smerge-mine-face, smerge-other-face, smerge-base-face)
2830 (smerge-markers-face): Use renamed smerge faces.
2831
2832 * log-view.el (log-view-file, log-view-message):
2833 Remove "-face" suffix from face names.
2834 (log-view-file-face, log-view-message-face):
2835 New backward-compatibility aliases for renamed faces.
2836 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2837
2838 * paren.el (show-paren-match, show-paren-mismatch):
2839 Remove "-face" suffix from face names.
2840 (show-paren-match-face, show-paren-mismatch-face):
2841 New backward-compatibility aliases for renamed faces.
2842 (show-paren-function): Use renamed show-paren faces.
2843
2844 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2845 (ruler-mode-margins, ruler-mode-fringes)
2846 (ruler-mode-column-number, ruler-mode-fill-column)
2847 (ruler-mode-comment-column, ruler-mode-goal-column)
2848 (ruler-mode-tab-stop, ruler-mode-current-column):
2849 Remove "-face" suffix from face names.
2850 (ruler-mode-default-face, ruler-mode-pad-face)
2851 (ruler-mode-margins-face, ruler-mode-fringes-face)
2852 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2853 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2854 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2855 New backward-compatibility aliases for renamed faces.
2856 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2857 (ruler-mode-column-number, ruler-mode-fill-column)
2858 (ruler-mode-comment-column, ruler-mode-goal-column)
2859 (ruler-mode-tab-stop, ruler-mode-current-column)
2860 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2861
2862 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2863 face name.
2864 (whitespace-highlight-the-space): Use renamed face.
2865 (whitespace-highlight-face): New backward-compatibility alias for
2866 renamed face.
2867
2868 * woman.el (woman-italic, woman-bold, woman-unknown)
2869 (woman-addition, woman-symbol-face):
2870 Remove "-face" suffix from face names.
2871 (woman-italic-face, woman-bold-face, woman-unknown-face)
2872 (woman-addition-face):
2873 New backward-compatibility aliases for renamed faces.
2874 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2875 (woman-decode-region, woman-replace-match)
2876 (woman-display-extended-fonts, woman-special-characters)
2877 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2878 Use renamed woman faces.
2879
2880 * longlines.el (longlines-visible-face): Face removed.
2881
2882 * diff-mode.el (diff-header, diff-file-header, diff-index)
2883 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2884 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2885 suffix from face names.
2886 (diff-header-face, diff-file-header-face, diff-index-face)
2887 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2888 (diff-changed-face, diff-function-face, diff-context-face)
2889 (diff-nonexistent-face): New backward-compatibility aliases for
2890 renamed faces.
2891 (diff-header-face, diff-file-header-face)
2892 (diff-index, diff-index-face, diff-hunk-header)
2893 (diff-hunk-header-face, diff-removed, diff-removed-face)
2894 (diff-added, diff-added-face, diff-changed-face, diff-function)
2895 (diff-function-face, diff-context-face, diff-nonexistent)
2896 (diff-nonexistent-face): Use renamed diff-mode faces.
2897
2898 * progmodes/compile.el (compilation-warning-face)
2899 (compilation-info-face): Remove "-face" suffix from face names.
2900 (compilation-warning-face, compilation-info-face):
2901 New backward-compatibility aliases for renamed faces.
2902 (compilation-warning-face, compilation-info-face):
2903 Use renamed compilation faces.
2904
2905 * add-log.el (change-log-date, change-log-name)
2906 (change-log-email, change-log-file, change-log-list)
2907 (change-log-conditionals, change-log-function)
2908 (change-log-acknowledgement): Remove "-face" suffix from face names.
2909 (change-log-date-face, change-log-name-face)
2910 (change-log-email-face, change-log-file-face)
2911 (change-log-list-face, change-log-conditionals-face)
2912 (change-log-function-face, change-log-acknowledgement-face):
2913 New backward-compatibility aliases for renamed faces.
2914 (change-log-font-lock-keywords): Use renamed change-log faces.
2915
2916 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2917 (custom-set, custom-changed, custom-saved, custom-button)
2918 (custom-button-pressed, custom-documentation, custom-state)
2919 (custom-comment, custom-comment-tag, custom-variable-tag)
2920 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2921 (custom-group-tag): Remove "-face" suffix from face names.
2922 (custom-magic-alist, custom-magic-value-create)
2923 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2924 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2925 (custom-set-face, custom-changed-face, custom-saved-face)
2926 (custom-button-face, custom-button-pressed-face)
2927 (custom-documentation-face, custom-state-face)
2928 (custom-comment-face, custom-comment-tag-face)
2929 (custom-variable-tag-face, custom-variable-button-face)
2930 (custom-face-tag-face, custom-group-tag-face-1)
2931 (custom-group-tag-face):
2932 New backward-compatibility aliases for renamed faces.
2933
2934 * wid-edit.el (widget-documentation, widget-button)
2935 (widget-field, widget-single-line-field, widget-inactive)
2936 (widget-button-pressed): "-face" suffix removed from face names.
2937 (widget-documentation-face, widget-button-face)
2938 (widget-field-face, widget-single-line-field-face)
2939 (widget-inactive-face, widget-button-pressed-face):
2940 New backward-compatibility aliases for renamed faces.
2941 (widget-documentation-face, widget-button-face)
2942 (widget-button-pressed-face, widget-specify-field)
2943 (widget-specify-inactive): Use renamed widget faces.
2944
2945 2005-06-10 Kenichi Handa <handa@m17n.org>
2946
2947 * term/x-win.el (x-clipboard-yank): Remove condition-case
2948 wrapping.
2949
2950 2005-06-11 Kenichi Handa <handa@m17n.org>
2951
2952 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2953 date lines stricter.
2954
2955 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2956
2957 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2958 of x-get-selection.
2959
2960 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * comint.el (comint-mode, comint-snapshot-last-prompt):
2963 * frame.el (frame-current-scroll-bars):
2964 * term.el (term-mode, term-check-proc, term-input-sender)
2965 (term-simple-send, term-extract-string, term-word)
2966 (term-match-partial-filename):
2967 * window.el (window-current-scroll-bars):
2968 * emulation/cua-base.el (cua-normal-cursor-color)
2969 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2970 (cua-global-mark-cursor-color):
2971 * mail/undigest.el (rmail-forward-separator-regex):
2972 Fix typos in docstrings.
2973
2974 * comint.el (comint-check-proc, make-comint-in-buffer)
2975 (comint-source-default): Doc fixes.
2976
2977 * term.el (term-send-string): Improve argument/docstring
2978 consistency.
2979
2980 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2981
2982 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2983 call to `delete-region'.
2984 (comint-mode-hook): Do not enable Font Lock by default.
2985
2986 2005-06-09 Lute Kamstra <lute@gnu.org>
2987
2988 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2989 could be void.
2990
2991 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2994 (debug): Use it.
2995 (debugger-step-through, debugger-continue, debugger-jump)
2996 (debugger-return-value): Set it when needed.
2997 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2998 Use inhibit-read-only.
2999
3000 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3001
3002 * window.el (shrink-window-if-larger-than-buffer)
3003 (window-size-fixed): Fix typo in docstring.
3004
3005 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3006 thumbnails directory on loading.
3007 (thumbs-conversion-program): Use `eq' to check the system type,
3008 not `equal'.
3009 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3010 not "/tmp". Fix docstring.
3011 (thumbs-thumbsdir): New function to return the thumbnails
3012 directory, creating it if needed.
3013 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3014 (thumbs-temp-file): Delete variable and make it into a function.
3015 (thumbs-resize-image, thumbs-modify-image): Use it.
3016 (thumbs-kill-buffer): Simplify.
3017 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3018 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3019 docstrings.
3020
3021 2005-06-09 Kim F. Storm <storm@cua.dk>
3022
3023 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3024 set-match-data to free markers in match-data.
3025
3026 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3027 match-data to unchain markers in match-data.
3028
3029 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3032 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3033 unnecessary now.
3034
3035 2005-06-08 Richard M. Stallman <rms@gnu.org>
3036
3037 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3038 give the variable a doc string that doesn't say don't set it directly.
3039
3040 * textmodes/ispell.el (ispell-check-version):
3041 Use match-string-no-properties.
3042 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3043 (ispell-buffer-local-words): Likewise.
3044
3045 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3046 except on terminals with enough colors to really display it.
3047 (makefile-dependency-regex): Delete spurious `bb'.
3048
3049 * faces.el (escape-glyph): Use blue once again in last case.
3050 (no-break-space): Redefine so that it isn't invisible on a tty.
3051
3052 2005-06-08 Kim F. Storm <storm@cua.dk>
3053
3054 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3055 also when reading directory name.
3056
3057 2005-06-08 Lute Kamstra <lute@gnu.org>
3058
3059 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3060 (flyspell-mode-line-string): Remove autoload cookie.
3061 (flyspell-mode): Remove defvar.
3062
3063 2005-06-07 Lute Kamstra <lute@gnu.org>
3064
3065 * textmodes/org.el (org-run-mode-hooks): New function.
3066 (org-agenda-mode): Use it.
3067
3068 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3069
3070 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3071
3072 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3075
3076 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3077
3078 * font-lock.el (font-lock-add-keywords): Doc fix.
3079
3080 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3083 (tex-compile-default): In the absence of any history, use the order in
3084 tex-compile-alist to choose the preferred command.
3085 (tex-compile-commands): Reorder a bit.
3086
3087 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3088 (flyspell-incorrect-face, flyspell-duplicate-face):
3089 Use (X)Emacs-agnostic code.
3090 (flyspell-mode-map): Don't overwrite at each load. Remove code
3091 redundant with the subsequent add-minor-mode. Merge Emacs and
3092 XEmacs code.
3093 (flyspell-word): Minor simplification.
3094 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3095 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3096 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3097 Merge the corresponding Emacs code.
3098 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3099
3100 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3101 a dedicated window.
3102
3103 * international/latexenc.el (latexenc-find-file-coding-system):
3104 Undo part of last patch, to turn off a compiler warning.
3105
3106 2005-06-06 Juri Linkov <juri@jurta.org>
3107
3108 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3109 Rename `tmm-inactive-face' to `tmm-inactive'.
3110
3111 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3112
3113 * iswitchb.el: Rename faces.
3114
3115 2005-06-06 Kim F. Storm <storm@cua.dk>
3116
3117 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3118 (cua-global-mark): Remove -face suffix from face names.
3119
3120 * emulation/cua-gmrk.el (cua--init-global-mark):
3121 Remove cua-global-mark face setup.
3122
3123 2005-06-06 Richard M. Stallman <rms@gnu.org>
3124
3125 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3126 just like other allowed characters.
3127 (makefile-match-dependency): Exclude leading and training whitespace
3128 from the range of regexp subexp 1.
3129 (makefile-macroassign-regex): Don't try to match the body,
3130 just the name of the macro being defined.
3131
3132 * info.el (Info-read-node-name-2): New function.
3133 (Info-read-node-name-1): Use that.
3134 Add a completion-base-size-function property.
3135
3136 * simple.el (completion-setup-function): Look for
3137 completion-base-size-function property of
3138 minibuffer-completion-table.
3139
3140 * files.el (locate-file-completion): Doc fix.
3141
3142 * printing.el: Don't call pr-update-menus; user must do that.
3143
3144 * emacs-lisp/debug.el (debugger-window): New variable.
3145 (debug): Use debugger-window if it is set and still alive.
3146 Record debugger-window for next entry.
3147
3148 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3149
3150 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3151
3152 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3153 (hack-one-local-variable, hack-local-variables)
3154 (hack-local-variables-prop-line): Pass that arg.
3155
3156 2005-06-06 Kim F. Storm <storm@cua.dk>
3157
3158 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3159 (ido-indicator): Remove -face suffix from face names.
3160
3161 2005-06-06 Juri Linkov <juri@jurta.org>
3162
3163 * font-lock.el (font-lock-regexp-backslash)
3164 (font-lock-regexp-backslash-construct): New faces.
3165 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3166 after `('. Add `while-no-input' to control structures.
3167
3168 * faces.el (no-break-space, shadow): New faces.
3169 (escape-glyph): Use less loud colors pink2 and red4.
3170
3171 * diff-mode.el (diff-context-face)
3172 * dired.el (dired-ignored)
3173 * rfn-eshadow.el (file-name-shadow)
3174 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3175
3176 * info.el (Info-title-1-face): Use green instead of yellow because
3177 bold yellow is not readable on light backgrounds.
3178
3179 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3180 before selecting the desired mode to not spend time fontifying
3181 old contents.
3182
3183 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3184
3185 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3186 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3187
3188 * ps-print.el (ps-default-fg, ps-default-bg):
3189 Fix typos in docstrings.
3190
3191 * isearchb.el (isearchb): Don't pass a spurious second argument to
3192 `iswitchb-completions'.
3193
3194 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3195
3196 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3197 to preserve point.
3198 (gdb-find-file-hook): Add doc string.
3199
3200 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3201 C dereferenced pointer expression.
3202 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3203
3204 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3205
3206 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3207 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3208 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3209 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3210 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3211 Make background transparent.
3212
3213 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3214
3215 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3216 (font-lock-remove-keywords): Doc fix.
3217 (font-lock-mode-major-mode): Compiler defvar.
3218 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3219
3220 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3221 (font-lock-mode): Update `font-lock-mode-major-mode'.
3222 (font-lock-set-defaults): Compiler defvar.
3223 (font-lock-default-function): Take `font-lock-mode-major-mode'
3224 into account.
3225
3226 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3227 keep track of which major mode it enabled the minor mode for.
3228 Use find-file-hook again. Update docstring.
3229
3230 * simple.el (eval-expression-print-level)
3231 (eval-expression-print-length, eval-expression-debug-on-error):
3232 Doc fixes.
3233
3234 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3235
3236 * iswitchb.el (iswitchb-single-match-face)
3237 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3238 (iswitchb-invalid-regexp-face): New faces.
3239 (iswitchb-completions): Use them.
3240 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3241 now marked as an obsolete alias.
3242 (iswitchb-read-buffer): Remove check for bound font variables.
3243 (iswitchb-invalid-regexp): New free variable.
3244 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3245 set iswitchb-invalid-regexp.
3246 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3247 invalid regexps.
3248 (iswitchb-completions): Add check for complete match when entering
3249 a regexp.
3250 (iswitchb-completions): Remove require-match argument.
3251 (iswitchb-exhibit): Fix caller.
3252 (iswitchb-common-match-inserted): New variable.
3253 (iswitchb-complete, iswitchb-completion-help): Use it.
3254
3255 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3256
3257 * url-http.el (url-http-chunked-encoding-after-change-function):
3258 Use `url-http-debug' instead of `message'.
3259
3260 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3261
3262 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3263 callback argument.
3264
3265 2005-06-04 Kim F. Storm <storm@cua.dk>
3266
3267 * simple.el (line-move): Only call sit-for when moving backwards.
3268
3269 * ido.el (ido-make-merged-file-list-1): New defun split from
3270 ido-make-merged-file-list.
3271 (ido-make-merged-file-list): Bind throw-on-input around call to
3272 ido-make-merged-file-list-1. Return input-pending-p if
3273 interrupted by more input available.
3274 (ido-read-internal): Handle input-pending-p return value from
3275 ido-make-merged-file-list.
3276
3277 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3280 compatibility code.
3281
3282 * international/latexenc.el (latexenc-find-file-coding-system):
3283 Don't inherit the EOL part of the coding-system from the
3284 tex-main buffer. Fit within 80 columns.
3285
3286 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3287
3288 * tmm.el (tmm-inactive-face): New face.
3289 (tmm-remove-inactive-mouse-face): New function.
3290 (tmm-prompt, tmm-add-one-shortcut)
3291 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3292 but not selectable.
3293
3294 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3295
3296 * faces.el (face-equal): Improve argument/docstring consistency.
3297
3298 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3299
3300 * progmodes/make-mode.el (makefile-targets-face)
3301 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3302 (makefile-bsdmake-dependency-regex)
3303 (makefile-makepp-rule-action-regex)
3304 (makefile-bsdmake-rule-action-regex): New constants.
3305 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3306
3307 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3308 Allow (...) within `...' for makepp messages.
3309
3310 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3311
3312 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3313
3314 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3315 "." files are deleted from all file lists before comparison.
3316
3317 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3318 (viper-ESC-key): Made them customizable.
3319
3320 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3321
3322 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3323
3324 * autorevert.el (auto-revert-buffers): Use save-match-data.
3325
3326 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3329 menu items with a nil command binding.
3330
3331 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * emacs-lisp/cl-macs.el (defsetf):
3334 Improve argument/docstring consistency.
3335
3336 * faces.el (list-faces-display): Improve the formatting by
3337 computing the maximum length required for any face-name (reworked
3338 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3339 (internal-find-face): Remove redundant info in docstring.
3340
3341 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3342
3343 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3344 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3345 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3346 (gdb-assembler-custom): Improve regexps.
3347 (def-gdb-auto-update-handler): Use window point to preserve point.
3348
3349 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3352
3353 2005-05-31 Jay Belanger <belanger@truman.edu>
3354
3355 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3356 to calc-embedded.
3357 (calc-embedded-make-info): Have plain prefix argument select
3358 entire line.
3359
3360 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3361
3362 * faces.el (list-faces-display): Signal error if passed a regexp
3363 that matches no face name.
3364
3365 * simple.el (filter-buffer-substring): Fix typo in docstring.
3366
3367 2005-05-31 Richard M. Stallman <rms@gnu.org>
3368
3369 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3370 (vhdl-emacs-21): Doc fix.
3371 (vhdl-mode): Unconditionally set comment-padding.
3372 (vhdl-fixup-whitespace-region): Insert spaces only where
3373 there are none.
3374 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3375
3376 2005-05-30 John Wiegley <johnw@newartisans.com>
3377
3378 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3379 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3380 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3381 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3382 `string-to-number'.
3383
3384 2005-05-30 Jay Belanger <belanger@truman.edu>
3385
3386 * calc/calc.el (calc-bug-address): Fix docstring.
3387 (calc-window-hook, calc-trail-window-hook): New variables.
3388 (calc-trail-display): Restore use of calc-trail-window-hook.
3389 (calc): Restore use of calc-window-hook.
3390
3391 2005-05-31 Masatake YAMATO <jet@gyve.org>
3392
3393 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3394
3395 * help-fns.el (help-C-file-name): Add autoload mark for
3396 `find-function-noselect'.
3397
3398 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3401 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3402
3403 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3404
3405 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3406 included diary buffer if it was not already being visited.
3407 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3408
3409 * calendar/icalendar.el (top-level): Do not require 'appt.
3410
3411 * mail/supercite.el (sc-select-attribution): Only use a list
3412 element from sc-attrib-selection-list if it returns a string.
3413 Reported by Davide G. M. Salvetti <salve@debian.org>.
3414
3415 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3418 includes a hash value to improve its uniqueness, and has a ".jpg"
3419 extension. Also, it is now a valid filename on all systems.
3420 (thumbs-make-thumb): Use `let', not `let*'.
3421 (thumbs-show-thumbs-list): Check for JPEG availability.
3422
3423 2005-05-30 Richard M. Stallman <rms@gnu.org>
3424
3425 * filesets.el (filesets-menu-ensure-use-cached):
3426 Prevent warning when emacs-version>= is undefined.
3427
3428 * printing.el (pr-interactive-n-up): Use string-to-number.
3429
3430 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3431
3432 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3433 Warn only when name to be defined is quoted.
3434
3435 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3436
3437 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3438 Make regexp more robust.
3439 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3440 Force regeneration of disassembly.
3441
3442 2005-05-29 Jay Belanger <belanger@truman.edu>
3443
3444 * calc/calc.el (calc-user-invocation): Check if
3445 calc-invocation-macro is non-nil.
3446
3447 2005-05-29 Juri Linkov <juri@jurta.org>
3448
3449 * add-log.el (change-log-font-lock-keywords):
3450 Add `+' to e-mail regexp to accept mail address with keywords.
3451
3452 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3453
3454 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3455
3456 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3457
3458 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3459
3460 2005-05-29 Richard M. Stallman <rms@gnu.org>
3461
3462 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3463 Undo the change that moves to end of the current word.
3464
3465 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3466
3467 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3468 Throw error when count <= 0 to ensure input is a number.
3469 (gdb-read-memory-custom): Pick up address from buffer.
3470 (gdb-memory-mode): Allow user to increment and decrement
3471 memory address from header line.
3472
3473 2005-05-29 Richard M. Stallman <rms@gnu.org>
3474
3475 * flyspell.el (flyspell-version): Function deleted.
3476 (flyspell-auto-correct-previous-hook): Doc fix.
3477
3478 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3479 Do nothing if memory is full.
3480
3481 * font-lock.el (font-lock-fontify-syntactically-region):
3482 Pass t for GREEDY to looking-back.
3483
3484 * saveplace.el (save-place-alist-to-file): Write the file
3485 using write-region.
3486
3487 * subr.el (looking-back): New argument GREEDY.
3488
3489 * progmodes/compile.el (compilation-start): Set the mode
3490 before inserting the initial text.
3491
3492 * progmodes/which-func.el (which-func-update-1): Turn the mode
3493 off in case of error by setting which-func-mode.
3494
3495 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3496
3497 * flyspell.el (flyspell-auto-correct-previous-word):
3498 Narrow down to what's on the screen, and recenter overlays
3499 at the end of the next word.
3500
3501 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3502
3503 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3504 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3505 (flyspell-abbrev-p): Default to nil.
3506 (flyspell-use-global-abbrev-table-p): Doc fix.
3507 (flyspell-large-region): Allow nil as value.
3508 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3509
3510 (mail-mode-flyspell-verify): More robust handling
3511 of `mail-header-separator'. More efficient signature detection.
3512 Allow for regexp metacharacters in message-header-separator.
3513 Adding `To' not to be checked in mail-mode-flyspell-verify.
3514
3515 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3516 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3517 Bind flyspell-auto-correct-binding.
3518 Bind C-. and C-, .
3519 (flyspell-mode-map): Likewise.
3520 (flyspell-mode): Doc fix.
3521 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3522 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3523 (flyspell-word-cache-result): New var, always local.
3524 (flyspell-check-pre-word-p): Doc fix.
3525 (flyspell-check-changed-word-p): Handle spc like newline.
3526 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3527 (flyspell-word-search-backward, flyspell-word-search-forward):
3528 New functions.
3529 (flyspell-word): Return t if nothing to check.
3530 When parsing TeX code, check for after } or \.
3531 Use flyspell-word-search-backward to find previous word.
3532 Return nil if duplicated word.
3533 For word already checked, return same value as last time.
3534 Set flyspell-word-cache-result after checking.
3535 Don't clobber the return value.
3536 (flyspell-get-word): Major rewrite.
3537 (flyspell-external-point-words): New locals pword, pcount.
3538 Fix size used in progress message.
3539 Find the proper corresponding word in flyspell-large-region-buffer.
3540 (flyspell-region): Check for flyspell-large-region = nil.
3541 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3542 (flyspell-auto-correct-word): Check that WORD is a cons.
3543 (flyspell-correct-word): Likewise.
3544
3545 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3546
3547 * progmodes/make-mode.el (makefile-rule-action-regex)
3548 (makefile-macroassign-regex, makefile-makepp-mode)
3549 (makefile-bsdmake-mode): Continuation lines may be empty.
3550 Reported by Joshua Varner.
3551 (makefile-makepp-font-lock-keywords): Add $(stem).
3552
3553 2005-05-28 Karl Berry <karl@gnu.org>
3554
3555 * textmodes/tex-mode.el: Now that tex-send-command calls
3556 shell-quote-argument (2005-03-31 change), remove all calls to
3557 shell-quote-argument; they all end up invoking tex-send-command.
3558 The double quoting loses on filenames with non-safe characters,
3559 such as "@". Reported by Frederik Fouvry.
3560
3561 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3562
3563 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3564 about preserving point.
3565
3566 2005-05-27 Jay Belanger <belanger@truman.edu>
3567
3568 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3569 Info-goto-node.
3570
3571 * calc/calc-embed.el (calc-embed-arg): New variable.
3572 (calc-do-embedded-activate, calc-embedded-activate-formula)
3573 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3574 variable by new variable.
3575 (calc-embedded-make-info): Replace undeclared variable by new
3576 variable. When selecting region with positive prefix
3577 argument, use end of previous line instead of beginning of line.
3578
3579 * calc/calc-aent.el (calc-arg-values): Declare it.
3580
3581 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3582 Declare them.
3583
3584 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3585
3586 * calc/calc.el (calc-alg-map): Declare it.
3587
3588 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3589
3590 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3591
3592 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3593 (gdb-registers-buffer, toggle-gdb-all-registers):
3594 Toggle display of floating point registers.
3595 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3596
3597 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3598 (toggle-gud-tooltip-dereference):
3599 Rename from gud-toggle-tooltip-dereference.
3600
3601 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3604
3605 2005-05-27 Jay Belanger <belanger@truman.edu>
3606
3607 * calc/calc-prog.el (calc-kbd-report): Remove.
3608 (calc-kbd-query): Rewrite.
3609
3610 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3611
3612 * image.el (image-library-alist): Move to image.c.
3613 (image-type-available-p): Doc fix.
3614
3615 2005-05-27 Lute Kamstra <lute@gnu.org>
3616
3617 * calc/calc.el (calc):
3618 * outline.el (outline-1, outline-2, outline-3, outline-4)
3619 (outline-5, outline-6, outline-7, outline-8):
3620 * textmodes/dns-mode.el (dns-mode):
3621 * textmodes/sgml-mode.el (sgml-namespace-face):
3622 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3623 (tex-verbatim-face, tex-use-reftex):
3624 * textmodes/texinfo.el (texinfo-heading-face):
3625 Specify customization group.
3626
3627 * longlines.el: Don't require easy-mmode.
3628 (longlines-visible-face): Specify customization group.
3629
3630 2005-05-27 Kenichi Handa <handa@m17n.org>
3631
3632 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3633 encoding table of windows-1251.
3634
3635 * international/ucs-tables.el (ucs-set-table-for-input):
3636 If translation-table-for-input of a coding system is a symbol, get
3637 its translation-table property.
3638
3639 * international/code-pages.el: Don't register a coding system into
3640 non-iso-charset-alist more than once.
3641 (cp-make-coding-system): Likewise.
3642
3643 2005-05-26 John Wiegley <johnw@newartisans.com>
3644
3645 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3646 `eshell-resume-eval' is wrapped in a list, it indicates that the
3647 command was run asynchronously. In that case, unwrap the value
3648 before checking the delimiter value.
3649
3650 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3651 character before a space at the end of a line is \, assume the space
3652 is part of the last argument rather than a final argument separator.
3653
3654 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3655 is in use, and the target is `t' or `nil' (which are the most common
3656 values), don't assume that the symbol target is a buffer.
3657
3658 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3659
3660 * calendar/calendar.el (calendar-mode-line-format):
3661 Use mode-line-highlight as mouse-face.
3662
3663 * time.el (display-time-string-forms, display-time-update):
3664 Use mode-line-highlight as mouse-face.
3665
3666 2005-05-26 Jay Belanger <belanger@truman.edu>
3667
3668 * calc/calc.el (calc-language-alist): Remove extra defvar.
3669
3670 2005-05-26 Lute Kamstra <lute@gnu.org>
3671
3672 * arc-mode.el (archive-mode):
3673 * bookmark.el (bookmark-read-annotation-mode)
3674 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3675 * bs.el (bs-mode):
3676 * calc/calc-yank.el (calc-edit-mode):
3677 * calc/calc.el (calc-mode, calc-trail-mode):
3678 * calculator.el (calculator-mode):
3679 * chistory.el (command-history-mode):
3680 * comint.el:
3681 * cus-edit.el (custom-mode):
3682 * descr-text.el (describe-text-mode):
3683 * ebuff-menu.el (Electric-buffer-menu-mode):
3684 * ediff-util.el (ediff-mode):
3685 * emacs-lisp/re-builder.el (reb-mode):
3686 * emulation/vi.el (vi-mode-setup):
3687 * emulation/ws-mode.el (wordstar-mode):
3688 * eshell/esh-mode.el (eshell-mode):
3689 * forms.el (forms-mode):
3690 * help-mode.el (help-mode):
3691 * hexl.el (hexl-mode):
3692 * ibuffer.el (ibuffer-mode):
3693 * ielm.el (inferior-emacs-lisp-mode):
3694 * info.el (Info-mode, Info-edit-mode):
3695 * international/swedish.el:
3696 * ledit.el (ledit-from-lisp-mode):
3697 * locate.el (locate-mode):
3698 * mail/rmail.el (rmail-mode):
3699 * mail/rmailedit.el (rmail-edit-mode):
3700 * mail/rmailsum.el (rmail-summary-mode):
3701 * mail/supercite.el (sc-electric-mode):
3702 * net/eudc.el (eudc-mode):
3703 * net/quickurl.el (quickurl-list-mode):
3704 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3705 * obsolete/ooutline.el (outline-mode):
3706 * obsolete/options.el (Edit-options-mode):
3707 * obsolete/rnews.el (news-mode):
3708 * obsolete/rnewspost.el (news-reply-mode):
3709 * play/5x5.el (5x5-mode):
3710 * play/decipher.el (decipher-mode, decipher-stats-mode):
3711 * play/gomoku.el (gomoku-mode):
3712 * play/snake.el (snake-mode):
3713 * play/solitaire.el (solitaire-mode):
3714 * play/tetris.el (tetris-mode):
3715 * progmodes/ada-mode.el (ada-mode):
3716 * progmodes/antlr-mode.el (antlr-mode):
3717 * progmodes/autoconf.el (autoconf-mode):
3718 * progmodes/dcl-mode.el (dcl-mode):
3719 * progmodes/delphi.el (delphi-mode):
3720 * progmodes/ebrowse.el (ebrowse-tree-mode)
3721 (ebrowse-electric-list-mode, ebrowse-member-mode)
3722 (ebrowse-electric-position-mode):
3723 * progmodes/f90.el (f90-mode):
3724 * progmodes/fortran.el (fortran-mode):
3725 * progmodes/icon.el (icon-mode):
3726 * progmodes/idlw-help.el (idlwave-help-mode):
3727 * progmodes/idlw-shell.el (idlwave-shell-mode):
3728 * progmodes/idlwave.el (idlwave-mode):
3729 * progmodes/inf-lisp.el (inferior-lisp-mode):
3730 * progmodes/m4-mode.el (m4-mode):
3731 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3732 * progmodes/modula2.el (modula-2-mode):
3733 * progmodes/octave-inf.el (inferior-octave-mode):
3734 * progmodes/octave-mod.el (octave-mode):
3735 * progmodes/pascal.el (pascal-mode):
3736 * progmodes/sh-script.el (sh-mode):
3737 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3738 * progmodes/vhdl-mode.el (vhdl-mode):
3739 * progmodes/xscheme.el (scheme-interaction-mode):
3740 * replace.el (occur-mode):
3741 * ses.el (ses-mode):
3742 * simple.el (completion-list-mode):
3743 * skeleton.el:
3744 * speedbar.el (speedbar-mode):
3745 * term.el (term-mode):
3746 * terminal.el (terminal-edit-mode):
3747 * textmodes/reftex-index.el (reftex-index-mode)
3748 (reftex-index-phrases-mode):
3749 * textmodes/reftex-sel.el (reftex-select-label-mode)
3750 (reftex-select-bib-mode):
3751 * textmodes/reftex-toc.el (reftex-toc-mode):
3752 * wdired.el (wdired-change-to-wdired-mode):
3753 * wid-browse.el (widget-browse-mode):
3754 Use run-mode-hooks.
3755
3756 * array.el (array-mode):
3757 * calendar/todo-mode.el (todo-mode):
3758 * man.el (Man-mode):
3759 * play/landmark.el (lm-mode):
3760 * play/mpuz.el (mpuz-mode):
3761 Use kill-all-local-variables and run-mode-hooks.
3762
3763 * subr.el (delay-mode-hooks): Specify indentation.
3764
3765 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3766
3767 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3768
3769 2005-05-26 Jay Belanger <belanger@truman.edu>
3770
3771 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3772 of nil.
3773
3774 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3775
3776 * progmodes/gdb-ui.el (gdb-frame-address):
3777 Rename from gdb-current-address.
3778 (gdb-previous-frame-address): Rename from gdb-previous-address.
3779 (gdb-selected-frame): Rename from gdb-current-frame.
3780 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3781 (gdb-frame-number): Rename from gdb-current-stack-level.
3782 (gdb-ann3): Match new mode-name for disassembly buffer.
3783 Extend initialization of variables.
3784 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3785 (gdb-memory-mode): Use mouse-face in header line.
3786 (gdb-assembler-buffer-name): Call it disassembly and give frame
3787 in mode line.
3788 (gdb-source-spec-regexp, gdb-assembler-custom)
3789 (gdb-invalidate-assembler, gdb-frame-handler):
3790 Make robust to leading zeroes in address format.
3791
3792 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3793
3794 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3795 define `org-mode'.
3796 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3797
3798 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * log-edit.el (log-edit-changelog-entries): Distinguish between
3801 filenames like xfns.c and fns.c.
3802
3803 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3804
3805 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3806 point after reverting.
3807 (Buffer-menu-make-sort-button): Handle the case where
3808 `Buffer-menu-use-header-line' is nil.
3809
3810 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3811
3812 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3813 New funcs. In minibuffer-local-completion-map bind `]', `/'
3814 and `:' to them.
3815
3816 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3817
3818 * startup.el (normal-top-level): Allow modification of load-path while
3819 we're iterating over it.
3820
3821 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3822
3823 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3824 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3825 (thumbs-resize-interactive, thumbs-insert-image)
3826 (thumbs-insert-thumb, thumbs-dired-show-marked)
3827 (thumbs-find-image-at-point, thumbs-delete-images)
3828 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3829 (thumbs-increment-image-size, thumbs-decrement-image-size):
3830 Fix typos in docstrings.
3831
3832 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3833
3834 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3835 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3836 (cperl-mode): Use them.
3837
3838 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3839
3840 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3841 Doc fixes.
3842
3843 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3844
3845 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3846 Bind C-d to gdb-inferior-io-eof.
3847
3848 * dired.el (dired-dnd-popup-notice): Use message-box.
3849
3850 2005-05-23 Masatake YAMATO <jet@gyve.org>
3851
3852 * bindings.el (mode-line-major-mode-keymap):
3853 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3854
3855 * faces.el (mode-line-highlight): New face.
3856
3857 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3858 as mouse-face.
3859
3860 * bindings.el (top-level, help-echo, mode-line-modified)
3861 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3862 as mouse-face.
3863
3864 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * progmodes/cc-engine.el (c-guess-basic-syntax):
3867 Remove spurious call to `zerop'.
3868
3869 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3870
3871 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3872
3873 CC Mode update to 5.30.10:
3874
3875 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3876 could go past the limit in decoration level 2, thereby causing
3877 errors during interactive fontification.
3878
3879 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3880 the file is evaluated interactively.
3881
3882 * cc-engine.el (c-guess-basic-syntax): Handle operator
3883 declarations somewhat better in C++.
3884
3885 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3886 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3887 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3888 (awk-mode): Use it.
3889 (make-local-hook): Suppress warning about obsoleteness.
3890
3891 * cc-engine.el, cc-align.el, cc-cmds.el
3892 (c-append-backslashes-forward, c-delete-backslashes-forward)
3893 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3894 Compensate for return value from `forward-line' when it has moved
3895 but not to a different line due to eob.
3896
3897 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3898 `objc-method-intro' and `objc-method-args-cont'.
3899
3900 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3901
3902 CC Mode update to 5.30.10:
3903
3904 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3905 in the copyright statement. Incidentally, change "along with GNU
3906 Emacs" to "along with this program" where it occurs.
3907
3908 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3909 so that it is interactive, hence can be found by M-x awk-mode
3910 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3911 <gmorris+emacs@ast.cam.ac.uk>.
3912
3913 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3914 Mode's regexps.
3915
3916 2005-05-23 Kevin Ryde <user42@zip.com.au>
3917
3918 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3919 c-parse-state, to avoid a lisp error (on bad code).
3920
3921 2005-05-23 Lute Kamstra <lute@gnu.org>
3922
3923 * subr.el (font-lock-defaults): Remove defvar as it's already
3924 defined in font-core.el.
3925
3926 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3927
3928 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3929
3930 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3931 more general and work when GDB variable "print pretty" is on,
3932 as with Emacs, for example.
3933
3934 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3935
3936 * font-core.el: Update comment.
3937
3938 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3939 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3940
3941 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3942
3943 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3944
3945 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3946 and `yank-handler' in the doc strings.
3947
3948 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3951
3952 2005-05-22 Richard M. Stallman <rms@gnu.org>
3953
3954 * help.el (describe-key): Move print-help-return-message call
3955 out of conditional.
3956
3957 * progmodes/etags.el (list-tags): Use with-no-warnings.
3958
3959 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3960 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3961 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3962
3963 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3964
3965 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3966 Add defvar.
3967
3968 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3969 Use defvar, not defconst.
3970
3971 * hexl.el (hexl-follow-line): Use with-no-warnings.
3972
3973 * emulation/tpu-extras.el: Use write-file-functions instead of
3974 write-file-hooks.
3975
3976 * dired.el (dired-font-lock-keywords): Fontify files with junk
3977 extensions even if marked by -F.
3978
3979 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3982 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3983 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3984 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3985 (concatenate, list-length, get*, getf, cl-remprop):
3986 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3987 (etypecase, progv, lexical-let, lexical-let*)
3988 (multiple-value-bind, multiple-value-setq, shiftf):
3989 Improve argument/docstring consistency.
3990
3991 * subr.el (focus-frame, unfocus-frame):
3992 Revert deletion on 2005-05-01.
3993
3994 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3995
3996 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3997 doesn't exist.
3998
3999 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4000 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4001
4002 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
4003
4004 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4005 already deleted variables: auto-fill-hook, blink-paren-hook,
4006 lisp-indent-hook, inhibit-local-variables, unread-command-event,
4007 suspend-hooks, comment-indent-hook, meta-flag,
4008 before-change-function, after-change-function,
4009 font-lock-doc-string-face.
4010
4011 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4012
4013 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4014
4015 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4016
4017 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4018 rmail-dont-reply-to.
4019
4020 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4021
4022 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4023 literal blank when splitting new-header-values.
4024
4025 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4026
4027 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4028 string so that tmm doesn't create a completion entry for it.
4029
4030 * textmodes/table.el (table-disable-menu): Ditto.
4031
4032 2005-05-21 Richard M. Stallman <rms@gnu.org>
4033
4034 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4035
4036 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4037
4038 * net/rcompile.el (remote-compile): Use compilation-start.
4039
4040 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4041
4042 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4043
4044 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4045 Default to makefile-bsdmake-mode on BSD systems.
4046
4047 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4048 REGEXP may also be a search function now. The part of doc-string
4049 for describing the structure was 95% identical to that of
4050 `imenu--generic-function'. Unify it there.
4051
4052 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4053 Use function to find dependencies, because regexp alone is so complex,
4054 it easily goes into an endless loop.
4055 (makefile-makepp-mode): Also add submenu for Perl functions
4056 defined in the makefile.
4057 (makefile-bsdmake-mode): Special imenu-generic-expression no
4058 longer needed, due to function call.
4059 (makefile-match-dependency): Take BOUND into account when checking
4060 if we're through.
4061
4062 2005-05-20 Jay Belanger <belanger@truman.edu>
4063
4064 * calc/calc-units.el (calc-invalidate-units-table):
4065 Use inhibit-read-only.
4066 (math-build-units-table-buffer): Use view-mode.
4067
4068 2005-05-20 David Kastrup <dak@gnu.org>
4069
4070 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4071 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4072
4073 2005-05-20 Lute Kamstra <lute@gnu.org>
4074
4075 * diff-mode.el (diff-header-face, diff-file-header-face)
4076 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4077 (diff-added-face, diff-changed-face, diff-function-face)
4078 (diff-context-face, diff-nonexistent-face): Put them in the
4079 diff-mode customization group.
4080
4081 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4084
4085 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4086
4087 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4088 Minor regexp-optimization.
4089
4090 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4091
4092 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4093 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4094 (org-agenda-add-time-grid-maybe): New function.
4095 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4096 (org-table-create): `dotimes' instead of `mapcar'.
4097 (org-xor): Simplify implementation.
4098 (org-agenda): `inhibit-redisplay' turned on.
4099 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4100 a consistent line after a state change.
4101 (org-agenda-remove-times-when-in-prefix): New option.
4102 (org-prefix-has-time): New variable.
4103 (org-parse-time-string): Optional argument NODEFAULT.
4104 (org-format-agenda-item): Parse items for time-of-day
4105 specifications and move these into the prefix if possible.
4106 (org-agenda-priority): Get current heading, not previous heading
4107 during agenda remote editing.
4108
4109 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4110
4111 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4112 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4113 (remove-duplicates, delete-duplicates, substitute)
4114 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4115 (nsubstitute-if-not, find, find-if, find-if-not, position)
4116 (position-if, position-if-not, count, count-if, count-if-not)
4117 (mismatch, search, sort*, stable-sort, merge, member*)
4118 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4119 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4120 (intersection, nintersection, set-difference, nset-difference)
4121 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4122 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4123 (nsublis, tree-equal): Improve argument/docstring consistency.
4124
4125 * subr.el (send-string, send-region):
4126 Remove obsolescence declaration.
4127 (window-dot, set-window-dot, read-input, show-buffer)
4128 (eval-current-buffer, string-to-int):
4129 Add release number to obsolescence declarations.
4130
4131 2005-05-19 Kim F. Storm <storm@cua.dk>
4132
4133 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4134 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4135
4136 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4137
4138 * faces.el (list-faces-display): Make back button respect optional
4139 regexp arg.
4140
4141 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
4142
4143 * calculator.el (calculator-radix-grouping-mode)
4144 (calculator-radix-grouping-digits, calculator-displayer)
4145 (calculator-radix-grouping-separator, calculator-copy-displayer):
4146 * dabbrev.el (dabbrev-search-these-buffers-only):
4147 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4148 (diff-advance-after-apply-hunk, diff-mode-hook)
4149 (diff-minor-mode-prefix):
4150 * imenu.el (imenu-use-popup-menu):
4151 * jit-lock.el (jit-lock-context-time):
4152 * newcomment.el (comment-fill-column, comment-column)
4153 (comment-style, comment-padding, comment-multi-line)
4154 (comment-empty-lines, comment-auto-fill-only-comments):
4155 * reveal.el (reveal-around-mark):
4156 * uniquify.el (uniquify-buffer-name-style)
4157 (uniquify-after-kill-buffer-p)
4158 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4159 (uniquify-min-dir-content, uniquify-separator)
4160 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4161 * w32-vars.el (w32-fixed-font-alist):
4162 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4163 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4164 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4165 * progmodes/perl-mode.el (perl-indent-level)
4166 (perl-continued-statement-offset, perl-continued-brace-offset)
4167 (perl-brace-offset, perl-brace-imaginary-offset)
4168 (perl-label-offset, perl-indent-continued-arguments)
4169 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4170 * progmodes/tcl.el (tcl-indent-level)
4171 (tcl-continued-indent-level, tcl-auto-newline)
4172 (tcl-tab-always-indent, tcl-electric-hash-style)
4173 (tcl-help-directory-list, tcl-use-smart-word-finder)
4174 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4175 (inferior-tcl-source-command):
4176 * textmodes/fill.el (enable-kinsoku):
4177 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4178 * textmodes/table.el (table-yank-handler):
4179 Specify missing group (and type, if simple) in defcustom.
4180
4181 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4182
4183 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4184
4185 2005-05-19 Richard M. Stallman <rms@gnu.org>
4186
4187 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4188
4189 * subr.el (event-basic-type): Don't get an error.
4190 (left-fringe-p): Function deleted.
4191
4192 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4193 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4194
4195 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4196 in recursive copy.
4197
4198 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4199
4200 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4201
4202 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4203 Call byte-compile-nogroup-warn if appropriate.
4204
4205 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4206 (compilation-set-window): Don't call left-fringe-p; do it directly.
4207
4208 2005-05-19 Jay Belanger <belanger@truman.edu>
4209
4210 * calc/calc-graph.el (calc-graph-format-data): Make sure
4211 var-PlotRejects is bound before trying to check its value.
4212
4213 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4214
4215 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4216 definition of this variable from reftex-global.el to reftex.el,
4217 because it is needed in the menu.
4218
4219 2005-05-19 Lute Kamstra <lute@gnu.org>
4220
4221 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4222 years are fixed. Don't insert a space after a dash.
4223
4224 2005-05-19 Kim F. Storm <storm@cua.dk>
4225
4226 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4227
4228 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4229
4230 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4231 strings, because (eq ... ?\\) is fairly frequent.
4232
4233 * progmodes/make-mode.el (makefile-add-this-line-targets):
4234 Simplify and integrate into `makefile-pickup-targets'.
4235 (makefile-add-this-line-macro): Simplify and integrate into
4236 `makefile-pickup-macros.
4237 (makefile-pickup-filenames-as-targets): Simplify.
4238 (makefile-previous-dependency, makefile-match-dependency):
4239 Don't stumble over `::'.
4240
4241 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4242
4243 * subr.el (post-command-idle-hook, post-command-idle-delay):
4244 Remove obsoletion of post-command-idle-hook and
4245 post-command-idle-delay.
4246
4247 * faces.el (list-faces-display): Provide button when describe-face
4248 is called to take user back to the list of faces.
4249
4250 * help-fns.el (describe-variable): Remove hyperlinks in a
4251 variable's value as these are quite frequently inappropriate.
4252
4253 * follow.el (follow-submit-feedback, follow-mode):
4254 Remove references to post-command-idle-hook.
4255
4256 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4257
4258 * progmodes/make-mode.el (makefile-previous-dependency)
4259 (makefile-match-dependency): Check for := (and in bsd mode also
4260 !=) to give a better result, even when font-lock is not on.
4261
4262 2005-05-18 Jay Belanger <belanger@truman.edu>
4263
4264 * calc/calc-help.el (calc-s-prefix-help):
4265 Add `calc-copy-special-constant' to help string.
4266
4267 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4268
4269 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4270
4271 2005-05-18 Jay Belanger <belanger@truman.edu>
4272
4273 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4274 in linear factors are in proper order.
4275
4276 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4277
4278 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4279 Support for jurabib.
4280
4281 * textmodes/reftex.el (featurep): Define aliases for overlay
4282 commands, for XEmacs compatibility, and use these aliases in
4283 overlay initializations.
4284 (reftex-highlight): Use `reftex-move-overlay'.
4285 (reftex-unhighlight): Use `reftex-delete-overlay'.
4286 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4287 (reftex-access-search-path): Use `reftex-uniquify' instead of
4288 `reftex-uniq'
4289
4290 * textmodes/reftex-sel.el (reftex-select-unmark):
4291 Overlay `before-string' property modification enables for Emacs as well.
4292 (reftex-select-item): Use `reftex-delete-overlay'.
4293 (reftex-select-mark): Use `reftex-make-overlay' and
4294 `reftex-overlay-put'.
4295 (reftex-select-unmark): Use `reftex-delete-overlay' and
4296 `reftex-overlay-put'.
4297
4298 2005-05-18 Lute Kamstra <lute@gnu.org>
4299
4300 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4301
4302 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4303
4304 * add-log.el (add-change-log-entry):
4305 * array.el (array-make-template, array-reconfigure-rows)
4306 (array-init-max-row, array-init-max-column)
4307 (array-init-columns-per-line, array-init-field-width):
4308 * replace.el (replace-match-maybe-edit, perform-replace):
4309 * textmodes/spell.el (spell-region):
4310 Replace `read-input' by `read-string'.
4311
4312 * forms.el (forms-mode):
4313 * finder.el (finder-compile-keywords):
4314 * shadowfile.el (shadow-read-files):
4315 Replace `eval-current-buffer' by `eval-buffer'.
4316
4317 * terminal.el (te-pass-through):
4318 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4319 (ange-ftp-raw-send-cmd):
4320 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4321 (send-process-next-char, telnet-initial-filter, telnet):
4322 Replace `send-string' by `process-send-string'.
4323
4324 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4325 (prolog-consult-region): Replace `send-string' by
4326 `process-send-string'; replace `send-region' by `process-send-region'.
4327
4328 * progmodes/delphi.el (delphi-log-msg):
4329 Replace `set-window-dot' by `set-window-point'.
4330
4331 * subr.el (window-dot, set-window-dot, read-input, send-string)
4332 (send-region, show-buffer, eval-current-buffer):
4333 Make really obsolete, as the comment says.
4334
4335 2005-05-17 Kim F. Storm <storm@cua.dk>
4336
4337 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4338 (cua--init-keymaps): Bind C-return instead of S-return to set
4339 rectangle mark.
4340
4341 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4342 instead of S-return to toggle/clear rectangle mark.
4343
4344 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4345
4346 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4347 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4348 Also fontify plain strings assigned to variables, mostly so that a
4349 colon has a face and is thus not taken as a dependency separator.
4350 (makefile-previous-dependency): Inline the new matcher, because it
4351 is too complex to work in both directions.
4352 (makefile-match-dependency): Eliminate `backward' arg (see above).
4353 Completely reimplemented so as to not sometimes go into an endless
4354 loop. It should also be more efficient, because first it only
4355 searches for `:', instead of applying the very complex regexp.
4356 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4357 to be fontified in one piece can be too long for JIT.
4358 Makefiles are never *that* big.
4359
4360 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4361
4362 * dired.el (dired-mode): Simplify.
4363
4364 2005-05-17 Lute Kamstra <lute@gnu.org>
4365
4366 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4367 defcustom for the mode hook variable.
4368
4369 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4370 Emacs Lisp Reference Manual.
4371
4372 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4375 (evenp, list*):
4376 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4377 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4378
4379 * net/tramp-smb.el (tramp-smb-open-connection):
4380 Pass `tramp-chunksize' as fifth (required) argument.
4381
4382 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4383
4384 * font-lock.el (lisp-font-lock-keywords-1):
4385 Set `font-lock-negation-char-face' for [^...] char group.
4386 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4387
4388 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4389 a var, and refine it to mask one more level of nested vars.
4390 (makefile-rule-action-regex): Turn it into a var, and refine it so
4391 it recognizes backslashed continuation lines as belonging to the
4392 same command.
4393 (makefile-macroassign-regex): Refine it so it recognizes
4394 backslashed continuation lines as belonging to the same command.
4395 (makefile-var-use-regex): Don't look at the next char, because it
4396 might be the same one to be skipped by the initial [^$], leading
4397 to an overlooked variable use.
4398 (makefile-make-font-lock-keywords): Remove two parameters, which
4399 are now variables that some of the modes set locally.
4400 Handle dependency and rule action matching through functions, because
4401 regexps alone match too often. Dependency matching now comes
4402 last, so it can check, whether a colon already matched something else.
4403 (makefile-mode): Inform that font-lock improves makefile parsing
4404 capabilities.
4405 (makefile-match-dependency, makefile-match-action): New functions.
4406
4407 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4408
4409 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4410
4411 * align.el (align-regexp):
4412 * ansi-color.el (ansi-color-get-face):
4413 * array.el (array-reconfigure-rows, array-init-max-row)
4414 (array-init-max-column, array-init-columns-per-line)
4415 (array-init-field-width):
4416 * dired-aux.el (dired-trample-file-versions):
4417 * dired-x.el (dired-mark-sexp):
4418 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4419 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4420 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4421 * faces.el (face-read-integer):
4422 * files.el (backup-extract-version, insert-directory):
4423 * hexl.el (hexl-insert-decimal-char):
4424 * server.el (server-process-filter):
4425 * shell.el (shell-extract-num):
4426 * startup.el (command-line-1):
4427 * term.el (term-command-hook):
4428 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4429 (time-stamp-do-number):
4430 * time.el (display-time-update):
4431 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4432 (timezone-fix-time):
4433 * vms-patch.el (vms-suspend-resume-hook):
4434 * calendar/appt.el (appt-convert-time):
4435 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4436 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4437 * calendar/cal-islam.el (mark-islamic-diary-entries):
4438 * calendar/calendar.el (calendar-cursor-to-date)
4439 (calendar-star-date):
4440 * calendar/diary-lib.el (diary-attrtype-convert)
4441 (mark-diary-entries, diary-entry-time):
4442 * calendar/solar.el (solar-get-number):
4443 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4444 * emacs-lisp/re-builder.el (reb-display-subexp):
4445 * emulation/edt.el (edt-set-scroll-margins):
4446 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4447 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4448 (vip-get-ex-count):
4449 * emulation/viper-ex.el (viper-get-ex-token)
4450 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4451 * international/fontset.el (fontset-plain-name):
4452 * mail/feedmail.el (feedmail-look-at-queue-directory):
4453 * mail/mailalias.el (mail-get-names):
4454 * mail/rmail.el (rmail-convert-to-babyl-format):
4455 * mail/rmailsum.el (rmail-make-basic-summary-line)
4456 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4457 (rmail-summary-goto-msg):
4458 * mail/smtpmail.el (smtpmail-read-response):
4459 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4460 (ange-ftp-vms-add-file-entry):
4461 * play/gametree.el (gametree-looking-at-ply)
4462 (gametree-current-branch-score):
4463 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4464 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4465 * progmodes/cperl-mode.el (condition-case):
4466 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4467 (ebrowse-set-member-buffer-column-width)
4468 (ebrowse-select-1st-to-9nth):
4469 * progmodes/etags.el (etags-snarf-tag):
4470 * progmodes/flymake.el (flymake-parse-line):
4471 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4472 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4473 (idlwave-shell-menu-def):
4474 * progmodes/ps-mode.el (ps-run-goto-error):
4475 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4476 (vhdl-speedbar-contract-level):
4477 * term/mac-win.el (x-handle-numeric-switch):
4478 * term/sun-mouse.el (sun-get-frame-data):
4479 * term/w32-win.el (x-handle-numeric-switch):
4480 * term/x-win.el (x-handle-numeric-switch):
4481 * textmodes/ispell.el (ispell-parse-output):
4482 * textmodes/nroff-mode.el (nroff-outline-level):
4483 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4484 (reftex-bib-sort-year-reverse, reftex-format-citation):
4485 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4486 (reftex-section-number):
4487 * textmodes/texinfmt.el (texinfo-paragraphindent):
4488 Replace `string-to-int' by `string-to-number'.
4489
4490 * international/latexenc.el: Add page marker to force the "Local
4491 Variables:" string out of the last page.
4492
4493 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4494
4495 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4496 tooltip-change-major-mode.
4497 (gud-tooltip-print-command): Remove case where gud-minor-mode
4498 is gdb ("--fullname").
4499 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4500 explain to user.
4501
4502 2005-05-16 Jay Belanger <belanger@truman.edu>
4503
4504 * calc/calc-store.el (calc-copy-special-constant): New function.
4505
4506 * calc/calc-ext.el (calc-init-extensions): Add binding for
4507 `calc-copy-special-constant'.
4508
4509 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4510 for the `calc-copy-special-constant' command.
4511
4512 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4513
4514 * subr.el (left-fringe-p): New function.
4515
4516 * progmodes/compile.el (compilation-setup): Set local value of
4517 overlay-arrow-string to "" always.
4518 (compilation-set-window): Left fringe then don't scroll.
4519 No left fringe then no arrow and scroll message to top.
4520 (compilation-context-lines): Adjust doc string accordingly.
4521
4522 2005-05-16 Kim F. Storm <storm@cua.dk>
4523
4524 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4525 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4526 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4527 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4528 (ido-read-file-name): Handle commands with ido property value
4529 equal to find-file as reading a file name, to allow C-d to enter dired.
4530 (ibuffer-find-file): Add ido property with value find-file.
4531
4532 2005-05-15 Kim F. Storm <storm@cua.dk>
4533
4534 * subr.el (open-network-stream-nowait): Remove.
4535 (open-network-stream-server): Remove.
4536
4537 2005-05-15 Richard M. Stallman <rms@gnu.org>
4538
4539 * faces.el (describe-face): Output a definition link button.
4540
4541 * help-mode.el (help-face-def): New button type.
4542
4543 * emacs-lisp/copyright.el (copyright-fix-years):
4544 Match properly if the first year is 2-digit.
4545 Don't mess up the whitespace after the years by filling.
4546
4547 * dired-aux.el (dired-mark-confirm):
4548 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4549
4550 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4551 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4552 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4553
4554 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4555 Set font-lock-comment-start-skip.
4556
4557 * font-lock.el (font-lock-comment-start-skip): New variable.
4558 (font-lock-comment-end-skip): New variable.
4559 (font-lock-fontify-syntactically-region): Use them if non-nil.
4560
4561 2005-05-15 Jay Belanger <belanger@truman.edu>
4562
4563 * calc/calc-store.el (calc-store-value): Return a string rather
4564 than display it as a message.
4565 Use calc-var-name for variable name.
4566 (calc-store-into): Add the result of calc-store-value to message.
4567 (calc-copy-variable): Add a message.
4568 (calc-store-exchange): Improve error messages.
4569 (calc-store-binary, calc-store-map): Don't reset the values of
4570 special constants.
4571
4572 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4573
4574 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4575 manual to docstring.
4576
4577 * files.el (hack-local-variables-confirm): Add STRING argument.
4578 Make the function handle non file visiting buffers correctly.
4579 (hack-local-variables-prop-line, hack-local-variables)
4580 (hack-one-local-variable): Use STRING arg of
4581 `hack-local-variables-confirm'.
4582
4583 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4584
4585 Sync with Tramp 2.0.49.
4586
4587 * tramp.el (tramp-handle-dired-call-process)
4588 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4589 because the contents of the Tramp buffer is changed before
4590 insertion (`expand-file' and alike).
4591 (tramp-handle-insert-directory): If `localname' has an empty
4592 nondirectory name, it must not be quoted.
4593 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4594 variable `tramp-chunksize'. Change callees.
4595 (tramp-open-connection-setup-interactive-shell): Check remote host
4596 for buggy `send-process-string' implementation.
4597 Set `tramp-chunksize' if found. Reported by Michael Kifer
4598 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4599 (tramp-handle-shell-command): `insert-buffer' cannot be used
4600 because the contents of the Tramp buffer is changed before
4601 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4602 <frederic.bothamy@free.fr>.
4603 (tramp-set-auto-save): Actions should be done for Tramp file name
4604 handler only. Ange-FTP has its own auto-save mechanism.
4605 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4606 (tramp-set-auto-save-file-modes): Set file modes of
4607 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4608 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4609 (tramp-bug): Remove obsolete variable.
4610 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4611 for presence of `mml-mode'. Make it running for older Emacsen as well.
4612
4613 2005-05-14 John Paul Wallington <jpw@pobox.com>
4614
4615 * ibuf-ext.el (define-ibuffer-filter filename):
4616 If `dired-directory' is a list, use its car.
4617
4618 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4619
4620 * ibuffer.el (define-ibuffer-column filename):
4621 If `dired-directory' is a list, use its car.
4622
4623 2005-05-14 Richard M. Stallman <rms@gnu.org>
4624
4625 * subr.el (symbol-file): Doc fix.
4626
4627 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4628 (byte-compile-form): Call byte-compile-nogroup-warn.
4629 (byte-compile-warning-types): Doc fix.
4630
4631 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4632
4633 * progmodes/cc-engine.el (c-literal-faces):
4634 Add font-lock-comment-delimiter-face.
4635
4636 * net/net-utils.el (dig): Use with-no-warnings.
4637
4638 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4639 (sc-recite-frame-alist, sc-default-cite-frame)
4640 (sc-default-uncite-frame, sc-default-recite-frame)
4641 (sc-attrib-selection-list, sc-rewrite-header-list):
4642 Mark as risky-local-variable.
4643
4644 * international/ogonek.el (ogonek-jak, ogonek-how):
4645 Don't use beginning-of-buffer.
4646
4647 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4648
4649 * calendar/solar.el (solar-data-list): Move definition up.
4650
4651 * dnd.el (dnd-protocol-alist): Add autoload.
4652
4653 * progmodes/sh-script.el: Many doc usage fixes.
4654 (sh-indent-after-do): Change default to match common styles.
4655
4656 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4657
4658 * files.el (interpreter-mode-alist)
4659 (auto-mode-interpreter-regexp): Doc fixes.
4660
4661 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4662
4663 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4664
4665 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4666
4667 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4668
4669 * dired.el (dired-mode): make-variable-buffer-local =>
4670 make-local-variable.
4671
4672 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4673
4674 * term/mac-win.el (mac-select-convert-to-string): Try coding
4675 systems in mac-script-code-coding-systems if specified one cannot
4676 encode string for `com.apple.traditional-mac-plain-text'.
4677
4678 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4679
4680 * progmodes/make-mode.el (makefile-targets-face)
4681 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4682 (makefile-dependency-regex): Fix it to not make the colon in
4683 $(var:a=b) special.
4684 (makefile-rule-action-regex): New regexp for highlighting embedded
4685 Shell strings.
4686 (makefile-macroassign-regex): Handle != for highlighting as
4687 embedded Shell strings.
4688 (makefile-var-use-regex): New const.
4689 (makefile-statements, makefile-automake-statements)
4690 (makefile-gmake-statements, makefile-makepp-statements)
4691 (makefile-bsdmake-statements): New consts.
4692 (makefile-make-font-lock-keywords): New function.
4693 (makefile-automake-font-lock-keywords)
4694 (makefile-gmake-font-lock-keywords)
4695 (makefile-makepp-font-lock-keywords)
4696 (makefile-bsdmake-font-lock-keywords): New consts.
4697 (makefile-mode-map): Add switchers between the various submodes.
4698 (makefile-mode): Document the availability of the variants.
4699 (makefile-automake-mode, makefile-gmake-mode)
4700 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4701
4702 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4703 new variants of makefile-mode.
4704
4705 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4708 the inheritance.
4709
4710 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4711
4712 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4713 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4714
4715 * files.el (normal-mode): Extend the scope of the
4716 `enable-local-variables' binding to include the `set-auto-mode' call.
4717 (magic-mode-alist): Doc fix.
4718
4719 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4722 font-lock-comment-face rather than copying its setting.
4723
4724 2005-05-12 Andreas Schwab <schwab@suse.de>
4725
4726 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4727
4728 2005-05-12 Lute Kamstra <lute@gnu.org>
4729
4730 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4731 defcustom for the mode hook variable. Delete the last argument.
4732 * generic-x.el: Fix callers of define-generic-mode.
4733 (generic-x-modes): Delete group.
4734 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4735 generic-x customization group.
4736
4737 2005-05-12 Kim F. Storm <storm@cua.dk>
4738
4739 * font-lock.el (font-lock-negation-char-face): Default to "off".
4740
4741 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4742 font-lock-negation-char-face to ! in !=.
4743
4744 2005-05-12 Masatake YAMATO <jet@gyve.org>
4745
4746 * add-log.el (find-change-log): Fix typos in the docstring
4747 of function.
4748
4749 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4750
4751 * international/latexenc.el (latexenc-find-file-coding-system):
4752 Avoid `re-search-forward' when looking for input encoding because
4753 of speed and safety. Better regular expressions for recognizing
4754 input encoding. Limit a search for TeX-master/tex-main-file to
4755 the local variable section.
4756
4757 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4758
4759 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4760 syntax of $ to "'" (quote).
4761
4762 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4763
4764 * dnd.el (dnd-protocol-alist): Improve custom type.
4765
4766 * dired.el (dired-dnd-protocol-alist): New variable.
4767 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4768 `dired-mode-hook' to the end.
4769
4770 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4773 comment-end if comment-start-skip is not set.
4774 Obey the font-lock-comment-delimiter-face variables.
4775
4776 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * files.el (executable-find): Move from executable.el. Use locate-file.
4779 * progmodes/executable.el (executable-find): Move to files.el.
4780
4781 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4782 when trying to ensure forward progress.
4783
4784 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4787 (mouse-select, mouse-select-internal, mouse-extend-internal):
4788 Use it to implement mouse-1-click-follows-link functionality.
4789
4790 2005-05-11 Richard M. Stallman <rms@gnu.org>
4791
4792 * font-lock.el (font-lock-fontify-syntactically-region):
4793 Use font-lock-comment-delimiter-face for comment delimiters.
4794
4795 2005-05-10 Jay Belanger <belanger@truman.edu>
4796
4797 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4798 preserving embedded modes.
4799
4800 2005-05-10 Richard M. Stallman <rms@gnu.org>
4801
4802 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4803
4804 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4805 Move from ada-stmt.el.
4806 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4807
4808 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4809 Move to ada-mode.el.
4810 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4811
4812 * cus-edit.el (custom-file): Call file-chase-links.
4813
4814 * files.el (read-directory-name): Fix previous change.
4815 (hack-local-variables-confirm): New function.
4816 (hack-local-variables-prop-line, hack-local-variables)
4817 (hack-one-local-variable): Use it.
4818
4819 2005-05-10 Lute Kamstra <lute@gnu.org>
4820
4821 * font-lock.el (font-lock-keywords-alist)
4822 (font-lock-removed-keywords-alist): Clarify docstrings.
4823
4824 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4825
4826 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4827 (gdb-source-info): Check for preprocessor info.
4828 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4829 a macro for a function.
4830 (gdb-info-breakpoints-custom): Try to find file again if not already
4831 found (user might have used GDB dir command).
4832 (gdb-get-location): Update gdb-location-alist correctly for change
4833 to gdb-info-breakpoints-custom.
4834
4835 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4836 (gud-tooltip-print-command): Add gdbmi case.
4837 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4838 preprocessor info.
4839
4840 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4841
4842 * startup.el (fancy-splash-insert): Fix typo in doc string.
4843
4844 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4845
4846 * obsolete/float.el (string-to-float):
4847 * obsolete/hilit19.el (hilit-add-pattern):
4848 * obsolete/rnews.el (news-parse-range, news-select-message)
4849 (news-get-pruned-list-of-files): Replace `string-to-int' by
4850 `string-to-number'.
4851
4852 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4853 `find-file-not-found-hooks'; use `add-hook'.
4854 (uncompress-while-visiting): Set `write-file-functions', not
4855 `write-file-hooks'; use `add-hook'.
4856
4857 2005-05-09 Kim F. Storm <storm@cua.dk>
4858
4859 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4860 (cua-paste): Handle clipboard action.
4861 (cua--init-keymaps): Remap clipboard-kill-region and
4862 clipboard-kill-ring-save.
4863
4864 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4865
4866 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4867 Improve commentary.
4868
4869 * simple.el (next-error-overlay-arrow-position): Revert the change
4870 made on 2005-04-30.
4871
4872 2005-05-07 Jay Belanger <belanger@truman.edu>
4873
4874 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4875 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4876 `calc-sel-reselect'.
4877
4878 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4879 Calc is in embedded mode.
4880
4881 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4882
4883 * progmodes/compile.el (compilation-setup):
4884 Set overlay-arrow-string to an empty string on text terminals.
4885
4886 * textmodes/ispell.el (ispell-program-name): Try looking for
4887 "aspell" along exec-path, and if found, use it as the default
4888 speller program.
4889
4890 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4891
4892 * international/mule.el (sgml-xml-auto-coding-function):
4893 Recognize encoding='FOO' in single quotes as well as in double quotes.
4894
4895 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4896
4897 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4898 as well as `interactive', so that defmacro* would recognize
4899 `declare' forms.
4900
4901 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4902
4903 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4904 Explain more about the LIGHTER arg's usage in the doc string.
4905 Add commentary to clarify what the code does. Fix the regexp that
4906 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4907 since it could have characters special to regular expressions.
4908
4909 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4910
4911 * replace.el (occur-1): Bind inhibit-read-only so that
4912 erase-buffer doesn't barf on read-only text properties (likewise
4913 for add-text-properties in occur-engine). Mark buffer as unmodified.
4914 (occur-engine): Don't set buffer-read-only here.
4915
4916 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4919 list-buffers-directory. This caused the *cvs-commit* buffer to be
4920 sometimes mistakenly reused as a *cvs* buffer.
4921
4922 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4923
4924 * tooltip.el: Move code for GUD tooltips into gud.el.
4925 (require): CL no longer needed to compile case.
4926 (tooltip-mode): Do not toggle functions for GUD tooltips.
4927 (tooltip-gud-tips-p): Remove. Replace with minor mode
4928 gud-tooltip-mode in gud.el.
4929 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4930 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4931 tooltip-gud prefix with gud-tooltip and obsolete.
4932 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4933 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4934 (tooltip-mouse-motion): Mouse movement functions/variable.
4935 Rename in gud.el by adding gud prefix.
4936 (tooltip-gud-original-filter, tooltip-gud-dereference)
4937 (tooltip-gud-event, tooltip-toggle-gud-tips)
4938 (tooltip-gud-process-output, tooltip-gud-print-command)
4939 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4940 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4941 (gdb-tooltip-print): Move to gdb-ui.el.
4942
4943 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4944 (require): CL needed to compile case.
4945 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4946 tooltip-gud-tips-p. Make it a minor-mode.
4947 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4948 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4949 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4950 (gud-tooltip-change-major-mode)
4951 (gud-tooltip-activate-mouse-motions-if-enabled)
4952 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4953 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4954 (gud-tooltip-original-filter, gud-tooltip-dereference)
4955 (gud-tooltip-event, tooltip-toggle-gud-tips)
4956 (gud-tooltip-process-output, gud-tooltip-print-command)
4957 (gud-tooltip-tips): Move from tooltip.el.
4958
4959 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4960 (gdb-cpp-define-alist-flags): Doc fix.
4961 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4962 gud-tooltip-mode is t.
4963
4964 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4967 evaporate if their text is deleted.
4968 (goto-address-at-point): Make it work as a mouse binding as well.
4969 (goto-address-at-mouse): Obsolete it. Update users.
4970
4971 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4972
4973 * calendar/appt.el (top-level): No longer activate on load.
4974
4975 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4978 * net/webjump.el (webjump):
4979 * progmodes/idlw-help.el (idlwave-do-context-help1)
4980 (idlwave-highlight-linked-completions):
4981 * textmodes/po.el (po-find-file-coding-system-guts):
4982 Replace `assoc-ignore-case' by `assoc-string'.
4983
4984 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4985
4986 * files.el (locate-file): Doc fix.
4987
4988 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4989 Remove the redundant test for ms-dos.
4990
4991 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4992 look for the preprocessor with exec-suffixes. If not found in
4993 standard places, look in exec-path. Remove most of the tests that
4994 used system-type.
4995
4996 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4997
4998 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4999
5000 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5001 file-name clash with jka-compr.el on 8+3 filesystems.
5002
5003 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5004
5005 * term/mac-win.el: Don't define or bind scroll bar functions if
5006 x-toolkit-scroll-bars is t.
5007 (x-select-text, x-get-selection-value):
5008 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5009 (PRIMARY): Put mac-scrap-name property.
5010 (mac-select-convert-to-file-url): New function.
5011 (public.file-url): New selection target type. Add to
5012 selection-converter-alist.
5013 (x-get-selection, x-selection-value): Handle it.
5014 (x-cut-buffer-or-selection-value): New alias.
5015
5016 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5017
5018 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5019 entry to avoid calling bibtex-find-entry with arg global
5020 being t. Remove arg key.
5021 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5022 (bibtex-copy-summary-as-kill): Change accordingly.
5023
5024 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5027 (org-agenda-date-later): Use with-current-buffer.
5028
5029 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5030
5031 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5032 (define-obsolete-variable-alias): Doc Fixes.
5033
5034 2005-05-06 Kim F. Storm <storm@cua.dk>
5035
5036 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5037 vertical-motion when selective-display is active.
5038
5039 * ido.el (ido-setup-hook): New hook.
5040 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5041 (ido-input-stack): New var.
5042 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
5043 ido-next-work-file binding to M-O.
5044 Bind M-f to ido-wide-find-file-or-pop-dir.
5045 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5046 (ido-read-internal): Run ido-setup-hook.
5047 Catch quit in read-file-name and read-string to cancel edit.
5048 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5049 Automatically pop-all when completing a directory name (RET).
5050 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5051 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5052 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5053 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5054 New functions for M-b/M-f to move among the directory components.
5055 (ido-make-merged-file-list): Catch quit to cancel merge.
5056 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5057 (ido-completion-help): No warnings for ido-completion-buffer-full.
5058
5059 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5060
5061 * font-lock.el (font-lock-negation-char-face): New face and variable.
5062 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5063 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5064 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5065 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5066
5067 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5070 Fix typo in docstring.
5071
5072 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5073 (ebrowse-print-statistics-line)
5074 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5075
5076 * term/w32-win.el (image-library-alist): Add additional name for
5077 Xpm library.
5078
5079 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5080
5081 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5082 use gcc instead of cpp.
5083
5084 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5085 (gdb-create-define-alist): Use it.
5086 (gdb-cpp-define-alist-program): Update for MS-DOS.
5087
5088 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5089
5090 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5091
5092 2005-05-04 Richard M. Stallman <rms@gnu.org>
5093
5094 * help.el (describe-key): No error when UNTRANSLATED is nil.
5095
5096 * simple.el (line-move-1): Fix previous change to signal errors
5097 appropriately.
5098
5099 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5100
5101 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5102 (icalendar-duration-correction): Remove.
5103 (icalendar--get-event-properties): Split result at commas.
5104 (icalendar--decode-isoduration): New optional argument
5105 DURATION-CORRECTION.
5106 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5107 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5108 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5109 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5110 (icalendar--convert-anniversary-to-ical): New functions, extracted
5111 from icalendar-export-region, with bug fixes.
5112 (icalendar-export-region): Use the above functions.
5113 (icalendar-import-buffer): Check before saving diary file.
5114 (icalendar--convert-recurring-to-diary)
5115 (icalendar--convert-non-recurring-all-day-to-diary)
5116 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5117 extracted from icalendar--convert-ical-to-diary, with bug fixes.
5118 (icalendar--convert-ical-to-diary): Use the above functions.
5119
5120 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
5121
5122 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5123 Remove these recent additions.
5124 (c-mode): Restore to before 2005-04-28.
5125
5126 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5127 recent addition.
5128
5129 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5130 (gdb-define-alist): New variables.
5131 (gdb-create-define-alist): New function.
5132 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5133 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5134 with string-to-number.
5135 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
5136
5137 * progmodes/gud.el: Replace string-to-int with string-to-number.
5138 (gud-find-file): Handle gdb-define-alist.
5139
5140 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5141
5142 2005-05-02 Jay Belanger <belanger@truman.edu>
5143
5144 * calc/calc-aent.el (math-read-token):
5145 * calc/calc-bin.el (calc-word-size):
5146 * calc/calc-ext.el (calc-read-number-fancy):
5147 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5148 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5149 * calc/calc-frac.el (calc-over-notation):
5150 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5151 (calc-graph-num-points, calc-graph-init):
5152 * calc/calc-prog.el (calc-read-parse-table-part)
5153 (calc-edit-macro-repeats):
5154 * calc/calc-yank.el (calc-do-grab-rectangle):
5155 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5156 Replace `string-to-int' by `string-to-number'.
5157
5158 2005-05-02 Kim F. Storm <storm@cua.dk>
5159
5160 * kmacro.el: Use executing-kbd-macro-index variable.
5161
5162 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5163
5164 * net/rlogin.el (rlogin-parse-words): Delete func.
5165 (rlogin): Use split-string, not rlogin-parse-words.
5166 Also, if there are option-like elements in the parsed args,
5167 take the host to be the first arg immediately following them.
5168 Suggested by Michael Mauger.
5169
5170 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5171
5172 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5173
5174 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5175
5176 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5177 (cc-mode-cpp-program): Rename to cc-define-list-program and
5178 move to cc-vars.el.
5179
5180 * progmodes/cc-vars.el (cc-define-list-program):
5181 Change to "gcc -E -dM -". Make customizable.
5182
5183 2005-05-02 Kim F. Storm <storm@cua.dk>
5184
5185 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5186
5187 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5188
5189 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5190
5191 * international/mule-util.el (truncate-string): Remove alias and
5192 obsolete declaration.
5193
5194 * international/mule-cmds.el (update-iso-coding-systems):
5195 Remove alias and obsolete declaration.
5196
5197 * international/mule.el (coding-system-parent): Remove alias and
5198 obsolete declaration.
5199
5200 * subr.el (define-function, sref): Remove aliases and obsolete
5201 declarations.
5202 (chars-in-region): Remove obsolete declaration.
5203
5204 2005-05-01 Richard M. Stallman <rms@gnu.org>
5205
5206 * info.el (Info-mode): Set widen-automatically to nil, locally.
5207
5208 * simple.el (widen-automatically): New variable.
5209 (pop-global-mark): Obey widen-automatically.
5210
5211 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5212
5213 * term/xterm.el (function-key-map): Call substitute-key-definition
5214 before the keymap size is increased by a lot of define-key calls.
5215
5216 2005-05-01 Richard M. Stallman <rms@gnu.org>
5217
5218 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5219 Rename ARG to ELEMENT. Doc fix.
5220
5221 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5222
5223 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5224 Remove references to allout-exposure/change to allout-new-exposure.
5225
5226 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5227 bytecode symbols.
5228
5229 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5230 (compiled-function-p, focus-frame, unfocus-frame):
5231 Remove aliases and obsolete declarations.
5232 Back out inadvertent changes from previous commit.
5233
5234 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5235
5236 * files.el (require-final-newline): Make Custom tags consistent
5237 with mode-require-final-newline.
5238 (mode-require-final-newline): Doc fix.
5239
5240 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * international/latexenc.el (latexenc-find-file-coding-system):
5243 Fix regular expressions.
5244
5245 2005-05-01 David Kastrup <dak@gnu.org>
5246
5247 * international/latexenc.el (latexenc-find-file-coding-system):
5248 Fix regular expressions.
5249
5250 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5251
5252 * subr.el (string-to-int): Make obsolete.
5253
5254 2005-04-30 Richard M. Stallman <rms@gnu.org>
5255
5256 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5257
5258 * loadup.el: load jka-comp-hook.
5259
5260 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5261 (jka-compr-handler): Add autoload. `put' calls moved
5262 to jka-comp-hook.el.
5263 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5264 (jka-compr-inhibit): Autoload.
5265
5266 * jka-comp-hook.el: New file.
5267 Enable the mode by default.
5268
5269 * files.el (backup-buffer-copy): Use copy-file instead
5270 of write-region, and put back the 'excl.
5271
5272 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5273
5274 * progmodes/flymake.el (flymake-split-string)
5275 (flymake-split-string, flymake-log, flymake-pid-to-names)
5276 (flymake-reg-names, flymake-get-source-buffer-name)
5277 (flymake-unreg-names, flymake-add-line-err-info)
5278 (flymake-add-err-info): Clarify docstrings.
5279 (flymake-popup-menu, flymake-make-emacs-menu)
5280 (flymake-make-xemacs-menu): Add docstrings.
5281 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5282 Set variables directly throughout.
5283
5284 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5285
5286 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5287 exists. Initialize cc-define-alist.
5288 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5289 If there is no file (Macroexpansion) don't create an alist.
5290
5291 2005-04-29 Sam Steingold <sds@gnu.org>
5292
5293 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5294 (cc-create-define-alist): Use it instead of the hard-coded string.
5295
5296 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5299 for latexenc.
5300
5301 2005-04-29 Lute Kamstra <lute@gnu.org>
5302
5303 * emacs-lisp/generic.el: Improve commentary section.
5304 (define-generic-mode): Improve docstring.
5305
5306 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5307
5308 * textmodes/org.el (many places): Change to quiet the byte compiler.
5309 (org-prefix-format-compiled): New variable.
5310 (org-compile-prefix-format): New function.
5311 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5312 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5313 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5314 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5315 consistency with entries from `org-mode' files.
5316 (org-get-time-of-day): Fix bug with partial matches early in a line.
5317 (org-non-link-chars): New constant.
5318 (org-link-regexp): Respect `org-non-link-chars'.
5319 (org-agenda-day-view): Remove command.
5320 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5321 (org-follow-bbdb-link, org-store-link): Search also company field.
5322 (org-highlight-overlay): New variable.
5323 (org-highlight, org-unhighlight): New functions.
5324 (org-agenda-mode): Add pre-command-hook to remove highlight.
5325 (org-evaluate-time-range): Behavior depends upon whether time stamp
5326 contains a time or not.
5327 (org-show-subtree, org-show-entry): New functions.
5328 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5329
5330 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5331
5332 * comint.el (comint-output-filter-functions): Add autoload cookie.
5333
5334 2005-04-28 Kim F. Storm <storm@cua.dk>
5335
5336 * ido.el (ido-everywhere): Fix last change.
5337
5338 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5339
5340 * international/latexenc.el: New file.
5341 * international/mule-conf.el (file-coding-system-alist): For .tex,
5342 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5343
5344 2005-04-28 Lute Kamstra <lute@gnu.org>
5345
5346 * font-lock.el (font-lock-add-keywords)
5347 (font-lock-remove-keywords): Clarify docstring.
5348 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5349 Don't start docstrings with a `*'.
5350 (font-lock-update-removed-keyword-alist): Give it a docstring.
5351
5352 * generic-x.el: Update commentary section.
5353 Only require font-lock when compiling.
5354 Define all modes conditionally.
5355 Place all generic modes in the generic-x-modes customization group.
5356 (generic-x-modes): New customization group.
5357 (generic-default-modes, generic-mswindows-modes)
5358 (generic-unix-modes, generic-other-modes): New constants.
5359 (generic-define-mswindows-modes, generic-define-unix-modes):
5360 Update docstrings. Make them obsolete.
5361 (generic-extras-enable-list): New default value. Update docstring.
5362 Improve :type. Change :set function.
5363 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5364 Fix docstring.
5365
5366 * emacs-lisp/generic.el (generic-mode-internal):
5367 Simplify font-lock-defaults.
5368 (define-generic-mode): Fix docstring.
5369
5370 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5373 font-lock-face property to highlight matches.
5374
5375 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5376
5377 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5378 (cc-define-alist): New variable.
5379 (c-mode): Make it local and initialize it.
5380
5381 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5382 (gdb-exited): New function.
5383 (gdb-annotation-rules): Use it.
5384 (gdb-starting): Set gdb-active-process to t.
5385 (gdb-stopping): Amend doc string.
5386 (gdb-reset): Set gdb-active-process to nil.
5387
5388 * tooltip.el (tooltip-gud-tips): Show the associated #define
5389 directives when a C program under GDB is not executing.
5390
5391 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5394 font-lock-fontify-syntactic-keywords.
5395
5396 * font-lock.el (font-lock-default-fontify-region): Don't force
5397 parse-sexp-lookup-properties to nil.
5398
5399 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5400
5401 * man.el (man-mode-syntax-table): Set up `:' to have
5402 word-constituent syntax.
5403
5404 2005-04-27 Lute Kamstra <lute@gnu.org>
5405
5406 * novice.el (disable-command): Don't add spurious newlines to the
5407 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5408
5409 2005-04-26 Jay Belanger <belanger@truman.edu>
5410
5411 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5412 than one window before deleting window.
5413
5414 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5415
5416 * shell.el (shell-prompt-pattern): Doc fix.
5417 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5418
5419 * comint.el (comint-prompt-regexp, comint-get-old-input)
5420 (comint-use-prompt-regexp)
5421 (comint-use-prompt-regexp-instead-of-fields)
5422 (comint-replace-by-expanded-history, comint-send-input)
5423 (comint-output-filter, comint-get-old-input-default)
5424 (comint-line-beginning-position, comint-bol, comint-show-output)
5425 (comint-backward-matching-input, comint-forward-matching-input)
5426 (comint-next-prompt, comint-previous-prompt):
5427 Rename `comint-use-prompt-regexp-instead-of-fields' to
5428 `comint-use-prompt-regexp'. Keep old name as alias and declare
5429 obsolete.
5430 (comint-use-prompt-regexp): Shorten first line of doc string.
5431
5432 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5433 Set paragraph-separate buffer locally to "\\'".
5434
5435 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5436 Adapt to above name change.
5437
5438 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5439 (smbclient-prompt-regexp): Ditto.
5440
5441 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5442
5443 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5444
5445 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5446 gdb-location-list.
5447 Break lines that are over 80 characters wide.
5448
5449 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5452 New fun and var, to preserve compatibility.
5453
5454 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5455
5456 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5457
5458 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5459 name to file-newer-than-file-p.
5460
5461 2005-04-26 Richard M. Stallman <rms@gnu.org>
5462
5463 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5464
5465 * progmodes/python.el (python-mode):
5466 Use new name eldoc-documentation-function.
5467
5468 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5469
5470 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5471 (eldoc-documentation-function):
5472 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5473
5474 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5475
5476 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5477
5478 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5479
5480 * term/xterm.el (function-key-map): Fix strings for
5481 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5482 {C,S,A,C-S}-{f1-f12}.
5483
5484 2005-04-26 Kenichi Handa <handa@m17n.org>
5485
5486 * international/mule-cmds.el (select-safe-coding-system):
5487 Fix previous change.
5488
5489 2005-04-26 Lute Kamstra <lute@gnu.org>
5490
5491 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5492
5493 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5494 (font-lock-comment-delimiter-face): Ditto.
5495
5496 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5497
5498 2005-04-25 Jay Belanger <belanger@truman.edu>
5499
5500 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5501 to t while inserting information; use help-mode.
5502
5503 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5504
5505 * term.el (ansi-term-color-vector): Use the xterm colors.
5506 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5507
5508 2005-04-25 Lute Kamstra <lute@gnu.org>
5509
5510 * font-core.el (font-lock-defaults): Fix docstring.
5511
5512 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5513
5514 2005-04-25 Kenichi Handa <handa@m17n.org>
5515
5516 * international/mule-cmds.el (select-safe-coding-system):
5517 Don't check consistency with coding: spec, etc if raw-text or
5518 no-conversion was found to be safe.
5519
5520 2005-04-24 Richard M. Stallman <rms@gnu.org>
5521
5522 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5523 citation markers at start of each line.
5524
5525 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5526 citation markers at start of each line.
5527
5528 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5529
5530 * files.el (mode-require-final-newline): Fix previous change.
5531 (require-final-newline): Fix type label.
5532
5533 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5534
5535 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5536 statement in buffer (broken by 2004-11-24 change).
5537
5538 2005-04-24 Kim F. Storm <storm@cua.dk>
5539
5540 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5541 and read-file-name-function values. Don't overwrite existing
5542 non-nil values if ido-mode is enabled without ido-everywhere.
5543
5544 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5545
5546 * files.el (mode-require-final-newline): Minor doc fix.
5547
5548 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5549
5550 * subr.el (syntax-after): Doc fix.
5551 (syntax-class): If argument is nil, return nil. Mask off upper 16
5552 bits, not 8 bits.
5553
5554 * files.el (mode-require-final-newline): Doc fix.
5555 (backup-buffer-copy): Fix last change.
5556
5557 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5558
5559 * term/mac-win.el: Require select. Set selection-coding-system to
5560 mac-system-coding-system. Call menu-bar-enable-clipboard.
5561 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5562 (x-select-enable-clipboard): New variables.
5563 (x-select-text, x-get-selection, x-selection-value)
5564 (x-get-selection-value, mac-select-convert-to-string)
5565 (mac-services-open-file, mac-services-open-selection)
5566 (mac-services-insert-text): New functions.
5567 (CLIPBOARD, FIND): Put mac-scrap-name property.
5568 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5569 (public.tiff): Put mac-ostype property.
5570 (selection-converter-alist): Add entries for them.
5571 (mac-application-menu-map): New keymap.
5572 (interprogram-cut-function, interprogram-paste-function): Set to
5573 x-select-text and x-get-selection-value, respectively.
5574 (split-window-keep-point): Set to t.
5575
5576 2005-04-23 Richard M. Stallman <rms@gnu.org>
5577
5578 * files.el (read-directory-name): Always pass non-nil
5579 DEFAULT-FILENAME arg to read-file-name.
5580 (backup-buffer-copy, basic-save-buffer-2): Take care against
5581 writing thru an unexpected existing symlink.
5582 (revert-buffer): In indirect buffer, revert the base buffer.
5583 (magic-mode-alist): Doc fix.
5584 (buffer-stale-function): Doc fix.
5585 (minibuffer-with-setup-hook): Avoid warning.
5586 (mode-require-final-newline): Doc and custom fix.
5587
5588 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5589
5590 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5591 use the default appearance.
5592 (font-lock-comment-delimiter-face): New face, new variable.
5593
5594 * imenu.el (imenu--generic-function): The official position of a
5595 definition is the start of the line that BEG is in.
5596
5597 * midnight.el (midnight-timer): Move defvar up.
5598
5599 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5600
5601 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5602
5603 * startup.el (command-line): Use with-no-warnings.
5604
5605 * window.el (window-size-fixed): New defvar.
5606
5607 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5608
5609 * mail/rmail.el (rmail-font-lock-keywords):
5610 Use font-lock-comment-delimiter-face.
5611
5612 * mail/sendmail.el (mail-font-lock-keywords):
5613 Use font-lock-comment-delimiter-face.
5614
5615 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5616
5617 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5618
5619 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5620 Specify t for LAXMATCH when matching directories.
5621 Save match data around compilation-compat-error-properties form.
5622
5623 2005-04-23 David Kastrup <dak@gnu.org>
5624
5625 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5626 Mention that the autoloaded aliases should be kept for AUCTeX.
5627
5628 2005-04-23 Andreas Schwab <schwab@suse.de>
5629
5630 * isearch.el (isearch-forward): Doc fix.
5631
5632 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5633
5634 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5635 (jit-lock-stealth-nice): Change default value to 0.5.
5636
5637 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5638
5639 * abbrev.el (write-abbrev-file): Write table entries in
5640 alphabetical order by table name.
5641
5642 2005-04-22 Kim F. Storm <storm@cua.dk>
5643
5644 * ido.el (ido-read-internal): Fix `list' completion.
5645
5646 2005-04-22 Kenichi Handa <handa@m17n.org>
5647
5648 * recentf.el (recentf-save-file-coding-system): New variable.
5649 (recentf-save-list): Encode the file by
5650 recentf-save-file-coding-system and add coding: tag.
5651
5652 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5653
5654 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5655
5656 2005-04-21 Lute Kamstra <lute@gnu.org>
5657
5658 * loadhist.el (unload-feature): Don't remove a function from hooks
5659 if it is about to be restored to an autoload . Remove functions
5660 that will become unbound from auto-mode-alist. Simplify the code.
5661
5662 * subr.el (assq-delete-all): New implementation that is linear,
5663 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5664 (rassq-delete-all): New function.
5665
5666 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5667 Add size-indication-mode.
5668
5669 2005-04-21 Kenichi Handa <handa@m17n.org>
5670
5671 * international/mule-cmds.el: Add autoload for widget-value in
5672 eval-when-compile.
5673
5674 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5675
5676 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5677 Add tooltip-mode.
5678
5679 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5680
5681 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5682
5683 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5684 (inferior-lisp-filter-regexp, inferior-lisp-program)
5685 (inferior-lisp-load-command, inferior-lisp-prompt)
5686 (inferior-lisp-mode-hook, lisp-source-modes)
5687 (inferior-lisp-load-hook): defvar->defcustom.
5688 (inferior-lisp-program, inferior-lisp-prompt)
5689 (inferior-lisp-load-hook): Doc fixes.
5690 (inferior-lisp-install-letter-bindings): Small change in
5691 introductory comment.
5692
5693 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5694
5695 * vc.el (vc-annotate-color-map): Change some colors so that text
5696 using them as foreground is readable on both white and black
5697 backgrounds.
5698
5699 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * international/mule-conf.el (translation-table-for-input):
5702 Remove redundant declaration.
5703
5704 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5705
5706 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5707
5708 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5709 (tooltip-toggle-gud-tips): New function.
5710
5711 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5712
5713 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5714 right angle brackets.
5715
5716 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5717
5718 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5719
5720 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5723 Remove. Update callers to use expand-file-name instead.
5724
5725 * subr.el (syntax-class): New function.
5726
5727 * simple.el (blink-matching-open): Use it.
5728
5729 * paren.el (show-paren-function): Use it to recognize parens that are
5730 also used in 2-char comment markers.
5731
5732 2005-04-19 Lute Kamstra <lute@gnu.org>
5733
5734 * loadhist.el (unload-feature): Update for new format of
5735 load-history. Simplify the code.
5736
5737 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5738
5739 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5740 (mac-add-charset-info): New function. Initialize variable
5741 mac-charset-info-alist using it.
5742 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5743 for translation.
5744 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5745 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5746 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5747 New CCL programs.
5748
5749 2005-04-19 Kim F. Storm <storm@cua.dk>
5750
5751 * simple.el (next-buffer, prev-buffer, next-error)
5752 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5753 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5754
5755 * bindings.el (next-buffer, prev-buffer, next-error)
5756 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5757 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5758 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5759 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5760
5761 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * isearch.el (isearch-edit-string): Make the search-ring available for
5764 minibuffer history commands.
5765 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5766 the default history commands now work just as well.
5767 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5768
5769 2005-04-18 Kim F. Storm <storm@cua.dk>
5770
5771 * emulation/cua-base.el (cua--pre-command-handler): Add more
5772 elaborate check for shift modifier on non-window systems.
5773
5774 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5775
5776 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5777
5778 2005-04-18 Kim F. Storm <storm@cua.dk>
5779
5780 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5781 and make it optional. Don't test tooltip-gud-echo-area here.
5782 (tooltip-gud-process-output, gdb-tooltip-print):
5783 Pass tooltip-gud-echo-area to tooltip-show.
5784 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5785
5786 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5787
5788 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5789 `display-graphic-p' may not be bound yet.
5790
5791 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5792
5793 * startup.el (command-line): No longer enable Xterm Mouse mode by
5794 default in terminals compatible with xterm.
5795
5796 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5797
5798 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5799
5800 * tooltip.el (tooltip-gud-echo-area): Rename from
5801 tooltip-use-echo-area.
5802 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5803 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5804 area independently of where help tooltips are displayed.
5805
5806 2005-04-17 David Kastrup <dak@gnu.org>
5807
5808 * cus-theme.el (custom-theme-write-variables): Quote variables
5809 where necessary.
5810
5811 2005-04-17 Richard M. Stallman <rms@gnu.org>
5812
5813 * simple.el (yank-excluded-properties): Add follow-link to value.
5814
5815 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5816
5817 * startup.el (fancy-splash-max-time): Just 30 seconds.
5818 (fancy-splash-delay): Just 7.
5819 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5820
5821 * loadhist.el (unload-feature): Update for new format of load-history.
5822 Simplify the code.
5823
5824 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5825 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5826
5827 * mail/sendmail.el (mail-font-lock-keywords):
5828 Don't fontify subject text.
5829 Don't fontify the text of a citation.
5830
5831 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5832
5833 * comint.el (comint-output-filter): Run comint-output-filter-functions
5834 with point where the user had it.
5835
5836 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * international/ucs-tables.el (ucs-set-table-for-input):
5839 Disable when using unify-on-decoding.
5840
5841 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5842
5843 * emulation/cua-base.el (cua-global-mark-face): Add special case
5844 for displays supporting a high number of colors.
5845
5846 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5847
5848 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5849
5850 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * filesets.el (filesets-add-buffer): If user supplies a name of a
5853 non-existing fileset, create a new fileset.
5854
5855 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5856
5857 * textmodes/org.el (org-up-heading-all): Fix bug with
5858 `outline-up-heading-all'.
5859
5860 2005-04-16 Andreas Schwab <schwab@suse.de>
5861
5862 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5863 /etc/permissions.d/* and /etc/aliases.d/*.
5864
5865 2005-04-16 Kenichi Handa <handa@m17n.org>
5866
5867 * international/code-pages.el (cp-make-coding-system):
5868 Set `translation-table-for-input' property value to the symbol
5869 ucs-mule-to-mule-unicode, not to that value.
5870 (pt154): Escape guillemet by `\'.
5871
5872 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5873
5874 * loadup.el: Load tooltip if x-show-tip is fboundp.
5875
5876 * startup.el (command-line): Add comment.
5877
5878 * tooltip.el (tooltip-mode): Specify correct standard value for
5879 Custom in init-value.
5880
5881 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5882
5883 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5884 possible.
5885
5886 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5887
5888 * textmodes/org.el (org-agenda-date-prompt): Rename from
5889 `org-agenda-date-today'.
5890 (org-evaluate-time-range): Insert at point instead of directly
5891 after time range.
5892 (org-first-headline-recenter, org-subtree-end-visible-p)
5893 (org-optimize-window-after-visibility-change): New functions
5894 (org-agenda-post-command-hook): Don't allow point at end of line,
5895 to make sure it always hits the text properties.
5896 (org-agenda-next-date-line, org-agenda-previous-date-line):
5897 New commands.
5898 (org-set-regexps-and-options): Category may contain white space.
5899 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5900 Improve marker positions.
5901 (org-agenda-new-marker): Argument POS made optional.
5902 (org-agenda-get-timestamps): Deadlines which are done are listed
5903 in org-done-face now.
5904 (org-agenda-get-todos, org-agenda-get-timestamps)
5905 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5906 Set `undone-face' and `done-face' properties.
5907 (org-last-todo-state-is-todo): New variable.
5908 (org-todo): Set `org-last-todo-state-is-todo'.
5909 (org-agenda-todo): Change face according to
5910 `org-last-todo-state-is-todo'. And change other lines referring to
5911 the same entry.
5912 (org-calendar-goto-agenda): New command.
5913 (org-calendar-to-agenda-key): New option.
5914 (org-startup-folded): New allowed value `content'.
5915 (org-set-regexps-and-options): Accept new value `content' for
5916 `org-startup-folded'.
5917 (org-get-current-options): Handle new value `content' for
5918 `org-startup-folded'.
5919 (org-insert-todo-heading): New command.
5920 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5921 interactively in empty file and option
5922 `org-insert-mode-line-in-empty-file' has been set.
5923 (org-agenda-todo,org-agenda-priority): Modify to use
5924 `org-agenda-change-all-lines'.
5925 (org-warning-face): Change color on dark background
5926
5927 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5928
5929 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5930 use preferences AppleLocale and AppleLanguages, and variable
5931 mac-system-locale for default locale. On Mac OS Classic, use
5932 mac-system-coding-system for default coding systems.
5933
5934 * term/mac-win.el: Don't set file-name-coding-system.
5935 Decode variables system-name, emacs-build-system, user-login-name, and
5936 user-full-name by mac-system-coding-system on Mac OS Classic.
5937 (mac-system-coding-system): New variable.
5938
5939 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5940
5941 * startup.el (command-line): Handle `xterm-mouse-mode' before
5942 reading init file.
5943
5944 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5945
5946 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5947
5948 * progmodes/sh-script.el (sh-here-document-word): Make it a
5949 defcustom. Doc fix.
5950 (sh-add): Bash uses $(( )) for arithmetic.
5951 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5952 (sh-maybe-here-document): Remove quotes and leading whitespace
5953 from heredoc word when closing. Indent heredoc with tabs if word
5954 starts with "-".
5955
5956 2005-04-13 Richard M. Stallman <rms@gnu.org>
5957
5958 * simple.el (undo): Fix previous change.
5959
5960 * custom.el (defface): Doc fix.
5961
5962 2005-04-13 Lute Kamstra <lute@gnu.org>
5963
5964 * Makefile.in (DONTCOMPILE): Remove list.
5965 (compile, compile-always): Don't use DONTCOMPILE.
5966 (update-authors): Load the library in which batch-update-authors
5967 is defined.
5968 * makefile.w32-in (DONTCOMPILE): Remove list.
5969 (compile, compile-always): Fix comments.
5970 (update-authors): Load the library in which batch-update-authors
5971 is defined.
5972
5973 * generic-x.el (generic-mode-ini-file-find-file-hook):
5974 Rename to ini-generic-mode-find-file-hook.
5975 Keep generic-mode-ini-file-find-file-hook as an alias.
5976 (ini-generic-mode-find-file-hook): Rename from
5977 generic-mode-ini-file-find-file-hook. Fix docstring.
5978 (ini-generic-mode): Docstring change.
5979 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5980
5981 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5982 called from lisp.
5983
5984 * generic.el: Move to the emacs-lisp subdir.
5985
5986 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5987
5988 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5989 and C-S- function and cursor motion keys.
5990
5991 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * startup.el (command-line): Enable Xterm Mouse mode by default.
5994 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5995 for Custom. No longer show "Mouse" in mode line when enabled.
5996 Doc fix.
5997
5998 2005-04-12 Kim F. Storm <storm@cua.dk>
5999
6000 * emulation/cua-base.el (cua-rectangle-face)
6001 (cua-rectangle-noselect-face): Define face attributes here.
6002
6003 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6004
6005 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6006
6007 * startup.el (command-line): Turn off blinking cursor if
6008 cursorBlink in resources is off or false.
6009
6010 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6011
6012 * term/mac-win.el (dnd): Require dnd.
6013 (mac-drag-n-drop): Call dnd-handle-one-url.
6014 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6015 (kTextEncodingISOLatin2): Remove constants.
6016 (mac-script-code-coding-systems): New constant.
6017 (mac-handle-language-change): New function.
6018 (special-event-map): Bind it to `language-change' event.
6019 (mac-centraleurroman, mac-cyrillic): New coding systems.
6020 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6021 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6022 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6023 encode-mac-cyrillic, respectively.
6024
6025 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6026
6027 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6028 Don't set overlay-arrow-string to "=>" as this is done
6029 globally in C now.
6030
6031 2005-04-12 Lute Kamstra <lute@gnu.org>
6032
6033 * generic-x.el (rc-generic-mode, rul-generic-mode):
6034 Fix auto-mode-alist entries.
6035 (etc-fstab-generic-mode): Tweak fontification.
6036
6037 * generic.el (generic-make-keywords-list): Fix docstring.
6038 (generic-mode-internal): Simplify generic-font-lock-keywords.
6039
6040 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6041
6042 * whitespace.el (whitespace-buffer-leading)
6043 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6044 However, fix the highlight area for the leading and
6045 trailing whitespaces to show space.
6046
6047 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6048
6049 * whitespace.el (whitespace-version): Bump to 3.5
6050
6051 (whitespace-buffer-leading, whitespace-buffer-trailing):
6052 Invert sense of the test to highlight the whitespace.
6053
6054 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6055
6056 * progmodes/gud.el (gud-display-line): GUD uses its own
6057 overlay arrow now so don't set overlay-arrow-string.
6058 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6059
6060 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6061
6062 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6063 (term-ansi-current-reverse, term-ansi-current-invisible)
6064 (term-ansi-face-already-done): Change to boolean.
6065 (term-reset-terminal, term-handle-colors-array): Handle the above
6066 vars accordingly.
6067 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6068 (term-emulate-terminal): Use the new name.
6069
6070 * faces.el (secondary-selection): Use yellow1, not yellow.
6071 (trailing-whitespace): Use red1, not red.
6072
6073 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6074
6075 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6076 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6077 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6078
6079 * cus-edit.el (dnd): New group.
6080
6081 * term/w32-win.el (dnd): Require dnd
6082 (w32-drag-n-drop): Call dnd-handle-one-url.
6083
6084 * x-dnd.el: Require dnd.
6085 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6086 Call dnd-handle-one-url.
6087 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6088 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6089 to dnd-insert-text.
6090 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6091 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6092 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6093 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6094
6095 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6096
6097 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6098
6099 * wdired.el: Doc fixes.
6100 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6101 (wdired-use-dired-vertical-movement): Rename from
6102 wdired-always-move-to-filename-beginning.
6103 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6104 (wdired-change-to-wdired-mode): Change mode name.
6105 (wdired-newline): Delete.
6106
6107 2005-04-11 Richard M. Stallman <rms@gnu.org>
6108
6109 * whitespace.el (whitespace-highlight-the-space):
6110 Don't call whitespace-unhighlight-the-space here.
6111
6112 * simple.el (undo): Record t in undo-equiv-table
6113 for the redo record made by an undo-in-region.
6114
6115 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6116
6117 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6118 (gdb-frame-inferior-io-buffer): New Functions to control
6119 display of separate IO buffer.
6120 (menu): Add them to menu-bar.
6121 (gdb-display-buffer): Check for buffer another frame.
6122 Protect GUD buffer.
6123 (gdb-setup-windows): Create IO buffer if not already there.
6124 (gdb-memory-mode): Remove purecopy noops.
6125
6126 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6127
6128 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6129 and pass to self-insert-command.
6130
6131 2005-04-11 Lute Kamstra <lute@gnu.org>
6132
6133 * generic.el: Commentary section cleanup.
6134 (generic): Delete.
6135 (generic-use-find-file-hook, generic-lines-to-scan)
6136 (generic-find-file-regexp, generic-ignore-files-regexp)
6137 (default-generic-mode, generic-mode-find-file-hook)
6138 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6139 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6140 (generic-use-find-file-hook, generic-lines-to-scan)
6141 (generic-find-file-regexp, generic-ignore-files-regexp)
6142 (default-generic-mode, generic-mode-find-file-hook)
6143 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6144
6145 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6146
6147 * bookmark.el (bookmark-write-file): Catch errors writing file.
6148 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6149
6150 2005-04-10 Richard M. Stallman <rms@gnu.org>
6151
6152 * startup.el (fancy-splash-tail): Update copyright year.
6153 (command-line): Split part of -Q into -D.
6154 (emacs-basic-display): New defvar.
6155 (fancy-splash-text): Correct name of menu item.
6156
6157 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6158
6159 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6160 lines in one node.
6161
6162 * comint.el (comint-send-input): New arg ARTIFICIAL.
6163 Callers in this file changed.
6164
6165 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6166
6167 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6168
6169 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6170
6171 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6172 `ldap-search-internal'.
6173
6174 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * files.el (set-auto-mode-1): Use line-end-position.
6177
6178 * international/latin-1.el:
6179 * international/latin-2.el:
6180 * international/latin-3.el:
6181 * international/latin-4.el:
6182 * international/latin-5.el:
6183 * international/latin-8.el:
6184 * international/latin-9.el: Give punctuation syntax to NBSP.
6185
6186 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6187 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6188 Use char-classes to accept non-ascii letters, accepted in some recent
6189 bibtex implementations.
6190
6191 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6192
6193 * custom.el (custom-set-minor-mode): Any non-nil value for the
6194 variable should enable the mode when set through Custom.
6195
6196 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6197
6198 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6199 TAB binding so tab-always-indent is obeyed.
6200 (vhdl-minibuffer-local-map): Move initialization into declaration.
6201 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6202 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6203 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6204 (vhdl-current-line): Use line-beginning-position.
6205 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6206 with-output-to-temp-buffer, so the current position can be recorded.
6207
6208 2005-04-10 Masatake YAMATO <jet@gyve.org>
6209
6210 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6211 Add regexp for gcov.
6212
6213 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6214
6215 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6216 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6217 syntax which Emacs 20 doesn't support.
6218
6219 2005-04-09 Richard M. Stallman <rms@gnu.org>
6220
6221 * help.el (describe-key-briefly, describe-key):
6222 Replace strings as event types with "(any string)".
6223
6224 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6225
6226 * arc-mode.el (archive-mode-map): Move initialization into
6227 the declaration. Override *all* bindings of `undo'.
6228 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6229
6230 2005-04-09 Jay Belanger <belanger@truman.edu>
6231
6232 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6233
6234 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6235
6236 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6237 (xterm-register-default-colors): Update color values computation
6238 to match xterm-200.
6239
6240 2005-04-09 Kenichi Handa <handa@m17n.org>
6241
6242 * international/code-pages.el (iso-latin-7): Fix the map.
6243
6244 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6245
6246 * emacs-lisp/lisp.el (defun-prompt-regexp)
6247 (parens-require-spaces, buffer-end, end-of-defun)
6248 (insert-parentheses): Doc fixes.
6249
6250 2005-04-08 Kim F. Storm <storm@cua.dk>
6251
6252 * comint.el (comint-highlight-prompt): Fix face spec.
6253 * hi-lock.el (hi-green): Likewise.
6254
6255 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6256
6257 * cus-edit.el (custom-modified-face):
6258 * comint.el (comint-highlight-input): Fix previous changes.
6259 * term.el (term-handle-ansi-escape): Add a comment.
6260
6261 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6264 in the buffer and in whitespace-highlighted-space.
6265 (whitespace-unhighlight-the-space): Simplify.
6266 (whitespace-buffer): Simplify.
6267
6268 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6269
6270 * textmodes/table.el (table-cell-face): Add special case for
6271 displays supporting a high number of colors.
6272 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6273 (vhdl-font-lock-reserved-words-face)
6274 (vhdl-speedbar-architecture-face)
6275 (vhdl-speedbar-instantiation-face)
6276 (vhdl-speedbar-architecture-selected-face)
6277 (vhdl-speedbar-instantiation-selected-face): Likewise.
6278 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6279 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6280 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6281 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6282 (ebrowse-progress-face): Likewise.
6283 * progmodes/compile.el (compilation-info-face): Likewise.
6284 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6285 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6286 * calendar/calendar.el (diary-face): Likewise.
6287 * woman.el (woman-italic-face, woman-bold-face)
6288 (woman-unknown-face): Likewise.
6289 * wid-edit.el (widget-button-pressed-face): Likewise.
6290 * whitespace.el (whitespace-highlight-face): Likewise.
6291 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6292 * pcvs-info.el (cvs-marked-face): Likewise.
6293 * info.el (info-xref): Likewise.
6294 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6295 * hilit-chg.el (highlight-changes-face)
6296 (highlight-changes-delete-face): Likewise.
6297 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6298 (hi-red-b): Likewise.
6299 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6300 * font-lock.el (font-lock-keyword-face)
6301 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6302 * cus-edit.el (custom-invalid-face, custom-modified-face)
6303 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6304 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6305 * comint.el (comint-highlight-prompt): Likewise.
6306
6307 2005-04-08 Lute Kamstra <lute@gnu.org>
6308
6309 * font-lock.el (font-lock-keywords): Docstring fixes.
6310
6311 2005-04-08 Kenichi Handa <handa@m17n.org>
6312
6313 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6314 chars are more than a limit, print " and more..." at the tail.
6315
6316 2005-04-08 Kim F. Storm <storm@cua.dk>
6317
6318 * emacs-lisp/authors.el (authors-aliases): Update list.
6319 (authors-ignored-files): New list.
6320 (authors-fixed-entries): Fix typo.
6321 (authors-renamed-files-alist): Update list.
6322 (authors-add): Check authors-ignored-files.
6323
6324 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6325
6326 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6327 optional, to ensure backward compatibility.
6328
6329 2005-04-08 Stephen Eglen <stephen@gnu.org>
6330
6331 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6332
6333 2005-04-08 Kim F. Storm <storm@cua.dk>
6334
6335 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6336
6337 * mouse.el (mouse-on-link-p): Doc fix.
6338
6339 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6340
6341 * ielm.el (ielm-prompt-read-only): Doc fix.
6342
6343 * comint.el (comint-prompt-read-only): Doc fix.
6344
6345 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6346
6347 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6348 ensure dired always handles wildcards passed to ffap.
6349 (find-file-at-point): Use it.
6350 (ffap-dired-wildcards): Doc fix.
6351
6352 2005-04-07 Juri Linkov <juri@jurta.org>
6353
6354 * simple.el (next-error-overlay-arrow-position): New defvar.
6355 Put "=>" on its property `overlay-arrow-string'. Add it to
6356 `overlay-arrow-variable-list'.
6357
6358 * progmodes/compile.el (compilation-setup):
6359 Set `next-error-overlay-arrow-position' to nil. Also set it to
6360 nil in the local hook `kill-buffer-hook'. Make local variable
6361 `overlay-arrow-string' and set it to "=>".
6362 (compilation-goto-locus): Set BOL position to
6363 `next-error-overlay-arrow-position' instead of
6364 `overlay-arrow-position'.
6365
6366 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6367 locally instead of adding it to the global hook.
6368 (Info-kill-buffer): Move up.
6369
6370 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6371
6372 * term/xterm.el (xterm-standard-colors): Update color values from
6373 xterm-200.
6374
6375 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6378
6379 * fast-lock.el:
6380 * lazy-lock.el: Move them to the obsolete subdir.
6381
6382 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6383
6384 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6385 (wdired-add-replace-advice): Remove.
6386 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6387
6388 2005-04-06 Kim F. Storm <storm@cua.dk>
6389
6390 * startup.el (command-line): Add --bare-bones alias for -Q.
6391
6392 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6393
6394 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6395 create the startup fontset if a font specification ends with
6396 `mac-roman'.
6397
6398 2005-04-06 Lute Kamstra <lute@gnu.org>
6399
6400 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6401 change.
6402
6403 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6404 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6405
6406 2005-04-05 Lute Kamstra <lute@gnu.org>
6407
6408 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6409 (define-generic-mode): Ditto. Fix debug declaration.
6410
6411 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6412 Put them in the generic-x group.
6413
6414 * calendar/timeclock.el (timeclock): Doc fix.
6415
6416 * generic.el (define-generic-mode): Don't use custom-current-group.
6417 Document default :group value.
6418 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6419 (define-global-minor-mode): Don't use custom-current-group.
6420
6421 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6422
6423 * startup.el (command-line-1): Display startup-echo-area-message
6424 when fancy splash screen is in use.
6425
6426 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6427 (sh-escaped-newline): New face.
6428 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6429 newline, and use sh-escaped-newline face.
6430
6431 * progmodes/tcl.el (tcl-escaped-newline): New face.
6432 (tcl-builtin-list): New variable.
6433 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6434 newlines. Fix keywords subexpression number.
6435
6436 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6437
6438 * textmodes/org.el (org-diary-default-entry): Fix call to
6439 `add-to-diary-entry'.
6440
6441 2005-04-05 Kim F. Storm <storm@cua.dk>
6442
6443 * ediff-init.el: Use (featurep 'xemacs).
6444
6445 2005-04-05 David Ponce <david@dponce.com>
6446
6447 * cus-edit.el (face): Derive from symbol widget. Display sample
6448 of the current face on the fly.
6449 (widget-face-sample-face-get, widget-face-notify): New functions.
6450 (widget-face-value-create): Remove.
6451
6452 * wid-edit.el (widget-field-end): Temporarily remove field
6453 narrowing before to call `get-char-property'.
6454
6455 2005-04-04 Jay Belanger <belanger@truman.edu>
6456
6457 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6458 (math-read-subscripts): New variable.
6459 (math-read-preprocess-string): Process subscripts.
6460
6461 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6462
6463 * comint.el (comint-prompt-read-only): Doc fix.
6464
6465 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6466 `-1'. Doc fix.
6467
6468 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6469
6470 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6471 Change default value to nil.
6472
6473 2005-04-04 Lute Kamstra <lute@gnu.org>
6474
6475 * autorevert.el (auto-revert-mode): Specify :group.
6476 * battery.el (display-battery-mode): Specify :group.
6477 * diff-mode.el (diff-minor-mode): Specify :group.
6478 * font-core.el (font-lock-mode): Specify :group.
6479 * hl-line.el (hl-line-mode): Specify :group.
6480 * iimage.el (iimage): New customization group.
6481 (iimage-mode): Specify :group.
6482 * longlines.el (longlines-mode): Specify :group.
6483 * master.el: Don't require easy-mmode.
6484 (master): New customization group.
6485 (master-mode): Specify :group.
6486 * msb.el (msb-mode): Specify :group.
6487 * reveal.el (reveal-mode): Specify :group.
6488 * simple.el (next-error-follow-minor-mode): Specify :group.
6489 * smerge-mode.el (smerge-mode): Specify :group.
6490 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6491 * emulation/cua-base.el (cua-mode): Specify :group.
6492 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6493 * language/thai-util.el (thai-auto-composition-mode)
6494 (thai-word-mode): Specify :group.
6495 * mail/supercite.el (sc-minor-mode): Specify :group.
6496 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6497 * progmodes/flymake.el (flymake-mode): Specify :group.
6498 * progmodes/glasses.el (glasses-mode): Specify :group.
6499 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6500 * textmodes/enriched.el (enriched-mode): Specify :group.
6501 * textmodes/refill.el (refill-mode): Specify :group.
6502
6503 * add-log.el (change-log-font-lock-keywords): Names in
6504 parenthesized lists can contain spaces.
6505
6506 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6507
6508 * startup.el (fancy-splash-text): Shorten default text of
6509 "Emacs Tutorial" line. Also, if the current language env
6510 indicates an available tutorial file other than TUTORIAL,
6511 extract its title and append it to the line in parentheses.
6512 (fancy-splash-insert): If arg is a thunk, funcall it.
6513
6514 2005-04-04 Jay Belanger <belanger@truman.edu>
6515
6516 * calc.el (calc-language-alist): Add tags to customization type.
6517
6518 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6519
6520 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6521 Doc fix.
6522
6523 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6524
6525 * add-log.el (change-log-font-lock-keywords): The manual
6526 describing a Change Log entry, says: (...) "Aside from these
6527 header lines, every line in the change log starts with a space or
6528 a tab.". The font-lock was not highlighting lines started with
6529 spaces, added support for it.
6530
6531 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6532
6533 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6534 (bibtex-generate-url-list): Update docstring accordingly. Put the
6535 complex example in the docstring.
6536 (bibtex-font-lock-url): Use pop.
6537
6538 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6541
6542 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6543
6544 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6545
6546 * filesets.el (filesets-set-default): Doc fix.
6547
6548 2005-04-03 Lute Kamstra <lute@gnu.org>
6549
6550 * generic.el (define-generic-mode): Add argument to specify
6551 keywords for defcustom.
6552 (default-generic-mode): Specify :group.
6553
6554 * generic-x.el: Specify :group for all generic modes.
6555
6556 * desktop.el (desktop-no-desktop-file-hook)
6557 (desktop-after-read-hook): Doc fix.
6558
6559 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6560
6561 * simple.el (visible-mode): Use explicit :group keyword.
6562 This changes the group of `visible-mode-hook' from paren-blinking
6563 to editing-basics.
6564
6565 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6566
6567 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6568 mailbox specifications as well as URLs.
6569 (rmail-insert-inbox-text): Remove unused conditional branches.
6570
6571 2005-04-01 Jay Belanger <belanger@truman.edu>
6572
6573 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6574 (calc-gnuplot-print-command): Move definitions to calc.el.
6575
6576 * calc/calc-embed.el (calc-embedded-announce-formula)
6577 (calc-embedded-open-formula, calc-embedded-close-formula)
6578 (calc-embedded-open-word, calc-embedded-close-word)
6579 (calc-embedded-open-plain, calc-embedded-close-plain)
6580 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6581 (calc-embedded-open-mode, calc-embedded-close-mode):
6582 Move definitions to calc.el.
6583
6584 * calc/calc.el (calc-settings-file, calc-language-alist):
6585 Make customizable.
6586 (calc-embedded-announce-formula, calc-embedded-open-formula)
6587 (calc-embedded-close-formula, calc-embedded-open-word)
6588 (calc-embedded-close-word, calc-embedded-open-plain)
6589 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6590 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6591 (calc-embedded-close-mode, calc-gnuplot-name)
6592 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6593 from other files and make customizable.
6594
6595 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6598 Use buffer-live-p.
6599 (cvs-mode-run): Don't call cvs-update-header here.
6600 (cvs-run-process): Call cvs-update-header.
6601 Use process properties for cvs-postprocess and cvs-buffer so that
6602 the sentinel can behave better if the temp buffer is killed.
6603 Use a pipe rather than a tty, to better handle unexpected prompts.
6604 (cvs-sentinel): Rewrite. Call cvs-update-header.
6605
6606 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6607
6608 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6609 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6610
6611 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * generic.el (define-generic-mode): Add indentation rule.
6614
6615 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6616
6617 * files.el (mode-require-final-newline): Make Custom correctly
6618 report a nil value and allow to set it to nil via Custom.
6619 Doc fix.
6620
6621 2005-04-01 Kenichi Handa <handa@m17n.org>
6622
6623 * international/characters.el: Enable the correct case setting for
6624 dotless-i and dotted-I.
6625
6626 2005-04-01 Kim F. Storm <storm@cua.dk>
6627
6628 * ido.el (ido-file-internal): Fall back to non-ido command if
6629 initial directory is on slow ftp (or tramp) host.
6630
6631 2005-03-31 Richard M. Stallman <rms@gnu.org>
6632
6633 * emacs-lisp/autoload.el (make-autoload):
6634 Handle define-global-minor-mode.
6635
6636 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6637 Rename from easy-mmode-define-global-mode.
6638 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6639
6640 * progmodes/scheme.el (scheme-mode-syntax-table):
6641 Update syntax of | and # for two-character comment syntax.
6642
6643 2005-03-31 Lute Kamstra <lute@gnu.org>
6644
6645 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6646 (define-minor-mode): Call custom-current-group at load-time.
6647
6648 * generic.el (define-generic-mode): Add debug declaration.
6649 Add defcustom for the mode hook.
6650 (generic-mode-internal): Use run-mode-hooks.
6651
6652 2005-03-31 Kim F. Storm <storm@cua.dk>
6653
6654 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6655 (mouse-fixup-help-message): New defun called by show_help_echo
6656 to fixup mouse-2 prefix in help messages when applicable.
6657
6658 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6659
6660 2005-03-31 Kenichi Handa <handa@m17n.org>
6661
6662 * language/thai-word.el (thai-find-word-ends): Pay attention to
6663 the case that we reach the end of buffer.
6664
6665 * textmodes/fill.el (fill-text-properties-at): New function.
6666 (fill-newline): Use fill-text-properties-at instead of
6667 text-properties-at.
6668
6669 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6670
6671 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6672 not comint-quote-filename.
6673
6674 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6675
6676 * help-fns.el (help-with-tutorial): Revert last change.
6677
6678 2005-03-31 Kim F. Storm <storm@cua.dk>
6679
6680 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6681
6682 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6683
6684 * calendar/cal-china.el: Update reference to "Calendrical
6685 Calculations" book; there's a new edition.
6686 * calendar/cal-coptic.el: Likewise.
6687 * calendar/cal-french.el: Likewise.
6688 * calendar/cal-hebrew.el: Likewise.
6689 * calendar/cal-islam.el: Likewise.
6690 * calendar/cal-iso.el: Likewise.
6691 * calendar/cal-julian.el: Likewise.
6692 * calendar/cal-mayan.el: Likewise.
6693 * calendar/cal-persia.el: Likewise.
6694 * calendar/calendar.el: Likewise.
6695 * calendar/holidays.el: Likewise.
6696 * calendar/lunar.el: Likewise.
6697 * calendar/solar.el: Likewise.
6698
6699 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6700 white space from doc string.
6701
6702 2005-03-30 Jay Belanger <belanger@truman.edu>
6703
6704 * calc/calc-help.el (calc-full-help): Remove email address.
6705
6706 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6707
6708 * help-fns.el (help-with-tutorial): Delete title line.
6709
6710 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6711
6712 * calendar/cal-x.el (calendar-one-frame-setup)
6713 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6714 rather than 'symbol for set-window-dedicated-p.
6715
6716 * calendar/appt.el (appt-buffer-name): Make it a constant.
6717 (appt-add): Doc fix.
6718
6719 * filesets.el (filesets-menu-path, filesets-menu-before)
6720 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6721 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6722 (filesets-add-submenu): Delete and use add-submenu instead.
6723
6724 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6725
6726 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6727 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6728 (org-diary-default-entry): New function.
6729 (org-get-entries-from-diary): Better parsing of diary entries.
6730 (org-agenda-check-no-diary): New function.
6731 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6732 linking to diary entries.
6733 (org-agenda-execute-calendar-command): New function.
6734 (org-agenda): Improve visible section in window.
6735 Use `org-fit-agenda-window'.
6736 (org-fit-agenda-window): New option.
6737 (org-move-subtree-down): Better handling of empty lines
6738 at end of subtree.
6739 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6740 levels up.
6741 (org-fontify-done-headline): New option.
6742 (org-headline-done-face): New face.
6743 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6744 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6745 When current field is non-empty, it is copied to next row.
6746 (org-table-copy-from-above): Fix bug which made it
6747 impossible to copy fields containing only a single non-white character.
6748
6749 2005-03-30 Kim F. Storm <storm@cua.dk>
6750
6751 * kmacro.el (kmacro-end-macro): Isearch may store this command
6752 into the macro -- so ignore it when executing keyboard macro.
6753
6754 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6755
6756 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6757
6758 2005-03-29 Kenichi Handa <handa@m17n.org>
6759
6760 * language/thai.el ("Thai"): Set setup-function and exit-function
6761 for Thai language environment.
6762
6763 * language/thai-util.el: Require thai-word.
6764 (thai-word-mode-map): New variable.
6765 (thai-word-mode): New minor mode.
6766 (setup-thai-language-environment-internal): New function.
6767 (exit-thai-language-environment-internal): New function.
6768
6769 * language/thai-word.el (thai-word-table): Declare it by defvar,
6770 use dolist to initialize it.
6771 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6772 (thai-fill-find-break-point): New functions.
6773
6774 2005-03-29 Richard M. Stallman <rms@gnu.org>
6775
6776 * simple.el (idle-update-delay): Move definition up.
6777 (set-mark): Doc fix.
6778
6779 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6780
6781 * longlines.el: New file.
6782
6783 * simple.el (buffer-substring-filters): New variable.
6784 (filter-buffer-substring): New function.
6785 (kill-region, copy-region-as-kill): Use it.
6786
6787 * register.el (copy-to-register, append-to-register)
6788 (prepend-to-register): Use filter-buffer-substring.
6789
6790 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6791
6792 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6793 (gud-filter-pending-text): Move in front of gdb.
6794 (gud-overlay-arrow-position): New variable.
6795 (gud-sentinel, gud-display-line): Use it in place of
6796 overlay-arrow-position.
6797
6798 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6799
6800 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6801 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6802 (fortran-font-lock-keywords-4): New variable.
6803 (fortran-blocks-re, fortran-end-block-re)
6804 (fortran-start-block-re): New constants, for hideshow.
6805 (hs-special-modes-alist): Add a Fortran entry.
6806 (fortran-mode-map): Bind fortran-end-of-block,
6807 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6808 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6809 (fortran-looking-at-if-then, fortran-end-of-block)
6810 (fortran-beginning-of-block): New functions, for hideshow.
6811
6812 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6813 Doc fix. Tweak regexp.
6814 (f90-beginning-of-block): Push mark first.
6815
6816 2005-03-29 Jay Belanger <belanger@truman.edu>
6817
6818 * calc/calc.el: Update copyright date.
6819 (calc-version): Increase to 2.1.
6820 (calc-version-date): Remove.
6821
6822 * calc/calc-help.el: Update copyright date.
6823 (calc-full-help): Remove reference to calc-version-date.
6824 Update copyright date.
6825
6826 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * vc.el (vc-do-command): Use a pipe for async processes, so password
6829 prompts don't show up at places where the user can't reply.
6830
6831 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6832
6833 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6834 on the file name we pass to the inferior shell.
6835
6836 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6837
6838 * progmodes/which-func.el (which-function): Be robust in the face of an
6839 imenu--make-index-alist failure.
6840
6841 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6844
6845 * progmodes/python.el (python-preoutput-filter): Fix last change.
6846
6847 2005-03-29 Lute Kamstra <lute@gnu.org>
6848
6849 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6850 functions and compiled macros.
6851 (debug-convert-byte-code): Handle macros too.
6852 (debug-on-entry-1): Don't signal an error when trying to clear a
6853 function that is not set to debug on entry.
6854
6855 2005-03-29 Jay Belanger <belanger@truman.edu>
6856
6857 * calc/calc-lang.el: Add functions to math-function-table
6858 properties of tex and math.
6859
6860 2005-03-29 Kenichi Handa <handa@m17n.org>
6861
6862 * ps-mule.el (ps-mule-plot-string): Translate characters by
6863 ps-print-translation-table.
6864 (ps-mule-begin-job): Call find-charset-region/string with
6865 ps-print-translation-table.
6866 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6867
6868 * ps-print.el (ps-print-translation-table): New variable.
6869 (ps-plot-region): Translate characters by ps-print-translation-table.
6870
6871 2005-03-29 Juri Linkov <juri@jurta.org>
6872
6873 * simple.el (next-error-highlight-timer): New variable.
6874
6875 * progmodes/compile.el (compilation-goto-locus):
6876 Use `next-error-highlight-timer' instead of `sit-for'.
6877
6878 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * mail/supercite.el (sc-mail-field): Use assoc-string.
6881 (sc-get-address): Simplify regexps.
6882
6883 * files.el (minibuffer-with-setup-hook): New macro.
6884 (find-file-read-args): Use it to avoid let-binding
6885 minibuffer-with-setup-hook (which breaks turning on/off
6886 file-name-shadow-mode while in the prompt).
6887
6888 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6889
6890 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6891
6892 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6893
6894 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * window.el (window-buffer-height): Use count-screen-lines.
6897
6898 * progmodes/python.el (python-preoutput-leftover): New var.
6899 (python-preoutput-filter): Use it.
6900 (python-send-receive): Loop until all the result has been received.
6901
6902 2005-03-28 Juri Linkov <juri@jurta.org>
6903
6904 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6905
6906 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6907 "Recover Crashed Session".
6908 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6909 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6910 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6911 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6912 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6913 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6914 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6915 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6916
6917 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6918 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6919 Ediff Sessions", "Toggle use of separate control buffer frame",
6920 "Use separate frame for Ediff control buffer".
6921
6922 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6923 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6924 "Rename Bookmark", "Delete Bookmark".
6925
6926 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6927 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6928 Add `:active Info-index-alternatives' to "Next Matching Item".
6929
6930 * wdired.el (wdired-change-to-wdired-mode):
6931 Mention `wdired-abort-changes' key in the initial message.
6932
6933 * international/mule.el (auto-coding-alist): Associate non-ascii
6934 image filename extensions with `no-conversion'.
6935
6936 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * international/iso-acc.el:
6939 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6940
6941 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6942
6943 * textmodes/sgml-mode.el (html-mode): Doc update.
6944
6945 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6946
6947 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6948
6949 * term.el (term-move-columns): Fix face after extending a line.
6950 (term-insert-spaces): Likewise.
6951 (term-reset-terminal): Fix off by one error.
6952
6953 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6954
6955 * international/mule.el (auto-coding-alist): Add .xpi files.
6956
6957 * files.el (auto-mode-alist): Add .xpi files.
6958
6959 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6960
6961 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6962
6963 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6964
6965 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6966
6967 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6968
6969 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6970 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6971
6972 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6973 cursor to Jan 1 when needed.
6974 (calendar-end-of-year): Fix -/+ typo.
6975 Reported by Chong Yidong <cyd@stupidchicken.com>.
6976
6977 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6980
6981 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6982 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6983
6984 2005-03-25 Richard M. Stallman <rms@gnu.org>
6985
6986 * filesets.el (filesets-init): Add autoload.
6987
6988 * mail/mailalias.el (mail-directory): Doc fix.
6989
6990 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6991
6992 * mail/mailalias.el (mail-directory-process): Do nothing if
6993 mail-directory-process is an atom.
6994 (mail-get-names): Ignore mail-directory-names if it is an atom.
6995 (mail-directory-process defvar): Doc fix.
6996 (mail-names): Doc fix.
6997
6998 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6999
7000 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7001
7002 2005-03-26 Kenichi Handa <handa@m17n.org>
7003
7004 * international/mule-util.el (detect-coding-with-priority):
7005 Call update-coding-systems-internal before detect-coding-region.
7006
7007 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
7008
7009 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7010 (gdb-frames-mode-map): Add follow-link property.
7011
7012 2005-03-25 Jay Belanger <belanger@truman.edu>
7013
7014 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7015 for variables.
7016
7017 2005-03-25 Juri Linkov <juri@jurta.org>
7018
7019 * image-mode.el: Optimize image filename extension regexps in
7020 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7021 in `auto-mode-alist'.
7022 (image-mode): Add `image-toggle-display-text' to local hook
7023 `change-major-mode-hook'. Display the image as an image by
7024 default. Set `cursor-type' and `truncate-lines' if the image
7025 is already displayed. Take into account the current mode (image
7026 or text) in message.
7027 (image-minor-mode): New minor mode.
7028 (image-mode-maybe, image-toggle-display-text): New functions.
7029 (image-toggle-display): Use called-interactively-p.
7030 Let-bind `inhibit-read-only' to t.
7031
7032 * image-mode.el (image-minor-mode): Set `cursor-type' and
7033 `truncate-lines' if the image is already displayed. Add turning
7034 image-minor-mode off to `change-major-mode-hook'. Add message.
7035 Call `image-toggle-display-text' after turning image-minor-mode off.
7036
7037 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7038
7039 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7040 Terminal.app, use utf-8.
7041 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7042 (set-locale-environment): Use it.
7043
7044 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7045
7046 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7047
7048 * progmodes/python.el (python-close-block-statement-p)
7049 (python-outdent-p, python-current-defun): Use symbol-end.
7050
7051 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7052
7053 * files.el (save-some-buffers): Doc fix.
7054
7055 2005-03-25 Werner Lemberg <wl@gnu.org>
7056
7057 * complete.el, thumbs.el: Replace `legal' with `valid'.
7058 * calendar/calendar.el: Replace `legal' with `valid'.
7059 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7060 * mail/supercite.el: Replace `legal' with `valid'.
7061 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7062 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7063 Replace `legal' with `valid'.
7064 * textmodes/reftex-vars.el, textmodes/reftex.el:
7065 Replace `legal' with `valid'.
7066
7067 2005-03-25 Werner Lemberg <wl@gnu.org>
7068
7069 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7070 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7071 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7072 * emulation/vip.el: Replace `illegal' with `invalid'.
7073 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7074 * mail/supercite.el: Replace `illegal' with `invalid'.
7075 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7076 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7077 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7078 * progmodes/sh-script.el, progmodes/xscheme.el:
7079 Replace `illegal' with `invalid'.
7080 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7081 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7082 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7083 * textmodes/reftex.el, textmodes/org.el:
7084 Replace `illegal' with `invalid'.
7085
7086 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7089 (flymake-find-buildfile, flymake-find-possible-master-files)
7090 (flymake-check-include, flymake-parse-line): Replace loops over the
7091 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7092
7093 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7094 Substitute file-name-as-directory in the rest of the file.
7095 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7096 (flymake-replace-region): Remove unused arg `buffer'.
7097 (flymake-check-patch-master-file-buffer): Update calls to it.
7098 (flymake-add-err-info): Remove unused var `count'.
7099 (flymake-mode): Use define-minor-mode.
7100
7101 * progmodes/flymake.el: Use with-current-buffer.
7102 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7103 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7104 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7105 Avoid testing for `xemacs'.
7106 (flymake-nop): Move.
7107 (flymake-region-has-flymake-overlays): Return the computed value.
7108 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7109 Remove unused var `endline'.
7110 (flymake-get-line-count): Remove unused function.
7111 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7112
7113 * emulation/vi.el:
7114 * generic.el:
7115 * hilit-chg.el (global-highlight-changes):
7116 * hi-lock.el (hi-lock-mode):
7117 * follow.el: find-file-hooks -> find-file-hook.
7118
7119 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7120
7121 2005-03-24 Juri Linkov <juri@jurta.org>
7122
7123 * dired.el (dired-mode-map): Add menu item "Compare directories"
7124 for dired-compare-directories.
7125
7126 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7127 Doc fix. Replace `read-file-name' with `read-directory-name'.
7128
7129 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7132
7133 2005-03-24 Jay Belanger <belanger@truman.edu>
7134
7135 * calc/calc-embed.el (calc-embedded-mode-change): Save all
7136 relevant mode settings in calc-embedded-original-modes when modes
7137 are permanently changed.
7138
7139 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7140
7141 * autoinsert.el: find-file-hooks -> find-file-hook.
7142
7143 2005-03-24 Lute Kamstra <lute@gnu.org>
7144
7145 * generic.el (generic-font-lock-defaults): Make it obsolete.
7146 (generic-font-lock-keywords): New variable to replace
7147 generic-font-lock-defaults.
7148 (generic-mode-set-font-lock): Delete it.
7149 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7150 (generic-bracket-support): Add docstring.
7151
7152 * generic-x.el: Rename generic-font-lock-defaults to
7153 generic-font-lock-keywords throughout.
7154 (mailagent-rules-setup-function): Delete it.
7155 (mailagent-rules-generic-mode): Use anonymous function instead.
7156 (show-tabs-generic-mode-font-lock-defaults-1)
7157 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7158 Quote faces.
7159 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7160 not foreground.
7161
7162 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7163 Recognize define-generic-mode.
7164
7165 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7168 if there's no completion table.
7169
7170 2005-03-23 Miles Bader <miles@gnu.org>
7171
7172 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7173 Remove tty-specific variants, as they're no longer needed.
7174
7175 2005-03-23 Lute Kamstra <lute@gnu.org>
7176
7177 * generic-x.el: Code cleanup: make args constant whenever possible.
7178 (installshield-statement-keyword-list)
7179 (installshield-system-functions-list)
7180 (installshield-system-variables-list, installshield-types-list)
7181 (installshield-funarg-constants-list): Make them constants.
7182
7183 * generic.el (generic-make-keywords-list): Add autoload cookie.
7184
7185 * calendar/time-date.el: Add comment on time value formats.
7186 Don't require parse-time.
7187 (with-decoded-time-value): New macro.
7188 (encode-time-value): New function.
7189 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7190 (days-to-time): Return a valid time value when arg is huge.
7191 (time-since): Use time-subtract.
7192 (time-to-number-of-days): Use time-to-seconds.
7193
7194 2005-03-23 David Ponce <david@dponce.com>
7195
7196 * recentf.el: (recentf-keep): New option.
7197 (recentf-menu-action): Default to `find-file'.
7198 (recentf-keep-non-readable-files-flag)
7199 (recentf-keep-non-readable-files-p)
7200 (recentf-file-readable-p, recentf-find-file)
7201 (recentf-cleanup-remote): Remove.
7202 (recentf-include-p): More robust.
7203 (recentf-keep-p): New function.
7204 (recentf-remove-if-non-kept): Rename from
7205 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7206 All callers updated.
7207 (recentf-menu-items-for-commands): Fix help string.
7208 (recentf-track-closed-file): Update. Doc fix.
7209 (recentf-cleanup): Update. Count removed files. Doc fix.
7210
7211 2005-03-23 Kim F. Storm <storm@cua.dk>
7212
7213 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7214 Don't inherit from fringe face (now happens automatically).
7215
7216 2005-03-22 Kim F. Storm <storm@cua.dk>
7217
7218 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7219 position values.
7220
7221 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * menu-bar.el (showhide-date-time): Remove.
7224 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7225 (menu-bar-make-mm-toggle): Simplify.
7226
7227 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7228
7229 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7230 Accept qualified variable and function names.
7231
7232 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7233
7234 * bindings.el (completion-ignored-extensions):
7235 Remove ".lis" for `vax-vms'.
7236
7237 2005-03-22 Andreas Schwab <schwab@suse.de>
7238
7239 * generic-x.el: Revert last change.
7240 * ldefs-boot.el: Update.
7241
7242 2005-03-22 Jay Belanger <belanger@truman.edu>
7243
7244 * calc/calc-embed (calc-embedded-original-modes): New variable.
7245 (calc-embedded-save-original-modes)
7246 (calc-embedded-restore-original-modes): New functions.
7247 (calc-do-embedded): Save original modes when entering embedded mode
7248 and restore when leaving embedded mode.
7249 (calc-embedded-modes-change): Change the value of
7250 calc-embedded-original-modes to reflect permanent changes.
7251
7252 2005-03-22 Lute Kamstra <lute@gnu.org>
7253
7254 * generic-x.el: Require generic again.
7255
7256 2005-03-22 Miles Bader <miles@gnu.org>
7257
7258 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7259 Tweak details to look good on both ttys and bitmap displays, light
7260 or dark background, etc.
7261
7262 2005-03-21 Kim F. Storm <storm@cua.dk>
7263
7264 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7265 mouse position.
7266
7267 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * icomplete.el: Don't forcibly turn on the mode upon load.
7270 (icomplete-mode): Use define-minor-mode.
7271 (icomplete-eoinput): Default to nil.
7272 (icomplete-minibuffer-setup): Remove autoload.
7273 (icomplete-tidy): Simplify.
7274 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7275 in the initial state or if the user has modified the field.
7276 Fix handling of icomplete-max-delay-chars.
7277 Remove code that handles the oddball case where
7278 minibuffer-completion-table is an integer.
7279 Wrap icomplete-completions in while-no-input in case building
7280 completions takes more time than expected.
7281 (icomplete-completions): Simplify.
7282
7283 2005-03-21 Richard M. Stallman <rms@gnu.org>
7284
7285 * jka-compr.el (jka-compr-really-do-compress):
7286 Make variable buffer-local.
7287
7288 * image-mode.el: Handle .xpm files too.
7289 (image-toggle-display): Preserve modification flag.
7290
7291 * help.el (where-is): Don't mention aliases with no key bindings.
7292
7293 2005-03-21 Lute Kamstra <lute@gnu.org>
7294
7295 * generic.el: Fix commentary section. Don't require cl for compilation.
7296 (generic-mode-list): Add autoload cookie.
7297 (generic-use-find-file-hook, generic-lines-to-scan)
7298 (generic-find-file-regexp, generic-ignore-files-regexp)
7299 (generic-mode, generic-mode-find-file-hook)
7300 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7301 (define-generic-mode): Make it a defmacro. Fix docstring.
7302 (generic-mode-internal): Code cleanup. Add autoload cookie.
7303 (generic-mode-set-comments): Code cleanup.
7304 * generic-x.el: Don't prevent compilation. Don't require generic.
7305 Follow coding conventions. Minor code cleanup.
7306 (etc-fstab-generic-mode): Add some keywords.
7307 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7308 define-generic-mode like a function declaration.
7309
7310 2005-03-21 Jay Belanger <belanger@truman.edu>
7311
7312 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7313 changing modes.
7314
7315 2005-03-21 Sam Steingold <sds@gnu.org>
7316
7317 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7318
7319 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7320
7321 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7322 Add underscore to "f$ lexicals" regexp.
7323
7324 2005-03-20 Juri Linkov <juri@jurta.org>
7325
7326 * subr.el (progress-reporter-do-update): When `min-value' is equal
7327 to `max-value', set `percentage' to 0 and prevent division by zero.
7328
7329 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7330
7331 Sync with Tramp 2.0.48.
7332
7333 * tramp.el (all): Change all addresses to .gnu.org.
7334 (tramp-append-tramp-buffers): New defun.
7335 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7336 Catch `dont-send' signal.
7337 (tramp-set-auto-save-file-modes): Set always permissions, because
7338 there might be an old auto-saved file belonging to another
7339 original file. This could be a security threat. Reported by
7340 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7341 Check for Emacs 21.3.50 removed.
7342
7343 * tramp-smb.el (all): Remove debug construct for
7344 `with-parsed-tramp-file-name'.
7345 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7346 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7347 No error message if DIRECTORY or FILENAME doesn't exist.
7348 (tramp-smb-open-connection): Check existence of
7349 `tramp-smb-program'.
7350
7351 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7354 Properly handle the case where the `m' or `s' command's argument is not
7355 yet terminated.
7356 (perl-indent-new-calculate): New function.
7357 (perl-indent-line): Use it.
7358
7359 2005-03-20 Miles Bader <miles@gnu.org>
7360
7361 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7362 in text-mode too. Change to new face names.
7363 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7364 Add `:weight bold' attribute.
7365 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7366
7367 2005-03-19 Juri Linkov <juri@jurta.org>
7368
7369 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7370
7371 * international/mule.el (auto-coding-alist): Sync with
7372 `auto-mode-alist' by adding upper case archive file extensions
7373 and adding ear/war to jar extension.
7374
7375 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7376
7377 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7378 running, restart it.
7379
7380 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7381
7382 * finder.el (finder-current-item): Throw an error on an empty line.
7383
7384 * man.el (Man-follow-manual-reference): If current-word returns
7385 nil, use "".
7386
7387 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7388
7389 * simple.el (goto-line): Doc fix.
7390
7391 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7392
7393 * files.el (save-buffer): Doc fix.
7394
7395 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7396
7397 * recentf.el (recentf-cleanup-remote): New variable.
7398 (recentf-cleanup): Use it to conditionally check availability of
7399 remote files.
7400
7401 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7402
7403 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7404 function names.
7405
7406 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7407
7408 * language/thai-word.el: New file.
7409
7410 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7411
7412 * files.el (backup-buffer): If the file's directory is not
7413 writable, use copy instead of move to backup the file.
7414
7415 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7416
7417 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7418
7419 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7420
7421 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7422 Use functionp instead of symbolp and fboundp. Reported by Drkm
7423 <darkman_spam@yahoo.fr>.
7424 (ps-print-version): New version 6.6.6.
7425
7426 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7427
7428 * textmodes/table.el (table--line-column-position): New idiom.
7429 (table--row-column-insertion-point-p): New function to test
7430 validity of row and column insertion operation at a location.
7431 (table-global-menu, table-cell-menu): Use above functions for
7432 deterministic test operation.
7433 (table--editable-cell-p): Behave in deterministic fashion.
7434
7435 2005-03-18 Juri Linkov <juri@jurta.org>
7436
7437 * isearch.el (isearch-lazy-highlight-new-loop):
7438 Make arguments beg and end optional.
7439 (isearch-update): Remove optional arguments nil from
7440 isearch-lazy-highlight-new-loop.
7441 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7442 isearch-lazy-highlight-case-fold-search instead of
7443 isearch-case-fold-search, and let-bind isearch-regexp to
7444 isearch-lazy-highlight-regexp.
7445 Use isearch-lazy-highlight-last-string instead of isearch-string.
7446
7447 * replace.el (perform-replace): Remove bindings of global
7448 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7449 Add three new arguments to `replace-highlight'.
7450 (replace-highlight): Add arguments string, regexp, case-fold.
7451 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7452 to allow isearch-lazy-highlight-new-loop to use these values
7453 to set corresponding isearch-lazy-highlight-* internal
7454 variables whose values lazy highlighting will use regardless of
7455 changes to global variables isearch-string, isearch-regexp,
7456 isearch-case-fold-search during lazy highlighting loop.
7457 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7458 to `lazy-highlight-cleanup'.
7459
7460 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7461 (ispell-highlight-face): Set default face to `isearch' when
7462 lazy highlighting is enabled.
7463 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7464 priority to 1. Add lazy highlighting.
7465 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7466 from `isearch-dehighlight'.
7467
7468 2005-03-18 David Ponce <david@dponce.com>
7469
7470 * files.el (hack-local-variables): Do a case-insensitive search
7471 for End.
7472
7473 2005-03-18 Juri Linkov <juri@jurta.org>
7474
7475 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7476 `isearch-lazy-highlight-cleanup', add alias to old name and
7477 declare obsolete. Add release numbers to other obsolete vars.
7478 (isearch-done, isearch-lazy-highlight-new-loop):
7479 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7480 (lazy-highlight-cleanup) <variable>: Doc fix.
7481 (isearch-lazy-highlight-update): Rename obsolete
7482 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7483
7484 2005-03-18 Kenichi Handa <handa@m17n.org>
7485
7486 * language/thai-util.el: Fix categorization of Thai characters in
7487 thai-category-table.
7488 (thai-composition-pattern): Adjust it for the above change.
7489 (thai-self-insert-command, thai-compose-syllable): New functions.
7490 (thai-compose-region): Use thai-compose-syllable.
7491 (thai-compose-string): Likewise.
7492 (thai-composition-function): Likewise.
7493 (thai-auto-composition): New function.
7494 (thai-auto-composition-mode): New minor mode.
7495
7496 * language/thai.el: Fix patterns to be registered in
7497 composition-function-table.
7498
7499 * international/quail.el (quail-input-method): Locally bind
7500 inhibit-modification-hooks to t.
7501
7502 2005-03-17 Richard M. Stallman <rms@gnu.org>
7503
7504 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7505 (perl-mode): Use run-mode-hooks.
7506
7507 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7508 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7509 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7510
7511 * mail/sendmail.el (sendmail-send-it): Reenable the code
7512 to compute resend-to-address and use it.
7513
7514 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7515
7516 * image-mode.el: New file.
7517
7518 * image.el (insert-sliced-image): Add autoload cookie.
7519
7520 * font-lock.el (font-lock-lines-before): New user option.
7521 (font-lock-after-change-function): Obey it.
7522
7523 * bindings.el (esc-map): Make M-g a prefix.
7524 Bind M-g g and M-g M-g to goto-line.
7525
7526 * faces.el (face-id): Doc fix.
7527
7528 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7529
7530 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7531 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7532 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7533
7534 * mail/sendmail.el (mail-yank-ignored-headers)
7535 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7536 Add Mail-Followup-To and Mail-Reply-To headers.
7537 (mail-citation-hook): Add autoload cookie.
7538 (mail-mode): Doc fix.
7539 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7540 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7541 (mail-mode-fill-paragraph): Handle those headers.
7542 (mail-mailing-lists): New variable.
7543 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7544
7545 2005-03-17 Juri Linkov <juri@jurta.org>
7546
7547 * isearch.el (isearch-fallback): Check for `(car previous)'
7548 before calling `isearch-other-end-state'.
7549
7550 2005-03-17 Kim F. Storm <storm@cua.dk>
7551
7552 * simple.el (move-beginning-of-line): Move to beginning of buffer
7553 line, as well as beginning of screen line.
7554
7555 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7556
7557 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7558 argument REDRAW rather than calendar-redrawing variable.
7559 * calendar/calendar.el (calendar-redrawing): Delete.
7560 (redraw-calendar): Do not bind calendar-redrawing.
7561
7562 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7563
7564 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7565 diary-file buffer.
7566
7567 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * help.el (describe-mode): Allow a :minor-mode-function property to
7570 specify a different minor mode toggle function than the variable.
7571 * simple.el (auto-fill-function):
7572 * subr.el (add-minor-mode): Use it.
7573
7574 2005-03-16 Kenichi Handa <handa@m17n.org>
7575
7576 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7577 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7578 (ethio-fidel-to-sera-buffer): Likewise.
7579
7580 2005-03-16 Juri Linkov <juri@jurta.org>
7581
7582 * emacs-lisp/find-func.el (find-function-regexp):
7583 Add defun-emitting macro `menu-bar-make-toggle'.
7584
7585 * isearch.el: Put `isearch-scroll' property to
7586 `split-window-horizontally'.
7587
7588 * info.el: Update error messages for `debug-ignored-errors'.
7589 (Info-isearch-search): Doc fix.
7590 (Info-find-node): Move up code to go into info buffer before
7591 recording the node to the history.
7592 (Info-fontify-node): Fontify titles only if the next line
7593 has two or more `*', `=', `-', `.'.
7594 Display "go to this node" for empty (match-string 3).
7595
7596 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7597
7598 * term/mac-win.el: Add mouse pointer shape constants.
7599
7600 2005-03-15 Kim F. Storm <storm@cua.dk>
7601
7602 * simple.el (move-beginning-of-line): Use vertical-motion.
7603
7604 2005-03-15 Juri Linkov <juri@jurta.org>
7605
7606 * isearch.el (isearch-error): New variable.
7607 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7608 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7609 (isearch-within-brackets-state): Remove.
7610 (isearch-case-fold-search-state, isearch-pop-fun-state):
7611 Decrease frame index.
7612 (isearch-mode, isearch-top-state, isearch-push-state)
7613 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7614 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7615 (isearch-search, isearch-lazy-highlight-new-loop):
7616 Replace `isearch-invalid-regexp' with `isearch-error'.
7617 Remove `isearch-within-brackets'.
7618 (isearch-search): Add `search-failed' handler to `condition-case'.
7619 (isearch-lazy-highlight-search): Add `condition-case' to catch
7620 errors and allow `isearch-lazy-highlight-update' to try
7621 highlighting from the beginning of the window.
7622 (isearch-repeat): Move up code to set isearch-wrapped to t
7623 before calling isearch-wrap-function.
7624
7625 * info.el (Info-isearch-initial-node): New internal variable.
7626 (Info-search): Signal an error in isearch mode when search leaves
7627 the initial node. Signal an error when `bound' is non-nil and
7628 nothing was found in the current subfile.
7629 (Info-isearch-search): Remove `condition-case'.
7630 (Info-isearch-wrap): Don't wrap when search failed during leaving
7631 the initial node. If `Info-isearch-search' is nil, wrap around
7632 the current node.
7633 (Info-isearch-start): New fun.
7634 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7635 `isearch-mode-hook'.
7636
7637 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7638
7639 * simple.el (normal-erase-is-backspace): Set default to t if
7640 running on Mac.
7641
7642 * term/mac-win.el (function-key-map): Sync with x-win.el.
7643
7644 2005-03-15 Kenichi Handa <handa@m17n.org>
7645
7646 * international/mule-cmds.el (locale-language-names): Modify the
7647 format of elements and add more entries.
7648 (locale-preferred-coding-systems): Add more entries.
7649 (set-locale-environment): Adjust for the change of
7650 locale-language-names.
7651
7652 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * pcvs.el (smerge-ediff): Remove bogus autoload.
7655
7656 2005-03-14 Lute Kamstra <lute@gnu.org>
7657
7658 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7659 Ignore a `*' at the beginning of a line.
7660
7661 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7662 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7663 subr.el.
7664 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7665 to specify indentation.
7666
7667 * generic.el (define-generic-mode): Let generic-mode-list be a
7668 list of strings; test membership with equal.
7669
7670 2005-03-14 Kim F. Storm <storm@cua.dk>
7671
7672 * simple.el (next-line, previous-line): Add optional try-vscroll
7673 arg to recognize interactive use. Pass it on to line-move.
7674 (line-move): Don't perform auto-window-vscroll when defining or
7675 executing keyboard macro to ensure consistent behavior.
7676
7677 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7680
7681 2005-03-13 Lute Kamstra <lute@gnu.org>
7682
7683 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7684 debugger-setup-buffer so that backtrace marks the frames set to
7685 debug-on-exit and we don't have to do it manually. Set an extra
7686 debug-on-exit for macro's.
7687 (debugger-setup-buffer): Don't mark the top frame manually.
7688
7689 2005-03-12 Lute Kamstra <lute@gnu.org>
7690
7691 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7692 lisp-indent-function throughout.
7693 (with-no-warnings): Set lisp-indent-function property.
7694
7695 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7696
7697 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7698 Add entry for backslash.
7699
7700 2005-03-12 Juri Linkov <juri@jurta.org>
7701
7702 * info.el (Info-search): Four fixes for backward search.
7703
7704 2005-03-11 Jay Belanger <belanger@truman.edu>
7705
7706 * calc/calc.el (calc-language-alist): New variable.
7707 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7708 (calc-embedded-find-modes): Use calc-language-alist instead of
7709 calc-embedded-language-alist.
7710
7711 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7712
7713 * calendar/calendar.el (calendar-redrawing): New internal
7714 variable.
7715 (redraw-calendar): Remove bogus save-excursion from previous
7716 change. Bind calendar-redrawing to t for mark-diary-entries.
7717 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7718 calendar if that is why we were called.
7719
7720 2005-03-11 Kenichi Handa <handa@m17n.org>
7721
7722 * international/mule.el (make-coding-system): Set property
7723 coding-system-define-form to nil.
7724 (define-coding-system-alias): Likewise.
7725
7726 2005-03-11 Kenichi Handa <handa@m17n.org>
7727
7728 These changes are suggested by Dave Love <fx@gnu.org>.
7729
7730 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7731 coding: tag.
7732 (adaptive-fill-regexp): Add more bullets.
7733 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7734 regexps.
7735
7736 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * help.el (describe-mode): Properly handle non-trivial lighters.
7739 Don't ignore minor modes that are not listed in minor-mode-list.
7740
7741 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7742 feature ON when the user requests to turn it OFF.
7743
7744 2005-03-10 Lute Kamstra <lute@gnu.org>
7745
7746 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7747 (implement-debug-on-entry): New function to replace debug-entry-code.
7748 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7749 second argument as the 2005-03-07 change makes it obsolete.
7750 (debug-on-entry, cancel-debug-on-entry): Update call to
7751 debug-on-entry-1.
7752 (debug, debugger-setup-buffer): Comment update.
7753 (debugger-frame-number): Update to work with implement-debug-on-entry.
7754
7755 2005-03-10 Jay Belanger <belanger@truman.edu>
7756
7757 * calc/calc-embed.el (math-ms-args): Declare it.
7758 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7759 math-ms-args.
7760 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7761 variables.
7762
7763 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7764
7765 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7766 Use message-box.
7767
7768 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7769 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7770 (tooltip-gud-tips): Simplify.
7771 (tooltip-gud-tips-p): Remove superfluous :set.
7772 (tooltip-gud-modes): Add fortran-mode.
7773 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7774
7775 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7776
7777 2005-03-09 Kim F. Storm <storm@cua.dk>
7778
7779 * play/animate.el (animate-place-char): Use forward-line instead
7780 of next-line to improve performance.
7781
7782 2005-03-09 Simon Josefsson <jas@extundo.com>
7783
7784 * net/browse-url.el (browse-url-default-browser): Doc fix.
7785
7786 2005-03-09 Miles Bader <miles@gnu.org>
7787
7788 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7789 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7790
7791 2005-03-09 Kenichi Handa <handa@m17n.org>
7792
7793 * international/latin-1.el: Set case and syntax for 255 only if
7794 set-case-syntax-set-multibyte is nil.
7795
7796 * textmodes/ispell.el (ispell-insert-word): New function.
7797 (ispell-word): Use ispell-insert-word to insert a new word.
7798 (ispell-process-line): Likewise.
7799 (ispell-complete-word): Likewise.
7800
7801 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7802
7803 * calendar/calendar.el (redraw-calendar): Preserve point.
7804 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7805 (calendar-week-start-day): Move after definition of
7806 redraw-calendar. Delete buffer test, since redraw-calendar has
7807 that now.
7808
7809 * calendar/diary-lib.el (mark-diary-entries): Only call
7810 redraw-calendar in the first of any recursive calls.
7811 Reported by Alan Shutko <ats@acm.org>.
7812
7813 2005-03-08 Juri Linkov <juri@jurta.org>
7814
7815 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7816 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7817 (html-radio-buttons): Add a space before the trailing `/>' where
7818 sgml-xml-mode is non-nil.
7819 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7820 the subsequent tag of the empty XML tag.
7821 (html-href-anchor): Don't set initial input to "http:".
7822 (html-image): Ask for the image URL and set point inside alt="".
7823 (html-name-anchor): Duplicate the name in the `id' attribute when
7824 sgml-xml-mode is non-nil.
7825 (html-paragraph): Remove \n before <p>.
7826 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7827 instead of `checked' when sgml-xml-mode is non-nil.
7828
7829 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7830 Remove 1 space before #RRGGBB to not truncate it on terminal
7831 windows w/o fringes. Remove 1 space between bg and fg examples
7832 to get more space.
7833 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7834 avoid byte-compile warnings.
7835
7836 * image-file.el (image-file-handler): Put `safe-magic' property to
7837 `image-file-handler'.
7838
7839 * info.el (Info-isearch-search): Emulate word search in
7840 isearching through multiple Info nodes with Info-search.
7841 (Info-isearch-wrap): Allow isearch-word.
7842
7843 2005-03-08 Lute Kamstra <lute@gnu.org>
7844
7845 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7846 stepping into the debugger's code is not possible.
7847 (debugger-jumping-flag): Docstring update.
7848
7849 2005-03-08 Jay Belanger <belanger@truman.edu>
7850
7851 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7852 embedded mode begins.
7853 (calc-embedded-language-alist): New variable.
7854 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7855 set default language mode.
7856
7857 2005-03-08 Kenichi Handa <handa@m17n.org>
7858
7859 * international/ccl.el (define-ccl-program): Fix docstring about
7860 extra 256 bytes assured for the output buffer.
7861
7862 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7863 Fix BUFFER_MAGNIFICATION to 2.
7864 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7865
7866 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7867
7868 * align.el (align-rules-list): Added an alignment rule for CSS
7869 declarations (applies to css-mode and html-mode buffers).
7870
7871 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7874
7875 2005-03-07 Kim F. Storm <storm@cua.dk>
7876
7877 * simple.el (move-beginning-of-line): New command.
7878
7879 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7880
7881 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7882
7883 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7884 and move-beginning-of-line.
7885
7886 * apropos.el (apropos-print): Omit command from M-x ... RET.
7887
7888 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7889
7890 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7891 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7892
7893 2005-03-06 Richard M. Stallman <rms@gnu.org>
7894
7895 * bindings.el (esc-map): Bind M-g to goto-line.
7896
7897 * facemenu.el (global-map): Bind M-o, not M-g.
7898
7899 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7900
7901 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7902 "Open Directory" as for "Open File".
7903
7904 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7905
7906 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7907 (push-mark-command): Run activate-mark-hook.
7908
7909 2005-03-06 Richard M. Stallman <rms@gnu.org>
7910
7911 * help-mode.el (help-mode-finish): Don't alter the element
7912 in view-return-to-alist if there already is one.
7913
7914 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7915 make sure the current buffer is the expected one.
7916
7917 * novice.el (disabled-command-function): Output in *Disabled Command*.
7918 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7919
7920 * textmodes/flyspell.el (flyspell-large-region):
7921 Pass args differently for aspell.
7922
7923 * files.el (mode-require-final-newline): Doc fix.
7924
7925 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7926
7927 * progmodes/which-func.el (which-function):
7928 Specify NOERROR when calling imenu--make-index-alist.
7929
7930 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * simple.el (normal-erase-is-backspace): Define default value.
7933
7934 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7935 (custom-reevaluate-setting): Simple function to handle
7936 variables that are defined before their default value can really
7937 be computed.
7938
7939 * startup.el (command-line): Use it for temporary-file-directory,
7940 small-emporary-file-directory, auto-save-file-name-transforms,
7941 blink-cursor-mode, and normal-erase-is-backspace.
7942
7943 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7944 progress, even with buggy anchored keywords.
7945
7946 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7947
7948 * simple.el (goto-line): Remove unbalanced final parenthesis.
7949
7950 2005-03-05 Richard M. Stallman <rms@gnu.org>
7951
7952 * simple.el (goto-line): Use a number at point as the default.
7953 With C-u as arg, switch buffers.
7954
7955 2005-03-05 Juri Linkov <juri@jurta.org>
7956
7957 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7958 with `no-blinking-cursor'.
7959
7960 * startup.el (no-blinking-cursor): New defvar.
7961 (command-line): Add `--no-blinking-cursor' to longopts.
7962 Set `no-blinking-cursor' to t for command line arguments
7963 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7964 with `no-blinking-cursor' in the condition for calling
7965 `blink-cursor-mode'.
7966
7967 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7968
7969 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7970 (menu-bar-options-save): Add blink-cursor-mode.
7971 (menu-bar-options-menu): Add blink-cursor-mode.
7972
7973 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7974
7975 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7976 (icalendar-export-file, icalendar-export-region)
7977 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7978 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7979
7980 2005-03-04 Lute Kamstra <lute@gnu.org>
7981
7982 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7983 (debug-function-list): Ditto.
7984
7985 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7986
7987 * textmodes/texinfmt.el (texinfo-append-refill):
7988 Redefine the types of line to which @refill
7989 is not appended by replacing a search for `@refill\\|@bye' with
7990 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7991 itemize@refill' bug and the unfilled long lines bug.
7992 (texinfmt-version): Update number and date.
7993
7994 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7995
7996 * international/code-pages.el (windows-1250, windows-125[2-8])
7997 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7998
7999 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8000
8001 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8002 bound yet.
8003
8004 2005-03-02 Romain Francoise <romain@orebokech.com>
8005
8006 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8007 buffer after removing limits.
8008 (ibuffer-pop-filter): Ditto.
8009 Update copyright.
8010
8011 2005-03-02 Miles Bader <miles@gnu.org>
8012
8013 * button.el (make-text-button): If the user doesn't specify a
8014 type, use the default. Rewrite to use `add-text-properties' and
8015 plist functions.
8016
8017 2005-03-01 Lute Kamstra <lute@gnu.org>
8018
8019 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8020 (debugger-jumping-flag): New var.
8021 (debug-entry-code): Use it.
8022 (debugger-jump): Use debugger-jumping-flag and add
8023 debugger-reenable to post-command-hook.
8024 (debugger-reenable): Use debugger-jumping-flag and remove itself
8025 from post-command-hook.
8026 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8027 debugger-reenable.
8028
8029 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8030
8031 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8032 inclusion of "itemize\\|", which may be unnecessary, is certainly
8033 inelegant, and stops refilling in itemize lists when formatting
8034 Japanese Texinfo files to Info.
8035 Update copyright to 2005.
8036
8037 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
8038
8039 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8040 of an error if GDB can't find the source file.
8041
8042 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8043
8044 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8045 not just the calendar.
8046
8047 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8048 first.
8049 (diary-redraw-calendar): New function.
8050 (make-diary-entry): Add diary-redraw-calendar to local
8051 write-contents-functions. Turn off selective display before
8052 inserting in diary.
8053
8054 2005-03-01 Kim F. Storm <storm@cua.dk>
8055
8056 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8057
8058 2005-03-01 Lute Kamstra <lute@gnu.org>
8059
8060 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8061 that debug-entry-code can be safely removed from a function while
8062 this code is being evaluated. Revert the 2005-02-27 change as the
8063 new implementation no longer requires it. Make sure that a
8064 function body containing just a string is not mistaken for a docstring.
8065 (debug): Skip one more frame in case of debug on entry.
8066 (debugger-setup-buffer): Delete one more frame line in case of
8067 debug on entry.
8068 (debugger-frame-number): Update to use the new text introduced by
8069 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8070
8071 2005-02-28 Kim F. Storm <storm@cua.dk>
8072
8073 * double.el (double-translate-key): Call force-window-update after
8074 read-event to avoid crash in redisplay.
8075
8076 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8079 (debug): Use it. Move the inhibit-trace earlier.
8080 (debug-entry-code): New const.
8081 (debug-on-entry-1): Use it.
8082
8083 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8084
8085 * international/utf-16.el (ccl-encode-mule-utf-16le):
8086 Fix BUFFER_MAGNIFICATION to 2.
8087 (ccl-encode-mule-utf-16be): Likewise.
8088
8089 2005-02-28 Kenichi Handa <handa@m17n.org>
8090
8091 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8092 Fix BUFFER_MAGNIFICATION to 4.
8093 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8094
8095 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8096
8097 * speedbar.el (speedbar-update-flag): Doc fix.
8098 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8099 argument.
8100
8101 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8104 have a non-nil `invisible' property but are actually visible.
8105
8106 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8107 for perldoc sections.
8108 (perl-outline-regexp, perl-outline-level): New var and function.
8109 (perl-mode): Use them.
8110
8111 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8112
8113 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8114 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8115
8116 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8117
8118 * cus-edit.el: Comment change.
8119 (custom-buffer-create-internal): Slightly reword text at top of
8120 Custom buffers. Mention there that saving an option edits the
8121 init file. Add link to Emacs manual node on `custom-file'.
8122 (custom-magic-alist): Rewrite individual State messages to use
8123 capitalized keywords. Doc fix.
8124
8125 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8126
8127 * calendar/calendar.el (calendar-buffer): Move above
8128 calendar-week-start-day.
8129 (calendar-week-start-day): Doc fix. Add :set function.
8130 (calendar-minimum-window-height): New variable.
8131 (generate-calendar-window): Only resize window if selected-window
8132 is displaying the calendar buffer. Use new variable
8133 calendar-minimum-window-height.
8134 (generate-calendar): Reword error message.
8135 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8136
8137 2005-02-27 Andreas Schwab <schwab@suse.de>
8138
8139 * vc.el (vc-do-command): Don't run command asynchronously when
8140 operating in a remote directory.
8141
8142 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8143 change from sync with Tramp 2.0.47.
8144
8145 2005-02-27 Richard M. Stallman <rms@gnu.org>
8146
8147 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8148
8149 * textmodes/flyspell.el (flyspell-mode-on):
8150 Call ispell-change-dictionary only if necessary.
8151
8152 * emacs-lisp/re-builder.el (regexp-builder): New function.
8153
8154 * register.el (describe-register-1): Explicitly handle
8155 yank-excluded-properties = t.
8156
8157 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8158 (custom-magic-alist): Change the status descriptions again.
8159 (face widget-type): Total rewrite based on `restricted-sexp'
8160 to eliminate the confusing double hiding levels.
8161
8162 * emacs-lisp/debug.el (debug-on-entry-1):
8163 If function body is empty, add nil as body form.
8164
8165 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * emacs-lisp/trace.el (inhibit-trace): New var.
8168 (trace-make-advice): Use it.
8169
8170 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8171
8172 2005-02-26 Kim F. Storm <storm@cua.dk>
8173
8174 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8175 (mouse-on-link-p, mouse-drag-region-1): Use it.
8176
8177 2005-02-25 Lute Kamstra <lute@gnu.org>
8178
8179 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8180
8181 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8182
8183 * frame.el (blink-cursor-mode): Add :group keyword.
8184
8185 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8186
8187 * calendar/icalendar.el (icalendar--decode-isodatetime):
8188 New optional argument DAY-SHIFT.
8189 (icalendar-export-region): Fix coding-system-for-write.
8190 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8191 events by one.
8192
8193 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8196
8197 2005-02-24 Kim F. Storm <storm@cua.dk>
8198
8199 * international/iso-acc.el (iso-accents-compose): Fix crash
8200 during redisplay. Call force-window-update after read-event
8201 and delete-region to signal that window is not accurate.
8202
8203 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8206 Remove unused and inexistent var `inhibit-trace'.
8207 (debugger-mode): Use run-mode-hooks.
8208 (debugger-list-functions): Add buttons; setup xref stack.
8209
8210 2005-02-23 Richard M. Stallman <rms@gnu.org>
8211
8212 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8213 appointment says it was explicitly made.
8214 (appt-add): Set the 3rd element.
8215 (appt-make-list): Preserve explicit appointments.
8216
8217 * subr.el (find-tag-default): Catch errors in forward-sexp.
8218
8219 2005-02-23 Juri Linkov <juri@jurta.org>
8220
8221 * info.el (Info-isearch-search): New defcustom.
8222 (Info-isearch-search): Call the default isearch function
8223 when Info-isearch-search is nil.
8224 (Info-isearch-wrap): Use variable Info-isearch-search.
8225
8226 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8227
8228 * cus-edit.el: Comment change.
8229
8230 2005-02-22 Kim F. Storm <storm@cua.dk>
8231
8232 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8233 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8234
8235 2005-02-22 Simon Josefsson <jas@extundo.com>
8236
8237 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8238 New variable.
8239 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8240 Oskarsson" <myrkraverk@users.sourceforget.net>.
8241
8242 2005-02-22 Kim F. Storm <storm@cua.dk>
8243
8244 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8245 check that window of that event is the selected window.
8246 (mouse-drag-region-1): Compare mouse event window to selected
8247 window before setting point.
8248
8249 * tooltip.el (tooltip-show-help-function): Pass event to
8250 mouse-on-link-p so it can check selected window.
8251
8252 2005-02-22 Kenichi Handa <handa@m17n.org>
8253
8254 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8255 (ps-mule-show-warning): New function.
8256 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8257 characters are found.
8258
8259 * ps-print.el (ps-header-footer-string): Return a list of header
8260 and footer strings.
8261
8262 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8263
8264 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8265
8266 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * frame.el (blink-cursor-mode): Use define-minor-mode.
8269
8270 * term/mac-win.el (function-key-map): Use char-names more consistently.
8271 (file-name-coding-system): Only set it for MacOS-9. The other case is
8272 already handled in mule-cmds.el (where it also works when mac-win.el
8273 is not used).
8274
8275 2005-02-21 Kenichi Handa <handa@m17n.org>
8276
8277 * international/mule.el (ctext-pre-write-conversion): Always use
8278 " *code-converting-work*" buffer for work.
8279
8280 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8281
8282 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8283
8284 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8285
8286 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8287
8288 * ses.el (undo-more): Restore defadvice, but only the part that
8289 allows changes outside the restricted area of the buffer.
8290
8291 2005-02-20 Kim F. Storm <storm@cua.dk>
8292
8293 * simple.el (line-move): Add fourth optional arg try-vscroll which
8294 must be set to perform auto-window-vscroll.
8295 When moving backwards and doing auto-window-vscroll, automatically
8296 vscroll to the last part of lines which are taller than the window.
8297 (next-line, previous-line): Set try-vscroll arg on line-move.
8298
8299 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8300
8301 * replace.el (query-replace, query-replace-regexp)
8302 (replace-string, replace-regexp): When operating on region, make
8303 the minibuffer prompt say so.
8304
8305 * isearch.el (isearch-forward): Document isearch-query-replace and
8306 isearch-query-replace-regexp keybindings.
8307
8308 2005-02-19 Jay Belanger <belanger@truman.edu>
8309
8310 * calc/calc-aent.el (math-read-token): Add local variable.
8311
8312 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8313 (calc-edit-top): Move declaration to earlier in file.
8314 (calc-edit-macro-repeats): Add local variables.
8315
8316 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8317 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8318 calcFunc-tanh.
8319 Adjust integration rule for calcFunc-tan.
8320
8321 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8322
8323 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8324 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8325 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8326 (viper-skip-separators): Bug fix.
8327 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8328 particular major mode.
8329 (viper-del-backward-char-in-replace): Don't put deleted char on the
8330 kill ring.
8331
8332 * viper-ex.el (viper-color-display-p): New function.
8333 (viper-has-face-support-p): Use viper-color-display-p.
8334
8335 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8336
8337 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8338
8339 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8340 (viper-file-remote-p): Make equivalent to file-remote-p.
8341
8342 * viper.el (viper-major-mode-modifier-list):
8343 Use viper-gnus-modifier-map.
8344
8345 2005-02-19 David Kastrup <dak@gnu.org>
8346
8347 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8348 quoting.
8349
8350 2005-02-19 Jay Belanger <belanger@truman.edu>
8351
8352 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8353 Remove extra definitions.
8354 (calc-coth): New function.
8355 (calcFunc-cot): Fix `let'.
8356
8357 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8358
8359 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8360 the reasons we use "type pc" in these faces.
8361
8362 * button.el (button): Ditto.
8363
8364 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8365
8366 * replace.el (query-replace-read-from): Set the value of
8367 query-replace-from-history-variable to handle the case of an empty
8368 string entered to accept the suggested default.
8369
8370 * net/tramp.el (tramp-file-name-for-operation):
8371 Use dired-call-process instead of dired-call-process-command.
8372
8373 2005-02-19 Jay Belanger <belanger@truman.edu>
8374
8375 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8376 (math-div-non-trig): New variables.
8377 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8378 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8379 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8380 trig expressions.
8381
8382 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8383
8384 * progmodes/gdb-ui.el (gdb-var-update-handler)
8385 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8386 for watch expressions,
8387 (gdb-var-create-handler): Don't set speedbar-update-flag.
8388 (gdb-post-prompt): Simplify test for speedbar.
8389
8390 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8391
8392 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8393 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8394 we use the syntax table of the correct buffer.
8395 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8396 Felix Gatzemeier.
8397
8398 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8399 (ediff-file-remote-p): Make synonymous with file-remote-p.
8400 In all deffaces ediff-*-face-*, use min-colors.
8401
8402 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8403 ediff-recurse-to-subdirectories.
8404 (ediff-mark-if-equal): Check that the arguments are strings, use
8405 ediff-same-contents (after to Felix Gatzemeier).
8406
8407 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8408 nil.
8409
8410 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8413
8414 2005-02-18 David Kastrup <dak@gnu.org>
8415
8416 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8417 use `mark-active' when defined.
8418
8419 2005-02-18 Kenichi Handa <handa@m17n.org>
8420
8421 * ps-print.el (ps-font-info-database): New entry
8422 ZapfChancery-MediumItalic with correct font name. Fix font name
8423 of the entry Zapf-Chancery-MediumItalic.
8424
8425 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8428
8429 2005-02-16 Kim F. Storm <storm@cua.dk>
8430
8431 * ido.el (ido-fallback-command): Pass user input to fallback command.
8432
8433 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8434
8435 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8436 (gdb-find-file-hook): Add server prefix.
8437
8438 2005-02-16 Richard M. Stallman <rms@gnu.org>
8439
8440 * replace.el (perform-replace): Pass new args to replace-highlight.
8441 (replace-highlight): Take region args,
8442 and pass them to isearch-lazy-highlight-new-loop.
8443
8444 * novice.el (disabled-command-hook): Autoload the defalias
8445 and the make-obsolete-variable call.
8446
8447 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8448
8449 * isearch.el (isearch-lazy-highlight-start-limit)
8450 (isearch-lazy-highlight-end-limit): New variables limit
8451 the region for highlighting.
8452 (isearch-lazy-highlight-new-loop): New args BEG and END.
8453 (isearch-lazy-highlight-search): Use the new vars.
8454 (isearch-lazy-highlight-update): Likewise.
8455
8456 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8457
8458 * cus-start.el (all): Use default-boundp.
8459
8460 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8461
8462 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8463
8464 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8465
8466 * autorevert.el (auto-revert-stop-on-user-input)
8467 (auto-revert-verbose): Doc fixes.
8468
8469 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8470
8471 * international/mule-cmds.el (set-locale-environment): Remove call
8472 to set-selection-coding-system on Windows.
8473
8474 2005-02-15 Jay Belanger <belanger@truman.edu>
8475
8476 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8477 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8478 calcFunc-coth.
8479 (math-simplify-sqrt): Add simplifications.
8480
8481 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8482 to list.
8483
8484 * calc/calc-ext.el: Add functions to autoloads.
8485
8486 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8487 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8488 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8489 (math-csc-raw, math-cot-raw): New functions.
8490
8491 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8492
8493 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8494 the variable name in a message.
8495
8496 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8497 calcFunc-csc, calcFunc-cot.
8498
8499 * calc/calcalg2.el: Add derivative and integration rules for
8500 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8501 calcFunc-csch, calcFunc-coth.
8502 (math-do-integral-methods): Add to checks for when to use
8503 substitutions.
8504
8505 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8506
8507 2005-02-15 Lute Kamstra <lute@gnu.org>
8508
8509 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8510 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8511 <monnier@iro.umontreal.ca>
8512 (lisp-outline-level): Improve efficiency. Suggested by David
8513 Kastrup <dak@gnu.org>.
8514
8515 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8516
8517 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8518 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8519 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8520 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8521 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8522
8523 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8524
8525 * cus-start.el (all): Comment change.
8526
8527 2005-02-14 Lute Kamstra <lute@gnu.org>
8528
8529 * cus-start.el (all): Check if symbol is void.
8530
8531 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8532
8533 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8534 optional argument to \cite.
8535
8536 2005-02-14 Richard M. Stallman <rms@gnu.org>
8537
8538 * cus-edit.el (custom-buffer-create-internal): Update help message.
8539 (custom-magic-alist): Update help messages.
8540
8541 * cus-start.el (all): Allow a var to specify a standard value.
8542
8543 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8544
8545 * custom.el (custom-theme-set-variables): Handle variable aliases.
8546
8547 * frame.el (blink-cursor-timer): Doc fix.
8548 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8549 declare obsolete.
8550 (blink-cursor-mode): Define with defcustom and use correct
8551 standard expression in that defcustom.
8552 * startup.el (command-line): Adapt to above changes in frame.el.
8553
8554 2005-02-11 Lute Kamstra <lute@gnu.org>
8555
8556 * apropos.el (apropos-score-doc): Prevent division by zero.
8557
8558 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8559
8560 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8561 (icalendar--get-event-property-attributes)
8562 (icalendar--get-event-properties)
8563 (icalendar--datetime-to-diary-date): New functions.
8564 (icalendar--split-value): Doc fix.
8565 (icalendar--datetime-to-noneuropean-date)
8566 (icalendar--datetime-to-european-date): New optional argument
8567 SEPARATOR. Return result as a string instead of a list.
8568 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8569 (icalendar--convert-string-for-export): Rename arg S to STRING.
8570 (icalendar-export-region): Doc fix. Change name of error buffer.
8571 Save output buffer.
8572 (icalendar-import-file): Add blank at end of prompt.
8573 (icalendar-import-buffer): Doc fix. Do not switch to error
8574 buffer. Indicate status in return value.
8575 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8576 buffer. Save output buffer. Handle exception from recurrence
8577 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8578 events. Fix problems with weekly all-day events.
8579
8580 2005-02-10 Richard M. Stallman <rms@gnu.org>
8581
8582 * simple.el (eval-expression-print-format):
8583 Avoid warning about edebug-active.
8584
8585 * help.el (help-for-help-internal): Rename from help-for-help.
8586 (help-for-help): Define with defalias.
8587
8588 * font-core.el (font-lock-default-function): Use with-no-warnings.
8589
8590 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8591
8592 * custom.el (defface): Doc fix.
8593
8594 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8595
8596 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8597 width 0" to prevent word wrapping problems.
8598
8599 2005-02-09 Kim F. Storm <storm@cua.dk>
8600
8601 * ido.el (ido-file-extensions-order): New defcustom.
8602 (ido-file-extension-lessp, ido-file-extension-aux)
8603 (ido-file-extension-order): New advanced file ordering.
8604 (ido-file-lessp): New simple file ordering.
8605 (ido-sort-list): Remove.
8606 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8607 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8608
8609 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8610
8611 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8612 that some versions of grep produce.
8613 (grep-mode-font-lock-keywords): Likewise.
8614
8615 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8616
8617 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8618 (gdb-cdir): Delete.
8619 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8620 (gdb-source-info): Treat case when source file is in another
8621 directory properly.
8622 (gdb-get-location): New function.
8623
8624 2005-02-07 Jay Belanger <belanger@truman.edu>
8625
8626 * calc/calc-prog.el (calc-write-parse-table-part)
8627 (calc-fix-token-name): Fix a check for language type.
8628
8629 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8630
8631 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8632
8633 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8634 as directory not writable.
8635
8636 2005-02-07 Kim F. Storm <storm@cua.dk>
8637
8638 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8639 (cua--standard-movement-commands): Remove list.
8640 Instead, set CUA property value to move for movement commands.
8641 (cua-movement-commands): Remove. Users must set CUA prop instead.
8642 (cua--pre-command-handler): Check CUA property.
8643 (cua--init-keymaps): Don't remap undo commands.
8644 (cua-mode): Don't call cua--rectangle-on-off.
8645
8646 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8647 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8648 (cua--rect-undo-set-point): New var.
8649 (cua--rectangle-undo-boundary): Setup undo apply entry.
8650 (cua--rect-undo-handler): New function for rectangle undo.
8651 (cua--rect-start-position, cua--rect-end-position): Add.
8652 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8653 for restored rectangle. Set point if cua--rect-undo-set-point.
8654
8655 2005-02-06 Jay Belanger <belanger@truman.edu>
8656
8657 * calc/calc-lang.el (calc-tex-language): Display more information
8658 in messages.
8659
8660 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8661 in TeX mode.
8662
8663 2005-02-06 Richard M. Stallman <rms@gnu.org>
8664
8665 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8666
8667 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8668
8669 * net/ldap.el (ldap-search-internal): Support attributes with
8670 optional descriptions separated by a semi-colon, as in
8671 "userCertificate;binary".
8672
8673 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8674
8675 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8676 isn't a cons (i.e. the version is 0).
8677
8678 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8679
8680 * help.el (help-for-help): Doc fix.
8681
8682 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8683
8684 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8685 GDB-Windows on the menu-bar as this works better.
8686
8687 2005-02-04 Jay Belanger <belanger@truman.edu>
8688
8689 * calc/calc-embed.el (calc-embedded-update): Don't put in
8690 unnecessary newlines. Adjust the end of formula marker.
8691
8692 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8693 (math-latex-parse-two-args): New function.
8694
8695 2005-02-03 Lute Kamstra <lute@gnu.org>
8696
8697 * help-fns.el (help-with-tutorial): Make sure that users cannot
8698 remove the entire text of the tutorial by means of `undo'.
8699
8700 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8703 in recent changes, where the ispell process was repeatedly
8704 killed & restarted.
8705
8706 * international/mule-cmds.el (set-locale-environment): Set file-name
8707 coding system to utf-8 on Darwin systems.
8708 (set-default-coding-systems): Don't set default-file-name-coding-system
8709 on Darwin systems.
8710
8711 2005-02-03 Richard M. Stallman <rms@gnu.org>
8712
8713 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8714
8715 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8716
8717 * faces.el (list-faces-display): Add optional argument.
8718
8719 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * font-core.el (font-lock-default-function): Handle the rare case where
8722 only font-lock-keywords is set.
8723
8724 2005-02-02 Kenichi Handa <handa@m17n.org>
8725
8726 * international/characters.el: Cancel previous change for
8727 I-WITH-DOT-ABOVE and DOTLESS-i.
8728
8729 * international/latin-5.el: Cancel previous change.
8730
8731 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8732
8733 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8734
8735 2005-02-02 Kenichi Handa <handa@m17n.org>
8736
8737 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8738 DOTLESS-i.
8739
8740 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8741 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8742
8743 * case-table.el (get-upcase-table): New function.
8744 (copy-case-table): Copy upcaes table too if non-nil.
8745 (set-case-syntax-delims): Maintain upcase table too.
8746 (set-case-syntax-pair): Likewise.
8747 (set-upcase-syntax, set-downcase-syntax): New functions.
8748 (set-case-syntax): Maintain upcase table too.
8749
8750 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8751
8752 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8753
8754 * progmodes/gud.el (gud-goto-info): New function.
8755 (gud-tool-bar-map): Use correct icon.
8756
8757 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8758
8759 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8760 When delegating, order args in the funcall correctly.
8761
8762 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8763
8764 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8765
8766 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8767
8768 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8769 buffer not visiting a file.
8770
8771 2005-01-31 Jay Belanger <belanger@truman.edu>
8772
8773 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8774 bound on the line with the formula.
8775
8776 2005-01-31 Kim F. Storm <storm@cua.dk>
8777
8778 * ses.el (ses-create-cell-variable-range)
8779 (ses-destroy-cell-variable-range, ses-reset-header-string)
8780 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8781 (ses-insert-row): Fix format of apply undo entries.
8782
8783 2005-01-31 Jay Belanger <belanger@truman.edu>
8784
8785 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8786 parts.
8787
8788 * calc/calc-embed.el (calc-embedded-open-formula)
8789 (calc-embedded-close-formula): Ignore matrix environments.
8790
8791 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8792 TeX mode.
8793
8794 * calc/calc-lang.el (math-function-table, math-oper-table)
8795 (math-variable-table): Adjust the LaTeX portions.
8796
8797 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8798 (math-latex-ignore-words): New constant.
8799
8800 2005-01-31 Richard M. Stallman <rms@gnu.org>
8801
8802 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8803 (ispell-local-dictionary): Doc fix.
8804 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8805 Don't reinitialize at run time. Don't defcustom.
8806 All uses changed to append ispell-local-dictionary-alist,
8807 or check it first.
8808 (ispell-current-dictionary): New variable for dictionary in use.
8809 (ispell-dictionary): Now used only for global default.
8810 (ispell-start-process): Set ispell-current-dictionary,
8811 not ispell-dictionary.
8812 (ispell-change-dictionary): Use this only for setting
8813 user preferences.
8814 (ispell-internal-change-dictionary): New function
8815 to change the current dictionary in use.
8816 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8817 Use ispell-current-dictionary.
8818 Handle ispell-local-dictionary-overridden.
8819 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8820
8821 2005-01-31 Jay Belanger <belanger@truman.edu>
8822
8823 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8824
8825 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8826 (calc-mode-map): Add calc-latex-language.
8827
8828 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8829 (math-latex-print-frac): New functions.
8830 (math-oper-table, math-function-table, math-variable-table)
8831 (math-complex-format, math-input-filter): Add latex properties.
8832 (calc-set-language): Set math-expr-special-function-mapping.
8833
8834 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8835 (calc-write-parse-table-part): Add LaTeX support.
8836
8837 * calc/calc.el (calc-language): Adjust docstring.
8838 (calc-set-mode-line): Add LaTeX support.
8839 (math-expr-special-function-mapping): New variable.
8840 (math-tex-ignore-words): Add to list.
8841
8842 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8843 Add LaTeX support.
8844 (math-compose-expr): Add support for special functions.
8845
8846 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8847
8848 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8849
8850 * progmodes/gdb-ui.el (gdb-memory-address)
8851 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8852 (gdb-memory-mode-map, gdb-memory-format-keymap)
8853 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8854 (gdb-memory-unit-menu): New variables for a buffer
8855 that lets the user examine program memory.
8856 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8857 (gdb-memory-format-binary, gdb-memory-format-octal)
8858 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8859 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8860 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8861 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8862 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8863 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8864 (gdb-memory-mode, gdb-memory-buffer-name)
8865 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8866 New functions for above buffer.
8867
8868 2005-01-30 Richard M. Stallman <rms@gnu.org>
8869
8870 * cus-edit.el (custom-bury-buffer): Function deleted.
8871 (custom-buffer-done-function): Option deleted.
8872 (custom-buffer-done-kill): New (replacement option.
8873 (Custom-buffer-done): Call quit-window.
8874 (custom-buffer-create-internal): Update for above changes.
8875
8876 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8877
8878 * simple.el (undo-ask-before-discard): New var.
8879 (undo-outer-limit-truncate): Implement it.
8880 (undo-extra-outer-limit): Doc update.
8881
8882 2005-01-29 Richard M. Stallman <rms@gnu.org>
8883
8884 * ses.el (undo-more): Delete defadvice.
8885 (ses-begin-change): Doc fix.
8886
8887 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8888 instead of rebinding C-x u and C-_.
8889
8890 * files.el (normal-backup-enable-predicate): Return nil for files
8891 in /tmp, regardless of temporary-file-directory.
8892
8893 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8894
8895 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8896 (open-rectangle, delete-whitespace-rectangle-line)
8897 (clear-rectangle-line): If FILL, pass t instead of FILL
8898 for move-to-column's 2nd arg.
8899
8900 * simple.el (undo): Fix the test for continuing a series of undos.
8901 (undo-more): Set pending-undo-list to t when we reach end.
8902 (pending-undo-list): Move up defvar.
8903
8904 * wid-edit.el (widget-button-click):
8905 Shorten the range of the track-mouse binding.
8906
8907 * comint.el (comint-insert-input): Undo previous changes;
8908 use last-input-event in interactive spec.
8909
8910 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8911
8912 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8913 to nil before invoking call-process. Reset buffer's modified flag
8914 after fontifying it in the no-async branch.
8915
8916 * wid-edit.el (widget-specify-button): If mouse pointer shape
8917 cannot be changed, use mouse face instead.
8918
8919 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8920
8921 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8922 (gdb-goto-breakpoint): Make breakpoint handling work on template
8923 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8924 (gdb-assembler-custom): Update to recognize breakpoint information
8925 added on 2005-01-19.
8926
8927 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8930 (dsssl-mode): Use define-derived-mode.
8931 (scheme-mode-initialize): Remove.
8932 (scheme-mode): Use run-mode-hooks.
8933
8934 * cus-edit.el (customize-group-other-window)
8935 (custom-buffer-create-other-window): Don't override special-display-*.
8936 (custom-mode-map): Make it dense.
8937
8938 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8939 sets the default value.
8940
8941 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8942
8943 * descr-text.el: Add more keywords.
8944
8945 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8946
8947 * speedbar.el: Avoid unnecessary use of locate-library.
8948
8949 * international/mule-cmds.el (standard-display-european-internal):
8950 Don't fiddle with latin-1 non-break space any more since it's now
8951 special cased in the C code.
8952 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8953
8954 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * cus-start.el (all): Add `undo-outer-limit'.
8957
8958 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8959
8960 * textmodes/bibtex.el (bibtex-format-entry):
8961 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8962 field lines.
8963 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8964 not on part of a buffer.
8965
8966 2005-01-25 Lute Kamstra <lute@gnu.org>
8967
8968 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8969 nonempty field text strings like "{letters\\macro{}more letters}".
8970 Clarify docstring.
8971 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8972 (bibtex-entry-offset, bibtex-parse-association)
8973 (bibtex-parse-field-name): Fix typos in docstrings.
8974 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8975
8976 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8977
8978 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8979 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8980 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8981 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8982
8983 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8984 isearch minor mode.
8985
8986 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8987
8988 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8989
8990 2005-01-24 Lute Kamstra <lute@gnu.org>
8991
8992 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8993 CASECHARS and NOT-CASECHARS regular expressions of the
8994 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8995 striding over charsets" error.
8996
8997 2005-01-24 Jay Belanger <belanger@truman.edu>
8998
8999 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9000 display variable name.
9001
9002 2005-01-24 Kenichi Handa <handa@m17n.org>
9003
9004 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9005 Fix setting of the element of encoded-kbd-iso2022-invocations.
9006
9007 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
9008
9009 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9010 (gdb-threads-select): Change to also accept mouse events.
9011 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9012 (gdb-threads-mouse-select): Delete.
9013
9014 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9015
9016 * files.el (insert-directory): Take care of empty directory,
9017 listed without -a switch.
9018
9019 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * textmodes/refill.el (refill-post-command-function):
9022 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9023 to the list of functions that we should be careful not to undo.
9024 (refill-late-fill-paragraph-function): Remove.
9025 (refill-saved-state): New var.
9026 (refill-mode): Use it to save fill-paragraph-function.
9027 Save also the value of auto-fill-function.
9028
9029 * term/w32-win.el: Simplify code.
9030
9031 2005-01-23 Kim F. Storm <storm@cua.dk>
9032
9033 * simple.el (line-move): Adapt to new return value from
9034 pos-visible-in-window-p.
9035
9036 * simple.el (line-move): Fix last change. Check partial
9037 visibility at point rather than at window-start.
9038
9039 2005-01-22 Jason Rumney <jasonr@gnu.org>
9040
9041 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9042
9043 2005-01-22 David Kastrup <dak@gnu.org>
9044
9045 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9046
9047 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9048
9049 * type-break.el (type-break-mode): Add a test for
9050 type-break-file-name being non-nil.
9051
9052 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9053
9054 * net/eudc.el (top level): Call (message "") via progn, so that
9055 eudc-options-file is loaded.
9056
9057 2005-01-22 Kim F. Storm <storm@cua.dk>
9058
9059 * simple.el (line-move-1): Rename from line-move.
9060 (line-move): New function that adjusts vscroll for partially
9061 visible rows, and calls line-move-1 otherwise.
9062
9063 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9064
9065 * pcomplete.el: define pcomplete-read-event instead of read-event,
9066 since it's not a complete read-event implementation
9067
9068 2005-01-20 Jay Belanger <belanger@truman.edu>
9069
9070 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9071 for called function.
9072
9073 2005-01-20 Steven Tamm <steventamm@mac.com>
9074
9075 * term/mac-win.el (process-connection-type): Remove.
9076 Controlled now by s/darwin.h:PTY_ITERATION.
9077
9078 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * window.el (handle-select-window): Don't switch window when we're
9081 in the minibuffer.
9082
9083 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9084
9085 * subr.el (dotimes-with-progress-reporter): New macro.
9086
9087 * ses.el (ses-dotimes-msg): Remove macro.
9088 Use `dotimes-with-progress-reporter' instead.
9089
9090 2005-01-19 Steven Tamm <steventamm@mac.com>
9091
9092 * term/mac-win.el (process-connection-type): Use new
9093 operating-system-release variable to use ptys on Darwin 7 (OS X
9094 10.3) when using carbon build.
9095
9096 2005-01-19 Jay Belanger <belanger@truman.edu>
9097
9098 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9099 flags if the last command was a tab or M-tab.
9100
9101 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9102 in formula editing buffer.
9103
9104 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9105
9106 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9107 breakpoint image symbol in margin.
9108
9109 2005-01-19 Jay Belanger <belanger@truman.edu>
9110
9111 * calc/calc-prog.el (calc-execute-kbd-macro):
9112 Ignore calc-keep-arg-flag.
9113
9114 2005-01-19 Kenichi Handa <handa@m17n.org>
9115
9116 * textmodes/ispell.el (ispell-looking-at): New function.
9117 (ispell-process-line): Use ispell-looking-at to compare the ispell
9118 output and the buffer contents.
9119
9120 2005-01-18 Jay Belanger <belanger@truman.edu>
9121
9122 * calc/calc.el (calc-display-raw): Fix docstring.
9123
9124 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 * simple.el (blink-matching-open): Strip extra info from syntax.
9127
9128 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9129 funny chars in the end-of-here-doc marker.
9130
9131 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9132
9133 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9134 that enable/disabled state of breakpoints is shown correctly in
9135 fringe and on ttys.
9136 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9137 Add breakpoint information as text properties.
9138 (gdb-mouse-toggle-breakpoint):
9139 Rename to gdb-mouse-set-clear-breakpoint.
9140 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
9141 breakpoints in the margin.
9142 (gdb-remove-strings): Simplify.
9143
9144 2005-01-17 Jay Belanger <belanger@truman.edu>
9145
9146 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9147 erasing buffer.
9148
9149 2005-01-17 Richard M. Stallman <rms@gnu.org>
9150
9151 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9152 for calling grep-compute-defaults.
9153
9154 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9155 if buffer is empty.
9156
9157 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9158
9159 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9162
9163 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9164 non-preloaded variables.
9165
9166 2005-01-17 Steven Tamm <steventamm@mac.com>
9167
9168 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9169 tex-shell cause to force interactivity when using pipes.
9170
9171 2005-01-17 Kim F. Storm <storm@cua.dk>
9172
9173 * simple.el (just-one-space): Make arg optional.
9174
9175 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9176
9177 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9178 posn-at-x-y to t to access left-margin.
9179
9180 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9181
9182 Sync with Tramp 2.0.47.
9183
9184 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9185 catching keep-date problems in cp/scp operations.
9186 (tramp-handle-copy-file): Don't call `set-file-modes'
9187 unconditionally. Specialized functions should know better what is
9188 necessary. This improves performance a little bit, and the
9189 functions could catch errors with `cp -p' and `scp -p'.
9190 (tramp-do-copy-or-rename-file-via-buffer)
9191 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9192 when appropriate.
9193 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9194 Call `set-file-modes' when appropriate.
9195 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9196 Johnsson <isak@hypergene.com>
9197 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9198 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9199 <joakim@verona.se>
9200 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9201 Emacs only.
9202
9203 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9204 `find-file-hooks' and `dired-mode-hook'.
9205 (tramp-minor-mode-map): Respective map. Add remapping for
9206 `compile' and `recompile'.
9207 (tramp-remap-command, tramp-recompile): New defuns.
9208 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9209 in buffer "*Compilation*". Call the commands asynchronously.
9210
9211 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9212 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9213 `shell-command', because it isn't magic in XEmacs. Reported by
9214 Adrian Aichner <adrian@xemacs.org>.
9215
9216 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9217 `substitute-in-file-name.
9218 (tramp-smb-handle-substitute-in-file-name): New defun.
9219 (tramp-smb-advice-PC-do-completion): Delete advice.
9220
9221 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9222
9223 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9224 Fix error in deleting region.
9225
9226 2005-01-15 Richard M. Stallman <rms@gnu.org>
9227
9228 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9229 In non-temp buffer, switch syntax table temporarily.
9230
9231 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9232
9233 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9234
9235 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9236
9237 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9238 (imenu--generic-function): Use START, not BEG, as pos of definition.
9239
9240 * simple.el (just-one-space): Argument specifies number of spaces.
9241
9242 * simple.el (eval-expression-print-format): Avoid warning
9243 about edebug-active.
9244
9245 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9246
9247 * progmodes/sh-script.el: Code copied from make-mode.el
9248 with small changes,
9249 (sh-mode-map): Bind C-c C-\.
9250 (sh-backslash-column, sh-backslash-align): New variables.
9251 (sh-backslash-region, sh-append-backslash): New functions.
9252
9253 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9254
9255 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9256 (rmail-pop-password, rmail-pop-password-required): Move to
9257 rmail-obsolete group.
9258 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9259 All callers updated.
9260 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9261 Take an argument specifying whether it is POP or IMAP mailbox we
9262 are using. All callers updated.
9263 (rmail-pop-password-error): Rename to
9264 rmail-remote-password-error. Added mailutils-specific error message.
9265 (rmail-movemail-search-path)
9266 (rmail-movemail-variant-in-use): New variables.
9267 (rmail-remote-password, rmail-remote-password-required):
9268 New customization variables.
9269 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9270 (rmail-parse-url): New function.
9271 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9272 with GNU mailutils movemail.
9273
9274 2005-01-15 Kevin Ryde <user42@zip.com.au>
9275
9276 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9277 suffix to space, $ or '$, to correctly position point when going
9278 to @table style constants like DBL_MAX.
9279
9280 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9281
9282 * type-break.el (type-break-mode, type-break-file-time)
9283 (type-break-file-keystroke-count, type-break-choose-file):
9284 Don't store data in or load data from the file if type-break-file-name
9285 is nil.
9286 (type-break-file-name): Doc update as per the above.
9287
9288 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9289
9290 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9291 lookup-key might return nil; handle that.
9292
9293 2005-01-15 Alan Mackenzie <acm@muc.de>
9294
9295 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9296 rather than the element found, thus enabling the tree to be setcar'd.
9297
9298 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9299
9300 * textmodes/org.el (org-show-following-heading): New option.
9301 (org-show-hierarchy-above): Use `org-show-following-heading'.
9302 (org-cycle): Documentation fix.
9303
9304 * textmodes/org.el (orgtbl-optimized): New option
9305 (orgtbl-mode): New command, a minor mode.
9306 (orgtbl-mode-map): New variable.
9307 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9308 (orgtbl-error, orgtbl-self-insert-command)
9309 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9310
9311 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9312 a local variable in each org-mode buffer.
9313
9314 * textmodes/org.el (org-set-regexps-and-options): Rename from
9315 `org-set-regexps'. Added checking for STARTUP keyword.
9316 (org-get-current-options): Add STARTUP options.
9317 (org-table-insert-row): Make mode intelligent about when
9318 realignment is needed.
9319 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9320 New commands.
9321 (org-enable-table-editor): New default value `optimized'.
9322 (org-table-blank-field): Support blanking regions if active.
9323
9324 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9325
9326 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9327 if the year is not given.
9328
9329 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9330 Add new escapes %m and %M, fixed bug with %F by adding
9331 save-match-data.
9332 (reftex-reference): Remove ?. from list of spaces.
9333 (reftex-label-info): Add automatic label prefix recognition.
9334
9335 * textmodes/reftex-index.el (reftex-index-next-phrase):
9336 Add slave parameter to call of `reftex-index-this-phrase'.
9337 (reftex-index-this-phrase): New optional argument.
9338 (reftex-index-region-phrases): Add slave parameter to call of
9339 `reftex-index-this-phrase'.
9340 (reftex-display-index): New argument redo.
9341 (reftex-index-rescan): Add 'redo to arguments of
9342 `reftex-display-index'.
9343 (reftex-index-Rescan, reftex-index-revert)
9344 (reftex-index-switch-index-tag): Add 'redo to arguments of
9345 `reftex-display-index'.
9346 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9347 indexing. Fix bug with matching is there is a quote before or
9348 after the word.
9349
9350 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9351 Fix bug when collecting citation keys in lines with comments.
9352 (reftex-citation): Prefix argument no longer rescans the document,
9353 but forces prompting for optional arguments of cite macros.
9354 (reftex-do-citation): Prompting for optional arguments implemented.
9355
9356 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9357 Add optional arguments to most cite commands.
9358 (reftex-cite-cleanup-optional-args): New option
9359 (reftex-cite-prompt-optional-args): New option.
9360 (reftex-trust-label-prefix): New option.
9361
9362 * textmodes/reftex-toc.el (reftex-toc-find-section):
9363 Add push-mark before changing the position in the buffer.
9364
9365 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9366 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9367
9368 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9369
9370 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9371 more carefully.
9372
9373 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9376 (sgml-mode): Use it.
9377 (sgml-get-context): Better keep track of implicitly closed tags.
9378
9379 2005-01-13 Kenichi Handa <handa@m17n.org>
9380
9381 * textmodes/ispell.el: These changes are to fix misalignment error
9382 caused by equivalent characters of different Emacs charsets.
9383 (ispell-unified-chars-table): New variable.
9384 (ispell-get-decoded-string): New function.
9385 (ispell-get-casechars, ispell-get-not-casechars)
9386 (ispell-get-otherchars): Call ispell-get-decoded-string.
9387
9388 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9389
9390 * custom.el (custom-declare-variable): Just put symbol instead
9391 of (defvar . symbol) in `current-load-list'.
9392
9393 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9394
9395 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9396
9397 2005-01-12 Jay Belanger <belanger@truman.edu>
9398
9399 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9400 to create a Calc summary.
9401
9402 2005-01-12 Kim F. Storm <storm@cua.dk>
9403
9404 * mouse.el (mouse-on-link-p): Change functionality and doc
9405 string to comply with latest description in lisp ref.
9406
9407 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9408
9409 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9410 Enable mouse clicks on mode-line, header-line and margin.
9411 (event-type): Give mouse event symbols an 'event-kind property
9412 with value 'mouse-click.
9413
9414 2005-01-12 Juri Linkov <juri@jurta.org>
9415
9416 * facemenu.el (list-colors-display): Add new arg buffer-name.
9417 Use it. Fix docstring. Replace code for identifying duplicate
9418 colors by the name with call to `list-colors-duplicates' which
9419 identifies duplicate colors by the value unless the color
9420 is one of special Windows colors. Set truncate-lines to t.
9421 Print sorted duplicate color names on each line. Indent to 22
9422 \(the longest color name in rgb.txt) instead of 20. Optimize.
9423 (list-colors-duplicates): New function.
9424 (facemenu-color-name-equal): Delete function.
9425
9426 * facemenu.el (list-colors-print): New function created from code
9427 in list-colors-display. Print #RRGGBB at the window right edge.
9428 (list-colors-display): When temp-buffer-show-function is not
9429 defined, call list-colors-print from temp-buffer-show-hook
9430 to get the right value of window-width in list-colors-print
9431 after the buffer is displayed.
9432
9433 * simple.el (pop-mark): Move deactivate-mark out of conditional
9434 part to deactivate the active mark regardless of the state of the
9435 mark ring.
9436
9437 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9438 variables line in desktop files.
9439
9440 2005-01-12 Juri Linkov <juri@jurta.org>
9441
9442 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9443 Bring together isearch highlight related options.
9444 (lazy-highlight): Replace group `replace' by `matching'.
9445 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9446 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9447 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9448 and declare them obsolete.
9449 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9450 (isearch-faces): Remove defgroup.
9451 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9452 Move isearch highlighting code closer to lazy highlighting code.
9453
9454 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9455 (query-replace-highlight, query-replace-lazy-highlight)
9456 (query-replace): Move definitions to the beginning of the file.
9457
9458 2005-01-11 Juri Linkov <juri@jurta.org>
9459
9460 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9461 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9462 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9463
9464 * info.el (Info-history-forward): New variable.
9465 (Info-select-node): Reset Info-history-forward to nil.
9466 (Info-last): Turn into defalias.
9467 (Info-history-back): Rename from Info-last.
9468 Add current node to Info-history-forward.
9469 (Info-history-forward): New fun.
9470 (Info-mode-map): Replace Info-last by Info-history-back.
9471 Bind Info-history-forward to "r".
9472 (Info-mode-menu): Replace Info-last by Info-history-back.
9473 Fix menu item text. Add menu item for Info-history-forward.
9474 (info-tool-bar-map): Replace Info-last by Info-history-back.
9475 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9476 for Info-history-forward.
9477 (Info-mode): Replace Info-last by Info-history-back in docstring.
9478 Add local variable Info-history-forward.
9479 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9480
9481 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9484 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9485 Ignore select-window events rather than fiddle with
9486 mouse-autoselect-window.
9487
9488 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9489
9490 * type-break.el (type-break-mode): Fix previous change.
9491
9492 2005-01-10 Jay Belanger <belanger@truman.edu>
9493
9494 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9495 calculator; only reset when point is inside a calculator.
9496 Don't adjust the window height if the window takes up the whole height
9497 of the frame.
9498
9499 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9500
9501 * ebuff-menu.el (Electric-buffer-menu-mode):
9502 Preserve value of buffer-local var header-line-format.
9503
9504 2005-01-09 Jay Belanger <belanger@truman.edu>
9505
9506 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9507 Make sure settings file exists before accessing it.
9508
9509 * calc/calc-embed.el (calc-embedded-subst):
9510 Replace math-multi-subst-rec, which is only supposed to be called
9511 by math-multi-subst, by math-multi-subst.
9512
9513 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9514
9515 * vc.el (vc-allow-async-revert): New user option.
9516 (vc-disable-async-diff): New internal variable.
9517 (vc-revert-buffer): Use them to disable asynchronous diff.
9518
9519 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9520 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9521 asynchronously if vc-disable-async-diff is t.
9522
9523 2005-01-09 Jay Belanger <belanger@truman.edu>
9524
9525 * calc/calc.el (defcalcmodevar): New macro.
9526 (calc-mode-var-list-restore-default-values)
9527 (calc-mode-var-list-restore-saved-values): New functions.
9528 (calc-mode-var-list): Use defcalcmodevar to define it.
9529 (calc-always-load-extensions, calc-line-numbering)
9530 (calc-line-breaking, calc-display-just, calc-display-origin)
9531 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9532 (calc-group-char, calc-point-char, calc-frac-format)
9533 (calc-prefer-frac, calc-hms-format, calc-date-format)
9534 (calc-float-format, calc-full-float-format, calc-complex-format)
9535 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9536 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9537 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9538 (calc-matrix-brackets, calc-language, calc-language-option)
9539 (calc-left-label, calc-right-label, calc-word-size)
9540 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9541 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9542 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9543 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9544 (calc-window-height, calc-display-trail, calc-show-selections)
9545 (calc-use-selections, calc-assoc-selections)
9546 (calc-display-working-message, calc-auto-why, calc-timing)
9547 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9548 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9549 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9550 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9551 (calc-gnuplot-geometry, calc-graph-default-resolution)
9552 (calc-graph-default-resolution-3d, calc-invocation-macro)
9553 (calc-show-banner): Use defcalcmodevar to declare them and set
9554 their default values.
9555
9556 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9557 instead of default values (but restore default values if there is
9558 an argument of 0).
9559
9560 2005-01-09 David Kastrup <dak@gnu.org>
9561
9562 * desktop.el (desktop-restore-eager): Fix typo in type.
9563
9564 2005-01-08 Richard M. Stallman <rms@gnu.org>
9565
9566 * cus-edit.el (customize): Delete :link.
9567
9568 2005-01-08 Jay Belanger <belanger@truman.edu>
9569
9570 * calc/calc.el (calc-mode): Remove the extension from the
9571 `calc-settings-file' file name when loading it.
9572
9573 2005-01-08 Kim F. Storm <storm@cua.dk>
9574
9575 * info.el (Info-mode-map, Info-next-link-keymap)
9576 (Info-prev-link-keymap, Info-up-link-keymap):
9577 Map follow-link to mouse-face.
9578 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9579
9580 2005-01-08 Jay Belanger <belanger@truman.edu>
9581
9582 * calc/calc.el (calc-settings-file): Change default value.
9583 Suggested by cgw in a comment in calc-mode.el.
9584
9585 * calc/calc-mode.el (calc-settings-file-name):
9586 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9587 Replace ~/.emacs in a prompt by calc-settings-file.
9588
9589 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9590
9591 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9592 (desktop-lazy-idle-delay): New customizable variables.
9593 (desktop-buffer-args-list): New variable.
9594 (desktop-append-buffer-args): New function.
9595 (desktop-save): Call desktop-append-buffer-args for some buffers.
9596 (desktop-lazy-create-buffer): New function.
9597 (desktop-idle-create-buffers): New function.
9598 (desktop-read): Add message about buffers to restore lazily.
9599 (desktop-lazy-abort): New command.
9600 (desktop-clear): Call desktop-lazy-abort.
9601 (desktop-lazy-complete): New command.
9602
9603 2005-01-06 Richard M. Stallman <rms@gnu.org>
9604
9605 * emacs-lisp/find-func.el (find-face-definition):
9606 Rename from find-face.
9607
9608 2005-01-06 Kim F. Storm <storm@cua.dk>
9609
9610 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9611
9612 * man.el (Man-xref-man-page, Man-xref-header-file)
9613 (Man-xref-normal-file): Add follow-link property.
9614
9615 2005-01-06 Jay Belanger <belanger@truman.edu>
9616
9617 * calc/calc-units.el: Make sure the proper macro definitions are
9618 available when compiling.
9619
9620 2005-01-06 Juri Linkov <juri@jurta.org>
9621
9622 * isearch.el (isearch-lazy-highlight-update):
9623 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9624
9625 2005-01-06 Miles Bader <miles@gnu.org>
9626
9627 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9628 (isearch-lazy-highlight-face): Use new name.
9629
9630 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * uniquify.el (uniquify-rationalize-file-buffer-names):
9633 Re-add an interactive spec.
9634 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9635 to the same name.
9636
9637 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9638 (isearch-update, isearch-done): Adjust calls accordingly.
9639
9640 2005-01-05 Richard M. Stallman <rms@gnu.org>
9641
9642 * custom.el (custom-set-variables, custom-theme-set-variables):
9643 Clarify documentation.
9644
9645 * emacs-lisp/find-func.el (find-variable)
9646 (find-variable-other-window, find-variable-other-frame):
9647 Fix the TYPE args to find-function-read and find-function-do-it.
9648 (find-function): Doc fix.
9649 (find-function-at-point): Replace function-at-point alias.
9650
9651 2005-01-04 Richard M. Stallman <rms@gnu.org>
9652
9653 * cus-face.el (custom-declare-face):
9654 Record defface in current-load-list.
9655
9656 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9657
9658 * emacs-lisp/find-func.el: Doc fixes.
9659 (find-face-regexp): New variable.
9660 (find-function-regexp-alist): New variable.
9661 (find-function-C-source): Third arg is now TYPE.
9662 (find-function-search-for-symbol): Handle general TYPE.
9663 (find-function-read, find-function-do-it): Handle general TYPE.
9664 (find-definition-noselect, find-face): New functions.
9665 (function-at-point): Alias deleted.
9666
9667 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * battery.el (display-battery-mode): Rename from display-battery.
9670 Handle the case where it gets turned off.
9671
9672 2005-01-04 Richard M. Stallman <rms@gnu.org>
9673
9674 * cus-edit.el (customize): Make :link point to user doc.
9675
9676 * man.el (Man-fontify-manpage): Turn off undo generation.
9677
9678 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9679
9680 2005-01-04 Andreas Schwab <schwab@suse.de>
9681
9682 * files.el (insert-directory): Only look for error lines in
9683 inserted text. Don't move too far after processing --dired markers.
9684
9685 2005-01-04 Richard M. Stallman <rms@gnu.org>
9686
9687 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9688 Don't expand if the character is @, period, dash, etc.
9689 (define-mail-abbrev): Quote names that contain problem characters.
9690
9691 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9692
9693 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9694
9695 2005-01-03 Richard M. Stallman <rms@gnu.org>
9696
9697 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9698 (query-replace-highlight, query-replace-lazy-highlight)
9699 (query-replace): Definitions moved up. Doc fix.
9700
9701 2005-01-03 Richard M. Stallman <rms@gnu.org>
9702
9703 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9704 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9705 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9706 (lazy-highlight-face): Rename from isearch-lazy-...
9707 Change all references to them.
9708
9709 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9710
9711 * cus-edit.el (custom-file): Doc fix for defcustom.
9712 (custom-file): The function no longer sets the variable
9713 `custom-file' to its return value.
9714
9715 * startup.el (command-line): No longer load `custom-file'.
9716
9717 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9720
9721 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9722 Don't confuse module-prefixed identifiers for labels.
9723 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9724
9725 2005-01-02 Richard M. Stallman <rms@gnu.org>
9726
9727 * files.el (basic-save-buffer-1): Fix previous change.
9728
9729 * loadhist.el (file-loadhist-lookup): New function.
9730 (file-provides, file-requires): Use it.
9731
9732 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9733 instead of calculating the right size.
9734
9735 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9736
9737 * vc-svn.el (vc-svn-diff): Stay local if possible.
9738
9739 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9740
9741 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9742
9743 * files.el (hack-local-variables): Fix last change.
9744
9745 2005-01-02 Jay Belanger <belanger@truman.edu>
9746
9747 * calc/calc-yank.el (calc-edit-top): New variable.
9748 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9749 object. Change header properties.
9750 (calc-edit-finish, calc-edit-finish-stack-object)
9751 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9752 edited object.
9753 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9754 for the beginning of the edited object.
9755 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9756 for the beginning of the edited object.
9757 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9758 (calc-finish-formula-edit, calc-macro-repeats)
9759 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9760 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9761 beginning of the edited object.
9762 (calc-user-define-edit): Change the header for editing macros.
9763 Remove unnecessary variable.
9764
9765 2005-01-01 Jay Belanger <belanger@truman.edu>
9766
9767 * calc/calc-yank.el (calc-edit-mode): Change default header.
9768 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9769 * calc/calc-store.el (calc-edit-variable): Change title to match new
9770 header.
9771 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9772 mode to match new header.
9773 (calc-user-define-edit): Change titles to include names of commands.
9774 (calc-finish-formula-edit): Adjust to handle new header.
9775 (calc-finish-macro-edit): Remove.
9776 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9777 (calc-edit-macro-command, calc-edit-macro-command-type)
9778 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9779 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9780 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9781 (calc-edit-macro-finish-edit): New functions.
9782 (calc-user-define-edit): Use new functions to edit named calc macros.
9783
9784 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9785
9786 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9787
9788 * ses.el (copy-region-as-kill): Deactivate mark.
9789
9790 2005-01-01 Richard M. Stallman <rms@gnu.org>
9791
9792 * replace.el (occur-1): If the output buffer is also an input,
9793 don't kill it, rename it.
9794
9795 * faces.el (set-face-background, set-face-foreground): Doc fix.
9796
9797 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9798 for :foreground and :background.
9799
9800 * dired.el (dired-view-command-alist): Variable deleted.
9801 (dired-view-file, dired-mouse-find-file-other-window):
9802 Delete the code to use it.
9803
9804 2005-01-01 Kim F. Storm <storm@cua.dk>
9805
9806 * image.el (insert-sliced-image): Use t for line-height property.
9807
9808 2004-12-31 Jay Belanger <belanger@truman.edu>
9809
9810 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9811 for "var-" at the beginning of the minibuffer.
9812
9813 2004-12-31 Richard M. Stallman <rms@gnu.org>
9814
9815 * faces.el (read-face-name):
9816 Don't treat an attribute spec as a list of faces.
9817
9818 * simple.el (undo): Use undo-equiv-table to detect
9819 unexpected changes since previous undo.
9820 (undo-list-saved): Variable deleted.
9821 (buffer-disable-undo): Don't alter undo-list-saved.
9822
9823 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9824 (mode-require-final-newline): New option.
9825 (after-find-file): Handle require-final-newline with new values.
9826 (basic-save-buffer): Handle new values of require-final-newline.
9827
9828 * progmodes/sh-script.el (sh-require-final-newline):
9829 Alist value now controls whether to use mode-require-final-newline.
9830 (sh-set-shell): Implement that new meaning.
9831
9832 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9833 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9834 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9835 Delete old-Emacs compatibility code.
9836 (antlr-c-common-init): Function deleted.
9837
9838 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9839 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9840 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9841 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9842 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9843 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9844 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9845 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9846 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9847 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9848 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9849 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9850 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9851 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9852 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9853 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9854
9855 2004-12-31 Jay Belanger <belanger@truman.edu>
9856
9857 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9858 way to return to Calc.
9859
9860 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9861 finish, C-xk as the way to cancel the edit. Add cancel routine to
9862 kill-buffer-hook.
9863
9864 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9865 MacEdit code.
9866
9867 * calc/calc-prog.el: Remove obsolete MacEdit code.
9868 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9869 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9870
9871 2004-12-31 Kenichi Handa <handa@m17n.org>
9872
9873 * international/mule.el (buffer-file-coding-system-explicit):
9874 Rename for explicit-buffer-file-coding-system.
9875 (after-insert-file-set-coding): Adjust for the above change.
9876
9877 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9878 to buffer-file-coding-system-explicit.
9879 (basic-save-buffer-1): Likewise.
9880
9881 2004-12-30 Richard M. Stallman <rms@gnu.org>
9882
9883 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9884 (artist-butlast, artist-last): Functions deleted.
9885 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9886 (artist-compute-key-compl-table): Call remq directly.
9887 (artist-remove-nulls): Function deleted.
9888 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9889 (artist-push, artist-pop): Macro deleted.
9890
9891 2004-12-30 Andreas Leue <al@sphenon.de>
9892
9893 * textmodes/artist.el (artist-version): 1.2.6
9894 (artist-prev-next-op-alist): New variable.
9895 (artist-select-next-op-in-list): New function.
9896 (artist-select-prev-op-in-list): New function.
9897 (artist-make-prev-next-op-alist): New function.
9898 (artist-is-in-op-list-p): New function.
9899 (artist-get-first-non-nil-op): New function.
9900 (artist-get-last-non-nil-op): New function.
9901 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9902 artist-prev-next-op-alist.
9903 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9904 change drawing operation.
9905
9906 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9907
9908 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9909
9910 2004-12-31 Masatake YAMATO <jet@gyve.org>
9911
9912 * server.el (server-process-filter): Suppress `error', too.
9913
9914 2004-12-30 Jay Belanger <belanger@truman.edu>
9915
9916 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9917 Change the way a variable is displayed in a message.
9918
9919 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9920 (calc-user-define-permanent, calc-execute-kbd-macro):
9921 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9922
9923 2004-12-30 Kenichi Handa <handa@m17n.org>
9924
9925 * files.el (basic-save-buffer-1):
9926 Set explicit-buffer-file-coding-system to last-coding-system-used.
9927 (revert-buffer): Pay attention to
9928 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9929 on bind coding-system-for-read.
9930
9931 * international/mule.el (explicit-buffer-file-coding-system):
9932 New buffer local variable.
9933 (after-insert-file-set-coding): Set it to coding-system-for-read.
9934
9935 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9936
9937 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9938
9939 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9940
9941 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9942 that include line numbers.
9943
9944 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9945
9946 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9947 Redundant variable PREFIXLEN removed.
9948
9949 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9950
9951 * eshell/em-hist.el (eshell-previous-matching-input):
9952 Start the deletion from the end of the output.
9953
9954 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9955
9956 * term/mac-win.el: Require x-dnd.
9957 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9958
9959 2004-12-29 David Kastrup <dak@gnu.org>
9960
9961 * international/mule.el (decode-coding-inserted-region):
9962 Don't barf if `buffer-undo-list' is already set to `t'.
9963
9964 2004-12-29 Jay Belanger <belanger@truman.edu>
9965
9966 * calc/calc-prog.el (calc-user-define-formula): Put default values
9967 for function names in prompts.
9968 (calc-user-define-permanent, calc-user-define-composition)
9969 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9970 default input for algebraic functions.
9971
9972 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9973
9974 * vc-rcs.el (vc-rcs-annotate-command):
9975 Fix omission bug: Call `vc-setup-buffer'.
9976
9977 2004-12-29 Kenichi Handa <handa@m17n.org>
9978
9979 * international/mule.el (recode-region): New function.
9980
9981 2004-12-28 Richard M. Stallman <rms@gnu.org>
9982
9983 * simple.el (undo-extra-outer-limit): New variable.
9984 (undo-outer-limit-truncate): Test and set it.
9985
9986 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9987 enables the feature to extend the existing region.
9988
9989 * simple.el (mark-word): New arg ALLOW-EXTEND
9990 enables the feature to extend the existing region.
9991
9992 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9993 enables the feature to extend the existing region.
9994
9995 * startup.el (site-run-file): Don't allow setting it with Custom.
9996
9997 * simple.el (buffer-disable-undo): Fix previous change.
9998
9999 2004-12-27 Masatake YAMATO <jet@gyve.org>
10000
10001 * hexl.el (hexlify-buffer): Remove fontification here.
10002 Use font lock mechanism instead.
10003 (hexl-font-lock-keywords): New font lock kewords.
10004 (hexl-mode-old-font-lock-keywords): New variable.
10005 (hexl-mode): Store the old font lock keywords.
10006 (hexl-mode-exit): Restore the old font lock keywords.
10007
10008 2004-12-27 Richard M. Stallman <rms@gnu.org>
10009
10010 * simple.el (undo): Fix previous change.
10011
10012 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10013
10014 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
10015 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10016 Call x-open-connection on Mac OS X.
10017
10018 2004-12-27 Richard M. Stallman <rms@gnu.org>
10019
10020 * files.el (buffer-save-without-query): New var (buffer-local).
10021 (save-some-buffers): Save those buffers first, w/o asking.
10022
10023 * files.el (insert-directory-ls-version): New variable.
10024 (insert-directory): When ls returns an error, test the version
10025 number to decide what the return code means.
10026 With --dired output format, detect and distinguish lines
10027 that are really error messages.
10028 (insert-directory-adj-pos): New function.
10029
10030 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10031
10032 * battery.el (battery-mode-line-format): Remove initial spaces.
10033
10034 * uniquify.el (uniquify-rationalize-file-buffer-names):
10035 Delete interactive spec.
10036
10037 * type-break.el (type-break-mode): Set buffer-save-without-query.
10038 Remove code that tried to set save-some-buffers-always.
10039 (type-break-file-keystroke-count): Bind deactivate-mark.
10040
10041 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10042
10043 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10044 Test that the buffer is live, and maybe reject current buffer too.
10045 Clarify.
10046 (next-error-find-buffer): Rewrite for clarity.
10047
10048 * loadup.el: Don't use buffer-disable-undo; do it directly.
10049
10050 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10051 (describe-variable): Call symbol-file with `defvar'.
10052
10053 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10054 (symbol-file): Rewritten to handle new load-history format.
10055 Now takes an arg TYPE to specify looking for a particular
10056 type of definition only.
10057
10058 * emacs-lisp/debug.el (debugger-make-xrefs):
10059 Call symbol-file with `defun'.
10060
10061 * emacs-lisp/find-func.el (find-function-noselect):
10062 Call symbol-file with `defun'.
10063 (find-variable-noselect): Call symbol-file with `defvar'.
10064
10065 * eshell/esh-cmd.el (eshell-find-alias-function):
10066 Call symbol-file with `defun'.
10067
10068 * eshell/esh-test.el (eshell-test-goto-func):
10069 Call symbol-file with `defun'.
10070
10071 * mail/rmail.el (rmail-resend):
10072 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10073
10074 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10075
10076 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10077
10078 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10079 Call buffer-disable-undo.
10080
10081 * simple.el (undo-list-saved): New variable (buffer-local).
10082 (undo): Set and test it.
10083 (buffer-disable-undo): Move here from buffer.c.
10084 Clear out undo-list-saved.
10085
10086 * international/mule.el (decode-coding-inserted-region):
10087 Set buffer-undo-list in a correct and optimal way.
10088
10089 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10090 (cperl-font-lock-unfontify-region-function): No need to save and
10091 restore info, since font-lock.el does it for us.
10092
10093 * ansi-color.el (save-buffer-state): Definition deleted.
10094 (ansi-color-unfontify-region): Don't use save-buffer-state.
10095
10096 2004-12-27 Dave Love <fx@gnu.org>
10097
10098 * wid-edit.el (function): Use restricted-sexp as parent.
10099
10100 2004-12-27 Kevin Ryde <user42@zip.com.au>
10101
10102 * simple.el (next-matching-history-element): Use same
10103 `interactive' form as previous-matching-history-element.
10104
10105 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10106 it can appear unencoded and has been seen from yahoo.
10107
10108 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10109
10110 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10111 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
10112
10113 2004-12-27 Kenichi Handa <handa@m17n.org>
10114
10115 * international/utf-8.el (utf-translate-cjk-load-tables):
10116 Bind coding-system-for-read to nil while loading subst-*.
10117
10118 2004-12-26 Jay Belanger <belanger@truman.edu>
10119
10120 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10121 default input.
10122
10123 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10124
10125 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10126 before reverting and disable undo recording while reverting.
10127
10128 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10129
10130 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10131 (hs-make-overlay): New function.
10132 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10133 (hs-flag-region): Delete function.
10134 (hs-hide-comment-region): No longer use `hs-flag-region'.
10135 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10136 (hs-hide-block-at-point): Likewise.
10137 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10138 (hs-hide-all, hs-show-all): Likewise.
10139 (hs-show-block): Likewise.
10140 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10141
10142 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10143
10144 * progmodes/hideshow.el: Require `cl' when compiling.
10145 Remove XEmacs and Emacs 19 compatibility.
10146 Use `dolist' and `add-to-list' for load-time actions.
10147 (hs-discard-overlays): Use `dolist'.
10148 (hs-show-block): Likewise.
10149
10150 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10151
10152 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10153
10154 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10155
10156 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10157 When extending backwards, move outside the current comment first.
10158
10159 2004-12-22 Kenichi Handa <handa@m17n.org>
10160
10161 * international/quail.el (quail-start-translation): Fix prompt
10162 string for the case if input-method-use-echo-area being non-nil.
10163 (quail-start-conversion): Likewise.
10164 (quail-show-guidance): Don't show guidance if
10165 input-method-use-echo-area is non-nil.
10166
10167 2004-12-21 Richard M. Stallman <rms@gnu.org>
10168
10169 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10170
10171 2004-12-21 Markus Rost <rost@ias.edu>
10172
10173 * calendar/diary-lib.el (mark-diary-entries):
10174 Set mark-diary-entries-in-calendar only after checking for diary-file.
10175
10176 2004-12-21 Richard M. Stallman <rms@gnu.org>
10177
10178 * faces.el (escape-glyph): Use blue against light foreground.
10179
10180 * simple.el (undo-outer-limit-truncate): New function.
10181 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10182
10183 2004-12-21 Eli Barzilay <eli@barzilay.org>
10184
10185 * calculator.el (calculator-radix-grouping-mode)
10186 (calculator-radix-grouping-digits)
10187 (calculator-radix-grouping-separator):
10188 New defcustoms for the new radix grouping mode functionality.
10189 (calculator-mode-hook): Now used in electric mode too,
10190 (calculator): Call it.
10191 (calculator-mode-map): Some new keys.
10192 (calculator-message): New function. Some new calls.
10193 (calculator-op, calculator-set-register): Use it.
10194 (calculator-string-to-number): New function, mostly moved and
10195 updated code from calculator-curnum-value.
10196 (calculator-curnum-value): Use it.
10197 (calculator-paste): Use it, and update grabbing the current-kill.
10198 (calculator-rotate-displayer)
10199 (calculator-rotate-displayer-back): Toggle digit grouping when
10200 in radix mode, use calculator-message.
10201 (calculator-displayer-prev, calculator-displayer-next):
10202 Change digit group size when in radix mode.
10203 (calculator-number-to-string): Rename from
10204 calculator-num-to-string. Now deals with digit grouping in
10205 radix mode.
10206 (calculator-update-display, calculator-put-value): Use the new name.
10207 (calculator-fact): Return a floating point number.
10208 (calculator-mode): Doc fix.
10209
10210 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10211
10212 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10213 * calendar/diary-lib.el (view-other-diary-entries):
10214 Use current-prefix-arg in interactive spec.
10215
10216 2004-12-19 Jay Belanger <belanger@truman.edu>
10217
10218 * calc/calc-aent.el (calcAlg-blank-matching-open):
10219 Temporarily adjust the syntax of both delimiters of half-open intervals.
10220
10221 2004-12-19 Kim F. Storm <storm@cua.dk>
10222
10223 * mouse.el (mouse-1-click-follows-link): Doc fix.
10224
10225 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10226
10227 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10228 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10229 instead of centraleuropean as the name
10230
10231 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10232
10233 Sync with Tramp 2.0.46.
10234
10235 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10236 parameters wrt Tramp convention.
10237 (tramp-handle-file-attributes-with-perl)
10238 (tramp-handle-directory-files-and-attributes): Apply it.
10239 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10240 `copy-program'. Reported by Zack Weinberg
10241 <zack@codesourcery.com>.
10242 (top): Set `edebug-form-spec' property directly rather than
10243 calling `def-edebug-spec'.
10244
10245 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10246 advice less fragile. Surround temporary redefinition of
10247 `substitute-in-file-name' with `unwind-protect'. Suggested by
10248 Matt Hodges <MPHodges@member.fsf.org>.
10249
10250 2004-12-17 Juri Linkov <juri@jurta.org>
10251
10252 * replace.el (occur-accumulate-lines, occur-engine):
10253 Make forcing deferred font-lock fontification jit-specific.
10254
10255 2004-12-17 Kim F. Storm <storm@cua.dk>
10256
10257 * mouse.el (mouse-1-click-follows-link): New defcustom.
10258 (mouse-on-link-p): New function.
10259 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10260 functionality. Map a mouse-1 click event into a mouse-2 (or
10261 other) event when position is inside a link.
10262
10263 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10264 prefix in tooltip text with "mouse-1" when this is a link
10265 recognized by mouse-1-click-follows-link functionality.
10266
10267 * help.el (describe-key): Report effective and original binding
10268 for mouse-1 when clicked on a link.
10269 (describe-mode): Add follow-link property to "minor-mode" button.
10270
10271 * help-fns.el (describe-variable): Add follow-link property to
10272 "below" button.
10273
10274 * help-mode.el (help-xref): Add follow-link property.
10275
10276 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10277 (apropos-command, apropos-variable, apropos-face, apropos-group)
10278 (apropos-widget, apropos-plist): Add follow-link property.
10279
10280 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10281 checks if position is in a filename, rather than some other
10282 clickable item. Function looks for cvs-filename-face at position.
10283
10284 * wid-edit.el (widget-specify-field, widget-specify-button):
10285 Map a :follow-link keyword into a follow-link property.
10286 (link): Add :follow-link keyword, map to RET binding.
10287
10288 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10289
10290 * progmodes/compile.el (compilation-minor-mode-map)
10291 (compilation-button-map, compilation-mode-map): Likewise.
10292
10293 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10294
10295 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10296 (zone-replace-char): Take `count' and `del-count'
10297 instead of `direction'. Update callers. When `del-count' is
10298 non-nil, delete that many characters, otherwise `count' characters
10299 backwards. Insert the newly-replaced string `count' times.
10300 (zone-fret): Handle chars w/ width greater than one.
10301 (zone-fall-through-ws): No longer take window width `ww'.
10302 Update callers. Add handling for `char-width' greater than one.
10303 (zone-pgm-drip): Update var holding window-end position every cycle.
10304
10305 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10306
10307 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10308 rather than insert-file.
10309
10310 2004-12-16 Jay Belanger <belanger@truman.edu>
10311
10312 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10313 (math-init-random-base, math-random-digit): Check to see if
10314 var-RandSeed is bound.
10315 (math-random-last): Declare it.
10316 (math-random-digit): Don't make math-random-last local.
10317
10318 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10319
10320 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10321 one-shot thunk for uniform (error, quit, normal) recovery.
10322 Reported by John Paul Wallington.
10323 (zone-pgm-random-life): Fix bug:
10324 Recognize empty initial field by lack of "@" chars.
10325
10326 2004-12-16 Juri Linkov <juri@jurta.org>
10327
10328 * help.el (function-called-at-point):
10329 * help-fns.el (variable-at-point): As a last resort try stripping
10330 non-word prefixes and suffixes.
10331
10332 * descr-text.el (describe-property-list): Don't treat syntax-table
10333 specially. Use describe-text-sexp which inserts [show] button
10334 for large objects and handles printing errors. Sort properties
10335 by names in alphabetical order instead of by value sizes.
10336 Add `mouse-face' to list of properties for `describe-face' widget.
10337 (describe-char): Mask out face-id from 19 bits of character.
10338 Print face-id separately.
10339
10340 * replace.el (occur-accumulate-lines, occur-engine):
10341 Fontify unfontified matching lines in the source buffer
10342 before copying them.
10343 (occur-engine): Don't put mouse-face on context lines.
10344 (occur-next-error): Set point to line beginning/end
10345 before searching for prev/next property to skip multiple
10346 matches on a line (not supported by occur engine).
10347 Remove redundant prefix-numeric-value.
10348
10349 2004-12-15 Juri Linkov <juri@jurta.org>
10350
10351 * replace.el (match): New face.
10352 (list-matching-lines-face): Change default from `bold' to `match'.
10353
10354 * progmodes/grep.el (grep-match-face): New defvar.
10355 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10356 compilation-column-face to highlight grep matches.
10357
10358 * apropos.el (apropos-match-face): Change default from
10359 `secondary-selection' to `match'.
10360
10361 * info-look.el (info-lookup-highlight-face): Change default from
10362 `highlight' to `match'.
10363
10364 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10365
10366 * progmodes/executable.el (executable-interpret): Eliminate
10367 obsolete compile-internal, and switch to comint for interaction.
10368
10369 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10370
10371 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10372 `&&' when skipping multiple statements on a line.
10373
10374 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10375
10376 * play/zone.el (zone): Set `truncate-lines'.
10377 Also, init `tab-width' with value from original buffer.
10378 (zone-shift-up): Rewrite for speed.
10379 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10380 (zone-pgm-jitter): Remove redundant entries from ops vector.
10381 (zone-exploding-remove): Reduce iteration count.
10382 (zone-cpos): Convert to defsubst.
10383 (zone-replace-char): New defsubst.
10384 (zone-park/sit-for): Likewise.
10385 (zone-fret): Take window-start arg.
10386 Update callers. Use `zone-park/sit-for'.
10387 (zone-fill-out-screen): Rewrite.
10388 (zone-fall-through-ws): Likewise. Update callers.
10389 (zone-pgm-drip): Use `zone-replace-char'.
10390 Move var inits before while-loop. Use `zone-park/sit-for'.
10391 (zone-pgm-random-life): Handle empty initial field.
10392 Use `zone-replace-char' and `zone-park/sit-for'.
10393
10394 2004-12-15 Juri Linkov <juri@jurta.org>
10395
10396 * isearch.el (isearch-update): Test isearch-lazy-highlight
10397 before calling isearch-lazy-highlight-new-loop.
10398 (isearch-lazy-highlight-new-loop):
10399 Don't test isearch-lazy-highlight.
10400
10401 * replace.el (perform-replace): Add isearch-case-fold-search.
10402 Use delimited-flag for isearch-regexp.
10403 Reset isearch-lazy-highlight-last-string to force lazy
10404 highlighting when called from isearch mode.
10405 (query-replace-highlight): Revert defcustom type to boolean.
10406 (query-replace-lazy-highlight): New defcustom.
10407 (query-replace): New face.
10408 (perform-replace, replace-highlight, replace-dehighlight):
10409 Test query-replace-lazy-highlight instead of special value
10410 `isearch' of query-replace-highlight.
10411 (replace-dehighlight): Don't call isearch-dehighlight.
10412 (replace-highlight): Don't call isearch-highlight.
10413 Use face `query-replace' unconditionally.
10414
10415 2004-12-14 Kim F. Storm <storm@cua.dk>
10416
10417 * simple.el (inhibit-mark-movement): Remove defvar.
10418 (beginning-of-buffer, end-of-buffer): Don't use it.
10419
10420 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10421 Don't use inhibit-mark-movement.
10422
10423 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10424 (cua--undo-push-mark): Remove.
10425 (cua--pre-command-handler, cua--post-command-handler):
10426 Don't fiddle with inhibit-mark-movement.
10427
10428 2004-12-14 Juri Linkov <juri@jurta.org>
10429
10430 * buff-menu.el (list-buffers-noselect): Collect internal info
10431 for every buffer in BUFFER-LIST arg too.
10432 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10433 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10434 Bind same-window-buffer-names and same-window-regexps to nil.
10435
10436 2004-12-13 Juri Linkov <juri@jurta.org>
10437
10438 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10439
10440 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10441 (sc-cite-region, sc-uncite-region, sc-recite-region):
10442 Fix previous change to handle not alist as a symbol, but
10443 a citation frame as a symbol that represents a variable name.
10444
10445 2004-12-13 Richard M. Stallman <rms@gnu.org>
10446
10447 * filecache.el (file-cache-add-directory-using-find):
10448 Only set up file-cache-find-command-posix-flag if we will use it.
10449
10450 * bindings.el (mode-line-buffer-identification-keymap):
10451 Don't cancel the mode-line's usual down-mouse-1 binding.
10452
10453 * cus-edit.el (custom-face-selected): Handle `default' specs.
10454 (custom-face-edit): Increase extra-offset.
10455 (custom-display): Handle `default' specs.
10456
10457 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10458
10459 * emacs-lisp/elint.el (elint-standard-variables)
10460 (elint-unknown-builtin-args): Move definitions up.
10461
10462 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10463
10464 * info.el (info-xref-visited): Use `default' instead of t.
10465 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10466
10467 * faces.el (header-line, mode-line-inactive, tool-bar):
10468 Use `default' instead of t for setting the defaults.
10469 (face-spec-choose): Separate `t' from `default'.
10470
10471 * subr.el (while-no-input): New macro.
10472
10473 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10474
10475 * filecache.el (file-cache-add-directory-using-find):
10476 Only test file-cache-find-command-posix-flag on some systems.
10477
10478 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10481 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10482 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10483 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10484 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10485
10486 2004-12-12 Juri Linkov <juri@jurta.org>
10487
10488 * files.el (find-file-other-window, find-file-other-frame):
10489 Add the first buffer to the returned value to return the complete
10490 list of all visited buffers.
10491 (find-file-read-only, find-file-read-only-other-window)
10492 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10493 `find-file-read-args'. Signal an error about non-existent file
10494 only if file name doesn't contain wildcards. Toggle read-only in
10495 all visited buffers.
10496 (find-alternate-file, find-alternate-file-other-window):
10497 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10498 called interactively. Pass arg `wildcards' to other functions.
10499 (find-file-noselect): Doc fix.
10500
10501 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10502 Doc fix.
10503 (ffap-directory-finder): New variable.
10504 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10505 (ffap-file-at-point): Add /* to immediately rejected names.
10506 Return absolute file names matching ffap-dired-wildcards.
10507 (ffap-read-file-or-url): Set default value for `completing-read'
10508 to `buffer-file-name'.
10509 (find-file-at-point): When filename matches ffap-dired-wildcards,
10510 call ffap-file-finder with t arg `wildcards', instead of dired.
10511 (ffap-other-window, ffap-other-frame): Return visited buffers.
10512 (ffap-read-only, ffap-read-only-other-window)
10513 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10514 (dired-at-point): Call ffap-directory-finder instead of dired.
10515 (ffap-dired-other-window, ffap-dired-other-frame)
10516 (ffap-list-directory): New commands.
10517 (ffap-bindings): New keybindings for new commands.
10518
10519 2004-12-12 Juri Linkov <juri@jurta.org>
10520
10521 * simple.el (beginning-of-buffer, end-of-buffer):
10522 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10523 Do not push mark when mark is active in transient-mark-mode.
10524
10525 * simple.el (mark-word):
10526 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10527 * textmodes/paragraphs.el (mark-paragraph):
10528 Extend the region when mark is active in transient-mark-mode,
10529 regardless of the last command. Doc fix.
10530
10531 * simple.el (mark-word): Preserve direction when repeating.
10532 Make arg optional. Interactive "p" -> "P".
10533 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10534
10535 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10536 preserving direction, to mark forward instead of backward when mark
10537 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10538
10539 2004-12-12 Juri Linkov <juri@jurta.org>
10540
10541 * isearch.el (isearch-edit-string): Set 7th arg of
10542 `read-from-minibuffer' to `t' to inherit the current input
10543 method (whose name is indicated by [IM] in the minibuffer prompt)
10544 from the current buffer to the minibuffer.
10545 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10546 to allow C-g quitting for lazy highlighting looping inside the
10547 search with nested repetition operators. Add overlay to the list
10548 before setting its face and other properties to avoid the case of
10549 code quitting after placing the new overlay but before it's
10550 recorded on the list. Select the window where isearch was
10551 activated, to highlight matches in the right window when isearch
10552 switches the current window to the minibuffer.
10553
10554 * international/isearch-x.el
10555 (isearch-process-search-multibyte-characters):
10556 Use `isearch-message' as initial input for `read-string' instead
10557 of adding it to the minibuffer prompt. After reading a string
10558 remove the initial value of `isearch-message' from the string.
10559
10560 * replace.el (replace-match-maybe-edit): Doc fix.
10561 (perform-replace): Don't call `replace-highlight' when automatic
10562 replacement is requested in literal mode, since it is intended
10563 only to highlight words during entering a new replacement string
10564 for \? in non-literal mode.
10565
10566 * replace.el (query-replace-highlight): Add new value `isearch'
10567 that allows query replacement to use isearch highlighting.
10568 Change type from `boolean' to `choice'. Doc fix.
10569 (replace-highlight, replace-dehighlight, perform-replace):
10570 Use isearch highlighting if query-replace-highlight eq `isearch'.
10571
10572 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10573
10574 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10575 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10576
10577 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10578 case of \end{verbatim}.
10579
10580 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10581
10582 * term.el (term-termcap-format): Synchronize with terminfo.
10583 (term-emulate-terminal): Handle reset.
10584 (term-reset-terminal): New function.
10585
10586 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10587
10588 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10589 (zone-fill-out-screen): New func.
10590 (zone-pgm-drip): Use `zone-fill-out-screen'.
10591 Also, no longer go to point-min on every cycle.
10592 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10593 (zone-pgm-random-life-wait): New user var.
10594 (zone-pgm-random-life): New func.
10595
10596 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10597
10598 * files.el (auto-mode-alist): Map .com to DCL mode.
10599
10600 2004-12-09 Richard M. Stallman <rms@gnu.org>
10601
10602 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10603
10604 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10605
10606 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10607 buffer with a display margin.
10608
10609 2004-12-08 Jay Belanger <belanger@truman.edu>
10610
10611 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10612 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10613
10614 2004-12-08 Richard M. Stallman <rms@gnu.org>
10615
10616 * faces.el: Delete code to set display table.
10617 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10618
10619 2004-12-08 Jay Belanger <belanger@truman.edu>
10620
10621 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10622
10623 * calc/calc-ext.el (math-read-replacement-list)
10624 (math-read-superscripts, math-read-preprocess-string): Move to
10625 calc-aent.el.
10626
10627 * calc/calc-aent.el (math-read-replacement-list)
10628 (math-read-superscripts, math-read-preprocess-string): Move from
10629 calc-ext.el.
10630
10631 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 * isearch.el (isearch-quote-char): Fix up typo in last change.
10634
10635 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10636
10637 * mouse.el (mouse-set-font): Handle the case where the command was
10638 not invoked using the mouse.
10639
10640 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10641 (edmacro-finish-edit): Further update for keyboard macros that are
10642 lambda forms.
10643 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10644
10645 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10648 (font-lock-default-unfontify-region): Don't save buffer state any more.
10649
10650 2004-12-07 Jay Belanger <belanger@truman.edu>
10651
10652 * calc/calc-help.el (calc-describe-key):
10653 Set calc-summary-indentation even when Calc Summary buffer exists.
10654
10655 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10656
10657 * calendar/holidays.el (holiday-easter-etc): Make arguments
10658 optional for backwards compatibility. Doc fix.
10659 Remove un-necessary local vars mandatory, output-list.
10660 (holiday-advent): Make arguments optional for backwards
10661 compatibility. Doc fix.
10662
10663 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * paren.el (show-paren-function): Fix last change (2004-12-02).
10666
10667 * international/mule-util.el (char-displayable-p): Return nil for
10668 unibyte mode.
10669
10670 * subr.el (subregexp-context-p): New function.
10671
10672 * isearch.el (isearch-quote-char): Use it.
10673
10674 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10675 (regexp-opt-not-groupie*-re): Remove.
10676 (regexp-opt): Properly handle inputs with duplicate entries.
10677
10678 2004-12-06 Richard M. Stallman <rms@gnu.org>
10679
10680 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10681
10682 * cus-edit.el (custom-file): Doc fix.
10683
10684 * textmodes/org.el: New file.
10685
10686 2004-12-06 Kenichi Handa <handa@m17n.org>
10687
10688 * ldefs-boot.el: Update international/mule-util.el section.
10689
10690 2004-12-05 Sam Steingold <sds@gnu.org>
10691
10692 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10693 Fix `tramp-time-diff' comparison logic.
10694
10695 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10696
10697 * progmodes/which-func.el (which-function):
10698 Use `run-hook-with-args-until-success' instead of a custom loop.
10699 Fixes bug with local hooks.
10700
10701 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10702
10703 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10704 Use delete-dups when calculating the initial value.
10705 (bibtex-autokey-get-title): Use <=.
10706 (bibtex-goto-line): New function.
10707 (bibtex-reposition-window): Use line numbers instead of point
10708 positions. Use window-body-height.
10709 (bibtex-find-crossref): Use bibtex-reposition-window.
10710 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10711 position of entry if key is found or nil if not found.
10712
10713 2004-12-05 Richard M. Stallman <rms@gnu.org>
10714
10715 * cus-edit.el (custom-file): Doc fix.
10716
10717 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10718
10719 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10720
10721 * simple.el (blink-matching-open):
10722 * textmodes/tex-mode.el (tex-validate-region):
10723 Obey syntax-table text properties.
10724
10725 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10726
10727 * wid-edit.el (widget-specify-field): Add `real-field' property to
10728 boundary.
10729 (widget-field-at): Use it.
10730
10731 2004-12-02 Richard M. Stallman <rms@gnu.org>
10732
10733 * progmodes/cc-mode.el (awk-mode autoload):
10734 Supply t meaning interactive function.
10735
10736 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10737 (isearch-mode-map): No special definition for space.
10738 (isearch-whitespace-chars): Command deleted.
10739 (isearch-forward-regexp): Doc fix.
10740 (isearch-quote-char): When a space is not inside brackets,
10741 use `[ ]' instead of just space.
10742 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10743
10744 * imenu.el (imenu--generic-function): Delete code to exclude
10745 matches in comments.
10746
10747 * man.el (Man-reverse-face): Change default to `highlight'.
10748
10749 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10750 (occur-engine): Use `face' prop rather than `font-lock-face'
10751 when specifying use of `match-face'.
10752 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10753
10754 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10755
10756 * add-log.el (add-log-current-defun): Handle the case where point
10757 is in the header part of a DEFUN construct.
10758
10759 2004-12-02 Dave Love <fx@gnu.org>
10760
10761 * progmodes/python.el (python-font-lock-syntactic-keywords):
10762 Fix previous change.
10763
10764 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10765
10766 * paren.el (show-paren-function): Check for matching chars
10767 specified by text props.
10768
10769 2004-12-02 Jay Belanger <belanger@truman.edu>
10770
10771 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10772 when reading a new key sequence.
10773
10774 2004-12-02 Kim F. Storm <storm@cua.dk>
10775
10776 * faces.el (escape-glyph): Rename from glyph.
10777 (standard-display-table): Set it here. Add escape-glyph face to
10778 extra slot characters.
10779
10780 * disp-table.el: Undo 2004-12-01 change. Display table is now
10781 setup in faces.el.
10782
10783 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10784
10785 * xml.el (xml-parse-dtd): Don't show validity messages when
10786 xml-validating-parser is nil.
10787 (xml-substitute-special): Fix validity error messages to
10788 actually show the unexpandable entity. Added validity error if &
10789 isn't followed by an entity.
10790 (xml-parse-tag): Concatenate any string following the a
10791 <![CDATA[]]> section to the parsed CDATA.
10792 (xml-parse-dtd): Skip parameter entity declarations and use of
10793 parameter entities.
10794
10795 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10796
10797 * kmacro.el (kmacro-default-counter-format): New var.
10798 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10799 (kmacro-display): Remove `nil' from `and' form. Delete call to
10800 `format' inside `message'.
10801 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10802
10803 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10804
10805 * pcvs.el (cvs-header-msg): New function.
10806 (cvs-update-header): Use it. Change calling convention.
10807 Correctly handle the case of having simultaneous active processes.
10808 (cvs-sentinel): Don't call cvs-update-header any more.
10809 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10810
10811 2004-12-01 Jay Belanger <belanger@truman.edu>
10812
10813 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10814 Change message.
10815
10816 2004-12-01 Juri Linkov <juri@jurta.org>
10817
10818 * progmodes/prolog.el (prolog-mode-variables):
10819 Fix imenu-generic-expression.
10820
10821 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10822
10823 * faces.el (glyph): New face.
10824
10825 * disp-table.el: Add an autoloaded table, that doesn't require
10826 this library, with glyph face.
10827
10828 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10829 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10830 (conf-quote-normal): Allow normalizing only ' or ".
10831 (conf-mode): Regexp-quote constructed comment-start and don't
10832 match section {} where "name" contains braces.
10833
10834 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10835 files.
10836
10837 2004-12-01 Kenichi Handa <handa@m17n.org>
10838
10839 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10840 (x-select-text): Don't treat eight-bit-control/graphic chars
10841 specially. Store the encoded text in the X cut buffer.
10842 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10843 with x-last-selected-text-cut-encoded.
10844
10845 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10848
10849 2004-11-30 Markus Rost <rost@ias.edu>
10850
10851 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10852 AUCTeX.
10853
10854 2004-11-30 Jay Belanger <belanger@truman.edu>
10855
10856 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10857 on signs of intervals.
10858 (math-pow-of-zero): Strengthen checks for positive and negative
10859 exponents.
10860
10861 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10862 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10863 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10864 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10865 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10866 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10867 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10868 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10869 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10870 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10871 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10872 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10873 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10874 with provide statements.
10875
10876 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10877
10878 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10879
10880 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10881 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10882 functions by require statements.
10883 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10884
10885 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10886 (calc-gnuplot-print): Give them values.
10887
10888 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10889 autoloads.
10890 Add calc-do-embedded-activate to autoloads.
10891 (calc-gnuplot-name, calc-gnuplot-plot-command)
10892 (calc-gnuplot-print-command): Move them to calc-graph.el.
10893
10894 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10895
10896 * term/mac-win.el (ccl-encode-mac-roman-font)
10897 (ccl-encode-mac-cyrillic-font)
10898 (ccl-encode-mac-centraleuropean-font, encoder-list)
10899 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10900 Support Cyrillic, CentralEuropean, and Dingbat font display
10901
10902 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10903
10904 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10905
10906 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10907 still nil.
10908
10909 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10910
10911 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10912 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10913
10914 2004-11-29 Jay Belanger <belanger@truman.edu>
10915
10916 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10917 cases of the base and exponent.
10918
10919 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10920
10921 * simple.el (next-error-buffer-p): Allow for inclusive and
10922 exclusive tests for finding a buffer.
10923 (next-error-find-buffer): Pass the exclusive and inclusive tests
10924 to next-error-buffer-p.
10925
10926 * replace.el (occur-next-error): Switch to the Occur buffer when
10927 appropriate, use the exclusive filter to next-error-find-buffer to
10928 do it. Use the absolute value of the motion amount.
10929
10930 2004-11-29 Kenichi Handa <handa@m17n.org>
10931
10932 * startup.el (command-line): Decode all default-directory by
10933 locale-coding-system.
10934
10935 2004-11-29 Jay Belanger <belanger@truman.edu>
10936
10937 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10938 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10939 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10940 Replace calls to calc-extensions by appropriate require, replace
10941 calc-extensions-loaded by appropriate featurep.
10942
10943 * calc/calc-ext.el: Move require to end of file.
10944 Remove redundant loading of calc.el.
10945 (calc-extensions-loaded): Remove unnecessary variable.
10946 (calc-extensions): Remove unnecessary function.
10947 (calc-load-everything): Replace calc-need-macros by appropriate require.
10948
10949 * calc/calc-macs.el: Move provide to end of file.
10950 (calc-need-macros): Remove unnecessary function.
10951
10952 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10953 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10954 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10955 Replace calc-extensions by appropriate require.
10956 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10957
10958 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10959 Replace calc-need-macros by appropriate require.
10960
10961 * calc/calc.el: Move require to end of file.
10962 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10963 Remove unnecessary variable.
10964 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10965 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10966 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10967 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10968 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10969 (math-format-number, math-format-bignum, math-read-number)
10970 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10971 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10972 by appropriate require.
10973 (calc-check-defines): Replace calc-need-macros by appropriate require.
10974
10975 2004-11-29 Kim F. Storm <storm@cua.dk>
10976
10977 * macros.el (insert-kbd-macro): Handle kmacro functions.
10978
10979 2004-11-28 Juri Linkov <juri@jurta.org>
10980
10981 * compare-w.el (compare-windows-highlight): Attach each overlay
10982 to its window to properly highlight differences while comparing
10983 two windows of the same buffer. Fix arguments.
10984 (compare-windows-sync-default-function): Fix arguments of
10985 `compare-windows-highlight'.
10986
10987 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10988 Use `read-expression-history'. Set initial contents only if
10989 `edebug-global-break-condition' is non-nil. Set histpos to 1
10990 if initial contents is equal to the last history element.
10991 (edebug-set-conditional-breakpoint): Instead of temporarily
10992 prepending the current condition to the history, set initial
10993 contents to the current condition. Set histpos to 1 if initial
10994 contents is equal to the last history element.
10995
10996 * info.el (Info-search-whitespace-regexp): Remove shy group.
10997 (Info-search): Forward line if search is on the header line.
10998 Use search-whitespace-regexp in two other places.
10999
11000 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11001
11002 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11003 warning. Delay real definition, which uses
11004 `set-fringe-indicators-1' till after the definition of that function.
11005
11006 2004-11-28 Kim F. Storm <storm@cua.dk>
11007
11008 * fringe.el (fringe): New defgroup.
11009 (fringe-mode): Move to fringe group.
11010 (fringe-indicators): New defcustom.
11011 (set-fringe-indicators-1): New defun.
11012
11013 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11014 (menu-bar-showhide-fringe-ind-menu): New keymap.
11015 (menu-bar-showhide-fringe-ind-empty)
11016 (menu-bar-showhide-fringe-ind-mixed)
11017 (menu-bar-showhide-fringe-ind-box)
11018 (menu-bar-showhide-fringe-ind-right)
11019 (menu-bar-showhide-fringe-ind-left)
11020 (menu-bar-showhide-fringe-ind-none): New defuns.
11021 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11022
11023 2004-11-27 Richard M. Stallman <rms@gnu.org>
11024
11025 * comint.el (comint-read-noecho): Add trivial compatibility definition.
11026
11027 * generic.el (define-generic-mode): Doc fix.
11028
11029 * menu-bar.el (menu-bar-options-save): For the options
11030 that are toggled with menu-bar-make-mm-toggle, don't check
11031 for customized-value prop.
11032
11033 2004-11-27 Eli Zaretskii <eliz@gnu.org>
11034
11035 * mail/supercite.el (sc-cite-region): Handle the case where
11036 sc-cite-frame-alist is a symbol.
11037 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11038 a symbol.
11039 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11040 a symbol.
11041
11042 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11043
11044 * wid-edit.el (widget-narrow-to-field): New function.
11045 (widget-complete): Use it.
11046
11047 2004-11-27 Jay Belanger <belanger@truman.edu>
11048
11049 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11050 variable.
11051 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11052 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11053 (math-alg-inequalities): Move declaration to earlier in the file.
11054
11055 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11056 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11057 Declare them.
11058
11059 * calc/calc-lang.el (math-expr-data, math-expr-token)
11060 (math-exp-old-pos): Declare them.
11061
11062 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11063 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11064
11065 2004-11-27 Kim F. Storm <storm@cua.dk>
11066
11067 * progmodes/flymake.el: Use (featurep 'xemacs).
11068 (flymake-makehash): Change to defsubst. Use fboundp.
11069 (flymake-time-to-float): Remove.
11070 (flymake-float-time): Merge code from flymake-time-to-float here.
11071 (flymake-replace-regexp-in-string): Change to defsubst.
11072 (flymake-split-string-remove-empty-edges):
11073 Rename to flymake-split-string.
11074 (flymake-split-string): Remove previous defalias.
11075 (flymake-get-temp-dir): Change to defsubst.
11076 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11077 Define for xemacs only.
11078 (flymake-master-file-count-limit): Change into compiler defvar only.
11079 (flymake-find-possible-master-files): Let-bind it dynamically while
11080 sorting files using flymake-master-file-compare.
11081
11082 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11083
11084 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11085 of defun-prompt-regexp matches inside a comment/string but the
11086 beginning is correctly outside everything.
11087
11088 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11089 appears within a string or a comment.
11090
11091 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11092 rather than make-symbol for symbols which are used in
11093 a symbol-macrolet or equivalent.
11094
11095 2004-11-26 Jay Belanger <belanger@truman.edu>
11096
11097 * calc-misc.el (calc-last-why-command): Declare it.
11098
11099 * calc-vec.el (math-grade-vec): New variable.
11100 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11101 Replace variable grade-vec by declared variable.
11102 (math-rb-close): New variable.
11103 (math-read-brackets, math-read-vector): Replace variable close by
11104 declared variable.
11105
11106 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11107 (calc-one-window, calc-edit-handler, calc-restore-trail)
11108 (calc-allow-ret): Declare them.
11109
11110 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11111 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11112 (math-radix-float-cache-tag, math-random-cache)
11113 (math-max-digits-cache, math-integral-cache, math-units-table)
11114 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11115 (math-moc-func): New variable.
11116 (math-map-over-constants, math-map-over-constants-rec):
11117 Replace variable func by declared variable.
11118
11119 * calc/calc-store.el (calc-given-value, calc-store-opers):
11120 Declare them.
11121 (calc-var-name-map): Move declaration to earlier in the file.
11122 (calc-pv-pos): New variable.
11123 (calc-permanent-variable, calc-insert-permanent-variable):
11124 Replace variable pos by declared variable.
11125
11126 * calc/calc-mtx.el (calc-det-lu): New variable.
11127 (math-det-raw, math-det-step): Replace variable lu by declared variable.
11128
11129 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11130 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11131 and arg by declared variables.
11132 (calcFunc-reducer): Fix incorrect variable.
11133 (math-inner-mul-func, math-inner-add-func): New variables.
11134 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11135 and add-func by declared variables.
11136
11137 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11138 (calc-digit-value): Declare them.
11139
11140 * calc/calc-help.el (Info-history): Declare it.
11141 (calc-describe-key): Make calc-summary-indentation a local variable.
11142 (calc-help-long-names): Move declaration to earlier in file.
11143
11144 * calc/calc-embed.el (calc-original-buffer): Declare it.
11145 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11146 (calc-embed-bot): New variables.
11147 (calc-do-embedded, calc-embedded-mark-formula)
11148 (calc-embedded-find-bounds, calc-embedded-duplicate)
11149 (calc-embedded-new-formula, calc-embedded-make-info):
11150 Replace vars outer-top, outer-bot, bot and top by declared variables.
11151 (calc-embed-prev-modes): New variable.
11152 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11153 prev-modes with declared variable.
11154 (calc-embed-vars-used): New variable.
11155 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11156 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11157 vars-used by declared variable.
11158
11159 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11160 (math-format-radix-float): Remove unnecessary setq.
11161 (math-radix-float-cache): Declare it.
11162
11163 * calc/calcsel2.el (calc-keep-selection): Declare it.
11164
11165 * calc/calc-maint.el: Remove file.
11166
11167 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11168
11169 * textmodes/bibtex.el (bibtex-sort-entry-class)
11170 (bibtex-comment-start): Use defcustom.
11171 (bibtex-entry-field-alist): Use nil if initial content of the
11172 field is undefined. Fix docstring.
11173 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11174 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11175 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11176 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11177 Fix docstring.
11178 (bibtex-autokey-title-terminators): Use only one regexp.
11179 (bibtex-string-maybe-empty-head): New variable.
11180 (bibtex-remove-delimiters-string): New function.
11181 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11182 Use bibtex-remove-delimiters-string.
11183 (bibtex-progress-message, bibtex-field-left-delimiter)
11184 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11185 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11186 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11187 Simplify.
11188 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11189 Use eq and bibtex-remove-delimiters-string. For end markers use
11190 insertion type so that marker stays after inserted text.
11191 (bibtex-autokey-get-names): Return empty string if name is missing.
11192 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11193 calling bibtex-autokey-name-case-convert.
11194 (bibtex-autokey-demangle-title):
11195 Call bibtex-autokey-titleword-case-convert. Remove call to
11196 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11197 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11198 (bibtex-read-key): New optional arg global.
11199 (bibtex-files-expand): New optional arg force.
11200 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11201 (bibtex-complete-crossref-cleanup): Rename from
11202 bibtex-complete-key-cleanup. Simplify code.
11203 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11204 Operate on current entry.
11205 (bibtex-button): Add docstring.
11206 (bibtex-entry): Simplify.
11207 (bibtex-make-field): Replace optional arg called-by-yank with more
11208 specific args move and interactive.
11209 (bibtex-end-of-entry): Use forward-sexp.
11210 (bibtex-find-entry-globally): Remove.
11211 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11212 Bound to C-c C-x.
11213 (bibtex-find-entry): New optional args global and display.
11214 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11215 (bibtex-validate): Use arg force of bibtex-files-expand.
11216 (bibtex-clean-entry): Bugfix, clean string entries properly.
11217 Always keep point at beginning of entry.
11218 (bibtex-complete): Bugfix. Handle string entries properly.
11219 Call cleanup functions only if needed.
11220 (bibtex-String): Use bibtex-read-string-key.
11221 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11222 case of replacement text.
11223
11224 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11225
11226 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11227 (tramp-perl-directory-files-and-attributes): New constant.
11228 (tramp-file-name-handler-alist): Delete file-directory-files, add
11229 directory-files-and-attributes.
11230 (tramp-perl-file-attributes): Surround uid and gid by double
11231 quotes. Change parameter id-format from nonnumeric.
11232 (tramp-convert-file-attributes): New function.
11233 (tramp-handle-file-attributes): Use it.
11234 (tramp-maybe-send-perl-script): New function.
11235 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11236 file mode. Change parameter id-format from nonnumeric.
11237 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11238 from nonnumeric.
11239 (tramp-post-connection): Don't send tramp-perl-file-attributes
11240 script. Reset connection property "perl-scripts".
11241 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11242 in use.
11243
11244 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11245
11246 * desktop.el (desktop-read): Replace mapcar with mapc.
11247 (desktop-create-buffer): Replace mapcar with mapc.
11248 Remove redundant piece of code.
11249
11250 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11251
11252 * progmodes/gud.el (gud-display-line): Use display-buffer
11253 for GDB-UI as for GUD.
11254
11255 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11256 Delete variables.
11257 (gdb-ann3): Don't make GUD buffer dedicated.
11258 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11259 (gdb-display-source-buffer): Delete function.
11260 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11261 (menu): Delete menu bindings for viewing source/assembler.
11262 (gdb-setup-windows, gdb-restore-windows):
11263 Don't dedicate GUD. No assembler now.
11264 (gdb-reset): No need to undedicate source buffers now.
11265 (gdb-source-info): No assembler now.
11266
11267 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11268
11269 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11270 width to those for special frames.
11271 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11272 Use display-buffer.
11273 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11274 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11275 (gdb-frame-assembler-buffer): Rework like
11276 gdb-frame-breakpoints-buffer.
11277
11278 2004-11-25 Richard M. Stallman <rms@gnu.org>
11279
11280 * progmodes/flymake.el: Reindent.
11281 (flymake-split-string): Turn into defalias.
11282 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11283 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11284 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11285 (flymake-build-relative-filename): Rename from ...path.
11286 Fix error message.
11287
11288 2004-11-25 Cheng Gao <chenggao@gmail.com>
11289
11290 * progmodes/flymake.el: Much whitespace and capitalization change.
11291 Move `provide' to end. Require `compile' only when compiling.
11292
11293 2004-11-24 Jay Belanger <belanger@truman.edu>
11294
11295 * calc/calc-alg.el: Added comment.
11296 (math-polynomial-base): Replace variable mpb-top-expr by
11297 math-poly-base-top-expr.
11298
11299 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11300 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11301 variable.
11302 (math-poly-base-total-base): New variable.
11303 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11304 mpb-total-base by declared variable.
11305 (math-factored-vars, math-to-list): Declare it.
11306 (math-fact-expr): New variable.
11307 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11308 (math-factor-expr-try, math-factor-expr-part): Replace variable
11309 expr by declared variable.
11310 (math-fet-x): New variable.
11311 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11312 by declared variable.
11313 (math-factor-poly-coefs): Make temp a local variable.
11314
11315 * calc/calc-units.el (calc-convert-units): Make units a local
11316 variable.
11317 (calc-num-units, calc-den-units): New variables.
11318 (calc-explain-units, calc-explain-units-rec): Replace variables
11319 num-units and den-units by declared variables.
11320 (math-cu-unit-list): New variable.
11321 (math-build-units-table, math-compare-unit-names)
11322 (math-convert-units, math-convert-units-rec): Replace variable
11323 unit-list by declared variable.
11324 (math-fbu-base, math-fbu-entry): New variables.
11325 (math-find-base-units, math-find-base-units-rec): Replace variables
11326 base and entry by declared variables.
11327 (math-which-standard): New variable.
11328 (math-to-standard-units, math-to-standard-rec): Replace variable
11329 which-standard by declared variable.
11330 (math-fcu-u): New variable.
11331 (math-find-compatible-unit, math-find-compatible-unit-rec):
11332 Replace variable u by declared variable.
11333 (math-cu-new-units, math-cu-pure): New variables.
11334 (math-convert-units, math-convert-units-rec): Replace variables
11335 new-units and pure by declared variables.
11336 (math-try-cancel-units): New variable.
11337 (math-simplify-units-quotient): Replace variable try-cancel-units by
11338 declared variable.
11339
11340 2004-11-24 Richard M. Stallman <rms@gnu.org>
11341
11342 * textmodes/ispell.el (ispell-check-version):
11343 If default-directory is nonexistent, use home dir.
11344
11345 * progmodes/grep.el (grep-regexp-alist):
11346 Don't match parens around line numbers.
11347
11348 * progmodes/cperl-mode.el (cperl-indent-region)
11349 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11350 Don't print progress messages.
11351
11352 * progmodes/compile.el (compilation-mode-map):
11353 Don't inherit from compilation-minor-mode-map;
11354 copy its bindings instead. But the menu bar Compile
11355 entry now does inherit from compilation-menu-map.
11356
11357 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11358 Use with-no-warnings around compiler-macroexpand.
11359
11360 * imenu.el: Don't always require newcomment.
11361 (imenu--generic-function): Call comment-normalize-vars
11362 if we have a comment syntax.
11363 Exit the loop if REGEXP matches the null string.
11364 Test comment-start as well as comment-start-skip
11365 when deciding whether to check for comments.
11366
11367 * tooltip.el (tooltip-mode): Doc fix.
11368
11369 * term.el (term-escape-char, term-mode): Doc fixes.
11370
11371 2004-11-24 Dave Love <fx@gnu.org>
11372
11373 * progmodes/python.el (python-font-lock-syntactic-keywords):
11374 Check for escapes in the regexp.
11375 (python-quote-syntax): Don't do it here.
11376
11377 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11378
11379 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11380 (gdb-frames-mode-map, gdb-threads-mode-map)
11381 (gdb-registers-mode-map, gdb-locals-mode-map)
11382 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11383 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11384
11385 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11386 (dedicated-switch-to-buffer): Rework.
11387 (gdb-var-evaluate-expression-handler, gdb-put-string):
11388 Remove unused variable bindings.
11389 (gdb-setup-windows, gdb-display-buffer):
11390 Simplify. Use pop-to-buffer.
11391 (gdb-view-source-function): Simplify.
11392 (gdb-frame-breakpoints-buffer):
11393 Use pop-to-buffer, special-display-regexps.
11394
11395 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11396
11397 * progmodes/f90.el (f90-smart-end)
11398 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11399 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11400 (f90-end-of-block): Doc fix. Make check of outermost block
11401 conditional on value of `f90-smart-end'.
11402 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11403 Handle case where END-BLOCK is nil.
11404 (f90-match-end): Handle un-named PROGRAM blocks.
11405 (f90-backslash-not-special): New function.
11406
11407 2004-11-24 Jay Belanger <belanger@truman.edu>
11408
11409 * calc/calc.el (calc-embedded-active): Removed unnecessary
11410 declaration.
11411 (calc-show-banner): Removed redundant declaration.
11412
11413 * calc/calc-graph.el (calc-gnuplot-default-device)
11414 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11415 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11416 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11417 Remove redundant initial values.
11418
11419 * calc/calc-arith.el (math-scalar-functions)
11420 (math-nonscalar-functions, math-scalar-if-args-functions)
11421 (math-real-functions, math-positive-functions)
11422 (math-nonnegative-functions, math-real-scalar-functions)
11423 (math-real-if-arg-functions, math-integer-functions)
11424 (math-num-integer-functions, math-rounding-functions)
11425 (math-float-rounding-functions, math-integer-if-args-functions)
11426 (math-super-types): Move declarations to earlier in file.
11427 (math-unit-prefixes): Declared it.
11428 (math-floor-prec, math-trunc-prec): New variables.
11429 (math-trunc-fancy): Replace variable prec by declared variable.
11430 (math-floor-fancy): Replace variable prec by declared variable.
11431 (math-com-bterms): New variable.
11432 (math-commutative-equal, math-commutative-collect):
11433 Replace variable bterms by declared variable.
11434
11435 * calc/calc-misc.el (math-trunc): Replace variable prec by
11436 math-trunc-prec.
11437 (math-floor): Replace variable prec by math-floor-prec.
11438
11439 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11440 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11441 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11442 (math-format-date, math-format-date-part): Replace variables
11443 date, dt, year, month, day, weekday, hour, minute, second and
11444 bc-flag by declared variables.
11445 (math-pd-str): New variable.
11446 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11447 Replace variable str by declared variable.
11448 (math-daylight-savings-hook, math-tzone-names): Move definitions
11449 to earlier in the file.
11450 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11451 (math-sh-year): New variable.
11452 (math-setup-add-holidays, math-setup-holidays)
11453 (math-setup-year-holidays): Replace variable `year' by declared
11454 variable.
11455
11456 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11457 New variables.
11458 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11459 n, nf and nfm1 by declared variables.
11460 (math-nri-n): New variable.
11461 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11462 n by declared variable.
11463 (calcFunc-log): Removed misplaced condition.
11464
11465 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11468
11469 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11470
11471 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11472 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11473 Dedicate gdb-related windows.
11474 (gdb-display-buffer): Dedicate gdb-related windows.
11475 Don't grab other frames.
11476 (gdb-reset): Remove dedicated property after debugging.
11477
11478 2004-11-24 Jay Belanger <belanger@truman.edu>
11479
11480 * calc/calc-sel.el: Add comment.
11481
11482 * calc/calc.el (math-stack-value-offset): Replace variables c,
11483 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11484
11485 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11486 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11487 (math-stack-value-offset-fancy): Replace variables c, wid and off
11488 by declared variables.
11489 (math-comp-just, math-comp-comma-spc): New variables.
11490 (math-compose-expr, math-compose-matrix): Replace variables `just'
11491 and comma-spc by declared variable.
11492 (math-comp-vector-prec): New variable.
11493 (math-compose-expr, math-compose-matrix, math-compose-rows):
11494 Replace variable vector-prec by declared variable.
11495 (math-comp-left-bracket, math-comp-right-bracket)
11496 (math-comp-comma): New variables.
11497 (math-compose-expr, math-compose-rows): Replace variables
11498 left-bracket, right-bracket and comma by declared variables.
11499 (math-comp-full-width): New variable.
11500 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11501 Replace variable full-width by declared variable.
11502 (math-comp-highlight, math-comp-word, math-comp-level)
11503 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11504 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11505 New variables.
11506 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11507 (math-comp-sel-flat-term): Replace variables comp-highlight,
11508 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11509 declared variables.
11510 (math-comp-simplify, math-comp-simplify-term)
11511 (math-comp-add-string, math-comp-add-string-sel):
11512 Replace variables comp-highlight, comp-buf, comp-base,
11513 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11514
11515 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11516
11517 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11518
11519 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11520 and x-server-version may throw.
11521
11522 2004-11-23 Kim F. Storm <storm@cua.dk>
11523
11524 * subr.el (substitute-key-definition-key): Optimize.
11525 Don't call indirect-function for nil defn (always signals error).
11526
11527 * ido.el (ido-read-internal): Fix require-match check when
11528 ido-directory-too-big is set.
11529
11530 2004-11-23 Jay Belanger <belanger@truman.edu>
11531
11532 * calc/calc-ext.el (math-read-replacement-list)
11533 (math-read-superscripts): New variables.
11534 (math-read-preprocess-string): New function.
11535 (math-read-expr): Filter input through math-read-preprocess-string.
11536
11537 * calc/calc-aent.el (math-read-exprs): Filter input through
11538 math-read-preprocess-string.
11539
11540 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11541
11542 * progmodes/compile.el (compilation-start): In cd command use
11543 substitute-env-vars -- not quite shell compatible but better than
11544 nothing.
11545 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11546 handle the newer versions messages, which are more parseable.
11547
11548 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * reveal.el (reveal-mode-map): New var.
11551 (reveal-mode): Use it.
11552
11553 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11554
11555 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11556 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11557
11558 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11561 header-line when needed.
11562 Use fixed-pitch only in the header-line.
11563 Build the underline automatically. Use emdash if available.
11564
11565 2004-11-22 Richard M. Stallman <rms@gnu.org>
11566
11567 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11568 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11569
11570 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11571
11572 * progmodes/gdb-ui.el (gdb-resync): New function.
11573 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11574 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11575 Use it to fail more gracefully.
11576 (gdb-variables): Delete variable.
11577 Re-order variables to reduce byte-compiler warnings.
11578
11579 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * descr-text.el (describe-char):
11582 * paren.el (show-paren-function):
11583 * subr.el (syntax-after): Undo last change.
11584
11585 * progmodes/python.el (run-python): Don't hard code *Python*.
11586 Don't modify global process-environment.
11587 (python-send-region, python-load-file): Don't assume that
11588 python-buffer == (process-buffer (python-proc)).
11589 (python-switch-to-python): Simplify.
11590
11591 * dired.el (dired-align-file): Don't assume line starts with spaces.
11592
11593 2004-11-21 Jay Belanger <belanger@truman.edu>
11594
11595 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11596 Replace variable `lines' by math-read-big-lines.
11597 (math-read-big-expr): Replace variables the-baseline, the-h2
11598 and err-msg by math-read-big-baseline, math-read-big-h2 and
11599 math-read-err-msg.
11600 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11601
11602 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11603 (math-read-big-balance): Replace unbound variable by value.
11604 (math-read-big-lines): New variable.
11605 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11606 (math-read-big-error, math-read-big-balance): Replace variable
11607 `lines' by declared variable.
11608 (math-read-big-baseline, math-read-big-h2): New variables.
11609 (math-read-big-rec): Replace variables the-baseline and the-h2
11610 by declared variables.
11611 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11612 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11613 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11614 declared variables.
11615 (math-read-big-err-msg): New variable.
11616 (math-read-big-error): Replace variable err-msg by declared variable.
11617
11618 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * ses.el: Add coding cookie.
11621 Fix up docstrings, follow new commenting conventions.
11622 (ses-header-line-menu): Fix missing variable rename for header-row.
11623 (ses-cell-size): Remove.
11624 (ses-make-cell): New function.
11625 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11626 (ses-calculate-cell): Remove unused var `symbol'.
11627 (ses-narrowed-p): New function.
11628 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11629 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11630 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11631 (ses-setup): Use restore-buffer-modified-p.
11632 (ses-cleanup): Remove unused var `end'.
11633 (ses-header-string-left-offset): Remove.
11634 (ses-create-header-string): Adjust to new behavior of `align-to'.
11635 Truncate excessively large fields to preserve alignment.
11636 (ses-reconstruct-all): Remove unused var `refs'.
11637 (ses-read-cell-printer): Remove unused var `prompt'.
11638 (ses-delete-row): Remove unused var `pos'.
11639 (ses-delete-column): Remove unused var `new'.
11640
11641 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11642
11643 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11644 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11645 Eliminate eval-and-compile usage.
11646 (ps-insert-file): Use insert-file-contents instead of insert-file.
11647 (ps-setup): Code fix.
11648
11649 * printing.el (pr-setup, lpr-setup): Code fix.
11650
11651 2004-11-21 Jay Belanger <belanger@truman.edu>
11652
11653 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11654 (calc-original-buffer): Declare them.
11655 (calc-user-formula-alist): New variable.
11656 (calc-user-define-formula, calc-fix-user-formula)
11657 (calc-user-define-composition, calc-finish-formula-edit):
11658 Replace variable `alist' by declared variable.
11659 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11660 (var-q7, var-q7, var-q8, var-q9): Declare them.
11661 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11662 are bound.
11663 (calcFunc-typeof): Replace undeclared variable by expression.
11664 (math-exp-env): New variable.
11665 (math-define-body, math-define-exp): Replace exp-env by declared var.
11666 (math-define-exp): Replace misplaced variable by expression.
11667
11668 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11669 (calc-curve-model, calc-curve-coefnames): New variables.
11670 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11671 varnames, model and coefnames by declared variables.
11672 (math-root-widen): New variable.
11673 (math-search-root, math-find-root): Replace variable root-widen by
11674 declared variable.
11675 (var-DUMMY): Declare it.
11676 (math-root-vars, math-min-vars): Move the declarations to earlier in
11677 the file.
11678 (math-brent-min): Make d a local variable.
11679 (math-find-minimum): Replace non-existent variable.
11680 (math-ninteg-romberg): Remove unnecessary variable.
11681 (math-ninteg-temp): New variable.
11682 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11683 integ-temp by declared variable.
11684 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11685 New variables.
11686 (math-general-fit): Replace variables first-var, first-coef and
11687 new-coefs by declared variables.
11688 (calcFunc-fitvar): Replace variable first-var by declared variable.
11689 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11690 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11691 (math-all-vars-vars, math-all-vars-found): New variables.
11692 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11693 found by declared variable math-all-vars-vars.
11694
11695 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11696
11697 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11698 of `defconst'.
11699
11700 2004-11-20 Richard M. Stallman <rms@gnu.org>
11701
11702 * isearch.el (isearch-mode-map): Don't bind SPC.
11703 (isearch-whitespace-chars): Function deleted.
11704 (isearch-search): Bind search-spaces-regexp.
11705 (isearch-lazy-highlight-search): Likewise.
11706 (search-whitespace-regexp): Doc fix.
11707 (isearch-forward-regexp): Doc fix.
11708
11709 * emacs-lisp/bytecomp.el (byte-compile-form):
11710 Move the calls to byte-compile-set-symbol-position,
11711 to avoid having two for the same symbol occurrence.
11712
11713 * comint.el (comint-input-ring-size): Increase to 150.
11714
11715 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11716 New variables.
11717 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11718 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11719
11720 * imenu.el (imenu--generic-function):
11721 Ensure we keep moving backward even if BEG isn't further back.
11722
11723 * replace.el (query-replace-read-to, query-replace-read-from):
11724 Specify t for KEEP-ALL in read-from-minibuffer.
11725
11726 * progmodes/python.el (python-switch-to-python):
11727 If Python isn't running, start it.
11728 Don't alter debug-ignored-errors.
11729
11730 * progmodes/cperl-mode.el (cperl-indent-region):
11731 Don't mind imenu-scanning-message.
11732
11733 * bindings.el (global-map): Bind C-e to move-end-of-line.
11734
11735 * simple.el (line-move-finish): New arg FORWARD.
11736 Ignore invisible newlines, not intangible ones.
11737 Conditions for acceptable stopping positions depend on FORWARD.
11738 (line-move): Pass FORWARD arg to line-move-finish.
11739
11740 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11741 of HEADER. Compensate for this change in the code to add display
11742 properties. Don't make the first line intangible.
11743
11744 * info.el (Info-search): Fix previous change.
11745
11746 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11747
11748 * Makefile.in (recompile): Revert 2004-11-19 change.
11749 (compile): Likewise.
11750
11751 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11752
11753 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11754
11755 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11756
11757 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11758 defgroup and defcustom. Eliminate eval-and-compile usage.
11759
11760 * progmodes/ebnf-otz.el: Fix typos.
11761
11762 2004-11-19 Jay Belanger <belanger@truman.edu>
11763
11764 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11765 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11766 disp-trail by declared variable.
11767
11768 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11769 (calc-finish-selection-edit): Replace variable disp-trail by
11770 declared variable.
11771 (calc-selection-cache-entry): Move declaration to earlier in the file.
11772 (calc-selection-cache-num, calc-selection-cache-comp)
11773 (calc-selection-cache-offset, calc-selection-true-num)
11774 (calc-final-point-line, calc-final-point-column)
11775 (calc-original-buffer): Declare them.
11776 (calc-fnp-op, calc-fnp-num): New variables.
11777 (calc-find-nth-part, calc-find-nth-part-rec)
11778 (calc-select-previous): Replace op and num by declared variables.
11779 (calc-rsf-old, calc-rsf-new): New variables.
11780 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11781 Replace variables old and new by declared variables.
11782 (calc-sel-reselect): New variable.
11783 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11784 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11785 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11786 reselect with declared variable.
11787
11788 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11789 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11790 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11791 (math-import-list, math-rewrite-phase): Declare them.
11792 (math-rewrite): Use let* to declare variables.
11793 (calc-rewrite-selection): Make rules a local variable.
11794 (calc-rewr-sel): New variable.
11795 (calc-rewrite-selection, calc-locate-selection-marker)
11796 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11797 of sel.
11798 (math-rewrite-whole-expr): New variable.
11799 (math-rewrite, math-rewrite-phase): Replace variable expr by
11800 declared variable.
11801 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11802 (math-rewrite-heads-blanks ): New variables.
11803 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11804 heads, skips and blanks by declared variables.
11805 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11806 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11807 New variables.
11808 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11809 old, new, old-func and new-func by declared variables.
11810 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11811 Remove unnecessary variable.
11812 (math-apply-rw-regs): New variable.
11813 (math-apply-rewrites, math-rwapply-replace-regs)
11814 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11815 (math-apply-rw-ruleset): New variable.
11816 (math-apply-rewrites, math-rwapply-remember): Replace variable
11817 ruleset by declared variable.
11818
11819 2004-11-19 Richard M. Stallman <rms@gnu.org>
11820
11821 * info.el (Info-search): Use search-whitespace-regexp.
11822
11823 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11824
11825 * vc-rcs.el (vc-rcs-parse): New function.
11826 (vc-rcs-annotate-command): Likewise.
11827 (vc-rcs-annotate-current-time): Likewise.
11828 (vc-rcs-annotate-time): Likewise.
11829 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11830
11831 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11832
11833 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11834
11835 2004-11-18 Jay Belanger <belanger@truman.edu>
11836
11837 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11838
11839 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11840
11841 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11842 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11843 Use make-temp-file to generate PostScript files in any situation.
11844 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11845 (pr-interactive-p): Eliminate var.
11846 (pr-save-interactive): Eliminate macro.
11847 (pr-interface, pr-ps-directory-preview)
11848 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11849 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11850 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11851 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11852 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11853 (pr-ps-region-ps-print, pr-ps-mode-preview)
11854 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11855 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11856 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11857 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11858 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11859 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11860 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11861 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11862 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11863 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11864 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11865 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11866 Eliminate pr-save-interactive usage.
11867 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11868 Eliminate pr-interactive-p usage.
11869 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11870 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11871 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11872 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11873 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11874 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11875 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11876 New funs.
11877 (pr-ps-file): Use make-temp-file to generate a temporary file.
11878
11879 2004-11-17 Jay Belanger <belanger@truman.edu>
11880
11881 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11882 a local variable.
11883 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11884 (math-top-only): New variable.
11885 (math-simplify, math-simplify-step): Replace variable top-only by
11886 declared variable math-top-only.
11887 (math-simplify-expr): Declare it.
11888 Replace argument expr in all calls of math-defsimplify by
11889 math-simplify-expr.
11890 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11891 (math-simplify-divisor, math-simplify-one-divisor)
11892 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11893 (math-simplify-pow): Replace variable expr by declared variable
11894 math-simplify-expr.
11895 (math-simplify-divisor): Remove local variables temp and op.
11896 (math-simplify-one-divisor): Make temp and op local variables.
11897 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11898 New variables.
11899 (math-simplify-divisor, math-simplify-one-divisor):
11900 Replace variables nover and dover by declared variables.
11901 (math-expr-subst-new, math-expr-subst-old): New variables.
11902 (math-expr-subst, math-expr-subst-rec): Replace variables new
11903 and old by declared variables.
11904 (math-is-poly-degree, math-is-poly-loose): New variables.
11905 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11906 and loose by declared variables.
11907 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11908 (math-polynomial-base, math-polynomial-base-rec):
11909 Replace variables const-ok and mpb-pred by declared variables.
11910
11911 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11912
11913 * calc/calc-ext.el (math-defsimplify): Change the argument in
11914 the created function to math-simplify-expr.
11915
11916 * calc/calc-units.el (math-simplify-expr): Declare it.
11917 Replace argument expr in all calls of math-defsimplify by
11918 math-simplify-expr.
11919 (math-simplify-units-prod): Replace variable expr by declared
11920 variable math-simplify-expr.
11921
11922 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11923
11924 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11925 Replace mapcar->dolist, format->string.
11926
11927 2004-11-17 Miles Bader <miles@gnu.org>
11928
11929 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11930 * progmodes/idlwave.el: Remove RCS keywords.
11931
11932 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11933
11934 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11935 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11936 Update to IDLWAVE version 5.5. Too many changes to list them here.
11937 * progmodes/idlw-help.el: New file.
11938
11939 2004-11-16 Richard M. Stallman <rms@gnu.org>
11940
11941 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11942 Discard spaces after \i according to TeX rules.
11943
11944 * international/mule.el (set-buffer-file-coding-system):
11945 New arg NOMODIFY.
11946 (after-insert-file-set-coding): Pass that new arg.
11947 Prevent set-buffer-multibyte from trying to lock the file.
11948
11949 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11950
11951 * saveplace.el (save-place): Doc fix.
11952
11953 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11954 temporarily widen before finding the following word to copy.
11955
11956 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11957 (cl-map-keymap): Definition deleted.
11958
11959 * subr.el (map-keymap-internal): New function.
11960
11961 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11964 when pressing rather than when releasing mouse-2. Simplify.
11965
11966 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11967
11968 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11969 (compilation-mode): Set it here instead.
11970
11971 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11972
11973 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11974 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11975
11976 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * progmodes/compile.el (compilation-internal-error-properties):
11979 Fix up a transposition-typo. Check end-col before using it.
11980
11981 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11982
11983 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11984 Discard whitespace after macro \i when converting it.
11985
11986 2004-11-16 Juri Linkov <juri@jurta.org>
11987
11988 * emacs-lisp/find-func.el (find-function-regexp):
11989 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11990 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11991 Remove invalid `\W' from [^cgv\W]. Doc fix.
11992 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11993
11994 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11995
11996 * play/life.el: Maintainer is now FSF.
11997 (life-patterns, life-neighbor-deltas, life-window-start)
11998 (life-current-generation, life-generation-string): Use defvar
11999 instead of defconst.
12000
12001 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 * progmodes/compile.el (compilation-move-to-column): New fun.
12004 (compilation-internal-error-properties)
12005 (compilation-next-error-function): Use it to make sure we don't go past
12006 the end of line.
12007
12008 2004-11-15 John Paul Wallington <jpw@gnu.org>
12009
12010 * autoinsert.el (auto-insert-alist): Insert the user's name in
12011 copyright notice, rather than Free Software Foundation, for the
12012 Emacs Lisp header case too.
12013
12014 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12015
12016 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12017 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12018 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12019 return the list of string in a string.
12020 (pr-call-process): Message if calling process returns an error, that
12021 is, the exit status is different of zero.
12022
12023 2004-11-15 Jay Belanger <belanger@truman.edu>
12024
12025 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12026 variable var-thing.
12027 (math-integ-depth, math-integ-level, math-integral-limit)
12028 (math-enable-subst, math-any-substs, math-integ-msg)
12029 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12030 (math-int-threshold, math-int-factors, math-double-roots)
12031 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12032 (var-GenCount): Declare these variables.
12033 (calcFunc-integ): Don't check if var-IntegLimit is bound.
12034 (math-integral-cache, math-integral-cache-state):
12035 Move declarations to earlier in the file.
12036 (math-deriv-var, math-deriv-total, math-deriv-symb)
12037 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12038 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12039 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12040 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12041 (math-solve-res): New variables
12042 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12043 (math-integral, math-replace-integral-parts)
12044 (math-integrate-by-parts, calc-dump-integral-cache)
12045 (math-try-integral, math-do-integral, math-do-integral)
12046 (math-do-integral-methods, math-try-solve-for)
12047 (math-try-solve-prod, math-solve-poly-funny-powers)
12048 (math-solve-crunch-poly, math-decompose-poly)
12049 (math-solve-find-root-term, math-find-root-in-prod)
12050 (math-integ-try-linear-substitutions)
12051 (math-integ-try-substitutions, math-expr-rational-in)
12052 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12053 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12054 (math-solve-for, math-solve-system, math-solve-system-rec)
12055 (math-solve-get-sign, math-solve-get-int)
12056 (math-solve-system-subst): Replace undeclared variables with newly
12057 declared variables.
12058
12059 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12060
12061 * winner.el (winner-active-region, winner-edges, winner-window-list):
12062 Define at toplevel.
12063 (winner-mode-map): Move init inside declaration.
12064
12065 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12066
12067 * files.el (convert-standard-filename): Doc fix.
12068
12069 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12070
12071 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12072 passwd, group, shadow, default/* and pam.d/*.
12073
12074 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12075
12076 * printing.el (pr-menu-spec): Adjust menu specification.
12077
12078 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12079
12080 * printing.el: Doc fix. Insert :version tag into all defcustom.
12081 Handle interactive-p as is recommended in Emacs Lisp Reference.
12082 Set the file permission bits for newly created files.
12083 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12084 The printing menu specification (in `pr-menu-spec') was merged.
12085 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12086 (pr-version): New version number (6.8.3).
12087 (pr-file-modes): New option.
12088 (pr-interactive-p): New var.
12089 (pr-save-interactive, pr-save-file-modes): New macros.
12090 (pr-setup): Code fix.
12091 (pr-menu-spec): Menu specification merged.
12092 (pr-call-process, pr-text2ps): Set file permission bits.
12093 (pr-despool-print): Set file permission bits. Handle interactive-p as
12094 is recommended.
12095 (pr-interface, pr-ps-directory-preview)
12096 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12097 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12098 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12099 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12100 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12101 (pr-ps-region-ps-print, pr-ps-mode-preview)
12102 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12103 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12104 (pr-despool-using-ghostscript, pr-despool-ps-print)
12105 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12106 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12107 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12108 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12109 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12110 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12111 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12112 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12113 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12114 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12115 Handle interactive-p as is recommended.
12116
12117 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12120 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12121
12122 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12123 so it doesn't forget to highlight the beginning of the region either.
12124
12125 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12126
12127 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12128 (c-font-lock-init): Eliminate obsolete make-local-hook.
12129 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12130 (awk-mode): Use run-mode-hooks.
12131
12132 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12133
12134 2004-11-13 Kim F. Storm <storm@cua.dk>
12135
12136 * mouse.el (mouse-drag-copy-region): Add :version.
12137 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12138 while dragging mode line, so mode line can be dragged downwards.
12139 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12140 while pressing mouse button so window doesn't scroll until we
12141 release the mouse if clicking on partially visible line.
12142
12143 2004-11-12 Jay Belanger <belanger@truman.edu>
12144
12145 * calc/calc-graph.el (calc-dumb-map): Declare it.
12146 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12147 than unbound.
12148 (calc-graph-name): Made `end' a local variable.
12149 (calc-graph-lookup): Made `varname' a local variable.
12150 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12151 Declare them.
12152 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12153 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12154 the unused variable y3vec.
12155 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12156 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12157 calc-graph-prev-kill-hook.
12158 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12159 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12160 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12161 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12162 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12163 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12164 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12165 (calc-graph-y3value, calc-graph-y3name)
12166 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12167 (calc-graph-stepcount, calc-graph-is-splot)
12168 (calc-graph-surprise-splot, calc-graph-blank)
12169 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12170 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12171 (calc-graph-recompute-2d, calc-graph-compute-3d)
12172 (calc-graph-format-data): Replace undeclared variables with the
12173 above newly declared variables.
12174
12175 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12176
12177 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12178 `rsf-beep' and `rsf-sleep-after-message'.
12179
12180 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12181 list if `message-sender' is non-nil.
12182
12183 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12184
12185 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12186 consing by using mapc instead of mapcar.
12187
12188 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12189
12190 * tooltip.el (require): Explain why CL is needed.
12191
12192 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12193
12194 * printing.el: Insert :version into defgroup (printing). All reference
12195 to Files option in menubar were changed to File.
12196 (pr-version): New version number (6.8.2).
12197 (pr-get-symbol): Call easy-menu-intern.
12198 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12199 compilation gripes.
12200
12201 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12204 new byte-compile-function-environment binding to t.
12205
12206 * font-lock.el (font-lock-fontify-syntactically-region):
12207 Don't forget to highlight the last char when we hit `end'.
12208
12209 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12210 (mwheel-scroll): Adjust accordingly.
12211
12212 * cvs-status.el: Reduce spurious warnings.
12213 (cvs-status-checkout): Remove.
12214 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12215
12216 * pcvs.el (cvs-mode-checkout): New command.
12217
12218 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12219
12220 * tooltip.el: Require CL.
12221
12222 * emacs-lisp/bytecomp.el: Use push.
12223 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12224 (defalias): Remove the `byte-compile' property and add
12225 a `byte-hunk-handler'.
12226
12227 2004-11-11 Juri Linkov <juri@jurta.org>
12228
12229 * info.el (Info-search): Save match data for isearch.
12230 Skip Tag Table node.
12231
12232 * descr-text.el (describe-char): Replace syntax-after with code
12233 from its previous version.
12234
12235 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12236 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12237
12238 * international/mule.el (sgml-html-meta-auto-coding-function):
12239 Remove > after <html to allow HTML attributes.
12240
12241 2004-11-11 Jay Belanger <belanger@truman.edu>
12242
12243 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12244 a variable.
12245 (calcFunc-dfac): Replace unbound max by n.
12246 (math-stirling-local-cache): New variable.
12247 (math-stirling-number, math-stirling-1, math-stirling-2):
12248 Replace the variable `cache' by the declared variable
12249 math-stirling-local-cache.
12250 (var-RandSeed): Declare it as a variable.
12251 (math-init-random-base, math-random-digit): Don't check to see if
12252 var-RandSeed is bound.
12253 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12254 Declare them instead of just setting them.
12255 (math-init-random-base): Made i a local variable.
12256 (math-random-digit): Made math-random-last a local variable.
12257 (math-prime-test-cache): Move declaration to before it is used.
12258 (math-prime-test-cache-k, math-prime-test-cache-q)
12259 (math-prime-test-cache-nm1, math-prime-factors-finished):
12260 Declare them as variables.
12261
12262 2004-11-11 Jay Belanger <belanger@truman.edu>
12263
12264 * calc/calc-ext.el (math-defcache): Use defvar for the new
12265 variables it creates.
12266
12267 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12268
12269 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12270 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12271 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12272 (desktop-save): Add :version.
12273
12274 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12275
12276 * printing.el (pr-get-symbol): Don't downcase.
12277
12278 2004-11-10 Jay Belanger <belanger@truman.edu>
12279
12280 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12281 string to kill-ring.
12282
12283 * calc/calc-aent.el (calc-alg-exp, math-toks)
12284 (math-exp-pos,math-exp-old-pos, math-exp-token)
12285 (math-exp-keep-spaces, math-exp-str): New variables.
12286 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12287 (calcAlg-enter): Use declared variable calc-alg-exp.
12288 (math-build-parse-table, math-find-user-token): Use declared
12289 variable math-toks.
12290 (math-read-exprs, math-read-token, calc-check-user-syntax)
12291 (calc-match-user-syntax, match-factor-after, math-read-factor):
12292 Use declared variables math-exp-pos math-exp-old-pos.
12293 (math-read-exprs, math-read-token, math-read-expr-level)
12294 (calc-check-user-syntax, calc-match-user-syntax)
12295 (match-factor-after, math-read-factor): Use declared variable
12296 math-exp-token.
12297 (math-read-exprs, math-read-expr-list, math-read-token)
12298 (math-read-factor): Use declared variable math-exp-keep-spaces.
12299 (math-read-exprs, math-read-token): Use declared variable
12300 math-exp-str.
12301 (calc-match-user-syntax): Make m a local variable.
12302
12303 * calc/calc-ext.el (math-read-expr): Use declared variables
12304 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12305 math-exp-keep-spaces.
12306
12307 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12308 variables math-exp-pos, math-exp-str.
12309
12310 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12311 math-exp-old-pos.
12312 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12313 (math-parse-eqn-prime): Use declared variable math-exp-token.
12314
12315 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12316 Use declared variable math-exp-pos.
12317 (math-check-for-commas): Use declared variable math-exp-str.
12318 (math-read-brackets): Use declared variables math-exp-old-pos,
12319 math-exp-keep-spaces.
12320 (math-read-brackets, math-read-vector, math-read-matrix):
12321 Use declared variable math-exp-token.
12322
12323 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12326 where the keymap is a symbol.
12327 (easy-menu-add-item): Use keymap-prompt. Simplify.
12328
12329 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12330
12331 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12332 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12333
12334 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12335
12336 * ebuff-menu.el: Doc fixes throughout.
12337 (electric-buffer-menu-mode-hook): New defvar.
12338
12339 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12340
12341 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12342 The resulting compiler warnings appear to be harmless.
12343
12344 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12345
12346 * textmodes/conf-mode.el: New file.
12347
12348 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12349
12350 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12351
12352 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12353
12354 2004-11-09 Jay Belanger <belanger@truman.edu>
12355
12356 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12357
12358 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12359 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12360 (calc-z-prefix-help, calc-user-function-list): Use declared
12361 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12362 (math-map-tree, math-map-tree-rec): Use declared variables
12363 math-mt-many, math-mt-func.
12364 (math-read-expression, math-read-string): Use declared variable
12365 math-expr-data.
12366
12367 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12368 variable math-normalize-a.
12369
12370 * calc/calc.el (math-normalize-a): New variable.
12371 (math-normalize): Use declared variable math-normalize-a.
12372
12373 * calc/calc-poly.el (math-expand-form): Use declared variable
12374 math-mt-many.
12375
12376 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12377 Use declared variable math-mt-many.
12378 (math-rewrite): Use declared variable math-mt-func.
12379
12380 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12381 (math-read-matrix): Use declared variable math-expr-data.
12382
12383 * calc/calc-lang.el (math-parse-fortran-vector)
12384 (math-parse-fortran-vector-end, math-parse-tex-sum)
12385 (math-parse-eqn-matrix, math-parse-eqn-prime)
12386 (math-read-math-subscr): Use declared variable math-expr-data.
12387
12388 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12389 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12390 (calc-match-user-syntax, math-read-if, math-factor-after)
12391 (math-read-factor): Use declared variable math-expr-data.
12392
12393 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12394
12395 * calendar/diary-lib.el (diary-from-outlook)
12396 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12397 interactive-p; but rather new optional argument NOCONFIRM.
12398
12399 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12400
12401 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12402 (easy-menu-name-match): Revert correspondingly.
12403
12404 2004-11-09 Richard M. Stallman <rms@gnu.org>
12405
12406 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12407 Turn off warnings for the new function even if definition not constant.
12408 If the definition isn't a quoted symbol, record (FUNCTION . t).
12409 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12410 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12411 (display-call-tree, byte-compile-arglist-warn):
12412 Handle t returned by byte-compile-fdefinition.
12413
12414 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12415
12416 * Makefile.in (maintainer-clean): Depend on distclean.
12417
12418 * help-fns.el (help-C-file-name): File name must be in build-files
12419 to be returned.
12420
12421 2004-11-09 Jay Belanger <belanger@truman.edu>
12422
12423 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12424 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12425
12426 * calc/calc.el (calc, calc-trail-display, calc-mode):
12427 Remove obsolete sections.
12428
12429 * calc/calc.el (calc-x-paste-text): Remove.
12430
12431 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12432 mouse-2.
12433
12434 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12435
12436 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12437 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12438 current frame (in case of recursive calls).
12439 (gdb-show-changed-values): Add :version keyword.
12440
12441 2004-11-09 Kenichi Handa <handa@m17n.org>
12442
12443 * international/mule-cmds.el: Change coding: tag back to
12444 iso-2022-7bit.
12445
12446 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * international/mule-cmds.el: Change coding-system to utf-8.
12449 (select-safe-coding-system-interactively):
12450 New function extracted from select-safe-coding-system.
12451 (select-safe-coding-system): Use it.
12452
12453 2004-11-08 Richard M. Stallman <rms@gnu.org>
12454
12455 * subr.el (syntax-after): Doc fix.
12456
12457 * paren.el (show-paren-function): Change calls to syntax-after
12458 for new way of returning the value.
12459
12460 * menu-bar.el (menu-bar-file-menu): Make this the real name
12461 and menu-bar-files-menu the alias. Use the former.
12462 (global-map): Use `file', not `files', as the symbol.
12463
12464 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12465
12466 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12467 Don't use beginning-of-buffer.
12468 (filesets-cmd-show-result): Use with-no-warnings.
12469
12470 2004-11-08 Juri Linkov <juri@jurta.org>
12471
12472 * progmodes/compile.el (compile): Don't overwrite last command in
12473 minibuffer history with default command if they are not equal.
12474
12475 2004-11-08 Jay Belanger <belanger@truman.edu>
12476
12477 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12478 non-linear substitutions.
12479
12480 2004-11-08 Jay Belanger <belanger@truman.edu>
12481
12482 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12483 (math-do-integral): Set `math-linear-subst-tried' to nil.
12484 (math-do-integral-methods): Use `math-linear-subst-tried' to
12485 determine what type of substitution to try.
12486 (math-integ-try-linear-substituion):
12487 Set `math-linear-subst-tried' to t.
12488
12489 2004-11-08 Kim F. Storm <storm@cua.dk>
12490
12491 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12492
12493 2004-11-07 Juri Linkov <juri@jurta.org>
12494
12495 * info-look.el (info-lookup): Allow reusing in the current buffer
12496 not only *info* buffer, but all (even renamed) Info buffers
12497 by checking for major-mode instead of *info* buffer name.
12498 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12499 (octave-mode, maxima-mode) <doc-spec>:
12500 Allow long dashes generated by Texinfo 4.7 before definitions.
12501 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12502 definitions with argument separated by space.
12503
12504 2004-11-06 Richard M. Stallman <rms@gnu.org>
12505
12506 * simple.el (next-error group, face): Move before first use.
12507 (next-error-highlight, next-error-highlight-no-select): Likewise.
12508
12509 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12510 (line-move): New args NOERROR and TO-END.
12511 Return t if succeed in moving specified number of lines.
12512 (move-end-of-line): New function.
12513
12514 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12515 (end-of-buffer-other-window): Likewise.
12516
12517 * simple.el (line-move-ignore-invisible): Default to t.
12518
12519 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12520
12521 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12522
12523 * international/iso-cvt.el (iso-cvt-define-menu):
12524 Rename menu-bar-files-menu to menu-bar-file-menu.
12525
12526 * net/browse-url.el (browse-url-gnome-moz-program)
12527 (browse-url-gnome-moz-arguments): Move up before first use.
12528
12529 * net/tramp.el (tramp group): Add :version.
12530
12531 * progmodes/ada-xref.el (ada-gdb-application):
12532 Use goto-char instead of beginning-of-buffer.
12533
12534 * progmodes/cperl-mode.el (cperl-info-on-command):
12535 Use goto-char instead of beginning-of-buffer.
12536
12537 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12538 Move up before first use.
12539 (idlwave-shell-temp-pro-file): Likewise.
12540 (idlwave-shell-temp-rinfo-save-file): Likewise.
12541 (idlwave-shell-temp-file): Minor doc fix.
12542
12543 * textmodes/flyspell.el (flyspell-external-point-words):
12544 Use goto-char instead of beginning-of-buffer.
12545
12546 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12547
12548 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12549 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12550 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12551
12552 2004-11-06 David Ponce <david@dponce.com>
12553
12554 * recentf.el (recentf-menu-path): Use menu item name.
12555
12556 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12557
12558 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12559 display doesn't support images.
12560
12561 2004-11-06 Andreas Schwab <schwab@suse.de>
12562
12563 * tempo.el (tempo-match-finder): Doc fix.
12564
12565 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12566
12567 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12568
12569 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12570 (easy-menu-lookup-name): New fun to replace it.
12571 (easy-menu-get-map): Use it to obey menu item names (rather than just
12572 keys) when looking up `path'.
12573 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12574 (easy-menu-convert-item-1): Adjust to new name.
12575
12576 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12577
12578 * outline.el (hide-body): Don't hide lines at the top of the file
12579 that precede the first header line.
12580
12581 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12582
12583 * align.el (align-areas): Delete whitespace before reindenting, so
12584 that tabs are never placed after spaces.
12585
12586 2004-11-06 Alan Shutko <ats@acm.org>
12587
12588 * macros.el (insert-kbd-macro): Do completions based on macros,
12589 rather than all commands.
12590
12591 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12592
12593 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12594 to solve a bug whereby tags with 'b' don't match.
12595
12596 2004-11-05 Juri Linkov <juri@jurta.org>
12597
12598 * info.el (Info-search): Don't search in node header lines
12599 and file headers.
12600
12601 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12602 symbol-constituent characters after dot, not only digits.
12603
12604 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12605
12606 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12607
12608 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12609
12610 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12611 if a dialog will be used, read-file-name otherwise.
12612
12613 2004-11-04 Richard M. Stallman <rms@gnu.org>
12614
12615 * textmodes/table.el (table group): Add :version.
12616
12617 * textmodes/ispell.el (ispell-word):
12618 Don't alter args; set them only thru `interactive' spec.
12619
12620 * textmodes/flyspell.el (flyspell-word):
12621 Don't alter FOLLOWING; set it only thru `interactive' spec.
12622
12623 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12624
12625 * net/browse-url.el (browse-url-maybe-new-window):
12626 Use called-interactively-p.
12627
12628 * mail/supercite.el (sc-cite-region):
12629 Don't use interactive-p. Add arg INTERACTIVE.
12630 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12631
12632 * international/mule-cmds.el (set-input-method, toggle-input-method):
12633 Don't use interactive-p. Add arg INTERACTIVE.
12634
12635 * eshell/esh-mode.el (eshell-show-maximum-output):
12636 Don't use interactive-p.
12637 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12638
12639 * mouse.el (mouse-show-mark): Get positions to delete from mark
12640 and point, not from mouse-drag-overlay.
12641
12642 * imenu.el (imenu-eager-completion-buffer): Add :version.
12643
12644 * filesets.el (filesets group): Add :version.
12645
12646 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12647
12648 * files.el (xml-based-modes): Delete var.
12649 (magic-mode-alist): New more general var.
12650 (set-auto-mode): Use it.
12651
12652 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12653 when clicking from another window.
12654
12655 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12656
12657 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12658 (vc-cvs-annotate-time): Incorporate value of deleted var.
12659 Remove special-case handling of beginning-of-buffer cruft.
12660 Cache ending position (point) and return value in text property
12661 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12662
12663 * vc-cvs.el (vc-cvs-annotate-command):
12664 Delete extraneous lines from beginning of buffer.
12665 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12666
12667 * progmodes/grep.el (grep-default-command): Take empty string
12668 for tag if all other methods yield nil. Shell-quote the tag.
12669
12670 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12671 spec in `interactive' form, and mention it in the docstring.
12672 Also, make sure point is at bol after calling `annotate-time'.
12673
12674 2004-11-02 Richard M. Stallman <rms@gnu.org>
12675
12676 * cus-edit.el (customize-group-other-window):
12677 Select the window that displays the custom buffer.
12678 (custom-buffer-create-other-window): Likewise.
12679
12680 * comint.el (comint-insert-input): Fix previous change.
12681
12682 * emacs-lisp/elp.el (elp-instrument-function):
12683 Use called-interactively-p.
12684
12685 * emacs-lisp/easymenu.el (easy-menu-intern):
12686 Don't downcase; rather, case-flip the first letter of each word.
12687
12688 * emacs-lisp/easy-mmode.el (define-minor-mode):
12689 Use called-interactively-p.
12690
12691 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12692 Add interactive-only.
12693 (byte-compile-warnings): Add interactive-only as option.
12694 (byte-compile-interactive-only-functions): New variable.
12695 (byte-compile-form): Warn about calls to functions
12696 in byte-compile-interactive-only-functions.
12697
12698 * emacs-lisp/autoload.el (update-file-autoloads):
12699 Don't use interactive-p; take new arg SAVE-AFTER.
12700
12701 * emacs-lisp/advice.el (ad-make-advised-definition):
12702 Use called-interactively-p.
12703
12704 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12705
12706 * files.el (find-file-existing): New function.
12707
12708 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12709 find-file-existing. Add "New File..." that calls find-file.
12710
12711 * diropen.pbm, diropen.xpm: New files.
12712
12713 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12714 icon diropen. New tool bar item find-file-existing uses icon open.
12715
12716 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12717 instead of read-file-name.
12718
12719 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12720
12721 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12722 (icalendar--split-value): Change name of work buffer.
12723 (icalendar--get-weekday-abbrev): Return nil on error.
12724 (icalendar--date-to-isodate): New function.
12725 (icalendar-convert-diary-to-ical)
12726 (icalendar-extract-ical-from-buffer): Use only two args for
12727 make-obsolete (XEmacs compatibility).
12728 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12729 (icalendar-export-region): Doc fix.
12730 If error, return non-nil and write errors to a buffer.
12731 Use correct weekday for weekly recurring events.
12732 Check whether date has been parsed for ordinary events.
12733 Make weekly events start in the year 2000.
12734 DTEND is non-inclusive, shift end date by one day if
12735 necessary (not for entries that have date and time).
12736 Rename local let variables: oops -> found-error, datestring ->
12737 startdatestring.
12738
12739 2004-11-02 Kim F. Storm <storm@cua.dk>
12740
12741 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12742 keep-mode-if-same variable. Add it as optional arg instead.
12743 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12744
12745 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12746 substitute-command-keys will select lower-case bindings like those
12747 used in the static help texts.
12748
12749 * descr-text.el (describe-text-properties): Don't err if called in
12750 the *Help* buffer; output to *Help-2* buffer instead.
12751
12752 * kmacro.el (group kmacro): Add :version.
12753 (kmacro-keyboard-quit): New function to cleanup on C-g.
12754 (kmacro-start-macro): Set defining-kbd-macro to append when
12755 appending to last macro.
12756
12757 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12758
12759 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12760
12761 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12762 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12763 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12764 Add :version keyword.
12765
12766 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12767
12768 * progmodes/flymake.el (flymake-err-line-patterns):
12769 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12770 `compilation-error-regexp-alist-alist' to internal Flymake format.
12771
12772 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12773
12774 2004-11-01 Jay Belanger <belanger@truman.edu>
12775
12776 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12777 with `interactive "s"'.
12778
12779 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12780
12781 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12782 Revert change from 2004-10-16. '*' checks the current buffer, but the
12783 mouse click may be in another buffer.
12784
12785 2004-11-01 John Paul Wallington <jpw@gnu.org>
12786
12787 * files.el (large-file-warning-threshold): Add :version keyword.
12788 (kill-some-buffers): Doc fix.
12789
12790 * thumbs.el (group thumbs): Add :version keyword.
12791
12792 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12793
12794 2004-11-01 Richard M. Stallman <rms@gnu.org>
12795
12796 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12797
12798 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12799
12800 * allout.el (allout group): Add :version.
12801 (allout-init): Don't use interactive-p.
12802 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12803 (allout-forward-current-level, allout-backward-current-level):
12804 Don't use interactive-p.
12805
12806 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12807 (bibtex-find-text): Likewise.
12808
12809 * progmodes/vhdl-mode.el (vhdl-fill-region)
12810 (vhdl-beginning-of-statement): Don't use interactive-p.
12811
12812 * progmodes/idlwave.el (idlwave-update-routine-info):
12813 Don't use interactive-p.
12814
12815 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12816 Don't use interactive-p.
12817
12818 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12819 Don't use interactive-p.
12820
12821 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12822 Don't use interactive-p.
12823
12824 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12825 (fortune-in-buffer): Doc fix.
12826
12827 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12828
12829 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12830 don't select the temporary buffer.
12831 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12832 (eudc-get-phone): Likewise.
12833
12834 2004-11-01 Kim F. Storm <storm@cua.dk>
12835
12836 * man.el (Man-xref-normal-file): Fix help-echo.
12837
12838 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * reveal.el (reveal-last-tick): New var.
12841 (reveal-post-command): Use it to avoid closing overlays when we're
12842 appending text to them.
12843
12844 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12845
12846 * textmodes/bibtex.el: Require button.
12847 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12848 (bibtex-reference-keys): Distinguish between header keys and
12849 crossref keys.
12850 (bibtex-beginning-of-field): New function.
12851 (bibtex-url-map): Remove.
12852 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12853 (bibtex-font-lock-url-regexp): Assume that field names begin at
12854 the beginning of a line.
12855 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12856 Remove field delimiters. Use bibtex-beginning-of-field.
12857 Bugfix, point can be inside a field with a url.
12858 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12859 New functions.
12860 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12861 (bibtex-key-in-head): Simplify.
12862 (bibtex-current-line): Use bolp.
12863 (bibtex-parse-keys): Remove unused arg `add'.
12864 Use bibtex-type-in-head and bibtex-key-in-head.
12865 (bibtex-parse-entry, bibtex-autofill-entry):
12866 Use bibtex-type-in-head and bibtex-key-in-head.
12867 (bibtex-autokey-get-field): Do not alter case of replacement text.
12868 (bibtex-autokey-get-names): Do all processing of name list.
12869 (bibtex-autokey-get-year): New function.
12870 (bibtex-autokey-get-title): Do all processing of title words.
12871 (bibtex-generate-autokey): Simplify.
12872 (bibtex-string-files-init): Use default-directory.
12873 Allow for absolute file names in bibtex-string-files.
12874 (bibtex-files, bibtex-file-path): New variables.
12875 (bibtex-files-expand): New function.
12876 (bibtex-find-entry-globally): New command.
12877 (bibtex-summary-function): New variable.
12878 (bibtex-summary): Default value of bibtex-summary-function.
12879 (bibtex-find-crossref): New optional args pnt and split.
12880 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12881 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12882 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12883 Fix handling of required and alternative fields.
12884 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12885 Use cons and display-buffer.
12886 (bibtex-validate-globally): New command.
12887 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12888 bibtex-parse-keys and bibtex-parse-strings for updating
12889 bibtex-reference-keys and bibtex-strings.
12890 (bibtex-realign): Remove blank lines past the last entry.
12891 (bibtex-reformat): Use bibtex-entry-format as default.
12892 (bibtex-choose-completion-string): Remove.
12893 (bibtex-complete): Do not use bibtex-choose-completion-string.
12894 (bibtex-url): Simplify.
12895
12896 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12897
12898 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12899 (x-dnd-types-alist, x-dnd-open-file-other-window)
12900 (x-dnd-known-types): Add :version.
12901
12902 2004-10-31 John Paul Wallington <jpw@gnu.org>
12903
12904 * ibuffer.el (group ibuffer): Add :version keyword.
12905
12906 2004-10-31 Kim F. Storm <storm@cua.dk>
12907
12908 * ido.el (group ido): Add :version keyword.
12909 (ido-mode): Remove :version keyword.
12910
12911 * emulation/cua-base.el (group cua): Add :version keyword.
12912 (cua-mode): Remove :version keyword.
12913
12914 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12915
12916 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12917
12918 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12919 compiler warning.
12920 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12921 function.
12922 (help-at-pt-display-when-idle): Remove autoload.
12923
12924 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12927
12928 2004-10-30 Juri Linkov <juri@jurta.org>
12929
12930 * help.el (function-called-at-point):
12931 * help-fns.el (variable-at-point): Read -> intern.
12932
12933 2004-10-30 Simon Josefsson <jas@extundo.com>
12934
12935 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12936 Recognize AS_* too.
12937
12938 2004-10-29 Simon Josefsson <jas@extundo.com>
12939
12940 * subr.el (read-passwd): Move back from password.el.
12941
12942 * password.el: Remove, not ready yet.
12943
12944 2004-10-29 Andreas Schwab <schwab@suse.de>
12945
12946 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12947
12948 2004-10-29 Sam Steingold <sds@gnu.org>
12949
12950 * mouse.el (mouse-show-mark): Replace the last occurrence of
12951 x-lost-selection-hooks with x-lost-selection-functions.
12952
12953 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12954
12955 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12956 x-lost-selection-functions is bound.
12957
12958 * mouse-sel.el (mouse-sel-mode):
12959 * emacs-lisp/lselect.el: Adjust to new names for
12960 x-(lost|sent)-selection-functions.
12961
12962 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12963 New obsolete aliases of x-lost-selection-functions and
12964 x-sent-selection-functions.
12965
12966 2004-10-28 Kim F. Storm <storm@cua.dk>
12967
12968 * imenu.el (imenu-scanning-message): Remove.
12969 (imenu-progress-message): Make it a no-op.
12970
12971 2004-10-28 John Paul Wallington <jpw@gnu.org>
12972
12973 * files.el (set-auto-mode): Call `throw' correctly.
12974
12975 2004-10-28 Juri Linkov <juri@jurta.org>
12976
12977 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12978 to search `Info-...' commands in `info' manual.
12979 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12980 Add 'info-file "emacs" property.
12981 (Info-find-emacs-command-nodes): Fix index line number regexp.
12982 Set real line number (instead of fake 0) in first element of the
12983 returned list.
12984 (Info-goto-emacs-command-node): Use line number of first element
12985 to set point in the first found Info node.
12986
12987 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12988 code to `grep-mode-font-lock-keywords'.
12989 (grep-mode-font-lock-keywords): Delete grep markers instead
12990 of making them invisible.
12991
12992 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12993
12994 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12995 and x-server-version in bug report.
12996
12997 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12998
12999 * files.el (set-auto-mode-0): New function.
13000 (set-auto-mode): Use it to handle aliased modes and to
13001 be consistent between C-x C-f and C-x C-w.
13002
13003 2004-10-28 Kenichi Handa <handa@m17n.org>
13004
13005 * international/utf-8.el (utf-translate-cjk-charsets):
13006 Add katakana-jisx0201.
13007
13008 * international/subst-jis.el: Add data for JISX0201.
13009
13010 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13011
13012 * obsolete/hilit19.el (hilit-mode): New function.
13013 Move all the toplevel side-effecting stuff into it, so that loading
13014 hilit19 doesn't mess everything up any more.
13015
13016 2004-10-27 Richard M. Stallman <rms@gnu.org>
13017
13018 * add-log.el (add-change-log-entry): Set up mailing address
13019 and full name later, and don't alter add-log-mailing-address
13020 or add-log-full-name.
13021
13022 * elide-head.el (elide-head): Change error to message.
13023 (elide-head-show): Likewise.
13024
13025 * apropos.el (apropos-macrop): Doc fix.
13026
13027 * mouse.el (mouse-show-mark): Do most processing the same
13028 regardless of transient-mark-mode.
13029
13030 * shadowfile.el (shadow-copy-files): Use interactive-p
13031 only to control whether to print a message.
13032
13033 * tar-mode.el (tar-mode): Use write-contents-functions,
13034 not write-contents-hooks.
13035
13036 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13037 directory-sep-char.
13038
13039 2004-10-27 Richard M. Stallman <rms@gnu.org>
13040
13041 * strokes.el (strokes-unload-hook): Fix previous change.
13042
13043 * type-break.el (type-break-run-at-time): Always use run-at-time;
13044 forget the alternatives.
13045 (type-break-cancel-function-timers): Always use cancel-function-timers;
13046 forget the alternatives.
13047
13048 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13049
13050 2004-10-27 Kenichi Handa <handa@m17n.org>
13051
13052 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13053
13054 * international/subst-gb2312.el: Likewise.
13055
13056 * international/subst-big5.el: Likewise.
13057
13058 * international/subst-ksc.el: Likewise.
13059
13060 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13061 New variable.
13062 (utf-translate-cjk-set-unicode-range): New function.
13063 (utf-translate-cjk-unicode-range): Make it customizable.
13064 (utf-8-post-read-conversion):
13065 Use utf-translate-cjk-unicode-range-string.
13066 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13067 Unicode ranges.
13068
13069 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13070
13071 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13072 trivial variants to shorten the list.
13073 (xml-based-modes): New var.
13074 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13075 declaration higher priority than auto-mode-alist.
13076
13077 * find-file.el (cc-other-file-alist): Bring it in line with
13078 cc-mode's auto-mode-alist entries and use \' instead of $.
13079
13080 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13081 and add "Id" and "Name" submenus to it.
13082
13083 * imenu.el (imenu--generic-function): Skip matches in comments.
13084
13085 2004-10-26 Jay Belanger <belanger@truman.edu>
13086
13087 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13088 (full-calc-keypad, calc-trail-display): Use an extra argument
13089 instead of `interactive-p'.
13090
13091 * calc/calc-misc.el (calc-other-window): Use an extra argument
13092 instead of `interactive-p'.
13093
13094 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13095 `interactive-p'.
13096
13097 2004-10-26 Kim F. Storm <storm@cua.dk>
13098
13099 * help.el (describe-key): Describe both down-event and up-event
13100 for a mouse click.
13101
13102 2004-10-26 Richard M. Stallman <rms@gnu.org>
13103
13104 * woman.el (woman): Don't call interactive-p.
13105
13106 * pcomplete.el (pcomplete): Instead of interactive-p,
13107 use an arg set non-nil by the interactive spec.
13108
13109 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13110 use an arg set non-nil by the interactive spec.
13111
13112 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13113 use an arg set non-nil by the interactive spec.
13114
13115 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13116
13117 * progmodes/flymake.el (flymake-split-string):
13118 Use `flymake-split-string-remove-empty-edges' in any case.
13119
13120 2004-10-26 Masatake YAMATO <jet@gyve.org>
13121
13122 * progmodes/flymake.el (flymake-err-line-patterns):
13123 Use `compilation-error-regexp-alist-alist' instead of
13124 `compilation-error-regexp-alist'.
13125
13126 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13129 verbatim face on the \ of \end{verbatim}.
13130
13131 2004-10-25 Jay Belanger <belanger@truman.edu>
13132
13133 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13134 erasing minibuffer.
13135
13136 2004-10-25 Simon Josefsson <jas@extundo.com>
13137
13138 * subr.el (read-passwd): Move to net/password.el.
13139
13140 * net/password.el (read-passwd): Add. Autoload it.
13141
13142 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13143
13144 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13145
13146 * simple.el (process-file): Fix logic.
13147
13148 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13149
13150 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13151 (increase-right-margin): Remove erroneous call to `interactive-p'.
13152
13153 2004-10-24 Kim F. Storm <storm@cua.dk>
13154
13155 * help.el (describe-mode): Fix 2004-10-13 change.
13156 Copy pure "Auto Fill" string so it can be propertized later
13157 without causing a read-only error.
13158
13159 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13160
13161 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13162 style indexes.
13163
13164 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13165
13166 * simple.el (process-file): Accept nil for INFILE. Reported by
13167 Luc Teirlinck.
13168
13169 2004-10-24 Masatake YAMATO <jet@gyve.org>
13170
13171 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13172 Handle periods and underscores in a function name.
13173 Remove the address fontification.
13174
13175 2004-10-24 Masatake YAMATO <jet@gyve.org>
13176
13177 * progmodes/asm-mode.el (asm-font-lock-keywords):
13178 Use font-lock-variable-name-face for registers.
13179
13180 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13181
13182 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13183 kill-all-local-variables.
13184 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13185 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13186 Use kill-all-local-variables and provide mode-hooks.
13187 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13188 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13189 Suggested by Masatake YAMATO <jet@gyve.org>.
13190
13191 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13192
13193 * simple.el (process-file): New function, similar to call-process
13194 but supports file handlers.
13195 * vc.el (vc-do-command): Use it, instead of call-process.
13196 * net/tramp-vc.el (vc-do-command): Do not advise it if
13197 process-file is fboundp.
13198 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13199 process-file.
13200 (tramp-handle-process-file): New function.
13201 (tramp-file-name-for-operation): Support process-file.
13202
13203 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13204
13205 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13206 (icalendar-weekdayabbrev-table)
13207 (icalendar-monthnumber-table): Delete.
13208 (icalendar--get-month-number): Use calendar-month-name-array.
13209 (icalendar--get-weekday-number): New function.
13210 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13211 (icalendar-export-region): Handle multi-line entries.
13212 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13213
13214 2004-10-23 John Paul Wallington <jpw@gnu.org>
13215
13216 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13217 `wildcards' set to t in interactive spec.
13218
13219 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13220 interactive spec rather than use `interactive-p'.
13221 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13222 rather than use function `interactive-p'.
13223
13224 2004-10-22 Kenichi Handa <handa@m17n.org>
13225
13226 * international/mule.el (translate-region): Implement it in Lisp
13227 as a front end of translate-region-internal.
13228
13229 2004-10-21 Jay Belanger <belanger@truman.edu>
13230
13231 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13232 Declare these variables with defvar.
13233
13234 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13235 is bound, only check to see if it is bound.
13236
13237 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13238
13239 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13240 Don't output messages.
13241
13242 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13243
13244 2004-10-21 John Paul Wallington <jpw@gnu.org>
13245
13246 * calc/calc-graph.el (calc-graph-init):
13247 Use `set-process-query-on-exit-flag'.
13248
13249 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13250
13251 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13252 dir right and also allow argumentless cd.
13253
13254 2004-10-19 Richard M. Stallman <rms@gnu.org>
13255
13256 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13257
13258 * eshell/em-unix.el (eshell-grep):
13259 Don't bind compilation-process-setup-function.
13260
13261 * comint.el (comint-insert-input): Use @ in `interactive'.
13262 (comint-input-filter-functions): Doc fix.
13263 (comint-kill-whole-line, comint-get-source): Doc fix.
13264
13265 * progmodes/compile.el (compilation-setup):
13266 Don't set buffer-read-only if MINOR is non-nil.
13267
13268 2004-10-19 Jay Belanger <belanger@truman.edu>
13269
13270 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13271 (calc-emacs-type-gnu19): Remove.
13272 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13273 Remove check for old emacs versions.
13274
13275 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13276 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13277 for current Emacs.
13278
13279 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13280 the end of the minibuffer.
13281 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13282 copy `esc-map'.
13283
13284 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13285
13286 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13287 call that would be given when the current emacs was used.
13288
13289 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13290
13291 * calendar/icalendar.el: Set coding to utf-8.
13292 (icalendar-version): Increase to 0.07.
13293 (icalendar-monthnumber-table): Change March pattern.
13294 (icalendar-get-all-event-properties)
13295 (icalendar-set-event-property): Delete.
13296 (icalendar-all-events): No longer interactive.
13297 (icalendar-convert-diary-to-ical)
13298 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13299 their replacements.
13300 (icalendar-export-file, icalendar-export-region): New functions;
13301 essentially old `icalendar-convert-diary-to-ical' but appending to
13302 target rather than overwriting.
13303 (icalendar-import-file): Append to target file rather than
13304 overwriting. Fourth arg deleted.
13305 (icalendar-import-buffer): New name for old
13306 `icalendar-extract-ical-from-buffer'.
13307 (icalendar--convert-string-for-import): New name for
13308 old `icalendar-convert-for-import'.
13309 (include-icalendar-files): Delete.
13310 Prefix for all internal functions changed from `icalendar-'
13311 to `icalendar--'.
13312
13313 2004-10-19 Richard M. Stallman <rms@gnu.org>
13314
13315 * paths.el (news-path): Fix previous change.
13316
13317 2004-10-18 Jay Belanger <belanger@truman.edu>
13318
13319 * calc/calc-help.el (calc-describe-bindings):
13320 Set `buffer-read-only' to nil while working in the keybindings buffer;
13321 remove some extra information from the keybindings buffer.
13322
13323 2004-10-18 David Ponce <david@dponce.com>
13324
13325 * mouse.el (mouse-drag-move-window-top): New function.
13326 (mouse-drag-mode-line-1): Use it.
13327
13328 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13329
13330 * info.el (Info-fontify-node): For multiline refs,
13331 arrange to unfontify newline and surrounding whitespace.
13332
13333 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13334
13335 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13336 directory is missing.
13337
13338 2004-10-17 John Paul Wallington <jpw@gnu.org>
13339
13340 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13341 New customizable variable; whether to display buffers that match
13342 `ibuffer-maybe-show-predicates' by default.
13343 (ibuffer-maybe-show-predicates): Mention it in docstring.
13344 (ibuffer-display-maybe-show-predicates): New variable.
13345 (ibuffer-update): Prefix arg now toggles whether buffers that
13346 match `ibuffer-maybe-show-predicates' should be displayed.
13347 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13348 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13349 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13350
13351 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13352
13353 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13354 work correctly.
13355
13356 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13357
13358 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13359 (Buffer-menu-beginning): New helper function.
13360 (Buffer-menu-execute): Use it.
13361 (Buffer-menu-select): Use it.
13362 (Buffer-menu-sort): Use it and also keep markers.
13363
13364 2004-10-17 Richard M. Stallman <rms@gnu.org>
13365
13366 * paths.el (news-directory): Rename from news-path. Old name alias.
13367 (rmail-spool-directory): Use defvar.
13368 (sendmail-program): Use defcustom.
13369 (remote-shell-program): Use defcustom.
13370 (term-file-prefix): Use defvar.
13371 (abbrev-file-name): Use defvar.
13372
13373 * term.el: Add maintainer.
13374
13375 * subr.el (with-local-quit): Return nil if there's a quit.
13376 (read-passwd): Use with-local-quit. Doc fix.
13377
13378 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13379 (strokes-unload-hook): Set as a variable with add-hook.
13380
13381 * startup.el (fancy-splash-tail, normal-splash-screen):
13382 Update copyright year.
13383
13384 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13385
13386 * server.el (server-unload-hook): Set as a variable with add-hook.
13387
13388 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13389
13390 * frame.el (special-display-popup-frame):
13391 Make the buffer current as its frame is created.
13392
13393 * delsel.el (delsel-unload-hook): Set as a variable.
13394
13395 * comint.el (comint-output-filter-functions):
13396 Add comint-watch-for-password-prompt.
13397 (comint-read-noecho): Function deleted.
13398 (send-invisible): Use read-passwd.
13399
13400 * fringe.el (fringe-mode-initialize): New function.
13401 (fringe-mode): Use fringe-mode-initialize as :initialize.
13402
13403 2004-10-17 Kim F. Storm <storm@cua.dk>
13404
13405 * language/indian.el (indian-script-language-alist): Swap value and doc.
13406 (indian-font-char-index-table): Doc fix.
13407
13408 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13411
13412 2004-10-16 Juri Linkov <juri@jurta.org>
13413
13414 * progmodes/compile.el (compilation-start): Move let-binding of
13415 `process-environment' into `with-current-buffer' body.
13416 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13417
13418 2004-10-16 Richard M. Stallman <rms@gnu.org>
13419
13420 * pcvs-util.el (cvs-bury-buffer):
13421 Don't call get-buffer-window for effect.
13422
13423 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13424
13425 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13426
13427 * msb.el (msb-unload-hook): Set the variable.
13428
13429 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13430 Use * to err if buffer is readonly.
13431
13432 * subr.el (looking-back): Return only t or nil.
13433
13434 * whitespace.el (whitespace-unload-hook): Set the variable.
13435
13436 * view.el (view-mode-enable): Set view-page-size and
13437 view-half-page-size to nil.
13438 (view-set-half-page-size-default): view-half-page-size = nil
13439 means the default.
13440 (View-scroll-page-forward): Use view-page-size-default.
13441 (View-scroll-page-backward): Likewise.
13442 (view-page-size, view-half-page-size): Doc fixes.
13443
13444 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13445
13446 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13447
13448 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13449 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13450 (byte-compile-log-1): Bind inhibit-read-only.
13451 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13452 (byte-compile-log-warning): Likewise.
13453 (byte-compile-file-form-require): Detect "cl" from the arg value.
13454
13455 * progmodes/compile.el (compilation-start): Assume compilation-mode
13456 will make the buffer read-only.
13457 (compilation-mode): Take arg name-of-mode.
13458 (compilation-setup): Make buffer read-only.
13459 (compilation-handle-exit): Bind inhibit-read-only.
13460
13461 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13462 (ispell-message): Likewise.
13463 (ispell-show-choices): Don't call get-buffer-window uselessly.
13464 (ispell-init-process): Use set-process-query-on-exit-flag.
13465
13466 2004-10-16 Kim F. Storm <storm@cua.dk>
13467
13468 * fringe.el (fringe-bitmaps): Only initialize when defined.
13469
13470 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13471 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13472
13473 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13474
13475 2004-10-15 Simon Josefsson <jas@extundo.com>
13476
13477 * net/password.el: Add.
13478
13479 2004-10-14 Masatake YAMATO <jet@gyve.org>
13480
13481 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13482 (gdb-script-end-of-defun): New function.
13483 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13484 `gdb-script-end-of-defun' as *-of-defun-function.
13485
13486 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13487
13488 * button.el (button-activate): Allow a marker to display as an action.
13489
13490 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13491
13492 * help.el (describe-mode): Use it to make minor mode list into
13493 hyperlinks.
13494
13495 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13496
13497 * vc.el (vc-annotate-display-select): Fix typo.
13498
13499 * subr.el (substitute-key-definition-key): New function.
13500 (substitute-key-definition): Use it with map-keymap.
13501 (event-modifiers): Use push.
13502 (mouse-movement-p, with-temp-buffer): Simplify.
13503
13504 2004-10-12 Jay Belanger <belanger@truman.edu>
13505
13506 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13507 New variables.
13508 (calc-help-index-entries): New function.
13509 (calc-describe-function): Use `calc-help-function-list' instead of
13510 obarray for completion.
13511 (calc-describe-variable): Use `calc-help-variable-list' instead
13512 of obarray for completion.
13513
13514 2004-10-12 Richard M. Stallman <rms@gnu.org>
13515
13516 * info-look.el (info-lookup-file): Add info-file property.
13517 (info-lookup-symbol): Likewise.
13518
13519 * info.el (info-xref): Add underlining.
13520 (info): Add info-file property.
13521 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13522
13523 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13524
13525 Sync with Tramp 2.0.45.
13526
13527 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13528 defined. This is not the case for XEmacs without package "edebug".
13529 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13530 remote files to the permissions of the original file. This is not
13531 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13532 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13533 (tramp-perl-decode): Fix an error in Perl implementation.
13534 $pending must be cleared every loop. Reported by Benjamin Place
13535 <benjaminplace@sprintmail.com>
13536
13537 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13538 Don't activate advice during definition. This is done later on,
13539 depending on test result of `substitute-in-file-name'.
13540 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13541
13542 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13545
13546 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13547
13548 2004-10-12 David Ponce <david@dponce.com>
13549
13550 * recentf.el (recentf-edit-list): Update the menu when the recentf
13551 list has been modified.
13552
13553 2004-10-12 Simon Josefsson <jas@extundo.com>
13554
13555 * net/tls.el (tls-certtool-program): New variable.
13556 (tls-certificate-information): New function, based on
13557 ssl-certificate-information.
13558
13559 2004-10-12 Kenichi Handa <handa@m17n.org>
13560
13561 * international/mule.el (coding-system-equal): Move from mule-util.el.
13562
13563 * international/mule-util.el (coding-system-equal): Move to mule.el.
13564
13565 2004-10-12 Kim F. Storm <storm@cua.dk>
13566
13567 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13568 reset kmacro-initial-counter-value if set.
13569 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13570 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13571 (kmacro-display): Show macro counter if non-zero.
13572
13573 * subr.el (substitute-key-definition): Mention command remapping
13574 in doc string.
13575
13576 2004-10-11 Jay Belanger <belanger@truman.edu>
13577
13578 * calc/calc-misc.el (calc-info-goto-node): New function.
13579 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13580 node in one step.
13581 (calc-describe-copying, calc-describe-distribution)
13582 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13583 Go to appropriate info node in one step.
13584
13585 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13586
13587 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13588
13589 * font-lock.el (font-lock-apply-highlight): Fix last change.
13590
13591 2004-10-11 Simon Josefsson <jas@extundo.com>
13592
13593 * mail/smtpmail.el (smtpmail-open-stream): Look for
13594 starttls-gnutls-program instead of starttls-program iff
13595 starttls-use-gnutls is non-nil.
13596 (smtpmail-open-stream): Don't overwrite user settings of
13597 starttls-extra-arguments and starttls-extra-args.
13598
13599 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * comint.el (comint-mouse-insert-input): Remove.
13602 (comint-insert-input): Make it work for mouse bindings.
13603 (comint-mode-map): Move defs into the declaration.
13604 (comint-output-filter): Typo.
13605
13606 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13607
13608 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13609
13610 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13611 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13612 ange-ftp-remote-shell.
13613
13614 2004-10-10 Andreas Schwab <schwab@suse.de>
13615
13616 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13617 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13618 Reported by <sri@asu.edu>.
13619
13620 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13621
13622 * vc.el (vc-annotate-mode): Remove variable.
13623 (vc-annotate-display-select): Only call vc-annotate-mode
13624 if we're not in that mode already.
13625
13626 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13629 (imenu-choose-buffer-index): Check here for rescan instead.
13630
13631 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13632 where the face expression evals to nil.
13633
13634 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13635 (tex-font-lock-keywords-2): Use it.
13636 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13637
13638 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13639
13640 2004-10-09 Kim F. Storm <storm@cua.dk>
13641
13642 * subr.el (progress-reporter-update): Define before first usage.
13643 (make-progress-reporter): Doc fix.
13644
13645 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13646
13647 * textmodes/paragraphs.el (sentence-end-double-space)
13648 (sentence-end-without-period, sentence-end-without-space)
13649 (sentence-end): Doc fixes.
13650
13651 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13652
13653 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13654 Change paragraph-start regexp so we don't fill code starting with #'(.
13655
13656 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13657
13658 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13659 New defcustom.
13660 (extract-address-components): Use it.
13661
13662 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13663
13664 * subr.el (make-progress-reporter, progress-reporter-update)
13665 (progress-reporter-force-update, progress-reporter-do-update)
13666 (progress-reporter-done): New functions.
13667
13668 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13669
13670 * progmodes/etags.el (etags-tags-completion-table): Use progress
13671 reporter.
13672 (etags-tags-apropos): Likewise.
13673
13674 2004-10-08 Alan Mackenzie <acm@muc.de>
13675
13676 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13677 of current line.
13678
13679 2004-10-08 Masatake YAMATO <jet@gyve.org>
13680
13681 * server.el (server-process-filter): Wrap `process-send-region'
13682 by `condition-case' to guard the case when the pipe to PROC is closed.
13683
13684 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13685
13686 * xml.el (xml-substitute-special): Limit handling of external entities.
13687
13688 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13689
13690 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13691
13692 2004-10-06 John Paul Wallington <jpw@gnu.org>
13693
13694 * xml.el (xml-parse-dtd): Fix `error' call.
13695
13696 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13697
13698 * xml.el (xml-substitute-special): Return a single string instead
13699 of a list of strings if an entity substitution is made.
13700
13701 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13702
13703 * calendar/icalendar.el: New file.
13704
13705 2004-10-05 Juri Linkov <juri@jurta.org>
13706
13707 * isearch.el (isearch-done): Set mark after running hook.
13708 Reported by Drew Adams <drew.adams@oracle.com>.
13709
13710 * info.el (Info-history, Info-toc): Fix Info headers.
13711 (Info-toc): Narrow buffer before Info-fontify-node.
13712 (Info-build-toc): Don't check for special Info file names.
13713 Set main-file to nil if Info-find-file returns a symbol.
13714
13715 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13716
13717 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13718 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13719 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13720
13721 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13722
13723 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13724 for old interactive spec from calendar-goto-iso-date.
13725 (calendar-goto-iso-date): Use it.
13726 (calendar-goto-iso-week): New function. Suggested by Emilio
13727 C. Lopes <eclig@gmx.net>.
13728
13729 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13730
13731 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13732 `set-right-margin' bindings that follow the minor mode conventions.
13733
13734 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13737 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13738 (latex-block-args-alist): Add minipage and picture.
13739 (latex-block-body-alist): Use reftex-label if enabled.
13740 (latex-insert-block): Don't insert a \n if not necessary.
13741 (tex-compile-commands): Make sure dvips doesn't send to printer.
13742 (tex-compile-default): Handle the case where no executable is found.
13743 (latex-noindent-environments): New var.
13744 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13745 If tex-indent-allhanging is non-nil, make sure we only align for macros
13746 at beginning of line.
13747
13748 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13749
13750 * newcomment.el (comment-beginning): Doc fix and don't choke on
13751 unset `comment-end-skip' when at beginning of comment.
13752
13753 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13754
13755 * term.el (term-adjust-current-row-cache): Don't allow the current
13756 row to become negative.
13757 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13758 the end of the line. Fix scroll down. Add comments.
13759 (term-handle-ansi-escape): Don't exceed terminal width when moving
13760 right.
13761 (term-scroll-region): Move the cursor after setting the scroll region.
13762
13763 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13764
13765 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13766 to `width' for consistency with docstring. Doc fix.
13767
13768 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13769
13770 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13771 This is necessary for derived modes.
13772
13773 2004-09-30 Kim F. Storm <storm@cua.dk>
13774
13775 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13776 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13777
13778 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13779 kmacro-extract-lambda functions.
13780 (edit-kbd-macro): Handle kmacro lambda forms.
13781 Include counter and counter format in edit buffer.
13782 (edmacro-finish-edit): Get counter and format from edit buffer and
13783 update kmacro bindings when found.
13784
13785 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13786
13787 * textmodes/paragraphs.el (forward-paragraph):
13788 Avoid args-out-of-range error when point winds up at the beginning of
13789 the buffer and hard newlines are enabled.
13790
13791 * newcomment.el (comment-multi-line): Doc fix.
13792
13793 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13794
13795 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13796 (diff-fixup-modifs): Catch unified-diff file-headers.
13797
13798 2004-09-29 Kim F. Storm <storm@cua.dk>
13799
13800 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13801 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13802 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13803
13804 * fringe.el (fringe-bitmap-p): New macro.
13805 (fringe-bitmaps): Add standard fringe bitmaps on load.
13806
13807 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13808
13809 * dired.el (dired-view-command-alist): Use more efficient regexps.
13810 Remove dubious arguments.
13811 (dired-align-file): New function.
13812 (dired-insert-directory): Use it.
13813 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13814 (dired-buffers-for-dir): Remove unused var `pattern'.
13815
13816 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13817
13818 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13819 from diary display excursion. Store diary buffer's point for
13820 `simple-diary-display'.
13821 (simple-diary-display): Set window point and start when
13822 displaying buffer, to preserve point.
13823
13824 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13825
13826 * textmodes/enriched.el (enriched-translations): Replace defconst
13827 with defvar.
13828
13829 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13830
13831 * printing.el: Doc fix.
13832 (pr-version): New version number (6.8.1).
13833 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13834 make-temp-name.
13835 (pr-delete-file): Check if file exists before deleting it.
13836 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13837
13838 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * term.el (term-display-table): New variable.
13841 (term-mode): Use it.
13842 (term-exec-1): Set the coding system to binary.
13843 (term-emulate-terminal): Decode the string before inserting it.
13844
13845 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13846
13847 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13848 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13849 (map): Bind S-prior, S-next and S-insert.
13850 (term-mode): Set `indent-tabs-mode' to nil.
13851 (term-paste): New function to be bound to S-insert.
13852 (term-send-del, term-send-backspace): Change the strings sent.
13853 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13854 (term-handle-colors-array): Fix handling of underline and reverse.
13855 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13856 (term-erase-in-line): Fix comparison.
13857 (term-emulate-terminal): Fix line wrap handling.
13858 (term-start-output-log): Rename from `term-set-output-log'.
13859 (term-stop-output-log): Rename from `term-stop-photo'.
13860 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13861
13862 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * dired.el (dired-move-to-filename): Don't output a message if
13865 raise-error is non-nil. Fix return position and value.
13866
13867 * files.el (insert-directory): Obey --dired even with symlinks.
13868
13869 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13870
13871 * ls-lisp.el (ls-lisp-format): Mark file names with property
13872 dired-filename.
13873
13874 2004-09-25 Kim F. Storm <storm@cua.dk>
13875
13876 * ido.el (ido-max-directory-size): New defcustom.
13877 (ido-decorations): Add "too big" element.
13878 (ido-directory-too-big): New dynamic var.
13879 (ido-may-cache-directory): Don't cache big directories.
13880 (ido-directory-too-big-p): New defun.
13881 (ido-set-current-directory): Update ido-directory-too-big.
13882 (ido-read-internal): Make empty ido-cur-item if too-big.
13883 (ido-buffer-internal): Use ido-read-internal directly instead of
13884 ido-read-buffer.
13885 (ido-file-internal): Init ido-directory-too-big.
13886 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13887 and redo completion with full list.
13888 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13889 it, and show completions.
13890 (ido-all-completions): Let bind ido-directory-too-big to nil.
13891 (ido-exhibit): Handle ido-directory-too-big.
13892 (ido-read-buffer): Handle fallback to read-buffer.
13893 Init ido-directory-too-big.
13894 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13895 Init ido-directory-too-big.
13896
13897 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13898
13899 * subr.el (delay-mode-hooks): Doc fix.
13900
13901 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13902
13903 * textmodes/enriched.el
13904 (enriched-default-text-properties-local-flag): New variable.
13905 (enriched-mode): Make sure that enabling and disabling the mode is
13906 a no-op. Doc fix.
13907
13908 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13909
13910 * calendar/holidays.el (holiday-advent): Report on a specified day
13911 offset from advent, not just advent.
13912 (holiday-easter-etc): Report on one specified day offset from
13913 easter, not all easter holidays. Various Easter holidays moved to
13914 `christian-holidays' variable in calendar.el.
13915 * calendar/calendar.el (christian-holidays): Adapt for new
13916 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13917
13918 2004-09-23 Kim F. Storm <storm@cua.dk>
13919
13920 * image.el (insert-sliced-image): Add doc string.
13921
13922 * ido.el (ido-choice-list): New dynamic var for `list' context.
13923 (ido-context-switch-command): New dynamic var.
13924 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13925 (ido-read-internal): Handle new `list' context.
13926 Handle insert-buffer and insert-file ido-exit values.
13927 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13928 ido-context-switch-command. Handle insert-file ido-exit value.
13929 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13930 unless it is already bound by caller.
13931 (ido-file-internal): New arg switch-cmd. Use it to setup
13932 ido-context-switch-command. Handle insert-buffer ido-exit value.
13933 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13934 used for context switching.
13935 (ido-all-completions): Handle new `list' context.
13936 (ido-make-choice-list): Return choices for `list' context.
13937 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13938 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13939 (ido-insert-buffer, ido-insert-file): Setup context switching.
13940 (ido-exhibit): Handle `list' context.
13941 (ido-read-file-name): Disable context switching. Handle fallback.
13942 (ido-read-directory-name): Disable context switching.
13943 (ido-completing-read): New defun like completing-read. Setup and
13944 use new `list' context.
13945
13946 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13947
13948 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13949
13950 2004-09-21 Jay Belanger <belanger@truman.edu>
13951
13952 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13953 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13954 separate window.
13955
13956 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13957
13958 * subr.el (after-change-major-mode-hook): Doc fix.
13959
13960 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13961
13962 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13963 of ghostscript for monochrome PostScript file in Windows.
13964
13965 2004-09-21 Kenichi Handa <handa@m17n.org>
13966
13967 * descr-text.el (describe-char): Checking of quail activation fixed.
13968
13969 2004-09-21 Jay Belanger <belanger@truman.edu>
13970
13971 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13972
13973 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13974
13975 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13976 after the mode hooks instead of before. Doc fix.
13977
13978 2004-09-20 Jason Rumney <jasonr@gnu.org>
13979
13980 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13981 _emacs, but revert to .emacs if neither exists in home directory.
13982
13983 2004-09-20 John Paul Wallington <jpw@gnu.org>
13984
13985 * bindings.el (completion-ignored-extensions): Add .dfsl.
13986
13987 2004-09-20 Richard M. Stallman <rms@gnu.org>
13988
13989 * bindings.el (scroll-left): Make it disabled.
13990
13991 * files.el (enable-local-eval): Doc fix.
13992
13993 * indent.el (move-to-left-margin): Special case for minibuffer.
13994
13995 * term.el (term-emulate-terminal): Turn off undo for output.
13996 Use with-current-buffer and save-selected-window.
13997
13998 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13999
14000 * progmodes/make-mode.el (makefile-fill-paragraph):
14001 Don't insist on spaces when looking for comments. # is enough.
14002
14003 * files.el (hack-local-variables): Copy the variables list
14004 to another buffer, strip prefixes and suffixes there, then read.
14005 (enable-local-eval): Doc fix.
14006 (ignored-local-variables): Initialize to nil.
14007 (risky-local-variable-p): Don't check ignored-local-variables here.
14008 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14009
14010 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14011
14012 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14013 of = to "." (punctuation).
14014
14015 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14016
14017 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14018
14019 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14020
14021 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14022 (enriched-before-change-major-mode): New function.
14023 Add it to `change-major-mode-hook'.
14024 (enriched-after-change-major-mode): New function.
14025 Add it to `after-change-major-mode-hook'.
14026 (enriched-mode): Make it work correctly if called from
14027 `after-change-major-mode-hook'.
14028 No longer set `indent-line-function'.
14029
14030 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14031
14032 * subr.el (after-change-major-mode-hook): New variable.
14033 (run-mode-hooks): Implement it.
14034
14035 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14036
14037 * battery.el (battery-linux-proc-apm): Use string-to-number.
14038 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14039 Use dolist (and less indentation). Use erase-buffer.
14040 Pre-initialize `design-capacity', `warn', and `low'.
14041 (battery-format): Use replace-regexp-in-string.
14042
14043 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14044
14045 * battery.el: Delete superfluous empty lines.
14046 (battery-linux-proc-acpi): Attempt to gather information from all
14047 battery subdirectories regardless of their file name.
14048 (battery-linux-proc-apm): Replace all occurrences of
14049 battery-hex-to-int-2 with string-to-int (base 16).
14050 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14051 (battery-hex-map): Delete variable.
14052
14053 2004-09-18 John Paul Wallington <jpw@gnu.org>
14054
14055 * calc/calc-units.el (calc-quick-units): Fix overzealous
14056 s/or/unless/.
14057
14058 2004-09-17 Jay Belanger <belanger@truman.edu>
14059
14060 * calc/calc.el (calc-mode-var-list): Fix the value of
14061 `calc-matrix-brackets'.
14062
14063 2004-09-17 Romain Francoise <romain@orebokech.com>
14064
14065 * ibuf-ext.el (define-ibuffer-filter filename):
14066 Expand dired-directory since buffer-file-name is absolute.
14067
14068 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14069
14070 * ediff-init.el (ediff-current-diff-face-A)
14071 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14072 (ediff-current-diff-face-Ancestor)
14073 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14074 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14075 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14076 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14077 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14078 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14079 Use min-colors.
14080
14081 * term.el (term-down): Perform vertical motion if DOWN is negative.
14082 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14083 (term-termcap-format): Synchronize with the eterm terminfo entry
14084 in etc/e/eterm.ti.
14085 (term-handle-colors-array): If the current foreground or
14086 background are zero (i.e. unspecified), use the foreground and
14087 background of the default face for reverse video.
14088 (term-ansi-at-eval-string, term-ansi-default-fg)
14089 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14090 (term-mem): Delete unused function.
14091 (term-protocol-version): Increment.
14092 (term-current-face): Set to default.
14093
14094 2004-09-15 Jay Belanger <belanger@truman.edu>
14095
14096 * calc/calc.el (calc-mode-var-list): Define this variable.
14097 (calc-always-load-extensions, calc-line-numbering)
14098 (calc-line-breaking, calc-display-just, calc-display-origin)
14099 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14100 (calc-group-char, calc-point-char, calc-frac-format)
14101 (calc-prefer-frac, calc-hms-format, calc-date-format)
14102 (calc-float-format, calc-full-float-format, calc-complex-format)
14103 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14104 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14105 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14106 (calc-matrix-brackets, calc-language, calc-language-option)
14107 (calc-left-label, calc-right-label, calc-word-size)
14108 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14109 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14110 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14111 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14112 (calc-window-height, calc-display-trail, calc-show-selections)
14113 (calc-use-selections, calc-assoc-selections)
14114 (calc-display-working-message, calc-auto-why, calc-timing)
14115 (calc-mode-save-mode, calc-standard-date-formats)
14116 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14117 (calc-user-parse-tables, calc-gnuplot-default-device)
14118 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14119 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14120 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14121 (calc-invocation-macro, calc-show-banner): Give these values as
14122 part of `calc-mode-var-list's initialization after the variables
14123 are declared with defvar.
14124 (calc-bug-address): Change email address to send bug reports to.
14125 Change the maintainer address at the top.
14126 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14127 than "\\.emacs" to determine if it is the user-init-file.
14128
14129 * calc/calc-embed.el (calc-embedded-set-modes): Use
14130 `calc-mode-var-list' correctly.
14131
14132 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14133
14134 * vc.el (annotate-time): Document point handling.
14135 (vc-annotate-display-autoscale): Doc fix.
14136
14137 2004-09-15 Miles Bader <miles@gnu.org>
14138
14139 * generic.el (generic-make-keywords-list): Use symbol rather than
14140 word anchors in regexp.
14141
14142 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14143
14144 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14145 no file name consider `dired-directory'.
14146
14147 2004-09-14 Kim F. Storm <storm@cua.dk>
14148
14149 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14150
14151 2004-09-14 Simon Josefsson <jas@extundo.com>
14152
14153 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14154
14155 * textmodes/dns-mode.el: Add.
14156
14157 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14158
14159 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14160 (disabled-command-function): Make the ?\ char more obvious.
14161
14162 * vc-arch.el (vc-arch-root, vc-arch-registered):
14163 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14164
14165 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14166
14167 * windmove.el (windmove-frame-edges): Report coordinates of
14168 outside edges of frame, not inside edges.
14169 (windmove-coordinates-of-position): Convert into wrapper to new
14170 function `windmove-coordinates-of-window-position';
14171 `compute-motion' always applies to selected window.
14172 (windmove-coordinates-of-position): Update documentation to refer
14173 to Emacs 21 Lisp Reference Manual.
14174 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14175
14176 2004-09-13 Kim F. Storm <storm@cua.dk>
14177
14178 * isearch.el (isearch-resume-in-command-history): Rename from
14179 isearch-resume-enabled and change default to nil.
14180
14181 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14182
14183 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14184 (vc-registered): Use it.
14185 (vc-find-root): New fun.
14186
14187 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14188 Don't tell to use \\{...} when it's already done.
14189
14190 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14191 Provide a sample complex default.
14192 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14193 (bibtex-entry): Use mapc.
14194
14195 2004-09-12 Kim F. Storm <storm@cua.dk>
14196
14197 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14198
14199 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14200 inhibit-field-text-motion to t so rectangles work in comint buffers.
14201
14202 * simple.el (choose-completion-string): Set buffer before running
14203 choose-completion-string-functions hook so it can be buffer-local.
14204
14205 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14206
14207 * progmodes/compile.el (compilation-start): Parse command to see
14208 if it starts with a cd, and if so perform it for the *compilation*
14209 buffer. Change the header to reflect this.
14210
14211 2004-09-11 Kim F. Storm <storm@cua.dk>
14212
14213 * ido.el (ido-enable-dot-prefix): Doc fix.
14214 (ido-enable-dot-prefix): New defcustom.
14215 (ido-set-matches1): Use it.
14216
14217 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14218
14219 * textmodes/bibtex.el (bibtex-mark-active)
14220 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14221
14222 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14223
14224 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14225 used in a case insensitive environment.
14226 (bibtex-mode-map): Rearrange order of menus.
14227 (bibtex-quoted-string-re): Obsolete.
14228 (bibtex-complete-key-cleanup): Variable replaced by new function.
14229 (bibtex-font-lock-keywords): Use backquotes.
14230 (bibtex-font-lock-url-regexp): New internal variable.
14231 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14232 "OPT" and "ALT".
14233 (bibtex-insert-current-kill, bibtex-make-field)
14234 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14235 (bibtex-parse-field-text): Simplify.
14236 (bibtex-string=): New helper function.
14237 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14238 (bibtex-map-entries): Use bibtex-string=.
14239 (bibtex-search-entry): Use not.
14240 (bibtex-enclosing-field): Fix docstring.
14241 (bibtex-assoc-regexp): Obsolete.
14242 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14243 (bibtex-autokey-get-names): Handle empty name field.
14244 (bibtex-parse-strings): Use assoc-string and unless.
14245 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14246 Use assoc-string.
14247 (bibtex-pop): Simplify.
14248 (bibtex-mode): Set font-lock-extra-managed-props.
14249 (bibtex-entry-update): Use assoc-string.
14250 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14251 (bibtex-autofill-entry): Use bibtex-string=.
14252 (bibtex-print-help-message): Simplify.
14253 (bibtex-find-entry): New optional arg START.
14254 (bibtex-validate): Use bibtex-string= and assoc-string.
14255 Do not call obsolete function compilation-parse-errors.
14256 (bibtex-remove-delimiters): Only remove delimiters if present.
14257 (bibtex-copy-entry-as-kill): Add docstring.
14258 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14259 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14260 (bibtex-complete): Use bibtex-predefined-month-strings,
14261 bibtex-string=, and new function bibtex-complete-key-cleanup.
14262 (bibtex-generate-url-list): New variable.
14263 (bibtex-url): New command bound to C-c C-l and mouse-2.
14264 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14265 (bibtex-font-lock-url): New function.
14266
14267 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14270
14271 2004-09-09 Kim F. Storm <storm@cua.dk>
14272
14273 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14274 counter and format with binding.
14275 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14276 the declared macro uses own macro counter and format. Give symbol
14277 kmacro property.
14278 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14279 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14280 (kmacro-end-and-call-macro): Doc fix.
14281
14282 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14283
14284 * desktop.el (desktop-clear-preserve-buffers):
14285 Remove make-obsolete-variable.
14286
14287 2004-09-08 Richard M. Stallman <rms@gnu.org>
14288
14289 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14290 with the buffer as argument.
14291
14292 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14293
14294 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14295
14296 2004-09-08 Juri Linkov <juri@jurta.org>
14297
14298 * replace.el (perform-replace): Use `query-replace-descr'.
14299
14300 * cus-start.el (history-delete-duplicates): Specify customization.
14301
14302 * diff-mode.el (diff-mode-map):
14303 * progmodes/compile.el (compilation-mode-map):
14304 * progmodes/grep.el (grep-mode-map):
14305 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14306 to `next-error-follow-minor-mode'.
14307
14308 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14309
14310 * isearch.el (isearch-lazy-highlight-update): Take into account
14311 the case of zero-length match at the search bound.
14312
14313 2004-09-08 Kim F. Storm <storm@cua.dk>
14314
14315 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14316 change. Use zero width overlays when necessary.
14317
14318 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14319
14320 * subr.el (split-string): Docfix.
14321
14322 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14323
14324 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14325 (display-call-tree): Ensure newline after caller/calls blocks.
14326
14327 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14328
14329 * startup.el (command-line-1): Make option
14330 --directory/-L modify `load-path' straight away.
14331
14332 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14333
14334 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14335
14336 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14337
14338 * emacs-lisp/autoload.el (make-autoload):
14339 Handle `define-compilation-mode'.
14340
14341 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14342 Specify `doc-string-elt' property.
14343
14344 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14345
14346 * bs.el (bs-mode): Doc fix.
14347
14348 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14349
14350 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14351
14352 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14353
14354 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14355
14356 2004-09-08 Kenichi Handa <handa@m17n.org>
14357
14358 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14359 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14360 ps-mule-next-point -> 1+).
14361
14362 * composite.el (encode-composition-rule): Add autoload cookie.
14363
14364 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14365
14366 * format.el (buffer-auto-save-file-format): Make it permanent local.
14367
14368 2004-09-07 Kim F. Storm <storm@cua.dk>
14369
14370 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14371 (authors-fixed-entries): Fix typo.
14372 (authors-canonical-author-name): Compact multiple spaces.
14373 Ignore trivial names (e.g. only first name).
14374
14375 * term.el (term-window-width): Only use full window width on
14376 window system if overflow-newline-into-fringe is enabled.
14377 (term-mode): Don't disable overflow-newline-into-fringe.
14378
14379 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14382 motion as seen on my Mac OS X xterms.
14383
14384 * newcomment.el (uncomment-region-default, comment-region-default):
14385 New functions extracted from uncomment-region and comment-region.
14386 (comment-region, comment-region-function, uncomment-region)
14387 (uncomment-region-function): Use them.
14388
14389 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14390
14391 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14392 It's not crucial but can make sense at times.
14393
14394 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14395 the first commit.
14396
14397 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14398 Disable obsolete code.
14399
14400 2004-09-07 Juri Linkov <juri@jurta.org>
14401
14402 * progmodes/grep.el (grep-highlight-matches): Change default from
14403 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14404 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14405 if grep option `--color' is available, or to `nil' otherwise.
14406 (grep-process-setup): Call `grep-compute-defaults' if
14407 `grep-highlight-matches' is not computed. Set env-vars only
14408 if `grep-highlight-matches' is `t'.
14409 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14410 is already defined).
14411
14412 * progmodes/compile.el (compilation-start): Use copy of
14413 `process-environment' created by `copy-sequence' to not
14414 modify env-vars in the global `process-environment'.
14415
14416 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14417
14418 * simple.el (next-error-follow-minor-mode): Fix last change.
14419
14420 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14421
14422 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14423 permanent local.
14424
14425 2004-09-04 Richard M. Stallman <rms@gnu.org>
14426
14427 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14428 highlighting if the search string is empty.
14429
14430 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14431
14432 * facemenu.el (facemenu-active-faces): Change condition of inner
14433 `while' loop to also check the first two elements of `face-atts'
14434 and `mask-atts'.
14435
14436 2004-09-04 John Paul Wallington <jpw@gnu.org>
14437
14438 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14439 (thumbs-view-image-mode): Make buffer read-only.
14440
14441 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14442
14443 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14444 (ispell-check-version): Set it.
14445 (ispell-send-replacement): New function.
14446 (ispell-process-line): Call ispell-send-replacement.
14447
14448 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14449
14450 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14451 Support choosing seconds with "s".
14452
14453 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14454
14455 * terminal.el (te-escape): Show `?' in prompt for help key.
14456
14457 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14458
14459 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14460
14461 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14462
14463 * simple.el (next-error-follow-minor-mode)
14464 (next-error-follow-mode-post-command-hook): New functions.
14465 (next-error-follow-last-line): New defvar.
14466
14467 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14468 * progmodes/compile.el (compilation-mode-map): Likewise.
14469 * progmodes/grep.el (grep-mode-map): Likewise.
14470 * replace.el (occur-mode-map): Likewise.
14471
14472 * newcomment.el (uncomment-region): Bind comment-use-global-state
14473 to nil.
14474
14475 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14476
14477 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14478 locally around the call to `revert-buffer'.
14479
14480 2004-09-03 Juri Linkov <juri@jurta.org>
14481
14482 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14483 `isearch-adjusted' to `t'.
14484 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14485 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14486 (isearch-other-meta-char): Restore isearch-point unconditionally.
14487 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14488 Set point to start of match if region is not active in transient
14489 mark mode (to include the current match to region boundaries).
14490 Push the search string to `query-replace-from-history-variable'.
14491 Add prompt "Query replace regexp" for isearch-regexp.
14492 Add region beginning/end as last arguments of `perform-replace.'
14493 (isearch-query-replace-regexp): Replace code by the call to
14494 `isearch-query-replace' with arg `t'.
14495
14496 2004-09-03 Richard M. Stallman <rms@gnu.org>
14497
14498 * startup.el (normal-top-level): Undo previous TERM change.
14499
14500 2004-09-03 Kim F. Storm <storm@cua.dk>
14501
14502 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14503 highlight overlays; allow using RET when cursor is over a button.
14504 (cua--highlight-rectangle): Use it.
14505 (cua--rectangle-set-corners): Don't move backwards at eol.
14506 (cua--forward-line): Don't move into void after eob.
14507
14508 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14509 point is set (and displayed) inside rectangle.
14510 (cua--rectangle-operation): Fix for highlight of empty lines.
14511 (cua--highlight-rectangle): Fix highlight for tabs.
14512 Position cursor at left/right edge of rectangle using new `cursor'
14513 property on overlay strings.
14514 (cua--indent-rectangle): Don't tabify.
14515 (cua-rotate-rectangle): Ignore that point has moved.
14516
14517 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14518
14519 * term/mac-win.el: Add ASCII equivalents for some function keys.
14520 (mode-line-frame-identification): Sync with x-win.el.
14521
14522 2004-09-02 Juri Linkov <juri@jurta.org>
14523
14524 * progmodes/compile.el (compilation-buffer-name): Compare major
14525 mode with second element of compilation-arguments instead of third
14526 to reflect latest changes in compilation-arguments structure.
14527 (recompile): Use global variable `compilation-directory' to get
14528 recent compilation directory only when `recompile' is invoked NOT
14529 in the compilation buffer. Otherwise, use `default-directory' of
14530 the compilation buffer.
14531 (compilation-error-properties): Allow to funcall col and end-col.
14532 (compilation-mode-font-lock-keywords): Check col and end-col by
14533 `integerp'.
14534 (compilation-goto-locus): If end-mk is non-nil in transient mark
14535 mode don't activate the mark (and don't display message in
14536 push-mark), but highlight overlay between mk and end-mk.
14537
14538 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14539 (grep-regexp-alist): Add rule to highlight grep matches.
14540 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14541
14542 * info.el (Info-fontify-node): Don't compute other-tag
14543 if Info-hide-note-references=hide.
14544
14545 * help.el (function-called-at-point):
14546 * help-fns.el (variable-at-point):
14547 Try `find-tag-default' when other methods failed.
14548
14549 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14550 Do not push mark if inhibit-mark-movement is non-nil.
14551
14552 * textmodes/ispell.el (ispell-html-skip-alists):
14553 Fix backslashes in docstring.
14554
14555 2004-09-01 Juri Linkov <juri@jurta.org>
14556
14557 * isearch.el (isearch-wrap-function)
14558 (isearch-push-state-function): New defvars.
14559 (isearch-pop-fun-state): New defsubst.
14560 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14561 (isearch-push-state): Set the result of calling
14562 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14563 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14564 restore the mode-specific starting point of terminated search.
14565 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14566 (isearch-repeat): Call `isearch-wrap-function' if defined.
14567 (isearch-message-prefix): Don't add prefix "over" to the message
14568 for wrapped search if `isearch-wrap-function' is defined.
14569 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14570 restore the mode-specific starting point of failed search.
14571
14572 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14573 (Info-search): Add new optional arguments for the sake of isearch.
14574 Replace whitespace in Info-search-whitespace-regexp literally.
14575 Add backward search. Don't call `Info-select-node' if regexp is
14576 found in the same Info node. Don't add node to Info-history for
14577 wrapped isearch.
14578 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14579 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14580 (Info-mode): Set local variables `isearch-search-fun-function',
14581 `isearch-wrap-function', `isearch-push-state-function',
14582 `search-whitespace-regexp'.
14583
14584 * isearch.el: Remove ancient Change Log section.
14585 (isearch-string, isearch-message-string, isearch-point)
14586 (isearch-success, isearch-forward-flag, isearch-other-end)
14587 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14588 (isearch-barrier, isearch-within-brackets)
14589 (isearch-case-fold-search): Add suffix `-state' to state-related
14590 defsubsts to avoid name clashes with other function names.
14591
14592 * simple.el (next-error): New defgroup and defface.
14593 (next-error-highlight, next-error-highlight-no-select):
14594 New defcustoms.
14595 (next-error-no-select): Let-bind next-error-highlight to the value
14596 of next-error-highlight-no-select before calling `next-error'.
14597
14598 * progmodes/compile.el (compilation-goto-locus):
14599 Use `next-error' face instead of `region'. Set 4-th argument of
14600 `move-overlay' to `current-buffer' to move overlay to different
14601 source buffers. Use new variable `next-error-highlight'.
14602
14603 * simple.el (next-error-find-buffer): Move the rule
14604 "if current buffer is a next-error capable buffer" after the
14605 rule "if next-error-last-buffer is set to a live buffer".
14606 Simplify to test all rules in one `or'.
14607 (next-error): Doc fix.
14608 (next-error, previous-error, first-error)
14609 (next-error-no-select, previous-error-no-select):
14610 Make arguments optional.
14611
14612 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14613
14614 * macros.el (apply-macro-to-region-lines): Make it operate on all
14615 lines that begin in the region, rather than on all complete lines
14616 in the region.
14617
14618 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14619
14620 * x-dnd.el (x-dnd-protocol-alist): Document update.
14621 (x-dnd-known-types): Defcustom it.
14622 (x-dnd-handle-motif): Print message-atom in error message.
14623
14624 2004-08-30 John Paul Wallington <jpw@gnu.org>
14625
14626 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14627 strings rather than programatically constructing message.
14628
14629 2004-08-30 Richard M. Stallman <rms@gnu.org>
14630
14631 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14632 Don't return a string that would read as the wrong character code.
14633
14634 2004-08-29 Kim F. Storm <storm@cua.dk>
14635
14636 * emulation/cua-base.el (cua-auto-expand-rectangles):
14637 Remove automatic rectangle padding feature; replace by non-destructive
14638 virtual rectangle edges feature.
14639 (cua-virtual-rectangle-edges): New defcustom.
14640 (cua-auto-tabify-rectangles): New defcustom.
14641 (cua-paste): If paste into a marked rectangle, insert rectangle at
14642 current column, even if virtual; also paste exactly as many lines
14643 as has been marked (ignore additional lines or add empty lines),
14644 but paste whole source if only one line is marked.
14645 (cua--update-indications): No longer use overwrite-cursor to
14646 indicate rectangle padding
14647
14648 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14649 (cua--rectangle-virtual-edges): New defun.
14650 (cua--rectangle-get-corners): Remove optional PAD arg.
14651 (cua--rectangle-set-corners): Never do padding.
14652 (cua--forward-line): Remove optional PAD arg. Simplify.
14653 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14654 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14655 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14656 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14657 (cua--rectangle-move): Never do padding. Simplify.
14658 (cua--tabify-start): New defun.
14659 (cua--rectangle-operation): Add tabify arg. All callers changed.
14660 (cua--pad-rectangle): Remove.
14661 (cua--delete-rectangle): Handle delete with virtual edges.
14662 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14663 (cua--insert-rectangle): Handle insert at virtual column.
14664 Perform auto-tabify if necessary.
14665 (cua--activate-rectangle): Remove optional FORCE arg.
14666 Never do padding. Simplify.
14667 (cua--highlight-rectangle): Enhance for virtual edges.
14668 (cua-toggle-rectangle-padding): Remove command.
14669 (cua-toggle-rectangle-virtual-edges): New command.
14670 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14671 (cua--rectangle-post-command): Don't force rectangle padding.
14672 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14673
14674 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14675
14676 * indent.el (edit-tab-stops-buffer): Doc fix.
14677
14678 2004-08-28 Richard M. Stallman <rms@gnu.org>
14679
14680 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14681 (grep-tag-default): Function deleted.
14682
14683 * subr.el (find-tag-default): Move from etags.el.
14684
14685 * progmodes/etags.el (find-tag-default): Move to subr.el.
14686
14687 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14688 into the basic character if it has an uppercase form.
14689
14690 2004-08-27 Kenichi Handa <handa@m17n.org>
14691
14692 * international/utf-8.el (utf-8-post-read-conversion): If the
14693 buffer is unibyte, temporarily make it multibyte.
14694
14695 2004-08-27 Masatake YAMATO <jet@gyve.org>
14696
14697 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14698
14699 2004-08-25 John Paul Wallington <jpw@gnu.org>
14700
14701 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14702 0, 1, and many mismatches in message.
14703 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14704
14705 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14706 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14707
14708 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14709
14710 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14711 vc-diff-switches differently.
14712
14713 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14714
14715 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14716 before and a real defvar after
14717 `speedbar-supported-extension-expressions'. This is to silence
14718 the compiler without breaking bootstrapping.
14719
14720 2004-08-22 Richard M. Stallman <rms@gnu.org>
14721
14722 * textmodes/flyspell.el (flyspell-word):
14723 Use set-process-query-on-exit-flag.
14724 (flyspell-highlight-duplicate-region): Take POSS as arg.
14725 (flyspell-word): Pass POSS as arg.
14726
14727 * progmodes/ada-xref.el: Many doc and style fixes.
14728 (ada-find-any-references): Use compilation-start.
14729 (ada-get-ali-file-name): Improve error msg.
14730 (ada-get-ada-file-name): Likewise.
14731
14732 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14733 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14734
14735 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14736 Add forward defvar.
14737
14738 * whitespace.el (global-whitespace-mode): New alias
14739 for whitespace-global-mode.
14740
14741 * speedbar.el (speedbar-file-regexp): Move definition up.
14742 (speedbar-mode, speedbar-set-mode-line-format):
14743 Use with-no-warnings.
14744 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14745
14746 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14747 controls whether to display the error buffer.
14748
14749 * ps-mule.el: Delete compatibility code for old Emacsen.
14750 (ps-mule-find-wrappoint): Don't use chars-in-region.
14751
14752 * frame.el (display-mouse-p, display-selections-p):
14753 Use with-no-warnings.
14754
14755 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14756
14757 2004-08-22 David Kastrup <dak@gnu.org>
14758
14759 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14760 information.
14761
14762 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14763
14764 2004-08-22 Andreas Schwab <schwab@suse.de>
14765
14766 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14767
14768 2004-08-22 Masatake YAMATO <jet@gyve.org>
14769
14770 * cvs-status.el (cvs-status-checkout): New function.
14771 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14772
14773 2004-08-21 David Kastrup <dak@gnu.org>
14774
14775 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14776 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14777 has been converted to use hashtables, the relation `nil=none' is
14778 no longer valid, as `nil' is not a hashtable. This patch tries to
14779 reduce the number of resulting errors.
14780
14781 2004-08-21 John Paul Wallington <jpw@gnu.org>
14782
14783 * subr.el (process-kill-without-query): Made obsolete in
14784 version 21.4, not 21.5.
14785
14786 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14787 (vc-previous-comment, vc-next-comment)
14788 (vc-comment-search-reverse, vc-comment-search-forward)
14789 (vc-comment-to-change-log): Likewise.
14790
14791 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14792
14793 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14794
14795 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14796 Correct indentation of DEFMETHODS with non-standard method
14797 combinations (e.g., PROGN, MIN, MAX).
14798
14799 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14800
14801 * startup.el (normal-top-level-add-subdirs-to-load-path):
14802 Avoid unnecessarily checking system-type.
14803 (normal-top-level): Set TERM to "dumb". Simplify.
14804
14805 * avoid.el (mouse-avoidance-ignore-p): New fun.
14806 Also ignore switch-frame, select-window, double, and triple clicks.
14807 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14808 (mouse-avoidance-fancy-hook): Use it.
14809
14810 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14811
14812 * avoid.el (mouse-avoidance-nudge-mouse)
14813 (mouse-avoidance-banish-destination): Stay within the current window
14814 to avoid problems with mouse-autoselect-window.
14815
14816 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14819 the newer format of some messages in cvs-1.12.1.
14820
14821 2004-08-19 Masatake YAMATO <jet@gyve.org>
14822
14823 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14824 (elp-results-jump-to-definition-by-mouse)
14825 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14826 (elp-output-result): Use elp-output-insert-symname.
14827
14828 2004-08-18 Kenichi Handa <handa@m17n.org>
14829
14830 * language/cyrillic.el: Register koi8-r in
14831 ctext-non-standard-encodings-alist.
14832 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14833
14834 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14835
14836 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14837 that replaces 20xy with xy.
14838
14839 2004-08-17 John Paul Wallington <jpw@gnu.org>
14840
14841 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14842 (reb-force-update): Doc fix.
14843
14844 2004-08-16 Richard M. Stallman <rms@gnu.org>
14845
14846 * progmodes/which-func.el (which-func-update-1): Doc fix.
14847
14848 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14849 (sh-mode-abbrev-table): New variable.
14850
14851 * progmodes/compile.el (compilation-mode): Doc fix.
14852
14853 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14854 Don't cons a new symbol each time.
14855 (eval-last-sexp-fake-value): New variable.
14856
14857 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14858 (copyright-update-year): Detect continuation of list of years.
14859
14860 * term.el (term-default-fg-color, term-default-bg-color)
14861 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14862
14863 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14864
14865 2004-08-16 Davis Herring <herring@lanl.gov>
14866
14867 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14868 (isearch-success, isearch-forward-flag, isearch-other-end)
14869 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14870 (isearch-barrier, isearch-within-brackets)
14871 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14872
14873 2004-08-16 Kenichi Handa <handa@m17n.org>
14874
14875 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14876
14877 2004-08-15 Kenichi Handa <handa@m17n.org>
14878
14879 * term/x-win.el (x-selection-value): If utf8 was successful but
14880 ctext was not, use utf8 string.
14881
14882 2004-08-14 Davis Herring <herring@lanl.gov>
14883
14884 * isearch.el: Remove accidental changes of March 4. Fix backing
14885 up when a regexp isearch is made more general. Use symbolic
14886 accessor functions for isearch stack frames to make usage clearer.
14887 (search-whitespace-regexp): Made groups in documentation shy (as
14888 is the group in the default value).
14889 (isearch-fallback): New function, addresses problems with regexps
14890 liberalized by `\|', adds support for liberalization by `\}' (the
14891 general repetition construct), and incorporates behavior for
14892 `*'/`?'.
14893 (isearch-}-char): New command, calls `isearch-fallback' with
14894 arguments appropriate to a typed `}'.
14895 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14896 appropriately.
14897 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14898 (isearch-string, isearch-message,string, isearch-point)
14899 (isearch-success, isearch-forward-flag, isearch-other-end)
14900 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14901 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14902 New inline functions to read fields of a stack frame.
14903
14904 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14905
14906 * battery.el (battery-linux-proc-acpi): Look into battery
14907 directories matching the literal string "CMB", too (required for
14908 Linux kernel version 2.6.7).
14909
14910 2004-08-14 John Paul Wallington <jpw@gnu.org>
14911
14912 * cus-start.el (read-file-name-completion-ignore-case): Add.
14913 (blink-cursor-alist): Change version to "21.4".
14914
14915 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14916
14917 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14918
14919 * speedbar.el (speedbar-scan-subdirs): New option.
14920 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14921 dolist.
14922 (speedbar-insert-files-at-point): Take an extra argument and use
14923 it to optionally find out if a subdir is empty. Also unreadable
14924 files don't get expand buttons.
14925 (speedbar-directory): New image (unused pixmap already existed).
14926 (speedbar-expand-image-button-alist): Use it.
14927
14928 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14929
14930 CC Mode update to 5.30.9:
14931
14932 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14933 Move from cc-vars to cc-defs for dependency reasons. Fix the
14934 POSIX char class test to check that it works in
14935 `skip-chars-(forward|backward)' too.
14936
14937 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14938 first argument starts with a special brace list.
14939
14940 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14941 when `c-opt-type-concat-key' is used (i.e. in Pike).
14942
14943 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14944 Fix bug when the inner char pair doesn't have paren syntax,
14945 i.e. "(<>)".
14946
14947 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14948 whitespace safe.
14949
14950 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14951 position for `arglist-intro', `arglist-cont-nonempty' and
14952 `arglist-close' when there are two arglist open parens on the same
14953 line and there's nothing in front of the first.
14954
14955 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14956 locking of qualified names in Java, which previously could fontify
14957 common indexing expressions in many cases. The standard Java
14958 naming conventions are used to tell them apart.
14959
14960 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14961 Fix inconsistency wrt opening parens on the first line inside a paren
14962 block.
14963
14964 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14965 compile time for the sake of `c-major-mode-is'.
14966
14967 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14968 `c-major-mode-is' in the event that this is used inside a
14969 `c-lang-defconst'.
14970
14971 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14972 `c-lang-defconst' so that it works better with fallback languages.
14973
14974 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14975 it to fail to record the base mode.
14976
14977 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14978 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14979 is used. Reorder the syntax checks to get more efficient
14980 skipping in some situations.
14981
14982 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14983 continuation which might precede the newly inserted '{'.
14984
14985 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14986 Fix cases where it could loop indefinitely.
14987
14988 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14989 size specs correctly. Only fontify identifiers in front of '('
14990 with as functions - don't accept any paren char. Tighten up
14991 initializer skipping to stop before function and class blocks.
14992
14993 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14994 the point could be left directly after an open paren when finding
14995 the beginning of the first decl in the block.
14996
14997 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14998 table when filtering out legitimate open parens to be recorded.
14999 This could cause cache inconsistencies when e.g.
15000 `c++-template-syntax-table' was temporarily in use.
15001
15002 * progmodes/cc-engine.el (c-on-identifier)
15003 (c-simple-skip-symbol-backward): Small fix for handling "-"
15004 correctly in `skip-chars-backward'. Affected the operator lfun
15005 syntax in Pike.
15006
15007 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15008 Fix bug that could cause an error from `after-change-functions' when
15009 the changed region is at bob.
15010
15011 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15012
15013 CC Mode update to 5.30.9:
15014
15015 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15016 to say that <TAB> doesn't insert WS into a CPP line.
15017 (c-indent-command, c-tab-always-indent): Amend doc strings.
15018
15019 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15020 checks for user errors, thus eliminating cryptic and unhelpful
15021 Emacs error messages. (1) Check the arg to `c-set-style' is a
15022 string. (2) Check that settings to `c-offsets-alist' are not
15023 spuriously quoted.
15024
15025 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15026 which precedes the newly inserted `{'.
15027
15028 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
15029
15030 Sync with Tramp 2.0.44.
15031
15032 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15033 function "tramp_file_attributes". Otherwise, file names
15034 containing spaces are misinterpreted. Reported by Magnus Henoch
15035 <mange@freemail.hu>.
15036 (tramp-handle-file-truename): FILENAME must be expanded first.
15037 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15038 obscure results. Reported by D. Goel <deego@gnufans.org>.
15039 (tramp-handle-verify-visited-file-modtime): If file does not
15040 exist, say it is not modified if and only if that agrees with the
15041 buffer's record. Check whether a file is visiting the buffer, or
15042 the buffer has no recorded last modification time. Return t in
15043 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15044 <teirllm@auburn.edu>.
15045 (tramp-handle-write-region): Pass modtime explicitly to
15046 `set-visited-file-modtime', because filename can be different
15047 from (buffer-file-name) if `file-precious-flag' is set.
15048 `set-visited-file-modtime' must be called always when `visit' is t
15049 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15050 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15051 nil, don't apply the whole body. If the file doesn't exists, set
15052 modtime to '(-1 65535). Suggested by Luc Teirlinck
15053 <teirllm@auburn.edu>.
15054
15055 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15056
15057 * help.el (describe-bindings): Doc fix.
15058
15059 * subr.el (kbd): Doc fix.
15060
15061 2004-08-08 John Paul Wallington <jpw@gnu.org>
15062
15063 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15064 instead of `string-to-int'.
15065 (define-ibuffer-column mode): Fix indentation.
15066
15067 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15068
15069 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15070
15071 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15072
15073 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15074
15075 * novice.el (disabled-command-function): New variable renamed from
15076 `disabled-command-hook'.
15077 (disabled-command-hook): Keep the _variable_ as alias for
15078 `disabled-command-function' and make obsolete.
15079 (disabled-command-function): Function renamed from
15080 `disabled-command-hook'. Adapt code to name change of the variable.
15081
15082 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15083
15084 * simple.el (completion-root-regexp): New defvar.
15085 (completion-setup-function): Use it instead of a literal string.
15086
15087 2004-08-07 John Paul Wallington <jpw@gnu.org>
15088
15089 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15090 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15091 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15092 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15093
15094 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15095
15096 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15097 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15098
15099 2004-08-04 Kenichi Handa <handa@m17n.org>
15100
15101 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15102 Fix previous change.
15103
15104 2004-08-03 Kenichi Handa <handa@m17n.org>
15105
15106 * international/encoded-kb.el: The following changes are to
15107 utilize key-translation-map instead of minor mode map.
15108 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15109 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15110 (encoded-kbd-last-key): New function.
15111 (encoded-kbd-iso2022-single-shift): New function.
15112 (encoded-kbd-iso2022-designation)
15113 (encoded-kbd-self-insert-iso2022-7bit)
15114 (encoded-kbd-self-insert-iso2022-8bit)
15115 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15116 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15117 key-translation-map.
15118 (encoded-kbd-setup-keymap): Setup key-translation-map.
15119 (saved-key-translation-map): New variable.
15120 (encoded-kbd-mode): Save/restore key-translation-map.
15121 Adjust for the change of encoded-kbd-setup-keymap.
15122
15123 2004-08-02 Kim F. Storm <storm@cua.dk>
15124
15125 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15126 and call compute-motion with nil for topos and width to get proper
15127 usable width and height for both window and non-window systems.
15128
15129 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15130 calculate usable window width and height.
15131
15132 * window.el (window-buffer-height): Call compute-motion with nil width.
15133
15134 2004-08-01 David Kastrup <dak@gnu.org>
15135
15136 * replace.el (query-replace-read-from):
15137 Use `query-replace-compile-replacement'.
15138 (query-replace-compile-replacement): New function.
15139 (query-replace-read-to): Use `query-replace-compile-replacement'
15140 for repeating the last command.
15141
15142 2004-08-01 John Paul Wallington <jpw@gnu.org>
15143
15144 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15145 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15146 (pr-switches): Remove period from end of error messages.
15147
15148 * help-mode.el (help-go-back): Likewise.
15149
15150 * abbrev.el (only-global-abbrevs): Doc fix.
15151 (edit-abbrevs-map): Define within defvar.
15152 (quietly-read-abbrev-file): Doc fix.
15153
15154 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15155
15156 * novice.el (enable-command, disable-command): Doc fixes.
15157
15158 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15159
15160 2004-07-30 Richard M. Stallman <rms@gnu.org>
15161
15162 * subr.el (with-local-quit): Doc fix.
15163
15164 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15165
15166 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15167
15168 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15169
15170 * custom.el (defcustom): Doc fix.
15171
15172 2004-07-28 Masatake YAMATO <jet@gyve.org>
15173
15174 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15175
15176 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * imenu.el (imenu-prev-index-position-function)
15179 (imenu-extract-index-name-function, imenu-name-lookup-function)
15180 (imenu--index-alist): Docstring redundancy fix.
15181
15182 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15183
15184 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15185 binding dired-backup-overwrite.
15186
15187 2004-07-25 John Paul Wallington <jpw@gnu.org>
15188
15189 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15190
15191 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15192
15193 * term/tty-colors.el (tty-color-approximate): Doc fix.
15194
15195 * select.el (x-get-selection, x-set-selection): Doc fixes.
15196
15197 * frame.el (make-frame): Doc fix.
15198
15199 2004-07-24 Richard M. Stallman <rms@gnu.org>
15200
15201 * mail/rmail.el (rmail-mime-charset-pattern):
15202 Don't include semicolon in the charset value.
15203
15204 * replace.el (occur-next-error): Call set-window-point.
15205 (occur-engine): Handle negative NLINES.
15206
15207 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15208
15209 * frame.el (modify-all-frames-parameters): Minor doc fix.
15210 (set-frame-configuration): Doc fix.
15211
15212 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15213
15214 * simple.el (completion-setup-function): Compute the common parts
15215 and the first difference place correctly when
15216 partial-completion-mode is on.
15217
15218 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15219
15220 * ps-print.el: Doc fix.
15221 (ps-print-version): New version 6.6.5.
15222 (ps-printing-region): Doc fix.
15223 (ps-generate-string-list): Comment fix.
15224 (ps-message-log-max): Code fix.
15225
15226 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15227
15228 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15229 generated PostScript.
15230
15231 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15232
15233 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15234 with Gnus v5_10 branch.)
15235
15236 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15237
15238 * calendar/time-date.el (time-to-number-of-days): New function.
15239 Imported from Gnus.
15240
15241 2004-07-22 Kim F. Storm <storm@cua.dk>
15242
15243 * progmodes/make-mode.el: Fix comments.
15244
15245 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15246
15247 * printing.el: Doc fix.
15248
15249 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15250
15251 * frame.el (modify-all-frames-parameters): Minor doc fix.
15252
15253 2004-07-20 Richard M. Stallman <rms@gnu.org>
15254
15255 * textmodes/fill.el (fill-nobreak-p): If this break point is
15256 at the end of the line, don't consider the newline which follows
15257 as a reason to return t.
15258
15259 2004-07-19 John Paul Wallington <jpw@gnu.org>
15260
15261 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15262
15263 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15264
15265 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15266 Delete irrelevant code.
15267
15268 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15269
15270 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15271 New docstring. From Luc Teirlinck.
15272
15273 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15274
15275 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15276 section.
15277 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15278 non-file buffers. We know it is nil.
15279
15280 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15281
15282 Sync with Tramp 2.0.43.
15283
15284 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15285 Remove outdated comment.
15286 (tramp-locked, tramp-locker): New variables for implementing a
15287 global lock.
15288 (tramp-sh-file-name-handler): Use them to implement the global lock.
15289
15290 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15291
15292 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15293 calls to respective `xxx` calls.
15294 (tramp-process-alive-regexp): Precise doc string.
15295 (tramp-multi-action-process-alive): New defun.
15296 (tramp-multi-actions): Use it.
15297 (tramp-handle-find-backup-file-name): `copy-tree' is available
15298 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15299 in order to avoid this function.
15300 (tramp-handle-write-region): Set current buffer. If connection
15301 wasn't open, `file-modes' has changed it accidentally. Reported by
15302 David Kastrup <dak@gnu.org>.
15303 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15304 HOST.
15305 (tramp-action-password, tramp-multi-action-password): Apply it.
15306 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15307 name must still contain the port number. Otherwise, we have two
15308 Tramp buffers, with all the confusion. Reported by Myron Selby
15309 <myron@xytech.com> and Rolf Dubitzky
15310 <Dubitzky@physi.uni-heidelberg.de>.
15311
15312 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15313 HOST to `tramp-enter-passwd'.
15314
15315 * net/tramp-vc.el (all): Code cleanup. Change all
15316 `tramp-handle-xxx' calls to respective `xxx` calls.
15317
15318 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15319
15320 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15321 functions that are not erroneous if either 1-valued or
15322 multi-valued. Detect functions in this class.
15323 (testcover-1value-functions, testcover-compose-functions)
15324 (testcover-progn-functions) Add some additional functions to lists.
15325 (testcover-mark): Bugfix when marking up the definition for an
15326 empty function.
15327
15328 2004-07-17 Richard M. Stallman <rms@gnu.org>
15329
15330 * replace.el (occur-read-primary-args): Pass default to
15331 read-from-minibuffer.
15332
15333 * mail/footnote.el (footnote-section-tag): Use defcustom.
15334
15335 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15336 Compile font-lock-keywords, not KEYWORDS.
15337 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15338 Add warn, check-type. Handle cerror like error.
15339
15340 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15341
15342 * progmodes/which-func.el (which-func-keymap): New var.
15343 (which-func-face): New face.
15344 (which-func-format): Use them.
15345
15346 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15347
15348 * buff-menu.el (list-buffers-noselect): Append the buffer's
15349 process status to its mode name.
15350
15351 2004-07-16 Kim F. Storm <storm@cua.dk>
15352
15353 * simple.el (inhibit-mark-movement): New defvar.
15354 (beginning-of-buffer, end-of-buffer): Do not push mark if
15355 inhibit-mark-movement is non-nil or C-u prefix is given.
15356
15357 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15358 Init to beginning-of-buffer and end-of-buffer.
15359 (cua--undo-push-mark): New defvar.
15360 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15361 already active and command is in cua--preserve-mark-commands.
15362 Also fix check for shift modifier on non-window systems.
15363 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15364
15365 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15366
15367 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15368 of two integers, instead of a cons.
15369
15370 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15371 `visited-file-modtime' now returns a list of two integers, instead
15372 of a cons.
15373
15374 * dired.el (dired-directory-changed-p): Ditto.
15375
15376 * progmodes/grep.el (grep): Doc fix.
15377
15378 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15379
15380 * autorevert.el (auto-revert-tail-mode)
15381 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15382 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15383 in both at the same time.
15384 (auto-revert-tail-mode): New command.
15385 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15386 (auto-revert-handler): Revert only either tail or whole file.
15387
15388 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15389 add auto-revert-tail-mode.
15390
15391 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15392
15393 * printing.el: Doc fix. Change name of some funs.
15394 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15395 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15396 (pr-standard-file-name): New fun. Replace pr-standard-path.
15397 (pr-call-process): Code fix.
15398
15399 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15400
15401 * subr.el (with-selected-window): Doc fix.
15402
15403 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15404
15405 * subr.el (get-buffer-window-list): Doc fix.
15406
15407 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15408
15409 * files.el (switch-to-buffer-other-window): Doc fix.
15410
15411 * window.el (save-selected-window, one-window-p)
15412 (split-window-keep-point, split-window-vertically)
15413 (split-window-horizontally): Doc fixes.
15414
15415 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15416
15417 * printing.el: Doc fix. Now it uses call-process instead of
15418 shell-command for low command execution.
15419 (pr-version): New version number (6.8).
15420 (pr-shell-file-name): Option removed.
15421 (pr-shell-command): Fun removed.
15422 (pr-call-process): New fun. Replace pr-shell-command.
15423 (pr-standard-path, pr-remove-nil-from-list): New funs.
15424 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15425 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15426 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15427 (pr-ps-utility-process, pr-txt-print): Code fix.
15428
15429 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15430
15431 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15432 boolean.
15433
15434 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15435
15436 * wid-edit.el (widget-field-buffer): Doc fix.
15437
15438 2004-07-09 John Paul Wallington <jpw@gnu.org>
15439
15440 * emacs-lisp/re-builder.el (reb-update-overlays):
15441 Distinguish between one and several matches in message.
15442
15443 2004-07-09 Richard M. Stallman <rms@gnu.org>
15444
15445 * mouse.el (mouse-set-region-1): If transient-mark-mode
15446 is `identity', change it to `only'.
15447
15448 * simple.el (current-word): Doc fix.
15449
15450 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15451
15452 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15453 so that it is more understanding of whitespace.
15454
15455 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15456 (("ns" . "element") (attr-list) children) instead of
15457 ((:ns . "element") (attr-list) children) in order to reduce the
15458 number of symbols used.
15459 (xml-skip-dtd): Change to use xml-parse-dtd but set
15460 xml-validating-parsing to nil.
15461 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15462 (xml-substitute-entity): Remove in favor of new entity substitution.
15463 (xml-substitute-special): Rewrite in to substitute complex
15464 entities from DOCTYPE declarations.
15465 (xml-parse-fragment): Parse fragments from entity declarations.
15466 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15467 (xml-parse-dtd, xml-substitute-special): Make validity checks
15468 conditioned on xml-validating-parser. Add "Not Well Formed" to
15469 error messages about well-formedness.
15470
15471 2004-07-08 Steven Tamm <steventamm@mac.com>
15472
15473 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15474 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15475 Do not treat double clicks and triple clicks specially in the
15476 scroll bar (preventing strange repositioning problems)
15477
15478 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * replace.el (query-replace-regexp-eval): Fix last change.
15481
15482 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15483
15484 * replace.el (query-replace-descr): New fun.
15485 (query-replace-read-from, query-replace-read-args): Default to the
15486 previous from&to.
15487 (query-replace-read-to): Quote the `from' string when displaying it.
15488 (query-replace-regexp-eval): Immediately check read-only status.
15489 Use query-replace-read-from to get the \n checking.
15490 Quote the `from' string when displaying it.
15491 (map-query-replace-regexp, occur-read-primary-args):
15492 Quote the `from' string when displaying it.
15493
15494 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15495 delimited-ness of the search to query-replace.
15496
15497 * replace.el (query-replace-read-from, query-replace-read-to):
15498 New funs extracted from query-replace-read-args.
15499 (query-replace-read-args): Use them.
15500
15501 * replace.el (query-replace-interactive, query-replace-read-args):
15502 Remove the `initial' special value.
15503 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15504 (occur-engine): Remove unused var `matchend'.
15505
15506 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15507 Use the search string without prompting.
15508
15509 2004-07-05 Kenichi Handa <handa@m17n.org>
15510
15511 * international/mule.el (decode-coding-inserted-region):
15512 Set last-coding-system-used only when coding is nil.
15513
15514 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15515
15516 * progmodes/grep.el (grep-compute-defaults, grep-command)
15517 (grep-program, find-program, grep-find-use-xargs, grep-history)
15518 (grep-find-history, grep-tag-default, grep-find-command)
15519 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15520 Add autoload cookies, for unbundled packages that load `compile'
15521 and expect all grep-related symbols to become defined.
15522
15523 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15524
15525 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15526 (iimage-mode-image-search-path): New user option to search the
15527 image file.
15528 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15529 have locate-file.
15530 (iimage-mode-buffer): Use it.
15531
15532 2004-07-03 Nick Roberts <nickrob@gnu.org>
15533
15534 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15535 carefully.
15536 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15537
15538 2004-07-03 Juri Linkov <juri@jurta.org>
15539
15540 * replace.el (query-replace-read-args): Swallow space after 'foo,
15541 not after (quote foo). Match space only immediately after symbol,
15542 not anywhere in the whole string.
15543
15544 2004-07-02 Richard M. Stallman <rms@gnu.org>
15545
15546 * replace.el (query-replace-read-args): Swallow space after
15547 symbols, not after closeparens. But avoid error if string ends there.
15548
15549 * progmodes/python.el (python-beginning-of-statement):
15550 Exit the loop if backward-up-list gets error.
15551
15552 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15553
15554 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15555
15556 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15557 only if vc-consult-headers is non-nil.
15558
15559 2004-07-02 Juri Linkov <juri@jurta.org>
15560
15561 * pcvs.el (cvs-mode-diff-repository): New command.
15562
15563 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15564
15565 2004-07-01 Juri Linkov <juri@jurta.org>
15566
15567 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15568 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15569 C-M-% to isearch-query-replace-regexp.
15570 (minibuffer-local-isearch-map): Add arrow key bindings.
15571 Bind C-f to isearch-yank-char-in-minibuffer.
15572 (isearch-forward): Doc fix.
15573 (isearch-edit-string): Doc fix.
15574 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15575 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15576 (isearch-yank-char): Add optional arg.
15577 (isearch-yank-char-in-minibuffer): New fun.
15578
15579 * replace.el (query-replace-interactive): Change type from boolean
15580 to choice. Add value `initial'.
15581 (query-replace-read-args): Handle value `initial' of
15582 query-replace-interactive.
15583
15584 2004-06-29 Kim F. Storm <storm@cua.dk>
15585
15586 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15587 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15588
15589 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15590 Add :group 'ada.
15591
15592 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15593
15594 2004-06-29 Juri Linkov <juri@jurta.org>
15595
15596 * replace.el (query-replace-read-args): Swallow a space after
15597 everything except )]" which in most cases means after a symbol.
15598
15599 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15600
15601 2004-06-28 Richard M. Stallman <rms@gnu.org>
15602
15603 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15604 More changes to go with previous change in font-lock.el.
15605
15606 2004-06-26 David Kastrup <dak@gnu.org>
15607
15608 * replace.el (perform-replace): Highlight the match even in
15609 non-query mode if there is potential replace string editing.
15610
15611 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15612
15613 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15614 agree with new return value of `file-remote-p'.
15615 This syncs with Tramp 2.0.42.
15616
15617 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15618 according to new documentation of `file-remote-p'.
15619
15620 * files.el (file-remote-p): Fix doc to say that return value is
15621 identification of remote system, if not nil.
15622 (file-relative-name): Use new return value of `file-remote-p'.
15623
15624 2004-06-26 Nick Roberts <nickrob@gnu.org>
15625
15626 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15627 (gdb-goto-breakpoint): Fix breakage.
15628
15629 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15630
15631 * man.el (Man-getpage-in-background): Add windows-nt to the list
15632 of systems where shell-file-name should be used instead of
15633 literal "sh".
15634
15635 2004-06-25 Sam Steingold <sds@gnu.org>
15636
15637 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15638 function names `(setf symbol)'.
15639
15640 2004-06-24 Richard M. Stallman <rms@gnu.org>
15641
15642 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15643
15644 * font-lock.el (font-lock-keywords): Change format of compiled values.
15645 Document it.
15646 (font-lock-add-keywords): If font-lock-keywords is compiled,
15647 extract the uncompiled version, modify, then recompile.
15648 (font-lock-remove-keywords): Likewise.
15649 (font-lock-fontify-keywords-region): Handle changed format.
15650 (font-lock-compile-keywords): Handle changed format.
15651 (font-lock-set-defaults): Compile the keywords explicitly here.
15652
15653 2004-06-24 David Kastrup <dak@gnu.org>
15654
15655 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15656 replacements here.
15657 (query-replace-regexp): Doc string explaining this and the new
15658 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15659 is better placed in `query-replace-read-args'.
15660 (replace-regexp): Explain `\,', `\#' and `\?'.
15661 (replace-match-data): New function for thorough reuse/destruction
15662 of old match-data.
15663 (replace-match-maybe-edit): Function for implementing `\?' editing.
15664 (perform-replace): Fix maintaining of the match stack including
15665 already matched regions, implement `\?', fix various problems
15666 with regions while editing and other stuff.
15667 (replace-highlight): Simplify.
15668
15669 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15670
15671 * progmodes/grep.el (grep-error-screen-columns): New variable.
15672 (grep-regexp-alist): Give it the full functionality of gnu style
15673 compilation messages with line and column ranges. Ask me for the
15674 perl script I'm working on, that uses these.
15675
15676 2004-06-23 Nick Roberts <nickrob@gnu.org>
15677
15678 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15679 Remove.
15680 (comint-insert-input, comint-mouse-insert-input): New functions
15681 based on comint-insert-clicked-input for two bindings but just
15682 one functionality.
15683
15684 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15685
15686 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15687
15688 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15689
15690 * files.el (write-contents-functions): Doc fix.
15691
15692 2004-06-21 Juanma Barranquero <lektu@terra.es>
15693
15694 * image.el (image-library-alist): Rewrite docstring in active voice.
15695
15696 2004-06-20 Richard M. Stallman <rms@gnu.org>
15697
15698 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15699
15700 * isearch.el (isearch-repeat): Avoid testing old match data.
15701 (isearch-message): Display trailing space in special font
15702 when search is failing.
15703 (isearch-search-fun-function): Doc fix.
15704
15705 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15706
15707 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15708
15709 * frame.el (show-trailing-whitespace): Doc fix.
15710
15711 * cus-edit.el (custom-variable-documentation): New function.
15712 (custom-variable): Use it.
15713
15714 2004-06-19 Nick Roberts <nickrob@gnu.org>
15715
15716 * man.el (Man-getpage-in-background): Revert previous change but
15717 make cygwin a special case.
15718
15719 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15720
15721 * autorevert.el (global-auto-revert-non-file-buffers):
15722 Update docstring.
15723
15724 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15725
15726 * progmodes/compile.el (compilation-error-properties): Store one
15727 more than end-col, if present, so that transient-mark-mode will
15728 highlight last char too.
15729 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15730 ranges, if present.
15731
15732 2004-06-18 Jason Rumney <jasonr@gnu.org>
15733
15734 * makefile.w32-in: Double percent signs in for loops.
15735
15736 2004-06-17 David Kastrup <dak@gnu.org>
15737
15738 * replace.el (query-replace-read-args): Only warn about use of \n
15739 and \t when we are doing a regexp replacement and the actual
15740 escaped character is n or t.
15741 (query-replace-regexp): Add \, and \# interpretation to
15742 interactive call and document it.
15743 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15744 as shortkey for replace-count.
15745 (replace-quote): New function for doubling backslashes.
15746
15747 2004-06-17 Juanma Barranquero <lektu@terra.es>
15748
15749 * files.el (parse-colon-path, cd): Mention in docstring that the
15750 path separator is colon in GNU-like systems.
15751
15752 * newcomment.el (comment-region-internal): Fix docstring.
15753
15754 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15755 (ewoc-invalidate, ewoc-collect): Doc fixes.
15756 (ewoc--create-node, ewoc--delete-node-internal):
15757 Fix typos in docstring.
15758
15759 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15760
15761 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15762 manual to docstring.
15763
15764 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15765
15766 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15767
15768 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15769
15770 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15771 Add hyperlink to emacs-xtra manual to docstring.
15772
15773 * autorevert.el (global-auto-revert-non-file-buffers):
15774 Add hyperlink to emacs-xtra manual to docstring, as well as an
15775 info-link.
15776
15777 2004-06-14 Juanma Barranquero <lektu@terra.es>
15778
15779 * image.el (image-library-alist): New variable to map image types
15780 to external libraries. Initialized to nil, unless system-specific
15781 configs change it.
15782 (image-type-available-p): Determine whether an image type is
15783 available by calling `init-image-library'.
15784
15785 * term/w32-win.el (image-library-alist): Initialize to a known set
15786 of probable library names.
15787
15788 2004-06-14 Kenichi Handa <handa@m17n.org>
15789
15790 * international/code-pages.el (windows-1256, cp1125): Fix tables
15791 for several characters.
15792
15793 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15794
15795 2004-06-13 Richard M. Stallman <rms@gnu.org>
15796
15797 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15798
15799 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15800 not "`pc-selection-mode'".
15801
15802 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15803
15804 * simple.el (previous-matching-history-element): Specify a default.
15805
15806 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15807
15808 * cus-face.el (custom-declare-face): Simplify code.
15809
15810 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15811
15812 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15813
15814 * files.el (before-save-hook): Add `time-stamp' to the options.
15815
15816 * time-stamp.el (time-stamp): Recommend adding it to
15817 `before-save-hook', rather than `write-file-functions'.
15818 Make a similar change in `Commentary' section.
15819
15820 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15821
15822 * diff-mode.el (diff-current-defun): If at start of hunk, use
15823 position of first change.
15824
15825 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15826
15827 * dired-x.el (dired-mark-omitted): Bind to "*O".
15828
15829 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15830
15831 * bookmark.el (bookmark-bmenu-relocate): New function, as
15832 suggested by David J. Biesack <David.Biesack@sas.com>.
15833 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15834 (bookmark-bmenu-mode): Describe binding in doc string.
15835 (bookmark-set-filename): Save the bookmark list if it's time.
15836
15837 2004-06-13 Kenichi Handa <handa@m17n.org>
15838
15839 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15840 (ccl-untranslated-to-ucs): Fix typo.
15841
15842 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15843
15844 * progmodes/python.el (python-open-block-statement-p):
15845 Fix indentation after a block opening that contains a comment.
15846
15847 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15848
15849 * bindings.el (completion-ignored-extensions): Add file extensions
15850 of Python byte-compiled files.
15851
15852 2004-06-12 Juri Linkov <juri@jurta.org>
15853
15854 * info.el (Info-goto-node): Add autoload.
15855 (Info-toc): Add substring-no-properties on Info file name.
15856 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15857 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15858
15859 2004-06-12 Kenichi Handa <handa@m17n.org>
15860
15861 * international/mule-cmds.el (set-language-environment):
15862 Load subst tables if necessary.
15863
15864 * international/mule.el (decode-char): Load subst tables if necessary.
15865 (encode-char): Likewise.
15866
15867 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15868 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15869 (utf-16le-decode-loop): Set r5 to -1 before loop.
15870 (utf-16be-decode-loop): Likewise.
15871 (ccl-decode-mule-utf-16le): Add EOF processing block.
15872 (ccl-decode-mule-utf-16be): Likewise.
15873 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15874 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15875 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15876 (ccl-mule-utf-16-encode-untrans): New CCL.
15877 (utf-16-decode-to-ucs): Handle pre-read character.
15878 (utf-16le-encode-loop): Handle surrogate pair.
15879 (utf-16be-encode-loop): Likewise.
15880 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15881 of utf-16le-encode-loop.
15882 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15883 of utf-16be-encode-loop.
15884 (mule-utf-16-post-read-conversion):
15885 Call utf-8-post-read-conversion at first.
15886 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15887 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15888 Add post-read-conversion and pre-write-conversion.
15889
15890 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15891 (utf-translate-cjk-unicode-range): New variable.
15892 (utf-translate-cjk-load-tables): New function.
15893 (utf-lookup-subst-table-for-decode): New function.
15894 (utf-lookup-subst-table-for-encode): New function.
15895 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15896 tables here. Update safe-charsets of utf-* coding systems.
15897 (ccl-mule-utf-untrans): New CCL.
15898 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15899 at end of each branch.
15900 (ccl-mule-utf-8-encode-untrans): New CCL.
15901 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15902 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15903 length of encoding. Don't return r0.
15904 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15905 (utf-8-post-read-conversion): Narrow to region properly.
15906 If utf-translate-cjk-mode is on, load tables if necessary.
15907 Call utf-8-compose with hash-table arg if necessary.
15908 Call XXX-compose-region instead of XXX-post-read-conversion.
15909 (utf-8-pre-write-conversion): New function.
15910 (mule-utf-8): Include CJK charsets in safe-charsets if
15911 utf-translate-cjk-mode is on. Add pre-write-conversion.
15912
15913 * international/characters.el: Temporarily set
15914 utf-translate-cjk-mode to nil.
15915
15916 * language/devan-util.el (devanagari-compose-region):
15917 Add autoload cookie.
15918
15919 * international/ccl.el (ccl-dump-call): Fix printing the
15920 subroutine name.
15921
15922 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15923
15924 * dired.el (dired-revert): If buffer is marked unmodified before
15925 reverting, keep it marked unmodified.
15926 Adapt to new conventions for commenting out code.
15927 (dired-make-relative): Adapt to new conventions for commenting out code.
15928
15929 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15930
15931 * eshell/esh-module.el (eshell-load-defgroups):
15932 Bind `vc-handled-backends' to nil when opening files.
15933
15934 2004-06-11 Juanma Barranquero <lektu@terra.es>
15935
15936 * files.el (parse-colon-path, cd): Doc fixes (refer to
15937 `path-separator', not colon).
15938
15939 2004-06-10 Juanma Barranquero <lektu@terra.es>
15940
15941 * newcomment.el (comment-search-forward)
15942 (comment-search-backward): Fix typos in docstring.
15943 (comment-region): Doc fix.
15944
15945 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15946
15947 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15948 switch is no longer stored in `dired-switches-alist'.
15949
15950 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15951 `dired-switches-alist'.
15952
15953 2004-06-10 Kim F. Storm <storm@cua.dk>
15954
15955 * pcvs.el (cvs-mode-diff-yesterday): New command.
15956
15957 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15958
15959 2004-06-10 Juri Linkov <juri@jurta.org>
15960
15961 * emacs-lisp/edebug.el (edebug-eval-defun):
15962 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15963 Fix docstring.
15964
15965 * simple.el (eval-expression-print-format): Don't print additional
15966 information on the first call to `eval-print-last-sexp'.
15967 (next-error-find-buffer): Fix punctuation.
15968 (killing) <defgroup>: Fix punctuation.
15969 (yank-excluded-properties): Change group from editing to killing.
15970
15971 * replace.el (perform-replace): Use `limit' to terminate the
15972 while-loop explicitly.
15973
15974 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15975
15976 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15977 Use lc-*.xpm as prefix instead of *-locol.xpm.
15978
15979 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15980 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15981 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15982 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15983 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15984 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15985 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15986 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15987 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15988 * toolbar/lc-up_arrow.xpm:
15989 Rename from *-locol.xpm.
15990
15991 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15992
15993 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15994 include forms like &<str>; as valid url patterns.
15995
15996 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15997
15998 * dired.el (dired-diff, dired-backup-diff)
15999 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16000 (dired-do-chown, dired-do-touch, dired-do-print)
16001 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16002 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16003 (dired-create-directory, dired-do-copy, dired-do-symlink)
16004 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16005 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16006 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16007 (dired-maybe-insert-subdir, dired-next-subdir)
16008 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16009 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16010 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16011 (dired-run-shell-command, dired-query): Remove redundant,
16012 or incorrect, autoloads.
16013
16014 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16015 does not end in a slash. Add optional argument KILL-ROOT.
16016 Update docstring.
16017 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16018 (dired-query): Add autoloads.
16019
16020 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16021
16022 * progmodes/compile.el (compilation-set-window-height):
16023 Rearrange the save-* functions because a buffer can have several current
16024 point in different windows.
16025 (compilation-error-regexp-alist-alist): Recognize {standard input}
16026 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16027
16028 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16029
16030 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16031 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16032 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16033 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16034 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16035 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16036 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16037 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16038 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16039 * toolbar/up_arrow-locol.xpm:
16040 New versions of icons that uses fewer colors.
16041
16042 * toolbar/tool-bar.el (tool-bar-local-item)
16043 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16044 if display-color-cells is 256 or less.
16045
16046 2004-06-08 Kim F. Storm <storm@cua.dk>
16047
16048 * wid-edit.el (widget-specify-button): Use hand pointer rather
16049 than mouse-face as visible mouse-over effect.
16050
16051 2004-06-07 Karl Fogel <kfogel@red-bean.com>
16052
16053 * saveplace.el (save-place-alist-to-file): Bind `print-length'
16054 and `print-level' to nil when writing out `save-place-alist'.
16055 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16056
16057 2004-06-07 Juanma Barranquero <lektu@terra.es>
16058
16059 * completion.el (completion-kill-region): Doc fix.
16060
16061 * format.el (format-insert-annotations)
16062 (format-annotate-location): Doc fixes.
16063 (format-subtract-regions): Make arguments match their use in docstring.
16064
16065 * simple.el (kill-region): Doc fix.
16066
16067 * subr.el (insert-buffer-substring-no-properties)
16068 (insert-buffer-substring-as-yank): Doc fixes.
16069
16070 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16071
16072 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16073 Update docstring.
16074 (dired-reset-subdir-switches): New function.
16075
16076 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16077 Limit scope of `buffer-read-only' binding.
16078
16079 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16080
16081 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16082 eshell-explicit-command-char.
16083
16084 2004-06-06 Juanma Barranquero <lektu@terra.es>
16085
16086 * help-fns.el (help-argument-name): Inherit from italic face only
16087 if the frame supports it.
16088
16089 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16090
16091 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16092 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16093 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16094 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16095 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16096 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16097 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16098 New conversions from xpm files.
16099
16100 * toolbar/README: New file.
16101
16102 2004-06-06 Richard M. Stallman <rms@gnu.org>
16103
16104 * isearch.el (isearch-mode-map): Undo previous change.
16105
16106 2004-06-05 Juri Linkov <juri@jurta.org>
16107
16108 * bindings.el (debug-ignored-errors): Add regexps for history
16109 related messages. Remove $ from "No further undo information".
16110 Move Ediff's messages to ediff.el.
16111
16112 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16113
16114 * cus-edit.el (custom-display): Add `min-colors'.
16115
16116 * custom.el (defface): Add `supports' to docstring.
16117
16118 * help-fns.el (help-argument-name): Add :group 'help.
16119
16120 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16121
16122 * find-dired.el (find-ls-subdir-switches): New user option.
16123 (find-dired): No longer call `abbreviate-file-name' on DIR.
16124 Set `dired-subdir-switches' buffer-locally.
16125
16126 * locate.el: Merge the two `Commentary' sections.
16127 (locate-ls-subdir-switches): New user option.
16128 (locate): Update for other changes.
16129 (locate-mode-map): Restore Dired binding for mouse-2.
16130 Bind `locate-mouse-view-file' to M-mouse-2.
16131 Bind `l' to `locate-do-redisplay'.
16132 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16133 (locate-mouse-view-file, locate-tags, locate-find-directory):
16134 Print message if used outside main listing.
16135 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16136 Various changes to support inserted subdirectories.
16137 (locate-insert-header): Change header of *Locate* buffer.
16138
16139 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16140 Change interactive default switches.
16141 (dired-rename-subdir-2): Update `dired-switches-alist'.
16142 (dired-insert-subdir, dired-kill-subdir):
16143 Handle `dired-switches-alist'. Do not mark buffer modified.
16144 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16145 (dired-insert-subdir-doinsert): Omit messages.
16146 Handle `dired-subdir-switches'.
16147 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16148
16149 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16150 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16151 subdirs if -R switch is used for a subdir.
16152 (dired-mode): Set `dired-switches-alist'.
16153 (dired-build-subdir-alist): Only print number of directories in
16154 echo area when invoked interactively.
16155
16156 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16157
16158 * dired-x.el (dired-omit-mode): Rename from
16159 dired-omit-files-p. Use define-minor-mode to define it.
16160 (dired-omit-files-p): Add as alias for dired-omit-mode.
16161 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16162 dired-mark-omitted.
16163 (dired-mark-omitted): Add. Bind to M-O.
16164
16165 2004-06-05 Kenichi Handa <handa@m17n.org>
16166
16167 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16168
16169 2004-06-05 Juanma Barranquero <lektu@terra.es>
16170
16171 * help-fns.el (help-argument-name): Reintroduce face.
16172 (help-default-arg-highlight): Use it, now that
16173 `face-differs-from-default-p' can be trusted.
16174
16175 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16176
16177 * textmodes/table.el: Sentence commands added to Point Motion
16178 group; kill and backward-kill commands added to Extraction group.
16179
16180 2004-06-04 Mario Lang <mlang@delysid.org>
16181
16182 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16183 systems appear to use mW, make the code handle this. Fix a
16184 division-by-zero bug while at it, and handle kernels with
16185 a slightly different layout in /proc/acpi.
16186
16187 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16188
16189 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16190 because the latter is a CL-ism. This fixes the bug reported by
16191 Shawn Boyette <mdxi@collapsar.net> in
16192 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16193
16194 2004-06-04 Miles Bader <miles@gnu.org>
16195
16196 * faces.el (display-supports-face-attributes-p): Function moved to
16197 C code. Previously only the tty-related portion of this function
16198 was done in C; however the previous attempt to do a halfway-proper
16199 job for non-tty displays in lisp didn't work properly because of
16200 funny conditions during Emacs startup.
16201 (face-differs-from-default-p): Simplify, now that
16202 display-supports-face-attributes-p works properly on all display
16203 types. Remove :stipple from comparison; it doesn't really work
16204 in emacs anyway.
16205
16206 2004-06-04 Miles Bader <miles@gnu.org>
16207
16208 * faces.el (face-differs-from-default-p): Use a different
16209 implementation, so we can really check whether FACE displays
16210 differently or not.
16211
16212 2004-06-04 Miles Bader <miles@gnu.org>
16213
16214 * faces.el (display-supports-face-attributes-p): Implement a
16215 `different from default' check for non-tty displays.
16216
16217 2004-06-03 David Kastrup <dak@gnu.org>
16218
16219 * woman.el (woman-mapcan): More concise code.
16220 (woman-topic-all-completions, woman-topic-all-completions-1)
16221 (woman-topic-all-completions-merge): Replace by a simpler and
16222 much faster implementation based on O(n log n) sort/merge instead
16223 of the old O(n^2) behavior.
16224
16225 2004-06-03 Miles Bader <miles@gnu.org>
16226
16227 * subr.el (read-number): Use canonical format for default in prompt.
16228
16229 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16230 Add regexp for " [...]" style defaults.
16231
16232 2004-06-02 Romain Francoise <romain@orebokech.com>
16233
16234 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16235 groups: if the user asks for a hidden buffer, open the
16236 corresponding filter group to expose it.
16237
16238 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16239 `ibuffer-jump-to-buffer'.
16240 (ibuffer-jump-offer-only-visible-buffers): New user option.
16241
16242 2004-06-02 Juanma Barranquero <lektu@terra.es>
16243
16244 * faces.el (frame-update-faces): Add empty docstring so the one
16245 for `ignore' doesn't show through.
16246
16247 * subr.el (process-kill-without-query): Remove spurious "\n" on
16248 obsolescence string.
16249 (focus-frame, unfocus-frame): Add obsolescence declaration and
16250 empty docstring.
16251
16252 * international/mule.el (register-char-codings): Make alias for
16253 `ignore'. Move docstring to obsolescence info and remove redundancy.
16254
16255 2004-06-02 Kim F. Storm <storm@cua.dk>
16256
16257 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16258 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16259
16260 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * comint.el (comint-replace-by-expanded-history-before-point):
16263 Obey `start' as the docstring says.
16264 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16265 (comint-update-fence): Prevent font-lock from running unnecessarily.
16266 (comint-dynamic-list-completions): Use with-current-buffer.
16267
16268 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16269
16270 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16271 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16272 (bibtex-entry-update): Handle alternatives and optional fields.
16273 (bibtex-parse-entry): Bugfix, handle empty key.
16274
16275 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16276
16277 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16278
16279 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16280
16281 * desktop.el (desktop-save): Don't save minor modes without a
16282 known mode initialization function.
16283
16284 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16285
16286 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16287
16288 * autorevert.el: Update `Commentary' section.
16289
16290 2004-05-30 Juanma Barranquero <lektu@terra.es>
16291
16292 * dos-fns.el (convert-standard-filename):
16293 * files.el (convert-standard-filename):
16294 * w32-fns.el (convert-standard-filename):
16295 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16296
16297 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16298
16299 Sync with Tramp.
16300
16301 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16302 (tramp-let-maybe): Move to an earlier spot in the file.
16303 Patch by Andreas Schwab.
16304
16305 2004-05-30 Andreas Schwab <schwab@suse.de>
16306
16307 * dired.el (dired-get-filename): Don't use dired-re-dot.
16308
16309 2004-05-30 Richard M. Stallman <rms@gnu.org>
16310
16311 * files.el (find-file): Doc fix.
16312
16313 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16314
16315 2004-05-30 Nick Roberts <nickrob@gnu.org>
16316
16317 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16318 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16319 modeline of the locals buffer.
16320 (gdb-goto-breakpoint): Handle gdbmi.
16321 (gdb-get-frame-number): Change for gdbmi.
16322
16323 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16324
16325 * files.el (file-remote-p): Apply file name handler for operation
16326 `file-remote-p'. It isn't a property any longer.
16327 (file-relative-name): `fh' and `fd' get the required value via
16328 `find-file-name-handler' already.
16329
16330 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16331 (top): Remove setting of `file-remote-p' property for
16332 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16333
16334 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16335
16336 Version 2.0.41 of Tramp released.
16337
16338 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16339 Throw away if process has died.
16340 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16341 (tramp-out-of-band-prompt-regexp): Rename to
16342 `tramp-process-alive-regexp', because its usage is widen.
16343 (tramp-actions-copy-out-of-band): Apply it.
16344 (tramp-actions-before-shell, tramp-multi-actions):
16345 Add `tramp-action-process-alive' action.
16346 (tramp-action-process-alive): New defun.
16347 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16348 Add entry for `file-remote-p'.
16349 (tramp-handle-file-remote-p): New defun.
16350 (top): Remove setting of `file-remote-p'. Don't set
16351 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16352
16353 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16354 `file-remote-p'.
16355
16356 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16357 counted for (last) line. [They should or they shouldn't? --Stef]
16358 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16359
16360 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16361
16362 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16363 not really necessary but seems to keep the shell history smaller
16364 in some cases. It is no substitute for setting HISTFILE and
16365 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16366 though. Suggested by Luc Teirlinck.
16367 (tramp-open-connection-setup-interactive-shell): Export variables
16368 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16369 (tramp-set-process-query-on-exit-flag): New compat function.
16370 (tramp-open-connection-multi, tramp-open-connection-su)
16371 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16372 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16373 (tramp-let-maybe): New macro, let-binds a variable only if it
16374 isn't obsolete.
16375 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16376 (tramp-handle-file-truename): Use it.
16377 (tramp-completion-file-name-regexp-unified): Avoid matching
16378 filenames starting with "/:" -- those are reserved for
16379 file-name-non-special.
16380
16381 * tramp-smb.el (tramp-smb-open-connection):
16382 Use tramp-set-process-query-on-exit-flag compat function.
16383
16384 2004-05-29 Richard M. Stallman <rms@gnu.org>
16385
16386 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16387
16388 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16389 (eval-last-sexp-print-value): Print char equivalent regardless
16390 of standard-output value.
16391
16392 * thumbs.el (thumbs-subst-char-in-string): Delete.
16393 (thumbs-thumbname): Use subst-char-in-string.
16394 (thumbs-resize-image): Use condition-case, not ignore-errors.
16395 (thumbs-kill-buffer): Likewise.
16396
16397 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16398 (thumbs-mode): Make buffer read-only.
16399 (thumbs-make-thumb): Unconditionally accept an existing file.
16400 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16401 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16402 (thumbs-show-thumbs-list): Error if images not supported.
16403 (thumbs-save-current-image): Improve prompt string.
16404 (thumbs-mode-map): Define u, R, x.
16405 (thumbs-unmark): New command.
16406 (thumbs-emboss-image): Minor cleanup.
16407 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16408 (thumbs-rename-images): New command.
16409 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16410
16411 * thumbs.el (thumbs-current-image): New function.
16412 (thumbs-file-list, thumbs-file-alist): New functions.
16413 (thumbs-find-image): Delete arg L.
16414 Don't set up thumbs-fileL as buffer-local global var.
16415 (thumbs-find-image-at-point): Use thumbs-current-image.
16416 (thumbs-set-image-at-point-to-root-window): Likewise.
16417 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16418 Record and warn about errors. Update thumbs-markedL for deletions.
16419 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16420 (thumbs-redraw-buffer): Use thumbs-file-list.
16421 (thumbs-mark): Use thumbs-current-image.
16422 (thumbs-show-name): Use thumbs-current-image.
16423
16424 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16425 and imenu--last-menubar-index-alist.
16426
16427 * subr.el (with-selected-window): Undo previous change.
16428
16429 2004-05-29 John Paul Wallington <jpw@gnu.org>
16430
16431 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16432 (thumbs-mouse-find-image): New command.
16433 (thumbs-mode-map): Bind it to mouse-2.
16434 (thumbs-mode): Make mode-class special.
16435 (thumbs-view-image-mode): Likewise.
16436
16437 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16438
16439 * flymake.el: New file.
16440
16441 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16442
16443 * files.el (find-file-noselect-1): Do not bind
16444 `inhibit-read-only' to t during execution of
16445 `find-file-not-found-functions'.
16446
16447 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16450 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16451
16452 2004-05-28 Juri Linkov <juri@jurta.org>
16453
16454 * simple.el (eval-expression-print-format): New fun.
16455
16456 * simple.el (eval-expression):
16457 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16458 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16459 (edebug-eval-expression): Print additionally the value returned by
16460 `eval-expression-print-format'.
16461
16462 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16463 (insert-pair): Make arguments optional. Find character pair
16464 from `insert-pair-alist' according to the last input event.
16465 (insert-parentheses): Make arguments optional.
16466 (raise-sexp, delete-pair): New funs.
16467
16468 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16469 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16470 Bind C-M-q to `indent-pp-sexp'.
16471
16472 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16473 `pp-to-string' modified to be able to format text with newlines.
16474 (pp-to-string): Move the buffer-formatting part of the code to
16475 `pp-buffer'. Call `pp-buffer'.
16476
16477 * info.el (Info-desktop-buffer-misc-data): Don't save information
16478 about virtual files.
16479 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16480 buffers with names obtained from the desktop file instead of the
16481 default *info* buffer.
16482
16483 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16484
16485 * subr.el (with-selected-window): Only save/restore the selected window.
16486
16487 * progmodes/compile.el (compilation-error-regexp-alist):
16488 Use expand-file-name and data-directory.
16489
16490 * progmodes/grep.el (grep-tree): Rework previous fix.
16491
16492 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16493 after the user marked text with the mouse.
16494
16495 * startup.el (command-line): Keep the first regexp of
16496 auto-save-file-name-transforms intact.
16497
16498 2004-05-28 Juanma Barranquero <lektu@terra.es>
16499
16500 * cus-edit.el (customize-face, customize-face-other-window)
16501 (custom-face-edit-delete): Make arguments match their use in
16502 docstring.
16503 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16504 docstring.
16505
16506 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16507 not `cvs-butlast'.
16508
16509 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16510 `nbutlast' are in subr.el).
16511
16512 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16513 (set-w32-system-coding-system): Doc fixes.
16514
16515 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16516 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16517 Make arguments match their use in docstring.
16518 (artist-draw-region-trim-line-endings)
16519 (artist-mouse-choose-operation): Fix typo in docstring.
16520 (artist-key-set-point-common): Doc fix.
16521
16522 2004-05-28 Simon Josefsson <jas@extundo.com>
16523
16524 * mail/smtpmail.el (smtpmail-open-stream):
16525 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16526
16527 2004-05-26 Simon Josefsson <jas@extundo.com>
16528
16529 * starttls.el: Merge with my GNUTLS based starttls.el.
16530 (starttls-gnutls-program, starttls-use-gnutls)
16531 (starttls-extra-arguments, starttls-process-connection-type)
16532 (starttls-connect, starttls-failure, starttls-success): New variables.
16533 (starttls-program, starttls-extra-args): Doc fix.
16534 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16535 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16536 and pass on to corresponding *-gnutls function if it is set.
16537
16538 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16539
16540 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16541 remote files.
16542
16543 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16544
16545 * files.el (file-name-non-special): There are more operations
16546 which need handling: `find-backup-file-name',
16547 `insert-file-contents', `verify-visited-file-modtime',
16548 `write-region'. Rename t value of method to `add'. Add new
16549 methods `quote' and `unquote-then-quote' to file-arg-indices.
16550
16551 2004-05-25 Juri Linkov <juri@jurta.org>
16552
16553 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16554 (Info-index-nodes): Enclose code in condition-case to catch errors.
16555 (Info-index-node): Don't search all index nodes if request is only
16556 for the current node and file is not in the cache of index nodes.
16557 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16558 for consistency with dired-copy-filename-as-kill.
16559 Bind `S' to Info-search-case-sensitively.
16560 (Info-copy-current-node-name): New arg. With zero prefix arg put
16561 the name inside a function call to `info'. Display copied text in
16562 the echo area.
16563
16564 2004-05-25 Sam Steingold <sds@gnu.org>
16565
16566 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16567 strip the package prefix from the symbol name, if any.
16568 Make it the `find-tag-default-function' for `lisp-mode'.
16569
16570 2004-05-25 John Paul Wallington <jpw@gnu.org>
16571
16572 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16573 instead of obsolete `process-kill-without-query'.
16574
16575 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16576 Declare as variable, not constant.
16577
16578 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16579
16580 * files.el (find-file-noselect-1): Fix bug introduced by
16581 Revision 1.694. As a side effect, `inhibit-read-only'
16582 is again, by default, t during execution of
16583 `find-file-not-found-functions'.
16584 (insert-directory): Check that lines were really inserted by
16585 the --dired switch, before erasing them.
16586
16587 2004-05-24 Nick Roberts <nickrob@gnu.org>
16588
16589 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16590 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16591 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16592 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16593 gud-minor-mode (gdbmi).
16594
16595 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16596
16597 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16598 explicitly select the text to be taken as URL.
16599
16600 2004-05-23 Juri Linkov <juri@jurta.org>
16601
16602 * info.el (Info-index-nodes): New var and fun.
16603 (Info-goto-index, Info-index, info-apropos)
16604 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16605 (Info-index): Fix docstring. Store and restore Info-history-list.
16606 (Info-complete-nodes): New var.
16607 (Info-complete-menu-item): Use it.
16608 (Info-index-node): New fun.
16609 (Info-final-node, Info-forward-node, Info-backward-node)
16610 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16611 Use Info-index-node.
16612 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16613 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16614 (Info-find-node-2): If a node with period in its name not found,
16615 try to find a node without the name part after period.
16616 (Info-select-node): Call Info-fontify-node only if
16617 Info-fontify-maximum-menu-size is not nil.
16618 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16619 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16620 Preserve Info-history-list.
16621 (Info-toc): Set Info-current-file.
16622 (Info-build-toc): Move point to the beginning of the buffer.
16623 Add main-file variable.
16624 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16625 Use backslashed representation of the control character ^_.
16626
16627 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16628 numbers in the new Texinfo 4.7 format.
16629
16630 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16631 regexps for function and variable names.
16632
16633 * descr-text.el (describe-property-list): Add [show] button for
16634 `syntax-table' property with action to pp to a separate buffer.
16635 (describe-char): Replace search-forward by re-search-forward with
16636 whitespace regexp after "character:" to not fail in too narrow windows.
16637
16638 * simple.el (next-error-find-buffer): Add a rule to return
16639 next-error capable buffer if one window on the selected frame
16640 displays such buffer.
16641
16642 2004-05-23 Nick Roberts <nickrob@gnu.org>
16643
16644 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16645 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16646 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16647 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16648 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16649 Handle new value for gud-minor-mode (gdbmi).
16650 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16651 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16652 Change from local to global gdb variable set.
16653 (gdb-ann3): Initialize above gdb variable set.
16654 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16655 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16656 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16657 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16658 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16659 (gdb-info-locals-handler, gdb-invalidate-assembler)
16660 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16661 set as global variables.
16662 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16663 Handle gdbmi.
16664 (gdb-info-breakpoints-custom): Fix regexp.
16665 (def-gdb-var): Delete.
16666
16667 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16668 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16669 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16670 a new mode. The file (gdb-mi.el) for this mode will be included
16671 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16672 primary interface.
16673
16674 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16675
16676 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16677 interpreted as a directory.
16678
16679 2004-05-22 Richard M. Stallman <rms@gnu.org>
16680
16681 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16682 as a close quote.
16683
16684 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16685
16686 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16687 Use assoc-string, not assoc-ignore-case.
16688
16689 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16690
16691 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16692 If moving back then fwd gets a defun that ends before point,
16693 try again moving fwd then back.
16694
16695 * files.el (file-name-non-special): Allow t in file-arg-indices
16696 to mean requote the return value. Use `identity' as an element
16697 rather than as the whole value.
16698
16699 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16700
16701 2004-05-22 Juanma Barranquero <lektu@terra.es>
16702
16703 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16704 `help-make-usage'.
16705 (help-highlight-arguments): Skip function name before searching
16706 for arguments.
16707
16708 2004-05-21 Juanma Barranquero <lektu@terra.es>
16709
16710 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16711 Don't mention in the docstring these arguments meant for
16712 internal (recursive) use only.
16713 (allout-char-spec): Comment out (it's not implemented).
16714 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16715 obsolescence declaration.
16716 (allout-flatten-exposed-to-buffer)
16717 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16718 (my-mark-marker): Doc fix.
16719 (produce-allout-mode-map, allout-sibling-index)
16720 (allout-isearch-expose, allout-distinctive-bullet)
16721 (allout-open-topic, allout-reindent-body)
16722 (allout-rebullet-heading, allout-process-exposed)
16723 (allout-insert-listified, allout-latex-verb-quote)
16724 (allout-insert-latex-header, allout-insert-latex-trailer):
16725 Make arguments match their use in docstring.
16726 (allout-primary-bullet, allout-old-style-prefixes)
16727 (allout-inhibit-protection, allout-init, allout-mode)
16728 (allout-before-change-protect, allout-flag-region):
16729 Use "Emacs" instead of "emacs" in docstrings.
16730
16731 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16732
16733 * international/characters.el: Modify syntax of more characters.
16734
16735 2004-05-21 Masatake YAMATO <jet@gyve.org>
16736
16737 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16738 (etags-tags-completion-table): Show parsing progress.
16739
16740 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16741
16742 * locate.el (locate-prompt-for-command): Shorten first line of
16743 docstring.
16744 (locate-mode): Expand docstring and include keymap summary.
16745
16746 * files.el (find-file-noselect-1): Limit the scope of the
16747 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16748 is, by default, nil during the execution of
16749 `find-file-not-found-functions' and `find-file-hook'.
16750
16751 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16752
16753 * facemenu.el (facemenu-color-name-equal): New function.
16754 (list-colors-display): Use it to compare colors instead of
16755 facemenu-color-equal.
16756
16757 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16758
16759 * compare-w.el (compare-windows-face): Use min-colors instead of
16760 checking for tty or pc types.
16761
16762 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16763
16764 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16765 (completion-setup-function): Use with-current-buffer.
16766 Properly save excursion. Simplify.
16767 Don't assume there is necessarily a `mouse-face' property somewhere.
16768
16769 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16770
16771 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16772
16773 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16774 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16775 Use with-current-buffer.
16776 (byte-goto-log-buffer): Delete.
16777 (byte-compile-log-file): Call compilation-forget-errors.
16778
16779 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16780
16781 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16782 output messages into the search result.
16783
16784 2004-05-19 Masatake YAMATO <jet@gyve.org>
16785
16786 * wid-edit.el (widget-radio-button-notify): Revert my last
16787 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16788
16789 2004-05-19 Kenichi Handa <handa@m17n.org>
16790
16791 * international/characters.el: Fix syntax (open/close) of CJK chars.
16792
16793 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16794
16795 * help-mode.el (help-go-back): Don't depend on position of back button.
16796
16797 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16798
16799 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16800 files don't contain an accidental additional /.
16801
16802 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16803 in source buffer.
16804
16805 2004-05-18 Masatake YAMATO <jet@gyve.org>
16806
16807 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16808 to widget-apply. :action method assumes 2 arguments, not 3.
16809
16810 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16811
16812 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16813 New constants.
16814 (hs-special-modes-alist): Add an f90-mode entry.
16815
16816 2004-05-17 Sam Steingold <sds@gnu.org>
16817
16818 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16819 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16820
16821 2004-05-16 Kim F. Storm <storm@cua.dk>
16822
16823 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16824
16825 2004-05-15 John Wiegley <johnw@newartisans.com>
16826
16827 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16828 (eshell-output-object-to-target): Improve output speed 20% by not
16829 calling `eshell-stringify' if something is already known to be a string.
16830
16831 2004-05-15 Alex Ott <ott@jet.msk.su>
16832
16833 * textmodes/ispell.el (ispell-local-dictionary-alist):
16834 Add windows-1251 to the choice of coding systems.
16835 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16836 encoded in cp1251.
16837
16838 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16839
16840 * progmodes/compile.el (compilation-warning-face)
16841 (compilation-info-face): Use min-colors.
16842
16843 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16844
16845 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16846 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16847 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16848 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16849 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16850 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16851 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16852 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16853 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16854 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16855 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16856 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16857 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16858 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16859
16860 2004-05-15 Kim F. Storm <storm@cua.dk>
16861
16862 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16863 Use it to set triggered-p element of timer.
16864 (timer-event-handler): Set triggered-p element non-nil while running
16865 the timer function.
16866
16867 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16868
16869 * descr-text.el (describe-char-unicode-data)
16870 (describe-char-unicodedata-file): Re-enable the unicode code now that
16871 the licensing issues have been cleared in the unicode-4 license.
16872 (describe-text-properties-1): Remove unused `overlay' var.
16873 (describe-char): Remove unused var `buffer'.
16874
16875 2004-05-14 David Ponce <david@dponce.com>
16876
16877 * tree-widget.el: New file.
16878
16879 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16880
16881 * language/european.el ("Brazilian Portuguese"): Add support for
16882 Brazilian Portuguese.
16883
16884 2004-05-13 John Wiegley <johnw@newartisans.com>
16885
16886 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16887 `recentf-mode' if this variable has been customized to t.
16888
16889 * eshell/esh-test.el (eshell-test): Call the function
16890 `emacs-version' rather than trying to build a custom version string.
16891
16892 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16893
16894 * net/telnet.el (telnet-mode): Use define-derived-mode.
16895 Don't modify the global value of comint-prompt-regexp.
16896
16897 2004-05-13 John Paul Wallington <jpw@gnu.org>
16898
16899 * version.el (emacs-version): Check for `gtk' feature before
16900 `x-toolkit' feature.
16901
16902 2004-05-13 Juanma Barranquero <lektu@terra.es>
16903
16904 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16905 arguments in the docstring, they're used only in recursive calls.
16906
16907 * help-fns.el (help-arg-highlighting-function)
16908 (help-argument-name): Delete.
16909 (help-default-arg-highlight): New function.
16910 (help-do-arg-highlighting): Use it.
16911
16912 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16913
16914 * calendar/appt.el (appt-disp-window):
16915 Use `calendar-set-mode-line' for a centered mode-line.
16916
16917 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16918
16919 * calendar/appt.el (appt-disp-window): Do not split window
16920 excessively when `split-height-threshold' is low.
16921
16922 2004-05-12 Nick Roberts <nickrob@gnu.org>
16923
16924 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16925 kill-buffer-hook here and make it local.
16926 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16927
16928 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16929
16930 * progmodes/compile.el (compilation-set-window-height):
16931 Use save-excursion to protect against misplaced marker.
16932
16933 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16934
16935 * custom.el (defface): Document that type can have value gtk.
16936
16937 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16938
16939 2004-05-12 Kenichi Handa <handa@m17n.org>
16940
16941 * descr-text.el: Require quail at compile time.
16942 (describe-char): If an input method is on and it supports the
16943 character, show how to input it.
16944
16945 * international/quail.el (quail-install-decode-map): Accept a
16946 char-table whose subtype is `quail-decode-map'.
16947 (quail-store-decode-map-key, quail-gen-decode-map1)
16948 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16949 (quail-show-key): New functions.
16950
16951 2004-05-12 Juanma Barranquero <lektu@terra.es>
16952
16953 * generic.el (define-generic-mode): Remove redundant arglist info.
16954
16955 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16956 Make arguments match their use in docstring.
16957 (help-arg-highlighting-function): New variable.
16958 (help-argument-name): Mention it in the docstring.
16959 (help-do-arg-highlight): Use it. Expand regexp to accept also
16960 ARG-xxx and xxx-ARG references.
16961
16962 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16963
16964 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16965 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16966 and "mailto:addr1?to=addr2" equal.
16967
16968 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16969
16970 * man.el (Man-getpage-in-background): Use shell-file-name
16971 and shell-command-switch variables instead of hard-coded values.
16972
16973 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16974
16975 * iimage.el: New file.
16976
16977 2004-05-11 Juanma Barranquero <lektu@terra.es>
16978
16979 * custom.el (custom-initialize-default, defcustom):
16980 Fix typo in docstring.
16981
16982 * files.el (set-visited-file-name, file-expand-wildcards):
16983 Fix docstring.
16984
16985 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16986
16987 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16988
16989 * subr.el (eventp): Be more discriminating with integers.
16990
16991 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16992
16993 * progmodes/compile.el (compile): Add universal prefix arg.
16994 (compilation-error-regexp-alist-alist): Add edg patterns.
16995
16996 2004-05-10 Sam Steingold <sds@gnu.org>
16997
16998 * textmodes/ispell.el (ispell-message):
16999 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17000
17001 2004-05-10 Dave Love <fx@gnu.org>
17002
17003 * progmodes/python.el (help-buffer): Autoload when compiling.
17004 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17005 (run-python): Prepend to any existing PYTHONPATH.
17006
17007 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
17008
17009 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17010 for pending breakpoints.
17011
17012 2004-05-10 Richard M. Stallman <rms@gnu.org>
17013
17014 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17015 directly without calling any functions in Rmail.
17016 (unrmail-unprune): Function deleted.
17017
17018 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17019
17020 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17021 C-c C-z binding.
17022
17023 2004-05-10 Kenichi Handa <handa@m17n.org>
17024
17025 * descr-text.el (describe-char): Fix previous change. Don't make
17026 a unibyte character to multibyte in the *Help* buffer.
17027
17028 2004-05-10 Miles Bader <miles@gnu.org>
17029
17030 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17031 buffer an error if the debugger process is actually running.
17032
17033 2004-05-10 Juanma Barranquero <lektu@terra.es>
17034
17035 * help-fns.el (help-argument-name): Default to italic.
17036 (help-highlight-arguments): Return always (usage . doc), even when
17037 usage is nil.
17038
17039 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17040 (define-ibuffer-filter): Add usage info.
17041 (define-ibuffer-op): Add usage info (but CL-style defaults for
17042 keyword args are not shown).
17043
17044 * subr.el (remove-overlays, read-passwd): Fix docstring.
17045 (start-process-shell-command): Fix docstring. Put usage info in a
17046 format usable by `describe-function'.
17047 (open-network-stream, open-network-stream-nowait)
17048 (open-network-stream-server): Fix docstring.
17049
17050 2004-05-09 Jason Rumney <jasonr@gnu.org>
17051
17052 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17053 Only define cp125* if windows-125* is already defined.
17054
17055 * language/korean.el (cp949): Add alias.
17056
17057 * language/chinese.el (cp936, cp950): Add aliases.
17058
17059 * language/japanese.el (cp932): Add alias.
17060
17061 * term/w32-win.el: Require code-pages.
17062
17063 * international/mule-cmds.el (set-locale-environment):
17064 On MS-Windows use ansi code-page for default coding-systems.
17065 Set up paper sizes for Windows 3 letter languages.
17066
17067 * international/code-pages.el (cp932, cp936, cp949, cp950):
17068 Add aliases. Also add cp125* if not already defined.
17069
17070 2004-05-09 Juanma Barranquero <lektu@terra.es>
17071
17072 * help-fns.el (help-highlight-arguments): Don't try to highlight
17073 missing or autoloaded arglists. Accept structured arguments, like
17074 the first ones of `do' and `flet'.
17075
17076 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17077 (cvs-get-marked): Remove redundant arglist info.
17078
17079 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17080 Don't use CL-style default args.
17081
17082 2004-05-08 Andreas Schwab <schwab@suse.de>
17083
17084 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17085
17086 * international/subst-ksc.el: Fix references to utf-translate-cjk
17087 into utf-translate-cjk-mode.
17088 * international/subst-big5.el: Likewise.
17089 * international/subst-gb2312.el: Likewise.
17090 * international/subst-jis.el: Likewise.
17091 * international/utf-16.el: Likewise.
17092 * international/utf-8.el: Likewise.
17093
17094 2004-05-08 John Wiegley <johnw@newartisans.com>
17095
17096 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17097 "virtual buffers" (off by default), which makes it possible to
17098 switch to the "virtual" buffers of recently visited files. When a
17099 buffer name search fails, and this option is on, iswitchb will
17100 look at the list of recently visited files, and permit matching
17101 against those names. When the user hits RET on a match, it will
17102 revisit that file.
17103 (iswitchb-read-buffer): Add two optional arguments, which makes
17104 isearchb.el possible.
17105 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17106 (iswitchb-next-match): Add support for virtual buffers.
17107
17108 * isearchb.el: This module extends iswitchb to provide "as you
17109 type" buffer selection.
17110
17111 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17112 Ignore the read-only property when flyspell highlighting is on.
17113 Not ignoring it leads to a series of confusing errors.
17114 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17115 but also make sure to call flyspell-incorrect-hook.
17116 (flyspell-maybe-correct-transposition): Perform transposition test
17117 by bit twiddling a string, rather than using a temp buffer.
17118 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17119 buffer. This is also the original version of the code, which
17120 could not be checked in before due to a previous lack of
17121 assignment papers. This version has seen heavy usage on my system
17122 for several years now.
17123
17124 * calendar/cal-bahai.el: New file, which adds support for the
17125 Baha'i calendar to Emacs. This calendar is based on a solar year
17126 of 19 months of 19 days, with 4 intercalary days. Each year
17127 begins on March 21, with the calendar starting in 1844.
17128
17129 * calendar/cal-menu.el, calendar/calendar.el
17130 * calendar/diary-lib.el, calendar/holidays.el:
17131 Added support for using cal-bahai.el.
17132
17133 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17134 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17135 function can be used outside of eshell buffers.
17136 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17137
17138 2004-05-08 Juanma Barranquero <lektu@terra.es>
17139
17140 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17141 word constituent so FOO-ARG is not recognized as an arg.
17142 (help-highlight-arguments): Don't skip lists in mandatory arguments.
17143
17144 * simple.el (next-error): Fix typo in docstring.
17145 (open-line): Make argument names match their use in docstring.
17146 (split-line): Fix docstring.
17147
17148 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17149 usable by `describe-function'.
17150 (gensym, gentemp, typep, ignore-errors): Make argument names match
17151 their use in docstring.
17152
17153 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17154 argument to `help-setup-xref'.
17155
17156 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17157
17158 Version 2.0.40 of Tramp released.
17159
17160 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17161 Use symbol-function to invoke functions only known on some Emacs
17162 flavors. This avoids byte-compiler warnings. Reported by Kevin
17163 Scaldeferri <kevin@scaldeferri.com>.
17164 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17165 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17166 consistent with the other tramp-do-* functions.
17167 (tramp-do-copy-or-rename-file): Calls adjusted.
17168 (tramp-process-initial-commands): Avoid liveness check on shell --
17169 we know that it must be alive since we're opening a connection at
17170 this moment.
17171 (tramp-last-cmd): New internal variable.
17172 (tramp-process-echoes): New tunable.
17173 (tramp-send-command): Set tramp-last-cmd.
17174 (tramp-wait-for-output): Delete echo, if applicable.
17175 (tramp-read-passwd): Construct the key for the password cache in a
17176 way that works for multi methods, too.
17177 (tramp-bug): Add backup-directory-alist and
17178 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17179
17180 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17181
17182 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17183
17184 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17185 (tramp-actions-copy-out-of-band): New defcustoms.
17186 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17187 used instead of a synchronous one. Allows password entering.
17188 (tramp-action-out-of-band): New defun.
17189 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17190 Remove restriction with password from doc string.
17191 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17192 `tramp-out-of-band-prompt-regexp',
17193 `tramp-actions-copy-out-of-band', `password-cache' and
17194 `password-cache-expiry'.
17195 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17196 password caching.
17197 (tramp-touch): FILE can be a local file, too.
17198 (TODO): Remove items done.
17199 (tramp-handle-insert-directory): Properly quote file name also if
17200 not full-directory-p. Handle wildcard case. Reported by Andreas
17201 Schwab <schwab@suse.de>.
17202 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17203 new file.
17204 (tramp-handle-file-local-copy, tramp-handle-write-region):
17205 The permissions of the temporary file are set if filename exists.
17206 Reported by Ted Stern <stern@cray.com>.
17207 (tramp-backup-directory-alist)
17208 (tramp-bkup-backup-directory-info): New defcustoms.
17209 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17210 (tramp-handle-find-backup-file-name): New function.
17211 Implements Tramp's find-backup-file-name.
17212
17213 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17214 for `find-backup-file-name'.
17215
17216 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17217 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17218
17219 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17220
17221 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17222
17223 2004-05-07 Juanma Barranquero <lektu@terra.es>
17224
17225 * subr.el (lambda): Add arglist description to docstring.
17226 (declare): Fix typo in docstring.
17227 (open-network-stream): Fix docstring.
17228 (process-kill-without-query): Fix docstring and add obsolescence info.
17229 (last, butlast, nbutlast): Make arguments match their use in docstring.
17230 (insert-buffer-substring-no-properties): Likewise.
17231 (insert-buffer-substring-as-yank): Likewise.
17232 (split-string): Fix docstring.
17233
17234 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17235 Make argument names match their use in docstring.
17236
17237 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17238
17239 2004-05-06 Nick Roberts <nickrob@gnu.org>
17240
17241 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17242 Fit first sentence on one line for apropos-command.
17243
17244 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17245
17246 Changes largely merged in from Dave Love's code.
17247 * progmodes/python.el: Doc fixes.
17248 (python-mode-map): Add python-complete-symbol.
17249 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17250 (python-comment-indent, python-complete-symbol)
17251 (python-symbol-completions, python-partial-symbol)
17252 (python-try-complete): New.
17253 (python-indent-line): Remove optional arg. Use python-block-end-p.
17254 (python-check): Bind compilation-error-regexp-alist.
17255 (inferior-python-mode): Use rx. Move keybindings to top level.
17256 Set comint-input-filter.
17257 (python-preoutput-filter): Use rx.
17258 (python-input-filter): Re-introduce.
17259 (python-proc): Start new process if necessary.
17260 Check python-buffer non-nil.
17261 (view-return-to-alist): Defvar.
17262 (python-send-receive): New.
17263 (python-eldoc-function): Use it.
17264 (python-mode-running): Don't defvar.
17265 (python-mode): Set comment-indent-function.
17266 Maybe update hippie-expand-try-functions-list.
17267 (python-indentation-levels): Initialize differently.
17268 (python-block-end-p): New.
17269 (python-indent-line): Use it.
17270 (python-compilation-regexp-alist): Augment.
17271 (run-python): Import `emacs' module to Python rather than loading
17272 code directly. Set python-buffer differently.
17273 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17274 Use python-proc.
17275 (python-send-command): Go to end of comint buffer.
17276 (python-load-file): Use python-proc, emacs.eimport.
17277 (python-describe-symbol): Simplify interactive form.
17278 Use emacs.help. Do use temp-buffer-show-hook.
17279 Call print-help-return-message.
17280 (hippie-exp): Require when compiling.
17281 (python-preoutput-continuation): Use rx.
17282
17283 * diff-mode.el (diff-make-unified): Fix regexp.
17284
17285 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17286
17287 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17288 filter groups from the buffer when rebuilding the Ibuffer buffer
17289 and `ibuffer-show-empty-filter-groups' is nil.
17290
17291 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17292
17293 * ps-print.el (ps-print-quote): Call ps-value-string.
17294 (ps-setup): Call ps-comment-string.
17295 (ps-value-string, ps-comment-string): New funs.
17296
17297 2004-05-06 Juanma Barranquero <lektu@terra.es>
17298
17299 * ehelp.el (electric-help-command-loop): Check whether the last
17300 character is visible, not (point-max).
17301
17302 * help-fns.el (help-argument-name): Default to bold; don't inherit
17303 from font-lock-variable-name-face.
17304 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17305
17306 2004-05-05 Kenichi Handa <handa@m17n.org>
17307
17308 * descr-text.el (describe-char): Copy the character with text
17309 properties and overlays into the first line, and call
17310 describe-text-properties on it.
17311
17312 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17313
17314 * iswitchb.el (iswitchb-global-map): Fix typo.
17315 Remove unwanted ###autoloads from source file.
17316
17317 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17318
17319 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17320 in run-hooks. Use substitute-command-keys in message.
17321 (wdired-abort-changes): Add message.
17322
17323 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17324
17325 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17326 (sql-emacs20-p): Remove.
17327 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17328 (sql-builtin-face, sql-doc-face): Remove.
17329 (sql-mode-ansi-font-lock-keywords)
17330 (sql-mode-oracle-font-lock-keywords)
17331 (sql-mode-postgres-font-lock-keywords)
17332 (sql-mode-linter-font-lock-keywords)
17333 (sql-mode-ms-font-lock-keywords)
17334 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17335 (sql-product-font-lock): Fix font-lock reset when font rules change.
17336 (sql-highlight-product): Remove incorrect font-lock reset logic.
17337
17338 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17339
17340 * ses.el (ses-set-parameter): Fix typo.
17341
17342 2004-05-04 Kim F. Storm <storm@cua.dk>
17343
17344 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17345 Must expand directory for completion to work; and don't mess with
17346 process-environment.
17347 (ido-read-file-name): If command has ido property, don't use ido
17348 if value is ignore, or read as directory if value is dir.
17349 Set ido ignore property for dired-do-rename command.
17350
17351 2004-05-04 Juanma Barranquero <lektu@terra.es>
17352
17353 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17354 (electric-help-help): Check against unmapped commands.
17355
17356 * help-fns.el (help-argument-name): New face, inheriting from
17357 font-lock-variable-name-face, to highlight function arguments in
17358 `describe-function' and `describe-key'.
17359 (help-do-arg-highlight): Auxiliary function to highlight a given
17360 list of arguments in a string.
17361 (help-highlight-arguments): Highlight the function arguments and
17362 all uses of them in the docstring.
17363 (describe-function-1): Use it. Do docstring output via `insert',
17364 not 'princ', so text attributes are preserved.
17365
17366 * winner.el (winner-mode-map): Move `winner-undo' and
17367 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17368 previous bindings conflict with `prev-buffer', `next-buffer').
17369
17370 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17371
17372 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17373 (bibtex-entry-update): New command bound to C-c C-u.
17374 (bibtex-text-in-string): Fix regexp.
17375 (bibtex-assoc-of-regexp): Remove.
17376 (bibtex-progress-message): Fix docstring.
17377 (bibtex-inside-field): Use if.
17378 (bibtex-assoc-regexp): New function.
17379 (bibtex-format-entry): Make code more robust so that it formats
17380 also old entries.
17381 (bibtex-autokey-demangle-title): Merge with obsolete function
17382 bibtex-assoc-of-regexp.
17383 (bibtex-field-list): New function.
17384 (bibtex-entry): Use bibtex-field-list.
17385 (bibtex-parse-entry): Fix docstring.
17386 (bibtex-print-help-message): Use bibtex-field-list.
17387 (bibtex-make-field): Use bibtex-field-list.
17388 (bibtex-entry-index): Bugfix. Return crossref key if required.
17389 (bibtex-lessp): Fix docstring.
17390
17391 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17392
17393 * select.el (xselect-convert-to-string): Move comment to intended line.
17394
17395 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17396
17397 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17398 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17399
17400 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17401
17402 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17403 x-get-selection.
17404
17405 2004-05-03 Jason Rumney <jasonr@gnu.org>
17406
17407 * makefile.nt: Remove.
17408
17409 2004-05-03 Kim F. Storm <storm@cua.dk>
17410
17411 * emulation/cua-base.el (cua--update-indications): Fix last change.
17412 (cua-mode): Deactivate mark when cua-mode is enabled.
17413
17414 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17415
17416 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17417
17418 2004-05-03 Nick Roberts <nickrob@gnu.org>
17419
17420 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17421 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17422 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17423 window over visible frames.
17424 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17425
17426 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17427
17428 * progmodes/compile.el (compilation-gcpro): New var.
17429 (compilation-fake-loc): Use it.
17430 (compilation-forget-errors): Reset it.
17431
17432 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17433
17434 * diff-mode.el (diff-header-face, diff-file-header-face):
17435 Use min-colors.
17436
17437 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17438
17439 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17440 (bibtex-clean-entry): Disentangle code.
17441 (bibtex-realign): New function.
17442 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17443 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17444 Remove undocumented optional arg called-by-convert-alien.
17445 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17446 for sorting instead of bibtex-sort-buffer.
17447
17448 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17449
17450 * progmodes/compile.el (compilation-start): In the
17451 no-async-subprocesses branch, call sit-for to give redisplay a
17452 chance to show the updated process status in the mode line, and
17453 fontify the buffer explicitly after the process exits.
17454
17455 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * progmodes/python.el (python-compilation-line-number): Remove.
17458 (python-compilation-regexp-alist): Don't use it any more.
17459 (python-orig-start, python-input-filter): Remove.
17460 (inferior-python-mode): Don't set up comint-input-filter-functions.
17461 (python-send-region): Use compilation-fake-loc.
17462
17463 * progmodes/compile.el (compilation-messages-start): New var.
17464 (compilation-mode): Don't setup next-error-function here.
17465 (compilation-setup): Set it up here instead (for minor modes as well).
17466 Make compilation-messages-start buffer local.
17467 (compilation-next-error-function): Use it.
17468 (compilation-forget-errors): Set compilation-messages-start.
17469
17470 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17471
17472 * ielm.el (ielm-prompt-read-only): Update docstring.
17473
17474 * comint.el (comint-prompt-read-only): Update docstring.
17475 (comint-update-fence, comint-kill-whole-line)
17476 (comint-kill-region): New functions.
17477
17478 * simple.el (kill-whole-line): Use "p" instead of "P" in
17479 interactive form.
17480
17481 2004-05-01 Juanma Barranquero <lektu@terra.es>
17482
17483 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17484 format arglist so default values in CL-style argument lists are
17485 correctly shown.
17486
17487 2004-05-01 Jason Rumney <jasonr@gnu.org>
17488
17489 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17490
17491 2004-05-01 Kenichi Handa <handa@m17n.org>
17492
17493 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17494 quail file if it is up to date.
17495
17496 2004-04-30 Juri Linkov <juri@jurta.org>
17497
17498 * cus-edit.el (custom-mode-map):
17499 Add key binding `C-x C-s' to `Custom-save'.
17500
17501 * outline.el (outline-blank-line): New var.
17502 (outline-next-preface, outline-show-heading)
17503 (outline-end-of-subtree): Use it.
17504
17505 * dired-aux.el (dired-touch-initial): New fun.
17506 (dired-do-chxxx): Call it for op-symbol `touch'.
17507 (dired-diff): Use `dired-dwim-target-directory'
17508 if current dired buffer has no buffer mark.
17509
17510 * bindings.el (propertized-buffer-identification):
17511 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17512 Add C-M-arrow keys for consistency.
17513
17514 * files.el (confirm-kill-emacs):
17515 Change group from top-level `emacs' to `convenience'.
17516
17517 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17518 Push mark on the first call of successive command calls.
17519 (insert-pair): New fun created from `insert-parentheses' with
17520 `open' and `close' arguments added. Enclose active regions
17521 in paired characters. Compare adjacent characters syntax with
17522 inserted characters syntax before inserting a space.
17523 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17524
17525 * delsel.el: Don't put `delete-selection' property
17526 on `insert-parentheses' symbol to take advantage of
17527 region handling in `insert-pair' function.
17528 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17529
17530 2004-04-30 Kim F. Storm <storm@cua.dk>
17531
17532 * emulation/cua-base.el: Add support for changing cursor types;
17533 based on patch from Michael Mauger.
17534 (cua-normal-cursor-color, cua-read-only-cursor-color)
17535 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17536 Customization cursor type and/or cursor color.
17537 (cua--update-indications): Handle cursor type changes.
17538 (cua-mode): Update cursor indications if enabled.
17539
17540 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17541
17542 * mouse.el (mouse-drag-copy-region): New defcustom.
17543 (mouse-set-region, mouse-drag-region-1): Use it.
17544
17545 * simple.el (kill-ring-save): If region face background color is
17546 unspecified (if no highlighting), show extent of fully visible
17547 region even if transient-mark-mode is enabled.
17548
17549 * emulation/cua-base.el (cua--standard-movement-commands):
17550 Add cua-scroll-up and cua-scroll-down.
17551 (cua-scroll-up, cua-scroll-down): New commands.
17552 (cua--init-keymaps): Remap scroll-up and scroll-down.
17553
17554 * emulation/cua-rect.el (cua--convert-rectangle-as):
17555 New defmacro.
17556 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17557 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17558 New commands (suggested by Jordan Breeding).
17559
17560 2004-04-30 Juanma Barranquero <lektu@terra.es>
17561
17562 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17563
17564 2004-04-30 Mario Lang <mlang@delysid.org>
17565
17566 * diff.el (diff-switches): Fix typo in docstring.
17567
17568 2004-04-30 Alex Schroeder <alex@gnu.org>
17569
17570 * xml.el (xml-debug-print-internal): Don't add newline and
17571 indentation to text nodes and write empty elements as empty tags
17572 instead of opening and closing tags.
17573 (xml-debug-print): Take optional indent-string argument.
17574 (xml-print): Alias for xml-debug-print.
17575
17576 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17577
17578 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17579 than duplicate call to `line-beginning-position'.
17580
17581 * progmodes/f90.el (f90-get-present-comment-type):
17582 Return whitespace, as well as comment chars, for consistent filling
17583 of comment blocks. Use `match-string-no-properties'.
17584 (f90-break-line): Trim trailing whitespace when filling comments.
17585
17586 2004-04-30 Dave Love <fx@gnu.org>
17587
17588 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17589 (diary-from-outlook-internal, diary-from-outlook)
17590 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17591 New functions to import diary entries from Outlook-format
17592 appointments in mail messages.
17593
17594 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17595
17596 * progmodes/python.el (python-send-command): New fun.
17597 (python-send-region, python-load-file): Use it.
17598
17599 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17600
17601 * help-fns.el (help-C-file-name): Use new subr-name.
17602 Prepend `src/' to the file name.
17603 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17604 (describe-function-1, describe-variable): Only find a C source file
17605 name if DOC is already loaded.
17606
17607 * help-mode.el (help-function-def, help-variable-def):
17608 Use the new find-function-search-for-symbol functionality.
17609 Allow FILE to be `C-source'.
17610
17611 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17612 (find-function-C-source): New fun.
17613 (find-function-search-for-symbol): Use it.
17614
17615 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17616
17617 * progmodes/sql.el (sql-product-alist): Rename variable
17618 `sql-product-support'. Add Postgres login parameters.
17619 (sql-set-product, sql-product-feature): Update with renamed variable.
17620 (sql-connect-postgres): Add username prompt.
17621 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17622 Make patterns less product specific.
17623 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17624 (sql-mode-abbrev-table): Modify initialization.
17625 (sql-builtin-face): Add variable.
17626 (sql-keywords-re): Add macro.
17627 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17628 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17629 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17630 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17631 (sql-mode-linter-font-lock-keywords)
17632 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17633 (sql-mode-sybase-font-lock-keywords)
17634 (sql-mode-informix-font-lock-keywords)
17635 (sql-mode-interbase-font-lock-keywords)
17636 (sql-mode-ingres-font-lock-keywords)
17637 (sql-mode-solid-font-lock-keywords)
17638 (sql-mode-sqlite-font-lock-keywords)
17639 (sql-mode-db2-font-lock-keywords): Default to nil.
17640 (sql-product-font-lock): Always highlight ANSI keywords.
17641 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17642 (sql-send-string): Add function.
17643
17644 2004-04-29 Dave Love <fx@gnu.org>
17645
17646 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17647 (cfengine-end-of-defun): Ensure progress through buffer.
17648
17649 * info-look.el (cfengine-mode): Accept a terminal ().
17650
17651 2004-04-29 Juri Linkov <juri@jurta.org>
17652
17653 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17654 instead of isearch-yank-word-or-char. Add new key bindings for
17655 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17656 (isearch-del-char): New fun.
17657 (isearch-forward, isearch-edit-string): Update docstring.
17658 (isearch-yank-char): Doc fix.
17659 (isearch-other-meta-char): Restore point after scrolling.
17660
17661 * progmodes/compile.el (compilation-context-lines): Add nil option
17662 to disable compilation output window scrolling.
17663 (compilation-set-window): Use it.
17664
17665 * outline.el (outline-next-preface, outline-show-heading):
17666 Don't leave unhidden blank line before heading.
17667 (outline-end-of-subtree): Include last newline into subtree.
17668 (hide-entry): Leave point at beginning of heading instead of end.
17669 (outline-up-heading): Push mark for the first call of successive
17670 command calls.
17671
17672 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17673
17674 * comint.el (comint-prompt-read-only): New variable.
17675 (comint-output-filter): Implement it.
17676
17677 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17678 (ielm-prompt-internal): New variable.
17679 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17680 (ielm-send-input): Delete unused variable `buf'.
17681 (ielm-eval-input): Use `ielm-prompt-internal'.
17682 (inferior-emacs-lisp-mode): Use new variables
17683 `comint-prompt-read-only' and `ielm-prompt-internal'.
17684 Get rid of obsolete variable `directory-sep-char'.
17685 (ielm): Use `zerop'.
17686
17687 2004-04-29 John Paul Wallington <jpw@gnu.org>
17688
17689 * thumbs.el (toplevel): Require cl at compile time.
17690 Remove conditional definitions of `ignore-errors' and `caddar'
17691 because they occur at run time.
17692
17693 2004-04-28 Nick Roberts <nickrob@gnu.org>
17694
17695 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17696 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17697 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17698 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17699
17700 * progmodes/gud.el (gud-common-init): Throw an error if program is
17701 already running under gdb.
17702
17703 2004-04-28 John Paul Wallington <jpw@gnu.org>
17704
17705 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17706 (thumbs-show-image-num): Move assignment of
17707 `thumbs-current-image-filename' within scope of `i'.
17708 (thumbs-emboss-image): Don't use `evenp'.
17709
17710 2004-04-28 Richard M. Stallman <rms@gnu.org>
17711
17712 * progmodes/compile.el (compilation-context-lines): Default now 0.
17713
17714 2004-04-28 Juanma Barranquero <lektu@terra.es>
17715
17716 Use `time-less-p' from calendar/time-date.el instead of defining
17717 custom versions of it.
17718
17719 * pcomplete.el (pcomplete-time-less-p): Remove.
17720
17721 * thumbs.el (time-less-p): Remove.
17722
17723 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17724 (timeclock-generate-report): Use `time-less-p'.
17725
17726 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17727 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17728
17729 2004-04-28 Masatake YAMATO <jet@gyve.org>
17730
17731 * subr.el (remove-overlays): Make arguments optional.
17732
17733 * wid-edit.el (widget-specify-button): Put evaporate to the
17734 overlay for sample.
17735 (widget-specify-sample): Put evaporate to the overlay for sample.
17736 (widget-specify-doc): Put evaporate to the overlay for documentation.
17737
17738 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17739
17740 * info.el (info-apropos): Make it an index node. Align node names
17741 like makeinfo.
17742
17743 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17744
17745 * net/browse-url.el (browse-url-netscape-sentinel)
17746 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17747 (browse-url-epiphany-sentinel, browse-url-mosaic):
17748 Use browse-url-*-program instead of a literal program name.
17749
17750 2004-04-27 Kevin Ryde <user42@zip.com.au>
17751
17752 * eshell/em-alias.el:
17753 * eshell/em-dirs.el:
17754 * eshell/em-hist.el:
17755 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17756 features when M-x customize-group loads modules before the main
17757 eshell.el.
17758
17759 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17760
17761 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17762 either a character representation of an event or an event
17763 description list.
17764
17765 * type-break.el: Capitalize Emacs and Lisp.
17766 (type-break-good-break-interval, type-break-demo-boring-stats)
17767 (type-break-terse-messages, type-break-file-name): New defcustoms.
17768 (type-break-post-command-hook)
17769 (type-break-warning-countdown-string): Quote variable names in doc.
17770 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17771 (type-break-mode): Document type-break-good-break-interval and the
17772 "session" file. Schedule break according to the session file.
17773 Kill session file buffer on exit. Organize for save-some-buffers
17774 to always save the session file.
17775 (type-break-mode-line-message-mode, type-break-query-mode):
17776 Uppercase arguments.
17777 (type-break-file-time, type-break-file-keystroke-count, timep)
17778 (type-break-choose-file, type-break-get-previous-time)
17779 (type-break-get-previous-count): New defuns.
17780 (type-break): Avoid break querying after a completed break in the
17781 case where the query was initiated during user invocation of the
17782 break. Optional terse messages.
17783 Use type-break-good-break-interval if type-break-good-rest-interval is
17784 nil. File the break time.
17785 (type-break-schedule): New optional args for overriding the use of
17786 the current time.
17787 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17788 after a break.
17789 (type-break-check): File the keystroke count.
17790 (type-break-do-query): Prevent a second query when the break is
17791 interrupted. Optional terse message.
17792 (type-break-keystroke-reset): Record the start of a typing interval.
17793 (type-break-demo-boring): Optional terse messages. Display word
17794 per minute and keystroke counts according to
17795 type-break-demo-boring-stats.
17796
17797 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17798
17799 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17800 directories, make sure they exist under archive-tmpdir.
17801
17802 2004-04-27 Juri Linkov <juri@jurta.org>
17803
17804 * help.el (view-emacs-news): With argument, display info for the
17805 selected version by finding it among different NEWS files, and
17806 narrowing the buffer to the selected version.
17807
17808 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17809 same-window-buffer-names.
17810 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17811 non-numeric prefix argument, append the number to the buffer name
17812 for numeric prefix argument.
17813 (info-other-window): Bind same-window-regexps to nil.
17814 (Info-reference-name): Rename to Info-point-loc.
17815 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17816 and Info-find-index-name for stringy Info-point-loc.
17817 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17818 without middle `.', but with final `.' and optional line number
17819 for it. Set Info-point-loc for index nodes.
17820 (Info-index): Remove middle `.' from index entry regexp.
17821 Modify line number regexp.
17822 (Info-index-next): Decrement line number.
17823 (info-apropos): Remove middle `.' from index entry regexp.
17824 Add optional line number regexp at the end. Add matched value
17825 for line number to the result list and insert it to the buffer.
17826 Replace match-string by match-string-no-properties.
17827 Reorder result list.
17828 (Info-fontify-node): Hide index line numbers.
17829 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17830 empty matches.
17831 (Info-follow-reference): Use `str' instead of
17832 Info-following-node-name-re.
17833 (Info-toc): Use full file names. Set Info-current-node to "Top".
17834 (Info-fontify-node): Compare file names without directory name.
17835 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17836 Set second arg of Info-extract-menu-node-name for index nodes.
17837 (info-xref-visited): Use magenta3 instead of magenta4.
17838 (Info-mode): Add info-apropos to docstring.
17839
17840 * log-view.el (log-view-diff): Replace interactive code "r"
17841 by a list to allow to call it even if region is not active.
17842
17843 * paren.el (show-paren-highlight-openparen): New var.
17844 (show-paren-function): Turn on openparen highlighting when
17845 matching forward if show-paren-highlight-openparen is non-nil.
17846
17847 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17848 the constant value 1.
17849 (completions-common-part): Expand docstring.
17850
17851 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17852
17853 2004-04-27 Kim F. Storm <storm@cua.dk>
17854
17855 * image.el (insert-sliced-image): Use line-height instead of
17856 line-spacing property on newline.
17857
17858 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17859
17860 * desktop.el (desktop-buffer-misc-data-function): Rename to
17861 desktop-save-buffer and change docstring.
17862 (desktop-buffer-modes-to-save): Delete.
17863 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17864 desktop-buffer-modes-to-save.
17865 (desktop-save): Rename desktop-buffer-misc-data-function to
17866 desktop-save-buffer and allow non-function value.
17867 (desktop-missing-file-warning): Correct docstring.
17868
17869 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17870 to desktop-save-buffer.
17871
17872 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17873 desktop-save-buffer.
17874
17875 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17876
17877 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17878
17879 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17880
17881 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17882
17883 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17884
17885 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17886 (ielm): Only go to the end of the buffer when starting a new process.
17887
17888 2004-04-25 Juanma Barranquero <lektu@terra.es>
17889
17890 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17891 mode line. Bind `inhibit-read-only' to t before modifying
17892 properties of text in the buffer.
17893 (ielm): Force point to the end of buffer, even when running ielm
17894 from inside itself.
17895
17896 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17897
17898 * info.el (info-apropos): Reset Info-complete-cache.
17899
17900 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17901
17902 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17903 Also recognize severe Irix et al. messages.
17904 (compilation-normalize-filename, compile-abbreviate-directory):
17905 Delete functions.
17906 (compilation-get-file-structure): New function inherits
17907 functionality of the two preceding ones.
17908 (compilation-internal-error-properties, compilation-fake-loc):
17909 Use it so that different paths to the same file share the same
17910 markers. Also optimize finding adjacent marker slightly.
17911
17912 2004-04-25 Kim F. Storm <storm@cua.dk>
17913
17914 * image.el (insert-sliced-image): Add line-spacing t property
17915 to newlines separating image lines.
17916
17917 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17918
17919 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17920
17921 * ielm.el (ielm-prompt-read-only): New user option.
17922 (ielm-prompt): Expand docstring to describe new behavior.
17923 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17924 mention it in the docstring.
17925
17926 2004-04-24 Andreas Schwab <schwab@suse.de>
17927
17928 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17929
17930 * diff.el (diff): Set default-directory in diff buffer.
17931
17932 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17933
17934 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17935 mail was being composed if the terminal cannot display more than
17936 one frame; instead, switch to previous frame.
17937
17938 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17939 (rmail-start-mail): Support rmail-mail-new-frame even on
17940 terminals that can display only one frame at a time.
17941
17942 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17943
17944 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17945 (checkdoc-output-font-lock-keywords): Remove error regexp.
17946 (checkdoc-output-mode-map): Remove.
17947 (checkdoc-output-mode): Derive from compilation-mode.
17948 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17949
17950 * dired.el (dired-mode-map): Add a menu entry for wdired.
17951
17952 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17953 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17954
17955 * wdired.el (wdired-mode-map): Move init into declaration.
17956 Fix `return' binding.
17957 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17958 Use force-mode-line-update.
17959 (wdired-get-filename): Use `unless'.
17960 (wdired-preprocess-files): Don't assume names have no \n and use / for
17961 dir separator.
17962 (wdired-normalize-filename): Use replace-regexp-in-string.
17963 (wdired-load-hooks): Remove.
17964 (wdired-mode-hooks): Rename to wdired-mode-hook.
17965
17966 * info-look.el: Add support for cfengine-mode.
17967 (info-lookup-setup-mode): Use dolist.
17968
17969 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17970
17971 * wdired.el: New file.
17972
17973 2004-04-23 Juanma Barranquero <lektu@terra.es>
17974
17975 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17976
17977 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17978 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17979 (pcomplete--help, pcomplete--here): Doc fixes.
17980
17981 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17982
17983 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17984 handles wrong-number-of-arguments in backend call.
17985
17986 * vc.el (vc-print-log): Likewise.
17987
17988 2004-04-20 Dave Love <fx@gnu.org>
17989
17990 * emacs-lisp/rx.el: Doc fixes.
17991 (rx-constituents): Add/extend many forms.
17992 (rx-check): Check form is a list.
17993 (bracket): Defvar.
17994 (rx-check-any, rx-any, rx-check-not): Modify.
17995 (rx-not): Simplify.
17996 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17997 (rx-kleene): Use rx-trans-forms.
17998 (rx-quote-for-set): Delete.
17999 (rx): Allow multiple args.
18000
18001 2004-04-23 Kenichi Handa <handa@m17n.org>
18002
18003 * international/mule-util.el (char-displayable-p): Simplify by
18004 using internal-char-font.
18005
18006 2004-04-23 Juanma Barranquero <lektu@terra.es>
18007
18008 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18009
18010 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18011
18012 * diff-mode.el (diff-next-error): New fun.
18013 (diff-mode): Use it.
18014
18015 * simple.el (next-error): Change arg name.
18016 Add support for the documented C-u C-x ` usage.
18017
18018 * frame.el (special-display-popup-frame, next-multiframe-window)
18019 (previous-multiframe-window): Only consider frames on same display.
18020
18021 2004-04-22 Lars Hansen <larsh@math.ku.dk>
18022
18023 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18024 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18025
18026 2004-04-22 Kim F. Storm <storm@cua.dk>
18027
18028 * net/telnet.el (telnet): Add optional port arg.
18029
18030 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18033 Minor sanity check on the `hyperlink' slot.
18034
18035 * Makefile.in (recompile): Compile new files.
18036
18037 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18038 Add byte-recompile-directory's optional `arg'.
18039
18040 * cvs-status.el (cvs-tree-use-charset): New var.
18041 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18042 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18043 (cvs-status-cvstrees): Use it.
18044
18045 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18046 Make it a normal major mode.
18047 (checkdoc-buffer-label): Make sure the file name is meaningful.
18048 (checkdoc-output-to-error-buffer): Remove.
18049 (checkdoc-error, checkdoc-start-section): Rewrite.
18050
18051 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18052 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18053 (Info-title-4-face): Use new syntax.
18054 (info-xref-visited): Inherit from info-xref.
18055
18056 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18057
18058 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18059
18060 * simple.el (next-error-last-buffer, next-error-function):
18061 New variables for the next-error framework.
18062 (next-error-buffer-p): New function.
18063 (next-error-find-buffer): Generalize compilation-find-buffer.
18064 (next-error, previous-error, first-error, next-error-no-select)
18065 (previous-error-no-select): Move from compile.el.
18066
18067 * replace.el (occur-next-error, occur-1): Hook into the next-error
18068 framework.
18069
18070 * progmodes/compile.el (compilation-start):
18071 Set next-error-last-buffer so next-error knows where to jump.
18072 (compilation-setup): Set the buffer-local variable
18073 next-error-function to 'compilation-next-error-function.
18074 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18075 alternate way to find if a buffer is a compilation buffer, for
18076 next-error convenience.
18077 (next-error-no-select, previous-error-no-select, next-error)
18078 (previous-error, first-error): Move to simple.el.
18079 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18080 (compilation-last-buffer): Remove.
18081 (compilation-start, compilation-next-error, compilation-setup)
18082 (compilation-next-error-function, compilation-find-buffer):
18083 Remove compilation-last-buffer use.
18084
18085 2004-04-21 Juanma Barranquero <lektu@terra.es>
18086
18087 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18088 (font-lock-warning-face): Fix spacing.
18089
18090 * makefile.w32-in (WINS): Add url/ directory.
18091
18092 2004-04-21 Lars Hansen <larsh@math.ku.dk>
18093
18094 * desktop.el (desktop-buffer-mode-handlers): New variable.
18095 Alist of major mode specific functions to restore a desktop buffer.
18096 (desktop-buffer-handlers): Make variable obsolete.
18097 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18098 Catch errors signaled in handlers. Update buffer count.
18099 Evaluate desktop-buffer-point.
18100 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18101 move to dired.el.
18102 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18103 move to info.el.
18104 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18105 move to mail/rmail.el.
18106 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18107 to mh-e/mh-e.el.
18108 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18109 On fail, print message (to message buffer) even if
18110 desktop-missing-file-warning is nil.
18111 (desktop-buffer-misc-data-function): New buffer local variable.
18112 Function returning major mode specific data.
18113 (desktop-buffer-misc-functions): Make variable obsolete.
18114 (desktop-save): Use desktop-buffer-misc-data-function.
18115 (desktop-buffer-dired-misc-data): Rename to
18116 dired-desktop-buffer-misc-data and move to dired.el.
18117 (desktop-buffer-info-misc-data): Rename to
18118 Info-desktop-buffer-misc-data and move to info.el.
18119 (desktop-read): Add message about number of buffers restored/failed.
18120
18121 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18122 Add parameters. Pause to display error only when
18123 desktop-missing-file-warning is non-nil.
18124 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18125 (dired-mode): Bind desktop-buffer-misc-data-function.
18126
18127 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18128 Add Parameters.
18129 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18130 (Info-mode): Bind desktop-buffer-misc-data-function.
18131
18132 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18133 Add Parameters.
18134
18135 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18136 Add Parameters.
18137
18138 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18139
18140 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18141 the case of letters in case-insensitive expansions when the
18142 abbrev is preceded by characters with letter syntax.
18143
18144 2004-04-21 Richard M. Stallman <rms@gnu.org>
18145
18146 * progmodes/cperl-mode.el (cperl-putback-char):
18147 Delete Emacs 18 definition.
18148
18149 * international/mule.el (ctext-post-read-conversion):
18150 Use assoc-string, not assoc-ignore-case.
18151
18152 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18153
18154 * emacs-lisp/easymenu.el (easy-menu-add):
18155 Do call x-popup-menu, but only if it's defined.
18156
18157 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18158
18159 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18160 Handle multiple args: compile like progn.
18161
18162 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18163 take all args as &rest arg.
18164
18165 * autoinsert.el (auto-insert-alist): Insert the user's name in
18166 copyright notice, rather than Free Software Foundation.
18167
18168 2004-04-21 Kenichi Handa <handa@m17n.org>
18169
18170 * descr-text.el (describe-char): Make it work on *Help* buffer.
18171
18172 2004-04-21 Kim F. Storm <storm@cua.dk>
18173
18174 * image.el (insert-image): Add optional SLICE arg.
18175 (insert-sliced-image): New defun.
18176
18177 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18178
18179 * subr.el (read-number): Check whether `default' is nil.
18180
18181 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18182
18183 * progmodes/compile.el (compilation-error-properties):
18184 Split into two.
18185 (compilation-internal-error-properties): New one.
18186 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18187
18188 2004-04-20 Richard M. Stallman <rms@gnu.org>
18189
18190 * window.el (split-window-save-restore-data):
18191 Don't update the data if OLD-INFO is nil.
18192
18193 * view.el (view-return-to-alist): Mark it permanent local.
18194
18195 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18196
18197 * recentf.el (recentf-save-list): Catch and warn about errors.
18198
18199 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18200 so "Buffers" won't be pure.
18201
18202 * help-mode.el (help-mode-finish): Set help-return-alist first
18203 thing, setting only the entry for the selected window.
18204
18205 * help-fns.el (describe-function-1): If many non-control non-meta
18206 keys run the command, don't list all of them.
18207
18208 2004-04-20 Juanma Barranquero <lektu@terra.es>
18209
18210 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18211 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18212
18213 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18214
18215 2004-04-20 Kenichi Handa <handa@m17n.org>
18216
18217 * international/quail.el (quail-lookup-key): New optional arg
18218 NOT-RESET-INDICES.
18219 (quail-get-translations): Call quail-lookup-key with
18220 NOT-RESET-INDICES t.
18221 (quail-completion): Likewise.
18222 (quail-lookup-map-and-concat): Likewise.
18223
18224 2004-04-20 Kenichi Handa <handa@m17n.org>
18225
18226 * international/quail.el (quail-update-translation): Don't insert
18227 such an unsupported multibyte char in a unibyte buffer.
18228
18229 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18230
18231 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18232 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18233 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18234 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18235 (gdb-frame-assembler-buffer): Improve behavior with
18236 multiple frames.
18237 (gdb-display-buffer): Extend search to all visible frames.
18238
18239 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18240
18241 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18242 characters left after base64 decoding.
18243 (rmail-decode-region): Use -dos variety of `coding', to remove any
18244 ^M characters left after qp or base64 decoding.
18245
18246 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18247
18248 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18249 messages.
18250
18251 2004-04-19 Stephen Eglen <stephen@gnu.org>
18252
18253 * add-log.el (add-change-log-entry): Update doc string to mention
18254 add-log-full-name and add-log-mailing-address.
18255
18256 2004-04-18 Juri Linkov <juri@jurta.org>
18257
18258 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18259 (Info-find-node-2): Simplify error message.
18260 (Info-insert-dir): Use Info-following-node-name.
18261 (Info-goto-node): Remove *info-history* and *info-toc*.
18262 (Info-history): Create a node of the virtual history file.
18263 (Info-toc): Create a node of the virtual toc file.
18264 (Info-insert-toc): New arg `curr-file' for reference file names.
18265 (info-apropos): Remove redundant var binding for temp-file.
18266 (Info-index, Info-index-next, Info-mode): Doc fix.
18267 (Info-goto-emacs-command-node): Don't jump to *info* from
18268 non-*info* Info buffers.
18269 (Info-fontify-node): Don't show the file name of external
18270 references if `Info-hide-note-references' is `hide'. Don't hide
18271 newlines at the end of paragraphs.
18272
18273 * international/mule-diag.el (list-input-methods):
18274 Fix args to help-xref-button.
18275
18276 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18277 to put into effect local variables from TUTORIAL files.
18278
18279 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18280 with default value taken from the variable `sentence-end'.
18281 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18282 Add nil const to :type.
18283 (sentence-end-without-period, sentence-end-double-space)
18284 (sentence-end-without-space): Doc fix.
18285
18286 * textmodes/paragraphs.el (forward-sentence):
18287 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18288 (fill-delete-newlines):
18289 * progmodes/cc-cmds.el (c-beginning-of-statement):
18290 Use function `sentence-end' instead of variable `sentence-end'.
18291
18292 2004-04-18 Andreas Schwab <schwab@suse.de>
18293
18294 * progmodes/compile.el (compilation-start): Set window start to
18295 point-min if compilation-scroll-output is nil.
18296
18297 2004-04-18 John Wiegley <johnw@newartisans.com>
18298
18299 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18300
18301 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18302
18303 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18304 (gdb-info-breakpoints-custom): Revert previous change.
18305 (gdb-view-assembler): Update assembler if necessary.
18306 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18307 (gdb-display-source-buffer): Update properly when both source and
18308 assembler are visible.
18309
18310 2004-04-17 John Wiegley <johnw@newartisans.com>
18311
18312 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18313 which limits the number of names shown in the minibuffer. Off by
18314 default.
18315 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18316 up iswitchb for users with a multitude of open buffers by showing
18317 only the first and last N/2 buffers in the completion list (which
18318 is enough to aid C-s/C-r, and to know that more characters are
18319 needed to refine the completion list).
18320
18321 2004-04-17 Richard M. Stallman <rms@gnu.org>
18322
18323 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18324 (file-truename): Expand all ~ constructs directly.
18325 (insert-directory): Delete any error msg output by the
18326 `insert-directory-program'.
18327
18328 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18329 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18330 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18331 (allout-init): Use find-file-hook, not find-file-hooks.
18332 (allout-mode): Eliminate Emacs 18 support.
18333 Use write-contents-functions, not local-write-file-hooks.
18334
18335 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18336
18337 * progmodes/compile.el (compilation-error-properties): Fix for
18338 adding messages when there are already markers for their file.
18339 (compilation-fake-loc): New function.
18340
18341 2004-04-16 Dave Love <fx@gnu.org>
18342
18343 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18344 (python-load-file): Fix python-orig-start setting.
18345
18346 * progmodes/compile.el: Doc fixes.
18347 (compilation-error-regexp-alist-alist)
18348 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18349 (compilation-assq): Wrap in eval-when-compile.
18350 (compilation-mode-font-lock-keywords): Don't use list*.
18351 (compilation-start): Avoid warning.
18352 (compilation-compat-error-properties)
18353 (compilation-directory-properties): Add keymap property.
18354 (compilation-parsing-end): Make it a marker for better compatibility.
18355
18356 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18357
18358 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18359
18360 * xml.el: Doc fixes.
18361 (xml-get-children): Only looks at sub-tags and ignore strings.
18362
18363 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18364
18365 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18366
18367 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18368
18369 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18370
18371 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18372
18373 * vc.el (vc-print-log): Likewise.
18374
18375 2004-04-16 Masatake YAMATO <jet@gyve.org>
18376
18377 * simple.el (completion-setup-function): Set an initial value
18378 to `element-common-end' before entering loop. Set a value
18379 to `element-common-end' at the end of loop.
18380 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18381 (completions-common-part): Rename from completion-de-emphasis.
18382 (completions-first-difference): Rename from completion-emphasis.
18383 Suggested by RMS.
18384
18385 2004-04-16 Juanma Barranquero <lektu@terra.es>
18386
18387 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18388 (bookmark-edit-annotation-mode): Add mode name.
18389
18390 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18391
18392 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18393 for nested conflict markers.
18394 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18395
18396 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18397
18398 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18399
18400 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18401
18402 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18403
18404 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18405 Give a backtrace if requested.
18406
18407 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18408
18409 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18410 Remove unused functions.
18411 (python-orig-start-line, python-orig-file): Remove.
18412 (python-orig-start): New var.
18413 (python-input-filter, python-compilation-line-number)
18414 (python-send-region, python-load-file): Use it.
18415
18416 * info.el (info): Always jump to *info*.
18417
18418 * subr.el (posn-set-point): New function.
18419
18420 * mouse.el (mouse-set-point): Use it.
18421
18422 * progmodes/compile.el (compile-goto-error): Use it.
18423 (compilation-button-map): New keymap.
18424 (compilation-error-properties): Use it.
18425 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18426
18427 * smerge-mode.el (smerge-popup-context-menu): Use it.
18428
18429 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18430 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18431 mouse and non-mouse case.
18432
18433 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18434 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18435
18436 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18437 Make it work for non-mouse events.
18438
18439 * pcvs-info.el (cvs-status-map): Update binding name.
18440
18441 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18442
18443 * xml.el (xml-maybe-do-ns): New function to handle namespace
18444 parsing of both attribute and element names.
18445 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18446 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18447 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18448 (xml-parse-attlist): Make it do its own namespace parsing.
18449
18450 2004-04-14 Dave Love <fx@gnu.org>
18451
18452 * progmodes/python.el (run-python): Fix use of \n.
18453 (python-load-file): Remove `try' from Python fragment.
18454 (python-describe-symbol): Fix message.
18455
18456 * comint.el: Doc fixes.
18457 (comint-last-input-start, comint-last-input-end)
18458 (comint-last-output-start): Give them values.
18459 (comint-arguments): Avoid warning.
18460 (comint-skip-prompt): Use line-end-position.
18461 (comint-backward-matching-input): Rename arg to agree with doc.
18462 (comint-extract-string): Use syntax-ppss.
18463 (comint-dynamic-simple-complete): Delete useless list construction.
18464 (comint-redirect-subvert-readonly): New.
18465 (comint-redirect-preoutput-filter): Use it.
18466
18467 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18468 Correctly handle negative arguments when calling hook functions.
18469
18470 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18471
18472 * info.el (info-apropos): Don't clobber Info-history-list.
18473
18474 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18475
18476 * progmodes/compile.el (compilation-setup):
18477 Localize overlay-arrow-position.
18478 (compilation-sentinel): Restructure code equivalently.
18479 (compilation-next-error): Find message on same line after point if
18480 not found before point.
18481 (compile-mouse-goto-error): Restore function so that compilation
18482 buffer need not be current and use compile-goto-error.
18483 (compile-goto-error): Restore function.
18484 (next-error): Set overlay-arrow-position.
18485 (compilation-forget-errors): Don't localize already local
18486 compilation-locs and remove FIXME about refontifying.
18487
18488 2004-04-14 Kim F. Storm <storm@cua.dk>
18489
18490 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18491 (command-line): New option -Q. Like -q --no-site-file, but
18492 in addition it also disables menu-bar, tool-bar, scroll-bars,
18493 tool-tips, and the blinking cursor.
18494 (command-line-1): Skip startup screen if -Q.
18495 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18496
18497 * emulation/cua-base.el (cua-read-only-cursor-color)
18498 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18499
18500 2004-04-13 Dave Love <fx@gnu.org>
18501
18502 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18503 (syntax): Don't require.
18504 (python) <defgroup>: Add :version.
18505 (python-quote-syntax): Re-written.
18506 (inferior-python-mode): Move stuff here from run-python and add
18507 some more.
18508 (python-preoutput-continuation, python-preoutput-result)
18509 (python-dotty-syntax-table): New.
18510 (python-describe-symbol): Use them.
18511 (run-python): Move stuff to inferior-python-mode. Modify code
18512 loaded into Python.
18513 (python-send-region): Use python-proc, python-send-string.
18514 (python-send-string): Send newlines too. Callers changed.
18515 (python-load-file): Re-written.
18516 (python-eldoc-function): New.
18517 (info-look): Don't require.
18518 (python-after-info-look): New. A modified version of former
18519 top-level code for use with eval-after-load.
18520 (python-maybe-jython, python-guess-indent): Use widened buffer.
18521 (python-fill-paragraph): Re-written.
18522 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18523 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18524
18525 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18526
18527 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18528 Set compilation-error-regexp-alist earlier.
18529
18530 * progmodes/compile.el (compilation-minor-mode-map)
18531 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18532 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18533
18534 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18535
18536 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18537 corresponding to the event.
18538
18539 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18540
18541 * loadup.el: Add cygwin to system-type list, for unexec() support.
18542
18543 2004-04-12 John Paul Wallington <jpw@gnu.org>
18544
18545 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18546 (ibuffer-restore-window-config-on-quit): New variable to replace
18547 `ibuffer-delete-window-on-quit'. Update all references.
18548 (ibuffer-prev-window-config): New variable.
18549 (ibuffer-quit): Restore previous window configuration instead of
18550 deleting window.
18551 (ibuffer): Save window configuration before showing Ibuffer buffer.
18552
18553 * help.el (describe-mode): Doc fix.
18554
18555 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18556
18557 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18558 not to treat nil as a function.
18559
18560 * vc-arch.el (vc-arch-root): Be a bit more careful.
18561 (vc-arch-register): Save the buffer if we modified it.
18562 (vc-arch-delete-rej-if-obsolete): Save excursion.
18563 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18564 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18565
18566 * net/ldap.el (ldap-search): Use list*.
18567
18568 2004-04-12 Juri Linkov <juri@jurta.org>
18569
18570 * info.el (Info-follow-reference): Allow multiline reference name.
18571
18572 2004-04-11 Dave Love <fx@gnu.org>
18573
18574 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18575
18576 * progmodes/python.el: New file.
18577
18578 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18579
18580 * vc-hooks.el (vc-arg-list): Function removed.
18581 (vc-default-workfile-unchanged-p): Use condition-case to check for
18582 backward compatibility.
18583
18584 * vc.el (vc-print-log): Use condition-case to check for backward
18585 compatibility.
18586
18587 2004-04-11 Juri Linkov <juri@jurta.org>
18588
18589 * dired.el (dired-faces): New defgroup.
18590 (dired-header, dired-mark, dired-marked, dired-flagged)
18591 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18592 New faces.
18593 (dired-header-face, dired-mark-face, dired-marked-face)
18594 (dired-flagged-face, dired-warning-face, dired-directory-face)
18595 (dired-symlink-face, dired-ignored-face): New face variables.
18596 (dired-font-lock-keywords): Use them instead of font-lock faces.
18597 Split the rule for dired marks into 3 separate rules: for marks,
18598 marked file names and flagged file names.
18599
18600 * help-mode.el (help-make-xrefs): Add a final newline to the
18601 *Help* buffer.
18602
18603 2004-04-11 John Paul Wallington <jpw@gnu.org>
18604
18605 * replace.el (occur-engine): Distinguish between one and several
18606 matches in the matches per buffer heading.
18607
18608 2004-04-11 Kim F. Storm <storm@cua.dk>
18609
18610 * ido.el (ido-confirm-unique-completion): New defcustom.
18611 (ido-complete): Use it.
18612 (ido-write-file): Set it to t unconditionally.
18613
18614 2004-04-10 Miles Bader <miles@gnu.org>
18615
18616 RCS keyword removal (only non-comment changes are enumerated here):
18617
18618 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18619 (byte-compile-insert-header): Don't use `byte-compile-version'.
18620 * forms.el (forms-version): Variable removed.
18621 (forms-mode): Don't use `forms-version'.
18622 * recentf.el (recentf-version): Variable removed.
18623 * progmodes/delphi.el (delphi-version): Variable removed.
18624 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18625
18626 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18627
18628 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18629
18630 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18631
18632 * info.el (info-apropos): Improve menu item regexp.
18633
18634 2004-04-09 Simon Josefsson <jas@extundo.com>
18635
18636 * mail/smtpmail.el: Add comment, based on report by
18637 kdc@rcn.com (Kevin D. Clark).
18638
18639 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18640
18641 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18642 Redo one more thing that I didn't notice Daniel had undone.
18643
18644 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18645
18646 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18647 (gdb-goto-breakpoint, gdb-display-buffer)
18648 (gdb-display-source-buffer, gdb-view-source-function)
18649 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18650 (gdb-source-info, gdb-frame-handler): Don't specify a window
18651 for display.
18652 (gdb-info-breakpoints-custom): Remove superfluous update of
18653 assembler buffer.
18654 (gdb-many-windows): Make settable outside gdb.
18655
18656 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18657
18658 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18659 Derive from fundamental-mode rather than text-mode.
18660
18661 2004-04-08 Juri Linkov <juri@jurta.org>
18662
18663 * info.el (Info-history): Doc fix.
18664 (Info-history-list): New var.
18665 (info-xref): Change magenta4 to blue, remove bold for dark and
18666 light backgrounds, change bold to underline for non-color classes.
18667 (info-xref-visited): New face.
18668 (Info-fontify-visited-nodes): New custom.
18669 (Info-hide-note-references): Add new value `hide'. Doc fix.
18670 (Info-reference-name): New var.
18671 (Info-selection-hook): New custom.
18672 (Info-edit-mode-hook): New var.
18673 (Info-find-file): New fun.
18674 (Info-find-node): Move part of code to Info-find-file.
18675 (Info-find-node-2): Add anchors to Info-history-list. Move point
18676 to the place with the reference name if name is defined.
18677 (Info-select-node): Add current node to Info-history-list.
18678 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18679 (Info-search-whitespace-regexp): New custom.
18680 (Info-search-case-fold): New var.
18681 (Info-search): Add "case-sensitively" to the prompt.
18682 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18683 (Info-search-case-sensitively, Info-search-next): New fun.
18684 (Info-up): Move point to the menu item of the current node.
18685 (Info-history): New fun. Add *info-history* to
18686 same-window-buffer-names.
18687 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18688 (Info-insert-toc): New fun.
18689 (Info-build-toc): New fun.
18690 (Info-follow-reference): Add new arg `fork'. Doc fix.
18691 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18692 with the same name prefer the reference closest to point.
18693 (Info-next-reference): Replace * by + in the *Note regexp.
18694 Add regexp for http:// and ftp://. Skip the *Note prefix.
18695 (Info-prev-reference): Replace * by + in the *Note regexp.
18696 Add regexp for http:// and ftp://. Skip the *Note prefix.
18697 (Info-follow-nearest-node): Add new arg `fork'.
18698 (Info-try-follow-nearest-node): Add new arg `fork'.
18699 Call browse-url for http:// and ftp:// references.
18700 Set Info-reference-name for index entries.
18701 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18702 Info-search-next, Info-history, Info-toc, clone-buffer.
18703 (Info-menu-update): Replace * by + in the *Note regexp.
18704 (Info-mode): Add documentation for Info-history, Info-toc,
18705 Info-search-case-sensitively, Info-search-next, clone-buffer.
18706 (Info-fontify-menu-headers): Remove fun. Move code to
18707 Info-fontify-node.
18708 (Info-fontify-node): Add docstring. Add local vars
18709 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18710 then fontify header line, titles, menu headers, http and ftp
18711 references, refill paragraphs. If not-fontified-p is t or
18712 fontify-visited-p is t then fontify cross references, menu items.
18713 Fontify menu headers. Fontify http and ftp references.
18714 Change regexp for cross references to require whitespace after *Note,
18715 add matching groups for file and node names. Remove hack for quote.
18716 Use display property for Info-hide-note-references=t. Use fifth
18717 or fourth match for help-echo. Display visited nodes in a
18718 different face. Unhide file names of external references.
18719 Unhide newlines. Display visited menu items in a different face.
18720
18721 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18722
18723 * progmodes/compile.el: Require CL.
18724 (compilation-mode-font-lock-keywords): Re-install the "line as
18725 function" patch.
18726
18727 * help-fns.el (help-C-source-directory): New var.
18728 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18729 (describe-function-1, describe-variable): Use them.
18730
18731 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18732 to C source files specially.
18733
18734 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18735
18736 * info.el (Info-hide-cookies-node): New function.
18737 (Info-select-node): Use it.
18738 (Info-display-images-node): Remove message with image file name.
18739
18740 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18741
18742 * progmodes/compile.el (compilation-warning-face)
18743 (compilation-info-face, compilation-skip-threshold)
18744 (compilation-skip-visited, compilation-context-lines):
18745 Declare :version when added to Emacs.
18746 (compilation-error-regexp-alist-alist): Extend caml and irix.
18747 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18748 (compilation-mode-font-lock-keywords): Temporarily undo line as
18749 function patch, which wasn't ready.
18750
18751 2004-04-07 Kenichi Handa <handa@m17n.org>
18752
18753 * international/latin1-disp.el (latin1-display-setup): Check each
18754 character is displayable or not instead of calling
18755 latin1-display-check-font.
18756
18757 2004-04-06 Kenichi Handa <handa@m17n.org>
18758
18759 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18760 New variable.
18761 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18762 instead of sera-being-called-by-w3.
18763 (ethio-fidel-to-sera-buffer): Likewise.
18764 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18765 instead of sera-being-called-by-w3.
18766 (ethio-write-file): Likewise.
18767
18768 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18769
18770 * printing.el: Doc fix.
18771
18772 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18773
18774 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18775 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18776 (gdb-setup-windows): Only use separate IO buffer if required.
18777
18778 2004-04-06 Kim F. Storm <storm@cua.dk>
18779
18780 * term.el (term-is-xemacs): Remove.
18781 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18782 (term-window-width): New function.
18783 (term-mode, term-check-size): Use it.
18784 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18785
18786 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18787
18788 * cus-edit.el (custom-add-parent-links): Change unbound variable
18789 `symbol' to `name'.
18790
18791 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18792 * info.el (info-apropos): New function.
18793 (Info-mode-menu): Add it.
18794 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18795
18796 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18797 inherited docstring.
18798
18799 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18800
18801 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18802
18803 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18804
18805 * progmodes/compile.el (font-lock): Don't require any more.
18806 (compilation-error-properties, compilation-start, compilation-sentinel)
18807 (compilation-filter, next-error): Use with-current-buffer.
18808 (compilation-skip-to-next-location, compilation-skip-threshold)
18809 (compilation-skip-visited): Move to silence the byte-compiler.
18810 (compilation-setup): Simplify.
18811 (compilation-next-error): Use line-(beginning|end)-position.
18812 Make sure `pt' is non-nil before using compilation-loop.
18813 (compile-goto-error): Add optional event arg. Use it.
18814 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18815 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18816 Update the binding for mouse-2.
18817 (first-error): Set compilation-current-error to nil rather than bob.
18818 (compilation-parsing-end, compilation-parse-errors-function)
18819 (compilation-error-list, compilation-old-error-list):
18820 "New" compatibility variables.
18821 (compile-buffer-substring, compilation-compat-error-properties)
18822 (compilation-compat-parse-errors, compilation-forget-errors):
18823 New compatibility functions.
18824 (compilation-mode-font-lock-keywords): Use them.
18825
18826 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18827
18828 * autorevert.el (auto-revert-handler): If point (or a window
18829 point) is at the end of the buffer, keep it there after
18830 reverting. This allows to tail a file.
18831 Mention this in the `Commentary'.
18832
18833 * format.el (format-write-file): Add optional argument CONFIRM
18834 and make it behave like the analogous argument to `write-file'.
18835
18836 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18837
18838 * progmodes/ebnf2ps.el: Doc fix.
18839 (ebnf-version): New version number (4.2).
18840 (ebnf-syntax): Customization and docstring fix.
18841 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18842 Put autoloaded funs before first use.
18843 (ebnf-style-database): Add dtd entry.
18844 (ebnf-syntax-alist): Add dtd initialization.
18845 (ebnf-token-sequence): New fun.
18846 (ebnf-comment-table): Add new comment action character.
18847 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18848
18849 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18850 Type Definition for XML).
18851
18852 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18853 * progmodes/ebnf-bnf.el (ebnf-sequence):
18854 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18855 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18856 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18857 Code simplification: call ebnf-token-sequence.
18858
18859 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18860
18861 * calendar/timeclock.el (timeclock-relative)
18862 (timeclock-get-project-function, timeclock-get-workday-function)
18863 (timeclock-query-out, timeclock-when-to-leave)
18864 (timeclock-when-to-leave-string, timeclock-log-data)
18865 (timeclock-generate-report, timeclock-in): Doc fixes.
18866
18867 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18868
18869 * url/: New dir. Import the URL package from its repository.
18870
18871 2004-04-03 Andreas Schwab <schwab@suse.de>
18872
18873 * diff-mode.el (diff-mode): Fix missing quote.
18874
18875 2004-04-03 Juri Linkov <juri@jurta.org>
18876
18877 * descr-text.el (describe-property-list): Add `font-lock-face'.
18878
18879 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18880
18881 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18882
18883 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18884 Use utf-16le on little endian machines and utf-16be otherwise.
18885
18886 2004-04-02 David Kastrup <dak@gnu.org>
18887
18888 * net/browse-url.el (browse-url-generic): Use call-process
18889 instead of start-process to allow browsers that fork and detach.
18890
18891 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18892
18893 * compile.el (compilation-current-error): New var.
18894 (compilation-setup, compile-mouse-goto-error)
18895 (compile-goto-error, next-error): Use it.
18896 (compilation-skip-to-next-location): Default to t, which gives
18897 contiguous skipping like old compile (where this was redundant).
18898 (compilation-next-error): Prevent previous-* commands from moving
18899 back to message at or just before point.
18900
18901 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18902
18903 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18904 (gdb-source-info): Don't display source at startup, if required.
18905 (gdb-show-main): New option.
18906 (gdba): Update documentation.
18907 (gdb-source): Cover case of auto-display output.
18908
18909 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18910
18911 * autorevert.el: Delete obsolete autoloads and defvars.
18912 (auto-revert-check-vc-info): New user option.
18913 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18914 (auto-revert-handler-vc): Delete.
18915 (auto-revert-handler): Treat return value `fast' of
18916 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18917
18918 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18919 return `fast'.
18920
18921 * files.el (buffer-stale-function): Doc change.
18922
18923 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18924
18925 * printing.el: New tip on Tips section.
18926 (pr-version): New version number (6.7.4).
18927 (pr-shell-file-name): Initialization fix.
18928
18929 2004-03-31 Juri Linkov <juri@jurta.org>
18930
18931 * dired.el: Add autoload for `dired-do-touch'.
18932 (dired-touch-program): New var.
18933 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18934 (dired-no-confirm): Add `touch' to docstring.
18935
18936 * dired-aux.el (dired-do-touch): New fun.
18937 (dired-do-chxxx): Add argument -t for touch operation.
18938
18939 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18940 `dired-move-to-filename-regexp'.
18941
18942 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18943
18944 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18945
18946 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18947
18948 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18949 and only if the buffer was modified.
18950
18951 2004-03-30 Kenichi Handa <handa@m17n.org>
18952
18953 * international/characters.el: Delete pairs for U+2308..U+230B.
18954
18955 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18956
18957 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18958 to detect the beginning of a level 2 or 3 annotation.
18959
18960 2004-03-29 Kenichi Handa <handa@m17n.org>
18961
18962 * international/ucs-tables.el (ucs-insert): Fix the error message.
18963
18964 2004-03-29 Kenichi Handa <handa@m17n.org>
18965
18966 * international/mule-util.el (char-displayable-p): Fix generation
18967 of XLFD file name.
18968
18969 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18970 before finding directories by `find'.
18971
18972 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18973
18974 * subr.el (interactive-form): Delete. Now implemented in C.
18975
18976 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18977
18978 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18979 (vc-diff-label): New fun.
18980 (vc-diff-internal): Use it.
18981
18982 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18983
18984 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18985
18986 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18987
18988 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18989 specify XML (EBNFX).
18990
18991 * progmodes/ebnf2ps.el: Doc fix.
18992 (ebnf-version): New version number (4.1).
18993 (ebnf-syntax): Adjust customization.
18994 (ebnf-style-database): Add ebnfx entry.
18995 (ebnf-syntax-alist): Add ebnfx initialization.
18996 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18997
18998 * printing.el: Doc fix.
18999 (pr-version): New version number (6.7.3).
19000 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19001 returns nil for mouse position. Reported by Drew Adams
19002 <drew.adams@oracle.com>.
19003 (pr-update-menus): Modify interactive declaration. Reported by Drew
19004 Adams <drew.adams@oracle.com>.
19005
19006 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
19007
19008 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19009 (gud-gdba-marker-filter): Log the process input and output, if
19010 required. From Stefan Monnier.
19011 (gdb-debug-log, gdb-enable-debug-log): New variables.
19012 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19013
19014 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19015
19016 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19017 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19018
19019 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19020
19021 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19022 Call vc-find-file-hook here instead of in auto-revert-buffers.
19023 (auto-revert-buffers): Delete call to vc-find-file-hook.
19024 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19025 (global-auto-revert-mode, auto-revert-set-timer)
19026 (auto-revert-handler, auto-revert-buffers): Doc fixes.
19027
19028 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19029
19030 * woman.el (woman-change-fonts): Rename local variable
19031 woman-font-alist to font-alist to avoid a compiler warning.
19032
19033 2004-03-27 Dave Love <fx@gnu.org>
19034
19035 * emacs-lisp/rx.el (rx): Doc fix.
19036 Fix copyright years.
19037
19038 * strokes.el (strokes-global-set-stroke-string): New function.
19039 (strokes-list-strokes): Cope with strings, not just commands.
19040 Set foreground color of image.
19041 (strokes-global-set-stroke): Doc fix.
19042
19043 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19044
19045 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19046 Auto Revert mode.
19047 (Buffer-menu-files-only): New variable.
19048 (Buffer-menu-toggle-files-only): New function.
19049 (Buffer-menu-mode-map): Bind it to `T'.
19050 (Buffer-menu-mode): Mention `T' in docstring.
19051 Set buffer-stale-function.
19052 (list-buffers-noselect): Mark buffer non-modified and set
19053 Buffer-menu-files-only.
19054
19055 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19056
19057 * autorevert.el (auto-revert-handler): Print revert message
19058 before, rather than after, reverting.
19059 (buffer-stale-function): Move to files.el.
19060
19061 * files.el (buffer-stale-function): Move here from autorevert.el.
19062
19063 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19064
19065 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19066
19067 * calc/calc.el (calc-mode-map): Use mapc.
19068
19069 * apropos.el (apropos-mode): Don't autoload.
19070 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19071 (apropos): Use it.
19072 (apropos-print): Add optional `text' argument.
19073 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19074 Don't assume point-min == 1.
19075
19076 * bs.el (bs-buffer-list): Use buffer-local-value.
19077 (bs--set-toggle-to-show): Use with-current-buffer.
19078
19079 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19080 New funs.
19081 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19082
19083 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19084
19085 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19086 (dabbrev--find-expansion): Use pop.
19087 (dabbrev--search): Use match-string-no-properties.
19088
19089 * dired.el (dired-mode): Use run-mode-hooks.
19090 (dired-move-to-end-of-filename): Use match-string.
19091
19092 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19093 is bound before using it.
19094 (ediff-verbose-p): Make it into a var since it's not constant.
19095
19096 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19097
19098 * faces.el (read-face-font): Don't cons up unnecessarily.
19099 (header-line, tool-bar): Share common parts.
19100
19101 * files.el (file-relative-name): Use compare-strings.
19102
19103 * finder.el (finder-mode): Follow coding convention.
19104
19105 * subr.el (read-number): New function.
19106
19107 * ses.el (ses-read-number): Move to subr.el.
19108 (ses-set-header-row): Use read-number.
19109
19110 2004-03-26 Andre Spiegel <spiegel@gnu.org>
19111
19112 * vc-hooks.el (vc-arg-list): New function, which handles both
19113 compiled and uncompiled code.
19114 (vc-default-workfile-unchanged-p): Use it.
19115
19116 * vc.el (vc-print-log): Undo prev change, use new function
19117 vc-arg-list from vc-hooks.el.
19118
19119 2004-03-26 Masatake YAMATO <jet@gyve.org>
19120
19121 * simple.el (completion-setup-function): Emphasize the
19122 first uncommon characters in the completions; and de-emphasize
19123 the common prefix substrings.
19124 (completion-emphasis): New face.
19125 (completion-de-emphasis): New face.
19126
19127 2004-03-25 Juanma Barranquero <lektu@terra.es>
19128
19129 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19130 Comment out (it's unused and unfinished code).
19131
19132 2004-03-25 Sam Steingold <sds@gnu.org>
19133
19134 * vc.el (vc-print-log): Fix a bug in the last patch:
19135 backend-function may be a byte-compiled object, not a lambda.
19136
19137 2004-03-25 Juri Linkov <juri@jurta.org>
19138
19139 * descr-text.el (describe-property-list): Add a button
19140 for `face' property that calls `describe-face'.
19141 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19142
19143 * international/mule.el (keyboard-coding-system):
19144 * kmacro.el (kmacro-call-macro): Fix docstring.
19145
19146 * dired.el: Fix comments.
19147
19148 * textmodes/fill.el (fill): Fix Info link.
19149
19150 * font-lock.el (fast-lock, lazy-lock):
19151 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19152 Info node.
19153
19154 * eshell/eshell.el (eshell): Fix broken info-link.
19155
19156 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19157 * eshell/em-banner.el (eshell-banner):
19158 * eshell/em-smart.el (eshell-smart):
19159 * eshell/esh-cmd.el (eshell-cmd):
19160 Comment out broken info-links to incomplete Info manual.
19161
19162 * info-xref.el: Fix commentary.
19163
19164 2004-03-25 Kevin Ryde <user42@zip.com.au>
19165
19166 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19167 Remove spurious node duplicate suppression, doesn't work, not wanted.
19168 (info-xref-output): Take format style args, add "sit-for 0" to let
19169 user see the results as they progress.
19170 (info-xref-check-all-custom): New function.
19171
19172 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19173
19174 * gdb-ui.el: Moved to progmodes.
19175
19176 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19177
19178 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19179
19180 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19181
19182 * calendar/appt.el (appt-check): Remove superfluous progn.
19183 When finished with diary buffer: if it was not being displayed
19184 before, kill it; otherwise restore its original state.
19185 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19186
19187 * calendar/calendar.el (calendar-set-mode-line): Use total
19188 available mode-line width, rather than frame-width.
19189
19190 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19191 after mode change so effect not lost.
19192
19193 2004-03-23 Dave Love <fx@gnu.org>
19194
19195 * dired.el (dired) <defgroup>: Add link to manual.
19196 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19197 (dired-revert): Use dolist.
19198 (dired-mode-map): Add U binding.
19199 (dired-mode): Add font-lock-beginning-of-syntax-function.
19200 (dired-garbage-files-regexp): Make it a defcustom.
19201
19202 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19203
19204 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19205 is equivalent to nil.
19206 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19207 (vc-arch-mode-line-string): Accept `added' state.
19208 (vc-arch-state): Use inode-sigs if available.
19209 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19210 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19211 (vc-arch-tagline-re): New var.
19212 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19213 New functions.
19214 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19215 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19216
19217 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19218 (vc-file-not-found-hook): Use it.
19219
19220 * diff-mode.el (diff-default-read-only): Change default.
19221 (diff-mode-hook): Make it a defcustom. Add some options.
19222 (diff-mode-map): Bind diff-refine-hook.
19223 (diff-yank-handler): New var.
19224 (diff-yank-function): New fun.
19225 (diff-font-lock-keywords): Use them.
19226 (diff-end-of-file): Handle case where file-header looks like diff text.
19227 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19228 (diff-file-kill): Delete a subsequent empty line, if applicable.
19229 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19230 (diff-find-file-name): Use it.
19231 (diff-tell-file-name): New command.
19232 (diff-mode): Be careful with view-mode.
19233 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19234 New functions, for use in diff-mode-hook.
19235 (diff-find-source-location): Catch "regex too large" errors.
19236 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19237 (diff-refine-hunk): New command.
19238
19239 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19240 (smerge-context-menu-map): Remove unused var.
19241 (smerge-keep-all): Preserve markers.
19242 (smerge-keep-n): New fun.
19243 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19244 (smerge-keep-current, smerge-ediff): Use it.
19245 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19246 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19247 (smerge-resolve): Resolve trivial 3-part conflicts.
19248
19249 2004-03-23 Juri Linkov <juri@jurta.org>
19250
19251 * man.el (Man-width): New var.
19252 (Man-getpage-in-background): Use it.
19253 (Man-support-local-filenames): New var and fun.
19254 (Man-build-man-command): Don't add a second %s.
19255 (Man-fontify-manpage): Clean up message.
19256 (Man-mode): Set outline-regexp, outline-level,
19257 imenu-generic-expression.
19258
19259 * woman.el (woman-fill-frame): Doc fix.
19260 (woman-decode-region): Use window-width instead of frame-width.
19261
19262 * abbrevlist.el (list-one-abbrev-table):
19263 * descr-text.el (describe-char):
19264 * international/mule-diag.el (describe-current-coding-system):
19265 * international/quail.el (quail-insert-decode-map):
19266 Use window-width instead of frame-width.
19267
19268 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19269 (jka-compr-mode-alist-additions): Add tbz.
19270 (jka-compr-write-region, jka-compr-insert-file-contents):
19271 Add message for undefined compress-program.
19272 (jka-compr-write-region): Remove redundant var bindings.
19273
19274 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19275 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19276 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19277 (dired-man): Use dired-guess-shell-command.
19278 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19279 Change default nil to t.
19280
19281 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19282 (dired-compare-directories): Add default value for empty input.
19283
19284 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19285
19286 * time.el (display-time-string-forms): Fix help-echo date format.
19287
19288 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19289
19290 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19291 (buffer-stale-function): New variable.
19292 (auto-revert-list-diff, auto-revert-dired-file-list)
19293 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19294 (auto-revert-handler): Take over some functionality of deleted
19295 functions.
19296 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19297
19298 * dired.el (dired-directory-changed-p): New fun, extracted from
19299 dired-internal-noselect.
19300 (dired-buffer-stale-p): New fun.
19301 (dired-internal-noselect): Use dired-directory-changed-p.
19302 Eliminate revert messages.
19303 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19304
19305 2004-03-23 Kenichi Handa <handa@m17n.org>
19306
19307 * international/characters.el: Setup syntaxes for more parentheses
19308 Unicode characters.
19309
19310 * international/mule-cmds.el (select-safe-coding-system):
19311 Merge coding-system and auto-cs before comparing them.
19312
19313 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19314
19315 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19316
19317 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19318 normal-auto-fill-function and comment-indent-function.
19319 The default values now work just as well.
19320 Don't set font-lock-beginning-of-syntax-function since we already set
19321 syntax-begin-function.
19322 (lisp-outline-level): Put ;;;###autoload at same level as (.
19323 (prin1-char): Quote special chars.
19324
19325 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19326 than with-no-warnings.
19327
19328 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19329 if the source location can't be found.
19330 (edebug-compute-previous-result): Use prin1-char.
19331
19332 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19333 (debug-ignored-errors): Add an entry.
19334
19335 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19336 (byte-compile-file): Output warning when deleting a file.
19337
19338 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19339 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19340
19341 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19342 (byte-compile-inline-expand): Use backquote.
19343 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19344 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19345
19346 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19347
19348 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19349
19350 2004-03-22 Juri Linkov <juri@jurta.org>
19351
19352 * finder.el (finder-known-keywords): Fix data, tex, unix.
19353
19354 * play/landmark.el: Fix keywords.
19355
19356 * language/ethio-util.el (ethio-find-file): Doc fix.
19357
19358 * emacs-lisp/warnings.el: Doc fix.
19359
19360 * textmodes/ispell.el (ispell-help): Doc fix.
19361
19362 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19363
19364 * format.el (format-insert-file): Always return a list of two
19365 elements, like insert-file-contents does.
19366
19367 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19368
19369 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19370 and vc-BACKEND-diff.
19371 (vc-print-log): If the print-log implementation supports it, use
19372 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19373 (vc-version-diff, vc-diff-internal): Doc fixes.
19374
19375 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19376 implementation supports it, let diff output go to *vc*,
19377 not *vc-diff*, since this is an internal call.
19378
19379 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19380
19381 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19382
19383 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19384
19385 2004-03-21 Dave Love <fx@gnu.org>
19386
19387 * progmodes/cfengine.el (cfengine-mode):
19388 Set parse-sexp-ignore-comments.
19389
19390 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19391
19392 2004-03-21 Juanma Barranquero <lektu@terra.es>
19393
19394 * allout.el (allout-mode): Fix docstring.
19395
19396 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19397
19398 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19399
19400 * autorevert.el (auto-revert-interval): Make new value take
19401 effect immediately when set through Custom.
19402 (auto-revert-set-timer): Add interactive declaration.
19403
19404 2004-03-19 David Ponce <david@dponce.com>
19405
19406 * ruler-mode.el (ruler-mode-header-line-format-old):
19407 Don't `make-variable-buffer-local'.
19408 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19409 (ruler-mode-header-line-format): Simply funcall the above.
19410 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19411 to save/restore a previous header line format.
19412 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19413 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19414 fringes and margins width.
19415 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19416
19417 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * log-edit.el (log-edit-font-lock-keywords): Typo.
19420
19421 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19422 (tex-send-tex-command): Rather than here.
19423 (tex-compilation-parse-errors): Simplify.
19424
19425 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19426
19427 * time.el (display-time-string-forms): Add help-echo with date on time.
19428
19429 * composite.el (compose-region): Use restore-buffer-modified-p.
19430
19431 * disp-table.el (standard-display-8bit): Simplify.
19432
19433 * server.el (server-process-filter): Delete temp frame.
19434
19435 * add-log.el (add-change-log-entry): Simplify.
19436
19437 2004-03-19 Kim F. Storm <storm@cua.dk>
19438
19439 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19440 (hexl-follow-line): Don't require 'fringe.
19441
19442 * progmodes/compile.el (compilation-start): Always set
19443 compilation-last-buffer and return it.
19444
19445 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19446
19447 * simple.el (clone-buffer): Doc fix.
19448
19449 2004-03-18 Juanma Barranquero <lektu@terra.es>
19450
19451 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19452
19453 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19454
19455 * log-edit.el (log-edit-font-lock-keywords): New var.
19456 (log-edit-mode): Use it.
19457
19458 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19459
19460 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19461 properly for watching in speedbar.
19462
19463 2004-03-17 Masatake YAMATO <jet@gyve.org>
19464
19465 * smerge-mode.el (smerge-popup-context-menu):
19466 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19467
19468 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19469
19470 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19471 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19472 Take sealed revisions into account.
19473 (vc-arch-checkin): Extract a summary line from the message.
19474
19475 2004-03-16 Masatake YAMATO <jet@gyve.org>
19476
19477 * register.el (register): Provide `register' feature.
19478
19479 2004-03-15 Masatake YAMATO <jet@gyve.org>
19480
19481 Added context menu support in smerge mode.
19482 Most of the part is written by Stefan Monnier.
19483
19484 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19485 New keymap and menu.
19486 (smerge-text-properties): New function.
19487 (smerge-remove-props): New function.
19488 (smerge-popup-context-menu): New function.
19489 (smerge-resolve): Call `smerge-remove-props'.
19490 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19491 (smerge-keep-current): Ditto.
19492 (smerge-kill-current): New function.
19493 (smerge-match-conflict): Put text properties.
19494 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19495
19496 2004-03-15 David Ponce <david@dponce.com>
19497
19498 * ruler-mode.el (ruler-mode-left-fringe-cols)
19499 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19500 (ruler-mode-right-scroll-bar-cols): Remove.
19501 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19502 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19503 Use fringe-columns and scroll-bar-columns.
19504
19505 2004-03-15 Masatake YAMATO <jet@gyve.org>
19506
19507 * hl-line.el (hl-line-range-function): New variable.
19508 (hl-line-move): New function.
19509 (global-hl-line-highlight): Use `hl-line-move'.
19510 (hl-line-highlight): Ditto.
19511
19512 * scroll-bar.el (scroll-bar-columns):
19513 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19514
19515 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19516 (ruler-mode-left-fringe-cols)
19517 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19518 (ruler-mode-right-scroll-bar-cols)
19519 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19520 (ruler-mode-ruler-function): New variable.
19521 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19522 if the value for `ruler-mode-ruler-function' is given.
19523
19524 * hexl.el (hexl-mode-hook): Make the hook customizable.
19525 (hexl-address-area, hexl-ascii-area): New customize variables.
19526 (hexlify-buffer): Put font-lock-faces on the address area and
19527 the ascii area.
19528 (hexl-activate-ruler): New function.
19529 (hexl-follow-line): New function.
19530 (hexl-highlight-line-range): New function.
19531 (hexl-mode-ruler): New function.
19532
19533 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19534
19535 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19536 (vc-default-find-file-hook): New fun.
19537 (vc-find-file-hook): Call new find-file-hook operation.
19538
19539 * vc-arch.el: New file.
19540
19541 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19542
19543 * info-look.el (info-lookup): Reuse an existing Info window.
19544
19545 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19546
19547 * woman.el (woman-preserve-ascii): Default value changed to t and
19548 doc string revised.
19549
19550 2004-03-12 Richard M. Stallman <rms@gnu.org>
19551
19552 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19553 Fix minor bug.
19554
19555 * replace.el (occur-engine): Change message for count of matches.
19556
19557 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19558 For strings, do compare text properties.
19559
19560 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19561
19562 * progmodes/compile.el (compile-auto-highlight)
19563 (compilation-error-list, compilation-old-error-list)
19564 (compilation-parse-errors-function, compilation-parsing-end)
19565 (compilation-error-message, compilation-directory-stack)
19566 (compilation-enter-directory-regexp-alist)
19567 (compilation-leave-directory-regexp-alist)
19568 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19569 (compilation-current-file, compilation-regexps): Remove vars.
19570
19571 (compile-error-at-point, compilation-error-filedata)
19572 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19573 (compilation-next-error-locus, compilation-forget-errors)
19574 (count-regexp-groupings, compilation-parse-errors)
19575 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19576
19577 (compile-internal): Make obsolete.
19578
19579 (compilation-first-column, compilation-error)
19580 (compilation-directory-matcher, compilation-page-delimiter)
19581 (compilation-mode-font-lock-keywords, compilation-debug)
19582 (compilation-error-face, compilation-warning-face)
19583 (compilation-info-face, compilation-line-face)
19584 (compilation-column-face, compilation-enter-directory-face)
19585 (compilation-leave-directory-face, compilation-skip-threshold)
19586 (compilation-skip-visited, compilation-context-lines): New vars.
19587
19588 (compilation-warning-face, compilation-info-face)
19589 (compilation-message-face): New faces.
19590
19591 (compilation-error-regexp-alist-alist): New constant.
19592
19593 (compilation-face, compilation-directory-properties)
19594 (compilation-assq, compilation-error-properties, compilation-start)
19595 (define-compilation-mode, compilation-loop)
19596 (compilation-set-window): New functions.
19597
19598 (compile): Additional argument for interactive compiles like TeX.
19599
19600 * progmodes/grep.el (kill-grep): Move here from compile.el
19601 (grep-error, grep-hit-face, grep-error-face)
19602 (grep-mode-font-lock-keywords): New variables.
19603 (grep-regexp-alist): Simplify regexp and add `binary' case.
19604 (grep-mode): New mode.
19605 (grep-process-setup): Simplify.
19606
19607 2004-03-11 Jason Rumney <jasonr@gnu.org>
19608
19609 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19610 letters on DOS/Windows.
19611
19612 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19613
19614 * server.el (server-name): New var.
19615 (server-socket-dir): New var to replace server-socket-name.
19616 (server-start): Use them.
19617
19618 2004-03-11 Simon Josefsson <jas@extundo.com>
19619
19620 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19621 died to avoid infloop. Reported by Jonathan Glauner
19622 <jglauner@sbum.org>.
19623
19624 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19625
19626 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19627 (smerge-mode-menu): Use it to deactivate menu entries.
19628 (smerge-keep-current): New fun.
19629 (smerge-keep-current): Use it.
19630
19631 2004-03-10 John Paul Wallington <jpw@gnu.org>
19632
19633 * foldout.el (foldout-fold-list, foldout-modeline-string):
19634 Declare them as variables, not constants.
19635
19636 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19637
19638 * ps-print.el: Modification to print *Messages* buffer.
19639 (ps-print-version): New version 6.6.4.
19640 (ps-message-log-max): New fun.
19641 (ps-spool-without-faces, ps-spool-with-faces)
19642 (ps-count-lines-preprint): Code fix.
19643
19644 * printing.el: New tips in Tips section.
19645
19646 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19647
19648 * delim-col.el: Doc fix.
19649
19650 * printing.el: Doc fix. New doc section (Tips).
19651
19652 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19653
19654 * type-break.el (type-break-emacs-variant): Remove.
19655 (type-break-run-at-time, type-break-cancel-function-timers):
19656 Use fboundp rather than version name and number.
19657
19658 2004-03-09 Masatake YAMATO <jet@gyve.org>
19659
19660 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19661 `make-variable-buffer-local'.
19662
19663 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19664
19665 * find-dired.el (find-dired): Call `shell-command' instead of
19666 `start-process-shell-command'. By this, Tramp takes over
19667 handling of remote directories.
19668
19669 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19670
19671 * newcomment.el (comment-use-global-state): New var.
19672 (comment-search-forward): Use it.
19673
19674 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19675
19676 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19677
19678 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19679 (enable-kinsoku): Make it a defcustom.
19680 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19681 paragraph to same-comment-start-marker.
19682
19683 2004-03-07 Dave Love <fx@gnu.org>
19684
19685 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19686 (browse-url-mail): Use it.
19687
19688 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19689 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19690
19691 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19692
19693 * woman.el (woman-man.conf-path): Doc fix.
19694 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19695
19696 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19697
19698 * sort.el (sort-columns): Remove ms-dos from the list of systems
19699 where the external `sort' command is not used.
19700
19701 2004-03-07 Kim F. Storm <storm@cua.dk>
19702
19703 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19704 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19705 from overlay-arrow-variable-list.
19706 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19707
19708 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19709
19710 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19711 overlay arrow string properly for the assembler buffer.
19712
19713 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * mail/sendmail.el (mail-mode): Fix last change.
19716
19717 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19718
19719 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19720 for the assembler buffer.
19721 (gdb-assembler-custom): Position the overlay arrow.
19722 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19723
19724 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19725
19726 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19727
19728 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19729 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19730
19731 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19732
19733 * newcomment.el (uncomment-region): Allow non-terminated comment.
19734 (comment-normalize-vars): Check the user-specified comstart marker.
19735
19736 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19737
19738 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19739 Otherwise, do use it if the region only contains font-lock text
19740 properties.
19741
19742 2004-03-04 Masatake YAMATO <jet@gyve.org>
19743
19744 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19745 as the callback function for eldoc.
19746 (hexl-print-current-point-info): New function.
19747 (hexl-current-address): Print the address in both decimal
19748 and hexadecimal format.
19749
19750 2004-03-04 Richard M. Stallman <rms@gnu.org>
19751
19752 * mail/rmail.el (rmail-convert-to-babyl-format):
19753 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19754
19755 * mail/mail-utils.el (mail-unquote-printable-region):
19756 New arg UNIBYTE.
19757
19758 * startup.el (command-switch-alist): Doc fix.
19759
19760 * simple.el (undo): Temporarily set this-command to `undo-start',
19761 then set it to `undo' once undo-start returns without error.
19762
19763 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19764
19765 * simple.el (kill-line): Don't disregard trailing whitespace
19766 in eol condition, if show-trailing-whitespace is set.
19767
19768 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19769 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19770 When disabling, restore old values only if mouse-sel-has-been-enabled.
19771
19772 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19773 (isearch-{-char): New function.
19774 (isearch-mode-map): Bind { to isearch-{-char.
19775
19776 * font-lock.el (lisp-font-lock-keywords-2):
19777 Turn off the CL with-... and do-... general patterns.
19778 Instead, recognize several specific with... and do... constructs.
19779
19780 * files.el (switch-to-buffer-other-window):
19781 Bind same-window-buffer-names and same-window-regexps to nil.
19782 (switch-to-buffer-other-frame): Likewise.
19783
19784 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19785
19786 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19787 recognizing leading comment on code line.
19788
19789 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19790
19791 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19792 hidden files/directories.
19793
19794 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19797 only comment-start (in case the mode hasn't set it).
19798
19799 * Makefile.in (AUTOGENEL): New var.
19800 (bootstrap-prepare): Rename from bootstrap-clean.
19801 Don't remove elc files.
19802 (maintainer-clean): New target.
19803
19804 * xml.el (xml-get-attribute-or-nil): Simplify.
19805
19806 2004-03-02 Juri Linkov <juri@jurta.org>
19807
19808 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19809 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19810 URL to prevent their substitution with the environment variable
19811 values by browsers.
19812
19813 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19814
19815 * ps-print.el: Doc fix.
19816 (ps-print-version): New version number (6.6.3).
19817 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19818 Docstring fix.
19819 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19820 before printing.
19821 (ps-time-stamp-yyyy-mm-dd): New fun.
19822 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19823
19824 2004-03-02 Kim F. Storm <storm@cua.dk>
19825
19826 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19827
19828 2004-03-01 Juanma Barranquero <lektu@terra.es>
19829
19830 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19831
19832 * desktop.el (desktop-file-version)
19833 (desktop-after-read-hook): Fix typos.
19834 (desktop-clear-preserve-buffers): Remove redundant info in
19835 docstring already shown by the obsolescence message.
19836 (desktop-truncate, desktop-internal-v2s)
19837 (desktop-value-to-string): Change argument name to match docstring.
19838
19839 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19840
19841 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19842 docstring.
19843
19844 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19845
19846 * printing.el: Replace "As Is..." in PostScript file print/preview by
19847 "No Preprocessing...". Suggested by Colin Marquardt
19848 <_marquardt_@zmd.de>.
19849 (pr-insert-section-4): Adjust buffer interface.
19850
19851 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19852
19853 Version 2.0.39 of Tramp released.
19854
19855 * net/tramp.el (tramp-handle-file-local-copy)
19856 (tramp-handle-write-region, tramp-open-connection-rsh):
19857 Variable name typo. Small change. From Patrick Tullmann
19858 <tullmann@flux.utah.edu>.
19859 (tramp-process-connection-type): New variable.
19860 (tramp-maybe-open-connection): Use it.
19861 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19862 (tramp-touch): Set last-modified time of a remote file.
19863 (tramp-handle-write-region): Say which function is used when encoding.
19864
19865 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19866
19867 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19868 case of non-existing filename, too. Reported by Christoph Bauer
19869 <c_bauer@informatik.uni-kl.de>.
19870 (tramp-smb-get-file-entries): The directory in question should
19871 have permissions "drwxrwxrwx". Just virtual, because we don't
19872 know the real permissions. Don't we know?
19873 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19874 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19875 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19876 output. If it was received chunkwise, there have been problems.
19877 Remove the "prompt not found" error message; it is obvious.
19878 Simplify algorithm.
19879 (tramp-smb-process-running): Remove. Since we acknowledge the
19880 virtual prompt for shares, there's no need for distinction of
19881 reading shares (process ends afterwards) and interactive mode of
19882 smblient.
19883 (tramp-smb-open-connection): Setting process sentinel removed.
19884 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19885 "NT_STATUS_NETWORK_ACCESS_DENIED".
19886 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19887 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19888 (top-level): Setting default value in `tramp-default-method-alist'
19889 corrected. Order of USER and HOST have been wrong.
19890 Nobody complained for months ...
19891 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19892 (tramp-smb-open-connection): Clear password cache if login has failed.
19893
19894 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19895 `tramp-unified-filenames'.
19896 (tramp-completion-mode): Make test for XEmacs explicitly.
19897 `event-to-character' can exists in Emacs packages too.
19898 Reported by Matt Swift <swift@alum.mit.edu>.
19899 (tramp-buffer-name): Buffer name must contain the user if exists.
19900 Reported by Adrian Phillips <a.phillips@met.no>.
19901 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19902 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19903 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19904 `tramp-do-copy-or-rename-file-one-local', because it handles also
19905 the case both files use the same out-of-band method.
19906 Implementation added.
19907 (tramp-handle-file-local-copy, tramp-handle-write-region):
19908 Out-of-band handling removed. `copy-file' called instead, which
19909 calls `tramp-do-copy-or-rename-file-out-of-band'.
19910 (tramp-action-password): Check for out-of-band method removed.
19911 This function is used for 'login-program.
19912 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19913 appropriate.
19914 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19915 and `tramp-parse-sknownhosts'.
19916 (tramp-completion-function-alist): It's a defvar now, because we
19917 want to apply the optimized `tramp-set-completion-function'
19918 instead of a static list.
19919 (tramp-set-completion-function): Implementation tuned.
19920 Avoid double entries, and entries where the function or the
19921 file/directory doesn't exist.
19922 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19923 for SSH2.
19924 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19925 (tramp-handle-dired-compress-file): New function.
19926 (tramp-async-proc): New variable.
19927 (tramp-handle-shell-command): Adding asynchronous processes.
19928 They are far from being perfect, but it works at least for
19929 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19930 (top-level): Require password.el if visible. Should be mandatory
19931 once No Gnus has found its way into (X)Emacs.
19932 (tramp-read-passwd): Invoke `password-read' if available,
19933 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19934 fallback any longer.
19935 (tramp-clear-passwd): New function.
19936 (tramp-process-actions, tramp-process-multi-actions):
19937 Clear password cache if login has failed.
19938
19939 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19940 its own module.
19941 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19942 `ange-ftp-ftp-name-res'. There could be incorrect values from
19943 previous calls in case the "ftp" method is used in the Tramp file
19944 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19945
19946 2004-02-28 Richard M. Stallman <rms@gnu.org>
19947
19948 * term.el (term-mouse-paste): Call mouse-set-point.
19949
19950 * thumbs.el: New file.
19951
19952 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19953
19954 * progmodes/ebnf-abn.el: Doc fix.
19955
19956 * progmodes/ebnf-bnf.el: Doc fix.
19957 (ebnf-repeat): Code fix.
19958
19959 * progmodes/ebnf2ps.el: Doc fix.
19960 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19961
19962 2004-02-28 Juri Linkov <juri@jurta.org>
19963
19964 * ffap.el (dired-at-point): Additional writability test for
19965 relative directory names.
19966 (dired-at-point-prompter): Treat directories as a directory, get
19967 the directory component from files.
19968 (ffap-string-at-point): Return string from region if region is active.
19969 (ffap-file-at-point): Remove redundant code.
19970
19971 2004-02-28 Kim F. Storm <storm@cua.dk>
19972
19973 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19974 Initialize margin area images to nil.
19975 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19976 (breakpoint-enabled-bitmap-face)
19977 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19978 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19979 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19980 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19981 (gdb-reset): Use gdb-remove-breakpoint-icons.
19982 (gdb-put-string): Add dprop arg to specify alternative display
19983 property (for setting fringe bitmap).
19984 (gdb-remove-strings): Doc fix.
19985 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19986 icon in fringe (if available), or else as icon or text in display
19987 margin. Creates necessary icons in breakpoint-bitmap,
19988 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19989 Also make left window margin if required.
19990 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19991 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19992 no longer needed.
19993 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19994 gdb-put-breakpoint-icon.
19995 (gdb-assembler-mode): Don't set left-margin-width here.
19996
19997 2004-02-27 Kevin Ryde <user42@zip.com.au>
19998
19999 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20000 comma, so that it DTRT in macros.
20001
20002 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20003
20004 * progmodes/sh-script.el (sh-shell-arg)
20005 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20006 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20007
20008 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20009
20010 * faces.el (face-spec-set-match-display): Add a new attribute,
20011 `min-colors'.
20012 (region, highlight, secondary-selection): Use `min-colors'.
20013
20014 * custom.el (defface): Add documentation for `min-colors'.
20015
20016 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20017 (font-lock-keyword-face, font-lock-function-name-face)
20018 (font-lock-variable-name-face, font-lock-constant-face):
20019 Use `min-colors'.
20020
20021 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20022
20023 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20024
20025 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20026 define assq-delete-all if it's not defined.
20027 (ebnf-generate-region): Code fix.
20028
20029 * printing.el: Doc fix.
20030 (pr-version): New version number (6.7.2).
20031 (pr-command): Return empty string if command is an empty string.
20032
20033 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20034
20035 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20036
20037 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20038 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20039 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20040 "tt" ["test"] ). Reported by Markus Dreyer
20041 <mdreyer@ix.urz.uni-heidelberg.de>.
20042 (ebnf-version): New version number (4.0).
20043 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20044 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20045 (ebnf-delete-style): New commands.
20046 (ebnf-directory, ebnf-file): New funs.
20047 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20048 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20049 (ebnf-syntax-alist): New var.
20050 (ebnf-element-width): New fun replacing ebnf-list-width.
20051 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20052 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20053 (ebnf-prologue): Adjust vars.
20054 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20055 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20056 (ebnf-check-style-values, ebnf-generate-production)
20057 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20058 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20059 (ebnf-token-repeat): Code fix.
20060
20061 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20062 %right, %left and %prec. Suggested by Matthew K. Junker
20063 <junker@alum.mit.edu>.
20064 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20065
20066 * progmodes/ebnf-iso.el: Doc fix.
20067 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20068 (ebnf-iso-lex): Code fix.
20069
20070 * progmodes/ebnf-bnf.el: Doc fix.
20071 (ebnf-bnf-lex): Code fix.
20072
20073 * progmodes/ebnf-otz.el: Doc fix.
20074
20075 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20076
20077 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20078 (abbrev-prefix-mark): Doc fix.
20079
20080 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20081
20082 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20083 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20084 (gdb-var-delete): Make interactive (really).
20085 (gdb-edit-value): Make non-interactive.
20086
20087 * progmodes/gud.el (gud-speedbar-menu-items):
20088 Add gdb-var-delete and, indirectly, gdb-edit-value.
20089 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20090 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20091 (gud-gdb-marker-filter): Add comment for annotations.
20092
20093 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20094
20095 * calendar/calendar.el (generate-calendar)
20096 (calendar-read-date): Prevent display of BC calendars once more -
20097 reverts 2003-10-01 change.
20098 (generate-calendar-month): Doc fix.
20099
20100 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20101
20102 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20103 return value of increment-calendar-month.
20104
20105 2004-02-21 Stephen Compall <s11@member.fsf.org>
20106
20107 * saveplace.el (save-place-forget-unreadable-files)
20108 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20109 (save-place-forget-unreadable-files): New function.
20110 (save-place-alist-to-file): Use it to filter out files that are
20111 no longer readable.
20112
20113 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20114 current Texinfo environment, using the same method as in
20115 `texinfo-insert-@end', and insert a space rather than a newline if
20116 point in a @table environment.
20117
20118 2004-02-21 Juri Linkov <juri@jurta.org>
20119
20120 * ffap.el (ffap-file-at-point): Try parent directories.
20121
20122 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20123
20124 * vcursor.el (vcursor-modifiers): New defcustom.
20125 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20126 hard-coded list.
20127
20128 2004-02-21 Masatake YAMATO <jet@gyve.org>
20129
20130 * play/animate.el (animate-birthday-present): Accept names other
20131 than `Sarah', too.
20132
20133 2004-02-21 Juri Linkov <juri@jurta.org>
20134
20135 * startup.el: Remove table of command line arguments from the
20136 Commentary section.
20137
20138 2004-02-20 John Wiegley <johnw@newartisans.com>
20139
20140 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20141 again" modifier from 'e' to 'E', since 'e' is also used by the
20142 "file extension" modifier.
20143
20144 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20145
20146 * help-fns.el (describe-categories): Doc fix.
20147
20148 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20149
20150 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20151 temporary file for buffer already visiting one. This change makes
20152 output likely to be directly usable by patch program.
20153 Suggested by Adrian Aichner <adrian@xemacs.org>
20154
20155 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20156
20157 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20158 case of variables defined in compound statements.
20159 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20160 Simplify constructions using switch-to-buffer.
20161
20162 2004-02-19 Simon Josefsson <jas@extundo.com>
20163
20164 * play/morse.el: Fix typo.
20165 (morse-code): Add @.
20166
20167 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20168
20169 * calendar/appt.el (appt-display-format): Change default to
20170 'ignore, for backwards compatibility.
20171 (appt-display-message): If appt-display-format is 'ignore,
20172 respect old vars appt-msg-window and appt-visible.
20173 (appt-activate): Don't depend on return value of cancel-timer.
20174
20175 * calendar/calendar.el (calendar-holidays): Doc fix.
20176
20177 * calendar/cal-coptic.el (coptic-prompt-for-date):
20178 Use assoc-string instead of assoc-ignore-case.
20179 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20180 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20181 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20182 * calendar/cal-islam.el (calendar-goto-islamic-date)
20183 (mark-islamic-diary-entries): Ditto.
20184 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20185 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20186 (calendar-read-mayan-tzolkin-date): Ditto.
20187 * calendar/calendar.el (calendar-read-date): Ditto.
20188 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20189
20190 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20191
20192 * progmodes/executable.el (executable-command-find-posix-p):
20193 Fix choice of the directory.
20194
20195 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20196
20197 * simple.el (interprogram-cut-function)
20198 (interprogram-paste-function, kill-new, kill-append):
20199 Doc fixes.
20200 (kill-region): Make it return nil. Doc fix.
20201 (yank-pop): Make its argument optional.
20202 (yank): Make ARG `-' equivalent to `-1'.
20203
20204 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20205
20206 * mail/rmail.el (rmail-get-new-mail): Don't reference
20207 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20208
20209 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20210
20211 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20212 if one of global-auto-revert-non-file-buffers or autorevert-mode
20213 is non-nil.
20214
20215 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20216
20217 * subr.el (delete-dups): A better implementation from Karl Heuer
20218 <kwzh@gnu.org>.
20219
20220 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20221
20222 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20223 correct place.
20224 * progmodes/icon.el (icon-indent-command): Ditto.
20225 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20226
20227 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20228
20229 * progmodes/grep.el (grep-compute-defaults): Undo change from
20230 2004-01-29: don't use executable-command-find-posix-p.
20231
20232 2004-02-16 Richard Sharman <rsharman@pobox.com>
20233
20234 * hilit-chg.el: Use require instead of eval-and-compile.
20235 (highlight-compare-buffers): New function.
20236
20237 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20238
20239 * man.el (Man-fontify-manpage): Render section headings in
20240 `Man-overstrike-face' even when overstrike was not used by man
20241 formatter for section headings.
20242
20243 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20244
20245 * rmail-spam-filter.el (vm-use-spam-filter)
20246 (rsf-min-region-length-added-to-spam-list): New variables.
20247 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20248 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20249 spam testing. Don't delete spam message if automatic deletion
20250 after output via variable rmail-delete-after-output is turned on.
20251 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20252 rsf-bbdb-dont-create-entries-for-spam.
20253 (check-field): New function, extracted from code in
20254 rmail-spam-filter to ease addition of header fields like content-type.
20255 (message-content-type): New variable to check the content-type:
20256 field added, also in defcustom of rsf-definitions-alist.
20257 (rmail-spam-filter): Replace repeated test code for header fields
20258 by calls to check-field; change the call to
20259 rmail-output-to-rmail-file such that rmail-current-message stays
20260 the same to avoid wrong deletion of unseen flags.
20261 (rsf-add-contents-type): New function to convert old format
20262 of rmail-spam-definitions-alist into new one.
20263 Change prefixes of all variables and functions from
20264 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20265
20266 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20267
20268 * loadhist.el (unload-hook-features-list): New defvar.
20269
20270 2004-02-16 Dave Love <fx@gnu.org>
20271
20272 * loadhist.el (unload-feature): Doc fix. Rename flist to
20273 unload-hook-features-list.
20274
20275 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20276
20277 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20278 cookie. Don't check if we are looking-at open-formula.
20279
20280 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20281
20282 * subr.el (match-string-no-properties): Use substring-no-properties.
20283
20284 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20285
20286 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20287 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20288 Use lower-case "rx" in all error message.
20289
20290 2004-02-16 Dave Love <fx@gnu.org>
20291
20292 * emacs-lisp/rx.el (rx-or): Put group around result.
20293 (rx-constituents): Add backref.
20294 (rx-syntax): Add string-delimiter, comment-delimiter.
20295 (rx-categories): Add combining-diacritic.
20296 (rx-check-not, rx-greedy, rx): Doc fix.
20297 (rx-backref, rx-check-backref): New.
20298
20299 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20300
20301 * newcomment.el (uncomment-region): Allow eob as comment end.
20302
20303 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20304
20305 * filecache.el: All message and error commands now use prefix
20306 "Filecache:" to make it easy to read *Messages* buffer.
20307
20308 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20309
20310 * autorevert.el: Add support to detect changed dired and VC buffers.
20311 (auto-revert-active-p, auto-revert-list-diff)
20312 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20313 (auto-revert-handler, auto-revert-active-p): New functions.
20314 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20315 and `auto-revert-active-p'.
20316 (eval-when-compile): Defvar dired-directory and vc-mode.
20317 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20318 (auto-revert-handler-vc): New functions.
20319
20320 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20321
20322 * progmodes/compile.el (compilation-directory): New defvar.
20323 (compile): Save current directory in compilation-directory.
20324 (recompile): Bind default-directory to compilation-directory if
20325 that is non-nil.
20326
20327 2004-02-16 Dave Love <fx@gnu.org>
20328
20329 * newcomment.el (comment-insert-comment-function)
20330 (comment-region-function, uncomment-region-function): New.
20331 (comment-indent): Use comment-insert-comment-function.
20332 (uncomment-region): Use uncomment-region-function.
20333 (comment-region): Use comment-region-function.
20334
20335 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20336
20337 2004-02-16 Richard Stallman <rms@gnu.org>
20338
20339 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20340 loaddefs* and ldefs-boot*.
20341
20342 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20343
20344 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20345 and email address at the beginning and end of the address.
20346
20347 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20348 anchored at the beginning of the email address.
20349
20350 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20351
20352 * international/ccl.el (ccl-compile-write): Pass `left' to
20353 ccl-embed-code to generate correct code of write-expr-register.
20354
20355 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20356
20357 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20358
20359 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20360
20361 * x-dnd.el: Mention support for Motif in commentary.
20362 (x-dnd-handle-drag-n-drop-event): Ditto.
20363
20364 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20365
20366 * ses.el: Use "ses--" prefixes for buffer-local variables.
20367 Use (point-min) instead of 1, even when we know the buffer
20368 is unnarrowed.
20369 (ses-build-load-map): Delete. Distribute its content to defconsts for
20370 the three maps.
20371 (ses-menu, ses-header-line-menu): New menus.
20372 (ses-mode-map): Use them.
20373 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20374
20375 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20376
20377 * Makefile.in: Fix the CC Mode recompile kludge so it works
20378 when building in a different directory.
20379
20380 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20381
20382 * simple.el (kill-new): Put yank-handler property on the entire string.
20383
20384 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20385
20386 * diff.el: Don't use compile any more, use diff-mode instead.
20387 (diff-regexp-alist, diff-old-file, diff-new-file)
20388 (diff-parse-differences, diff-process-setup): Remove.
20389 (diff-sentinel): New fun.
20390 (diff): Use it. Run the process ourselves.
20391 Use diff-mode for the rest of the processing.
20392
20393 * diff.el (diff): Simplify code handling `switch'.
20394
20395 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20396
20397 * pcvs-defs.el (cvs-menu): Add `tag'.
20398
20399 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20400
20401 * simple.el (kill-append): Doc fix.
20402
20403 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20404 Adapt outline-regexp to the new conventions for commenting out code.
20405
20406 2004-02-11 John Paul Wallington <jpw@gnu.org>
20407
20408 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20409
20410 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20411
20412 * diff.el (diff-switches): New fun.
20413 (diff, diff-backup): Use it.
20414 (diff): Clean up the args construction. Use backquote.
20415 Use listp instead of consp to avoid putting a nil arg.
20416 (diff): Add a revert-buffer function.
20417
20418 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20419
20420 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20421 handled by x-dnd-handle-file-name.
20422 (x-dnd-known-types): Add COMPOUND_TEXT.
20423 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20424 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20425 x-dnd-empty-state.
20426 (x-dnd-forget-drop): Ditto.
20427 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20428 (x-dnd-handle-one-url): Return private when inserting text.
20429 (x-dnd-insert-ctext): New function.
20430 (x-dnd-handle-file-name): New function for FILE_NAME.
20431 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20432 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20433 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20434
20435 2004-02-10 Kenichi Handa <handa@m17n.org>
20436
20437 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20438 instead of while loop.
20439
20440 2004-02-10 Miles Bader <miles@gnu.org>
20441
20442 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20443
20444 2004-02-09 Kenichi Handa <handa@m17n.org>
20445
20446 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20447 have end-of-line.
20448
20449 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20450
20451 * Makefile.in: Added extra dependencies in the recompile target
20452 needed to cope with the compile time macro expansions in CC Mode.
20453
20454 2004-02-09 Kim F. Storm <storm@cua.dk>
20455
20456 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20457 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20458 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20459 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20460 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20461 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20462 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20463 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20464 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20465 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20466 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20467
20468 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20469
20470 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20471 Don't allow shrink if there's a window on our right.
20472
20473 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20474 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20475 Bring together declaration and initialization.
20476 (prolog-mode-variables): Don't set the syntax table.
20477 Don't set paragraph-start and comment-indent-function.
20478 Add /*..*/ to the comment regexps.
20479 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20480 (prolog-mode-map): Don't bind TAB.
20481 (prolog-mode): Set the syntax table.
20482 (prolog-comment-indent): Remove.
20483 (inferior-prolog-mode-map): Initialize in the declaration.
20484 (inferior-prolog-mode-syntax-table)
20485 (inferior-prolog-mode-abbrev-table): New vars.
20486 (inferior-prolog-mode): Derive from comint-mode.
20487 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20488 minibuffer windows.
20489
20490 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20491 in file names, as long as it is unambiguous.
20492
20493 2004-02-08 Andreas Schwab <schwab@suse.de>
20494
20495 * textmodes/reftex-toc.el
20496 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20497 format. Doc fix.
20498
20499 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20500 format string arguments.
20501
20502 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20503 string argument.
20504
20505 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20506
20507 * play/zone.el (zone-call): Fix format string.
20508
20509 * net/webjump.el (webjump-builtin): Add missing format string argument.
20510
20511 * midnight.el (midnight-delay-set): Remove extra format string argument.
20512
20513 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20514
20515 * hexl.el (hexl-insert-char): Add missing format string argument.
20516
20517 * format.el (format-decode): Fix format string.
20518
20519 * emulation/vi.el (vi-mode): Remove extra format string argument.
20520 (vi-repeat-last-search): Likewise.
20521 (vi-reverse-last-search): Likewise.
20522 (vi-goto-mark): Likewise.
20523 (vi-reverse-last-find-char): Likewise.
20524 (vi-repeat-last-find-char): Likewise.
20525 (vi-locate-def): Likewise.
20526
20527 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20528
20529 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20530 string argument.
20531 (ediff-toggle-regexp-match): Likewise.
20532
20533 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20534 format string argument.
20535
20536 * calc/calc-map.el (calc-get-operator): Remove extra format
20537 string argument.
20538
20539 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20540
20541 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20542 string argument.
20543
20544 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20545
20546 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20547
20548 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20549
20550 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20551 (cl-struct-setf-expander): Likewise.
20552
20553 * vc.el (with-vc-file): Fix unsafe uses of error.
20554 (vc-cancel-version): Likewise.
20555
20556 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20557
20558 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20559 thousands separator; fixes <class>:<line-number> regexp for
20560 non-english locales.
20561
20562 2004-02-08 Andreas Schwab <schwab@suse.de>
20563
20564 * view.el (view-mode-enable): Revert previous change.
20565
20566 2004-02-07 Kim F. Storm <storm@cua.dk>
20567
20568 * simple.el (line-number-at-pos): Rename from line-at-pos.
20569 Uses changed (what-line and vc-annotate-warp-version).
20570
20571 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20572
20573 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20574 (diff-mode): Remove aborted attempt at support for compile.el.
20575 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20576
20577 2004-02-06 Andreas Schwab <schwab@suse.de>
20578
20579 * view.el (view-mode-enable): Add view-mode-map to
20580 minor-mode-overriding-map-alist.
20581
20582 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20583
20584 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20585
20586 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20587
20588 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20589 with point inside rather than after the paragraph.
20590
20591 2004-02-04 Sam Steingold <sds@gnu.org>
20592
20593 * mail/smtpmail.el (smtpmail-try-auth-methods):
20594 Do not try authentication when no mechanism is available.
20595 Pass port-name as defaultport to `netrc-machine'.
20596
20597 2004-02-04 Stephen Eglen <stephen@gnu.org>
20598
20599 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20600 to show how minibuffer height can be constrained.
20601
20602 2004-02-04 John Paul Wallington <jpw@gnu.org>
20603
20604 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20605
20606 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20607
20608 * x-dnd.el: New file for drag and drop.
20609
20610 * term/x-win.el: require x-dnd, set after-make-frame-functions
20611 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20612 drag-n-drop event.
20613
20614 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20615 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20616 (dired-dnd-handle-file): New functions for drag and drop support.
20617 (dired-mode): Initialize drag and drop if x-dnd present.
20618
20619 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20620
20621 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20622 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20623 (cperl-mode): Set fill-paragraph-function.
20624 (cperl-fill-paragraph): Make it non-interactive.
20625
20626 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20627
20628 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20629
20630 2004-02-02 David Kastrup <dak@gnu.org>
20631
20632 * replace.el (perform-replace): Allow 'literal argument in
20633 regexp-flag to indicate literal replacement.
20634 (query-replace-regexp-eval): Use it.
20635
20636 2004-02-01 Andreas Schwab <schwab@suse.de>
20637
20638 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20639
20640 2004-02-01 Stephen Eglen <stephen@gnu.org>
20641
20642 * info-look.el: Add support for maxima-mode. Update commentary
20643 because info-lookup-symbol is now bound to C-h S.
20644
20645 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20646
20647 * simple.el (edit-and-eval-command): Bind print-level and
20648 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20649 Correct initial position in command-history.
20650
20651 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20652
20653 * files.el (read-directory-name): Adapt the docstring to recent
20654 change in Fread_file_name.
20655
20656 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20657
20658 * ses.el (ses-print-cell): If print format too wide for column
20659 width, truncate decimal places if that helps to avoid "#####" fill.
20660 * ses.el (ses-initial-column-width): Revert previous change.
20661
20662 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20663
20664 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20665 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20666 Add edebug info.
20667 (jit-lock-mode): Setup/cancel the new timer.
20668 (jit-lock-context-fontify): New fun. Extracted from
20669 context fontification code of jit-lock-stealth-fontify.
20670 (jit-lock-stealth-fontify): Don't do context fontification any more.
20671
20672 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20673 (jit-lock-fontify-now): Handle the `quit' case.
20674 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20675
20676 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20677
20678 * progmodes/executable.el (executable-command-find-posix-p):
20679 New. Check if find handles arguments Posix-style.
20680
20681 * progmodes/grep.el (grep-compute-defaults):
20682 Use executable-command-find-posix-p.
20683 (grep-find): Check `grep-find-command'.
20684
20685 * filecache.el (file-cache-find-posix-p): Delete.
20686 (file-cache-add-directory-using-find):
20687 Use `executable-command-find-posix-p'.
20688
20689 2004-01-29 Dave Love <fx@gnu.org>
20690
20691 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20692 Iterate the hook function if arg is given.
20693 (mark-defun, narrow-to-defun): Change order of finding the limits.
20694
20695 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20696 (byte-compile-format-warn): New.
20697 (byte-compile-callargs-warn): Use it.
20698 (Format, message, error): Add byte-compile-format-like property.
20699 (byte-compile-maybe-guarded): New.
20700 (byte-compile-if, byte-compile-cond): Use it.
20701 (byte-compile-lambda): Compile interactive forms,
20702 just to make warnings about them.
20703
20704 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20705
20706 * ses.el (ses-initial-column-width): Increase to 14, so it will
20707 work well with the default printer of "%.7g" for extreme values
20708 like "-1.234567e+07".
20709
20710 2004-01-29 Kenichi Handa <handa@m17n.org>
20711
20712 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20713
20714 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20715
20716 * dos-w32.el: Added support for the `default-printer-name' function.
20717
20718 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20719
20720 * server.el (server-socket-name): Don't use the hostname in the
20721 socket name since /tmp is local to the host anyway.
20722
20723 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20724 robust check of widening and fix var-naming.
20725
20726 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20727
20728 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20729 or rmail-spam- to rsf- in all function and variable names.
20730 (rsf-min-region-to-spam-list): New variable.
20731 (rsf-bbdb-auto-delete-spam-entries): Rename from
20732 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20733 scanned together with the recipients field for spam testing; Don't
20734 delete spam message if rmail-delete-after-output is non-nil;
20735 (rsf-check-field): New function, extracted from code in
20736 rmail-spam-filter to ease addition of header fields like
20737 content-type:;
20738 (message-content-type): New variable. The content-type: field was
20739 added also in defcustom of rsf-definitions-alist;
20740 (rmail-spam-filter): Replace repeated test code for header fields
20741 by calls to check-field; change the call to
20742 rmail-output-to-rmail-file such that rmail-current-message stays
20743 the same to avoid wrong deletion of unseen flags.
20744 (rmail-use-spam-filter): Add autoload cookie.
20745
20746 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20747
20748 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20749 (file-cache-add-directory-using-find): Add Cygwin support.
20750 (file-cache-find-command-posix-flag): New user variable.
20751
20752 * filecache.el (file-cache-add-directory): Check for
20753 directories an remove them from dir-files.
20754
20755 2004-01-27 Richard M. Stallman <rms@gnu.org>
20756
20757 * man.el (Man-fontify-manpage): Clean up message.
20758
20759 2004-01-27 Kenichi Handa <handa@m17n.org>
20760
20761 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20762 (sentence-end): Define using sentence-end-without-space.
20763
20764 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20765 a sentence ends with one of a character in sentence-end-without-space.
20766
20767 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20768
20769 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20770 (jit-lock): Group declaration moved to jit-lock.el.
20771 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20772 when necessary.
20773
20774 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20775 (jit-lock-context-unfontify-pos): Rename from
20776 jit-lock-first-unfontify-pos.
20777 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20778
20779 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20780
20781 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20782 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20783 (fortran-fill): When filling a string, adjust re-search-backward
20784 argument for special case of string just on fill-column.
20785 When filling non-string, allow one extra char if
20786 fortran-break-before-delimiters is non-nil.
20787 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20788 Use fortran-break-delimiters-re and fortran-no-break-re to
20789 correctly handle cases such as "**".
20790
20791 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20792 (f90-no-break-re): Add some extra tokens. Doc fix.
20793
20794 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20795
20796 * mail/rmail-spam-filter.el:
20797 Use two semicolons as Commentary line prefix.
20798 Add ";;; Code:" stylized comment.
20799 Delete end-of-line whitespace.
20800 Wrap (require 'cl) with `eval-when-compile'.
20801
20802 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20803
20804 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20805 at the top level of vc.el.
20806
20807 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20808
20809 * vc.el (vc-current-line): Function removed. This is now done by
20810 the new function line-at-pos in simple.el.
20811 (vc-annotate-warp-version): Use line-at-pos instead of
20812 vc-current-line.
20813
20814 2004-01-22 Kim F. Storm <storm@cua.dk>
20815
20816 * simple.el (line-at-pos): New defun.
20817 (what-line): Use it. Optimize by only counting lines in narrowed
20818 region once.
20819
20820 2004-01-22 Kenichi Handa <handa@m17n.org>
20821
20822 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20823 point (register r1) only for charset mule-unicode-0100-24ff.
20824
20825 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20826
20827 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20828 trailing white space and ensure a final newline.
20829
20830 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20831 Add autoload cookie.
20832
20833 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20834
20835 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20836 activate view-mode explicitly.
20837
20838 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20839
20840 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20841 menu-bar-enable-clipboard and make Paste use clipboard first.
20842
20843 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20844
20845 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20846 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20847 (vc-mcvs-cvs): Remove.
20848 (vc-mcvs-command): Remove use of assert.
20849
20850 * outline.el (outline-insert-heading): Tighten up match.
20851 (outline-demote, outline-move-subtree-down): Don't assume anything
20852 about outline-regexp.
20853
20854 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20855 (texinfo-show-structure): Explicitly add ^, and simplify.
20856
20857 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20858
20859 * calendar/appt.el (appt-check): Restore usage of
20860 appt-issue-message deleted in previous change.
20861 (top-level): Activate package when loaded (needed for backwards
20862 compatibility).
20863
20864 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20865
20866 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20867 following previous change to smtpmail-send-data.
20868
20869 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20870
20871 * vc.el (vc-default-previous-version): Doc enhancement.
20872 (vc-default-next-version): New function.
20873 (vc-print-log): New arg FOCUS-REV.
20874 (vc-annotate-mode): Derive from view-mode.
20875 (vc-annotate): New args REVISION, DISPLAY-MODE.
20876 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20877 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20878 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20879 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20880 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20881
20882 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20883
20884 2004-01-19 Karl Berry <karl@gnu.org>
20885
20886 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20887 or "TexInfo".
20888
20889 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20890
20891 * subr.el (delete-dups): New function.
20892
20893 2004-01-19 Karl Berry <karl@gnu.org>
20894
20895 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20896 with ^, since that's what texinfo-show-structure
20897 documentation says (plus it works much better in texinfo.txi).
20898
20899 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20900
20901 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20902
20903 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20904
20905 * progmodes/which-func.el (which-function-mode): Don't cancel
20906 which-func-update-timer if not set.
20907
20908 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20909
20910 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20911 Remove spurious left square bracket in XX:XXam regexp.
20912
20913 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20914
20915 * progmodes/cc-defs.el: Do not require cl at run time.
20916
20917 2004-01-16 Richard M. Stallman <rms@gnu.org>
20918
20919 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20920 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20921
20922 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20923 Call rmail-spam-filter. Delete and expunge spam.
20924 Print number of spam messages deleted.
20925 Save and restore the deletion status of old messages when reading
20926 new mail with spam filter, so that expunging spam does not expunge
20927 msgs deleted by the user.
20928 (rmail-only-expunge): Add an optional argument dont-show to
20929 prevent showing message after expunge.
20930
20931 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20932
20933 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20934 * subr.el (declare): New macro.
20935
20936 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20937
20938 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20939
20940 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20941
20942 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20943 Test window-system rather than system-type (for X11/Mac).
20944
20945 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20946
20947 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20948
20949 2004-01-12 Richard M. Stallman <rms@gnu.org>
20950
20951 * mail/rmail.el (rmail-convert-to-babyl-format):
20952 Use mail-unquote-printable-region.
20953 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20954 (rmail-hex-char-to-integer): Functions deleted.
20955
20956 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20957 (mail-unquote-printable-region): New arg NOERROR.
20958 For invalid encoding, either signal an error to just return nil.
20959
20960 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20961
20962 * calendar/appt.el: Update copyright and commentary.
20963 (appt-issue-message): Make obsolete.
20964 (appt-visible, appt-msg-window): Make obsolete, in favor of
20965 appt-display-format.
20966 (appt-display-mode-line, appt-display-duration)
20967 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20968 (appt-prev-comp-time, appt-display-count, appt-timer)
20969 (appt-convert-time): Doc change.
20970 (appt-disp-window-function, appt-delete-window-function):
20971 Use defcustom rather than defvar.
20972 (appt-display-format): New variable.
20973 (appt-display-message): New function with display code from appt-check.
20974 (appt-check): Add optional FORCE argument. Doc change.
20975 Add appt-make-list to diary-hook if displaying diary.
20976 Remove checking of view-diary-entries-initially.
20977 Message display section removed to new function appt-display-message.
20978 (appt-display-window): Doc change. Remove unused internal var
20979 this-buffer. Do not beep, since appt-display-message does that.
20980 (appt-make-list): Doc change. Use caar.
20981 (appt-sort-list): Simplify by using builtin sort function.
20982 (appt-update-list): New function for updating appts when diary is
20983 saved.
20984 (appt-activate): New autoloaded function to toggle package
20985 functionality.
20986
20987 * calendar/cal-x.el: (calendar-one-frame-setup)
20988 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20989
20990 * calendar/calendar.el: Update copyright.
20991 (view-diary-entries-initially, european-calendar-style): Doc change.
20992 (calendar-setup): Make defcustom rather than defvar.
20993 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20994 in let binding so local to function.
20995
20996 * calendar/diary-lib.el: Update copyright.
20997 (diary, diary-entry-time): Doc change.
20998 (list-diary-entries): Doc change. Trivial logic change.
20999 (fancy-diary-display): Restore make-face command mistakenly
21000 deleted 2003-05-08.
21001 (show-all-diary-entries): Allow to pop-up frame if needed.
21002
21003 2004-01-09 John Paul Wallington <jpw@gnu.org>
21004
21005 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21006 Temporarily select EVENT's window for changing eol type.
21007
21008 2004-01-09 Deepak Goel <deego@gnufans.org>
21009
21010 * calendar/diary-lib.el (diary-entry-time):
21011 Also accept time in the form XX[.XX][am/pm/AM/PM].
21012 (fancy-diary-font-lock-keywords): Likewise.
21013 (diary-font-lock-keywords): Likewise.
21014 * calendar/appt.el (appt-add): Likewise.
21015 (appt-make-list): Likewise.
21016 (appt-convert-time): Likewise.
21017
21018 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
21019
21020 * gdb-ui.el (gdb-ann3): Revert previous change.
21021 (gdb-source-info): Allow for case of where compilation directory
21022 is not recorded.
21023
21024 2004-01-08 John Paul Wallington <jpw@gnu.org>
21025
21026 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21027
21028 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
21029
21030 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21031
21032 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21033 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21034 problems.
21035 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21036
21037 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21038
21039 * files.el (write-file-functions, write-contents-functions):
21040 Clarify docstrings.
21041
21042 2004-01-07 Kenichi Handa <handa@m17n.org>
21043
21044 * international/mule.el (set-auto-coding): Fix for the case that
21045 end-of-line is only CR.
21046
21047 2004-01-07 Kim F. Storm <storm@cua.dk>
21048
21049 * subr.el (event-start, event-end): Doc fix.
21050 (posn-string, posn-image): New defuns.
21051 (posn-object): Return either image or string object.
21052 (posn-object-x-y): Return 8th element of position.
21053 (posn-object-width-height): New defun.
21054
21055 2004-01-06 Andreas Schwab <schwab@suse.de>
21056
21057 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21058 output.
21059
21060 2004-01-05 Karl Berry <karl@gnu.org>
21061
21062 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21063 / and *, too.
21064
21065 2003-12-31 Simon Josefsson <jas@extundo.com>
21066
21067 * files.el (before-save-hook): Add.
21068 (basic-save-buffer): Use before-save-hook.
21069
21070 * emacs-lisp/copyright.el: Fix comment to recommend
21071 before-save-hook instead of write-file-functions.
21072
21073 2004-01-05 Richard M. Stallman <rms@gnu.org>
21074
21075 * finder.el (finder-commentary): Call delete-other-windows.
21076
21077 * net/ange-ftp.el (ange-ftp-file-attributes):
21078 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21079
21080 2004-01-04 Karl Berry <karl@gnu.org>
21081
21082 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21083 comment characters % and # in the copyright year notice,
21084 as well as ;.
21085
21086 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
21087
21088 * wid-edit.el (default): Define dummy :value-delete.
21089 Reported by Jesper Harder <harder@ifa.au.dk>.
21090
21091 2004-01-03 Richard M. Stallman <rms@gnu.org>
21092
21093 * progmodes/compile.el (compile-internal): Use point, not point-min,
21094 for set-window-point.
21095
21096 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21097
21098 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21099
21100 * progmodes/grep.el (grep-mode-map):
21101 Don't remap next-line, previous-line.
21102
21103 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21104
21105 * speedbar.el (speedbar-edit-line): Change regexp to position
21106 the cursor on the first character of this line's button.
21107
21108 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21109
21110 * subr.el (functionp): Doc fix.
21111
21112 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21113
21114 * progmodes/idlwave.el (idlwave-make-tags):
21115 * textmodes/flyspell.el (flyspell-large-region):.
21116 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21117 * emulation/viper-util.el (viper-glob-unix-files):
21118 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21119 * man.el (Man-init-defvars):
21120 * jka-compr.el (jka-compr-call-process):
21121 * files.el (get-free-disk-space,insert-directory):
21122 * ediff-ptch.el (ediff-test-patch-utility):
21123 * ediff-diff.el (ediff-test-utility):
21124 * dired-aux.el (dired-check-process):
21125 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21126 test the return value of call-process, because it can be a string.
21127
21128 2003-12-31 John Paul Wallington <jpw@gnu.org>
21129
21130 * bindings.el (completion-ignored-extensions): Add .pfsl.
21131
21132 2003-12-31 Kim F. Storm <storm@cua.dk>
21133
21134 * ido.el (ido-nonreadable-directory-p): New defun to check for
21135 nonreadable directory without activating tramp (to avoid problems
21136 with checking incomplete tramp paths).
21137 (ido-set-current-directory, ido-file-internal)
21138 (ido-file-name-all-completions1): Use it.
21139
21140 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21141
21142 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21143 documentation if the anchor (or node) name is preceded by `info
21144 anchor' or `Info anchor' in addition to earlier `info node' and
21145 `Info node'.
21146 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21147
21148 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21149
21150 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21151 error in arguments to base64-decode-region. Remove ^M characters
21152 after decoding base64.
21153
21154 2003-12-30 Simon Josefsson <jas@extundo.com>
21155
21156 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21157 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21158 have only been distributed with Emacs for some years.
21159 (texinfo-mode-hook): Customize.
21160
21161 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21162
21163 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21164 cleaner (suggested by Richard Stallman).
21165
21166 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21167 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21168 file-name clashes on 8+3 DOS filesystems.
21169
21170 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21171 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21172 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21173 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21174 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21175 file-name clashes on 8+3 filesystems.
21176
21177 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21178 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21179 file-name clashes on 8+3 DOS filesystems.
21180
21181 2003-12-29 Richard M. Stallman <rms@gnu.org>
21182
21183 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21184 Upcase the character.
21185
21186 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21187 Search for header separator alone on a line, literally,
21188 and search for it backward, not forward.
21189 (flyspell-abbrev-table): Always use global-abbrev-table
21190 if there is no local one.
21191
21192 * progmodes/sh-script.el (sh-get-indent-info):
21193 Don't move point back if at bob.
21194
21195 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21196
21197 * play/handwrite.el (handwrite): Make the handwrite credit message
21198 a comment rather than an output command.
21199
21200 * obsolete/sc.el: Display message that this file is obsolete.
21201
21202 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21203
21204 * mail/rfc822.el (rfc822-address-start): Declare variable.
21205 Renamed from address-start. All uses changed.
21206
21207 * term.el (term-exec): Set up sentinel.
21208 (term-sentinel): New function.
21209 (term-handle-exit): New function.
21210
21211 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21212 Use assoc-string, and mark them obsolete.
21213 (delay-mode-hooks): Mark as permanent local.
21214
21215 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21216
21217 * register.el (copy-rectangle-to-register): Doc fix.
21218
21219 * info.el (Info-insert-dir): Use assoc-string.
21220
21221 * info-look.el (info-lookup): Use assoc-string.
21222
21223 * frame.el (pop-up-frame-function): Use quote, not `function'.
21224 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21225 copying with lists as coordinate values.
21226
21227 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21228
21229 * find-dired.el (kill-find): New command.
21230 (find-dired): Make buffer read-only.
21231 Set up a keymap with C-c C-k running kill-find.
21232 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21233
21234 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21235
21236 * filecache.el (file-cache-ignore-case): New variable.
21237 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21238
21239 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21240 (comint-dynamic-complete-as-filename): Rename local vars.
21241 (comint-dynamic-list-filename-completions): Likewise.
21242
21243 * comint.el (comint-dynamic-list-completions-config): New var.
21244 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21245
21246 * comint.el (comint-file-name-chars): Add [].
21247 (comint-word): Use skip-chars-backward, not search.
21248
21249 * shell.el (shell-file-name-chars): Add [].
21250
21251 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21252
21253 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21254
21255 * generic.el (define-generic-mode): Doc fix.
21256
21257 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21258
21259 * files.el (kill-some-buffers): Doc fix.
21260
21261 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21262
21263 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21264 arg to send-invisible
21265 (send-invisible): Doc fix. The argument is now a prompt, not the
21266 string to send.
21267 (comint-read-noecho): Doc fix.
21268
21269 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21270
21271 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21272 "@", as required by some ISP hosting service. Fix defcustom
21273 argument syntax errors that prevented use of customization.
21274
21275 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21276
21277 * xml.el (xml-get-attribute-or-nil): Doc fix.
21278
21279 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21280
21281 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21282 write-file-hooks.
21283
21284 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21285
21286 * autorevert.el (auto-revert-interval): Doc fix.
21287
21288 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21289
21290 * xml.el (xml-get-attribute-or-nil): New function, like
21291 xml-get-attribute, but returns nil if the attribute was not found.
21292 (xml-get-attribute): Convert to defsubst, uses
21293 xml-get-attribute-or-nil.
21294
21295 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21296
21297 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21298
21299 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21300
21301 * custom.el (custom-declare-theme): Use `value' when putting
21302 properties on `theme'.
21303
21304 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21305
21306 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21307 for each yank-handler segment.
21308 (insert-for-yank-1): New function, with the body of the previous
21309 insert-for-yank.
21310
21311 * textmodes/table.el (table-yank-handler): New defcustom.
21312 (table--put-cell-indicator-property): Put yank-handler property
21313 that indicates the yank handler for the table cell.
21314
21315 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21316
21317 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21318 set of keywords.
21319
21320 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21321
21322 * international/mule-cmds.el (reset-language-environment)
21323 (set-language-environment): Don't invoke fontset-related functions
21324 if fontset-list is not fboundp.
21325
21326 2003-12-29 Kenichi Handa <handa@m17n.org>
21327
21328 * international/mule-cmds.el (reset-language-environment):
21329 Call set-overriding-fontspec-internal with nil.
21330 (set-language-environment): Call set-overriding-fontspec-internal
21331 if the language environment specify `overriding-fontspec'.
21332 (language-info-alist): Doc added.
21333
21334 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21335 characters of mule-unicode-0100-24ff.
21336 (ccl-encode-windows-1251-font): New CCL program.
21337 ("Bulgarian"): Specify overriding-fontspec.
21338 ("Belarusian"): Likewise.
21339
21340 2003-12-28 Sam Steingold <sds@gnu.org>
21341
21342 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21343 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21344
21345 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21346
21347 * progmodes/gud.el (gud-gdb-command-name): Set default to
21348 "gdb --annotate=3".
21349 (gud-gdb-marker-filter): Look out for annotations.
21350 (gdb-first-pre-prompt): New variable.
21351 Remove trailing white space.
21352
21353 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21354 if necessary.
21355 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21356 annotations are detected.
21357 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21358 instead of a local one to allow transition from
21359 gud-gdb-marker-filter.
21360 Remove trailing white space.
21361
21362 2003-12-27 Kim F. Storm <storm@cua.dk>
21363
21364 * ido.el: Handle non-readable directories.
21365 (ido-decorations): Add 9th element for non-readable directory.
21366 (ido-directory-nonreadable): New dynamic var.
21367 (ido-set-current-directory): Set it.
21368 (ido-read-buffer, ido-file-internal):
21369 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21370 (ido-file-name-all-completions1): Return empty list for
21371 non-readable directory.
21372 (ido-exhibit): Print [Not readable] if directory is not readable.
21373 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21374 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21375 Use it.
21376
21377 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21378
21379 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21380 calls to directory-files-and-attributes and file-attributes.
21381 (ls-lisp-format): Remove system dependent handling of user and
21382 group id's.
21383
21384 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21385
21386 * ffap.el (ffap-read-file-or-url): Revert previous change.
21387
21388 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21389
21390 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21391 new list of included files called `files-with-node-lines', that
21392 only have node lines. This way @include commands can include any
21393 file, such as version and update files without node lines, not
21394 just files that are chapters.
21395
21396 2003-12-25 Andreas Schwab <schwab@suse.de>
21397
21398 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21399 file not found.
21400
21401 2003-12-08 Miles Bader <miles@gnu.org>
21402
21403 * dired.el (dired-between-files): Always use dired-move-to-filename,
21404 which is more robust in non-english locales.
21405
21406 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21407
21408 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21409
21410 2003-12-24 Andreas Schwab <schwab@suse.de>
21411
21412 * shell.el (shell-file-name-quote-list): Add backslash.
21413
21414 * comint.el (comint-quote-filename): Correctly handle backslash
21415 in comint-file-name-quote-list.
21416
21417 2003-12-24 Kenichi Handa <handa@m17n.org>
21418
21419 * international/mule-cmds.el (set-default-coding-systems):
21420 Call ucs-set-table-for-input for all buffers that don't have local
21421 value of buffer-file-coding-system.
21422
21423 * international/ucs-tables.el (ucs-set-table-for-input):
21424 If translation-table-for-encode is a symbol, get its
21425 translation-table property.
21426
21427 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21428
21429 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21430 to `completing-read' on a recently fixed bug.
21431
21432 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21433 instead of SPACE, to get the list of possible fringe modes.
21434 SPACE only works if both `partial-completion-mode' and
21435 `completion-auto-help' are nil.
21436
21437 * complete.el (PC-is-complete-p): Delete.
21438 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21439 calls to `test-completion'.
21440
21441 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21442
21443 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21444 to edit values when there are no children.
21445
21446 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21447 a mode called "Assembler" already exists.
21448 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21449 (gud-watch): Use format option. Remove font properties from string.
21450 (gdb-var-create-handler, gdb-var-list-children-handler):
21451 Don't bother about properties as there are none.
21452 (gdb-var-create-handler, gdb-var-list-children-handler)
21453 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21454 with two arguments.
21455 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21456 Let speedbar show value changes with a different font.
21457 (gdb-edit-value): New defun.
21458 (gdb-clear-partial-output, gdb-clear-inferior-io)
21459 (def-gdb-auto-update-handler): Use erase-buffer.
21460 (gdb-frame-handler): Display watch expressions in
21461 FUNCTION::VARIABLE format if required.
21462
21463 2003-12-23 John Paul Wallington <jpw@gnu.org>
21464
21465 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21466 (Info-goto-emacs-command-node): Doc fixes.
21467
21468 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21469
21470 * cus-edit.el (custom-add-parent-links): Define "many".
21471
21472 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21473
21474 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21475 (widget-child-validate, widget-type-value-create)
21476 (widget-type-default-get, widget-type-match): New functions.
21477 (lazy): New widget.
21478 (menu-choice, checklist, radio-button-choice, editable-list)
21479 (group, documentation-string): Remove redundant (per 2003-10-25
21480 change) calls to `widget-children-value-delete'.
21481 (widget-choice-value-get, widget-choice-value-inline): Remove.
21482 (menu-choice): Update widget.
21483
21484 2003-12-03 Kenichi Handa <handa@m17n.org>
21485
21486 * language/cyrillic.el: Register "microsoft-cp1251" in
21487 ctext-non-standard-encodings-alist.
21488 ("Bulgarian"): Add ctext-non-standard-encodings.
21489 ("Belarusian"): Likewise.
21490
21491 * international/mule-conf.el (compound-text-with-extensions):
21492 Change the type to 2 (iso-2022 base).
21493
21494 * international/mule.el (ctext-non-standard-encodings-alist):
21495 Change the format.
21496 (ctext-non-standard-encodings): New variable.
21497 (ctext-post-read-conversion): Fully re-written.
21498 (ctext-non-standard-designations-alist): Delete it.
21499 (ctext-non-standard-encodings-table): New function.
21500 (ctext-pre-write-conversion): Fully re-written.
21501
21502 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21503
21504 * cus-edit.el (custom-add-parent-links): Add documentation links
21505 for parent, if the item has none of its own.
21506
21507 2003-11-30 Richard M. Stallman <rms@gnu.org>
21508
21509 * dired-aux.el (dired-do-query-replace-regexp):
21510 Report files visited read-only.
21511
21512 2003-11-30 Juri Linkov <juri@jurta.org>
21513
21514 * dired-aux.el (dired-compare-directories): New command.
21515 (dired-file-set-difference, dired-files-attributes): New functions.
21516
21517 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21518 Version 2.0.38 of Tramp released.
21519
21520 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21521 Charles Curley <charlescurley@charlescurley.com>.
21522 (tramp-multi-connection-function-alist): Add ssht entry which adds
21523 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21524 Aichner.
21525 (tramp-get-method-parameter): New function to retrieve a method
21526 parameter. This allows for omission of method parameters.
21527 Callers adjusted.
21528
21529 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21530
21531 * net/tramp.el: Add new optional parameter ID-FORMAT to
21532 `file-attributes'. Calls of `file-attributes' won't use this
21533 parameter for backward compatibility reasons.
21534 (tramp-perl-file-attributes): Add a new parameter to Perl script
21535 in order to handle uid/gid as strings, if desired.
21536 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21537 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21538 order to make the function more general.
21539 (tramp-handle-file-attributes): Replace proprietary optional
21540 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21541 (tramp-handle-file-attributes-with-perl): Handle parameter
21542 NONNUMERIC if set. This wasn't done in the past.
21543 (tramp-post-connection): Apply second parameter "$2" if
21544 `tramp-remote-perl' is called.
21545
21546 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21547 Correct cut'n'waste error (`filename' instead of `directory').
21548 (tramp-smb-handle-directory-files-and-attributes)
21549 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21550 introduced parameter ID-FORMAT.
21551 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21552 error (`directory' instead of `ldir').
21553
21554 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21555 `file-attributes' has a second parameter. If yes, apply it with
21556 value "'integer". Otherwise, don't use that parameter (default is
21557 integer format).
21558
21559 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21560
21561 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21562 (help-for-help): Add `C-h .' to the listed Help options.
21563 Remove trailing whitespace.
21564
21565 * help-at-pt.el: New file.
21566
21567 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21568
21569 * subr.el (noreturn, 1value): New macros for test coverage.
21570 See `testcover.el'.
21571
21572 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21573
21574 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21575 for macro `1value'.
21576 (testcover-1value): New function. Checks that a 1value form
21577 actually returns only one value. Requested by RMS.
21578
21579 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21580
21581 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21582 (gdb-var-list-children, gdb-var-list-children-handler)
21583 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21584 gdb commands that use mi to keep them out of the command history.
21585
21586 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21587
21588 * cus-start.el (all): Add use-file-dialog.
21589
21590 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21593
21594 2003-11-27 Kim F. Storm <storm@cua.dk>
21595
21596 * subr.el (posn-object-x-y): New defun.
21597
21598 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21599
21600 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21601 Don't use `space' for \\\n.
21602 Be more selective as to which # are comment-starters.
21603
21604 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21605
21606 * subr.el (number-sequence): Improve handling of floating point
21607 arguments (suggested by Kim Storm). Allow negative arguments.
21608
21609 2003-11-26 Kenichi Handa <handa@m17n.org>
21610
21611 * international/mule-cmds.el (standard-display-european-internal):
21612 Cancel the standard-display-table setting for ` and '.
21613
21614 2003-11-26 Kim F. Storm <storm@cua.dk>
21615
21616 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21617 New defcustoms to add ffap-like functionality to ido.
21618 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21619 (ido-no-final-slash): New defun.
21620 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21621 (ido-read-file-name): ): Toggle VC checking via
21622 vc-handled-backends instead of vc-master-templates.
21623 (ido-file-internal): Handle ido-use-url-at-point and
21624 ido-use-filename-at-point via code borrowed from ffap-guesser.
21625 Handle new ido-exit code ffap.
21626 (ido-sort-list): Ignore final slash when sorting file names.
21627
21628 2003-11-25 Kim F. Storm <storm@cua.dk>
21629
21630 * emulation/cua-base.el (cua--standard-movement-commands):
21631 Add forward-sentence and backward-sentence.
21632
21633 2003-11-25 Stephen Eglen <stephen@gnu.org>
21634
21635 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21636 iswitchb-exit is set to 'usefirst when user selects buffer at head
21637 of list using RET. (Selecting buffers at the head of the list was
21638 broken if the substring was also a complete buffername.)
21639
21640 2003-11-23 Kim F. Storm <storm@cua.dk>
21641
21642 * progmodes/compile.el (grep-command, grep-use-null-device)
21643 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21644 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21645 (grep-regexp-alist, grep-program, find-program)
21646 (grep-find-use-xargs, grep-history, grep-find-history)
21647 (grep-process-setup, grep-compute-defaults)
21648 (grep-default-command, grep, grep-tag-default, grep-find)
21649 (grep-expand-command-macros, grep-tree-last-regexp)
21650 (grep-tree-last-files, grep-tree): Move grep variables, functions
21651 and commands to new file grep.el.
21652 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21653 (compilation-process-setup-function): Doc fix.
21654 (compilation-highlight-regexp, compilation-highlight-overlay): New
21655 defvars used for highlighting current compile error in source buffer.
21656 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21657 LOCAL-MAP which overrides compilation-highlight-regexp and
21658 compilation-mode-map for this compilation.
21659 Delay calling compilation-set-window-height until after running
21660 compilation-process-setup-function so it can buffer-local override
21661 compilation-window-height.
21662 Check buffer-local value of compilation-scroll-output.
21663 (compilation-set-window-height): Use buffer-local value of
21664 compilation-window-height.
21665 (compilation-revert-buffer): Don't pass (undefined)
21666 preserve-modes arg to revert-buffer.
21667 (next-error-no-select, previous-error-no-select): New commands.
21668 (compilation-goto-locus): Temporarily highlight current match in
21669 source buffer using compilation-highlight-regexp.
21670
21671 * progmodes/grep.el: New file with grep code from compile.el.
21672 (grep): New defcustom group.
21673 (grep-window-height): New defcustom, like compilation-window-height.
21674 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21675 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21676 (grep-command, grep-use-null-device, grep-find-command)
21677 (grep-tree-files-aliases, grep-tree-ignore-case)
21678 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21679 (grep-setup-hook): New hook variable.
21680 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21681 (grep-last-buffer): New defvar, override compilation-last-buffer.
21682 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21683 Call compile-internal with args highlight-regexp and grep-mode-map.
21684
21685 2003-11-23 Kim F. Storm <storm@cua.dk>
21686
21687 * subr.el (event-start, event-end): Doc fix.
21688 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21689 (posn-area, posn-actual-col-row, posn-object): New defuns.
21690 (posn-col-row): Simplify doc. Rewrite to use cond.
21691 (posn-point): Also return buffer position for events outside text
21692 area (that info is now present in the event position).
21693
21694 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21695 mouse-set-point so that hscroll still works now that clicks on
21696 fringes generate specific mouse events.
21697 (mouse-set-point): Note that it now works in fringes and margins
21698 too due to new semantics of posn-point in fringes and margins.
21699
21700 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21701 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21702
21703 2003-11-20 Kim F. Storm <storm@cua.dk>
21704
21705 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21706 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21707 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21708 to 100 for icons to avoid increasing line height when shown.
21709
21710 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21711
21712 * newcomment.el (comment-normalize-vars): Initialize properly if
21713 comment-start was nil.
21714
21715 2003-11-19 Andreas Schwab <schwab@suse.de>
21716
21717 * simple.el (set-variable): Fix indentation.
21718
21719 2003-11-17 Kenichi Handa <handa@m17n.org>
21720
21721 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21722 Fix docstring.
21723
21724 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21725
21726 * international/latin1-disp.el (latin1-display): Fix docstring.
21727
21728 2003-11-16 John Wiegley <johnw@newartisans.com>
21729
21730 * eshell/em-ls.el (eshell-ls-file): There are times with
21731 size-width is nil and uncomputed (when directories are created in
21732 dired, for example); in this case, 4 is reasonable default value,
21733 although it may caused skewed new entries (which could be avoided
21734 by returning the original value of 8 in all cases, but 99% of the
21735 time this is a waste of whitespace).
21736
21737 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21738
21739 * cc-engine.el (c-guess-continued-construct)
21740 (c-guess-basic-syntax): Check a little more carefully if it's a
21741 function declaration when an unknown construct followed by a block
21742 is found inside a statement context. This avoids macros followed
21743 by blocks to be taken as function declarations.
21744
21745 (c-guess-continued-construct): Change the analysis of a statement
21746 continuation with a brace open to `substatement-block', for
21747 consistency with recognized statements.
21748
21749 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21750 start is in a position so that `c-beginning-of-statement-1' jumped
21751 to the beginning of the same statement.
21752
21753 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21754 Don't accept binary operators in the arglist if we're in a function
21755 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21756 template recognition in cases like "if (a < b || c > d)".
21757
21758 (c-restricted-<>-arglists): New more appropriate name for
21759 `c-disallow-comma-in-<>-arglists'.
21760
21761 Accessing functions updated for the variable name change.
21762
21763 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21764 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21765
21766 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21767 labels.
21768
21769 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21770 instead of duplicating parts of it. This fixes bogus label
21771 recognition.
21772
21773 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21774 of checking the context in which to apply the minimum indentation,
21775 so that it isn't enforced in e.g. namespace blocks.
21776
21777 * cc-vars.el (c-inside-block-syms): New constant used by
21778 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21779 to somewhat reduce the risk of becoming stale.
21780
21781 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21782 cc-cmds to cc-engine to allow use from cc-align.
21783
21784 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21785 qualified identifiers containing "::".
21786
21787 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21788 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21789
21790 * cc-vars.el (c-emacs-features): Use a space in front of the name
21791 of the temporary buffer. That also avoids dumping problems in
21792 XEmacs due to undo info being left around after the buffer is killed.
21793
21794 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21795 arglist to see if it's a K&R style declaration.
21796
21797 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21798 before returning `knr-argdecl-intro'.
21799
21800 2003-11-16 John Wiegley <johnw@newartisans.com>
21801
21802 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21803 field in a long-listing always 8 characters, use `size-width',
21804 which has already been computed.
21805
21806 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21807
21808 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21809
21810 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21811
21812 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21813 Support operation while narrowed, with `diff-restrict-view'.
21814
21815 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21816
21817 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21818 Take additional optional arg NARROWFUN. For the generated functions:
21819 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21820 include frags that arrange to check for and save narrowing state before
21821 the move and then conditionally call NARROWFUN after the move.
21822
21823 2003-11-14 John Wiegley <johnw@newartisans.com>
21824
21825 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21826 that was optional, but obviously missing based on surrounding code.
21827
21828 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21829 string arguments to numbers unless the whole argument was seen as
21830 a number.
21831
21832 2003-11-14 Kenichi Handa <handa@m17n.org>
21833
21834 * international/mule.el (ctext-non-standard-encodings-alist):
21835 Fix coding systems.
21836
21837 2003-11-10 Kenichi Handa <handa@m17n.org>
21838
21839 * language/kannada.el ("Kannada"): Add sample-text.
21840
21841 * language/knd-util.el (kannada-compose-region)
21842 (kannada-compose-string, kannada-post-read-conversion):
21843 Add autoload cookie.
21844
21845 * international/quail.el (quail-completion): Change the message
21846 "corresponding translations" to "corresponding characters".
21847
21848 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21849
21850 * descr-text.el (describe-char): Fix typo.
21851
21852 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21853
21854 These changes are to support Kannada language/script.
21855
21856 * Makefile.in (DONTCOMPILE): Add kannada.el.
21857
21858 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21859
21860 * loadup.el: Preload kannada.el.
21861
21862 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21863 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21864 New variables.
21865
21866 * language/kannada.el: New file.
21867
21868 * language/knd-util.el: New file.
21869
21870 2003-11-07 Andreas Schwab <schwab@suse.de>
21871
21872 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21873 Also highlight AH_*.
21874
21875 * xml.el (xml-parse-dtd): Fix misplaced paren.
21876
21877 2003-11-07 Kenichi Handa <handa@m17n.org>
21878
21879 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21880
21881 2003-11-05 Juri Linkov <juri@jurta.org>
21882
21883 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21884 (desktop-buffer-file): Use saved buffer-file-coding-system
21885 for file reading. Set auto-insert to nil to prevent automatic
21886 insertion into restored empty files.
21887
21888 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21889
21890 * files.el (risky-local-variable-p): Make second argument optional.
21891
21892 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21893
21894 * subr.el (add-hook): Fix last change.
21895
21896 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21897
21898 * mail/rmail.el (rmail-convert-to-babyl-format):
21899 If base64-decode-region signals an error, catch it and silently
21900 ignore it.
21901
21902 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21903
21904 * xml.el (xml-parse-region): Allow comments to appear after the
21905 topmost element has closed.
21906 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21907 (xml-ns-expand-attr): New functions to do namespace handling.
21908 (xml-intern-attrlist): Back-compatible handling of attribute names.
21909 (xml-parse-tag): Move namespace handling to separate functions.
21910 Now produces elements in the form ((:ns . "element") (attr-list)
21911 children) instead of ('ns:element (attr-list) children).
21912 (xml-parse-attlist): Fix attribute parsing.
21913 (xml-parse-dtd): Change parsing so that it produces strings
21914 instead of interned symbols.
21915
21916 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21917
21918 * dired.el (dired-ls-sorting-switches): Doc fix.
21919
21920 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21921
21922 * emacs-lisp/rx.el (rx-or): Fix the case of
21923 "(rx (and ?a (or ?b ?c) ?d))".
21924
21925 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21926
21927 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21928 (texinfo-format-region): Use it.
21929 (texinfo-format-buffer-1): Ditto.
21930
21931 2003-11-01 Alan Mackenzie <acm@muc.de>
21932
21933 Changes to allow scrolling whilst in isearch mode:
21934 * isearch.el (isearch-unread-key-sequence): New function,
21935 extracted from isearch-other-meta-char.
21936 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21937 "scrollable" standard functions.
21938 (isearch-allow-scroll): New customizable variable.
21939 (isearch-string-out-of-window, isearch-back-into-window)
21940 (isearch-reread-key-sequence-naturally)
21941 (isearch-lookup-scroll-key): New functions.
21942 (isearch-other-meta-char): Doc string and functionality enhanced.
21943 Now accepts a prefix argument.
21944 (isearch-lazy-highlight-window-end): New variable.
21945 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21946 end (thru isearch-lazy-highlight-window-end), not only its start.
21947
21948 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21949 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21950 (universal-argument, universal-argument-more, negative-argument)
21951 (digit-argument, universal-argument-other-key): Minor changes.
21952
21953 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21954
21955 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21956 recursively if the last message is deleted, thus avoiding an
21957 infinite loop.
21958
21959 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21960
21961 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21962 (tex-main-file): Don't add .tex if the extension is already present.
21963 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21964
21965 2003-10-29 Lute Kamstra <lute@gnu.org>
21966
21967 * progmodes/octave-inf.el (inferior-octave-prompt):
21968 Recognize version number in prompt.
21969
21970 2003-10-28 Dave Love <fx@gnu.org>
21971
21972 * international/characters.el: Fix some Unicode ranges.
21973
21974 2003-10-28 Kenichi Handa <handa@m17n.org>
21975
21976 * disp-table.el (standard-display-8bit)
21977 (standard-display-default, standard-display-ascii)
21978 (standard-display-g1, standard-display-graphic)
21979 (standard-display-underline): Assure that standard-display-table
21980 is a display table.
21981
21982 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21983
21984 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21985 reindenting the first line.
21986
21987 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21988
21989 * wid-edit.el (widget-default-delete): Always delete child widgets.
21990
21991 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21992
21993 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21994 if the line has code.
21995 Don't try to line up with something that's too far left.
21996
21997 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21998 (octave-mode-syntax-table): Add % as a comment starter.
21999 (octave-point): Remove.
22000 (octave-in-comment-p, octave-in-string-p)
22001 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22002 (octave-blink-matching-block-open, octave-auto-fill):
22003 Use line-(beginning|end)-position instead.
22004
22005 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22006
22007 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22008 for Francesco Potort\e,Al\e(B.
22009
22010 2003-10-23 Dave Love <fx@gnu.org>
22011
22012 * international/mule-cmds.el (locale-charset-to-coding-system):
22013 Don't rely on nil being a coding system.
22014
22015 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22016 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22017 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22018
22019 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
22020
22021 * gdb-ui.el (gdb-current-language): New variable.
22022 (gdb-update-flag): Remove variable.
22023 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22024 (gdb-take-last-elt): Remove function.
22025 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22026 (gdb-post-prompt): Check for variable object changes here.
22027
22028 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22029 object changes in gdb-ui.el.
22030
22031 2003-10-21 Richard M. Stallman <rms@gnu.org>
22032
22033 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22034
22035 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22036 Don't check for foo*/ wildcard form here.
22037 (insert-directory): Recognize foo*/ as a wildcard.
22038 Separate wildcard-regexp variable from the arg, wildcard.
22039
22040 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22041 (remove-hook): Correctly handle strange cases about local hooks.
22042
22043 2003-10-21 David Ponce <david@dponce.com>
22044
22045 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22046 argument REAL, to return a real number instead of a rounded
22047 integer value. Define as inline function.
22048 (ruler-mode-right-fringe-cols): Likewise.
22049 (ruler-mode-scroll-bar-cols): New function.
22050 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22051 (ruler-mode-right-scroll-bar-cols): Likewise.
22052 (ruler-mode-space): New function.
22053 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22054 scroll bar mode and margins in a more robust way.
22055
22056 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22057
22058 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22059 (antlr-c-init-language-vars): New function.
22060 (antlr-mode): Use it with cc-mode before v5.29.
22061 (antlr-c-common-init): Don't set some local vars here.
22062 (antlr-mode): Set them here.
22063 (antlr-c-forward-sws): New function alias.
22064 (antlr-mode): Redefine with cc-mode before v5.30.
22065 (antlr-skip-sexps): Use it.
22066 (antlr-skip-exception-part): Ditto.
22067 (antlr-skip-file-prelude): Ditto.
22068 (antlr-outside-rule-p): Ditto.
22069 (antlr-end-of-body): Ditto.
22070 (antlr-option-kind): Ditto.
22071 (antlr-insert-option-area): Ditto.
22072 (antlr-file-dependencies): Ditto.
22073
22074 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22075
22076 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22077 Move backward only if point was not inside an entry.
22078
22079 2003-10-21 Richard M. Stallman <rms@gnu.org>
22080
22081 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22082
22083 2003-10-21 Juri Linkov <juri@jurta.org>
22084
22085 * compare-w.el: Automatically skip non-matching text to resync.
22086 (compare-windows-whitespace): Doc fix.
22087 (compare-windows-sync, compare-windows-sync-string-size)
22088 (compare-windows-recenter, compare-ignore-whitespace)
22089 (compare-windows-highlight, compare-windows-face): New variables.
22090 (compare-windows): Use compare-windows-sync.
22091 (compare-windows-highlight, compare-windows-dehighlight)
22092 (compare-windows-sync-regexp)
22093 (compare-windows-sync-default-function): New functions.
22094
22095 2003-10-21 Juri Linkov <juri@jurta.org>
22096
22097 * diff.el (diff-parse-differences): Don't visit the files now;
22098 instead, just record the error locus.
22099
22100 2003-10-21 Dave Love <fx@gnu.org>
22101
22102 * progmodes/cfengine.el: New file.
22103
22104 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22105
22106 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22107 default-directory when completing file names.
22108
22109 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22110
22111 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22112 followed by the word `face', it gets treated as a face, even if
22113 it is also defined as a variable or a function.
22114
22115 2003-10-20 Dave Love <fx@gnu.org>
22116
22117 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22118 Avoid incf in macro expansion.
22119
22120 2003-10-20 John Paul Wallington <jpw@gnu.org>
22121
22122 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22123 `evenp' so we don't implicitly require cl library at runtime.
22124
22125 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22126
22127 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22128 (help-make-xrefs): Only make cross-references for faces if
22129 preceded or followed by the word `face'. Do not make a
22130 cross-reference for variables without variable documentation,
22131 unless preceded by the word `variable' or `option'. Update doc
22132 string accordingly.
22133
22134 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22135
22136 * progmodes/hideshow.el: Rewrite one-armed `if'
22137 constructs using either `when' or `unless'.
22138 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22139
22140 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
22141
22142 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22143 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22144 instead of 12x12.
22145
22146 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22147
22148 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22149 message while converting to Babyl.
22150
22151 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22152
22153 * allout.el (allout-mode): Doc fix.
22154
22155 2003-10-16 Lute Kamstra <lute@gnu.org>
22156
22157 * subr.el (force-mode-line-update): Fix docstring.
22158
22159 2003-10-14 Dave Love <fx@gnu.org>
22160
22161 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22162 (default-input-method): Add :link, improve :type.
22163 (locale-charset-language-names): Fix utf-8 pattern.
22164 (locale-charset-match-p, locale-charset-alist)
22165 (locale-charset-to-coding-system): New.
22166 (set-locale-environment): Deal with codeset part of locale specs.
22167
22168 2003-10-14 Lute Kamstra <lute@gnu.org>
22169
22170 * fringe.el (fringe-mode): Use active voice in docstring.
22171 (set-fringe-style): Ditto.
22172
22173 2003-10-13 Lute Kamstra <lute@gnu.org>
22174
22175 * fringe.el (fringe-mode): Fix docstring.
22176 (set-fringe-style): Ditto.
22177
22178 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22179
22180 * ediff-mult.el (ediff-filegroup-action):
22181 Use ediff-default-filtering-regexp.
22182
22183 * ediff-util.el (ediff-recenter): Don't call
22184 ediff-restore-highlighting twice.
22185 (ediff-select-difference): Set current difference.
22186 (ediff-unselect-and-select-difference): Add comment.
22187
22188 * ediff.el (ediff-directories,ediff-directory-revisions)
22189 (ediff-directories3,ediff-merge-directories)
22190 (ediff-merge-directories-with-ancestor)
22191 (ediff-merge-directory-revisions)
22192 (ediff-merge-directory-revisions-with-ancestor):
22193 Use ediff-default-filtering-regexp.
22194
22195 2003-10-12 Andreas Schwab <schwab@suse.de>
22196
22197 * international/mule-cmds.el (locale-charset-language-names):
22198 Simplify regex by removing unused grouping.
22199
22200 2003-10-10 Dave Love <fx@gnu.org>
22201
22202 * bindings.el: Don't bind stop.
22203
22204 2003-10-08 Miles Bader <miles@gnu.org>
22205
22206 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22207 face instead of attempting to emulate it.
22208
22209 2003-10-07 Kenichi Handa <handa@m17n.org>
22210
22211 * international/mule-diag.el (list-coding-systems-1): List coding
22212 systems that are loaded automatically.
22213
22214 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22215
22216 * international/mule.el (autoload-coding-system): New function.
22217
22218 2003-10-07 Andreas Schwab <schwab@suse.de>
22219
22220 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22221 change-log-default-name in the buffer visiting the file.
22222
22223 2003-10-06 Dave Love <fx@gnu.org>
22224
22225 * files.el (find-file-hook): Customize.
22226 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22227
22228 * bindings.el (completion-ignored-extensions): Remove .log.
22229 (global-map): Add again, open, stop keys.
22230
22231 2003-10-05 Richard M. Stallman <rms@gnu.org>
22232
22233 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22234 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22235 Use sh-modify directly.
22236 (sh-select): Use sh-append, not eval.
22237
22238 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22239
22240 * info.el (Info-following-node-name): New function.
22241
22242 * loadhist.el (unload-feature-special-hooks):
22243 Rename from loadhist-hook-functions.
22244 (loadhist-hook-functions): Now an alias.
22245
22246 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22247
22248 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22249 file-name clashes on 8+3 filesystems.
22250
22251 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22252 Rename loaddefs-boot.el to ldefs-boot.el
22253
22254 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22255 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22256
22257 2003-10-03 Lute Kamstra <lute@gnu.org>
22258
22259 * info.el (Info-mode): Revert previous change.
22260 (Info-escape-percent): New function.
22261 (Info-fontify-node): Use it.
22262
22263 2003-10-02 Andreas Schwab <schwab@suse.de>
22264
22265 * loaddefs-boot.el: Regenerated.
22266
22267 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22268
22269 * ffap.el: Remove defadvice related code from CVS since `complete'
22270 provides a `PC-completion-as-file-name-predicate' variable that
22271 ffap can override.
22272
22273 2003-10-02 Kenichi Handa <handa@m17n.org>
22274
22275 * international/utf-8.el (ccl-decode-mule-utf-8):
22276 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22277
22278 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22279 * international/subst-big5.el: Likewise.
22280 * international/subst-gb2312.el: Likewise.
22281 * international/subst-ksc.el: Likewise.
22282
22283 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22284
22285 * calendar/calendar.el (increment-calendar-month)
22286 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22287 (generate-calendar, calendar-read-date, calendar-interval)
22288 (calendar-day-of-week): Handle years BC.
22289 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22290
22291 2003-10-01 Dave Love <fx@gnu.org>
22292
22293 * language/cyrillic.el (cp1251): Alias for windows-1251.
22294
22295 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22296 bootstrap.
22297
22298 2003-10-01 Lute Kamstra <lute@gnu.org>
22299
22300 * files.el: Fix typo.
22301 * imenu.el (imenu--generic-function): Docstring fix.
22302
22303 2003-09-30 Richard M. Stallman <rms@gnu.org>
22304
22305 * dired.el (dired-mode): Handle dired-directory as a list.
22306
22307 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22308
22309 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22310
22311 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22312
22313 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22314 Replace gud-display with gud-watch.
22315 (gud-speedbar-buttons): Add stuff for watching expressions
22316 in the speedbar when using M-x gdba. Use dolist on old part
22317 of this function.
22318
22319 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22320 (gdb-update-flag): New variables.
22321 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22322 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22323 (gud-watch, gdb-var-create-handler) : New functions.
22324 (gdb-var-list-children, gdb-var-list-children-handler)
22325 (gdb-var-create-regexp, gdb-var-update-regexp)
22326 (gdb-var-list-children-regexp): New constants.
22327 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22328 (gdb-annotation-rules): Reduce annotation set (level 3).
22329 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22330 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22331 updates.
22332 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22333 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22334 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22335 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22336 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22337 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22338 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22339 (gud-display, gud-display1)
22340 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22341 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22342 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22343 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22344 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22345 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22346 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22347 (gdb-display-display-buffer, gdb-toggle-display)
22348 (gdb-delete-display, gdb-expressions-popup-menu)
22349 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22350 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22351 to display buffer.
22352
22353 2003-09-30 Richard M. Stallman <rms@gnu.org>
22354
22355 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22356 Instead, set which-func-functions.
22357
22358 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22359 (which-func-functions): New variable.
22360 (which-function): Use that.
22361
22362 * info.el (Info-mode): Double each `%' in header line.
22363
22364 * emacs-lisp/lisp-mnt.el (lm-with-file):
22365 When FILE is nil, run BODY in current buffer.
22366
22367 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22368
22369 * help.el (describe-mode): Start with a brief list of minor modes.
22370 Find them thru minor-mode-list so as to find them all.
22371 Show them in alphabetical order.
22372
22373 * mail/sendmail.el (mail-aliases): Doc fix.
22374
22375 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22376
22377 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22378
22379 * mail/rmailsum.el (rmail-make-summary-line-1):
22380 Change comma after last label to a space.
22381 (rmail-summary-font-lock-keywords): Adapt to that change.
22382
22383 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22384
22385 * progmodes/scheme.el (scheme-mode-variables): When setting
22386 `font-lock-defaults', also specify that "#" should
22387 be interpreted with `word' syntax.
22388 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22389
22390 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22391
22392 * desktop.el: A lot of comments updated.
22393 (desktop-save-mode): Minor mode introduced.
22394 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22395 (desktop-load-default): Function made obsolete.
22396 (desktop-locals-to-save): Variable made customizable.
22397 (desktop-read): Optional parameter `dirname' added.
22398 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22399 `desktop-read' used.
22400 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22401
22402 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22403
22404 * whitespace.el (whitespace-clean-msg): Add user customizable message
22405 for displaying ``clean'' output.
22406 (whitespace-buffer): Use `whitespace-clean-msg'.
22407 (whitespace-global-mode): Fix typo.
22408
22409 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22410
22411 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22412
22413 2003-09-29 Lute Kamstra <lute@gnu.org>
22414
22415 * bindings.el (mode-line-modes): Remove superfluous :propertize
22416 construct in initialization.
22417 (mode-line-position): Change cons cell into proper list in
22418 initialization.
22419
22420 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22421
22422 * international/mule.el (decode-coding-inserted-region): Use car
22423 of the return value of find-operation-coding-system.
22424
22425 2003-09-29 Kenichi Handa <handa@m17n.org>
22426
22427 * descr-text.el (describe-char): Fix previous change.
22428
22429 2003-09-28 Kenichi Handa <handa@m17n.org>
22430
22431 * descr-text.el (describe-char-display): New function.
22432 (describe-char): Pay attention to display table on describing how
22433 a character is displayed.
22434
22435 * international/mule-cmds.el (encoded-string-description):
22436 Prepend "0x" to each encoded byte.
22437
22438 2003-09-28 Andreas Schwab <schwab@suse.de>
22439
22440 * find-file.el (ff-special-constructs): Add autoload cookie.
22441
22442 2003-09-28 Kevin Ryde <user42@zip.com.au>
22443
22444 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22445 makeinfo appends to duplicate index entries.
22446
22447 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22448
22449 * dired-x.el (dired-clean-tex): Doc fix.
22450
22451 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22452 using a Chinese tutorial.
22453
22454 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22455
22456 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22457 between "MAIL FROM:" and "RCPT TO:" and the following address.
22458
22459 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22460
22461 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22462
22463 2003-09-28 David Ponce <david@dponce.com>
22464
22465 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22466 (recentf-load-list): When `recentf-initialize-file-name-history'
22467 is non-nil, initialize an empty `file-name-history' with the
22468 recent list.
22469
22470 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22471
22472 * man.el (Man-default-man-entry): Remove the leading `*' from the
22473 word at point.
22474
22475 2003-09-26 Lute Kamstra <lute@gnu.org>
22476
22477 * bindings.el (mode-line-position): Mention size indication in
22478 docstring.
22479
22480 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22481
22482 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22483
22484 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22485 because it's autoloaded now.
22486
22487 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22488
22489 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22490 (sh-font-lock-keywords, sh-feature): Fix previous change of
22491 sh-feature to avoid infloop with sh-font-lock-keywords.
22492
22493 2003-09-25 Kim F. Storm <storm@cua.dk>
22494
22495 * frame.el (frame-current-scroll-bars): New defun.
22496
22497 * window.el (window-current-scroll-bars): New defun.
22498
22499 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22500
22501 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22502 cause errors when the state cache contains info on parts that have
22503 been narrowed out.
22504
22505 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22506
22507 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22508 `c-setup-paragraph-variables' has to be used when this variable is
22509 changed; it doesn't work to reinitialize the mode since that
22510 typically clobbers the variable.
22511
22512 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22513 Make it interactive.
22514
22515 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22516
22517 * progmodes/cc-fonts.el (c-font-lock-declarations):
22518 Fix recognition of constructors and destructors for classes whose
22519 names are matched by `*-font-lock-extra-types'.
22520
22521 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22522 followed by an identifier in C++ then it's a type.
22523
22524 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22525
22526 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22527 problem that primarily affected XEmacs. Don't use faces to find
22528 unterminated strings since Emacs and XEmacs fontify strings
22529 differently - this function should now work better in XEmacs.
22530
22531 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22532
22533 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22534 `expand-abbrev' workaround which caused braces to misbehave inside
22535 macros.
22536
22537 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22538 handling. This bug could cause interactive font locking to bail out.
22539
22540 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22541
22542 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22543 Handle paren-style types in Pike. Also fixed some cases of
22544 insufficient handling of unbalanced parens.
22545
22546 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22547
22548 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22549 common shell prompts that are not common filename or URL characters.
22550 (ffap-file-at-point): Use the new regexp to strip the prompts from
22551 the file names. This is an issue mostly for user prompts that
22552 don't have a trailing space and find-file-at-point is invoked from
22553 within a shell inside Emacs.
22554
22555 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22556
22557 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22558 stamps numerically, rather than textually.
22559
22560 2003-09-24 Kenichi Handa <handa@m17n.org>
22561
22562 * language/devan-util.el (devanagari-post-read-conversion):
22563 * language/mlm-util.el (malayalam-post-read-conversion):
22564 * language/tml-util.el (tamil-post-read-conversion):
22565 Add autoload cookie.
22566
22567 * international/utf-8.el (utf-8-post-read-conversion):
22568 Call post-read-conversion functions for Devanagari, Malayalam,
22569 and Tamil.
22570
22571 2003-09-23 Dave Love <fx@gnu.org>
22572
22573 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22574
22575 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22576
22577 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22578 Update gud-remove.
22579
22580 2003-09-22 Richard M. Stallman <rms@gnu.org>
22581
22582 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22583 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22584 (sh-mode-syntax-table-input): New variable.
22585 (sh-require-final-newline): Don't use eval.
22586 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22587 (sh-variables, sh-font-lock-keywords): Don't use eval.
22588 (sh-set-shell): When setting require-final-newline,
22589 treat value = `require-final-newline' as don't change it.
22590 Set sh-mode-syntax-table locally based on
22591 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22592
22593 * progmodes/compile.el (compile-internal):
22594 Call compilation-set-window-height before setting window start.
22595
22596 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22597
22598 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22599 Clear out byte-compile-last-warned-form.
22600
22601 2003-09-22 Richard M. Stallman <rms@gnu.org>
22602
22603 * woman.el (woman-file-name, woman-follow-word):
22604 If current-word returns nil, use "".
22605
22606 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22607
22608 2003-09-22 Richard M. Stallman <rms@gnu.org>
22609
22610 * emacs-lisp/lisp-mnt.el (lm-with-file):
22611 Don't visit the file, just use insert-file-contents in temp buffer.
22612
22613 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22614
22615 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22616 Add surrounding \\( and \\) around the header, as in
22617 for lm-history-header 'Change Log\\|History'.
22618
22619 2003-09-22 John Paul Wallington <jpw@gnu.org>
22620
22621 * progmodes/ld-script.el: Add Commentary section,
22622 minor cleanup of file header.
22623 (ld-script-font-lock-keywords): Doc fix.
22624 (toplevel): Provide `ld-script' feature.
22625
22626 2003-09-21 Kim F. Storm <storm@cua.dk>
22627
22628 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22629 new built-in variable default-frame-scroll-bars.
22630 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22631 scroll-bar-mode; notably, use it instead of t when we toggle
22632 scroll-bars on.
22633 (toggle-scroll-bar): Use default-frame-scroll-bars.
22634
22635 2003-09-19 Masatake YAMATO <jet@gyve.org>
22636
22637 * pcvs.el (cvs-do-removal): Change the prompt depending on
22638 `filter' value.
22639
22640 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22641
22642 * startup.el (command-line-1): Stop startup-echo-area-message
22643 being hidden by "Loading image..." message.
22644 (use-fancy-splash-screens-p, display-splash-screen):
22645 Move display-graphic-p test from latter to former.
22646
22647 * progmodes/sh-script.el (sh-font-lock-keywords):
22648 Highlight escaped EOLs differently from other backslash constructs.
22649
22650 2003-09-19 Richard M. Stallman <rms@gnu.org>
22651
22652 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22653 New functions.
22654 (edebug-enter, edebug-outside-excursion): Use them.
22655
22656 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22657 Fix the condition for whether to print "In WHERE".
22658
22659 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22660
22661 * finder.el (finder-mode-hook): New variable.
22662 (finder-mode): Run hook finder-mode-hook
22663
22664 2003-09-18 Masatake YAMATO <jet@gyve.org>
22665
22666 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22667
22668 2003-09-17 Mario Lang <mlang@delysid.org>
22669
22670 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22671 "p %e" to actually print the value in the GUD buffer.
22672
22673 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22674
22675 From David Ponce <david.ponce@wanadoo.fr>:
22676 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22677 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22678 from loaddefs-boot.el if necessary.
22679
22680 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22681
22682 * progmodes/gud.el (gud-find-class): Make jdb work again since
22683 cc-mode changed the syntactic information.
22684
22685 2003-09-15 David Ponce <david@dponce.com>
22686
22687 * recentf.el: (recentf-exclude): Accept predicates too.
22688 (recentf-file-readable-p): New function.
22689 (recentf-include-p): Handle predicates in recentf-exclude.
22690 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22691 (recentf-cleanup): Likewise.
22692 (recentf-save-list): Use write-file to handle backup of
22693 recentf-save-file.
22694
22695 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22696
22697 * loaddefs-boot.el: Renamed from `loaddefs.el'
22698 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22699 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22700 necessary.
22701
22702 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22703
22704 * electric.el (Electric-pop-up-window): For the `one-window' case,
22705 no longer disconcertingly move point in the original buffer.
22706
22707 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22708
22709 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22710
22711 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22712
22713 * dired.el (dired-mode-map): Fix typo.
22714
22715 2003-09-11 Richard M. Stallman <rms@gnu.org>
22716
22717 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22718
22719 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22720
22721 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22722 the function is less noisy. Now only `kill-buffer' can ask questions.
22723
22724 2003-09-10 Mario Lang <mlang@delysid.org>
22725
22726 * battery.el: Update Commentary and Copyright.
22727 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22728 appear due to wrong ordering of the expressions in `or'.
22729
22730 2003-09-09 Lute Kamstra <lute@gnu.org>
22731
22732 * misc.el (upcase-char): Fix docstring.
22733 (zap-up-to-char): New command.
22734
22735 2003-09-08 David Ponce <david@dponce.com>
22736
22737 Ensure that recentf correctly updates the menu bar.
22738 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22739 (recentf-menu-bar): New function.
22740 (recentf-clear-data): Use it
22741 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22742 of easy-menu-change.
22743
22744 2003-09-08 Lute Kamstra <lute@gnu.org>
22745
22746 * simple.el (size-indication-mode): New.
22747 * bindings.el (mode-line-position): Add buffer size indicator.
22748
22749 2003-09-04 Mario Lang <mlang@delysid.org>
22750
22751 * battery.el (battery-linux-proc-acpi): New function.
22752 (battery-status-function): Modify default value calculation to also
22753 check for availability of ACPI.
22754 (battery-echo-area-format): Ditto.
22755 (battery-mode-line-format): Ditto.
22756
22757 2003-09-06 Dave Love <fx@gnu.org>
22758
22759 * ielm.el (ielm-mode-hook): Add :options.
22760
22761 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22762 (eldoc-print-current-symbol-info): Use it.
22763
22764 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22765
22766 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22767 being displayed in GUD buffer.
22768 (gdb-idle-input-queue): Remove var. Use just one queue.
22769 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22770 Remove functions. Use just one queue.
22771 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22772 (gdb-invalidate-assembler, gdb-get-current-frame):
22773 Modify functions. Use just one queue.
22774
22775 2003-09-04 Dave Love <fx@gnu.org>
22776
22777 * cus-start.el: Add blink-cursor-alist.
22778
22779 * ruler-mode.el (ruler-mode-fill-column-char)
22780 (ruler-mode-current-column-char): Use char-displayable-p,
22781 not window-system.
22782
22783 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22784
22785 * language/european.el (windows-1252): Move from code-pages.
22786
22787 * language/cyrillic.el ("Windows-1251"): Delete.
22788 ("Bulgarian", "Belarusian"): Remove `features'.
22789 (windows-1251): Move from code-pages.
22790
22791 * international/mule-diag.el (non-iso-charset-alist):
22792 Remove `codepage' stuff.
22793 (print-designation, list-coding-systems-1): Output fixes.
22794
22795 * international/code-pages.el (cp-make-translation-table)
22796 (cp-valid-codes): Made defsubsts.
22797 (cp-fix-safe-chars): Delete.
22798 (mule-diag): Don't require.
22799 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22800 (top-level): Check for defined coding system when defining
22801 cp... aliases. Change w32-add-charset-info test to avoid warning.
22802 (non-iso-charset-alist): Defvar when compiling.
22803 (cp-make-coding-system): Doc fix.
22804
22805 2003-09-02 Jason Rumney <jasonr@gnu.org>
22806
22807 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22808 line-ends from CVS before doing conversion.
22809
22810 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22811
22812 * calendar/diary-lib.el (diary-header-line-flag)
22813 (diary-header-line-format): New variables.
22814 (list-diary-entries): Use them to set header line in simple diary.
22815
22816 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22817 other than font-lock-string-face to highlight backslashes.
22818
22819 2003-09-01 Jason Rumney <jasonr@gnu.org>
22820
22821 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22822 regexp.
22823
22824 2003-09-01 Dave Love <fx@gnu.org>
22825
22826 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22827
22828 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22829 and :help; also line and column numbers labels.
22830
22831 * international/mule-util.el (char-displayable-p): Move from
22832 latin1-disp, rename and autoload.
22833
22834 * international/latin1-disp.el (latin1-char-displayable-p):
22835 Now obsolete alias. Replace uses with char-displayable-p.
22836 (latin1-display-ucs-per-lynx): Fix last change.
22837
22838 * international/mule-cmds.el (standard-display-european-internal):
22839 Don't use char code for Latin-1 NBSP.
22840 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22841 U+2018, U+2019 for `'.
22842 (select-safe-coding-system): Message fix.
22843
22844 2003-09-01 Kenichi Handa <handa@m17n.org>
22845
22846 * international/fontset.el (setup-default-fontset): For Thai
22847 font, specify "*" family.
22848
22849 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22850
22851 * progmodes/compile.el (previous-error): Accept a prefix
22852 argument, similarly to next-error.
22853
22854 2003-08-31 Masatake YAMATO <jet@gyve.org>
22855
22856 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22857 the number of files. Bind the number of files to a local
22858 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22859
22860 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22861
22862 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22863 2003-07-26: msdos-long-file-names is a function, not a variable.
22864
22865 2003-08-29 Richard M. Stallman <rms@gnu.org>
22866
22867 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22868 Do nothing with mail-personal-alias-file if it is nil.
22869
22870 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22871 Do nothing if mail-personal-alias-file is nil.
22872
22873 * term.el (term-exec-1): Bind coding-system-for-read.
22874
22875 * dired.el (dired-mouse-find-file-other-window):
22876 Use dired-view-command-alist here, as in dired-view-file.
22877 (dired-view-command-alist): Use %s to substitute file name.
22878 Handle .ps_pages, .eps, .jpg, .gif, .png.
22879
22880 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22881
22882 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22883 `Info-prev-reference', instead of M-tab.
22884
22885 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22886
22887 * simple.el (blink-matching-open): Work correctly on chars that
22888 are designated as parens through the syntax-table text property.
22889
22890 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22891
22892 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22893 line break position in the middle of a non-kinsoku (e.g. latin)
22894 word, making it skip until either a space or a character with
22895 category "|".
22896 (kinsoku-longer): Test for end of buffer.
22897
22898 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22899
22900 * mail/rmail.el (rmail-convert-to-babyl-format):
22901 Detect quoted-printable- and base64-encoded messages and decode them
22902 automatically. Set the message's encoding from the charset=
22903 header, if any. Decode base64-encoded messages in Mail format as well.
22904
22905 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22906
22907 * mail/smtpmail.el: Fix previous change.
22908 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22909 calling smtpmail-via-smtp.
22910 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22911
22912 2003-08-26 John Paul Wallington <jpw@gnu.org>
22913
22914 * image.el (image-jpeg-p): Don't search beyond length of data.
22915
22916 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22917
22918 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22919 misfeature in `expand-abbrev' which caused electric keywords like
22920 "else" to disappear if an open brace was typed directly afterwards.
22921
22922 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22923
22924 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22925 mandatory in `define-widget'.
22926
22927 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22928 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22929
22930 (c-assignment-operators): New language constant that only contains
22931 the assignment operators.
22932
22933 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22934
22935 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22936
22937 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22938 Safeguard against unbalanced sexps.
22939
22940 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22941
22942 * version.el (emacs-version): Check for gtk. Include gtk version info.
22943
22944 2003-08-25 John Paul Wallington <jpw@gnu.org>
22945
22946 * man.el (Man-default-man-entry): Don't whizz past the section
22947 number before looking for it.
22948
22949 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22950
22951 * progmodes/gud.el (gud-display-line): Don't set window-point if
22952 source buffer is not visible. (Only happens with M-x gdba.)
22953
22954 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22955 documentation.
22956 (gdb-source, gdb-source-info): Update to assembler unnecessary
22957 as its done after each GDB command anyway.
22958 (gdb-pre-prompt): Use with-current-buffer.
22959 (gdb-insert-field): Add help-echo text.
22960 (gdb-invalidate-assembler): Re-display of assembler now done in
22961 gdb-info-breakpoints-custom.
22962 (gdb-info-breakpoints-custom): Force re-display of assembler to
22963 happen *after* update of breakpoints buffer.
22964 (gdb-display-source-buffer): Don't choke if gdb-source-window
22965 isn't visible.
22966 (gdb-put-string, gdb-put-arrow): Remove free variables.
22967
22968 2003-08-24 John Paul Wallington <jpw@gnu.org>
22969
22970 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22971
22972 * man.el (Man-default-man-entry): Strip text properties when
22973 snarfing parts of entry because `format' preserves properties.
22974
22975 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22976
22977 * files.el (file-newest-backup): Use `expand-file-name'.
22978
22979 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22980 Allow the diary to pop up a new frame, if needed.
22981
22982 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22983 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22984 (smtpmail-send-it): Make treatment of envelope-from consistent with
22985 sendmail.el.
22986
22987 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22988 (sh-leading-keywords): Add the bash `time' reserved word.
22989 (sh-variables): Add some bash variables.
22990 (sh-add-completer): Fix nil branch of case statement.
22991
22992 2003-08-24 Masatake YAMATO <jet@gyve.org>
22993
22994 * progmodes/ld-script.el: New file.
22995
22996 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22997
22998 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22999
23000 2003-08-23 Andre Spiegel <spiegel@gnu.org>
23001
23002 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23003 Better explain obsolescence, and what to use instead.
23004
23005 2003-08-23 Masatake YAMATO <jet@gyve.org>
23006
23007 * pcvs.el (cvs-do-removal): Show the deleted file name
23008 on the prompt.
23009
23010 2003-08-20 Dave Love <fx@gnu.org>
23011
23012 * international/mule.el (make-coding-system)
23013 (set-buffer-file-coding-system): Doc fix.
23014
23015 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23016
23017 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23018
23019 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23020
23021 * international/utf-16.el: Add mime-text-unsuitable coding system
23022 properties.
23023
23024 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23025
23026 * cus-edit.el: Add some :links.
23027 (bib): Remove.
23028
23029 * textmodes/bib-mode.el (bib): Add :group external.
23030
23031 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23032
23033 * wid-edit.el (widget-echo-help): Make it handle expressions that
23034 evaluate to strings.
23035
23036 2003-08-18 Michael Mauger <mmaug@yahoo.com>
23037
23038 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23039
23040 Simplify selection of SQL products to define highlighting and
23041 interactive mode. Includes detailed instructions on adding
23042 support for new products.
23043
23044 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23045 product for use in highlighting and interactive mode.
23046 (sql-interactive-product): New variable. SQL product for
23047 sql-interactive-mode.
23048 (sql-product-support): New variable. Specifies product-specific
23049 parameters to drive highlighting and interactive mode.
23050 (sql-imenu-generic-expression): Add more object types.
23051 (sql-sqlite-options): Correct comment.
23052 (sql-ms-program): Use "osql" rather than "isql".
23053 (sql-prompt-regexp, sql-prompt-length): Update comment.
23054 (sql-mode-menu): Add "Start SQLi session" entry.
23055 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23056 (sql-mode-abbrev-table): Add abbreviations. Support of
23057 SYSTEM-FLAG on define-abbrev. Support was removed with last
23058 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23059 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23060 names.
23061 (sql-mode-ansi-font-lock-keywords): Set as default value.
23062 (sql-mode-oracle-font-lock-keywords): Set as default value.
23063 Support Oracle 9i keywords.
23064 (sql-mode-postgres-font-lock-keywords): Set as default value.
23065 (sql-mode-linter-font-lock-keywords): Set as default value.
23066 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23067 SQLServer 2000.
23068 (sql-mode-sybase-font-lock-keywords)
23069 (sql-mode-interbase-font-lock-keywords)
23070 (sql-mode-sqlite-font-lock-keywords)
23071 (sql-mode-strong-font-lock-keywords)
23072 (sql-mode-mysql-font-lock-keywords)
23073 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23074 keywords.
23075 (sql-mode-font-lock-defaults): Update comment.
23076 (sql-product-feature): New function. Returns feature associated
23077 with a product from `sql-product-support' alist.
23078 (sql-product-font-lock): New function. Set font-lock support
23079 based on `sql-product'.
23080 (sql-add-product-keywords): New function. Add font-lock rules to
23081 product-specific keyword variables.
23082 (sql-set-product): New function. Set `sql-product' and apply
23083 appropriate font-lock highlighting.
23084 (sql-highlight-product): New function. Set font-lock support
23085 based on a product. Also set mode name to include product name.
23086 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23087 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23088 Use `sql-set-product'.
23089 (sql-highlight-ms-keywords)
23090 (sql-highlight-sybase-keywords)
23091 (sql-highlight-interbase-keywords)
23092 (sql-highlight-strong-keywords)
23093 (sql-highlight-mysql-keywords)
23094 (sql-highlight-sqlite-keywords)
23095 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23096 (sql-get-login): Prompt in the same order as the tokens.
23097 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23098 (sql-product-interactive): New function. Common portions of
23099 product-specific interactive mode wrappers.
23100 (sql-interactive-mode): Rewritten to use product features.
23101 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23102 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23103 (sql-db2, sql-linter): Use `sql-product-interactive'.
23104 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23105 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23106 (sql-connect-ingres, sql-connect-postgres)
23107 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23108 New functions. Format command line parameters and invoke comint on
23109 the appropriate interpreter. Code was in the corresponding
23110 `sql-xyz' function before.
23111 (sql-connect-ms): New function. Support -E argument to use
23112 operating system credentials for authentication.
23113
23114 2003-08-18 Kenichi Handa <handa@m17n.org>
23115
23116 * international/mule.el (encode-char): Fix for the ASCII case.
23117
23118 2003-08-15 Kenichi Handa <handa@m17n.org>
23119
23120 * international/fontset.el (setup-default-fontset): Change "*" to
23121 nil in the specifications of font family.
23122
23123 2003-08-18 Kim F. Storm <storm@cua.dk>
23124
23125 * kmacro.el (kmacro-keymap): Group related bindings in
23126 initialization for clarity. Bind C-s to start macro.
23127 Remove C-r binding.
23128 (kmacro-initial-counter-value): New defvar to hold initial counter
23129 value in case we set the value before defining a macro.
23130 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23131 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23132 not defining or executing macro. Doc fix.
23133 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23134 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23135 temporarily view older elements on the macro ring without cycling
23136 the ring.
23137 (kmacro-display): Doc fix.
23138 (kmacro-exec-ring-item): New helper function.
23139 (kmacro-call-ring-2nd): Use it.
23140 (kmacro-call-ring-2nd-repeat): Doc fix.
23141 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23142 (kmacro-end-or-call-macro): Execute last viewed macro (using
23143 kmacro-exec-ring-item) from ring if this follows
23144 kmacro-view-macro. This allows us to find a macro on the ring
23145 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23146 the ring to bring it to the head of the ring.
23147 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23148 Allow binding to reserved keys without specifying C-x C-k prefix.
23149 Ask for confirmation if entered key sequence is already bound to
23150 a non-macro command.
23151 (kmacro-view-macro): Repeating command will show older elements
23152 on the macro ring; C-k will execute the last viewed macro.
23153 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23154 property from 'ring to 'head.
23155
23156 2003-08-17 Alan Shutko <ats@acm.org>
23157
23158 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23159 keeping December out of the alist.
23160
23161 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23162
23163 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23164 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23165 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23166 (calendar-flatten): New function.
23167 (calendar-mouse-view-other-diary-entries)
23168 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23169 in the menu title and to show multi-line diary entries correctly
23170 in the menu.
23171
23172 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23173
23174 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23175 defcustom, because the default was recently changed.
23176
23177 2003-08-16 Richard M. Stallman <rms@gnu.org>
23178
23179 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23180
23181 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23182 New subroutine, broken out of eval-last-sexp-1.
23183 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23184
23185 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23186
23187 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23188
23189 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23190
23191 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23192
23193 * progmodes/compile.el (compilation-error-regexp-alist):
23194 Add Java ANt error detection as described in document
23195 http://ant.apache.org/faq.html
23196
23197 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23198
23199 * simple.el (backward-word, forward-to-indentation)
23200 (backward-to-indentation): Argument changed to optional.
23201 (next-line, previous-line): Use `or' instead of `unless'.
23202
23203 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23204
23205 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23206 instead of a constant.
23207
23208 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23209
23210 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23211
23212 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23213
23214 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23215 (vc-sccs-workfile-version): Search the entire delta table, rather
23216 than just the first entry, because that might be a deleted version.
23217
23218 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23219
23220 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23221 [save-place] binding in the Options menu. Have it require
23222 'saveplace' and then toggle the variable manually, to avoid an
23223 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23224 for the bug report.
23225
23226 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23227
23228 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23229 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23230 (gdb-info-threads-custom): Add help-echo text.
23231 (gdb-display-back): Don't use purecopy.
23232 (gdb-info-breakpoints-custom, gdb-reset)
23233 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23234 icons can be displayed.
23235
23236 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23237
23238 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23239
23240 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23241
23242 * bookmark.el (bookmark-completing-read):
23243 Return a string, instead of a list of one string.
23244 Use a popup menu if activated from the mouse.
23245 (bookmark-edit-annotation): Remove unused vars.
23246 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23247 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23248 to bookmark-completing-read.
23249 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23250 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23251 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23252 and erase-buffer.
23253 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23254 (bookmark-menu-jump, bookmark-menu-insert)
23255 (bookmark-popup-menu-and-apply-function)
23256 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23257 (bookmark-menu-build-paned-menu): Remove by folding it into
23258 bookmark-menu-popup-paned-menu.
23259 (menu-bar-bookmark-map): Move the define-key statements here.
23260 Use the "non-menu" commands since they now pop up a menu if needed.
23261 (bookmark-exit-hook-internal): Simplify.
23262
23263 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23264
23265 * reftex-toc.el (reftex-toc-rename-label): New function.
23266 (reftex-toc-check-docstruct): New function.
23267
23268 * reftex.el (reftex-region-active-p): New function.
23269
23270 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23271 regexp to find the \bibliography macro.
23272
23273 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23274 which does not exist in LaTeX.
23275 (reftex-cite-format-builtin): Added amsrefs support.
23276 (reftex-toc-confirm-promotion): New option
23277
23278 * reftex-toc.el
23279 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23280 (reftex-toc-demote, reftex-toc-promote)
23281 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23282 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23283 (reftex-toc-newhead-from-alist)
23284 (reftex-toc-load-all-files-for-promotion): New functions.
23285 (reftex-toc-help): Added description of new keys.
23286 (reftex-toc-split-windows-fraction): New option.
23287 (reftex-recenter-toc-when-idle): Search *toc* window on all
23288 visible frames.
23289 (reftex-toc): Additional parameter REUSE
23290 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23291 with REUSE argument.
23292 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23293 the call of `reftex-toc'.
23294 (reftex-make-separate-toc-frame): New function .
23295 (reftex-toc-recenter): When called with triple prefix arg, call
23296 `reftex-make-separate-toc-frame' first.
23297 (reftex-toc-toggle-dedicated-frame): New command.
23298 (reftex-toc-quit): Adapted to delete frame when called in
23299 dedicated frame.
23300
23301 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23302 all enclosing macros.
23303
23304
23305 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23306
23307 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23308 first use.
23309
23310 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23311
23312 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23313
23314 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23315
23316 * calendar/calendar.el (list-diary-entries-hook)
23317 (diary-display-hook, nongregorian-diary-listing-hook)
23318 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23319 Add some customize options for these hooks.
23320 (calendar-abbrev-construct): Don't try to take a substring longer
23321 than the original string.
23322
23323 2003-08-05 Richard M. Stallman <rms@gnu.org>
23324
23325 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23326 (testcover-reinstrument-clauses): Doc fix.
23327
23328 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23329 (warning-type-format): Rename from warning-group-format.
23330
23331 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23332 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23333 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23334 to prevent warnings about defvar for an obsolete variable.
23335
23336 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23337 warning-group-format renamed to warning-type-format.
23338
23339 * subr.el (read-passwd): Use clear-string instead of fillarray.
23340
23341 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23342 Use vconcat instead of concat.
23343 (edmacro-sanitize-for-string): New function.
23344
23345 2003-08-05 Dave Love <fx@gnu.org>
23346
23347 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23348 line-number-display-limit-width.
23349
23350 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23351
23352 2003-08-05 Kenichi Handa <handa@m17n.org>
23353
23354 * international/code-pages.el: Don't require mule-diag.
23355
23356 * international/mule-diag.el (non-iso-charset-alist):
23357 Add autoload cookie.
23358
23359 * language/devan-util.el (dev-glyph-order): Add an entry for the
23360 glyph code #xC4.
23361
23362 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23363
23364 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23365 (european-calendar-style, diary-date-forms)
23366 (calendar-day-name-array, calendar-month-name-array): Doc change.
23367 (generate-calendar-month): Adapt for new behavior of
23368 `calendar-day-name' function.
23369 (calendar-abbrev-length, calendar-day-abbrev-array)
23370 (calendar-month-abbrev-array): New variables.
23371 (calendar-abbrev-construct): New function.
23372 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23373 rather than fixing abbrevs at some width. Calling syntax change.
23374 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23375 (calendar-date-string): Adapt for new behaviors of
23376 `calendar-day-name' and `calendar-month-name' functions.
23377
23378 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23379 behavior of `calendar-day-name' and `calendar-month-name' functions.
23380 (diary-name-pattern): Use abbrev arrays, rather than fixing
23381 abbrevs at three chars. Calling syntax change.
23382 (mark-diary-entries): Adapt for new behaviors of
23383 `diary-name-pattern' and `calendar-make-alist' functions.
23384 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23385 `diary-name-pattern' function.
23386 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23387 fixing abbrevs at three chars. Calling syntax change.
23388 (cal-hebrew, cal-islam): Require when compiling.
23389 (diary-font-lock-keywords): Adapt for new behavior of
23390 `font-lock-diary-date-forms' function.
23391
23392 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23393 (calendar-hebrew-month-name-array-common-year)
23394 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23395 (list-hebrew-diary-entries): Adapt for new behaviors of
23396 `calendar-day-name' and `add-to-diary-list' functions.
23397 (mark-hebrew-diary-entries): Adapt for new behaviors of
23398 `diary-name-pattern' and `calendar-make-alist' functions.
23399
23400 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23401 Add doc string.
23402 (list-islamic-diary-entries): Adapt for new behaviors of
23403 `calendar-day-name' and `add-to-diary-list' functions.
23404 (mark-islamic-diary-entries): Adapt for new behaviors of
23405 `diary-name-pattern' and `calendar-make-alist' functions.
23406
23407 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23408 `calendar-month-name' function.
23409
23410 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23411
23412 * calendar/solar.el (solar-seasons-data): Move definition before use.
23413
23414 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23415 (cal-tex-LaTeX-hourbox): Move definition before use.
23416
23417 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23418 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23419 * lunar.el, solar.el (displayed-month, displayed-year):
23420 Define for compiler.
23421
23422 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23423
23424 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23425 MODE. Renamed from c-init-c-language-vars'.
23426 (c-initialize-cc-mode): Change accordingly.
23427 (c-common-init): Ditto.
23428 (c-mode): Ditto.
23429 (c++-mode): Use `c-init-language-vars-for'.
23430 (objc-mode): Ditto.
23431 (java-mode): Ditto.
23432 (idl-mode): Ditto.
23433 (pike-mode): Ditto.
23434 (awk-mode): Ditto.
23435
23436 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23437
23438 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23439 or not the point moved.
23440
23441 (c-search-decl-header-end): Don't trip up on operator identifiers
23442 in C++ and operators like == in all languages.
23443
23444 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23445 Detect leading labels correctly.
23446
23447 2003-08-02 Andreas Schwab <schwab@suse.de>
23448
23449 * textmodes/ispell.el: Don't redo key bindings on loading, put
23450 them only in loaddefs.el.
23451 * bookmark.el: Likewise.
23452 * dabbrev.el: Likewise.
23453 * emerge.el: Likewise.
23454
23455 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23456 has more than one member.
23457
23458 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23459
23460 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23461
23462 * lpr.el (printify-region): It was ending conversion before the
23463 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23464
23465 2003-07-31 John Paul Wallington <jpw@gnu.org>
23466
23467 * net/browse-url.el (browse-url-epiphany): Doc fix.
23468
23469 2003-07-30 Kenichi Handa <handa@m17n.org>
23470
23471 * international/fontset.el (setup-default-fontset):
23472 Change registry names of Akurti fonts.
23473
23474 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23475
23476 * comint.el (comint-read-noecho): Use `clear-string' instead of
23477 `fillarray'.
23478
23479 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23480
23481 * outline.el (outline-mode-hook): Add defvar.
23482
23483 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23484
23485 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23486 Restore assembler in source window if that is what has been selected.
23487 (menu): Add gdb-restore-windows to menu. Make gdba
23488 specific menus only visible from gdba.
23489
23490 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23491
23492 * progmodes/compile.el (compilation-environment): New user variable.
23493 (compile-internal): Respect it.
23494
23495 2003-07-23 Masatake YAMATO <jet@gyve.org>
23496
23497 * progmodes/gud.el (gdb-script-font-lock-keywords):
23498 Put `font-lock-function-name-face' on a symbol which includes
23499 `-' like `hook-run'. Put font-lock-variable-name-face
23500 on a symbol starting with $.
23501
23502 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23503
23504 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23505
23506 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23507
23508 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23509
23510 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23511
23512 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23513 Use with-no-warnings.
23514 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23515 rather than to find-file-not-found-hook, which doesn't exist.
23516
23517 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23518
23519 * international/quail.el (quail-translate-key): Fix previous change.
23520
23521 2003-07-25 John Paul Wallington <jpw@gnu.org>
23522
23523 * server.el (server-start): Check `server-process' is non-nil
23524 before killing it to avoid killing current buffer's process.
23525
23526 * simple.el (choose-completion-string): Use `minibufferp';
23527 test `completion-reference-buffer' if `buffer' arg is nil.
23528 (push-mark): Use `when' and `unless'.
23529 (pop-mark): Use `when'.
23530
23531 * mouse-sel.el (mouse-sel-get-selection-function):
23532 Check `x-last-selected-text-primary'. Don't barf if it or
23533 `x-last-selected-text' aren't bound.
23534
23535 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23536
23537 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23538
23539 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23540
23541 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23542
23543 2003-07-23 John Paul Wallington <jpw@gnu.org>
23544
23545 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23546
23547 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23548
23549 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23550 string. Defvar the derived hook.
23551
23552 * macros.el (insert-kbd-macro): Escape double quote character.
23553 From Thomas W Murphy <twm@andrew.cmu.edu>.
23554
23555 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23556
23557 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23558 to match the specific mark rather than reusing comment-start-skip.
23559
23560 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23561
23562 * progmodes/hideshow.el (hs-special-modes-alist):
23563 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23564
23565 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23566
23567 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23568 value using ?\s.
23569
23570 2003-07-21 John Paul Wallington <jpw@gnu.org>
23571
23572 * subr.el (with-selected-window): Add closing paren.
23573
23574 2003-07-21 Richard M. Stallman <rms@gnu.org>
23575
23576 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23577 (lisp-mode): Likewise.
23578
23579 * subr.el (with-selected-window): Copy code form save-selected-window
23580 so as to call select-window with norecord arg.
23581 (dynamic-completion-table): Doc fix.
23582 (lazy-completion-table): Doc fix.
23583
23584 * international/mule-cmds.el (set-locale-environment):
23585 langinfo renamed to locale-info.
23586
23587 * international/mule.el (auto-coding-functions): Doc fix.
23588
23589 2003-07-21 Kenichi Handa <handa@m17n.org>
23590
23591 * international/quail.el (quail-translate-key):
23592 Update quail-current-str correctly.
23593
23594 2003-07-21 Andreas Schwab <schwab@suse.de>
23595
23596 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23597 ?, to "_".
23598
23599 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23600 Version 2.0.36 of Tramp released.
23601
23602 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23603 tramp-password-end-of-line.
23604 (tramp-password-end-of-line): New method parameter.
23605 (tramp-get-password-end-of-line): Function to access method
23606 parameter `tramp-password-end-of-line', or variable
23607 `tramp-default-password-end-of-line' (default value).
23608 (tramp-methods): Add entries for new parameter
23609 tramp-password-end-of-line.
23610 (tramp-enter-password): Use new function
23611 `tramp-get-password-end-of-line'.
23612 (tramp-handle-insert-file-contents): Do not
23613 unconditionally inhibit the file operation file-local-copy, only
23614 do that when the inhibit-file-name-operation is currently
23615 insert-file-contents. This fixes finding remote CVS-controlled
23616 files. (It would barf on inserting the CVS/Entries file
23617 literally, because the file-local-copy handler wasn't called.)
23618 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23619 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23620 (tramp-initial-commands): New variable.
23621 (tramp-process-initial-commands): New function, using the variable.
23622 (tramp-open-connection-setup-interactive-shell): Call the new function.
23623 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23624 method into the buffer name, never use nil. Reported by Hanak
23625 David <dhanak@inf.bme.hu>.
23626 (tramp-open-connection-setup-interactive-shell): Erase buffer
23627 before sending "stty -onlcr".
23628
23629 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23630
23631 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23632
23633 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23634
23635 2003-07-19 John Paul Wallington <jpw@gnu.org>
23636
23637 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23638 (artist-draw-rect, artist-draw-square): Doc fixes.
23639
23640 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23641
23642 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23643
23644 2003-07-19 Kenichi Handa <handa@m17n.org>
23645
23646 * international/kkc.el (kkc-show-conversion-list-update):
23647 Highlight the correct candidate in the message.
23648
23649 2003-07-18 John Paul Wallington <jpw@gnu.org>
23650
23651 * simple.el (current-word): Don't include punctuation char when
23652 `really-word' arg is non-nil.
23653
23654 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23655
23656 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23657 moved to the directory obsolete.
23658
23659 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23660
23661 * info.el (Info-menu-entry-name-re): Allow newlines in
23662 menu entry names.
23663
23664 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23665 syntax-ppss-after-change-function.
23666 (syntax-ppss-after-change-function): New alias. Update uses.
23667 (syntax-ppss): Catch the case where the buffer is narrowed.
23668
23669 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23670
23671 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23672 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23673
23674 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23675
23676 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23677 since it might be modified.
23678
23679 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23680 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23681 names to these language constants.
23682
23683 2003-07-15 Kim F. Storm <storm@cua.dk>
23684
23685 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23686 All uses changed.
23687
23688 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23689
23690 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23691 Namespace support.
23692
23693 2003-07-13 Juanma Barranquero <lektu@terra.es>
23694
23695 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23696 papers received).
23697
23698 2003-07-13 Karl Eichwalder <ke@suse.de>
23699
23700 * textmodes/po.el (po-find-charset): White space at the start of the
23701 Content-Type field body is non-mandatory.
23702
23703 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23704
23705 * textmodes/texinfo.el (texinfo-section-list):
23706 Append appendixsection; a synonym for appendixsec.
23707
23708 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23709
23710 * man.el (Man-translate-cleanup): New.
23711 (Man-translate-references): Call `Man-translate-cleanup' to clean
23712 leading, trailing and middle spaces.
23713
23714 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23715
23716 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23717 Handle `dired-directory' being a list.
23718
23719 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23720
23721 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23722 it doesn't exist.
23723
23724 2003-07-12 Richard M. Stallman <rms@gnu.org>
23725
23726 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23727
23728 * progmodes/cc-defs.el (c-make-keywords-re):
23729 Don't use delete-duplicates.
23730 (c-lang-const): Don't use mapcan.
23731
23732 * apropos.el (apropos-show-scores): Make it customizable.
23733 Document new meaning.
23734 (apropos): Compute scores from symbols.
23735 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23736
23737 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23738
23739 * ps-bdf.el: Fix copyright line.
23740 (bdf-directory-list): Fix initialization code.
23741
23742 2003-07-11 John Paul Wallington <jpw@gnu.org>
23743
23744 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23745 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23746 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23747
23748 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23749
23750 * emacs-lisp/ring.el (ring-elements): Doc fix.
23751
23752 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23753
23754 * calendar/timeclock.el (timeclock-relative)
23755 (timeclock-ask-before-exiting, timeclock-use-display-time):
23756 Doc changes.
23757 (timeclock-modeline-display): Give a message if
23758 `timeclock-use-display-time' is non-nil but `display-time-mode'
23759 is not active.
23760
23761 2003-07-11 Kenichi Handa <handa@m17n.org>
23762
23763 * international/mule-cmds.el (set-language-environment):
23764 Set current-language-environment to the correct string.
23765
23766 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23767
23768 * ps-print.el: Print line number correctly in a region. Reported by
23769 Tim Allen <timallen@ls83.fsnet.co.uk>.
23770 (ps-print-version): New version number (6.6.2).
23771 (ps-printing-region): Code fix.
23772
23773 2003-07-10 John Paul Wallington <jpw@gnu.org>
23774
23775 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23776 this function can be called from `add-completions-from-tags-table'.
23777
23778 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23779
23780 * calendar/timeclock.el (timeclock-use-display-time)
23781 (timeclock-day-over-hook, timeclock-workday-remaining)
23782 (timeclock-status-string, timeclock-when-to-leave)
23783 (timeclock-when-to-leave-string, timeclock-log-data)
23784 (timeclock-find-discrep, timeclock-day-base)
23785 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23786 (timeclock-modeline-display): Set the variable
23787 `timeclock-modeline-display'.
23788 (timeclock-update-modeline): Doc fix. Respect value of
23789 `timeclock-relative'.
23790
23791 2003-07-09 Richard M. Stallman <rms@gnu.org>
23792
23793 * textmodes/reftex-parse.el (reftex-all-document-files):
23794 Add autoload cookie.
23795
23796 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23797 (reftex-scanning-info-available-p): Add autoload cookie.
23798
23799 * international/mule-cmds.el
23800 (set-display-table-and-terminal-coding-system): Delete duplicate
23801 aset on standard-display-table.
23802
23803 * view.el (view-file): If existing buffer's major mode is special,
23804 don't go into view mode.
23805
23806 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23807
23808 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23809
23810 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23811 buffer changes; there's third party code that calls this function
23812 directly.
23813
23814 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23815
23816 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23817 (autodoc-font-lock-keywords): Don't byte compile on font lock
23818 initialization when running from byte compiled files.
23819
23820 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23821
23822 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23823 statement ends with auto-increment "++".
23824
23825 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23826
23827 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23828 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23829 these are changed, so declare them as variables and not constants.
23830
23831 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23832
23833 * subr.el (dolist, dotimes): Doc fix.
23834
23835 2003-07-08 Kim F. Storm <storm@cua.dk>
23836
23837 * international/mule-cmds.el
23838 (set-display-table-and-terminal-coding-system): Don't break
23839 bootstrap if standard-display-table isn't setup yet.
23840
23841 2003-07-07 Richard M. Stallman <rms@gnu.org>
23842
23843 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23844 Give it a doc string, and autoload it.
23845
23846 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23847 Use with-no-warnings.
23848
23849 * info.el (Info-search): If find invisible text, search again.
23850
23851 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23852
23853 * man.el (Man-name-regexp): Match + as part of name.
23854
23855 * simple.el (visible-mode): Rename from vis-mode.
23856 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23857
23858 * simple.el (current-word): New arg REALLY-WORD specifies
23859 don't include punctuation chars.
23860
23861 * emacs-lisp/debug.el (debug, debugger-env-macro):
23862 Use with-no-warnings while accessing and binding unread-command-char.
23863
23864 * international/mule-cmds.el
23865 (set-display-table-and-terminal-coding-system): Use explicit loop
23866 instead of calling standard-display-default.
23867
23868 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23869 Use condition-case to catch error in ange-ftp-get-files.
23870
23871 * net/browse-url.el (browse-url-browser-function):
23872 Add alternative for Epiphany.
23873 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23874 (browse-url-epiphany-startup-arguments)
23875 (browse-url-epiphany-new-window-is-tab): New variables.
23876 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23877
23878 * progmodes/compile.el (compile-auto-highlight): Default now t.
23879 (compile): Doc fix.
23880 (compilation-next-error): Fix previous change.
23881
23882 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23883
23884 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23885
23886 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23887
23888 * gdb-ui.el (gdb-source-info): Display current frame when
23889 attaching to an existing process.
23890 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23891 while laying out windows when attaching to an existing process.
23892
23893 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23894
23895 * info.el (Info-menu): Use Info-menu-entry-name-re.
23896
23897 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23898
23899 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23900 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23901
23902 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23903 to match the same text.
23904
23905 2003-07-06 John Paul Wallington <jpw@gnu.org>
23906
23907 * vc.el (vc-annotate-offset): Move defvar up.
23908
23909 2003-07-06 Kim F. Storm <storm@cua.dk>
23910
23911 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23912 This should fix the infinite loop when extracting menu names.
23913
23914 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23915
23916 * files.el (auto-mode-alist, interpreter-mode-alist):
23917 Remove entries to CC Mode modes to avoid duplicates; they are now added
23918 with autoload directives in cc-mode.el.
23919
23920 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23921
23922 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23923 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23924 these are changed, so declare them as variables and not constants.
23925
23926 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23927 ensure that the entry for ".c" extension comes before the one for
23928 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23929 Fix incorrect entries that were added to `interpreter-mode-alist'.
23930 Move the autoload directives for AWK to the top level since they
23931 aren't recognized anywhere else. Do not use the new AWK mode doc
23932 in the autoload form for the old AWK mode.
23933
23934 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23935
23936 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23937 (bibtex-sort-ignore-string-entries): Default value t.
23938 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23939 erroneously in previous version.
23940 (bibtex-string-files): Docstring reflects new parsing scheme.
23941 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23942 docstring, add # as one of the chars to crush
23943 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23944 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23945 (bibtex-autokey-name-change-strings)
23946 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23947 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23948 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23949 (bibtex-autokey-title-terminators)
23950 (bibtex-autokey-titlewords-stretch)
23951 (bibtex-autokey-titleword-ignore)
23952 (bibtex-autokey-titleword-case-convert)
23953 (bibtex-autokey-titleword-abbrevs)
23954 (bibtex-autokey-titleword-abbrevs)
23955 (bibtex-autokey-titleword-change-strings)
23956 (bibtex-autokey-titleword-length)
23957 (bibtex-autokey-titleword-separator)
23958 (bibtex-autokey-name-year-separator)
23959 (bibtex-autokey-year-title-separator)
23960 (bibtex-autokey-before-presentation-function)
23961 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23962 Fix docstring.
23963 (bibtex-strings, bibtex-reference-keys):
23964 Use lazy-completion-table and make-variable-buffer-local.
23965 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23966 (bibtex-braced-string-syntax-table)
23967 (bibtex-quoted-string-syntax-table): New variables.
23968 (bibtex-parse-nested-braces): Remove.
23969 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23970 (bibtex-parse-association): Simplify.
23971 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23972 (bibtex-parse-field-text): Simplify.
23973 (bibtex-search-forward-field, bibtex-search-backward-field):
23974 argument BOUND can take value t.
23975 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23976 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23977 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23978 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23979 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23980 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23981 and ending of entry. Update for changes of bibtex-search-entry.
23982 Simplify.
23983 (bibtex-map-entries): FUN is called with three arguments.
23984 (bibtex-search-entry): Return a cons pair with buffer positions of
23985 beginning and end of entry.
23986 (bibtex-enclosing-field): Simplify.
23987 (bibtex-format-entry): Use booktitle to set a missing title.
23988 (bibtex-autokey-get-names): Fiddle with regexps.
23989 (bibtex-generate-autokey): Use identity.
23990 (bibtex-parse-keys): Use simplified parsing algorithm if
23991 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23992 arguments. Return alist of keys.
23993 (bibtex-parse-strings): Simplify. Return alist of strings.
23994 (bibtex-complete-string-cleanup): Fix docstring.
23995 (bibtex-read-key): New function.
23996 (bibtex-mode): Fix docstring. Do not parse for keys and
23997 strings when the mode is entered. Set fill-paragraph-function to
23998 bibtex-fill-field. Setup font-lock-mark-block-function the way
23999 font-lock intended.
24000 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
24001 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24002 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24003 (bibtex-Preamble): Avoid hard coded constants.
24004 (bibtex-make-field): Fix docstring. Simplify.
24005 (bibtex-beginning-of-entry): Always return new position of point.
24006 (bibtex-end-of-entry): Rearrange cond clauses.
24007 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24008 Update for changes of bibtex-map-entries.
24009 (bibtex-ispell-abstract): Do not move point.
24010 (bibtex-entry-index): Use downcase. Simplify.
24011 (bibtex-lessp): Handle catch-all.
24012 (bibtex-find-crossref): Turn into a command.
24013 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24014 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
24015 preamble entries.
24016 (bibtex-fill-field-bounds): New function.
24017 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
24018 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24019 (bibtex-String): Use bibtex-strings. Always obey
24020 bibtex-sort-ignore-string-entries.
24021
24022 2003-07-05 John Paul Wallington <jpw@gnu.org>
24023
24024 * cus-theme.el (customize-create-theme):
24025 Call `customize-create-theme' in Reset widget's notify function.
24026
24027 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24028 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24029 (define-ibuffer-column name): Add summarizer.
24030 (define-ibuffer-column size): Likewise.
24031 (define-ibuffer-column filename): Likewise.
24032 (define-ibuffer-column process): Likewise. Change BODY's output too.
24033 (define-ibuffer-column filename-and-process): Likewise, likewise.
24034 (ibuffer): Remove local vars `already-in' and `need-update'.
24035
24036 * ibuf-ext.el: Don't require `derived' at compile-time.
24037
24038 2003-07-05 Kim F. Storm <storm@cua.dk>
24039
24040 * info.el: Disable paragraph refilling.
24041 (Info-refill-paragraphs): New defcustom.
24042 (Info-fontify-node): Use it.
24043
24044 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24045
24046 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24047 thingies from constructors created by defstruct.
24048
24049 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24050 the default value of the variable.
24051 (byte-code-meter): Move declaration to top level.
24052
24053 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24054
24055 * info.el (Info-following-node-name-re): New fun.
24056 (Info-following-node-name): Remove.
24057 (Info-insert-dir): Use the new fun.
24058 (Info-extract-pointer): Don't save restriction; use new fun.
24059 (Info-menu-entry-name-re): New const.
24060 (Info-menu-entry-name-re): Use it along with new fun.
24061 (Info-node-spec-re): Use new fun.
24062 (Info-complete-menu-item, Info-fontify-node): Use new const.
24063 (Info-goto-node, Info-follow-reference, Info-menu-update):
24064 Use match-string.
24065 (Info-follow-reference): Use assoc-string.
24066 Use a list of strings for the completion table.
24067 (Info-fontify-node): Use match-string, line-end-position.
24068 Limit the search for `node:' to the first line.
24069
24070 * newcomment.el (uncomment-region): Remove padding coming from
24071 comment-start rather than just from comment-padding.
24072
24073 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24074 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24075 (vc-cvs-rename-file): Remove (use the default).
24076 (vc-cvs-register): Register parent dir if needed.
24077 (vc-cvs-could-register): Return non-nil if parent can be registered.
24078 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24079 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24080
24081 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24082 (vc-svn-update): Fix the arguments to `svn'.
24083 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24084 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24085 Simple implementations, assuming `name' is a URL.
24086
24087 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24088 set of chars allowed unquoted in a case pattern.
24089
24090 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24091
24092 * font-lock.el (font-lock-extra-types-widget)
24093 (c-font-lock-extra-types, c++-font-lock-extra-types)
24094 (objc-font-lock-extra-types, java-font-lock-extra-types)
24095 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24096 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24097 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24098 (font-lock-match-c++-structor-declaration)
24099 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24100 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24101 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24102 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24103 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24104 (java-font-lock-keywords-3, java-font-lock-keywords)
24105 (java-font-lock-syntactic-face-function): Remove obsolete code
24106 and constants. It's all in cc-fonts.el now.
24107
24108 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24109
24110 * mail/sendmail.el (mail-specify-envelope-from)
24111 (mail-envelope-from): Doc fix.
24112
24113 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24114
24115 * generic-x.el: Do away with the dependency on `c-emacs-features'
24116 when populating `rul-generic-mode-syntax-table'; we already know
24117 this isn't XEmacs.
24118
24119 See ChangeLog.10 for earlier changes.
24120
24121 ;; Local Variables:
24122 ;; coding: iso-2022-7bit
24123 ;; End:
24124
24125 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
24126 Copying and distribution of this file, with or without modification,
24127 are permitted provided the copyright notice and this notice are preserved.
24128
24129 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1