]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
2
3 * textmodes/ispell.el: Remove stray parenthesis.
4
5 2005-06-28 Richard M. Stallman <rms@gnu.org>
6
7 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
8 (flyspell-local-mouse-map): Declaration deleted.
9 (flyspell-mouse-map): Bind only mouse-2.
10 (flyspell-mode-map): Don't test flyspell-use-local-map.
11 (flyspell-overlay-keymap-property-name): Var deleted.
12 (flyspell-mode-on): Don't make local bindings for
13 flyspell-mouse-map and flyspell-mode-map.
14 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
15
16 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17
18 * progmodes/compile.el (compilation-next-error-function):
19 Don't switch buffers; operate on the current buffer.
20
21 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
22
23 * comint.el (comint-password-prompt-regexp): Accept ", try again".
24
25 * bindings.el (global-map): Bind insertchar and its variants.
26
27 2005-06-27 Richard M. Stallman <rms@gnu.org>
28
29 * textmodes/artist.el (artist-text-overwrite)
30 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
31
32 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33
34 * ps-print.el: It was not working the page selection for printing.
35 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
36 (ps-print-version): New version 6.6.7.
37 (ps-end-sheet): New fun.
38 (ps-header-sheet, ps-end-job): Call it.
39
40 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
41
42 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
43
44 2005-06-27 Lute Kamstra <lute@gnu.org>
45
46 * facemenu.el (facemenu-unlisted-faces): Add foreground and
47 background color faces.
48 (facemenu-get-face): Delete function.
49 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
50 (facemenu-add-new-color): Make second argument mandatory. Create
51 the approprate face and return it. Simplify.
52 (facemenu-set-foreground, facemenu-set-background): Don't check if
53 color is defined. Use return value of facemenu-add-new-color.
54
55 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
56
57 * progmodes/gud.el (gud-filter): Add missing argument to
58 with-selected-window.
59
60 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
63 a :require to the defcustom.
64
65 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
66 defcustoms corresponding to minor modes.
67
68 2005-06-26 David Ponce <david@dponce.com>
69
70 * recentf.el: Require tree-widget instead of wid-edit.
71 (recentf-filename-handler): Fix widget :type.
72 (recentf-cancel-dialog, recentf-open-more-files)
73 (recentf-open-files-action): Doc fix.
74 (recentf-dialog-goto-first): New function.
75 (recentf-dialog-mode-map): Set parent keymap first.
76 (recentf-dialog-mode): Define with define-derived-mode.
77 Don't display continuation lines in dialogs.
78 (recentf-edit-list): Rename from recentf-edit-selected-items.
79 (recentf-edit-list-select): Rename from recentf-edit-list-action.
80 Simplify.
81 (recentf-edit-list-validate): New function.
82 (recentf-edit-list): Update accordingly.
83 (recentf-open-files-item-shift): Remove.
84 (recentf-open-files-item): Convert menu elements into tree and
85 link widgets. Don't create the widgets.
86 (recentf-open-files): Update accordingly.
87 (recentf-save-list): Untabify.
88
89 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
90
91 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
92 (keep-lines): Add INTERACTIVE arg. Never delete lines only
93 partially contained in the active region. Do not take active
94 region into account when called from Lisp, unless INTERACTIVE arg
95 is non-nil. Use `forward-line' instead of `beginning-of-line' to
96 avoid trouble with fields. Make marker point nowhere when no
97 longer used. Always return nil. Doc fix.
98 (flush-lines): Add INTERACTIVE arg. Do not take active region
99 into account when called from Lisp, unless INTERACTIVE arg is
100 non-nil. Use `forward-line' instead of `beginning-of-line' to
101 avoid trouble with fields. Make marker point nowhere when no
102 longer used. Always return nil. Doc fix.
103 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
104 interchangeable. Do not take active region into account when
105 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
106 message in echo area when called from Lisp, unless INTERACTIVE arg
107 is non-nil. Avoid saying "1 occurrences". Do not use markers.
108 Return the number of matches. Doc fix.
109 (occur): Doc fix.
110 (perform-replace): Make comment follow double space convention for
111 the sake of `outline-minor-mode'.
112
113 * faces.el (facep): Doc fix.
114
115 2005-06-25 Richard M. Stallman <rms@gnu.org>
116
117 * facemenu.el (facemenu-enable-faces-p): New function.
118 (facemenu-background-menu, facemenu-foreground-menu)
119 (facemenu-face-menu): Add menu-enable property.
120
121 * jka-compr.el (jka-compr-insert-file-contents):
122 Special handling if cannot find the uncompression program.
123
124 * cus-face.el (custom-face-attributes): Add autoload.
125
126 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
127 Bind comment-indent-function locally.
128
129 * window.el (save-selected-window): Use save-current-buffer.
130
131 * subr.el (with-selected-window): Use save-current-buffer.
132
133 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
134 and with-current-buffer.
135
136 2005-06-24 Richard M. Stallman <rms@gnu.org>
137
138 * simple.el (line-move-1): Fix previous change.
139
140 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
141
142 * replace.el (occur-1): Set `buffer-read-only' and the
143 buffer-modified flag before running `occur-hook' to protect
144 against unintentional buffer switches that can lead to data loss.
145
146 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
147
148 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
149 (gud-gdb-marker-filter): Use font-lock-warning-face for any
150 initial error.
151
152 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
153 after fresh input.
154 (gdb-var-create-handler): Put name of expression in quotes.
155
156 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
157
158 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
159 elements of RING in order, and without bogus nil elements.
160
161 2005-06-23 Richard M. Stallman <rms@gnu.org>
162
163 * simple.el (set-variable): Args renamed; doc fix.
164 (line-move-1): When there are overlays around, use vertical-motion.
165
166 * faces.el (escape-glyph): Use brown against light background.
167 (nobreak-space): Rename from no-break-space.
168 Fix previous change.
169
170 * dired-aux.el (dired-do-copy): Fix arg prompt.
171
172 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
173
174 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
175
176 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
177 rather than "Distributor".
178
179 2005-06-23 Lute Kamstra <lute@gnu.org>
180
181 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
182 (debug-on-entry): Use it. New interactive declaration that uses
183 function-called-at-point.
184
185 2005-06-23 Kim F. Storm <storm@cua.dk>
186
187 * subr.el (save-match-data): Add comment about using evaporate arg
188 to set-match-data.
189
190 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
191
192 * cus-edit.el (customize-face)
193 (customize-face-other-window): Handle face aliases.
194
195 * faces.el (face-documentation, set-face-attribute)
196 (face-spec-set): Handle face aliases.
197
198 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
199
200 * help-mode.el (help-make-xrefs): If a symbol representing a face
201 name is not followed by the word "face", it could still be a
202 function or variable name, so don't bypass other checks.
203
204 2005-06-22 Juri Linkov <juri@jurta.org>
205
206 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
207 Replace aliased functions with calls where second arg `inherit' is t.
208
209 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
210
211 * progmodes/gdb-ui.el (gdb-error): New variable.
212 (gdb-error): New function.
213 (gdb-annotation-rules): Act on error-begin and error annotations.
214 (gdb-concat-output): Use font-lock-warning-face for errors.
215
216 2005-06-22 Miles Bader <miles@gnu.org>
217
218 * bindings.el (propertized-buffer-identification): Use renamed
219 `Buffer-menu-buffer' face.
220
221 * faces.el (vertical-border): Rename from `vertical-divider'.
222 (escape-glyph): Change dark-background color back to `cyan'.
223
224 2005-06-21 Juri Linkov <juri@jurta.org>
225
226 * faces.el (face-user-default-spec): Try getting `customized-face'
227 prior to `saved-face'.
228 (frame-background-mode): Refill docstring.
229
230 * emacs-lisp/lisp-mode.el (eval-defun-1):
231 * emacs-lisp/edebug.el (edebug-eval-defun):
232 Set `saved-face' temporarily to nil before calling form.
233 Set `customized-face' to the new spec after that.
234
235 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
236
237 * subr.el (1value, lambda, key-substitution-in-progress):
238 Doc fixes.
239
240 * autoinsert.el (auto-insert-alist):
241 * ses.el (ses-call-printer):
242 * subr.el (noreturn):
243 * emacs-lisp/lisp.el (check-parens):
244 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
245 * net/browse-url.el (browse-url-mosaic):
246 * progmodes/cc-defs.el (c-safe-scan-lists):
247 * progmodes/ebnf-abn.el (ebnf-abn-lex):
248 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
249 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
250 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
251 * progmodes/ebnf-iso.el (ebnf-iso-lex):
252 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
253
254 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
255
256 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
257
258 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
259
260 * calendar/appt.el (appt-make-list): Activate the package, if
261 not already active (for backwards compatibility).
262
263 2005-06-20 Kim F. Storm <storm@cua.dk>
264
265 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
266
267 2005-06-20 Miles Bader <miles@gnu.org>
268
269 * faces.el (vertical-divider): New face.
270
271 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
272
273 * simple.el (kill-whole-line): Doc fix.
274 (next-error-buffer-p, next-error-find-buffer)
275 (clone-indirect-buffer): Fix typos in docstrings.
276 (comment-line-break-function): Doc fix: don't say variable
277 is automatically buffer-local (it isn't).
278
279 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
280
281 * net/tramp-ftp.el (top):
282 * net/tramp-smb.el (top):
283 * net/tramp-util.el (top):
284 * net/tramp-uu.el (top):
285 * net/tramp-vc.el (top):
286 * net/tramp.el (top): Revert copyright years back to original
287 ones. Tramp has a life outside GNU Emacs.
288
289 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
290
291 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
292
293 2005-06-18 Juri Linkov <juri@jurta.org>
294
295 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
296 end of first regexp to limit the match to the position between
297 line number and source line with same separator character as used
298 between file name and line number. In the second regexp limit
299 mouse-face area to file name and line number by adding new group
300 for them and referring it in HYPERLINK arg.
301 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
302 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
303 previous line where grep markers may be already removed.
304
305 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
306
307 * progmodes/ps-mode.el: Update version and maintainer's email address.
308
309 2005-06-18 Steve Youngs <steve@xemacs.org>
310
311 * net/browse-url.el (browse-url-browser-function)
312 (browse-url-default-browser): Add firefox.
313 (browse-url-firefox-program, browse-url-firefox-arguments)
314 (browse-url-firefox-startup-arguments)
315 (browse-url-firefox-new-window-is-tab): New defcustoms.
316 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
317
318 2005-06-17 Richard M. Stallman <rms@gnu.org>
319
320 * startup.el (command-line): Warn if specified user name has
321 no home directory.
322
323 * term.el (term-get-old-input, term-input-filter, term-input-sender)
324 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
325
326 * longlines.el (longlines-mode, longlines-show-hard-newlines):
327 Doc fixes.
328
329 * faces.el (underline): Try bold if terminal doesn't support underline.
330
331 * mail/sendmail.el (mail-setup-with-from): New variable.
332 (mail-insert-from-field): New function.
333 (sendmail-send-it): Call it.
334 (mail-setup): Optionally call it here.
335
336 * term/linux.el: Call tty-no-underline.
337
338 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
339
340 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
341
342 2005-06-17 Miles Bader <miles@gnu.org>
343
344 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
345 (ediff-current-diff-C, ediff-current-diff-Ancestor)
346 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
347 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
348 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
349 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
350 Remove "-face" suffix from face names.
351 (ediff-current-diff-face-A, ediff-current-diff-face-B)
352 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
353 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
354 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
355 (ediff-even-diff-face-A, ediff-even-diff-face-B)
356 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
357 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
358 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
359 New backward-compatibility aliases for renamed faces.
360 (ediff-current-diff-face-A, ediff-current-diff-face-B)
361 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
362 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
363 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
364 (ediff-even-diff-face-A, ediff-even-diff-face-B)
365 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
366 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
367 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
368 Use renamed ediff faces.
369
370 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
371 Remove "-face" suffix from face names.
372 (eshell-test-ok-face, eshell-test-failed-face):
373 New backward-compatibility aliases for renamed faces.
374 (eshell-run-test): Use renamed eshell-test faces.
375
376 * eshell/em-prompt.el (eshell-prompt):
377 Remove "-face" suffix from face name.
378 (eshell-prompt-face): New backward-compatibility alias for renamed face.
379 (eshell-emit-prompt): Use renamed eshell-prompt face.
380
381 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
382 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
383 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
384 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
385 Remove "-face" suffix from face names.
386 (eshell-ls-directory-face, eshell-ls-symlink-face)
387 (eshell-ls-executable-face, eshell-ls-readonly-face)
388 (eshell-ls-unreadable-face, eshell-ls-special-face)
389 (eshell-ls-missing-face, eshell-ls-archive-face)
390 (eshell-ls-backup-face, eshell-ls-product-face)
391 (eshell-ls-clutter-face):
392 New backward-compatibility aliases for renamed faces.
393 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
394
395 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
396 Remove "-face" suffix from face name.
397 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
398 instead of literal face.
399
400 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
401
402 * emacs-lisp/warnings.el (display-warning, lwarn)
403 (warning-minimum-log-level): Doc fixes.
404 (warning-minimum-level, warning-minimum-log-level):
405 Add :debug to :type choices.
406
407 * progmodes/ada-mode.el (ada-format-paramlist)
408 (ada-get-indent-case, ada-check-matching-start)
409 (ada-check-defun-name, ada-goto-matching-decl-start)
410 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
411 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
412 (ada-make-subprogram-body): Follow error conventions.
413 (ada-case-exception-file, ada-indent-comment-as-code)
414 (ada-indent-handle-comment-special, ada-indent-renames)
415 (ada-indent-return, ada-search-directories-internal)
416 (ada-tab-policy, ada-case-exception-substring)
417 (ada-other-file-alist, ada-matching-start-re)
418 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
419 (ada-imenu-generic-expression, ada-compile-goto-error)
420 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
421 (ada-popup-menu, ada-add-extensions, ada-mode)
422 (ada-region-selected, ada-create-case-exception)
423 (ada-create-case-exception-substring, ada-after-keyword-p)
424 (ada-activate-keys-for-case, ada-adjust-case-region)
425 (ada-adjust-case-buffer, ada-format-paramlist)
426 (ada-scan-paramlist, ada-insert-paramlist)
427 (ada-indent-newline-indent)
428 (ada-indent-newline-indent-conditional)
429 (ada-justified-indent-current, ada-goto-previous-word)
430 (ada-indent-current, ada-get-indent-open-paren)
431 (ada-get-indent-paramlist, ada-get-indent-end)
432 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
433 (ada-get-indent-block-start, ada-get-indent-subprog)
434 (ada-get-indent-noindent, ada-get-indent-label)
435 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
436 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
437 (ada-goto-stmt-end, ada-goto-next-word)
438 (ada-check-matching-start, ada-check-defun-name)
439 (ada-goto-matching-decl-start, ada-goto-matching-start)
440 (ada-goto-matching-end, ada-search-ignore-string-comment)
441 (ada-in-decl-p, ada-looking-at-semi-or)
442 (ada-looking-at-semi-private, ada-in-paramlist-p)
443 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
444 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
445 (ada-next-procedure, ada-previous-procedure, ada-next-package)
446 (ada-previous-package, ada-create-menu)
447 (ada-fill-comment-paragraph-justify)
448 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
449 (ada-other-file-name, ada-last-which-function-line)
450 (ada-last-which-function-subprog, ada-which-function)
451 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
452 (ada-gen-treat-proc, ada-check-emacs-version)
453 (ada-continuation-indent, ada-align-region-separate):
454 Fix typos in docstrings.
455 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
456
457 2005-06-16 Lute Kamstra <lute@gnu.org>
458
459 * simple.el (fundamental-mode): Run after-change-major-mode-hook
460 conditionally.
461
462 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
463
464 * comint.el (comint-replace-by-expanded-filename)
465 (comint-prompt-regexp, comint-delimiter-argument-list)
466 (comint-preinput-scroll-to-bottom):
467 * info.el (Info-hide-cookies-node):
468 * ls-lisp.el (ls-lisp-classify):
469 * find-file.el (ff-search-directories, ff-special-constructs)
470 (ff-find-other-file):
471 * font-lock.el (font-lock-keywords):
472 * shell.el (shell-prompt-pattern)
473 (shell-dynamic-complete-functions, shell-mode)
474 (shell-delimiter-argument-list):
475 * term.el (term-replace-by-expanded-filename)
476 (term-prompt-regexp, term-delimiter-argument-list):
477 * woman.el (woman-ignore, woman0-if):
478 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
479 * emacs-lisp/elint.el (elint-init-env):
480 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
481 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
482 * language/ethio-util.el (ethio-tilde-escape)
483 (ethio-use-three-dot-question):
484 * net/zone-mode.el (zone-mode-load-time-setup):
485 * progmodes/cc-align.el (c-lineup-argcont):
486 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
487 * progmodes/cperl-mode.el (cperl-set-style-back):
488 * progmodes/inf-lisp.el (inferior-lisp-prompt):
489 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
490 Fix spellings in docstrings.
491
492 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
493 * progmodes/modula2.el (m2-for): Fix spellings.
494
495 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
496
497 * simple.el (undo-more): Don't use `format' on `error' arguments.
498 Improve argument/docstring consistency.
499 (pending-undo-list): Doc fix.
500
501 * smerge-mode.el (smerge-ensure-match):
502 * emulation/vip.el (vip-ex):
503 * net/zone-mode.el (zone-mode-update-serial):
504 * progmodes/idlwave.el (idlwave-complete):
505 * progmodes/vhdl-mode.el (vhdl-visit-file)
506 (vhdl-compose-wire-components):
507 Don't use `format' on `error' arguments.
508
509 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
510 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
511 (tooltip-help-tips): Fix typos in docstrings.
512
513 2005-06-16 David Ponce <david@dponce.com>
514
515 * tree-widget.el (tree-widget-value-create): Simplify last change.
516
517 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
518
519 * ido.el (ido-incomplete-regexp): New variable.
520 (ido-set-matches-1): Handle invalid-regexp error and set
521 ido-incomplete-regexp.
522 (ido-incomplete-regexp): New face.
523 (ido-completions): Use it.
524 (ido-complete, ido-exit-minibuffer, ido-completions):
525 Handle incomplete regexps.
526 (ido-completions): Add check for complete match when entering a regexp.
527
528 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
531
532 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
533
534 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
535 by field delimiters.
536
537 2005-06-15 David Ponce <david@dponce.com>
538
539 * tree-widget.el: eval-and-compile inlined functions so they will
540 be available at run-time too.
541 (tree-widget-super-format-handler)
542 (tree-widget-format-handler): Remove.
543 (tree-widget-value-create): Handle the :indent property.
544
545 2005-06-15 Miles Bader <miles@gnu.org>
546
547 * progmodes/which-func.el (which-func): Only inherit
548 `font-lock-function-name-face' when that makes sense against the
549 default mode-line face, otherwise set the face color explicitly.
550
551 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
552 faces instead of (non-existent) variables.
553
554 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
557 (iswitchb-get-matched-buffers): Likewise. Simplify.
558
559 2005-06-14 Miles Bader <miles@gnu.org>
560
561 * progmodes/ld-script.el (ld-script-location-counter):
562 Remove "-face" suffix from face name.
563 (ld-script-location-counter-face):
564 New backward-compatibility alias for renamed face.
565 (ld-script-location-counter-face): Use renamed face.
566
567 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
568 (cperl-hash): Remove "-face" suffix from face names.
569 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
570 New backward-compatibility aliases for renamed faces.
571 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
572 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
573
574 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
575 name.
576 (which-func-face): New backward-compatibility alias for renamed face.
577 (which-func-format): Use renamed which-func face.
578
579 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
580 (vhdl-function, vhdl-directive, vhdl-reserved-word)
581 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
582 names.
583 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
584 (vhdl-speedbar-configuration, vhdl-speedbar-package)
585 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
586 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
587 (vhdl-speedbar-architecture-selected)
588 (vhdl-speedbar-configuration-selected)
589 (vhdl-speedbar-package-selected)
590 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
591 names.
592 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
593 Use renamed faces.
594 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
595 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
596 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
597 Use renamed faces.
598 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
599 names.
600 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
601 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
602 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
603 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
604 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
605 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
606
607 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
608 face name.
609 (sh-heredoc-face): New backward-compatibility alias for renamed face.
610 (sh-heredoc-face): Use renamed sh-heredoc face.
611
612 * progmodes/idlw-help.el (idlwave-help-link):
613 Remove "-face" suffix from face name.
614 (idlwave-help-link-face):
615 New backward-compatibility alias for renamed face.
616 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
617
618 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
619 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
620 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
621 New backward-compatibility aliases for renamed faces.
622 (idlwave-shell-disabled-breakpoint-face)
623 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
624
625 * progmodes/flymake.el (flymake-errline, flymake-warnline):
626 Remove "-face" suffix from face names.
627 (flymake-errline-face, flymake-warnline-face):
628 New backward-compatibility aliases for renamed faces.
629 (flymake-highlight-line): Use renamed flymake faces.
630
631 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
632 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
633 (ebrowse-member-class, ebrowse-progress):
634 Remove "-face" suffix from face names.
635 (ebrowse-tree-mark-face, ebrowse-root-class-face)
636 (ebrowse-file-name-face, ebrowse-default-face)
637 (ebrowse-member-attribute-face, ebrowse-member-class-face)
638 (ebrowse-progress-face):
639 New backward-compatibility aliases for renamed faces.
640 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
641 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
642 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
643 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
644
645 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
646 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
647 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
648 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
649 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
650 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
651 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
652 New backward-compatibility aliases for renamed faces.
653 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
654 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
655 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
656 "font-lock-". Use renamed antlr-mode faces.
657 (antlr-font-lock-additional-keywords): Use renamed faces.
658 Replace literal face-names with face variable references.
659
660 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
661 face name.
662 (Buffer-menu-buffer-face): New backward-compatibility alias for
663 renamed face.
664 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
665
666 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
667
668 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
669 Eliminate "-face" suffix.
670 (makefile-targets): Inherit from font-lock-function-name-face and
671 eliminate "-face" suffix.
672 (makefile-shell): Remove attributes and eliminate "-face" suffix.
673 (makefile-*-font-lock-keywords): Append makefile-targets in rule
674 actions, instead of prepending, to make it less visible.
675 (makefile-previous-dependency, makefile-match-dependency):
676 Don't match a target on a continuation line.
677
678 * files.el (auto-mode-alist): Put Makefile in gmake mode.
679
680 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
681
682 * progmodes/gdb-ui.el (menu): Re-order menu items.
683 (gdb-tooltip-print): Respect tooltip-use-echo-area.
684
685 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
686 Define in tooltip.el.
687 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
688 (gud-tooltip-tips): Respect tooltip-use-echo-area and
689 gud-tooltip-echo-area.
690
691 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
692 backward compatibility and make obsolete.
693 (tooltip-help-tips): Use tooltip-use-echo-area.
694 (tooltip-show-help-function): Rename to...
695 (tooltip-show-help): ...this, because it is a function.
696 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
697
698 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
699
700 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
701 (edebug-print-length, edebug-print-level, edebug-print-circle)
702 (edebug-modify-breakpoint, edebug-eval-last-sexp)
703 (edebug-eval-print-last-sexp): Doc fixes.
704
705 2005-06-14 Kim F. Storm <storm@cua.dk>
706
707 * ido.el (ido-mode): Make a new keymap every time we enable ido,
708 as the coverage buffer/file/both may change.
709
710 2005-06-14 Lute Kamstra <lute@gnu.org>
711
712 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
713 and run-mode-hooks. Simplify.
714
715 * mail/rmailedit.el (rmail-edit-mode):
716 * progmodes/octave-inf.el (inferior-octave-mode):
717 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
718
719 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
720 and run-mode-hooks.
721 (recentf-edit-list, recentf-open-files): Don't call
722 kill-all-local-variables directly.
723
724 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
725
726 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
727
728 * emacs-lisp/byte-run.el (make-obsolete)
729 (define-obsolete-function-alias): Rename arguments FUNCTION and
730 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
731 (make-obsolete-variable, define-obsolete-variable-alias):
732 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
733 respectively.
734
735 * isearchb.el (isearchb-activate):
736 * pcvs.el (cvs-mode):
737 * ses.el (ses-load):
738 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
739 * net/tramp.el (tramp-find-file-exists-command)
740 (tramp-find-shell):
741 * progmodes/ada-mode.el (ada-create-case-exception)
742 (ada-create-case-exception-substring, ada-make-subprogram-body):
743 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
744 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
745 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
746 * textmodes/org.el (org-promote, org-evaluate-time-range)
747 (org-agenda-next-date-line, org-agenda-previous-date-line)
748 (org-agenda-error, org-open-at-point, org-table-move-row)
749 (org-format-table-table-html-using-table-generate-source)
750 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
751 * textmodes/reftex.el (reftex-access-scan-info):
752 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
753 (reftex-toc-promote-prepare): Follow error conventions.
754
755 * diff-mode.el (diff-mode): Fix typo in docstring.
756
757 * forms.el (forms--intuit-from-file): Fix reference to
758 `forms-number-of-fields' in error message.
759 (forms-print): Fix quoting in error message.
760
761 * forms.el (forms-mode):
762 * emulation/vi.el (vi-goto-insert-state):
763 * progmodes/flymake.el (flymake-new-err-info)
764 (flymake-start-syntax-check-for-current-buffer)
765 (flymake-simple-cleanup):
766 * eshell/esh-var.el (eshell/export):
767 * progmodes/gud.el (xdb):
768 * textmodes/flyspell.el (flyspell-incorrect-hook)
769 (flyspell-maybe-correct-transposition)
770 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
771
772 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
773
774 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
775 minibuffer prompt.
776
777 2005-06-13 Kim F. Storm <storm@cua.dk>
778
779 * subr.el (add-to-ordered-list): New defun.
780
781 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
782 add cua--keymap-alist to emulation-mode-map-alists.
783
784 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * subr.el (complete-in-turn): New macro.
787 (dynamic-completion-table, lazy-completion-table): Add debug info.
788
789 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
790 in preference to face aliases.
791
792 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
793 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
794 Remove unused vars `start' and `firstline'.
795 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
796 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
797
798 2005-06-13 Eli Zaretskii <eliz@gnu.org>
799
800 * cus-start.el (all): Don't complain about missing GTK-related
801 variables, unless either `gtk' is boundp or this isn't a
802 `windows-nt' build.
803
804 2005-06-13 Lute Kamstra <lute@gnu.org>
805
806 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
807 run-mode-hooks.
808
809 * ediff-mult.el (ediff-meta-mode):
810 * ediff-util.el (ediff-mode): Use run-mode-hooks.
811
812 * ledit.el (ledit-mode): Use delay-mode-hooks.
813
814 * woman.el (woman-mode-line-format): Delete constant.
815 (woman-mode-map): Initialize it properly.
816 (woman-mode): Set mode-class property to special.
817 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
818 Set major-mode and mode-name. Don't set mode-line-format directly.
819 (Man-getpage-in-background): Don't reference woman-mode-line-format.
820
821 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
822 string argument obsolete.
823
824 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
825
826 * textmodes/org.el (org-CUA-compatible): New option.
827 (org-disputed-keys): New variable.
828 (org-key): New function.
829 (orgtbl-make-binding): Add docstring to the created function.
830 (org-mode): Set paragraph start/separate regexps.
831 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
832 (org-archive-location, org-archive-mark-done)
833 (org-archive-stamp-time): New options.
834 (org-archive-subtree): New command.
835 (org-fill-paragraph): New function.
836 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
837 (org-fake-empty-table-line): Function removed.
838 (org-format-org-table-html): Do not create empty table lines at
839 separator lines. Improved table header treatment.
840 (org-link-format): New option.
841 (org-make-link): New function.
842 (org-insert-link, org-store-link): Use org-make-link.
843 (org-open-file): Quote file name for shell command, to allow
844 spaces in file names.
845 (org-link-regexp): Fix bug with mailto link.
846 (org-link-maybe-angles-regexp, org-protected-link-regexp):
847 New constants.
848 (org-export-as-html): Deal with the optional angles around a link.
849 Better treatment of file: links.
850 (org-open-at-point): Replace @{ and @} with < and >.
851 (org-run-mode-hooks): Function removed.
852 (org-agenda-mode): No longer use `org-run-mode-hooks'.
853
854 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
855
856 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
857 MI command -data-list-register-values.
858 (gdb-post-prompt): Indent properly.
859
860 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
861
862 * hilit-chg.el (highlight-changes-colors): Rename from
863 `highlight-changes-colours'.
864 (highlight-changes-colours): Keep as obsolete alias.
865 (highlight-changes-face-list): Doc fix.
866 (hilit-chg-make-list): Use `highlight-changes-colors'.
867
868 2005-06-12 Mark A. Hershberger <mah@everybody.org>
869
870 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
871 defun-prompt-regexp.
872
873 2005-06-12 Eli Zaretskii <eliz@gnu.org>
874
875 * loadup.el: Don't say we are dumping under 2 names on windows-nt
876 and cygwin.
877
878 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
879 Don't use an old loaddefs.el, as in Makefile.in.
880
881 2005-06-12 Lute Kamstra <lute@gnu.org>
882
883 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
884
885 * man.el (Man-mode-map): Initialize it properly.
886 (Man-mode): Set mode-class property to special.
887
888 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
889
890 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
891
892 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
893 A newline is needed in the docstring there.
894
895 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
896 Doc fixes.
897
898 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
899
900 * printing.el: Doc fix. The menubar is no more changed when printing
901 is loaded, it only changes when pr-menu-bind or pr-update-menus is
902 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
903 (pr-version): New version number (6.8.4).
904 (pr-menu-bind): New command.
905 (pr-update-menus): Docstring and code fix.
906 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
907 Docstring fix.
908 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
909 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
910
911 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
912
913 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
914 "Returns" to "return", document useful return values, etc.
915
916 2005-06-11 Alan Mackenzie <acm@muc.de>
917
918 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
919 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
920 (adaptive-file-function): Minor amendment to doc-string.
921
922 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
923
924 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
925 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
926 Fix :type--it is `integer', not `string'.
927
928 * faces.el (modeline-highlight): Rename from (the erroneous)
929 `modeline-higilight'.
930
931 2005-06-11 Lute Kamstra <lute@gnu.org>
932
933 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
934 lisp-interaction-mode-map but make it the parent.
935 (edebug-eval-mode): Use define-derived-mode.
936
937 2005-06-11 Andreas Schwab <schwab@suse.de>
938
939 * bindings.el: Add binding of `ESC functionkey' for every
940 `M-functionkey'.
941 * hexl.el (hexl-mode-map): Likewise.
942
943 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
944
945 * progmodes/compile.el (compilation-error-regexp-alist-alist)
946 [msft]: update regexp for newer msft compilers.
947
948 2005-06-10 Mark A. Hershberger <mah@everybody.org>
949
950 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
951 ATTLIST portions of included DTDs.
952 (xml-parse-dtd): Eliminate use of inefficient match-data.
953
954 2005-06-10 Miles Bader <miles@gnu.org>
955
956 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
957 (mpuz-text): Remove "-face" suffix from face names.
958 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
959 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
960 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
961
962 * play/gomoku.el (gomoku-O, gomoku-X):
963 Remove "-face" suffix from face names.
964 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
965 New backward-compatibility aliases for renamed faces.
966 (gomoku-font-lock-keywords): Use renamed gomoku faces.
967
968 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
969
970 * thumbs.el: Fixes for changes of 2005-06-09.
971 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
972 as a directory.
973 (thumbs-thumbname): Remove directory separator from format string;
974 `thumbs-thumbsdir' now returns a valid directory name.
975 (thumbs-temp-dir): New defsubst.
976 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
977 Use it.
978
979 * cus-edit.el (minibuffer):
980 * files.el (make-backup-file-name-function):
981 * filesets.el (filesets-external-viewers):
982 * hilit-chg.el (highlight-changes-colours)
983 (highlight-changes-face-list, highlight-changes-rotate-faces):
984 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
985 * kmacro.el (kmacro-call-macro):
986 * log-edit.el (log-edit-changelog-full-paragraphs):
987 * mouse.el (mouse-1-click-follows-link):
988 * skeleton.el (skeleton-autowrap):
989 * subr.el (insert-for-yank-1):
990 * tempo.el (tempo-insert-region):
991 * terminal.el (terminal-emulator):
992 * time.el (display-time-mail-face):
993 * vc.el (vc-annotate):
994 * vcursor.el (vcursor-copy-line):
995 * woman.el (woman-bold-headings, woman-ignore)
996 (woman-default-faces, woman-monochrome-faces):
997 * calendar/todo-mode.el (todo-insert-threshold):
998 * emulation/pc-select.el (pc-select-selection-keys-only)
999 (pc-selection-mode):
1000 * emulation/vip.el (vip-find-char-forward):
1001 * emulation/viper-cmd.el (viper-find-char-forward):
1002 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1003 (input-method-exit-on-invalid-key):
1004 * international/mule-diag.el (describe-coding-system):
1005 * international/ucs-tables.el (unify-8859-on-encoding-mode):
1006 * net/browse-url.el (browse-url-xterm-program):
1007 * obsolete/lazy-lock.el (lazy-lock-mode):
1008 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1009 (cperl-mode):
1010 * progmodes/cpp.el (cpp-face-light-name-list)
1011 (cpp-face-dark-name-list):
1012 * progmodes/delphi.el (delphi-newline-always-indents):
1013 Fix spellings in docstrings.
1014
1015 * ido.el (ido-mode, ido-file-extensions-order)
1016 (ido-default-file-method, ido-default-buffer-method)
1017 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1018 (ido-decorations, ido-read-file-name-as-directory-commands)
1019 (ido-read-file-name-non-ido, ido-work-directory-list)
1020 (ido-ignore-item-temp-list, ido-current-directory)
1021 (ido-magic-forward-char, ido-enter-find-file)
1022 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1023 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1024
1025 2005-06-10 Lute Kamstra <lute@gnu.org>
1026
1027 * play/dunnet.el (dun-mode): Use define-derived-mode.
1028 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
1029 obsolete alias.
1030
1031 * play/doctor.el (doctor-mode-map): Remove defvar.
1032 (doctor-mode): Use define-derived-mode.
1033
1034 * mail/mspools.el (mspools-mode):
1035 * net/eudc-hotlist.el (eudc-hotlist-mode):
1036 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
1037
1038 2005-06-10 Miles Bader <miles@gnu.org>
1039
1040 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1041 Remove "-face" suffix from face names.
1042 (flyspell-incorrect-face, flyspell-duplicate-face):
1043 New backward-compatibility aliases for renamed faces.
1044 (flyspell-mode-on, make-flyspell-overlay)
1045 (flyspell-highlight-incorrect-region)
1046 (flyspell-highlight-duplicate-region)
1047 (flyspell-display-next-corrections)
1048 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
1049
1050 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
1051 from face name.
1052 (texinfo-heading-face): New backward-compatibility alias for
1053 renamed face.
1054 (texinfo-heading-face): Use renamed texinfo-heading face.
1055
1056 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1057 suffix from face names.
1058 (tex-math-face, tex-verbatim-face):
1059 New backward-compatibility aliases for renamed faces.
1060 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1061 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1062 literal face name.
1063
1064 * textmodes/table.el (table-cell): Remove "-face" suffix from face
1065 name.
1066 (table-cell-face): New backward-compatibility alias for renamed face.
1067 (table--put-cell-face-property, table--update-cell-face):
1068 Use renamed table-cell face.
1069
1070 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1071 from face name.
1072 (sgml-namespace-face): New backward-compatibility alias for
1073 renamed face.
1074 (sgml-namespace-face): Use renamed sgml-namespace face.
1075
1076 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1077 (org-level-4, org-level-5, org-level-6, org-level-7)
1078 (org-level-8, org-warning, org-headline-done)
1079 (org-deadline-announce, org-scheduled-today)
1080 (org-scheduled-previously, org-link, org-done, org-table)
1081 (org-time-grid): Remove "-face" suffix from face names.
1082 (org-level-1-face, org-level-2-face, org-level-3-face)
1083 (org-level-4-face, org-level-5-face, org-level-6-face)
1084 (org-level-7-face, org-level-8-face, org-warning-face)
1085 (org-headline-done-face, org-deadline-announce-face)
1086 (org-scheduled-today-face, org-scheduled-previously-face)
1087 (org-link-face, org-done-face, org-table-face)
1088 (org-time-grid-face):
1089 New backward-compatibility aliases for renamed faces.
1090 (org-level-faces, org-set-font-lock-defaults, org-timeline)
1091 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1092 (org-agenda-get-timestamps, org-agenda-get-scheduled)
1093 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1094
1095 * emulation/viper-init.el (viper-search, viper-replace-overlay)
1096 (viper-minibuffer-emacs, viper-minibuffer-insert)
1097 (viper-minibuffer-vi): Remove "-face" suffix from face names.
1098 (viper-search-face, viper-replace-overlay-face)
1099 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1100 (viper-minibuffer-vi-face):
1101 New backward-compatibility aliases for renamed faces.
1102 (viper-search-face, viper-replace-overlay-face)
1103 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1104 (viper-minibuffer-vi-face): Use renamed viper faces.
1105
1106 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1107 Remove "-face" suffix from face names.
1108 (testcover-nohits-face, testcover-1value-face):
1109 New backward-compatibility aliases for renamed faces.
1110 (testcover-mark): Use renamed testcover faces.
1111
1112 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1113 face name.
1114 (diary-button-face): New backward-compatibility alias for renamed face.
1115 (diary-entry): Use renamed diary-button face.
1116
1117 * calendar/calendar.el (diary, calendar-today, holiday)
1118 (mark-visible-calendar-date): Remove "-face" suffix from face names.
1119 (diary-face, calendar-today-face, holiday-face):
1120 New backward-compatibility aliases for renamed faces.
1121 (eval-after-load "facemenu", diary-entry-marker)
1122 (calendar-today-marker, calendar-holiday-marker, diary-face):
1123 Use renamed calendar faces.
1124
1125 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1126 (compare-windows-face): New backward-compatibility alias for
1127 renamed face.
1128 (compare-windows-highlight): Use renamed compare-windows face.
1129
1130 * strokes.el (strokes-char): Remove "-face" suffix from face name.
1131 (strokes-char-face): New backward-compatibility alias for renamed face.
1132 (strokes-encode-buffer): Use renamed strokes-char face.
1133
1134 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1135 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1136 Remove "-face" suffix from face names.
1137 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1138 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1139 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1140 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1141 Use renamed pcvs faces.
1142 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1143 * pcvs-defs.el (cvs-mode-map): Likewise.
1144 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1145
1146 * info.el (info-title-1, info-title-2, info-title-3)
1147 (info-title-4): Remove "-face" suffix from and downcase face names.
1148 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1149 (Info-title-4-face):
1150 New backward-compatibility aliases for renamed faces.
1151 (Info-fontify-node): Use renamed info faces.
1152
1153 * hilit-chg.el (highlight-changes, highlight-changes-delete):
1154 Remove "-face" suffix from face names.
1155 (highlight-changes-face, highlight-changes-delete-face):
1156 New backward-compatibility aliases for renamed faces.
1157 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1158 (hilit-chg-make-list): Use renamed highlight-changes faces.
1159
1160 * generic-x.el (show-tabs-tab, show-tabs-space):
1161 Remove "-face" suffix from face names.
1162 (show-tabs-tab-face, show-tabs-space-face):
1163 New backward-compatibility aliases for renamed faces.
1164 (show-tabs-generic-mode-font-lock-defaults-1)
1165 (show-tabs-generic-mode-font-lock-defaults-2):
1166 Use renamed show-tabs faces.
1167
1168 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1169 (smerge-markers): Remove "-face" suffix from face names.
1170 (smerge-mine-face, smerge-other-face, smerge-base-face)
1171 (smerge-markers-face):
1172 New backward-compatibility aliases for renamed faces.
1173 (smerge-mine-face, smerge-other-face, smerge-base-face)
1174 (smerge-markers-face): Use renamed smerge faces.
1175
1176 * log-view.el (log-view-file, log-view-message):
1177 Remove "-face" suffix from face names.
1178 (log-view-file-face, log-view-message-face):
1179 New backward-compatibility aliases for renamed faces.
1180 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1181
1182 * paren.el (show-paren-match, show-paren-mismatch):
1183 Remove "-face" suffix from face names.
1184 (show-paren-match-face, show-paren-mismatch-face):
1185 New backward-compatibility aliases for renamed faces.
1186 (show-paren-function): Use renamed show-paren faces.
1187
1188 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1189 (ruler-mode-margins, ruler-mode-fringes)
1190 (ruler-mode-column-number, ruler-mode-fill-column)
1191 (ruler-mode-comment-column, ruler-mode-goal-column)
1192 (ruler-mode-tab-stop, ruler-mode-current-column):
1193 Remove "-face" suffix from face names.
1194 (ruler-mode-default-face, ruler-mode-pad-face)
1195 (ruler-mode-margins-face, ruler-mode-fringes-face)
1196 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1197 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1198 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1199 New backward-compatibility aliases for renamed faces.
1200 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1201 (ruler-mode-column-number, ruler-mode-fill-column)
1202 (ruler-mode-comment-column, ruler-mode-goal-column)
1203 (ruler-mode-tab-stop, ruler-mode-current-column)
1204 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1205
1206 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1207 face name.
1208 (whitespace-highlight-the-space): Use renamed face.
1209 (whitespace-highlight-face): New backward-compatibility alias for
1210 renamed face.
1211
1212 * woman.el (woman-italic, woman-bold, woman-unknown)
1213 (woman-addition, woman-symbol-face):
1214 Remove "-face" suffix from face names.
1215 (woman-italic-face, woman-bold-face, woman-unknown-face)
1216 (woman-addition-face):
1217 New backward-compatibility aliases for renamed faces.
1218 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1219 (woman-decode-region, woman-replace-match)
1220 (woman-display-extended-fonts, woman-special-characters)
1221 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1222 Use renamed woman faces.
1223
1224 * longlines.el (longlines-visible-face): Face removed.
1225
1226 * diff-mode.el (diff-header, diff-file-header, diff-index)
1227 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1228 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1229 suffix from face names.
1230 (diff-header-face, diff-file-header-face, diff-index-face)
1231 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1232 (diff-changed-face, diff-function-face, diff-context-face)
1233 (diff-nonexistent-face): New backward-compatibility aliases for
1234 renamed faces.
1235 (diff-header-face, diff-file-header-face)
1236 (diff-index, diff-index-face, diff-hunk-header)
1237 (diff-hunk-header-face, diff-removed, diff-removed-face)
1238 (diff-added, diff-added-face, diff-changed-face, diff-function)
1239 (diff-function-face, diff-context-face, diff-nonexistent)
1240 (diff-nonexistent-face): Use renamed diff-mode faces.
1241
1242 * progmodes/compile.el (compilation-warning-face)
1243 (compilation-info-face): Remove "-face" suffix from face names.
1244 (compilation-warning-face, compilation-info-face):
1245 New backward-compatibility aliases for renamed faces.
1246 (compilation-warning-face, compilation-info-face):
1247 Use renamed compilation faces.
1248
1249 * add-log.el (change-log-date, change-log-name)
1250 (change-log-email, change-log-file, change-log-list)
1251 (change-log-conditionals, change-log-function)
1252 (change-log-acknowledgement): Remove "-face" suffix from face names.
1253 (change-log-date-face, change-log-name-face)
1254 (change-log-email-face, change-log-file-face)
1255 (change-log-list-face, change-log-conditionals-face)
1256 (change-log-function-face, change-log-acknowledgement-face):
1257 New backward-compatibility aliases for renamed faces.
1258 (change-log-font-lock-keywords): Use renamed change-log faces.
1259
1260 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1261 (custom-set, custom-changed, custom-saved, custom-button)
1262 (custom-button-pressed, custom-documentation, custom-state)
1263 (custom-comment, custom-comment-tag, custom-variable-tag)
1264 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1265 (custom-group-tag): Remove "-face" suffix from face names.
1266 (custom-magic-alist, custom-magic-value-create)
1267 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1268 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1269 (custom-set-face, custom-changed-face, custom-saved-face)
1270 (custom-button-face, custom-button-pressed-face)
1271 (custom-documentation-face, custom-state-face)
1272 (custom-comment-face, custom-comment-tag-face)
1273 (custom-variable-tag-face, custom-variable-button-face)
1274 (custom-face-tag-face, custom-group-tag-face-1)
1275 (custom-group-tag-face):
1276 New backward-compatibility aliases for renamed faces.
1277
1278 * wid-edit.el (widget-documentation, widget-button)
1279 (widget-field, widget-single-line-field, widget-inactive)
1280 (widget-button-pressed): "-face" suffix removed from face names.
1281 (widget-documentation-face, widget-button-face)
1282 (widget-field-face, widget-single-line-field-face)
1283 (widget-inactive-face, widget-button-pressed-face):
1284 New backward-compatibility aliases for renamed faces.
1285 (widget-documentation-face, widget-button-face)
1286 (widget-button-pressed-face, widget-specify-field)
1287 (widget-specify-inactive): Use renamed widget faces.
1288
1289 2005-06-10 Kenichi Handa <handa@m17n.org>
1290
1291 * term/x-win.el (x-clipboard-yank): Remove condition-case
1292 wrapping.
1293
1294 2005-06-11 Kenichi Handa <handa@m17n.org>
1295
1296 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1297 date lines stricter.
1298
1299 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1300
1301 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1302 of x-get-selection.
1303
1304 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1305
1306 * comint.el (comint-mode, comint-snapshot-last-prompt):
1307 * frame.el (frame-current-scroll-bars):
1308 * term.el (term-mode, term-check-proc, term-input-sender)
1309 (term-simple-send, term-extract-string, term-word)
1310 (term-match-partial-filename):
1311 * window.el (window-current-scroll-bars):
1312 * emulation/cua-base.el (cua-normal-cursor-color)
1313 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1314 (cua-global-mark-cursor-color):
1315 * mail/undigest.el (rmail-forward-separator-regex):
1316 Fix typos in docstrings.
1317
1318 * comint.el (comint-check-proc, make-comint-in-buffer)
1319 (comint-source-default): Doc fixes.
1320
1321 * term.el (term-send-string): Improve argument/docstring
1322 consistency.
1323
1324 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1325
1326 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1327 call to `delete-region'.
1328 (comint-mode-hook): Do not enable Font Lock by default.
1329
1330 2005-06-09 Lute Kamstra <lute@gnu.org>
1331
1332 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1333 could be void.
1334
1335 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1338 (debug): Use it.
1339 (debugger-step-through, debugger-continue, debugger-jump)
1340 (debugger-return-value): Set it when needed.
1341 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1342 Use inhibit-read-only.
1343
1344 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1345
1346 * window.el (shrink-window-if-larger-than-buffer)
1347 (window-size-fixed): Fix typo in docstring.
1348
1349 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1350 thumbnails directory on loading.
1351 (thumbs-conversion-program): Use `eq' to check the system type,
1352 not `equal'.
1353 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1354 not "/tmp". Fix docstring.
1355 (thumbs-thumbsdir): New function to return the thumbnails
1356 directory, creating it if needed.
1357 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1358 (thumbs-temp-file): Delete variable and make it into a function.
1359 (thumbs-resize-image, thumbs-modify-image): Use it.
1360 (thumbs-kill-buffer): Simplify.
1361 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1362 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1363 docstrings.
1364
1365 2005-06-09 Kim F. Storm <storm@cua.dk>
1366
1367 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1368 set-match-data to free markers in match-data.
1369
1370 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1371 match-data to unchain markers in match-data.
1372
1373 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1374
1375 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1376 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1377 unnecessary now.
1378
1379 2005-06-08 Richard M. Stallman <rms@gnu.org>
1380
1381 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1382 give the variable a doc string that doesn't say don't set it directly.
1383
1384 * textmodes/ispell.el (ispell-check-version):
1385 Use match-string-no-properties.
1386 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1387 (ispell-buffer-local-words): Likewise.
1388
1389 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1390 except on terminals with enough colors to really display it.
1391 (makefile-dependency-regex): Delete spurious `bb'.
1392
1393 * faces.el (escape-glyph): Use blue once again in last case.
1394 (no-break-space): Redefine so that it isn't invisible on a tty.
1395
1396 2005-06-08 Kim F. Storm <storm@cua.dk>
1397
1398 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1399 also when reading directory name.
1400
1401 2005-06-08 Lute Kamstra <lute@gnu.org>
1402
1403 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1404 (flyspell-mode-line-string): Remove autoload cookie.
1405 (flyspell-mode): Remove defvar.
1406
1407 2005-06-07 Lute Kamstra <lute@gnu.org>
1408
1409 * textmodes/org.el (org-run-mode-hooks): New function.
1410 (org-agenda-mode): Use it.
1411
1412 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1413
1414 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1415
1416 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1419
1420 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1421
1422 * font-lock.el (font-lock-add-keywords): Doc fix.
1423
1424 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1425
1426 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1427 (tex-compile-default): In the absence of any history, use the order in
1428 tex-compile-alist to choose the preferred command.
1429 (tex-compile-commands): Reorder a bit.
1430
1431 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1432 (flyspell-incorrect-face, flyspell-duplicate-face):
1433 Use (X)Emacs-agnostic code.
1434 (flyspell-mode-map): Don't overwrite at each load. Remove code
1435 redundant with the subsequent add-minor-mode. Merge Emacs and
1436 XEmacs code.
1437 (flyspell-word): Minor simplification.
1438 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1439 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1440 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1441 Merge the corresponding Emacs code.
1442 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1443
1444 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1445 a dedicated window.
1446
1447 * international/latexenc.el (latexenc-find-file-coding-system):
1448 Undo part of last patch, to turn off a compiler warning.
1449
1450 2005-06-06 Juri Linkov <juri@jurta.org>
1451
1452 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1453 Rename `tmm-inactive-face' to `tmm-inactive'.
1454
1455 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1456
1457 * iswitchb.el: Rename faces.
1458
1459 2005-06-06 Kim F. Storm <storm@cua.dk>
1460
1461 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1462 (cua-global-mark): Remove -face suffix from face names.
1463
1464 * emulation/cua-gmrk.el (cua--init-global-mark):
1465 Remove cua-global-mark face setup.
1466
1467 2005-06-06 Richard M. Stallman <rms@gnu.org>
1468
1469 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1470 just like other allowed characters.
1471 (makefile-match-dependency): Exclude leading and training whitespace
1472 from the range of regexp subexp 1.
1473 (makefile-macroassign-regex): Don't try to match the body,
1474 just the name of the macro being defined.
1475
1476 * info.el (Info-read-node-name-2): New function.
1477 (Info-read-node-name-1): Use that.
1478 Add a completion-base-size-function property.
1479
1480 * simple.el (completion-setup-function): Look for
1481 completion-base-size-function property of
1482 minibuffer-completion-table.
1483
1484 * files.el (locate-file-completion): Doc fix.
1485
1486 * printing.el: Don't call pr-update-menus; user must do that.
1487
1488 * emacs-lisp/debug.el (debugger-window): New variable.
1489 (debug): Use debugger-window if it is set and still alive.
1490 Record debugger-window for next entry.
1491
1492 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1493
1494 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1495
1496 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1497 (hack-one-local-variable, hack-local-variables)
1498 (hack-local-variables-prop-line): Pass that arg.
1499
1500 2005-06-06 Kim F. Storm <storm@cua.dk>
1501
1502 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1503 (ido-indicator): Remove -face suffix from face names.
1504
1505 2005-06-06 Juri Linkov <juri@jurta.org>
1506
1507 * font-lock.el (font-lock-regexp-backslash)
1508 (font-lock-regexp-backslash-construct): New faces.
1509 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1510 after `('. Add `while-no-input' to control structures.
1511
1512 * faces.el (no-break-space, shadow): New faces.
1513 (escape-glyph): Use less loud colors pink2 and red4.
1514
1515 * diff-mode.el (diff-context-face)
1516 * dired.el (dired-ignored)
1517 * rfn-eshadow.el (file-name-shadow)
1518 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1519
1520 * info.el (Info-title-1-face): Use green instead of yellow because
1521 bold yellow is not readable on light backgrounds.
1522
1523 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1524 before selecting the desired mode to not spend time fontifying
1525 old contents.
1526
1527 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1528
1529 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1530 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1531
1532 * ps-print.el (ps-default-fg, ps-default-bg):
1533 Fix typos in docstrings.
1534
1535 * isearchb.el (isearchb): Don't pass a spurious second argument to
1536 `iswitchb-completions'.
1537
1538 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1539
1540 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1541 to preserve point.
1542 (gdb-find-file-hook): Add doc string.
1543
1544 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1545 C dereferenced pointer expression.
1546 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1547
1548 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1549
1550 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1551 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1552 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1553 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1554 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1555 Make background transparent.
1556
1557 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1558
1559 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1560 (font-lock-remove-keywords): Doc fix.
1561 (font-lock-mode-major-mode): Compiler defvar.
1562 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1563
1564 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1565 (font-lock-mode): Update `font-lock-mode-major-mode'.
1566 (font-lock-set-defaults): Compiler defvar.
1567 (font-lock-default-function): Take `font-lock-mode-major-mode'
1568 into account.
1569
1570 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1571 keep track of which major mode it enabled the minor mode for.
1572 Use find-file-hook again. Update docstring.
1573
1574 * simple.el (eval-expression-print-level)
1575 (eval-expression-print-length, eval-expression-debug-on-error):
1576 Doc fixes.
1577
1578 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1579
1580 * iswitchb.el (iswitchb-single-match-face)
1581 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1582 (iswitchb-invalid-regexp-face): New faces.
1583 (iswitchb-completions): Use them.
1584 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1585 now marked as an obsolete alias.
1586 (iswitchb-read-buffer): Remove check for bound font variables.
1587 (iswitchb-invalid-regexp): New free variable.
1588 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1589 set iswitchb-invalid-regexp.
1590 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1591 invalid regexps.
1592 (iswitchb-completions): Add check for complete match when entering
1593 a regexp.
1594 (iswitchb-completions): Remove require-match argument.
1595 (iswitchb-exhibit): Fix caller.
1596 (iswitchb-common-match-inserted): New variable.
1597 (iswitchb-complete, iswitchb-completion-help): Use it.
1598
1599 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1600
1601 * url-http.el (url-http-chunked-encoding-after-change-function):
1602 Use `url-http-debug' instead of `message'.
1603
1604 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1605
1606 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1607 callback argument.
1608
1609 2005-06-04 Kim F. Storm <storm@cua.dk>
1610
1611 * simple.el (line-move): Only call sit-for when moving backwards.
1612
1613 * ido.el (ido-make-merged-file-list-1): New defun split from
1614 ido-make-merged-file-list.
1615 (ido-make-merged-file-list): Bind throw-on-input around call to
1616 ido-make-merged-file-list-1. Return input-pending-p if
1617 interrupted by more input available.
1618 (ido-read-internal): Handle input-pending-p return value from
1619 ido-make-merged-file-list.
1620
1621 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1624 compatibility code.
1625
1626 * international/latexenc.el (latexenc-find-file-coding-system):
1627 Don't inherit the EOL part of the coding-system from the
1628 tex-main buffer. Fit within 80 columns.
1629
1630 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1631
1632 * tmm.el (tmm-inactive-face): New face.
1633 (tmm-remove-inactive-mouse-face): New function.
1634 (tmm-prompt, tmm-add-one-shortcut)
1635 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1636 but not selectable.
1637
1638 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1639
1640 * faces.el (face-equal): Improve argument/docstring consistency.
1641
1642 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1643
1644 * progmodes/make-mode.el (makefile-targets-face)
1645 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1646 (makefile-bsdmake-dependency-regex)
1647 (makefile-makepp-rule-action-regex)
1648 (makefile-bsdmake-rule-action-regex): New constants.
1649 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1650
1651 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1652 Allow (...) within `...' for makepp messages.
1653
1654 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1655
1656 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1657
1658 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1659 "." files are deleted from all file lists before comparison.
1660
1661 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1662 (viper-ESC-key): Made them customizable.
1663
1664 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1665
1666 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1667
1668 * autorevert.el (auto-revert-buffers): Use save-match-data.
1669
1670 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1673 menu items with a nil command binding.
1674
1675 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1676
1677 * emacs-lisp/cl-macs.el (defsetf):
1678 Improve argument/docstring consistency.
1679
1680 * faces.el (list-faces-display): Improve the formatting by
1681 computing the maximum length required for any face-name (reworked
1682 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1683 (internal-find-face): Remove redundant info in docstring.
1684
1685 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1686
1687 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1688 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1689 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1690 (gdb-assembler-custom): Improve regexps.
1691 (def-gdb-auto-update-handler): Use window point to preserve point.
1692
1693 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1696
1697 2005-05-31 Jay Belanger <belanger@truman.edu>
1698
1699 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1700 to calc-embedded.
1701 (calc-embedded-make-info): Have plain prefix argument select
1702 entire line.
1703
1704 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1705
1706 * faces.el (list-faces-display): Signal error if passed a regexp
1707 that matches no face name.
1708
1709 * simple.el (filter-buffer-substring): Fix typo in docstring.
1710
1711 2005-05-31 Richard M. Stallman <rms@gnu.org>
1712
1713 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1714 (vhdl-emacs-21): Doc fix.
1715 (vhdl-mode): Unconditionally set comment-padding.
1716 (vhdl-fixup-whitespace-region): Insert spaces only where
1717 there are none.
1718 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1719
1720 2005-05-30 John Wiegley <johnw@newartisans.com>
1721
1722 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1723 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1724 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1725 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1726 `string-to-number'.
1727
1728 2005-05-30 Jay Belanger <belanger@truman.edu>
1729
1730 * calc/calc.el (calc-bug-address): Fix docstring.
1731 (calc-window-hook, calc-trail-window-hook): New variables.
1732 (calc-trail-display): Restore use of calc-trail-window-hook.
1733 (calc): Restore use of calc-window-hook.
1734
1735 2005-05-31 Masatake YAMATO <jet@gyve.org>
1736
1737 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1738
1739 * help-fns.el (help-C-file-name): Add autoload mark for
1740 `find-function-noselect'.
1741
1742 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1745 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1746
1747 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1748
1749 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1750 included diary buffer if it was not already being visited.
1751 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1752
1753 * calendar/icalendar.el (top-level): Do not require 'appt.
1754
1755 * mail/supercite.el (sc-select-attribution): Only use a list
1756 element from sc-attrib-selection-list if it returns a string.
1757 Reported by Davide G. M. Salvetti <salve@debian.org>.
1758
1759 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1760
1761 * thumbs.el (thumbs-thumbname): The resulting thubname now
1762 includes a hash value to improve its uniqueness, and has a ".jpg"
1763 extension. Also, it is now a valid filename on all systems.
1764 (thumbs-make-thumb): Use `let', not `let*'.
1765 (thumbs-show-thumbs-list): Check for JPEG availability.
1766
1767 2005-05-30 Richard M. Stallman <rms@gnu.org>
1768
1769 * filesets.el (filesets-menu-ensure-use-cached):
1770 Prevent warning when emacs-version>= is undefined.
1771
1772 * printing.el (pr-interactive-n-up): Use string-to-number.
1773
1774 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1775
1776 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1777 Warn only when name to be defined is quoted.
1778
1779 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1780
1781 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1782 Make regexp more robust.
1783 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1784 Force regeneration of disassembly.
1785
1786 2005-05-29 Jay Belanger <belanger@truman.edu>
1787
1788 * calc/calc.el (calc-user-invocation): Check if
1789 calc-invocation-macro is non-nil.
1790
1791 2005-05-29 Juri Linkov <juri@jurta.org>
1792
1793 * add-log.el (change-log-font-lock-keywords):
1794 Add `+' to e-mail regexp to accept mail address with keywords.
1795
1796 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1797
1798 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1799
1800 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1801
1802 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1803
1804 2005-05-29 Richard M. Stallman <rms@gnu.org>
1805
1806 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1807 Undo the change that moves to end of the current word.
1808
1809 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1810
1811 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1812 Throw error when count <= 0 to ensure input is a number.
1813 (gdb-read-memory-custom): Pick up address from buffer.
1814 (gdb-memory-mode): Allow user to increment and decrement
1815 memory address from header line.
1816
1817 2005-05-29 Richard M. Stallman <rms@gnu.org>
1818
1819 * flyspell.el (flyspell-version): Function deleted.
1820 (flyspell-auto-correct-previous-hook): Doc fix.
1821
1822 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1823 Do nothing if memory is full.
1824
1825 * font-lock.el (font-lock-fontify-syntactically-region):
1826 Pass t for GREEDY to looking-back.
1827
1828 * saveplace.el (save-place-alist-to-file): Write the file
1829 using write-region.
1830
1831 * subr.el (looking-back): New argument GREEDY.
1832
1833 * progmodes/compile.el (compilation-start): Set the mode
1834 before inserting the initial text.
1835
1836 * progmodes/which-func.el (which-func-update-1): Turn the mode
1837 off in case of error by setting which-func-mode.
1838
1839 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1840
1841 * flyspell.el (flyspell-auto-correct-previous-word):
1842 Narrow down to what's on the screen, and recenter overlays
1843 at the end of the next word.
1844
1845 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1846
1847 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1848 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1849 (flyspell-abbrev-p): Default to nil.
1850 (flyspell-use-global-abbrev-table-p): Doc fix.
1851 (flyspell-large-region): Allow nil as value.
1852 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1853
1854 (mail-mode-flyspell-verify): More robust handling
1855 of `mail-header-separator'. More efficient signature detection.
1856 Allow for regexp metacharacters in message-header-separator.
1857 Adding `To' not to be checked in mail-mode-flyspell-verify.
1858
1859 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1860 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1861 Bind flyspell-auto-correct-binding.
1862 Bind C-. and C-, .
1863 (flyspell-mode-map): Likewise.
1864 (flyspell-mode): Doc fix.
1865 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1866 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1867 (flyspell-word-cache-result): New var, always local.
1868 (flyspell-check-pre-word-p): Doc fix.
1869 (flyspell-check-changed-word-p): Handle spc like newline.
1870 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1871 (flyspell-word-search-backward, flyspell-word-search-forward):
1872 New functions.
1873 (flyspell-word): Return t if nothing to check.
1874 When parsing TeX code, check for after } or \.
1875 Use flyspell-word-search-backward to find previous word.
1876 Return nil if duplicated word.
1877 For word already checked, return same value as last time.
1878 Set flyspell-word-cache-result after checking.
1879 Don't clobber the return value.
1880 (flyspell-get-word): Major rewrite.
1881 (flyspell-external-point-words): New locals pword, pcount.
1882 Fix size used in progress message.
1883 Find the proper corresponding word in flyspell-large-region-buffer.
1884 (flyspell-region): Check for flyspell-large-region = nil.
1885 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1886 (flyspell-auto-correct-word): Check that WORD is a cons.
1887 (flyspell-correct-word): Likewise.
1888
1889 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1890
1891 * progmodes/make-mode.el (makefile-rule-action-regex)
1892 (makefile-macroassign-regex, makefile-makepp-mode)
1893 (makefile-bsdmake-mode): Continuation lines may be empty.
1894 Reported by Joshua Varner.
1895 (makefile-makepp-font-lock-keywords): Add $(stem).
1896
1897 2005-05-28 Karl Berry <karl@gnu.org>
1898
1899 * textmodes/tex-mode.el: Now that tex-send-command calls
1900 shell-quote-argument (2005-03-31 change), remove all calls to
1901 shell-quote-argument; they all end up invoking tex-send-command.
1902 The double quoting loses on filenames with non-safe characters,
1903 such as "@". Reported by Frederik Fouvry.
1904
1905 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1906
1907 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1908 about preserving point.
1909
1910 2005-05-27 Jay Belanger <belanger@truman.edu>
1911
1912 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1913 Info-goto-node.
1914
1915 * calc/calc-embed.el (calc-embed-arg): New variable.
1916 (calc-do-embedded-activate, calc-embedded-activate-formula)
1917 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1918 variable by new variable.
1919 (calc-embedded-make-info): Replace undeclared variable by new
1920 variable. When selecting region with positive prefix
1921 argument, use end of previous line instead of beginning of line.
1922
1923 * calc/calc-aent.el (calc-arg-values): Declare it.
1924
1925 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1926 Declare them.
1927
1928 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1929
1930 * calc/calc.el (calc-alg-map): Declare it.
1931
1932 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1933
1934 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1935
1936 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1937 (gdb-registers-buffer, toggle-gdb-all-registers):
1938 Toggle display of floating point registers.
1939 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1940
1941 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1942 (toggle-gud-tooltip-dereference):
1943 Rename from gud-toggle-tooltip-dereference.
1944
1945 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1948
1949 2005-05-27 Jay Belanger <belanger@truman.edu>
1950
1951 * calc/calc-prog.el (calc-kbd-report): Remove.
1952 (calc-kbd-query): Rewrite.
1953
1954 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1955
1956 * image.el (image-library-alist): Move to image.c.
1957 (image-type-available-p): Doc fix.
1958
1959 2005-05-27 Lute Kamstra <lute@gnu.org>
1960
1961 * calc/calc.el (calc):
1962 * outline.el (outline-1, outline-2, outline-3, outline-4)
1963 (outline-5, outline-6, outline-7, outline-8):
1964 * textmodes/dns-mode.el (dns-mode):
1965 * textmodes/sgml-mode.el (sgml-namespace-face):
1966 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1967 (tex-verbatim-face, tex-use-reftex):
1968 * textmodes/texinfo.el (texinfo-heading-face):
1969 Specify customization group.
1970
1971 * longlines.el: Don't require easy-mmode.
1972 (longlines-visible-face): Specify customization group.
1973
1974 2005-05-27 Kenichi Handa <handa@m17n.org>
1975
1976 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1977 encoding table of windows-1251.
1978
1979 * international/ucs-tables.el (ucs-set-table-for-input):
1980 If translation-table-for-input of a coding system is a symbol, get
1981 its translation-table property.
1982
1983 * international/code-pages.el: Don't register a coding system into
1984 non-iso-charset-alist more than once.
1985 (cp-make-coding-system): Likewise.
1986
1987 2005-05-26 John Wiegley <johnw@newartisans.com>
1988
1989 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1990 `eshell-resume-eval' is wrapped in a list, it indicates that the
1991 command was run asynchronously. In that case, unwrap the value
1992 before checking the delimiter value.
1993
1994 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1995 character before a space at the end of a line is \, assume the space
1996 is part of the last argument rather than a final argument separator.
1997
1998 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1999 is in use, and the target is `t' or `nil' (which are the most common
2000 values), don't assume that the symbol target is a buffer.
2001
2002 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
2003
2004 * calendar/calendar.el (calendar-mode-line-format):
2005 Use mode-line-highlight as mouse-face.
2006
2007 * time.el (display-time-string-forms, display-time-update):
2008 Use mode-line-highlight as mouse-face.
2009
2010 2005-05-26 Jay Belanger <belanger@truman.edu>
2011
2012 * calc/calc.el (calc-language-alist): Remove extra defvar.
2013
2014 2005-05-26 Lute Kamstra <lute@gnu.org>
2015
2016 * arc-mode.el (archive-mode):
2017 * bookmark.el (bookmark-read-annotation-mode)
2018 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2019 * bs.el (bs-mode):
2020 * calc/calc-yank.el (calc-edit-mode):
2021 * calc/calc.el (calc-mode, calc-trail-mode):
2022 * calculator.el (calculator-mode):
2023 * chistory.el (command-history-mode):
2024 * comint.el:
2025 * cus-edit.el (custom-mode):
2026 * descr-text.el (describe-text-mode):
2027 * ebuff-menu.el (Electric-buffer-menu-mode):
2028 * ediff-util.el (ediff-mode):
2029 * emacs-lisp/re-builder.el (reb-mode):
2030 * emulation/vi.el (vi-mode-setup):
2031 * emulation/ws-mode.el (wordstar-mode):
2032 * eshell/esh-mode.el (eshell-mode):
2033 * forms.el (forms-mode):
2034 * help-mode.el (help-mode):
2035 * hexl.el (hexl-mode):
2036 * ibuffer.el (ibuffer-mode):
2037 * ielm.el (inferior-emacs-lisp-mode):
2038 * info.el (Info-mode, Info-edit-mode):
2039 * international/swedish.el:
2040 * ledit.el (ledit-from-lisp-mode):
2041 * locate.el (locate-mode):
2042 * mail/rmail.el (rmail-mode):
2043 * mail/rmailedit.el (rmail-edit-mode):
2044 * mail/rmailsum.el (rmail-summary-mode):
2045 * mail/supercite.el (sc-electric-mode):
2046 * net/eudc.el (eudc-mode):
2047 * net/quickurl.el (quickurl-list-mode):
2048 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
2049 * obsolete/ooutline.el (outline-mode):
2050 * obsolete/options.el (Edit-options-mode):
2051 * obsolete/rnews.el (news-mode):
2052 * obsolete/rnewspost.el (news-reply-mode):
2053 * play/5x5.el (5x5-mode):
2054 * play/decipher.el (decipher-mode, decipher-stats-mode):
2055 * play/gomoku.el (gomoku-mode):
2056 * play/snake.el (snake-mode):
2057 * play/solitaire.el (solitaire-mode):
2058 * play/tetris.el (tetris-mode):
2059 * progmodes/ada-mode.el (ada-mode):
2060 * progmodes/antlr-mode.el (antlr-mode):
2061 * progmodes/autoconf.el (autoconf-mode):
2062 * progmodes/dcl-mode.el (dcl-mode):
2063 * progmodes/delphi.el (delphi-mode):
2064 * progmodes/ebrowse.el (ebrowse-tree-mode)
2065 (ebrowse-electric-list-mode, ebrowse-member-mode)
2066 (ebrowse-electric-position-mode):
2067 * progmodes/f90.el (f90-mode):
2068 * progmodes/fortran.el (fortran-mode):
2069 * progmodes/icon.el (icon-mode):
2070 * progmodes/idlw-help.el (idlwave-help-mode):
2071 * progmodes/idlw-shell.el (idlwave-shell-mode):
2072 * progmodes/idlwave.el (idlwave-mode):
2073 * progmodes/inf-lisp.el (inferior-lisp-mode):
2074 * progmodes/m4-mode.el (m4-mode):
2075 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2076 * progmodes/modula2.el (modula-2-mode):
2077 * progmodes/octave-inf.el (inferior-octave-mode):
2078 * progmodes/octave-mod.el (octave-mode):
2079 * progmodes/pascal.el (pascal-mode):
2080 * progmodes/sh-script.el (sh-mode):
2081 * progmodes/sql.el (sql-mode, sql-interactive-mode):
2082 * progmodes/vhdl-mode.el (vhdl-mode):
2083 * progmodes/xscheme.el (scheme-interaction-mode):
2084 * replace.el (occur-mode):
2085 * ses.el (ses-mode):
2086 * simple.el (completion-list-mode):
2087 * skeleton.el:
2088 * speedbar.el (speedbar-mode):
2089 * term.el (term-mode):
2090 * terminal.el (terminal-edit-mode):
2091 * textmodes/reftex-index.el (reftex-index-mode)
2092 (reftex-index-phrases-mode):
2093 * textmodes/reftex-sel.el (reftex-select-label-mode)
2094 (reftex-select-bib-mode):
2095 * textmodes/reftex-toc.el (reftex-toc-mode):
2096 * wdired.el (wdired-change-to-wdired-mode):
2097 * wid-browse.el (widget-browse-mode):
2098 Use run-mode-hooks.
2099
2100 * array.el (array-mode):
2101 * calendar/todo-mode.el (todo-mode):
2102 * man.el (Man-mode):
2103 * play/landmark.el (lm-mode):
2104 * play/mpuz.el (mpuz-mode):
2105 Use kill-all-local-variables and run-mode-hooks.
2106
2107 * subr.el (delay-mode-hooks): Specify indentation.
2108
2109 2005-05-26 Mark A. Hershberger <mah@everybody.org>
2110
2111 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2112
2113 2005-05-26 Jay Belanger <belanger@truman.edu>
2114
2115 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2116 of nil.
2117
2118 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
2119
2120 * progmodes/gdb-ui.el (gdb-frame-address):
2121 Rename from gdb-current-address.
2122 (gdb-previous-frame-address): Rename from gdb-previous-address.
2123 (gdb-selected-frame): Rename from gdb-current-frame.
2124 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2125 (gdb-frame-number): Rename from gdb-current-stack-level.
2126 (gdb-ann3): Match new mode-name for disassembly buffer.
2127 Extend initialisation of variables.
2128 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2129 (gdb-memory-mode): Use mouse-face in header line.
2130 (gdb-assembler-buffer-name): Call it disassembly and give frame
2131 in mode line.
2132 (gdb-source-spec-regexp, gdb-assembler-custom)
2133 (gdb-invalidate-assembler, gdb-frame-handler):
2134 Make robust to leading zeroes in address format.
2135
2136 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
2137
2138 * textmodes/org.el (org-mode): Use `define-derived-mode' to
2139 define `org-mode'.
2140 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2141
2142 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * log-edit.el (log-edit-changelog-entries): Distinguish between
2145 filenames like xfns.c and fns.c.
2146
2147 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
2148
2149 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2150 point after reverting.
2151 (Buffer-menu-make-sort-button): Handle the case where
2152 `Buffer-menu-use-header-line' is nil.
2153
2154 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2155
2156 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2157 New funcs. In minibuffer-local-completion-map bind `]', `/'
2158 and `:' to them.
2159
2160 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * startup.el (normal-top-level): Allow modification of load-path while
2163 we're iterating over it.
2164
2165 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
2166
2167 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2168 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2169 (thumbs-resize-interactive, thumbs-insert-image)
2170 (thumbs-insert-thumb, thumbs-dired-show-marked)
2171 (thumbs-find-image-at-point, thumbs-delete-images)
2172 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2173 (thumbs-increment-image-size, thumbs-decrement-image-size):
2174 Fix typos in docstrings.
2175
2176 2005-05-24 Andre Spiegel <spiegel@gnu.org>
2177
2178 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2179 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2180 (cperl-mode): Use them.
2181
2182 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * window.el (quit-window, shrink-window-if-larger-than-buffer):
2185 Doc fixes.
2186
2187 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
2188
2189 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2190 Bind C-d to gdb-inferior-io-eof.
2191
2192 * dired.el (dired-dnd-popup-notice): Use message-box.
2193
2194 2005-05-23 Masatake YAMATO <jet@gyve.org>
2195
2196 * bindings.el (mode-line-major-mode-keymap):
2197 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2198
2199 * faces.el (mode-line-highlight): New face.
2200
2201 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2202 as mouse-face.
2203
2204 * bindings.el (top-level, help-echo, mode-line-modified)
2205 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2206 as mouse-face.
2207
2208 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * progmodes/cc-engine.el (c-guess-basic-syntax):
2211 Remove spurious call to `zerop'.
2212
2213 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2214
2215 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2216
2217 CC Mode update to 5.30.10:
2218
2219 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2220 could go past the limit in decoration level 2, thereby causing
2221 errors during interactive fontification.
2222
2223 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2224 the file is evaluated interactively.
2225
2226 * cc-engine.el (c-guess-basic-syntax): Handle operator
2227 declarations somewhat better in C++.
2228
2229 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2230 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2231 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2232 (awk-mode): Use it.
2233 (make-local-hook): Suppress warning about obsoleteness.
2234
2235 * cc-engine.el, cc-align.el, cc-cmds.el
2236 (c-append-backslashes-forward, c-delete-backslashes-forward)
2237 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2238 Compensate for return value from `forward-line' when it has moved
2239 but not to a different line due to eob.
2240
2241 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2242 `objc-method-intro' and `objc-method-args-cont'.
2243
2244 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2245
2246 CC Mode update to 5.30.10:
2247
2248 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2249 in the copyright statement. Incidentally, change "along with GNU
2250 Emacs" to "along with this program" where it occurs.
2251
2252 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2253 so that it is interactive, hence can be found by M-x awk-mode
2254 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2255 <gmorris+emacs@ast.cam.ac.uk>.
2256
2257 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2258 Mode's regexps.
2259
2260 2005-05-23 Kevin Ryde <user42@zip.com.au>
2261
2262 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2263 c-parse-state, to avoid a lisp error (on bad code).
2264
2265 2005-05-23 Lute Kamstra <lute@gnu.org>
2266
2267 * subr.el (font-lock-defaults): Remove defvar as it's already
2268 defined in font-core.el.
2269
2270 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2271
2272 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2273
2274 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2275 more general and work when GDB variable "print pretty" is on,
2276 as with Emacs, for example.
2277
2278 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2279
2280 * font-core.el: Update comment.
2281
2282 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2283 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2284
2285 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2286
2287 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2288
2289 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2290 and `yank-handler' in the doc strings.
2291
2292 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2295
2296 2005-05-22 Richard M. Stallman <rms@gnu.org>
2297
2298 * help.el (describe-key): Move print-help-return-message call
2299 out of conditional.
2300
2301 * progmodes/etags.el (list-tags): Use with-no-warnings.
2302
2303 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2304 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2305 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2306
2307 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2308
2309 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2310 Add defvar.
2311
2312 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2313 Use defvar, not defconst.
2314
2315 * hexl.el (hexl-follow-line): Use with-no-warnings.
2316
2317 * emulation/tpu-extras.el: Use write-file-functions instead of
2318 write-file-hooks.
2319
2320 * dired.el (dired-font-lock-keywords): Fontify files with junk
2321 extensions even if marked by -F.
2322
2323 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2324
2325 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2326 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2327 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2328 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2329 (concatenate, list-length, get*, getf, cl-remprop):
2330 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2331 (etypecase, progv, lexical-let, lexical-let*)
2332 (multiple-value-bind, multiple-value-setq, shiftf):
2333 Improve argument/docstring consistency.
2334
2335 * subr.el (focus-frame, unfocus-frame):
2336 Revert deletion on 2005-05-01.
2337
2338 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2339
2340 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2341 doesn't exist.
2342
2343 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2344 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2345
2346 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2347
2348 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2349 already deleted variables: auto-fill-hook, blink-paren-hook,
2350 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2351 suspend-hooks, comment-indent-hook, meta-flag,
2352 before-change-function, after-change-function,
2353 font-lock-doc-string-face.
2354
2355 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2356
2357 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2358
2359 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2360
2361 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2362 rmail-dont-reply-to.
2363
2364 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2365
2366 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2367 literal blank when splitting new-header-values.
2368
2369 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2370
2371 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2372 string so that tmm doesn't create a completion entry for it.
2373
2374 * textmodes/table.el (table-disable-menu): Ditto.
2375
2376 2005-05-21 Richard M. Stallman <rms@gnu.org>
2377
2378 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2379
2380 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2381
2382 * net/rcompile.el (remote-compile): Use compilation-start.
2383
2384 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2385
2386 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2387
2388 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2389 Default to makefile-bsdmake-mode on BSD systems.
2390
2391 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2392 REGEXP may also be a search function now. The part of doc-string
2393 for describing the structure was 95% identical to that of
2394 `imenu--generic-function'. Unify it there.
2395
2396 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2397 Use function to find dependencies, because regexp alone is so complex,
2398 it easily goes into an endless loop.
2399 (makefile-makepp-mode): Also add submenu for Perl functions
2400 defined in the makefile.
2401 (makefile-bsdmake-mode): Special imenu-generic-expression no
2402 longer needed, due to function call.
2403 (makefile-match-dependency): Take BOUND into account when checking
2404 if we're through.
2405
2406 2005-05-20 Jay Belanger <belanger@truman.edu>
2407
2408 * calc/calc-units.el (calc-invalidate-units-table):
2409 Use inhibit-read-only.
2410 (math-build-units-table-buffer): Use view-mode.
2411
2412 2005-05-20 David Kastrup <dak@gnu.org>
2413
2414 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2415 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2416
2417 2005-05-20 Lute Kamstra <lute@gnu.org>
2418
2419 * diff-mode.el (diff-header-face, diff-file-header-face)
2420 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2421 (diff-added-face, diff-changed-face, diff-function-face)
2422 (diff-context-face, diff-nonexistent-face): Put them in the
2423 diff-mode customization group.
2424
2425 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2428
2429 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2430
2431 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2432 Minor regexp-optimization.
2433
2434 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2435
2436 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2437 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2438 (org-agenda-add-time-grid-maybe): New function.
2439 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2440 (org-table-create): `dotimes' instead of `mapcar'.
2441 (org-xor): Simplify implementation.
2442 (org-agenda): `inhibit-redisplay' turned on.
2443 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2444 a consistent line after a state change.
2445 (org-agenda-remove-times-when-in-prefix): New option.
2446 (org-prefix-has-time): New variable.
2447 (org-parse-time-string): Optional argument NODEFAULT.
2448 (org-format-agenda-item): Parse items for time-of-day
2449 specifications and move these into the prefix if possible.
2450 (org-agenda-priority): Get current heading, not previous heading
2451 during agenda remote editing.
2452
2453 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2454
2455 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2456 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2457 (remove-duplicates, delete-duplicates, substitute)
2458 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2459 (nsubstitute-if-not, find, find-if, find-if-not, position)
2460 (position-if, position-if-not, count, count-if, count-if-not)
2461 (mismatch, search, sort*, stable-sort, merge, member*)
2462 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2463 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2464 (intersection, nintersection, set-difference, nset-difference)
2465 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2466 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2467 (nsublis, tree-equal): Improve argument/docstring consistency.
2468
2469 * subr.el (send-string, send-region):
2470 Remove obsolescence declaration.
2471 (window-dot, set-window-dot, read-input, show-buffer)
2472 (eval-current-buffer, string-to-int):
2473 Add release number to obsolescence declarations.
2474
2475 2005-05-19 Kim F. Storm <storm@cua.dk>
2476
2477 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2478 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2479
2480 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2481
2482 * faces.el (list-faces-display): Make back button respect optional
2483 regexp arg.
2484
2485 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2486
2487 * calculator.el (calculator-radix-grouping-mode)
2488 (calculator-radix-grouping-digits, calculator-displayer)
2489 (calculator-radix-grouping-separator, calculator-copy-displayer):
2490 * dabbrev.el (dabbrev-search-these-buffers-only):
2491 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2492 (diff-advance-after-apply-hunk, diff-mode-hook)
2493 (diff-minor-mode-prefix):
2494 * imenu.el (imenu-use-popup-menu):
2495 * jit-lock.el (jit-lock-context-time):
2496 * newcomment.el (comment-fill-column, comment-column)
2497 (comment-style, comment-padding, comment-multi-line)
2498 (comment-empty-lines, comment-auto-fill-only-comments):
2499 * reveal.el (reveal-around-mark):
2500 * uniquify.el (uniquify-buffer-name-style)
2501 (uniquify-after-kill-buffer-p)
2502 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2503 (uniquify-min-dir-content, uniquify-separator)
2504 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2505 * w32-vars.el (w32-fixed-font-alist):
2506 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2507 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2508 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2509 * progmodes/perl-mode.el (perl-indent-level)
2510 (perl-continued-statement-offset, perl-continued-brace-offset)
2511 (perl-brace-offset, perl-brace-imaginary-offset)
2512 (perl-label-offset, perl-indent-continued-arguments)
2513 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2514 * progmodes/tcl.el (tcl-indent-level)
2515 (tcl-continued-indent-level, tcl-auto-newline)
2516 (tcl-tab-always-indent, tcl-electric-hash-style)
2517 (tcl-help-directory-list, tcl-use-smart-word-finder)
2518 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2519 (inferior-tcl-source-command):
2520 * textmodes/fill.el (enable-kinsoku):
2521 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2522 * textmodes/table.el (table-yank-handler):
2523 Specify missing group (and type, if simple) in defcustom.
2524
2525 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2526
2527 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2528
2529 2005-05-19 Richard M. Stallman <rms@gnu.org>
2530
2531 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2532
2533 * subr.el (event-basic-type): Don't get an error.
2534 (left-fringe-p): Function deleted.
2535
2536 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2537 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2538
2539 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2540 in recursive copy.
2541
2542 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2543
2544 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2545
2546 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2547 Call byte-compile-nogroup-warn if appropriate.
2548
2549 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2550 (compilation-set-window): Don't call left-fringe-p; do it directly.
2551
2552 2005-05-19 Jay Belanger <belanger@truman.edu>
2553
2554 * calc/calc-graph.el (calc-graph-format-data): Make sure
2555 var-PlotRejects is bound before trying to check its value.
2556
2557 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2558
2559 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2560 definition of this variable from reftex-global.el to reftex.el,
2561 because it is needed in the menu.
2562
2563 2005-05-19 Lute Kamstra <lute@gnu.org>
2564
2565 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2566 years are fixed. Don't insert a space after a dash.
2567
2568 2005-05-19 Kim F. Storm <storm@cua.dk>
2569
2570 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2571
2572 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2573
2574 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2575 strings, because (eq ... ?\\) is fairly frequent.
2576
2577 * progmodes/make-mode.el (makefile-add-this-line-targets):
2578 Simplify and integrate into `makefile-pickup-targets'.
2579 (makefile-add-this-line-macro): Simplify and integrate into
2580 `makefile-pickup-macros.
2581 (makefile-pickup-filenames-as-targets): Simplify.
2582 (makefile-previous-dependency, makefile-match-dependency):
2583 Don't stumble over `::'.
2584
2585 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2586
2587 * subr.el (post-command-idle-hook, post-command-idle-delay):
2588 Remove obsoletion of post-command-idle-hook and
2589 post-command-idle-delay.
2590
2591 * faces.el (list-faces-display): Provide button when describe-face
2592 is called to take user back to the list of faces.
2593
2594 * help-fns.el (describe-variable): Remove hyperlinks in a
2595 variable's value as these are quite frequently inappropriate.
2596
2597 * follow.el (follow-submit-feedback, follow-mode):
2598 Remove references to post-command-idle-hook.
2599
2600 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2601
2602 * progmodes/make-mode.el (makefile-previous-dependency)
2603 (makefile-match-dependency): Check for := (and in bsd mode also
2604 !=) to give a better result, even when font-lock is not on.
2605
2606 2005-05-18 Jay Belanger <belanger@truman.edu>
2607
2608 * calc/calc-help.el (calc-s-prefix-help):
2609 Add `calc-copy-special-constant' to help string.
2610
2611 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2612
2613 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2614
2615 2005-05-18 Jay Belanger <belanger@truman.edu>
2616
2617 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2618 in linear factors are in proper order.
2619
2620 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2621
2622 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2623 Support for jurabib.
2624
2625 * textmodes/reftex.el (featurep): Define aliases for overlay
2626 commands, for XEmacs compatibility, and use these aliases in
2627 overlay initializations.
2628 (reftex-highlight): Use `reftex-move-overlay'.
2629 (reftex-unhighlight): Use `reftex-delete-overlay'.
2630 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2631 (reftex-access-search-path): Use `reftex-uniquify' instead of
2632 `reftex-uniq'
2633
2634 * textmodes/reftex-sel.el (reftex-select-unmark):
2635 Overlay `before-string' property modification enables for Emacs as well.
2636 (reftex-select-item): Use `reftex-delete-overlay'.
2637 (reftex-select-mark): Use `reftex-make-overlay' and
2638 `reftex-overlay-put'.
2639 (reftex-select-unmark): Use `reftex-delete-overlay' and
2640 `reftex-overlay-put'.
2641
2642 2005-05-18 Lute Kamstra <lute@gnu.org>
2643
2644 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2645
2646 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2647
2648 * add-log.el (add-change-log-entry):
2649 * array.el (array-make-template, array-reconfigure-rows)
2650 (array-init-max-row, array-init-max-column)
2651 (array-init-columns-per-line, array-init-field-width):
2652 * replace.el (replace-match-maybe-edit, perform-replace):
2653 * textmodes/spell.el (spell-region):
2654 Replace `read-input' by `read-string'.
2655
2656 * forms.el (forms-mode):
2657 * finder.el (finder-compile-keywords):
2658 * shadowfile.el (shadow-read-files):
2659 Replace `eval-current-buffer' by `eval-buffer'.
2660
2661 * terminal.el (te-pass-through):
2662 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2663 (ange-ftp-raw-send-cmd):
2664 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2665 (send-process-next-char, telnet-initial-filter, telnet):
2666 Replace `send-string' by `process-send-string'.
2667
2668 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2669 (prolog-consult-region): Replace `send-string' by
2670 `process-send-string'; replace `send-region' by `process-send-region'.
2671
2672 * progmodes/delphi.el (delphi-log-msg):
2673 Replace `set-window-dot' by `set-window-point'.
2674
2675 * subr.el (window-dot, set-window-dot, read-input, send-string)
2676 (send-region, show-buffer, eval-current-buffer):
2677 Make really obsolete, as the comment says.
2678
2679 2005-05-17 Kim F. Storm <storm@cua.dk>
2680
2681 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2682 (cua--init-keymaps): Bind C-return instead of S-return to set
2683 rectangle mark.
2684
2685 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2686 instead of S-return to toggle/clear rectangle mark.
2687
2688 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2689
2690 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2691 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2692 Also fontify plain strings assigned to variables, mostly so that a
2693 colon has a face and is thus not taken as a dependency separator.
2694 (makefile-previous-dependency): Inline the new matcher, because it
2695 is too complex to work in both directions.
2696 (makefile-match-dependency): Eliminate `backward' arg (see above).
2697 Completely reimplemented so as to not sometimes go into an endless
2698 loop. It should also be more efficient, because first it only
2699 searches for `:', instead of applying the very complex regexp.
2700 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2701 to be fontified in one piece can be too long for JIT.
2702 Makefiles are never *that* big.
2703
2704 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2705
2706 * dired.el (dired-mode): Simplify.
2707
2708 2005-05-17 Lute Kamstra <lute@gnu.org>
2709
2710 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2711 defcustom for the mode hook variable.
2712
2713 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2714 Emacs Lisp Reference Manual.
2715
2716 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2719 (evenp, list*):
2720 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2721 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2722
2723 * net/tramp-smb.el (tramp-smb-open-connection):
2724 Pass `tramp-chunksize' as fifth (required) argument.
2725
2726 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2727
2728 * font-lock.el (lisp-font-lock-keywords-1):
2729 Set `font-lock-negation-char-face' for [^...] char group.
2730 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2731
2732 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2733 a var, and refine it to mask one more level of nested vars.
2734 (makefile-rule-action-regex): Turn it into a var, and refine it so
2735 it recognizes backslashed continuation lines as belonging to the
2736 same command.
2737 (makefile-macroassign-regex): Refine it so it recognizes
2738 backslashed continuation lines as belonging to the same command.
2739 (makefile-var-use-regex): Don't look at the next char, because it
2740 might be the same one to be skipped by the initial [^$], leading
2741 to an overlooked variable use.
2742 (makefile-make-font-lock-keywords): Remove two parameters, which
2743 are now variables that some of the modes set locally.
2744 Handle dependency and rule action matching through functions, because
2745 regexps alone match too often. Dependency matching now comes
2746 last, so it can check, whether a colon already matched something else.
2747 (makefile-mode): Inform that font-lock improves makefile parsing
2748 capabilities.
2749 (makefile-match-dependency, makefile-match-action): New functions.
2750
2751 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2754
2755 * align.el (align-regexp):
2756 * ansi-color.el (ansi-color-get-face):
2757 * array.el (array-reconfigure-rows, array-init-max-row)
2758 (array-init-max-column, array-init-columns-per-line)
2759 (array-init-field-width):
2760 * dired-aux.el (dired-trample-file-versions):
2761 * dired-x.el (dired-mark-sexp):
2762 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2763 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2764 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2765 * faces.el (face-read-integer):
2766 * files.el (backup-extract-version, insert-directory):
2767 * hexl.el (hexl-insert-decimal-char):
2768 * server.el (server-process-filter):
2769 * shell.el (shell-extract-num):
2770 * startup.el (command-line-1):
2771 * term.el (term-command-hook):
2772 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2773 (time-stamp-do-number):
2774 * time.el (display-time-update):
2775 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2776 (timezone-fix-time):
2777 * vms-patch.el (vms-suspend-resume-hook):
2778 * calendar/appt.el (appt-convert-time):
2779 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2780 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2781 * calendar/cal-islam.el (mark-islamic-diary-entries):
2782 * calendar/calendar.el (calendar-cursor-to-date)
2783 (calendar-star-date):
2784 * calendar/diary-lib.el (diary-attrtype-convert)
2785 (mark-diary-entries, diary-entry-time):
2786 * calendar/solar.el (solar-get-number):
2787 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2788 * emacs-lisp/re-builder.el (reb-display-subexp):
2789 * emulation/edt.el (edt-set-scroll-margins):
2790 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2791 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2792 (vip-get-ex-count):
2793 * emulation/viper-ex.el (viper-get-ex-token)
2794 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2795 * international/fontset.el (fontset-plain-name):
2796 * mail/feedmail.el (feedmail-look-at-queue-directory):
2797 * mail/mailalias.el (mail-get-names):
2798 * mail/rmail.el (rmail-convert-to-babyl-format):
2799 * mail/rmailsum.el (rmail-make-basic-summary-line)
2800 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2801 (rmail-summary-goto-msg):
2802 * mail/smtpmail.el (smtpmail-read-response):
2803 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2804 (ange-ftp-vms-add-file-entry):
2805 * play/gametree.el (gametree-looking-at-ply)
2806 (gametree-current-branch-score):
2807 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2808 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2809 * progmodes/cperl-mode.el (condition-case):
2810 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2811 (ebrowse-set-member-buffer-column-width)
2812 (ebrowse-select-1st-to-9nth):
2813 * progmodes/etags.el (etags-snarf-tag):
2814 * progmodes/flymake.el (flymake-parse-line):
2815 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2816 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2817 (idlwave-shell-menu-def):
2818 * progmodes/ps-mode.el (ps-run-goto-error):
2819 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2820 (vhdl-speedbar-contract-level):
2821 * term/mac-win.el (x-handle-numeric-switch):
2822 * term/sun-mouse.el (sun-get-frame-data):
2823 * term/w32-win.el (x-handle-numeric-switch):
2824 * term/x-win.el (x-handle-numeric-switch):
2825 * textmodes/ispell.el (ispell-parse-output):
2826 * textmodes/nroff-mode.el (nroff-outline-level):
2827 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2828 (reftex-bib-sort-year-reverse, reftex-format-citation):
2829 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2830 (reftex-section-number):
2831 * textmodes/texinfmt.el (texinfo-paragraphindent):
2832 Replace `string-to-int' by `string-to-number'.
2833
2834 * international/latexenc.el: Add page marker to force the "Local
2835 Variables:" string out of the last page.
2836
2837 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2838
2839 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2840 tooltip-change-major-mode.
2841 (gud-tooltip-print-command): Remove case where gud-minor-mode
2842 is gdb ("--fullname").
2843 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2844 explain to user.
2845
2846 2005-05-16 Jay Belanger <belanger@truman.edu>
2847
2848 * calc/calc-store.el (calc-copy-special-constant): New function.
2849
2850 * calc/calc-ext.el (calc-init-extensions): Add binding for
2851 `calc-copy-special-constant'.
2852
2853 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2854 for the `calc-copy-special-constant' command.
2855
2856 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2857
2858 * subr.el (left-fringe-p): New function.
2859
2860 * progmodes/compile.el (compilation-setup): Set local value of
2861 overlay-arrow-string to "" always.
2862 (compilation-set-window): Left fringe then don't scroll.
2863 No left fringe then no arrow and scroll message to top.
2864 (compilation-context-lines): Adjust doc string accordingly.
2865
2866 2005-05-16 Kim F. Storm <storm@cua.dk>
2867
2868 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2869 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2870 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2871 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2872 (ido-read-file-name): Handle commands with ido property value
2873 equal to find-file as reading a file name, to allow C-d to enter dired.
2874 (ibuffer-find-file): Add ido property with value find-file.
2875
2876 2005-05-15 Kim F. Storm <storm@cua.dk>
2877
2878 * subr.el (open-network-stream-nowait): Remove.
2879 (open-network-stream-server): Remove.
2880
2881 2005-05-15 Richard M. Stallman <rms@gnu.org>
2882
2883 * faces.el (describe-face): Output a definition link button.
2884
2885 * help-mode.el (help-face-def): New button type.
2886
2887 * emacs-lisp/copyright.el (copyright-fix-years):
2888 Match properly if the first year is 2-digit.
2889 Don't mess up the whitespace after the years by filling.
2890
2891 * dired-aux.el (dired-mark-confirm):
2892 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2893
2894 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2895 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2896 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2897
2898 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2899 Set font-lock-comment-start-skip.
2900
2901 * font-lock.el (font-lock-comment-start-skip): New variable.
2902 (font-lock-comment-end-skip): New variable.
2903 (font-lock-fontify-syntactically-region): Use them if non-nil.
2904
2905 2005-05-15 Jay Belanger <belanger@truman.edu>
2906
2907 * calc/calc-store.el (calc-store-value): Return a string rather
2908 than display it as a message.
2909 Use calc-var-name for variable name.
2910 (calc-store-into): Add the result of calc-store-value to message.
2911 (calc-copy-variable): Add a message.
2912 (calc-store-exchange): Improve error messages.
2913 (calc-store-binary, calc-store-map): Don't reset the values of
2914 special constants.
2915
2916 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2917
2918 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2919 manual to docstring.
2920
2921 * files.el (hack-local-variables-confirm): Add STRING argument.
2922 Make the function handle non file visiting buffers correctly.
2923 (hack-local-variables-prop-line, hack-local-variables)
2924 (hack-one-local-variable): Use STRING arg of
2925 `hack-local-variables-confirm'.
2926
2927 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2928
2929 Sync with Tramp 2.0.49.
2930
2931 * tramp.el (tramp-handle-dired-call-process)
2932 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2933 because the contents of the Tramp buffer is changed before
2934 insertion (`expand-file' and alike).
2935 (tramp-handle-insert-directory): If `localname' has an empty
2936 nondirectory name, it must not be quoted.
2937 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2938 variable `tramp-chunksize'. Change callees.
2939 (tramp-open-connection-setup-interactive-shell): Check remote host
2940 for buggy `send-process-string' implementation.
2941 Set `tramp-chunksize' if found. Reported by Michael Kifer
2942 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2943 (tramp-handle-shell-command): `insert-buffer' cannot be used
2944 because the contents of the Tramp buffer is changed before
2945 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2946 <frederic.bothamy@free.fr>.
2947 (tramp-set-auto-save): Actions should be done for Tramp file name
2948 handler only. Ange-FTP has its own auto-save mechanism.
2949 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2950 (tramp-set-auto-save-file-modes): Set file modes of
2951 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2952 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2953 (tramp-bug): Remove obsolete variable.
2954 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2955 for presence of `mml-mode'. Make it running for older Emacsen as well.
2956
2957 2005-05-14 John Paul Wallington <jpw@pobox.com>
2958
2959 * ibuf-ext.el (define-ibuffer-filter filename):
2960 If `dired-directory' is a list, use its car.
2961
2962 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2963
2964 * ibuffer.el (define-ibuffer-column filename):
2965 If `dired-directory' is a list, use its car.
2966
2967 2005-05-14 Richard M. Stallman <rms@gnu.org>
2968
2969 * subr.el (symbol-file): Doc fix.
2970
2971 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2972 (byte-compile-form): Call byte-compile-nogroup-warn.
2973 (byte-compile-warning-types): Doc fix.
2974
2975 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2976
2977 * progmodes/cc-engine.el (c-literal-faces):
2978 Add font-lock-comment-delimiter-face.
2979
2980 * net/net-utils.el (dig): Use with-no-warnings.
2981
2982 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2983 (sc-recite-frame-alist, sc-default-cite-frame)
2984 (sc-default-uncite-frame, sc-default-recite-frame)
2985 (sc-attrib-selection-list, sc-rewrite-header-list):
2986 Mark as risky-local-variable.
2987
2988 * international/ogonek.el (ogonek-jak, ogonek-how):
2989 Don't use beginning-of-buffer.
2990
2991 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2992
2993 * calendar/solar.el (solar-data-list): Move definition up.
2994
2995 * dnd.el (dnd-protocol-alist): Add autoload.
2996
2997 * progmodes/sh-script.el: Many doc usage fixes.
2998 (sh-indent-after-do): Change default to match common styles.
2999
3000 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
3001
3002 * files.el (interpreter-mode-alist)
3003 (auto-mode-interpreter-regexp): Doc fixes.
3004
3005 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
3006
3007 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3008
3009 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3010
3011 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3012
3013 * dired.el (dired-mode): make-variable-buffer-local =>
3014 make-local-variable.
3015
3016 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3017
3018 * term/mac-win.el (mac-select-convert-to-string): Try coding
3019 systems in mac-script-code-coding-systems if specified one cannot
3020 encode string for `com.apple.traditional-mac-plain-text'.
3021
3022 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
3023
3024 * progmodes/make-mode.el (makefile-targets-face)
3025 (makefile-shell-face, makefile-makepp-perl-face): New faces.
3026 (makefile-dependency-regex): Fix it to not make the colon in
3027 $(var:a=b) special.
3028 (makefile-rule-action-regex): New regexp for highlighting embedded
3029 Shell strings.
3030 (makefile-macroassign-regex): Handle != for highlighting as
3031 embedded Shell strings.
3032 (makefile-var-use-regex): New const.
3033 (makefile-statements, makefile-automake-statements)
3034 (makefile-gmake-statements, makefile-makepp-statements)
3035 (makefile-bsdmake-statements): New consts.
3036 (makefile-make-font-lock-keywords): New function.
3037 (makefile-automake-font-lock-keywords)
3038 (makefile-gmake-font-lock-keywords)
3039 (makefile-makepp-font-lock-keywords)
3040 (makefile-bsdmake-font-lock-keywords): New consts.
3041 (makefile-mode-map): Add switchers between the various submodes.
3042 (makefile-mode): Document the availability of the variants.
3043 (makefile-automake-mode, makefile-gmake-mode)
3044 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
3045
3046 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
3047 new variants of makefile-mode.
3048
3049 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * font-lock.el (font-lock-comment-delimiter-face): Fix up
3052 the inheritance.
3053
3054 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
3055
3056 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3057 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3058
3059 * files.el (normal-mode): Extend the scope of the
3060 `enable-local-variables' binding to include the `set-auto-mode' call.
3061 (magic-mode-alist): Doc fix.
3062
3063 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3066 font-lock-comment-face rather than copying its setting.
3067
3068 2005-05-12 Andreas Schwab <schwab@suse.de>
3069
3070 * eshell/esh-mode.el (eshell-send-input): Doc fix.
3071
3072 2005-05-12 Lute Kamstra <lute@gnu.org>
3073
3074 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3075 defcustom for the mode hook variable. Delete the last argument.
3076 * generic-x.el: Fix callers of define-generic-mode.
3077 (generic-x-modes): Delete group.
3078 (show-tabs-tab-face, show-tabs-space-face): Put them in the
3079 generic-x customization group.
3080
3081 2005-05-12 Kim F. Storm <storm@cua.dk>
3082
3083 * font-lock.el (font-lock-negation-char-face): Default to "off".
3084
3085 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3086 font-lock-negation-char-face to ! in !=.
3087
3088 2005-05-12 Masatake YAMATO <jet@gyve.org>
3089
3090 * add-log.el (find-change-log): Fix typos in the docstring
3091 of function.
3092
3093 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3094
3095 * international/latexenc.el (latexenc-find-file-coding-system):
3096 Avoid `re-search-forward' when looking for input encoding because
3097 of speed and safety. Better regular expressions for recognizing
3098 input encoding. Limit a search for TeX-master/tex-main-file to
3099 the local variable section.
3100
3101 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
3102
3103 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3104 syntax of $ to "'" (quote).
3105
3106 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3107
3108 * dnd.el (dnd-protocol-alist): Improve custom type.
3109
3110 * dired.el (dired-dnd-protocol-alist): New variable.
3111 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
3112 `dired-mode-hook' to the end.
3113
3114 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3117 comment-end if comment-start-skip is not set.
3118 Obey the font-lock-comment-delimiter-face variables.
3119
3120 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * files.el (executable-find): Move from executable.el. Use locate-file.
3123 * progmodes/executable.el (executable-find): Move to files.el.
3124
3125 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3126 when trying to ensure forward progress.
3127
3128 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
3129
3130 * mouse-sel.el (mouse-sel-follow-link-p): New function.
3131 (mouse-select, mouse-select-internal, mouse-extend-internal):
3132 Use it to implement mouse-1-click-follows-link functionality.
3133
3134 2005-05-11 Richard M. Stallman <rms@gnu.org>
3135
3136 * font-lock.el (font-lock-fontify-syntactically-region):
3137 Use font-lock-comment-delimiter-face for comment delimiters.
3138
3139 2005-05-10 Jay Belanger <belanger@truman.edu>
3140
3141 * calc/calc-help.el (calc-m-prefix-help): Add mention of
3142 preserving embedded modes.
3143
3144 2005-05-10 Richard M. Stallman <rms@gnu.org>
3145
3146 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3147
3148 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3149 Move from ada-stmt.el.
3150 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3151
3152 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3153 Move to ada-mode.el.
3154 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3155
3156 * cus-edit.el (custom-file): Call file-chase-links.
3157
3158 * files.el (read-directory-name): Fix previous change.
3159 (hack-local-variables-confirm): New function.
3160 (hack-local-variables-prop-line, hack-local-variables)
3161 (hack-one-local-variable): Use it.
3162
3163 2005-05-10 Lute Kamstra <lute@gnu.org>
3164
3165 * font-lock.el (font-lock-keywords-alist)
3166 (font-lock-removed-keywords-alist): Clarify docstrings.
3167
3168 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
3169
3170 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3171 (gdb-source-info): Check for preprocessor info.
3172 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
3173 a macro for a function.
3174 (gdb-info-breakpoints-custom): Try to find file again if not already
3175 found (user might have used GDB dir command).
3176 (gdb-get-location): Update gdb-location-alist correctly for change
3177 to gdb-info-breakpoints-custom.
3178
3179 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3180 (gud-tooltip-print-command): Add gdbmi case.
3181 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3182 preprocessor info.
3183
3184 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
3185
3186 * startup.el (fancy-splash-insert): Fix typo in doc string.
3187
3188 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
3189
3190 * obsolete/float.el (string-to-float):
3191 * obsolete/hilit19.el (hilit-add-pattern):
3192 * obsolete/rnews.el (news-parse-range, news-select-message)
3193 (news-get-pruned-list-of-files): Replace `string-to-int' by
3194 `string-to-number'.
3195
3196 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3197 `find-file-not-found-hooks'; use `add-hook'.
3198 (uncompress-while-visiting): Set `write-file-functions', not
3199 `write-file-hooks'; use `add-hook'.
3200
3201 2005-05-09 Kim F. Storm <storm@cua.dk>
3202
3203 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3204 (cua-paste): Handle clipboard action.
3205 (cua--init-keymaps): Remap clipboard-kill-region and
3206 clipboard-kill-ring-save.
3207
3208 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3209
3210 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3211 Improve commentary.
3212
3213 * simple.el (next-error-overlay-arrow-position): Revert the change
3214 made on 2005-04-30.
3215
3216 2005-05-07 Jay Belanger <belanger@truman.edu>
3217
3218 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3219 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3220 `calc-sel-reselect'.
3221
3222 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3223 Calc is in embedded mode.
3224
3225 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3226
3227 * progmodes/compile.el (compilation-setup):
3228 Set overlay-arrow-string to an empty string on text terminals.
3229
3230 * textmodes/ispell.el (ispell-program-name): Try looking for
3231 "aspell" along exec-path, and if found, use it as the default
3232 speller program.
3233
3234 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3235
3236 * international/mule.el (sgml-xml-auto-coding-function):
3237 Recognize encoding='FOO' in single quotes as well as in double quotes.
3238
3239 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3240
3241 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3242 as well as `interactive', so that defmacro* would recognize
3243 `declare' forms.
3244
3245 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3246
3247 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3248 Explain more about the LIGHTER arg's usage in the doc string.
3249 Add commentary to clarify what the code does. Fix the regexp that
3250 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3251 since it could have characters special to regular expressions.
3252
3253 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3254
3255 * replace.el (occur-1): Bind inhibit-read-only so that
3256 erase-buffer doesn't barf on read-only text properties (likewise
3257 for add-text-properties in occur-engine). Mark buffer as unmodified.
3258 (occur-engine): Don't set buffer-read-only here.
3259
3260 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3263 list-buffers-directory. This caused the *cvs-commit* buffer to be
3264 sometimes mistakenly reused as a *cvs* buffer.
3265
3266 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3267
3268 * tooltip.el: Move code for GUD tooltips into gud.el.
3269 (require): CL no longer needed to compile case.
3270 (tooltip-mode): Do not toggle functions for GUD tooltips.
3271 (tooltip-gud-tips-p): Remove. Replace with minor mode
3272 gud-tooltip-mode in gud.el.
3273 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3274 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3275 tooltip-gud prefix with gud-tooltip and obsolete.
3276 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3277 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3278 (tooltip-mouse-motion): Mouse movement functions/variable.
3279 Rename in gud.el by adding gud prefix.
3280 (tooltip-gud-original-filter, tooltip-gud-dereference)
3281 (tooltip-gud-event, tooltip-toggle-gud-tips)
3282 (tooltip-gud-process-output, tooltip-gud-print-command)
3283 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3284 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3285 (gdb-tooltip-print): Move to gdb-ui.el.
3286
3287 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3288 (require): CL needed to compile case.
3289 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3290 tooltip-gud-tips-p. Make it a minor-mode.
3291 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3292 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3293 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3294 (gud-tooltip-change-major-mode)
3295 (gud-tooltip-activate-mouse-motions-if-enabled)
3296 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3297 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3298 (gud-tooltip-original-filter, gud-tooltip-dereference)
3299 (gud-tooltip-event, tooltip-toggle-gud-tips)
3300 (gud-tooltip-process-output, gud-tooltip-print-command)
3301 (gud-tooltip-tips): Move from tooltip.el.
3302
3303 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3304 (gdb-cpp-define-alist-flags): Doc fix.
3305 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3306 gud-tooltip-mode is t.
3307
3308 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3309
3310 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3311 evaporate if their text is deleted.
3312 (goto-address-at-point): Make it work as a mouse binding as well.
3313 (goto-address-at-mouse): Obsolete it. Update users.
3314
3315 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3316
3317 * calendar/appt.el (top-level): No longer activate on load.
3318
3319 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3320
3321 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3322 * net/webjump.el (webjump):
3323 * progmodes/idlw-help.el (idlwave-do-context-help1)
3324 (idlwave-highlight-linked-completions):
3325 * textmodes/po.el (po-find-file-coding-system-guts):
3326 Replace `assoc-ignore-case' by `assoc-string'.
3327
3328 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3329
3330 * files.el (locate-file): Doc fix.
3331
3332 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3333 Remove the redundant test for ms-dos.
3334
3335 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3336 look for the preprocessor with exec-suffixes. If not found in
3337 standard places, look in exec-path. Remove most of the tests that
3338 used system-type.
3339
3340 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3341
3342 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3343
3344 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3345 file-name clash with jka-compr.el on 8+3 filesystems.
3346
3347 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3348
3349 * term/mac-win.el: Don't define or bind scroll bar functions if
3350 x-toolkit-scroll-bars is t.
3351 (x-select-text, x-get-selection-value):
3352 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3353 (PRIMARY): Put mac-scrap-name property.
3354 (mac-select-convert-to-file-url): New function.
3355 (public.file-url): New selection target type. Add to
3356 selection-converter-alist.
3357 (x-get-selection, x-selection-value): Handle it.
3358 (x-cut-buffer-or-selection-value): New alias.
3359
3360 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3361
3362 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3363 entry to avoid calling bibtex-find-entry with arg global
3364 being t. Remove arg key.
3365 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3366 (bibtex-copy-summary-as-kill): Change accordingly.
3367
3368 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3371 (org-agenda-date-later): Use with-current-buffer.
3372
3373 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3374
3375 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3376 (define-obsolete-variable-alias): Doc Fixes.
3377
3378 2005-05-06 Kim F. Storm <storm@cua.dk>
3379
3380 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3381 vertical-motion when selective-display is active.
3382
3383 * ido.el (ido-setup-hook): New hook.
3384 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3385 (ido-input-stack): New var.
3386 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3387 ido-next-work-file binding to M-O.
3388 Bind M-f to ido-wide-find-file-or-pop-dir.
3389 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3390 (ido-read-internal): Run ido-setup-hook.
3391 Catch quit in read-file-name and read-string to cancel edit.
3392 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3393 Automatically pop-all when completing a directory name (RET).
3394 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3395 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3396 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3397 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3398 New functions for M-b/M-f to move among the directory components.
3399 (ido-make-merged-file-list): Catch quit to cancel merge.
3400 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3401 (ido-completion-help): No warnings for ido-completion-buffer-full.
3402
3403 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3404
3405 * font-lock.el (font-lock-negation-char-face): New face and variable.
3406 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3407 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3408 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3409 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3410
3411 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3414 Fix typo in docstring.
3415
3416 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3417 (ebrowse-print-statistics-line)
3418 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3419
3420 * term/w32-win.el (image-library-alist): Add additional name for
3421 Xpm library.
3422
3423 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3424
3425 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3426 use gcc instead of cpp.
3427
3428 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3429 (gdb-create-define-alist): Use it.
3430 (gdb-cpp-define-alist-program): Update for MS-DOS.
3431
3432 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3433
3434 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3435
3436 2005-05-04 Richard M. Stallman <rms@gnu.org>
3437
3438 * help.el (describe-key): No error when UNTRANSLATED is nil.
3439
3440 * simple.el (line-move-1): Fix previous change to signal errors
3441 appropriately.
3442
3443 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3444
3445 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3446 (icalendar-duration-correction): Remove.
3447 (icalendar--get-event-properties): Split result at commas.
3448 (icalendar--decode-isoduration): New optional argument
3449 DURATION-CORRECTION.
3450 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3451 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3452 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3453 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3454 (icalendar--convert-anniversary-to-ical): New functions, extracted
3455 from icalendar-export-region, with bug fixes.
3456 (icalendar-export-region): Use the above functions.
3457 (icalendar-import-buffer): Check before saving diary file.
3458 (icalendar--convert-recurring-to-diary)
3459 (icalendar--convert-non-recurring-all-day-to-diary)
3460 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3461 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3462 (icalendar--convert-ical-to-diary): Use the above functions.
3463
3464 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3465
3466 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3467 Remove these recent additions.
3468 (c-mode): Restore to before 2005-04-28.
3469
3470 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3471 recent addition.
3472
3473 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3474 (gdb-define-alist): New variables.
3475 (gdb-create-define-alist): New function.
3476 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3477 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3478 with string-to-number.
3479 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3480
3481 * progmodes/gud.el: Replace string-to-int with string-to-number.
3482 (gud-find-file): Handle gdb-define-alist.
3483
3484 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3485
3486 2005-05-02 Jay Belanger <belanger@truman.edu>
3487
3488 * calc/calc-aent.el (math-read-token):
3489 * calc/calc-bin.el (calc-word-size):
3490 * calc/calc-ext.el (calc-read-number-fancy):
3491 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3492 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3493 * calc/calc-frac.el (calc-over-notation):
3494 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3495 (calc-graph-num-points, calc-graph-init):
3496 * calc/calc-prog.el (calc-read-parse-table-part)
3497 (calc-edit-macro-repeats):
3498 * calc/calc-yank.el (calc-do-grab-rectangle):
3499 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3500 Replace `string-to-int' by `string-to-number'.
3501
3502 2005-05-02 Kim F. Storm <storm@cua.dk>
3503
3504 * kmacro.el: Use executing-kbd-macro-index variable.
3505
3506 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3507
3508 * net/rlogin.el (rlogin-parse-words): Delete func.
3509 (rlogin): Use split-string, not rlogin-parse-words.
3510 Also, if there are option-like elements in the parsed args,
3511 take the host to be the first arg immediately following them.
3512 Suggested by Michael Mauger.
3513
3514 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3515
3516 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3517
3518 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3519
3520 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3521 (cc-mode-cpp-program): Rename to cc-define-list-program and
3522 move to cc-vars.el.
3523
3524 * progmodes/cc-vars.el (cc-define-list-program):
3525 Change to "gcc -E -dM -". Make customizable.
3526
3527 2005-05-02 Kim F. Storm <storm@cua.dk>
3528
3529 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3530
3531 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3532
3533 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3534
3535 * international/mule-util.el (truncate-string): Remove alias and
3536 obsolete declaration.
3537
3538 * international/mule-cmds.el (update-iso-coding-systems):
3539 Remove alias and obsolete declaration.
3540
3541 * international/mule.el (coding-system-parent): Remove alias and
3542 obsolete declaration.
3543
3544 * subr.el (define-function, sref): Remove aliases and obsolete
3545 declarations.
3546 (chars-in-region): Remove obsolete declaration.
3547
3548 2005-05-01 Richard M. Stallman <rms@gnu.org>
3549
3550 * info.el (Info-mode): Set widen-automatically to nil, locally.
3551
3552 * simple.el (widen-automatically): New variable.
3553 (pop-global-mark): Obey widen-automatically.
3554
3555 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3556
3557 * term/xterm.el (function-key-map): Call substitute-key-definition
3558 before the keymap size is increased by a lot of define-key calls.
3559
3560 2005-05-01 Richard M. Stallman <rms@gnu.org>
3561
3562 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3563 Rename ARG to ELEMENT. Doc fix.
3564
3565 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3566
3567 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3568 Remove references to allout-exposure/change to allout-new-exposure.
3569
3570 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3571 bytecode symbols.
3572
3573 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3574 (compiled-function-p, focus-frame, unfocus-frame):
3575 Remove aliases and obsolete declarations.
3576 Back out inadvertent changes from previous commit.
3577
3578 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3579
3580 * files.el (require-final-newline): Make Custom tags consistent
3581 with mode-require-final-newline.
3582 (mode-require-final-newline): Doc fix.
3583
3584 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 * international/latexenc.el (latexenc-find-file-coding-system):
3587 Fix regular expressions.
3588
3589 2005-05-01 David Kastrup <dak@gnu.org>
3590
3591 * international/latexenc.el (latexenc-find-file-coding-system):
3592 Fix regular expressions.
3593
3594 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3595
3596 * subr.el (string-to-int): Make obsolete.
3597
3598 2005-04-30 Richard M. Stallman <rms@gnu.org>
3599
3600 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3601
3602 * loadup.el: load jka-comp-hook.
3603
3604 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3605 (jka-compr-handler): Add autoload. `put' calls moved
3606 to jka-comp-hook.el.
3607 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3608 (jka-compr-inhibit): Autoload.
3609
3610 * jka-comp-hook.el: New file.
3611 Enable the mode by default.
3612
3613 * files.el (backup-buffer-copy): Use copy-file instead
3614 of write-region, and put back the 'excl.
3615
3616 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3617
3618 * progmodes/flymake.el (flymake-split-string)
3619 (flymake-split-string, flymake-log, flymake-pid-to-names)
3620 (flymake-reg-names, flymake-get-source-buffer-name)
3621 (flymake-unreg-names, flymake-add-line-err-info)
3622 (flymake-add-err-info): Clarify docstrings.
3623 (flymake-popup-menu, flymake-make-emacs-menu)
3624 (flymake-make-xemacs-menu): Add docstrings.
3625 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3626 Set variables directly throughout.
3627
3628 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3629
3630 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3631 exists. Initialise cc-define-alist.
3632 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3633 If there is no file (Macroexpansion) don't create an alist.
3634
3635 2005-04-29 Sam Steingold <sds@gnu.org>
3636
3637 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3638 (cc-create-define-alist): Use it instead of the hard-coded string.
3639
3640 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3643 for latexenc.
3644
3645 2005-04-29 Lute Kamstra <lute@gnu.org>
3646
3647 * emacs-lisp/generic.el: Improve commentary section.
3648 (define-generic-mode): Improve docstring.
3649
3650 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3651
3652 * textmodes/org.el (many places): Change to quiet the byte compiler.
3653 (org-prefix-format-compiled): New variable.
3654 (org-compile-prefix-format): New function.
3655 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3656 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3657 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3658 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3659 consistency with entries from `org-mode' files.
3660 (org-get-time-of-day): Fix bug with partial matches early in a line.
3661 (org-non-link-chars): New constant.
3662 (org-link-regexp): Respect `org-non-link-chars'.
3663 (org-agenda-day-view): Remove command.
3664 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3665 (org-follow-bbdb-link, org-store-link): Search also company field.
3666 (org-highlight-overlay): New variable.
3667 (org-highlight, org-unhighlight): New functions.
3668 (org-agenda-mode): Add pre-command-hook to remove highlight.
3669 (org-evaluate-time-range): Behavior depends upon whether time stamp
3670 contains a time or not.
3671 (org-show-subtree, org-show-entry): New functions.
3672 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3673
3674 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3675
3676 * comint.el (comint-output-filter-functions): Add autoload cookie.
3677
3678 2005-04-28 Kim F. Storm <storm@cua.dk>
3679
3680 * ido.el (ido-everywhere): Fix last change.
3681
3682 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3683
3684 * international/latexenc.el: New file.
3685 * international/mule-conf.el (file-coding-system-alist): For .tex,
3686 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3687
3688 2005-04-28 Lute Kamstra <lute@gnu.org>
3689
3690 * font-lock.el (font-lock-add-keywords)
3691 (font-lock-remove-keywords): Clarify docstring.
3692 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3693 Don't start docstrings with a `*'.
3694 (font-lock-update-removed-keyword-alist): Give it a docstring.
3695
3696 * generic-x.el: Update commentary section.
3697 Only require font-lock when compiling.
3698 Define all modes conditionally.
3699 Place all generic modes in the generic-x-modes customization group.
3700 (generic-x-modes): New customization group.
3701 (generic-default-modes, generic-mswindows-modes)
3702 (generic-unix-modes, generic-other-modes): New constants.
3703 (generic-define-mswindows-modes, generic-define-unix-modes):
3704 Update docstrings. Make them obsolete.
3705 (generic-extras-enable-list): New default value. Update docstring.
3706 Improve :type. Change :set function.
3707 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3708 Fix docstring.
3709
3710 * emacs-lisp/generic.el (generic-mode-internal):
3711 Simplify font-lock-defaults.
3712 (define-generic-mode): Fix docstring.
3713
3714 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3717 font-lock-face property to highlight matches.
3718
3719 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3720
3721 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3722 (cc-define-alist): New variable.
3723 (c-mode): Make it local and initialise it.
3724
3725 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3726 (gdb-exited): New function.
3727 (gdb-annotation-rules): Use it.
3728 (gdb-starting): Set gdb-active-process to t.
3729 (gdb-stopping): Amend doc string.
3730 (gdb-reset): Set gdb-active-process to nil.
3731
3732 * tooltip.el (tooltip-gud-tips): Show the associated #define
3733 directives when a C program under GDB is not executing.
3734
3735 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3738 font-lock-fontify-syntactic-keywords.
3739
3740 * font-lock.el (font-lock-default-fontify-region): Don't force
3741 parse-sexp-lookup-properties to nil.
3742
3743 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3744
3745 * man.el (man-mode-syntax-table): Set up `:' to have
3746 word-constituent syntax.
3747
3748 2005-04-27 Lute Kamstra <lute@gnu.org>
3749
3750 * novice.el (disable-command): Don't add spurious newlines to the
3751 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3752
3753 2005-04-26 Jay Belanger <belanger@truman.edu>
3754
3755 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3756 than one window before deleting window.
3757
3758 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3759
3760 * shell.el (shell-prompt-pattern): Doc fix.
3761 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3762
3763 * comint.el (comint-prompt-regexp, comint-get-old-input)
3764 (comint-use-prompt-regexp)
3765 (comint-use-prompt-regexp-instead-of-fields)
3766 (comint-replace-by-expanded-history, comint-send-input)
3767 (comint-output-filter, comint-get-old-input-default)
3768 (comint-line-beginning-position, comint-bol, comint-show-output)
3769 (comint-backward-matching-input, comint-forward-matching-input)
3770 (comint-next-prompt, comint-previous-prompt):
3771 Rename `comint-use-prompt-regexp-instead-of-fields' to
3772 `comint-use-prompt-regexp'. Keep old name as alias and declare
3773 obsolete.
3774 (comint-use-prompt-regexp): Shorten first line of doc string.
3775
3776 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3777 Set paragraph-separate buffer locally to "\\'".
3778
3779 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3780 Adapt to above name change.
3781
3782 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3783 (smbclient-prompt-regexp): Ditto.
3784
3785 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3786
3787 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3788
3789 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3790 gdb-location-list.
3791 Break lines that are over 80 characters wide.
3792
3793 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3796 New fun and var, to preserve compatibility.
3797
3798 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3799
3800 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3801
3802 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3803 name to file-newer-than-file-p.
3804
3805 2005-04-26 Richard M. Stallman <rms@gnu.org>
3806
3807 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3808
3809 * progmodes/python.el (python-mode):
3810 Use new name eldoc-documentation-function.
3811
3812 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3813
3814 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3815 (eldoc-documentation-function):
3816 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3817
3818 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3819
3820 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3821
3822 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3823
3824 * term/xterm.el (function-key-map): Fix strings for
3825 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3826 {C,S,A,C-S}-{f1-f12}.
3827
3828 2005-04-26 Kenichi Handa <handa@m17n.org>
3829
3830 * international/mule-cmds.el (select-safe-coding-system):
3831 Fix previous change.
3832
3833 2005-04-26 Lute Kamstra <lute@gnu.org>
3834
3835 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3836
3837 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3838 (font-lock-comment-delimiter-face): Ditto.
3839
3840 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3841
3842 2005-04-25 Jay Belanger <belanger@truman.edu>
3843
3844 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3845 to t while inserting information; use help-mode.
3846
3847 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3848
3849 * term.el (ansi-term-color-vector): Use the xterm colors.
3850 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3851
3852 2005-04-25 Lute Kamstra <lute@gnu.org>
3853
3854 * font-core.el (font-lock-defaults): Fix docstring.
3855
3856 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3857
3858 2005-04-25 Kenichi Handa <handa@m17n.org>
3859
3860 * international/mule-cmds.el (select-safe-coding-system):
3861 Don't check consistency with coding: spec, etc if raw-text or
3862 no-conversion was found to be safe.
3863
3864 2005-04-24 Richard M. Stallman <rms@gnu.org>
3865
3866 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3867 citation markers at start of each line.
3868
3869 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3870 citation markers at start of each line.
3871
3872 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3873
3874 * files.el (mode-require-final-newline): Fix previous change.
3875 (require-final-newline): Fix type label.
3876
3877 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3878
3879 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3880 statement in buffer (broken by 2004-11-24 change).
3881
3882 2005-04-24 Kim F. Storm <storm@cua.dk>
3883
3884 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3885 and read-file-name-function values. Don't overwrite existing
3886 non-nil values if ido-mode is enabled without ido-everywhere.
3887
3888 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3889
3890 * files.el (mode-require-final-newline): Minor doc fix.
3891
3892 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3893
3894 * subr.el (syntax-after): Doc fix.
3895 (syntax-class): If argument is nil, return nil. Mask off upper 16
3896 bits, not 8 bits.
3897
3898 * files.el (mode-require-final-newline): Doc fix.
3899 (backup-buffer-copy): Fix last change.
3900
3901 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3902
3903 * term/mac-win.el: Require select. Set selection-coding-system to
3904 mac-system-coding-system. Call menu-bar-enable-clipboard.
3905 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3906 (x-select-enable-clipboard): New variables.
3907 (x-select-text, x-get-selection, x-selection-value)
3908 (x-get-selection-value, mac-select-convert-to-string)
3909 (mac-services-open-file, mac-services-open-selection)
3910 (mac-services-insert-text): New functions.
3911 (CLIPBOARD, FIND): Put mac-scrap-name property.
3912 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3913 (public.tiff): Put mac-ostype property.
3914 (selection-converter-alist): Add entries for them.
3915 (mac-application-menu-map): New keymap.
3916 (interprogram-cut-function, interprogram-paste-function): Set to
3917 x-select-text and x-get-selection-value, respectively.
3918 (split-window-keep-point): Set to t.
3919
3920 2005-04-23 Richard M. Stallman <rms@gnu.org>
3921
3922 * files.el (read-directory-name): Always pass non-nil
3923 DEFAULT-FILENAME arg to read-file-name.
3924 (backup-buffer-copy, basic-save-buffer-2): Take care against
3925 writing thru an unexpected existing symlink.
3926 (revert-buffer): In indirect buffer, revert the base buffer.
3927 (magic-mode-alist): Doc fix.
3928 (buffer-stale-function): Doc fix.
3929 (minibuffer-with-setup-hook): Avoid warning.
3930 (mode-require-final-newline): Doc and custom fix.
3931
3932 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3933
3934 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3935 use the default appearance.
3936 (font-lock-comment-delimiter-face): New face, new variable.
3937
3938 * imenu.el (imenu--generic-function): The official position of a
3939 definition is the start of the line that BEG is in.
3940
3941 * midnight.el (midnight-timer): Move defvar up.
3942
3943 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3944
3945 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3946
3947 * startup.el (command-line): Use with-no-warnings.
3948
3949 * window.el (window-size-fixed): New defvar.
3950
3951 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3952
3953 * mail/rmail.el (rmail-font-lock-keywords):
3954 Use font-lock-comment-delimiter-face.
3955
3956 * mail/sendmail.el (mail-font-lock-keywords):
3957 Use font-lock-comment-delimiter-face.
3958
3959 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3960
3961 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3962
3963 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3964 Specify t for LAXMATCH when matching directories.
3965 Save match data around compilation-compat-error-properties form.
3966
3967 2005-04-23 David Kastrup <dak@gnu.org>
3968
3969 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3970 Mention that the autoloaded aliases should be kept for AUCTeX.
3971
3972 2005-04-23 Andreas Schwab <schwab@suse.de>
3973
3974 * isearch.el (isearch-forward): Doc fix.
3975
3976 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3977
3978 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3979 (jit-lock-stealth-nice): Change default value to 0.5.
3980
3981 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3982
3983 * abbrev.el (write-abbrev-file): Write table entries in
3984 alphabetical order by table name.
3985
3986 2005-04-22 Kim F. Storm <storm@cua.dk>
3987
3988 * ido.el (ido-read-internal): Fix `list' completion.
3989
3990 2005-04-22 Kenichi Handa <handa@m17n.org>
3991
3992 * recentf.el (recentf-save-file-coding-system): New variable.
3993 (recentf-save-list): Encode the file by
3994 recentf-save-file-coding-system and add coding: tag.
3995
3996 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3997
3998 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3999
4000 2005-04-21 Lute Kamstra <lute@gnu.org>
4001
4002 * loadhist.el (unload-feature): Don't remove a function from hooks
4003 if it is about to be restored to an autoload . Remove functions
4004 that will become unbound from auto-mode-alist. Simplify the code.
4005
4006 * subr.el (assq-delete-all): New implementation that is linear,
4007 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
4008 (rassq-delete-all): New function.
4009
4010 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4011 Add size-indication-mode.
4012
4013 2005-04-21 Kenichi Handa <handa@m17n.org>
4014
4015 * international/mule-cmds.el: Add autoload for widget-value in
4016 eval-when-compile.
4017
4018 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
4019
4020 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4021 Add tooltip-mode.
4022
4023 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4024
4025 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
4026
4027 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
4028 (inferior-lisp-filter-regexp, inferior-lisp-program)
4029 (inferior-lisp-load-command, inferior-lisp-prompt)
4030 (inferior-lisp-mode-hook, lisp-source-modes)
4031 (inferior-lisp-load-hook): defvar->defcustom.
4032 (inferior-lisp-program, inferior-lisp-prompt)
4033 (inferior-lisp-load-hook): Doc fixes.
4034 (inferior-lisp-install-letter-bindings): Small change in
4035 introductory comment.
4036
4037 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4038
4039 * vc.el (vc-annotate-color-map): Change some colors so that text
4040 using them as foreground is readable on both white and black
4041 backgrounds.
4042
4043 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * international/mule-conf.el (translation-table-for-input):
4046 Remove redundant declaration.
4047
4048 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4049
4050 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
4051
4052 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
4053 (tooltip-toggle-gud-tips): New function.
4054
4055 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4056
4057 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4058 right angle brackets.
4059
4060 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4061
4062 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4063
4064 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4067 Remove. Update callers to use expand-file-name instead.
4068
4069 * subr.el (syntax-class): New function.
4070
4071 * simple.el (blink-matching-open): Use it.
4072
4073 * paren.el (show-paren-function): Use it to recognize parens that are
4074 also used in 2-char comment markers.
4075
4076 2005-04-19 Lute Kamstra <lute@gnu.org>
4077
4078 * loadhist.el (unload-feature): Update for new format of
4079 load-history. Simplify the code.
4080
4081 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4082
4083 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4084 (mac-add-charset-info): New function. Initialize variable
4085 mac-charset-info-alist using it.
4086 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4087 for translation.
4088 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4089 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4090 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4091 New CCL programs.
4092
4093 2005-04-19 Kim F. Storm <storm@cua.dk>
4094
4095 * simple.el (next-buffer, prev-buffer, next-error)
4096 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4097 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4098
4099 * bindings.el (next-buffer, prev-buffer, next-error)
4100 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4101 (clone-indirect-buffer-other-window): Move bindings from simple.el.
4102 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4103 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4104
4105 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4106
4107 * isearch.el (isearch-edit-string): Make the search-ring available for
4108 minibuffer history commands.
4109 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4110 the default history commands now work just as well.
4111 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4112
4113 2005-04-18 Kim F. Storm <storm@cua.dk>
4114
4115 * emulation/cua-base.el (cua--pre-command-handler): Add more
4116 elaborate check for shift modifier on non-window systems.
4117
4118 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4119
4120 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4121
4122 2005-04-18 Kim F. Storm <storm@cua.dk>
4123
4124 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4125 and make it optional. Don't test tooltip-gud-echo-area here.
4126 (tooltip-gud-process-output, gdb-tooltip-print):
4127 Pass tooltip-gud-echo-area to tooltip-show.
4128 (tooltip-help-tips): Remove second optional arg to tooltip-show.
4129
4130 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4131
4132 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4133 `display-graphic-p' may not be bound yet.
4134
4135 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4136
4137 * startup.el (command-line): No longer enable Xterm Mouse mode by
4138 default in terminals compatible with xterm.
4139
4140 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4141
4142 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
4143
4144 * tooltip.el (tooltip-gud-echo-area): Rename from
4145 tooltip-use-echo-area.
4146 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4147 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4148 area independently of where help tooltips are displayed.
4149
4150 2005-04-17 David Kastrup <dak@gnu.org>
4151
4152 * cus-theme.el (custom-theme-write-variables): Quote variables
4153 where necessary.
4154
4155 2005-04-17 Richard M. Stallman <rms@gnu.org>
4156
4157 * simple.el (yank-excluded-properties): Add follow-link to value.
4158
4159 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4160
4161 * startup.el (fancy-splash-max-time): Just 30 seconds.
4162 (fancy-splash-delay): Just 7.
4163 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4164
4165 * loadhist.el (unload-feature): Update for new format of load-history.
4166 Simplify the code.
4167
4168 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4169 (rmail-font-lock-keywords): Don't fontify the text of a citation.
4170
4171 * mail/sendmail.el (mail-font-lock-keywords):
4172 Don't fontify subject text.
4173 Don't fontify the text of a citation.
4174
4175 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
4176
4177 * comint.el (comint-output-filter): Run comint-output-filter-functions
4178 with point where the user had it.
4179
4180 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * international/ucs-tables.el (ucs-set-table-for-input):
4183 Disable when using unify-on-decoding.
4184
4185 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4186
4187 * emulation/cua-base.el (cua-global-mark-face): Add special case
4188 for displays supporting a high number of colors.
4189
4190 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4191
4192 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4193
4194 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
4195
4196 * filesets.el (filesets-add-buffer): If user supplies a name of a
4197 non-existing fileset, create a new fileset.
4198
4199 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
4200
4201 * textmodes/org.el (org-up-heading-all): Fix bug with
4202 `outline-up-heading-all'.
4203
4204 2005-04-16 Andreas Schwab <schwab@suse.de>
4205
4206 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4207 /etc/permissions.d/* and /etc/aliases.d/*.
4208
4209 2005-04-16 Kenichi Handa <handa@m17n.org>
4210
4211 * international/code-pages.el (cp-make-coding-system):
4212 Set `translation-table-for-input' property value to the symbol
4213 ucs-mule-to-mule-unicode, not to that value.
4214 (pt154): Escape guillemet by `\'.
4215
4216 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4217
4218 * loadup.el: Load tooltip if x-show-tip is fboundp.
4219
4220 * startup.el (command-line): Add comment.
4221
4222 * tooltip.el (tooltip-mode): Specify correct standard value for
4223 Custom in init-value.
4224
4225 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4226
4227 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4228 possible.
4229
4230 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4231
4232 * textmodes/org.el (org-agenda-date-prompt): Rename from
4233 `org-agenda-date-today'.
4234 (org-evaluate-time-range): Insert at point instead of directly
4235 after time range.
4236 (org-first-headline-recenter, org-subtree-end-visible-p)
4237 (org-optimize-window-after-visibility-change): New functions
4238 (org-agenda-post-command-hook): Don't allow point at end of line,
4239 to make sure it always hits the text properties.
4240 (org-agenda-next-date-line, org-agenda-previous-date-line):
4241 New commands.
4242 (org-set-regexps-and-options): Category may contain white space.
4243 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4244 Improve marker positions.
4245 (org-agenda-new-marker): Argument POS made optional.
4246 (org-agenda-get-timestamps): Deadlines which are done are listed
4247 in org-done-face now.
4248 (org-agenda-get-todos, org-agenda-get-timestamps)
4249 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4250 Set `undone-face' and `done-face' properties.
4251 (org-last-todo-state-is-todo): New variable.
4252 (org-todo): Set `org-last-todo-state-is-todo'.
4253 (org-agenda-todo): Change face according to
4254 `org-last-todo-state-is-todo'. And change other lines refering to
4255 the same entry.
4256 (org-calendar-goto-agenda): New command.
4257 (org-calendar-to-agenda-key): New option.
4258 (org-startup-folded): New allowed value `content'.
4259 (org-set-regexps-and-options): Accept new value `content' for
4260 `org-startup-folded'.
4261 (org-get-current-options): Handle new value `content' for
4262 `org-startup-folded'.
4263 (org-insert-todo-heading): New command.
4264 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4265 interactively in empty file and option
4266 `org-insert-mode-line-in-empty-file' has been set.
4267 (org-agenda-todo,org-agenda-priority): Modify to use
4268 `org-agenda-change-all-lines'.
4269 (org-warning-face): Change color on dark background
4270
4271 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4272
4273 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4274 use preferences AppleLocale and AppleLanguages, and variable
4275 mac-system-locale for default locale. On Mac OS Classic, use
4276 mac-system-coding-system for default coding systems.
4277
4278 * term/mac-win.el: Don't set file-name-coding-system.
4279 Decode variables system-name, emacs-build-system, user-login-name, and
4280 user-full-name by mac-system-coding-system on Mac OS Classic.
4281 (mac-system-coding-system): New variable.
4282
4283 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4284
4285 * startup.el (command-line): Handle `xterm-mouse-mode' before
4286 reading init file.
4287
4288 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4289
4290 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4291
4292 * progmodes/sh-script.el (sh-here-document-word): Make it a
4293 defcustom. Doc fix.
4294 (sh-add): Bash uses $(( )) for arithmetic.
4295 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4296 (sh-maybe-here-document): Remove quotes and leading whitespace
4297 from heredoc word when closing. Indent heredoc with tabs if word
4298 starts with "-".
4299
4300 2005-04-13 Richard M. Stallman <rms@gnu.org>
4301
4302 * simple.el (undo): Fix previous change.
4303
4304 * custom.el (defface): Doc fix.
4305
4306 2005-04-13 Lute Kamstra <lute@gnu.org>
4307
4308 * Makefile.in (DONTCOMPILE): Remove list.
4309 (compile, compile-always): Don't use DONTCOMPILE.
4310 (update-authors): Load the library in which batch-update-authors
4311 is defined.
4312 * makefile.w32-in (DONTCOMPILE): Remove list.
4313 (compile, compile-always): Fix comments.
4314 (update-authors): Load the library in which batch-update-authors
4315 is defined.
4316
4317 * generic-x.el (generic-mode-ini-file-find-file-hook):
4318 Rename to ini-generic-mode-find-file-hook.
4319 Keep generic-mode-ini-file-find-file-hook as an alias.
4320 (ini-generic-mode-find-file-hook): Rename from
4321 generic-mode-ini-file-find-file-hook. Fix docstring.
4322 (ini-generic-mode): Docstring change.
4323 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4324
4325 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4326 called from lisp.
4327
4328 * generic.el: Move to the emacs-lisp subdir.
4329
4330 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4331
4332 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4333 and C-S- function and cursor motion keys.
4334
4335 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4336
4337 * startup.el (command-line): Enable Xterm Mouse mode by default.
4338 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4339 for Custom. No longer show "Mouse" in mode line when enabled.
4340 Doc fix.
4341
4342 2005-04-12 Kim F. Storm <storm@cua.dk>
4343
4344 * emulation/cua-base.el (cua-rectangle-face)
4345 (cua-rectangle-noselect-face): Define face attributes here.
4346
4347 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4348
4349 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4350
4351 * startup.el (command-line): Turn off blinking cursor if
4352 cursorBlink in resources is off or false.
4353
4354 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4355
4356 * term/mac-win.el (dnd): Require dnd.
4357 (mac-drag-n-drop): Call dnd-handle-one-url.
4358 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4359 (kTextEncodingISOLatin2): Remove constants.
4360 (mac-script-code-coding-systems): New constant.
4361 (mac-handle-language-change): New function.
4362 (special-event-map): Bind it to `language-change' event.
4363 (mac-centraleurroman, mac-cyrillic): New coding systems.
4364 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4365 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4366 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4367 encode-mac-cyrillic, respectively.
4368
4369 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4370
4371 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4372 Don't set overlay-arrow-string to "=>" as this is done
4373 globally in C now.
4374
4375 2005-04-12 Lute Kamstra <lute@gnu.org>
4376
4377 * generic-x.el (rc-generic-mode, rul-generic-mode):
4378 Fix auto-mode-alist entries.
4379 (etc-fstab-generic-mode): Tweak fontification.
4380
4381 * generic.el (generic-make-keywords-list): Fix docstring.
4382 (generic-mode-internal): Simplify generic-font-lock-keywords.
4383
4384 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4385
4386 * whitespace.el (whitespace-buffer-leading)
4387 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4388 However, fix the highlight area for the leading and
4389 trailing whitespaces to show space.
4390
4391 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4392
4393 * whitespace.el (whitespace-version): Bump to 3.5
4394
4395 (whitespace-buffer-leading, whitespace-buffer-trailing):
4396 Invert sense of the test to highlight the whitespace.
4397
4398 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4399
4400 * progmodes/gud.el (gud-display-line): GUD uses its own
4401 overlay arrow now so don't set overlay-arrow-string.
4402 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4403
4404 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4405
4406 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4407 (term-ansi-current-reverse, term-ansi-current-invisible)
4408 (term-ansi-face-already-done): Change to boolean.
4409 (term-reset-terminal, term-handle-colors-array): Handle the above
4410 vars accordingly.
4411 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4412 (term-emulate-terminal): Use the new name.
4413
4414 * faces.el (secondary-selection): Use yellow1, not yellow.
4415 (trailing-whitespace): Use red1, not red.
4416
4417 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4418
4419 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4420 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4421 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4422
4423 * cus-edit.el (dnd): New group.
4424
4425 * term/w32-win.el (dnd): Require dnd
4426 (w32-drag-n-drop): Call dnd-handle-one-url.
4427
4428 * x-dnd.el: Require dnd.
4429 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4430 Call dnd-handle-one-url.
4431 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4432 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4433 to dnd-insert-text.
4434 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4435 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4436 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4437 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4438
4439 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4440
4441 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4442
4443 * wdired.el: Doc fixes.
4444 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4445 (wdired-use-dired-vertical-movement): Rename from
4446 wdired-always-move-to-filename-beginning.
4447 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4448 (wdired-change-to-wdired-mode): Change mode name.
4449 (wdired-newline): Delete.
4450
4451 2005-04-11 Richard M. Stallman <rms@gnu.org>
4452
4453 * whitespace.el (whitespace-highlight-the-space):
4454 Don't call whitespace-unhighlight-the-space here.
4455
4456 * simple.el (undo): Record t in undo-equiv-table
4457 for the redo record made by an undo-in-region.
4458
4459 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4460
4461 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4462 (gdb-frame-inferior-io-buffer): New Functions to control
4463 display of separate IO buffer.
4464 (menu): Add them to menu-bar.
4465 (gdb-display-buffer): Check for buffer another frame.
4466 Protect GUD buffer.
4467 (gdb-setup-windows): Create IO buffer if not already there.
4468 (gdb-memory-mode): Remove purecopy noops.
4469
4470 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4471
4472 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4473 and pass to self-insert-command.
4474
4475 2005-04-11 Lute Kamstra <lute@gnu.org>
4476
4477 * generic.el: Commentary section cleanup.
4478 (generic): Delete.
4479 (generic-use-find-file-hook, generic-lines-to-scan)
4480 (generic-find-file-regexp, generic-ignore-files-regexp)
4481 (default-generic-mode, generic-mode-find-file-hook)
4482 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4483 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4484 (generic-use-find-file-hook, generic-lines-to-scan)
4485 (generic-find-file-regexp, generic-ignore-files-regexp)
4486 (default-generic-mode, generic-mode-find-file-hook)
4487 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4488
4489 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4490
4491 * bookmark.el (bookmark-write-file): Catch errors writing file.
4492 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4493
4494 2005-04-10 Richard M. Stallman <rms@gnu.org>
4495
4496 * startup.el (fancy-splash-tail): Update copyright year.
4497 (command-line): Split part of -Q into -D.
4498 (emacs-basic-display): New defvar.
4499 (fancy-splash-text): Correct name of menu item.
4500
4501 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4502
4503 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4504 lines in one node.
4505
4506 * comint.el (comint-send-input): New arg ARTIFICIAL.
4507 Callers in this file changed.
4508
4509 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4510
4511 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4512
4513 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4516 `ldap-search-internal'.
4517
4518 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4519
4520 * files.el (set-auto-mode-1): Use line-end-position.
4521
4522 * international/latin-1.el:
4523 * international/latin-2.el:
4524 * international/latin-3.el:
4525 * international/latin-4.el:
4526 * international/latin-5.el:
4527 * international/latin-8.el:
4528 * international/latin-9.el: Give punctuation syntax to NBSP.
4529
4530 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4531 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4532 Use char-classes to accept non-ascii letters, accepted in some recent
4533 bibtex implementations.
4534
4535 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4536
4537 * custom.el (custom-set-minor-mode): Any non-nil value for the
4538 variable should enable the mode when set through Custom.
4539
4540 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4543 TAB binding so tab-always-indent is obeyed.
4544 (vhdl-minibuffer-local-map): Move initialization into declaration.
4545 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4546 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4547 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4548 (vhdl-current-line): Use line-beginning-position.
4549 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4550 with-output-to-temp-buffer, so the current position can be recorded.
4551
4552 2005-04-10 Masatake YAMATO <jet@gyve.org>
4553
4554 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4555 Add regexp for gcov.
4556
4557 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4558
4559 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4560 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4561 syntax which Emacs 20 doesn't support.
4562
4563 2005-04-09 Richard M. Stallman <rms@gnu.org>
4564
4565 * help.el (describe-key-briefly, describe-key):
4566 Replace strings as event types with "(any string)".
4567
4568 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * arc-mode.el (archive-mode-map): Move initialization into
4571 the declaration. Override *all* bindings of `undo'.
4572 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4573
4574 2005-04-09 Jay Belanger <belanger@truman.edu>
4575
4576 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4577
4578 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4579
4580 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4581 (xterm-register-default-colors): Update color values computation
4582 to match xterm-200.
4583
4584 2005-04-09 Kenichi Handa <handa@m17n.org>
4585
4586 * international/code-pages.el (iso-latin-7): Fix the map.
4587
4588 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4589
4590 * emacs-lisp/lisp.el (defun-prompt-regexp)
4591 (parens-require-spaces, buffer-end, end-of-defun)
4592 (insert-parentheses): Doc fixes.
4593
4594 2005-04-08 Kim F. Storm <storm@cua.dk>
4595
4596 * comint.el (comint-highlight-prompt): Fix face spec.
4597 * hi-lock.el (hi-green): Likewise.
4598
4599 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4600
4601 * cus-edit.el (custom-modified-face):
4602 * comint.el (comint-highlight-input): Fix previous changes.
4603 * term.el (term-handle-ansi-escape): Add a comment.
4604
4605 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4608 in the buffer and in whitespace-highlighted-space.
4609 (whitespace-unhighlight-the-space): Simplify.
4610 (whitespace-buffer): Simplify.
4611
4612 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4613
4614 * textmodes/table.el (table-cell-face): Add special case for
4615 displays supporting a high number of colors.
4616 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4617 (vhdl-font-lock-reserved-words-face)
4618 (vhdl-speedbar-architecture-face)
4619 (vhdl-speedbar-instantiation-face)
4620 (vhdl-speedbar-architecture-selected-face)
4621 (vhdl-speedbar-instantiation-selected-face): Likewise.
4622 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4623 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4624 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4625 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4626 (ebrowse-progress-face): Likewise.
4627 * progmodes/compile.el (compilation-info-face): Likewise.
4628 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4629 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4630 * calendar/calendar.el (diary-face): Likewise.
4631 * woman.el (woman-italic-face, woman-bold-face)
4632 (woman-unknown-face): Likewise.
4633 * wid-edit.el (widget-button-pressed-face): Likewise.
4634 * whitespace.el (whitespace-highlight-face): Likewise.
4635 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4636 * pcvs-info.el (cvs-marked-face): Likewise.
4637 * info.el (info-xref): Likewise.
4638 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4639 * hilit-chg.el (highlight-changes-face)
4640 (highlight-changes-delete-face): Likewise.
4641 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4642 (hi-red-b): Likewise.
4643 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4644 * font-lock.el (font-lock-keyword-face)
4645 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4646 * cus-edit.el (custom-invalid-face, custom-modified-face)
4647 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4648 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4649 * comint.el (comint-highlight-prompt): Likewise.
4650
4651 2005-04-08 Lute Kamstra <lute@gnu.org>
4652
4653 * font-lock.el (font-lock-keywords): Docstring fixes.
4654
4655 2005-04-08 Kenichi Handa <handa@m17n.org>
4656
4657 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4658 chars are more than a limit, print " and more..." at the tail.
4659
4660 2005-04-08 Kim F. Storm <storm@cua.dk>
4661
4662 * emacs-lisp/authors.el (authors-aliases): Update list.
4663 (authors-ignored-files): New list.
4664 (authors-fixed-entries): Fix typo.
4665 (authors-renamed-files-alist): Update list.
4666 (authors-add): Check authors-ignored-files.
4667
4668 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4669
4670 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4671 optional, to ensure backward compatibility.
4672
4673 2005-04-08 Stephen Eglen <stephen@gnu.org>
4674
4675 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4676
4677 2005-04-08 Kim F. Storm <storm@cua.dk>
4678
4679 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4680
4681 * mouse.el (mouse-on-link-p): Doc fix.
4682
4683 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4684
4685 * ielm.el (ielm-prompt-read-only): Doc fix.
4686
4687 * comint.el (comint-prompt-read-only): Doc fix.
4688
4689 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4690
4691 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4692 ensure dired always handles wildcards passed to ffap.
4693 (find-file-at-point): Use it.
4694 (ffap-dired-wildcards): Doc fix.
4695
4696 2005-04-07 Juri Linkov <juri@jurta.org>
4697
4698 * simple.el (next-error-overlay-arrow-position): New defvar.
4699 Put "=>" on its property `overlay-arrow-string'. Add it to
4700 `overlay-arrow-variable-list'.
4701
4702 * progmodes/compile.el (compilation-setup):
4703 Set `next-error-overlay-arrow-position' to nil. Also set it to
4704 nil in the local hook `kill-buffer-hook'. Make local variable
4705 `overlay-arrow-string' and set it to "=>".
4706 (compilation-goto-locus): Set BOL position to
4707 `next-error-overlay-arrow-position' instead of
4708 `overlay-arrow-position'.
4709
4710 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4711 locally instead of adding it to the global hook.
4712 (Info-kill-buffer): Move up.
4713
4714 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4715
4716 * term/xterm.el (xterm-standard-colors): Update color values from
4717 xterm-200.
4718
4719 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4722
4723 * fast-lock.el:
4724 * lazy-lock.el: Move them to the obsolete subdir.
4725
4726 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4727
4728 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4729 (wdired-add-replace-advice): Remove.
4730 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4731
4732 2005-04-06 Kim F. Storm <storm@cua.dk>
4733
4734 * startup.el (command-line): Add --bare-bones alias for -Q.
4735
4736 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4737
4738 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4739 create the startup fontset if a font specification ends with
4740 `mac-roman'.
4741
4742 2005-04-06 Lute Kamstra <lute@gnu.org>
4743
4744 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4745 change.
4746
4747 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4748 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4749
4750 2005-04-05 Lute Kamstra <lute@gnu.org>
4751
4752 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4753 (define-generic-mode): Ditto. Fix debug declaration.
4754
4755 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4756 Put them in the generic-x group.
4757
4758 * calendar/timeclock.el (timeclock): Doc fix.
4759
4760 * generic.el (define-generic-mode): Don't use custom-current-group.
4761 Document default :group value.
4762 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4763 (define-global-minor-mode): Don't use custom-current-group.
4764
4765 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4766
4767 * startup.el (command-line-1): Display startup-echo-area-message
4768 when fancy splash screen is in use.
4769
4770 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4771 (sh-escaped-newline): New face.
4772 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4773 newline, and use sh-escaped-newline face.
4774
4775 * progmodes/tcl.el (tcl-escaped-newline): New face.
4776 (tcl-builtin-list): New variable.
4777 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4778 newlines. Fix keywords subexpression number.
4779
4780 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4781
4782 * textmodes/org.el (org-diary-default-entry): Fix call to
4783 `add-to-diary-entry'.
4784
4785 2005-04-05 Kim F. Storm <storm@cua.dk>
4786
4787 * ediff-init.el: Use (featurep 'xemacs).
4788
4789 2005-04-05 David Ponce <david@dponce.com>
4790
4791 * cus-edit.el (face): Derive from symbol widget. Display sample
4792 of the current face on the fly.
4793 (widget-face-sample-face-get, widget-face-notify): New functions.
4794 (widget-face-value-create): Remove.
4795
4796 * wid-edit.el (widget-field-end): Temporarily remove field
4797 narrowing before to call `get-char-property'.
4798
4799 2005-04-04 Jay Belanger <belanger@truman.edu>
4800
4801 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4802 (math-read-subscripts): New variable.
4803 (math-read-preprocess-string): Process subscripts.
4804
4805 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4806
4807 * comint.el (comint-prompt-read-only): Doc fix.
4808
4809 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4810 `-1'. Doc fix.
4811
4812 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4813
4814 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4815 Change default value to nil.
4816
4817 2005-04-04 Lute Kamstra <lute@gnu.org>
4818
4819 * autorevert.el (auto-revert-mode): Specify :group.
4820 * battery.el (display-battery-mode): Specify :group.
4821 * diff-mode.el (diff-minor-mode): Specify :group.
4822 * font-core.el (font-lock-mode): Specify :group.
4823 * hl-line.el (hl-line-mode): Specify :group.
4824 * iimage.el (iimage): New customization group.
4825 (iimage-mode): Specify :group.
4826 * longlines.el (longlines-mode): Specify :group.
4827 * master.el: Don't require easy-mmode.
4828 (master): New customization group.
4829 (master-mode): Specify :group.
4830 * msb.el (msb-mode): Specify :group.
4831 * reveal.el (reveal-mode): Specify :group.
4832 * simple.el (next-error-follow-minor-mode): Specify :group.
4833 * smerge-mode.el (smerge-mode): Specify :group.
4834 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4835 * emulation/cua-base.el (cua-mode): Specify :group.
4836 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4837 * language/thai-util.el (thai-auto-composition-mode)
4838 (thai-word-mode): Specify :group.
4839 * mail/supercite.el (sc-minor-mode): Specify :group.
4840 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4841 * progmodes/flymake.el (flymake-mode): Specify :group.
4842 * progmodes/glasses.el (glasses-mode): Specify :group.
4843 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4844 * textmodes/enriched.el (enriched-mode): Specify :group.
4845 * textmodes/refill.el (refill-mode): Specify :group.
4846
4847 * add-log.el (change-log-font-lock-keywords): Names in
4848 parenthesized lists can contain spaces.
4849
4850 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4851
4852 * startup.el (fancy-splash-text): Shorten default text of
4853 "Emacs Tutorial" line. Also, if the current language env
4854 indicates an available tutorial file other than TUTORIAL,
4855 extract its title and append it to the line in parentheses.
4856 (fancy-splash-insert): If arg is a thunk, funcall it.
4857
4858 2005-04-04 Jay Belanger <belanger@truman.edu>
4859
4860 * calc.el (calc-language-alist): Add tags to customization type.
4861
4862 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4863
4864 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4865 Doc fix.
4866
4867 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4868
4869 * add-log.el (change-log-font-lock-keywords): The manual
4870 describing a Change Log entry, says: (...) "Aside from these
4871 header lines, every line in the change log starts with a space or
4872 a tab.". The font-lock was not highlighting lines started with
4873 spaces, added support for it.
4874
4875 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4876
4877 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4878 (bibtex-generate-url-list): Update docstring accordingly. Put the
4879 complex example in the docstring.
4880 (bibtex-font-lock-url): Use pop.
4881
4882 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4885
4886 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4887
4888 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4889
4890 * filesets.el (filesets-set-default): Doc fix.
4891
4892 2005-04-03 Lute Kamstra <lute@gnu.org>
4893
4894 * generic.el (define-generic-mode): Add argument to specify
4895 keywords for defcustom.
4896 (default-generic-mode): Specify :group.
4897
4898 * generic-x.el: Specify :group for all generic modes.
4899
4900 * desktop.el (desktop-no-desktop-file-hook)
4901 (desktop-after-read-hook): Doc fix.
4902
4903 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4904
4905 * simple.el (visible-mode): Use explicit :group keyword.
4906 This changes the group of `visible-mode-hook' from paren-blinking
4907 to editing-basics.
4908
4909 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4910
4911 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4912 mailbox specifications as well as URLs.
4913 (rmail-insert-inbox-text): Remove unused conditional branches.
4914
4915 2005-04-01 Jay Belanger <belanger@truman.edu>
4916
4917 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4918 (calc-gnuplot-print-command): Move definitions to calc.el.
4919
4920 * calc/calc-embed.el (calc-embedded-announce-formula)
4921 (calc-embedded-open-formula, calc-embedded-close-formula)
4922 (calc-embedded-open-word, calc-embedded-close-word)
4923 (calc-embedded-open-plain, calc-embedded-close-plain)
4924 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4925 (calc-embedded-open-mode, calc-embedded-close-mode):
4926 Move definitions to calc.el.
4927
4928 * calc/calc.el (calc-settings-file, calc-language-alist):
4929 Make customizable.
4930 (calc-embedded-announce-formula, calc-embedded-open-formula)
4931 (calc-embedded-close-formula, calc-embedded-open-word)
4932 (calc-embedded-close-word, calc-embedded-open-plain)
4933 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4934 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4935 (calc-embedded-close-mode, calc-gnuplot-name)
4936 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4937 from other files and make customizable.
4938
4939 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4942 Use buffer-live-p.
4943 (cvs-mode-run): Don't call cvs-update-header here.
4944 (cvs-run-process): Call cvs-update-header.
4945 Use process properties for cvs-postprocess and cvs-buffer so that
4946 the sentinel can behave better if the temp buffer is killed.
4947 Use a pipe rather than a tty, to better handle unexpected prompts.
4948 (cvs-sentinel): Rewrite. Call cvs-update-header.
4949
4950 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4951
4952 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4953 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4954
4955 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * generic.el (define-generic-mode): Add indentation rule.
4958
4959 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4960
4961 * files.el (mode-require-final-newline): Make Custom correctly
4962 report a nil value and allow to set it to nil via Custom.
4963 Doc fix.
4964
4965 2005-04-01 Kenichi Handa <handa@m17n.org>
4966
4967 * international/characters.el: Enable the correct case setting for
4968 dotless-i and dotted-I.
4969
4970 2005-04-01 Kim F. Storm <storm@cua.dk>
4971
4972 * ido.el (ido-file-internal): Fall back to non-ido command if
4973 initial directory is on slow ftp (or tramp) host.
4974
4975 2005-03-31 Richard M. Stallman <rms@gnu.org>
4976
4977 * emacs-lisp/autoload.el (make-autoload):
4978 Handle define-global-minor-mode.
4979
4980 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4981 Rename from easy-mmode-define-global-mode.
4982 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4983
4984 * progmodes/scheme.el (scheme-mode-syntax-table):
4985 Update syntax of | and # for two-character comment syntax.
4986
4987 2005-03-31 Lute Kamstra <lute@gnu.org>
4988
4989 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4990 (define-minor-mode): Call custom-current-group at load-time.
4991
4992 * generic.el (define-generic-mode): Add debug declaration.
4993 Add defcustom for the mode hook.
4994 (generic-mode-internal): Use run-mode-hooks.
4995
4996 2005-03-31 Kim F. Storm <storm@cua.dk>
4997
4998 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4999 (mouse-fixup-help-message): New defun called by show_help_echo
5000 to fixup mouse-2 prefix in help messages when applicable.
5001
5002 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5003
5004 2005-03-31 Kenichi Handa <handa@m17n.org>
5005
5006 * language/thai-word.el (thai-find-word-ends): Pay attention to
5007 the case that we reach the end of buffer.
5008
5009 * textmodes/fill.el (fill-text-properties-at): New function.
5010 (fill-newline): Use fill-text-properties-at instead of
5011 text-properties-at.
5012
5013 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5014
5015 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5016 not comint-quote-filename.
5017
5018 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
5019
5020 * help-fns.el (help-with-tutorial): Revert last change.
5021
5022 2005-03-31 Kim F. Storm <storm@cua.dk>
5023
5024 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5025
5026 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
5027
5028 * calendar/cal-china.el: Update reference to "Calendrical
5029 Calculations" book; there's a new edition.
5030 * calendar/cal-coptic.el: Likewise.
5031 * calendar/cal-french.el: Likewise.
5032 * calendar/cal-hebrew.el: Likewise.
5033 * calendar/cal-islam.el: Likewise.
5034 * calendar/cal-iso.el: Likewise.
5035 * calendar/cal-julian.el: Likewise.
5036 * calendar/cal-mayan.el: Likewise.
5037 * calendar/cal-persia.el: Likewise.
5038 * calendar/calendar.el: Likewise.
5039 * calendar/holidays.el: Likewise.
5040 * calendar/lunar.el: Likewise.
5041 * calendar/solar.el: Likewise.
5042
5043 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
5044 white space from doc string.
5045
5046 2005-03-30 Jay Belanger <belanger@truman.edu>
5047
5048 * calc/calc-help.el (calc-full-help): Remove email address.
5049
5050 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5051
5052 * help-fns.el (help-with-tutorial): Delete title line.
5053
5054 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5055
5056 * calendar/cal-x.el (calendar-one-frame-setup)
5057 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5058 rather than 'symbol for set-window-dedicated-p.
5059
5060 * calendar/appt.el (appt-buffer-name): Make it a constant.
5061 (appt-add): Doc fix.
5062
5063 * filesets.el (filesets-menu-path, filesets-menu-before)
5064 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
5065 (filesets-menu-cache-file): Use directory ~/.emacs.d.
5066 (filesets-add-submenu): Delete and use add-submenu instead.
5067
5068 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
5069
5070 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5071 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5072 (org-diary-default-entry): New function.
5073 (org-get-entries-from-diary): Better parsing of diary entries.
5074 (org-agenda-check-no-diary): New function.
5075 ("diary-lib"): Advice to function `add-to-diary-list', to allow
5076 linking to diary entries.
5077 (org-agenda-execute-calendar-command): New function.
5078 (org-agenda): Improve visible section in window.
5079 Use `org-fit-agenda-window'.
5080 (org-fit-agenda-window): New option.
5081 (org-move-subtree-down): Better handling of empty lines
5082 at end of subtree.
5083 (org-cycle): Numeric prefix is interpreted now as show-subtree N
5084 levels up.
5085 (org-fontify-done-headline): New option.
5086 (org-headline-done-face): New face.
5087 (org-set-font-lock-defaults): Use `org-headline-done-face'.
5088 (org-table-copy-down): Rename from `org-table-copy-from-above'.
5089 When current field is non-empty, it is copied to next row.
5090 (org-table-copy-from-above): Fix bug which made it
5091 impossible to copy fields containing only a single non-white character.
5092
5093 2005-03-30 Kim F. Storm <storm@cua.dk>
5094
5095 * kmacro.el (kmacro-end-macro): Isearch may store this command
5096 into the macro -- so ignore it when executing keyboard macro.
5097
5098 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5099
5100 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5101
5102 2005-03-29 Kenichi Handa <handa@m17n.org>
5103
5104 * language/thai.el ("Thai"): Set setup-function and exit-function
5105 for Thai language environment.
5106
5107 * language/thai-util.el: Require thai-word.
5108 (thai-word-mode-map): New variable.
5109 (thai-word-mode): New minor mode.
5110 (setup-thai-language-environment-internal): New function.
5111 (exit-thai-language-environment-internal): New function.
5112
5113 * language/thai-word.el (thai-word-table): Declare it by defvar,
5114 use dolist to initialize it.
5115 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5116 (thai-fill-find-break-point): New functions.
5117
5118 2005-03-29 Richard M. Stallman <rms@gnu.org>
5119
5120 * simple.el (idle-update-delay): Move definition up.
5121 (set-mark): Doc fix.
5122
5123 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5124
5125 * longlines.el: New file.
5126
5127 * simple.el (buffer-substring-filters): New variable.
5128 (filter-buffer-substring): New function.
5129 (kill-region, copy-region-as-kill): Use it.
5130
5131 * register.el (copy-to-register, append-to-register)
5132 (prepend-to-register): Use filter-buffer-substring.
5133
5134 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5135
5136 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5137 (gud-filter-pending-text): Move in front of gdb.
5138 (gud-overlay-arrow-position): New variable.
5139 (gud-sentinel, gud-display-line): Use it in place of
5140 overlay-arrow-position.
5141
5142 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5143
5144 * progmodes/fortran.el (fortran-if-indent): Doc fix.
5145 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5146 (fortran-font-lock-keywords-4): New variable.
5147 (fortran-blocks-re, fortran-end-block-re)
5148 (fortran-start-block-re): New constants, for hideshow.
5149 (hs-special-modes-alist): Add a Fortran entry.
5150 (fortran-mode-map): Bind fortran-end-of-block,
5151 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5152 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
5153 (fortran-looking-at-if-then, fortran-end-of-block)
5154 (fortran-beginning-of-block): New functions, for hideshow.
5155
5156 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5157 Doc fix. Tweak regexp.
5158 (f90-beginning-of-block): Push mark first.
5159
5160 2005-03-29 Jay Belanger <belanger@truman.edu>
5161
5162 * calc/calc.el: Update copyright date.
5163 (calc-version): Increase to 2.1.
5164 (calc-version-date): Remove.
5165
5166 * calc/calc-help.el: Update copyright date.
5167 (calc-full-help): Remove reference to calc-version-date.
5168 Update copyright date.
5169
5170 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * vc.el (vc-do-command): Use a pipe for async processes, so password
5173 prompts don't show up at places where the user can't reply.
5174
5175 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5176
5177 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5178 on the file name we pass to the inferior shell.
5179
5180 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5181
5182 * progmodes/which-func.el (which-function): Be robust in the face of an
5183 imenu--make-index-alist failure.
5184
5185 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5188
5189 * progmodes/python.el (python-preoutput-filter): Fix last change.
5190
5191 2005-03-29 Lute Kamstra <lute@gnu.org>
5192
5193 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5194 functions and compiled macros.
5195 (debug-convert-byte-code): Handle macros too.
5196 (debug-on-entry-1): Don't signal an error when trying to clear a
5197 function that is not set to debug on entry.
5198
5199 2005-03-29 Jay Belanger <belanger@truman.edu>
5200
5201 * calc/calc-lang.el: Add functions to math-function-table
5202 properties of tex and math.
5203
5204 2005-03-29 Kenichi Handa <handa@m17n.org>
5205
5206 * ps-mule.el (ps-mule-plot-string): Translate characters by
5207 ps-print-translation-table.
5208 (ps-mule-begin-job): Call find-charset-region/string with
5209 ps-print-translation-table.
5210 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5211
5212 * ps-print.el (ps-print-translation-table): New variable.
5213 (ps-plot-region): Translate characters by ps-print-translation-table.
5214
5215 2005-03-29 Juri Linkov <juri@jurta.org>
5216
5217 * simple.el (next-error-highlight-timer): New variable.
5218
5219 * progmodes/compile.el (compilation-goto-locus):
5220 Use `next-error-highlight-timer' instead of `sit-for'.
5221
5222 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * mail/supercite.el (sc-mail-field): Use assoc-string.
5225 (sc-get-address): Simplify regexps.
5226
5227 * files.el (minibuffer-with-setup-hook): New macro.
5228 (find-file-read-args): Use it to avoid let-binding
5229 minibuffer-with-setup-hook (which breaks turning on/off
5230 file-name-shadow-mode while in the prompt).
5231
5232 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5233
5234 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5235
5236 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5237
5238 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * window.el (window-buffer-height): Use count-screen-lines.
5241
5242 * progmodes/python.el (python-preoutput-leftover): New var.
5243 (python-preoutput-filter): Use it.
5244 (python-send-receive): Loop until all the result has been received.
5245
5246 2005-03-28 Juri Linkov <juri@jurta.org>
5247
5248 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5249
5250 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5251 "Recover Crashed Session".
5252 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5253 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5254 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5255 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5256 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5257 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5258 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5259 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5260
5261 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5262 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5263 Ediff Sessions", "Toggle use of separate control buffer frame",
5264 "Use separate frame for Ediff control buffer".
5265
5266 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5267 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5268 "Rename Bookmark", "Delete Bookmark".
5269
5270 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5271 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5272 Add `:active Info-index-alternatives' to "Next Matching Item".
5273
5274 * wdired.el (wdired-change-to-wdired-mode):
5275 Mention `wdired-abort-changes' key in the initial message.
5276
5277 * international/mule.el (auto-coding-alist): Associate non-ascii
5278 image filename extensions with `no-conversion'.
5279
5280 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * international/iso-acc.el:
5283 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5284
5285 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5286
5287 * textmodes/sgml-mode.el (html-mode): Doc update.
5288
5289 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5290
5291 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5292
5293 * term.el (term-move-columns): Fix face after extending a line.
5294 (term-insert-spaces): Likewise.
5295 (term-reset-terminal): Fix off by one error.
5296
5297 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5298
5299 * international/mule.el (auto-coding-alist): Add .xpi files.
5300
5301 * files.el (auto-mode-alist): Add .xpi files.
5302
5303 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5304
5305 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5306
5307 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5308
5309 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5310
5311 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5312
5313 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5314 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5315
5316 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5317 cursor to Jan 1 when needed.
5318 (calendar-end-of-year): Fix -/+ typo.
5319 Reported by Chong Yidong <cyd@stupidchicken.com>.
5320
5321 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5322
5323 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5324
5325 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5326 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5327
5328 2005-03-25 Richard M. Stallman <rms@gnu.org>
5329
5330 * filesets.el (filesets-init): Add autoload.
5331
5332 * mail/mailalias.el (mail-directory): Doc fix.
5333
5334 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5335
5336 * mail/mailalias.el (mail-directory-process): Do nothing if
5337 mail-directory-process is an atom.
5338 (mail-get-names): Ignore mail-directory-names if it is an atom.
5339 (mail-directory-process defvar): Doc fix.
5340 (mail-names): Doc fix.
5341
5342 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5343
5344 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5345
5346 2005-03-26 Kenichi Handa <handa@m17n.org>
5347
5348 * international/mule-util.el (detect-coding-with-priority):
5349 Call update-coding-systems-internal before detect-coding-region.
5350
5351 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5352
5353 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5354 (gdb-frames-mode-map): Add follow-link property.
5355
5356 2005-03-25 Jay Belanger <belanger@truman.edu>
5357
5358 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5359 for variables.
5360
5361 2005-03-25 Juri Linkov <juri@jurta.org>
5362
5363 * image-mode.el: Optimize image filename extension regexps in
5364 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5365 in `auto-mode-alist'.
5366 (image-mode): Add `image-toggle-display-text' to local hook
5367 `change-major-mode-hook'. Display the image as an image by
5368 default. Set `cursor-type' and `truncate-lines' if the image
5369 is already displayed. Take into account the current mode (image
5370 or text) in message.
5371 (image-minor-mode): New minor mode.
5372 (image-mode-maybe, image-toggle-display-text): New functions.
5373 (image-toggle-display): Use called-interactively-p.
5374 Let-bind `inhibit-read-only' to t.
5375
5376 * image-mode.el (image-minor-mode): Set `cursor-type' and
5377 `truncate-lines' if the image is already displayed. Add turning
5378 image-minor-mode off to `change-major-mode-hook'. Add message.
5379 Call `image-toggle-display-text' after turning image-minor-mode off.
5380
5381 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5384 Terminal.app, use utf-8.
5385 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5386 (set-locale-environment): Use it.
5387
5388 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5389
5390 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5391
5392 * progmodes/python.el (python-close-block-statement-p)
5393 (python-outdent-p, python-current-defun): Use symbol-end.
5394
5395 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5396
5397 * files.el (save-some-buffers): Doc fix.
5398
5399 2005-03-25 Werner Lemberg <wl@gnu.org>
5400
5401 * complete.el, thumbs.el: Replace `legal' with `valid'.
5402 * calendar/calendar.el: Replace `legal' with `valid'.
5403 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5404 * mail/supercite.el: Replace `legal' with `valid'.
5405 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5406 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5407 Replace `legal' with `valid'.
5408 * textmodes/reftex-vars.el, textmodes/reftex.el:
5409 Replace `legal' with `valid'.
5410
5411 2005-03-25 Werner Lemberg <wl@gnu.org>
5412
5413 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5414 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5415 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5416 * emulation/vip.el: Replace `illegal' with `invalid'.
5417 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5418 * mail/supercite.el: Replace `illegal' with `invalid'.
5419 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5420 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5421 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5422 * progmodes/sh-script.el, progmodes/xscheme.el:
5423 Replace `illegal' with `invalid'.
5424 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5425 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5426 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5427 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5428
5429 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5432 (flymake-find-buildfile, flymake-find-possible-master-files)
5433 (flymake-check-include, flymake-parse-line): Replace loops over the
5434 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5435
5436 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5437 Substitute file-name-as-directory in the rest of the file.
5438 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5439 (flymake-replace-region): Remove unused arg `buffer'.
5440 (flymake-check-patch-master-file-buffer): Update calls to it.
5441 (flymake-add-err-info): Remove unused var `count'.
5442 (flymake-mode): Use define-minor-mode.
5443
5444 * progmodes/flymake.el: Use with-current-buffer.
5445 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5446 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5447 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5448 Avoid testing for `xemacs'.
5449 (flymake-nop): Move.
5450 (flymake-region-has-flymake-overlays): Return the computed value.
5451 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5452 Remove unused var `endline'.
5453 (flymake-get-line-count): Remove unused function.
5454 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5455
5456 * emulation/vi.el:
5457 * generic.el:
5458 * hilit-chg.el (global-highlight-changes):
5459 * hi-lock.el (hi-lock-mode):
5460 * follow.el: find-file-hooks -> find-file-hook.
5461
5462 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5463
5464 2005-03-24 Juri Linkov <juri@jurta.org>
5465
5466 * dired.el (dired-mode-map): Add menu item "Compare directories"
5467 for dired-compare-directories.
5468
5469 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5470 Doc fix. Replace `read-file-name' with `read-directory-name'.
5471
5472 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5475
5476 2005-03-24 Jay Belanger <belanger@truman.edu>
5477
5478 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5479 relevant mode settings in calc-embedded-original-modes when modes
5480 are permanently changed.
5481
5482 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * autoinsert.el: find-file-hooks -> find-file-hook.
5485
5486 2005-03-24 Lute Kamstra <lute@gnu.org>
5487
5488 * generic.el (generic-font-lock-defaults): Make it obsolete.
5489 (generic-font-lock-keywords): New variable to replace
5490 generic-font-lock-defaults.
5491 (generic-mode-set-font-lock): Delete it.
5492 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5493 (generic-bracket-support): Add docstring.
5494
5495 * generic-x.el: Rename generic-font-lock-defaults to
5496 generic-font-lock-keywords throughout.
5497 (mailagent-rules-setup-function): Delete it.
5498 (mailagent-rules-generic-mode): Use anonymous function instead.
5499 (show-tabs-generic-mode-font-lock-defaults-1)
5500 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5501 Quote faces.
5502 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5503 not foreground.
5504
5505 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5506 Recognize define-generic-mode.
5507
5508 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5511 if there's no completion table.
5512
5513 2005-03-23 Miles Bader <miles@gnu.org>
5514
5515 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5516 Remove tty-specific variants, as they're no longer needed.
5517
5518 2005-03-23 Lute Kamstra <lute@gnu.org>
5519
5520 * generic-x.el: Code cleanup: make args constant whenever possible.
5521 (installshield-statement-keyword-list)
5522 (installshield-system-functions-list)
5523 (installshield-system-variables-list, installshield-types-list)
5524 (installshield-funarg-constants-list): Make them constants.
5525
5526 * generic.el (generic-make-keywords-list): Add autoload cookie.
5527
5528 * calendar/time-date.el: Add comment on time value formats.
5529 Don't require parse-time.
5530 (with-decoded-time-value): New macro.
5531 (encode-time-value): New function.
5532 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5533 (days-to-time): Return a valid time value when arg is huge.
5534 (time-since): Use time-subtract.
5535 (time-to-number-of-days): Use time-to-seconds.
5536
5537 2005-03-23 David Ponce <david@dponce.com>
5538
5539 * recentf.el: (recentf-keep): New option.
5540 (recentf-menu-action): Default to `find-file'.
5541 (recentf-keep-non-readable-files-flag)
5542 (recentf-keep-non-readable-files-p)
5543 (recentf-file-readable-p, recentf-find-file)
5544 (recentf-cleanup-remote): Remove.
5545 (recentf-include-p): More robust.
5546 (recentf-keep-p): New function.
5547 (recentf-remove-if-non-kept): Rename from
5548 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5549 All callers updated.
5550 (recentf-menu-items-for-commands): Fix help string.
5551 (recentf-track-closed-file): Update. Doc fix.
5552 (recentf-cleanup): Update. Count removed files. Doc fix.
5553
5554 2005-03-23 Kim F. Storm <storm@cua.dk>
5555
5556 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5557 Don't inherit from fringe face (now happens automatically).
5558
5559 2005-03-22 Kim F. Storm <storm@cua.dk>
5560
5561 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5562 position values.
5563
5564 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * menu-bar.el (showhide-date-time): Remove.
5567 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5568 (menu-bar-make-mm-toggle): Simplify.
5569
5570 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5571
5572 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5573 Accept qualified variable and function names.
5574
5575 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5576
5577 * bindings.el (completion-ignored-extensions):
5578 Remove ".lis" for `vax-vms'.
5579
5580 2005-03-22 Andreas Schwab <schwab@suse.de>
5581
5582 * generic-x.el: Revert last change.
5583 * ldefs-boot.el: Update.
5584
5585 2005-03-22 Jay Belanger <belanger@truman.edu>
5586
5587 * calc/calc-embed (calc-embedded-original-modes): New variable.
5588 (calc-embedded-save-original-modes)
5589 (calc-embedded-restore-original-modes): New functions.
5590 (calc-do-embedded): Save original modes when entering embedded mode
5591 and restore when leaving embedded mode.
5592 (calc-embedded-modes-change): Change the value of
5593 calc-embedded-original-modes to reflect permanent changes.
5594
5595 2005-03-22 Lute Kamstra <lute@gnu.org>
5596
5597 * generic-x.el: Require generic again.
5598
5599 2005-03-22 Miles Bader <miles@gnu.org>
5600
5601 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5602 Tweak details to look good on both ttys and bitmap displays, light
5603 or dark background, etc.
5604
5605 2005-03-21 Kim F. Storm <storm@cua.dk>
5606
5607 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5608 mouse position.
5609
5610 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * icomplete.el: Don't forcibly turn on the mode upon load.
5613 (icomplete-mode): Use define-minor-mode.
5614 (icomplete-eoinput): Default to nil.
5615 (icomplete-minibuffer-setup): Remove autoload.
5616 (icomplete-tidy): Simplify.
5617 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5618 in the initial state or if the user has modified the field.
5619 Fix handling of icomplete-max-delay-chars.
5620 Remove code that handles the oddball case where
5621 minibuffer-completion-table is an integer.
5622 Wrap icomplete-completions in while-no-input in case building
5623 completions takes more time than expected.
5624 (icomplete-completions): Simplify.
5625
5626 2005-03-21 Richard M. Stallman <rms@gnu.org>
5627
5628 * jka-compr.el (jka-compr-really-do-compress):
5629 Make variable buffer-local.
5630
5631 * image-mode.el: Handle .xpm files too.
5632 (image-toggle-display): Preserve modification flag.
5633
5634 * help.el (where-is): Don't mention aliases with no key bindings.
5635
5636 2005-03-21 Lute Kamstra <lute@gnu.org>
5637
5638 * generic.el: Fix commentary section. Don't require cl for compilation.
5639 (generic-mode-list): Add autoload cookie.
5640 (generic-use-find-file-hook, generic-lines-to-scan)
5641 (generic-find-file-regexp, generic-ignore-files-regexp)
5642 (generic-mode, generic-mode-find-file-hook)
5643 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5644 (define-generic-mode): Make it a defmacro. Fix docstring.
5645 (generic-mode-internal): Code cleanup. Add autoload cookie.
5646 (generic-mode-set-comments): Code cleanup.
5647 * generic-x.el: Don't prevent compilation. Don't require generic.
5648 Follow coding conventions. Minor code cleanup.
5649 (etc-fstab-generic-mode): Add some keywords.
5650 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5651 define-generic-mode like a function declaration.
5652
5653 2005-03-21 Jay Belanger <belanger@truman.edu>
5654
5655 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5656 changing modes.
5657
5658 2005-03-21 Sam Steingold <sds@gnu.org>
5659
5660 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5661
5662 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5663
5664 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5665 Add underscore to "f$ lexicals" regexp.
5666
5667 2005-03-20 Juri Linkov <juri@jurta.org>
5668
5669 * subr.el (progress-reporter-do-update): When `min-value' is equal
5670 to `max-value', set `percentage' to 0 and prevent division by zero.
5671
5672 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5673
5674 Sync with Tramp 2.0.48.
5675
5676 * tramp.el (all): Change all addresses to .gnu.org.
5677 (tramp-append-tramp-buffers): New defun.
5678 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5679 Catch `dont-send' signal.
5680 (tramp-set-auto-save-file-modes): Set always permissions, because
5681 there might be an old auto-saved file belonging to another
5682 original file. This could be a security threat. Reported by
5683 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5684 Check for Emacs 21.3.50 removed.
5685
5686 * tramp-smb.el (all): Remove debug construct for
5687 `with-parsed-tramp-file-name'.
5688 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5689 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5690 No error message if DIRECTORY or FILENAME doesn't exist.
5691 (tramp-smb-open-connection): Check existence of
5692 `tramp-smb-program'.
5693
5694 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5697 Properly handle the case where the `m' or `s' command's argument is not
5698 yet terminated.
5699 (perl-indent-new-calculate): New function.
5700 (perl-indent-line): Use it.
5701
5702 2005-03-20 Miles Bader <miles@gnu.org>
5703
5704 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5705 in text-mode too. Change to new face names.
5706 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5707 Add `:weight bold' attribute.
5708 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5709
5710 2005-03-19 Juri Linkov <juri@jurta.org>
5711
5712 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5713
5714 * international/mule.el (auto-coding-alist): Sync with
5715 `auto-mode-alist' by adding upper case archive file extensions
5716 and adding ear/war to jar extension.
5717
5718 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5719
5720 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5721 running, restart it.
5722
5723 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5724
5725 * finder.el (finder-current-item): Throw an error on an empty line.
5726
5727 * man.el (Man-follow-manual-reference): If current-word returns
5728 nil, use "".
5729
5730 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5731
5732 * simple.el (goto-line): Doc fix.
5733
5734 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5735
5736 * files.el (save-buffer): Doc fix.
5737
5738 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5739
5740 * recentf.el (recentf-cleanup-remote): New variable.
5741 (recentf-cleanup): Use it to conditionally check availablity of
5742 remote files.
5743
5744 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5745
5746 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5747 function names.
5748
5749 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5750
5751 * language/thai-word.el: New file.
5752
5753 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5754
5755 * files.el (backup-buffer): If the file's directory is not
5756 writable, use copy instead of move to backup the file.
5757
5758 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5759
5760 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5761
5762 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5763
5764 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5765 Use functionp instead of symbolp and fboundp. Reported by Drkm
5766 <darkman_spam@yahoo.fr>.
5767 (ps-print-version): New version 6.6.6.
5768
5769 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5770
5771 * textmodes/table.el (table--line-column-position): New idiom.
5772 (table--row-column-insertion-point-p): New function to test
5773 validity of row and column insertion operation at a location.
5774 (table-global-menu, table-cell-menu): Use above functions for
5775 deterministic test operation.
5776 (table--editable-cell-p): Behave in deterministic fashion.
5777
5778 2005-03-18 Juri Linkov <juri@jurta.org>
5779
5780 * isearch.el (isearch-lazy-highlight-new-loop):
5781 Make arguments beg and end optional.
5782 (isearch-update): Remove optional arguments nil from
5783 isearch-lazy-highlight-new-loop.
5784 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5785 isearch-lazy-highlight-case-fold-search instead of
5786 isearch-case-fold-search, and let-bind isearch-regexp to
5787 isearch-lazy-highlight-regexp.
5788 Use isearch-lazy-highlight-last-string instead of isearch-string.
5789
5790 * replace.el (perform-replace): Remove bindings of global
5791 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5792 Add three new arguments to `replace-highlight'.
5793 (replace-highlight): Add arguments string, regexp, case-fold.
5794 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5795 to allow isearch-lazy-highlight-new-loop to use these values
5796 to set corresponding isearch-lazy-highlight-* internal
5797 variables whose values lazy highlighting will use regardless of
5798 changes to global variables isearch-string, isearch-regexp,
5799 isearch-case-fold-search during lazy highlighting loop.
5800 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5801 to `lazy-highlight-cleanup'.
5802
5803 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5804 (ispell-highlight-face): Set default face to `isearch' when
5805 lazy highlighting is enabled.
5806 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5807 priority to 1. Add lazy highlighting.
5808 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5809 from `isearch-dehighlight'.
5810
5811 2005-03-18 David Ponce <david@dponce.com>
5812
5813 * files.el (hack-local-variables): Do a case-insensitive search
5814 for End.
5815
5816 2005-03-18 Juri Linkov <juri@jurta.org>
5817
5818 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5819 `isearch-lazy-highlight-cleanup', add alias to old name and
5820 declare obsolete. Add release numbers to other obsolete vars.
5821 (isearch-done, isearch-lazy-highlight-new-loop):
5822 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5823 (lazy-highlight-cleanup) <variable>: Doc fix.
5824 (isearch-lazy-highlight-update): Rename obsolete
5825 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5826
5827 2005-03-18 Kenichi Handa <handa@m17n.org>
5828
5829 * language/thai-util.el: Fix categorization of Thai characters in
5830 thai-category-table.
5831 (thai-composition-pattern): Adjust it for the above change.
5832 (thai-self-insert-command, thai-compose-syllable): New functions.
5833 (thai-compose-region): Use thai-compose-syllable.
5834 (thai-compose-string): Likewise.
5835 (thai-composition-function): Likewise.
5836 (thai-auto-composition): New function.
5837 (thai-auto-composition-mode): New minor mode.
5838
5839 * language/thai.el: Fix patterns to be registered in
5840 composition-function-table.
5841
5842 * international/quail.el (quail-input-method): Locally bind
5843 inhibit-modification-hooks to t.
5844
5845 2005-03-17 Richard M. Stallman <rms@gnu.org>
5846
5847 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5848 (perl-mode): Use run-mode-hooks.
5849
5850 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5851 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5852 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5853
5854 * mail/sendmail.el (sendmail-send-it): Reenable the code
5855 to compute resend-to-address and use it.
5856
5857 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5858
5859 * image-mode.el: New file.
5860
5861 * image.el (insert-sliced-image): Add autoload cookie.
5862
5863 * font-lock.el (font-lock-lines-before): New user option.
5864 (font-lock-after-change-function): Obey it.
5865
5866 * bindings.el (esc-map): Make M-g a prefix.
5867 Bind M-g g and M-g M-g to goto-line.
5868
5869 * faces.el (face-id): Doc fix.
5870
5871 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5872
5873 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5874 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5875 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5876
5877 * mail/sendmail.el (mail-yank-ignored-headers)
5878 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5879 Add Mail-Followup-To and Mail-Reply-To headers.
5880 (mail-citation-hook): Add autoload cookie.
5881 (mail-mode): Doc fix.
5882 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5883 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5884 (mail-mode-fill-paragraph): Handle those headers.
5885 (mail-mailing-lists): New variable.
5886 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5887
5888 2005-03-17 Juri Linkov <juri@jurta.org>
5889
5890 * isearch.el (isearch-fallback): Check for `(car previous)'
5891 before calling `isearch-other-end-state'.
5892
5893 2005-03-17 Kim F. Storm <storm@cua.dk>
5894
5895 * simple.el (move-beginning-of-line): Move to beginning of buffer
5896 line, as well as beginning of screen line.
5897
5898 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5899
5900 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5901 argument REDRAW rather than calendar-redrawing variable.
5902 * calendar/calendar.el (calendar-redrawing): Delete.
5903 (redraw-calendar): Do not bind calendar-redrawing.
5904
5905 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5906
5907 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5908 diary-file buffer.
5909
5910 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * help.el (describe-mode): Allow a :minor-mode-function property to
5913 specify a different minor mode toggle function than the variable.
5914 * simple.el (auto-fill-function):
5915 * subr.el (add-minor-mode): Use it.
5916
5917 2005-03-16 Kenichi Handa <handa@m17n.org>
5918
5919 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5920 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5921 (ethio-fidel-to-sera-buffer): Likewise.
5922
5923 2005-03-16 Juri Linkov <juri@jurta.org>
5924
5925 * emacs-lisp/find-func.el (find-function-regexp):
5926 Add defun-emitting macro `menu-bar-make-toggle'.
5927
5928 * isearch.el: Put `isearch-scroll' property to
5929 `split-window-horizontally'.
5930
5931 * info.el: Update error messages for `debug-ignored-errors'.
5932 (Info-isearch-search): Doc fix.
5933 (Info-find-node): Move up code to go into info buffer before
5934 recording the node to the history.
5935 (Info-fontify-node): Fontify titles only if the next line
5936 has two or more `*', `=', `-', `.'.
5937 Display "go to this node" for empty (match-string 3).
5938
5939 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5940
5941 * term/mac-win.el: Add mouse pointer shape constants.
5942
5943 2005-03-15 Kim F. Storm <storm@cua.dk>
5944
5945 * simple.el (move-beginning-of-line): Use vertical-motion.
5946
5947 2005-03-15 Juri Linkov <juri@jurta.org>
5948
5949 * isearch.el (isearch-error): New variable.
5950 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5951 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5952 (isearch-within-brackets-state): Remove.
5953 (isearch-case-fold-search-state, isearch-pop-fun-state):
5954 Decrease frame index.
5955 (isearch-mode, isearch-top-state, isearch-push-state)
5956 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5957 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5958 (isearch-search, isearch-lazy-highlight-new-loop):
5959 Replace `isearch-invalid-regexp' with `isearch-error'.
5960 Remove `isearch-within-brackets'.
5961 (isearch-search): Add `search-failed' handler to `condition-case'.
5962 (isearch-lazy-highlight-search): Add `condition-case' to catch
5963 errors and allow `isearch-lazy-highlight-update' to try
5964 highlighting from the beginning of the window.
5965 (isearch-repeat): Move up code to set isearch-wrapped to t
5966 before calling isearch-wrap-function.
5967
5968 * info.el (Info-isearch-initial-node): New internal variable.
5969 (Info-search): Signal an error in isearch mode when search leaves
5970 the initial node. Signal an error when `bound' is non-nil and
5971 nothing was found in the current subfile.
5972 (Info-isearch-search): Remove `condition-case'.
5973 (Info-isearch-wrap): Don't wrap when search failed during leaving
5974 the initial node. If `Info-isearch-search' is nil, wrap around
5975 the current node.
5976 (Info-isearch-start): New fun.
5977 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5978 `isearch-mode-hook'.
5979
5980 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5981
5982 * simple.el (normal-erase-is-backspace): Set default to t if
5983 running on Mac.
5984
5985 * term/mac-win.el (function-key-map): Sync with x-win.el.
5986
5987 2005-03-15 Kenichi Handa <handa@m17n.org>
5988
5989 * international/mule-cmds.el (locale-language-names): Modify the
5990 format of elements and add more entries.
5991 (locale-preferred-coding-systems): Add more entries.
5992 (set-locale-environment): Adjust for the change of
5993 locale-language-names.
5994
5995 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * pcvs.el (smerge-ediff): Remove bogus autoload.
5998
5999 2005-03-14 Lute Kamstra <lute@gnu.org>
6000
6001 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6002 Ignore a `*' at the beginning of a line.
6003
6004 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6005 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6006 subr.el.
6007 (dont-compile, eval-when-compile, eval-and-compile): Use declare
6008 to specify indentation.
6009
6010 * generic.el (define-generic-mode): Let generic-mode-list be a
6011 list of strings; test membership with equal.
6012
6013 2005-03-14 Kim F. Storm <storm@cua.dk>
6014
6015 * simple.el (next-line, previous-line): Add optional try-vscroll
6016 arg to recognize interactive use. Pass it on to line-move.
6017 (line-move): Don't perform auto-window-vscroll when defining or
6018 executing keyboard macro to ensure consistent behaviour.
6019
6020 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6023
6024 2005-03-13 Lute Kamstra <lute@gnu.org>
6025
6026 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
6027 debugger-setup-buffer so that backtrace marks the frames set to
6028 debug-on-exit and we don't have to do it manually. Set an extra
6029 debug-on-exit for macro's.
6030 (debugger-setup-buffer): Don't mark the top frame manually.
6031
6032 2005-03-12 Lute Kamstra <lute@gnu.org>
6033
6034 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
6035 lisp-indent-function throughout.
6036 (with-no-warnings): Set lisp-indent-function property.
6037
6038 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
6039
6040 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
6041 Add entry for backslash.
6042
6043 2005-03-12 Juri Linkov <juri@jurta.org>
6044
6045 * info.el (Info-search): Four fixes for backward search.
6046
6047 2005-03-11 Jay Belanger <belanger@truman.edu>
6048
6049 * calc/calc.el (calc-language-alist): New variable.
6050 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
6051 (calc-embedded-find-modes): Use calc-language-alist instead of
6052 calc-embedded-language-alist.
6053
6054 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6055
6056 * calendar/calendar.el (calendar-redrawing): New internal
6057 variable.
6058 (redraw-calendar): Remove bogus save-excursion from previous
6059 change. Bind calendar-redrawing to t for mark-diary-entries.
6060 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6061 calendar if that is why we were called.
6062
6063 2005-03-11 Kenichi Handa <handa@m17n.org>
6064
6065 * international/mule.el (make-coding-system): Set property
6066 coding-system-define-form to nil.
6067 (define-coding-system-alias): Likewise.
6068
6069 2005-03-11 Kenichi Handa <handa@m17n.org>
6070
6071 These changes are suggested by Dave Love <fx@gnu.org>.
6072
6073 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6074 coding: tag.
6075 (adaptive-fill-regexp): Add more bullets.
6076 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6077 regexps.
6078
6079 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * help.el (describe-mode): Properly handle non-trivial lighters.
6082 Don't ignore minor modes that are not listed in minor-mode-list.
6083
6084 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6085 feature ON when the user requests to turn it OFF.
6086
6087 2005-03-10 Lute Kamstra <lute@gnu.org>
6088
6089 * emacs-lisp/debug.el (debug-entry-code): Delete it.
6090 (implement-debug-on-entry): New function to replace debug-entry-code.
6091 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
6092 second argument as the 2005-03-07 change makes it obsolete.
6093 (debug-on-entry, cancel-debug-on-entry): Update call to
6094 debug-on-entry-1.
6095 (debug, debugger-setup-buffer): Comment update.
6096 (debugger-frame-number): Update to work with implement-debug-on-entry.
6097
6098 2005-03-10 Jay Belanger <belanger@truman.edu>
6099
6100 * calc/calc-embed.el (math-ms-args): Declare it.
6101 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6102 math-ms-args.
6103 (calc-embedded-subst): Use math-multi-subst-rec to substitute
6104 variables.
6105
6106 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
6107
6108 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6109 Use message-box.
6110
6111 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6112 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6113 (tooltip-gud-tips): Simplify.
6114 (tooltip-gud-tips-p): Remove superflouous :set.
6115 (tooltip-gud-modes): Add fortran-mode.
6116 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6117
6118 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6119
6120 2005-03-09 Kim F. Storm <storm@cua.dk>
6121
6122 * play/animate.el (animate-place-char): Use forward-line instead
6123 of next-line to improve performance.
6124
6125 2005-03-09 Simon Josefsson <jas@extundo.com>
6126
6127 * net/browse-url.el (browse-url-default-browser): Doc fix.
6128
6129 2005-03-09 Miles Bader <miles@gnu.org>
6130
6131 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6132 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6133
6134 2005-03-09 Kenichi Handa <handa@m17n.org>
6135
6136 * international/latin-1.el: Set case and syntax for 255 only if
6137 set-case-syntax-set-multibyte is nil.
6138
6139 * textmodes/ispell.el (ispell-insert-word): New function.
6140 (ispell-word): Use ispell-insert-word to insert a new word.
6141 (ispell-process-line): Likewise.
6142 (ispell-complete-word): Likewise.
6143
6144 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6145
6146 * calendar/calendar.el (redraw-calendar): Preserve point.
6147 Reported by Matt Hodges <MPHodges@member.fsf.org>.
6148 (calendar-week-start-day): Move after definition of
6149 redraw-calendar. Delete buffer test, since redraw-calendar has
6150 that now.
6151
6152 * calendar/diary-lib.el (mark-diary-entries): Only call
6153 redraw-calendar in the first of any recursive calls.
6154 Reported by Alan Shutko <ats@acm.org>.
6155
6156 2005-03-08 Juri Linkov <juri@jurta.org>
6157
6158 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6159 (html-horizontal-rule, html-line, html-image, html-checkboxes)
6160 (html-radio-buttons): Add a space before the trailing `/>' where
6161 sgml-xml-mode is non-nil.
6162 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6163 the subsequent tag of the empty XML tag.
6164 (html-href-anchor): Don't set initial input to "http:".
6165 (html-image): Ask for the image URL and set point inside alt="".
6166 (html-name-anchor): Duplicate the name in the `id' attribute when
6167 sgml-xml-mode is non-nil.
6168 (html-paragraph): Remove \n before <p>.
6169 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6170 instead of `checked' when sgml-xml-mode is non-nil.
6171
6172 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6173 Remove 1 space before #RRGGBB to not truncate it on terminal
6174 windows w/o fringes. Remove 1 space between bg and fg examples
6175 to get more space.
6176 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6177 avoid byte-compile warnings.
6178
6179 * image-file.el (image-file-handler): Put `safe-magic' property to
6180 `image-file-handler'.
6181
6182 * info.el (Info-isearch-search): Emulate word search in
6183 isearching through multiple Info nodes with Info-search.
6184 (Info-isearch-wrap): Allow isearch-word.
6185
6186 2005-03-08 Lute Kamstra <lute@gnu.org>
6187
6188 * emacs-lisp/debug.el (debugger-step-through): Make sure that
6189 stepping into the debugger's code is not possible.
6190 (debugger-jumping-flag): Docstring update.
6191
6192 2005-03-08 Jay Belanger <belanger@truman.edu>
6193
6194 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6195 embedded mode begins.
6196 (calc-embedded-language-alist): New variable.
6197 (calc-embedded-find-modes): Use calc-embedded-language-alist to
6198 set default language mode.
6199
6200 2005-03-08 Kenichi Handa <handa@m17n.org>
6201
6202 * international/ccl.el (define-ccl-program): Fix docstring about
6203 extra 256 bytes assured for the output buffer.
6204
6205 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6206 Fix BUFFER_MAGNIFICATION to 2.
6207 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6208
6209 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6210
6211 * align.el (align-rules-list): Added an alignment rule for CSS
6212 declarations (applies to css-mode and html-mode buffers).
6213
6214 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6217
6218 2005-03-07 Kim F. Storm <storm@cua.dk>
6219
6220 * simple.el (move-beginning-of-line): New command.
6221
6222 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6223
6224 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6225
6226 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6227 and move-beginning-of-line.
6228
6229 * apropos.el (apropos-print): Omit command from M-x ... RET.
6230
6231 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6232
6233 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6234 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6235
6236 2005-03-06 Richard M. Stallman <rms@gnu.org>
6237
6238 * bindings.el (esc-map): Bind M-g to goto-line.
6239
6240 * facemenu.el (global-map): Bind M-o, not M-g.
6241
6242 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6243
6244 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6245 "Open Directory" as for "Open File".
6246
6247 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6248
6249 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6250 (push-mark-command): Run activate-mark-hook.
6251
6252 2005-03-06 Richard M. Stallman <rms@gnu.org>
6253
6254 * help-mode.el (help-mode-finish): Don't alter the element
6255 in view-return-to-alist if there already is one.
6256
6257 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6258 make sure the current buffer is the expected one.
6259
6260 * novice.el (disabled-command-function): Output in *Disabled Command*.
6261 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6262
6263 * textmodes/flyspell.el (flyspell-large-region):
6264 Pass args differently for aspell.
6265
6266 * files.el (mode-require-final-newline): Doc fix.
6267
6268 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6269
6270 * progmodes/which-func.el (which-function):
6271 Specify NOERROR when calling imenu--make-index-alist.
6272
6273 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6274
6275 * simple.el (normal-erase-is-backspace): Define default value.
6276
6277 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6278 (custom-reevaluate-setting): Simple function to handle
6279 variables that are defined before their default value can really
6280 be computed.
6281
6282 * startup.el (command-line): Use it for temporary-file-directory,
6283 small-emporary-file-directory, auto-save-file-name-transforms,
6284 blink-cursor-mode, and normal-erase-is-backspace.
6285
6286 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6287 progress, even with buggy anchored keywords.
6288
6289 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * simple.el (goto-line): Remove unbalanced final parenthesis.
6292
6293 2005-03-05 Richard M. Stallman <rms@gnu.org>
6294
6295 * simple.el (goto-line): Use a number at point as the default.
6296 With C-u as arg, switch buffers.
6297
6298 2005-03-05 Juri Linkov <juri@jurta.org>
6299
6300 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6301 with `no-blinking-cursor'.
6302
6303 * startup.el (no-blinking-cursor): New defvar.
6304 (command-line): Add `--no-blinking-cursor' to longopts.
6305 Set `no-blinking-cursor' to t for command line arguments
6306 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6307 with `no-blinking-cursor' in the condition for calling
6308 `blink-cursor-mode'.
6309
6310 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6311
6312 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6313 (menu-bar-options-save): Add blink-cursor-mode.
6314 (menu-bar-options-menu): Add blink-cursor-mode.
6315
6316 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6317
6318 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6319 (icalendar-export-file, icalendar-export-region)
6320 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6321 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6322
6323 2005-03-04 Lute Kamstra <lute@gnu.org>
6324
6325 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6326 (debug-function-list): Ditto.
6327
6328 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6329
6330 * textmodes/texinfmt.el (texinfo-append-refill):
6331 Redefine the types of line to which @refill
6332 is not appended by replacing a search for `@refill\\|@bye' with
6333 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6334 itemize@refill' bug and the unfilled long lines bug.
6335 (texinfmt-version): Update number and date.
6336
6337 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6338
6339 * international/code-pages.el (windows-1250, windows-125[2-8])
6340 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6341
6342 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6345 bound yet.
6346
6347 2005-03-02 Romain Francoise <romain@orebokech.com>
6348
6349 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6350 buffer after removing limits.
6351 (ibuffer-pop-filter): Ditto.
6352 Update copyright.
6353
6354 2005-03-02 Miles Bader <miles@gnu.org>
6355
6356 * button.el (make-text-button): If the user doesn't specify a
6357 type, use the default. Rewrite to use `add-text-properties' and
6358 plist functions.
6359
6360 2005-03-01 Lute Kamstra <lute@gnu.org>
6361
6362 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6363 (debugger-jumping-flag): New var.
6364 (debug-entry-code): Use it.
6365 (debugger-jump): Use debugger-jumping-flag and add
6366 debugger-reenable to post-command-hook.
6367 (debugger-reenable): Use debugger-jumping-flag and remove itself
6368 from post-command-hook.
6369 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6370 debugger-reenable.
6371
6372 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6373
6374 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6375 inclusion of "itemize\\|", which may be unnecessary, is certainly
6376 inelegant, and stops refilling in itemize lists when formatting
6377 Japanese Texinfo files to Info.
6378 Update copyright to 2005.
6379
6380 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6381
6382 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6383 of an error if GDB can't find the source file.
6384
6385 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6386
6387 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6388 not just the calendar.
6389
6390 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6391 first.
6392 (diary-redraw-calendar): New function.
6393 (make-diary-entry): Add diary-redraw-calendar to local
6394 write-contents-functions. Turn off selective display before
6395 inserting in diary.
6396
6397 2005-03-01 Kim F. Storm <storm@cua.dk>
6398
6399 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6400
6401 2005-03-01 Lute Kamstra <lute@gnu.org>
6402
6403 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6404 that debug-entry-code can be safely removed from a function while
6405 this code is being evaluated. Revert the 2005-02-27 change as the
6406 new implementation no longer requires it. Make sure that a
6407 function body containing just a string is not mistaken for a docstring.
6408 (debug): Skip one more frame in case of debug on entry.
6409 (debugger-setup-buffer): Delete one more frame line in case of
6410 debug on entry.
6411 (debugger-frame-number): Update to use the new text introduced by
6412 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6413
6414 2005-02-28 Kim F. Storm <storm@cua.dk>
6415
6416 * double.el (double-translate-key): Call force-window-update after
6417 read-event to avoid crash in redisplay.
6418
6419 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6422 (debug): Use it. Move the inhibit-trace earlier.
6423 (debug-entry-code): New const.
6424 (debug-on-entry-1): Use it.
6425
6426 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6427
6428 * international/utf-16.el (ccl-encode-mule-utf-16le):
6429 Fix BUFFER_MAGNIFICATION to 2.
6430 (ccl-encode-mule-utf-16be): Likewise.
6431
6432 2005-02-28 Kenichi Handa <handa@m17n.org>
6433
6434 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6435 Fix BUFFER_MAGNIFICATION to 4.
6436 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6437
6438 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6439
6440 * speedbar.el (speedbar-update-flag): Doc fix.
6441 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6442 argument.
6443
6444 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6447 have a non-nil `invisible' property but are actually visible.
6448
6449 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6450 for perldoc sections.
6451 (perl-outline-regexp, perl-outline-level): New var and function.
6452 (perl-mode): Use them.
6453
6454 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6455
6456 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6457 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6458
6459 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6460
6461 * cus-edit.el: Comment change.
6462 (custom-buffer-create-internal): Slightly reword text at top of
6463 Custom buffers. Mention there that saving an option edits the
6464 init file. Add link to Emacs manual node on `custom-file'.
6465 (custom-magic-alist): Rewrite individual State messages to use
6466 capitalized keywords. Doc fix.
6467
6468 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6469
6470 * calendar/calendar.el (calendar-buffer): Move above
6471 calendar-week-start-day.
6472 (calendar-week-start-day): Doc fix. Add :set function.
6473 (calendar-minimum-window-height): New variable.
6474 (generate-calendar-window): Only resize window if selected-window
6475 is displaying the calendar buffer. Use new variable
6476 calendar-minimum-window-height.
6477 (generate-calendar): Reword error message.
6478 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6479
6480 2005-02-27 Andreas Schwab <schwab@suse.de>
6481
6482 * vc.el (vc-do-command): Don't run command asynchronously when
6483 operating in a remote directory.
6484
6485 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6486 change from sync with Tramp 2.0.47.
6487
6488 2005-02-27 Richard M. Stallman <rms@gnu.org>
6489
6490 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6491
6492 * textmodes/flyspell.el (flyspell-mode-on):
6493 Call ispell-change-dictionary only if necessary.
6494
6495 * emacs-lisp/re-builder.el (regexp-builder): New function.
6496
6497 * register.el (describe-register-1): Explicitly handle
6498 yank-excluded-properties = t.
6499
6500 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6501 (custom-magic-alist): Change the status descriptions again.
6502 (face widget-type): Total rewrite based on `restricted-sexp'
6503 to eliminate the confusing double hiding levels.
6504
6505 * emacs-lisp/debug.el (debug-on-entry-1):
6506 If function body is empty, add nil as body form.
6507
6508 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * emacs-lisp/trace.el (inhibit-trace): New var.
6511 (trace-make-advice): Use it.
6512
6513 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6514
6515 2005-02-26 Kim F. Storm <storm@cua.dk>
6516
6517 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6518 (mouse-on-link-p, mouse-drag-region-1): Use it.
6519
6520 2005-02-25 Lute Kamstra <lute@gnu.org>
6521
6522 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6523
6524 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6525
6526 * frame.el (blink-cursor-mode): Add :group keyword.
6527
6528 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6529
6530 * calendar/icalendar.el (icalendar--decode-isodatetime):
6531 New optional argument DAY-SHIFT.
6532 (icalendar-export-region): Fix coding-system-for-write.
6533 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6534 events by one.
6535
6536 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6539
6540 2005-02-24 Kim F. Storm <storm@cua.dk>
6541
6542 * international/iso-acc.el (iso-accents-compose): Fix crash
6543 during redisplay. Call force-window-update after read-event
6544 and delete-region to signal that window is not accurate.
6545
6546 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6549 Remove unused and inexistent var `inhibit-trace'.
6550 (debugger-mode): Use run-mode-hooks.
6551 (debugger-list-functions): Add buttons; setup xref stack.
6552
6553 2005-02-23 Richard M. Stallman <rms@gnu.org>
6554
6555 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6556 appointment says it was explicitly made.
6557 (appt-add): Set the 3rd element.
6558 (appt-make-list): Preserve explicit appointments.
6559
6560 * subr.el (find-tag-default): Catch errors in forward-sexp.
6561
6562 2005-02-23 Juri Linkov <juri@jurta.org>
6563
6564 * info.el (Info-isearch-search): New defcustom.
6565 (Info-isearch-search): Call the default isearch function
6566 when Info-isearch-search is nil.
6567 (Info-isearch-wrap): Use variable Info-isearch-search.
6568
6569 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6570
6571 * cus-edit.el: Comment change.
6572
6573 2005-02-22 Kim F. Storm <storm@cua.dk>
6574
6575 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6576 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6577
6578 2005-02-22 Simon Josefsson <jas@extundo.com>
6579
6580 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6581 New variable.
6582 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6583 Oskarsson" <myrkraverk@users.sourceforget.net>.
6584
6585 2005-02-22 Kim F. Storm <storm@cua.dk>
6586
6587 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6588 check that window of that event is the selected window.
6589 (mouse-drag-region-1): Compare mouse event window to selected
6590 window before setting point.
6591
6592 * tooltip.el (tooltip-show-help-function): Pass event to
6593 mouse-on-link-p so it can check selected window.
6594
6595 2005-02-22 Kenichi Handa <handa@m17n.org>
6596
6597 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6598 (ps-mule-show-warning): New function.
6599 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6600 characters are found.
6601
6602 * ps-print.el (ps-header-footer-string): Return a list of header
6603 and footer strings.
6604
6605 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6606
6607 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6608
6609 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * frame.el (blink-cursor-mode): Use define-minor-mode.
6612
6613 * term/mac-win.el (function-key-map): Use char-names more consistently.
6614 (file-name-coding-system): Only set it for MacOS-9. The other case is
6615 already handled in mule-cmds.el (where it also works when mac-win.el
6616 is not used).
6617
6618 2005-02-21 Kenichi Handa <handa@m17n.org>
6619
6620 * international/mule.el (ctext-pre-write-conversion): Always use
6621 " *code-converting-work*" buffer for work.
6622
6623 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6624
6625 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6626
6627 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6628
6629 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6630
6631 * ses.el (undo-more): Restore defadvice, but only the part that
6632 allows changes outside the restricted area of the buffer.
6633
6634 2005-02-20 Kim F. Storm <storm@cua.dk>
6635
6636 * simple.el (line-move): Add fourth optional arg try-vscroll which
6637 must be set to perform auto-window-vscroll.
6638 When moving backwards and doing auto-window-vscroll, automatically
6639 vscroll to the last part of lines which are taller than the window.
6640 (next-line, previous-line): Set try-vscroll arg on line-move.
6641
6642 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6643
6644 * replace.el (query-replace, query-replace-regexp)
6645 (replace-string, replace-regexp): When operating on region, make
6646 the minibuffer prompt say so.
6647
6648 * isearch.el (isearch-forward): Document isearch-query-replace and
6649 isearch-query-replace-regexp keybindings.
6650
6651 2005-02-19 Jay Belanger <belanger@truman.edu>
6652
6653 * calc/calc-aent.el (math-read-token): Add local variable.
6654
6655 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6656 (calc-edit-top): Move declaration to earlier in file.
6657 (calc-edit-macro-repeats): Add local variables.
6658
6659 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6660 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6661 calcFunc-tanh.
6662 Adjust integration rule for calcFunc-tan.
6663
6664 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6665
6666 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6667 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6668 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6669 (viper-skip-separators): Bug fix.
6670 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6671 particular major mode.
6672 (viper-del-backward-char-in-replace): Don't put deleted char on the
6673 kill ring.
6674
6675 * viper-ex.el (viper-color-display-p): New function.
6676 (viper-has-face-support-p): Use viper-color-display-p.
6677
6678 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6679
6680 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6681
6682 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6683 (viper-file-remote-p): Make equivalent to file-remote-p.
6684
6685 * viper.el (viper-major-mode-modifier-list):
6686 Use viper-gnus-modifier-map.
6687
6688 2005-02-19 David Kastrup <dak@gnu.org>
6689
6690 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6691 quoting.
6692
6693 2005-02-19 Jay Belanger <belanger@truman.edu>
6694
6695 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6696 Remove extra definitions.
6697 (calc-coth): New function.
6698 (calcFunc-cot): Fix `let'.
6699
6700 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6701
6702 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6703 the reasons we use "type pc" in these faces.
6704
6705 * button.el (button): Ditto.
6706
6707 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6708
6709 * replace.el (query-replace-read-from): Set the value of
6710 query-replace-from-history-variable to handle the case of an empty
6711 string entered to accept the suggested default.
6712
6713 * net/tramp.el (tramp-file-name-for-operation):
6714 Use dired-call-process instead of dired-call-process-command.
6715
6716 2005-02-19 Jay Belanger <belanger@truman.edu>
6717
6718 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6719 (math-div-non-trig): New variables.
6720 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6721 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6722 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6723 trig expressions.
6724
6725 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6726
6727 * progmodes/gdb-ui.el (gdb-var-update-handler)
6728 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6729 for watch expressions,
6730 (gdb-var-create-handler): Don't set speedbar-update-flag.
6731 (gdb-post-prompt): Simplify test for speedbar.
6732
6733 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6734
6735 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6736 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6737 we use the syntax table of the correct buffer.
6738 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6739 Felix Gatzemeier.
6740
6741 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6742 (ediff-file-remote-p): Make synonymous with file-remote-p.
6743 In all deffaces ediff-*-face-*, use min-colors.
6744
6745 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6746 ediff-recurse-to-subdirectories.
6747 (ediff-mark-if-equal): Check that the arguments are strings, use
6748 ediff-same-contents (after to Felix Gatzemeier).
6749
6750 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6751 nil.
6752
6753 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6756
6757 2005-02-18 David Kastrup <dak@gnu.org>
6758
6759 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6760 use `mark-active' when defined.
6761
6762 2005-02-18 Kenichi Handa <handa@m17n.org>
6763
6764 * ps-print.el (ps-font-info-database): New entry
6765 ZapfChancery-MediumItalic with correct font name. Fix font name
6766 of the entry Zapf-Chancery-MediumItalic.
6767
6768 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6769
6770 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6771
6772 2005-02-16 Kim F. Storm <storm@cua.dk>
6773
6774 * ido.el (ido-fallback-command): Pass user input to fallback command.
6775
6776 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6777
6778 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6779 (gdb-find-file-hook): Add server prefix.
6780
6781 2005-02-16 Richard M. Stallman <rms@gnu.org>
6782
6783 * replace.el (perform-replace): Pass new args to replace-highlight.
6784 (replace-highlight): Take region args,
6785 and pass them to isearch-lazy-highlight-new-loop.
6786
6787 * novice.el (disabled-command-hook): Autoload the defalias
6788 and the make-obsolete-variable call.
6789
6790 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6791
6792 * isearch.el (isearch-lazy-highlight-start-limit)
6793 (isearch-lazy-highlight-end-limit): New variables limit
6794 the region for highlighting.
6795 (isearch-lazy-highlight-new-loop): New args BEG and END.
6796 (isearch-lazy-highlight-search): Use the new vars.
6797 (isearch-lazy-highlight-update): Likewise.
6798
6799 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6800
6801 * cus-start.el (all): Use default-boundp.
6802
6803 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6804
6805 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6806
6807 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6808
6809 * autorevert.el (auto-revert-stop-on-user-input)
6810 (auto-revert-verbose): Doc fixes.
6811
6812 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6813
6814 * international/mule-cmds.el (set-locale-environment): Remove call
6815 to set-selection-coding-system on Windows.
6816
6817 2005-02-15 Jay Belanger <belanger@truman.edu>
6818
6819 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6820 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6821 calcFunc-coth.
6822 (math-simplify-sqrt): Add simplifications.
6823
6824 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6825 to list.
6826
6827 * calc/calc-ext.el: Add functions to autoloads.
6828
6829 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6830 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6831 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6832 (math-csc-raw, math-cot-raw): New functions.
6833
6834 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6835
6836 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6837 the variable name in a message.
6838
6839 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6840 calcFunc-csc, calcFunc-cot.
6841
6842 * calc/calcalg2.el: Add derivative and integration rules for
6843 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6844 calcFunc-csch, calcFunc-coth.
6845 (math-do-integral-methods): Add to checks for when to use
6846 substitutions.
6847
6848 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6849
6850 2005-02-15 Lute Kamstra <lute@gnu.org>
6851
6852 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6853 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6854 <monnier@iro.umontreal.ca>
6855 (lisp-outline-level): Improve efficiency. Suggested by David
6856 Kastrup <dak@gnu.org>.
6857
6858 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6859
6860 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6861 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6862 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6863 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6864 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6865
6866 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6867
6868 * cus-start.el (all): Comment change.
6869
6870 2005-02-14 Lute Kamstra <lute@gnu.org>
6871
6872 * cus-start.el (all): Check if symbol is void.
6873
6874 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6875
6876 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6877 optional argument to \cite.
6878
6879 2005-02-14 Richard M. Stallman <rms@gnu.org>
6880
6881 * cus-edit.el (custom-buffer-create-internal): Update help message.
6882 (custom-magic-alist): Update help messages.
6883
6884 * cus-start.el (all): Allow a var to specify a standard value.
6885
6886 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6887
6888 * custom.el (custom-theme-set-variables): Handle variable aliases.
6889
6890 * frame.el (blink-cursor-timer): Doc fix.
6891 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6892 declare obsolete.
6893 (blink-cursor-mode): Define with defcustom and use correct
6894 standard expression in that defcustom.
6895 * startup.el (command-line): Adapt to above changes in frame.el.
6896
6897 2005-02-11 Lute Kamstra <lute@gnu.org>
6898
6899 * apropos.el (apropos-score-doc): Prevent division by zero.
6900
6901 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6902
6903 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6904 (icalendar--get-event-property-attributes)
6905 (icalendar--get-event-properties)
6906 (icalendar--datetime-to-diary-date): New functions.
6907 (icalendar--split-value): Doc fix.
6908 (icalendar--datetime-to-noneuropean-date)
6909 (icalendar--datetime-to-european-date): New optional argument
6910 SEPARATOR. Return result as a string instead of a list.
6911 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6912 (icalendar--convert-string-for-export): Rename arg S to STRING.
6913 (icalendar-export-region): Doc fix. Change name of error buffer.
6914 Save output buffer.
6915 (icalendar-import-file): Add blank at end of prompt.
6916 (icalendar-import-buffer): Doc fix. Do not switch to error
6917 buffer. Indicate status in return value.
6918 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6919 buffer. Save output buffer. Handle exception from recurrence
6920 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6921 events. Fix problems with weekly all-day events.
6922
6923 2005-02-10 Richard M. Stallman <rms@gnu.org>
6924
6925 * simple.el (eval-expression-print-format):
6926 Avoid warning about edebug-active.
6927
6928 * help.el (help-for-help-internal): Rename from help-for-help.
6929 (help-for-help): Define with defalias.
6930
6931 * font-core.el (font-lock-default-function): Use with-no-warnings.
6932
6933 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6934
6935 * custom.el (defface): Doc fix.
6936
6937 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6938
6939 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6940 width 0" to prevent word wrapping problems.
6941
6942 2005-02-09 Kim F. Storm <storm@cua.dk>
6943
6944 * ido.el (ido-file-extensions-order): New defcustom.
6945 (ido-file-extension-lessp, ido-file-extension-aux)
6946 (ido-file-extension-order): New advanced file ordering.
6947 (ido-file-lessp): New simple file ordering.
6948 (ido-sort-list): Remove.
6949 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6950 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6951
6952 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6953
6954 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6955 that some versions of grep produce.
6956 (grep-mode-font-lock-keywords): Likewise.
6957
6958 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6959
6960 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6961 (gdb-cdir): Delete.
6962 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6963 (gdb-source-info): Treat case when source file is in another
6964 directory properly.
6965 (gdb-get-location): New function.
6966
6967 2005-02-07 Jay Belanger <belanger@truman.edu>
6968
6969 * calc/calc-prog.el (calc-write-parse-table-part)
6970 (calc-fix-token-name): Fix a check for language type.
6971
6972 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6973
6974 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6975
6976 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6977 as directory not writable.
6978
6979 2005-02-07 Kim F. Storm <storm@cua.dk>
6980
6981 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6982 (cua--standard-movement-commands): Remove list.
6983 Instead, set CUA property value to move for movement commands.
6984 (cua-movement-commands): Remove. Users must set CUA prop instead.
6985 (cua--pre-command-handler): Check CUA property.
6986 (cua--init-keymaps): Don't remap undo commands.
6987 (cua-mode): Don't call cua--rectangle-on-off.
6988
6989 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6990 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6991 (cua--rect-undo-set-point): New var.
6992 (cua--rectangle-undo-boundary): Setup undo apply entry.
6993 (cua--rect-undo-handler): New function for rectangle undo.
6994 (cua--rect-start-position, cua--rect-end-position): Add.
6995 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6996 for restored rectangle. Set point if cua--rect-undo-set-point.
6997
6998 2005-02-06 Jay Belanger <belanger@truman.edu>
6999
7000 * calc/calc-lang.el (calc-tex-language): Display more information
7001 in messages.
7002
7003 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7004 in TeX mode.
7005
7006 2005-02-06 Richard M. Stallman <rms@gnu.org>
7007
7008 * emacs-lisp/lisp.el (buffer-end): Doc fix.
7009
7010 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7011
7012 * net/ldap.el (ldap-search-internal): Support attributes with
7013 optional descriptions separated by a semi-colon, as in
7014 "userCertificate;binary".
7015
7016 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7017
7018 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7019 isn't a cons (i.e. the version is 0).
7020
7021 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7022
7023 * help.el (help-for-help): Doc fix.
7024
7025 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
7026
7027 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
7028 GDB-Windows on the menu-bar as this works better.
7029
7030 2005-02-04 Jay Belanger <belanger@truman.edu>
7031
7032 * calc/calc-embed.el (calc-embedded-update): Don't put in
7033 unnecessary newlines. Adjust the end of formula marker.
7034
7035 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7036 (math-latex-parse-two-args): New function.
7037
7038 2005-02-03 Lute Kamstra <lute@gnu.org>
7039
7040 * help-fns.el (help-with-tutorial): Make sure that users cannot
7041 remove the entire text of the tutorial by means of `undo'.
7042
7043 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
7046 in recent changes, where the ispell process was repeatedly
7047 killed & restarted.
7048
7049 * international/mule-cmds.el (set-locale-environment): Set file-name
7050 coding system to utf-8 on Darwin systems.
7051 (set-default-coding-systems): Don't set default-file-name-coding-system
7052 on Darwin systems.
7053
7054 2005-02-03 Richard M. Stallman <rms@gnu.org>
7055
7056 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7057
7058 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
7059
7060 * faces.el (list-faces-display): Add optional argument.
7061
7062 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * font-core.el (font-lock-default-function): Handle the rare case where
7065 only font-lock-keywords is set.
7066
7067 2005-02-02 Kenichi Handa <handa@m17n.org>
7068
7069 * international/characters.el: Cancel previous change for
7070 I-WITH-DOT-ABOVE and DOTLESS-i.
7071
7072 * international/latin-5.el: Cancel previous change.
7073
7074 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7075
7076 * progmodes/gud.el: Correction to syntax in gud-menu-map.
7077
7078 2005-02-02 Kenichi Handa <handa@m17n.org>
7079
7080 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7081 DOTLESS-i.
7082
7083 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7084 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7085
7086 * case-table.el (get-upcase-table): New function.
7087 (copy-case-table): Copy upcaes table too if non-nil.
7088 (set-case-syntax-delims): Maintain upcase table too.
7089 (set-case-syntax-pair): Likewise.
7090 (set-upcase-syntax, set-downcase-syntax): New functions.
7091 (set-case-syntax): Maintain upcase table too.
7092
7093 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7094
7095 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7096
7097 * progmodes/gud.el (gud-goto-info): New function.
7098 (gud-tool-bar-map): Use correct icon.
7099
7100 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7101
7102 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7103 When delegating, order args in the funcall correctly.
7104
7105 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7106
7107 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7108
7109 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
7110
7111 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7112 buffer not visiting a file.
7113
7114 2005-01-31 Jay Belanger <belanger@truman.edu>
7115
7116 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7117 bound on the line with the formula.
7118
7119 2005-01-31 Kim F. Storm <storm@cua.dk>
7120
7121 * ses.el (ses-create-cell-variable-range)
7122 (ses-destroy-cell-variable-range, ses-reset-header-string)
7123 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7124 (ses-insert-row): Fix format of apply undo entries.
7125
7126 2005-01-31 Jay Belanger <belanger@truman.edu>
7127
7128 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7129 parts.
7130
7131 * calc/calc-embed.el (calc-embedded-open-formula)
7132 (calc-embedded-close-formula): Ignore matrix environments.
7133
7134 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7135 TeX mode.
7136
7137 * calc/calc-lang.el (math-function-table, math-oper-table)
7138 (math-variable-table): Adjust the LaTeX portions.
7139
7140 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7141 (math-latex-ignore-words): New constant.
7142
7143 2005-01-31 Richard M. Stallman <rms@gnu.org>
7144
7145 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7146 (ispell-local-dictionary): Doc fix.
7147 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7148 Don't reinitialize at run time. Don't defcustom.
7149 All uses changed to append ispell-local-dictionary-alist,
7150 or check it first.
7151 (ispell-current-dictionary): New variable for dictionary in use.
7152 (ispell-dictionary): Now used only for global default.
7153 (ispell-start-process): Set ispell-current-dictionary,
7154 not ispell-dictionary.
7155 (ispell-change-dictionary): Use this only for setting
7156 user preferences.
7157 (ispell-internal-change-dictionary): New function
7158 to change the current dictionary in use.
7159 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7160 Use ispell-current-dictionary.
7161 Handle ispell-local-dictionary-overridden.
7162 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7163
7164 2005-01-31 Jay Belanger <belanger@truman.edu>
7165
7166 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7167
7168 * calc/calc-ext.el: Add calc-latex-language to autoloads.
7169 (calc-mode-map): Add calc-latex-language.
7170
7171 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7172 (math-latex-print-frac): New functions.
7173 (math-oper-table, math-function-table, math-variable-table)
7174 (math-complex-format, math-input-filter): Add latex properties.
7175 (calc-set-language): Set math-expr-special-function-mapping.
7176
7177 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7178 (calc-write-parse-table-part): Add LaTeX support.
7179
7180 * calc/calc.el (calc-language): Adjust docstring.
7181 (calc-set-mode-line): Add LaTeX support.
7182 (math-expr-special-function-mapping): New variable.
7183 (math-tex-ignore-words): Add to list.
7184
7185 * calc/calccomp.el (math-compose-expr, math-compose-rows):
7186 Add LaTeX support.
7187 (math-compose-expr): Add support for special functions.
7188
7189 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7190
7191 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
7192
7193 * progmodes/gdb-ui.el (gdb-memory-address)
7194 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7195 (gdb-memory-mode-map, gdb-memory-format-keymap)
7196 (gdb-memory-format-menu, gdb-memory-unit-keymap)
7197 (gdb-memory-unit-menu): New variables for a buffer
7198 that lets the user examine program memory.
7199 (gdb-memory-set-address, gdb-memory-set-repeat-count)
7200 (gdb-memory-format-binary, gdb-memory-format-octal)
7201 (gdb-memory-format-unsigned, gdb-memory-format-signed)
7202 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7203 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7204 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7205 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7206 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7207 (gdb-memory-mode, gdb-memory-buffer-name)
7208 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7209 New functions for above buffer.
7210
7211 2005-01-30 Richard M. Stallman <rms@gnu.org>
7212
7213 * cus-edit.el (custom-bury-buffer): Function deleted.
7214 (custom-buffer-done-function): Option deleted.
7215 (custom-buffer-done-kill): New (replacement option.
7216 (Custom-buffer-done): Call quit-window.
7217 (custom-buffer-create-internal): Update for above changes.
7218
7219 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7220
7221 * simple.el (undo-ask-before-discard): New var.
7222 (undo-outer-limit-truncate): Implement it.
7223 (undo-extra-outer-limit): Doc update.
7224
7225 2005-01-29 Richard M. Stallman <rms@gnu.org>
7226
7227 * ses.el (undo-more): Delete defadvice.
7228 (ses-begin-change): Doc fix.
7229
7230 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7231 instead of rebinding C-x u and C-_.
7232
7233 * files.el (normal-backup-enable-predicate): Return nil for files
7234 in /tmp, regardless of temporary-file-directory.
7235
7236 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7237
7238 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7239 (open-rectangle, delete-whitespace-rectangle-line)
7240 (clear-rectangle-line): If FILL, pass t instead of FILL
7241 for move-to-column's 2nd arg.
7242
7243 * simple.el (undo): Fix the test for continuing a series of undos.
7244 (undo-more): Set pending-undo-list to t when we reach end.
7245 (pending-undo-list): Move up defvar.
7246
7247 * wid-edit.el (widget-button-click):
7248 Shorten the range of the track-mouse binding.
7249
7250 * comint.el (comint-insert-input): Undo previous changes;
7251 use last-input-event in interactive spec.
7252
7253 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7254
7255 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7256 to nil before invoking call-process. Reset buffer's modified flag
7257 after fontifying it in the no-async branch.
7258
7259 * wid-edit.el (widget-specify-button): If mouse pointer shape
7260 cannot be changed, use mouse face instead.
7261
7262 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7263
7264 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7265 (gdb-goto-breakpoint): Make breakpoint handling work on template
7266 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7267 (gdb-assembler-custom): Update to recognise breakpoint information
7268 added on 2005-01-19.
7269
7270 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7273 (dsssl-mode): Use define-derived-mode.
7274 (scheme-mode-initialize): Remove.
7275 (scheme-mode): Use run-mode-hooks.
7276
7277 * cus-edit.el (customize-group-other-window)
7278 (custom-buffer-create-other-window): Don't override special-display-*.
7279 (custom-mode-map): Make it dense.
7280
7281 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7282 sets the default value.
7283
7284 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7285
7286 * descr-text.el: Add more keywords.
7287
7288 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * speedbar.el: Avoid unnecessary use of locate-library.
7291
7292 * international/mule-cmds.el (standard-display-european-internal):
7293 Don't fiddle with latin-1 non-break space any more since it's now
7294 special cased in the C code.
7295 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7296
7297 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7298
7299 * cus-start.el (all): Add `undo-outer-limit'.
7300
7301 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7302
7303 * textmodes/bibtex.el (bibtex-format-entry):
7304 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7305 field lines.
7306 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7307 not on part of a buffer.
7308
7309 2005-01-25 Lute Kamstra <lute@gnu.org>
7310
7311 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7312 nonempty field text strings like "{letters\\macro{}more letters}".
7313 Clarify docstring.
7314 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7315 (bibtex-entry-offset, bibtex-parse-association)
7316 (bibtex-parse-field-name): Fix typos in docstrings.
7317 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7318
7319 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7320
7321 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7322 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7323 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7324 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7325
7326 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7327 isearch minor mode.
7328
7329 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7330
7331 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7332
7333 2005-01-24 Lute Kamstra <lute@gnu.org>
7334
7335 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7336 CASECHARS and NOT-CASECHARS regular expressions of the
7337 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7338 striding over charsets" error.
7339
7340 2005-01-24 Jay Belanger <belanger@truman.edu>
7341
7342 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7343 display variable name.
7344
7345 2005-01-24 Kenichi Handa <handa@m17n.org>
7346
7347 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7348 Fix setting of the element of encoded-kbd-iso2022-invocations.
7349
7350 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7351
7352 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7353 (gdb-threads-select): Change to also accept mouse events.
7354 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7355 (gdb-threads-mouse-select): Delete.
7356
7357 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7358
7359 * files.el (insert-directory): Take care of empty directory,
7360 listed without -a switch.
7361
7362 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * textmodes/refill.el (refill-post-command-function):
7365 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7366 to the list of functions that we should be careful not to undo.
7367 (refill-late-fill-paragraph-function): Remove.
7368 (refill-saved-state): New var.
7369 (refill-mode): Use it to save fill-paragraph-function.
7370 Save also the value of auto-fill-function.
7371
7372 * term/w32-win.el: Simplify code.
7373
7374 2005-01-23 Kim F. Storm <storm@cua.dk>
7375
7376 * simple.el (line-move): Adapt to new return value from
7377 pos-visible-in-window-p.
7378
7379 * simple.el (line-move): Fix last change. Check partial
7380 visibility at point rather than at window-start.
7381
7382 2005-01-22 Jason Rumney <jasonr@gnu.org>
7383
7384 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7385
7386 2005-01-22 David Kastrup <dak@gnu.org>
7387
7388 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7389
7390 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7391
7392 * type-break.el (type-break-mode): Add a test for
7393 type-break-file-name being non-nil.
7394
7395 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7396
7397 * net/eudc.el (top level): Call (message "") via progn, so that
7398 eudc-options-file is loaded.
7399
7400 2005-01-22 Kim F. Storm <storm@cua.dk>
7401
7402 * simple.el (line-move-1): Rename from line-move.
7403 (line-move): New function that adjusts vscroll for partially
7404 visible rows, and calls line-move-1 otherwise.
7405
7406 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7407
7408 * pcomplete.el: define pcomplete-read-event instead of read-event,
7409 since it's not a complete read-event implementation
7410
7411 2005-01-20 Jay Belanger <belanger@truman.edu>
7412
7413 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7414 for called function.
7415
7416 2005-01-20 Steven Tamm <steventamm@mac.com>
7417
7418 * term/mac-win.el (process-connection-type): Remove.
7419 Controlled now by s/darwin.h:PTY_ITERATION.
7420
7421 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * window.el (handle-select-window): Don't switch window when we're
7424 in the minibuffer.
7425
7426 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7427
7428 * subr.el (dotimes-with-progress-reporter): New macro.
7429
7430 * ses.el (ses-dotimes-msg): Remove macro.
7431 Use `dotimes-with-progress-reporter' instead.
7432
7433 2005-01-19 Steven Tamm <steventamm@mac.com>
7434
7435 * term/mac-win.el (process-connection-type): Use new
7436 operating-system-release variable to use ptys on Darwin 7 (OSX
7437 10.3) when using carbon build.
7438
7439 2005-01-19 Jay Belanger <belanger@truman.edu>
7440
7441 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7442 flags if the last command was a tab or M-tab.
7443
7444 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7445 in formula editing buffer.
7446
7447 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7448
7449 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7450 breakpoint image symbol in margin.
7451
7452 2005-01-19 Jay Belanger <belanger@truman.edu>
7453
7454 * calc/calc-prog.el (calc-execute-kbd-macro):
7455 Ignore calc-keep-arg-flag.
7456
7457 2005-01-19 Kenichi Handa <handa@m17n.org>
7458
7459 * textmodes/ispell.el (ispell-looking-at): New function.
7460 (ispell-process-line): Use ispell-looking-at to compare the ispell
7461 output and the buffer contents.
7462
7463 2005-01-18 Jay Belanger <belanger@truman.edu>
7464
7465 * calc/calc.el (calc-display-raw): Fix docstring.
7466
7467 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * simple.el (blink-matching-open): Strip extra info from syntax.
7470
7471 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7472 funny chars in the end-of-here-doc marker.
7473
7474 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7475
7476 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7477 that enable/disabled state of breakpoints is shown correctly in
7478 fringe and on ttys.
7479 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7480 Add breakpoint information as text properties.
7481 (gdb-mouse-toggle-breakpoint):
7482 Rename to gdb-mouse-set-clear-breakpoint.
7483 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7484 breakpoints in the margin.
7485 (gdb-remove-strings): Simplify.
7486
7487 2005-01-17 Jay Belanger <belanger@truman.edu>
7488
7489 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7490 erasing buffer.
7491
7492 2005-01-17 Richard M. Stallman <rms@gnu.org>
7493
7494 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7495 for calling grep-compute-defaults.
7496
7497 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7498 if buffer is empty.
7499
7500 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7501
7502 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7505
7506 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7507 non-preloaded variables.
7508
7509 2005-01-17 Steven Tamm <steventamm@mac.com>
7510
7511 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7512 tex-shell cause to force interactivity when using pipes.
7513
7514 2005-01-17 Kim F. Storm <storm@cua.dk>
7515
7516 * simple.el (just-one-space): Make arg optional.
7517
7518 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7519
7520 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7521 posn-at-x-y to t to access left-margin.
7522
7523 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7524
7525 Sync with Tramp 2.0.47.
7526
7527 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7528 catching keep-date problems in cp/scp operations.
7529 (tramp-handle-copy-file): Don't call `set-file-modes'
7530 unconditionally. Specialized functions should know better what is
7531 necessary. This improves performance a little bit, and the
7532 functions could catch errors with `cp -p' and `scp -p'.
7533 (tramp-do-copy-or-rename-file-via-buffer)
7534 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7535 when appropriate.
7536 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7537 Call `set-file-modes' when appropriate.
7538 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7539 Johnsson <isak@hypergene.com>
7540 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7541 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7542 <joakim@verona.se>
7543 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7544 Emacs only.
7545
7546 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7547 `find-file-hooks' and `dired-mode-hook'.
7548 (tramp-minor-mode-map): Respective map. Add remapping for
7549 `compile' and `recompile'.
7550 (tramp-remap-command, tramp-recompile): New defuns.
7551 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7552 in buffer "*Compilation*". Call the commands asynchronously.
7553
7554 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7555 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7556 `shell-command', because it isn't magic in XEmacs. Reported by
7557 Adrian Aichner <adrian@xemacs.org>.
7558
7559 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7560 `substitute-in-file-name.
7561 (tramp-smb-handle-substitute-in-file-name): New defun.
7562 (tramp-smb-advice-PC-do-completion): Delete advice.
7563
7564 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7565
7566 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7567 Fix error in deleting region.
7568
7569 2005-01-15 Richard M. Stallman <rms@gnu.org>
7570
7571 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7572 In non-temp buffer, switch syntax table temporarily.
7573
7574 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7575
7576 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7577
7578 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7579
7580 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7581 (imenu--generic-function): Use START, not BEG, as pos of definition.
7582
7583 * simple.el (just-one-space): Argument specifies number of spaces.
7584
7585 * simple.el (eval-expression-print-format): Avoid warning
7586 about edebug-active.
7587
7588 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7589
7590 * progmodes/sh-script.el: Code copied from make-mode.el
7591 with small changes,
7592 (sh-mode-map): Bind C-c C-\.
7593 (sh-backslash-column, sh-backslash-align): New variables.
7594 (sh-backslash-region, sh-append-backslash): New functions.
7595
7596 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7597
7598 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7599 (rmail-pop-password, rmail-pop-password-required): Move to
7600 rmail-obsolete group.
7601 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7602 All callers updated.
7603 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7604 Take an argument specifying whether it is POP or IMAP mailbox we
7605 are using. All callers updated.
7606 (rmail-pop-password-error): Rename to
7607 rmail-remote-password-error. Added mailutils-specific error message.
7608 (rmail-movemail-search-path)
7609 (rmail-movemail-variant-in-use): New variables.
7610 (rmail-remote-password, rmail-remote-password-required):
7611 New customization variables.
7612 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7613 (rmail-parse-url): New function.
7614 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7615 with GNU mailutils movemail.
7616
7617 2005-01-15 Kevin Ryde <user42@zip.com.au>
7618
7619 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7620 suffix to space, $ or '$, to correctly position point when going
7621 to @table style constants like DBL_MAX.
7622
7623 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7624
7625 * type-break.el (type-break-mode, type-break-file-time)
7626 (type-break-file-keystroke-count, type-break-choose-file):
7627 Don't store data in or load data from the file if type-break-file-name
7628 is nil.
7629 (type-break-file-name): Doc update as per the above.
7630
7631 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7632
7633 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7634 lookup-key might return nil; handle that.
7635
7636 2005-01-15 Alan Mackenzie <acm@muc.de>
7637
7638 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7639 rather than the element found, thus enabling the tree to be setcar'd.
7640
7641 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7642
7643 * textmodes/org.el (org-show-following-heading): New option.
7644 (org-show-hierarchy-above): Use `org-show-following-heading'.
7645 (org-cycle): Documentation fix.
7646
7647 * textmodes/org.el (orgtbl-optimized): New option
7648 (orgtbl-mode): New command, a minor mode.
7649 (orgtbl-mode-map): New variable.
7650 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7651 (orgtbl-error, orgtbl-self-insert-command)
7652 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7653
7654 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7655 a local variable in each org-mode buffer.
7656
7657 * textmodes/org.el (org-set-regexps-and-options): Rename from
7658 `org-set-regexps'. Added checking for STARTUP keyword.
7659 (org-get-current-options): Add STARTUP options.
7660 (org-table-insert-row): Mode mode intelligent about when
7661 realignment is needed.
7662 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7663 New commands.
7664 (org-enable-table-editor): New default value `optimized'.
7665 (org-table-blank-field): Support blanking regions if active.
7666
7667 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7668
7669 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7670 if the year is not given.
7671
7672 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7673 Add new escapes %m and %M, fixed bug with %F by adding
7674 save-match-data.
7675 (reftex-reference): Remove ?. from list of spaces.
7676 (reftex-label-info): Add automatic label prefix recognition.
7677
7678 * textmodes/reftex-index.el (reftex-index-next-phrase):
7679 Add slave parameter to call of `reftex-index-this-phrase'.
7680 (reftex-index-this-phrase): New optional argument.
7681 (reftex-index-region-phrases): Add slave parameter to call of
7682 `reftex-index-this-phrase'.
7683 (reftex-display-index): New argument redo.
7684 (reftex-index-rescan): Add 'redo to arguments of
7685 `reftex-display-index'.
7686 (reftex-index-Rescan, reftex-index-revert)
7687 (reftex-index-switch-index-tag): Add 'redo to arguments of
7688 `reftex-display-index'.
7689 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7690 indexing. Fix bug with matching is there is a quote before or
7691 after the word.
7692
7693 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7694 Fix bug when collecting citation keys in lines with comments.
7695 (reftex-citation): Prefix argument no longer rescans the document,
7696 but forces prompting for optional arguments of cite macros.
7697 (reftex-do-citation): Prompting for optional arguments implemented.
7698
7699 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7700 Add optional arguments to most cite commands.
7701 (reftex-cite-cleanup-optional-args): New option
7702 (reftex-cite-prompt-optional-args): New option.
7703 (reftex-trust-label-prefix): New option.
7704
7705 * textmodes/reftex-toc.el (reftex-toc-find-section):
7706 Add push-mark before changing the position in the buffer.
7707
7708 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7709 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7710
7711 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7712
7713 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7714 more carefully.
7715
7716 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7719 (sgml-mode): Use it.
7720 (sgml-get-context): Better keep track of implicitly closed tags.
7721
7722 2005-01-13 Kenichi Handa <handa@m17n.org>
7723
7724 * textmodes/ispell.el: These changes are to fix misalignment error
7725 caused by equivalent characters of different Emacs charsets.
7726 (ispell-unified-chars-table): New variable.
7727 (ispell-get-decoded-string): New function.
7728 (ispell-get-casechars, ispell-get-not-casechars)
7729 (ispell-get-otherchars): Call ispell-get-decoded-string.
7730
7731 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7732
7733 * custom.el (custom-declare-variable): Just put symbol instead
7734 of (defvar . symbol) in `current-load-list'.
7735
7736 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7737
7738 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7739
7740 2005-01-12 Jay Belanger <belanger@truman.edu>
7741
7742 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7743 to create a Calc summary.
7744
7745 2005-01-12 Kim F. Storm <storm@cua.dk>
7746
7747 * mouse.el (mouse-on-link-p): Change functionality and doc
7748 string to comply with latest description in lisp ref.
7749
7750 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7751
7752 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7753 Enable mouse clicks on mode-line, header-line and margin.
7754 (event-type): Give mouse event symbols an 'event-kind property
7755 with value 'mouse-click.
7756
7757 2005-01-12 Juri Linkov <juri@jurta.org>
7758
7759 * facemenu.el (list-colors-display): Add new arg buffer-name.
7760 Use it. Fix docstring. Replace code for identifying duplicate
7761 colors by the name with call to `list-colors-duplicates' which
7762 identifies duplicate colors by the value unless the color
7763 is one of special Windows colors. Set truncate-lines to t.
7764 Print sorted duplicate color names on each line. Indent to 22
7765 \(the longest color name in rgb.txt) instead of 20. Optimize.
7766 (list-colors-duplicates): New function.
7767 (facemenu-color-name-equal): Delete function.
7768
7769 * facemenu.el (list-colors-print): New function created from code
7770 in list-colors-display. Print #RRGGBB at the window right edge.
7771 (list-colors-display): When temp-buffer-show-function is not
7772 defined, call list-colors-print from temp-buffer-show-hook
7773 to get the right value of window-width in list-colors-print
7774 after the buffer is displayed.
7775
7776 * simple.el (pop-mark): Move deactivate-mark out of conditional
7777 part to deactivate the active mark regardless of the state of the
7778 mark ring.
7779
7780 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7781 variables line in desktop files.
7782
7783 2005-01-12 Juri Linkov <juri@jurta.org>
7784
7785 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7786 Bring together isearch highlight related options.
7787 (lazy-highlight): Replace group `replace' by `matching'.
7788 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7789 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7790 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7791 and declare them obsolete.
7792 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7793 (isearch-faces): Remove defgroup.
7794 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7795 Move isearch highlighting code closer to lazy highlighting code.
7796
7797 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7798 (query-replace-highlight, query-replace-lazy-highlight)
7799 (query-replace): Move definitions to the beginning of the file.
7800
7801 2005-01-11 Juri Linkov <juri@jurta.org>
7802
7803 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7804 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7805 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7806
7807 * info.el (Info-history-forward): New variable.
7808 (Info-select-node): Reset Info-history-forward to nil.
7809 (Info-last): Turn into defalias.
7810 (Info-history-back): Rename from Info-last.
7811 Add current node to Info-history-forward.
7812 (Info-history-forward): New fun.
7813 (Info-mode-map): Replace Info-last by Info-history-back.
7814 Bind Info-history-forward to "r".
7815 (Info-mode-menu): Replace Info-last by Info-history-back.
7816 Fix menu item text. Add menu item for Info-history-forward.
7817 (info-tool-bar-map): Replace Info-last by Info-history-back.
7818 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7819 for Info-history-forward.
7820 (Info-mode): Replace Info-last by Info-history-back in docstring.
7821 Add local variable Info-history-forward.
7822 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7823
7824 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7827 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7828 Ignore select-window events rather than fiddle with
7829 mouse-autoselect-window.
7830
7831 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7832
7833 * type-break.el (type-break-mode): Fix previous change.
7834
7835 2005-01-10 Jay Belanger <belanger@truman.edu>
7836
7837 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7838 calculator; only reset when point is inside a calculator.
7839 Don't adjust the window height if the window takes up the whole height
7840 of the frame.
7841
7842 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7843
7844 * ebuff-menu.el (Electric-buffer-menu-mode):
7845 Preserve value of buffer-local var header-line-format.
7846
7847 2005-01-09 Jay Belanger <belanger@truman.edu>
7848
7849 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7850 Make sure settings file exists before accessing it.
7851
7852 * calc/calc-embed.el (calc-embedded-subst):
7853 Replace math-multi-subst-rec, which is only supposed to be called
7854 by math-multi-subst, by math-multi-subst.
7855
7856 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7857
7858 * vc.el (vc-allow-async-revert): New user option.
7859 (vc-disable-async-diff): New internal variable.
7860 (vc-revert-buffer): Use them to disable asynchronous diff.
7861
7862 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7863 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7864 asynchronously if vc-disable-async-diff is t.
7865
7866 2005-01-09 Jay Belanger <belanger@truman.edu>
7867
7868 * calc/calc.el (defcalcmodevar): New macro.
7869 (calc-mode-var-list-restore-default-values)
7870 (calc-mode-var-list-restore-saved-values): New functions.
7871 (calc-mode-var-list): Use defcalcmodevar to define it.
7872 (calc-always-load-extensions, calc-line-numbering)
7873 (calc-line-breaking, calc-display-just, calc-display-origin)
7874 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7875 (calc-group-char, calc-point-char, calc-frac-format)
7876 (calc-prefer-frac, calc-hms-format, calc-date-format)
7877 (calc-float-format, calc-full-float-format, calc-complex-format)
7878 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7879 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7880 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7881 (calc-matrix-brackets, calc-language, calc-language-option)
7882 (calc-left-label, calc-right-label, calc-word-size)
7883 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7884 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7885 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7886 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7887 (calc-window-height, calc-display-trail, calc-show-selections)
7888 (calc-use-selections, calc-assoc-selections)
7889 (calc-display-working-message, calc-auto-why, calc-timing)
7890 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7891 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7892 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7893 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7894 (calc-gnuplot-geometry, calc-graph-default-resolution)
7895 (calc-graph-default-resolution-3d, calc-invocation-macro)
7896 (calc-show-banner): Use defcalcmodevar to declare them and set
7897 their default values.
7898
7899 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7900 instead of default values (but restore default values if there is
7901 an argument of 0).
7902
7903 2005-01-09 David Kastrup <dak@gnu.org>
7904
7905 * desktop.el (desktop-restore-eager): Fix typo in type.
7906
7907 2005-01-08 Richard M. Stallman <rms@gnu.org>
7908
7909 * cus-edit.el (customize): Delete :link.
7910
7911 2005-01-08 Jay Belanger <belanger@truman.edu>
7912
7913 * calc/calc.el (calc-mode): Remove the extension from the
7914 `calc-settings-file' file name when loading it.
7915
7916 2005-01-08 Kim F. Storm <storm@cua.dk>
7917
7918 * info.el (Info-mode-map, Info-next-link-keymap)
7919 (Info-prev-link-keymap, Info-up-link-keymap):
7920 Map follow-link to mouse-face.
7921 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7922
7923 2005-01-08 Jay Belanger <belanger@truman.edu>
7924
7925 * calc/calc.el (calc-settings-file): Change default value.
7926 Suggested by cgw in a comment in calc-mode.el.
7927
7928 * calc/calc-mode.el (calc-settings-file-name):
7929 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7930 Replace ~/.emacs in a prompt by calc-settings-file.
7931
7932 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7933
7934 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7935 (desktop-lazy-idle-delay): New customizable variables.
7936 (desktop-buffer-args-list): New variable.
7937 (desktop-append-buffer-args): New function.
7938 (desktop-save): Call desktop-append-buffer-args for some buffers.
7939 (desktop-lazy-create-buffer): New function.
7940 (desktop-idle-create-buffers): New function.
7941 (desktop-read): Add message about buffers to restore lazily.
7942 (desktop-lazy-abort): New command.
7943 (desktop-clear): Call desktop-lazy-abort.
7944 (desktop-lazy-complete): New command.
7945
7946 2005-01-06 Richard M. Stallman <rms@gnu.org>
7947
7948 * emacs-lisp/find-func.el (find-face-definition):
7949 Rename from find-face.
7950
7951 2005-01-06 Kim F. Storm <storm@cua.dk>
7952
7953 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7954
7955 * man.el (Man-xref-man-page, Man-xref-header-file)
7956 (Man-xref-normal-file): Add follow-link property.
7957
7958 2005-01-06 Jay Belanger <belanger@truman.edu>
7959
7960 * calc/calc-units.el: Make sure the proper macro definitions are
7961 available when compiling.
7962
7963 2005-01-06 Juri Linkov <juri@jurta.org>
7964
7965 * isearch.el (isearch-lazy-highlight-update):
7966 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7967
7968 2005-01-06 Miles Bader <miles@gnu.org>
7969
7970 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7971 (isearch-lazy-highlight-face): Use new name.
7972
7973 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * uniquify.el (uniquify-rationalize-file-buffer-names):
7976 Re-add an interactive spec.
7977 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7978 to the same name.
7979
7980 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7981 (isearch-update, isearch-done): Adjust calls accordingly.
7982
7983 2005-01-05 Richard M. Stallman <rms@gnu.org>
7984
7985 * custom.el (custom-set-variables, custom-theme-set-variables):
7986 Clarify documentation.
7987
7988 * emacs-lisp/find-func.el (find-variable)
7989 (find-variable-other-window, find-variable-other-frame):
7990 Fix the TYPE args to find-function-read and find-function-do-it.
7991 (find-function): Doc fix.
7992 (find-function-at-point): Replace function-at-point alias.
7993
7994 2005-01-04 Richard M. Stallman <rms@gnu.org>
7995
7996 * cus-face.el (custom-declare-face):
7997 Record defface in current-load-list.
7998
7999 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8000
8001 * emacs-lisp/find-func.el: Doc fixes.
8002 (find-face-regexp): New variable.
8003 (find-function-regexp-alist): New variable.
8004 (find-function-C-source): Third arg is now TYPE.
8005 (find-function-search-for-symbol): Handle general TYPE.
8006 (find-function-read, find-function-do-it): Handle general TYPE.
8007 (find-definition-noselect, find-face): New functions.
8008 (function-at-point): Alias deleted.
8009
8010 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * battery.el (display-battery-mode): Rename from display-battery.
8013 Handle the case where it gets turned off.
8014
8015 2005-01-04 Richard M. Stallman <rms@gnu.org>
8016
8017 * cus-edit.el (customize): Make :link point to user doc.
8018
8019 * man.el (Man-fontify-manpage): Turn off undo generation.
8020
8021 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8022
8023 2005-01-04 Andreas Schwab <schwab@suse.de>
8024
8025 * files.el (insert-directory): Only look for error lines in
8026 inserted text. Don't move too far after processing --dired markers.
8027
8028 2005-01-04 Richard M. Stallman <rms@gnu.org>
8029
8030 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8031 Don't expand if the character is @, period, dash, etc.
8032 (define-mail-abbrev): Quote names that contain problem characters.
8033
8034 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
8035
8036 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
8037
8038 2005-01-03 Richard M. Stallman <rms@gnu.org>
8039
8040 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
8041 (query-replace-highlight, query-replace-lazy-highlight)
8042 (query-replace): Definitions moved up. Doc fix.
8043
8044 2005-01-03 Richard M. Stallman <rms@gnu.org>
8045
8046 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
8047 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8048 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8049 (lazy-highlight-face): Rename from isearch-lazy-...
8050 Change all references to them.
8051
8052 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8053
8054 * cus-edit.el (custom-file): Doc fix for defcustom.
8055 (custom-file): The function no longer sets the variable
8056 `custom-file' to its return value.
8057
8058 * startup.el (command-line): No longer load `custom-file'.
8059
8060 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8063
8064 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8065 Don't confuse module-prefixed identifiers for labels.
8066 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8067
8068 2005-01-02 Richard M. Stallman <rms@gnu.org>
8069
8070 * files.el (basic-save-buffer-1): Fix previous change.
8071
8072 * loadhist.el (file-loadhist-lookup): New function.
8073 (file-provides, file-requires): Use it.
8074
8075 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8076 instead of calculating the right size.
8077
8078 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8079
8080 * vc-svn.el (vc-svn-diff): Stay local if possible.
8081
8082 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8085
8086 * files.el (hack-local-variables): Fix last change.
8087
8088 2005-01-02 Jay Belanger <belanger@truman.edu>
8089
8090 * calc/calc-yank.el (calc-edit-top): New variable.
8091 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8092 object. Change header properties.
8093 (calc-edit-finish, calc-edit-finish-stack-object)
8094 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8095 edited object.
8096 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8097 for the beginning of the edited object.
8098 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8099 for the beginning of the edited object.
8100 * calc/calc-prog.el (calc-edit-macro-finish-edit)
8101 (calc-finish-formula-edit, calc-macro-repeats)
8102 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8103 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8104 beginning of the edited object.
8105 (calc-user-define-edit): Change the header for editing macros.
8106 Remove unnecessary variable.
8107
8108 2005-01-01 Jay Belanger <belanger@truman.edu>
8109
8110 * calc/calc-yank.el (calc-edit-mode): Change default header.
8111 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8112 * calc/calc-store.el (calc-edit-variable): Change title to match new
8113 header.
8114 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8115 mode to match new header.
8116 (calc-user-define-edit): Change titles to include names of commands.
8117 (calc-finish-formula-edit): Adjust to handle new header.
8118 (calc-finish-macro-edit): Remove.
8119 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8120 (calc-edit-macro-command, calc-edit-macro-command-type)
8121 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8122 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8123 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8124 (calc-edit-macro-finish-edit): New functions.
8125 (calc-user-define-edit): Use new functions to edit named calc macros.
8126
8127 2005-01-01 Stefan <monnier@iro.umontreal.ca>
8128
8129 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8130
8131 * ses.el (copy-region-as-kill): Deactivate mark.
8132
8133 2005-01-01 Richard M. Stallman <rms@gnu.org>
8134
8135 * replace.el (occur-1): If the output buffer is also an input,
8136 don't kill it, rename it.
8137
8138 * faces.el (set-face-background, set-face-foreground): Doc fix.
8139
8140 * cus-face.el (custom-face-attributes): Fix :help-echo strings
8141 for :foreground and :background.
8142
8143 * dired.el (dired-view-command-alist): Variable deleted.
8144 (dired-view-file, dired-mouse-find-file-other-window):
8145 Delete the code to use it.
8146
8147 2005-01-01 Kim F. Storm <storm@cua.dk>
8148
8149 * image.el (insert-sliced-image): Use t for line-height property.
8150
8151 2004-12-31 Jay Belanger <belanger@truman.edu>
8152
8153 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8154 for "var-" at the beginning of the minibuffer.
8155
8156 2004-12-31 Richard M. Stallman <rms@gnu.org>
8157
8158 * faces.el (read-face-name):
8159 Don't treat an attribute spec as a list of faces.
8160
8161 * simple.el (undo): Use undo-equiv-table to detect
8162 unexpected changes since previous undo.
8163 (undo-list-saved): Variable deleted.
8164 (buffer-disable-undo): Don't alter undo-list-saved.
8165
8166 * files.el (require-final-newline): Allow `visit' and `visit-save'.
8167 (mode-require-final-newline): New option.
8168 (after-find-file): Handle require-final-newline with new values.
8169 (basic-save-buffer): Handle new values of require-final-newline.
8170
8171 * progmodes/sh-script.el (sh-require-final-newline):
8172 Alist value now controls whether to use mode-require-final-newline.
8173 (sh-set-shell): Implement that new meaning.
8174
8175 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8176 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8177 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8178 Delete old-Emacs compatibility code.
8179 (antlr-c-common-init): Function deleted.
8180
8181 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8182 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8183 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8184 * progmodes/python.el (python-mode): Use mode-require-final-newline.
8185 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8186 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8187 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8188 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8189 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8190 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8191 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8192 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8193 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8194 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8195 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8196 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8197
8198 2004-12-31 Jay Belanger <belanger@truman.edu>
8199
8200 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8201 way to return to Calc.
8202
8203 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8204 finish, C-xk as the way to cancel the edit. Add cancel routine to
8205 kill-buffer-hook.
8206
8207 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8208 MacEdit code.
8209
8210 * calc/calc-prog.el: Remove obsolete MacEdit code.
8211 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8212 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8213
8214 2004-12-31 Kenichi Handa <handa@m17n.org>
8215
8216 * international/mule.el (buffer-file-coding-system-explicit):
8217 Rename for explicit-buffer-file-coding-system.
8218 (after-insert-file-set-coding): Adjust for the above change.
8219
8220 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8221 to buffer-file-coding-system-explicit.
8222 (basic-save-buffer-1): Likewise.
8223
8224 2004-12-30 Richard M. Stallman <rms@gnu.org>
8225
8226 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8227 (artist-butlast, artist-last): Functions deleted.
8228 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8229 (artist-compute-key-compl-table): Call remq directly.
8230 (artist-remove-nulls): Function deleted.
8231 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8232 (artist-push, artist-pop): Macro deleted.
8233
8234 2004-12-30 Andreas Leue <al@sphenon.de>
8235
8236 * textmodes/artist.el (artist-version): 1.2.6
8237 (artist-prev-next-op-alist): New variable.
8238 (artist-select-next-op-in-list): New function.
8239 (artist-select-prev-op-in-list): New function.
8240 (artist-make-prev-next-op-alist): New function.
8241 (artist-is-in-op-list-p): New function.
8242 (artist-get-first-non-nil-op): New function.
8243 (artist-get-last-non-nil-op): New function.
8244 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8245 artist-prev-next-op-alist.
8246 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8247 change drawing operation.
8248
8249 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8250
8251 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8252
8253 2004-12-31 Masatake YAMATO <jet@gyve.org>
8254
8255 * server.el (server-process-filter): Suppress `error', too.
8256
8257 2004-12-30 Jay Belanger <belanger@truman.edu>
8258
8259 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8260 Change the way a variable is displayed in a message.
8261
8262 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8263 (calc-user-define-permanent, calc-execute-kbd-macro):
8264 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8265
8266 2004-12-30 Kenichi Handa <handa@m17n.org>
8267
8268 * files.el (basic-save-buffer-1):
8269 Set explicit-buffer-file-coding-system to last-coding-system-used.
8270 (revert-buffer): Pay attention to
8271 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8272 on bind coding-system-for-read.
8273
8274 * international/mule.el (explicit-buffer-file-coding-system):
8275 New buffer local variable.
8276 (after-insert-file-set-coding): Set it to coding-system-for-read.
8277
8278 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8279
8280 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8281
8282 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8283
8284 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8285 that include line numbers.
8286
8287 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8288
8289 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8290 Redundant variable PREFIXLEN removed.
8291
8292 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8293
8294 * eshell/em-hist.el (eshell-previous-matching-input):
8295 Start the deletion from the end of the output.
8296
8297 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8298
8299 * term/mac-win.el: Require x-dnd.
8300 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8301
8302 2004-12-29 David Kastrup <dak@gnu.org>
8303
8304 * international/mule.el (decode-coding-inserted-region):
8305 Don't barf if `buffer-undo-list' is already set to `t'.
8306
8307 2004-12-29 Jay Belanger <belanger@truman.edu>
8308
8309 * calc/calc-prog.el (calc-user-define-formula): Put default values
8310 for function names in prompts.
8311 (calc-user-define-permanent, calc-user-define-composition)
8312 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8313 default input for algebraic functions.
8314
8315 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8316
8317 * vc-rcs.el (vc-rcs-annotate-command):
8318 Fix omission bug: Call `vc-setup-buffer'.
8319
8320 2004-12-29 Kenichi Handa <handa@m17n.org>
8321
8322 * international/mule.el (recode-region): New function.
8323
8324 2004-12-28 Richard M. Stallman <rms@gnu.org>
8325
8326 * simple.el (undo-extra-outer-limit): New variable.
8327 (undo-outer-limit-truncate): Test and set it.
8328
8329 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8330 enables the feature to extend the existing region.
8331
8332 * simple.el (mark-word): New arg ALLOW-EXTEND
8333 enables the feature to extend the existing region.
8334
8335 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8336 enables the feature to extend the existing region.
8337
8338 * startup.el (site-run-file): Don't allow setting it with Custom.
8339
8340 * simple.el (buffer-disable-undo): Fix previous change.
8341
8342 2004-12-27 Masatake YAMATO <jet@gyve.org>
8343
8344 * hexl.el (hexlify-buffer): Remove fontification here.
8345 Use font lock mechanism instead.
8346 (hexl-font-lock-keywords): New font lock kewords.
8347 (hexl-mode-old-font-lock-keywords): New variable.
8348 (hexl-mode): Store the old font lock keywords.
8349 (hexl-mode-exit): Restore the old font lock keywords.
8350
8351 2004-12-27 Richard M. Stallman <rms@gnu.org>
8352
8353 * simple.el (undo): Fix previous change.
8354
8355 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8356
8357 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8358 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8359 Call x-open-connection on Mac OS X.
8360
8361 2004-12-27 Richard M. Stallman <rms@gnu.org>
8362
8363 * files.el (buffer-save-without-query): New var (buffer-local).
8364 (save-some-buffers): Save those buffers first, w/o asking.
8365
8366 * files.el (insert-directory-ls-version): New variable.
8367 (insert-directory): When ls returns an error, test the version
8368 number to decide what the return code means.
8369 With --dired output format, detect and distinguish lines
8370 that are really error messages.
8371 (insert-directory-adj-pos): New function.
8372
8373 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8374
8375 * battery.el (battery-mode-line-format): Remove initial spaces.
8376
8377 * uniquify.el (uniquify-rationalize-file-buffer-names):
8378 Delete interactive spec.
8379
8380 * type-break.el (type-break-mode): Set buffer-save-without-query.
8381 Remove code that tried to set save-some-buffers-always.
8382 (type-break-file-keystroke-count): Bind deactivate-mark.
8383
8384 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8385
8386 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8387 Test that the buffer is live, and maybe reject current buffer too.
8388 Clarify.
8389 (next-error-find-buffer): Rewrite for clarity.
8390
8391 * loadup.el: Don't use buffer-disable-undo; do it directly.
8392
8393 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8394 (describe-variable): Call symbol-file with `defvar'.
8395
8396 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8397 (symbol-file): Rewritten to handle new load-history format.
8398 Now takes an arg TYPE to specify looking for a particular
8399 type of definition only.
8400
8401 * emacs-lisp/debug.el (debugger-make-xrefs):
8402 Call symbol-file with `defun'.
8403
8404 * emacs-lisp/find-func.el (find-function-noselect):
8405 Call symbol-file with `defun'.
8406 (find-variable-noselect): Call symbol-file with `defvar'.
8407
8408 * eshell/esh-cmd.el (eshell-find-alias-function):
8409 Call symbol-file with `defun'.
8410
8411 * eshell/esh-test.el (eshell-test-goto-func):
8412 Call symbol-file with `defun'.
8413
8414 * mail/rmail.el (rmail-resend):
8415 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8416
8417 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8418
8419 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8420
8421 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8422 Call buffer-disable-undo.
8423
8424 * simple.el (undo-list-saved): New variable (buffer-local).
8425 (undo): Set and test it.
8426 (buffer-disable-undo): Move here from buffer.c.
8427 Clear out undo-list-saved.
8428
8429 * international/mule.el (decode-coding-inserted-region):
8430 Set buffer-undo-list in a correct and optimal way.
8431
8432 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8433 (cperl-font-lock-unfontify-region-function): No need to save and
8434 restore info, since font-lock.el does it for us.
8435
8436 * ansi-color.el (save-buffer-state): Definition deleted.
8437 (ansi-color-unfontify-region): Don't use save-buffer-state.
8438
8439 2004-12-27 Dave Love <fx@gnu.org>
8440
8441 * wid-edit.el (function): Use restricted-sexp as parent.
8442
8443 2004-12-27 Kevin Ryde <user42@zip.com.au>
8444
8445 * simple.el (next-matching-history-element): Use same
8446 `interactive' form as previous-matching-history-element.
8447
8448 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8449 it can appear unencoded and has been seen from yahoo.
8450
8451 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8452
8453 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8454 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8455
8456 2004-12-27 Kenichi Handa <handa@m17n.org>
8457
8458 * international/utf-8.el (utf-translate-cjk-load-tables):
8459 Bind coding-system-for-read to nil while loading subst-*.
8460
8461 2004-12-26 Jay Belanger <belanger@truman.edu>
8462
8463 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8464 default input.
8465
8466 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8467
8468 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8469 before reverting and disable undo recording while reverting.
8470
8471 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8472
8473 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8474 (hs-make-overlay): New function.
8475 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8476 (hs-flag-region): Delete function.
8477 (hs-hide-comment-region): No longer use `hs-flag-region'.
8478 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8479 (hs-hide-block-at-point): Likewise.
8480 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8481 (hs-hide-all, hs-show-all): Likewise.
8482 (hs-show-block): Likewise.
8483 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8484
8485 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8486
8487 * progmodes/hideshow.el: Require `cl' when compiling.
8488 Remove XEmacs and Emacs 19 compatibility.
8489 Use `dolist' and `add-to-list' for load-time actions.
8490 (hs-discard-overlays): Use `dolist'.
8491 (hs-show-block): Likewise.
8492
8493 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8494
8495 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8496
8497 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8498
8499 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8500 When extending backwards, move outside the current comment first.
8501
8502 2004-12-22 Kenichi Handa <handa@m17n.org>
8503
8504 * international/quail.el (quail-start-translation): Fix prompt
8505 string for the case if input-method-use-echo-area being non-nil.
8506 (quail-start-conversion): Likewise.
8507 (quail-show-guidance): Don't show guidance if
8508 input-method-use-echo-area is non-nil.
8509
8510 2004-12-21 Richard M. Stallman <rms@gnu.org>
8511
8512 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8513
8514 2004-12-21 Markus Rost <rost@ias.edu>
8515
8516 * calendar/diary-lib.el (mark-diary-entries):
8517 Set mark-diary-entries-in-calendar only after checking for diary-file.
8518
8519 2004-12-21 Richard M. Stallman <rms@gnu.org>
8520
8521 * faces.el (escape-glyph): Use blue against light foreground.
8522
8523 * simple.el (undo-outer-limit-truncate): New function.
8524 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8525
8526 2004-12-21 Eli Barzilay <eli@barzilay.org>
8527
8528 * calculator.el (calculator-radix-grouping-mode)
8529 (calculator-radix-grouping-digits)
8530 (calculator-radix-grouping-separator):
8531 New defcustoms for the new radix grouping mode functionality.
8532 (calculator-mode-hook): Now used in electric mode too,
8533 (calculator): Call it.
8534 (calculator-mode-map): Some new keys.
8535 (calculator-message): New function. Some new calls.
8536 (calculator-op, calculator-set-register): Use it.
8537 (calculator-string-to-number): New function, mostly moved and
8538 updated code from calculator-curnum-value.
8539 (calculator-curnum-value): Use it.
8540 (calculator-paste): Use it, and update grabbing the current-kill.
8541 (calculator-rotate-displayer)
8542 (calculator-rotate-displayer-back): Toggle digit grouping when
8543 in radix mode, use calculator-message.
8544 (calculator-displayer-prev, calculator-displayer-next):
8545 Change digit group size when in radix mode.
8546 (calculator-number-to-string): Rename from
8547 calculator-num-to-string. Now deals with digit grouping in
8548 radix mode.
8549 (calculator-update-display, calculator-put-value): Use the new name.
8550 (calculator-fact): Return a floating point number.
8551 (calculator-mode): Doc fix.
8552
8553 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8554
8555 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8556 * calendar/diary-lib.el (view-other-diary-entries):
8557 Use current-prefix-arg in interactive spec.
8558
8559 2004-12-19 Jay Belanger <belanger@truman.edu>
8560
8561 * calc/calc-aent.el (calcAlg-blank-matching-open):
8562 Temporarily adjust the syntax of both delimiters of half-open intervals.
8563
8564 2004-12-19 Kim F. Storm <storm@cua.dk>
8565
8566 * mouse.el (mouse-1-click-follows-link): Doc fix.
8567
8568 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8569
8570 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8571 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8572 instead of centraleuropean as the name
8573
8574 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8575
8576 Sync with Tramp 2.0.46.
8577
8578 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8579 parameters wrt Tramp convention.
8580 (tramp-handle-file-attributes-with-perl)
8581 (tramp-handle-directory-files-and-attributes): Apply it.
8582 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8583 `copy-program'. Reported by Zack Weinberg
8584 <zack@codesourcery.com>.
8585 (top): Set `edebug-form-spec' property directly rather than
8586 calling `def-edebug-spec'.
8587
8588 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8589 advice less fragile. Surround temporary redefinition of
8590 `substitute-in-file-name' with `unwind-protect'. Suggested by
8591 Matt Hodges <MPHodges@member.fsf.org>.
8592
8593 2004-12-17 Juri Linkov <juri@jurta.org>
8594
8595 * replace.el (occur-accumulate-lines, occur-engine):
8596 Make forcing deferred font-lock fontification jit-specific.
8597
8598 2004-12-17 Kim F. Storm <storm@cua.dk>
8599
8600 * mouse.el (mouse-1-click-follows-link): New defcustom.
8601 (mouse-on-link-p): New function.
8602 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8603 functionality. Map a mouse-1 click event into a mouse-2 (or
8604 other) event when position is inside a link.
8605
8606 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8607 prefix in tooltip text with "mouse-1" when this is a link
8608 recognized by mouse-1-click-follows-link functionality.
8609
8610 * help.el (describe-key): Report effective and original binding
8611 for mouse-1 when clicked on a link.
8612 (describe-mode): Add follow-link property to "minor-mode" button.
8613
8614 * help-fns.el (describe-variable): Add follow-link property to
8615 "below" button.
8616
8617 * help-mode.el (help-xref): Add follow-link property.
8618
8619 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8620 (apropos-command, apropos-variable, apropos-face, apropos-group)
8621 (apropos-widget, apropos-plist): Add follow-link property.
8622
8623 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8624 checks if position is in a filename, rather than some other
8625 clickable item. Function looks for cvs-filename-face at position.
8626
8627 * wid-edit.el (widget-specify-field, widget-specify-button):
8628 Map a :follow-link keyword into a follow-link property.
8629 (link): Add :follow-link keyword, map to RET binding.
8630
8631 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8632
8633 * progmodes/compile.el (compilation-minor-mode-map)
8634 (compilation-button-map, compilation-mode-map): Likewise.
8635
8636 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8637
8638 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8639 (zone-replace-char): Take `count' and `del-count'
8640 instead of `direction'. Update callers. When `del-count' is
8641 non-nil, delete that many characters, otherwise `count' characters
8642 backwards. Insert the newly-replaced string `count' times.
8643 (zone-fret): Handle chars w/ width greater than one.
8644 (zone-fall-through-ws): No longer take window width `ww'.
8645 Update callers. Add handling for `char-width' greater than one.
8646 (zone-pgm-drip): Update var holding window-end position every cycle.
8647
8648 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8649
8650 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8651 rather than insert-file.
8652
8653 2004-12-16 Jay Belanger <belanger@truman.edu>
8654
8655 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8656 (math-init-random-base, math-random-digit): Check to see if
8657 var-RandSeed is bound.
8658 (math-random-last): Declare it.
8659 (math-random-digit): Don't make math-random-last local.
8660
8661 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8662
8663 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8664 one-shot thunk for uniform (error, quit, normal) recovery.
8665 Reported by John Paul Wallington.
8666 (zone-pgm-random-life): Fix bug:
8667 Recognize empty initial field by lack of "@" chars.
8668
8669 2004-12-16 Juri Linkov <juri@jurta.org>
8670
8671 * help.el (function-called-at-point):
8672 * help-fns.el (variable-at-point): As a last resort try stripping
8673 non-word prefixes and suffixes.
8674
8675 * descr-text.el (describe-property-list): Don't treat syntax-table
8676 specially. Use describe-text-sexp which inserts [show] button
8677 for large objects and handles printing errors. Sort properties
8678 by names in alphabetical order instead of by value sizes.
8679 Add `mouse-face' to list of properties for `describe-face' widget.
8680 (describe-char): Mask out face-id from 19 bits of character.
8681 Print face-id separately.
8682
8683 * replace.el (occur-accumulate-lines, occur-engine):
8684 Fontify unfontified matching lines in the source buffer
8685 before copying them.
8686 (occur-engine): Don't put mouse-face on context lines.
8687 (occur-next-error): Set point to line beginning/end
8688 before searching for prev/next property to skip multiple
8689 matches on a line (not supported by occur engine).
8690 Remove redundant prefix-numeric-value.
8691
8692 2004-12-15 Juri Linkov <juri@jurta.org>
8693
8694 * replace.el (match): New face.
8695 (list-matching-lines-face): Change default from `bold' to `match'.
8696
8697 * progmodes/grep.el (grep-match-face): New defvar.
8698 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8699 compilation-column-face to highlight grep matches.
8700
8701 * apropos.el (apropos-match-face): Change default from
8702 `secondary-selection' to `match'.
8703
8704 * info-look.el (info-lookup-highlight-face): Change default from
8705 `highlight' to `match'.
8706
8707 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8708
8709 * progmodes/executable.el (executable-interpret): Eliminate
8710 obsolete compile-internal, and switch to comint for interaction.
8711
8712 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8713
8714 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8715 `&&' when skipping multiple statements on a line.
8716
8717 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8718
8719 * play/zone.el (zone): Set `truncate-lines'.
8720 Also, init `tab-width' with value from original buffer.
8721 (zone-shift-up): Rewrite for speed.
8722 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8723 (zone-pgm-jitter): Remove redundant entries from ops vector.
8724 (zone-exploding-remove): Reduce iteration count.
8725 (zone-cpos): Convert to defsubst.
8726 (zone-replace-char): New defsubst.
8727 (zone-park/sit-for): Likewise.
8728 (zone-fret): Take window-start arg.
8729 Update callers. Use `zone-park/sit-for'.
8730 (zone-fill-out-screen): Rewrite.
8731 (zone-fall-through-ws): Likewise. Update callers.
8732 (zone-pgm-drip): Use `zone-replace-char'.
8733 Move var inits before while-loop. Use `zone-park/sit-for'.
8734 (zone-pgm-random-life): Handle empty initial field.
8735 Use `zone-replace-char' and `zone-park/sit-for'.
8736
8737 2004-12-15 Juri Linkov <juri@jurta.org>
8738
8739 * isearch.el (isearch-update): Test isearch-lazy-highlight
8740 before calling isearch-lazy-highlight-new-loop.
8741 (isearch-lazy-highlight-new-loop):
8742 Don't test isearch-lazy-highlight.
8743
8744 * replace.el (perform-replace): Add isearch-case-fold-search.
8745 Use delimited-flag for isearch-regexp.
8746 Reset isearch-lazy-highlight-last-string to force lazy
8747 highlighting when called from isearch mode.
8748 (query-replace-highlight): Revert defcustom type to boolean.
8749 (query-replace-lazy-highlight): New defcustom.
8750 (query-replace): New face.
8751 (perform-replace, replace-highlight, replace-dehighlight):
8752 Test query-replace-lazy-highlight instead of special value
8753 `isearch' of query-replace-highlight.
8754 (replace-dehighlight): Don't call isearch-dehighlight.
8755 (replace-highlight): Don't call isearch-highlight.
8756 Use face `query-replace' unconditionally.
8757
8758 2004-12-14 Kim F. Storm <storm@cua.dk>
8759
8760 * simple.el (inhibit-mark-movement): Remove defvar.
8761 (beginning-of-buffer, end-of-buffer): Don't use it.
8762
8763 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8764 Don't use inhibit-mark-movement.
8765
8766 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8767 (cua--undo-push-mark): Remove.
8768 (cua--pre-command-handler, cua--post-command-handler):
8769 Don't fiddle with inhibit-mark-movement.
8770
8771 2004-12-14 Juri Linkov <juri@jurta.org>
8772
8773 * buff-menu.el (list-buffers-noselect): Collect internal info
8774 for every buffer in BUFFER-LIST arg too.
8775 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8776 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8777 Bind same-window-buffer-names and same-window-regexps to nil.
8778
8779 2004-12-13 Juri Linkov <juri@jurta.org>
8780
8781 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8782
8783 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8784 (sc-cite-region, sc-uncite-region, sc-recite-region):
8785 Fix previous change to handle not alist as a symbol, but
8786 a citation frame as a symbol that represents a variable name.
8787
8788 2004-12-13 Richard M. Stallman <rms@gnu.org>
8789
8790 * filecache.el (file-cache-add-directory-using-find):
8791 Only set up file-cache-find-command-posix-flag if we will use it.
8792
8793 * bindings.el (mode-line-buffer-identification-keymap):
8794 Don't cancel the mode-line's usual down-mouse-1 binding.
8795
8796 * cus-edit.el (custom-face-selected): Handle `default' specs.
8797 (custom-face-edit): Increase extra-offset.
8798 (custom-display): Handle `default' specs.
8799
8800 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8801
8802 * emacs-lisp/elint.el (elint-standard-variables)
8803 (elint-unknown-builtin-args): Move definitions up.
8804
8805 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8806
8807 * info.el (info-xref-visited): Use `default' instead of t.
8808 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8809
8810 * faces.el (header-line, mode-line-inactive, tool-bar):
8811 Use `default' instead of t for setting the defaults.
8812 (face-spec-choose): Separate `t' from `default'.
8813
8814 * subr.el (while-no-input): New macro.
8815
8816 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8817
8818 * filecache.el (file-cache-add-directory-using-find):
8819 Only test file-cache-find-command-posix-flag on some systems.
8820
8821 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8824 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8825 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8826 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8827 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8828
8829 2004-12-12 Juri Linkov <juri@jurta.org>
8830
8831 * files.el (find-file-other-window, find-file-other-frame):
8832 Add the first buffer to the returned value to return the complete
8833 list of all visited buffers.
8834 (find-file-read-only, find-file-read-only-other-window)
8835 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8836 `find-file-read-args'. Signal an error about non-existent file
8837 only if file name doesn't contain wildcards. Toggle read-only in
8838 all visited buffers.
8839 (find-alternate-file, find-alternate-file-other-window):
8840 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8841 called interactively. Pass arg `wildcards' to other functions.
8842 (find-file-noselect): Doc fix.
8843
8844 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8845 Doc fix.
8846 (ffap-directory-finder): New variable.
8847 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8848 (ffap-file-at-point): Add /* to immediately rejected names.
8849 Return absolute file names matching ffap-dired-wildcards.
8850 (ffap-read-file-or-url): Set default value for `completing-read'
8851 to `buffer-file-name'.
8852 (find-file-at-point): When filename matches ffap-dired-wildcards,
8853 call ffap-file-finder with t arg `wildcards', instead of dired.
8854 (ffap-other-window, ffap-other-frame): Return visited buffers.
8855 (ffap-read-only, ffap-read-only-other-window)
8856 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8857 (dired-at-point): Call ffap-directory-finder instead of dired.
8858 (ffap-dired-other-window, ffap-dired-other-frame)
8859 (ffap-list-directory): New commands.
8860 (ffap-bindings): New keybindings for new commands.
8861
8862 2004-12-12 Juri Linkov <juri@jurta.org>
8863
8864 * simple.el (beginning-of-buffer, end-of-buffer):
8865 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8866 Do not push mark when mark is active in transient-mark-mode.
8867
8868 * simple.el (mark-word):
8869 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8870 * textmodes/paragraphs.el (mark-paragraph):
8871 Extend the region when mark is active in transient-mark-mode,
8872 regardless of the last command. Doc fix.
8873
8874 * simple.el (mark-word): Preserve direction when repeating.
8875 Make arg optional. Interactive "p" -> "P".
8876 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8877
8878 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8879 preserving direction, to mark forward instead of backward when mark
8880 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8881
8882 2004-12-12 Juri Linkov <juri@jurta.org>
8883
8884 * isearch.el (isearch-edit-string): Set 7th arg of
8885 `read-from-minibuffer' to `t' to inherit the current input
8886 method (whose name is indicated by [IM] in the minibuffer prompt)
8887 from the current buffer to the minibuffer.
8888 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8889 to allow C-g quitting for lazy highlighting looping inside the
8890 search with nested repetition operators. Add overlay to the list
8891 before setting its face and other properties to avoid the case of
8892 code quitting after placing the new overlay but before it's
8893 recorded on the list. Select the window where isearch was
8894 activated, to highlight matches in the right window when isearch
8895 switches the current window to the minibuffer.
8896
8897 * international/isearch-x.el
8898 (isearch-process-search-multibyte-characters):
8899 Use `isearch-message' as initial input for `read-string' instead
8900 of adding it to the minibuffer prompt. After reading a string
8901 remove the initial value of `isearch-message' from the string.
8902
8903 * replace.el (replace-match-maybe-edit): Doc fix.
8904 (perform-replace): Don't call `replace-highlight' when automatic
8905 replacement is requested in literal mode, since it is intended
8906 only to highlight words during entering a new replacement string
8907 for \? in non-literal mode.
8908
8909 * replace.el (query-replace-highlight): Add new value `isearch'
8910 that allows query replacement to use isearch highlighting.
8911 Change type from `boolean' to `choice'. Doc fix.
8912 (replace-highlight, replace-dehighlight, perform-replace):
8913 Use isearch highlighting if query-replace-highlight eq `isearch'.
8914
8915 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8918 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8919
8920 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8921 case of \end{verbatim}.
8922
8923 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8924
8925 * term.el (term-termcap-format): Synchronyze with terminfo.
8926 (term-emulate-terminal): Handle reset.
8927 (term-reset-terminal): New function.
8928
8929 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8930
8931 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8932 (zone-fill-out-screen): New func.
8933 (zone-pgm-drip): Use `zone-fill-out-screen'.
8934 Also, no longer go to point-min on every cycle.
8935 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8936 (zone-pgm-random-life-wait): New user var.
8937 (zone-pgm-random-life): New func.
8938
8939 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8940
8941 * files.el (auto-mode-alist): Map .com to DCL mode.
8942
8943 2004-12-09 Richard M. Stallman <rms@gnu.org>
8944
8945 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8946
8947 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8948
8949 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8950 buffer with a display margin.
8951
8952 2004-12-08 Jay Belanger <belanger@truman.edu>
8953
8954 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8955 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8956
8957 2004-12-08 Richard M. Stallman <rms@gnu.org>
8958
8959 * faces.el: Delete code to set display table.
8960 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8961
8962 2004-12-08 Jay Belanger <belanger@truman.edu>
8963
8964 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8965
8966 * calc/calc-ext.el (math-read-replacement-list)
8967 (math-read-superscripts, math-read-preprocess-string): Move to
8968 calc-aent.el.
8969
8970 * calc/calc-aent.el (math-read-replacement-list)
8971 (math-read-superscripts, math-read-preprocess-string): Move from
8972 calc-ext.el.
8973
8974 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * isearch.el (isearch-quote-char): Fix up typo in last change.
8977
8978 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8979
8980 * mouse.el (mouse-set-font): Handle the case where the command was
8981 not invoked using the mouse.
8982
8983 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8984 (edmacro-finish-edit): Further update for keyboard macros that are
8985 lambda forms.
8986 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8987
8988 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8991 (font-lock-default-unfontify-region): Don't save buffer state any more.
8992
8993 2004-12-07 Jay Belanger <belanger@truman.edu>
8994
8995 * calc/calc-help.el (calc-describe-key):
8996 Set calc-summary-indentation even when Calc Summary buffer exists.
8997
8998 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8999
9000 * calendar/holidays.el (holiday-easter-etc): Make arguments
9001 optional for backwards compatibility. Doc fix.
9002 Remove un-necessary local vars mandatory, output-list.
9003 (holiday-advent): Make arguments optional for backwards
9004 compatibility. Doc fix.
9005
9006 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * paren.el (show-paren-function): Fix last change (2004-12-02).
9009
9010 * international/mule-util.el (char-displayable-p): Return nil for
9011 unibyte mode.
9012
9013 * subr.el (subregexp-context-p): New function.
9014
9015 * isearch.el (isearch-quote-char): Use it.
9016
9017 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9018 (regexp-opt-not-groupie*-re): Remove.
9019 (regexp-opt): Properly handle inputs with duplicate entries.
9020
9021 2004-12-06 Richard M. Stallman <rms@gnu.org>
9022
9023 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9024
9025 * cus-edit.el (custom-file): Doc fix.
9026
9027 * textmodes/org.el: New file.
9028
9029 2004-12-06 Kenichi Handa <handa@m17n.org>
9030
9031 * ldefs-boot.el: Update international/mule-util.el section.
9032
9033 2004-12-05 Sam Steingold <sds@gnu.org>
9034
9035 * net/tramp.el (tramp-handle-file-accessible-directory-p):
9036 Fix `tramp-time-diff' comparison logic.
9037
9038 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
9039
9040 * progmodes/which-func.el (which-function):
9041 Use `run-hook-with-args-until-success' instead of a custom loop.
9042 Fixes bug with local hooks.
9043
9044 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9045
9046 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
9047 Use delete-dups when calculating the initial value.
9048 (bibtex-autokey-get-title): Use <=.
9049 (bibtex-goto-line): New function.
9050 (bibtex-reposition-window): Use line numbers instead of point
9051 positions. Use window-body-height.
9052 (bibtex-find-crossref): Use bibtex-reposition-window.
9053 (bibtex-find-entry): Use bibtex-reposition-window. Always return
9054 position of entry if key is found or nil if not found.
9055
9056 2004-12-05 Richard M. Stallman <rms@gnu.org>
9057
9058 * cus-edit.el (custom-file): Doc fix.
9059
9060 * progmodes/sh-script.el (sh-indent-for-then): Change default.
9061
9062 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * simple.el (blink-matching-open):
9065 * textmodes/tex-mode.el (tex-validate-region):
9066 Obey syntax-table text properties.
9067
9068 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
9069
9070 * wid-edit.el (widget-specify-field): Add `real-field' property to
9071 boundary.
9072 (widget-field-at): Use it.
9073
9074 2004-12-02 Richard M. Stallman <rms@gnu.org>
9075
9076 * progmodes/cc-mode.el (awk-mode autoload):
9077 Supply t meaning interactive function.
9078
9079 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
9080 (isearch-mode-map): No special definition for space.
9081 (isearch-whitespace-chars): Command deleted.
9082 (isearch-forward-regexp): Doc fix.
9083 (isearch-quote-char): When a space is not inside brackets,
9084 use `[ ]' instead of just space.
9085 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9086
9087 * imenu.el (imenu--generic-function): Delete code to exclude
9088 matches in comments.
9089
9090 * man.el (Man-reverse-face): Change default to `highlight'.
9091
9092 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9093 (occur-engine): Use `face' prop rather than `font-lock-face'
9094 when specifying use of `match-face'.
9095 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9096
9097 * emacs-lisp/elint.el (elint-standard-variables): Update list.
9098
9099 * add-log.el (add-log-current-defun): Handle the case where point
9100 is in the header part of a DEFUN construct.
9101
9102 2004-12-02 Dave Love <fx@gnu.org>
9103
9104 * progmodes/python.el (python-font-lock-syntactic-keywords):
9105 Fix previous change.
9106
9107 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
9108
9109 * paren.el (show-paren-function): Check for matching chars
9110 specified by text props.
9111
9112 2004-12-02 Jay Belanger <belanger@truman.edu>
9113
9114 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9115 when reading a new key sequence.
9116
9117 2004-12-02 Kim F. Storm <storm@cua.dk>
9118
9119 * faces.el (escape-glyph): Rename from glyph.
9120 (standard-display-table): Set it here. Add escape-glyph face to
9121 extra slot characters.
9122
9123 * disp-table.el: Undo 2004-12-01 change. Display table is now
9124 setup in faces.el.
9125
9126 2004-12-02 Mark A. Hershberger <mah@everybody.org>
9127
9128 * xml.el (xml-parse-dtd): Don't show validity messages when
9129 xml-validating-parser is nil.
9130 (xml-substitute-special): Fix validity error messages to
9131 actually show the unexpandable entity. Added validity error if &
9132 isn't followed by an entity.
9133 (xml-parse-tag): Concatenate any string following the a
9134 <![CDATA[]]> section to the parsed CDATA.
9135 (xml-parse-dtd): Skip parameter entity declarations and use of
9136 parameter entities.
9137
9138 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9139
9140 * kmacro.el (kmacro-default-counter-format): New var.
9141 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
9142 (kmacro-display): Remove `nil' from `and' form. Delete call to
9143 `format' inside `message'.
9144 (kmacro-start-macro): Use `kmacro-default-counter-format'.
9145
9146 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9147
9148 * pcvs.el (cvs-header-msg): New function.
9149 (cvs-update-header): Use it. Change calling convention.
9150 Correctly handle the case of having simultaneous active processes.
9151 (cvs-sentinel): Don't call cvs-update-header any more.
9152 (cvs-mode-run): Update call and add cvs-update-header to postproc.
9153
9154 2004-12-01 Jay Belanger <belanger@truman.edu>
9155
9156 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9157 Change message.
9158
9159 2004-12-01 Juri Linkov <juri@jurta.org>
9160
9161 * progmodes/prolog.el (prolog-mode-variables):
9162 Fix imenu-generic-expression.
9163
9164 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
9165
9166 * faces.el (glyph): New face.
9167
9168 * disp-table.el: Add an autoloaded table, that doesn't require
9169 this library, with glyph face.
9170
9171 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9172 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9173 (conf-quote-normal): Allow normalizing only ' or ".
9174 (conf-mode): Regexp-quote constructed comment-start and don't
9175 match section {} where "name" contains braces.
9176
9177 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9178 files.
9179
9180 2004-12-01 Kenichi Handa <handa@m17n.org>
9181
9182 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9183 (x-select-text): Don't treat eight-bit-control/graphic chars
9184 specially. Store the encoded text in the X cut buffer.
9185 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9186 with x-last-selected-text-cut-encoded.
9187
9188 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9191
9192 2004-11-30 Markus Rost <rost@ias.edu>
9193
9194 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9195 AUCTeX.
9196
9197 2004-11-30 Jay Belanger <belanger@truman.edu>
9198
9199 * calc/calc-arith.el (math-possible-signs): Made stronger checks
9200 on signs of intervals.
9201 (math-pow-of-zero): Strengthen checks for positive and negative
9202 exponents.
9203
9204 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9205 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9206 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9207 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9208 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9209 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9210 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9211 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9212 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9213 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9214 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9215 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9216 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9217 with provide statements.
9218
9219 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9220
9221 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9222
9223 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9224 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9225 functions by require statements.
9226 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9227
9228 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9229 (calc-gnuplot-print): Give them values.
9230
9231 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9232 autoloads.
9233 Add calc-do-embedded-activate to autoloads.
9234 (calc-gnuplot-name, calc-gnuplot-plot-command)
9235 (calc-gnuplot-print-command): Move them to calc-graph.el.
9236
9237 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9238
9239 * term/mac-win.el (ccl-encode-mac-roman-font)
9240 (ccl-encode-mac-cyrillic-font)
9241 (ccl-encode-mac-centraleuropean-font, encoder-list)
9242 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9243 Support Cyrillic, CentralEuropean, and Dingbat font display
9244
9245 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9246
9247 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9248
9249 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9250 still nil.
9251
9252 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9253
9254 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9255 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9256
9257 2004-11-29 Jay Belanger <belanger@truman.edu>
9258
9259 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9260 cases of the base and exponent.
9261
9262 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9263
9264 * simple.el (next-error-buffer-p): Allow for inclusive and
9265 exclusive tests for finding a buffer.
9266 (next-error-find-buffer): Pass the exclusive and inclusive tests
9267 to next-error-buffer-p.
9268
9269 * replace.el (occur-next-error): Switch to the Occur buffer when
9270 appropriate, use the exclusive filter to next-error-find-buffer to
9271 do it. Use the absolute value of the motion amount.
9272
9273 2004-11-29 Kenichi Handa <handa@m17n.org>
9274
9275 * startup.el (command-line): Decode all default-directory by
9276 locale-coding-system.
9277
9278 2004-11-29 Jay Belanger <belanger@truman.edu>
9279
9280 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9281 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9282 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9283 Replace calls to calc-extensions by appropriate require, replace
9284 calc-extensions-loaded by appropriate featurep.
9285
9286 * calc/calc-ext.el: Move require to end of file.
9287 Remove redundant loading of calc.el.
9288 (calc-extensions-loaded): Remove unnecessary variable.
9289 (calc-extensions): Remove unnecessary function.
9290 (calc-load-everything): Replace calc-need-macros by appropriate require.
9291
9292 * calc/calc-macs.el: Move provide to end of file.
9293 (calc-need-macros): Remove unnecessary function.
9294
9295 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9296 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9297 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9298 Replace calc-extensions by appropriate require.
9299 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9300
9301 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9302 Replace calc-need-macros by appropriate require.
9303
9304 * calc/calc.el: Move require to end of file.
9305 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9306 Remove unnecessary variable.
9307 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9308 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9309 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9310 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9311 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9312 (math-format-number, math-format-bignum, math-read-number)
9313 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9314 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9315 by appropriate require.
9316 (calc-check-defines): Replace calc-need-macros by appropriate require.
9317
9318 2004-11-29 Kim F. Storm <storm@cua.dk>
9319
9320 * macros.el (insert-kbd-macro): Handle kmacro functions.
9321
9322 2004-11-28 Juri Linkov <juri@jurta.org>
9323
9324 * compare-w.el (compare-windows-highlight): Attach each overlay
9325 to its window to properly highlight differences while comparing
9326 two windows of the same buffer. Fix arguments.
9327 (compare-windows-sync-default-function): Fix arguments of
9328 `compare-windows-highlight'.
9329
9330 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9331 Use `read-expression-history'. Set initial contents only if
9332 `edebug-global-break-condition' is non-nil. Set histpos to 1
9333 if initial contents is equal to the last history element.
9334 (edebug-set-conditional-breakpoint): Instead of temporarily
9335 prepending the current condition to the history, set initial
9336 contents to the current condition. Set histpos to 1 if initial
9337 contents is equal to the last history element.
9338
9339 * info.el (Info-search-whitespace-regexp): Remove shy group.
9340 (Info-search): Forward line if search is on the header line.
9341 Use search-whitespace-regexp in two other places.
9342
9343 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9344
9345 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9346 warning. Delay real definition, which uses
9347 `set-fringe-indicators-1' till after the definition of that function.
9348
9349 2004-11-28 Kim F. Storm <storm@cua.dk>
9350
9351 * fringe.el (fringe): New defgroup.
9352 (fringe-mode): Move to fringe group.
9353 (fringe-indicators): New defcustom.
9354 (set-fringe-indicators-1): New defun.
9355
9356 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9357 (menu-bar-showhide-fringe-ind-menu): New keymap.
9358 (menu-bar-showhide-fringe-ind-empty)
9359 (menu-bar-showhide-fringe-ind-mixed)
9360 (menu-bar-showhide-fringe-ind-box)
9361 (menu-bar-showhide-fringe-ind-right)
9362 (menu-bar-showhide-fringe-ind-left)
9363 (menu-bar-showhide-fringe-ind-none): New defuns.
9364 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9365
9366 2004-11-27 Richard M. Stallman <rms@gnu.org>
9367
9368 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9369
9370 * generic.el (define-generic-mode): Doc fix.
9371
9372 * menu-bar.el (menu-bar-options-save): For the options
9373 that are toggled with menu-bar-make-mm-toggle, don't check
9374 for customized-value prop.
9375
9376 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9377
9378 * mail/supercite.el (sc-cite-region): Handle the case where
9379 sc-cite-frame-alist is a symbol.
9380 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9381 a symbol.
9382 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9383 a symbol.
9384
9385 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9386
9387 * wid-edit.el (widget-narrow-to-field): New function.
9388 (widget-complete): Use it.
9389
9390 2004-11-27 Jay Belanger <belanger@truman.edu>
9391
9392 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9393 variable.
9394 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9395 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9396 (math-alg-inequalities): Move declaration to earlier in the file.
9397
9398 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9399 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9400 Declare them.
9401
9402 * calc/calc-lang.el (math-expr-data, math-expr-token)
9403 (math-exp-old-pos): Declare them.
9404
9405 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9406 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9407
9408 2004-11-27 Kim F. Storm <storm@cua.dk>
9409
9410 * progmodes/flymake.el: Use (featurep 'xemacs).
9411 (flymake-makehash): Change to defsubst. Use fboundp.
9412 (flymake-time-to-float): Remove.
9413 (flymake-float-time): Merge code from flymake-time-to-float here.
9414 (flymake-replace-regexp-in-string): Change to defsubst.
9415 (flymake-split-string-remove-empty-edges):
9416 Rename to flymake-split-string.
9417 (flymake-split-string): Remove previous defalias.
9418 (flymake-get-temp-dir): Change to defsubst.
9419 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9420 Define for xemacs only.
9421 (flymake-master-file-count-limit): Change into compiler defvar only.
9422 (flymake-find-possible-master-files): Let-bind it dynamically while
9423 sorting files using flymake-master-file-compare.
9424
9425 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9426
9427 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9428 of defun-prompt-regexp matches inside a comment/string but the
9429 beginning is correctly outside everything.
9430
9431 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9432 appears within a string or a comment.
9433
9434 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9435 rather than make-symbol for symbols which are used in
9436 a symbol-macrolet or equivalent.
9437
9438 2004-11-26 Jay Belanger <belanger@truman.edu>
9439
9440 * calc-misc.el (calc-last-why-command): Declare it.
9441
9442 * calc-vec.el (math-grade-vec): New variable.
9443 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9444 Replace variable grade-vec by declared variable.
9445 (math-rb-close): New variable.
9446 (math-read-brackets, math-read-vector): Replace variable close by
9447 declared variable.
9448
9449 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9450 (calc-one-window, calc-edit-handler, calc-restore-trail)
9451 (calc-allow-ret): Declare them.
9452
9453 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9454 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9455 (math-radix-float-cache-tag, math-random-cache)
9456 (math-max-digits-cache, math-integral-cache, math-units-table)
9457 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9458 (math-moc-func): New variable.
9459 (math-map-over-constants, math-map-over-constants-rec):
9460 Replace variable func by declared variable.
9461
9462 * calc/calc-store.el (calc-given-value, calc-store-opers):
9463 Declare them.
9464 (calc-var-name-map): Move declaration to earlier in the file.
9465 (calc-pv-pos): New variable.
9466 (calc-permanent-variable, calc-insert-permanent-variable):
9467 Replace variable pos by declared variable.
9468
9469 * calc/calc-mtx.el (calc-det-lu): New variable.
9470 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9471
9472 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9473 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9474 and arg by declared variables.
9475 (calcFunc-reducer): Fix incorrect variable.
9476 (math-inner-mul-func, math-inner-add-func): New variables.
9477 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9478 and add-func by declared variables.
9479
9480 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9481 (calc-digit-value): Declare them.
9482
9483 * calc/calc-help.el (Info-history): Declare it.
9484 (calc-describe-key): Make calc-summary-indentation a local variable.
9485 (calc-help-long-names): Move declaration to earlier in file.
9486
9487 * calc/calc-embed.el (calc-original-buffer): Declare it.
9488 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9489 (calc-embed-bot): New variables.
9490 (calc-do-embedded, calc-embedded-mark-formula)
9491 (calc-embedded-find-bounds, calc-embedded-duplicate)
9492 (calc-embedded-new-formula, calc-embedded-make-info):
9493 Replace vars outer-top, outer-bot, bot and top by declared variables.
9494 (calc-embed-prev-modes): New variable.
9495 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9496 prev-modes with declared variable.
9497 (calc-embed-vars-used): New variable.
9498 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9499 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9500 vars-used by declared variable.
9501
9502 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9503 (math-format-radix-float): Remove unnecessary setq.
9504 (math-radix-float-cache): Declare it.
9505
9506 * calc/calcsel2.el (calc-keep-selection): Declare it.
9507
9508 * calc/calc-maint.el: Remove file.
9509
9510 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9511
9512 * textmodes/bibtex.el (bibtex-sort-entry-class)
9513 (bibtex-comment-start): Use defcustom.
9514 (bibtex-entry-field-alist): Use nil if initial content of the
9515 field is undefined. Fix docstring.
9516 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9517 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9518 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9519 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9520 Fix docstring.
9521 (bibtex-autokey-title-terminators): Use only one regexp.
9522 (bibtex-string-maybe-empty-head): New variable.
9523 (bibtex-remove-delimiters-string): New function.
9524 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9525 Use bibtex-remove-delimiters-string.
9526 (bibtex-progress-message, bibtex-field-left-delimiter)
9527 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9528 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9529 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9530 Simplify.
9531 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9532 Use eq and bibtex-remove-delimiters-string. For end markers use
9533 insertion type so that marker stays after inserted text.
9534 (bibtex-autokey-get-names): Return empty string if name is missing.
9535 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9536 calling bibtex-autokey-name-case-convert.
9537 (bibtex-autokey-demangle-title):
9538 Call bibtex-autokey-titleword-case-convert. Remove call to
9539 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9540 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9541 (bibtex-read-key): New optional arg global.
9542 (bibtex-files-expand): New optional arg force.
9543 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9544 (bibtex-complete-crossref-cleanup): Rename from
9545 bibtex-complete-key-cleanup. Simplify code.
9546 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9547 Operate on current entry.
9548 (bibtex-button): Add docstring.
9549 (bibtex-entry): Simplify.
9550 (bibtex-make-field): Replace optional arg called-by-yank with more
9551 specific args move and interactive.
9552 (bibtex-end-of-entry): Use forward-sexp.
9553 (bibtex-find-entry-globally): Remove.
9554 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9555 Bound to C-c C-x.
9556 (bibtex-find-entry): New optional args global and display.
9557 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9558 (bibtex-validate): Use arg force of bibtex-files-expand.
9559 (bibtex-clean-entry): Bugfix, clean string entries properly.
9560 Always keep point at beginning of entry.
9561 (bibtex-complete): Bugfix. Handle string entries properly.
9562 Call cleanup functions only if needed.
9563 (bibtex-String): Use bibtex-read-string-key.
9564 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9565 case of replacement text.
9566
9567 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9568
9569 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9570 (tramp-perl-directory-files-and-attributes): New constant.
9571 (tramp-file-name-handler-alist): Delete file-directory-files, add
9572 directory-files-and-attributes.
9573 (tramp-perl-file-attributes): Surround uid and gid by double
9574 quotes. Change parameter id-format from nonnumeric.
9575 (tramp-convert-file-attributes): New function.
9576 (tramp-handle-file-attributes): Use it.
9577 (tramp-maybe-send-perl-script): New function.
9578 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9579 file mode. Change parameter id-format from nonnumeric.
9580 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9581 from nonnumeric.
9582 (tramp-post-connection): Don't send tramp-perl-file-attributes
9583 script. Reset connection property "perl-scripts".
9584 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9585 in use.
9586
9587 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9588
9589 * desktop.el (desktop-read): Replace mapcar with mapc.
9590 (desktop-create-buffer): Replace mapcar with mapc.
9591 Remove redundant piece of code.
9592
9593 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9594
9595 * progmodes/gud.el (gud-display-line): Use display-buffer
9596 for GDB-UI as for GUD.
9597
9598 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9599 Delete variables.
9600 (gdb-ann3): Don't make GUD buffer dedicated.
9601 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9602 (gdb-display-source-buffer): Delete function.
9603 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9604 (menu): Delete menu bindings for viewing source/assembler.
9605 (gdb-setup-windows, gdb-restore-windows):
9606 Don't dedicate GUD. No assembler now.
9607 (gdb-reset): No need to undedicate source buffers now.
9608 (gdb-source-info): No assembler now.
9609
9610 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9611
9612 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9613 width to those for special frames.
9614 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9615 Use display-buffer.
9616 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9617 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9618 (gdb-frame-assembler-buffer): Rework like
9619 gdb-frame-breakpoints-buffer.
9620
9621 2004-11-25 Richard M. Stallman <rms@gnu.org>
9622
9623 * progmodes/flymake.el: Reindent.
9624 (flymake-split-string): Turn into defalias.
9625 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9626 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9627 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9628 (flymake-build-relative-filename): Rename from ...path.
9629 Fix error message.
9630
9631 2004-11-25 Cheng Gao <chenggao@gmail.com>
9632
9633 * progmodes/flymake.el: Much whitespace and capitalization change.
9634 Move `provide' to end. Require `compile' only when compiling.
9635
9636 2004-11-24 Jay Belanger <belanger@truman.edu>
9637
9638 * calc/calc-alg.el: Added comment.
9639 (math-polynomial-base): Replace variable mpb-top-expr by
9640 math-poly-base-top-expr.
9641
9642 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9643 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9644 variable.
9645 (math-poly-base-total-base): New variable.
9646 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9647 mpb-total-base by declared variable.
9648 (math-factored-vars, math-to-list): Declare it.
9649 (math-fact-expr): New variable.
9650 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9651 (math-factor-expr-try, math-factor-expr-part): Replace variable
9652 expr by declared variable.
9653 (math-fet-x): New variable.
9654 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9655 by declared variable.
9656 (math-factor-poly-coefs): Make temp a local variable.
9657
9658 * calc/calc-units.el (calc-convert-units): Make units a local
9659 variable.
9660 (calc-num-units, calc-den-units): New variables.
9661 (calc-explain-units, calc-explain-units-rec): Replace variables
9662 num-units and den-units by declared variables.
9663 (math-cu-unit-list): New variable.
9664 (math-build-units-table, math-compare-unit-names)
9665 (math-convert-units, math-convert-units-rec): Replace variable
9666 unit-list by declared variable.
9667 (math-fbu-base, math-fbu-entry): New variables.
9668 (math-find-base-units, math-find-base-units-rec): Replace variables
9669 base and entry by declared variables.
9670 (math-which-standard): New variable.
9671 (math-to-standard-units, math-to-standard-rec): Replace variable
9672 which-standard by declared variable.
9673 (math-fcu-u): New variable.
9674 (math-find-compatible-unit, math-find-compatible-unit-rec):
9675 Replace variable u by declared variable.
9676 (math-cu-new-units, math-cu-pure): New variables.
9677 (math-convert-units, math-convert-units-rec): Replace variables
9678 new-units and pure by declared variables.
9679 (math-try-cancel-units): New variable.
9680 (math-simplify-units-quotient): Replace variable try-cancel-units by
9681 declared variable.
9682
9683 2004-11-24 Richard M. Stallman <rms@gnu.org>
9684
9685 * textmodes/ispell.el (ispell-check-version):
9686 If default-directory is nonexistent, use home dir.
9687
9688 * progmodes/grep.el (grep-regexp-alist):
9689 Don't match parens around line numbers.
9690
9691 * progmodes/cperl-mode.el (cperl-indent-region)
9692 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9693 Don't print progress messages.
9694
9695 * progmodes/compile.el (compilation-mode-map):
9696 Don't inherit from compilation-minor-mode-map;
9697 copy its bindings instead. But the menu bar Compile
9698 entry now does inherit from compilation-menu-map.
9699
9700 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9701 Use with-no-warnings around compiler-macroexpand.
9702
9703 * imenu.el: Don't always require newcomment.
9704 (imenu--generic-function): Call comment-normalize-vars
9705 if we have a comment syntax.
9706 Exit the loop if REGEXP matches the null string.
9707 Test comment-start as well as comment-start-skip
9708 when deciding whether to check for comments.
9709
9710 * tooltip.el (tooltip-mode): Doc fix.
9711
9712 * term.el (term-escape-char, term-mode): Doc fixes.
9713
9714 2004-11-24 Dave Love <fx@gnu.org>
9715
9716 * progmodes/python.el (python-font-lock-syntactic-keywords):
9717 Check for escapes in the regexp.
9718 (python-quote-syntax): Don't do it here.
9719
9720 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9721
9722 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9723 (gdb-frames-mode-map, gdb-threads-mode-map)
9724 (gdb-registers-mode-map, gdb-locals-mode-map)
9725 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9726 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9727
9728 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9729 (dedicated-switch-to-buffer): Rework.
9730 (gdb-var-evaluate-expression-handler, gdb-put-string):
9731 Remove unused variable bindings.
9732 (gdb-setup-windows, gdb-display-buffer):
9733 Simplify. Use pop-to-buffer.
9734 (gdb-view-source-function): Simplify.
9735 (gdb-frame-breakpoints-buffer):
9736 Use pop-to-buffer, special-display-regexps.
9737
9738 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9739
9740 * progmodes/f90.el (f90-smart-end)
9741 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9742 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9743 (f90-end-of-block): Doc fix. Make check of outermost block
9744 conditional on value of `f90-smart-end'.
9745 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9746 Handle case where END-BLOCK is nil.
9747 (f90-match-end): Handle un-named PROGRAM blocks.
9748 (f90-backslash-not-special): New function.
9749
9750 2004-11-24 Jay Belanger <belanger@truman.edu>
9751
9752 * calc/calc.el (calc-embedded-active): Removed unnecessary
9753 declaration.
9754 (calc-show-banner): Removed redundant declaration.
9755
9756 * calc/calc-graph.el (calc-gnuplot-default-device)
9757 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9758 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9759 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9760 Remove redundant initial values.
9761
9762 * calc/calc-arith.el (math-scalar-functions)
9763 (math-nonscalar-functions, math-scalar-if-args-functions)
9764 (math-real-functions, math-positive-functions)
9765 (math-nonnegative-functions, math-real-scalar-functions)
9766 (math-real-if-arg-functions, math-integer-functions)
9767 (math-num-integer-functions, math-rounding-functions)
9768 (math-float-rounding-functions, math-integer-if-args-functions)
9769 (math-super-types): Move declarations to earlier in file.
9770 (math-unit-prefixes): Declared it.
9771 (math-floor-prec, math-trunc-prec): New variables.
9772 (math-trunc-fancy): Replace variable prec by declared variable.
9773 (math-floor-fancy): Replace variable prec by declared variable.
9774 (math-com-bterms): New variable.
9775 (math-commutative-equal, math-commutative-collect):
9776 Replace variable bterms by declared variable.
9777
9778 * calc/calc-misc.el (math-trunc): Replace variable prec by
9779 math-trunc-prec.
9780 (math-floor): Replace variable prec by math-floor-prec.
9781
9782 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9783 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9784 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9785 (math-format-date, math-format-date-part): Replace variables
9786 date, dt, year, month, day, weekday, hour, minute, second and
9787 bc-flag by declared variables.
9788 (math-pd-str): New variable.
9789 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9790 Replace variable str by declared variable.
9791 (math-daylight-savings-hook, math-tzone-names): Move definitions
9792 to earlier in the file.
9793 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9794 (math-sh-year): New variable.
9795 (math-setup-add-holidays, math-setup-holidays)
9796 (math-setup-year-holidays): Replace variable `year' by declared
9797 variable.
9798
9799 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9800 New variables.
9801 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9802 n, nf and nfm1 by declared variables.
9803 (math-nri-n): New variable.
9804 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9805 n by declared variable.
9806 (calcFunc-log): Removed misplaced condition.
9807
9808 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9811
9812 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9813
9814 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9815 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9816 Dedicate gdb-related windows.
9817 (gdb-display-buffer): Dedicate gdb-related windows.
9818 Don't grab other frames.
9819 (gdb-reset): Remove dedicated property after debugging.
9820
9821 2004-11-24 Jay Belanger <belanger@truman.edu>
9822
9823 * calc/calc-sel.el: Add comment.
9824
9825 * calc/calc.el (math-stack-value-offset): Replace variables c,
9826 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9827
9828 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9829 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9830 (math-stack-value-offset-fancy): Replace variables c, wid and off
9831 by declared variables.
9832 (math-comp-just, math-comp-comma-spc): New variables.
9833 (math-compose-expr, math-compose-matrix): Replace variables `just'
9834 and comma-spc by declared variable.
9835 (math-comp-vector-prec): New variable.
9836 (math-compose-expr, math-compose-matrix, math-compose-rows):
9837 Replace variable vector-prec by declared variable.
9838 (math-comp-left-bracket, math-comp-right-bracket)
9839 (math-comp-comma): New variables.
9840 (math-compose-expr, math-compose-rows): Replace variables
9841 left-bracket, right-bracket and comma by declared variables.
9842 (math-comp-full-width): New variable.
9843 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9844 Replace variable full-width by declared variable.
9845 (math-comp-highlight, math-comp-word, math-comp-level)
9846 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9847 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9848 New variables.
9849 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9850 (math-comp-sel-flat-term): Replace variables comp-highlight,
9851 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9852 declared variables.
9853 (math-comp-simplify, math-comp-simplify-term)
9854 (math-comp-add-string, math-comp-add-string-sel):
9855 Replace variables comp-highlight, comp-buf, comp-base,
9856 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9857
9858 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9859
9860 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9861
9862 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9863 and x-server-version may throw.
9864
9865 2004-11-23 Kim F. Storm <storm@cua.dk>
9866
9867 * subr.el (substitute-key-definition-key): Optimize.
9868 Don't call indirect-function for nil defn (always signals error).
9869
9870 * ido.el (ido-read-internal): Fix require-match check when
9871 ido-directory-too-big is set.
9872
9873 2004-11-23 Jay Belanger <belanger@truman.edu>
9874
9875 * calc/calc-ext.el (math-read-replacement-list)
9876 (math-read-superscripts): New variables.
9877 (math-read-preprocess-string): New function.
9878 (math-read-expr): Filter input through math-read-preprocess-string.
9879
9880 * calc/calc-aent.el (math-read-exprs): Filter input through
9881 math-read-preprocess-string.
9882
9883 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9884
9885 * progmodes/compile.el (compilation-start): In cd command use
9886 substitute-env-vars -- not quite shell compatible but better than
9887 nothing.
9888 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9889 handle the newer versions messages, which are more parseable.
9890
9891 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * reveal.el (reveal-mode-map): New var.
9894 (reveal-mode): Use it.
9895
9896 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9897
9898 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9899 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9900
9901 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9904 header-line when needed.
9905 Use fixed-pitch only in the header-line.
9906 Build the underline automatically. Use emdash if available.
9907
9908 2004-11-22 Richard M. Stallman <rms@gnu.org>
9909
9910 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9911 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9912
9913 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9914
9915 * progmodes/gdb-ui.el (gdb-resync): New function.
9916 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9917 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9918 Use it to fail more gracefully.
9919 (gdb-variables): Delete variable.
9920 Re-order variables to reduce byte-compiler warnings.
9921
9922 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * descr-text.el (describe-char):
9925 * paren.el (show-paren-function):
9926 * subr.el (syntax-after): Undo last change.
9927
9928 * progmodes/python.el (run-python): Don't hard code *Python*.
9929 Don't modify global process-environment.
9930 (python-send-region, python-load-file): Don't assume that
9931 python-buffer == (process-buffer (python-proc)).
9932 (python-switch-to-python): Simplify.
9933
9934 * dired.el (dired-align-file): Don't assume line starts with spaces.
9935
9936 2004-11-21 Jay Belanger <belanger@truman.edu>
9937
9938 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9939 Replace variable `lines' by math-read-big-lines.
9940 (math-read-big-expr): Replace variables the-baseline, the-h2
9941 and err-msg by math-read-big-baseline, math-read-big-h2 and
9942 math-read-err-msg.
9943 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9944
9945 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9946 (math-read-big-balance): Replace unbound variable by value.
9947 (math-read-big-lines): New variable.
9948 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9949 (math-read-big-error, math-read-big-balance): Replace variable
9950 `lines' by declared variable.
9951 (math-read-big-baseline, math-read-big-h2): New variables.
9952 (math-read-big-rec): Replace variables the-baseline and the-h2
9953 by declared variables.
9954 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9955 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9956 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9957 declared variables.
9958 (math-read-big-err-msg): New variable.
9959 (math-read-big-error): Replace variable err-msg by declared variable.
9960
9961 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * ses.el: Add coding cookie.
9964 Fix up docstrings, follow new commenting conventions.
9965 (ses-header-line-menu): Fix missing variable rename for header-row.
9966 (ses-cell-size): Remove.
9967 (ses-make-cell): New function.
9968 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9969 (ses-calculate-cell): Remove unused var `symbol'.
9970 (ses-narrowed-p): New function.
9971 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9972 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9973 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9974 (ses-setup): Use restore-buffer-modified-p.
9975 (ses-cleanup): Remove unused var `end'.
9976 (ses-header-string-left-offset): Remove.
9977 (ses-create-header-string): Adjust to new behavior of `align-to'.
9978 Truncate excessively large fields to preserve alignment.
9979 (ses-reconstruct-all): Remove unused var `refs'.
9980 (ses-read-cell-printer): Remove unused var `prompt'.
9981 (ses-delete-row): Remove unused var `pos'.
9982 (ses-delete-column): Remove unused var `new'.
9983
9984 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9985
9986 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9987 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9988 Eliminate eval-and-compile usage.
9989 (ps-insert-file): Use insert-file-contents instead of insert-file.
9990 (ps-setup): Code fix.
9991
9992 * printing.el (pr-setup, lpr-setup): Code fix.
9993
9994 2004-11-21 Jay Belanger <belanger@truman.edu>
9995
9996 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9997 (calc-original-buffer): Declare them.
9998 (calc-user-formula-alist): New variable.
9999 (calc-user-define-formula, calc-fix-user-formula)
10000 (calc-user-define-composition, calc-finish-formula-edit):
10001 Replace variable `alist' by declared variable.
10002 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10003 (var-q7, var-q7, var-q8, var-q9): Declare them.
10004 (calc-kbd-push): Don't check to see if var-q0 through var-q9
10005 are bound.
10006 (calcFunc-typeof): Replace undeclared variable by expression.
10007 (math-exp-env): New variable.
10008 (math-define-body, math-define-exp): Replace exp-env by declared var.
10009 (math-define-exp): Replace misplaced variable by expression.
10010
10011 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10012 (calc-curve-model, calc-curve-coefnames): New variables.
10013 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10014 varnames, model and coefnames by declared variables.
10015 (math-root-widen): New variable.
10016 (math-search-root, math-find-root): Replace variable root-widen by
10017 declared variable.
10018 (var-DUMMY): Declare it.
10019 (math-root-vars, math-min-vars): Move the declarations to earlier in
10020 the file.
10021 (math-brent-min): Make d a local variable.
10022 (math-find-minimum): Replace non-existent variable.
10023 (math-ninteg-romberg): Remove unnecessary variable.
10024 (math-ninteg-temp): New variable.
10025 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10026 integ-temp by declared variable.
10027 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
10028 New variables.
10029 (math-general-fit): Replace variables first-var, first-coef and
10030 new-coefs by declared variables.
10031 (calcFunc-fitvar): Replace variable first-var by declared variable.
10032 (calcFunc-fitparam): Replace variable first-coef by declared variable.
10033 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
10034 (math-all-vars-vars, math-all-vars-found): New variables.
10035 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
10036 found by declared variable math-all-vars-vars.
10037
10038 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10039
10040 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
10041 of `defconst'.
10042
10043 2004-11-20 Richard M. Stallman <rms@gnu.org>
10044
10045 * isearch.el (isearch-mode-map): Don't bind SPC.
10046 (isearch-whitespace-chars): Function deleted.
10047 (isearch-search): Bind search-spaces-regexp.
10048 (isearch-lazy-highlight-search): Likewise.
10049 (search-whitespace-regexp): Doc fix.
10050 (isearch-forward-regexp): Doc fix.
10051
10052 * emacs-lisp/bytecomp.el (byte-compile-form):
10053 Move the calls to byte-compile-set-symbol-position,
10054 to avoid having two for the same symbol occurrence.
10055
10056 * comint.el (comint-input-ring-size): Increase to 150.
10057
10058 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10059 New variables.
10060 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10061 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10062
10063 * imenu.el (imenu--generic-function):
10064 Ensure we keep moving backward even if BEG isn't further back.
10065
10066 * replace.el (query-replace-read-to, query-replace-read-from):
10067 Specify t for KEEP-ALL in read-from-minibuffer.
10068
10069 * progmodes/python.el (python-switch-to-python):
10070 If Python isn't running, start it.
10071 Don't alter debug-ignored-errors.
10072
10073 * progmodes/cperl-mode.el (cperl-indent-region):
10074 Don't mind imenu-scanning-message.
10075
10076 * bindings.el (global-map): Bind C-e to move-end-of-line.
10077
10078 * simple.el (line-move-finish): New arg FORWARD.
10079 Ignore invisible newlines, not intangible ones.
10080 Conditions for acceptable stopping positions depend on FORWARD.
10081 (line-move): Pass FORWARD arg to line-move-finish.
10082
10083 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10084 of HEADER. Compensate for this change in the code to add display
10085 properties. Don't make the first line intangible.
10086
10087 * info.el (Info-search): Fix previous change.
10088
10089 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10090
10091 * Makefile.in (recompile): Revert 2004-11-19 change.
10092 (compile): Likewise.
10093
10094 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
10095
10096 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10097
10098 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10099
10100 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
10101 defgroup and defcustom. Eliminate eval-and-compile usage.
10102
10103 * progmodes/ebnf-otz.el: Fix typos.
10104
10105 2004-11-19 Jay Belanger <belanger@truman.edu>
10106
10107 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10108 (calc-edit-finish, calc-finish-stack-edit): Replace variable
10109 disp-trail by declared variable.
10110
10111 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10112 (calc-finish-selection-edit): Replace variable disp-trail by
10113 declared variable.
10114 (calc-selection-cache-entry): Move declaration to earlier in the file.
10115 (calc-selection-cache-num, calc-selection-cache-comp)
10116 (calc-selection-cache-offset, calc-selection-true-num)
10117 (calc-final-point-line, calc-final-point-column)
10118 (calc-original-buffer): Declare them.
10119 (calc-fnp-op, calc-fnp-num): New variables.
10120 (calc-find-nth-part, calc-find-nth-part-rec)
10121 (calc-select-previous): Replace op and num by declared variables.
10122 (calc-rsf-old, calc-rsf-new): New variables.
10123 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10124 Replace variables old and new by declared variables.
10125 (calc-sel-reselect): New variable.
10126 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10127 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10128 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10129 reselect with declared variable.
10130
10131 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10132 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10133 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10134 (math-import-list, math-rewrite-phase): Declare them.
10135 (math-rewrite): Use let* to declare variables.
10136 (calc-rewrite-selection): Make rules a local variable.
10137 (calc-rewr-sel): New variable.
10138 (calc-rewrite-selection, calc-locate-selection-marker)
10139 (calc-rewrite): Use the declared variable calc-rewr-sel instead
10140 of sel.
10141 (math-rewrite-whole-expr): New variable.
10142 (math-rewrite, math-rewrite-phase): Replace variable expr by
10143 declared variable.
10144 (math-rewrite-heads-heads, math-rewrite-heads-skips)
10145 (math-rewrite-heads-blanks ): New variables.
10146 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10147 heads, skips and blanks by declared variables.
10148 (math-rwcomp-subst-old, math-rwcomp-subst-new)
10149 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10150 New variables.
10151 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10152 old, new, old-func and new-func by declared variables.
10153 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10154 Remove unnecessary variable.
10155 (math-apply-rw-regs): New variable.
10156 (math-apply-rewrites, math-rwapply-replace-regs)
10157 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10158 (math-apply-rw-ruleset): New variable.
10159 (math-apply-rewrites, math-rwapply-remember): Replace variable
10160 ruleset by declared variable.
10161
10162 2004-11-19 Richard M. Stallman <rms@gnu.org>
10163
10164 * info.el (Info-search): Use search-whitespace-regexp.
10165
10166 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10167
10168 * vc-rcs.el (vc-rcs-parse): New function.
10169 (vc-rcs-annotate-command): Likewise.
10170 (vc-rcs-annotate-current-time): Likewise.
10171 (vc-rcs-annotate-time): Likewise.
10172 (vc-rcs-annotate-extract-revision-at-line): Likewise.
10173
10174 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10175
10176 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10177
10178 2004-11-18 Jay Belanger <belanger@truman.edu>
10179
10180 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10181
10182 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10183
10184 * printing.el: Eliminate use of interactive-p and eval-and-compile.
10185 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10186 Use make-temp-file to generate PostScript files in any situation.
10187 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10188 (pr-interactive-p): Eliminate var.
10189 (pr-save-interactive): Eliminate macro.
10190 (pr-interface, pr-ps-directory-preview)
10191 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10192 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10193 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10194 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10195 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10196 (pr-ps-region-ps-print, pr-ps-mode-preview)
10197 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10198 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10199 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10200 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10201 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10202 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10203 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10204 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10205 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10206 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10207 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10208 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10209 Eliminate pr-save-interactive usage.
10210 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10211 Eliminate pr-interactive-p usage.
10212 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10213 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10214 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10215 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10216 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10217 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10218 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10219 New funs.
10220 (pr-ps-file): Use make-temp-file to generate a temporary file.
10221
10222 2004-11-17 Jay Belanger <belanger@truman.edu>
10223
10224 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10225 a local variable.
10226 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10227 (math-top-only): New variable.
10228 (math-simplify, math-simplify-step): Replace variable top-only by
10229 declared variable math-top-only.
10230 (math-simplify-expr): Declare it.
10231 Replace argument expr in all calls of math-defsimplify by
10232 math-simplify-expr.
10233 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10234 (math-simplify-divisor, math-simplify-one-divisor)
10235 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10236 (math-simplify-pow): Replace variable expr by declared variable
10237 math-simplify-expr.
10238 (math-simplify-divisor): Remove local variables temp and op.
10239 (math-simplify-one-divisor): Make temp and op local variables.
10240 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10241 New variables.
10242 (math-simplify-divisor, math-simplify-one-divisor):
10243 Replace variables nover and dover by declared variables.
10244 (math-expr-subst-new, math-expr-subst-old): New variables.
10245 (math-expr-subst, math-expr-subst-rec): Replace variables new
10246 and old by declared variables.
10247 (math-is-poly-degree, math-is-poly-loose): New variables.
10248 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10249 and loose by declared variables.
10250 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10251 (math-polynomial-base, math-polynomial-base-rec):
10252 Replace variables const-ok and mpb-pred by declared variables.
10253
10254 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10255
10256 * calc/calc-ext.el (math-defsimplify): Change the argument in
10257 the created function to math-simplify-expr.
10258
10259 * calc/calc-units.el (math-simplify-expr): Declare it.
10260 Replace argument expr in all calls of math-defsimplify by
10261 math-simplify-expr.
10262 (math-simplify-units-prod): Replace variable expr by declared
10263 variable math-simplify-expr.
10264
10265 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10268 Replace mapcar->dolist, format->string.
10269
10270 2004-11-17 Miles Bader <miles@gnu.org>
10271
10272 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10273 * progmodes/idlwave.el: Remove RCS keywords.
10274
10275 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10276
10277 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10278 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10279 Update to IDLWAVE version 5.5. Too many changes to list them here.
10280 * progmodes/idlw-help.el: New file.
10281
10282 2004-11-16 Richard M. Stallman <rms@gnu.org>
10283
10284 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10285 Discard spaces after \i according to TeX rules.
10286
10287 * international/mule.el (set-buffer-file-coding-system):
10288 New arg NOMODIFY.
10289 (after-insert-file-set-coding): Pass that new arg.
10290 Prevent set-buffer-multibyte from trying to lock the file.
10291
10292 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10293
10294 * saveplace.el (save-place): Doc fix.
10295
10296 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10297 temporarily widen before finding the following word to copy.
10298
10299 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10300 (cl-map-keymap): Definition deleted.
10301
10302 * subr.el (map-keymap-internal): New function.
10303
10304 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10307 when pressing rather than when releasing mouse-2. Simplify.
10308
10309 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10312 (compilation-mode): Set it here instead.
10313
10314 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10315
10316 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10317 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10318
10319 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * progmodes/compile.el (compilation-internal-error-properties):
10322 Fix up a transposition-typo. Check end-col before using it.
10323
10324 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10325
10326 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10327 Discard whitespace after macro \i when converting it.
10328
10329 2004-11-16 Juri Linkov <juri@jurta.org>
10330
10331 * emacs-lisp/find-func.el (find-function-regexp):
10332 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10333 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10334 Remove invalid `\W' from [^cgv\W]. Doc fix.
10335 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10336
10337 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10338
10339 * play/life.el: Maintainer is now FSF.
10340 (life-patterns, life-neighbor-deltas, life-window-start)
10341 (life-current-generation, life-generation-string): Use defvar
10342 instead of defconst.
10343
10344 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * progmodes/compile.el (compilation-move-to-column): New fun.
10347 (compilation-internal-error-properties)
10348 (compilation-next-error-function): Use it to make sure we don't go past
10349 the end of line.
10350
10351 2004-11-15 John Paul Wallington <jpw@gnu.org>
10352
10353 * autoinsert.el (auto-insert-alist): Insert the user's name in
10354 copyright notice, rather than Free Software Foundation, for the
10355 Emacs Lisp header case too.
10356
10357 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10358
10359 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10360 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10361 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10362 return the list of string in a string.
10363 (pr-call-process): Message if calling process returns an error, that
10364 is, the exit status is different of zero.
10365
10366 2004-11-15 Jay Belanger <belanger@truman.edu>
10367
10368 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10369 variable var-thing.
10370 (math-integ-depth, math-integ-level, math-integral-limit)
10371 (math-enable-subst, math-any-substs, math-integ-msg)
10372 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10373 (math-int-threshold, math-int-factors, math-double-roots)
10374 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10375 (var-GenCount): Declare these variables.
10376 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10377 (math-integral-cache, math-integral-cache-state):
10378 Move declarations to earlier in the file.
10379 (math-deriv-var, math-deriv-total, math-deriv-symb)
10380 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10381 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10382 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10383 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10384 (math-solve-res): New variables
10385 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10386 (math-integral, math-replace-integral-parts)
10387 (math-integrate-by-parts, calc-dump-integral-cache)
10388 (math-try-integral, math-do-integral, math-do-integral)
10389 (math-do-integral-methods, math-try-solve-for)
10390 (math-try-solve-prod, math-solve-poly-funny-powers)
10391 (math-solve-crunch-poly, math-decompose-poly)
10392 (math-solve-find-root-term, math-find-root-in-prod)
10393 (math-integ-try-linear-substitutions)
10394 (math-integ-try-substitutions, math-expr-rational-in)
10395 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10396 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10397 (math-solve-for, math-solve-system, math-solve-system-rec)
10398 (math-solve-get-sign, math-solve-get-int)
10399 (math-solve-system-subst): Replace undeclared variables with newly
10400 declared variables.
10401
10402 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * winner.el (winner-active-region, winner-edges, winner-window-list):
10405 Define at toplevel.
10406 (winner-mode-map): Move init inside declaration.
10407
10408 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10409
10410 * files.el (convert-standard-filename): Doc fix.
10411
10412 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10413
10414 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10415 passwd, group, shadow, default/* and pam.d/*.
10416
10417 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10418
10419 * printing.el (pr-menu-spec): Adjust menu specification.
10420
10421 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10422
10423 * printing.el: Doc fix. Insert :version tag into all defcustom.
10424 Handle interactive-p as is recommended in Emacs Lisp Reference.
10425 Set the file permission bits for newly created files.
10426 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10427 The printing menu specification (in `pr-menu-spec') was merged.
10428 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10429 (pr-version): New version number (6.8.3).
10430 (pr-file-modes): New option.
10431 (pr-interactive-p): New var.
10432 (pr-save-interactive, pr-save-file-modes): New macros.
10433 (pr-setup): Code fix.
10434 (pr-menu-spec): Menu specification merged.
10435 (pr-call-process, pr-text2ps): Set file permission bits.
10436 (pr-despool-print): Set file permission bits. Handle interactive-p as
10437 is recommended.
10438 (pr-interface, pr-ps-directory-preview)
10439 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10440 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10441 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10442 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10443 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10444 (pr-ps-region-ps-print, pr-ps-mode-preview)
10445 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10446 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10447 (pr-despool-using-ghostscript, pr-despool-ps-print)
10448 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10449 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10450 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10451 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10452 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10453 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10454 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10455 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10456 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10457 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10458 Handle interactive-p as is recommended.
10459
10460 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10463 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10464
10465 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10466 so it doesn't forget to highlight the beginning of the region either.
10467
10468 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10469
10470 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10471 (c-font-lock-init): Eliminate obsolete make-local-hook.
10472 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10473 (awk-mode): Use run-mode-hooks.
10474
10475 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10476
10477 2004-11-13 Kim F. Storm <storm@cua.dk>
10478
10479 * mouse.el (mouse-drag-copy-region): Add :version.
10480 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10481 while dragging mode line, so mode line can be dragged downwards.
10482 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10483 while pressing mouse button so window doesn't scroll until we
10484 release the mouse if clicking on partially visible line.
10485
10486 2004-11-12 Jay Belanger <belanger@truman.edu>
10487
10488 * calc/calc-graph.el (calc-dumb-map): Declare it.
10489 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10490 than unbound.
10491 (calc-graph-name): Made `end' a local variable.
10492 (calc-graph-lookup): Made `varname' a local variable.
10493 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10494 Declare them.
10495 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10496 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10497 the unused variable y3vec.
10498 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10499 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10500 calc-graph-prev-kill-hook.
10501 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10502 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10503 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10504 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10505 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10506 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10507 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10508 (calc-graph-y3value, calc-graph-y3name)
10509 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10510 (calc-graph-stepcount, calc-graph-is-splot)
10511 (calc-graph-surprise-splot, calc-graph-blank)
10512 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10513 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10514 (calc-graph-recompute-2d, calc-graph-compute-3d)
10515 (calc-graph-format-data): Replace undeclared variables with the
10516 above newly declared variables.
10517
10518 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10519
10520 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10521 `rsf-beep' and `rsf-sleep-after-message'.
10522
10523 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10524 list if `message-sender' is non-nil.
10525
10526 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10527
10528 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10529 consing by using mapc instead of mapcar.
10530
10531 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10532
10533 * tooltip.el (require): Explain why CL is needed.
10534
10535 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10536
10537 * printing.el: Insert :version into defgroup (printing). All reference
10538 to Files option in menubar were changed to File.
10539 (pr-version): New version number (6.8.2).
10540 (pr-get-symbol): Call easy-menu-intern.
10541 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10542 compilation gripes.
10543
10544 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10547 new byte-compile-function-environment binding to t.
10548
10549 * font-lock.el (font-lock-fontify-syntactically-region):
10550 Don't forget to highlight the last char when we hit `end'.
10551
10552 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10553 (mwheel-scroll): Adjust accordingly.
10554
10555 * cvs-status.el: Reduce spurious warnings.
10556 (cvs-status-checkout): Remove.
10557 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10558
10559 * pcvs.el (cvs-mode-checkout): New command.
10560
10561 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10562
10563 * tooltip.el: Require CL.
10564
10565 * emacs-lisp/bytecomp.el: Use push.
10566 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10567 (defalias): Remove the `byte-compile' property and add
10568 a `byte-hunk-handler'.
10569
10570 2004-11-11 Juri Linkov <juri@jurta.org>
10571
10572 * info.el (Info-search): Save match data for isearch.
10573 Skip Tag Table node.
10574
10575 * descr-text.el (describe-char): Replace syntax-after with code
10576 from its previous version.
10577
10578 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10579 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10580
10581 * international/mule.el (sgml-html-meta-auto-coding-function):
10582 Remove > after <html to allow HTML attributes.
10583
10584 2004-11-11 Jay Belanger <belanger@truman.edu>
10585
10586 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10587 a variable.
10588 (calcFunc-dfac): Replace unbound max by n.
10589 (math-stirling-local-cache): New variable.
10590 (math-stirling-number, math-stirling-1, math-stirling-2):
10591 Replace the variable `cache' by the declared variable
10592 math-stirling-local-cache.
10593 (var-RandSeed): Declare it as a variable.
10594 (math-init-random-base, math-random-digit): Don't check to see if
10595 var-RandSeed is bound.
10596 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10597 Declare them instead of just setting them.
10598 (math-init-random-base): Made i a local variable.
10599 (math-random-digit): Made math-random-last a local variable.
10600 (math-prime-test-cache): Move declaration to before it is used.
10601 (math-prime-test-cache-k, math-prime-test-cache-q)
10602 (math-prime-test-cache-nm1, math-prime-factors-finished):
10603 Declare them as variables.
10604
10605 2004-11-11 Jay Belanger <belanger@truman.edu>
10606
10607 * calc/calc-ext.el (math-defcache): Use defvar for the new
10608 variables it creates.
10609
10610 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10611
10612 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10613 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10614 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10615 (desktop-save): Add :version.
10616
10617 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * printing.el (pr-get-symbol): Don't downcase.
10620
10621 2004-11-10 Jay Belanger <belanger@truman.edu>
10622
10623 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10624 string to kill-ring.
10625
10626 * calc/calc-aent.el (calc-alg-exp, math-toks)
10627 (math-exp-pos,math-exp-old-pos, math-exp-token)
10628 (math-exp-keep-spaces, math-exp-str): New variables.
10629 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10630 (calcAlg-enter): Use declared variable calc-alg-exp.
10631 (math-build-parse-table, math-find-user-token): Use declared
10632 variable math-toks.
10633 (math-read-exprs, math-read-token, calc-check-user-syntax)
10634 (calc-match-user-syntax, match-factor-after, math-read-factor):
10635 Use declared variables math-exp-pos math-exp-old-pos.
10636 (math-read-exprs, math-read-token, math-read-expr-level)
10637 (calc-check-user-syntax, calc-match-user-syntax)
10638 (match-factor-after, math-read-factor): Use declared variable
10639 math-exp-token.
10640 (math-read-exprs, math-read-expr-list, math-read-token)
10641 (math-read-factor): Use declared variable math-exp-keep-spaces.
10642 (math-read-exprs, math-read-token): Use declared variable
10643 math-exp-str.
10644 (calc-match-user-syntax): Make m a local variable.
10645
10646 * calc/calc-ext.el (math-read-expr): Use declared variables
10647 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10648 math-exp-keep-spaces.
10649
10650 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10651 variables math-exp-pos, math-exp-str.
10652
10653 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10654 math-exp-old-pos.
10655 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10656 (math-parse-eqn-prime): Use declared variable math-exp-token.
10657
10658 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10659 Use declared variable math-exp-pos.
10660 (math-check-for-commas): Use declared variable math-exp-str.
10661 (math-read-brackets): Use declared variables math-exp-old-pos,
10662 math-exp-keep-spaces.
10663 (math-read-brackets, math-read-vector, math-read-matrix):
10664 Use declared variable math-exp-token.
10665
10666 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10669 where the keymap is a symbol.
10670 (easy-menu-add-item): Use keymap-prompt. Simplify.
10671
10672 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10673
10674 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10675 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10676
10677 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10678
10679 * ebuff-menu.el: Doc fixes throughout.
10680 (electric-buffer-menu-mode-hook): New defvar.
10681
10682 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10683
10684 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10685 The resulting compiler warnings appear to be harmless.
10686
10687 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10688
10689 * textmodes/conf-mode.el: New file.
10690
10691 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10692
10693 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10694
10695 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10696
10697 2004-11-09 Jay Belanger <belanger@truman.edu>
10698
10699 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10700
10701 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10702 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10703 (calc-z-prefix-help, calc-user-function-list): Use declared
10704 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10705 (math-map-tree, math-map-tree-rec): Use declared variables
10706 math-mt-many, math-mt-func.
10707 (math-read-expression, math-read-string): Use declared variable
10708 math-expr-data.
10709
10710 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10711 variable math-normalize-a.
10712
10713 * calc/calc.el (math-normalize-a): New variable.
10714 (math-normalize): Use declared variable math-normalize-a.
10715
10716 * calc/calc-poly.el (math-expand-form): Use declared variable
10717 math-mt-many.
10718
10719 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10720 Use declared variable math-mt-many.
10721 (math-rewrite): Use declared variable math-mt-func.
10722
10723 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10724 (math-read-matrix): Use declared variable math-expr-data.
10725
10726 * calc/calc-lang.el (math-parse-fortran-vector)
10727 (math-parse-fortran-vector-end, math-parse-tex-sum)
10728 (math-parse-eqn-matrix, math-parse-eqn-prime)
10729 (math-read-math-subscr): Use declared variable math-expr-data.
10730
10731 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10732 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10733 (calc-match-user-syntax, math-read-if, math-factor-after)
10734 (math-read-factor): Use declared variable math-expr-data.
10735
10736 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10737
10738 * calendar/diary-lib.el (diary-from-outlook)
10739 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10740 interactive-p; but rather new optional argument NOCONFIRM.
10741
10742 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10743
10744 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10745 (easy-menu-name-match): Revert correspondingly.
10746
10747 2004-11-09 Richard M. Stallman <rms@gnu.org>
10748
10749 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10750 Turn off warnings for the new function even if definition not constant.
10751 If the definition isn't a quoted symbol, record (FUNCTION . t).
10752 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10753 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10754 (display-call-tree, byte-compile-arglist-warn):
10755 Handle t returned by byte-compile-fdefinition.
10756
10757 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10758
10759 * Makefile.in (maintainer-clean): Depend on distclean.
10760
10761 * help-fns.el (help-C-file-name): File name must be in build-files
10762 to be returned.
10763
10764 2004-11-09 Jay Belanger <belanger@truman.edu>
10765
10766 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10767 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10768
10769 * calc/calc.el (calc, calc-trail-display, calc-mode):
10770 Remove obsolete sections.
10771
10772 * calc/calc.el (calc-x-paste-text): Remove.
10773
10774 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10775 mouse-2.
10776
10777 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10778
10779 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10780 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10781 current frame (in case of recursive calls).
10782 (gdb-show-changed-values): Add :version keyword.
10783
10784 2004-11-09 Kenichi Handa <handa@m17n.org>
10785
10786 * international/mule-cmds.el: Change coding: tag back to
10787 iso-2022-7bit.
10788
10789 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10790
10791 * international/mule-cmds.el: Change coding-system to utf-8.
10792 (select-safe-coding-system-interactively):
10793 New function extracted from select-safe-coding-system.
10794 (select-safe-coding-system): Use it.
10795
10796 2004-11-08 Richard M. Stallman <rms@gnu.org>
10797
10798 * subr.el (syntax-after): Doc fix.
10799
10800 * paren.el (show-paren-function): Change calls to syntax-after
10801 for new way of returning the value.
10802
10803 * menu-bar.el (menu-bar-file-menu): Make this the real name
10804 and menu-bar-files-menu the alias. Use the former.
10805 (global-map): Use `file', not `files', as the symbol.
10806
10807 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10808
10809 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10810 Don't use beginning-of-buffer.
10811 (filesets-cmd-show-result): Use with-no-warnings.
10812
10813 2004-11-08 Juri Linkov <juri@jurta.org>
10814
10815 * progmodes/compile.el (compile): Don't overwrite last command in
10816 minibuffer history with default command if they are not equal.
10817
10818 2004-11-08 Jay Belanger <belanger@truman.edu>
10819
10820 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10821 non-linear substitutions.
10822
10823 2004-11-08 Jay Belanger <belanger@truman.edu>
10824
10825 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10826 (math-do-integral): Set `math-linear-subst-tried' to nil.
10827 (math-do-integral-methods): Use `math-linear-subst-tried' to
10828 determine what type of substitution to try.
10829 (math-integ-try-linear-substituion):
10830 Set `math-linear-subst-tried' to t.
10831
10832 2004-11-08 Kim F. Storm <storm@cua.dk>
10833
10834 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10835
10836 2004-11-07 Juri Linkov <juri@jurta.org>
10837
10838 * info-look.el (info-lookup): Allow reusing in the current buffer
10839 not only *info* buffer, but all (even renamed) Info buffers
10840 by checking for major-mode instead of *info* buffer name.
10841 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10842 (octave-mode, maxima-mode) <doc-spec>:
10843 Allow long dashes generated by Texinfo 4.7 before definitions.
10844 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10845 definitions with argument separated by space.
10846
10847 2004-11-06 Richard M. Stallman <rms@gnu.org>
10848
10849 * simple.el (next-error group, face): Move before first use.
10850 (next-error-highlight, next-error-highlight-no-select): Likewise.
10851
10852 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10853 (line-move): New args NOERROR and TO-END.
10854 Return t if if succeed in moving specified number of lines.
10855 (move-end-of-line): New function.
10856
10857 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10858 (end-of-buffer-other-window): Likewise.
10859
10860 * simple.el (line-move-ignore-invisible): Default to t.
10861
10862 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10863
10864 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10865
10866 * international/iso-cvt.el (iso-cvt-define-menu):
10867 Rename menu-bar-files-menu to menu-bar-file-menu.
10868
10869 * net/browse-url.el (browse-url-gnome-moz-program)
10870 (browse-url-gnome-moz-arguments): Move up before first use.
10871
10872 * net/tramp.el (tramp group): Add :version.
10873
10874 * progmodes/ada-xref.el (ada-gdb-application):
10875 Use goto-char instead of beginning-of-buffer.
10876
10877 * progmodes/cperl-mode.el (cperl-info-on-command):
10878 Use goto-char instead of beginning-of-buffer.
10879
10880 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10881 Move up before first use.
10882 (idlwave-shell-temp-pro-file): Likewise.
10883 (idlwave-shell-temp-rinfo-save-file): Likewise.
10884 (idlwave-shell-temp-file): Minor doc fix.
10885
10886 * textmodes/flyspell.el (flyspell-external-point-words):
10887 Use goto-char instead of beginning-of-buffer.
10888
10889 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10890
10891 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10892 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10893 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10894
10895 2004-11-06 David Ponce <david@dponce.com>
10896
10897 * recentf.el (recentf-menu-path): Use menu item name.
10898
10899 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10900
10901 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10902 display doesn't support images.
10903
10904 2004-11-06 Andreas Schwab <schwab@suse.de>
10905
10906 * tempo.el (tempo-match-finder): Doc fix.
10907
10908 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10909
10910 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10911
10912 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10913 (easy-menu-lookup-name): New fun to replace it.
10914 (easy-menu-get-map): Use it to obey menu item names (rather than just
10915 keys) when looking up `path'.
10916 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10917 (easy-menu-convert-item-1): Adjust to new name.
10918
10919 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10920
10921 * outline.el (hide-body): Don't hide lines at the top of the file
10922 that precede the first header line.
10923
10924 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10925
10926 * align.el (align-areas): Delete whitespace before reindenting, so
10927 that tabs are never placed after spaces.
10928
10929 2004-11-06 Alan Shutko <ats@acm.org>
10930
10931 * macros.el (insert-kbd-macro): Do completions based on macros,
10932 rather than all commands.
10933
10934 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10935
10936 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10937 to solve a bug whereby tags with 'b' don't match.
10938
10939 2004-11-05 Juri Linkov <juri@jurta.org>
10940
10941 * info.el (Info-search): Don't search in node header lines
10942 and file headers.
10943
10944 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10945 symbol-constituent characters after dot, not only digits.
10946
10947 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10948
10949 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10950
10951 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10952
10953 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10954 if a dialog will be used, read-file-name otherwise.
10955
10956 2004-11-04 Richard M. Stallman <rms@gnu.org>
10957
10958 * textmodes/table.el (table group): Add :version.
10959
10960 * textmodes/ispell.el (ispell-word):
10961 Don't alter args; set them only thru `interactive' spec.
10962
10963 * textmodes/flyspell.el (flyspell-word):
10964 Don't alter FOLLOWING; set it only thru `interactive' spec.
10965
10966 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10967
10968 * net/browse-url.el (browse-url-maybe-new-window):
10969 Use called-interactively-p.
10970
10971 * mail/supercite.el (sc-cite-region):
10972 Don't use interactive-p. Add arg INTERACTIVE.
10973 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10974
10975 * international/mule-cmds.el (set-input-method, toggle-input-method):
10976 Don't use interactive-p. Add arg INTERACTIVE.
10977
10978 * eshell/esh-mode.el (eshell-show-maximum-output):
10979 Don't use interactive-p.
10980 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10981
10982 * mouse.el (mouse-show-mark): Get positions to delete from mark
10983 and point, not from mouse-drag-overlay.
10984
10985 * imenu.el (imenu-eager-completion-buffer): Add :version.
10986
10987 * filesets.el (filesets group): Add :version.
10988
10989 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10990
10991 * files.el (xml-based-modes): Delete var.
10992 (magic-mode-alist): New more general var.
10993 (set-auto-mode): Use it.
10994
10995 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10996 when clicking from another window.
10997
10998 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10999
11000 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11001 (vc-cvs-annotate-time): Incorporate value of deleted var.
11002 Remove special-case handling of beginning-of-buffer cruft.
11003 Cache ending position (point) and return value in text property
11004 `vc-cvs-annotate-time', and consult it on subsequent invocations.
11005
11006 * vc-cvs.el (vc-cvs-annotate-command):
11007 Delete extraneous lines from beginning of buffer.
11008 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11009
11010 * progmodes/grep.el (grep-default-command): Take empty string
11011 for tag if all other methods yield nil. Shell-quote the tag.
11012
11013 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11014 spec in `interactive' form, and mention it in the docstring.
11015 Also, make sure point is at bol after calling `annotate-time'.
11016
11017 2004-11-02 Richard M. Stallman <rms@gnu.org>
11018
11019 * cus-edit.el (customize-group-other-window):
11020 Select the window that displays the custom buffer.
11021 (custom-buffer-create-other-window): Likewise.
11022
11023 * comint.el (comint-insert-input): Fix previous change.
11024
11025 * emacs-lisp/elp.el (elp-instrument-function):
11026 Use called-interactively-p.
11027
11028 * emacs-lisp/easymenu.el (easy-menu-intern):
11029 Don't downcase; rather, case-flip the first letter of each word.
11030
11031 * emacs-lisp/easy-mmode.el (define-minor-mode):
11032 Use called-interactively-p.
11033
11034 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11035 Add interactive-only.
11036 (byte-compile-warnings): Add interactive-only as option.
11037 (byte-compile-interactive-only-functions): New variable.
11038 (byte-compile-form): Warn about calls to functions
11039 in byte-compile-interactive-only-functions.
11040
11041 * emacs-lisp/autoload.el (update-file-autoloads):
11042 Don't use interactive-p; take new arg SAVE-AFTER.
11043
11044 * emacs-lisp/advice.el (ad-make-advised-definition):
11045 Use called-interactively-p.
11046
11047 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11048
11049 * files.el (find-file-existing): New function.
11050
11051 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
11052 find-file-existing. Add "New File..." that calls find-file.
11053
11054 * diropen.pbm, diropen.xpm: New files.
11055
11056 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11057 icon diropen. New tool bar item find-file-existing uses icon open.
11058
11059 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11060 instead of read-file-name.
11061
11062 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
11063
11064 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11065 (icalendar--split-value): Change name of work buffer.
11066 (icalendar--get-weekday-abbrev): Return nil on error.
11067 (icalendar--date-to-isodate): New function.
11068 (icalendar-convert-diary-to-ical)
11069 (icalendar-extract-ical-from-buffer): Use only two args for
11070 make-obsolete (XEmacs compatibility).
11071 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11072 (icalendar-export-region): Doc fix.
11073 If error, return non-nil and write errors to a buffer.
11074 Use correct weekday for weekly recurring events.
11075 Check whether date has been parsed for ordinary events.
11076 Make weekly events start in the year 2000.
11077 DTEND is non-inclusive, shift end date by one day if
11078 necessary (not for entries that have date and time).
11079 Rename local let variables: oops -> found-error, datestring ->
11080 startdatestring.
11081
11082 2004-11-02 Kim F. Storm <storm@cua.dk>
11083
11084 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11085 keep-mode-if-same variable. Add it as optional arg instead.
11086 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11087
11088 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11089 substitute-command-keys will select lower-case bindings like those
11090 used in the static help texts.
11091
11092 * descr-text.el (describe-text-properties): Don't err if called in
11093 the *Help* buffer; output to *Help-2* buffer instead.
11094
11095 * kmacro.el (group kmacro): Add :version.
11096 (kmacro-keyboard-quit): New function to cleanup on C-g.
11097 (kmacro-start-macro): Set defining-kbd-macro to append when
11098 appending to last macro.
11099
11100 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11101
11102 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11103
11104 * progmodes/gdb-ui.el (gdb-enable-debug-log)
11105 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11106 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11107 Add :version keyword.
11108
11109 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
11110
11111 * progmodes/flymake.el (flymake-err-line-patterns):
11112 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11113 `compilation-error-regexp-alist-alist' to internal Flymake format.
11114
11115 * progmodes/flymake.el: Eliminate byte-compiler warnings.
11116
11117 2004-11-01 Jay Belanger <belanger@truman.edu>
11118
11119 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11120 with `interactive "s"'.
11121
11122 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11123
11124 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11125 Revert change from 2004-10-16. '*' checks the current buffer, but the
11126 mouse click may be in another buffer.
11127
11128 2004-11-01 John Paul Wallington <jpw@gnu.org>
11129
11130 * files.el (large-file-warning-threshold): Add :version keyword.
11131 (kill-some-buffers): Doc fix.
11132
11133 * thumbs.el (group thumbs): Add :version keyword.
11134
11135 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11136
11137 2004-11-01 Richard M. Stallman <rms@gnu.org>
11138
11139 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11140
11141 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11142
11143 * allout.el (allout group): Add :version.
11144 (allout-init): Don't use interactive-p.
11145 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11146 (allout-forward-current-level, allout-backward-current-level):
11147 Don't use interactive-p.
11148
11149 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11150 (bibtex-find-text): Likewise.
11151
11152 * progmodes/vhdl-mode.el (vhdl-fill-region)
11153 (vhdl-beginning-of-statement): Don't use interactive-p.
11154
11155 * progmodes/idlwave.el (idlwave-update-routine-info):
11156 Don't use interactive-p.
11157
11158 * progmodes/idlw-shell.el (idlwave-shell-send-char):
11159 Don't use interactive-p.
11160
11161 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11162 Don't use interactive-p.
11163
11164 * progmodes/ada-xref.el (ada-make-body-gnatstub):
11165 Don't use interactive-p.
11166
11167 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11168 (fortune-in-buffer): Doc fix.
11169
11170 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11171
11172 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11173 don't select the temporary buffer.
11174 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11175 (eudc-get-phone): Likewise.
11176
11177 2004-11-01 Kim F. Storm <storm@cua.dk>
11178
11179 * man.el (Man-xref-normal-file): Fix help-echo.
11180
11181 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * reveal.el (reveal-last-tick): New var.
11184 (reveal-post-command): Use it to avoid closing overlays when we're
11185 appending text to them.
11186
11187 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11188
11189 * textmodes/bibtex.el: Require button.
11190 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11191 (bibtex-reference-keys): Distinguish between header keys and
11192 crossref keys.
11193 (bibtex-beginning-of-field): New function.
11194 (bibtex-url-map): Remove.
11195 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11196 (bibtex-font-lock-url-regexp): Assume that field names begin at
11197 the beginning of a line.
11198 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
11199 Remove field delimiters. Use bibtex-beginning-of-field.
11200 Bugfix, point can be inside a field with a url.
11201 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11202 New functions.
11203 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11204 (bibtex-key-in-head): Simplify.
11205 (bibtex-current-line): Use bolp.
11206 (bibtex-parse-keys): Remove unused arg `add'.
11207 Use bibtex-type-in-head and bibtex-key-in-head.
11208 (bibtex-parse-entry, bibtex-autofill-entry):
11209 Use bibtex-type-in-head and bibtex-key-in-head.
11210 (bibtex-autokey-get-field): Do not alter case of replacement text.
11211 (bibtex-autokey-get-names): Do all processing of name list.
11212 (bibtex-autokey-get-year): New function.
11213 (bibtex-autokey-get-title): Do all processing of title words.
11214 (bibtex-generate-autokey): Simplify.
11215 (bibtex-string-files-init): Use default-directory.
11216 Allow for absolute file names in bibtex-string-files.
11217 (bibtex-files, bibtex-file-path): New variables.
11218 (bibtex-files-expand): New function.
11219 (bibtex-find-entry-globally): New command.
11220 (bibtex-summary-function): New variable.
11221 (bibtex-summary): Default value of bibtex-summary-function.
11222 (bibtex-find-crossref): New optional args pnt and split.
11223 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11224 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11225 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11226 Fix handling of required and alternative fields.
11227 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11228 Use cons and display-buffer.
11229 (bibtex-validate-globally): New command.
11230 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11231 bibtex-parse-keys and bibtex-parse-strings for updating
11232 bibtex-reference-keys and bibtex-strings.
11233 (bibtex-realign): Remove blank lines past the last entry.
11234 (bibtex-reformat): Use bibtex-entry-format as default.
11235 (bibtex-choose-completion-string): Remove.
11236 (bibtex-complete): Do not use bibtex-choose-completion-string.
11237 (bibtex-url): Simplify.
11238
11239 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11240
11241 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11242 (x-dnd-types-alist, x-dnd-open-file-other-window)
11243 (x-dnd-known-types): Add :version.
11244
11245 2004-10-31 John Paul Wallington <jpw@gnu.org>
11246
11247 * ibuffer.el (group ibuffer): Add :version keyword.
11248
11249 2004-10-31 Kim F. Storm <storm@cua.dk>
11250
11251 * ido.el (group ido): Add :version keyword.
11252 (ido-mode): Remove :version keyword.
11253
11254 * emulation/cua-base.el (group cua): Add :version keyword.
11255 (cua-mode): Remove :version keyword.
11256
11257 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11258
11259 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11260
11261 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11262 compiler warning.
11263 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11264 function.
11265 (help-at-pt-display-when-idle): Remove autoload.
11266
11267 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11270
11271 2004-10-30 Juri Linkov <juri@jurta.org>
11272
11273 * help.el (function-called-at-point):
11274 * help-fns.el (variable-at-point): Read -> intern.
11275
11276 2004-10-30 Simon Josefsson <jas@extundo.com>
11277
11278 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11279 Recognize AS_* too.
11280
11281 2004-10-29 Simon Josefsson <jas@extundo.com>
11282
11283 * subr.el (read-passwd): Move back from password.el.
11284
11285 * password.el: Remove, not ready yet.
11286
11287 2004-10-29 Andreas Schwab <schwab@suse.de>
11288
11289 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11290
11291 2004-10-29 Sam Steingold <sds@gnu.org>
11292
11293 * mouse.el (mouse-show-mark): Replace the last occurrence of
11294 x-lost-selection-hooks with x-lost-selection-functions.
11295
11296 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11299 x-lost-selection-functions is bound.
11300
11301 * mouse-sel.el (mouse-sel-mode):
11302 * emacs-lisp/lselect.el: Adjust to new names for
11303 x-(lost|sent)-selection-functions.
11304
11305 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11306 New obsolete aliases of x-lost-selection-functions and
11307 x-sent-selection-functions.
11308
11309 2004-10-28 Kim F. Storm <storm@cua.dk>
11310
11311 * imenu.el (imenu-scanning-message): Remove.
11312 (imenu-progress-message): Make it a no-op.
11313
11314 2004-10-28 John Paul Wallington <jpw@gnu.org>
11315
11316 * files.el (set-auto-mode): Call `throw' correctly.
11317
11318 2004-10-28 Juri Linkov <juri@jurta.org>
11319
11320 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11321 to search `Info-...' commands in `info' manual.
11322 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11323 Add 'info-file "emacs" property.
11324 (Info-find-emacs-command-nodes): Fix index line number regexp.
11325 Set real line number (instead of fake 0) in first element of the
11326 returned list.
11327 (Info-goto-emacs-command-node): Use line number of first element
11328 to set point in the first found Info node.
11329
11330 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11331 code to `grep-mode-font-lock-keywords'.
11332 (grep-mode-font-lock-keywords): Delete grep markers instead
11333 of making them invisible.
11334
11335 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11336
11337 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11338 and x-server-version in bug report.
11339
11340 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11341
11342 * files.el (set-auto-mode-0): New function.
11343 (set-auto-mode): Use it to handle aliased modes and to
11344 be consistent between C-x C-f and C-x C-w.
11345
11346 2004-10-28 Kenichi Handa <handa@m17n.org>
11347
11348 * international/utf-8.el (utf-translate-cjk-charsets):
11349 Add katakana-jisx0201.
11350
11351 * international/subst-jis.el: Add data for JISX0201.
11352
11353 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * obsolete/hilit19.el (hilit-mode): New function.
11356 Move all the toplevel side-effecting stuff into it, so that loading
11357 hilit19 doesn't mess everything up any more.
11358
11359 2004-10-27 Richard M. Stallman <rms@gnu.org>
11360
11361 * add-log.el (add-change-log-entry): Set up mailing address
11362 and full name later, and don't alter add-log-mailing-address
11363 or add-log-full-name.
11364
11365 * elide-head.el (elide-head): Change error to message.
11366 (elide-head-show): Likewise.
11367
11368 * apropos.el (apropos-macrop): Doc fix.
11369
11370 * mouse.el (mouse-show-mark): Do most processing the same
11371 regardless of transient-mark-mode.
11372
11373 * shadowfile.el (shadow-copy-files): Use interactive-p
11374 only to control whether to print a message.
11375
11376 * tar-mode.el (tar-mode): Use write-contents-functions,
11377 not write-contents-hooks.
11378
11379 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11380 directory-sep-char.
11381
11382 2004-10-27 Richard M. Stallman <rms@gnu.org>
11383
11384 * strokes.el (strokes-unload-hook): Fix previous change.
11385
11386 * type-break.el (type-break-run-at-time): Always use run-at-time;
11387 forget the alternatives.
11388 (type-break-cancel-function-timers): Always use cancel-function-timers;
11389 forget the alternatives.
11390
11391 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11392
11393 2004-10-27 Kenichi Handa <handa@m17n.org>
11394
11395 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11396
11397 * international/subst-gb2312.el: Likewise.
11398
11399 * international/subst-big5.el: Likewise.
11400
11401 * international/subst-ksc.el: Likewise.
11402
11403 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11404 New variable.
11405 (utf-translate-cjk-set-unicode-range): New function.
11406 (utf-translate-cjk-unicode-range): Make it customizable.
11407 (utf-8-post-read-conversion):
11408 Use utf-translate-cjk-unicode-range-string.
11409 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11410 Unicode ranges.
11411
11412 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11413
11414 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11415 trivial variants to shorten the list.
11416 (xml-based-modes): New var.
11417 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11418 declaration higher priority than auto-mode-alist.
11419
11420 * find-file.el (cc-other-file-alist): Bring it in line with
11421 cc-mode's auto-mode-alist entries and use \' instead of $.
11422
11423 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11424 and add "Id" and "Name" submenus to it.
11425
11426 * imenu.el (imenu--generic-function): Skip matches in comments.
11427
11428 2004-10-26 Jay Belanger <belanger@truman.edu>
11429
11430 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11431 (full-calc-keypad, calc-trail-display): Use an extra argument
11432 instead of `interactive-p'.
11433
11434 * calc/calc-misc.el (calc-other-window): Use an extra argument
11435 instead of `interactive-p'.
11436
11437 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11438 `interactive-p'.
11439
11440 2004-10-26 Kim F. Storm <storm@cua.dk>
11441
11442 * help.el (describe-key): Describe both down-event and up-event
11443 for a mouse click.
11444
11445 2004-10-26 Richard M. Stallman <rms@gnu.org>
11446
11447 * woman.el (woman): Don't call interactive-p.
11448
11449 * pcomplete.el (pcomplete): Instead of interactive-p,
11450 use an arg set non-nil by the interactive spec.
11451
11452 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11453 use an arg set non-nil by the interactive spec.
11454
11455 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11456 use an arg set non-nil by the interactive spec.
11457
11458 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11459
11460 * progmodes/flymake.el (flymake-split-string):
11461 Use `flymake-split-string-remove-empty-edges' in any case.
11462
11463 2004-10-26 Masatake YAMATO <jet@gyve.org>
11464
11465 * progmodes/flymake.el (flymake-err-line-patterns):
11466 Use `compilation-error-regexp-alist-alist' instead of
11467 `compilation-error-regexp-alist'.
11468
11469 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11472 verbatim face on the \ of \end{verbatim}.
11473
11474 2004-10-25 Jay Belanger <belanger@truman.edu>
11475
11476 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11477 erasing minibuffer.
11478
11479 2004-10-25 Simon Josefsson <jas@extundo.com>
11480
11481 * subr.el (read-passwd): Move to net/password.el.
11482
11483 * net/password.el (read-passwd): Add. Autoload it.
11484
11485 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11486
11487 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11488
11489 * simple.el (process-file): Fix logic.
11490
11491 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11492
11493 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11494 (increase-right-margin): Remove erroneous call to `interactive-p'.
11495
11496 2004-10-24 Kim F. Storm <storm@cua.dk>
11497
11498 * help.el (describe-mode): Fix 2004-10-13 change.
11499 Copy pure "Auto Fill" string so it can be propertized later
11500 without causing a read-only error.
11501
11502 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11503
11504 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11505 style indexes.
11506
11507 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11508
11509 * simple.el (process-file): Accept nil for INFILE. Reported by
11510 Luc Teirlinck.
11511
11512 2004-10-24 Masatake YAMATO <jet@gyve.org>
11513
11514 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11515 Handle periods and underscores in a function name.
11516 Remove the address fontification.
11517
11518 2004-10-24 Masatake YAMATO <jet@gyve.org>
11519
11520 * progmodes/asm-mode.el (asm-font-lock-keywords):
11521 Use font-lock-variable-name-face for registers.
11522
11523 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11524
11525 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11526 kill-all-local-variables.
11527 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11528 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11529 Use kill-all-local-variables and provide mode-hooks.
11530 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11531 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11532 Suggested by Masatake YAMATO <jet@gyve.org>.
11533
11534 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11535
11536 * simple.el (process-file): New function, similar to call-process
11537 but supports file handlers.
11538 * vc.el (vc-do-command): Use it, instead of call-process.
11539 * net/tramp-vc.el (vc-do-command): Do not advise it if
11540 process-file is fboundp.
11541 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11542 process-file.
11543 (tramp-handle-process-file): New function.
11544 (tramp-file-name-for-operation): Support process-file.
11545
11546 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11547
11548 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11549 (icalendar-weekdayabbrev-table)
11550 (icalendar-monthnumber-table): Delete.
11551 (icalendar--get-month-number): Use calendar-month-name-array.
11552 (icalendar--get-weekday-number): New function.
11553 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11554 (icalendar-export-region): Handle multi-line entries.
11555 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11556
11557 2004-10-23 John Paul Wallington <jpw@gnu.org>
11558
11559 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11560 `wildcards' set to t in interactive spec.
11561
11562 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11563 interactive spec rather than use `interactive-p'.
11564 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11565 rather than use function `interactive-p'.
11566
11567 2004-10-22 Kenichi Handa <handa@m17n.org>
11568
11569 * international/mule.el (translate-region): Implement it in Lisp
11570 as a front end of translate-region-internal.
11571
11572 2004-10-21 Jay Belanger <belanger@truman.edu>
11573
11574 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11575 Declare these variables with defvar.
11576
11577 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11578 is bound, only check to see if it is bound.
11579
11580 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11583 Don't output messages.
11584
11585 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11586
11587 2004-10-21 John Paul Wallington <jpw@gnu.org>
11588
11589 * calc/calc-graph.el (calc-graph-init):
11590 Use `set-process-query-on-exit-flag'.
11591
11592 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11593
11594 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11595 dir right and also allow argumentless cd.
11596
11597 2004-10-19 Richard M. Stallman <rms@gnu.org>
11598
11599 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11600
11601 * eshell/em-unix.el (eshell-grep):
11602 Don't bind compilation-process-setup-function.
11603
11604 * comint.el (comint-insert-input): Use @ in `interactive'.
11605 (comint-input-filter-functions): Doc fix.
11606 (comint-kill-whole-line, comint-get-source): Doc fix.
11607
11608 * progmodes/compile.el (compilation-setup):
11609 Don't set buffer-read-only if MINOR is non-nil.
11610
11611 2004-10-19 Jay Belanger <belanger@truman.edu>
11612
11613 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11614 (calc-emacs-type-gnu19): Remove.
11615 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11616 Remove check for old emacs versions.
11617
11618 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11619 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11620 for current Emacs.
11621
11622 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11623 the end of the minibuffer.
11624 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11625 copy `esc-map'.
11626
11627 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11628
11629 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11630 call that would be given when the current emacs was used.
11631
11632 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11633
11634 * calendar/icalendar.el: Set coding to utf-8.
11635 (icalendar-version): Increase to 0.07.
11636 (icalendar-monthnumber-table): Change March pattern.
11637 (icalendar-get-all-event-properties)
11638 (icalendar-set-event-property): Delete.
11639 (icalendar-all-events): No longer interactive.
11640 (icalendar-convert-diary-to-ical)
11641 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11642 their replacements.
11643 (icalendar-export-file, icalendar-export-region): New functions;
11644 essentially old `icalendar-convert-diary-to-ical' but appending to
11645 target rather than overwriting.
11646 (icalendar-import-file): Append to target file rather than
11647 overwriting. Fourth arg deleted.
11648 (icalendar-import-buffer): New name for old
11649 `icalendar-extract-ical-from-buffer'.
11650 (icalendar--convert-string-for-import): New name for
11651 old `icalendar-convert-for-import'.
11652 (include-icalendar-files): Delete.
11653 Prefix for all internal functions changed from `icalendar-'
11654 to `icalendar--'.
11655
11656 2004-10-19 Richard M. Stallman <rms@gnu.org>
11657
11658 * paths.el (news-path): Fix previous change.
11659
11660 2004-10-18 Jay Belanger <belanger@truman.edu>
11661
11662 * calc/calc-help.el (calc-describe-bindings):
11663 Set `buffer-read-only' to nil while working in the keybindings buffer;
11664 remove some extra information from the keybindings buffer.
11665
11666 2004-10-18 David Ponce <david@dponce.com>
11667
11668 * mouse.el (mouse-drag-move-window-top): New function.
11669 (mouse-drag-mode-line-1): Use it.
11670
11671 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11672
11673 * info.el (Info-fontify-node): For multiline refs,
11674 arrange to unfontify newline and surrounding whitespace.
11675
11676 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11679 directory is missing.
11680
11681 2004-10-17 John Paul Wallington <jpw@gnu.org>
11682
11683 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11684 New customizable variable; whether to display buffers that match
11685 `ibuffer-maybe-show-predicates' by default.
11686 (ibuffer-maybe-show-predicates): Mention it in docstring.
11687 (ibuffer-display-maybe-show-predicates): New variable.
11688 (ibuffer-update): Prefix arg now toggles whether buffers that
11689 match `ibuffer-maybe-show-predicates' should be displayed.
11690 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11691 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11692 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11693
11694 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11695
11696 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11697 work correctly.
11698
11699 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11700
11701 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11702 (Buffer-menu-beginning): New helper function.
11703 (Buffer-menu-execute): Use it.
11704 (Buffer-menu-select): Use it.
11705 (Buffer-menu-sort): Use it and also keep markers.
11706
11707 2004-10-17 Richard M. Stallman <rms@gnu.org>
11708
11709 * paths.el (news-directory): Rename from news-path. Old name alias.
11710 (rmail-spool-directory): Use defvar.
11711 (sendmail-program): Use defcustom.
11712 (remote-shell-program): Use defcustom.
11713 (term-file-prefix): Use defvar.
11714 (abbrev-file-name): Use defvar.
11715
11716 * term.el: Add maintainer.
11717
11718 * subr.el (with-local-quit): Return nil if there's a quit.
11719 (read-passwd): Use with-local-quit. Doc fix.
11720
11721 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11722 (strokes-unload-hook): Set as a variable with add-hook.
11723
11724 * startup.el (fancy-splash-tail, normal-splash-screen):
11725 Update copyright year.
11726
11727 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11728
11729 * server.el (server-unload-hook): Set as a variable with add-hook.
11730
11731 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11732
11733 * frame.el (special-display-popup-frame):
11734 Make the buffer current as its frame is created.
11735
11736 * delsel.el (delsel-unload-hook): Set as a variable.
11737
11738 * comint.el (comint-output-filter-functions):
11739 Add comint-watch-for-password-prompt.
11740 (comint-read-noecho): Function deleted.
11741 (send-invisible): Use read-passwd.
11742
11743 * fringe.el (fringe-mode-initialize): New function.
11744 (fringe-mode): Use fringe-mode-initialize as :initialize.
11745
11746 2004-10-17 Kim F. Storm <storm@cua.dk>
11747
11748 * language/indian.el (indian-script-language-alist): Swap value and doc.
11749 (indian-font-char-index-table): Doc fix.
11750
11751 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11752
11753 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11754
11755 2004-10-16 Juri Linkov <juri@jurta.org>
11756
11757 * progmodes/compile.el (compilation-start): Move let-binding of
11758 `process-environment' into `with-current-buffer' body.
11759 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11760
11761 2004-10-16 Richard M. Stallman <rms@gnu.org>
11762
11763 * pcvs-util.el (cvs-bury-buffer):
11764 Don't call get-buffer-window for effect.
11765
11766 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11767
11768 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11769
11770 * msb.el (msb-unload-hook): Set the variable.
11771
11772 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11773 Use * to err if buffer is readonly.
11774
11775 * subr.el (looking-back): Return only t or nil.
11776
11777 * whitespace.el (whitespace-unload-hook): Set the variable.
11778
11779 * view.el (view-mode-enable): Set view-page-size and
11780 view-half-page-size to nil.
11781 (view-set-half-page-size-default): view-half-page-size = nil
11782 means the default.
11783 (View-scroll-page-forward): Use view-page-size-default.
11784 (View-scroll-page-backward): Likewise.
11785 (view-page-size, view-half-page-size): Doc fixes.
11786
11787 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11788
11789 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11790
11791 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11792 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11793 (byte-compile-log-1): Bind inhibit-read-only.
11794 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11795 (byte-compile-log-warning): Likewise.
11796 (byte-compile-file-form-require): Detect "cl" from the arg value.
11797
11798 * progmodes/compile.el (compilation-start): Assume compilation-mode
11799 will make the buffer read-only.
11800 (compilation-mode): Take arg name-of-mode.
11801 (compilation-setup): Make buffer read-only.
11802 (compilation-handle-exit): Bind inhibit-read-only.
11803
11804 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11805 (ispell-message): Likewise.
11806 (ispell-show-choices): Don't call get-buffer-window uselessly.
11807 (ispell-init-process): Use set-process-query-on-exit-flag.
11808
11809 2004-10-16 Kim F. Storm <storm@cua.dk>
11810
11811 * fringe.el (fringe-bitmaps): Only initialize when defined.
11812
11813 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11814 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11815
11816 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11817
11818 2004-10-15 Simon Josefsson <jas@extundo.com>
11819
11820 * net/password.el: Add.
11821
11822 2004-10-14 Masatake YAMATO <jet@gyve.org>
11823
11824 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11825 (gdb-script-end-of-defun): New function.
11826 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11827 `gdb-script-end-of-defun' as *-of-defun-function.
11828
11829 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11830
11831 * button.el (button-activate): Allow a marker to display as an action.
11832
11833 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11834
11835 * help.el (describe-mode): Use it to make minor mode list into
11836 hyperlinks.
11837
11838 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11839
11840 * vc.el (vc-annotate-display-select): Fix typo.
11841
11842 * subr.el (substitute-key-definition-key): New function.
11843 (substitute-key-definition): Use it with map-keymap.
11844 (event-modifiers): Use push.
11845 (mouse-movement-p, with-temp-buffer): Simplify.
11846
11847 2004-10-12 Jay Belanger <belanger@truman.edu>
11848
11849 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11850 New variables.
11851 (calc-help-index-entries): New function.
11852 (calc-describe-function): Use `calc-help-function-list' instead of
11853 obarray for completion.
11854 (calc-describe-variable): Use `calc-help-variable-list' instead
11855 of obarray for completion.
11856
11857 2004-10-12 Richard M. Stallman <rms@gnu.org>
11858
11859 * info-look.el (info-lookup-file): Add info-file property.
11860 (info-lookup-symbol): Likewise.
11861
11862 * info.el (info-xref): Add underlining.
11863 (info): Add info-file property.
11864 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11865
11866 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11867
11868 Sync with Tramp 2.0.45.
11869
11870 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11871 defined. This is not the case for XEmacs without package "edebug".
11872 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11873 remote files to the permissions of the original file. This is not
11874 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11875 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11876 (tramp-perl-decode): Fix an error in Perl implementation.
11877 $pending must be cleared every loop. Reported by Benjamin Place
11878 <benjaminplace@sprintmail.com>
11879
11880 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11881 Don't activate advice during definition. This is done later on,
11882 depending on test result of `substitute-in-file-name'.
11883 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11884
11885 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11886
11887 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11888
11889 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11890
11891 2004-10-12 David Ponce <david@dponce.com>
11892
11893 * recentf.el (recentf-edit-list): Update the menu when the recentf
11894 list has been modified.
11895
11896 2004-10-12 Simon Josefsson <jas@extundo.com>
11897
11898 * net/tls.el (tls-certtool-program): New variable.
11899 (tls-certificate-information): New function, based on
11900 ssl-certificate-information.
11901
11902 2004-10-12 Kenichi Handa <handa@m17n.org>
11903
11904 * international/mule.el (coding-system-equal): Move from mule-util.el.
11905
11906 * international/mule-util.el (coding-system-equal): Move to mule.el.
11907
11908 2004-10-12 Kim F. Storm <storm@cua.dk>
11909
11910 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11911 reset kmacro-initial-counter-value if set.
11912 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11913 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11914 (kmacro-display): Show macro counter if non-zero.
11915
11916 * subr.el (substitute-key-definition): Mention command remapping
11917 in doc string.
11918
11919 2004-10-11 Jay Belanger <belanger@truman.edu>
11920
11921 * calc/calc-misc.el (calc-info-goto-node): New function.
11922 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11923 node in one step.
11924 (calc-describe-copying, calc-describe-distribution)
11925 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11926 Go to appropriate info node in one step.
11927
11928 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11929
11930 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11931
11932 * font-lock.el (font-lock-apply-highlight): Fix last change.
11933
11934 2004-10-11 Simon Josefsson <jas@extundo.com>
11935
11936 * mail/smtpmail.el (smtpmail-open-stream): Look for
11937 starttls-gnutls-program instead of starttls-program iff
11938 starttls-use-gnutls is non-nil.
11939 (smtpmail-open-stream): Don't overwrite user settings of
11940 starttls-extra-arguments and starttls-extra-args.
11941
11942 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11943
11944 * comint.el (comint-mouse-insert-input): Remove.
11945 (comint-insert-input): Make it work for mouse bindings.
11946 (comint-mode-map): Move defs into the declaration.
11947 (comint-output-filter): Typo.
11948
11949 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11950
11951 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11952
11953 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11954 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11955 ange-ftp-remote-shell.
11956
11957 2004-10-10 Andreas Schwab <schwab@suse.de>
11958
11959 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11960 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11961 Reported by <sri@asu.edu>.
11962
11963 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11964
11965 * vc.el (vc-annotate-mode): Remove variable.
11966 (vc-annotate-display-select): Only call vc-annotate-mode
11967 if we're not in that mode already.
11968
11969 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11970
11971 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11972 (imenu-choose-buffer-index): Check here for rescan instead.
11973
11974 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11975 where the face expression evals to nil.
11976
11977 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11978 (tex-font-lock-keywords-2): Use it.
11979 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11980
11981 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11982
11983 2004-10-09 Kim F. Storm <storm@cua.dk>
11984
11985 * subr.el (progress-reporter-update): Define before first usage.
11986 (make-progress-reporter): Doc fix.
11987
11988 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11989
11990 * textmodes/paragraphs.el (sentence-end-double-space)
11991 (sentence-end-without-period, sentence-end-without-space)
11992 (sentence-end): Doc fixes.
11993
11994 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11995
11996 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11997 Change paragraph-start regexp so we don't fill code starting with #'(.
11998
11999 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
12000
12001 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12002 New defcustom.
12003 (extract-address-components): Use it.
12004
12005 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
12006
12007 * subr.el (make-progress-reporter, progress-reporter-update)
12008 (progress-reporter-force-update, progress-reporter-do-update)
12009 (progress-reporter-done): New functions.
12010
12011 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12012
12013 * progmodes/etags.el (etags-tags-completion-table): Use progress
12014 reporter.
12015 (etags-tags-apropos): Likewise.
12016
12017 2004-10-08 Alan Mackenzie <acm@muc.de>
12018
12019 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12020 of current line.
12021
12022 2004-10-08 Masatake YAMATO <jet@gyve.org>
12023
12024 * server.el (server-process-filter): Wrap `process-send-region'
12025 by `condition-case' to guard the case when the pipe to PROC is closed.
12026
12027 2004-10-07 Mark A. Hershberger <mah@everybody.org>
12028
12029 * xml.el (xml-substitute-special): Limit handling of external entities.
12030
12031 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
12032
12033 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
12034
12035 2004-10-06 John Paul Wallington <jpw@gnu.org>
12036
12037 * xml.el (xml-parse-dtd): Fix `error' call.
12038
12039 2004-10-05 Mark A. Hershberger <mah@everybody.org>
12040
12041 * xml.el (xml-substitute-special): Return a single string instead
12042 of a list of strings if an entity substitution is made.
12043
12044 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
12045
12046 * calendar/icalendar.el: New file.
12047
12048 2004-10-05 Juri Linkov <juri@jurta.org>
12049
12050 * isearch.el (isearch-done): Set mark after running hook.
12051 Reported by Drew Adams <drew.adams@oracle.com>.
12052
12053 * info.el (Info-history, Info-toc): Fix Info headers.
12054 (Info-toc): Narrow buffer before Info-fontify-node.
12055 (Info-build-toc): Don't check for special Info file names.
12056 Set main-file to nil if Info-find-file returns a symbol.
12057
12058 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
12059
12060 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12061 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12062 * calendar/cal-menu.el (calendar-mode-map): Ditto.
12063
12064 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12065
12066 * calendar/cal-iso.el (calendar-iso-read-args): New function,
12067 for old interactive spec from calendar-goto-iso-date.
12068 (calendar-goto-iso-date): Use it.
12069 (calendar-goto-iso-week): New function. Suggested by Emilio
12070 C. Lopes <eclig@gmx.net>.
12071
12072 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
12073
12074 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12075 `set-right-margin' bindings that follow the minor mode conventions.
12076
12077 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12080 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12081 (latex-block-args-alist): Add minipage and picture.
12082 (latex-block-body-alist): Use reftex-label if enabled.
12083 (latex-insert-block): Don't insert a \n if not necessary.
12084 (tex-compile-commands): Make sure dvips doesn't send to printer.
12085 (tex-compile-default): Handle the case where no executable is found.
12086 (latex-noindent-environments): New var.
12087 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
12088 If tex-indent-allhanging is non-nil, make sure we only align for macros
12089 at beginning of line.
12090
12091 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
12092
12093 * newcomment.el (comment-beginning): Doc fix and don't choke on
12094 unset `comment-end-skip' when at beginning of comment.
12095
12096 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12097
12098 * term.el (term-adjust-current-row-cache): Don't allow the current
12099 row to become negative.
12100 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
12101 the end of the line. Fix scroll down. Add comments.
12102 (term-handle-ansi-escape): Don't exceed terminal width when moving
12103 right.
12104 (term-scroll-region): Move the cursor after setting the scroll region.
12105
12106 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
12107
12108 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12109 to `width' for consistency with docstring. Doc fix.
12110
12111 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12112
12113 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12114 This is necessary for derived modes.
12115
12116 2004-09-30 Kim F. Storm <storm@cua.dk>
12117
12118 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12119 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12120
12121 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12122 kmacro-extract-lambda functions.
12123 (edit-kbd-macro): Handle kmacro lambda forms.
12124 Include counter and counter format in edit buffer.
12125 (edmacro-finish-edit): Get counter and format from edit buffer and
12126 update kmacro bindings when found.
12127
12128 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
12129
12130 * textmodes/paragraphs.el (forward-paragraph):
12131 Avoid args-out-of-range error when point winds up at the beginning of
12132 the buffer and hard newlines are enabled.
12133
12134 * newcomment.el (comment-multi-line): Doc fix.
12135
12136 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12139 (diff-fixup-modifs): Catch unified-diff file-headers.
12140
12141 2004-09-29 Kim F. Storm <storm@cua.dk>
12142
12143 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12144 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12145 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12146
12147 * fringe.el (fringe-bitmap-p): New macro.
12148 (fringe-bitmaps): Add standard fringe bitmaps on load.
12149
12150 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * dired.el (dired-view-command-alist): Use more efficient regexps.
12153 Remove dubious arguments.
12154 (dired-align-file): New function.
12155 (dired-insert-directory): Use it.
12156 (dired-move-to-end-of-filename): Make the " -> " search more specific.
12157 (dired-buffers-for-dir): Remove unused var `pattern'.
12158
12159 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
12160
12161 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12162 from diary display excursion. Store diary buffer's point for
12163 `simple-diary-display'.
12164 (simple-diary-display): Set window point and start when
12165 displaying buffer, to preserve point.
12166
12167 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
12168
12169 * textmodes/enriched.el (enriched-translations): Replace defconst
12170 with defvar.
12171
12172 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12173
12174 * printing.el: Doc fix.
12175 (pr-version): New version number (6.8.1).
12176 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12177 make-temp-name.
12178 (pr-delete-file): Check if file exists before deleting it.
12179 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12180
12181 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
12182
12183 * term.el (term-display-table): New variable.
12184 (term-mode): Use it.
12185 (term-exec-1): Set the coding system to binary.
12186 (term-emulate-terminal): Decode the string before inserting it.
12187
12188 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12189
12190 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12191 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12192 (map): Bind S-prior, S-next and S-insert.
12193 (term-mode): Set `indent-tabs-mode' to nil.
12194 (term-paste): New function to be bound to S-insert.
12195 (term-send-del, term-send-backspace): Change the strings sent.
12196 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
12197 (term-handle-colors-array): Fix handling of underline and reverse.
12198 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
12199 (term-erase-in-line): Fix comparison.
12200 (term-emulate-terminal): Fix line wrap handling.
12201 (term-start-output-log): Rename from `term-set-output-log'.
12202 (term-stop-output-log): Rename from `term-stop-photo'.
12203 (term-switch-to-alternate-sub-buffer): Comment out, unused.
12204
12205 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * dired.el (dired-move-to-filename): Don't output a message if
12208 raise-error is non-nil. Fix return position and value.
12209
12210 * files.el (insert-directory): Obey --dired even with symlinks.
12211
12212 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12213
12214 * ls-lisp.el (ls-lisp-format): Mark file names with property
12215 dired-filename.
12216
12217 2004-09-25 Kim F. Storm <storm@cua.dk>
12218
12219 * ido.el (ido-max-directory-size): New defcustom.
12220 (ido-decorations): Add "too big" element.
12221 (ido-directory-too-big): New dynamic var.
12222 (ido-may-cache-directory): Don't cache big directories.
12223 (ido-directory-too-big-p): New defun.
12224 (ido-set-current-directory): Update ido-directory-too-big.
12225 (ido-read-internal): Make empty ido-cur-item if too-big.
12226 (ido-buffer-internal): Use ido-read-internal directly instead of
12227 ido-read-buffer.
12228 (ido-file-internal): Init ido-directory-too-big.
12229 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12230 and redo completion with full list.
12231 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12232 it, and show completions.
12233 (ido-all-completions): Let bind ido-directory-too-big to nil.
12234 (ido-exhibit): Handle ido-directory-too-big.
12235 (ido-read-buffer): Handle fallback to read-buffer.
12236 Init ido-directory-too-big.
12237 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12238 Init ido-directory-too-big.
12239
12240 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12241
12242 * subr.el (delay-mode-hooks): Doc fix.
12243
12244 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12245
12246 * textmodes/enriched.el
12247 (enriched-default-text-properties-local-flag): New variable.
12248 (enriched-mode): Make sure that enabling and disabling the mode is
12249 a no-op. Doc fix.
12250
12251 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12252
12253 * calendar/holidays.el (holiday-advent): Report on a specified day
12254 offset from advent, not just advent.
12255 (holiday-easter-etc): Report on one specified day offset from
12256 easter, not all easter holidays. Various Easter holidays moved to
12257 `christian-holidays' variable in calendar.el.
12258 * calendar/calendar.el (christian-holidays): Adapt for new
12259 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12260
12261 2004-09-23 Kim F. Storm <storm@cua.dk>
12262
12263 * image.el (insert-sliced-image): Add doc string.
12264
12265 * ido.el (ido-choice-list): New dynamic var for `list' context.
12266 (ido-context-switch-command): New dynamic var.
12267 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12268 (ido-read-internal): Handle new `list' context.
12269 Handle insert-buffer and insert-file ido-exit values.
12270 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12271 ido-context-switch-command. Handle insert-file ido-exit value.
12272 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12273 unless it is already bound by caller.
12274 (ido-file-internal): New arg switch-cmd. Use it to setup
12275 ido-context-switch-command. Handle insert-buffer ido-exit value.
12276 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12277 used for context switching.
12278 (ido-all-completions): Handle new `list' context.
12279 (ido-make-choice-list): Return choices for `list' context.
12280 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12281 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12282 (ido-insert-buffer, ido-insert-file): Setup context switching.
12283 (ido-exhibit): Handle `list' context.
12284 (ido-read-file-name): Disable context switching. Handle fallback.
12285 (ido-read-directory-name): Disable context switching.
12286 (ido-completing-read): New defun like completing-read. Setup and
12287 use new `list' context.
12288
12289 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12290
12291 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12292
12293 2004-09-21 Jay Belanger <belanger@truman.edu>
12294
12295 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12296 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12297 separate window.
12298
12299 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12300
12301 * subr.el (after-change-major-mode-hook): Doc fix.
12302
12303 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12304
12305 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12306 of ghostscript for monochrome PostScript file in Windows.
12307
12308 2004-09-21 Kenichi Handa <handa@m17n.org>
12309
12310 * descr-text.el (describe-char): Checking of quail activation fixed.
12311
12312 2004-09-21 Jay Belanger <belanger@truman.edu>
12313
12314 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12315
12316 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12317
12318 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12319 after the mode hooks instead of before. Doc fix.
12320
12321 2004-09-20 Jason Rumney <jasonr@gnu.org>
12322
12323 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12324 _emacs, but revert to .emacs if neither exists in home directory.
12325
12326 2004-09-20 John Paul Wallington <jpw@gnu.org>
12327
12328 * bindings.el (completion-ignored-extensions): Add .dfsl.
12329
12330 2004-09-20 Richard M. Stallman <rms@gnu.org>
12331
12332 * bindings.el (scroll-left): Make it disabled.
12333
12334 * files.el (enable-local-eval): Doc fix.
12335
12336 * indent.el (move-to-left-margin): Special case for minibuffer.
12337
12338 * term.el (term-emulate-terminal): Turn off undo for output.
12339 Use with-current-buffer and save-selected-window.
12340
12341 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12342
12343 * progmodes/make-mode.el (makefile-fill-paragraph):
12344 Don't insist on spaces when looking for comments. # is enough.
12345
12346 * files.el (hack-local-variables): Copy the variables list
12347 to another buffer, strip prefixes and suffixes there, then read.
12348 (enable-local-eval): Doc fix.
12349 (ignored-local-variables): Initialize to nil.
12350 (risky-local-variable-p): Don't check ignored-local-variables here.
12351 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12352
12353 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12354
12355 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12356 of = to "." (punctuation).
12357
12358 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12361
12362 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12363
12364 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12365 (enriched-before-change-major-mode): New function.
12366 Add it to `change-major-mode-hook'.
12367 (enriched-after-change-major-mode): New function.
12368 Add it to `after-change-major-mode-hook'.
12369 (enriched-mode): Make it work correctly if called from
12370 `after-change-major-mode-hook'.
12371 No longer set `indent-line-function'.
12372
12373 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12374
12375 * subr.el (after-change-major-mode-hook): New variable.
12376 (run-mode-hooks): Implement it.
12377
12378 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12379
12380 * battery.el (battery-linux-proc-apm): Use string-to-number.
12381 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12382 Use dolist (and less indentation). Use erase-buffer.
12383 Pre-initialize `design-capacity', `warn', and `low'.
12384 (battery-format): Use replace-regexp-in-string.
12385
12386 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12387
12388 * battery.el: Delete superfluous empty lines.
12389 (battery-linux-proc-acpi): Attempt to gather information from all
12390 battery subdirectories regardless of their file name.
12391 (battery-linux-proc-apm): Replace all occurrences of
12392 battery-hex-to-int-2 with string-to-int (base 16).
12393 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12394 (battery-hex-map): Delete variable.
12395
12396 2004-09-18 John Paul Wallington <jpw@gnu.org>
12397
12398 * calc/calc-units.el (calc-quick-units): Fix overzealous
12399 s/or/unless/.
12400
12401 2004-09-17 Jay Belanger <belanger@truman.edu>
12402
12403 * calc/calc.el (calc-mode-var-list): Fix the value of
12404 `calc-matrix-brackets'.
12405
12406 2004-09-17 Romain Francoise <romain@orebokech.com>
12407
12408 * ibuf-ext.el (define-ibuffer-filter filename):
12409 Expand dired-directory since buffer-file-name is absolute.
12410
12411 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12412
12413 * ediff-init.el (ediff-current-diff-face-A)
12414 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12415 (ediff-current-diff-face-Ancestor)
12416 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12417 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12418 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12419 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12420 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12421 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12422 Use min-colors.
12423
12424 * term.el (term-down): Perform vertical motion if DOWN is negative.
12425 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12426 (term-termcap-format): Synchronyze with the eterm terminfo entry
12427 in etc/e/eterm.ti.
12428 (term-handle-colors-array): If the current foreground or
12429 background are zero (i.e. unspecified), use the foreground and
12430 background of the default face for reverse video.
12431 (term-ansi-at-eval-string, term-ansi-default-fg)
12432 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12433 (term-mem): Delete ununsed function.
12434 (term-protocol-version): Increment.
12435 (term-current-face): Set to default.
12436
12437 2004-09-15 Jay Belanger <belanger@truman.edu>
12438
12439 * calc/calc.el (calc-mode-var-list): Define this variable.
12440 (calc-always-load-extensions, calc-line-numbering)
12441 (calc-line-breaking, calc-display-just, calc-display-origin)
12442 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12443 (calc-group-char, calc-point-char, calc-frac-format)
12444 (calc-prefer-frac, calc-hms-format, calc-date-format)
12445 (calc-float-format, calc-full-float-format, calc-complex-format)
12446 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12447 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12448 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12449 (calc-matrix-brackets, calc-language, calc-language-option)
12450 (calc-left-label, calc-right-label, calc-word-size)
12451 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12452 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12453 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12454 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12455 (calc-window-height, calc-display-trail, calc-show-selections)
12456 (calc-use-selections, calc-assoc-selections)
12457 (calc-display-working-message, calc-auto-why, calc-timing)
12458 (calc-mode-save-mode, calc-standard-date-formats)
12459 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12460 (calc-user-parse-tables, calc-gnuplot-default-device)
12461 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12462 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12463 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12464 (calc-invocation-macro, calc-show-banner): Give these values as
12465 part of `calc-mode-var-list's initialization after the variables
12466 are declared with defvar.
12467 (calc-bug-address): Change email address to send bug reports to.
12468 Change the maintainer address at the top.
12469 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12470 than "\\.emacs" to determine if it is the user-init-file.
12471
12472 * calc/calc-embed.el (calc-embedded-set-modes): Use
12473 `calc-mode-var-list' correctly.
12474
12475 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12476
12477 * vc.el (annotate-time): Document point handling.
12478 (vc-annotate-display-autoscale): Doc fix.
12479
12480 2004-09-15 Miles Bader <miles@gnu.org>
12481
12482 * generic.el (generic-make-keywords-list): Use symbol rather than
12483 word anchors in regexp.
12484
12485 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12486
12487 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12488 no file name consider `dired-directory'.
12489
12490 2004-09-14 Kim F. Storm <storm@cua.dk>
12491
12492 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12493
12494 2004-09-14 Simon Josefsson <jas@extundo.com>
12495
12496 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12497
12498 * textmodes/dns-mode.el: Add.
12499
12500 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12503 (disabled-command-function): Make the ?\ char more obvious.
12504
12505 * vc-arch.el (vc-arch-root, vc-arch-registered):
12506 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12507
12508 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12509
12510 * windmove.el (windmove-frame-edges): Report coordinates of
12511 outside edges of frame, not inside edges.
12512 (windmove-coordinates-of-position): Convert into wrapper to new
12513 function `windmove-coordinates-of-window-position';
12514 `compute-motion' always applies to selected window.
12515 (windmove-coordinates-of-position): Update documentation to refer
12516 to Emacs 21 Lisp Reference Manual.
12517 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12518
12519 2004-09-13 Kim F. Storm <storm@cua.dk>
12520
12521 * isearch.el (isearch-resume-in-command-history): Rename from
12522 isearch-resume-enabled and change default to nil.
12523
12524 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12527 (vc-registered): Use it.
12528 (vc-find-root): New fun.
12529
12530 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12531 Don't tell to use \\{...} when it's already done.
12532
12533 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12534 Provide a sample complex default.
12535 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12536 (bibtex-entry): Use mapc.
12537
12538 2004-09-12 Kim F. Storm <storm@cua.dk>
12539
12540 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12541
12542 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12543 inhibit-field-text-motion to t so rectangles work in comint buffers.
12544
12545 * simple.el (choose-completion-string): Set buffer before running
12546 choose-completion-string-functions hook so it can be buffer-local.
12547
12548 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12549
12550 * progmodes/compile.el (compilation-start): Parse command to see
12551 if it starts with a cd, and if so perform it for the *compilation*
12552 buffer. Change the header to reflect this.
12553
12554 2004-09-11 Kim F. Storm <storm@cua.dk>
12555
12556 * ido.el (ido-enable-dot-prefix): Doc fix.
12557 (ido-enable-dot-prefix): New defcustom.
12558 (ido-set-matches1): Use it.
12559
12560 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * textmodes/bibtex.el (bibtex-mark-active)
12563 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12564
12565 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12566
12567 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12568 used in a case insensitive environment.
12569 (bibtex-mode-map): Rearrange order of menus.
12570 (bibtex-quoted-string-re): Obsolete.
12571 (bibtex-complete-key-cleanup): Variable replaced by new function.
12572 (bibtex-font-lock-keywords): Use backquotes.
12573 (bibtex-font-lock-url-regexp): New internal variable.
12574 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12575 "OPT" and "ALT".
12576 (bibtex-insert-current-kill, bibtex-make-field)
12577 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12578 (bibtex-parse-field-text): Simplify.
12579 (bibtex-string=): New helper function.
12580 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12581 (bibtex-map-entries): Use bibtex-string=.
12582 (bibtex-search-entry): Use not.
12583 (bibtex-enclosing-field): Fix docstring.
12584 (bibtex-assoc-regexp): Obsolete.
12585 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12586 (bibtex-autokey-get-names): Handle empty name field.
12587 (bibtex-parse-strings): Use assoc-string and unless.
12588 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12589 Use assoc-string.
12590 (bibtex-pop): Simplify.
12591 (bibtex-mode): Set font-lock-extra-managed-props.
12592 (bibtex-entry-update): Use assoc-string.
12593 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12594 (bibtex-autofill-entry): Use bibtex-string=.
12595 (bibtex-print-help-message): Simplify.
12596 (bibtex-find-entry): New optional arg START.
12597 (bibtex-validate): Use bibtex-string= and assoc-string.
12598 Do not call obsolete function compilation-parse-errors.
12599 (bibtex-remove-delimiters): Only remove delimiters if present.
12600 (bibtex-copy-entry-as-kill): Add docstring.
12601 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12602 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12603 (bibtex-complete): Use bibtex-predefined-month-strings,
12604 bibtex-string=, and new function bibtex-complete-key-cleanup.
12605 (bibtex-generate-url-list): New variable.
12606 (bibtex-url): New command bound to C-c C-l and mouse-2.
12607 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12608 (bibtex-font-lock-url): New function.
12609
12610 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12613
12614 2004-09-09 Kim F. Storm <storm@cua.dk>
12615
12616 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12617 counter and format with binding.
12618 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12619 the declared macro uses own macro counter and format. Give symbol
12620 kmacro property.
12621 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12622 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12623 (kmacro-end-and-call-macro): Doc fix.
12624
12625 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12626
12627 * desktop.el (desktop-clear-preserve-buffers):
12628 Remove make-obsolete-variable.
12629
12630 2004-09-08 Richard M. Stallman <rms@gnu.org>
12631
12632 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12633 with the buffer as argument.
12634
12635 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12638
12639 2004-09-08 Juri Linkov <juri@jurta.org>
12640
12641 * replace.el (perform-replace): Use `query-replace-descr'.
12642
12643 * cus-start.el (history-delete-duplicates): Specify customization.
12644
12645 * diff-mode.el (diff-mode-map):
12646 * progmodes/compile.el (compilation-mode-map):
12647 * progmodes/grep.el (grep-mode-map):
12648 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12649 to `next-error-follow-minor-mode'.
12650
12651 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12652
12653 * isearch.el (isearch-lazy-highlight-update): Take into account
12654 the case of zero-length match at the search bound.
12655
12656 2004-09-08 Kim F. Storm <storm@cua.dk>
12657
12658 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12659 change. Use zero width overlays when necessary.
12660
12661 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12662
12663 * subr.el (split-string): Docfix.
12664
12665 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12666
12667 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12668 (display-call-tree): Ensure newline after caller/calls blocks.
12669
12670 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12671
12672 * startup.el (command-line-1): Make option
12673 --directory/-L modify `load-path' straight away.
12674
12675 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12676
12677 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12678
12679 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12680
12681 * emacs-lisp/autoload.el (make-autoload):
12682 Handle `define-compilation-mode'.
12683
12684 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12685 Specify `doc-string-elt' property.
12686
12687 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12688
12689 * bs.el (bs-mode): Doc fix.
12690
12691 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12692
12693 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12694
12695 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12696
12697 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12698
12699 2004-09-08 Kenichi Handa <handa@m17n.org>
12700
12701 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12702 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12703 ps-mule-next-point -> 1+).
12704
12705 * composite.el (encode-composition-rule): Add autoload cooky.
12706
12707 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12708
12709 * format.el (buffer-auto-save-file-format): Make it permanent local.
12710
12711 2004-09-07 Kim F. Storm <storm@cua.dk>
12712
12713 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12714 (authors-fixed-entries): Fix typo.
12715 (authors-canonical-author-name): Compact multiple spaces.
12716 Ignore trivial names (e.g. only first name).
12717
12718 * term.el (term-window-width): Only use full window width on
12719 window system if overflow-newline-into-fringe is enabled.
12720 (term-mode): Don't disable overflow-newline-into-fringe.
12721
12722 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12725 motion as seen on my Mac OS X xterms.
12726
12727 * newcomment.el (uncomment-region-default, comment-region-default):
12728 New functions extracted from uncomment-region and comment-region.
12729 (comment-region, comment-region-function, uncomment-region)
12730 (uncomment-region-function): Use them.
12731
12732 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12733
12734 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12735 It's not crucial but can make sense at times.
12736
12737 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12738 the first commit.
12739
12740 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12741 Disable obsolete code.
12742
12743 2004-09-07 Juri Linkov <juri@jurta.org>
12744
12745 * progmodes/grep.el (grep-highlight-matches): Change default from
12746 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12747 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12748 if grep option `--color' is available, or to `nil' otherwise.
12749 (grep-process-setup): Call `grep-compute-defaults' if
12750 `grep-highlight-matches' is not computed. Set env-vars only
12751 if `grep-highlight-matches' is `t'.
12752 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12753 is already defined).
12754
12755 * progmodes/compile.el (compilation-start): Use copy of
12756 `process-environment' created by `copy-sequence' to not
12757 modify env-vars in the global `process-environment'.
12758
12759 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12760
12761 * simple.el (next-error-follow-minor-mode): Fix last change.
12762
12763 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12764
12765 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12766 permanent local.
12767
12768 2004-09-04 Richard M. Stallman <rms@gnu.org>
12769
12770 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12771 highlighting if the search string is empty.
12772
12773 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12774
12775 * facemenu.el (facemenu-active-faces): Change condition of inner
12776 `while' loop to also check the first two elements of `face-atts'
12777 and `mask-atts'.
12778
12779 2004-09-04 John Paul Wallington <jpw@gnu.org>
12780
12781 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12782 (thumbs-view-image-mode): Make buffer read-only.
12783
12784 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12785
12786 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12787 (ispell-check-version): Set it.
12788 (ispell-send-replacement): New function.
12789 (ispell-process-line): Call ispell-send-replacement.
12790
12791 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12792
12793 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12794 Support choosing seconds with "s".
12795
12796 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12797
12798 * terminal.el (te-escape): Show `?' in prompt for help key.
12799
12800 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12801
12802 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12803
12804 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12805
12806 * simple.el (next-error-follow-minor-mode)
12807 (next-error-follow-mode-post-command-hook): New functions.
12808 (next-error-follow-last-line): New defvar.
12809
12810 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12811 * progmodes/compile.el (compilation-mode-map): Likewise.
12812 * progmodes/grep.el (grep-mode-map): Likewise.
12813 * replace.el (occur-mode-map): Likewise.
12814
12815 * newcomment.el (uncomment-region): Bind comment-use-global-state
12816 to nil.
12817
12818 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12819
12820 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12821 locally around the call to `revert-buffer'.
12822
12823 2004-09-03 Juri Linkov <juri@jurta.org>
12824
12825 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12826 `isearch-adjusted' to `t'.
12827 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12828 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12829 (isearch-other-meta-char): Restore isearch-point unconditionally.
12830 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12831 Set point to start of match if region is not active in transient
12832 mark mode (to include the current match to region boundaries).
12833 Push the search string to `query-replace-from-history-variable'.
12834 Add prompt "Query replace regexp" for isearch-regexp.
12835 Add region beginning/end as last arguments of `perform-replace.'
12836 (isearch-query-replace-regexp): Replace code by the call to
12837 `isearch-query-replace' with arg `t'.
12838
12839 2004-09-03 Richard M. Stallman <rms@gnu.org>
12840
12841 * startup.el (normal-top-level): Undo previous TERM change.
12842
12843 2004-09-03 Kim F. Storm <storm@cua.dk>
12844
12845 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12846 highlight overlays; allow using RET when cursor is over a button.
12847 (cua--highlight-rectangle): Use it.
12848 (cua--rectangle-set-corners): Don't move backwards at eol.
12849 (cua--forward-line): Don't move into void after eob.
12850
12851 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12852 point is set (and displayed) inside rectangle.
12853 (cua--rectangle-operation): Fix for highlight of empty lines.
12854 (cua--highlight-rectangle): Fix highlight for tabs.
12855 Position cursor at left/right edge of rectangle using new `cursor'
12856 property on overlay strings.
12857 (cua--indent-rectangle): Don't tabify.
12858 (cua-rotate-rectangle): Ignore that point has moved.
12859
12860 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12861
12862 * term/mac-win.el: Add ASCII equivalents for some function keys.
12863 (mode-line-frame-identification): Sync with x-win.el.
12864
12865 2004-09-02 Juri Linkov <juri@jurta.org>
12866
12867 * progmodes/compile.el (compilation-buffer-name): Compare major
12868 mode with second element of compilation-arguments instead of third
12869 to reflect latest changes in compilation-arguments structure.
12870 (recompile): Use global variable `compilation-directory' to get
12871 recent compilation directory only when `recompile' is invoked NOT
12872 in the compilation buffer. Otherwise, use `default-directory' of
12873 the compilation buffer.
12874 (compilation-error-properties): Allow to funcall col and end-col.
12875 (compilation-mode-font-lock-keywords): Check col and end-col by
12876 `integerp'.
12877 (compilation-goto-locus): If end-mk is non-nil in transient mark
12878 mode don't activate the mark (and don't display message in
12879 push-mark), but highlight overlay between mk and end-mk.
12880
12881 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12882 (grep-regexp-alist): Add rule to highlight grep matches.
12883 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12884
12885 * info.el (Info-fontify-node): Don't compute other-tag
12886 if Info-hide-note-references=hide.
12887
12888 * help.el (function-called-at-point):
12889 * help-fns.el (variable-at-point):
12890 Try `find-tag-default' when other methods failed.
12891
12892 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12893 Do not push mark if inhibit-mark-movement is non-nil.
12894
12895 * textmodes/ispell.el (ispell-html-skip-alists):
12896 Fix backslashes in docstring.
12897
12898 2004-09-01 Juri Linkov <juri@jurta.org>
12899
12900 * isearch.el (isearch-wrap-function)
12901 (isearch-push-state-function): New defvars.
12902 (isearch-pop-fun-state): New defsubst.
12903 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12904 (isearch-push-state): Set the result of calling
12905 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12906 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12907 restore the mode-specific starting point of terminated search.
12908 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12909 (isearch-repeat): Call `isearch-wrap-function' if defined.
12910 (isearch-message-prefix): Don't add prefix "over" to the message
12911 for wrapped search if `isearch-wrap-function' is defined.
12912 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12913 restore the mode-specific starting point of failed search.
12914
12915 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12916 (Info-search): Add new optional arguments for the sake of isearch.
12917 Replace whitespace in Info-search-whitespace-regexp literally.
12918 Add backward search. Don't call `Info-select-node' if regexp is
12919 found in the same Info node. Don't add node to Info-history for
12920 wrapped isearch.
12921 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12922 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12923 (Info-mode): Set local variables `isearch-search-fun-function',
12924 `isearch-wrap-function', `isearch-push-state-function',
12925 `search-whitespace-regexp'.
12926
12927 * isearch.el: Remove ancient Change Log section.
12928 (isearch-string, isearch-message-string, isearch-point)
12929 (isearch-success, isearch-forward-flag, isearch-other-end)
12930 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12931 (isearch-barrier, isearch-within-brackets)
12932 (isearch-case-fold-search): Add suffix `-state' to state-related
12933 defsubsts to avoid name clashes with other function names.
12934
12935 * simple.el (next-error): New defgroup and defface.
12936 (next-error-highlight, next-error-highlight-no-select):
12937 New defcustoms.
12938 (next-error-no-select): Let-bind next-error-highlight to the value
12939 of next-error-highlight-no-select before calling `next-error'.
12940
12941 * progmodes/compile.el (compilation-goto-locus):
12942 Use `next-error' face instead of `region'. Set 4-th argument of
12943 `move-overlay' to `current-buffer' to move overlay to different
12944 source buffers. Use new variable `next-error-highlight'.
12945
12946 * simple.el (next-error-find-buffer): Move the rule
12947 "if current buffer is a next-error capable buffer" after the
12948 rule "if next-error-last-buffer is set to a live buffer".
12949 Simplify to test all rules in one `or'.
12950 (next-error): Doc fix.
12951 (next-error, previous-error, first-error)
12952 (next-error-no-select, previous-error-no-select):
12953 Make arguments optional.
12954
12955 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12956
12957 * macros.el (apply-macro-to-region-lines): Make it operate on all
12958 lines that begin in the region, rather than on all complete lines
12959 in the region.
12960
12961 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12962
12963 * x-dnd.el (x-dnd-protocol-alist): Document update.
12964 (x-dnd-known-types): Defcustom it.
12965 (x-dnd-handle-motif): Print message-atom in error message.
12966
12967 2004-08-30 John Paul Wallington <jpw@gnu.org>
12968
12969 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12970 strings rather than programatically constructing message.
12971
12972 2004-08-30 Richard M. Stallman <rms@gnu.org>
12973
12974 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12975 Don't return a string that would read as the wrong character code.
12976
12977 2004-08-29 Kim F. Storm <storm@cua.dk>
12978
12979 * emulation/cua-base.el (cua-auto-expand-rectangles):
12980 Remove automatic rectangle padding feature; replace by non-destructive
12981 virtual rectangle edges feature.
12982 (cua-virtual-rectangle-edges): New defcustom.
12983 (cua-auto-tabify-rectangles): New defcustom.
12984 (cua-paste): If paste into a marked rectangle, insert rectangle at
12985 current column, even if virtual; also paste exactly as many lines
12986 as has been marked (ignore additional lines or add empty lines),
12987 but paste whole source if only one line is marked.
12988 (cua--update-indications): No longer use overwrite-cursor to
12989 indicate rectangle padding
12990
12991 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12992 (cua--rectangle-virtual-edges): New defun.
12993 (cua--rectangle-get-corners): Remove optional PAD arg.
12994 (cua--rectangle-set-corners): Never do padding.
12995 (cua--forward-line): Remove optional PAD arg. Simplify.
12996 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12997 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12998 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12999 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13000 (cua--rectangle-move): Never do padding. Simplify.
13001 (cua--tabify-start): New defun.
13002 (cua--rectangle-operation): Add tabify arg. All callers changed.
13003 (cua--pad-rectangle): Remove.
13004 (cua--delete-rectangle): Handle delete with virtual edges.
13005 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13006 (cua--insert-rectangle): Handle insert at virtual column.
13007 Perform auto-tabify if necessary.
13008 (cua--activate-rectangle): Remove optional FORCE arg.
13009 Never do padding. Simplify.
13010 (cua--highlight-rectangle): Enhance for virtual edges.
13011 (cua-toggle-rectangle-padding): Remove command.
13012 (cua-toggle-rectangle-virtual-edges): New command.
13013 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
13014 (cua--rectangle-post-command): Don't force rectangle padding.
13015 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13016
13017 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
13018
13019 * indent.el (edit-tab-stops-buffer): Doc fix.
13020
13021 2004-08-28 Richard M. Stallman <rms@gnu.org>
13022
13023 * progmodes/grep.el (grep-default-command): Use find-tag-default.
13024 (grep-tag-default): Function deleted.
13025
13026 * subr.el (find-tag-default): Move from etags.el.
13027
13028 * progmodes/etags.el (find-tag-default): Move to subr.el.
13029
13030 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
13031 into the basic character if it has an uppercase form.
13032
13033 2004-08-27 Kenichi Handa <handa@m17n.org>
13034
13035 * international/utf-8.el (utf-8-post-read-conversion): If the
13036 buffer is unibyte, temporarily make it multibyte.
13037
13038 2004-08-27 Masatake YAMATO <jet@gyve.org>
13039
13040 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
13041
13042 2004-08-25 John Paul Wallington <jpw@gnu.org>
13043
13044 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13045 0, 1, and many mismatches in message.
13046 (tex-start-shell): Use `set-process-query-on-exit-flag'.
13047
13048 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
13049 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
13050
13051 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13054 vc-diff-switches differently.
13055
13056 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
13057
13058 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13059 before and a real defvar after
13060 `speedbar-supported-extension-expressions'. This is to silence
13061 the compiler without breaking bootstrapping.
13062
13063 2004-08-22 Richard M. Stallman <rms@gnu.org>
13064
13065 * textmodes/flyspell.el (flyspell-word):
13066 Use set-process-query-on-exit-flag.
13067 (flyspell-highlight-duplicate-region): Take POSS as arg.
13068 (flyspell-word): Pass POSS as arg.
13069
13070 * progmodes/ada-xref.el: Many doc and style fixes.
13071 (ada-find-any-references): Use compilation-start.
13072 (ada-get-ali-file-name): Improve error msg.
13073 (ada-get-ada-file-name): Likewise.
13074
13075 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13076 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13077
13078 * mail/mail-extr.el (mail-extr-all-top-level-domains):
13079 Add forward defvar.
13080
13081 * whitespace.el (global-whitespace-mode): New alias
13082 for whitespace-global-mode.
13083
13084 * speedbar.el (speedbar-file-regexp): Move definition up.
13085 (speedbar-mode, speedbar-set-mode-line-format):
13086 Use with-no-warnings.
13087 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13088
13089 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13090 controls whether to display the error buffer.
13091
13092 * ps-mule.el: Delete compatibility code for old Emacses.
13093 (ps-mule-find-wrappoint): Don't use chars-in-region.
13094
13095 * frame.el (display-mouse-p, display-selections-p):
13096 Use with-no-warnings.
13097
13098 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13099
13100 2004-08-22 David Kastrup <dak@gnu.org>
13101
13102 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13103 information.
13104
13105 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13106
13107 2004-08-22 Andreas Schwab <schwab@suse.de>
13108
13109 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13110
13111 2004-08-22 Masatake YAMATO <jet@gyve.org>
13112
13113 * cvs-status.el (cvs-status-checkout): New function.
13114 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13115
13116 2004-08-21 David Kastrup <dak@gnu.org>
13117
13118 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13119 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13120 has been converted to use hashtables, the relation `nil=none' is
13121 no longer valid, as `nil' is not a hashtable. This patch tries to
13122 reduce the number of resulting errors.
13123
13124 2004-08-21 John Paul Wallington <jpw@gnu.org>
13125
13126 * subr.el (process-kill-without-query): Made obsolete in
13127 version 21.4, not 21.5.
13128
13129 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13130 (vc-previous-comment, vc-next-comment)
13131 (vc-comment-search-reverse, vc-comment-search-forward)
13132 (vc-comment-to-change-log): Likewise.
13133
13134 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13135
13136 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
13137
13138 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13139 Correct indentation of DEFMETHODS with non-standard method
13140 combinations (e.g., PROGN, MIN, MAX).
13141
13142 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
13143
13144 * startup.el (normal-top-level-add-subdirs-to-load-path):
13145 Avoid unnecessarily checking system-type.
13146 (normal-top-level): Set TERM to "dumb". Simplify.
13147
13148 * avoid.el (mouse-avoidance-ignore-p): New fun.
13149 Also ignore switch-frame, select-window, double, and triple clicks.
13150 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13151 (mouse-avoidance-fancy-hook): Use it.
13152
13153 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
13154
13155 * avoid.el (mouse-avoidance-nudge-mouse)
13156 (mouse-avoidance-banish-destination): Stay within the current window
13157 to avoid problems with mouse-autoselect-window.
13158
13159 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13160
13161 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13162 the newer format of some messages in cvs-1.12.1.
13163
13164 2004-08-19 Masatake YAMATO <jet@gyve.org>
13165
13166 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13167 (elp-results-jump-to-definition-by-mouse)
13168 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13169 (elp-output-result): Use elp-output-insert-symname.
13170
13171 2004-08-18 Kenichi Handa <handa@m17n.org>
13172
13173 * language/cyrillic.el: Register koi8-r in
13174 ctext-non-standard-encodings-alist.
13175 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13176
13177 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
13178
13179 * emacs-lisp/copyright.el (copyright-update-year): Delete code
13180 that replaces 20xy with xy.
13181
13182 2004-08-17 John Paul Wallington <jpw@gnu.org>
13183
13184 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13185 (reb-force-update): Doc fix.
13186
13187 2004-08-16 Richard M. Stallman <rms@gnu.org>
13188
13189 * progmodes/which-func.el (which-func-update-1): Doc fix.
13190
13191 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13192 (sh-mode-abbrev-table): New variable.
13193
13194 * progmodes/compile.el (compilation-mode): Doc fix.
13195
13196 * emacs-lisp/lisp-mode.el (eval-last-sexp):
13197 Don't cons a new symbol each time.
13198 (eval-last-sexp-fake-value): New variable.
13199
13200 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13201 (copyright-update-year): Detect continuation of list of years.
13202
13203 * term.el (term-default-fg-color, term-default-bg-color)
13204 (ansi-term-color-vector): Use `unspecified', not nil, as default.
13205
13206 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13207
13208 2004-08-16 Davis Herring <herring@lanl.gov>
13209
13210 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13211 (isearch-success, isearch-forward-flag, isearch-other-end)
13212 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13213 (isearch-barrier, isearch-within-brackets)
13214 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13215
13216 2004-08-16 Kenichi Handa <handa@m17n.org>
13217
13218 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13219
13220 2004-08-15 Kenichi Handa <handa@m17n.org>
13221
13222 * term/x-win.el (x-selection-value): If utf8 was successful but
13223 ctext was not, use utf8 string.
13224
13225 2004-08-14 Davis Herring <herring@lanl.gov>
13226
13227 * isearch.el: Remove accidental changes of March 4. Fix backing
13228 up when a regexp isearch is made more general. Use symbolic
13229 accessor functions for isearch stack frames to make usage clearer.
13230 (search-whitespace-regexp): Made groups in documentation shy (as
13231 is the group in the default value).
13232 (isearch-fallback): New function, addresses problems with regexps
13233 liberalized by `\|', adds support for liberalization by `\}' (the
13234 general repetition construct), and incorporates behavior for
13235 `*'/`?'.
13236 (isearch-}-char): New command, calls `isearch-fallback' with
13237 arguments appropriate to a typed `}'.
13238 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13239 appropriately.
13240 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13241 (isearch-string, isearch-message,string, isearch-point)
13242 (isearch-success, isearch-forward-flag, isearch-other-end)
13243 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13244 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13245 New inline functions to read fields of a stack frame.
13246
13247 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13248
13249 * battery.el (battery-linux-proc-acpi): Look into battery
13250 directories matching the literal string "CMB", too (required for
13251 Linux kernel version 2.6.7).
13252
13253 2004-08-14 John Paul Wallington <jpw@gnu.org>
13254
13255 * cus-start.el (read-file-name-completion-ignore-case): Add.
13256 (blink-cursor-alist): Change version to "21.4".
13257
13258 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13259
13260 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13261
13262 * speedbar.el (speedbar-scan-subdirs): New option.
13263 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13264 dolist.
13265 (speedbar-insert-files-at-point): Take an extra argument and use
13266 it to optionally find out if a subdir is empty. Also unreadable
13267 files don't get expand buttons.
13268 (speedbar-directory): New image (unused pixmap already existed).
13269 (speedbar-expand-image-button-alist): Use it.
13270
13271 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13272
13273 CC Mode update to 5.30.9:
13274
13275 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13276 Move from cc-vars to cc-defs for dependency reasons. Fix the
13277 POSIX char class test to check that it works in
13278 `skip-chars-(forward|backward)' too.
13279
13280 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13281 first argument starts with a special brace list.
13282
13283 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13284 when `c-opt-type-concat-key' is used (i.e. in Pike).
13285
13286 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13287 Fix bug when the inner char pair doesn't have paren syntax,
13288 i.e. "(<>)".
13289
13290 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13291 whitespace safe.
13292
13293 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13294 position for `arglist-intro', `arglist-cont-nonempty' and
13295 `arglist-close' when there are two arglist open parens on the same
13296 line and there's nothing in front of the first.
13297
13298 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13299 locking of qualified names in Java, which previously could fontify
13300 common indexing expressions in many cases. The standard Java
13301 naming conventions are used to tell them apart.
13302
13303 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13304 Fix inconsistency wrt opening parens on the first line inside a paren
13305 block.
13306
13307 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13308 compile time for the sake of `c-major-mode-is'.
13309
13310 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13311 `c-major-mode-is' in the event that this is used inside a
13312 `c-lang-defconst'.
13313
13314 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13315 `c-lang-defconst' so that it works better with fallback languages.
13316
13317 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13318 it to fail to record the base mode.
13319
13320 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13321 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13322 is used. Reorder the syntax checks to get more efficient
13323 skipping in some situations.
13324
13325 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13326 continuation which might precede the newly inserted '{'.
13327
13328 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13329 Fix cases where it could loop indefinitely.
13330
13331 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13332 size specs correctly. Only fontify identifiers in front of '('
13333 with as functions - don't accept any paren char. Tighten up
13334 initializer skipping to stop before function and class blocks.
13335
13336 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13337 the point could be left directly after an open paren when finding
13338 the beginning of the first decl in the block.
13339
13340 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13341 table when filtering out legitimate open parens to be recorded.
13342 This could cause cache inconsistencies when e.g.
13343 `c++-template-syntax-table' was temporarily in use.
13344
13345 * progmodes/cc-engine.el (c-on-identifier)
13346 (c-simple-skip-symbol-backward): Small fix for handling "-"
13347 correctly in `skip-chars-backward'. Affected the operator lfun
13348 syntax in Pike.
13349
13350 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13351 Fix bug that could cause an error from `after-change-functions' when
13352 the changed region is at bob.
13353
13354 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13355
13356 CC Mode update to 5.30.9:
13357
13358 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13359 to say that <TAB> doesn't insert WS into a CPP line.
13360 (c-indent-command, c-tab-always-indent): Amend doc strings.
13361
13362 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13363 checks for user errors, thus eliminating cryptic and unhelpful
13364 Emacs error messages. (1) Check the arg to `c-set-style' is a
13365 string. (2) Check that settings to `c-offsets-alist' are not
13366 spuriously quoted.
13367
13368 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13369 which precedes the newly inserted `{'.
13370
13371 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13372
13373 Sync with Tramp 2.0.44.
13374
13375 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13376 function "tramp_file_attributes". Otherwise, file names
13377 containing spaces are misinterpreted. Reported by Magnus Henoch
13378 <mange@freemail.hu>.
13379 (tramp-handle-file-truename): FILENAME must be expanded first.
13380 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13381 obscure results. Reported by D. Goel <deego@gnufans.org>.
13382 (tramp-handle-verify-visited-file-modtime): If file does not
13383 exist, say it is not modified if and only if that agrees with the
13384 buffer's record. Check whether a file is visiting the buffer, or
13385 the buffer has no recorded last modification time. Return t in
13386 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13387 <teirllm@auburn.edu>.
13388 (tramp-handle-write-region): Pass modtime explicitely to
13389 `set-visited-file-modtime', because filename can be different
13390 from (buffer-file-name) if `file-precious-flag' is set.
13391 `set-visited-file-modtime' must be called always when `visit' is t
13392 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13393 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13394 nil, don't apply the whole body. If the file doesn't exists, set
13395 modtime to '(-1 65535). Suggested by Luc Teirlinck
13396 <teirllm@auburn.edu>.
13397
13398 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13399
13400 * help.el (describe-bindings): Doc fix.
13401
13402 * subr.el (kbd): Doc fix.
13403
13404 2004-08-08 John Paul Wallington <jpw@gnu.org>
13405
13406 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13407 instead of `string-to-int'.
13408 (define-ibuffer-column mode): Fix indentation.
13409
13410 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13411
13412 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13413
13414 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13415
13416 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13417
13418 * novice.el (disabled-command-function): New variable renamed from
13419 `disabled-command-hook'.
13420 (disabled-command-hook): Keep the _variable_ as alias for
13421 `disabled-command-function' and make obsolete.
13422 (disabled-command-function): Function renamed from
13423 `disabled-command-hook'. Adapt code to name change of the variable.
13424
13425 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13426
13427 * simple.el (completion-root-regexp): New defvar.
13428 (completion-setup-function): Use it instead of a literal string.
13429
13430 2004-08-07 John Paul Wallington <jpw@gnu.org>
13431
13432 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13433 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13434 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13435 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13436
13437 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13438
13439 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13440 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13441
13442 2004-08-04 Kenichi Handa <handa@m17n.org>
13443
13444 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13445 Fix previous change.
13446
13447 2004-08-03 Kenichi Handa <handa@m17n.org>
13448
13449 * international/encoded-kb.el: The following changes are to
13450 utilize key-translation-map instead of minor mode map.
13451 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13452 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13453 (encoded-kbd-last-key): New function.
13454 (encoded-kbd-iso2022-single-shift): New function.
13455 (encoded-kbd-iso2022-designation)
13456 (encoded-kbd-self-insert-iso2022-7bit)
13457 (encoded-kbd-self-insert-iso2022-8bit)
13458 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13459 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13460 key-translation-map.
13461 (encoded-kbd-setup-keymap): Setup key-translation-map.
13462 (saved-key-translation-map): New variable.
13463 (encoded-kbd-mode): Save/restore key-translation-map.
13464 Adjust for the change of encoded-kbd-setup-keymap.
13465
13466 2004-08-02 Kim F. Storm <storm@cua.dk>
13467
13468 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13469 and call compute-motion with nil for topos and width to get proper
13470 usable width and height for both window and non-window systems.
13471
13472 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13473 calculate usable window width and height.
13474
13475 * window.el (window-buffer-height): Call compute-motion with nil width.
13476
13477 2004-08-01 David Kastrup <dak@gnu.org>
13478
13479 * replace.el (query-replace-read-from):
13480 Use `query-replace-compile-replacement'.
13481 (query-replace-compile-replacement): New function.
13482 (query-replace-read-to): Use `query-replace-compile-replacement'
13483 for repeating the last command.
13484
13485 2004-08-01 John Paul Wallington <jpw@gnu.org>
13486
13487 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13488 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13489 (pr-switches): Remove period from end of error messages.
13490
13491 * help-mode.el (help-go-back): Likewise.
13492
13493 * abbrev.el (only-global-abbrevs): Doc fix.
13494 (edit-abbrevs-map): Define within defvar.
13495 (quietly-read-abbrev-file): Doc fix.
13496
13497 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13498
13499 * novice.el (enable-command, disable-command): Doc fixes.
13500
13501 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13502
13503 2004-07-30 Richard M. Stallman <rms@gnu.org>
13504
13505 * subr.el (with-local-quit): Doc fix.
13506
13507 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13508
13509 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13510
13511 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13512
13513 * custom.el (defcustom): Doc fix.
13514
13515 2004-07-28 Masatake YAMATO <jet@gyve.org>
13516
13517 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13518
13519 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * imenu.el (imenu-prev-index-position-function)
13522 (imenu-extract-index-name-function, imenu-name-lookup-function)
13523 (imenu--index-alist): Docstring redundancy fix.
13524
13525 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13526
13527 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13528 binding dired-backup-overwrite.
13529
13530 2004-07-25 John Paul Wallington <jpw@gnu.org>
13531
13532 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13533
13534 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13535
13536 * term/tty-colors.el (tty-color-approximate): Doc fix.
13537
13538 * select.el (x-get-selection, x-set-selection): Doc fixes.
13539
13540 * frame.el (make-frame): Doc fix.
13541
13542 2004-07-24 Richard M. Stallman <rms@gnu.org>
13543
13544 * mail/rmail.el (rmail-mime-charset-pattern):
13545 Don't include semicolon in the charset value.
13546
13547 * replace.el (occur-next-error): Call set-window-point.
13548 (occur-engine): Handle negative NLINES.
13549
13550 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13551
13552 * frame.el (modify-all-frames-parameters): Minor doc fix.
13553 (set-frame-configuration): Doc fix.
13554
13555 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13556
13557 * simple.el (completion-setup-function): Compute the common parts
13558 and the first difference place correctly when
13559 partial-completion-mode is on.
13560
13561 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13562
13563 * ps-print.el: Doc fix.
13564 (ps-print-version): New version 6.6.5.
13565 (ps-printing-region): Doc fix.
13566 (ps-generate-string-list): Comment fix.
13567 (ps-message-log-max): Code fix.
13568
13569 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13570
13571 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13572 generated PostScript.
13573
13574 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13575
13576 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13577 with Gnus v5_10 branch.)
13578
13579 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13580
13581 * calendar/time-date.el (time-to-number-of-days): New function.
13582 Imported from from Gnus.
13583
13584 2004-07-22 Kim F. Storm <storm@cua.dk>
13585
13586 * progmodes/make-mode.el: Fix comments.
13587
13588 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13589
13590 * printing.el: Doc fix.
13591
13592 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13593
13594 * frame.el (modify-all-frames-parameters): Minor doc fix.
13595
13596 2004-07-20 Richard M. Stallman <rms@gnu.org>
13597
13598 * textmodes/fill.el (fill-nobreak-p): If this break point is
13599 at the end of the line, don't consider the newline which follows
13600 as a reason to return t.
13601
13602 2004-07-19 John Paul Wallington <jpw@gnu.org>
13603
13604 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13605
13606 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13607
13608 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13609 Delete irrelevant code.
13610
13611 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13612
13613 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13614 New docstring. From Luc Teirlinck.
13615
13616 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13617
13618 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13619 section.
13620 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13621 non-file buffers. We know it is nil.
13622
13623 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13624
13625 Sync with Tramp 2.0.43.
13626
13627 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13628 Remove outdated comment.
13629 (tramp-locked, tramp-locker): New variables for implementing a
13630 global lock.
13631 (tramp-sh-file-name-handler): Use them to implement the global lock.
13632
13633 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13634
13635 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13636 calls to respective `xxx` calls.
13637 (tramp-process-alive-regexp): Precise doc string.
13638 (tramp-multi-action-process-alive): New defun.
13639 (tramp-multi-actions): Use it.
13640 (tramp-handle-find-backup-file-name): `copy-tree' is available
13641 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13642 in order to avoid this function.
13643 (tramp-handle-write-region): Set current buffer. If connection
13644 wasn't open, `file-modes' has changed it accidently. Reported by
13645 David Kastrup <dak@gnu.org>.
13646 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13647 HOST.
13648 (tramp-action-password, tramp-multi-action-password): Apply it.
13649 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13650 name must still contain the port number. Otherwise, we have two
13651 Tramp buffers, with all the confusion. Reported by Myron Selby
13652 <myron@xytech.com> and Rolf Dubitzky
13653 <Dubitzky@physi.uni-heidelberg.de>.
13654
13655 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13656 HOST to `tramp-enter-passwd'.
13657
13658 * net/tramp-vc.el (all): Code cleanup. Change all
13659 `tramp-handle-xxx' calls to respective `xxx` calls.
13660
13661 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13662
13663 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13664 functions that are not erroneous if either 1-valued or
13665 multi-valued. Detect functions in this class.
13666 (testcover-1value-functions, testcover-compose-functions)
13667 (testcover-progn-functions) Add some additional functions to lists.
13668 (testcover-mark): Bugfix when marking up the definition for an
13669 empty function.
13670
13671 2004-07-17 Richard M. Stallman <rms@gnu.org>
13672
13673 * replace.el (occur-read-primary-args): Pass default to
13674 read-from-minibuffer.
13675
13676 * mail/footnote.el (footnote-section-tag): Use defcustom.
13677
13678 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13679 Compile font-lock-keywords, not KEYWORDS.
13680 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13681 Add warn, check-type. Handle cerror like error.
13682
13683 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13684
13685 * progmodes/which-func.el (which-func-keymap): New var.
13686 (which-func-face): New face.
13687 (which-func-format): Use them.
13688
13689 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13690
13691 * buff-menu.el (list-buffers-noselect): Append the buffer's
13692 process status to its mode name.
13693
13694 2004-07-16 Kim F. Storm <storm@cua.dk>
13695
13696 * simple.el (inhibit-mark-movement): New defvar.
13697 (beginning-of-buffer, end-of-buffer): Do not push mark if
13698 inhibit-mark-movement is non-nil or C-u prefix is given.
13699
13700 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13701 Init to beginning-of-buffer and end-of-buffer.
13702 (cua--undo-push-mark): New defvar.
13703 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13704 already active and command is in cua--preserve-mark-commands.
13705 Also fix check for shift modifier on non-window systems.
13706 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13707
13708 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13709
13710 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13711 of two integers, instead of a cons.
13712
13713 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13714 `visited-file-modtime' now returns a list of two integers, instead
13715 of a cons.
13716
13717 * dired.el (dired-directory-changed-p): Ditto.
13718
13719 * progmodes/grep.el (grep): Doc fix.
13720
13721 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13722
13723 * autorevert.el (auto-revert-tail-mode)
13724 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13725 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13726 in both at the same time.
13727 (auto-revert-tail-mode): New command.
13728 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13729 (auto-revert-handler): Revert only either tail or whole file.
13730
13731 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13732 add auto-revert-tail-mode.
13733
13734 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13735
13736 * printing.el: Doc fix. Change name of some funs.
13737 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13738 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13739 (pr-standard-file-name): New fun. Replace pr-standard-path.
13740 (pr-call-process): Code fix.
13741
13742 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13743
13744 * subr.el (with-selected-window): Doc fix.
13745
13746 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13747
13748 * subr.el (get-buffer-window-list): Doc fix.
13749
13750 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13751
13752 * files.el (switch-to-buffer-other-window): Doc fix.
13753
13754 * window.el (save-selected-window, one-window-p)
13755 (split-window-keep-point, split-window-vertically)
13756 (split-window-horizontally): Doc fixes.
13757
13758 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13759
13760 * printing.el: Doc fix. Now it uses call-process instead of
13761 shell-command for low command execution.
13762 (pr-version): New version number (6.8).
13763 (pr-shell-file-name): Option removed.
13764 (pr-shell-command): Fun removed.
13765 (pr-call-process): New fun. Replace pr-shell-command.
13766 (pr-standard-path, pr-remove-nil-from-list): New funs.
13767 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13768 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13769 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13770 (pr-ps-utility-process, pr-txt-print): Code fix.
13771
13772 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13773
13774 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13775 boolean.
13776
13777 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13778
13779 * wid-edit.el (widget-field-buffer): Doc fix.
13780
13781 2004-07-09 John Paul Wallington <jpw@gnu.org>
13782
13783 * emacs-lisp/re-builder.el (reb-update-overlays):
13784 Distinguish between one and several matches in message.
13785
13786 2004-07-09 Richard M. Stallman <rms@gnu.org>
13787
13788 * mouse.el (mouse-set-region-1): If transient-mark-mode
13789 is `identity', change it to `only'.
13790
13791 * simple.el (current-word): Doc fix.
13792
13793 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13794
13795 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13796 so that it is more understanding of whitespace.
13797
13798 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13799 (("ns" . "element") (attr-list) children) instead of
13800 ((:ns . "element") (attr-list) children) in order to reduce the
13801 number of symbols used.
13802 (xml-skip-dtd): Change to use xml-parse-dtd but set
13803 xml-validating-parsing to nil.
13804 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13805 (xml-substitute-entity): Remove in favor of new entity substitution.
13806 (xml-substitute-special): Rewrite in to substitute complex
13807 entities from DOCTYPE declarations.
13808 (xml-parse-fragment): Parse fragments from entity deleclarations.
13809 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13810 (xml-parse-dtd, xml-substitute-special): Make validity checks
13811 conditioned on xml-validating-parser. Add "Not Well Formed" to
13812 error messages about well-formedness.
13813
13814 2004-07-08 Steven Tamm <steventamm@mac.com>
13815
13816 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13817 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13818 Do not treat double clicks and triple clicks specially in the
13819 scroll bar (preventing strange repositioning problems)
13820
13821 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * replace.el (query-replace-regexp-eval): Fix last change.
13824
13825 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13826
13827 * replace.el (query-replace-descr): New fun.
13828 (query-replace-read-from, query-replace-read-args): Default to the
13829 previous from&to.
13830 (query-replace-read-to): Quote the `from' string when displaying it.
13831 (query-replace-regexp-eval): Immediately check read-only status.
13832 Use query-replace-read-from to get the \n checking.
13833 Quote the `from' string when displaying it.
13834 (map-query-replace-regexp, occur-read-primary-args):
13835 Quote the `from' string when displaying it.
13836
13837 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13838 delimited-ness of the search to query-replace.
13839
13840 * replace.el (query-replace-read-from, query-replace-read-to):
13841 New funs extracted from query-replace-read-args.
13842 (query-replace-read-args): Use them.
13843
13844 * replace.el (query-replace-interactive, query-replace-read-args):
13845 Remove the `initial' special value.
13846 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13847 (occur-engine): Remove unused var `matchend'.
13848
13849 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13850 Use the search string without prompting.
13851
13852 2004-07-05 Kenichi Handa <handa@m17n.org>
13853
13854 * international/mule.el (decode-coding-inserted-region):
13855 Set last-coding-system-used only when coding is nil.
13856
13857 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13858
13859 * progmodes/grep.el (grep-compute-defaults, grep-command)
13860 (grep-program, find-program, grep-find-use-xargs, grep-history)
13861 (grep-find-history, grep-tag-default, grep-find-command)
13862 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13863 Add autoload cookies, for unbundled packages that load `compile'
13864 and expect all grep-related symbols to become defined.
13865
13866 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13867
13868 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13869 (iimage-mode-image-search-path): New user option to search the
13870 image file.
13871 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13872 have locate-file.
13873 (iimage-mode-buffer): Use it.
13874
13875 2004-07-03 Nick Roberts <nickrob@gnu.org>
13876
13877 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13878 carefully.
13879 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13880
13881 2004-07-03 Juri Linkov <juri@jurta.org>
13882
13883 * replace.el (query-replace-read-args): Swallow space after 'foo,
13884 not after (quote foo). Match space only immediately after symbol,
13885 not anywhere in the whole string.
13886
13887 2004-07-02 Richard M. Stallman <rms@gnu.org>
13888
13889 * replace.el (query-replace-read-args): Swallow space after
13890 symbols, not after closeparens. But avoid error if string ends there.
13891
13892 * progmodes/python.el (python-beginning-of-statement):
13893 Exit the loop if backward-up-list gets error.
13894
13895 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13896
13897 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13898
13899 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13900 only if vc-consult-headers is non-nil.
13901
13902 2004-07-02 Juri Linkov <juri@jurta.org>
13903
13904 * pcvs.el (cvs-mode-diff-repository): New command.
13905
13906 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13907
13908 2004-07-01 Juri Linkov <juri@jurta.org>
13909
13910 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13911 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13912 C-M-% to isearch-query-replace-regexp.
13913 (minibuffer-local-isearch-map): Add arrow key bindings.
13914 Bind C-f to isearch-yank-char-in-minibuffer.
13915 (isearch-forward): Doc fix.
13916 (isearch-edit-string): Doc fix.
13917 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13918 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13919 (isearch-yank-char): Add optional arg.
13920 (isearch-yank-char-in-minibuffer): New fun.
13921
13922 * replace.el (query-replace-interactive): Change type from boolean
13923 to choice. Add value `initial'.
13924 (query-replace-read-args): Handle value `initial' of
13925 query-replace-interactive.
13926
13927 2004-06-29 Kim F. Storm <storm@cua.dk>
13928
13929 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13930 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13931
13932 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13933 Add :group 'ada.
13934
13935 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13936
13937 2004-06-29 Juri Linkov <juri@jurta.org>
13938
13939 * replace.el (query-replace-read-args): Swallow a space after
13940 everything except )]" which in most cases means after a symbol.
13941
13942 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13943
13944 2004-06-28 Richard M. Stallman <rms@gnu.org>
13945
13946 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13947 More changes to go with previous change in font-lock.el.
13948
13949 2004-06-26 David Kastrup <dak@gnu.org>
13950
13951 * replace.el (perform-replace): Highlight the match even in
13952 non-query mode if there is potential replace string editing.
13953
13954 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13955
13956 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13957 agree with new return value of `file-remote-p'.
13958 This syncs with Tramp 2.0.42.
13959
13960 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13961 according to new documentation of `file-remote-p'.
13962
13963 * files.el (file-remote-p): Fix doc to say that return value is
13964 identification of remote system, if not nil.
13965 (file-relative-name): Use new return value of `file-remote-p'.
13966
13967 2004-06-26 Nick Roberts <nickrob@gnu.org>
13968
13969 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13970 (gdb-goto-breakpoint): Fix breakage.
13971
13972 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13973
13974 * man.el (Man-getpage-in-background): Add windows-nt to the list
13975 of systems where shell-file-name should be used instead of
13976 literal "sh".
13977
13978 2004-06-25 Sam Steingold <sds@gnu.org>
13979
13980 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13981 function names `(setf symbol)'.
13982
13983 2004-06-24 Richard M. Stallman <rms@gnu.org>
13984
13985 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13986
13987 * font-lock.el (font-lock-keywords): Change format of compiled values.
13988 Document it.
13989 (font-lock-add-keywords): If font-lock-keywords is compiled,
13990 extract the uncompiled version, modify, then recompile.
13991 (font-lock-remove-keywords): Likewise.
13992 (font-lock-fontify-keywords-region): Handle changed format.
13993 (font-lock-compile-keywords): Handle changed format.
13994 (font-lock-set-defaults): Compile the keywords explicitly here.
13995
13996 2004-06-24 David Kastrup <dak@gnu.org>
13997
13998 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13999 replacements here.
14000 (query-replace-regexp): Doc string explaining this and the new
14001 `\?' replacement. Remove `\,' and `\#' implementation here, as it
14002 is better placed in `query-replace-read-args'.
14003 (replace-regexp): Explain `\,', `\#' and `\?'.
14004 (replace-match-data): New function for thorough reuse/destruction
14005 of old match-data.
14006 (replace-match-maybe-edit): Function for implementing `\?' editing.
14007 (perform-replace): Fix maintaining of the match stack including
14008 already matched regions, implement `\?', fix various problems
14009 with regions while editing and other stuff.
14010 (replace-highlight): Simplify.
14011
14012 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
14013
14014 * progmodes/grep.el (grep-error-screen-columns): New variable.
14015 (grep-regexp-alist): Give it the full functionality of gnu style
14016 compilation messages with line and column ranges. Ask me for the
14017 perl script I'm working on, that uses these.
14018
14019 2004-06-23 Nick Roberts <nickrob@gnu.org>
14020
14021 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14022 Remove.
14023 (comint-insert-input, comint-mouse-insert-input): New functions
14024 based on comint-insert-clicked-input for two bindings but just
14025 one functionality.
14026
14027 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
14028
14029 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
14030
14031 2004-06-23 Lars Hansen <larsh@math.ku.dk>
14032
14033 * files.el (write-contents-functions): Doc fix.
14034
14035 2004-06-21 Juanma Barranquero <lektu@terra.es>
14036
14037 * image.el (image-library-alist): Rewrite docstring in active voice.
14038
14039 2004-06-20 Richard M. Stallman <rms@gnu.org>
14040
14041 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
14042
14043 * isearch.el (isearch-repeat): Avoid testing old match data.
14044 (isearch-message): Display trailing space in special font
14045 when search is failing.
14046 (isearch-search-fun-function): Doc fix.
14047
14048 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
14049
14050 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
14051
14052 * frame.el (show-trailing-whitespace): Doc fix.
14053
14054 * cus-edit.el (custom-variable-documentation): New function.
14055 (custom-variable): Use it.
14056
14057 2004-06-19 Nick Roberts <nickrob@gnu.org>
14058
14059 * man.el (Man-getpage-in-background): Revert previous change but
14060 make cygwin a special case.
14061
14062 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
14063
14064 * autorevert.el (global-auto-revert-non-file-buffers):
14065 Update docstring.
14066
14067 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
14068
14069 * progmodes/compile.el (compilation-error-properties): Store one
14070 more than end-col, if present, so that transient-mark-mode will
14071 highlight last char too.
14072 * progmodes/grep.el (grep-regexp-alist): Match columns and column
14073 ranges, if present.
14074
14075 2004-06-18 Jason Rumney <jasonr@gnu.org>
14076
14077 * makefile.w32-in: Double percent signs in for loops.
14078
14079 2004-06-17 David Kastrup <dak@gnu.org>
14080
14081 * replace.el (query-replace-read-args): Only warn about use of \n
14082 and \t when we are doing a regexp replacement and the actual
14083 escaped character is n or t.
14084 (query-replace-regexp): Add \, and \# interpretation to
14085 interactive call and document it.
14086 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14087 as shortkey for replace-count.
14088 (replace-quote): New function for doubling backslashes.
14089
14090 2004-06-17 Juanma Barranquero <lektu@terra.es>
14091
14092 * files.el (parse-colon-path, cd): Mention in docstring that the
14093 path separator is colon in GNU-like systems.
14094
14095 * newcomment.el (comment-region-internal): Fix docstring.
14096
14097 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14098 (ewoc-invalidate, ewoc-collect): Doc fixes.
14099 (ewoc--create-node, ewoc--delete-node-internal):
14100 Fix typos in docstring.
14101
14102 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14103
14104 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14105 manual to docstring.
14106
14107 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14108
14109 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14110
14111 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14112
14113 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14114 Add hyperlink to emacs-xtra manual to docstring.
14115
14116 * autorevert.el (global-auto-revert-non-file-buffers):
14117 Add hyperlink to emacs-xtra manual to docstring, as well as an
14118 info-link.
14119
14120 2004-06-14 Juanma Barranquero <lektu@terra.es>
14121
14122 * image.el (image-library-alist): New variable to map image types
14123 to external libraries. Initialized to nil, unless system-specific
14124 configs change it.
14125 (image-type-available-p): Determine whether an image type is
14126 available by calling `init-image-library'.
14127
14128 * term/w32-win.el (image-library-alist): Initialize to a known set
14129 of probable library names.
14130
14131 2004-06-14 Kenichi Handa <handa@m17n.org>
14132
14133 * international/code-pages.el (windows-1256, cp1125): Fix tables
14134 for several characters.
14135
14136 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14137
14138 2004-06-13 Richard M. Stallman <rms@gnu.org>
14139
14140 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14141
14142 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14143 not "`pc-selection-mode'".
14144
14145 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14146
14147 * simple.el (previous-matching-history-element): Specify a default.
14148
14149 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14150
14151 * cus-face.el (custom-declare-face): Simplify code.
14152
14153 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14154
14155 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
14156
14157 * files.el (before-save-hook): Add `time-stamp' to the options.
14158
14159 * time-stamp.el (time-stamp): Recommend adding it to
14160 `before-save-hook', rather than `write-file-functions'.
14161 Make a similar change in `Commentary' section.
14162
14163 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14164
14165 * diff-mode.el (diff-current-defun): If at start of hunk, use
14166 position of first change.
14167
14168 2004-06-13 Lars Hansen <larsh@math.ku.dk>
14169
14170 * dired-x.el (dired-mark-omitted): Bind to "*O".
14171
14172 2004-06-12 Karl Fogel <kfogel@red-bean.com>
14173
14174 * bookmark.el (bookmark-bmenu-relocate): New function, as
14175 suggested by David J. Biesack <David.Biesack@sas.com>.
14176 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14177 (bookmark-bmenu-mode): Describe binding in doc string.
14178 (bookmark-set-filename): Save the bookmark list if it's time.
14179
14180 2004-06-13 Kenichi Handa <handa@m17n.org>
14181
14182 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14183 (ccl-untranslated-to-ucs): Fix typo.
14184
14185 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14186
14187 * progmodes/python.el (python-open-block-statement-p):
14188 Fix indentation after a block opening that contains a comment.
14189
14190 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
14191
14192 * bindings.el (completion-ignored-extensions): Add file extensions
14193 of Python byte-compiled files.
14194
14195 2004-06-12 Juri Linkov <juri@jurta.org>
14196
14197 * info.el (Info-goto-node): Add autoload.
14198 (Info-toc): Add substring-no-properties on Info file name.
14199 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14200 (Info-mode-map): Bind L to Info-history, T to Info-toc.
14201
14202 2004-06-12 Kenichi Handa <handa@m17n.org>
14203
14204 * international/mule-cmds.el (set-language-environment):
14205 Load subst tables if necessary.
14206
14207 * international/mule.el (decode-char): Load subst tables if necessary.
14208 (encode-char): Likewise.
14209
14210 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14211 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14212 (utf-16le-decode-loop): Set r5 to -1 before loop.
14213 (utf-16be-decode-loop): Likewise.
14214 (ccl-decode-mule-utf-16le): Add EOF processing block.
14215 (ccl-decode-mule-utf-16be): Likewise.
14216 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14217 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14218 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14219 (ccl-mule-utf-16-encode-untrans): New CCL.
14220 (utf-16-decode-to-ucs): Handle pre-read character.
14221 (utf-16le-encode-loop): Handle surrogate pair.
14222 (utf-16be-encode-loop): Likewise.
14223 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14224 of utf-16le-encode-loop.
14225 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14226 of utf-16be-encode-loop.
14227 (mule-utf-16-post-read-conversion):
14228 Call utf-8-post-read-conversion at first.
14229 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14230 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14231 Add post-read-conversion and pre-write-conversion.
14232
14233 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14234 (utf-translate-cjk-unicode-range): New variable.
14235 (utf-translate-cjk-load-tables): New function.
14236 (utf-lookup-subst-table-for-decode): New function.
14237 (utf-lookup-subst-table-for-encode): New function.
14238 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14239 tables here. Update safe-charsets of utf-* coding systems.
14240 (ccl-mule-utf-untrans): New CCL.
14241 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14242 at end of each branch.
14243 (ccl-mule-utf-8-encode-untrans): New CCL.
14244 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14245 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14246 length of encoding. Don't return r0.
14247 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14248 (utf-8-post-read-conversion): Narrow to region properly.
14249 If utf-translate-cjk-mode is on, load tables if necessary.
14250 Call utf-8-compose with hash-table arg if necessary.
14251 Call XXX-compose-region instead of XXX-post-read-convesion.
14252 (utf-8-pre-write-conversion): New function.
14253 (mule-utf-8): Include CJK charsets in safe-charsets if
14254 utf-translate-cjk-mode is on. Add pre-write-conversion.
14255
14256 * international/characters.el: Temporarily set
14257 utf-translate-cjk-mode to nil.
14258
14259 * language/devan-util.el (devanagari-compose-region):
14260 Add autoload cookie.
14261
14262 * international/ccl.el (ccl-dump-call): Fix printing the
14263 subroutine name.
14264
14265 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14266
14267 * dired.el (dired-revert): If buffer is marked unmodified before
14268 reverting, keep it marked unmodified.
14269 Adapt to new conventions for commenting out code.
14270 (dired-make-relative): Adapt to new conventions for commenting out code.
14271
14272 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14273
14274 * eshell/esh-module.el (eshell-load-defgroups):
14275 Bind `vc-handled-backends' to nil when opening files.
14276
14277 2004-06-11 Juanma Barranquero <lektu@terra.es>
14278
14279 * files.el (parse-colon-path, cd): Doc fixes (refer to
14280 `path-separator', not colon).
14281
14282 2004-06-10 Juanma Barranquero <lektu@terra.es>
14283
14284 * newcomment.el (comment-search-forward)
14285 (comment-search-backward): Fix typos in docstring.
14286 (comment-region): Doc fix.
14287
14288 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14289
14290 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14291 switch is no longer stored in `dired-switches-alist'.
14292
14293 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14294 `dired-switches-alist'.
14295
14296 2004-06-10 Kim F. Storm <storm@cua.dk>
14297
14298 * pcvs.el (cvs-mode-diff-yesterday): New command.
14299
14300 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14301
14302 2004-06-10 Juri Linkov <juri@jurta.org>
14303
14304 * emacs-lisp/edebug.el (edebug-eval-defun):
14305 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14306 Fix docstring.
14307
14308 * simple.el (eval-expression-print-format): Don't print additional
14309 information on the first call to `eval-print-last-sexp'.
14310 (next-error-find-buffer): Fix punctuation.
14311 (killing) <defgroup>: Fix punctuation.
14312 (yank-excluded-properties): Change group from editing to killing.
14313
14314 * replace.el (perform-replace): Use `limit' to terminate the
14315 while-loop explicitly.
14316
14317 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14318
14319 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14320 Use lc-*.xpm as prefix instead of *-locol.xpm.
14321
14322 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14323 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14324 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14325 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14326 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14327 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14328 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14329 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14330 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14331 * toolbar/lc-up_arrow.xpm:
14332 Rename from *-locol.xpm.
14333
14334 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14335
14336 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14337 include forms like &<str>; as valid url patterns.
14338
14339 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14340
14341 * dired.el (dired-diff, dired-backup-diff)
14342 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14343 (dired-do-chown, dired-do-touch, dired-do-print)
14344 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14345 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14346 (dired-create-directory, dired-do-copy, dired-do-symlink)
14347 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14348 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14349 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14350 (dired-maybe-insert-subdir, dired-next-subdir)
14351 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14352 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14353 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14354 (dired-run-shell-command, dired-query): Remove redundant,
14355 or incorrect, autoloads.
14356
14357 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14358 does not end in a slash. Add optional argument KILL-ROOT.
14359 Update docstring.
14360 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14361 (dired-query): Add autoloads.
14362
14363 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14364
14365 * progmodes/compile.el (compilation-set-window-height):
14366 Rearrange the save-* functions because a buffer can have several current
14367 point in different windows.
14368 (compilation-error-regexp-alist-alist): Recognize {standard input}
14369 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14370
14371 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14372
14373 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14374 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14375 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14376 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14377 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14378 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14379 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14380 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14381 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14382 * toolbar/up_arrow-locol.xpm:
14383 New versions of icons that uses fewer colors.
14384
14385 * toolbar/tool-bar.el (tool-bar-local-item)
14386 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14387 if display-color-cells is 256 or less.
14388
14389 2004-06-08 Kim F. Storm <storm@cua.dk>
14390
14391 * wid-edit.el (widget-specify-button): Use hand pointer rather
14392 than mouse-face as visible mouse-over effect.
14393
14394 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14395
14396 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14397 and `print-level' to nil when writing out `save-place-alist'.
14398 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14399
14400 2004-06-07 Juanma Barranquero <lektu@terra.es>
14401
14402 * completion.el (completion-kill-region): Doc fix.
14403
14404 * format.el (format-insert-annotations)
14405 (format-annotate-location): Doc fixes.
14406 (format-subtract-regions): Make arguments match their use in docstring.
14407
14408 * simple.el (kill-region): Doc fix.
14409
14410 * subr.el (insert-buffer-substring-no-properties)
14411 (insert-buffer-substring-as-yank): Doc fixes.
14412
14413 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14414
14415 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14416 Update docstring.
14417 (dired-reset-subdir-switches): New function.
14418
14419 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14420 Limit scope of `buffer-read-only' binding.
14421
14422 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14423
14424 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14425 eshell-explicit-command-char.
14426
14427 2004-06-06 Juanma Barranquero <lektu@terra.es>
14428
14429 * help-fns.el (help-argument-name): Inherit from italic face only
14430 if the frame supports it.
14431
14432 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14433
14434 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14435 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14436 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14437 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14438 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14439 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14440 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14441 New conversions from xpm files.
14442
14443 * toolbar/README: New file.
14444
14445 2004-06-06 Richard M. Stallman <rms@gnu.org>
14446
14447 * isearch.el (isearch-mode-map): Undo previous change.
14448
14449 2004-06-05 Juri Linkov <juri@jurta.org>
14450
14451 * bindings.el (debug-ignored-errors): Add regexps for history
14452 related messages. Remove $ from "No further undo information".
14453 Move Ediff's messages to ediff.el.
14454
14455 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14456
14457 * cus-edit.el (custom-display): Add `min-colors'.
14458
14459 * custom.el (defface): Add `supports' to docstring.
14460
14461 * help-fns.el (help-argument-name): Add :group 'help.
14462
14463 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14464
14465 * find-dired.el (find-ls-subdir-switches): New user option.
14466 (find-dired): No longer call `abbreviate-file-name' on DIR.
14467 Set `dired-subdir-switches' buffer-locally.
14468
14469 * locate.el: Merge the two `Commentary' sections.
14470 (locate-ls-subdir-switches): New user option.
14471 (locate): Update for other changes.
14472 (locate-mode-map): Restore Dired binding for mouse-2.
14473 Bind `locate-mouse-view-file' to M-mouse-2.
14474 Bind `l' to `locate-do-redisplay'.
14475 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14476 (locate-mouse-view-file, locate-tags, locate-find-directory):
14477 Print message if used outside main listing.
14478 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14479 Various changes to support inserted subdirectories.
14480 (locate-insert-header): Change header of *Locate* buffer.
14481
14482 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14483 Change interactive default switches.
14484 (dired-rename-subdir-2): Update `dired-switches-alist'.
14485 (dired-insert-subdir, dired-kill-subdir):
14486 Handle `dired-switches-alist'. Do not mark buffer modified.
14487 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14488 (dired-insert-subdir-doinsert): Omit messages.
14489 Handle `dired-subdir-switches'.
14490 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14491
14492 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14493 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14494 subdirs if -R switch is used for a subdir.
14495 (dired-mode): Set `dired-switches-alist'.
14496 (dired-build-subdir-alist): Only print number of directories in
14497 echo area when invoked interactively.
14498
14499 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14500
14501 * dired-x.el (dired-omit-mode): Rename from
14502 dired-omit-files-p. Use define-minor-mode to define it.
14503 (dired-omit-files-p): Add as alias for dired-omit-mode.
14504 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14505 dired-mark-omitted.
14506 (dired-mark-omitted): Add. Bind to M-O.
14507
14508 2004-06-05 Kenichi Handa <handa@m17n.org>
14509
14510 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14511
14512 2004-06-05 Juanma Barranquero <lektu@terra.es>
14513
14514 * help-fns.el (help-argument-name): Reintroduce face.
14515 (help-default-arg-highlight): Use it, now that
14516 `face-differs-from-default-p' can be trusted.
14517
14518 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14519
14520 * textmodes/table.el: Sentence commands added to Point Motion
14521 group; kill and backward-kill commands added to Extraction group.
14522
14523 2004-06-04 Mario Lang <mlang@delysid.org>
14524
14525 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14526 systems appear to use mW, make the code handle this. Fix a
14527 division-by-zero bug while at it, and handle kernels with
14528 a slightly different layout in /proc/acpi.
14529
14530 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14531
14532 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14533 because the latter is a CL-ism. This fixes the bug reported by
14534 Shawn Boyette <mdxi@collapsar.net> in
14535 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14536
14537 2004-06-04 Miles Bader <miles@gnu.org>
14538
14539 * faces.el (display-supports-face-attributes-p): Function moved to
14540 C code. Previously only the tty-related portion of this function
14541 was done in C; however the previous attempt to do a halfway-proper
14542 job for non-tty displays in lisp didn't work properly because of
14543 funny conditions during Emacs startup.
14544 (face-differs-from-default-p): Simplify, now that
14545 display-supports-face-attributes-p works properly on all display
14546 types. Remove :stipple from comparison; it doesn't really work
14547 in emacs anyway.
14548
14549 2004-06-04 Miles Bader <miles@gnu.org>
14550
14551 * faces.el (face-differs-from-default-p): Use a different
14552 implementation, so we can really check whether FACE displays
14553 differently or not.
14554
14555 2004-06-04 Miles Bader <miles@gnu.org>
14556
14557 * faces.el (display-supports-face-attributes-p): Implement a
14558 `different from default' check for non-tty displays.
14559
14560 2004-06-03 David Kastrup <dak@gnu.org>
14561
14562 * woman.el (woman-mapcan): More concise code.
14563 (woman-topic-all-completions, woman-topic-all-completions-1)
14564 (woman-topic-all-completions-merge): Replace by a simpler and
14565 much faster implementation based on O(n log n) sort/merge instead
14566 of the old O(n^2) behavior.
14567
14568 2004-06-03 Miles Bader <miles@gnu.org>
14569
14570 * subr.el (read-number): Use canonical format for default in prompt.
14571
14572 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14573 Add regexp for " [...]" style defaults.
14574
14575 2004-06-02 Romain Francoise <romain@orebokech.com>
14576
14577 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14578 groups: if the user asks for a hidden buffer, open the
14579 corresponding filter group to expose it.
14580
14581 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14582 `ibuffer-jump-to-buffer'.
14583 (ibuffer-jump-offer-only-visible-buffers): New user option.
14584
14585 2004-06-02 Juanma Barranquero <lektu@terra.es>
14586
14587 * faces.el (frame-update-faces): Add empty docstring so the one
14588 for `ignore' doesn't show through.
14589
14590 * subr.el (process-kill-without-query): Remove spurious "\n" on
14591 obsolescence string.
14592 (focus-frame, unfocus-frame): Add obsolescence declaration and
14593 empty docstring.
14594
14595 * international/mule.el (register-char-codings): Make alias for
14596 `ignore'. Move docstring to obsolescence info and remove redundancy.
14597
14598 2004-06-02 Kim F. Storm <storm@cua.dk>
14599
14600 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14601 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14602
14603 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * comint.el (comint-replace-by-expanded-history-before-point):
14606 Obey `start' as the docstring says.
14607 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14608 (comint-update-fence): Prevent font-lock from running unnecessarily.
14609 (comint-dynamic-list-completions): Use with-current-buffer.
14610
14611 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14612
14613 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14614 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14615 (bibtex-entry-update): Handle alternatives and optional fields.
14616 (bibtex-parse-entry): Bugfix, handle empty key.
14617
14618 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14619
14620 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14621
14622 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14623
14624 * desktop.el (desktop-save): Don't save minor modes without a
14625 known mode initialization function.
14626
14627 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14628
14629 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14630
14631 * autorevert.el: Update `Commentary' section.
14632
14633 2004-05-30 Juanma Barranquero <lektu@terra.es>
14634
14635 * dos-fns.el (convert-standard-filename):
14636 * files.el (convert-standard-filename):
14637 * w32-fns.el (convert-standard-filename):
14638 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14639
14640 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14641
14642 Sync with Tramp.
14643
14644 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14645 (tramp-let-maybe): Move to an earlier spot in the file.
14646 Patch by Andreas Schwab.
14647
14648 2004-05-30 Andreas Schwab <schwab@suse.de>
14649
14650 * dired.el (dired-get-filename): Don't use dired-re-dot.
14651
14652 2004-05-30 Richard M. Stallman <rms@gnu.org>
14653
14654 * files.el (find-file): Doc fix.
14655
14656 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14657
14658 2004-05-30 Nick Roberts <nickrob@gnu.org>
14659
14660 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14661 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14662 modeline of the locals buffer.
14663 (gdb-goto-breakpoint): Handle gdbmi.
14664 (gdb-get-frame-number): Change for gdbmi.
14665
14666 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14667
14668 * files.el (file-remote-p): Apply file name handler for operation
14669 `file-remote-p'. It isn' a property any longer.
14670 (file-relative-name): `fh' and `fd' get the required value via
14671 `find-file-name-handler' already.
14672
14673 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14674 (top): Remove setting of `file-remote-p' property for
14675 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14676
14677 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14678
14679 Version 2.0.41 of Tramp released.
14680
14681 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14682 Throw away if process has died.
14683 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14684 (tramp-out-of-band-prompt-regexp): Rename to
14685 `tramp-process-alive-regexp', because its usage is widen.
14686 (tramp-actions-copy-out-of-band): Apply it.
14687 (tramp-actions-before-shell, tramp-multi-actions):
14688 Add `tramp-action-process-alive' action.
14689 (tramp-action-process-alive): New defun.
14690 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14691 Add entry for `file-remote-p'.
14692 (tramp-handle-file-remote-p): New defun.
14693 (top): Remove setting of `file-remote-p'. Don't set
14694 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14695
14696 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14697 `file-remote-p'.
14698
14699 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14700 counted for (last) line. [They should or they shouldn't? --Stef]
14701 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14702
14703 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14704
14705 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14706 not really necessary but seems to keep the shell history smaller
14707 in some cases. It is no substitute for setting HISTFILE and
14708 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14709 though. Suggested by Luc Teirlinck.
14710 (tramp-open-connection-setup-interactive-shell): Export variables
14711 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14712 (tramp-set-process-query-on-exit-flag): New compat function.
14713 (tramp-open-connection-multi, tramp-open-connection-su)
14714 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14715 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14716 (tramp-let-maybe): New macro, let-binds a variable only if it
14717 isn't obsolete.
14718 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14719 (tramp-handle-file-truename): Use it.
14720 (tramp-completion-file-name-regexp-unified): Avoid matching
14721 filenames starting with "/:" -- those are reserved for
14722 file-name-non-special.
14723
14724 * tramp-smb.el (tramp-smb-open-connection):
14725 Use tramp-set-process-query-on-exit-flag compat function.
14726
14727 2004-05-29 Richard M. Stallman <rms@gnu.org>
14728
14729 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14730
14731 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14732 (eval-last-sexp-print-value): Print char equivalent regardless
14733 of standard-output value.
14734
14735 * thumbs.el (thumbs-subst-char-in-string): Delete.
14736 (thumbs-thumbname): Use subst-char-in-string.
14737 (thumbs-resize-image): Use condition-case, not ignore-errors.
14738 (thumbs-kill-buffer): Likewise.
14739
14740 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14741 (thumbs-mode): Make buffer read-only.
14742 (thumbs-make-thumb): Unconditionally accept an existing file.
14743 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14744 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14745 (thumbs-show-thumbs-list): Error if images not supported.
14746 (thumbs-save-current-image): Improve prompt string.
14747 (thumbs-mode-map): Define u, R, x.
14748 (thumbs-unmark): New command.
14749 (thumbs-emboss-image): Minor cleanup.
14750 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14751 (thumbs-rename-images): New command.
14752 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14753
14754 * thumbs.el (thumbs-current-image): New function.
14755 (thumbs-file-list, thumbs-file-alist): New functions.
14756 (thumbs-find-image): Delete arg L.
14757 Don't set up thumbs-fileL as buffer-local global var.
14758 (thumbs-find-image-at-point): Use thumbs-current-image.
14759 (thumbs-set-image-at-point-to-root-window): Likewise.
14760 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14761 Record and warn about errors. Update thumbs-markedL for deletions.
14762 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14763 (thumbs-redraw-buffer): Use thumbs-file-list.
14764 (thumbs-mark): Use thumbs-current-image.
14765 (thumbs-show-name): Use thumbs-current-image.
14766
14767 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14768 and imenu--last-menubar-index-alist.
14769
14770 * subr.el (with-selected-window): Undo previous change.
14771
14772 2004-05-29 John Paul Wallington <jpw@gnu.org>
14773
14774 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14775 (thumbs-mouse-find-image): New command.
14776 (thumbs-mode-map): Bind it to mouse-2.
14777 (thumbs-mode): Make mode-class special.
14778 (thumbs-view-image-mode): Likewise.
14779
14780 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14781
14782 * flymake.el: New file.
14783
14784 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14785
14786 * files.el (find-file-noselect-1): Do not bind
14787 `inhibit-read-only' to t during execution of
14788 `find-file-not-found-functions'.
14789
14790 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14793 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14794
14795 2004-05-28 Juri Linkov <juri@jurta.org>
14796
14797 * simple.el (eval-expression-print-format): New fun.
14798
14799 * simple.el (eval-expression):
14800 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14801 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14802 (edebug-eval-expression): Print additionally the value returned by
14803 `eval-expression-print-format'.
14804
14805 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14806 (insert-pair): Make arguments optional. Find character pair
14807 from `insert-pair-alist' according to the last input event.
14808 (insert-parentheses): Make arguments optional.
14809 (raise-sexp, delete-pair): New funs.
14810
14811 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14812 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14813 Bind C-M-q to `indent-pp-sexp'.
14814
14815 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14816 `pp-to-string' modified to be able to format text with newlines.
14817 (pp-to-string): Move the buffer-formatting part of the code to
14818 `pp-buffer'. Call `pp-buffer'.
14819
14820 * info.el (Info-desktop-buffer-misc-data): Don't save information
14821 about virtual files.
14822 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14823 buffers with names obtained from the desktop file instead of the
14824 default *info* buffer.
14825
14826 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14827
14828 * subr.el (with-selected-window): Only save/restore the selected window.
14829
14830 * progmodes/compile.el (compilation-error-regexp-alist):
14831 Use expand-file-name and data-directory.
14832
14833 * progmodes/grep.el (grep-tree): Rework previous fix.
14834
14835 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14836 after the user marked text with the mouse.
14837
14838 * startup.el (command-line): Keep the first regexp of
14839 auto-save-file-name-transforms intact.
14840
14841 2004-05-28 Juanma Barranquero <lektu@terra.es>
14842
14843 * cus-edit.el (customize-face, customize-face-other-window)
14844 (custom-face-edit-delete): Make arguments match their use in
14845 docstring.
14846 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14847 docstring.
14848
14849 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14850 not `cvs-butlast'.
14851
14852 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14853 `nbutlast' are in subr.el).
14854
14855 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14856 (set-w32-system-coding-system): Doc fixes.
14857
14858 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14859 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14860 Make arguments match their use in docstring.
14861 (artist-draw-region-trim-line-endings)
14862 (artist-mouse-choose-operation): Fix typo in docstring.
14863 (artist-key-set-point-common): Doc fix.
14864
14865 2004-05-28 Simon Josefsson <jas@extundo.com>
14866
14867 * mail/smtpmail.el (smtpmail-open-stream):
14868 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14869
14870 2004-05-26 Simon Josefsson <jas@extundo.com>
14871
14872 * starttls.el: Merge with my GNUTLS based starttls.el.
14873 (starttls-gnutls-program, starttls-use-gnutls)
14874 (starttls-extra-arguments, starttls-process-connection-type)
14875 (starttls-connect, starttls-failure, starttls-success): New variables.
14876 (starttls-program, starttls-extra-args): Doc fix.
14877 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14878 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14879 and pass on to corresponding *-gnutls function if it is set.
14880
14881 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14882
14883 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14884 remote files.
14885
14886 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14887
14888 * files.el (file-name-non-special): There are more operations
14889 which need handling: `find-backup-file-name',
14890 `insert-file-contents', `verify-visited-file-modtime',
14891 `write-region'. Rename t value of method to `add'. Add new
14892 methods `quote' and `unquote-then-quote' to file-arg-indices.
14893
14894 2004-05-25 Juri Linkov <juri@jurta.org>
14895
14896 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14897 (Info-index-nodes): Enclose code in condition-case to catch errors.
14898 (Info-index-node): Don't search all index nodes if request is only
14899 for the current node and file is not in the cache of index nodes.
14900 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14901 for consistency with dired-copy-filename-as-kill.
14902 Bind `S' to Info-search-case-sensitively.
14903 (Info-copy-current-node-name): New arg. With zero prefix arg put
14904 the name inside a function call to `info'. Display copied text in
14905 the echo area.
14906
14907 2004-05-25 Sam Steingold <sds@gnu.org>
14908
14909 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14910 strip the package prefix from the symbol name, if any.
14911 Make it the `find-tag-default-function' for `lisp-mode'.
14912
14913 2004-05-25 John Paul Wallington <jpw@gnu.org>
14914
14915 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14916 instead of obsolete `process-kill-without-query'.
14917
14918 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14919 Declare as variable, not constant.
14920
14921 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14922
14923 * files.el (find-file-noselect-1): Fix bug introduced by
14924 Revision 1.694. As a side effect, `inhibit-read-only'
14925 is again, by default, t during execution of
14926 `find-file-not-found-functions'.
14927 (insert-directory): Check that lines were really inserted by
14928 the --dired switch, before erasing them.
14929
14930 2004-05-24 Nick Roberts <nickrob@gnu.org>
14931
14932 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14933 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14934 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14935 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14936 gud-minor-mode (gdbmi).
14937
14938 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14939
14940 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14941 explicitly select the text to be taken as URL.
14942
14943 2004-05-23 Juri Linkov <juri@jurta.org>
14944
14945 * info.el (Info-index-nodes): New var and fun.
14946 (Info-goto-index, Info-index, info-apropos)
14947 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14948 (Info-index): Fix docstring. Store and restore Info-history-list.
14949 (Info-complete-nodes): New var.
14950 (Info-complete-menu-item): Use it.
14951 (Info-index-node): New fun.
14952 (Info-final-node, Info-forward-node, Info-backward-node)
14953 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14954 Use Info-index-node.
14955 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14956 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14957 (Info-find-node-2): If a node with period in its name not found,
14958 try to find a node without the name part after period.
14959 (Info-select-node): Call Info-fontify-node only if
14960 Info-fontify-maximum-menu-size is not nil.
14961 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14962 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14963 Preserve Info-history-list.
14964 (Info-toc): Set Info-current-file.
14965 (Info-build-toc): Move point to the beginning of the buffer.
14966 Add main-file variable.
14967 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14968 Use backslashed representation of the control character ^_.
14969
14970 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14971 numbers in the new Texinfo 4.7 format.
14972
14973 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14974 regexps for function and variable names.
14975
14976 * descr-text.el (describe-property-list): Add [show] button for
14977 `syntax-table' property with action to pp to a separate buffer.
14978 (describe-char): Replace search-forward by re-search-forward with
14979 whitespace regexp after "character:" to not fail in too narrow windows.
14980
14981 * simple.el (next-error-find-buffer): Add a rule to return
14982 next-error capable buffer if one window on the selected frame
14983 displays such buffer.
14984
14985 2004-05-23 Nick Roberts <nickrob@gnu.org>
14986
14987 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14988 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14989 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14990 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14991 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14992 Handle new value for gud-minor-mode (gdbmi).
14993 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14994 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14995 Change from local to global gdb variable set.
14996 (gdb-ann3): Initialise above gdb variable set.
14997 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14998 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14999 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15000 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15001 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15002 (gdb-info-locals-handler, gdb-invalidate-assembler)
15003 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15004 set as global variables.
15005 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15006 Handle gdbmi.
15007 (gdb-info-breakpoints-custom): Fix regexp.
15008 (def-gdb-var): Delete.
15009
15010 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15011 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15012 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15013 a new mode. The file (gdb-mi.el) for this mode will be included
15014 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15015 primary interface.
15016
15017 2004-05-23 Jesper Harder <harder@ifa.au.dk>
15018
15019 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15020 interpreted as a directory.
15021
15022 2004-05-22 Richard M. Stallman <rms@gnu.org>
15023
15024 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15025 as a close quote.
15026
15027 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
15028
15029 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
15030 Use assoc-string, not assoc-ignore-case.
15031
15032 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
15033
15034 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
15035 If moving back then fwd gets a defun that ends before point,
15036 try again moving fwd then back.
15037
15038 * files.el (file-name-non-special): Allow t in file-arg-indices
15039 to mean requote the return value. Use `identity' as an element
15040 rather than as the whole value.
15041
15042 * gs.el (gs-options): Add -dSAFER. Mark it risky.
15043
15044 2004-05-22 Juanma Barranquero <lektu@terra.es>
15045
15046 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
15047 `help-make-usage'.
15048 (help-highlight-arguments): Skip function name before searching
15049 for arguments.
15050
15051 2004-05-21 Juanma Barranquero <lektu@terra.es>
15052
15053 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15054 Don't mention in the docstring these arguments meant for
15055 internal (recursive) use only.
15056 (allout-char-spec): Comment out (it's not implemented).
15057 (allout-old-expose-topic, allout-exposure): Fix docstring and add
15058 obsolescence declaration.
15059 (allout-flatten-exposed-to-buffer)
15060 (allout-indented-exposed-to-buffer): Fix typos in docstring.
15061 (my-mark-marker): Doc fix.
15062 (produce-allout-mode-map, allout-sibling-index)
15063 (allout-isearch-expose, allout-distinctive-bullet)
15064 (allout-open-topic, allout-reindent-body)
15065 (allout-rebullet-heading, allout-process-exposed)
15066 (allout-insert-listified, allout-latex-verb-quote)
15067 (allout-insert-latex-header, allout-insert-latex-trailer):
15068 Make arguments match their use in docstring.
15069 (allout-primary-bullet, allout-old-style-prefixes)
15070 (allout-inhibit-protection, allout-init, allout-mode)
15071 (allout-before-change-protect, allout-flag-region):
15072 Use "Emacs" instead of "emacs" in docstrings.
15073
15074 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15075
15076 * international/characters.el: Modify syntax of more characters.
15077
15078 2004-05-21 Masatake YAMATO <jet@gyve.org>
15079
15080 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15081 (etags-tags-completion-table): Show parsing progress.
15082
15083 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15084
15085 * locate.el (locate-prompt-for-command): Shorten first line of
15086 docstring.
15087 (locate-mode): Expand docstring and include keymap summary.
15088
15089 * files.el (find-file-noselect-1): Limit the scope of the
15090 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
15091 is, by default, nil during the execution of
15092 `find-file-not-found-functions' and `find-file-hook'.
15093
15094 2004-05-20 Michael Mauger <mmaug@yahoo.com>
15095
15096 * facemenu.el (facemenu-color-name-equal): New function.
15097 (list-colors-display): Use it to compare colors instead of
15098 facemenu-color-equal.
15099
15100 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
15101
15102 * compare-w.el (compare-windows-face): Use min-colors instead of
15103 checking for tty or pc types.
15104
15105 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15106
15107 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15108 (completion-setup-function): Use with-current-buffer.
15109 Properly save excursion. Simplify.
15110 Don't assume there is necessarily a `mouse-face' property somewhere.
15111
15112 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15113
15114 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
15115
15116 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15117 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15118 Use with-current-buffer.
15119 (byte-goto-log-buffer): Delete.
15120 (byte-compile-log-file): Call compilation-forget-errors.
15121
15122 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15123
15124 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15125 output messages into the search result.
15126
15127 2004-05-19 Masatake YAMATO <jet@gyve.org>
15128
15129 * wid-edit.el (widget-radio-button-notify): Revert my last
15130 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15131
15132 2004-05-19 Kenichi Handa <handa@m17n.org>
15133
15134 * international/characters.el: Fix syntax (open/close) of CJK chars.
15135
15136 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15137
15138 * help-mode.el (help-go-back): Don't depend on position of back button.
15139
15140 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15143 files files don't contain an accidental additional /.
15144
15145 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15146 in source buffer.
15147
15148 2004-05-18 Masatake YAMATO <jet@gyve.org>
15149
15150 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15151 to widget-apply. :action method assumes 2 arguments, not 3.
15152
15153 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
15154
15155 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15156 New constants.
15157 (hs-special-modes-alist): Add an f90-mode entry.
15158
15159 2004-05-17 Sam Steingold <sds@gnu.org>
15160
15161 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15162 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
15163
15164 2004-05-16 Kim F. Storm <storm@cua.dk>
15165
15166 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15167
15168 2004-05-15 John Wiegley <johnw@newartisans.com>
15169
15170 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15171 (eshell-output-object-to-target): Improve output speed 20% by not
15172 calling `eshell-stringify' if something is already known to be a string.
15173
15174 2004-05-15 Alex Ott <ott@jet.msk.su>
15175
15176 * textmodes/ispell.el (ispell-local-dictionary-alist):
15177 Add windows-1251 to the choice of coding systems.
15178 (ispell-dictionary-alist-6): Add support for "russianw.aff",
15179 encoded in cp1251.
15180
15181 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
15182
15183 * progmodes/compile.el (compilation-warning-face)
15184 (compilation-info-face): Use min-colors.
15185
15186 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15187
15188 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15189 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15190 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15191 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15192 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15193 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15194 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15195 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15196 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15197 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15198 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15199 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15200 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15201 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15202
15203 2004-05-15 Kim F. Storm <storm@cua.dk>
15204
15205 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15206 Use it to set triggered-p element of timer.
15207 (timer-event-handler): Set triggered-p element non-nil while running
15208 the timer function.
15209
15210 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15211
15212 * descr-text.el (describe-char-unicode-data)
15213 (describe-char-unicodedata-file): Re-enable the unicode code now that
15214 the licensing issues have been cleared in the unicode-4 license.
15215 (describe-text-properties-1): Remove unused `overlay' var.
15216 (describe-char): Remove unused var `buffer'.
15217
15218 2004-05-14 David Ponce <david@dponce.com>
15219
15220 * tree-widget.el: New file.
15221
15222 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15223
15224 * language/european.el ("Brazilian Portuguese"): Add support for
15225 Brazilian Portuguese.
15226
15227 2004-05-13 John Wiegley <johnw@newartisans.com>
15228
15229 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15230 `recentf-mode' if this variable has been customized to t.
15231
15232 * eshell/esh-test.el (eshell-test): Call the function
15233 `emacs-version' rather than trying to build a custom version string.
15234
15235 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15236
15237 * net/telnet.el (telnet-mode): Use define-derived-mode.
15238 Don't modify the global value of comint-prompt-regexp.
15239
15240 2004-05-13 John Paul Wallington <jpw@gnu.org>
15241
15242 * version.el (emacs-version): Check for `gtk' feature before
15243 `x-toolkit' feature.
15244
15245 2004-05-13 Juanma Barranquero <lektu@terra.es>
15246
15247 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15248 arguments in the docstring, they're used only in recursive calls.
15249
15250 * help-fns.el (help-arg-highlighting-function)
15251 (help-argument-name): Delete.
15252 (help-default-arg-highlight): New function.
15253 (help-do-arg-highlighting): Use it.
15254
15255 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15256
15257 * calendar/appt.el (appt-disp-window):
15258 Use `calendar-set-mode-line' for a centered mode-line.
15259
15260 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15261
15262 * calendar/appt.el (appt-disp-window): Do not split window
15263 excessively when `split-height-threshold' is low.
15264
15265 2004-05-12 Nick Roberts <nickrob@gnu.org>
15266
15267 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15268 kill-buffer-hook here and make it local.
15269 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15270
15271 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15272
15273 * progmodes/compile.el (compilation-set-window-height):
15274 Use save-excursion to protect against misplaced marker.
15275
15276 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15277
15278 * custom.el (defface): Document that type can have value gtk.
15279
15280 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15281
15282 2004-05-12 Kenichi Handa <handa@m17n.org>
15283
15284 * descr-text.el: Require quail at comile time.
15285 (describe-char): If an input method is on and it supports the
15286 character, show how to input it.
15287
15288 * international/quail.el (quail-install-decode-map): Accept a
15289 char-table whose subtype is `quail-decode-map'.
15290 (quail-store-decode-map-key, quail-gen-decode-map1)
15291 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15292 (quail-show-key): New functions.
15293
15294 2004-05-12 Juanma Barranquero <lektu@terra.es>
15295
15296 * generic.el (define-generic-mode): Remove redundant arglist info.
15297
15298 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15299 Make arguments match their use in docstring.
15300 (help-arg-highlighting-function): New variable.
15301 (help-argument-name): Mention it in the docstring.
15302 (help-do-arg-highlight): Use it. Expand regexp to accept also
15303 ARG-xxx and xxx-ARG references.
15304
15305 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15306
15307 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15308 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15309 and "mailto:addr1?to=addr2" equal.
15310
15311 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15312
15313 * man.el (Man-getpage-in-background): Use shell-file-name
15314 and shell-command-switch variables instead of hard-coded values.
15315
15316 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15317
15318 * iimage.el: New file.
15319
15320 2004-05-11 Juanma Barranquero <lektu@terra.es>
15321
15322 * custom.el (custom-initialize-default, defcustom):
15323 Fix typo in docstring.
15324
15325 * files.el (set-visited-file-name, file-expand-wildcards):
15326 Fix docstring.
15327
15328 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15329
15330 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15331
15332 * subr.el (eventp): Be more discriminating with integers.
15333
15334 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15335
15336 * progmodes/compile.el (compile): Add universal prefix arg.
15337 (compilation-error-regexp-alist-alist): Add edg patterns.
15338
15339 2004-05-10 Sam Steingold <sds@gnu.org>
15340
15341 * textmodes/ispell.el (ispell-message):
15342 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15343
15344 2004-05-10 Dave Love <fx@gnu.org>
15345
15346 * progmodes/python.el (help-buffer): Autoload when compiling.
15347 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15348 (run-python): Prepend to any existing PYTHONPATH.
15349
15350 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15351
15352 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15353 for pending breakpoints.
15354
15355 2004-05-10 Richard M. Stallman <rms@gnu.org>
15356
15357 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15358 directly without calling any functions in Rmail.
15359 (unrmail-unprune): Function deleted.
15360
15361 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15362
15363 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15364 C-c C-z binding.
15365
15366 2004-05-10 Kenichi Handa <handa@m17n.org>
15367
15368 * descr-text.el (describe-char): Fix previous change. Don't make
15369 a unibyte character to multibyte in the *Help* buffer.
15370
15371 2004-05-10 Miles Bader <miles@gnu.org>
15372
15373 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15374 buffer an error if the debugger process is actually running.
15375
15376 2004-05-10 Juanma Barranquero <lektu@terra.es>
15377
15378 * help-fns.el (help-argument-name): Default to italic.
15379 (help-highlight-arguments): Return always (usage . doc), even when
15380 usage is nil.
15381
15382 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15383 (define-ibuffer-filter): Add usage info.
15384 (define-ibuffer-op): Add usage info (but CL-style defaults for
15385 keyword args are not shown).
15386
15387 * subr.el (remove-overlays, read-passwd): Fix docstring.
15388 (start-process-shell-command): Fix docstring. Put usage info in a
15389 format usable by `describe-function'.
15390 (open-network-stream, open-network-stream-nowait)
15391 (open-network-stream-server): Fix docstring.
15392
15393 2004-05-09 Jason Rumney <jasonr@gnu.org>
15394
15395 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15396 Only define cp125* if windows-125* is already defined.
15397
15398 * language/korean.el (cp949): Add alias.
15399
15400 * language/chinese.el (cp936, cp950): Add aliases.
15401
15402 * language/japanese.el (cp932): Add alias.
15403
15404 * term/w32-win.el: Require code-pages.
15405
15406 * international/mule-cmds.el (set-locale-environment):
15407 On MS-Windows use ansi code-page for default coding-systems.
15408 Set up paper sizes for Windows 3 letter languages.
15409
15410 * international/code-pages.el (cp932, cp936, cp949, cp950):
15411 Add aliases. Also add cp125* if not already defined.
15412
15413 2004-05-09 Juanma Barranquero <lektu@terra.es>
15414
15415 * help-fns.el (help-highlight-arguments): Don't try to highlight
15416 missing or autoloaded arglists. Accept structured arguments, like
15417 the first ones of `do' and `flet'.
15418
15419 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15420 (cvs-get-marked): Remove redundant arglist info.
15421
15422 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15423 Don't use CL-style default args.
15424
15425 2004-05-08 Andreas Schwab <schwab@suse.de>
15426
15427 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15428
15429 * international/subst-ksc.el: Fix references to utf-translate-cjk
15430 into utf-translate-cjk-mode.
15431 * international/subst-big5.el: Likewise.
15432 * international/subst-gb2312.el: Likewise.
15433 * international/subst-jis.el: Likewise.
15434 * international/utf-16.el: Likewise.
15435 * international/utf-8.el: Likewise.
15436
15437 2004-05-08 John Wiegley <johnw@newartisans.com>
15438
15439 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15440 "virtual buffers" (off by default), which makes it possible to
15441 switch to the "virtual" buffers of recently visited files. When a
15442 buffer name search fails, and this option is on, iswitchb will
15443 look at the list of recently visited files, and permit matching
15444 against those names. When the user hits RET on a match, it will
15445 revisit that file.
15446 (iswitchb-read-buffer): Add two optional arguments, which makes
15447 isearchb.el possible.
15448 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15449 (iswitchb-next-match): Add support for virtual buffers.
15450
15451 * isearchb.el: This module extends iswitchb to provide "as you
15452 type" buffer selection.
15453
15454 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15455 Ignore the read-only property when flyspell highlighting is on.
15456 Not ignoring it leads to a series of confusing errors.
15457 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15458 but also make sure to call flyspell-incorrect-hook.
15459 (flyspell-maybe-correct-transposition): Perform transposition test
15460 by bit twiddling a string, rather than using a temp buffer.
15461 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15462 buffer. This is also the original version of the code, which
15463 could not be checked in before due to a previous lack of
15464 assignment papers. This version has seen heavy usage on my system
15465 for several years now.
15466
15467 * calendar/cal-bahai.el: New file, which adds support for the
15468 Baha'i calendar to Emacs. This calendar is based on a solar year
15469 of 19 months of 19 days, with 4 intercalary days. Each year
15470 begins on March 21, with the calendar starting in 1844.
15471
15472 * calendar/cal-menu.el, calendar/calendar.el
15473 * calendar/diary-lib.el, calendar/holidays.el:
15474 Added support for using cal-bahai.el.
15475
15476 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15477 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15478 function can be used outside of eshell buffers.
15479 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15480
15481 2004-05-08 Juanma Barranquero <lektu@terra.es>
15482
15483 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15484 word constituent so FOO-ARG is not recognized as an arg.
15485 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15486
15487 * simple.el (next-error): Fix typo in docstring.
15488 (open-line): Make argument names match their use in docstring.
15489 (split-line): Fix docstring.
15490
15491 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15492 usable by `describe-function'.
15493 (gensym, gentemp, typep, ignore-errors): Make argument names match
15494 their use in docstring.
15495
15496 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15497 argument to `help-setup-xref'.
15498
15499 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15500
15501 Version 2.0.40 of Tramp released.
15502
15503 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15504 Use symbol-function to invoke functions only known on some Emacs
15505 flavors. This avoids byte-compiler warnings. Reported by Kevin
15506 Scaldeferri <kevin@scaldeferri.com>.
15507 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15508 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15509 consistent with the other tramp-do-* functions.
15510 (tramp-do-copy-or-rename-file): Calls adjusted.
15511 (tramp-process-initial-commands): Avoid liveness check on shell --
15512 we know that it must be alive since we're opening a connection at
15513 this moment.
15514 (tramp-last-cmd): New internal variable.
15515 (tramp-process-echoes): New tunable.
15516 (tramp-send-command): Set tramp-last-cmd.
15517 (tramp-wait-for-output): Delete echo, if applicable.
15518 (tramp-read-passwd): Construct the key for the password cache in a
15519 way that works for multi methods, too.
15520 (tramp-bug): Add backup-directory-alist and
15521 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15522
15523 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15524
15525 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15526
15527 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15528 (tramp-actions-copy-out-of-band): New defcustoms.
15529 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15530 used instead of a synchronous one. Allows password entering.
15531 (tramp-action-out-of-band): New defun.
15532 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15533 Remove restriction with password from doc string.
15534 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15535 `tramp-out-of-band-prompt-regexp',
15536 `tramp-actions-copy-out-of-band', `password-cache' and
15537 `password-cache-expiry'.
15538 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15539 password caching.
15540 (tramp-touch): FILE can be a local file, too.
15541 (TODO): Remove items done.
15542 (tramp-handle-insert-directory): Properly quote file name also if
15543 not full-directory-p. Handle wildcard case. Reported by Andreas
15544 Schwab <schwab@suse.de>.
15545 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15546 new file.
15547 (tramp-handle-file-local-copy, tramp-handle-write-region):
15548 The permissions of the temporary file are set if filename exists.
15549 Reported by Ted Stern <stern@cray.com>.
15550 (tramp-backup-directory-alist)
15551 (tramp-bkup-backup-directory-info): New defcustoms.
15552 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15553 (tramp-handle-find-backup-file-name): New function.
15554 Implements Tramp's find-backup-file-name.
15555
15556 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15557 for `find-backup-file-name'.
15558
15559 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15560 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15561
15562 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15563
15564 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15565
15566 2004-05-07 Juanma Barranquero <lektu@terra.es>
15567
15568 * subr.el (lambda): Add arglist description to docstring.
15569 (declare): Fix typo in docstring.
15570 (open-network-stream): Fix docstring.
15571 (process-kill-without-query): Fix docstring and add obsolescence info.
15572 (last, butlast, nbutlast): Make arguments match their use in docstring.
15573 (insert-buffer-substring-no-properties): Likewise.
15574 (insert-buffer-substring-as-yank): Likewise.
15575 (split-string): Fix docstring.
15576
15577 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15578 Make argument names match their use in docstring.
15579
15580 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15581
15582 2004-05-06 Nick Roberts <nickrob@gnu.org>
15583
15584 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15585 Fit first sentence on one line for apropos-command.
15586
15587 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 Changes largely merged in from Dave Love's code.
15590 * progmodes/python.el: Doc fixes.
15591 (python-mode-map): Add python-complete-symbol.
15592 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15593 (python-comment-indent, python-complete-symbol)
15594 (python-symbol-completions, python-partial-symbol)
15595 (python-try-complete): New.
15596 (python-indent-line): Remove optional arg. Use python-block-end-p.
15597 (python-check): Bind compilation-error-regexp-alist.
15598 (inferior-python-mode): Use rx. Move keybindings to top level.
15599 Set comint-input-filter.
15600 (python-preoutput-filter): Use rx.
15601 (python-input-filter): Re-introduce.
15602 (python-proc): Start new process if necessary.
15603 Check python-buffer non-nil.
15604 (view-return-to-alist): Defvar.
15605 (python-send-receive): New.
15606 (python-eldoc-function): Use it.
15607 (python-mode-running): Don't defvar.
15608 (python-mode): Set comment-indent-function.
15609 Maybe update hippie-expand-try-functions-list.
15610 (python-indentation-levels): Initialize differently.
15611 (python-block-end-p): New.
15612 (python-indent-line): Use it.
15613 (python-compilation-regexp-alist): Augment.
15614 (run-python): Import `emacs' module to Python rather than loading
15615 code directly. Set python-buffer differently.
15616 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15617 Use python-proc.
15618 (python-send-command): Go to end of comint buffer.
15619 (python-load-file): Use python-proc, emacs.eimport.
15620 (python-describe-symbol): Simplify interactive form.
15621 Use emacs.help. Do use temp-buffer-show-hook.
15622 Call print-help-return-message.
15623 (hippie-exp): Require when compiling.
15624 (python-preoutput-continuation): Use rx.
15625
15626 * diff-mode.el (diff-make-unified): Fix regexp.
15627
15628 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15629
15630 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15631 filter groups from the buffer when rebuilding the Ibuffer buffer
15632 and `ibuffer-show-empty-filter-groups' is nil.
15633
15634 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15635
15636 * ps-print.el (ps-print-quote): Call ps-value-string.
15637 (ps-setup): Call ps-comment-string.
15638 (ps-value-string, ps-comment-string): New funs.
15639
15640 2004-05-06 Juanma Barranquero <lektu@terra.es>
15641
15642 * ehelp.el (electric-help-command-loop): Check whether the last
15643 character is visible, not (point-max).
15644
15645 * help-fns.el (help-argument-name): Default to bold; don't inherit
15646 from font-lock-variable-name-face.
15647 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15648
15649 2004-05-05 Kenichi Handa <handa@m17n.org>
15650
15651 * descr-text.el (describe-char): Copy the character with text
15652 properties and overlays into the first line, and call
15653 describe-text-properties on it.
15654
15655 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15656
15657 * iswitchb.el (iswitchb-global-map): Fix typo.
15658 Remove unwanted ###autoloads from source file.
15659
15660 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15661
15662 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15663 in run-hooks. Use substitute-command-keys in message.
15664 (wdired-abort-changes): Add message.
15665
15666 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15667
15668 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15669 (sql-emacs20-p): Remove.
15670 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15671 (sql-builtin-face, sql-doc-face): Remove.
15672 (sql-mode-ansi-font-lock-keywords)
15673 (sql-mode-oracle-font-lock-keywords)
15674 (sql-mode-postgres-font-lock-keywords)
15675 (sql-mode-linter-font-lock-keywords)
15676 (sql-mode-ms-font-lock-keywords)
15677 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15678 (sql-product-font-lock): Fix font-lock reset when font rules change.
15679 (sql-highlight-product): Remove incorrect font-lock reset logic.
15680
15681 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15682
15683 * ses.el (ses-set-parameter): Fix typo.
15684
15685 2004-05-04 Kim F. Storm <storm@cua.dk>
15686
15687 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15688 Must expand directory for completion to work; and don't mess with
15689 process-environment.
15690 (ido-read-file-name): If command has ido property, don't use ido
15691 if value is ignore, or read as directory if value is dir.
15692 Set ido ignore property for dired-do-rename command.
15693
15694 2004-05-04 Juanma Barranquero <lektu@terra.es>
15695
15696 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15697 (electric-help-help): Check against unmapped commands.
15698
15699 * help-fns.el (help-argument-name): New face, inheriting from
15700 font-lock-variable-name-face, to highlight function arguments in
15701 `describe-function' and `describe-key'.
15702 (help-do-arg-highlight): Auxiliary function to highlight a given
15703 list of arguments in a string.
15704 (help-highlight-arguments): Highlight the function arguments and
15705 all uses of them in the docstring.
15706 (describe-function-1): Use it. Do docstring output via `insert',
15707 not 'princ', so text attributes are preserved.
15708
15709 * winner.el (winner-mode-map): Move `winner-undo' and
15710 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15711 previous bindings conflict with `prev-buffer', `next-buffer').
15712
15713 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15714
15715 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15716 (bibtex-entry-update): New command bound to C-c C-u.
15717 (bibtex-text-in-string): Fix regexp.
15718 (bibtex-assoc-of-regexp): Remove.
15719 (bibtex-progress-message): Fix docstring.
15720 (bibtex-inside-field): Use if.
15721 (bibtex-assoc-regexp): New function.
15722 (bibtex-format-entry): Make code more robust so that it formats
15723 also old entries.
15724 (bibtex-autokey-demangle-title): Merge with obsolete function
15725 bibtex-assoc-of-regexp.
15726 (bibtex-field-list): New function.
15727 (bibtex-entry): Use bibtex-field-list.
15728 (bibtex-parse-entry): Fix docstring.
15729 (bibtex-print-help-message): Use bibtex-field-list.
15730 (bibtex-make-field): Use bibtex-field-list.
15731 (bibtex-entry-index): Bugfix. Return crossref key if required.
15732 (bibtex-lessp): Fix docstring.
15733
15734 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15735
15736 * select.el (xselect-convert-to-string): Move comment to intended line.
15737
15738 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15739
15740 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15741 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15742
15743 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15744
15745 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15746 x-get-selection.
15747
15748 2004-05-03 Jason Rumney <jasonr@gnu.org>
15749
15750 * makefile.nt: Remove.
15751
15752 2004-05-03 Kim F. Storm <storm@cua.dk>
15753
15754 * emulation/cua-base.el (cua--update-indications): Fix last change.
15755 (cua-mode): Deactivate mark when cua-mode is enabled.
15756
15757 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15758
15759 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15760
15761 2004-05-03 Nick Roberts <nickrob@gnu.org>
15762
15763 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15764 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15765 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15766 window over visible frames.
15767 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15768
15769 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15770
15771 * progmodes/compile.el (compilation-gcpro): New var.
15772 (compilation-fake-loc): Use it.
15773 (compilation-forget-errors): Reset it.
15774
15775 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15776
15777 * diff-mode.el (diff-header-face, diff-file-header-face):
15778 Use min-colors.
15779
15780 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15781
15782 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15783 (bibtex-clean-entry): Disentangle code.
15784 (bibtex-realign): New function.
15785 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15786 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15787 Remove undocumented optional arg called-by-convert-alien.
15788 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15789 for sorting instead of bibtex-sort-buffer.
15790
15791 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15792
15793 * progmodes/compile.el (compilation-start): In the
15794 no-async-subprocesses branch, call sit-for to give redisplay a
15795 chance to show the updated process status in the mode line, and
15796 fontify the buffer explicitly after the process exits.
15797
15798 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15799
15800 * progmodes/python.el (python-compilation-line-number): Remove.
15801 (python-compilation-regexp-alist): Don't use it any more.
15802 (python-orig-start, python-input-filter): Remove.
15803 (inferior-python-mode): Don't set up comint-input-filter-functions.
15804 (python-send-region): Use compilation-fake-loc.
15805
15806 * progmodes/compile.el (compilation-messages-start): New var.
15807 (compilation-mode): Don't setup next-error-function here.
15808 (compilation-setup): Set it up here instead (for minor modes as well).
15809 Make compilation-messages-start buffer local.
15810 (compilation-next-error-function): Use it.
15811 (compilation-forget-errors): Set compilation-messages-start.
15812
15813 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15814
15815 * ielm.el (ielm-prompt-read-only): Update docstring.
15816
15817 * comint.el (comint-prompt-read-only): Update docstring.
15818 (comint-update-fence, comint-kill-whole-line)
15819 (comint-kill-region): New functions.
15820
15821 * simple.el (kill-whole-line): Use "p" instead of "P" in
15822 interactive form.
15823
15824 2004-05-01 Juanma Barranquero <lektu@terra.es>
15825
15826 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15827 format arglist so default values in CL-style argument lists are
15828 correctly shown.
15829
15830 2004-05-01 Jason Rumney <jasonr@gnu.org>
15831
15832 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15833
15834 2004-05-01 Kenichi Handa <handa@m17n.org>
15835
15836 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15837 quail file if it is up to date.
15838
15839 2004-04-30 Juri Linkov <juri@jurta.org>
15840
15841 * cus-edit.el (custom-mode-map):
15842 Add key binding `C-x C-s' to `Custom-save'.
15843
15844 * outline.el (outline-blank-line): New var.
15845 (outline-next-preface, outline-show-heading)
15846 (outline-end-of-subtree): Use it.
15847
15848 * dired-aux.el (dired-touch-initial): New fun.
15849 (dired-do-chxxx): Call it for op-symbol `touch'.
15850 (dired-diff): Use `dired-dwim-target-directory'
15851 if current dired buffer has no buffer mark.
15852
15853 * bindings.el (propertized-buffer-identification):
15854 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15855 Add C-M-arrow keys for consistency.
15856
15857 * files.el (confirm-kill-emacs):
15858 Change group from top-level `emacs' to `convenience'.
15859
15860 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15861 Push mark on the first call of successive command calls.
15862 (insert-pair): New fun created from `insert-parentheses' with
15863 `open' and `close' arguments added. Enclose active regions
15864 in paired characters. Compare adjacent characters syntax with
15865 inserted characters syntax before inserting a space.
15866 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15867
15868 * delsel.el: Don't put `delete-selection' property
15869 on `insert-parentheses' symbol to take advantage of
15870 region handling in `insert-pair' function.
15871 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15872
15873 2004-04-30 Kim F. Storm <storm@cua.dk>
15874
15875 * emulation/cua-base.el: Add support for changing cursor types;
15876 based on patch from Michael Mauger.
15877 (cua-normal-cursor-color, cua-read-only-cursor-color)
15878 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15879 Customization cursor type and/or cursor color.
15880 (cua--update-indications): Handle cursor type changes.
15881 (cua-mode): Update cursor indications if enabled.
15882
15883 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15884
15885 * mouse.el (mouse-drag-copy-region): New defcustom.
15886 (mouse-set-region, mouse-drag-region-1): Use it.
15887
15888 * simple.el (kill-ring-save): If region face background color is
15889 unspecified (if no highlighting), show extent of fully visible
15890 region even if transient-mark-mode is enabled.
15891
15892 * emulation/cua-base.el (cua--standard-movement-commands):
15893 Add cua-scroll-up and cua-scroll-down.
15894 (cua-scroll-up, cua-scroll-down): New commands.
15895 (cua--init-keymaps): Remap scroll-up and scroll-down.
15896
15897 * emulation/cua-rect.el (cua--convert-rectangle-as):
15898 New defmacro.
15899 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15900 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15901 New commands (suggested by Jordan Breeding).
15902
15903 2004-04-30 Juanma Barranquero <lektu@terra.es>
15904
15905 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15906
15907 2004-04-30 Mario Lang <mlang@delysid.org>
15908
15909 * diff.el (diff-switches): Fix typo in docstring.
15910
15911 2004-04-30 Alex Schroeder <alex@gnu.org>
15912
15913 * xml.el (xml-debug-print-internal): Don't add newline and
15914 indentation to text nodes and write empty elements as empty tags
15915 instead of opening and closing tags.
15916 (xml-debug-print): Take optional indent-string argument.
15917 (xml-print): Alias for xml-debug-print.
15918
15919 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15920
15921 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15922 than duplicate call to `line-beginning-position'.
15923
15924 * progmodes/f90.el (f90-get-present-comment-type):
15925 Return whitespace, as well as comment chars, for consistent filling
15926 of comment blocks. Use `match-string-no-properties'.
15927 (f90-break-line): Trim trailing whitespace when filling comments.
15928
15929 2004-04-30 Dave Love <fx@gnu.org>
15930
15931 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15932 (diary-from-outlook-internal, diary-from-outlook)
15933 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15934 New functions to import diary entries from Outlook-format
15935 appointments in mail messages.
15936
15937 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15938
15939 * progmodes/python.el (python-send-command): New fun.
15940 (python-send-region, python-load-file): Use it.
15941
15942 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15943
15944 * help-fns.el (help-C-file-name): Use new subr-name.
15945 Prepend `src/' to the file name.
15946 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15947 (describe-function-1, describe-variable): Only find a C source file
15948 name if DOC is already loaded.
15949
15950 * help-mode.el (help-function-def, help-variable-def):
15951 Use the new find-function-search-for-symbol functionality.
15952 Allow FILE to be `C-source'.
15953
15954 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15955 (find-function-C-source): New fun.
15956 (find-function-search-for-symbol): Use it.
15957
15958 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15959
15960 * progmodes/sql.el (sql-product-alist): Rename variable
15961 `sql-product-support'. Add Postgres login parameters.
15962 (sql-set-product, sql-product-feature): Update with renamed variable.
15963 (sql-connect-postgres): Add username prompt.
15964 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15965 Make patterns less product specific.
15966 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15967 (sql-mode-abbrev-table): Modify initialization.
15968 (sql-builtin-face): Add variable.
15969 (sql-keywords-re): Add macro.
15970 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15971 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15972 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15973 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15974 (sql-mode-linter-font-lock-keywords)
15975 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15976 (sql-mode-sybase-font-lock-keywords)
15977 (sql-mode-informix-font-lock-keywords)
15978 (sql-mode-interbase-font-lock-keywords)
15979 (sql-mode-ingres-font-lock-keywords)
15980 (sql-mode-solid-font-lock-keywords)
15981 (sql-mode-sqlite-font-lock-keywords)
15982 (sql-mode-db2-font-lock-keywords): Default to nil.
15983 (sql-product-font-lock): Always highlight ANSI keywords.
15984 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15985 (sql-send-string): Add function.
15986
15987 2004-04-29 Dave Love <fx@gnu.org>
15988
15989 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15990 (cfengine-end-of-defun): Ensure progress through buffer.
15991
15992 * info-look.el (cfengine-mode): Accept a terminal ().
15993
15994 2004-04-29 Juri Linkov <juri@jurta.org>
15995
15996 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15997 instead of isearch-yank-word-or-char. Add new key bindings for
15998 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15999 (isearch-del-char): New fun.
16000 (isearch-forward, isearch-edit-string): Update docstring.
16001 (isearch-yank-char): Doc fix.
16002 (isearch-other-meta-char): Restore point after scrolling.
16003
16004 * progmodes/compile.el (compilation-context-lines): Add nil option
16005 to disable compilation output window scrolling.
16006 (compilation-set-window): Use it.
16007
16008 * outline.el (outline-next-preface, outline-show-heading):
16009 Don't leave unhidden blank line before heading.
16010 (outline-end-of-subtree): Include last newline into subtree.
16011 (hide-entry): Leave point at beginning of heading instead of end.
16012 (outline-up-heading): Push mark for the first call of successive
16013 command calls.
16014
16015 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
16016
16017 * comint.el (comint-prompt-read-only): New variable.
16018 (comint-output-filter): Implement it.
16019
16020 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16021 (ielm-prompt-internal): New variable.
16022 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16023 (ielm-send-input): Delete unused variable `buf'.
16024 (ielm-eval-input): Use `ielm-prompt-internal'.
16025 (inferior-emacs-lisp-mode): Use new variables
16026 `comint-prompt-read-only' and `ielm-prompt-internal'.
16027 Get rid of obsolete variable `directory-sep-char'.
16028 (ielm): Use `zerop'.
16029
16030 2004-04-29 John Paul Wallington <jpw@gnu.org>
16031
16032 * thumbs.el (toplevel): Require cl at compile time.
16033 Remove conditional definitions of `ignore-errors' and `caddar'
16034 because they occur at run time.
16035
16036 2004-04-28 Nick Roberts <nickrob@gnu.org>
16037
16038 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
16039 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
16040 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
16041 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
16042
16043 * progmodes/gud.el (gud-common-init): Throw an error if program is
16044 already running under gdb.
16045
16046 2004-04-28 John Paul Wallington <jpw@gnu.org>
16047
16048 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
16049 (thumbs-show-image-num): Move assignment of
16050 `thumbs-current-image-filename' within scope of `i'.
16051 (thumbs-emboss-image): Don't use `evenp'.
16052
16053 2004-04-28 Richard M. Stallman <rms@gnu.org>
16054
16055 * progmodes/compile.el (compilation-context-lines): Default now 0.
16056
16057 2004-04-28 Juanma Barranquero <lektu@terra.es>
16058
16059 Use `time-less-p' from calendar/time-date.el instead of defining
16060 custom versions of it.
16061
16062 * pcomplete.el (pcomplete-time-less-p): Remove.
16063
16064 * thumbs.el (time-less-p): Remove.
16065
16066 * calendar/timeclock.el (timeclock-time-less-p): Remove.
16067 (timeclock-generate-report): Use `time-less-p'.
16068
16069 * emacs-lisp/autoload.el (autoload-before-p): Remove.
16070 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16071
16072 2004-04-28 Masatake YAMATO <jet@gyve.org>
16073
16074 * subr.el (remove-overlays): Make arguments optional.
16075
16076 * wid-edit.el (widget-specify-button): Put evaporate to the
16077 overlay for sample.
16078 (widget-specify-sample): Put evaporate to the overlay for sample.
16079 (widget-specify-doc): Put evaporate to the overlay for documentation.
16080
16081 2004-04-27 Jesper Harder <harder@ifa.au.dk>
16082
16083 * info.el (info-apropos): Make it an index node. Align node names
16084 like makeinfo.
16085
16086 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16087
16088 * net/browse-url.el (browse-url-netscape-sentinel)
16089 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16090 (browse-url-epiphany-sentinel, browse-url-mosaic):
16091 Use browse-url-*-program instead of a literal program name.
16092
16093 2004-04-27 Kevin Ryde <user42@zip.com.au>
16094
16095 * eshell/em-alias.el:
16096 * eshell/em-dirs.el:
16097 * eshell/em-hist.el:
16098 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16099 features when M-x customize-group loads modules before the main
16100 eshell.el.
16101
16102 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16103
16104 * subr.el (momentary-string-display): Support EXIT-CHAR that is
16105 either a character representation of an event or an event
16106 description list.
16107
16108 * type-break.el: Capitalise Emacs and Lisp.
16109 (type-break-good-break-interval, type-break-demo-boring-stats)
16110 (type-break-terse-messages, type-break-file-name): New defcustoms.
16111 (type-break-post-command-hook)
16112 (type-break-warning-countdown-string): Quote variable names in doc.
16113 (type-break-interval-start, type-break-auto-save-file-name): New vars.
16114 (type-break-mode): Document type-break-good-break-interval and the
16115 "session" file. Schedule break according to the session file.
16116 Kill session file buffer on exit. Organise for save-some-buffers
16117 to always save the session file.
16118 (type-break-mode-line-message-mode, type-break-query-mode):
16119 Uppercase arguments.
16120 (type-break-file-time, type-break-file-keystroke-count, timep)
16121 (type-break-choose-file, type-break-get-previous-time)
16122 (type-break-get-previous-count): New defuns.
16123 (type-break): Avoid break querying after a completed break in the
16124 case where the query was initiated during user invocation of the
16125 break. Optional terse messages.
16126 Use type-break-good-break-interval if type-break-good-rest-interval is
16127 nil. File the break time.
16128 (type-break-schedule): New optional args for overriding the use of
16129 the current time.
16130 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16131 after a break.
16132 (type-break-check): File the keystroke count.
16133 (type-break-do-query): Prevent a second query when the break is
16134 interrupted. Optional terse message.
16135 (type-break-keystroke-reset): Record the start of a typing interval.
16136 (type-break-demo-boring): Optional terse messages. Display word
16137 per minute and keystroke counts according to
16138 type-break-demo-boring-stats.
16139
16140 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
16141
16142 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16143 directories, make sure they exist under archive-tmpdir.
16144
16145 2004-04-27 Juri Linkov <juri@jurta.org>
16146
16147 * help.el (view-emacs-news): With argument, display info for the
16148 selected version by finding it among different NEWS files, and
16149 narrowing the buffer to the selected version.
16150
16151 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16152 same-window-buffer-names.
16153 (info): New arg `buffer'. Use it. Doc fix. Read file name for
16154 non-numeric prefix argument, append the number to the buffer name
16155 for numeric prefix argument.
16156 (info-other-window): Bind same-window-regexps to nil.
16157 (Info-reference-name): Rename to Info-point-loc.
16158 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16159 and Info-find-index-name for stringy Info-point-loc.
16160 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
16161 without middle `.', but with final `.' and optional line number
16162 for it. Set Info-point-loc for index nodes.
16163 (Info-index): Remove middle `.' from index entry regexp.
16164 Modify line number regexp.
16165 (Info-index-next): Decrement line number.
16166 (info-apropos): Remove middle `.' from index entry regexp.
16167 Add optional line number regexp at the end. Add matched value
16168 for line number to the result list and insert it to the buffer.
16169 Replace match-string by match-string-no-properties.
16170 Reorder result list.
16171 (Info-fontify-node): Hide index line numbers.
16172 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16173 empty matches.
16174 (Info-follow-reference): Use `str' instead of
16175 Info-following-node-name-re.
16176 (Info-toc): Use full file names. Set Info-current-node to "Top".
16177 (Info-fontify-node): Compare file names without directory name.
16178 (Info-try-follow-nearest-node): Don't set Info-reference-name.
16179 Set second arg of Info-extract-menu-node-name for index nodes.
16180 (info-xref-visited): Use magenta3 instead of magenta4.
16181 (Info-mode): Add info-apropos to docstring.
16182
16183 * log-view.el (log-view-diff): Replace interactive code "r"
16184 by a list to allow to call it even if region is not active.
16185
16186 * paren.el (show-paren-highlight-openparen): New var.
16187 (show-paren-function): Turn on openparen highlighting when
16188 matching forward if show-paren-highlight-openparen is non-nil.
16189
16190 * simple.el (kill-ring-save): Use blink-matching-delay instead of
16191 the constant value 1.
16192 (completions-common-part): Expand docstring.
16193
16194 * textmodes/picture.el (picture-mode-map): Add arrow keys.
16195
16196 2004-04-27 Kim F. Storm <storm@cua.dk>
16197
16198 * image.el (insert-sliced-image): Use line-height instead of
16199 line-spacing property on newline.
16200
16201 2004-04-26 Lars Hansen <larsh@math.ku.dk>
16202
16203 * desktop.el (desktop-buffer-misc-data-function): Rename to
16204 desktop-save-buffer and change docstring.
16205 (desktop-buffer-modes-to-save): Delete.
16206 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16207 desktop-buffer-modes-to-save.
16208 (desktop-save): Rename desktop-buffer-misc-data-function to
16209 desktop-save-buffer and allow non-function value.
16210 (desktop-missing-file-warning): Correct docstring.
16211
16212 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16213 to desktop-save-buffer.
16214
16215 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16216 desktop-save-buffer.
16217
16218 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16219
16220 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16221
16222 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16223
16224 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16225
16226 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16227
16228 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16229 (ielm): Only go to the end of the buffer when starting a new process.
16230
16231 2004-04-25 Juanma Barranquero <lektu@terra.es>
16232
16233 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16234 mode line. Bind `inhibit-read-only' to t before modifying
16235 properties of text in the buffer.
16236 (ielm): Force point to the end of buffer, even when running ielm
16237 from inside itself.
16238
16239 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16240
16241 * info.el (info-apropos): Reset Info-complete-cache.
16242
16243 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16244
16245 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16246 Also recognize severe Irix et al. messages.
16247 (compilation-normalize-filename, compile-abbreviate-directory):
16248 Delete functions.
16249 (compilation-get-file-structure): New function inherits
16250 functionality of the two preceding ones.
16251 (compilation-internal-error-properties, compilation-fake-loc):
16252 Use it so that different paths to the same file share the same
16253 markers. Also optimize finding adjacent marker slightly.
16254
16255 2004-04-25 Kim F. Storm <storm@cua.dk>
16256
16257 * image.el (insert-sliced-image): Add line-spacing t property
16258 to newlines separating image lines.
16259
16260 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16261
16262 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16263
16264 * ielm.el (ielm-prompt-read-only): New user option.
16265 (ielm-prompt): Expand docstring to describe new behavior.
16266 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16267 mention it in the docstring.
16268
16269 2004-04-24 Andreas Schwab <schwab@suse.de>
16270
16271 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16272
16273 * diff.el (diff): Set default-directory in diff buffer.
16274
16275 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16276
16277 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16278 mail was being composed if the terminal cannot display more than
16279 one frame; instead, switch to previous frame.
16280
16281 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16282 (rmail-start-mail): Support rmail-mail-new-frame even on
16283 terminals that can display only one frame at a time.
16284
16285 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16286
16287 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16288 (checkdoc-output-font-lock-keywords): Remove error regexp.
16289 (checkdoc-output-mode-map): Remove.
16290 (checkdoc-output-mode): Derive from compilation-mode.
16291 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16292
16293 * dired.el (dired-mode-map): Add a menu entry for wdired.
16294
16295 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16296 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16297
16298 * wdired.el (wdired-mode-map): Move init into declaration.
16299 Fix `return' binding.
16300 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16301 Use force-mode-line-update.
16302 (wdired-get-filename): Use `unless'.
16303 (wdired-preprocess-files): Don't assume names have no \n and use / for
16304 dir separator.
16305 (wdired-normalize-filename): Use replace-regexp-in-string.
16306 (wdired-load-hooks): Remove.
16307 (wdired-mode-hooks): Rename to wdired-mode-hook.
16308
16309 * info-look.el: Add support for cfengine-mode.
16310 (info-lookup-setup-mode): Use dolist.
16311
16312 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16313
16314 * wdired.el: New file.
16315
16316 2004-04-23 Juanma Barranquero <lektu@terra.es>
16317
16318 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16319
16320 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16321 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16322 (pcomplete--help, pcomplete--here): Doc fixes.
16323
16324 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16325
16326 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16327 handles wrong-number-of-arguments in backend call.
16328
16329 * vc.el (vc-print-log): Likewise.
16330
16331 2004-04-20 Dave Love <fx@gnu.org>
16332
16333 * emacs-lisp/rx.el: Doc fixes.
16334 (rx-constituents): Add/extend many forms.
16335 (rx-check): Check form is a list.
16336 (bracket): Defvar.
16337 (rx-check-any, rx-any, rx-check-not): Modify.
16338 (rx-not): Simplify.
16339 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16340 (rx-kleene): Use rx-trans-forms.
16341 (rx-quote-for-set): Delete.
16342 (rx): Allow multiple args.
16343
16344 2004-04-23 Kenichi Handa <handa@m17n.org>
16345
16346 * international/mule-util.el (char-displayable-p): Simplify by
16347 using internal-char-font.
16348
16349 2004-04-23 Juanma Barranquero <lektu@terra.es>
16350
16351 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16352
16353 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16354
16355 * diff-mode.el (diff-next-error): New fun.
16356 (diff-mode): Use it.
16357
16358 * simple.el (next-error): Change arg name.
16359 Add support for the documented C-u C-x ` usage.
16360
16361 * frame.el (special-display-popup-frame, next-multiframe-window)
16362 (previous-multiframe-window): Only consider frames on same display.
16363
16364 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16365
16366 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16367 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16368
16369 2004-04-22 Kim F. Storm <storm@cua.dk>
16370
16371 * net/telnet.el (telnet): Add optional port arg.
16372
16373 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16376 Minor sanity check on the `hyperlink' slot.
16377
16378 * Makefile.in (recompile): Compile new files.
16379
16380 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16381 Add byte-recompile-directory's optional `arg'.
16382
16383 * cvs-status.el (cvs-tree-use-charset): New var.
16384 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16385 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16386 (cvs-status-cvstrees): Use it.
16387
16388 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16389 Make it a normal major mode.
16390 (checkdoc-buffer-label): Make sure the file name is meaningful.
16391 (checkdoc-output-to-error-buffer): Remove.
16392 (checkdoc-error, checkdoc-start-section): Rewrite.
16393
16394 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16395 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16396 (Info-title-4-face): Use new syntax.
16397 (info-xref-visited): Inherit from info-xref.
16398
16399 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16400
16401 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16402
16403 * simple.el (next-error-last-buffer, next-error-function):
16404 New variables for the next-error framework.
16405 (next-error-buffer-p): New function.
16406 (next-error-find-buffer): Generalize compilation-find-buffer.
16407 (next-error, previous-error, first-error, next-error-no-select)
16408 (previous-error-no-select): Move from compile.el.
16409
16410 * replace.el (occur-next-error, occur-1): Hook into the next-error
16411 framework.
16412
16413 * progmodes/compile.el (compilation-start):
16414 Set next-error-last-buffer so next-error knows where to jump.
16415 (compilation-setup): Set the buffer-local variable
16416 next-error-function to 'compilation-next-error-function.
16417 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16418 alternate way to find if a buffer is a compilation buffer, for
16419 next-error convenience.
16420 (next-error-no-select, previous-error-no-select, next-error)
16421 (previous-error, first-error): Move to simple.el.
16422 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16423 (compilation-last-buffer): Remove.
16424 (compilation-start, compilation-next-error, compilation-setup)
16425 (compilation-next-error-function, compilation-find-buffer):
16426 Remove compilation-last-buffer use.
16427
16428 2004-04-21 Juanma Barranquero <lektu@terra.es>
16429
16430 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16431 (font-lock-warning-face): Fix spacing.
16432
16433 * makefile.w32-in (WINS): Add url/ directory.
16434
16435 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16436
16437 * desktop.el (desktop-buffer-mode-handlers): New variable.
16438 Alist of major mode specific functions to restore a desktop buffer.
16439 (desktop-buffer-handlers): Make variable obsolete.
16440 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16441 Catch errors signaled in handlers. Update buffer count.
16442 Evaluate desktop-buffer-point.
16443 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16444 move to dired.el.
16445 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16446 move to info.el.
16447 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16448 move to mail/rmail.el.
16449 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16450 to mh-e/mh-e.el.
16451 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16452 On fail, print message (to message buffer) even if
16453 desktop-missing-file-warning is nil.
16454 (desktop-buffer-misc-data-function): New buffer local variable.
16455 Function returning major mode specific data.
16456 (desktop-buffer-misc-functions): Make variable obsolete.
16457 (desktop-save): Use desktop-buffer-misc-data-function.
16458 (desktop-buffer-dired-misc-data): Rename to
16459 dired-desktop-buffer-misc-data and move to dired.el.
16460 (desktop-buffer-info-misc-data): Rename to
16461 Info-desktop-buffer-misc-data and move to info.el.
16462 (desktop-read): Add message about number of buffers restored/failed.
16463
16464 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16465 Add parameters. Pause to display error only when
16466 desktop-missing-file-warning is non-nil.
16467 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16468 (dired-mode): Bind desktop-buffer-misc-data-function.
16469
16470 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16471 Add Parameters.
16472 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16473 (Info-mode): Bind desktop-buffer-misc-data-function.
16474
16475 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16476 Add Parameters.
16477
16478 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16479 Add Parameters.
16480
16481 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16482
16483 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16484 the case of letters in case-insensitive expansions when the
16485 abbrev is preceded by characters with letter syntax.
16486
16487 2004-04-21 Richard M. Stallman <rms@gnu.org>
16488
16489 * progmodes/cperl-mode.el (cperl-putback-char):
16490 Delete Emacs 18 definition.
16491
16492 * international/mule.el (ctext-post-read-conversion):
16493 Use assoc-string, not assoc-ignore-case.
16494
16495 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16496
16497 * emacs-lisp/easymenu.el (easy-menu-add):
16498 Do call x-popup-menu, but only if it's defined.
16499
16500 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16501
16502 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16503 Handle multiple args: compile like progn.
16504
16505 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16506 take all args as &rest arg.
16507
16508 * autoinsert.el (auto-insert-alist): Insert the user's name in
16509 copyright notice, rather than Free Software Foundation.
16510
16511 2004-04-21 Kenichi Handa <handa@m17n.org>
16512
16513 * descr-text.el (describe-char): Make it work on *Help* buffer.
16514
16515 2004-04-21 Kim F. Storm <storm@cua.dk>
16516
16517 * image.el (insert-image): Add optional SLICE arg.
16518 (insert-sliced-image): New defun.
16519
16520 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16521
16522 * subr.el (read-number): Check whether `default' is nil.
16523
16524 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16525
16526 * progmodes/compile.el (compilation-error-properties):
16527 Split into two.
16528 (compilation-internal-error-properties): New one.
16529 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16530
16531 2004-04-20 Richard M. Stallman <rms@gnu.org>
16532
16533 * window.el (split-window-save-restore-data):
16534 Don't update the data if OLD-INFO is nil.
16535
16536 * view.el (view-return-to-alist): Mark it permanent local.
16537
16538 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16539
16540 * recentf.el (recentf-save-list): Catch and warn about errors.
16541
16542 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16543 so "Buffers" won't be pure.
16544
16545 * help-mode.el (help-mode-finish): Set help-return-alist first
16546 thing, setting only the entry for the selected window.
16547
16548 * help-fns.el (describe-function-1): If many non-control non-meta
16549 keys run the command, don't list all of them.
16550
16551 2004-04-20 Juanma Barranquero <lektu@terra.es>
16552
16553 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16554 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16555
16556 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16557
16558 2004-04-20 Kenichi Handa <handa@m17n.org>
16559
16560 * international/quail.el (quail-lookup-key): New optional arg
16561 NOT-RESET-INDICES.
16562 (quail-get-translations): Call quail-lookup-key with
16563 NOT-RESET-INDICES t.
16564 (quail-completion): Likewise.
16565 (quail-lookup-map-and-concat): Likewise.
16566
16567 2004-04-20 Kenichi Handa <handa@m17n.org>
16568
16569 * international/quail.el (quail-update-translation): Don't insert
16570 such an unsupported multibyte char in a unibyte buffer.
16571
16572 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16573
16574 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16575 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16576 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16577 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16578 (gdb-frame-assembler-buffer): Improve behaviour with
16579 multiple frames.
16580 (gdb-display-buffer): Extend search to all visible frames.
16581
16582 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16583
16584 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16585 characters left after base64 decoding.
16586 (rmail-decode-region): Use -dos variety of `coding', to remove any
16587 ^M characters left after qp or base64 decoding.
16588
16589 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16590
16591 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16592 messages.
16593
16594 2004-04-19 Stephen Eglen <stephen@gnu.org>
16595
16596 * add-log.el (add-change-log-entry): Update doc string to mention
16597 add-log-full-name and add-log-mailing-address.
16598
16599 2004-04-18 Juri Linkov <juri@jurta.org>
16600
16601 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16602 (Info-find-node-2): Simplify error message.
16603 (Info-insert-dir): Use Info-following-node-name.
16604 (Info-goto-node): Remove *info-history* and *info-toc*.
16605 (Info-history): Create a node of the virtual history file.
16606 (Info-toc): Create a node of the virtual toc file.
16607 (Info-insert-toc): New arg `curr-file' for reference file names.
16608 (info-apropos): Remove redundant var binding for temp-file.
16609 (Info-index, Info-index-next, Info-mode): Doc fix.
16610 (Info-goto-emacs-command-node): Don't jump to *info* from
16611 non-*info* Info buffers.
16612 (Info-fontify-node): Don't show the file name of external
16613 references if `Info-hide-note-references' is `hide'. Don't hide
16614 newlines at the end of paragraphs.
16615
16616 * international/mule-diag.el (list-input-methods):
16617 Fix args to help-xref-button.
16618
16619 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16620 to put into effect local variables from TUTORIAL files.
16621
16622 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16623 with default value taken from the variable `sentence-end'.
16624 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16625 Add nil const to :type.
16626 (sentence-end-without-period, sentence-end-double-space)
16627 (sentence-end-without-space): Doc fix.
16628
16629 * textmodes/paragraphs.el (forward-sentence):
16630 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16631 (fill-delete-newlines):
16632 * progmodes/cc-cmds.el (c-beginning-of-statement):
16633 Use function `sentence-end' instead of variable `sentence-end'.
16634
16635 2004-04-18 Andreas Schwab <schwab@suse.de>
16636
16637 * progmodes/compile.el (compilation-start): Set window start to
16638 point-min if compilation-scroll-output is nil.
16639
16640 2004-04-18 John Wiegley <johnw@newartisans.com>
16641
16642 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16643
16644 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16645
16646 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16647 (gdb-info-breakpoints-custom): Revert previous change.
16648 (gdb-view-assembler): Update assembler if necessary.
16649 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16650 (gdb-display-source-buffer): Update properly when both source and
16651 assembler are visible.
16652
16653 2004-04-17 John Wiegley <johnw@newartisans.com>
16654
16655 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16656 which limits the number of names shown in the minibuffer. Off by
16657 default.
16658 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16659 up iswitchb for users with a multitude of open buffers by showing
16660 only the first and last N/2 buffers in the completion list (which
16661 is enough to aid C-s/C-r, and to know that more characters are
16662 needed to refine the completion list).
16663
16664 2004-04-17 Richard M. Stallman <rms@gnu.org>
16665
16666 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16667 (file-truename): Expand all ~ constructs directly.
16668 (insert-directory): Delete any error msg output by the
16669 `insert-directory-program'.
16670
16671 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16672 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16673 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16674 (allout-init): Use find-file-hook, not find-file-hooks.
16675 (allout-mode): Eliminate Emacs 18 support.
16676 Use write-contents-functions, not local-write-file-hooks.
16677
16678 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16679
16680 * progmodes/compile.el (compilation-error-properties): Fix for
16681 adding messages when there are already markers for their file.
16682 (compilation-fake-loc): New function.
16683
16684 2004-04-16 Dave Love <fx@gnu.org>
16685
16686 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16687 (python-load-file): Fix python-orig-start setting.
16688
16689 * progmodes/compile.el: Doc fixes.
16690 (compilation-error-regexp-alist-alist)
16691 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16692 (compilation-assq): Wrap in eval-when-compile.
16693 (compilation-mode-font-lock-keywords): Don't use list*.
16694 (compilation-start): Avoid warning.
16695 (compilation-compat-error-properties)
16696 (compilation-directory-properties): Add keymap property.
16697 (compilation-parsing-end): Make it a marker for better compatibility.
16698
16699 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16700
16701 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16702
16703 * xml.el: Doc fixes.
16704 (xml-get-children): Only looks at sub-tags and ignore strings.
16705
16706 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16707
16708 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16709
16710 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16711
16712 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16713
16714 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16715
16716 * vc.el (vc-print-log): Likewise.
16717
16718 2004-04-16 Masatake YAMATO <jet@gyve.org>
16719
16720 * simple.el (completion-setup-function): Set an initial value
16721 to `element-common-end' before entering loop. Set a value
16722 to `element-common-end' at the end of loop.
16723 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16724 (completions-common-part): Rename from completion-de-emphasis.
16725 (completions-first-difference): Rename from completion-emphasis.
16726 Suggested by RMS.
16727
16728 2004-04-16 Juanma Barranquero <lektu@terra.es>
16729
16730 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16731 (bookmark-edit-annotation-mode): Add mode name.
16732
16733 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16734
16735 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16736 for nested conflict markers.
16737 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16738
16739 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16740
16741 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16742
16743 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16744
16745 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16746
16747 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16748 Give a backtrace if requested.
16749
16750 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16751
16752 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16753 Remove unused functions.
16754 (python-orig-start-line, python-orig-file): Remove.
16755 (python-orig-start): New var.
16756 (python-input-filter, python-compilation-line-number)
16757 (python-send-region, python-load-file): Use it.
16758
16759 * info.el (info): Always jump to *info*.
16760
16761 * subr.el (posn-set-point): New function.
16762
16763 * mouse.el (mouse-set-point): Use it.
16764
16765 * progmodes/compile.el (compile-goto-error): Use it.
16766 (compilation-button-map): New keymap.
16767 (compilation-error-properties): Use it.
16768 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16769
16770 * smerge-mode.el (smerge-popup-context-menu): Use it.
16771
16772 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16773 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16774 mouse and non-mouse case.
16775
16776 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16777 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16778
16779 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16780 Make it work for non-mouse events.
16781
16782 * pcvs-info.el (cvs-status-map): Update binding name.
16783
16784 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16785
16786 * xml.el (xml-maybe-do-ns): New function to handle namespace
16787 parsing of both attribute and element names.
16788 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16789 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16790 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16791 (xml-parse-attlist): Make it do its own namespace parsing.
16792
16793 2004-04-14 Dave Love <fx@gnu.org>
16794
16795 * progmodes/python.el (run-python): Fix use of \n.
16796 (python-load-file): Remove `try' from Python fragment.
16797 (python-describe-symbol): Fix message.
16798
16799 * comint.el: Doc fixes.
16800 (comint-last-input-start, comint-last-input-end)
16801 (comint-last-output-start): Give them values.
16802 (comint-arguments): Avoid warning.
16803 (comint-skip-prompt): Use line-end-position.
16804 (comint-backward-matching-input): Rename arg to agree with doc.
16805 (comint-extract-string): Use syntax-ppss.
16806 (comint-dynamic-simple-complete): Delete useless list construction.
16807 (comint-redirect-subvert-readonly): New.
16808 (comint-redirect-preoutput-filter): Use it.
16809
16810 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16811 Correctly handle negative arguments when calling hook functions.
16812
16813 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16814
16815 * info.el (info-apropos): Don't clobber Info-history-list.
16816
16817 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16818
16819 * progmodes/compile.el (compilation-setup):
16820 Localize overlay-arrow-position.
16821 (compilation-sentinel): Restructure code equivalently.
16822 (compilation-next-error): Find message on same line after point if
16823 not found before point.
16824 (compile-mouse-goto-error): Restore function so that compilation
16825 buffer need not be current and use compile-goto-error.
16826 (compile-goto-error): Restore function.
16827 (next-error): Set overlay-arrow-position.
16828 (compilation-forget-errors): Don't localize already local
16829 compilation-locs and remove FIXME about refontifying.
16830
16831 2004-04-14 Kim F. Storm <storm@cua.dk>
16832
16833 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16834 (command-line): New option -Q. Like -q --no-site-file, but
16835 in addition it also disables menu-bar, tool-bar, scroll-bars,
16836 tool-tips, and the blinking cursor.
16837 (command-line-1): Skip startup screen if -Q.
16838 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16839
16840 * emulation/cua-base.el (cua-read-only-cursor-color)
16841 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16842
16843 2004-04-13 Dave Love <fx@gnu.org>
16844
16845 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16846 (syntax): Don't require.
16847 (python) <defgroup>: Add :version.
16848 (python-quote-syntax): Re-written.
16849 (inferior-python-mode): Move stuff here from run-python and add
16850 some more.
16851 (python-preoutput-continuation, python-preoutput-result)
16852 (python-dotty-syntax-table): New.
16853 (python-describe-symbol): Use them.
16854 (run-python): Move stuff to inferior-python-mode. Modify code
16855 loaded into Python.
16856 (python-send-region): Use python-proc, python-send-string.
16857 (python-send-string): Send newlines too. Callers changed.
16858 (python-load-file): Re-written.
16859 (python-eldoc-function): New.
16860 (info-look): Don't require.
16861 (python-after-info-look): New. A modified version of former
16862 top-level code for use with eval-after-load.
16863 (python-maybe-jython, python-guess-indent): Use widened buffer.
16864 (python-fill-paragraph): Re-written.
16865 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16866 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16867
16868 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16869
16870 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16871 Set compilation-error-regexp-alist earlier.
16872
16873 * progmodes/compile.el (compilation-minor-mode-map)
16874 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16875 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16876
16877 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16878
16879 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16880 corresponding to the event.
16881
16882 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16883
16884 * loadup.el: Add cygwin to system-type list, for unexec() support.
16885
16886 2004-04-12 John Paul Wallington <jpw@gnu.org>
16887
16888 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16889 (ibuffer-restore-window-config-on-quit): New variable to replace
16890 `ibuffer-delete-window-on-quit'. Update all references.
16891 (ibuffer-prev-window-config): New variable.
16892 (ibuffer-quit): Restore previous window configuration instead of
16893 deleting window.
16894 (ibuffer): Save window configuration before showing Ibuffer buffer.
16895
16896 * help.el (describe-mode): Doc fix.
16897
16898 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16899
16900 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16901 not to treat nil as a function.
16902
16903 * vc-arch.el (vc-arch-root): Be a bit more careful.
16904 (vc-arch-register): Save the buffer if we modified it.
16905 (vc-arch-delete-rej-if-obsolete): Save excursion.
16906 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16907 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16908
16909 * net/ldap.el (ldap-search): Use list*.
16910
16911 2004-04-12 Juri Linkov <juri@jurta.org>
16912
16913 * info.el (Info-follow-reference): Allow multiline reference name.
16914
16915 2004-04-11 Dave Love <fx@gnu.org>
16916
16917 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16918
16919 * progmodes/python.el: New file.
16920
16921 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16922
16923 * vc-hooks.el (vc-arg-list): Function removed.
16924 (vc-default-workfile-unchanged-p): Use condition-case to check for
16925 backward compatibility.
16926
16927 * vc.el (vc-print-log): Use condition-case to check for backward
16928 compatibility.
16929
16930 2004-04-11 Juri Linkov <juri@jurta.org>
16931
16932 * dired.el (dired-faces): New defgroup.
16933 (dired-header, dired-mark, dired-marked, dired-flagged)
16934 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16935 New faces.
16936 (dired-header-face, dired-mark-face, dired-marked-face)
16937 (dired-flagged-face, dired-warning-face, dired-directory-face)
16938 (dired-symlink-face, dired-ignored-face): New face variables.
16939 (dired-font-lock-keywords): Use them instead of font-lock faces.
16940 Split the rule for dired marks into 3 separate rules: for marks,
16941 marked file names and flagged file names.
16942
16943 * help-mode.el (help-make-xrefs): Add a final newline to the
16944 *Help* buffer.
16945
16946 2004-04-11 John Paul Wallington <jpw@gnu.org>
16947
16948 * replace.el (occur-engine): Distinguish between one and several
16949 matches in the matches per buffer heading.
16950
16951 2004-04-11 Kim F. Storm <storm@cua.dk>
16952
16953 * ido.el (ido-confirm-unique-completion): New defcustom.
16954 (ido-complete): Use it.
16955 (ido-write-file): Set it to t unconditionally.
16956
16957 2004-04-10 Miles Bader <miles@gnu.org>
16958
16959 RCS keyword removal (only non-comment changes are enumerated here):
16960
16961 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16962 (byte-compile-insert-header): Don't use `byte-compile-version'.
16963 * forms.el (forms-version): Variable removed.
16964 (forms-mode): Don't use `forms-version'.
16965 * recentf.el (recentf-version): Variable removed.
16966 * progmodes/delphi.el (delphi-version): Variable removed.
16967 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16968
16969 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16970
16971 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16972
16973 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16974
16975 * info.el (info-apropos): Improve menu item regexp.
16976
16977 2004-04-09 Simon Josefsson <jas@extundo.com>
16978
16979 * mail/smtpmail.el: Add comment, based on report by
16980 kdc@rcn.com (Kevin D. Clark).
16981
16982 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16983
16984 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16985 Redo one more thing that I didn't notice Daniel had undone.
16986
16987 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16988
16989 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16990 (gdb-goto-breakpoint, gdb-display-buffer)
16991 (gdb-display-source-buffer, gdb-view-source-function)
16992 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16993 (gdb-source-info, gdb-frame-handler): Don't specify a window
16994 for display.
16995 (gdb-info-breakpoints-custom): Remove superfluous update of
16996 assembler buffer.
16997 (gdb-many-windows): Make settable outside gdb.
16998
16999 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
17000
17001 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17002 Derive from fundamental-mode rather than text-mode.
17003
17004 2004-04-08 Juri Linkov <juri@jurta.org>
17005
17006 * info.el (Info-history): Doc fix.
17007 (Info-history-list): New var.
17008 (info-xref): Change magenta4 to blue, remove bold for dark and
17009 light backgrounds, change bold to underline for non-color classes.
17010 (info-xref-visited): New face.
17011 (Info-fontify-visited-nodes): New custom.
17012 (Info-hide-note-references): Add new value `hide'. Doc fix.
17013 (Info-reference-name): New var.
17014 (Info-selection-hook): New custom.
17015 (Info-edit-mode-hook): New var.
17016 (Info-find-file): New fun.
17017 (Info-find-node): Move part of code to Info-find-file.
17018 (Info-find-node-2): Add anchors to Info-history-list. Move point
17019 to the place with the reference name if name is defined.
17020 (Info-select-node): Add current node to Info-history-list.
17021 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17022 (Info-search-whitespace-regexp): New custom.
17023 (Info-search-case-fold): New var.
17024 (Info-search): Add "case-sensitively" to the prompt.
17025 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
17026 (Info-search-case-sensitively, Info-search-next): New fun.
17027 (Info-up): Move point to the menu item of the current node.
17028 (Info-history): New fun. Add *info-history* to
17029 same-window-buffer-names.
17030 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
17031 (Info-insert-toc): New fun.
17032 (Info-build-toc): New fun.
17033 (Info-follow-reference): Add new arg `fork'. Doc fix.
17034 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
17035 with the same name prefer the reference closest to point.
17036 (Info-next-reference): Replace * by + in the *Note regexp.
17037 Add regexp for http:// and ftp://. Skip the *Note prefix.
17038 (Info-prev-reference): Replace * by + in the *Note regexp.
17039 Add regexp for http:// and ftp://. Skip the *Note prefix.
17040 (Info-follow-nearest-node): Add new arg `fork'.
17041 (Info-try-follow-nearest-node): Add new arg `fork'.
17042 Call browse-url for http:// and ftp:// references.
17043 Set Info-reference-name for index entries.
17044 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
17045 Info-search-next, Info-history, Info-toc, clone-buffer.
17046 (Info-menu-update): Replace * by + in the *Note regexp.
17047 (Info-mode): Add documentation for Info-history, Info-toc,
17048 Info-search-case-sensitively, Info-search-next, clone-buffer.
17049 (Info-fontify-menu-headers): Remove fun. Move code to
17050 Info-fontify-node.
17051 (Info-fontify-node): Add docstring. Add local vars
17052 fontify-visited-p and not-fontified-p. If not-fontified-p is t
17053 then fontify header line, titles, menu headers, http and ftp
17054 references, refill paragraphs. If not-fontified-p is t or
17055 fontify-visited-p is t then fontify cross references, menu items.
17056 Fontify menu headers. Fontify http and ftp references.
17057 Change regexp for cross references to require whitespace after *Note,
17058 add matching groups for file and node names. Remove hack for quote.
17059 Use display property for Info-hide-note-references=t. Use fifth
17060 or fourth match for help-echo. Display visited nodes in a
17061 different face. Unhide file names of external references.
17062 Unhide newlines. Display visited menu items in a different face.
17063
17064 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
17065
17066 * progmodes/compile.el: Require CL.
17067 (compilation-mode-font-lock-keywords): Re-install the "line as
17068 function" patch.
17069
17070 * help-fns.el (help-C-source-directory): New var.
17071 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17072 (describe-function-1, describe-variable): Use them.
17073
17074 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17075 to C source files specially.
17076
17077 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
17078
17079 * info.el (Info-hide-cookies-node): New function.
17080 (Info-select-node): Use it.
17081 (Info-display-images-node): Remove message with image file name.
17082
17083 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
17084
17085 * progmodes/compile.el (compilation-warning-face)
17086 (compilation-info-face, compilation-skip-threshold)
17087 (compilation-skip-visited, compilation-context-lines):
17088 Declare :version when added to Emacs.
17089 (compilation-error-regexp-alist-alist): Extend caml and irix.
17090 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17091 (compilation-mode-font-lock-keywords): Temporarily undo line as
17092 function patch, which wasn't ready.
17093
17094 2004-04-07 Kenichi Handa <handa@m17n.org>
17095
17096 * international/latin1-disp.el (latin1-display-setup): Check each
17097 character is displayable or not instead of calling
17098 latin1-display-check-font.
17099
17100 2004-04-06 Kenichi Handa <handa@m17n.org>
17101
17102 * language/ethio-util.el (ethio-sera-being-called-by-w3):
17103 New variable.
17104 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17105 instead of sera-being-called-by-w3.
17106 (ethio-fidel-to-sera-buffer): Likewise.
17107 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17108 instead of sera-being-called-by-w3.
17109 (ethio-write-file): Likewise.
17110
17111 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17112
17113 * printing.el: Doc fix.
17114
17115 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
17116
17117 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17118 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17119 (gdb-setup-windows): Only use separate IO buffer if required.
17120
17121 2004-04-06 Kim F. Storm <storm@cua.dk>
17122
17123 * term.el (term-is-xemacs): Remove.
17124 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17125 (term-window-width): New function.
17126 (term-mode, term-check-size): Use it.
17127 (term-mode): Disable overflow-newline-into-fringe in term buffer.
17128
17129 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
17130
17131 * cus-edit.el (custom-add-parent-links): Change unbound variable
17132 `symbol' to `name'.
17133
17134 2004-04-05 Jesper Harder <harder@ifa.au.dk>
17135 * info.el (info-apropos): New function.
17136 (Info-mode-menu): Add it.
17137 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17138
17139 * help-mode.el (help-make-xrefs): Recognize aliased variable with
17140 inherited docstring.
17141
17142 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17143
17144 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17145
17146 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17147
17148 * progmodes/compile.el (font-lock): Don't require any more.
17149 (compilation-error-properties, compilation-start, compilation-sentinel)
17150 (compilation-filter, next-error): Use with-current-buffer.
17151 (compilation-skip-to-next-location, compilation-skip-threshold)
17152 (compilation-skip-visited): Move to silence the byte-compiler.
17153 (compilation-setup): Simplify.
17154 (compilation-next-error): Use line-(beginning|end)-position.
17155 Make sure `pt' is non-nil before using compilation-loop.
17156 (compile-goto-error): Add optional event arg. Use it.
17157 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17158 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17159 Update the binding for mouse-2.
17160 (first-error): Set compilation-current-error to nil rather than bob.
17161 (compilation-parsing-end, compilation-parse-errors-function)
17162 (compilation-error-list, compilation-old-error-list):
17163 "New" compatibility variables.
17164 (compile-buffer-substring, compilation-compat-error-properties)
17165 (compilation-compat-parse-errors, compilation-forget-errors):
17166 New compatibility functions.
17167 (compilation-mode-font-lock-keywords): Use them.
17168
17169 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
17170
17171 * autorevert.el (auto-revert-handler): If point (or a window
17172 point) is at the end of the buffer, keep it there after
17173 reverting. This allows to tail a file.
17174 Mention this in the `Commentary'.
17175
17176 * format.el (format-write-file): Add optional argument CONFIRM
17177 and make it behave like the analogous argument to `write-file'.
17178
17179 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17180
17181 * progmodes/ebnf2ps.el: Doc fix.
17182 (ebnf-version): New version number (4.2).
17183 (ebnf-syntax): Customization and docstring fix.
17184 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17185 Put autoloaded funs before first use.
17186 (ebnf-style-database): Add dtd entry.
17187 (ebnf-syntax-alist): Add dtd initialization.
17188 (ebnf-token-sequence): New fun.
17189 (ebnf-comment-table): Add new comment action character.
17190 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17191
17192 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17193 Type Definition for XML).
17194
17195 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17196 * progmodes/ebnf-bnf.el (ebnf-sequence):
17197 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17198 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17199 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17200 Code simplification: call ebnf-token-sequence.
17201
17202 2004-04-04 Eli Zaretskii <eliz@gnu.org>
17203
17204 * calendar/timeclock.el (timeclock-relative)
17205 (timeclock-get-project-function, timeclock-get-workday-function)
17206 (timeclock-query-out, timeclock-when-to-leave)
17207 (timeclock-when-to-leave-string, timeclock-log-data)
17208 (timeclock-generate-report, timeclock-in): Doc fixes.
17209
17210 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 * url/: New dir. Import the URL package from its repository.
17213
17214 2004-04-03 Andreas Schwab <schwab@suse.de>
17215
17216 * diff-mode.el (diff-mode): Fix missing quote.
17217
17218 2004-04-03 Juri Linkov <juri@jurta.org>
17219
17220 * descr-text.el (describe-property-list): Add `font-lock-face'.
17221
17222 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17223
17224 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17225
17226 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17227 Use utf-16le on little endian machines and utf-16be otherwise.
17228
17229 2004-04-02 David Kastrup <dak@gnu.org>
17230
17231 * net/browse-url.el (browse-url-generic): Use call-process
17232 instead of start-process to allow browsers that fork and detach.
17233
17234 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17235
17236 * compile.el (compilation-current-error): New var.
17237 (compilation-setup, compile-mouse-goto-error)
17238 (compile-goto-error, next-error): Use it.
17239 (compilation-skip-to-next-location): Default to t, which gives
17240 contiguous skipping like old compile (where this was redundant).
17241 (compilation-next-error): Prevent previous-* commands from moving
17242 back to message at or just before point.
17243
17244 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17245
17246 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17247 (gdb-source-info): Don't display source at startup, if required.
17248 (gdb-show-main): New option.
17249 (gdba): Update documentation.
17250 (gdb-source): Cover case of auto-display output.
17251
17252 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17253
17254 * autorevert.el: Delete obsolete autoload's and defvar's.
17255 (auto-revert-check-vc-info): New user option.
17256 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17257 (auto-revert-handler-vc): Delete.
17258 (auto-revert-handler): Treat return value `fast' of
17259 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17260
17261 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17262 return `fast'.
17263
17264 * files.el (buffer-stale-function): Doc change.
17265
17266 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17267
17268 * printing.el: New tip on Tips section.
17269 (pr-version): New version number (6.7.4).
17270 (pr-shell-file-name): Initialization fix.
17271
17272 2004-03-31 Juri Linkov <juri@jurta.org>
17273
17274 * dired.el: Add autoload for `dired-do-touch'.
17275 (dired-touch-program): New var.
17276 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17277 (dired-no-confirm): Add `touch' to docstring.
17278
17279 * dired-aux.el (dired-do-touch): New fun.
17280 (dired-do-chxxx): Add argument -t for touch operation.
17281
17282 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17283 `dired-move-to-filename-regexp'.
17284
17285 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17286
17287 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17288
17289 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17290
17291 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17292 and only if the buffer was modified.
17293
17294 2004-03-30 Kenichi Handa <handa@m17n.org>
17295
17296 * international/characters.el: Delete pairs for U+2308..U+230B.
17297
17298 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17299
17300 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17301 to detect the beginning of a level 2 or 3 annotation.
17302
17303 2004-03-29 Kenichi Handa <handa@m17n.org>
17304
17305 * international/ucs-tables.el (ucs-insert): Fix the error message.
17306
17307 2004-03-29 Kenichi Handa <handa@m17n.org>
17308
17309 * international/mule-util.el (char-displayable-p): Fix generation
17310 of XLFD file name.
17311
17312 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17313 before finding directories by `find'.
17314
17315 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17316
17317 * subr.el (interactive-form): Delete. Now implemented in C.
17318
17319 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17320
17321 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17322 (vc-diff-label): New fun.
17323 (vc-diff-internal): Use it.
17324
17325 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17326
17327 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17328
17329 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17330
17331 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17332 specify XML (EBNFX).
17333
17334 * progmodes/ebnf2ps.el: Doc fix.
17335 (ebnf-version): New version number (4.1).
17336 (ebnf-syntax): Adjust customization.
17337 (ebnf-style-database): Add ebnfx entry.
17338 (ebnf-syntax-alist): Add ebnfx initialization.
17339 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17340
17341 * printing.el: Doc fix.
17342 (pr-version): New version number (6.7.3).
17343 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17344 returns nil for mouse position. Reported by Drew Adams
17345 <drew.adams@oracle.com>.
17346 (pr-update-menus): Modify interactive declaration. Reported by Drew
17347 Adams <drew.adams@oracle.com>.
17348
17349 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17350
17351 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17352 (gud-gdba-marker-filter): Log the process input and output, if
17353 required. From Stefan Monnier.
17354 (gdb-debug-log, gdb-enable-debug-log): New variables.
17355 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17356
17357 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17358
17359 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17360 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17361
17362 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17363
17364 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17365 Call vc-find-file-hook here instead of in auto-revert-buffers.
17366 (auto-revert-buffers): Delete call to vc-find-file-hook.
17367 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17368 (global-auto-revert-mode, auto-revert-set-timer)
17369 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17370
17371 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17372
17373 * woman.el (woman-change-fonts): Rename local variable
17374 woman-font-alist to font-alist to avoid a compiler warning.
17375
17376 2004-03-27 Dave Love <fx@gnu.org>
17377
17378 * emacs-lisp/rx.el (rx): Doc fix.
17379 Fix copyright years.
17380
17381 * strokes.el (strokes-global-set-stroke-string): New function.
17382 (strokes-list-strokes): Cope with strings, not just commands.
17383 Set foreground colour of image.
17384 (strokes-global-set-stroke): Doc fix.
17385
17386 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17387
17388 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17389 Auto Revert mode.
17390 (Buffer-menu-files-only): New variable.
17391 (Buffer-menu-toggle-files-only): New function.
17392 (Buffer-menu-mode-map): Bind it to `T'.
17393 (Buffer-menu-mode): Mention `T' in docstring.
17394 Set buffer-stale-function.
17395 (list-buffers-noselect): Mark buffer non-modified and set
17396 Buffer-menu-files-only.
17397
17398 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17399
17400 * autorevert.el (auto-revert-handler): Print revert message
17401 before, rather than after, reverting.
17402 (buffer-stale-function): Move to files.el.
17403
17404 * files.el (buffer-stale-function): Move here from autorevert.el.
17405
17406 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17407
17408 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17409
17410 * calc/calc.el (calc-mode-map): Use mapc.
17411
17412 * apropos.el (apropos-mode): Don't autoload.
17413 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17414 (apropos): Use it.
17415 (apropos-print): Add optional `text' argument.
17416 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17417 Don't assume point-min == 1.
17418
17419 * bs.el (bs-buffer-list): Use buffer-local-value.
17420 (bs--set-toggle-to-show): Use with-current-buffer.
17421
17422 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17423 New funs.
17424 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17425
17426 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17427
17428 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17429 (dabbrev--find-expansion): Use pop.
17430 (dabbrev--search): Use match-string-no-properties.
17431
17432 * dired.el (dired-mode): Use run-mode-hooks.
17433 (dired-move-to-end-of-filename): Use match-string.
17434
17435 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17436 is bound before using it.
17437 (ediff-verbose-p): Make it into a var since it's not constant.
17438
17439 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17440
17441 * faces.el (read-face-font): Don't cons up unnecessarily.
17442 (header-line, tool-bar): Share common parts.
17443
17444 * files.el (file-relative-name): Use compare-strings.
17445
17446 * finder.el (finder-mode): Follow coding convention.
17447
17448 * subr.el (read-number): New function.
17449
17450 * ses.el (ses-read-number): Move to subr.el.
17451 (ses-set-header-row): Use read-number.
17452
17453 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17454
17455 * vc-hooks.el (vc-arg-list): New function, which handles both
17456 compiled and uncompiled code.
17457 (vc-default-workfile-unchanged-p): Use it.
17458
17459 * vc.el (vc-print-log): Undo prev change, use new function
17460 vc-arg-list from vc-hooks.el.
17461
17462 2004-03-26 Masatake YAMATO <jet@gyve.org>
17463
17464 * simple.el (completion-setup-function): Emphasize the
17465 first uncommon characters in the completions; and de-emphasize
17466 the common prefix substrings.
17467 (completion-emphasis): New face.
17468 (completion-de-emphasis): New face.
17469
17470 2004-03-25 Juanma Barranquero <lektu@terra.es>
17471
17472 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17473 Comment out (it's unused and unfinished code).
17474
17475 2004-03-25 Sam Steingold <sds@gnu.org>
17476
17477 * vc.el (vc-print-log): Fix a bug in the last patch:
17478 backend-function may be a byte-compiled object, not a lambda.
17479
17480 2004-03-25 Juri Linkov <juri@jurta.org>
17481
17482 * descr-text.el (describe-property-list): Add a button
17483 for `face' property that calls `describe-face'.
17484 Suggested by luis fernandes <elf@ee.ryerson.ca>
17485
17486 * international/mule.el (keyboard-coding-system):
17487 * kmacro.el (kmacro-call-macro): Fix docstring.
17488
17489 * dired.el: Fix comments.
17490
17491 * textmodes/fill.el (fill): Fix Info link.
17492
17493 * font-lock.el (fast-lock, lazy-lock):
17494 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17495 Info node.
17496
17497 * eshell/eshell.el (eshell): Fix broken info-link.
17498
17499 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17500 * eshell/em-banner.el (eshell-banner):
17501 * eshell/em-smart.el (eshell-smart):
17502 * eshell/esh-cmd.el (eshell-cmd):
17503 Comment out broken info-links to incomplete Info manual.
17504
17505 * info-xref.el: Fix commentary.
17506
17507 2004-03-25 Kevin Ryde <user42@zip.com.au>
17508
17509 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17510 Remove spurious node duplicate suppression, doesn't work, not wanted.
17511 (info-xref-output): Take format style args, add "sit-for 0" to let
17512 user see the results as they progress.
17513 (info-xref-check-all-custom): New function.
17514
17515 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17516
17517 * gdb-ui.el: Moved to progmodes.
17518
17519 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17520
17521 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17522
17523 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17524
17525 * calendar/appt.el (appt-check): Remove superfluous progn.
17526 When finished with diary buffer: if it was not being displayed
17527 before, kill it; otherwise restore its original state.
17528 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17529
17530 * calendar/calendar.el (calendar-set-mode-line): Use total
17531 available mode-line width, rather than frame-width.
17532
17533 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17534 after mode change so effect not lost.
17535
17536 2004-03-23 Dave Love <fx@gnu.org>
17537
17538 * dired.el (dired) <defgroup>: Add link to manual.
17539 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17540 (dired-revert): Use dolist.
17541 (dired-mode-map): Add U binding.
17542 (dired-mode): Add font-lock-beginning-of-syntax-function.
17543 (dired-garbage-files-regexp): Make it a defcustom.
17544
17545 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17546
17547 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17548 is equivalent to nil.
17549 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17550 (vc-arch-mode-line-string): Accept `added' state.
17551 (vc-arch-state): Use inode-sigs if available.
17552 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17553 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17554 (vc-arch-tagline-re): New var.
17555 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17556 New functions.
17557 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17558 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17559
17560 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17561 (vc-file-not-found-hook): Use it.
17562
17563 * diff-mode.el (diff-default-read-only): Change default.
17564 (diff-mode-hook): Make it a defcustom. Add some options.
17565 (diff-mode-map): Bind diff-refine-hook.
17566 (diff-yank-handler): New var.
17567 (diff-yank-function): New fun.
17568 (diff-font-lock-keywords): Use them.
17569 (diff-end-of-file): Handle case where file-header looks like diff text.
17570 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17571 (diff-file-kill): Delete a subsequent empty line, if applicable.
17572 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17573 (diff-find-file-name): Use it.
17574 (diff-tell-file-name): New command.
17575 (diff-mode): Be careful with view-mode.
17576 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17577 New functions, for use in diff-mode-hook.
17578 (diff-find-source-location): Catch "regex too large" errors.
17579 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17580 (diff-refine-hunk): New command.
17581
17582 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17583 (smerge-context-menu-map): Remove unused var.
17584 (smerge-keep-all): Preserve markers.
17585 (smerge-keep-n): New fun.
17586 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17587 (smerge-keep-current, smerge-ediff): Use it.
17588 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17589 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17590 (smerge-resolve): Resolve trivial 3-part conflicts.
17591
17592 2004-03-23 Juri Linkov <juri@jurta.org>
17593
17594 * man.el (Man-width): New var.
17595 (Man-getpage-in-background): Use it.
17596 (Man-support-local-filenames): New var and fun.
17597 (Man-build-man-command): Don't add a second %s.
17598 (Man-fontify-manpage): Clean up message.
17599 (Man-mode): Set outline-regexp, outline-level,
17600 imenu-generic-expression.
17601
17602 * woman.el (woman-fill-frame): Doc fix.
17603 (woman-decode-region): Use window-width instead of frame-width.
17604
17605 * abbrevlist.el (list-one-abbrev-table):
17606 * descr-text.el (describe-char):
17607 * international/mule-diag.el (describe-current-coding-system):
17608 * international/quail.el (quail-insert-decode-map):
17609 Use window-width instead of frame-width.
17610
17611 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17612 (jka-compr-mode-alist-additions): Add tbz.
17613 (jka-compr-write-region, jka-compr-insert-file-contents):
17614 Add message for undefined compress-program.
17615 (jka-compr-write-region): Remove redundant var bindings.
17616
17617 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17618 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17619 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17620 (dired-man): Use dired-guess-shell-command.
17621 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17622 Change default nil to t.
17623
17624 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17625 (dired-compare-directories): Add default value for empty input.
17626
17627 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17628
17629 * time.el (display-time-string-forms): Fix help-echo date format.
17630
17631 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17632
17633 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17634 (buffer-stale-function): New variable.
17635 (auto-revert-list-diff, auto-revert-dired-file-list)
17636 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17637 (auto-revert-handler): Take over some functionality of deleted
17638 functions.
17639 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17640
17641 * dired.el (dired-directory-changed-p): New fun, extracted from
17642 dired-internal-noselect.
17643 (dired-buffer-stale-p): New fun.
17644 (dired-internal-noselect): Use dired-directory-changed-p.
17645 Eliminate revert messages.
17646 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17647
17648 2004-03-23 Kenichi Handa <handa@m17n.org>
17649
17650 * international/characters.el: Setup syntaxes for more parentheses
17651 Unicode characters.
17652
17653 * international/mule-cmds.el (select-safe-coding-system):
17654 Merge coding-system and auto-cs before comparing them.
17655
17656 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17657
17658 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17659
17660 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17661 normal-auto-fill-function and comment-indent-function.
17662 The default values now work just as well.
17663 Don't set font-lock-beginning-of-syntax-function since we already set
17664 syntax-begin-function.
17665 (lisp-outline-level): Put ;;;###autoload at same level as (.
17666 (prin1-char): Quote special chars.
17667
17668 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17669 than with-no-warnings.
17670
17671 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17672 if the source location can't be found.
17673 (edebug-compute-previous-result): Use prin1-char.
17674
17675 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17676 (debug-ignored-errors): Add an entry.
17677
17678 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17679 (byte-compile-file): Output warning when deleting a file.
17680
17681 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17682 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17683
17684 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17685 (byte-compile-inline-expand): Use backquote.
17686 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17687 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17688
17689 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17690
17691 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17692
17693 2004-03-22 Juri Linkov <juri@jurta.org>
17694
17695 * finder.el (finder-known-keywords): Fix data, tex, unix.
17696
17697 * play/landmark.el: Fix keywords.
17698
17699 * language/ethio-util.el (ethio-find-file): Doc fix.
17700
17701 * emacs-lisp/warnings.el: Doc fix.
17702
17703 * textmodes/ispell.el (ispell-help): Doc fix.
17704
17705 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17706
17707 * format.el (format-insert-file): Always return a list of two
17708 elements, like insert-file-contents does.
17709
17710 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17711
17712 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17713 and vc-BACKEND-diff.
17714 (vc-print-log): If the print-log implementation supports it, use
17715 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17716 (vc-version-diff, vc-diff-internal): Doc fixes.
17717
17718 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17719 implementation supports it, let diff output go to *vc*,
17720 not *vc-diff*, since this is an internal call.
17721
17722 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17723
17724 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17725
17726 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17727
17728 2004-03-21 Dave Love <fx@gnu.org>
17729
17730 * progmodes/cfengine.el (cfengine-mode):
17731 Set parse-sexp-ignore-comments.
17732
17733 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17734
17735 2004-03-21 Juanma Barranquero <lektu@terra.es>
17736
17737 * allout.el (allout-mode): Fix docstring.
17738
17739 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17740
17741 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17742
17743 * autorevert.el (auto-revert-interval): Make new value take
17744 effect immediately when set through Custom.
17745 (auto-revert-set-timer): Add interactive declaration.
17746
17747 2004-03-19 David Ponce <david@dponce.com>
17748
17749 * ruler-mode.el (ruler-mode-header-line-format-old):
17750 Don't `make-variable-buffer-local'.
17751 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17752 (ruler-mode-header-line-format): Simply funcall the above.
17753 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17754 to save/restore a previous header line format.
17755 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17756 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17757 fringes and margins width.
17758 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17759
17760 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17761
17762 * log-edit.el (log-edit-font-lock-keywords): Typo.
17763
17764 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17765 (tex-send-tex-command): Rather than here.
17766 (tex-compilation-parse-errors): Simplify.
17767
17768 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17769
17770 * time.el (display-time-string-forms): Add help-echo with date on time.
17771
17772 * composite.el (compose-region): Use restore-buffer-modified-p.
17773
17774 * disp-table.el (standard-display-8bit): Simplify.
17775
17776 * server.el (server-process-filter): Delete temp frame.
17777
17778 * add-log.el (add-change-log-entry): Simplify.
17779
17780 2004-03-19 Kim F. Storm <storm@cua.dk>
17781
17782 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17783 (hexl-follow-line): Don't require 'fringe.
17784
17785 * progmodes/compile.el (compilation-start): Always set
17786 compilation-last-buffer and return it.
17787
17788 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17789
17790 * simple.el (clone-buffer): Doc fix.
17791
17792 2004-03-18 Juanma Barranquero <lektu@terra.es>
17793
17794 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17795
17796 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17797
17798 * log-edit.el (log-edit-font-lock-keywords): New var.
17799 (log-edit-mode): Use it.
17800
17801 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17802
17803 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17804 properly for watching in speedbar.
17805
17806 2004-03-17 Masatake YAMATO <jet@gyve.org>
17807
17808 * smerge-mode.el (smerge-popup-context-menu):
17809 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17810
17811 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17812
17813 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17814 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17815 Take sealed revisions into account.
17816 (vc-arch-checkin): Extract a summary line from the message.
17817
17818 2004-03-16 Masatake YAMATO <jet@gyve.org>
17819
17820 * register.el (register): Provide `register' feature.
17821
17822 2004-03-15 Masatake YAMATO <jet@gyve.org>
17823
17824 Added context menu support in smerge mode.
17825 Most of the part is written by Stefan Monnier.
17826
17827 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17828 New keymap and menu.
17829 (smerge-text-properties): New function.
17830 (smerge-remove-props): New function.
17831 (smerge-popup-context-menu): New function.
17832 (smerge-resolve): Call `smerge-remove-props'.
17833 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17834 (smerge-keep-current): Ditto.
17835 (smerge-kill-current): New function.
17836 (smerge-match-conflict): Put text properties.
17837 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17838
17839 2004-03-15 David Ponce <david@dponce.com>
17840
17841 * ruler-mode.el (ruler-mode-left-fringe-cols)
17842 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17843 (ruler-mode-right-scroll-bar-cols): Remove.
17844 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17845 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17846 Use fringe-columns and scroll-bar-columns.
17847
17848 2004-03-15 Masatake YAMATO <jet@gyve.org>
17849
17850 * hl-line.el (hl-line-range-function): New variable.
17851 (hl-line-move): New function.
17852 (global-hl-line-highlight): Use `hl-line-move'.
17853 (hl-line-highlight): Ditto.
17854
17855 * scroll-bar.el (scroll-bar-columns):
17856 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17857
17858 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17859 (ruler-mode-left-fringe-cols)
17860 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17861 (ruler-mode-right-scroll-bar-cols)
17862 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17863 (ruler-mode-ruler-function): New variable.
17864 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17865 if the value for `ruler-mode-ruler-function'is given.
17866
17867 * hexl.el (hexl-mode-hook): Make the hook customizable.
17868 (hexl-address-area, hexl-ascii-area): New customize variables.
17869 (hexlify-buffer): Put font-lock-faces on the address area and
17870 the ascii area.
17871 (hexl-activate-ruler): New function.
17872 (hexl-follow-line): New function.
17873 (hexl-highlight-line-range): New function.
17874 (hexl-mode-ruler): New function.
17875
17876 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17877
17878 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17879 (vc-default-find-file-hook): New fun.
17880 (vc-find-file-hook): Call new find-file-hook operation.
17881
17882 * vc-arch.el: New file.
17883
17884 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17885
17886 * info-look.el (info-lookup): Reuse an existing Info window.
17887
17888 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17889
17890 * woman.el (woman-preserve-ascii): Default value changed to t and
17891 doc string revised.
17892
17893 2004-03-12 Richard M. Stallman <rms@gnu.org>
17894
17895 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17896 Fix minor bug.
17897
17898 * replace.el (occur-engine): Change message for count of matches.
17899
17900 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17901 For strings, do compare text properties.
17902
17903 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17904
17905 * progmodes/compile.el (compile-auto-highlight)
17906 (compilation-error-list, compilation-old-error-list)
17907 (compilation-parse-errors-function, compilation-parsing-end)
17908 (compilation-error-message, compilation-directory-stack)
17909 (compilation-enter-directory-regexp-alist)
17910 (compilation-leave-directory-regexp-alist)
17911 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17912 (compilation-current-file, compilation-regexps): Remove vars.
17913
17914 (compile-error-at-point, compilation-error-filedata)
17915 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17916 (compilation-next-error-locus, compilation-forget-errors)
17917 (count-regexp-groupings, compilation-parse-errors)
17918 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17919
17920 (compile-internal): Make obsolete.
17921
17922 (compilation-first-column, compilation-error)
17923 (compilation-directory-matcher, compilation-page-delimiter)
17924 (compilation-mode-font-lock-keywords, compilation-debug)
17925 (compilation-error-face, compilation-warning-face)
17926 (compilation-info-face, compilation-line-face)
17927 (compilation-column-face, compilation-enter-directory-face)
17928 (compilation-leave-directory-face, compilation-skip-threshold)
17929 (compilation-skip-visited, compilation-context-lines): New vars.
17930
17931 (compilation-warning-face, compilation-info-face)
17932 (compilation-message-face): New faces.
17933
17934 (compilation-error-regexp-alist-alist): New constant.
17935
17936 (compilation-face, compilation-directory-properties)
17937 (compilation-assq, compilation-error-properties, compilation-start)
17938 (define-compilation-mode, compilation-loop)
17939 (compilation-set-window): New functions.
17940
17941 (compile): Additional argument for interactive compiles like TeX.
17942
17943 * progmodes/grep.el (kill-grep): Move here from compile.el
17944 (grep-error, grep-hit-face, grep-error-face)
17945 (grep-mode-font-lock-keywords): New variables.
17946 (grep-regexp-alist): Simplify regexp and add `binary' case.
17947 (grep-mode): New mode.
17948 (grep-process-setup): Simplify.
17949
17950 2004-03-11 Jason Rumney <jasonr@gnu.org>
17951
17952 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17953 letters on DOS/Windows.
17954
17955 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17956
17957 * server.el (server-name): New var.
17958 (server-socket-dir): New var to replace server-socket-name.
17959 (server-start): Use them.
17960
17961 2004-03-11 Simon Josefsson <jas@extundo.com>
17962
17963 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17964 died to avoid infloop. Reported by Jonathan Glauner
17965 <jglauner@sbum.org>.
17966
17967 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17968
17969 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17970 (smerge-mode-menu): Use it to deactivate menu entries.
17971 (smerge-keep-current): New fun.
17972 (smerge-keep-current): Use it.
17973
17974 2004-03-10 John Paul Wallington <jpw@gnu.org>
17975
17976 * foldout.el (foldout-fold-list, foldout-modeline-string):
17977 Declare them as variables, not constants.
17978
17979 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17980
17981 * ps-print.el: Modification to print *Messages* buffer.
17982 (ps-print-version): New version 6.6.4.
17983 (ps-message-log-max): New fun.
17984 (ps-spool-without-faces, ps-spool-with-faces)
17985 (ps-count-lines-preprint): Code fix.
17986
17987 * printing.el: New tips in Tips section.
17988
17989 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17990
17991 * delim-col.el: Doc fix.
17992
17993 * printing.el: Doc fix. New doc section (Tips).
17994
17995 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17996
17997 * type-break.el (type-break-emacs-variant): Remove.
17998 (type-break-run-at-time, type-break-cancel-function-timers):
17999 Use fboundp rather than version name and number.
18000
18001 2004-03-09 Masatake YAMATO <jet@gyve.org>
18002
18003 * hexl.el (hexl-mode): Use `make-local-variable' instead of
18004 `make-variable-buffer-local'.
18005
18006 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
18007
18008 * find-dired.el (find-dired): Call `shell-command' instead of
18009 `start-process-shell-command'. By this, Tramp takes over
18010 handling of remote directories.
18011
18012 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18013
18014 * newcomment.el (comment-use-global-state): New var.
18015 (comment-search-forward): Use it.
18016
18017 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18018
18019 * cus-edit.el (fill) <defgroup>: Move to fill.el.
18020
18021 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18022 (enable-kinsoku): Make it a defcustom.
18023 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18024 paragraph to same-comment-start-marker.
18025
18026 2004-03-07 Dave Love <fx@gnu.org>
18027
18028 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
18029 (browse-url-mail): Use it.
18030
18031 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
18032 (rfc2368-unhexify-string): Use replace-regexp-in-string.
18033
18034 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18035
18036 * woman.el (woman-man.conf-path): Doc fix.
18037 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
18038
18039 2004-03-07 Eli Zaretskii <eliz@gnu.org>
18040
18041 * sort.el (sort-columns): Remove ms-dos from the list of systems
18042 where the external `sort' command is not used.
18043
18044 2004-03-07 Kim F. Storm <storm@cua.dk>
18045
18046 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
18047 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
18048 from overlay-arrow-variable-list.
18049 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
18050
18051 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
18052
18053 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18054 overlay arrow string properly for the assembler buffer.
18055
18056 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18057
18058 * mail/sendmail.el (mail-mode): Fix last change.
18059
18060 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
18061
18062 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18063 for the assembler buffer.
18064 (gdb-assembler-custom): Position the overlay arrow.
18065 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18066
18067 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
18068
18069 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18070
18071 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18072 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18073
18074 * mail/sendmail.el (mail-mode): Set comment-start-skip.
18075
18076 * newcomment.el (uncomment-region): Allow non-terminated comment.
18077 (comment-normalize-vars): Check the user-specified comstart marker.
18078
18079 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18080
18081 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18082 Otherwise, do use it if the region only contains font-lock text
18083 properties.
18084
18085 2004-03-04 Masatake YAMATO <jet@gyve.org>
18086
18087 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18088 as the callback function for eldoc.
18089 (hexl-print-current-point-info): New function.
18090 (hexl-current-address): Print the address in both decimal
18091 and hexadecimal format.
18092
18093 2004-03-04 Richard M. Stallman <rms@gnu.org>
18094
18095 * mail/rmail.el (rmail-convert-to-babyl-format):
18096 Specify t for UNIBYTE when calling mail-unquote-printable-region.
18097
18098 * mail/mail-utils.el (mail-unquote-printable-region):
18099 New arg UNIBYTE.
18100
18101 * startup.el (command-switch-alist): Doc fix.
18102
18103 * simple.el (undo): Temporarily set this-command to `undo-start',
18104 then set it to `undo' once undo-start returns without error.
18105
18106 * simple.el (minibuffer-history-sexp-flag): Doc fix.
18107
18108 * simple.el (kill-line): Don't disregard trailing whitespace
18109 in eol condition, if show-trailing-whitespace is set.
18110
18111 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18112 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18113 When disabling, restore old values only if mouse-sel-has-been-enabled.
18114
18115 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18116 (isearch-{-char): New function.
18117 (isearch-mode-map): Bind { to isearch-{-char.
18118
18119 * font-lock.el (lisp-font-lock-keywords-2):
18120 Turn off the CL with-... and do-... general patterns.
18121 Instead, recognize several specific with... and do... constructs.
18122
18123 * files.el (switch-to-buffer-other-window):
18124 Bind same-window-buffer-names and same-window-regexps to nil.
18125 (switch-to-buffer-other-frame): Likewise.
18126
18127 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18128
18129 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18130 recognizing leading comment on code line.
18131
18132 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18133
18134 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18135 hidden files/directories.
18136
18137 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18138
18139 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18140 only comment-start (in case the mode hasn't set it).
18141
18142 * Makefile.in (AUTOGENEL): New var.
18143 (bootstrap-prepare): Rename from bootstrap-clean.
18144 Don't remove elc files.
18145 (maintainer-clean): New target.
18146
18147 * xml.el (xml-get-attribute-or-nil): Simplify.
18148
18149 2004-03-02 Juri Linkov <juri@jurta.org>
18150
18151 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18152 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18153 URL to prevent their substitution with the environment variable
18154 values by browsers.
18155
18156 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18157
18158 * ps-print.el: Doc fix.
18159 (ps-print-version): New version number (6.6.3).
18160 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18161 Docstring fix.
18162 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18163 before printing.
18164 (ps-time-stamp-yyyy-mm-dd): New fun.
18165 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18166
18167 2004-03-02 Kim F. Storm <storm@cua.dk>
18168
18169 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18170
18171 2004-03-01 Juanma Barranquero <lektu@terra.es>
18172
18173 * allout.el (allout-rebullet-heading): Fix typo in docstring.
18174
18175 * desktop.el (desktop-file-version)
18176 (desktop-after-read-hook): Fix typos.
18177 (desktop-clear-preserve-buffers): Remove redundant info in
18178 docstring already shown by the obsolescence message.
18179 (desktop-truncate, desktop-internal-v2s)
18180 (desktop-value-to-string): Change argument name to match docstring.
18181
18182 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18183
18184 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18185 docstring.
18186
18187 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18188
18189 * printing.el: Replace "As Is..." in PostScript file print/preview by
18190 "No Preprocessing...". Suggested by Colin Marquardt
18191 <_marquardt_@zmd.de>.
18192 (pr-insert-section-4): Adjust buffer interface.
18193
18194 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18195
18196 Version 2.0.39 of Tramp released.
18197
18198 * net/tramp.el (tramp-handle-file-local-copy)
18199 (tramp-handle-write-region, tramp-open-connection-rsh):
18200 Variable name typo. Small change. From Patrick Tullmann
18201 <tullmann@flux.utah.edu>.
18202 (tramp-process-connection-type): New variable.
18203 (tramp-maybe-open-connection): Use it.
18204 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18205 (tramp-touch): Set last-modified time of a remote file.
18206 (tramp-handle-write-region): Say which function is used when encoding.
18207
18208 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18209
18210 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18211 case of non-existing filename, too. Reported by Christoph Bauer
18212 <c_bauer@informatik.uni-kl.de>.
18213 (tramp-smb-get-file-entries): The directory in question should
18214 have permissions "drwxrwxrwx". Just virtual, because we don't
18215 know the real permissions. Don't we know?
18216 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18217 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18218 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18219 output. If it was received chunkwise, there have been problems.
18220 Remove the "prompt not found" error message; it is obvious.
18221 Simplify algorithm.
18222 (tramp-smb-process-running): Remove. Since we acknowledge the
18223 virtual prompt for shares, there's no need for distinction of
18224 reading shares (process ends afterwards) and interactive mode of
18225 smblient.
18226 (tramp-smb-open-connection): Setting process sentinel removed.
18227 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18228 "NT_STATUS_NETWORK_ACCESS_DENIED".
18229 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18230 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18231 (top-level): Setting default value in `tramp-default-method-alist'
18232 corrected. Order of USER and HOST have been wrong.
18233 Nobody complained for months ...
18234 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18235 (tramp-smb-open-connection): Clear password cache if login has failed.
18236
18237 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18238 `tramp-unified-filenames'.
18239 (tramp-completion-mode): Make test for XEmacs explicitely.
18240 `event-to-character' can exists in Emacs packages too.
18241 Reported by Matt Swift <swift@alum.mit.edu>.
18242 (tramp-buffer-name): Buffer name must contain the user if exists.
18243 Reported by Adrian Phillips <a.phillips@met.no>.
18244 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18245 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18246 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18247 `tramp-do-copy-or-rename-file-one-local', because it handles also
18248 the case both files use the same out-of-band method.
18249 Implementation added.
18250 (tramp-handle-file-local-copy, tramp-handle-write-region):
18251 Out-of-band handling removed. `copy-file' called instead, which
18252 calls `tramp-do-copy-or-rename-file-out-of-band'.
18253 (tramp-action-password): Check for out-of-band method removed.
18254 This function is used for 'login-program.
18255 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18256 appropriate.
18257 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18258 and `tramp-parse-sknownhosts'.
18259 (tramp-completion-function-alist): It's a defvar now, because we
18260 want to apply the optimized `tramp-set-completion-function'
18261 instead of a static list.
18262 (tramp-set-completion-function): Implementation tuned.
18263 Avoid double entries, and entries where the function or the
18264 file/directory doesn't exist.
18265 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18266 for SSH2.
18267 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18268 (tramp-handle-dired-compress-file): New function.
18269 (tramp-async-proc): New variable.
18270 (tramp-handle-shell-command): Adding asynchronous processes.
18271 They are far from being perfect, but it works at least for
18272 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18273 (top-level): Require password.el if visible. Should be mandatory
18274 once No Gnus has found its way into (X)Emacs.
18275 (tramp-read-passwd): Invoke `password-read' if available,
18276 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18277 fallback any longer.
18278 (tramp-clear-passwd): New function.
18279 (tramp-process-actions, tramp-process-multi-actions):
18280 Clear password cache if login has failed.
18281
18282 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18283 its own module.
18284 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18285 `ange-ftp-ftp-name-res'. There could be incorrect values from
18286 previous calls in case the "ftp" method is used in the Tramp file
18287 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18288
18289 2004-02-28 Richard M. Stallman <rms@gnu.org>
18290
18291 * term.el (term-mouse-paste): Call mouse-set-point.
18292
18293 * thumbs.el: New file.
18294
18295 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18296
18297 * progmodes/ebnf-abn.el: Doc fix.
18298
18299 * progmodes/ebnf-bnf.el: Doc fix.
18300 (ebnf-repeat): Code fix.
18301
18302 * progmodes/ebnf2ps.el: Doc fix.
18303 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18304
18305 2004-02-28 Juri Linkov <juri@jurta.org>
18306
18307 * ffap.el (dired-at-point): Additional writability test for
18308 relative directory names.
18309 (dired-at-point-prompter): Treat directories as a directory, get
18310 the directory component from files.
18311 (ffap-string-at-point): Return string from region if region is active.
18312 (ffap-file-at-point): Remove redundant code.
18313
18314 2004-02-28 Kim F. Storm <storm@cua.dk>
18315
18316 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18317 Initialize margin area images to nil.
18318 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18319 (breakpoint-enabled-bitmap-face)
18320 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18321 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18322 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18323 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18324 (gdb-reset): Use gdb-remove-breakpoint-icons.
18325 (gdb-put-string): Add dprop arg to specify alternative display
18326 property (for setting fringe bitmap).
18327 (gdb-remove-strings): Doc fix.
18328 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18329 icon in fringe (if available), or else as icon or text in display
18330 margin. Creates necessary icons in breakpoint-bitmap,
18331 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18332 Also make left window margin if required.
18333 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18334 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18335 no longer needed.
18336 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18337 gdb-put-breakpoint-icon.
18338 (gdb-assembler-mode): Don't set left-margin-width here.
18339
18340 2004-02-27 Kevin Ryde <user42@zip.com.au>
18341
18342 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18343 comma, so that it DTRT in macros.
18344
18345 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18346
18347 * progmodes/sh-script.el (sh-shell-arg)
18348 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18349 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18350
18351 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18352
18353 * faces.el (face-spec-set-match-display): Add a new attribute,
18354 `min-colors'.
18355 (region, highlight, secondary-selection): Use `min-colors'.
18356
18357 * custom.el (defface): Add documentation for `min-colors'.
18358
18359 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18360 (font-lock-keyword-face, font-lock-function-name-face)
18361 (font-lock-variable-name-face, font-lock-constant-face):
18362 Use `min-colors'.
18363
18364 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18365
18366 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18367
18368 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18369 define assq-delete-all if it's not defined.
18370 (ebnf-generate-region): Code fix.
18371
18372 * printing.el: Doc fix.
18373 (pr-version): New version number (6.7.2).
18374 (pr-command): Return empty string if command is an empty string.
18375
18376 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18377
18378 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18379
18380 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18381 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18382 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18383 "tt" ["test"] ). Reported by Markus Dreyer
18384 <mdreyer@ix.urz.uni-heidelberg.de>.
18385 (ebnf-version): New version number (4.0).
18386 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18387 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18388 (ebnf-delete-style): New commands.
18389 (ebnf-directory, ebnf-file): New funs.
18390 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18391 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18392 (ebnf-syntax-alist): New var.
18393 (ebnf-element-width): New fun replacing ebnf-list-width.
18394 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18395 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18396 (ebnf-prologue): Adjust vars.
18397 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18398 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18399 (ebnf-check-style-values, ebnf-generate-production)
18400 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18401 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18402 (ebnf-token-repeat): Code fix.
18403
18404 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18405 %right, %left and %prec. Suggested by Matthew K. Junker
18406 <junker@alum.mit.edu>.
18407 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18408
18409 * progmodes/ebnf-iso.el: Doc fix.
18410 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18411 (ebnf-iso-lex): Code fix.
18412
18413 * progmodes/ebnf-bnf.el: Doc fix.
18414 (ebnf-bnf-lex): Code fix.
18415
18416 * progmodes/ebnf-otz.el: Doc fix.
18417
18418 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18419
18420 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18421 (abbrev-prefix-mark): Doc fix.
18422
18423 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18424
18425 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18426 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18427 (gdb-var-delete): Make interactive (really).
18428 (gdb-edit-value): Make non-interactive.
18429
18430 * progmodes/gud.el (gud-speedbar-menu-items):
18431 Add gdb-var-delete and, indirectly, gdb-edit-value.
18432 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18433 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18434 (gud-gdb-marker-filter): Add comment for annotations.
18435
18436 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18437
18438 * calendar/calendar.el (generate-calendar)
18439 (calendar-read-date): Prevent display of BC calendars once more -
18440 reverts 2003-10-01 change.
18441 (generate-calendar-month): Doc fix.
18442
18443 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18444
18445 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18446 return value of increment-calendar-month.
18447
18448 2004-02-21 Stephen Compall <s11@member.fsf.org>
18449
18450 * saveplace.el (save-place-forget-unreadable-files)
18451 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18452 (save-place-forget-unreadable-files): New function.
18453 (save-place-alist-to-file): Use it to filter out files that are
18454 no longer readable.
18455
18456 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18457 current Texinfo environment, using the same method as in
18458 `texinfo-insert-@end', and insert a space rather than a newline if
18459 point in a @table environment.
18460
18461 2004-02-21 Juri Linkov <juri@jurta.org>
18462
18463 * ffap.el (ffap-file-at-point): Try parent directories.
18464
18465 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18466
18467 * vcursor.el (vcursor-modifiers): New defcustom.
18468 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18469 hard-coded list.
18470
18471 2004-02-21 Masatake YAMATO <jet@gyve.org>
18472
18473 * play/animate.el (animate-birthday-present): Accept names other
18474 than `Sarah', too.
18475
18476 2004-02-21 Juri Linkov <juri@jurta.org>
18477
18478 * startup.el: Remove table of command line arguments from the
18479 Commentary section.
18480
18481 2004-02-20 John Wiegley <johnw@newartisans.com>
18482
18483 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18484 again" modifier from 'e' to 'E', since 'e' is also used by the
18485 "file extension" modifier.
18486
18487 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18488
18489 * help-fns.el (describe-categories): Doc fix.
18490
18491 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18492
18493 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18494 temporary file for buffer already visiting one. This change makes
18495 output likely to be directly usable by patch program.
18496 Suggested by Adrian Aichner <adrian@xemacs.org>
18497
18498 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18499
18500 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18501 case of variables defined in compound statements.
18502 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18503 Simplify constructions using switch-to-buffer.
18504
18505 2004-02-19 Simon Josefsson <jas@extundo.com>
18506
18507 * play/morse.el: Fix typo.
18508 (morse-code): Add @.
18509
18510 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18511
18512 * calendar/appt.el (appt-display-format): Change default to
18513 'ignore, for backwards compatibility.
18514 (appt-display-message): If appt-display-format is 'ignore,
18515 respect old vars appt-msg-window and appt-visible.
18516 (appt-activate): Don't depend on return value of cancel-timer.
18517
18518 * calendar/calendar.el (calendar-holidays): Doc fix.
18519
18520 * calendar/cal-coptic.el (coptic-prompt-for-date):
18521 Use assoc-string instead of assoc-ignore-case.
18522 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18523 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18524 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18525 * calendar/cal-islam.el (calendar-goto-islamic-date)
18526 (mark-islamic-diary-entries): Ditto.
18527 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18528 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18529 (calendar-read-mayan-tzolkin-date): Ditto.
18530 * calendar/calendar.el (calendar-read-date): Ditto.
18531 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18532
18533 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18534
18535 * progmodes/executable.el (executable-command-find-posix-p):
18536 Fix choice of the directory.
18537
18538 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18539
18540 * simple.el (interprogram-cut-function)
18541 (interprogram-paste-function, kill-new, kill-append):
18542 Doc fixes.
18543 (kill-region): Make it return nil. Doc fix.
18544 (yank-pop): Make its argument optional.
18545 (yank): Make ARG `-' equivalent to `-1'.
18546
18547 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18548
18549 * mail/rmail.el (rmail-get-new-mail): Don't reference
18550 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18551
18552 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18553
18554 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18555 if one of global-auto-revert-non-file-buffers or autorevert-mode
18556 is non-nil.
18557
18558 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18559
18560 * subr.el (delete-dups): A better implementation from Karl Heuer
18561 <kwzh@gnu.org>.
18562
18563 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18564
18565 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18566 correct place.
18567 * progmodes/icon.el (icon-indent-command): Ditto.
18568 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18569
18570 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18571
18572 * progmodes/grep.el (grep-compute-defaults): Undo change from
18573 2004-01-29: don't use executable-command-find-posix-p.
18574
18575 2004-02-16 Richard Sharman <rsharman@pobox.com>
18576
18577 * hilit-chg.el: Use require instead of eval-and-compile.
18578 (highlight-compare-buffers): New function.
18579
18580 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18581
18582 * man.el (Man-fontify-manpage): Render section headings in
18583 `Man-overstrike-face' even when overstrike was not used by man
18584 formatter for section headings.
18585
18586 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18587
18588 * rmail-spam-filter.el (vm-use-spam-filter)
18589 (rsf-min-region-length-added-to-spam-list): New variables.
18590 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18591 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18592 spam testing. Don't delete spam message if automatic deletion
18593 after output via variable rmail-delete-after-output is turned on.
18594 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18595 rsf-bbdb-dont-create-entries-for-spam.
18596 (check-field): New function, extracted from code in
18597 rmail-spam-filter to ease addition of header fields like content-type.
18598 (message-content-type): New variable to check the content-type:
18599 field added, also in defcustom of rsf-definitions-alist.
18600 (rmail-spam-filter): Replace repeated test code for header fields
18601 by calls to check-field; change the call to
18602 rmail-output-to-rmail-file such that rmail-current-message stays
18603 the same to avoid wrong deletion of unseen flags.
18604 (rsf-add-contents-type): New function to convert old format
18605 of rmail-spam-definitions-alist into new one.
18606 Change prefixes of all variables and functions from
18607 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18608
18609 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18610
18611 * loadhist.el (unload-hook-features-list): New defvar.
18612
18613 2004-02-16 Dave Love <fx@gnu.org>
18614
18615 * loadhist.el (unload-feature): Doc fix. Rename flist to
18616 unload-hook-features-list.
18617
18618 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18619
18620 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18621 cookie. Don't check if we are looking-at open-formula.
18622
18623 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18624
18625 * subr.el (match-string-no-properties): Use substring-no-properties.
18626
18627 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18628
18629 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18630 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18631 Use lower-case "rx" in all error message.
18632
18633 2004-02-16 Dave Love <fx@gnu.org>
18634
18635 * emacs-lisp/rx.el (rx-or): Put group around result.
18636 (rx-constituents): Add backref.
18637 (rx-syntax): Add string-delimiter, comment-delimiter.
18638 (rx-categories): Add combining-diacritic.
18639 (rx-check-not, rx-greedy, rx): Doc fix.
18640 (rx-backref, rx-check-backref): New.
18641
18642 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18643
18644 * newcomment.el (uncomment-region): Allow eob as comment end.
18645
18646 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18647
18648 * filecache.el: All message and error commands now use prefix
18649 "Filecache:" to make it easy to read *Messages* buffer.
18650
18651 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18652
18653 * autorevert.el: Add support to detect changed dired and VC buffers.
18654 (auto-revert-active-p, auto-revert-list-diff)
18655 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18656 (auto-revert-handler, auto-revert-active-p): New functions.
18657 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18658 and `auto-revert-active-p'.
18659 (eval-when-compile): Defvar dired-directory and vc-mode.
18660 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18661 (auto-revert-handler-vc): New functions.
18662
18663 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18664
18665 * progmodes/compile.el (compilation-directory): New defvar.
18666 (compile): Save current directory in compilation-directory.
18667 (recompile): Bind default-directory to compilation-directory if
18668 that is non-nil.
18669
18670 2004-02-16 Dave Love <fx@gnu.org>
18671
18672 * newcomment.el (comment-insert-comment-function)
18673 (comment-region-function, uncomment-region-function): New.
18674 (comment-indent): Use comment-insert-comment-function.
18675 (uncomment-region): Use uncomment-region-function.
18676 (comment-region): Use comment-region-function.
18677
18678 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18679
18680 2004-02-16 Richard Stallman <rms@gnu.org>
18681
18682 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18683 loaddefs* and ldefs-boot*.
18684
18685 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18686
18687 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18688 and email address at the beginning and end of the address.
18689
18690 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18691 anchored at the beginning of the email address.
18692
18693 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18694
18695 * international/ccl.el (ccl-compile-write): Pass `left' to
18696 ccl-embed-code to generate correct code of write-expr-register.
18697
18698 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18699
18700 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18701
18702 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18703
18704 * x-dnd.el: Mention support for Motif in commentary.
18705 (x-dnd-handle-drag-n-drop-event): Ditto.
18706
18707 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18708
18709 * ses.el: Use "ses--" prefixes for buffer-local variables.
18710 Use (point-min) instead of 1, even when we know the buffer
18711 is unnarrowed.
18712 (ses-build-load-map): Delete. Distribute its content to defconst's for
18713 the three maps.
18714 (ses-menu, ses-header-line-menu): New menus.
18715 (ses-mode-map): Use them.
18716 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18717
18718 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18719
18720 * Makefile.in: Fix the CC Mode recompile kludge so it works
18721 when building in a different directory.
18722
18723 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18724
18725 * simple.el (kill-new): Put yank-handler property on the entire string.
18726
18727 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18728
18729 * diff.el: Don't use compile any more, use diff-mode instead.
18730 (diff-regexp-alist, diff-old-file, diff-new-file)
18731 (diff-parse-differences, diff-process-setup): Remove.
18732 (diff-sentinel): New fun.
18733 (diff): Use it. Run the process ourselves.
18734 Use diff-mode for the rest of the processing.
18735
18736 * diff.el (diff): Simplify code handling `switch'.
18737
18738 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18739
18740 * pcvs-defs.el (cvs-menu): Add `tag'.
18741
18742 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18743
18744 * simple.el (kill-append): Doc fix.
18745
18746 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18747 Adapt outline-regexp to the new conventions for commenting out code.
18748
18749 2004-02-11 John Paul Wallington <jpw@gnu.org>
18750
18751 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18752
18753 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18754
18755 * diff.el (diff-switches): New fun.
18756 (diff, diff-backup): Use it.
18757 (diff): Clean up the args construction. Use backquote.
18758 Use listp instead of consp to avoid putting a nil arg.
18759 (diff): Add a revert-buffer function.
18760
18761 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18762
18763 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18764 handled by x-dnd-handle-file-name.
18765 (x-dnd-known-types): Add COMPOUND_TEXT.
18766 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18767 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18768 x-dnd-empty-state.
18769 (x-dnd-forget-drop): Ditto.
18770 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18771 (x-dnd-handle-one-url): Return private when inserting text.
18772 (x-dnd-insert-ctext): New function.
18773 (x-dnd-handle-file-name): New function for FILE_NAME.
18774 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18775 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18776 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18777
18778 2004-02-10 Kenichi Handa <handa@m17n.org>
18779
18780 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18781 instead of while loop.
18782
18783 2004-02-10 Miles Bader <miles@gnu.org>
18784
18785 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18786
18787 2004-02-09 Kenichi Handa <handa@m17n.org>
18788
18789 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18790 have end-of-line.
18791
18792 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18793
18794 * Makefile.in: Added extra dependencies in the recompile target
18795 needed to cope with the compile time macro expansions in CC Mode.
18796
18797 2004-02-09 Kim F. Storm <storm@cua.dk>
18798
18799 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18800 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18801 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18802 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18803 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18804 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18805 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18806 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18807 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18808 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18809 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18810
18811 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18812
18813 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18814 Don't allow shrink if there's a window on our right.
18815
18816 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18817 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18818 Bring together declaration and initialization.
18819 (prolog-mode-variables): Don't set the syntax table.
18820 Don't set paragraph-start and comment-indent-function.
18821 Add /*..*/ to the comment regexps.
18822 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18823 (prolog-mode-map): Don't bind TAB.
18824 (prolog-mode): Set the syntax table.
18825 (prolog-comment-indent): Remove.
18826 (inferior-prolog-mode-map): Initialize in the declaration.
18827 (inferior-prolog-mode-syntax-table)
18828 (inferior-prolog-mode-abbrev-table): New vars.
18829 (inferior-prolog-mode): Derive from comint-mode.
18830 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18831 minibuffer windows.
18832
18833 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18834 in file names, as long as it is unabmiguous.
18835
18836 2004-02-08 Andreas Schwab <schwab@suse.de>
18837
18838 * textmodes/reftex-toc.el
18839 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18840 format. Doc fix.
18841
18842 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18843 format string arguments.
18844
18845 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18846 string argument.
18847
18848 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18849
18850 * play/zone.el (zone-call): Fix format string.
18851
18852 * net/webjump.el (webjump-builtin): Add missing format string argument.
18853
18854 * midnight.el (midnight-delay-set): Remove extra format string argument.
18855
18856 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18857
18858 * hexl.el (hexl-insert-char): Add missing format string argument.
18859
18860 * format.el (format-decode): Fix format string.
18861
18862 * emulation/vi.el (vi-mode): Remove extra format string argument.
18863 (vi-repeat-last-search): Likewise.
18864 (vi-reverse-last-search): Likewise.
18865 (vi-goto-mark): Likewise.
18866 (vi-reverse-last-find-char): Likewise.
18867 (vi-repeat-last-find-char): Likewise.
18868 (vi-locate-def): Likewise.
18869
18870 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18871
18872 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18873 string argument.
18874 (ediff-toggle-regexp-match): Likewise.
18875
18876 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18877 format string argument.
18878
18879 * calc/calc-map.el (calc-get-operator): Remove extra format
18880 string argument.
18881
18882 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18883
18884 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18885 string argument.
18886
18887 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18888
18889 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18890
18891 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18892
18893 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18894 (cl-struct-setf-expander): Likewise.
18895
18896 * vc.el (with-vc-file): Fix unsafe uses of error.
18897 (vc-cancel-version): Likewise.
18898
18899 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18900
18901 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18902 thousands separator; fixes <class>:<line-number> regexp for
18903 non-english locales.
18904
18905 2004-02-08 Andreas Schwab <schwab@suse.de>
18906
18907 * view.el (view-mode-enable): Revert previous change.
18908
18909 2004-02-07 Kim F. Storm <storm@cua.dk>
18910
18911 * simple.el (line-number-at-pos): Rename from line-at-pos.
18912 Uses changed (what-line and vc-annotate-warp-version).
18913
18914 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18915
18916 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18917 (diff-mode): Remove aborted attempt at support for compile.el.
18918 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18919
18920 2004-02-06 Andreas Schwab <schwab@suse.de>
18921
18922 * view.el (view-mode-enable): Add view-mode-map to
18923 minor-mode-overriding-map-alist.
18924
18925 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18926
18927 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18928
18929 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18930
18931 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18932 with point inside rather than after the paragraph.
18933
18934 2004-02-04 Sam Steingold <sds@gnu.org>
18935
18936 * mail/smtpmail.el (smtpmail-try-auth-methods):
18937 Do not try authentication when no mechanism is available.
18938 Pass port-name as defaultport to `netrc-machine'.
18939
18940 2004-02-04 Stephen Eglen <stephen@gnu.org>
18941
18942 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18943 to show how minibuffer height can be constrained.
18944
18945 2004-02-04 John Paul Wallington <jpw@gnu.org>
18946
18947 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18948
18949 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18950
18951 * x-dnd.el: New file for drag and drop.
18952
18953 * term/x-win.el: require x-dnd, set after-make-frame-functions
18954 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18955 drag-n-drop event.
18956
18957 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18958 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18959 (dired-dnd-handle-file): New functions for drag and drop support.
18960 (dired-mode): Initialize drag and drop if x-dnd present.
18961
18962 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18963
18964 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18965 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18966 (cperl-mode): Set fill-paragraph-function.
18967 (cperl-fill-paragraph): Make it non-interactive.
18968
18969 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18970
18971 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18972
18973 2004-02-02 David Kastrup <dak@gnu.org>
18974
18975 * replace.el (perform-replace): Allow 'literal argument in
18976 regexp-flag to indicate literal replacement.
18977 (query-replace-regexp-eval): Use it.
18978
18979 2004-02-01 Andreas Schwab <schwab@suse.de>
18980
18981 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18982
18983 2004-02-01 Stephen Eglen <stephen@gnu.org>
18984
18985 * info-look.el: Add support for maxima-mode. Update commentary
18986 because info-lookup-symbol is now bound to C-h S.
18987
18988 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18989
18990 * simple.el (edit-and-eval-command): Bind print-level and
18991 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18992 Correct initial position in command-history.
18993
18994 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18995
18996 * files.el (read-directory-name): Adapt the docstring to recent
18997 change in Fread_file_name.
18998
18999 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
19000
19001 * ses.el (ses-print-cell): If print format too wide for column
19002 width, truncate decimal places if that helps to avoid "#####" fill.
19003 * ses.el (ses-initial-column-width): Revert previous change.
19004
19005 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
19006
19007 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19008 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19009 Add edebug info.
19010 (jit-lock-mode): Setup/cancel the new timer.
19011 (jit-lock-context-fontify): New fun. Extracted from
19012 context fontification code of jit-lock-stealth-fontify.
19013 (jit-lock-stealth-fontify): Don't do context fontification any more.
19014
19015 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19016 (jit-lock-fontify-now): Handle the `quit' case.
19017 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19018
19019 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
19020
19021 * progmodes/executable.el (executable-command-find-posix-p):
19022 New. Check if find handles arguments Posix-style.
19023
19024 * progmodes/grep.el (grep-compute-defaults):
19025 Use executable-command-find-posix-p.
19026 (grep-find): Check `grep-find-command'.
19027
19028 * filecache.el (file-cache-find-posix-p): Delete.
19029 (file-cache-add-directory-using-find):
19030 Use `executable-command-find-posix-p'.
19031
19032 2004-01-29 Dave Love <fx@gnu.org>
19033
19034 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19035 Iterate the hook function if arg is given.
19036 (mark-defun, narrow-to-defun): Change order of finding the limits.
19037
19038 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
19039 (byte-compile-format-warn): New.
19040 (byte-compile-callargs-warn): Use it.
19041 (Format, message, error): Add byte-compile-format-like property.
19042 (byte-compile-maybe-guarded): New.
19043 (byte-compile-if, byte-compile-cond): Use it.
19044 (byte-compile-lambda): Compile interactive forms,
19045 just to make warnings about them.
19046
19047 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
19048
19049 * ses.el (ses-initial-column-width): Increase to 14, so it will
19050 work well with the default printer of "%.7g" for extreme values
19051 like "-1.234567e+07".
19052
19053 2004-01-29 Kenichi Handa <handa@m17n.org>
19054
19055 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19056
19057 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
19058
19059 * dos-w32.el: Added support for the `default-printer-name' function.
19060
19061 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19062
19063 * server.el (server-socket-name): Don't use the hostname in the
19064 socket name since /tmp is local to the host anyway.
19065
19066 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19067 robust check of widening and fix var-naming.
19068
19069 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
19070
19071 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19072 or rmail-spam- to rsf- in all function and variable names.
19073 (rsf-min-region-to-spam-list): New variable.
19074 (rsf-bbdb-auto-delete-spam-entries): Rename from
19075 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
19076 scanned together with the recipients field for spam testing; Don't
19077 delete spam message if rmail-delete-after-output is non-nil;
19078 (rsf-check-field): New function, extracted from code in
19079 rmail-spam-filter to ease addition of header fields like
19080 content-type:;
19081 (message-content-type): New variable. The content-type: field was
19082 added also in defcustom of rsf-definitions-alist;
19083 (rmail-spam-filter): Replace repeated test code for header fields
19084 by calls to check-field; change the call to
19085 rmail-output-to-rmail-file such that rmail-current-message stays
19086 the same to avoid wrong deletion of unseen flags.
19087 (rmail-use-spam-filter): Add autoload cookie.
19088
19089 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
19090
19091 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
19092 (file-cache-add-directory-using-find): Add Cygwin support.
19093 (file-cache-find-command-posix-flag): New user variable.
19094
19095 * filecache.el (file-cache-add-directory): Check for
19096 directories an remove them from dir-files.
19097
19098 2004-01-27 Richard M. Stallman <rms@gnu.org>
19099
19100 * man.el (Man-fontify-manpage): Clean up message.
19101
19102 2004-01-27 Kenichi Handa <handa@m17n.org>
19103
19104 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19105 (sentence-end): Define using sentence-end-without-space.
19106
19107 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19108 a sentence ends with one of a character in sentence-end-without-space.
19109
19110 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
19111
19112 * font-lock.el (font-lock): Add jit-lock as explicit group member.
19113 (jit-lock): Group declaration moved to jit-lock.el.
19114 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19115 when necessary.
19116
19117 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19118 (jit-lock-context-unfontify-pos): Rename from
19119 jit-lock-first-unfontify-pos.
19120 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19121
19122 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19123
19124 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19125 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19126 (fortran-fill): When filling a string, adjust re-search-backward
19127 argument for special case of string just on fill-column.
19128 When filling non-string, allow one extra char if
19129 fortran-break-before-delimiters is non-nil.
19130 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19131 Use fortran-break-delimiters-re and fortran-no-break-re to
19132 correctly handle cases such as "**".
19133
19134 * progmodes/f90.el (f90-break-delimiters): Doc fix.
19135 (f90-no-break-re): Add some extra tokens. Doc fix.
19136
19137 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
19138
19139 * mail/rmail-spam-filter.el:
19140 Use two semicolons as Commentary line prefix.
19141 Add ";;; Code:" stylized comment.
19142 Delete end-of-line whitespace.
19143 Wrap (require 'cl) with `eval-when-compile'.
19144
19145 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
19146
19147 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19148 at the top level of vc.el.
19149
19150 2004-01-23 Andre Spiegel <spiegel@gnu.org>
19151
19152 * vc.el (vc-current-line): Function removed. This is now done by
19153 the new function line-at-pos in simple.el.
19154 (vc-annotate-warp-version): Use line-at-pos instead of
19155 vc-current-line.
19156
19157 2004-01-22 Kim F. Storm <storm@cua.dk>
19158
19159 * simple.el (line-at-pos): New defun.
19160 (what-line): Use it. Optimize by only counting lines in narrowed
19161 region once.
19162
19163 2004-01-22 Kenichi Handa <handa@m17n.org>
19164
19165 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19166 point (register r1) only for charset mule-unicode-0100-24ff.
19167
19168 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
19169
19170 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19171 trailing white space and ensure a final newline.
19172
19173 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19174 Add autoload cookie.
19175
19176 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
19177
19178 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19179 activate view-mode explicitly.
19180
19181 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19182
19183 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19184 menu-bar-enable-clipboard and make Paste use clipboard first.
19185
19186 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19187
19188 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
19189 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19190 (vc-mcvs-cvs): Remove.
19191 (vc-mcvs-command): Remove use of assert.
19192
19193 * outline.el (outline-insert-heading): Tighten up match.
19194 (outline-demote, outline-move-subtree-down): Don't assume anything
19195 about outline-regexp.
19196
19197 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19198 (texinfo-show-structure): Explicitly add ^, and simplify.
19199
19200 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
19201
19202 * calendar/appt.el (appt-check): Restore usage of
19203 appt-issue-message deleted in previous change.
19204 (top-level): Activate package when loaded (needed for backwards
19205 compatibility).
19206
19207 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19208
19209 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19210 following previous change to smtpmail-send-data.
19211
19212 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19213
19214 * vc.el (vc-default-previous-version): Doc enhancement.
19215 (vc-default-next-version): New function.
19216 (vc-print-log): New arg FOCUS-REV.
19217 (vc-annotate-mode): Derive from view-mode.
19218 (vc-annotate): New args REVISION, DISPLAY-MODE.
19219 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19220 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19221 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19222 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19223 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19224
19225 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19226
19227 2004-01-19 Karl Berry <karl@gnu.org>
19228
19229 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19230 or "TexInfo".
19231
19232 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19233
19234 * subr.el (delete-dups): New function.
19235
19236 2004-01-19 Karl Berry <karl@gnu.org>
19237
19238 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19239 with ^, since that's what texinfo-show-structure
19240 documentation says (plus it works much better in texinfo.txi).
19241
19242 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19243
19244 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19245
19246 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19247
19248 * progmodes/which-func.el (which-function-mode): Don't cancel
19249 which-func-update-timer if not set.
19250
19251 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19252
19253 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19254 Remove spurious left square bracket in XX:XXam regexp.
19255
19256 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19257
19258 * progmodes/cc-defs.el: Do not require cl at run time.
19259
19260 2004-01-16 Richard M. Stallman <rms@gnu.org>
19261
19262 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19263 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19264
19265 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19266 Call rmail-spam-filter. Delete and expunge spam.
19267 Print number of spam messages deleted.
19268 Save and restore the deletion status of old messages when reading
19269 new mail with spam filter, so that expunging spam does not expunge
19270 msgs deleted by the user.
19271 (rmail-only-expunge): Add an optional argument dont-show to
19272 prevent showing message after expunge.
19273
19274 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19275
19276 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19277 * subr.el (declare): New macro.
19278
19279 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19280
19281 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19282
19283 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19284
19285 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19286 Test window-system rather than system-type (for X11/Mac).
19287
19288 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19289
19290 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19291
19292 2004-01-12 Richard M. Stallman <rms@gnu.org>
19293
19294 * mail/rmail.el (rmail-convert-to-babyl-format):
19295 Use mail-unquote-printable-region.
19296 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19297 (rmail-hex-char-to-integer): Functions deleted.
19298
19299 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19300 (mail-unquote-printable-region): New arg NOERROR.
19301 For invalid encoding, either signal an error to just return nil.
19302
19303 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19304
19305 * calendar/appt.el: Update copyright and commentary.
19306 (appt-issue-message): Make obsolete.
19307 (appt-visible, appt-msg-window): Make obsolete, in favour of
19308 appt-display-format.
19309 (appt-display-mode-line, appt-display-duration)
19310 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19311 (appt-prev-comp-time, appt-display-count, appt-timer)
19312 (appt-convert-time): Doc change.
19313 (appt-disp-window-function, appt-delete-window-function):
19314 Use defcustom rather than defvar.
19315 (appt-display-format): New variable.
19316 (appt-display-message): New function with display code from appt-check.
19317 (appt-check): Add optional FORCE argument. Doc change.
19318 Add appt-make-list to diary-hook if displaying diary.
19319 Remove checking of view-diary-entries-initially.
19320 Message display section removed to new function appt-display-message.
19321 (appt-display-window): Doc change. Remove unused internal var
19322 this-buffer. Do not beep, since appt-display-message does that.
19323 (appt-make-list): Doc change. Use caar.
19324 (appt-sort-list): Simplify by using builtin sort function.
19325 (appt-update-list): New function for updating appts when diary is
19326 saved.
19327 (appt-activate): New autoloaded function to toggle package
19328 functionality.
19329
19330 * calendar/cal-x.el: (calendar-one-frame-setup)
19331 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19332
19333 * calendar/calendar.el: Update copyright.
19334 (view-diary-entries-initially, european-calendar-style): Doc change.
19335 (calendar-setup): Make defcustom rather than defvar.
19336 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19337 in let binding so local to function.
19338
19339 * calendar/diary-lib.el: Update copyright.
19340 (diary, diary-entry-time): Doc change.
19341 (list-diary-entries): Doc change. Trivial logic change.
19342 (fancy-diary-display): Restore make-face command mistakenly
19343 deleted 2003-05-08.
19344 (show-all-diary-entries): Allow to pop-up frame if needed.
19345
19346 2004-01-09 John Paul Wallington <jpw@gnu.org>
19347
19348 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19349 Temporarily select EVENT's window for changing eol type.
19350
19351 2004-01-09 Deepak Goel <deego@gnufans.org>
19352
19353 * calendar/diary-lib.el (diary-entry-time):
19354 Also accept time in the form XX[.XX][am/pm/AM/PM].
19355 (fancy-diary-font-lock-keywords): Likewise.
19356 (diary-font-lock-keywords): Likewise.
19357 * calendar/appt.el (appt-add): Likewise.
19358 (appt-make-list): Likewise.
19359 (appt-convert-time): Likewise.
19360
19361 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19362
19363 * gdb-ui.el (gdb-ann3): Revert previous change.
19364 (gdb-source-info): Allow for case of where compilation directory
19365 is not recorded.
19366
19367 2004-01-08 John Paul Wallington <jpw@gnu.org>
19368
19369 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19370
19371 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19372
19373 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19374
19375 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19376 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19377 problems.
19378 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19379
19380 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19381
19382 * files.el (write-file-functions, write-contents-functions):
19383 Clarify docstrings.
19384
19385 2004-01-07 Kenichi Handa <handa@m17n.org>
19386
19387 * international/mule.el (set-auto-coding): Fix for the case that
19388 end-of-line is only CR.
19389
19390 2004-01-07 Kim F. Storm <storm@cua.dk>
19391
19392 * subr.el (event-start, event-end): Doc fix.
19393 (posn-string, posn-image): New defuns.
19394 (posn-object): Return either image or string object.
19395 (posn-object-x-y): Return 8th element of position.
19396 (posn-object-width-height): New defun.
19397
19398 2004-01-06 Andreas Schwab <schwab@suse.de>
19399
19400 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19401 output.
19402
19403 2004-01-05 Karl Berry <karl@gnu.org>
19404
19405 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19406 / and *, too.
19407
19408 2003-12-31 Simon Josefsson <jas@extundo.com>
19409
19410 * files.el (before-save-hook): Add.
19411 (basic-save-buffer): Use before-save-hook.
19412
19413 * emacs-lisp/copyright.el: Fix comment to recommend
19414 before-save-hook instead of write-file-functions.
19415
19416 2004-01-05 Richard M. Stallman <rms@gnu.org>
19417
19418 * finder.el (finder-commentary): Call delete-other-windows.
19419
19420 * net/ange-ftp.el (ange-ftp-file-attributes):
19421 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19422
19423 2004-01-04 Karl Berry <karl@gnu.org>
19424
19425 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19426 comment characters % and # in the copyright year notice,
19427 as well as ;.
19428
19429 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19430
19431 * wid-edit.el (default): Define dummy :value-delete.
19432 Reported by Jesper Harder <harder@ifa.au.dk>.
19433
19434 2004-01-03 Richard M. Stallman <rms@gnu.org>
19435
19436 * progmodes/compile.el (compile-internal): Use point, not point-min,
19437 for set-window-point.
19438
19439 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19440
19441 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19442
19443 * progmodes/grep.el (grep-mode-map):
19444 Don't remap next-line, previous-line.
19445
19446 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19447
19448 * speedbar.el (speedbar-edit-line): Change regexp to position
19449 the cursor on the first character of this line's button.
19450
19451 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19452
19453 * subr.el (functionp): Doc fix.
19454
19455 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19456
19457 * progmodes/idlwave.el (idlwave-make-tags):
19458 * textmodes/flyspell.el (flyspell-large-region):.
19459 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19460 * emulation/viper-util.el (viper-glob-unix-files):
19461 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19462 * man.el (Man-init-defvars):
19463 * jka-compr.el (jka-compr-call-process):
19464 * files.el (get-free-disk-space,insert-directory):
19465 * ediff-ptch.el (ediff-test-patch-utility):
19466 * ediff-diff.el (ediff-test-utility):
19467 * dired-aux.el (dired-check-process):
19468 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19469 test the return value of call-process, because it can be a string.
19470
19471 2003-12-31 John Paul Wallington <jpw@gnu.org>
19472
19473 * bindings.el (completion-ignored-extensions): Add .pfsl.
19474
19475 2003-12-31 Kim F. Storm <storm@cua.dk>
19476
19477 * ido.el (ido-nonreadable-directory-p): New defun to check for
19478 nonreadable directory without activating tramp (to avoid problems
19479 with checking incomplete tramp paths).
19480 (ido-set-current-directory, ido-file-internal)
19481 (ido-file-name-all-completions1): Use it.
19482
19483 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19484
19485 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19486 documentation if the anchor (or node) name is preceded by `info
19487 anchor' or `Info anchor' in addition to earlier `info node' and
19488 `Info node'.
19489 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19490
19491 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19492
19493 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19494 error in arguments to base64-decode-region. Remove ^M characters
19495 after decoding base64.
19496
19497 2003-12-30 Simon Josefsson <jas@extundo.com>
19498
19499 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19500 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19501 have only been distributed with Emacs for some years.
19502 (texinfo-mode-hook): Customize.
19503
19504 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19505
19506 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19507 cleaner (suggested by Richard Stallman).
19508
19509 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19510 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19511 file-name clashes on 8+3 DOS filesystems.
19512
19513 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19514 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19515 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19516 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19517 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19518 file-name clashes on 8+3 filesystems.
19519
19520 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19521 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19522 file-name clashes on 8+3 DOS filesystems.
19523
19524 2003-12-29 Richard M. Stallman <rms@gnu.org>
19525
19526 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19527 Upcase the character.
19528
19529 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19530 Search for header separator alone on a line, literally,
19531 and search for it backward, not forward.
19532 (flyspell-abbrev-table): Always use global-abbrev-table
19533 if there is no local one.
19534
19535 * progmodes/sh-script.el (sh-get-indent-info):
19536 Don't move point back if at bob.
19537
19538 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19539
19540 * play/handwrite.el (handwrite): Make the handwrite credit message
19541 a comment rather than an output command.
19542
19543 * obsolete/sc.el: Display message that this file is obsolete.
19544
19545 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19546
19547 * mail/rfc822.el (rfc822-address-start): Declare variable.
19548 Renamed from address-start. All uses changed.
19549
19550 * term.el (term-exec): Set up sentinel.
19551 (term-sentinel): New function.
19552 (term-handle-exit): New function.
19553
19554 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19555 Use assoc-string, and mark them obsolete.
19556 (delay-mode-hooks): Mark as permanent local.
19557
19558 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19559
19560 * register.el (copy-rectangle-to-register): Doc fix.
19561
19562 * info.el (Info-insert-dir): Use assoc-string.
19563
19564 * info-look.el (info-lookup): Use assoc-string.
19565
19566 * frame.el (pop-up-frame-function): Use quote, not `function'.
19567 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19568 copying with lists as coordinate values.
19569
19570 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19571
19572 * find-dired.el (kill-find): New command.
19573 (find-dired): Make buffer read-only.
19574 Set up a keymap with C-c C-k running kill-find.
19575 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19576
19577 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19578
19579 * filecache.el (file-cache-ignore-case): New variable.
19580 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19581
19582 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19583 (comint-dynamic-complete-as-filename): Rename local vars.
19584 (comint-dynamic-list-filename-completions): Likewise.
19585
19586 * comint.el (comint-dynamic-list-completions-config): New var.
19587 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19588
19589 * comint.el (comint-file-name-chars): Add [].
19590 (comint-word): Use skip-chars-backward, not search.
19591
19592 * shell.el (shell-file-name-chars): Add [].
19593
19594 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19595
19596 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19597
19598 * generic.el (define-generic-mode): Doc fix.
19599
19600 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19601
19602 * files.el (kill-some-buffers): Doc fix.
19603
19604 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19605
19606 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19607 arg to send-invisible
19608 (send-invisible): Doc fix. The argument is now a prompt, not the
19609 string to send.
19610 (comint-read-noecho): Doc fix.
19611
19612 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19613
19614 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19615 "@", as required by some ISP hosting service. Fix defcustom
19616 argument syntax errors that prevented use of customization.
19617
19618 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19619
19620 * xml.el (xml-get-attribute-or-nil): Doc fix.
19621
19622 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19623
19624 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19625 write-file-hooks.
19626
19627 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19628
19629 * autorevert.el (auto-revert-interval): Doc fix.
19630
19631 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19632
19633 * xml.el (xml-get-attribute-or-nil): New function, like
19634 xml-get-attribute, but returns nil if the attribute was not found.
19635 (xml-get-attribute): Convert to defsubst, uses
19636 xml-get-attribute-or-nil.
19637
19638 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19639
19640 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19641
19642 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19643
19644 * custom.el (custom-declare-theme): Use `value' when putting
19645 properties on `theme'.
19646
19647 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19648
19649 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19650 for each yank-handler segment.
19651 (insert-for-yank-1): New function, with the body of the previous
19652 insert-for-yank.
19653
19654 * textmodes/table.el (table-yank-handler): New defcustom.
19655 (table--put-cell-indicator-property): Put yank-handler property
19656 that indicates the yank handler for the table cell.
19657
19658 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19659
19660 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19661 set of keywords.
19662
19663 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19664
19665 * international/mule-cmds.el (reset-language-environment)
19666 (set-language-environment): Don't invoke fontset-related functions
19667 if fontset-list is not fboundp.
19668
19669 2003-12-29 Kenichi Handa <handa@m17n.org>
19670
19671 * international/mule-cmds.el (reset-language-environment):
19672 Call set-overriding-fontspec-internal with nil.
19673 (set-language-environment): Call set-overriding-fontspec-internal
19674 if the language environment specify `overriding-fontspec'.
19675 (language-info-alist): Doc added.
19676
19677 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19678 characters of mule-unicode-0100-24ff.
19679 (ccl-encode-windows-1251-font): New CCL program.
19680 ("Bulgarian"): Specify overriding-fontspec.
19681 ("Belarusian"): Likewise.
19682
19683 2003-12-28 Sam Steingold <sds@gnu.org>
19684
19685 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19686 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19687
19688 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19689
19690 * progmodes/gud.el (gud-gdb-command-name): Set default to
19691 "gdb --annotate=3".
19692 (gud-gdb-marker-filter): Look out for annotations.
19693 (gdb-first-pre-prompt): New variable.
19694 Remove trailing white space.
19695
19696 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19697 if necessary.
19698 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19699 annotations are detected.
19700 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19701 instead of a local one to allow transition from
19702 gud-gdb-marker-filter.
19703 Remove trailing white space.
19704
19705 2003-12-27 Kim F. Storm <storm@cua.dk>
19706
19707 * ido.el: Handle non-readable directories.
19708 (ido-decorations): Add 9th element for non-readable directory.
19709 (ido-directory-nonreadable): New dynamic var.
19710 (ido-set-current-directory): Set it.
19711 (ido-read-buffer, ido-file-internal):
19712 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19713 (ido-file-name-all-completions1): Return empty list for
19714 non-readable directory.
19715 (ido-exhibit): Print [Not readable] if directory is not readable.
19716 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19717 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19718 Use it.
19719
19720 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19721
19722 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19723 calls to directory-files-and-attributes and file-attributes.
19724 (ls-lisp-format): Remove system dependent handling of user and
19725 group id's.
19726
19727 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19728
19729 * ffap.el (ffap-read-file-or-url): Revert previous change.
19730
19731 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19732
19733 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19734 new list of included files called `files-with-node-lines', that
19735 only have node lines. This way @include commands can include any
19736 file, such as version and update files without node lines, not
19737 just files that are chapters.
19738
19739 2003-12-25 Andreas Schwab <schwab@suse.de>
19740
19741 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19742 file not found.
19743
19744 2003-12-08 Miles Bader <miles@gnu.org>
19745
19746 * dired.el (dired-between-files): Always use dired-move-to-filename,
19747 which is more robust in non-english locales.
19748
19749 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19750
19751 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19752
19753 2003-12-24 Andreas Schwab <schwab@suse.de>
19754
19755 * shell.el (shell-file-name-quote-list): Add backslash.
19756
19757 * comint.el (comint-quote-filename): Correctly handle backslash
19758 in comint-file-name-quote-list.
19759
19760 2003-12-24 Kenichi Handa <handa@m17n.org>
19761
19762 * international/mule-cmds.el (set-default-coding-systems):
19763 Call ucs-set-table-for-input for all buffers that don't have local
19764 value of buffer-file-coding-system.
19765
19766 * international/ucs-tables.el (ucs-set-table-for-input):
19767 If translation-table-for-encode is a symbol, get its
19768 translation-table property.
19769
19770 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19771
19772 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19773 to `completing-read' on a recently fixed bug.
19774
19775 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19776 instead of SPACE, to get the list of possible fringe modes.
19777 SPACE only works if both `partial-completion-mode' and
19778 `completion-auto-help' are nil.
19779
19780 * complete.el (PC-is-complete-p): Delete.
19781 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19782 calls to `test-completion'.
19783
19784 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19785
19786 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19787 to edit values when there are no children.
19788
19789 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19790 a mode called "Assembler" already exists.
19791 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19792 (gud-watch): Use format option. Remove font properties from string.
19793 (gdb-var-create-handler, gdb-var-list-children-handler):
19794 Don't bother about properties as there are none.
19795 (gdb-var-create-handler, gdb-var-list-children-handler)
19796 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19797 with two arguments.
19798 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19799 Let speedbar show value changes with a different font.
19800 (gdb-edit-value): New defun.
19801 (gdb-clear-partial-output, gdb-clear-inferior-io)
19802 (def-gdb-auto-update-handler): Use erase-buffer.
19803 (gdb-frame-handler): Display watch expressions in
19804 FUNCTION::VARIABLE format if required.
19805
19806 2003-12-23 John Paul Wallington <jpw@gnu.org>
19807
19808 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19809 (Info-goto-emacs-command-node): Doc fixes.
19810
19811 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19812
19813 * cus-edit.el (custom-add-parent-links): Define "many".
19814
19815 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19816
19817 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19818 (widget-child-validate, widget-type-value-create)
19819 (widget-type-default-get, widget-type-match): New functions.
19820 (lazy): New widget.
19821 (menu-choice, checklist, radio-button-choice, editable-list)
19822 (group, documentation-string): Remove redundant (per 2003-10-25
19823 change) calls to `widget-children-value-delete'.
19824 (widget-choice-value-get, widget-choice-value-inline): Remove.
19825 (menu-choice): Update widget.
19826
19827 2003-12-03 Kenichi Handa <handa@m17n.org>
19828
19829 * language/cyrillic.el: Register "microsoft-cp1251" in
19830 ctext-non-standard-encodings-alist.
19831 ("Bulgarian"): Add ctext-non-standard-encodings.
19832 ("Belarusian"): Likewise.
19833
19834 * international/mule-conf.el (compound-text-with-extensions):
19835 Change the type to 2 (iso-2022 base).
19836
19837 * international/mule.el (ctext-non-standard-encodings-alist):
19838 Change the format.
19839 (ctext-non-standard-encodings): New variable.
19840 (ctext-post-read-conversion): Fully re-written.
19841 (ctext-non-standard-designations-alist): Delete it.
19842 (ctext-non-standard-encodings-table): New function.
19843 (ctext-pre-write-conversion): Fully re-written.
19844
19845 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19846
19847 * cus-edit.el (custom-add-parent-links): Add documentation links
19848 for parent, if the item has none of its own.
19849
19850 2003-11-30 Richard M. Stallman <rms@gnu.org>
19851
19852 * dired-aux.el (dired-do-query-replace-regexp):
19853 Report files visited read-only.
19854
19855 2003-11-30 Juri Linkov <juri@jurta.org>
19856
19857 * dired-aux.el (dired-compare-directories): New command.
19858 (dired-file-set-difference, dired-files-attributes): New functions.
19859
19860 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19861 Version 2.0.38 of Tramp released.
19862
19863 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19864 Charles Curley <charlescurley@charlescurley.com>.
19865 (tramp-multi-connection-function-alist): Add ssht entry which adds
19866 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19867 Aichner.
19868 (tramp-get-method-parameter): New function to retrieve a method
19869 parameter. This allows for omission of method parameters.
19870 Callers adjusted.
19871
19872 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19873
19874 * net/tramp.el: Add new optional parameter ID-FORMAT to
19875 `file-attributes'. Calls of `file-attributes' won't use this
19876 parameter for backward compatibility reasons.
19877 (tramp-perl-file-attributes): Add a new parameter to Perl script
19878 in order to handle uid/gid as strings, if desired.
19879 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19880 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19881 order to make the function more general.
19882 (tramp-handle-file-attributes): Replace proprietary optional
19883 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19884 (tramp-handle-file-attributes-with-perl): Handle parameter
19885 NONNUMERIC if set. This wasn't done in the past.
19886 (tramp-post-connection): Apply second parameter "$2" if
19887 `tramp-remote-perl' is called.
19888
19889 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19890 Correct cut'n'waste error (`filename' instead of `directory').
19891 (tramp-smb-handle-directory-files-and-attributes)
19892 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19893 introduced parameter ID-FORMAT.
19894 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19895 error (`directory' instead of `ldir').
19896
19897 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19898 `file-attributes' has a second parameter. If yes, apply it with
19899 value "'integer". Otherwise, don't use that parameter (default is
19900 integer format).
19901
19902 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19903
19904 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19905 (help-for-help): Add `C-h .' to the listed Help options.
19906 Remove trailing whitespace.
19907
19908 * help-at-pt.el: New file.
19909
19910 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19911
19912 * subr.el (noreturn, 1value): New macros for test coverage.
19913 See `testcover.el'.
19914
19915 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19916
19917 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19918 for macro `1value'.
19919 (testcover-1value): New function. Checks that a 1value form
19920 actually returns only one value. Requested by RMS.
19921
19922 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19923
19924 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19925 (gdb-var-list-children, gdb-var-list-children-handler)
19926 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19927 gdb commands that use mi to keep them out of the command history.
19928
19929 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19930
19931 * cus-start.el (all): Add use-file-dialog.
19932
19933 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19934
19935 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19936
19937 2003-11-27 Kim F. Storm <storm@cua.dk>
19938
19939 * subr.el (posn-object-x-y): New defun.
19940
19941 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19942
19943 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19944 Don't use `space' for \\\n.
19945 Be more selective as to which # are comment-starters.
19946
19947 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19948
19949 * subr.el (number-sequence): Improve handling of floating point
19950 arguments (suggested by Kim Storm). Allow negative arguments.
19951
19952 2003-11-26 Kenichi Handa <handa@m17n.org>
19953
19954 * international/mule-cmds.el (standard-display-european-internal):
19955 Cancel the standard-display-table setting for ` and '.
19956
19957 2003-11-26 Kim F. Storm <storm@cua.dk>
19958
19959 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19960 New defcustoms to add ffap-like functionality to ido.
19961 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19962 (ido-no-final-slash): New defun.
19963 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19964 (ido-read-file-name): ): Toggle VC checking via
19965 vc-handled-backends instead of vc-master-templates.
19966 (ido-file-internal): Handle ido-use-url-at-point and
19967 ido-use-filename-at-point via code borrowed from ffap-guesser.
19968 Handle new ido-exit code ffap.
19969 (ido-sort-list): Ignore final slash when sorting file names.
19970
19971 2003-11-25 Kim F. Storm <storm@cua.dk>
19972
19973 * emulation/cua-base.el (cua--standard-movement-commands):
19974 Add forward-sentence and backward-sentence.
19975
19976 2003-11-25 Stephen Eglen <stephen@gnu.org>
19977
19978 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19979 iswitchb-exit is set to 'usefirst when user selects buffer at head
19980 of list using RET. (Selecting buffers at the head of the list was
19981 broken if the substring was also a complete buffername.)
19982
19983 2003-11-23 Kim F. Storm <storm@cua.dk>
19984
19985 * progmodes/compile.el (grep-command, grep-use-null-device)
19986 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19987 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19988 (grep-regexp-alist, grep-program, find-program)
19989 (grep-find-use-xargs, grep-history, grep-find-history)
19990 (grep-process-setup, grep-compute-defaults)
19991 (grep-default-command, grep, grep-tag-default, grep-find)
19992 (grep-expand-command-macros, grep-tree-last-regexp)
19993 (grep-tree-last-files, grep-tree): Move grep variables, functions
19994 and commands to new file grep.el.
19995 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19996 (compilation-process-setup-function): Doc fix.
19997 (compilation-highlight-regexp, compilation-highlight-overlay): New
19998 defvars used for highlighting current compile error in source buffer.
19999 (compile-internal): New optional args HIGHLIGHT-REGEXP and
20000 LOCAL-MAP which overrides compilation-highlight-regexp and
20001 compilation-mode-map for this compilation.
20002 Delay calling compilation-set-window-height until after running
20003 compilation-process-setup-function so it can buffer-local override
20004 compilation-window-height.
20005 Check buffer-local value of compilation-scroll-output.
20006 (compilation-set-window-height): Use buffer-local value of
20007 compilation-window-height.
20008 (compilation-revert-buffer): Don't pass (undefined)
20009 preserve-modes arg to revert-buffer.
20010 (next-error-no-select, previous-error-no-select): New commands.
20011 (compilation-goto-locus): Temporarily highlight current match in
20012 source buffer using compilation-highlight-regexp.
20013
20014 * progmodes/grep.el: New file with grep code from compile.el.
20015 (grep): New defcustom group.
20016 (grep-window-height): New defcustom, like compilation-window-height.
20017 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20018 (grep-scroll-output): New defcustom, like compilation-scroll-output.
20019 (grep-command, grep-use-null-device, grep-find-command)
20020 (grep-tree-files-aliases, grep-tree-ignore-case)
20021 (grep-tree-ignore-CVS-directories): Move to grep custom group.
20022 (grep-setup-hook): New hook variable.
20023 (grep-mode-map): New keymap for grep commands. Add Grep menu.
20024 (grep-last-buffer): New defvar, override compilation-last-buffer.
20025 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
20026 Call compile-internal with args highlight-regexp and grep-mode-map.
20027
20028 2003-11-23 Kim F. Storm <storm@cua.dk>
20029
20030 * subr.el (event-start, event-end): Doc fix.
20031 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
20032 (posn-area, posn-actual-col-row, posn-object): New defuns.
20033 (posn-col-row): Simplify doc. Rewrite to use cond.
20034 (posn-point): Also return buffer position for events outside text
20035 area (that info is now present in the event position).
20036
20037 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
20038 mouse-set-point so that hscroll still works now that clicks on
20039 fringes generate specific mouse events.
20040 (mouse-set-point): Note that it now works in fringes and margins
20041 too due to new semantics of posn-point in fringes and margins.
20042
20043 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
20044 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
20045
20046 2003-11-20 Kim F. Storm <storm@cua.dk>
20047
20048 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
20049 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
20050 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
20051 to 100 for icons to avoid increasing line height when shown.
20052
20053 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20054
20055 * newcomment.el (comment-normalize-vars): Initialize properly if
20056 comment-start was nil.
20057
20058 2003-11-19 Andreas Schwab <schwab@suse.de>
20059
20060 * simple.el (set-variable): Fix indentation.
20061
20062 2003-11-17 Kenichi Handa <handa@m17n.org>
20063
20064 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20065 Fix docstring.
20066
20067 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20068
20069 * international/latin1-disp.el (latin1-display): Fix docstring.
20070
20071 2003-11-16 John Wiegley <johnw@newartisans.com>
20072
20073 * eshell/em-ls.el (eshell-ls-file): There are times with
20074 size-width is nil and uncomputed (when directories are created in
20075 dired, for example); in this case, 4 is reasonable default value,
20076 although it may caused skewed new entries (which could be avoided
20077 by returning the original value of 8 in all cases, but 99% of the
20078 time this is a waste of whitespace).
20079
20080 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20081
20082 * cc-engine.el (c-guess-continued-construct)
20083 (c-guess-basic-syntax): Check a little more carefully if it's a
20084 function declaration when an unknown construct followed by a block
20085 is found inside a statement context. This avoids macros followed
20086 by blocks to be taken as function declarations.
20087
20088 (c-guess-continued-construct): Change the analysis of a statement
20089 continuation with a brace open to `substatement-block', for
20090 consistency with recognized statements.
20091
20092 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20093 start is in a position so that `c-beginning-of-statement-1' jumped
20094 to the beginning of the same statement.
20095
20096 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20097 Don't accept binary operators in the arglist if we're in a function
20098 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
20099 template recognition in cases like "if (a < b || c > d)".
20100
20101 (c-restricted-<>-arglists): New more appropriate name for
20102 `c-disallow-comma-in-<>-arglists'.
20103
20104 Accessing functions updated for the variable name change.
20105
20106 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20107 match data could get clobbered if NOT-INSIDE-TOKEN is used.
20108
20109 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20110 labels.
20111
20112 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20113 instead of duplicating parts of it. This fixes bogus label
20114 recognition.
20115
20116 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20117 of checking the context in which to apply the minimum indentation,
20118 so that it isn't enforced in e.g. namespace blocks.
20119
20120 * cc-vars.el (c-inside-block-syms): New constant used by
20121 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
20122 to somewhat reduce the risk of becoming stale.
20123
20124 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20125 cc-cmds to cc-engine to allow use from cc-align.
20126
20127 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20128 qualified identifiers containing "::".
20129
20130 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20131 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20132
20133 * cc-vars.el (c-emacs-features): Use a space in front of the name
20134 of the temporary buffer. That also avoids dumping problems in
20135 XEmacs due to undo info being left around after the buffer is killed.
20136
20137 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20138 arglist to see if it's a K&R style declaration.
20139
20140 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20141 before returning `knr-argdecl-intro'.
20142
20143 2003-11-16 John Wiegley <johnw@newartisans.com>
20144
20145 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20146 field in a long-listing always 8 characters, use `size-width',
20147 which has already been computed.
20148
20149 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
20150
20151 * subr.el (minor-mode-list): Add `hs-minor-mode'.
20152
20153 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20154
20155 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20156 Support operation while narrowed, with `diff-restrict-view'.
20157
20158 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20159
20160 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20161 Take additional optional arg NARROWFUN. For the generated functions:
20162 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
20163 include frags that arrange to check for and save narrowing state before
20164 the move and then conditionally call NARROWFUN after the move.
20165
20166 2003-11-14 John Wiegley <johnw@newartisans.com>
20167
20168 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20169 that was optional, but obviously missing based on surrounding code.
20170
20171 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20172 string arguments to numbers unless the whole argument was seen as
20173 a number.
20174
20175 2003-11-14 Kenichi Handa <handa@m17n.org>
20176
20177 * international/mule.el (ctext-non-standard-encodings-alist):
20178 Fix coding systems.
20179
20180 2003-11-10 Kenichi Handa <handa@m17n.org>
20181
20182 * language/kannada.el ("Kannada"): Add sample-text.
20183
20184 * language/knd-util.el (kannada-compose-region)
20185 (kannada-compose-string, kannada-post-read-conversion):
20186 Add autoload cookie.
20187
20188 * international/quail.el (quail-completion): Change the message
20189 "corresponding translations" to "corresponding characters".
20190
20191 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
20192
20193 * descr-text.el (describe-char): Fix typo.
20194
20195 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
20196
20197 These changes are to support Kannada language/script.
20198
20199 * Makefile.in (DONTCOMPILE): Add kannada.el.
20200
20201 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20202
20203 * loadup.el: Preload kannada.el.
20204
20205 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20206 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20207 New variables.
20208
20209 * language/kannada.el: New file.
20210
20211 * language/knd-util.el: New file.
20212
20213 2003-11-07 Andreas Schwab <schwab@suse.de>
20214
20215 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20216 Also highlight AH_*.
20217
20218 * xml.el (xml-parse-dtd): Fix misplaced paren.
20219
20220 2003-11-07 Kenichi Handa <handa@m17n.org>
20221
20222 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20223
20224 2003-11-05 Juri Linkov <juri@jurta.org>
20225
20226 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20227 (desktop-buffer-file): Use saved buffer-file-coding-system
20228 for file reading. Set auto-insert to nil to prevent automatic
20229 insertion into restored empty files.
20230
20231 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20232
20233 * files.el (risky-local-variable-p): Make second argument optional.
20234
20235 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20236
20237 * subr.el (add-hook): Fix last change.
20238
20239 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20240
20241 * mail/rmail.el (rmail-convert-to-babyl-format):
20242 If base64-decode-region signals an error, catch it and silently
20243 ignore it.
20244
20245 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20246
20247 * xml.el (xml-parse-region): Allow comments to appear after the
20248 topmost element has closed.
20249 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20250 (xml-ns-expand-attr): New functions to do namespace handling.
20251 (xml-intern-attrlist): Back-compatible handling of attribute names.
20252 (xml-parse-tag): Move namespace handling to separate functions.
20253 Now produces elements in the form ((:ns . "element") (attr-list)
20254 children) instead of ('ns:element (attr-list) children).
20255 (xml-parse-attlist): Fix attribute parsing.
20256 (xml-parse-dtd): Change parsing so that it produces strings
20257 instead of interned symbols.
20258
20259 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20260
20261 * dired.el (dired-ls-sorting-switches): Doc fix.
20262
20263 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20264
20265 * emacs-lisp/rx.el (rx-or): Fix the case of
20266 "(rx (and ?a (or ?b ?c) ?d))".
20267
20268 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20269
20270 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20271 (texinfo-format-region): Use it.
20272 (texinfo-format-buffer-1): Ditto.
20273
20274 2003-11-01 Alan Mackenzie <acm@muc.de>
20275
20276 Changes to allow scrolling whilst in isearch mode:
20277 * isearch.el (isearch-unread-key-sequence): New function,
20278 extracted from isearch-other-meta-char.
20279 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20280 "scrollable" standard functions.
20281 (isearch-allow-scroll): New customizable variable.
20282 (isearch-string-out-of-window, isearch-back-into-window)
20283 (isearch-reread-key-sequence-naturally)
20284 (isearch-lookup-scroll-key): New functions.
20285 (isearch-other-meta-char): Doc string and functionality enhanced.
20286 Now accepts a prefix argument.
20287 (isearch-lazy-highlight-window-end): New variable.
20288 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20289 end (thru isearch-lazy-highlight-window-end), not only its start.
20290
20291 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20292 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20293 (universal-argument, universal-argument-more, negative-argument)
20294 (digit-argument, universal-argument-other-key): Minor changes.
20295
20296 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20297
20298 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20299 recursively if the last message is deleted, thus avoiding an
20300 infinite loop.
20301
20302 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20303
20304 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20305 (tex-main-file): Don't add .tex if the extension is already present.
20306 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20307
20308 2003-10-29 Lute Kamstra <lute@gnu.org>
20309
20310 * progmodes/octave-inf.el (inferior-octave-prompt):
20311 Recognize version number in prompt.
20312
20313 2003-10-28 Dave Love <fx@gnu.org>
20314
20315 * international/characters.el: Fix some Unicode ranges.
20316
20317 2003-10-28 Kenichi Handa <handa@m17n.org>
20318
20319 * disp-table.el (standard-display-8bit)
20320 (standard-display-default, standard-display-ascii)
20321 (standard-display-g1, standard-display-graphic)
20322 (standard-display-underline): Assure that standard-display-table
20323 is a display table.
20324
20325 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20326
20327 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20328 reindenting the first line.
20329
20330 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20331
20332 * wid-edit.el (widget-default-delete): Always delete child widgets.
20333
20334 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20335
20336 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20337 if the line has code.
20338 Don't try to line up with something that's too far left.
20339
20340 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20341 (octave-mode-syntax-table): Add % as a comment starter.
20342 (octave-point): Remove.
20343 (octave-in-comment-p, octave-in-string-p)
20344 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20345 (octave-blink-matching-block-open, octave-auto-fill):
20346 Use line-(beginning|end)-position instead.
20347
20348 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20349
20350 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20351 for Francesco Potort\e,Al\e(B.
20352
20353 2003-10-23 Dave Love <fx@gnu.org>
20354
20355 * international/mule-cmds.el (locale-charset-to-coding-system):
20356 Don't rely on nil being a coding system.
20357
20358 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20359 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20360 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20361
20362 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20363
20364 * gdb-ui.el (gdb-current-language): New variable.
20365 (gdb-update-flag): Remove variable.
20366 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20367 (gdb-take-last-elt): Remove function.
20368 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20369 (gdb-post-prompt): Check for variable object changes here.
20370
20371 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20372 object changes in gdb-ui.el.
20373
20374 2003-10-21 Richard M. Stallman <rms@gnu.org>
20375
20376 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20377
20378 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20379 Don't check for foo*/ wildcard form here.
20380 (insert-directory): Recognize foo*/ as a wildcard.
20381 Separate wildcard-regexp variable from the arg, wildcard.
20382
20383 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20384 (remove-hook): Correctly handle strange cases about local hooks.
20385
20386 2003-10-21 David Ponce <david@dponce.com>
20387
20388 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20389 argument REAL, to return a real number instead of a rounded
20390 integer value. Define as inline function.
20391 (ruler-mode-right-fringe-cols): Likewise.
20392 (ruler-mode-scroll-bar-cols): New function.
20393 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20394 (ruler-mode-right-scroll-bar-cols): Likewise.
20395 (ruler-mode-space): New function.
20396 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20397 scroll bar mode and margins in a more robust way.
20398
20399 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20400
20401 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20402 (antlr-c-init-language-vars): New function.
20403 (antlr-mode): Use it with cc-mode before v5.29.
20404 (antlr-c-common-init): Don't set some local vars here.
20405 (antlr-mode): Set them here.
20406 (antlr-c-forward-sws): New function alias.
20407 (antlr-mode): Redefine with cc-mode before v5.30.
20408 (antlr-skip-sexps): Use it.
20409 (antlr-skip-exception-part): Ditto.
20410 (antlr-skip-file-prelude): Ditto.
20411 (antlr-outside-rule-p): Ditto.
20412 (antlr-end-of-body): Ditto.
20413 (antlr-option-kind): Ditto.
20414 (antlr-insert-option-area): Ditto.
20415 (antlr-file-dependencies): Ditto.
20416
20417 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20418
20419 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20420 Move backward only if point was not inside an entry.
20421
20422 2003-10-21 Richard M. Stallman <rms@gnu.org>
20423
20424 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20425
20426 2003-10-21 Juri Linkov <juri@jurta.org>
20427
20428 * compare-w.el: Automatically skip non-matching text to resync.
20429 (compare-windows-whitespace): Doc fix.
20430 (compare-windows-sync, compare-windows-sync-string-size)
20431 (compare-windows-recenter, compare-ignore-whitespace)
20432 (compare-windows-highlight, compare-windows-face): New variables.
20433 (compare-windows): Use compare-windows-sync.
20434 (compare-windows-highlight, compare-windows-dehighlight)
20435 (compare-windows-sync-regexp)
20436 (compare-windows-sync-default-function): New functions.
20437
20438 2003-10-21 Juri Linkov <juri@jurta.org>
20439
20440 * diff.el (diff-parse-differences): Don't visit the files now;
20441 instead, just record the error locus.
20442
20443 2003-10-21 Dave Love <fx@gnu.org>
20444
20445 * progmodes/cfengine.el: New file.
20446
20447 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20448
20449 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20450 default-directory when completing file names.
20451
20452 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20453
20454 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20455 followed by the word `face', it gets treated as a face, even if
20456 it is also defined as a variable or a function.
20457
20458 2003-10-20 Dave Love <fx@gnu.org>
20459
20460 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20461 Avoid incf in macro expansion.
20462
20463 2003-10-20 John Paul Wallington <jpw@gnu.org>
20464
20465 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20466 `evenp' so we don't implicitly require cl library at runtime.
20467
20468 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20469
20470 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20471 (help-make-xrefs): Only make cross-references for faces if
20472 preceded or followed by the word `face'. Do not make a
20473 cross-reference for variables without variable documentation,
20474 unless preceded by the word `variable' or `option'. Update doc
20475 string accordingly.
20476
20477 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20478
20479 * progmodes/hideshow.el: Rewrite one-armed `if'
20480 constructs using either `when' or `unless'.
20481 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20482
20483 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20484
20485 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20486 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20487 instead of 12x12.
20488
20489 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20490
20491 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20492 message while converting to Babyl.
20493
20494 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20495
20496 * allout.el (allout-mode): Doc fix.
20497
20498 2003-10-16 Lute Kamstra <lute@gnu.org>
20499
20500 * subr.el (force-mode-line-update): Fix docstring.
20501
20502 2003-10-14 Dave Love <fx@gnu.org>
20503
20504 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20505 (default-input-method): Add :link, improve :type.
20506 (locale-charset-language-names): Fix utf-8 pattern.
20507 (locale-charset-match-p, locale-charset-alist)
20508 (locale-charset-to-coding-system): New.
20509 (set-locale-environment): Deal with codeset part of locale specs.
20510
20511 2003-10-14 Lute Kamstra <lute@gnu.org>
20512
20513 * fringe.el (fringe-mode): Use active voice in docstring.
20514 (set-fringe-style): Ditto.
20515
20516 2003-10-13 Lute Kamstra <lute@gnu.org>
20517
20518 * fringe.el (fringe-mode): Fix docstring.
20519 (set-fringe-style): Ditto.
20520
20521 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20522
20523 * ediff-mult.el (ediff-filegroup-action):
20524 Use ediff-default-filtering-regexp.
20525
20526 * ediff-util.el (ediff-recenter): Don't call
20527 ediff-restore-highlighting twice.
20528 (ediff-select-difference): Set current difference.
20529 (ediff-unselect-and-select-difference): Add comment.
20530
20531 * ediff.el (ediff-directories,ediff-directory-revisions)
20532 (ediff-directories3,ediff-merge-directories)
20533 (ediff-merge-directories-with-ancestor)
20534 (ediff-merge-directory-revisions)
20535 (ediff-merge-directory-revisions-with-ancestor):
20536 Use ediff-default-filtering-regexp.
20537
20538 2003-10-12 Andreas Schwab <schwab@suse.de>
20539
20540 * international/mule-cmds.el (locale-charset-language-names):
20541 Simplify regex by removing unused grouping.
20542
20543 2003-10-10 Dave Love <fx@gnu.org>
20544
20545 * bindings.el: Don't bind stop.
20546
20547 2003-10-08 Miles Bader <miles@gnu.org>
20548
20549 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20550 face instead of attempting to emulate it.
20551
20552 2003-10-07 Kenichi Handa <handa@m17n.org>
20553
20554 * international/mule-diag.el (list-coding-systems-1): List coding
20555 systems that are loaded automatically.
20556
20557 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20558
20559 * international/mule.el (autoload-coding-system): New function.
20560
20561 2003-10-07 Andreas Schwab <schwab@suse.de>
20562
20563 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20564 change-log-default-name in the buffer visiting the file.
20565
20566 2003-10-06 Dave Love <fx@gnu.org>
20567
20568 * files.el (find-file-hook): Customize.
20569 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20570
20571 * bindings.el (completion-ignored-extensions): Remove .log.
20572 (global-map): Add again, open, stop keys.
20573
20574 2003-10-05 Richard M. Stallman <rms@gnu.org>
20575
20576 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20577 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20578 Use sh-modify directly.
20579 (sh-select): Use sh-append, not eval.
20580
20581 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20582
20583 * info.el (Info-following-node-name): New function.
20584
20585 * loadhist.el (unload-feature-special-hooks):
20586 Rename from loadhist-hook-functions.
20587 (loadhist-hook-functions): Now an alias.
20588
20589 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20590
20591 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20592 file-name clashes on 8+3 filesystems.
20593
20594 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20595 Rename loaddefs-boot.el to ldefs-boot.el
20596
20597 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20598 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20599
20600 2003-10-03 Lute Kamstra <lute@gnu.org>
20601
20602 * info.el (Info-mode): Revert previous change.
20603 (Info-escape-percent): New function.
20604 (Info-fontify-node): Use it.
20605
20606 2003-10-02 Andreas Schwab <schwab@suse.de>
20607
20608 * loaddefs-boot.el: Regenerated.
20609
20610 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20611
20612 * ffap.el: Remove defadvice related code from CVS since `complete'
20613 provides a `PC-completion-as-file-name-predicate' variable that
20614 ffap can override.
20615
20616 2003-10-02 Kenichi Handa <handa@m17n.org>
20617
20618 * international/utf-8.el (ccl-decode-mule-utf-8):
20619 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20620
20621 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20622 * international/subst-big5.el: Likewise.
20623 * international/subst-gb2312.el: Likewise.
20624 * international/subst-ksc.el: Likewise.
20625
20626 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20627
20628 * calendar/calendar.el (increment-calendar-month)
20629 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20630 (generate-calendar, calendar-read-date, calendar-interval)
20631 (calendar-day-of-week): Handle years BC.
20632 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20633
20634 2003-10-01 Dave Love <fx@gnu.org>
20635
20636 * language/cyrillic.el (cp1251): Alias for windows-1251.
20637
20638 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20639 bootstrap.
20640
20641 2003-10-01 Lute Kamstra <lute@gnu.org>
20642
20643 * files.el: Fix typo.
20644 * imenu.el (imenu--generic-function): Docstring fix.
20645
20646 2003-09-30 Richard M. Stallman <rms@gnu.org>
20647
20648 * dired.el (dired-mode): Handle dired-directory as a list.
20649
20650 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20651
20652 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20653
20654 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20655
20656 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20657 Replace gud-display with gud-watch.
20658 (gud-speedbar-buttons): Add stuff for watching expressions
20659 in the speedbar when using M-x gdba. Use dolist on old part
20660 of this function.
20661
20662 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20663 (gdb-update-flag): New variables.
20664 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20665 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20666 (gud-watch, gdb-var-create-handler) : New functions.
20667 (gdb-var-list-children, gdb-var-list-children-handler)
20668 (gdb-var-create-regexp, gdb-var-update-regexp)
20669 (gdb-var-list-children-regexp): New constants.
20670 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20671 (gdb-annotation-rules): Reduce annotation set (level 3).
20672 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20673 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20674 updates.
20675 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20676 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20677 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20678 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20679 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20680 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20681 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20682 (gud-display, gud-display1)
20683 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20684 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20685 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20686 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20687 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20688 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20689 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20690 (gdb-display-display-buffer, gdb-toggle-display)
20691 (gdb-delete-display, gdb-expressions-popup-menu)
20692 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20693 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20694 to display buffer.
20695
20696 2003-09-30 Richard M. Stallman <rms@gnu.org>
20697
20698 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20699 Instead, set which-func-functions.
20700
20701 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20702 (which-func-functions): New variable.
20703 (which-function): Use that.
20704
20705 * info.el (Info-mode): Double each `%' in header line.
20706
20707 * emacs-lisp/lisp-mnt.el (lm-with-file):
20708 When FILE is nil, run BODY in current buffer.
20709
20710 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20711
20712 * help.el (describe-mode): Start with a brief list of minor modes.
20713 Find them thru minor-mode-list so as to find them all.
20714 Show them in alphabetical order.
20715
20716 * mail/sendmail.el (mail-aliases): Doc fix.
20717
20718 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20719
20720 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20721
20722 * mail/rmailsum.el (rmail-make-summary-line-1):
20723 Change comma after last label to a space.
20724 (rmail-summary-font-lock-keywords): Adapt to that change.
20725
20726 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20727
20728 * progmodes/scheme.el (scheme-mode-variables): When setting
20729 `font-lock-defaults', also specify that "#" should
20730 be interpreted with `word' syntax.
20731 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20732
20733 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20734
20735 * desktop.el: A lot of comments updated.
20736 (desktop-save-mode): Minor mode introduced.
20737 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20738 (desktop-load-default): Function made obsolete.
20739 (desktop-locals-to-save): Variable made customizable.
20740 (desktop-read): Optional parameter `dirname' added.
20741 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20742 `desktop-read' used.
20743 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20744
20745 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20746
20747 * whitespace.el (whitespace-clean-msg): Add user customizable message
20748 for displaying ``clean'' output.
20749 (whitespace-buffer): Use `whitespace-clean-msg'.
20750 (whitespace-global-mode): Fix typo.
20751
20752 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20753
20754 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20755
20756 2003-09-29 Lute Kamstra <lute@gnu.org>
20757
20758 * bindings.el (mode-line-modes): Remove superfluous :propertize
20759 construct in initialization.
20760 (mode-line-position): Change cons cell into proper list in
20761 initialization.
20762
20763 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20764
20765 * international/mule.el (decode-coding-inserted-region): Use car
20766 of the return value of find-operation-coding-system.
20767
20768 2003-09-29 Kenichi Handa <handa@m17n.org>
20769
20770 * descr-text.el (describe-char): Fix previous change.
20771
20772 2003-09-28 Kenichi Handa <handa@m17n.org>
20773
20774 * descr-text.el (describe-char-display): New function.
20775 (describe-char): Pay attention to display table on describing how
20776 a character is displayed.
20777
20778 * international/mule-cmds.el (encoded-string-description):
20779 Prepend "0x" to each encoded byte.
20780
20781 2003-09-28 Andreas Schwab <schwab@suse.de>
20782
20783 * find-file.el (ff-special-constructs): Add autoload cookie.
20784
20785 2003-09-28 Kevin Ryde <user42@zip.com.au>
20786
20787 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20788 makeinfo appends to duplicate index entries.
20789
20790 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20791
20792 * dired-x.el (dired-clean-tex): Doc fix.
20793
20794 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20795 using a Chinese tutorial.
20796
20797 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20798
20799 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20800 between "MAIL FROM:" and "RCPT TO:" and the following address.
20801
20802 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20803
20804 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20805
20806 2003-09-28 David Ponce <david@dponce.com>
20807
20808 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20809 (recentf-load-list): When `recentf-initialize-file-name-history'
20810 is non-nil, initialize an empty `file-name-history' with the
20811 recent list.
20812
20813 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20814
20815 * man.el (Man-default-man-entry): Remove the leading `*' from the
20816 word at point.
20817
20818 2003-09-26 Lute Kamstra <lute@gnu.org>
20819
20820 * bindings.el (mode-line-position): Mention size indication in
20821 docstring.
20822
20823 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20824
20825 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20826
20827 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20828 because it's autoloaded now.
20829
20830 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20831
20832 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20833 (sh-font-lock-keywords, sh-feature): Fix previous change of
20834 sh-feature to avoid infloop with sh-font-lock-keywords.
20835
20836 2003-09-25 Kim F. Storm <storm@cua.dk>
20837
20838 * frame.el (frame-current-scroll-bars): New defun.
20839
20840 * window.el (window-current-scroll-bars): New defun.
20841
20842 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20843
20844 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20845 cause errors when the state cache contains info on parts that have
20846 been narrowed out.
20847
20848 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20849
20850 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20851 `c-setup-paragraph-variables' has to be used when this variable is
20852 changed; it doesn't work to reinitialize the mode since that
20853 typically clobbers the variable.
20854
20855 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20856 Make it interactive.
20857
20858 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20859
20860 * progmodes/cc-fonts.el (c-font-lock-declarations):
20861 Fix recognition of constructors and destructors for classes whose
20862 names are matched by `*-font-lock-extra-types'.
20863
20864 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20865 followed by an identifier in C++ then it's a type.
20866
20867 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20868
20869 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20870 problem that primarily affected XEmacs. Don't use faces to find
20871 unterminated strings since Emacs and XEmacs fontify strings
20872 differently - this function should now work better in XEmacs.
20873
20874 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20875
20876 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20877 `expand-abbrev' workaround which caused braces to misbehave inside
20878 macros.
20879
20880 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20881 handling. This bug could cause interactive font locking to bail out.
20882
20883 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20884
20885 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20886 Handle paren-style types in Pike. Also fixed some cases of
20887 insufficient handling of unbalanced parens.
20888
20889 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20890
20891 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20892 common shell prompts that are not common filename or URL characters.
20893 (ffap-file-at-point): Use the new regexp to strip the prompts from
20894 the file names. This is an issue mostly for user prompts that
20895 don't have a trailing space and find-file-at-point is invoked from
20896 within a shell inside Emacs.
20897
20898 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20899
20900 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20901 stamps numerically, rather than textually.
20902
20903 2003-09-24 Kenichi Handa <handa@m17n.org>
20904
20905 * language/devan-util.el (devanagari-post-read-conversion):
20906 * language/mlm-util.el (malayalam-post-read-conversion):
20907 * language/tml-util.el (tamil-post-read-conversion):
20908 Add autoload cookie.
20909
20910 * international/utf-8.el (utf-8-post-read-conversion):
20911 Call post-read-conversion functions for Devanagari, Malayalam,
20912 and Tamil.
20913
20914 2003-09-23 Dave Love <fx@gnu.org>
20915
20916 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20917
20918 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20919
20920 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20921 Update gud-remove.
20922
20923 2003-09-22 Richard M. Stallman <rms@gnu.org>
20924
20925 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20926 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20927 (sh-mode-syntax-table-input): New variable.
20928 (sh-require-final-newline): Don't use eval.
20929 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20930 (sh-variables, sh-font-lock-keywords): Don't use eval.
20931 (sh-set-shell): When setting require-final-newline,
20932 treat value = `require-final-newline' as don't change it.
20933 Set sh-mode-syntax-table locally based on
20934 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20935
20936 * progmodes/compile.el (compile-internal):
20937 Call compilation-set-window-height before setting window start.
20938
20939 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20940
20941 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20942 Clear out byte-compile-last-warned-form.
20943
20944 2003-09-22 Richard M. Stallman <rms@gnu.org>
20945
20946 * woman.el (woman-file-name, woman-follow-word):
20947 If current-word returns nil, use "".
20948
20949 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20950
20951 2003-09-22 Richard M. Stallman <rms@gnu.org>
20952
20953 * emacs-lisp/lisp-mnt.el (lm-with-file):
20954 Don't visit the file, just use insert-file-contents in temp buffer.
20955
20956 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20957
20958 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20959 Add surrounding \\( and \\) around the header, as in
20960 for lm-history-header 'Change Log\\|History'.
20961
20962 2003-09-22 John Paul Wallington <jpw@gnu.org>
20963
20964 * progmodes/ld-script.el: Add Commentary section,
20965 minor cleanup of file header.
20966 (ld-script-font-lock-keywords): Doc fix.
20967 (toplevel): Provide `ld-script' feature.
20968
20969 2003-09-21 Kim F. Storm <storm@cua.dk>
20970
20971 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20972 new built-in variable default-frame-scroll-bars.
20973 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20974 scroll-bar-mode; notably, use it instead of t when we toggle
20975 scroll-bars on.
20976 (toggle-scroll-bar): Use default-frame-scroll-bars.
20977
20978 2003-09-19 Masatake YAMATO <jet@gyve.org>
20979
20980 * pcvs.el (cvs-do-removal): Change the prompt depending on
20981 `filter' value.
20982
20983 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20984
20985 * startup.el (command-line-1): Stop startup-echo-area-message
20986 being hidden by "Loading image..." message.
20987 (use-fancy-splash-screens-p, display-splash-screen):
20988 Move display-graphic-p test from latter to former.
20989
20990 * progmodes/sh-script.el (sh-font-lock-keywords):
20991 Highlight escaped EOLs differently from other backslash constructs.
20992
20993 2003-09-19 Richard M. Stallman <rms@gnu.org>
20994
20995 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20996 New functions.
20997 (edebug-enter, edebug-outside-excursion): Use them.
20998
20999 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21000 Fix the condition for whether to print "In WHERE".
21001
21002 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
21003
21004 * finder.el (finder-mode-hook): New variable.
21005 (finder-mode): Run hook finder-mode-hook
21006
21007 2003-09-18 Masatake YAMATO <jet@gyve.org>
21008
21009 * progmodes/ebrowse.el: Fix broken magic autoload comments.
21010
21011 2003-09-17 Mario Lang <mlang@delysid.org>
21012
21013 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21014 "p %e" to actually print the value in the GUD buffer.
21015
21016 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
21017
21018 From David Ponce <david.ponce@wanadoo.fr>:
21019 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21020 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21021 from loaddefs-boot.el if necessary.
21022
21023 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
21024
21025 * progmodes/gud.el (gud-find-class): Make jdb work again since
21026 cc-mode changed the syntactic information.
21027
21028 2003-09-15 David Ponce <david@dponce.com>
21029
21030 * recentf.el: (recentf-exclude): Accept predicates too.
21031 (recentf-file-readable-p): New function.
21032 (recentf-include-p): Handle predicates in recentf-exclude.
21033 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
21034 (recentf-cleanup): Likewise.
21035 (recentf-save-list): Use write-file to handle backup of
21036 recentf-save-file.
21037
21038 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
21039
21040 * loaddefs-boot.el: Renamed from `loaddefs.el'
21041 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
21042 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
21043 necessary.
21044
21045 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
21046
21047 * electric.el (Electric-pop-up-window): For the `one-window' case,
21048 no longer disconcertingly move point in the original buffer.
21049
21050 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21051
21052 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
21053
21054 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
21055
21056 * dired.el (dired-mode-map): Fix typo.
21057
21058 2003-09-11 Richard M. Stallman <rms@gnu.org>
21059
21060 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21061
21062 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21063
21064 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21065 the function is less noisy. Now only `kill-buffer' can ask questions.
21066
21067 2003-09-10 Mario Lang <mlang@delysid.org>
21068
21069 * battery.el: Update Commentary and Copyright.
21070 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21071 appear due to wrong ordering of the expressions in `or'.
21072
21073 2003-09-09 Lute Kamstra <lute@gnu.org>
21074
21075 * misc.el (upcase-char): Fix docstring.
21076 (zap-up-to-char): New command.
21077
21078 2003-09-08 David Ponce <david@dponce.com>
21079
21080 Ensure that recentf correctly updates the menu bar.
21081 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21082 (recentf-menu-bar): New function.
21083 (recentf-clear-data): Use it
21084 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
21085 of easy-menu-change.
21086
21087 2003-09-08 Lute Kamstra <lute@gnu.org>
21088
21089 * simple.el (size-indication-mode): New.
21090 * bindings.el (mode-line-position): Add buffer size indicator.
21091
21092 2003-09-04 Mario Lang <mlang@delysid.org>
21093
21094 * battery.el (battery-linux-proc-acpi): New function.
21095 (battery-status-function): Modify default value calculation to also
21096 check for availability of ACPI.
21097 (battery-echo-area-format): Ditto.
21098 (battery-mode-line-format): Ditto.
21099
21100 2003-09-06 Dave Love <fx@gnu.org>
21101
21102 * ielm.el (ielm-mode-hook): Add :options.
21103
21104 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21105 (eldoc-print-current-symbol-info): Use it.
21106
21107 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
21108
21109 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21110 being displayed in GUD buffer.
21111 (gdb-idle-input-queue): Remove var. Use just one queue.
21112 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21113 Remove functions. Use just one queue.
21114 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21115 (gdb-invalidate-assembler, gdb-get-current-frame):
21116 Modify functions. Use just one queue.
21117
21118 2003-09-04 Dave Love <fx@gnu.org>
21119
21120 * cus-start.el: Add blink-cursor-alist.
21121
21122 * ruler-mode.el (ruler-mode-fill-column-char)
21123 (ruler-mode-current-column-char): Use char-displayable-p,
21124 not window-system.
21125
21126 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21127
21128 * language/european.el (windows-1252): Move from code-pages.
21129
21130 * language/cyrillic.el ("Windows-1251"): Delete.
21131 ("Bulgarian", "Belarusian"): Remove `features'.
21132 (windows-1251): Move from code-pages.
21133
21134 * international/mule-diag.el (non-iso-charset-alist):
21135 Remove `codepage' stuff.
21136 (print-designation, list-coding-systems-1): Output fixes.
21137
21138 * international/code-pages.el (cp-make-translation-table)
21139 (cp-valid-codes): Made defsubsts.
21140 (cp-fix-safe-chars): Delete.
21141 (mule-diag): Don't require.
21142 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21143 (top-level): Check for defined coding system when defining
21144 cp... aliases. Change w32-add-charset-info test to avoid warning.
21145 (non-iso-charset-alist): Defvar when compiling.
21146 (cp-make-coding-system): Doc fix.
21147
21148 2003-09-02 Jason Rumney <jasonr@gnu.org>
21149
21150 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21151 line-ends from CVS before doing conversion.
21152
21153 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
21154
21155 * calendar/diary-lib.el (diary-header-line-flag)
21156 (diary-header-line-format): New variables.
21157 (list-diary-entries): Use them to set header line in simple diary.
21158
21159 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21160 other than font-lock-string-face to highlight backslashes.
21161
21162 2003-09-01 Jason Rumney <jasonr@gnu.org>
21163
21164 * international/titdic-cnv.el (tit-read-key-value): Include \r in
21165 regexp.
21166
21167 2003-09-01 Dave Love <fx@gnu.org>
21168
21169 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21170
21171 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21172 and :help; also line and column numbers labels.
21173
21174 * international/mule-util.el (char-displayable-p): Move from
21175 latin1-disp, rename and autoload.
21176
21177 * international/latin1-disp.el (latin1-char-displayable-p):
21178 Now obsolete alias. Replace uses with char-displayable-p.
21179 (latin1-display-ucs-per-lynx): Fix last change.
21180
21181 * international/mule-cmds.el (standard-display-european-internal):
21182 Don't use char code for Latin-1 NBSP.
21183 <XFree86 4>: Unfrob NBSP display table. Set display table to use
21184 U+2018, U+2019 for `'.
21185 (select-safe-coding-system): Message fix.
21186
21187 2003-09-01 Kenichi Handa <handa@m17n.org>
21188
21189 * international/fontset.el (setup-default-fontset): For Thai
21190 font, specify "*" family.
21191
21192 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21193
21194 * progmodes/compile.el (previous-error): Accept a prefix
21195 argument, similarly to next-error.
21196
21197 2003-08-31 Masatake YAMATO <jet@gyve.org>
21198
21199 * pcvs.el (cvs-do-removal): Use = instead of eq to check
21200 the number of files. Bind the number of files to a local
21201 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21202
21203 2003-08-30 Eli Zaretskii <eliz@gnu.org>
21204
21205 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21206 2003-07-26: msdos-long-file-names is a function, not a variable.
21207
21208 2003-08-29 Richard M. Stallman <rms@gnu.org>
21209
21210 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21211 Do nothing with mail-personal-alias-file if it is nil.
21212
21213 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21214 Do nothing if mail-personal-alias-file is nil.
21215
21216 * term.el (term-exec-1): Bind coding-system-for-read.
21217
21218 * dired.el (dired-mouse-find-file-other-window):
21219 Use dired-view-command-alist here, as in dired-view-file.
21220 (dired-view-command-alist): Use %s to substitute file name.
21221 Handle .ps_pages, .eps, .jpg, .gif, .png.
21222
21223 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21224
21225 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21226 `Info-prev-reference', instead of M-tab.
21227
21228 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21229
21230 * simple.el (blink-matching-open): Work correctly on chars that
21231 are designated as parens through the syntax-table text property.
21232
21233 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21234
21235 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21236 line break position in the middle of a non-kinsoku (e.g. latin)
21237 word, making it skip until either a space or a character with
21238 category "|".
21239 (kinsoku-longer): Test for end of buffer.
21240
21241 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21242
21243 * mail/rmail.el (rmail-convert-to-babyl-format):
21244 Detect quoted-printable- and base64-encoded messages and decode them
21245 automatically. Set the message's encoding from the charset=
21246 header, if any. Decode base64-encoded messages in Mail format as well.
21247
21248 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21249
21250 * mail/smtpmail.el: Fix previous change.
21251 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21252 calling smtpmail-via-smtp.
21253 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21254
21255 2003-08-26 John Paul Wallington <jpw@gnu.org>
21256
21257 * image.el (image-jpeg-p): Don't search beyond length of data.
21258
21259 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21260
21261 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21262 misfeature in `expand-abbrev' which caused electric keywords like
21263 "else" to disappear if an open brace was typed directly afterwards.
21264
21265 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21266
21267 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21268 mandatory in `define-widget'.
21269
21270 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21271 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21272
21273 (c-assignment-operators): New language constant that only contains
21274 the assignment operators.
21275
21276 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21277
21278 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21279
21280 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21281 Safeguard against unbalanced sexps.
21282
21283 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21284
21285 * version.el (emacs-version): Check for gtk. Include gtk version info.
21286
21287 2003-08-25 John Paul Wallington <jpw@gnu.org>
21288
21289 * man.el (Man-default-man-entry): Don't whizz past the section
21290 number before looking for it.
21291
21292 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21293
21294 * progmodes/gud.el (gud-display-line): Don't set window-point if
21295 source buffer is not visible. (Only happens with M-x gdba.)
21296
21297 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21298 documentation.
21299 (gdb-source, gdb-source-info): Update to assembler unnecessary
21300 as its done after each GDB command anyway.
21301 (gdb-pre-prompt): Use with-current-buffer.
21302 (gdb-insert-field): Add help-echo text.
21303 (gdb-invalidate-assembler): Re-display of assembler now done in
21304 gdb-info-breakpoints-custom.
21305 (gdb-info-breakpoints-custom): Force re-display of assembler to
21306 happen *after* update of breakpoints buffer.
21307 (gdb-display-source-buffer): Don't choke if gdb-source-window
21308 isn't visible.
21309 (gdb-put-string, gdb-put-arrow): Remove free variables.
21310
21311 2003-08-24 John Paul Wallington <jpw@gnu.org>
21312
21313 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21314
21315 * man.el (Man-default-man-entry): Strip text properties when
21316 snarfing parts of entry because `format' preserves properties.
21317
21318 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21319
21320 * files.el (file-newest-backup): Use `expand-file-name'.
21321
21322 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21323 Allow the diary to pop up a new frame, if needed.
21324
21325 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21326 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21327 (smtpmail-send-it): Make treatment of envelope-from consistent with
21328 sendmail.el.
21329
21330 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21331 (sh-leading-keywords): Add the bash `time' reserved word.
21332 (sh-variables): Add some bash variables.
21333 (sh-add-completer): Fix nil branch of case statement.
21334
21335 2003-08-24 Masatake YAMATO <jet@gyve.org>
21336
21337 * progmodes/ld-script.el: New file.
21338
21339 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21340
21341 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21342
21343 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21344
21345 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21346 Better explain obsolescence, and what to use instead.
21347
21348 2003-08-23 Masatake YAMATO <jet@gyve.org>
21349
21350 * pcvs.el (cvs-do-removal): Show the deleted file name
21351 on the prompt.
21352
21353 2003-08-20 Dave Love <fx@gnu.org>
21354
21355 * international/mule.el (make-coding-system)
21356 (set-buffer-file-coding-system): Doc fix.
21357
21358 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21359
21360 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21361
21362 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21363
21364 * international/utf-16.el: Add mime-text-unsuitable coding system
21365 properties.
21366
21367 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21368
21369 * cus-edit.el: Add some :links.
21370 (bib): Remove.
21371
21372 * textmodes/bib-mode.el (bib): Add :group external.
21373
21374 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21375
21376 * wid-edit.el (widget-echo-help): Make it handle expressions that
21377 evaluate to strings.
21378
21379 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21380
21381 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21382
21383 Simplify selection of SQL products to define highlighting and
21384 interactive mode. Includes detailed instructions on adding
21385 support for new products.
21386
21387 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21388 product for use in highlighting and interactive mode.
21389 (sql-interactive-product): New variable. SQL product for
21390 sql-interactive-mode.
21391 (sql-product-support): New variable. Specifies product-specific
21392 parameters to drive highlighting and interactive mode.
21393 (sql-imenu-generic-expression): Add more object types.
21394 (sql-sqlite-options): Correct comment.
21395 (sql-ms-program): Use "osql" rather than "isql".
21396 (sql-prompt-regexp, sql-prompt-length): Update comment.
21397 (sql-mode-menu): Add "Start SQLi session" entry.
21398 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21399 (sql-mode-abbrev-table): Add abbreviations. Support of
21400 SYSTEM-FLAG on define-abbrev. Support was removed with last
21401 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21402 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21403 names.
21404 (sql-mode-ansi-font-lock-keywords): Set as default value.
21405 (sql-mode-oracle-font-lock-keywords): Set as default value.
21406 Support Oracle 9i keywords.
21407 (sql-mode-postgres-font-lock-keywords): Set as default value.
21408 (sql-mode-linter-font-lock-keywords): Set as default value.
21409 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21410 SQLServer 2000.
21411 (sql-mode-sybase-font-lock-keywords)
21412 (sql-mode-interbase-font-lock-keywords)
21413 (sql-mode-sqlite-font-lock-keywords)
21414 (sql-mode-strong-font-lock-keywords)
21415 (sql-mode-mysql-font-lock-keywords)
21416 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21417 keywords.
21418 (sql-mode-font-lock-defaults): Update comment.
21419 (sql-product-feature): New function. Returns feature associated
21420 with a product from `sql-product-support' alist.
21421 (sql-product-font-lock): New function. Set font-lock support
21422 based on `sql-product'.
21423 (sql-add-product-keywords): New function. Add font-lock rules to
21424 product-specific keyword variables.
21425 (sql-set-product): New function. Set `sql-product' and apply
21426 appropriate font-lock highlighting.
21427 (sql-highlight-product): New function. Set font-lock support
21428 based on a product. Also set mode name to include product name.
21429 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21430 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21431 Use `sql-set-product'.
21432 (sql-highlight-ms-keywords)
21433 (sql-highlight-sybase-keywords)
21434 (sql-highlight-interbase-keywords)
21435 (sql-highlight-strong-keywords)
21436 (sql-highlight-mysql-keywords)
21437 (sql-highlight-sqlite-keywords)
21438 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21439 (sql-get-login): Prompt in the same order as the tokens.
21440 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21441 (sql-product-interactive): New function. Common portions of
21442 product-specific interactive mode wrappers.
21443 (sql-interactive-mode): Rewritten to use product features.
21444 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21445 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21446 (sql-db2, sql-linter): Use `sql-product-interactive'.
21447 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21448 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21449 (sql-connect-ingres, sql-connect-postgres)
21450 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21451 New functions. Format command line parameters and invoke comint on
21452 the appropriate interpreter. Code was in the corresponding
21453 `sql-xyz' function before.
21454 (sql-connect-ms): New function. Support -E argument to use
21455 operating system credentials for authentication.
21456
21457 2003-08-18 Kenichi Handa <handa@m17n.org>
21458
21459 * international/mule.el (encode-char): Fix for the ASCII case.
21460
21461 2003-08-15 Kenichi Handa <handa@m17n.org>
21462
21463 * international/fontset.el (setup-default-fontset): Change "*" to
21464 nil in the specifications of font family.
21465
21466 2003-08-18 Kim F. Storm <storm@cua.dk>
21467
21468 * kmacro.el (kmacro-keymap): Group related bindings in
21469 initialization for clarity. Bind C-s to start macro.
21470 Remove C-r binding.
21471 (kmacro-initial-counter-value): New defvar to hold initial counter
21472 value in case we set the value before defining a macro.
21473 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21474 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21475 not defining or executing macro. Doc fix.
21476 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21477 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21478 temporarily view older elements on the macro ring without cycling
21479 the ring.
21480 (kmacro-display): Doc fix.
21481 (kmacro-exec-ring-item): New helper function.
21482 (kmacro-call-ring-2nd): Use it.
21483 (kmacro-call-ring-2nd-repeat): Doc fix.
21484 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21485 (kmacro-end-or-call-macro): Execute last viewed macro (using
21486 kmacro-exec-ring-item) from ring if this follows
21487 kmacro-view-macro. This allows us to find a macro on the ring
21488 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21489 the ring to bring it to the head of the ring.
21490 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21491 Allow binding to reserved keys without specifying C-x C-k prefix.
21492 Ask for confirmation if entered key sequence is already bound to
21493 a non-macro command.
21494 (kmacro-view-macro): Repeating command will show older elements
21495 on the macro ring; C-k will execute the last viewed macro.
21496 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21497 property from 'ring to 'head.
21498
21499 2003-08-17 Alan Shutko <ats@acm.org>
21500
21501 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21502 keeping December out of the alist.
21503
21504 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21505
21506 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21507 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21508 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21509 (calendar-flatten): New function.
21510 (calendar-mouse-view-other-diary-entries)
21511 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21512 in the menu title and to show multi-line diary entries correctly
21513 in the menu.
21514
21515 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21516
21517 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21518 defcustom, because the default was recently changed.
21519
21520 2003-08-16 Richard M. Stallman <rms@gnu.org>
21521
21522 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21523
21524 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21525 New subroutine, broken out of eval-last-sexp-1.
21526 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21527
21528 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21529
21530 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21531
21532 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21533
21534 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21535
21536 * progmodes/compile.el (compilation-error-regexp-alist):
21537 Add Java ANt error detection as described in document
21538 http://ant.apache.org/faq.html
21539
21540 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21541
21542 * simple.el (backward-word, forward-to-indentation)
21543 (backward-to-indentation): Argument changed to optional.
21544 (next-line, previous-line): Use `or' instead of `unless'.
21545
21546 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21547
21548 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21549 instead of a constant.
21550
21551 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21552
21553 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21554
21555 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21556
21557 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21558 (vc-sccs-workfile-version): Search the entire delta table, rather
21559 than just the first entry, because that might be a deleted version.
21560
21561 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21562
21563 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21564 [save-place] binding in the Options menu. Have it require
21565 'saveplace' and then toggle the variable manually, to avoid an an
21566 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21567 for the bug report.
21568
21569 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21570
21571 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21572 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21573 (gdb-info-threads-custom): Add help-echo text.
21574 (gdb-display-back): Don't use purecopy.
21575 (gdb-info-breakpoints-custom, gdb-reset)
21576 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21577 icons can be displayed.
21578
21579 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21580
21581 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21582
21583 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21584
21585 * bookmark.el (bookmark-completing-read):
21586 Return a string, instead of a list of one string.
21587 Use a popup menu if activated from the mouse.
21588 (bookmark-edit-annotation): Remove unused vars.
21589 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21590 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21591 to bookmark-completing-read.
21592 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21593 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21594 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21595 and erase-buffer.
21596 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21597 (bookmark-menu-jump, bookmark-menu-insert)
21598 (bookmark-popup-menu-and-apply-function)
21599 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21600 (bookmark-menu-build-paned-menu): Remove by folding it into
21601 bookmark-menu-popup-paned-menu.
21602 (menu-bar-bookmark-map): Move the define-key statements here.
21603 Use the "non-menu" commands since they now pop up a menu if needed.
21604 (bookmark-exit-hook-internal): Simplify.
21605
21606 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21607
21608 * reftex-toc.el (reftex-toc-rename-label): New function.
21609 (reftex-toc-check-docstruct): New function.
21610
21611 * reftex.el (reftex-region-active-p): New function.
21612
21613 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21614 regexp to find the \bibliography macro.
21615
21616 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21617 which does not exist in LaTeX.
21618 (reftex-cite-format-builtin): Added amsrefs support.
21619 (reftex-toc-confirm-promotion): New option
21620
21621 * reftex-toc.el
21622 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21623 (reftex-toc-demote, reftex-toc-promote)
21624 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21625 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21626 (reftex-toc-newhead-from-alist)
21627 (reftex-toc-load-all-files-for-promotion): New functions.
21628 (reftex-toc-help): Added description of new keys.
21629 (reftex-toc-split-windows-fraction): New option.
21630 (reftex-recenter-toc-when-idle): Search *toc* window on all
21631 visible frames.
21632 (reftex-toc): Additional parameter REUSE
21633 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21634 with REUSE argument.
21635 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21636 the call of `reftex-toc'.
21637 (reftex-make-separate-toc-frame): New function .
21638 (reftex-toc-recenter): When called with triple prefix arg, call
21639 `reftex-make-separate-toc-frame' first.
21640 (reftex-toc-toggle-dedicated-frame): New command.
21641 (reftex-toc-quit): Adapted to delete frame when called in
21642 dedicated frame.
21643
21644 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21645 all enclosing macros.
21646
21647
21648 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21649
21650 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21651 first use.
21652
21653 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21654
21655 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21656
21657 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21658
21659 * calendar/calendar.el (list-diary-entries-hook)
21660 (diary-display-hook, nongregorian-diary-listing-hook)
21661 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21662 Add some customize options for these hooks.
21663 (calendar-abbrev-construct): Don't try to take a substring longer
21664 than the original string.
21665
21666 2003-08-05 Richard M. Stallman <rms@gnu.org>
21667
21668 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21669 (testcover-reinstrument-clauses): Doc fix.
21670
21671 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21672 (warning-type-format): Rename from warning-group-format.
21673
21674 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21675 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21676 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21677 to prevent warnings about defvar for an obsolete variable.
21678
21679 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21680 warning-group-format renamed to warning-type-format.
21681
21682 * subr.el (read-passwd): Use clear-string instead of fillarray.
21683
21684 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21685 Use vconcat instead of concat.
21686 (edmacro-sanitize-for-string): New function.
21687
21688 2003-08-05 Dave Love <fx@gnu.org>
21689
21690 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21691 line-number-display-limit-width.
21692
21693 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21694
21695 2003-08-05 Kenichi Handa <handa@m17n.org>
21696
21697 * international/code-pages.el: Don't require mule-diag.
21698
21699 * international/mule-diag.el (non-iso-charset-alist):
21700 Add autoload cookie.
21701
21702 * language/devan-util.el (dev-glyph-order): Add an entry for the
21703 glyph code #xC4.
21704
21705 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21706
21707 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21708 (european-calendar-style, diary-date-forms)
21709 (calendar-day-name-array, calendar-month-name-array): Doc change.
21710 (generate-calendar-month): Adapt for new behaviour of
21711 `calendar-day-name' function.
21712 (calendar-abbrev-length, calendar-day-abbrev-array)
21713 (calendar-month-abbrev-array): New variables.
21714 (calendar-abbrev-construct): New function.
21715 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21716 rather than fixing abbrevs at some width. Calling syntax change.
21717 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21718 (calendar-date-string): Adapt for new behaviours of
21719 `calendar-day-name' and `calendar-month-name' functions.
21720
21721 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21722 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21723 (diary-name-pattern): Use abbrev arrays, rather than fixing
21724 abbrevs at three chars. Calling syntax change.
21725 (mark-diary-entries): Adapt for new behaviours of
21726 `diary-name-pattern' and `calendar-make-alist' functions.
21727 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21728 `diary-name-pattern' function.
21729 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21730 fixing abbrevs at three chars. Calling syntax change.
21731 (cal-hebrew, cal-islam): Require when compiling.
21732 (diary-font-lock-keywords): Adapt for new behaviour of
21733 `font-lock-diary-date-forms' function.
21734
21735 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21736 (calendar-hebrew-month-name-array-common-year)
21737 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21738 (list-hebrew-diary-entries): Adapt for new behaviours of
21739 `calendar-day-name' and `add-to-diary-list' functions.
21740 (mark-hebrew-diary-entries): Adapt for new behaviours of
21741 `diary-name-pattern' and `calendar-make-alist' functions.
21742
21743 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21744 Add doc string.
21745 (list-islamic-diary-entries): Adapt for new behaviours of
21746 `calendar-day-name' and `add-to-diary-list' functions.
21747 (mark-islamic-diary-entries): Adapt for new behaviours of
21748 `diary-name-pattern' and `calendar-make-alist' functions.
21749
21750 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21751 `calendar-month-name' function.
21752
21753 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21754
21755 * calendar/solar.el (solar-seasons-data): Move definition before use.
21756
21757 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21758 (cal-tex-LaTeX-hourbox): Move definition before use.
21759
21760 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21761 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21762 * lunar.el, solar.el (displayed-month, displayed-year):
21763 Define for compiler.
21764
21765 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21766
21767 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21768 MODE. Renamed from c-init-c-language-vars'.
21769 (c-initialize-cc-mode): Change accordingly.
21770 (c-common-init): Ditto.
21771 (c-mode): Ditto.
21772 (c++-mode): Use `c-init-language-vars-for'.
21773 (objc-mode): Ditto.
21774 (java-mode): Ditto.
21775 (idl-mode): Ditto.
21776 (pike-mode): Ditto.
21777 (awk-mode): Ditto.
21778
21779 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21780
21781 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21782 or not the point moved.
21783
21784 (c-search-decl-header-end): Don't trip up on operator identifiers
21785 in C++ and operators like == in all languages.
21786
21787 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21788 Detect leading labels correctly.
21789
21790 2003-08-02 Andreas Schwab <schwab@suse.de>
21791
21792 * textmodes/ispell.el: Don't redo key bindings on loading, put
21793 them only in loaddefs.el.
21794 * bookmark.el: Likewise.
21795 * dabbrev.el: Likewise.
21796 * emerge.el: Likewise.
21797
21798 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21799 has more than one member.
21800
21801 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21802
21803 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21804
21805 * lpr.el (printify-region): It was ending conversion before the
21806 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21807
21808 2003-07-31 John Paul Wallington <jpw@gnu.org>
21809
21810 * net/browse-url.el (browse-url-epiphany): Doc fix.
21811
21812 2003-07-30 Kenichi Handa <handa@m17n.org>
21813
21814 * international/fontset.el (setup-default-fontset):
21815 Change registry names of Akurti fonts.
21816
21817 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21818
21819 * comint.el (comint-read-noecho): Use `clear-string' instead of
21820 `fillarray'.
21821
21822 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21823
21824 * outline.el (outline-mode-hook): Add defvar.
21825
21826 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21827
21828 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21829 Restore assembler in source window if that is what has been selected.
21830 (menu): Add gdb-restore-windows to menu. Make gdba
21831 specific menus only visible from gdba.
21832
21833 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21834
21835 * progmodes/compile.el (compilation-environment): New user variable.
21836 (compile-internal): Respect it.
21837
21838 2003-07-23 Masatake YAMATO <jet@gyve.org>
21839
21840 * progmodes/gud.el (gdb-script-font-lock-keywords):
21841 Put `font-lock-function-name-face' on a symbol which includes
21842 `-' like `hook-run'. Put font-lock-variable-name-face
21843 on a symbol starting with $.
21844
21845 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21846
21847 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21848
21849 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21850
21851 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21852
21853 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21854
21855 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21856 Use with-no-warnings.
21857 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21858 rather than to find-file-not-found-hook, which doesn't exist.
21859
21860 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21861
21862 * international/quail.el (quail-translate-key): Fix previous change.
21863
21864 2003-07-25 John Paul Wallington <jpw@gnu.org>
21865
21866 * server.el (server-start): Check `server-process' is non-nil
21867 before killing it to avoid killing current buffer's process.
21868
21869 * simple.el (choose-completion-string): Use `minibufferp';
21870 test `completion-reference-buffer' if `buffer' arg is nil.
21871 (push-mark): Use `when' and `unless'.
21872 (pop-mark): Use `when'.
21873
21874 * mouse-sel.el (mouse-sel-get-selection-function):
21875 Check `x-last-selected-text-primary'. Don't barf if it or
21876 `x-last-selected-text' aren't bound.
21877
21878 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21879
21880 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21881
21882 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21883
21884 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21885
21886 2003-07-23 John Paul Wallington <jpw@gnu.org>
21887
21888 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21889
21890 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21891
21892 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21893 string. Defvar the derived hook.
21894
21895 * macros.el (insert-kbd-macro): Escape double quote character.
21896 From Thomas W Murphy <twm@andrew.cmu.edu>.
21897
21898 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21899
21900 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21901 to match the specific mark rather than reusing comment-start-skip.
21902
21903 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21904
21905 * progmodes/hideshow.el (hs-special-modes-alist):
21906 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21907
21908 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21909
21910 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21911 value using ?\s.
21912
21913 2003-07-21 John Paul Wallington <jpw@gnu.org>
21914
21915 * subr.el (with-selected-window): Add closing paren.
21916
21917 2003-07-21 Richard M. Stallman <rms@gnu.org>
21918
21919 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21920 (lisp-mode): Likewise.
21921
21922 * subr.el (with-selected-window): Copy code form save-selected-window
21923 so as to call select-window with norecord arg.
21924 (dynamic-completion-table): Doc fix.
21925 (lazy-completion-table): Doc fix.
21926
21927 * international/mule-cmds.el (set-locale-environment):
21928 langinfo renamed to locale-info.
21929
21930 * international/mule.el (auto-coding-functions): Doc fix.
21931
21932 2003-07-21 Kenichi Handa <handa@m17n.org>
21933
21934 * international/quail.el (quail-translate-key):
21935 Update quail-current-str correctly.
21936
21937 2003-07-21 Andreas Schwab <schwab@suse.de>
21938
21939 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21940 ?, to "_".
21941
21942 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21943 Version 2.0.36 of Tramp released.
21944
21945 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21946 tramp-password-end-of-line.
21947 (tramp-password-end-of-line): New method parameter.
21948 (tramp-get-password-end-of-line): Function to access method
21949 parameter `tramp-password-end-of-line', or variable
21950 `tramp-default-password-end-of-line' (default value).
21951 (tramp-methods): Add entries for new parameter
21952 tramp-password-end-of-line.
21953 (tramp-enter-password): Use new function
21954 `tramp-get-password-end-of-line'.
21955 (tramp-handle-insert-file-contents): Do not
21956 unconditionally inhibit the file operation file-local-copy, only
21957 do that when the inhibit-file-name-operation is currently
21958 insert-file-contents. This fixes finding remote CVS-controlled
21959 files. (It would barf on inserting the CVS/Entries file
21960 literally, because the file-local-copy handler wasn't called.)
21961 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21962 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21963 (tramp-initial-commands): New variable.
21964 (tramp-process-initial-commands): New function, using the variable.
21965 (tramp-open-connection-setup-interactive-shell): Call the new function.
21966 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21967 method into the buffer name, never use nil. Reported by Hanak
21968 David <dhanak@inf.bme.hu>.
21969 (tramp-open-connection-setup-interactive-shell): Erase buffer
21970 before sending "stty -onlcr".
21971
21972 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21973
21974 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21975
21976 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21977
21978 2003-07-19 John Paul Wallington <jpw@gnu.org>
21979
21980 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21981 (artist-draw-rect, artist-draw-square): Doc fixes.
21982
21983 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21984
21985 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21986
21987 2003-07-19 Kenichi Handa <handa@m17n.org>
21988
21989 * international/kkc.el (kkc-show-conversion-list-update):
21990 Highlight the correct candidate in the message.
21991
21992 2003-07-18 John Paul Wallington <jpw@gnu.org>
21993
21994 * simple.el (current-word): Don't include punctuation char when
21995 `really-word' arg is non-nil.
21996
21997 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21998
21999 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22000 moved to the directory obsolete.
22001
22002 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
22003
22004 * info.el (Info-menu-entry-name-re): Allow newlines in
22005 menu entry names.
22006
22007 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22008 syntax-ppss-after-change-function.
22009 (syntax-ppss-after-change-function): New alias. Update uses.
22010 (syntax-ppss): Catch the case where the buffer is narrowed.
22011
22012 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22013
22014 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22015 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22016
22017 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22018
22019 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22020 since it might be modified.
22021
22022 * progmodes/cc-langs.el (c++-make-template-syntax-table)
22023 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22024 names to these language constants.
22025
22026 2003-07-15 Kim F. Storm <storm@cua.dk>
22027
22028 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
22029 All uses changed.
22030
22031 2003-07-14 Mark A. Hershberger <mah@everybody.org>
22032
22033 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
22034 Namespace support.
22035
22036 2003-07-13 Juanma Barranquero <lektu@terra.es>
22037
22038 * frame.el (modify-all-frames-parameters): Reinstall (copyright
22039 papers received).
22040
22041 2003-07-13 Karl Eichwalder <ke@suse.de>
22042
22043 * textmodes/po.el (po-find-charset): White space at the start of the
22044 Content-Type field body is non-mandatory.
22045
22046 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
22047
22048 * textmodes/texinfo.el (texinfo-section-list):
22049 Append appendixsection; a synonym for appendixsec.
22050
22051 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
22052
22053 * man.el (Man-translate-cleanup): New.
22054 (Man-translate-references): Call `Man-translate-cleanup' to clean
22055 leading, trailing and middle spaces.
22056
22057 2003-07-13 Lars Hansen <larsh@math.ku.dk>
22058
22059 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22060 Handle `dired-directory' being a list.
22061
22062 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
22063
22064 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22065 it doesn't exist.
22066
22067 2003-07-12 Richard M. Stallman <rms@gnu.org>
22068
22069 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22070
22071 * progmodes/cc-defs.el (c-make-keywords-re):
22072 Don't use delete-duplicates.
22073 (c-lang-const): Don't use mapcan.
22074
22075 * apropos.el (apropos-show-scores): Make it customizable.
22076 Document new meaning.
22077 (apropos): Compute scores from symbols.
22078 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22079
22080 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22081
22082 * ps-bdf.el: Fix copyright line.
22083 (bdf-directory-list): Fix initialization code.
22084
22085 2003-07-11 John Paul Wallington <jpw@gnu.org>
22086
22087 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22088 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22089 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22090
22091 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
22092
22093 * emacs-lisp/ring.el (ring-elements): Doc fix.
22094
22095 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22096
22097 * calendar/timeclock.el (timeclock-relative)
22098 (timeclock-ask-before-exiting, timeclock-use-display-time):
22099 Doc changes.
22100 (timeclock-modeline-display): Give a message if
22101 `timeclock-use-display-time' is non-nil but `display-time-mode'
22102 is not active.
22103
22104 2003-07-11 Kenichi Handa <handa@m17n.org>
22105
22106 * international/mule-cmds.el (set-language-environment):
22107 Set current-language-environment to the correct string.
22108
22109 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22110
22111 * ps-print.el: Print line number correctly in a region. Reported by
22112 Tim Allen <timallen@ls83.fsnet.co.uk>.
22113 (ps-print-version): New version number (6.6.2).
22114 (ps-printing-region): Code fix.
22115
22116 2003-07-10 John Paul Wallington <jpw@gnu.org>
22117
22118 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22119 this function can be called from `add-completions-from-tags-table'.
22120
22121 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
22122
22123 * calendar/timeclock.el (timeclock-use-display-time)
22124 (timeclock-day-over-hook, timeclock-workday-remaining)
22125 (timeclock-status-string, timeclock-when-to-leave)
22126 (timeclock-when-to-leave-string, timeclock-log-data)
22127 (timeclock-find-discrep, timeclock-day-base)
22128 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22129 (timeclock-modeline-display): Set the variable
22130 `timeclock-modeline-display'.
22131 (timeclock-update-modeline): Doc fix. Respect value of
22132 `timeclock-relative'.
22133
22134 2003-07-09 Richard M. Stallman <rms@gnu.org>
22135
22136 * textmodes/reftex-parse.el (reftex-all-document-files):
22137 Add autoload cookie.
22138
22139 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22140 (reftex-scanning-info-available-p): Add autoload cookie.
22141
22142 * international/mule-cmds.el
22143 (set-display-table-and-terminal-coding-system): Delete duplicate
22144 aset on standard-display-table.
22145
22146 * view.el (view-file): If existing buffer's major mode is special,
22147 don't go into view mode.
22148
22149 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22150
22151 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22152
22153 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22154 buffer changes; there's third party code that calls this function
22155 directly.
22156
22157 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22158
22159 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22160 (autodoc-font-lock-keywords): Don't byte compile on font lock
22161 initialization when running from byte compiled files.
22162
22163 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
22164
22165 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22166 statement ends with auto-increment "++".
22167
22168 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22169
22170 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22171 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22172 these are changed, so declare them as variables and not constants.
22173
22174 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
22175
22176 * subr.el (dolist, dotimes): Doc fix.
22177
22178 2003-07-08 Kim F. Storm <storm@cua.dk>
22179
22180 * international/mule-cmds.el
22181 (set-display-table-and-terminal-coding-system): Don't break
22182 bootstrap if standard-display-table isn't setup yet.
22183
22184 2003-07-07 Richard M. Stallman <rms@gnu.org>
22185
22186 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22187 Give it a doc string, and autoload it.
22188
22189 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22190 Use with-no-warnings.
22191
22192 * info.el (Info-search): If find invisible text, search again.
22193
22194 * isearch.el (search-whitespace-regexp): Add a shy group around it.
22195
22196 * man.el (Man-name-regexp): Match + as part of name.
22197
22198 * simple.el (visible-mode): Rename from vis-mode.
22199 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22200
22201 * simple.el (current-word): New arg REALLY-WORD specifies
22202 don't include punctuation chars.
22203
22204 * emacs-lisp/debug.el (debug, debugger-env-macro):
22205 Use with-no-warnings while accessing and binding unread-command-char.
22206
22207 * international/mule-cmds.el
22208 (set-display-table-and-terminal-coding-system): Use explicit loop
22209 instead of calling standard-display-default.
22210
22211 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22212 Use condition-case to catch error in ange-ftp-get-files.
22213
22214 * net/browse-url.el (browse-url-browser-function):
22215 Add alternative for Epiphany.
22216 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22217 (browse-url-epiphany-startup-arguments)
22218 (browse-url-epiphany-new-window-is-tab): New variables.
22219 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22220
22221 * progmodes/compile.el (compile-auto-highlight): Default now t.
22222 (compile): Doc fix.
22223 (compilation-next-error): Fix previous change.
22224
22225 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22226
22227 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22228
22229 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22230
22231 * gdb-ui.el (gdb-source-info): Display current frame when
22232 attaching to an existing process.
22233 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22234 while laying out windows when attaching to an existing process.
22235
22236 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22237
22238 * info.el (Info-menu): Use Info-menu-entry-name-re.
22239
22240 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22241
22242 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22243 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22244
22245 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22246 to match the same text.
22247
22248 2003-07-06 John Paul Wallington <jpw@gnu.org>
22249
22250 * vc.el (vc-annotate-offset): Move defvar up.
22251
22252 2003-07-06 Kim F. Storm <storm@cua.dk>
22253
22254 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22255 This should fix the infinite loop when extracting menu names.
22256
22257 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22258
22259 * files.el (auto-mode-alist, interpreter-mode-alist):
22260 Remove entries to CC Mode modes to avoid duplicates; they are now added
22261 with autoload directives in cc-mode.el.
22262
22263 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22264
22265 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22266 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22267 these are changed, so declare them as variables and not constants.
22268
22269 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22270 ensure that the entry for ".c" extension comes before the one for
22271 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22272 Fix incorrect entries that were added to `interpreter-mode-alist'.
22273 Move the autoload directives for AWK to the top level since they
22274 aren't recognized anywhere else. Do not use the new AWK mode doc
22275 in the autoload form for the old AWK mode.
22276
22277 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22278
22279 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22280 (bibtex-sort-ignore-string-entries): Default value t.
22281 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22282 erroneously in previous version.
22283 (bibtex-string-files): Docstring reflects new parsing scheme.
22284 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22285 docstring, add # as one of the chars to crush
22286 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22287 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22288 (bibtex-autokey-name-change-strings)
22289 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22290 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22291 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22292 (bibtex-autokey-title-terminators)
22293 (bibtex-autokey-titlewords-stretch)
22294 (bibtex-autokey-titleword-ignore)
22295 (bibtex-autokey-titleword-case-convert)
22296 (bibtex-autokey-titleword-abbrevs)
22297 (bibtex-autokey-titleword-abbrevs)
22298 (bibtex-autokey-titleword-change-strings)
22299 (bibtex-autokey-titleword-length)
22300 (bibtex-autokey-titleword-separator)
22301 (bibtex-autokey-name-year-separator)
22302 (bibtex-autokey-year-title-separator)
22303 (bibtex-autokey-before-presentation-function)
22304 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22305 Fix docstring.
22306 (bibtex-strings, bibtex-reference-keys):
22307 Use lazy-completion-table and make-variable-buffer-local.
22308 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22309 (bibtex-braced-string-syntax-table)
22310 (bibtex-quoted-string-syntax-table): New variables.
22311 (bibtex-parse-nested-braces): Remove.
22312 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22313 (bibtex-parse-association): Simplify.
22314 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22315 (bibtex-parse-field-text): Simplify.
22316 (bibtex-search-forward-field, bibtex-search-backward-field):
22317 argument BOUND can take value t.
22318 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22319 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22320 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22321 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22322 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22323 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22324 and ending of entry. Update for changes of bibtex-search-entry.
22325 Simplify.
22326 (bibtex-map-entries): FUN is called with three arguments.
22327 (bibtex-search-entry): Return a cons pair with buffer positions of
22328 beginning and end of entry.
22329 (bibtex-enclosing-field): Simplify.
22330 (bibtex-format-entry): Use booktitle to set a missing title.
22331 (bibtex-autokey-get-names): Fiddle with regexps.
22332 (bibtex-generate-autokey): Use identity.
22333 (bibtex-parse-keys): Use simplified parsing algorithm if
22334 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22335 arguments. Return alist of keys.
22336 (bibtex-parse-strings): Simplify. Return alist of strings.
22337 (bibtex-complete-string-cleanup): Fix docstring.
22338 (bibtex-read-key): New function.
22339 (bibtex-mode): Fix docstring. Do not parse for keys and
22340 strings when the mode is entered. Set fill-paragraph-function to
22341 bibtex-fill-field. Setup font-lock-mark-block-function the way
22342 font-lock intended.
22343 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22344 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22345 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22346 (bibtex-Preamble): Avoid hard coded constants.
22347 (bibtex-make-field): Fix docstring. Simplify.
22348 (bibtex-beginning-of-entry): Always return new position of point.
22349 (bibtex-end-of-entry): Rearrange cond clauses.
22350 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22351 Update for changes of bibtex-map-entries.
22352 (bibtex-ispell-abstract): Do not move point.
22353 (bibtex-entry-index): Use downcase. Simplify.
22354 (bibtex-lessp): Handle catch-all.
22355 (bibtex-find-crossref): Turn into a command.
22356 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22357 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22358 preamble entries.
22359 (bibtex-fill-field-bounds): New function.
22360 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22361 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22362 (bibtex-String): Use bibtex-strings. Always obey
22363 bibtex-sort-ignore-string-entries.
22364
22365 2003-07-05 John Paul Wallington <jpw@gnu.org>
22366
22367 * cus-theme.el (customize-create-theme):
22368 Call `customize-create-theme' in Reset widget's notify function.
22369
22370 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22371 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22372 (define-ibuffer-column name): Add summarizer.
22373 (define-ibuffer-column size): Likewise.
22374 (define-ibuffer-column filename): Likewise.
22375 (define-ibuffer-column process): Likewise. Change BODY's output too.
22376 (define-ibuffer-column filename-and-process): Likewise, likewise.
22377 (ibuffer): Remove local vars `already-in' and `need-update'.
22378
22379 * ibuf-ext.el: Don't require `derived' at compile-time.
22380
22381 2003-07-05 Kim F. Storm <storm@cua.dk>
22382
22383 * info.el: Disable paragraph refilling.
22384 (Info-refill-paragraphs): New defcustom.
22385 (Info-fontify-node): Use it.
22386
22387 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22388
22389 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22390 thingies from constructors created by defstruct.
22391
22392 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22393 the default value of the variable.
22394 (byte-code-meter): Move declaration to top level.
22395
22396 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22397
22398 * info.el (Info-following-node-name-re): New fun.
22399 (Info-following-node-name): Remove.
22400 (Info-insert-dir): Use the new fun.
22401 (Info-extract-pointer): Don't save restriction; use new fun.
22402 (Info-menu-entry-name-re): New const.
22403 (Info-menu-entry-name-re): Use it along with new fun.
22404 (Info-node-spec-re): Use new fun.
22405 (Info-complete-menu-item, Info-fontify-node): Use new const.
22406 (Info-goto-node, Info-follow-reference, Info-menu-update):
22407 Use match-string.
22408 (Info-follow-reference): Use assoc-string.
22409 Use a list of strings for the completion table.
22410 (Info-fontify-node): Use match-string, line-end-position.
22411 Limit the search for `node:' to the first line.
22412
22413 * newcomment.el (uncomment-region): Remove padding coming from
22414 comment-start rather than just from comment-padding.
22415
22416 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22417 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22418 (vc-cvs-rename-file): Remove (use the default).
22419 (vc-cvs-register): Register parent dir if needed.
22420 (vc-cvs-could-register): Return non-nil if parent can be registered.
22421 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22422 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22423
22424 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22425 (vc-svn-update): Fix the arguments to `svn'.
22426 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22427 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22428 Simple implementations, assuming `name' is a URL.
22429
22430 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22431 set of chars allowed unquoted in a case pattern.
22432
22433 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22434
22435 * font-lock.el (font-lock-extra-types-widget)
22436 (c-font-lock-extra-types, c++-font-lock-extra-types)
22437 (objc-font-lock-extra-types, java-font-lock-extra-types)
22438 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22439 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22440 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22441 (font-lock-match-c++-structor-declaration)
22442 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22443 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22444 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22445 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22446 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22447 (java-font-lock-keywords-3, java-font-lock-keywords)
22448 (java-font-lock-syntactic-face-function): Remove obsolete code
22449 and constants. It's all in cc-fonts.el now.
22450
22451 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22452
22453 * mail/sendmail.el (mail-specify-envelope-from)
22454 (mail-envelope-from): Doc fix.
22455
22456 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22457
22458 * generic-x.el: Do away with the dependency on `c-emacs-features'
22459 when populating `rul-generic-mode-syntax-table'; we already know
22460 this isn't XEmacs.
22461
22462 See ChangeLog.10 for earlier changes.
22463
22464 ;; Local Variables:
22465 ;; coding: iso-2022-7bit
22466 ;; End:
22467
22468 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22469 Copying and distribution of this file, with or without modification,
22470 are permitted provided the copyright notice and this notice are preserved.
22471
22472 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1