(debug): Quieten Drew Adams.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4 (archive-mouse-extract): Make it an obsolete alias.
5 (archive-mode-map): Don't use archive-mouse-extract any more.
6 (archive-mode, archive-extract): write-contents-hooks ->
7 write-contents-functions.
8 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9 first arg.
10 (archive-rename-entry): Update the call.
11 (archive-zip-summarize): Remove unused var `method'.
12 (archive-lzh-summarize): Remove unused var `creator'.
13
14 * emacs-lisp/debug.el (debug): Quieten Drew Adams.
15
16 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17 (archive-zip-extract, archive-zip-expunge)
18 (archive-zip-update, archive-zip-update-case): Use executable-find.
19 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
20 Use restore-buffer-modified-p.
21 (archive-extract, archive-add-new-member, archive-write-file-member):
22 Use with-current-buffer.
23 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24
25 2005-06-30 Andreas Schwab <schwab@suse.de>
26
27 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28
29 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30
31 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
32
33 2005-06-30 Juri Linkov <juri@jurta.org>
34
35 * faces.el (vertical-border): Inherit from mode-line-inactive
36 only on tty.
37
38 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
39
40 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
41 example, -NLINES in the `occur' docstring).
42
43 * replace.el (occur-1): When no matches are found, do not set the
44 `buffer-read-only' and modified flags for the occur buffer,
45 because it is deleted.
46
47 * emulation/cua-base.el (cua-check-pending-input)
48 (cua-repeat-replace-region, cua-mode, cua-debug)
49 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
50 Fix typos in docstrings.
51
52 * emulation/cua-gmrk.el (cua-toggle-global-mark)
53 (cua-cut-region-to-global-mark)
54 (cua--cut-rectangle-to-global-mark):
55 Remove period from end of messages.
56
57 * emulation/cua-rect.el (cua-do-rectangle-padding):
58 Remove period from end of messages.
59 (cua--rectangle-seq-format): Fix typo in docstring.
60 (cua-sequence-rectangle, cua-fill-char-rectangle):
61 Improve argument/docstring consistency.
62
63 2005-06-29 Juri Linkov <juri@jurta.org>
64
65 * faces.el (default-frame-background-mode): New internal variable.
66 (frame-set-background-mode): Use it.
67
68 * startup.el (normal-top-level): Set default-frame-background-mode
69 instead of frame-background-mode. Before setting it, test for its
70 nil value. Remove tests for frame-background-mode and frame
71 parameter `reverse'. Add test for "unspecified-fg".
72
73 * term/xterm.el (xterm-rxvt-set-background-mode):
74 * term/rxvt.el (rxvt-set-background-mode):
75 Set default-frame-background-mode instead of frame-background-mode.
76
77 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
78
79 * simple.el (set-variable): Warn about obsolete user variables.
80
81 * imenu.el (imenu--completion-buffer):
82 * mouse.el (mouse-buffer-menu-alist):
83 * msb.el (msb-invisible-buffer-p):
84 * calendar/diary-lib.el (diary-header-line-format):
85 * emacs-lisp/pp.el (pp-buffer):
86 * progmodes/cperl-mode.el (cperl-do-auto-fill):
87 * textmodes/picture.el (picture-replace-match):
88 Change space constants followed by a sexp to "?\s ".
89
90 * play/decipher.el (decipher-loop-with-breaks):
91 * textmodes/texinfo.el (texinfo-insert-@item): Change space
92 constants "protected" from end of line by a comment to "?\s".
93
94 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * font-lock.el (save-buffer-state): Use `declare'.
97
98 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
99 reset the syntax-table to cperl-mode-syntax-table.
100 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
101 "foo_print_bar" is not matched as a reserved keyword.
102
103 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
104
105 * textmodes/org.el (orgtbl-setup): New function, for delayed
106 setup for the orgtbl commands.
107 (org-calc-default-modes): New option.
108 (orgtbl-make-binding): Use `defun' to get better help display.
109 (org-diary): Call `org-compile-prefix-format'.
110 (org-table-formula-substitute-names): New function.
111 (org-agenda-day-view, org-agenda-week-view): New commands.
112 (org-agenda-toggle-week-view): Command removed.
113 (org-tbl-menu): Split off from org-org-menu.
114 (org-mode): Move removal of outline-mode menus to here.
115 (org-table-formula-debug): New option.
116 (org-table-insert-row): Keep first field if just "#" or "*".
117 (org-mode): Paragraph regexps fixed.
118 (org-table-recalculate-regexp): New constant.
119 (org-table-justify-field-maybe): Avoid replace if not necessary.
120 (org-copy-special, org-cut-special): Use `call-interactively'.
121 (org-table-copy-region): Take region from `interactive' call.
122 (org-trim): Return string even if no match.
123 (org-formula): New face.
124 (org-set-font-lock-defaults): No longer highlight "FIXME".
125 But highlight formula-related fields in table.
126 (org-table-p): Use regexp, not fontification.
127 (org-table-align): Handle white space at end of line.
128 (org-table-formula-evaluate-inline): New option.
129 (org-mode): Auto-wrapping in comment lines turned off.
130 (org-table-copy-down): Evaluate only in copied field, not in
131 destination.
132 (org-table-current-formula): Variable removed.
133 (org-table-store-formulas, org-table-get-stored-formulas)
134 (org-table-modify-formulas, org-table-replace-in-formulas)
135 (org-table-maybe-eval-formula): New functions.
136 (org-table-get-formula): Modify to use stored formulas.
137 (org-table-insert-column, org-table-delete-column)
138 (org-table-move-column): Call `org-table-modify-formulas'.
139 (org-complete): Add completion for keyword formulas.
140 (orgtbl-mode): Pull orgtbl-mode-map to start of
141 minor-mode-map-alist.
142
143 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * progmodes/python.el (python-check): Require `compile' before
146 modifying its variables.
147
148 * newcomment.el (comment-indent-default): Don't get fooled by an early
149 end of buffer.
150
151 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
152
153 * ps-print.el (ps-print-version): Fix version number.
154
155 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
156
157 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
158
159 2005-06-28 Richard M. Stallman <rms@gnu.org>
160
161 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
162 (flyspell-local-mouse-map): Declaration deleted.
163 (flyspell-mouse-map): Bind only mouse-2.
164 (flyspell-mode-map): Don't test flyspell-use-local-map.
165 (flyspell-overlay-keymap-property-name): Var deleted.
166 (flyspell-mode-on): Don't make local bindings for
167 flyspell-mouse-map and flyspell-mode-map.
168 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
169
170 * textmodes/ispell.el (ispell-word): Do not ignore short words.
171
172 * progmodes/compile.el (compilation-next-error-function):
173 Don't switch buffers; operate on the current buffer.
174
175 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
176
177 * comint.el (comint-password-prompt-regexp): Accept ", try again".
178
179 * bindings.el (global-map): Bind insertchar and its variants.
180
181 2005-06-27 Richard M. Stallman <rms@gnu.org>
182
183 * textmodes/artist.el (artist-text-overwrite)
184 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
185
186 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
187
188 * ps-print.el: It was not working the page selection for printing.
189 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
190 (ps-print-version): New version 6.6.7.
191 (ps-end-sheet): New fun.
192 (ps-header-sheet, ps-end-job): Call it.
193
194 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
195
196 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
197
198 2005-06-27 Lute Kamstra <lute@gnu.org>
199
200 * facemenu.el (facemenu-unlisted-faces): Add foreground and
201 background color faces.
202 (facemenu-get-face): Delete function.
203 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
204 (facemenu-add-new-color): Make second argument mandatory.
205 Create the approprate face and return it. Simplify.
206 (facemenu-set-foreground, facemenu-set-background): Don't check if
207 color is defined. Use return value of facemenu-add-new-color.
208
209 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
210
211 * progmodes/gud.el (gud-filter): Add missing argument to
212 with-selected-window.
213
214 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
217 a :require to the defcustom.
218
219 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
220 defcustoms corresponding to minor modes.
221
222 2005-06-26 David Ponce <david@dponce.com>
223
224 * recentf.el: Require tree-widget instead of wid-edit.
225 (recentf-filename-handler): Fix widget :type.
226 (recentf-cancel-dialog, recentf-open-more-files)
227 (recentf-open-files-action): Doc fix.
228 (recentf-dialog-goto-first): New function.
229 (recentf-dialog-mode-map): Set parent keymap first.
230 (recentf-dialog-mode): Define with define-derived-mode.
231 Don't display continuation lines in dialogs.
232 (recentf-edit-list): Rename from recentf-edit-selected-items.
233 (recentf-edit-list-select): Rename from recentf-edit-list-action.
234 Simplify.
235 (recentf-edit-list-validate): New function.
236 (recentf-edit-list): Update accordingly.
237 (recentf-open-files-item-shift): Remove.
238 (recentf-open-files-item): Convert menu elements into tree and
239 link widgets. Don't create the widgets.
240 (recentf-open-files): Update accordingly.
241 (recentf-save-list): Untabify.
242
243 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
244
245 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
246 (keep-lines): Add INTERACTIVE arg. Never delete lines only
247 partially contained in the active region. Do not take active
248 region into account when called from Lisp, unless INTERACTIVE arg
249 is non-nil. Use `forward-line' instead of `beginning-of-line' to
250 avoid trouble with fields. Make marker point nowhere when no
251 longer used. Always return nil. Doc fix.
252 (flush-lines): Add INTERACTIVE arg. Do not take active region
253 into account when called from Lisp, unless INTERACTIVE arg is
254 non-nil. Use `forward-line' instead of `beginning-of-line' to
255 avoid trouble with fields. Make marker point nowhere when no
256 longer used. Always return nil. Doc fix.
257 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
258 interchangeable. Do not take active region into account when
259 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
260 message in echo area when called from Lisp, unless INTERACTIVE arg
261 is non-nil. Avoid saying "1 occurrences". Do not use markers.
262 Return the number of matches. Doc fix.
263 (occur): Doc fix.
264 (perform-replace): Make comment follow double space convention for
265 the sake of `outline-minor-mode'.
266
267 * faces.el (facep): Doc fix.
268
269 2005-06-25 Richard M. Stallman <rms@gnu.org>
270
271 * facemenu.el (facemenu-enable-faces-p): New function.
272 (facemenu-background-menu, facemenu-foreground-menu)
273 (facemenu-face-menu): Add menu-enable property.
274
275 * jka-compr.el (jka-compr-insert-file-contents):
276 Special handling if cannot find the uncompression program.
277
278 * cus-face.el (custom-face-attributes): Add autoload.
279
280 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
281 Bind comment-indent-function locally.
282
283 * window.el (save-selected-window): Use save-current-buffer.
284
285 * subr.el (with-selected-window): Use save-current-buffer.
286
287 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
288 and with-current-buffer.
289
290 2005-06-24 Richard M. Stallman <rms@gnu.org>
291
292 * simple.el (line-move-1): Fix previous change.
293
294 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
295
296 * replace.el (occur-1): Set `buffer-read-only' and the
297 buffer-modified flag before running `occur-hook' to protect
298 against unintentional buffer switches that can lead to data loss.
299
300 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
301
302 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
303 (gud-gdb-marker-filter): Use font-lock-warning-face for any
304 initial error.
305
306 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
307 after fresh input.
308 (gdb-var-create-handler): Put name of expression in quotes.
309
310 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
311
312 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
313 elements of RING in order, and without bogus nil elements.
314
315 2005-06-23 Richard M. Stallman <rms@gnu.org>
316
317 * simple.el (set-variable): Args renamed; doc fix.
318 (line-move-1): When there are overlays around, use vertical-motion.
319
320 * faces.el (escape-glyph): Use brown against light background.
321 (nobreak-space): Rename from no-break-space.
322 Fix previous change.
323
324 * dired-aux.el (dired-do-copy): Fix arg prompt.
325
326 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
327
328 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
329
330 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
331 rather than "Distributor".
332
333 2005-06-23 Lute Kamstra <lute@gnu.org>
334
335 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
336 (debug-on-entry): Use it. New interactive declaration that uses
337 function-called-at-point.
338
339 2005-06-23 Kim F. Storm <storm@cua.dk>
340
341 * subr.el (save-match-data): Add comment about using evaporate arg
342 to set-match-data.
343
344 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
345
346 * cus-edit.el (customize-face)
347 (customize-face-other-window): Handle face aliases.
348
349 * faces.el (face-documentation, set-face-attribute)
350 (face-spec-set): Handle face aliases.
351
352 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
353
354 * help-mode.el (help-make-xrefs): If a symbol representing a face
355 name is not followed by the word "face", it could still be a
356 function or variable name, so don't bypass other checks.
357
358 2005-06-22 Juri Linkov <juri@jurta.org>
359
360 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
361 Replace aliased functions with calls where second arg `inherit' is t.
362
363 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
364
365 * progmodes/gdb-ui.el (gdb-error): New variable.
366 (gdb-error): New function.
367 (gdb-annotation-rules): Act on error-begin and error annotations.
368 (gdb-concat-output): Use font-lock-warning-face for errors.
369
370 2005-06-22 Miles Bader <miles@gnu.org>
371
372 * bindings.el (propertized-buffer-identification): Use renamed
373 `Buffer-menu-buffer' face.
374
375 * faces.el (vertical-border): Rename from `vertical-divider'.
376 (escape-glyph): Change dark-background color back to `cyan'.
377
378 2005-06-21 Juri Linkov <juri@jurta.org>
379
380 * faces.el (face-user-default-spec): Try getting `customized-face'
381 prior to `saved-face'.
382 (frame-background-mode): Refill docstring.
383
384 * emacs-lisp/lisp-mode.el (eval-defun-1):
385 * emacs-lisp/edebug.el (edebug-eval-defun):
386 Set `saved-face' temporarily to nil before calling form.
387 Set `customized-face' to the new spec after that.
388
389 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
390
391 * subr.el (1value, lambda, key-substitution-in-progress):
392 Doc fixes.
393
394 * autoinsert.el (auto-insert-alist):
395 * ses.el (ses-call-printer):
396 * subr.el (noreturn):
397 * emacs-lisp/lisp.el (check-parens):
398 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
399 * net/browse-url.el (browse-url-mosaic):
400 * progmodes/cc-defs.el (c-safe-scan-lists):
401 * progmodes/ebnf-abn.el (ebnf-abn-lex):
402 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
403 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
404 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
405 * progmodes/ebnf-iso.el (ebnf-iso-lex):
406 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
407
408 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
409
410 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
411
412 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
413
414 * calendar/appt.el (appt-make-list): Activate the package, if
415 not already active (for backwards compatibility).
416
417 2005-06-20 Kim F. Storm <storm@cua.dk>
418
419 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
420
421 2005-06-20 Miles Bader <miles@gnu.org>
422
423 * faces.el (vertical-divider): New face.
424
425 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
426
427 * simple.el (kill-whole-line): Doc fix.
428 (next-error-buffer-p, next-error-find-buffer)
429 (clone-indirect-buffer): Fix typos in docstrings.
430 (comment-line-break-function): Doc fix: don't say variable
431 is automatically buffer-local (it isn't).
432
433 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
434
435 * net/tramp-ftp.el (top):
436 * net/tramp-smb.el (top):
437 * net/tramp-util.el (top):
438 * net/tramp-uu.el (top):
439 * net/tramp-vc.el (top):
440 * net/tramp.el (top): Revert copyright years back to original
441 ones. Tramp has a life outside GNU Emacs.
442
443 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
444
445 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
446
447 2005-06-18 Juri Linkov <juri@jurta.org>
448
449 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
450 end of first regexp to limit the match to the position between
451 line number and source line with same separator character as used
452 between file name and line number. In the second regexp limit
453 mouse-face area to file name and line number by adding new group
454 for them and referring it in HYPERLINK arg.
455 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
456 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
457 previous line where grep markers may be already removed.
458
459 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
460
461 * progmodes/ps-mode.el: Update version and maintainer's email address.
462
463 2005-06-18 Steve Youngs <steve@xemacs.org>
464
465 * net/browse-url.el (browse-url-browser-function)
466 (browse-url-default-browser): Add firefox.
467 (browse-url-firefox-program, browse-url-firefox-arguments)
468 (browse-url-firefox-startup-arguments)
469 (browse-url-firefox-new-window-is-tab): New defcustoms.
470 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
471
472 2005-06-17 Richard M. Stallman <rms@gnu.org>
473
474 * startup.el (command-line): Warn if specified user name has
475 no home directory.
476
477 * term.el (term-get-old-input, term-input-filter, term-input-sender)
478 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
479
480 * longlines.el (longlines-mode, longlines-show-hard-newlines):
481 Doc fixes.
482
483 * faces.el (underline): Try bold if terminal doesn't support underline.
484
485 * mail/sendmail.el (mail-setup-with-from): New variable.
486 (mail-insert-from-field): New function.
487 (sendmail-send-it): Call it.
488 (mail-setup): Optionally call it here.
489
490 * term/linux.el: Call tty-no-underline.
491
492 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
493
494 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
495
496 2005-06-17 Miles Bader <miles@gnu.org>
497
498 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
499 (ediff-current-diff-C, ediff-current-diff-Ancestor)
500 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
501 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
502 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
503 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
504 Remove "-face" suffix from face names.
505 (ediff-current-diff-face-A, ediff-current-diff-face-B)
506 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
507 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
508 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
509 (ediff-even-diff-face-A, ediff-even-diff-face-B)
510 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
511 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
512 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
513 New backward-compatibility aliases for renamed faces.
514 (ediff-current-diff-face-A, ediff-current-diff-face-B)
515 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
516 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
517 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
518 (ediff-even-diff-face-A, ediff-even-diff-face-B)
519 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
520 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
521 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
522 Use renamed ediff faces.
523
524 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
525 Remove "-face" suffix from face names.
526 (eshell-test-ok-face, eshell-test-failed-face):
527 New backward-compatibility aliases for renamed faces.
528 (eshell-run-test): Use renamed eshell-test faces.
529
530 * eshell/em-prompt.el (eshell-prompt):
531 Remove "-face" suffix from face name.
532 (eshell-prompt-face): New backward-compatibility alias for renamed face.
533 (eshell-emit-prompt): Use renamed eshell-prompt face.
534
535 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
536 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
537 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
538 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
539 Remove "-face" suffix from face names.
540 (eshell-ls-directory-face, eshell-ls-symlink-face)
541 (eshell-ls-executable-face, eshell-ls-readonly-face)
542 (eshell-ls-unreadable-face, eshell-ls-special-face)
543 (eshell-ls-missing-face, eshell-ls-archive-face)
544 (eshell-ls-backup-face, eshell-ls-product-face)
545 (eshell-ls-clutter-face):
546 New backward-compatibility aliases for renamed faces.
547 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
548
549 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
550 Remove "-face" suffix from face name.
551 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
552 instead of literal face.
553
554 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
555
556 * emacs-lisp/warnings.el (display-warning, lwarn)
557 (warning-minimum-log-level): Doc fixes.
558 (warning-minimum-level, warning-minimum-log-level):
559 Add :debug to :type choices.
560
561 * progmodes/ada-mode.el (ada-format-paramlist)
562 (ada-get-indent-case, ada-check-matching-start)
563 (ada-check-defun-name, ada-goto-matching-decl-start)
564 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
565 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
566 (ada-make-subprogram-body): Follow error conventions.
567 (ada-case-exception-file, ada-indent-comment-as-code)
568 (ada-indent-handle-comment-special, ada-indent-renames)
569 (ada-indent-return, ada-search-directories-internal)
570 (ada-tab-policy, ada-case-exception-substring)
571 (ada-other-file-alist, ada-matching-start-re)
572 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
573 (ada-imenu-generic-expression, ada-compile-goto-error)
574 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
575 (ada-popup-menu, ada-add-extensions, ada-mode)
576 (ada-region-selected, ada-create-case-exception)
577 (ada-create-case-exception-substring, ada-after-keyword-p)
578 (ada-activate-keys-for-case, ada-adjust-case-region)
579 (ada-adjust-case-buffer, ada-format-paramlist)
580 (ada-scan-paramlist, ada-insert-paramlist)
581 (ada-indent-newline-indent)
582 (ada-indent-newline-indent-conditional)
583 (ada-justified-indent-current, ada-goto-previous-word)
584 (ada-indent-current, ada-get-indent-open-paren)
585 (ada-get-indent-paramlist, ada-get-indent-end)
586 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
587 (ada-get-indent-block-start, ada-get-indent-subprog)
588 (ada-get-indent-noindent, ada-get-indent-label)
589 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
590 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
591 (ada-goto-stmt-end, ada-goto-next-word)
592 (ada-check-matching-start, ada-check-defun-name)
593 (ada-goto-matching-decl-start, ada-goto-matching-start)
594 (ada-goto-matching-end, ada-search-ignore-string-comment)
595 (ada-in-decl-p, ada-looking-at-semi-or)
596 (ada-looking-at-semi-private, ada-in-paramlist-p)
597 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
598 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
599 (ada-next-procedure, ada-previous-procedure, ada-next-package)
600 (ada-previous-package, ada-create-menu)
601 (ada-fill-comment-paragraph-justify)
602 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
603 (ada-other-file-name, ada-last-which-function-line)
604 (ada-last-which-function-subprog, ada-which-function)
605 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
606 (ada-gen-treat-proc, ada-check-emacs-version)
607 (ada-continuation-indent, ada-align-region-separate):
608 Fix typos in docstrings.
609 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
610
611 2005-06-16 Lute Kamstra <lute@gnu.org>
612
613 * simple.el (fundamental-mode): Run after-change-major-mode-hook
614 conditionally.
615
616 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
617
618 * comint.el (comint-replace-by-expanded-filename)
619 (comint-prompt-regexp, comint-delimiter-argument-list)
620 (comint-preinput-scroll-to-bottom):
621 * info.el (Info-hide-cookies-node):
622 * ls-lisp.el (ls-lisp-classify):
623 * find-file.el (ff-search-directories, ff-special-constructs)
624 (ff-find-other-file):
625 * font-lock.el (font-lock-keywords):
626 * shell.el (shell-prompt-pattern)
627 (shell-dynamic-complete-functions, shell-mode)
628 (shell-delimiter-argument-list):
629 * term.el (term-replace-by-expanded-filename)
630 (term-prompt-regexp, term-delimiter-argument-list):
631 * woman.el (woman-ignore, woman0-if):
632 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
633 * emacs-lisp/elint.el (elint-init-env):
634 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
635 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
636 * language/ethio-util.el (ethio-tilde-escape)
637 (ethio-use-three-dot-question):
638 * net/zone-mode.el (zone-mode-load-time-setup):
639 * progmodes/cc-align.el (c-lineup-argcont):
640 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
641 * progmodes/cperl-mode.el (cperl-set-style-back):
642 * progmodes/inf-lisp.el (inferior-lisp-prompt):
643 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
644 Fix spellings in docstrings.
645
646 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
647 * progmodes/modula2.el (m2-for): Fix spellings.
648
649 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
650
651 * simple.el (undo-more): Don't use `format' on `error' arguments.
652 Improve argument/docstring consistency.
653 (pending-undo-list): Doc fix.
654
655 * smerge-mode.el (smerge-ensure-match):
656 * emulation/vip.el (vip-ex):
657 * net/zone-mode.el (zone-mode-update-serial):
658 * progmodes/idlwave.el (idlwave-complete):
659 * progmodes/vhdl-mode.el (vhdl-visit-file)
660 (vhdl-compose-wire-components):
661 Don't use `format' on `error' arguments.
662
663 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
664 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
665 (tooltip-help-tips): Fix typos in docstrings.
666
667 2005-06-16 David Ponce <david@dponce.com>
668
669 * tree-widget.el (tree-widget-value-create): Simplify last change.
670
671 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
672
673 * ido.el (ido-incomplete-regexp): New variable.
674 (ido-set-matches-1): Handle invalid-regexp error and set
675 ido-incomplete-regexp.
676 (ido-incomplete-regexp): New face.
677 (ido-completions): Use it.
678 (ido-complete, ido-exit-minibuffer, ido-completions):
679 Handle incomplete regexps.
680 (ido-completions): Add check for complete match when entering a regexp.
681
682 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
685
686 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
687
688 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
689 by field delimiters.
690
691 2005-06-15 David Ponce <david@dponce.com>
692
693 * tree-widget.el: eval-and-compile inlined functions so they will
694 be available at run-time too.
695 (tree-widget-super-format-handler)
696 (tree-widget-format-handler): Remove.
697 (tree-widget-value-create): Handle the :indent property.
698
699 2005-06-15 Miles Bader <miles@gnu.org>
700
701 * progmodes/which-func.el (which-func): Only inherit
702 `font-lock-function-name-face' when that makes sense against the
703 default mode-line face, otherwise set the face color explicitly.
704
705 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
706 faces instead of (non-existent) variables.
707
708 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
711 (iswitchb-get-matched-buffers): Likewise. Simplify.
712
713 2005-06-14 Miles Bader <miles@gnu.org>
714
715 * progmodes/ld-script.el (ld-script-location-counter):
716 Remove "-face" suffix from face name.
717 (ld-script-location-counter-face):
718 New backward-compatibility alias for renamed face.
719 (ld-script-location-counter-face): Use renamed face.
720
721 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
722 (cperl-hash): Remove "-face" suffix from face names.
723 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
724 New backward-compatibility aliases for renamed faces.
725 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
726 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
727
728 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
729 name.
730 (which-func-face): New backward-compatibility alias for renamed face.
731 (which-func-format): Use renamed which-func face.
732
733 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
734 (vhdl-function, vhdl-directive, vhdl-reserved-word)
735 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
736 names.
737 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
738 (vhdl-speedbar-configuration, vhdl-speedbar-package)
739 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
740 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
741 (vhdl-speedbar-architecture-selected)
742 (vhdl-speedbar-configuration-selected)
743 (vhdl-speedbar-package-selected)
744 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
745 names.
746 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
747 Use renamed faces.
748 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
749 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
750 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
751 Use renamed faces.
752 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
753 names.
754 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
755 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
756 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
757 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
758 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
759 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
760
761 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
762 face name.
763 (sh-heredoc-face): New backward-compatibility alias for renamed face.
764 (sh-heredoc-face): Use renamed sh-heredoc face.
765
766 * progmodes/idlw-help.el (idlwave-help-link):
767 Remove "-face" suffix from face name.
768 (idlwave-help-link-face):
769 New backward-compatibility alias for renamed face.
770 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
771
772 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
773 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
774 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
775 New backward-compatibility aliases for renamed faces.
776 (idlwave-shell-disabled-breakpoint-face)
777 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
778
779 * progmodes/flymake.el (flymake-errline, flymake-warnline):
780 Remove "-face" suffix from face names.
781 (flymake-errline-face, flymake-warnline-face):
782 New backward-compatibility aliases for renamed faces.
783 (flymake-highlight-line): Use renamed flymake faces.
784
785 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
786 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
787 (ebrowse-member-class, ebrowse-progress):
788 Remove "-face" suffix from face names.
789 (ebrowse-tree-mark-face, ebrowse-root-class-face)
790 (ebrowse-file-name-face, ebrowse-default-face)
791 (ebrowse-member-attribute-face, ebrowse-member-class-face)
792 (ebrowse-progress-face):
793 New backward-compatibility aliases for renamed faces.
794 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
795 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
796 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
797 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
798
799 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
800 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
801 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
802 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
803 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
804 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
805 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
806 New backward-compatibility aliases for renamed faces.
807 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
808 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
809 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
810 "font-lock-". Use renamed antlr-mode faces.
811 (antlr-font-lock-additional-keywords): Use renamed faces.
812 Replace literal face-names with face variable references.
813
814 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
815 face name.
816 (Buffer-menu-buffer-face): New backward-compatibility alias for
817 renamed face.
818 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
819
820 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
821
822 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
823 Eliminate "-face" suffix.
824 (makefile-targets): Inherit from font-lock-function-name-face and
825 eliminate "-face" suffix.
826 (makefile-shell): Remove attributes and eliminate "-face" suffix.
827 (makefile-*-font-lock-keywords): Append makefile-targets in rule
828 actions, instead of prepending, to make it less visible.
829 (makefile-previous-dependency, makefile-match-dependency):
830 Don't match a target on a continuation line.
831
832 * files.el (auto-mode-alist): Put Makefile in gmake mode.
833
834 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
835
836 * progmodes/gdb-ui.el (menu): Re-order menu items.
837 (gdb-tooltip-print): Respect tooltip-use-echo-area.
838
839 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
840 Define in tooltip.el.
841 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
842 (gud-tooltip-tips): Respect tooltip-use-echo-area and
843 gud-tooltip-echo-area.
844
845 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
846 backward compatibility and make obsolete.
847 (tooltip-help-tips): Use tooltip-use-echo-area.
848 (tooltip-show-help-function): Rename to...
849 (tooltip-show-help): ...this, because it is a function.
850 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
851
852 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
853
854 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
855 (edebug-print-length, edebug-print-level, edebug-print-circle)
856 (edebug-modify-breakpoint, edebug-eval-last-sexp)
857 (edebug-eval-print-last-sexp): Doc fixes.
858
859 2005-06-14 Kim F. Storm <storm@cua.dk>
860
861 * ido.el (ido-mode): Make a new keymap every time we enable ido,
862 as the coverage buffer/file/both may change.
863
864 2005-06-14 Lute Kamstra <lute@gnu.org>
865
866 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
867 and run-mode-hooks. Simplify.
868
869 * mail/rmailedit.el (rmail-edit-mode):
870 * progmodes/octave-inf.el (inferior-octave-mode):
871 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
872
873 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
874 and run-mode-hooks.
875 (recentf-edit-list, recentf-open-files): Don't call
876 kill-all-local-variables directly.
877
878 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
879
880 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
881
882 * emacs-lisp/byte-run.el (make-obsolete)
883 (define-obsolete-function-alias): Rename arguments FUNCTION and
884 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
885 (make-obsolete-variable, define-obsolete-variable-alias):
886 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
887 respectively.
888
889 * isearchb.el (isearchb-activate):
890 * pcvs.el (cvs-mode):
891 * ses.el (ses-load):
892 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
893 * net/tramp.el (tramp-find-file-exists-command)
894 (tramp-find-shell):
895 * progmodes/ada-mode.el (ada-create-case-exception)
896 (ada-create-case-exception-substring, ada-make-subprogram-body):
897 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
898 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
899 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
900 * textmodes/org.el (org-promote, org-evaluate-time-range)
901 (org-agenda-next-date-line, org-agenda-previous-date-line)
902 (org-agenda-error, org-open-at-point, org-table-move-row)
903 (org-format-table-table-html-using-table-generate-source)
904 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
905 * textmodes/reftex.el (reftex-access-scan-info):
906 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
907 (reftex-toc-promote-prepare): Follow error conventions.
908
909 * diff-mode.el (diff-mode): Fix typo in docstring.
910
911 * forms.el (forms--intuit-from-file): Fix reference to
912 `forms-number-of-fields' in error message.
913 (forms-print): Fix quoting in error message.
914
915 * forms.el (forms-mode):
916 * emulation/vi.el (vi-goto-insert-state):
917 * progmodes/flymake.el (flymake-new-err-info)
918 (flymake-start-syntax-check-for-current-buffer)
919 (flymake-simple-cleanup):
920 * eshell/esh-var.el (eshell/export):
921 * progmodes/gud.el (xdb):
922 * textmodes/flyspell.el (flyspell-incorrect-hook)
923 (flyspell-maybe-correct-transposition)
924 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
925
926 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
927
928 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
929 minibuffer prompt.
930
931 2005-06-13 Kim F. Storm <storm@cua.dk>
932
933 * subr.el (add-to-ordered-list): New defun.
934
935 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
936 add cua--keymap-alist to emulation-mode-map-alists.
937
938 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * subr.el (complete-in-turn): New macro.
941 (dynamic-completion-table, lazy-completion-table): Add debug info.
942
943 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
944 in preference to face aliases.
945
946 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
947 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
948 Remove unused vars `start' and `firstline'.
949 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
950 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
951
952 2005-06-13 Eli Zaretskii <eliz@gnu.org>
953
954 * cus-start.el (all): Don't complain about missing GTK-related
955 variables, unless either `gtk' is boundp or this isn't a
956 `windows-nt' build.
957
958 2005-06-13 Lute Kamstra <lute@gnu.org>
959
960 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
961 run-mode-hooks.
962
963 * ediff-mult.el (ediff-meta-mode):
964 * ediff-util.el (ediff-mode): Use run-mode-hooks.
965
966 * ledit.el (ledit-mode): Use delay-mode-hooks.
967
968 * woman.el (woman-mode-line-format): Delete constant.
969 (woman-mode-map): Initialize it properly.
970 (woman-mode): Set mode-class property to special.
971 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
972 Set major-mode and mode-name. Don't set mode-line-format directly.
973 (Man-getpage-in-background): Don't reference woman-mode-line-format.
974
975 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
976 string argument obsolete.
977
978 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
979
980 * textmodes/org.el (org-CUA-compatible): New option.
981 (org-disputed-keys): New variable.
982 (org-key): New function.
983 (orgtbl-make-binding): Add docstring to the created function.
984 (org-mode): Set paragraph start/separate regexps.
985 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
986 (org-archive-location, org-archive-mark-done)
987 (org-archive-stamp-time): New options.
988 (org-archive-subtree): New command.
989 (org-fill-paragraph): New function.
990 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
991 (org-fake-empty-table-line): Function removed.
992 (org-format-org-table-html): Do not create empty table lines at
993 separator lines. Improved table header treatment.
994 (org-link-format): New option.
995 (org-make-link): New function.
996 (org-insert-link, org-store-link): Use org-make-link.
997 (org-open-file): Quote file name for shell command, to allow
998 spaces in file names.
999 (org-link-regexp): Fix bug with mailto link.
1000 (org-link-maybe-angles-regexp, org-protected-link-regexp):
1001 New constants.
1002 (org-export-as-html): Deal with the optional angles around a link.
1003 Better treatment of file: links.
1004 (org-open-at-point): Replace @{ and @} with < and >.
1005 (org-run-mode-hooks): Function removed.
1006 (org-agenda-mode): No longer use `org-run-mode-hooks'.
1007
1008 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
1009
1010 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1011 MI command -data-list-register-values.
1012 (gdb-post-prompt): Indent properly.
1013
1014 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * hilit-chg.el (highlight-changes-colors): Rename from
1017 `highlight-changes-colours'.
1018 (highlight-changes-colours): Keep as obsolete alias.
1019 (highlight-changes-face-list): Doc fix.
1020 (hilit-chg-make-list): Use `highlight-changes-colors'.
1021
1022 2005-06-12 Mark A. Hershberger <mah@everybody.org>
1023
1024 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1025 defun-prompt-regexp.
1026
1027 2005-06-12 Eli Zaretskii <eliz@gnu.org>
1028
1029 * loadup.el: Don't say we are dumping under 2 names on windows-nt
1030 and cygwin.
1031
1032 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1033 Don't use an old loaddefs.el, as in Makefile.in.
1034
1035 2005-06-12 Lute Kamstra <lute@gnu.org>
1036
1037 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1038
1039 * man.el (Man-mode-map): Initialize it properly.
1040 (Man-mode): Set mode-class property to special.
1041
1042 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1043
1044 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1045
1046 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1047 A newline is needed in the docstring there.
1048
1049 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1050 Doc fixes.
1051
1052 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1053
1054 * printing.el: Doc fix. The menubar is no more changed when printing
1055 is loaded, it only changes when pr-menu-bind or pr-update-menus is
1056 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
1057 (pr-version): New version number (6.8.4).
1058 (pr-menu-bind): New command.
1059 (pr-update-menus): Docstring and code fix.
1060 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1061 Docstring fix.
1062 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1063 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1064
1065 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
1066
1067 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1068 "Returns" to "return", document useful return values, etc.
1069
1070 2005-06-11 Alan Mackenzie <acm@muc.de>
1071
1072 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1073 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1074 (adaptive-file-function): Minor amendment to doc-string.
1075
1076 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1077
1078 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1079 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1080 Fix :type--it is `integer', not `string'.
1081
1082 * faces.el (modeline-highlight): Rename from (the erroneous)
1083 `modeline-higilight'.
1084
1085 2005-06-11 Lute Kamstra <lute@gnu.org>
1086
1087 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1088 lisp-interaction-mode-map but make it the parent.
1089 (edebug-eval-mode): Use define-derived-mode.
1090
1091 2005-06-11 Andreas Schwab <schwab@suse.de>
1092
1093 * bindings.el: Add binding of `ESC functionkey' for every
1094 `M-functionkey'.
1095 * hexl.el (hexl-mode-map): Likewise.
1096
1097 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
1098
1099 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1100 [msft]: update regexp for newer msft compilers.
1101
1102 2005-06-10 Mark A. Hershberger <mah@everybody.org>
1103
1104 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1105 ATTLIST portions of included DTDs.
1106 (xml-parse-dtd): Eliminate use of inefficient match-data.
1107
1108 2005-06-10 Miles Bader <miles@gnu.org>
1109
1110 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1111 (mpuz-text): Remove "-face" suffix from face names.
1112 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1113 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1114 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1115
1116 * play/gomoku.el (gomoku-O, gomoku-X):
1117 Remove "-face" suffix from face names.
1118 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1119 New backward-compatibility aliases for renamed faces.
1120 (gomoku-font-lock-keywords): Use renamed gomoku faces.
1121
1122 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * thumbs.el: Fixes for changes of 2005-06-09.
1125 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1126 as a directory.
1127 (thumbs-thumbname): Remove directory separator from format string;
1128 `thumbs-thumbsdir' now returns a valid directory name.
1129 (thumbs-temp-dir): New defsubst.
1130 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1131 Use it.
1132
1133 * cus-edit.el (minibuffer):
1134 * files.el (make-backup-file-name-function):
1135 * filesets.el (filesets-external-viewers):
1136 * hilit-chg.el (highlight-changes-colours)
1137 (highlight-changes-face-list, highlight-changes-rotate-faces):
1138 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
1139 * kmacro.el (kmacro-call-macro):
1140 * log-edit.el (log-edit-changelog-full-paragraphs):
1141 * mouse.el (mouse-1-click-follows-link):
1142 * skeleton.el (skeleton-autowrap):
1143 * subr.el (insert-for-yank-1):
1144 * tempo.el (tempo-insert-region):
1145 * terminal.el (terminal-emulator):
1146 * time.el (display-time-mail-face):
1147 * vc.el (vc-annotate):
1148 * vcursor.el (vcursor-copy-line):
1149 * woman.el (woman-bold-headings, woman-ignore)
1150 (woman-default-faces, woman-monochrome-faces):
1151 * calendar/todo-mode.el (todo-insert-threshold):
1152 * emulation/pc-select.el (pc-select-selection-keys-only)
1153 (pc-selection-mode):
1154 * emulation/vip.el (vip-find-char-forward):
1155 * emulation/viper-cmd.el (viper-find-char-forward):
1156 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1157 (input-method-exit-on-invalid-key):
1158 * international/mule-diag.el (describe-coding-system):
1159 * international/ucs-tables.el (unify-8859-on-encoding-mode):
1160 * net/browse-url.el (browse-url-xterm-program):
1161 * obsolete/lazy-lock.el (lazy-lock-mode):
1162 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1163 (cperl-mode):
1164 * progmodes/cpp.el (cpp-face-light-name-list)
1165 (cpp-face-dark-name-list):
1166 * progmodes/delphi.el (delphi-newline-always-indents):
1167 Fix spellings in docstrings.
1168
1169 * ido.el (ido-mode, ido-file-extensions-order)
1170 (ido-default-file-method, ido-default-buffer-method)
1171 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1172 (ido-decorations, ido-read-file-name-as-directory-commands)
1173 (ido-read-file-name-non-ido, ido-work-directory-list)
1174 (ido-ignore-item-temp-list, ido-current-directory)
1175 (ido-magic-forward-char, ido-enter-find-file)
1176 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1177 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1178
1179 2005-06-10 Lute Kamstra <lute@gnu.org>
1180
1181 * play/dunnet.el (dun-mode): Use define-derived-mode.
1182 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
1183 obsolete alias.
1184
1185 * play/doctor.el (doctor-mode-map): Remove defvar.
1186 (doctor-mode): Use define-derived-mode.
1187
1188 * mail/mspools.el (mspools-mode):
1189 * net/eudc-hotlist.el (eudc-hotlist-mode):
1190 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
1191
1192 2005-06-10 Miles Bader <miles@gnu.org>
1193
1194 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1195 Remove "-face" suffix from face names.
1196 (flyspell-incorrect-face, flyspell-duplicate-face):
1197 New backward-compatibility aliases for renamed faces.
1198 (flyspell-mode-on, make-flyspell-overlay)
1199 (flyspell-highlight-incorrect-region)
1200 (flyspell-highlight-duplicate-region)
1201 (flyspell-display-next-corrections)
1202 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
1203
1204 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
1205 from face name.
1206 (texinfo-heading-face): New backward-compatibility alias for
1207 renamed face.
1208 (texinfo-heading-face): Use renamed texinfo-heading face.
1209
1210 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1211 suffix from face names.
1212 (tex-math-face, tex-verbatim-face):
1213 New backward-compatibility aliases for renamed faces.
1214 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1215 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1216 literal face name.
1217
1218 * textmodes/table.el (table-cell): Remove "-face" suffix from face
1219 name.
1220 (table-cell-face): New backward-compatibility alias for renamed face.
1221 (table--put-cell-face-property, table--update-cell-face):
1222 Use renamed table-cell face.
1223
1224 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1225 from face name.
1226 (sgml-namespace-face): New backward-compatibility alias for
1227 renamed face.
1228 (sgml-namespace-face): Use renamed sgml-namespace face.
1229
1230 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1231 (org-level-4, org-level-5, org-level-6, org-level-7)
1232 (org-level-8, org-warning, org-headline-done)
1233 (org-deadline-announce, org-scheduled-today)
1234 (org-scheduled-previously, org-link, org-done, org-table)
1235 (org-time-grid): Remove "-face" suffix from face names.
1236 (org-level-1-face, org-level-2-face, org-level-3-face)
1237 (org-level-4-face, org-level-5-face, org-level-6-face)
1238 (org-level-7-face, org-level-8-face, org-warning-face)
1239 (org-headline-done-face, org-deadline-announce-face)
1240 (org-scheduled-today-face, org-scheduled-previously-face)
1241 (org-link-face, org-done-face, org-table-face)
1242 (org-time-grid-face):
1243 New backward-compatibility aliases for renamed faces.
1244 (org-level-faces, org-set-font-lock-defaults, org-timeline)
1245 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1246 (org-agenda-get-timestamps, org-agenda-get-scheduled)
1247 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1248
1249 * emulation/viper-init.el (viper-search, viper-replace-overlay)
1250 (viper-minibuffer-emacs, viper-minibuffer-insert)
1251 (viper-minibuffer-vi): Remove "-face" suffix from face names.
1252 (viper-search-face, viper-replace-overlay-face)
1253 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1254 (viper-minibuffer-vi-face):
1255 New backward-compatibility aliases for renamed faces.
1256 (viper-search-face, viper-replace-overlay-face)
1257 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1258 (viper-minibuffer-vi-face): Use renamed viper faces.
1259
1260 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1261 Remove "-face" suffix from face names.
1262 (testcover-nohits-face, testcover-1value-face):
1263 New backward-compatibility aliases for renamed faces.
1264 (testcover-mark): Use renamed testcover faces.
1265
1266 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1267 face name.
1268 (diary-button-face): New backward-compatibility alias for renamed face.
1269 (diary-entry): Use renamed diary-button face.
1270
1271 * calendar/calendar.el (diary, calendar-today, holiday)
1272 (mark-visible-calendar-date): Remove "-face" suffix from face names.
1273 (diary-face, calendar-today-face, holiday-face):
1274 New backward-compatibility aliases for renamed faces.
1275 (eval-after-load "facemenu", diary-entry-marker)
1276 (calendar-today-marker, calendar-holiday-marker, diary-face):
1277 Use renamed calendar faces.
1278
1279 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1280 (compare-windows-face): New backward-compatibility alias for
1281 renamed face.
1282 (compare-windows-highlight): Use renamed compare-windows face.
1283
1284 * strokes.el (strokes-char): Remove "-face" suffix from face name.
1285 (strokes-char-face): New backward-compatibility alias for renamed face.
1286 (strokes-encode-buffer): Use renamed strokes-char face.
1287
1288 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1289 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1290 Remove "-face" suffix from face names.
1291 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1292 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1293 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1294 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1295 Use renamed pcvs faces.
1296 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1297 * pcvs-defs.el (cvs-mode-map): Likewise.
1298 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1299
1300 * info.el (info-title-1, info-title-2, info-title-3)
1301 (info-title-4): Remove "-face" suffix from and downcase face names.
1302 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1303 (Info-title-4-face):
1304 New backward-compatibility aliases for renamed faces.
1305 (Info-fontify-node): Use renamed info faces.
1306
1307 * hilit-chg.el (highlight-changes, highlight-changes-delete):
1308 Remove "-face" suffix from face names.
1309 (highlight-changes-face, highlight-changes-delete-face):
1310 New backward-compatibility aliases for renamed faces.
1311 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1312 (hilit-chg-make-list): Use renamed highlight-changes faces.
1313
1314 * generic-x.el (show-tabs-tab, show-tabs-space):
1315 Remove "-face" suffix from face names.
1316 (show-tabs-tab-face, show-tabs-space-face):
1317 New backward-compatibility aliases for renamed faces.
1318 (show-tabs-generic-mode-font-lock-defaults-1)
1319 (show-tabs-generic-mode-font-lock-defaults-2):
1320 Use renamed show-tabs faces.
1321
1322 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1323 (smerge-markers): Remove "-face" suffix from face names.
1324 (smerge-mine-face, smerge-other-face, smerge-base-face)
1325 (smerge-markers-face):
1326 New backward-compatibility aliases for renamed faces.
1327 (smerge-mine-face, smerge-other-face, smerge-base-face)
1328 (smerge-markers-face): Use renamed smerge faces.
1329
1330 * log-view.el (log-view-file, log-view-message):
1331 Remove "-face" suffix from face names.
1332 (log-view-file-face, log-view-message-face):
1333 New backward-compatibility aliases for renamed faces.
1334 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1335
1336 * paren.el (show-paren-match, show-paren-mismatch):
1337 Remove "-face" suffix from face names.
1338 (show-paren-match-face, show-paren-mismatch-face):
1339 New backward-compatibility aliases for renamed faces.
1340 (show-paren-function): Use renamed show-paren faces.
1341
1342 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1343 (ruler-mode-margins, ruler-mode-fringes)
1344 (ruler-mode-column-number, ruler-mode-fill-column)
1345 (ruler-mode-comment-column, ruler-mode-goal-column)
1346 (ruler-mode-tab-stop, ruler-mode-current-column):
1347 Remove "-face" suffix from face names.
1348 (ruler-mode-default-face, ruler-mode-pad-face)
1349 (ruler-mode-margins-face, ruler-mode-fringes-face)
1350 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1351 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1352 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1353 New backward-compatibility aliases for renamed faces.
1354 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1355 (ruler-mode-column-number, ruler-mode-fill-column)
1356 (ruler-mode-comment-column, ruler-mode-goal-column)
1357 (ruler-mode-tab-stop, ruler-mode-current-column)
1358 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1359
1360 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1361 face name.
1362 (whitespace-highlight-the-space): Use renamed face.
1363 (whitespace-highlight-face): New backward-compatibility alias for
1364 renamed face.
1365
1366 * woman.el (woman-italic, woman-bold, woman-unknown)
1367 (woman-addition, woman-symbol-face):
1368 Remove "-face" suffix from face names.
1369 (woman-italic-face, woman-bold-face, woman-unknown-face)
1370 (woman-addition-face):
1371 New backward-compatibility aliases for renamed faces.
1372 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1373 (woman-decode-region, woman-replace-match)
1374 (woman-display-extended-fonts, woman-special-characters)
1375 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1376 Use renamed woman faces.
1377
1378 * longlines.el (longlines-visible-face): Face removed.
1379
1380 * diff-mode.el (diff-header, diff-file-header, diff-index)
1381 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1382 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1383 suffix from face names.
1384 (diff-header-face, diff-file-header-face, diff-index-face)
1385 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1386 (diff-changed-face, diff-function-face, diff-context-face)
1387 (diff-nonexistent-face): New backward-compatibility aliases for
1388 renamed faces.
1389 (diff-header-face, diff-file-header-face)
1390 (diff-index, diff-index-face, diff-hunk-header)
1391 (diff-hunk-header-face, diff-removed, diff-removed-face)
1392 (diff-added, diff-added-face, diff-changed-face, diff-function)
1393 (diff-function-face, diff-context-face, diff-nonexistent)
1394 (diff-nonexistent-face): Use renamed diff-mode faces.
1395
1396 * progmodes/compile.el (compilation-warning-face)
1397 (compilation-info-face): Remove "-face" suffix from face names.
1398 (compilation-warning-face, compilation-info-face):
1399 New backward-compatibility aliases for renamed faces.
1400 (compilation-warning-face, compilation-info-face):
1401 Use renamed compilation faces.
1402
1403 * add-log.el (change-log-date, change-log-name)
1404 (change-log-email, change-log-file, change-log-list)
1405 (change-log-conditionals, change-log-function)
1406 (change-log-acknowledgement): Remove "-face" suffix from face names.
1407 (change-log-date-face, change-log-name-face)
1408 (change-log-email-face, change-log-file-face)
1409 (change-log-list-face, change-log-conditionals-face)
1410 (change-log-function-face, change-log-acknowledgement-face):
1411 New backward-compatibility aliases for renamed faces.
1412 (change-log-font-lock-keywords): Use renamed change-log faces.
1413
1414 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1415 (custom-set, custom-changed, custom-saved, custom-button)
1416 (custom-button-pressed, custom-documentation, custom-state)
1417 (custom-comment, custom-comment-tag, custom-variable-tag)
1418 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1419 (custom-group-tag): Remove "-face" suffix from face names.
1420 (custom-magic-alist, custom-magic-value-create)
1421 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1422 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1423 (custom-set-face, custom-changed-face, custom-saved-face)
1424 (custom-button-face, custom-button-pressed-face)
1425 (custom-documentation-face, custom-state-face)
1426 (custom-comment-face, custom-comment-tag-face)
1427 (custom-variable-tag-face, custom-variable-button-face)
1428 (custom-face-tag-face, custom-group-tag-face-1)
1429 (custom-group-tag-face):
1430 New backward-compatibility aliases for renamed faces.
1431
1432 * wid-edit.el (widget-documentation, widget-button)
1433 (widget-field, widget-single-line-field, widget-inactive)
1434 (widget-button-pressed): "-face" suffix removed from face names.
1435 (widget-documentation-face, widget-button-face)
1436 (widget-field-face, widget-single-line-field-face)
1437 (widget-inactive-face, widget-button-pressed-face):
1438 New backward-compatibility aliases for renamed faces.
1439 (widget-documentation-face, widget-button-face)
1440 (widget-button-pressed-face, widget-specify-field)
1441 (widget-specify-inactive): Use renamed widget faces.
1442
1443 2005-06-10 Kenichi Handa <handa@m17n.org>
1444
1445 * term/x-win.el (x-clipboard-yank): Remove condition-case
1446 wrapping.
1447
1448 2005-06-11 Kenichi Handa <handa@m17n.org>
1449
1450 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1451 date lines stricter.
1452
1453 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1454
1455 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1456 of x-get-selection.
1457
1458 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1459
1460 * comint.el (comint-mode, comint-snapshot-last-prompt):
1461 * frame.el (frame-current-scroll-bars):
1462 * term.el (term-mode, term-check-proc, term-input-sender)
1463 (term-simple-send, term-extract-string, term-word)
1464 (term-match-partial-filename):
1465 * window.el (window-current-scroll-bars):
1466 * emulation/cua-base.el (cua-normal-cursor-color)
1467 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1468 (cua-global-mark-cursor-color):
1469 * mail/undigest.el (rmail-forward-separator-regex):
1470 Fix typos in docstrings.
1471
1472 * comint.el (comint-check-proc, make-comint-in-buffer)
1473 (comint-source-default): Doc fixes.
1474
1475 * term.el (term-send-string): Improve argument/docstring
1476 consistency.
1477
1478 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1479
1480 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1481 call to `delete-region'.
1482 (comint-mode-hook): Do not enable Font Lock by default.
1483
1484 2005-06-09 Lute Kamstra <lute@gnu.org>
1485
1486 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1487 could be void.
1488
1489 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1492 (debug): Use it.
1493 (debugger-step-through, debugger-continue, debugger-jump)
1494 (debugger-return-value): Set it when needed.
1495 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1496 Use inhibit-read-only.
1497
1498 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * window.el (shrink-window-if-larger-than-buffer)
1501 (window-size-fixed): Fix typo in docstring.
1502
1503 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1504 thumbnails directory on loading.
1505 (thumbs-conversion-program): Use `eq' to check the system type,
1506 not `equal'.
1507 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1508 not "/tmp". Fix docstring.
1509 (thumbs-thumbsdir): New function to return the thumbnails
1510 directory, creating it if needed.
1511 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1512 (thumbs-temp-file): Delete variable and make it into a function.
1513 (thumbs-resize-image, thumbs-modify-image): Use it.
1514 (thumbs-kill-buffer): Simplify.
1515 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1516 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1517 docstrings.
1518
1519 2005-06-09 Kim F. Storm <storm@cua.dk>
1520
1521 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1522 set-match-data to free markers in match-data.
1523
1524 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1525 match-data to unchain markers in match-data.
1526
1527 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1530 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1531 unnecessary now.
1532
1533 2005-06-08 Richard M. Stallman <rms@gnu.org>
1534
1535 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1536 give the variable a doc string that doesn't say don't set it directly.
1537
1538 * textmodes/ispell.el (ispell-check-version):
1539 Use match-string-no-properties.
1540 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1541 (ispell-buffer-local-words): Likewise.
1542
1543 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1544 except on terminals with enough colors to really display it.
1545 (makefile-dependency-regex): Delete spurious `bb'.
1546
1547 * faces.el (escape-glyph): Use blue once again in last case.
1548 (no-break-space): Redefine so that it isn't invisible on a tty.
1549
1550 2005-06-08 Kim F. Storm <storm@cua.dk>
1551
1552 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1553 also when reading directory name.
1554
1555 2005-06-08 Lute Kamstra <lute@gnu.org>
1556
1557 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1558 (flyspell-mode-line-string): Remove autoload cookie.
1559 (flyspell-mode): Remove defvar.
1560
1561 2005-06-07 Lute Kamstra <lute@gnu.org>
1562
1563 * textmodes/org.el (org-run-mode-hooks): New function.
1564 (org-agenda-mode): Use it.
1565
1566 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1567
1568 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1569
1570 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1573
1574 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1575
1576 * font-lock.el (font-lock-add-keywords): Doc fix.
1577
1578 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1581 (tex-compile-default): In the absence of any history, use the order in
1582 tex-compile-alist to choose the preferred command.
1583 (tex-compile-commands): Reorder a bit.
1584
1585 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1586 (flyspell-incorrect-face, flyspell-duplicate-face):
1587 Use (X)Emacs-agnostic code.
1588 (flyspell-mode-map): Don't overwrite at each load. Remove code
1589 redundant with the subsequent add-minor-mode. Merge Emacs and
1590 XEmacs code.
1591 (flyspell-word): Minor simplification.
1592 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1593 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1594 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1595 Merge the corresponding Emacs code.
1596 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1597
1598 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1599 a dedicated window.
1600
1601 * international/latexenc.el (latexenc-find-file-coding-system):
1602 Undo part of last patch, to turn off a compiler warning.
1603
1604 2005-06-06 Juri Linkov <juri@jurta.org>
1605
1606 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1607 Rename `tmm-inactive-face' to `tmm-inactive'.
1608
1609 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1610
1611 * iswitchb.el: Rename faces.
1612
1613 2005-06-06 Kim F. Storm <storm@cua.dk>
1614
1615 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1616 (cua-global-mark): Remove -face suffix from face names.
1617
1618 * emulation/cua-gmrk.el (cua--init-global-mark):
1619 Remove cua-global-mark face setup.
1620
1621 2005-06-06 Richard M. Stallman <rms@gnu.org>
1622
1623 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1624 just like other allowed characters.
1625 (makefile-match-dependency): Exclude leading and training whitespace
1626 from the range of regexp subexp 1.
1627 (makefile-macroassign-regex): Don't try to match the body,
1628 just the name of the macro being defined.
1629
1630 * info.el (Info-read-node-name-2): New function.
1631 (Info-read-node-name-1): Use that.
1632 Add a completion-base-size-function property.
1633
1634 * simple.el (completion-setup-function): Look for
1635 completion-base-size-function property of
1636 minibuffer-completion-table.
1637
1638 * files.el (locate-file-completion): Doc fix.
1639
1640 * printing.el: Don't call pr-update-menus; user must do that.
1641
1642 * emacs-lisp/debug.el (debugger-window): New variable.
1643 (debug): Use debugger-window if it is set and still alive.
1644 Record debugger-window for next entry.
1645
1646 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1647
1648 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1649
1650 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1651 (hack-one-local-variable, hack-local-variables)
1652 (hack-local-variables-prop-line): Pass that arg.
1653
1654 2005-06-06 Kim F. Storm <storm@cua.dk>
1655
1656 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1657 (ido-indicator): Remove -face suffix from face names.
1658
1659 2005-06-06 Juri Linkov <juri@jurta.org>
1660
1661 * font-lock.el (font-lock-regexp-backslash)
1662 (font-lock-regexp-backslash-construct): New faces.
1663 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1664 after `('. Add `while-no-input' to control structures.
1665
1666 * faces.el (no-break-space, shadow): New faces.
1667 (escape-glyph): Use less loud colors pink2 and red4.
1668
1669 * diff-mode.el (diff-context-face)
1670 * dired.el (dired-ignored)
1671 * rfn-eshadow.el (file-name-shadow)
1672 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1673
1674 * info.el (Info-title-1-face): Use green instead of yellow because
1675 bold yellow is not readable on light backgrounds.
1676
1677 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1678 before selecting the desired mode to not spend time fontifying
1679 old contents.
1680
1681 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1682
1683 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1684 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1685
1686 * ps-print.el (ps-default-fg, ps-default-bg):
1687 Fix typos in docstrings.
1688
1689 * isearchb.el (isearchb): Don't pass a spurious second argument to
1690 `iswitchb-completions'.
1691
1692 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1693
1694 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1695 to preserve point.
1696 (gdb-find-file-hook): Add doc string.
1697
1698 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1699 C dereferenced pointer expression.
1700 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1701
1702 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1703
1704 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1705 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1706 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1707 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1708 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1709 Make background transparent.
1710
1711 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1712
1713 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1714 (font-lock-remove-keywords): Doc fix.
1715 (font-lock-mode-major-mode): Compiler defvar.
1716 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1717
1718 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1719 (font-lock-mode): Update `font-lock-mode-major-mode'.
1720 (font-lock-set-defaults): Compiler defvar.
1721 (font-lock-default-function): Take `font-lock-mode-major-mode'
1722 into account.
1723
1724 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1725 keep track of which major mode it enabled the minor mode for.
1726 Use find-file-hook again. Update docstring.
1727
1728 * simple.el (eval-expression-print-level)
1729 (eval-expression-print-length, eval-expression-debug-on-error):
1730 Doc fixes.
1731
1732 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1733
1734 * iswitchb.el (iswitchb-single-match-face)
1735 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1736 (iswitchb-invalid-regexp-face): New faces.
1737 (iswitchb-completions): Use them.
1738 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1739 now marked as an obsolete alias.
1740 (iswitchb-read-buffer): Remove check for bound font variables.
1741 (iswitchb-invalid-regexp): New free variable.
1742 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1743 set iswitchb-invalid-regexp.
1744 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1745 invalid regexps.
1746 (iswitchb-completions): Add check for complete match when entering
1747 a regexp.
1748 (iswitchb-completions): Remove require-match argument.
1749 (iswitchb-exhibit): Fix caller.
1750 (iswitchb-common-match-inserted): New variable.
1751 (iswitchb-complete, iswitchb-completion-help): Use it.
1752
1753 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1754
1755 * url-http.el (url-http-chunked-encoding-after-change-function):
1756 Use `url-http-debug' instead of `message'.
1757
1758 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1759
1760 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1761 callback argument.
1762
1763 2005-06-04 Kim F. Storm <storm@cua.dk>
1764
1765 * simple.el (line-move): Only call sit-for when moving backwards.
1766
1767 * ido.el (ido-make-merged-file-list-1): New defun split from
1768 ido-make-merged-file-list.
1769 (ido-make-merged-file-list): Bind throw-on-input around call to
1770 ido-make-merged-file-list-1. Return input-pending-p if
1771 interrupted by more input available.
1772 (ido-read-internal): Handle input-pending-p return value from
1773 ido-make-merged-file-list.
1774
1775 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1778 compatibility code.
1779
1780 * international/latexenc.el (latexenc-find-file-coding-system):
1781 Don't inherit the EOL part of the coding-system from the
1782 tex-main buffer. Fit within 80 columns.
1783
1784 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1785
1786 * tmm.el (tmm-inactive-face): New face.
1787 (tmm-remove-inactive-mouse-face): New function.
1788 (tmm-prompt, tmm-add-one-shortcut)
1789 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1790 but not selectable.
1791
1792 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1793
1794 * faces.el (face-equal): Improve argument/docstring consistency.
1795
1796 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1797
1798 * progmodes/make-mode.el (makefile-targets-face)
1799 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1800 (makefile-bsdmake-dependency-regex)
1801 (makefile-makepp-rule-action-regex)
1802 (makefile-bsdmake-rule-action-regex): New constants.
1803 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1804
1805 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1806 Allow (...) within `...' for makepp messages.
1807
1808 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1809
1810 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1811
1812 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1813 "." files are deleted from all file lists before comparison.
1814
1815 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1816 (viper-ESC-key): Made them customizable.
1817
1818 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1819
1820 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1821
1822 * autorevert.el (auto-revert-buffers): Use save-match-data.
1823
1824 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1827 menu items with a nil command binding.
1828
1829 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1830
1831 * emacs-lisp/cl-macs.el (defsetf):
1832 Improve argument/docstring consistency.
1833
1834 * faces.el (list-faces-display): Improve the formatting by
1835 computing the maximum length required for any face-name (reworked
1836 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1837 (internal-find-face): Remove redundant info in docstring.
1838
1839 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1840
1841 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1842 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1843 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1844 (gdb-assembler-custom): Improve regexps.
1845 (def-gdb-auto-update-handler): Use window point to preserve point.
1846
1847 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1850
1851 2005-05-31 Jay Belanger <belanger@truman.edu>
1852
1853 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1854 to calc-embedded.
1855 (calc-embedded-make-info): Have plain prefix argument select
1856 entire line.
1857
1858 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1859
1860 * faces.el (list-faces-display): Signal error if passed a regexp
1861 that matches no face name.
1862
1863 * simple.el (filter-buffer-substring): Fix typo in docstring.
1864
1865 2005-05-31 Richard M. Stallman <rms@gnu.org>
1866
1867 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1868 (vhdl-emacs-21): Doc fix.
1869 (vhdl-mode): Unconditionally set comment-padding.
1870 (vhdl-fixup-whitespace-region): Insert spaces only where
1871 there are none.
1872 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1873
1874 2005-05-30 John Wiegley <johnw@newartisans.com>
1875
1876 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1877 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1878 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1879 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1880 `string-to-number'.
1881
1882 2005-05-30 Jay Belanger <belanger@truman.edu>
1883
1884 * calc/calc.el (calc-bug-address): Fix docstring.
1885 (calc-window-hook, calc-trail-window-hook): New variables.
1886 (calc-trail-display): Restore use of calc-trail-window-hook.
1887 (calc): Restore use of calc-window-hook.
1888
1889 2005-05-31 Masatake YAMATO <jet@gyve.org>
1890
1891 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1892
1893 * help-fns.el (help-C-file-name): Add autoload mark for
1894 `find-function-noselect'.
1895
1896 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1899 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1900
1901 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1902
1903 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1904 included diary buffer if it was not already being visited.
1905 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1906
1907 * calendar/icalendar.el (top-level): Do not require 'appt.
1908
1909 * mail/supercite.el (sc-select-attribution): Only use a list
1910 element from sc-attrib-selection-list if it returns a string.
1911 Reported by Davide G. M. Salvetti <salve@debian.org>.
1912
1913 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * thumbs.el (thumbs-thumbname): The resulting thubname now
1916 includes a hash value to improve its uniqueness, and has a ".jpg"
1917 extension. Also, it is now a valid filename on all systems.
1918 (thumbs-make-thumb): Use `let', not `let*'.
1919 (thumbs-show-thumbs-list): Check for JPEG availability.
1920
1921 2005-05-30 Richard M. Stallman <rms@gnu.org>
1922
1923 * filesets.el (filesets-menu-ensure-use-cached):
1924 Prevent warning when emacs-version>= is undefined.
1925
1926 * printing.el (pr-interactive-n-up): Use string-to-number.
1927
1928 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1929
1930 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1931 Warn only when name to be defined is quoted.
1932
1933 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1934
1935 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1936 Make regexp more robust.
1937 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1938 Force regeneration of disassembly.
1939
1940 2005-05-29 Jay Belanger <belanger@truman.edu>
1941
1942 * calc/calc.el (calc-user-invocation): Check if
1943 calc-invocation-macro is non-nil.
1944
1945 2005-05-29 Juri Linkov <juri@jurta.org>
1946
1947 * add-log.el (change-log-font-lock-keywords):
1948 Add `+' to e-mail regexp to accept mail address with keywords.
1949
1950 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1951
1952 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1953
1954 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1955
1956 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1957
1958 2005-05-29 Richard M. Stallman <rms@gnu.org>
1959
1960 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1961 Undo the change that moves to end of the current word.
1962
1963 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1964
1965 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1966 Throw error when count <= 0 to ensure input is a number.
1967 (gdb-read-memory-custom): Pick up address from buffer.
1968 (gdb-memory-mode): Allow user to increment and decrement
1969 memory address from header line.
1970
1971 2005-05-29 Richard M. Stallman <rms@gnu.org>
1972
1973 * flyspell.el (flyspell-version): Function deleted.
1974 (flyspell-auto-correct-previous-hook): Doc fix.
1975
1976 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1977 Do nothing if memory is full.
1978
1979 * font-lock.el (font-lock-fontify-syntactically-region):
1980 Pass t for GREEDY to looking-back.
1981
1982 * saveplace.el (save-place-alist-to-file): Write the file
1983 using write-region.
1984
1985 * subr.el (looking-back): New argument GREEDY.
1986
1987 * progmodes/compile.el (compilation-start): Set the mode
1988 before inserting the initial text.
1989
1990 * progmodes/which-func.el (which-func-update-1): Turn the mode
1991 off in case of error by setting which-func-mode.
1992
1993 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1994
1995 * flyspell.el (flyspell-auto-correct-previous-word):
1996 Narrow down to what's on the screen, and recenter overlays
1997 at the end of the next word.
1998
1999 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
2000
2001 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2002 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2003 (flyspell-abbrev-p): Default to nil.
2004 (flyspell-use-global-abbrev-table-p): Doc fix.
2005 (flyspell-large-region): Allow nil as value.
2006 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2007
2008 (mail-mode-flyspell-verify): More robust handling
2009 of `mail-header-separator'. More efficient signature detection.
2010 Allow for regexp metacharacters in message-header-separator.
2011 Adding `To' not to be checked in mail-mode-flyspell-verify.
2012
2013 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2014 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2015 Bind flyspell-auto-correct-binding.
2016 Bind C-. and C-, .
2017 (flyspell-mode-map): Likewise.
2018 (flyspell-mode): Doc fix.
2019 (flyspell-accept-buffer-local-defs): Preserve current buffer.
2020 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2021 (flyspell-word-cache-result): New var, always local.
2022 (flyspell-check-pre-word-p): Doc fix.
2023 (flyspell-check-changed-word-p): Handle spc like newline.
2024 (flyspell-post-command-hook): Set flyspell-word-cache-result.
2025 (flyspell-word-search-backward, flyspell-word-search-forward):
2026 New functions.
2027 (flyspell-word): Return t if nothing to check.
2028 When parsing TeX code, check for after } or \.
2029 Use flyspell-word-search-backward to find previous word.
2030 Return nil if duplicated word.
2031 For word already checked, return same value as last time.
2032 Set flyspell-word-cache-result after checking.
2033 Don't clobber the return value.
2034 (flyspell-get-word): Major rewrite.
2035 (flyspell-external-point-words): New locals pword, pcount.
2036 Fix size used in progress message.
2037 Find the proper corresponding word in flyspell-large-region-buffer.
2038 (flyspell-region): Check for flyspell-large-region = nil.
2039 (flyspell-highlight-incorrect-region): Clean up overlays in region.
2040 (flyspell-auto-correct-word): Check that WORD is a cons.
2041 (flyspell-correct-word): Likewise.
2042
2043 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
2044
2045 * progmodes/make-mode.el (makefile-rule-action-regex)
2046 (makefile-macroassign-regex, makefile-makepp-mode)
2047 (makefile-bsdmake-mode): Continuation lines may be empty.
2048 Reported by Joshua Varner.
2049 (makefile-makepp-font-lock-keywords): Add $(stem).
2050
2051 2005-05-28 Karl Berry <karl@gnu.org>
2052
2053 * textmodes/tex-mode.el: Now that tex-send-command calls
2054 shell-quote-argument (2005-03-31 change), remove all calls to
2055 shell-quote-argument; they all end up invoking tex-send-command.
2056 The double quoting loses on filenames with non-safe characters,
2057 such as "@". Reported by Frederik Fouvry.
2058
2059 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2060
2061 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2062 about preserving point.
2063
2064 2005-05-27 Jay Belanger <belanger@truman.edu>
2065
2066 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2067 Info-goto-node.
2068
2069 * calc/calc-embed.el (calc-embed-arg): New variable.
2070 (calc-do-embedded-activate, calc-embedded-activate-formula)
2071 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2072 variable by new variable.
2073 (calc-embedded-make-info): Replace undeclared variable by new
2074 variable. When selecting region with positive prefix
2075 argument, use end of previous line instead of beginning of line.
2076
2077 * calc/calc-aent.el (calc-arg-values): Declare it.
2078
2079 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2080 Declare them.
2081
2082 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2083
2084 * calc/calc.el (calc-alg-map): Declare it.
2085
2086 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2087
2088 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
2089
2090 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2091 (gdb-registers-buffer, toggle-gdb-all-registers):
2092 Toggle display of floating point registers.
2093 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2094
2095 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
2096 (toggle-gud-tooltip-dereference):
2097 Rename from gud-toggle-tooltip-dereference.
2098
2099 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2102
2103 2005-05-27 Jay Belanger <belanger@truman.edu>
2104
2105 * calc/calc-prog.el (calc-kbd-report): Remove.
2106 (calc-kbd-query): Rewrite.
2107
2108 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
2109
2110 * image.el (image-library-alist): Move to image.c.
2111 (image-type-available-p): Doc fix.
2112
2113 2005-05-27 Lute Kamstra <lute@gnu.org>
2114
2115 * calc/calc.el (calc):
2116 * outline.el (outline-1, outline-2, outline-3, outline-4)
2117 (outline-5, outline-6, outline-7, outline-8):
2118 * textmodes/dns-mode.el (dns-mode):
2119 * textmodes/sgml-mode.el (sgml-namespace-face):
2120 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2121 (tex-verbatim-face, tex-use-reftex):
2122 * textmodes/texinfo.el (texinfo-heading-face):
2123 Specify customization group.
2124
2125 * longlines.el: Don't require easy-mmode.
2126 (longlines-visible-face): Specify customization group.
2127
2128 2005-05-27 Kenichi Handa <handa@m17n.org>
2129
2130 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2131 encoding table of windows-1251.
2132
2133 * international/ucs-tables.el (ucs-set-table-for-input):
2134 If translation-table-for-input of a coding system is a symbol, get
2135 its translation-table property.
2136
2137 * international/code-pages.el: Don't register a coding system into
2138 non-iso-charset-alist more than once.
2139 (cp-make-coding-system): Likewise.
2140
2141 2005-05-26 John Wiegley <johnw@newartisans.com>
2142
2143 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
2144 `eshell-resume-eval' is wrapped in a list, it indicates that the
2145 command was run asynchronously. In that case, unwrap the value
2146 before checking the delimiter value.
2147
2148 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
2149 character before a space at the end of a line is \, assume the space
2150 is part of the last argument rather than a final argument separator.
2151
2152 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
2153 is in use, and the target is `t' or `nil' (which are the most common
2154 values), don't assume that the symbol target is a buffer.
2155
2156 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
2157
2158 * calendar/calendar.el (calendar-mode-line-format):
2159 Use mode-line-highlight as mouse-face.
2160
2161 * time.el (display-time-string-forms, display-time-update):
2162 Use mode-line-highlight as mouse-face.
2163
2164 2005-05-26 Jay Belanger <belanger@truman.edu>
2165
2166 * calc/calc.el (calc-language-alist): Remove extra defvar.
2167
2168 2005-05-26 Lute Kamstra <lute@gnu.org>
2169
2170 * arc-mode.el (archive-mode):
2171 * bookmark.el (bookmark-read-annotation-mode)
2172 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2173 * bs.el (bs-mode):
2174 * calc/calc-yank.el (calc-edit-mode):
2175 * calc/calc.el (calc-mode, calc-trail-mode):
2176 * calculator.el (calculator-mode):
2177 * chistory.el (command-history-mode):
2178 * comint.el:
2179 * cus-edit.el (custom-mode):
2180 * descr-text.el (describe-text-mode):
2181 * ebuff-menu.el (Electric-buffer-menu-mode):
2182 * ediff-util.el (ediff-mode):
2183 * emacs-lisp/re-builder.el (reb-mode):
2184 * emulation/vi.el (vi-mode-setup):
2185 * emulation/ws-mode.el (wordstar-mode):
2186 * eshell/esh-mode.el (eshell-mode):
2187 * forms.el (forms-mode):
2188 * help-mode.el (help-mode):
2189 * hexl.el (hexl-mode):
2190 * ibuffer.el (ibuffer-mode):
2191 * ielm.el (inferior-emacs-lisp-mode):
2192 * info.el (Info-mode, Info-edit-mode):
2193 * international/swedish.el:
2194 * ledit.el (ledit-from-lisp-mode):
2195 * locate.el (locate-mode):
2196 * mail/rmail.el (rmail-mode):
2197 * mail/rmailedit.el (rmail-edit-mode):
2198 * mail/rmailsum.el (rmail-summary-mode):
2199 * mail/supercite.el (sc-electric-mode):
2200 * net/eudc.el (eudc-mode):
2201 * net/quickurl.el (quickurl-list-mode):
2202 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
2203 * obsolete/ooutline.el (outline-mode):
2204 * obsolete/options.el (Edit-options-mode):
2205 * obsolete/rnews.el (news-mode):
2206 * obsolete/rnewspost.el (news-reply-mode):
2207 * play/5x5.el (5x5-mode):
2208 * play/decipher.el (decipher-mode, decipher-stats-mode):
2209 * play/gomoku.el (gomoku-mode):
2210 * play/snake.el (snake-mode):
2211 * play/solitaire.el (solitaire-mode):
2212 * play/tetris.el (tetris-mode):
2213 * progmodes/ada-mode.el (ada-mode):
2214 * progmodes/antlr-mode.el (antlr-mode):
2215 * progmodes/autoconf.el (autoconf-mode):
2216 * progmodes/dcl-mode.el (dcl-mode):
2217 * progmodes/delphi.el (delphi-mode):
2218 * progmodes/ebrowse.el (ebrowse-tree-mode)
2219 (ebrowse-electric-list-mode, ebrowse-member-mode)
2220 (ebrowse-electric-position-mode):
2221 * progmodes/f90.el (f90-mode):
2222 * progmodes/fortran.el (fortran-mode):
2223 * progmodes/icon.el (icon-mode):
2224 * progmodes/idlw-help.el (idlwave-help-mode):
2225 * progmodes/idlw-shell.el (idlwave-shell-mode):
2226 * progmodes/idlwave.el (idlwave-mode):
2227 * progmodes/inf-lisp.el (inferior-lisp-mode):
2228 * progmodes/m4-mode.el (m4-mode):
2229 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2230 * progmodes/modula2.el (modula-2-mode):
2231 * progmodes/octave-inf.el (inferior-octave-mode):
2232 * progmodes/octave-mod.el (octave-mode):
2233 * progmodes/pascal.el (pascal-mode):
2234 * progmodes/sh-script.el (sh-mode):
2235 * progmodes/sql.el (sql-mode, sql-interactive-mode):
2236 * progmodes/vhdl-mode.el (vhdl-mode):
2237 * progmodes/xscheme.el (scheme-interaction-mode):
2238 * replace.el (occur-mode):
2239 * ses.el (ses-mode):
2240 * simple.el (completion-list-mode):
2241 * skeleton.el:
2242 * speedbar.el (speedbar-mode):
2243 * term.el (term-mode):
2244 * terminal.el (terminal-edit-mode):
2245 * textmodes/reftex-index.el (reftex-index-mode)
2246 (reftex-index-phrases-mode):
2247 * textmodes/reftex-sel.el (reftex-select-label-mode)
2248 (reftex-select-bib-mode):
2249 * textmodes/reftex-toc.el (reftex-toc-mode):
2250 * wdired.el (wdired-change-to-wdired-mode):
2251 * wid-browse.el (widget-browse-mode):
2252 Use run-mode-hooks.
2253
2254 * array.el (array-mode):
2255 * calendar/todo-mode.el (todo-mode):
2256 * man.el (Man-mode):
2257 * play/landmark.el (lm-mode):
2258 * play/mpuz.el (mpuz-mode):
2259 Use kill-all-local-variables and run-mode-hooks.
2260
2261 * subr.el (delay-mode-hooks): Specify indentation.
2262
2263 2005-05-26 Mark A. Hershberger <mah@everybody.org>
2264
2265 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2266
2267 2005-05-26 Jay Belanger <belanger@truman.edu>
2268
2269 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2270 of nil.
2271
2272 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
2273
2274 * progmodes/gdb-ui.el (gdb-frame-address):
2275 Rename from gdb-current-address.
2276 (gdb-previous-frame-address): Rename from gdb-previous-address.
2277 (gdb-selected-frame): Rename from gdb-current-frame.
2278 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2279 (gdb-frame-number): Rename from gdb-current-stack-level.
2280 (gdb-ann3): Match new mode-name for disassembly buffer.
2281 Extend initialisation of variables.
2282 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2283 (gdb-memory-mode): Use mouse-face in header line.
2284 (gdb-assembler-buffer-name): Call it disassembly and give frame
2285 in mode line.
2286 (gdb-source-spec-regexp, gdb-assembler-custom)
2287 (gdb-invalidate-assembler, gdb-frame-handler):
2288 Make robust to leading zeroes in address format.
2289
2290 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
2291
2292 * textmodes/org.el (org-mode): Use `define-derived-mode' to
2293 define `org-mode'.
2294 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2295
2296 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * log-edit.el (log-edit-changelog-entries): Distinguish between
2299 filenames like xfns.c and fns.c.
2300
2301 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
2302
2303 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2304 point after reverting.
2305 (Buffer-menu-make-sort-button): Handle the case where
2306 `Buffer-menu-use-header-line' is nil.
2307
2308 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2309
2310 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2311 New funcs. In minibuffer-local-completion-map bind `]', `/'
2312 and `:' to them.
2313
2314 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * startup.el (normal-top-level): Allow modification of load-path while
2317 we're iterating over it.
2318
2319 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
2320
2321 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2322 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2323 (thumbs-resize-interactive, thumbs-insert-image)
2324 (thumbs-insert-thumb, thumbs-dired-show-marked)
2325 (thumbs-find-image-at-point, thumbs-delete-images)
2326 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2327 (thumbs-increment-image-size, thumbs-decrement-image-size):
2328 Fix typos in docstrings.
2329
2330 2005-05-24 Andre Spiegel <spiegel@gnu.org>
2331
2332 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2333 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2334 (cperl-mode): Use them.
2335
2336 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
2337
2338 * window.el (quit-window, shrink-window-if-larger-than-buffer):
2339 Doc fixes.
2340
2341 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
2342
2343 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2344 Bind C-d to gdb-inferior-io-eof.
2345
2346 * dired.el (dired-dnd-popup-notice): Use message-box.
2347
2348 2005-05-23 Masatake YAMATO <jet@gyve.org>
2349
2350 * bindings.el (mode-line-major-mode-keymap):
2351 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2352
2353 * faces.el (mode-line-highlight): New face.
2354
2355 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2356 as mouse-face.
2357
2358 * bindings.el (top-level, help-echo, mode-line-modified)
2359 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2360 as mouse-face.
2361
2362 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * progmodes/cc-engine.el (c-guess-basic-syntax):
2365 Remove spurious call to `zerop'.
2366
2367 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2368
2369 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2370
2371 CC Mode update to 5.30.10:
2372
2373 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2374 could go past the limit in decoration level 2, thereby causing
2375 errors during interactive fontification.
2376
2377 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2378 the file is evaluated interactively.
2379
2380 * cc-engine.el (c-guess-basic-syntax): Handle operator
2381 declarations somewhat better in C++.
2382
2383 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2384 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2385 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2386 (awk-mode): Use it.
2387 (make-local-hook): Suppress warning about obsoleteness.
2388
2389 * cc-engine.el, cc-align.el, cc-cmds.el
2390 (c-append-backslashes-forward, c-delete-backslashes-forward)
2391 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2392 Compensate for return value from `forward-line' when it has moved
2393 but not to a different line due to eob.
2394
2395 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2396 `objc-method-intro' and `objc-method-args-cont'.
2397
2398 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2399
2400 CC Mode update to 5.30.10:
2401
2402 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2403 in the copyright statement. Incidentally, change "along with GNU
2404 Emacs" to "along with this program" where it occurs.
2405
2406 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2407 so that it is interactive, hence can be found by M-x awk-mode
2408 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2409 <gmorris+emacs@ast.cam.ac.uk>.
2410
2411 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2412 Mode's regexps.
2413
2414 2005-05-23 Kevin Ryde <user42@zip.com.au>
2415
2416 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2417 c-parse-state, to avoid a lisp error (on bad code).
2418
2419 2005-05-23 Lute Kamstra <lute@gnu.org>
2420
2421 * subr.el (font-lock-defaults): Remove defvar as it's already
2422 defined in font-core.el.
2423
2424 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2425
2426 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2427
2428 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2429 more general and work when GDB variable "print pretty" is on,
2430 as with Emacs, for example.
2431
2432 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2433
2434 * font-core.el: Update comment.
2435
2436 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2437 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2438
2439 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2440
2441 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2442
2443 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2444 and `yank-handler' in the doc strings.
2445
2446 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2449
2450 2005-05-22 Richard M. Stallman <rms@gnu.org>
2451
2452 * help.el (describe-key): Move print-help-return-message call
2453 out of conditional.
2454
2455 * progmodes/etags.el (list-tags): Use with-no-warnings.
2456
2457 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2458 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2459 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2460
2461 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2462
2463 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2464 Add defvar.
2465
2466 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2467 Use defvar, not defconst.
2468
2469 * hexl.el (hexl-follow-line): Use with-no-warnings.
2470
2471 * emulation/tpu-extras.el: Use write-file-functions instead of
2472 write-file-hooks.
2473
2474 * dired.el (dired-font-lock-keywords): Fontify files with junk
2475 extensions even if marked by -F.
2476
2477 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2478
2479 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2480 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2481 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2482 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2483 (concatenate, list-length, get*, getf, cl-remprop):
2484 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2485 (etypecase, progv, lexical-let, lexical-let*)
2486 (multiple-value-bind, multiple-value-setq, shiftf):
2487 Improve argument/docstring consistency.
2488
2489 * subr.el (focus-frame, unfocus-frame):
2490 Revert deletion on 2005-05-01.
2491
2492 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2493
2494 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2495 doesn't exist.
2496
2497 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2498 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2499
2500 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2501
2502 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2503 already deleted variables: auto-fill-hook, blink-paren-hook,
2504 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2505 suspend-hooks, comment-indent-hook, meta-flag,
2506 before-change-function, after-change-function,
2507 font-lock-doc-string-face.
2508
2509 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2510
2511 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2512
2513 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2514
2515 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2516 rmail-dont-reply-to.
2517
2518 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2519
2520 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2521 literal blank when splitting new-header-values.
2522
2523 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2524
2525 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2526 string so that tmm doesn't create a completion entry for it.
2527
2528 * textmodes/table.el (table-disable-menu): Ditto.
2529
2530 2005-05-21 Richard M. Stallman <rms@gnu.org>
2531
2532 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2533
2534 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2535
2536 * net/rcompile.el (remote-compile): Use compilation-start.
2537
2538 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2539
2540 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2541
2542 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2543 Default to makefile-bsdmake-mode on BSD systems.
2544
2545 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2546 REGEXP may also be a search function now. The part of doc-string
2547 for describing the structure was 95% identical to that of
2548 `imenu--generic-function'. Unify it there.
2549
2550 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2551 Use function to find dependencies, because regexp alone is so complex,
2552 it easily goes into an endless loop.
2553 (makefile-makepp-mode): Also add submenu for Perl functions
2554 defined in the makefile.
2555 (makefile-bsdmake-mode): Special imenu-generic-expression no
2556 longer needed, due to function call.
2557 (makefile-match-dependency): Take BOUND into account when checking
2558 if we're through.
2559
2560 2005-05-20 Jay Belanger <belanger@truman.edu>
2561
2562 * calc/calc-units.el (calc-invalidate-units-table):
2563 Use inhibit-read-only.
2564 (math-build-units-table-buffer): Use view-mode.
2565
2566 2005-05-20 David Kastrup <dak@gnu.org>
2567
2568 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2569 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2570
2571 2005-05-20 Lute Kamstra <lute@gnu.org>
2572
2573 * diff-mode.el (diff-header-face, diff-file-header-face)
2574 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2575 (diff-added-face, diff-changed-face, diff-function-face)
2576 (diff-context-face, diff-nonexistent-face): Put them in the
2577 diff-mode customization group.
2578
2579 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2582
2583 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2584
2585 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2586 Minor regexp-optimization.
2587
2588 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2589
2590 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2591 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2592 (org-agenda-add-time-grid-maybe): New function.
2593 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2594 (org-table-create): `dotimes' instead of `mapcar'.
2595 (org-xor): Simplify implementation.
2596 (org-agenda): `inhibit-redisplay' turned on.
2597 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2598 a consistent line after a state change.
2599 (org-agenda-remove-times-when-in-prefix): New option.
2600 (org-prefix-has-time): New variable.
2601 (org-parse-time-string): Optional argument NODEFAULT.
2602 (org-format-agenda-item): Parse items for time-of-day
2603 specifications and move these into the prefix if possible.
2604 (org-agenda-priority): Get current heading, not previous heading
2605 during agenda remote editing.
2606
2607 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2608
2609 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2610 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2611 (remove-duplicates, delete-duplicates, substitute)
2612 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2613 (nsubstitute-if-not, find, find-if, find-if-not, position)
2614 (position-if, position-if-not, count, count-if, count-if-not)
2615 (mismatch, search, sort*, stable-sort, merge, member*)
2616 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2617 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2618 (intersection, nintersection, set-difference, nset-difference)
2619 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2620 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2621 (nsublis, tree-equal): Improve argument/docstring consistency.
2622
2623 * subr.el (send-string, send-region):
2624 Remove obsolescence declaration.
2625 (window-dot, set-window-dot, read-input, show-buffer)
2626 (eval-current-buffer, string-to-int):
2627 Add release number to obsolescence declarations.
2628
2629 2005-05-19 Kim F. Storm <storm@cua.dk>
2630
2631 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2632 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2633
2634 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2635
2636 * faces.el (list-faces-display): Make back button respect optional
2637 regexp arg.
2638
2639 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2640
2641 * calculator.el (calculator-radix-grouping-mode)
2642 (calculator-radix-grouping-digits, calculator-displayer)
2643 (calculator-radix-grouping-separator, calculator-copy-displayer):
2644 * dabbrev.el (dabbrev-search-these-buffers-only):
2645 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2646 (diff-advance-after-apply-hunk, diff-mode-hook)
2647 (diff-minor-mode-prefix):
2648 * imenu.el (imenu-use-popup-menu):
2649 * jit-lock.el (jit-lock-context-time):
2650 * newcomment.el (comment-fill-column, comment-column)
2651 (comment-style, comment-padding, comment-multi-line)
2652 (comment-empty-lines, comment-auto-fill-only-comments):
2653 * reveal.el (reveal-around-mark):
2654 * uniquify.el (uniquify-buffer-name-style)
2655 (uniquify-after-kill-buffer-p)
2656 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2657 (uniquify-min-dir-content, uniquify-separator)
2658 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2659 * w32-vars.el (w32-fixed-font-alist):
2660 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2661 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2662 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2663 * progmodes/perl-mode.el (perl-indent-level)
2664 (perl-continued-statement-offset, perl-continued-brace-offset)
2665 (perl-brace-offset, perl-brace-imaginary-offset)
2666 (perl-label-offset, perl-indent-continued-arguments)
2667 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2668 * progmodes/tcl.el (tcl-indent-level)
2669 (tcl-continued-indent-level, tcl-auto-newline)
2670 (tcl-tab-always-indent, tcl-electric-hash-style)
2671 (tcl-help-directory-list, tcl-use-smart-word-finder)
2672 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2673 (inferior-tcl-source-command):
2674 * textmodes/fill.el (enable-kinsoku):
2675 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2676 * textmodes/table.el (table-yank-handler):
2677 Specify missing group (and type, if simple) in defcustom.
2678
2679 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2680
2681 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2682
2683 2005-05-19 Richard M. Stallman <rms@gnu.org>
2684
2685 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2686
2687 * subr.el (event-basic-type): Don't get an error.
2688 (left-fringe-p): Function deleted.
2689
2690 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2691 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2692
2693 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2694 in recursive copy.
2695
2696 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2697
2698 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2699
2700 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2701 Call byte-compile-nogroup-warn if appropriate.
2702
2703 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2704 (compilation-set-window): Don't call left-fringe-p; do it directly.
2705
2706 2005-05-19 Jay Belanger <belanger@truman.edu>
2707
2708 * calc/calc-graph.el (calc-graph-format-data): Make sure
2709 var-PlotRejects is bound before trying to check its value.
2710
2711 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2712
2713 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2714 definition of this variable from reftex-global.el to reftex.el,
2715 because it is needed in the menu.
2716
2717 2005-05-19 Lute Kamstra <lute@gnu.org>
2718
2719 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2720 years are fixed. Don't insert a space after a dash.
2721
2722 2005-05-19 Kim F. Storm <storm@cua.dk>
2723
2724 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2725
2726 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2727
2728 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2729 strings, because (eq ... ?\\) is fairly frequent.
2730
2731 * progmodes/make-mode.el (makefile-add-this-line-targets):
2732 Simplify and integrate into `makefile-pickup-targets'.
2733 (makefile-add-this-line-macro): Simplify and integrate into
2734 `makefile-pickup-macros.
2735 (makefile-pickup-filenames-as-targets): Simplify.
2736 (makefile-previous-dependency, makefile-match-dependency):
2737 Don't stumble over `::'.
2738
2739 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2740
2741 * subr.el (post-command-idle-hook, post-command-idle-delay):
2742 Remove obsoletion of post-command-idle-hook and
2743 post-command-idle-delay.
2744
2745 * faces.el (list-faces-display): Provide button when describe-face
2746 is called to take user back to the list of faces.
2747
2748 * help-fns.el (describe-variable): Remove hyperlinks in a
2749 variable's value as these are quite frequently inappropriate.
2750
2751 * follow.el (follow-submit-feedback, follow-mode):
2752 Remove references to post-command-idle-hook.
2753
2754 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2755
2756 * progmodes/make-mode.el (makefile-previous-dependency)
2757 (makefile-match-dependency): Check for := (and in bsd mode also
2758 !=) to give a better result, even when font-lock is not on.
2759
2760 2005-05-18 Jay Belanger <belanger@truman.edu>
2761
2762 * calc/calc-help.el (calc-s-prefix-help):
2763 Add `calc-copy-special-constant' to help string.
2764
2765 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2766
2767 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2768
2769 2005-05-18 Jay Belanger <belanger@truman.edu>
2770
2771 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2772 in linear factors are in proper order.
2773
2774 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2775
2776 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2777 Support for jurabib.
2778
2779 * textmodes/reftex.el (featurep): Define aliases for overlay
2780 commands, for XEmacs compatibility, and use these aliases in
2781 overlay initializations.
2782 (reftex-highlight): Use `reftex-move-overlay'.
2783 (reftex-unhighlight): Use `reftex-delete-overlay'.
2784 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2785 (reftex-access-search-path): Use `reftex-uniquify' instead of
2786 `reftex-uniq'
2787
2788 * textmodes/reftex-sel.el (reftex-select-unmark):
2789 Overlay `before-string' property modification enables for Emacs as well.
2790 (reftex-select-item): Use `reftex-delete-overlay'.
2791 (reftex-select-mark): Use `reftex-make-overlay' and
2792 `reftex-overlay-put'.
2793 (reftex-select-unmark): Use `reftex-delete-overlay' and
2794 `reftex-overlay-put'.
2795
2796 2005-05-18 Lute Kamstra <lute@gnu.org>
2797
2798 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2799
2800 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2801
2802 * add-log.el (add-change-log-entry):
2803 * array.el (array-make-template, array-reconfigure-rows)
2804 (array-init-max-row, array-init-max-column)
2805 (array-init-columns-per-line, array-init-field-width):
2806 * replace.el (replace-match-maybe-edit, perform-replace):
2807 * textmodes/spell.el (spell-region):
2808 Replace `read-input' by `read-string'.
2809
2810 * forms.el (forms-mode):
2811 * finder.el (finder-compile-keywords):
2812 * shadowfile.el (shadow-read-files):
2813 Replace `eval-current-buffer' by `eval-buffer'.
2814
2815 * terminal.el (te-pass-through):
2816 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2817 (ange-ftp-raw-send-cmd):
2818 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2819 (send-process-next-char, telnet-initial-filter, telnet):
2820 Replace `send-string' by `process-send-string'.
2821
2822 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2823 (prolog-consult-region): Replace `send-string' by
2824 `process-send-string'; replace `send-region' by `process-send-region'.
2825
2826 * progmodes/delphi.el (delphi-log-msg):
2827 Replace `set-window-dot' by `set-window-point'.
2828
2829 * subr.el (window-dot, set-window-dot, read-input, send-string)
2830 (send-region, show-buffer, eval-current-buffer):
2831 Make really obsolete, as the comment says.
2832
2833 2005-05-17 Kim F. Storm <storm@cua.dk>
2834
2835 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2836 (cua--init-keymaps): Bind C-return instead of S-return to set
2837 rectangle mark.
2838
2839 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2840 instead of S-return to toggle/clear rectangle mark.
2841
2842 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2843
2844 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2845 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2846 Also fontify plain strings assigned to variables, mostly so that a
2847 colon has a face and is thus not taken as a dependency separator.
2848 (makefile-previous-dependency): Inline the new matcher, because it
2849 is too complex to work in both directions.
2850 (makefile-match-dependency): Eliminate `backward' arg (see above).
2851 Completely reimplemented so as to not sometimes go into an endless
2852 loop. It should also be more efficient, because first it only
2853 searches for `:', instead of applying the very complex regexp.
2854 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2855 to be fontified in one piece can be too long for JIT.
2856 Makefiles are never *that* big.
2857
2858 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2859
2860 * dired.el (dired-mode): Simplify.
2861
2862 2005-05-17 Lute Kamstra <lute@gnu.org>
2863
2864 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2865 defcustom for the mode hook variable.
2866
2867 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2868 Emacs Lisp Reference Manual.
2869
2870 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2871
2872 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2873 (evenp, list*):
2874 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2875 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2876
2877 * net/tramp-smb.el (tramp-smb-open-connection):
2878 Pass `tramp-chunksize' as fifth (required) argument.
2879
2880 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2881
2882 * font-lock.el (lisp-font-lock-keywords-1):
2883 Set `font-lock-negation-char-face' for [^...] char group.
2884 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2885
2886 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2887 a var, and refine it to mask one more level of nested vars.
2888 (makefile-rule-action-regex): Turn it into a var, and refine it so
2889 it recognizes backslashed continuation lines as belonging to the
2890 same command.
2891 (makefile-macroassign-regex): Refine it so it recognizes
2892 backslashed continuation lines as belonging to the same command.
2893 (makefile-var-use-regex): Don't look at the next char, because it
2894 might be the same one to be skipped by the initial [^$], leading
2895 to an overlooked variable use.
2896 (makefile-make-font-lock-keywords): Remove two parameters, which
2897 are now variables that some of the modes set locally.
2898 Handle dependency and rule action matching through functions, because
2899 regexps alone match too often. Dependency matching now comes
2900 last, so it can check, whether a colon already matched something else.
2901 (makefile-mode): Inform that font-lock improves makefile parsing
2902 capabilities.
2903 (makefile-match-dependency, makefile-match-action): New functions.
2904
2905 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2908
2909 * align.el (align-regexp):
2910 * ansi-color.el (ansi-color-get-face):
2911 * array.el (array-reconfigure-rows, array-init-max-row)
2912 (array-init-max-column, array-init-columns-per-line)
2913 (array-init-field-width):
2914 * dired-aux.el (dired-trample-file-versions):
2915 * dired-x.el (dired-mark-sexp):
2916 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2917 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2918 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2919 * faces.el (face-read-integer):
2920 * files.el (backup-extract-version, insert-directory):
2921 * hexl.el (hexl-insert-decimal-char):
2922 * server.el (server-process-filter):
2923 * shell.el (shell-extract-num):
2924 * startup.el (command-line-1):
2925 * term.el (term-command-hook):
2926 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2927 (time-stamp-do-number):
2928 * time.el (display-time-update):
2929 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2930 (timezone-fix-time):
2931 * vms-patch.el (vms-suspend-resume-hook):
2932 * calendar/appt.el (appt-convert-time):
2933 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2934 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2935 * calendar/cal-islam.el (mark-islamic-diary-entries):
2936 * calendar/calendar.el (calendar-cursor-to-date)
2937 (calendar-star-date):
2938 * calendar/diary-lib.el (diary-attrtype-convert)
2939 (mark-diary-entries, diary-entry-time):
2940 * calendar/solar.el (solar-get-number):
2941 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2942 * emacs-lisp/re-builder.el (reb-display-subexp):
2943 * emulation/edt.el (edt-set-scroll-margins):
2944 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2945 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2946 (vip-get-ex-count):
2947 * emulation/viper-ex.el (viper-get-ex-token)
2948 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2949 * international/fontset.el (fontset-plain-name):
2950 * mail/feedmail.el (feedmail-look-at-queue-directory):
2951 * mail/mailalias.el (mail-get-names):
2952 * mail/rmail.el (rmail-convert-to-babyl-format):
2953 * mail/rmailsum.el (rmail-make-basic-summary-line)
2954 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2955 (rmail-summary-goto-msg):
2956 * mail/smtpmail.el (smtpmail-read-response):
2957 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2958 (ange-ftp-vms-add-file-entry):
2959 * play/gametree.el (gametree-looking-at-ply)
2960 (gametree-current-branch-score):
2961 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2962 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2963 * progmodes/cperl-mode.el (condition-case):
2964 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2965 (ebrowse-set-member-buffer-column-width)
2966 (ebrowse-select-1st-to-9nth):
2967 * progmodes/etags.el (etags-snarf-tag):
2968 * progmodes/flymake.el (flymake-parse-line):
2969 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2970 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2971 (idlwave-shell-menu-def):
2972 * progmodes/ps-mode.el (ps-run-goto-error):
2973 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2974 (vhdl-speedbar-contract-level):
2975 * term/mac-win.el (x-handle-numeric-switch):
2976 * term/sun-mouse.el (sun-get-frame-data):
2977 * term/w32-win.el (x-handle-numeric-switch):
2978 * term/x-win.el (x-handle-numeric-switch):
2979 * textmodes/ispell.el (ispell-parse-output):
2980 * textmodes/nroff-mode.el (nroff-outline-level):
2981 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2982 (reftex-bib-sort-year-reverse, reftex-format-citation):
2983 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2984 (reftex-section-number):
2985 * textmodes/texinfmt.el (texinfo-paragraphindent):
2986 Replace `string-to-int' by `string-to-number'.
2987
2988 * international/latexenc.el: Add page marker to force the "Local
2989 Variables:" string out of the last page.
2990
2991 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2992
2993 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2994 tooltip-change-major-mode.
2995 (gud-tooltip-print-command): Remove case where gud-minor-mode
2996 is gdb ("--fullname").
2997 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2998 explain to user.
2999
3000 2005-05-16 Jay Belanger <belanger@truman.edu>
3001
3002 * calc/calc-store.el (calc-copy-special-constant): New function.
3003
3004 * calc/calc-ext.el (calc-init-extensions): Add binding for
3005 `calc-copy-special-constant'.
3006
3007 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3008 for the `calc-copy-special-constant' command.
3009
3010 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3011
3012 * subr.el (left-fringe-p): New function.
3013
3014 * progmodes/compile.el (compilation-setup): Set local value of
3015 overlay-arrow-string to "" always.
3016 (compilation-set-window): Left fringe then don't scroll.
3017 No left fringe then no arrow and scroll message to top.
3018 (compilation-context-lines): Adjust doc string accordingly.
3019
3020 2005-05-16 Kim F. Storm <storm@cua.dk>
3021
3022 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3023 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3024 (ido-wide-find-dir-or-delete-dir): New command for M-d.
3025 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
3026 (ido-read-file-name): Handle commands with ido property value
3027 equal to find-file as reading a file name, to allow C-d to enter dired.
3028 (ibuffer-find-file): Add ido property with value find-file.
3029
3030 2005-05-15 Kim F. Storm <storm@cua.dk>
3031
3032 * subr.el (open-network-stream-nowait): Remove.
3033 (open-network-stream-server): Remove.
3034
3035 2005-05-15 Richard M. Stallman <rms@gnu.org>
3036
3037 * faces.el (describe-face): Output a definition link button.
3038
3039 * help-mode.el (help-face-def): New button type.
3040
3041 * emacs-lisp/copyright.el (copyright-fix-years):
3042 Match properly if the first year is 2-digit.
3043 Don't mess up the whitespace after the years by filling.
3044
3045 * dired-aux.el (dired-mark-confirm):
3046 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3047
3048 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3049 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3050 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3051
3052 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3053 Set font-lock-comment-start-skip.
3054
3055 * font-lock.el (font-lock-comment-start-skip): New variable.
3056 (font-lock-comment-end-skip): New variable.
3057 (font-lock-fontify-syntactically-region): Use them if non-nil.
3058
3059 2005-05-15 Jay Belanger <belanger@truman.edu>
3060
3061 * calc/calc-store.el (calc-store-value): Return a string rather
3062 than display it as a message.
3063 Use calc-var-name for variable name.
3064 (calc-store-into): Add the result of calc-store-value to message.
3065 (calc-copy-variable): Add a message.
3066 (calc-store-exchange): Improve error messages.
3067 (calc-store-binary, calc-store-map): Don't reset the values of
3068 special constants.
3069
3070 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3071
3072 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3073 manual to docstring.
3074
3075 * files.el (hack-local-variables-confirm): Add STRING argument.
3076 Make the function handle non file visiting buffers correctly.
3077 (hack-local-variables-prop-line, hack-local-variables)
3078 (hack-one-local-variable): Use STRING arg of
3079 `hack-local-variables-confirm'.
3080
3081 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
3082
3083 Sync with Tramp 2.0.49.
3084
3085 * tramp.el (tramp-handle-dired-call-process)
3086 (tramp-handle-insert-directory):`insert-buffer' cannot be used
3087 because the contents of the Tramp buffer is changed before
3088 insertion (`expand-file' and alike).
3089 (tramp-handle-insert-directory): If `localname' has an empty
3090 nondirectory name, it must not be quoted.
3091 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
3092 variable `tramp-chunksize'. Change callees.
3093 (tramp-open-connection-setup-interactive-shell): Check remote host
3094 for buggy `send-process-string' implementation.
3095 Set `tramp-chunksize' if found. Reported by Michael Kifer
3096 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3097 (tramp-handle-shell-command): `insert-buffer' cannot be used
3098 because the contents of the Tramp buffer is changed before
3099 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3100 <frederic.bothamy@free.fr>.
3101 (tramp-set-auto-save): Actions should be done for Tramp file name
3102 handler only. Ange-FTP has its own auto-save mechanism.
3103 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3104 (tramp-set-auto-save-file-modes): Set file modes of
3105 `buffer-auto-save-file-name' to ?\600 as fallback solution.
3106 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3107 (tramp-bug): Remove obsolete variable.
3108 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
3109 for presence of `mml-mode'. Make it running for older Emacsen as well.
3110
3111 2005-05-14 John Paul Wallington <jpw@pobox.com>
3112
3113 * ibuf-ext.el (define-ibuffer-filter filename):
3114 If `dired-directory' is a list, use its car.
3115
3116 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
3117
3118 * ibuffer.el (define-ibuffer-column filename):
3119 If `dired-directory' is a list, use its car.
3120
3121 2005-05-14 Richard M. Stallman <rms@gnu.org>
3122
3123 * subr.el (symbol-file): Doc fix.
3124
3125 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3126 (byte-compile-form): Call byte-compile-nogroup-warn.
3127 (byte-compile-warning-types): Doc fix.
3128
3129 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3130
3131 * progmodes/cc-engine.el (c-literal-faces):
3132 Add font-lock-comment-delimiter-face.
3133
3134 * net/net-utils.el (dig): Use with-no-warnings.
3135
3136 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3137 (sc-recite-frame-alist, sc-default-cite-frame)
3138 (sc-default-uncite-frame, sc-default-recite-frame)
3139 (sc-attrib-selection-list, sc-rewrite-header-list):
3140 Mark as risky-local-variable.
3141
3142 * international/ogonek.el (ogonek-jak, ogonek-how):
3143 Don't use beginning-of-buffer.
3144
3145 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
3146
3147 * calendar/solar.el (solar-data-list): Move definition up.
3148
3149 * dnd.el (dnd-protocol-alist): Add autoload.
3150
3151 * progmodes/sh-script.el: Many doc usage fixes.
3152 (sh-indent-after-do): Change default to match common styles.
3153
3154 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
3155
3156 * files.el (interpreter-mode-alist)
3157 (auto-mode-interpreter-regexp): Doc fixes.
3158
3159 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
3160
3161 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3162
3163 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3164
3165 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3166
3167 * dired.el (dired-mode): make-variable-buffer-local =>
3168 make-local-variable.
3169
3170 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3171
3172 * term/mac-win.el (mac-select-convert-to-string): Try coding
3173 systems in mac-script-code-coding-systems if specified one cannot
3174 encode string for `com.apple.traditional-mac-plain-text'.
3175
3176 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
3177
3178 * progmodes/make-mode.el (makefile-targets-face)
3179 (makefile-shell-face, makefile-makepp-perl-face): New faces.
3180 (makefile-dependency-regex): Fix it to not make the colon in
3181 $(var:a=b) special.
3182 (makefile-rule-action-regex): New regexp for highlighting embedded
3183 Shell strings.
3184 (makefile-macroassign-regex): Handle != for highlighting as
3185 embedded Shell strings.
3186 (makefile-var-use-regex): New const.
3187 (makefile-statements, makefile-automake-statements)
3188 (makefile-gmake-statements, makefile-makepp-statements)
3189 (makefile-bsdmake-statements): New consts.
3190 (makefile-make-font-lock-keywords): New function.
3191 (makefile-automake-font-lock-keywords)
3192 (makefile-gmake-font-lock-keywords)
3193 (makefile-makepp-font-lock-keywords)
3194 (makefile-bsdmake-font-lock-keywords): New consts.
3195 (makefile-mode-map): Add switchers between the various submodes.
3196 (makefile-mode): Document the availability of the variants.
3197 (makefile-automake-mode, makefile-gmake-mode)
3198 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
3199
3200 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
3201 new variants of makefile-mode.
3202
3203 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * font-lock.el (font-lock-comment-delimiter-face): Fix up
3206 the inheritance.
3207
3208 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
3209
3210 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3211 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3212
3213 * files.el (normal-mode): Extend the scope of the
3214 `enable-local-variables' binding to include the `set-auto-mode' call.
3215 (magic-mode-alist): Doc fix.
3216
3217 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3220 font-lock-comment-face rather than copying its setting.
3221
3222 2005-05-12 Andreas Schwab <schwab@suse.de>
3223
3224 * eshell/esh-mode.el (eshell-send-input): Doc fix.
3225
3226 2005-05-12 Lute Kamstra <lute@gnu.org>
3227
3228 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3229 defcustom for the mode hook variable. Delete the last argument.
3230 * generic-x.el: Fix callers of define-generic-mode.
3231 (generic-x-modes): Delete group.
3232 (show-tabs-tab-face, show-tabs-space-face): Put them in the
3233 generic-x customization group.
3234
3235 2005-05-12 Kim F. Storm <storm@cua.dk>
3236
3237 * font-lock.el (font-lock-negation-char-face): Default to "off".
3238
3239 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3240 font-lock-negation-char-face to ! in !=.
3241
3242 2005-05-12 Masatake YAMATO <jet@gyve.org>
3243
3244 * add-log.el (find-change-log): Fix typos in the docstring
3245 of function.
3246
3247 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3248
3249 * international/latexenc.el (latexenc-find-file-coding-system):
3250 Avoid `re-search-forward' when looking for input encoding because
3251 of speed and safety. Better regular expressions for recognizing
3252 input encoding. Limit a search for TeX-master/tex-main-file to
3253 the local variable section.
3254
3255 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
3256
3257 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3258 syntax of $ to "'" (quote).
3259
3260 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3261
3262 * dnd.el (dnd-protocol-alist): Improve custom type.
3263
3264 * dired.el (dired-dnd-protocol-alist): New variable.
3265 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
3266 `dired-mode-hook' to the end.
3267
3268 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3271 comment-end if comment-start-skip is not set.
3272 Obey the font-lock-comment-delimiter-face variables.
3273
3274 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * files.el (executable-find): Move from executable.el. Use locate-file.
3277 * progmodes/executable.el (executable-find): Move to files.el.
3278
3279 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3280 when trying to ensure forward progress.
3281
3282 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * mouse-sel.el (mouse-sel-follow-link-p): New function.
3285 (mouse-select, mouse-select-internal, mouse-extend-internal):
3286 Use it to implement mouse-1-click-follows-link functionality.
3287
3288 2005-05-11 Richard M. Stallman <rms@gnu.org>
3289
3290 * font-lock.el (font-lock-fontify-syntactically-region):
3291 Use font-lock-comment-delimiter-face for comment delimiters.
3292
3293 2005-05-10 Jay Belanger <belanger@truman.edu>
3294
3295 * calc/calc-help.el (calc-m-prefix-help): Add mention of
3296 preserving embedded modes.
3297
3298 2005-05-10 Richard M. Stallman <rms@gnu.org>
3299
3300 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3301
3302 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3303 Move from ada-stmt.el.
3304 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3305
3306 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3307 Move to ada-mode.el.
3308 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3309
3310 * cus-edit.el (custom-file): Call file-chase-links.
3311
3312 * files.el (read-directory-name): Fix previous change.
3313 (hack-local-variables-confirm): New function.
3314 (hack-local-variables-prop-line, hack-local-variables)
3315 (hack-one-local-variable): Use it.
3316
3317 2005-05-10 Lute Kamstra <lute@gnu.org>
3318
3319 * font-lock.el (font-lock-keywords-alist)
3320 (font-lock-removed-keywords-alist): Clarify docstrings.
3321
3322 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
3323
3324 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3325 (gdb-source-info): Check for preprocessor info.
3326 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
3327 a macro for a function.
3328 (gdb-info-breakpoints-custom): Try to find file again if not already
3329 found (user might have used GDB dir command).
3330 (gdb-get-location): Update gdb-location-alist correctly for change
3331 to gdb-info-breakpoints-custom.
3332
3333 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3334 (gud-tooltip-print-command): Add gdbmi case.
3335 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3336 preprocessor info.
3337
3338 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
3339
3340 * startup.el (fancy-splash-insert): Fix typo in doc string.
3341
3342 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
3343
3344 * obsolete/float.el (string-to-float):
3345 * obsolete/hilit19.el (hilit-add-pattern):
3346 * obsolete/rnews.el (news-parse-range, news-select-message)
3347 (news-get-pruned-list-of-files): Replace `string-to-int' by
3348 `string-to-number'.
3349
3350 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3351 `find-file-not-found-hooks'; use `add-hook'.
3352 (uncompress-while-visiting): Set `write-file-functions', not
3353 `write-file-hooks'; use `add-hook'.
3354
3355 2005-05-09 Kim F. Storm <storm@cua.dk>
3356
3357 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3358 (cua-paste): Handle clipboard action.
3359 (cua--init-keymaps): Remap clipboard-kill-region and
3360 clipboard-kill-ring-save.
3361
3362 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3363
3364 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3365 Improve commentary.
3366
3367 * simple.el (next-error-overlay-arrow-position): Revert the change
3368 made on 2005-04-30.
3369
3370 2005-05-07 Jay Belanger <belanger@truman.edu>
3371
3372 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3373 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3374 `calc-sel-reselect'.
3375
3376 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3377 Calc is in embedded mode.
3378
3379 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3380
3381 * progmodes/compile.el (compilation-setup):
3382 Set overlay-arrow-string to an empty string on text terminals.
3383
3384 * textmodes/ispell.el (ispell-program-name): Try looking for
3385 "aspell" along exec-path, and if found, use it as the default
3386 speller program.
3387
3388 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3389
3390 * international/mule.el (sgml-xml-auto-coding-function):
3391 Recognize encoding='FOO' in single quotes as well as in double quotes.
3392
3393 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3394
3395 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3396 as well as `interactive', so that defmacro* would recognize
3397 `declare' forms.
3398
3399 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3400
3401 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3402 Explain more about the LIGHTER arg's usage in the doc string.
3403 Add commentary to clarify what the code does. Fix the regexp that
3404 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3405 since it could have characters special to regular expressions.
3406
3407 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3408
3409 * replace.el (occur-1): Bind inhibit-read-only so that
3410 erase-buffer doesn't barf on read-only text properties (likewise
3411 for add-text-properties in occur-engine). Mark buffer as unmodified.
3412 (occur-engine): Don't set buffer-read-only here.
3413
3414 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3417 list-buffers-directory. This caused the *cvs-commit* buffer to be
3418 sometimes mistakenly reused as a *cvs* buffer.
3419
3420 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3421
3422 * tooltip.el: Move code for GUD tooltips into gud.el.
3423 (require): CL no longer needed to compile case.
3424 (tooltip-mode): Do not toggle functions for GUD tooltips.
3425 (tooltip-gud-tips-p): Remove. Replace with minor mode
3426 gud-tooltip-mode in gud.el.
3427 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3428 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3429 tooltip-gud prefix with gud-tooltip and obsolete.
3430 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3431 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3432 (tooltip-mouse-motion): Mouse movement functions/variable.
3433 Rename in gud.el by adding gud prefix.
3434 (tooltip-gud-original-filter, tooltip-gud-dereference)
3435 (tooltip-gud-event, tooltip-toggle-gud-tips)
3436 (tooltip-gud-process-output, tooltip-gud-print-command)
3437 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3438 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3439 (gdb-tooltip-print): Move to gdb-ui.el.
3440
3441 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3442 (require): CL needed to compile case.
3443 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3444 tooltip-gud-tips-p. Make it a minor-mode.
3445 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3446 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3447 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3448 (gud-tooltip-change-major-mode)
3449 (gud-tooltip-activate-mouse-motions-if-enabled)
3450 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3451 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3452 (gud-tooltip-original-filter, gud-tooltip-dereference)
3453 (gud-tooltip-event, tooltip-toggle-gud-tips)
3454 (gud-tooltip-process-output, gud-tooltip-print-command)
3455 (gud-tooltip-tips): Move from tooltip.el.
3456
3457 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3458 (gdb-cpp-define-alist-flags): Doc fix.
3459 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3460 gud-tooltip-mode is t.
3461
3462 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3465 evaporate if their text is deleted.
3466 (goto-address-at-point): Make it work as a mouse binding as well.
3467 (goto-address-at-mouse): Obsolete it. Update users.
3468
3469 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3470
3471 * calendar/appt.el (top-level): No longer activate on load.
3472
3473 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3474
3475 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3476 * net/webjump.el (webjump):
3477 * progmodes/idlw-help.el (idlwave-do-context-help1)
3478 (idlwave-highlight-linked-completions):
3479 * textmodes/po.el (po-find-file-coding-system-guts):
3480 Replace `assoc-ignore-case' by `assoc-string'.
3481
3482 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3483
3484 * files.el (locate-file): Doc fix.
3485
3486 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3487 Remove the redundant test for ms-dos.
3488
3489 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3490 look for the preprocessor with exec-suffixes. If not found in
3491 standard places, look in exec-path. Remove most of the tests that
3492 used system-type.
3493
3494 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3495
3496 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3497
3498 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3499 file-name clash with jka-compr.el on 8+3 filesystems.
3500
3501 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3502
3503 * term/mac-win.el: Don't define or bind scroll bar functions if
3504 x-toolkit-scroll-bars is t.
3505 (x-select-text, x-get-selection-value):
3506 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3507 (PRIMARY): Put mac-scrap-name property.
3508 (mac-select-convert-to-file-url): New function.
3509 (public.file-url): New selection target type. Add to
3510 selection-converter-alist.
3511 (x-get-selection, x-selection-value): Handle it.
3512 (x-cut-buffer-or-selection-value): New alias.
3513
3514 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3515
3516 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3517 entry to avoid calling bibtex-find-entry with arg global
3518 being t. Remove arg key.
3519 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3520 (bibtex-copy-summary-as-kill): Change accordingly.
3521
3522 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3525 (org-agenda-date-later): Use with-current-buffer.
3526
3527 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3528
3529 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3530 (define-obsolete-variable-alias): Doc Fixes.
3531
3532 2005-05-06 Kim F. Storm <storm@cua.dk>
3533
3534 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3535 vertical-motion when selective-display is active.
3536
3537 * ido.el (ido-setup-hook): New hook.
3538 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3539 (ido-input-stack): New var.
3540 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3541 ido-next-work-file binding to M-O.
3542 Bind M-f to ido-wide-find-file-or-pop-dir.
3543 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3544 (ido-read-internal): Run ido-setup-hook.
3545 Catch quit in read-file-name and read-string to cancel edit.
3546 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3547 Automatically pop-all when completing a directory name (RET).
3548 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3549 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3550 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3551 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3552 New functions for M-b/M-f to move among the directory components.
3553 (ido-make-merged-file-list): Catch quit to cancel merge.
3554 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3555 (ido-completion-help): No warnings for ido-completion-buffer-full.
3556
3557 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3558
3559 * font-lock.el (font-lock-negation-char-face): New face and variable.
3560 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3561 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3562 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3563 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3564
3565 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3566
3567 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3568 Fix typo in docstring.
3569
3570 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3571 (ebrowse-print-statistics-line)
3572 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3573
3574 * term/w32-win.el (image-library-alist): Add additional name for
3575 Xpm library.
3576
3577 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3578
3579 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3580 use gcc instead of cpp.
3581
3582 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3583 (gdb-create-define-alist): Use it.
3584 (gdb-cpp-define-alist-program): Update for MS-DOS.
3585
3586 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3587
3588 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3589
3590 2005-05-04 Richard M. Stallman <rms@gnu.org>
3591
3592 * help.el (describe-key): No error when UNTRANSLATED is nil.
3593
3594 * simple.el (line-move-1): Fix previous change to signal errors
3595 appropriately.
3596
3597 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3598
3599 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3600 (icalendar-duration-correction): Remove.
3601 (icalendar--get-event-properties): Split result at commas.
3602 (icalendar--decode-isoduration): New optional argument
3603 DURATION-CORRECTION.
3604 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3605 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3606 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3607 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3608 (icalendar--convert-anniversary-to-ical): New functions, extracted
3609 from icalendar-export-region, with bug fixes.
3610 (icalendar-export-region): Use the above functions.
3611 (icalendar-import-buffer): Check before saving diary file.
3612 (icalendar--convert-recurring-to-diary)
3613 (icalendar--convert-non-recurring-all-day-to-diary)
3614 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3615 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3616 (icalendar--convert-ical-to-diary): Use the above functions.
3617
3618 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3619
3620 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3621 Remove these recent additions.
3622 (c-mode): Restore to before 2005-04-28.
3623
3624 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3625 recent addition.
3626
3627 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3628 (gdb-define-alist): New variables.
3629 (gdb-create-define-alist): New function.
3630 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3631 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3632 with string-to-number.
3633 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3634
3635 * progmodes/gud.el: Replace string-to-int with string-to-number.
3636 (gud-find-file): Handle gdb-define-alist.
3637
3638 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3639
3640 2005-05-02 Jay Belanger <belanger@truman.edu>
3641
3642 * calc/calc-aent.el (math-read-token):
3643 * calc/calc-bin.el (calc-word-size):
3644 * calc/calc-ext.el (calc-read-number-fancy):
3645 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3646 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3647 * calc/calc-frac.el (calc-over-notation):
3648 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3649 (calc-graph-num-points, calc-graph-init):
3650 * calc/calc-prog.el (calc-read-parse-table-part)
3651 (calc-edit-macro-repeats):
3652 * calc/calc-yank.el (calc-do-grab-rectangle):
3653 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3654 Replace `string-to-int' by `string-to-number'.
3655
3656 2005-05-02 Kim F. Storm <storm@cua.dk>
3657
3658 * kmacro.el: Use executing-kbd-macro-index variable.
3659
3660 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3661
3662 * net/rlogin.el (rlogin-parse-words): Delete func.
3663 (rlogin): Use split-string, not rlogin-parse-words.
3664 Also, if there are option-like elements in the parsed args,
3665 take the host to be the first arg immediately following them.
3666 Suggested by Michael Mauger.
3667
3668 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3669
3670 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3671
3672 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3673
3674 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3675 (cc-mode-cpp-program): Rename to cc-define-list-program and
3676 move to cc-vars.el.
3677
3678 * progmodes/cc-vars.el (cc-define-list-program):
3679 Change to "gcc -E -dM -". Make customizable.
3680
3681 2005-05-02 Kim F. Storm <storm@cua.dk>
3682
3683 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3684
3685 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3686
3687 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3688
3689 * international/mule-util.el (truncate-string): Remove alias and
3690 obsolete declaration.
3691
3692 * international/mule-cmds.el (update-iso-coding-systems):
3693 Remove alias and obsolete declaration.
3694
3695 * international/mule.el (coding-system-parent): Remove alias and
3696 obsolete declaration.
3697
3698 * subr.el (define-function, sref): Remove aliases and obsolete
3699 declarations.
3700 (chars-in-region): Remove obsolete declaration.
3701
3702 2005-05-01 Richard M. Stallman <rms@gnu.org>
3703
3704 * info.el (Info-mode): Set widen-automatically to nil, locally.
3705
3706 * simple.el (widen-automatically): New variable.
3707 (pop-global-mark): Obey widen-automatically.
3708
3709 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3710
3711 * term/xterm.el (function-key-map): Call substitute-key-definition
3712 before the keymap size is increased by a lot of define-key calls.
3713
3714 2005-05-01 Richard M. Stallman <rms@gnu.org>
3715
3716 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3717 Rename ARG to ELEMENT. Doc fix.
3718
3719 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3720
3721 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3722 Remove references to allout-exposure/change to allout-new-exposure.
3723
3724 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3725 bytecode symbols.
3726
3727 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3728 (compiled-function-p, focus-frame, unfocus-frame):
3729 Remove aliases and obsolete declarations.
3730 Back out inadvertent changes from previous commit.
3731
3732 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3733
3734 * files.el (require-final-newline): Make Custom tags consistent
3735 with mode-require-final-newline.
3736 (mode-require-final-newline): Doc fix.
3737
3738 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * international/latexenc.el (latexenc-find-file-coding-system):
3741 Fix regular expressions.
3742
3743 2005-05-01 David Kastrup <dak@gnu.org>
3744
3745 * international/latexenc.el (latexenc-find-file-coding-system):
3746 Fix regular expressions.
3747
3748 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3749
3750 * subr.el (string-to-int): Make obsolete.
3751
3752 2005-04-30 Richard M. Stallman <rms@gnu.org>
3753
3754 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3755
3756 * loadup.el: load jka-comp-hook.
3757
3758 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3759 (jka-compr-handler): Add autoload. `put' calls moved
3760 to jka-comp-hook.el.
3761 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3762 (jka-compr-inhibit): Autoload.
3763
3764 * jka-comp-hook.el: New file.
3765 Enable the mode by default.
3766
3767 * files.el (backup-buffer-copy): Use copy-file instead
3768 of write-region, and put back the 'excl.
3769
3770 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * progmodes/flymake.el (flymake-split-string)
3773 (flymake-split-string, flymake-log, flymake-pid-to-names)
3774 (flymake-reg-names, flymake-get-source-buffer-name)
3775 (flymake-unreg-names, flymake-add-line-err-info)
3776 (flymake-add-err-info): Clarify docstrings.
3777 (flymake-popup-menu, flymake-make-emacs-menu)
3778 (flymake-make-xemacs-menu): Add docstrings.
3779 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3780 Set variables directly throughout.
3781
3782 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3783
3784 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3785 exists. Initialise cc-define-alist.
3786 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3787 If there is no file (Macroexpansion) don't create an alist.
3788
3789 2005-04-29 Sam Steingold <sds@gnu.org>
3790
3791 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3792 (cc-create-define-alist): Use it instead of the hard-coded string.
3793
3794 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3797 for latexenc.
3798
3799 2005-04-29 Lute Kamstra <lute@gnu.org>
3800
3801 * emacs-lisp/generic.el: Improve commentary section.
3802 (define-generic-mode): Improve docstring.
3803
3804 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3805
3806 * textmodes/org.el (many places): Change to quiet the byte compiler.
3807 (org-prefix-format-compiled): New variable.
3808 (org-compile-prefix-format): New function.
3809 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3810 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3811 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3812 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3813 consistency with entries from `org-mode' files.
3814 (org-get-time-of-day): Fix bug with partial matches early in a line.
3815 (org-non-link-chars): New constant.
3816 (org-link-regexp): Respect `org-non-link-chars'.
3817 (org-agenda-day-view): Remove command.
3818 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3819 (org-follow-bbdb-link, org-store-link): Search also company field.
3820 (org-highlight-overlay): New variable.
3821 (org-highlight, org-unhighlight): New functions.
3822 (org-agenda-mode): Add pre-command-hook to remove highlight.
3823 (org-evaluate-time-range): Behavior depends upon whether time stamp
3824 contains a time or not.
3825 (org-show-subtree, org-show-entry): New functions.
3826 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3827
3828 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3829
3830 * comint.el (comint-output-filter-functions): Add autoload cookie.
3831
3832 2005-04-28 Kim F. Storm <storm@cua.dk>
3833
3834 * ido.el (ido-everywhere): Fix last change.
3835
3836 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3837
3838 * international/latexenc.el: New file.
3839 * international/mule-conf.el (file-coding-system-alist): For .tex,
3840 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3841
3842 2005-04-28 Lute Kamstra <lute@gnu.org>
3843
3844 * font-lock.el (font-lock-add-keywords)
3845 (font-lock-remove-keywords): Clarify docstring.
3846 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3847 Don't start docstrings with a `*'.
3848 (font-lock-update-removed-keyword-alist): Give it a docstring.
3849
3850 * generic-x.el: Update commentary section.
3851 Only require font-lock when compiling.
3852 Define all modes conditionally.
3853 Place all generic modes in the generic-x-modes customization group.
3854 (generic-x-modes): New customization group.
3855 (generic-default-modes, generic-mswindows-modes)
3856 (generic-unix-modes, generic-other-modes): New constants.
3857 (generic-define-mswindows-modes, generic-define-unix-modes):
3858 Update docstrings. Make them obsolete.
3859 (generic-extras-enable-list): New default value. Update docstring.
3860 Improve :type. Change :set function.
3861 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3862 Fix docstring.
3863
3864 * emacs-lisp/generic.el (generic-mode-internal):
3865 Simplify font-lock-defaults.
3866 (define-generic-mode): Fix docstring.
3867
3868 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3869
3870 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3871 font-lock-face property to highlight matches.
3872
3873 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3874
3875 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3876 (cc-define-alist): New variable.
3877 (c-mode): Make it local and initialise it.
3878
3879 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3880 (gdb-exited): New function.
3881 (gdb-annotation-rules): Use it.
3882 (gdb-starting): Set gdb-active-process to t.
3883 (gdb-stopping): Amend doc string.
3884 (gdb-reset): Set gdb-active-process to nil.
3885
3886 * tooltip.el (tooltip-gud-tips): Show the associated #define
3887 directives when a C program under GDB is not executing.
3888
3889 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3892 font-lock-fontify-syntactic-keywords.
3893
3894 * font-lock.el (font-lock-default-fontify-region): Don't force
3895 parse-sexp-lookup-properties to nil.
3896
3897 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3898
3899 * man.el (man-mode-syntax-table): Set up `:' to have
3900 word-constituent syntax.
3901
3902 2005-04-27 Lute Kamstra <lute@gnu.org>
3903
3904 * novice.el (disable-command): Don't add spurious newlines to the
3905 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3906
3907 2005-04-26 Jay Belanger <belanger@truman.edu>
3908
3909 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3910 than one window before deleting window.
3911
3912 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3913
3914 * shell.el (shell-prompt-pattern): Doc fix.
3915 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3916
3917 * comint.el (comint-prompt-regexp, comint-get-old-input)
3918 (comint-use-prompt-regexp)
3919 (comint-use-prompt-regexp-instead-of-fields)
3920 (comint-replace-by-expanded-history, comint-send-input)
3921 (comint-output-filter, comint-get-old-input-default)
3922 (comint-line-beginning-position, comint-bol, comint-show-output)
3923 (comint-backward-matching-input, comint-forward-matching-input)
3924 (comint-next-prompt, comint-previous-prompt):
3925 Rename `comint-use-prompt-regexp-instead-of-fields' to
3926 `comint-use-prompt-regexp'. Keep old name as alias and declare
3927 obsolete.
3928 (comint-use-prompt-regexp): Shorten first line of doc string.
3929
3930 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3931 Set paragraph-separate buffer locally to "\\'".
3932
3933 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3934 Adapt to above name change.
3935
3936 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3937 (smbclient-prompt-regexp): Ditto.
3938
3939 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3940
3941 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3942
3943 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3944 gdb-location-list.
3945 Break lines that are over 80 characters wide.
3946
3947 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3950 New fun and var, to preserve compatibility.
3951
3952 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3953
3954 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3955
3956 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3957 name to file-newer-than-file-p.
3958
3959 2005-04-26 Richard M. Stallman <rms@gnu.org>
3960
3961 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3962
3963 * progmodes/python.el (python-mode):
3964 Use new name eldoc-documentation-function.
3965
3966 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3967
3968 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3969 (eldoc-documentation-function):
3970 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3971
3972 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3973
3974 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3975
3976 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3977
3978 * term/xterm.el (function-key-map): Fix strings for
3979 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3980 {C,S,A,C-S}-{f1-f12}.
3981
3982 2005-04-26 Kenichi Handa <handa@m17n.org>
3983
3984 * international/mule-cmds.el (select-safe-coding-system):
3985 Fix previous change.
3986
3987 2005-04-26 Lute Kamstra <lute@gnu.org>
3988
3989 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3990
3991 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3992 (font-lock-comment-delimiter-face): Ditto.
3993
3994 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3995
3996 2005-04-25 Jay Belanger <belanger@truman.edu>
3997
3998 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3999 to t while inserting information; use help-mode.
4000
4001 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4002
4003 * term.el (ansi-term-color-vector): Use the xterm colors.
4004 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
4005
4006 2005-04-25 Lute Kamstra <lute@gnu.org>
4007
4008 * font-core.el (font-lock-defaults): Fix docstring.
4009
4010 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4011
4012 2005-04-25 Kenichi Handa <handa@m17n.org>
4013
4014 * international/mule-cmds.el (select-safe-coding-system):
4015 Don't check consistency with coding: spec, etc if raw-text or
4016 no-conversion was found to be safe.
4017
4018 2005-04-24 Richard M. Stallman <rms@gnu.org>
4019
4020 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4021 citation markers at start of each line.
4022
4023 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4024 citation markers at start of each line.
4025
4026 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4027
4028 * files.el (mode-require-final-newline): Fix previous change.
4029 (require-final-newline): Fix type label.
4030
4031 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4032
4033 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4034 statement in buffer (broken by 2004-11-24 change).
4035
4036 2005-04-24 Kim F. Storm <storm@cua.dk>
4037
4038 * ido.el (ido-everywhere): Save and restore old read-buffer-function
4039 and read-file-name-function values. Don't overwrite existing
4040 non-nil values if ido-mode is enabled without ido-everywhere.
4041
4042 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
4043
4044 * files.el (mode-require-final-newline): Minor doc fix.
4045
4046 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4047
4048 * subr.el (syntax-after): Doc fix.
4049 (syntax-class): If argument is nil, return nil. Mask off upper 16
4050 bits, not 8 bits.
4051
4052 * files.el (mode-require-final-newline): Doc fix.
4053 (backup-buffer-copy): Fix last change.
4054
4055 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4056
4057 * term/mac-win.el: Require select. Set selection-coding-system to
4058 mac-system-coding-system. Call menu-bar-enable-clipboard.
4059 (x-last-selected-text-clipboard, x-last-selected-text-primary)
4060 (x-select-enable-clipboard): New variables.
4061 (x-select-text, x-get-selection, x-selection-value)
4062 (x-get-selection-value, mac-select-convert-to-string)
4063 (mac-services-open-file, mac-services-open-selection)
4064 (mac-services-insert-text): New functions.
4065 (CLIPBOARD, FIND): Put mac-scrap-name property.
4066 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4067 (public.tiff): Put mac-ostype property.
4068 (selection-converter-alist): Add entries for them.
4069 (mac-application-menu-map): New keymap.
4070 (interprogram-cut-function, interprogram-paste-function): Set to
4071 x-select-text and x-get-selection-value, respectively.
4072 (split-window-keep-point): Set to t.
4073
4074 2005-04-23 Richard M. Stallman <rms@gnu.org>
4075
4076 * files.el (read-directory-name): Always pass non-nil
4077 DEFAULT-FILENAME arg to read-file-name.
4078 (backup-buffer-copy, basic-save-buffer-2): Take care against
4079 writing thru an unexpected existing symlink.
4080 (revert-buffer): In indirect buffer, revert the base buffer.
4081 (magic-mode-alist): Doc fix.
4082 (buffer-stale-function): Doc fix.
4083 (minibuffer-with-setup-hook): Avoid warning.
4084 (mode-require-final-newline): Doc and custom fix.
4085
4086 * follow.el (follow-end-of-buffer): Use with-no-warnings.
4087
4088 * font-lock.el (font-lock-comment-face): On terminals with few colors,
4089 use the default appearance.
4090 (font-lock-comment-delimiter-face): New face, new variable.
4091
4092 * imenu.el (imenu--generic-function): The official position of a
4093 definition is the start of the line that BEG is in.
4094
4095 * midnight.el (midnight-timer): Move defvar up.
4096
4097 * mouse.el (mouse-drag-region-1): Delete some debugging code.
4098
4099 * saveplace.el (save-place-to-alist): Use with-no-warnings.
4100
4101 * startup.el (command-line): Use with-no-warnings.
4102
4103 * window.el (window-size-fixed): New defvar.
4104
4105 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4106
4107 * mail/rmail.el (rmail-font-lock-keywords):
4108 Use font-lock-comment-delimiter-face.
4109
4110 * mail/sendmail.el (mail-font-lock-keywords):
4111 Use font-lock-comment-delimiter-face.
4112
4113 * progmodes/compile.el (next-error-highlight-timer): New defvar.
4114
4115 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
4116
4117 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4118 Specify t for LAXMATCH when matching directories.
4119 Save match data around compilation-compat-error-properties form.
4120
4121 2005-04-23 David Kastrup <dak@gnu.org>
4122
4123 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4124 Mention that the autoloaded aliases should be kept for AUCTeX.
4125
4126 2005-04-23 Andreas Schwab <schwab@suse.de>
4127
4128 * isearch.el (isearch-forward): Doc fix.
4129
4130 2005-04-23 Eli Zaretskii <eliz@gnu.org>
4131
4132 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4133 (jit-lock-stealth-nice): Change default value to 0.5.
4134
4135 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
4136
4137 * abbrev.el (write-abbrev-file): Write table entries in
4138 alphabetical order by table name.
4139
4140 2005-04-22 Kim F. Storm <storm@cua.dk>
4141
4142 * ido.el (ido-read-internal): Fix `list' completion.
4143
4144 2005-04-22 Kenichi Handa <handa@m17n.org>
4145
4146 * recentf.el (recentf-save-file-coding-system): New variable.
4147 (recentf-save-list): Encode the file by
4148 recentf-save-file-coding-system and add coding: tag.
4149
4150 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
4151
4152 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4153
4154 2005-04-21 Lute Kamstra <lute@gnu.org>
4155
4156 * loadhist.el (unload-feature): Don't remove a function from hooks
4157 if it is about to be restored to an autoload . Remove functions
4158 that will become unbound from auto-mode-alist. Simplify the code.
4159
4160 * subr.el (assq-delete-all): New implementation that is linear,
4161 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
4162 (rassq-delete-all): New function.
4163
4164 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4165 Add size-indication-mode.
4166
4167 2005-04-21 Kenichi Handa <handa@m17n.org>
4168
4169 * international/mule-cmds.el: Add autoload for widget-value in
4170 eval-when-compile.
4171
4172 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
4173
4174 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4175 Add tooltip-mode.
4176
4177 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4178
4179 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
4180
4181 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
4182 (inferior-lisp-filter-regexp, inferior-lisp-program)
4183 (inferior-lisp-load-command, inferior-lisp-prompt)
4184 (inferior-lisp-mode-hook, lisp-source-modes)
4185 (inferior-lisp-load-hook): defvar->defcustom.
4186 (inferior-lisp-program, inferior-lisp-prompt)
4187 (inferior-lisp-load-hook): Doc fixes.
4188 (inferior-lisp-install-letter-bindings): Small change in
4189 introductory comment.
4190
4191 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4192
4193 * vc.el (vc-annotate-color-map): Change some colors so that text
4194 using them as foreground is readable on both white and black
4195 backgrounds.
4196
4197 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * international/mule-conf.el (translation-table-for-input):
4200 Remove redundant declaration.
4201
4202 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4203
4204 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
4205
4206 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
4207 (tooltip-toggle-gud-tips): New function.
4208
4209 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4210
4211 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4212 right angle brackets.
4213
4214 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4215
4216 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4217
4218 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4221 Remove. Update callers to use expand-file-name instead.
4222
4223 * subr.el (syntax-class): New function.
4224
4225 * simple.el (blink-matching-open): Use it.
4226
4227 * paren.el (show-paren-function): Use it to recognize parens that are
4228 also used in 2-char comment markers.
4229
4230 2005-04-19 Lute Kamstra <lute@gnu.org>
4231
4232 * loadhist.el (unload-feature): Update for new format of
4233 load-history. Simplify the code.
4234
4235 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4236
4237 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4238 (mac-add-charset-info): New function. Initialize variable
4239 mac-charset-info-alist using it.
4240 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4241 for translation.
4242 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4243 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4244 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4245 New CCL programs.
4246
4247 2005-04-19 Kim F. Storm <storm@cua.dk>
4248
4249 * simple.el (next-buffer, prev-buffer, next-error)
4250 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4251 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4252
4253 * bindings.el (next-buffer, prev-buffer, next-error)
4254 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4255 (clone-indirect-buffer-other-window): Move bindings from simple.el.
4256 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4257 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4258
4259 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * isearch.el (isearch-edit-string): Make the search-ring available for
4262 minibuffer history commands.
4263 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4264 the default history commands now work just as well.
4265 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4266
4267 2005-04-18 Kim F. Storm <storm@cua.dk>
4268
4269 * emulation/cua-base.el (cua--pre-command-handler): Add more
4270 elaborate check for shift modifier on non-window systems.
4271
4272 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4273
4274 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4275
4276 2005-04-18 Kim F. Storm <storm@cua.dk>
4277
4278 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4279 and make it optional. Don't test tooltip-gud-echo-area here.
4280 (tooltip-gud-process-output, gdb-tooltip-print):
4281 Pass tooltip-gud-echo-area to tooltip-show.
4282 (tooltip-help-tips): Remove second optional arg to tooltip-show.
4283
4284 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4285
4286 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4287 `display-graphic-p' may not be bound yet.
4288
4289 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4290
4291 * startup.el (command-line): No longer enable Xterm Mouse mode by
4292 default in terminals compatible with xterm.
4293
4294 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4295
4296 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
4297
4298 * tooltip.el (tooltip-gud-echo-area): Rename from
4299 tooltip-use-echo-area.
4300 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4301 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4302 area independently of where help tooltips are displayed.
4303
4304 2005-04-17 David Kastrup <dak@gnu.org>
4305
4306 * cus-theme.el (custom-theme-write-variables): Quote variables
4307 where necessary.
4308
4309 2005-04-17 Richard M. Stallman <rms@gnu.org>
4310
4311 * simple.el (yank-excluded-properties): Add follow-link to value.
4312
4313 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4314
4315 * startup.el (fancy-splash-max-time): Just 30 seconds.
4316 (fancy-splash-delay): Just 7.
4317 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4318
4319 * loadhist.el (unload-feature): Update for new format of load-history.
4320 Simplify the code.
4321
4322 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4323 (rmail-font-lock-keywords): Don't fontify the text of a citation.
4324
4325 * mail/sendmail.el (mail-font-lock-keywords):
4326 Don't fontify subject text.
4327 Don't fontify the text of a citation.
4328
4329 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
4330
4331 * comint.el (comint-output-filter): Run comint-output-filter-functions
4332 with point where the user had it.
4333
4334 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * international/ucs-tables.el (ucs-set-table-for-input):
4337 Disable when using unify-on-decoding.
4338
4339 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4340
4341 * emulation/cua-base.el (cua-global-mark-face): Add special case
4342 for displays supporting a high number of colors.
4343
4344 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4345
4346 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4347
4348 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * filesets.el (filesets-add-buffer): If user supplies a name of a
4351 non-existing fileset, create a new fileset.
4352
4353 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
4354
4355 * textmodes/org.el (org-up-heading-all): Fix bug with
4356 `outline-up-heading-all'.
4357
4358 2005-04-16 Andreas Schwab <schwab@suse.de>
4359
4360 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4361 /etc/permissions.d/* and /etc/aliases.d/*.
4362
4363 2005-04-16 Kenichi Handa <handa@m17n.org>
4364
4365 * international/code-pages.el (cp-make-coding-system):
4366 Set `translation-table-for-input' property value to the symbol
4367 ucs-mule-to-mule-unicode, not to that value.
4368 (pt154): Escape guillemet by `\'.
4369
4370 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4371
4372 * loadup.el: Load tooltip if x-show-tip is fboundp.
4373
4374 * startup.el (command-line): Add comment.
4375
4376 * tooltip.el (tooltip-mode): Specify correct standard value for
4377 Custom in init-value.
4378
4379 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4380
4381 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4382 possible.
4383
4384 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4385
4386 * textmodes/org.el (org-agenda-date-prompt): Rename from
4387 `org-agenda-date-today'.
4388 (org-evaluate-time-range): Insert at point instead of directly
4389 after time range.
4390 (org-first-headline-recenter, org-subtree-end-visible-p)
4391 (org-optimize-window-after-visibility-change): New functions
4392 (org-agenda-post-command-hook): Don't allow point at end of line,
4393 to make sure it always hits the text properties.
4394 (org-agenda-next-date-line, org-agenda-previous-date-line):
4395 New commands.
4396 (org-set-regexps-and-options): Category may contain white space.
4397 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4398 Improve marker positions.
4399 (org-agenda-new-marker): Argument POS made optional.
4400 (org-agenda-get-timestamps): Deadlines which are done are listed
4401 in org-done-face now.
4402 (org-agenda-get-todos, org-agenda-get-timestamps)
4403 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4404 Set `undone-face' and `done-face' properties.
4405 (org-last-todo-state-is-todo): New variable.
4406 (org-todo): Set `org-last-todo-state-is-todo'.
4407 (org-agenda-todo): Change face according to
4408 `org-last-todo-state-is-todo'. And change other lines refering to
4409 the same entry.
4410 (org-calendar-goto-agenda): New command.
4411 (org-calendar-to-agenda-key): New option.
4412 (org-startup-folded): New allowed value `content'.
4413 (org-set-regexps-and-options): Accept new value `content' for
4414 `org-startup-folded'.
4415 (org-get-current-options): Handle new value `content' for
4416 `org-startup-folded'.
4417 (org-insert-todo-heading): New command.
4418 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4419 interactively in empty file and option
4420 `org-insert-mode-line-in-empty-file' has been set.
4421 (org-agenda-todo,org-agenda-priority): Modify to use
4422 `org-agenda-change-all-lines'.
4423 (org-warning-face): Change color on dark background
4424
4425 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4426
4427 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4428 use preferences AppleLocale and AppleLanguages, and variable
4429 mac-system-locale for default locale. On Mac OS Classic, use
4430 mac-system-coding-system for default coding systems.
4431
4432 * term/mac-win.el: Don't set file-name-coding-system.
4433 Decode variables system-name, emacs-build-system, user-login-name, and
4434 user-full-name by mac-system-coding-system on Mac OS Classic.
4435 (mac-system-coding-system): New variable.
4436
4437 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4438
4439 * startup.el (command-line): Handle `xterm-mouse-mode' before
4440 reading init file.
4441
4442 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4443
4444 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4445
4446 * progmodes/sh-script.el (sh-here-document-word): Make it a
4447 defcustom. Doc fix.
4448 (sh-add): Bash uses $(( )) for arithmetic.
4449 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4450 (sh-maybe-here-document): Remove quotes and leading whitespace
4451 from heredoc word when closing. Indent heredoc with tabs if word
4452 starts with "-".
4453
4454 2005-04-13 Richard M. Stallman <rms@gnu.org>
4455
4456 * simple.el (undo): Fix previous change.
4457
4458 * custom.el (defface): Doc fix.
4459
4460 2005-04-13 Lute Kamstra <lute@gnu.org>
4461
4462 * Makefile.in (DONTCOMPILE): Remove list.
4463 (compile, compile-always): Don't use DONTCOMPILE.
4464 (update-authors): Load the library in which batch-update-authors
4465 is defined.
4466 * makefile.w32-in (DONTCOMPILE): Remove list.
4467 (compile, compile-always): Fix comments.
4468 (update-authors): Load the library in which batch-update-authors
4469 is defined.
4470
4471 * generic-x.el (generic-mode-ini-file-find-file-hook):
4472 Rename to ini-generic-mode-find-file-hook.
4473 Keep generic-mode-ini-file-find-file-hook as an alias.
4474 (ini-generic-mode-find-file-hook): Rename from
4475 generic-mode-ini-file-find-file-hook. Fix docstring.
4476 (ini-generic-mode): Docstring change.
4477 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4478
4479 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4480 called from lisp.
4481
4482 * generic.el: Move to the emacs-lisp subdir.
4483
4484 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4485
4486 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4487 and C-S- function and cursor motion keys.
4488
4489 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4490
4491 * startup.el (command-line): Enable Xterm Mouse mode by default.
4492 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4493 for Custom. No longer show "Mouse" in mode line when enabled.
4494 Doc fix.
4495
4496 2005-04-12 Kim F. Storm <storm@cua.dk>
4497
4498 * emulation/cua-base.el (cua-rectangle-face)
4499 (cua-rectangle-noselect-face): Define face attributes here.
4500
4501 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4502
4503 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4504
4505 * startup.el (command-line): Turn off blinking cursor if
4506 cursorBlink in resources is off or false.
4507
4508 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4509
4510 * term/mac-win.el (dnd): Require dnd.
4511 (mac-drag-n-drop): Call dnd-handle-one-url.
4512 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4513 (kTextEncodingISOLatin2): Remove constants.
4514 (mac-script-code-coding-systems): New constant.
4515 (mac-handle-language-change): New function.
4516 (special-event-map): Bind it to `language-change' event.
4517 (mac-centraleurroman, mac-cyrillic): New coding systems.
4518 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4519 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4520 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4521 encode-mac-cyrillic, respectively.
4522
4523 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4524
4525 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4526 Don't set overlay-arrow-string to "=>" as this is done
4527 globally in C now.
4528
4529 2005-04-12 Lute Kamstra <lute@gnu.org>
4530
4531 * generic-x.el (rc-generic-mode, rul-generic-mode):
4532 Fix auto-mode-alist entries.
4533 (etc-fstab-generic-mode): Tweak fontification.
4534
4535 * generic.el (generic-make-keywords-list): Fix docstring.
4536 (generic-mode-internal): Simplify generic-font-lock-keywords.
4537
4538 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4539
4540 * whitespace.el (whitespace-buffer-leading)
4541 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4542 However, fix the highlight area for the leading and
4543 trailing whitespaces to show space.
4544
4545 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4546
4547 * whitespace.el (whitespace-version): Bump to 3.5
4548
4549 (whitespace-buffer-leading, whitespace-buffer-trailing):
4550 Invert sense of the test to highlight the whitespace.
4551
4552 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4553
4554 * progmodes/gud.el (gud-display-line): GUD uses its own
4555 overlay arrow now so don't set overlay-arrow-string.
4556 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4557
4558 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4559
4560 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4561 (term-ansi-current-reverse, term-ansi-current-invisible)
4562 (term-ansi-face-already-done): Change to boolean.
4563 (term-reset-terminal, term-handle-colors-array): Handle the above
4564 vars accordingly.
4565 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4566 (term-emulate-terminal): Use the new name.
4567
4568 * faces.el (secondary-selection): Use yellow1, not yellow.
4569 (trailing-whitespace): Use red1, not red.
4570
4571 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4572
4573 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4574 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4575 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4576
4577 * cus-edit.el (dnd): New group.
4578
4579 * term/w32-win.el (dnd): Require dnd
4580 (w32-drag-n-drop): Call dnd-handle-one-url.
4581
4582 * x-dnd.el: Require dnd.
4583 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4584 Call dnd-handle-one-url.
4585 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4586 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4587 to dnd-insert-text.
4588 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4589 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4590 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4591 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4592
4593 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4594
4595 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4596
4597 * wdired.el: Doc fixes.
4598 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4599 (wdired-use-dired-vertical-movement): Rename from
4600 wdired-always-move-to-filename-beginning.
4601 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4602 (wdired-change-to-wdired-mode): Change mode name.
4603 (wdired-newline): Delete.
4604
4605 2005-04-11 Richard M. Stallman <rms@gnu.org>
4606
4607 * whitespace.el (whitespace-highlight-the-space):
4608 Don't call whitespace-unhighlight-the-space here.
4609
4610 * simple.el (undo): Record t in undo-equiv-table
4611 for the redo record made by an undo-in-region.
4612
4613 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4614
4615 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4616 (gdb-frame-inferior-io-buffer): New Functions to control
4617 display of separate IO buffer.
4618 (menu): Add them to menu-bar.
4619 (gdb-display-buffer): Check for buffer another frame.
4620 Protect GUD buffer.
4621 (gdb-setup-windows): Create IO buffer if not already there.
4622 (gdb-memory-mode): Remove purecopy noops.
4623
4624 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4625
4626 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4627 and pass to self-insert-command.
4628
4629 2005-04-11 Lute Kamstra <lute@gnu.org>
4630
4631 * generic.el: Commentary section cleanup.
4632 (generic): Delete.
4633 (generic-use-find-file-hook, generic-lines-to-scan)
4634 (generic-find-file-regexp, generic-ignore-files-regexp)
4635 (default-generic-mode, generic-mode-find-file-hook)
4636 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4637 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4638 (generic-use-find-file-hook, generic-lines-to-scan)
4639 (generic-find-file-regexp, generic-ignore-files-regexp)
4640 (default-generic-mode, generic-mode-find-file-hook)
4641 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4642
4643 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4644
4645 * bookmark.el (bookmark-write-file): Catch errors writing file.
4646 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4647
4648 2005-04-10 Richard M. Stallman <rms@gnu.org>
4649
4650 * startup.el (fancy-splash-tail): Update copyright year.
4651 (command-line): Split part of -Q into -D.
4652 (emacs-basic-display): New defvar.
4653 (fancy-splash-text): Correct name of menu item.
4654
4655 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4656
4657 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4658 lines in one node.
4659
4660 * comint.el (comint-send-input): New arg ARTIFICIAL.
4661 Callers in this file changed.
4662
4663 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4664
4665 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4666
4667 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4668
4669 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4670 `ldap-search-internal'.
4671
4672 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * files.el (set-auto-mode-1): Use line-end-position.
4675
4676 * international/latin-1.el:
4677 * international/latin-2.el:
4678 * international/latin-3.el:
4679 * international/latin-4.el:
4680 * international/latin-5.el:
4681 * international/latin-8.el:
4682 * international/latin-9.el: Give punctuation syntax to NBSP.
4683
4684 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4685 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4686 Use char-classes to accept non-ascii letters, accepted in some recent
4687 bibtex implementations.
4688
4689 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4690
4691 * custom.el (custom-set-minor-mode): Any non-nil value for the
4692 variable should enable the mode when set through Custom.
4693
4694 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4697 TAB binding so tab-always-indent is obeyed.
4698 (vhdl-minibuffer-local-map): Move initialization into declaration.
4699 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4700 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4701 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4702 (vhdl-current-line): Use line-beginning-position.
4703 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4704 with-output-to-temp-buffer, so the current position can be recorded.
4705
4706 2005-04-10 Masatake YAMATO <jet@gyve.org>
4707
4708 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4709 Add regexp for gcov.
4710
4711 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4712
4713 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4714 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4715 syntax which Emacs 20 doesn't support.
4716
4717 2005-04-09 Richard M. Stallman <rms@gnu.org>
4718
4719 * help.el (describe-key-briefly, describe-key):
4720 Replace strings as event types with "(any string)".
4721
4722 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * arc-mode.el (archive-mode-map): Move initialization into
4725 the declaration. Override *all* bindings of `undo'.
4726 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4727
4728 2005-04-09 Jay Belanger <belanger@truman.edu>
4729
4730 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4731
4732 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4733
4734 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4735 (xterm-register-default-colors): Update color values computation
4736 to match xterm-200.
4737
4738 2005-04-09 Kenichi Handa <handa@m17n.org>
4739
4740 * international/code-pages.el (iso-latin-7): Fix the map.
4741
4742 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4743
4744 * emacs-lisp/lisp.el (defun-prompt-regexp)
4745 (parens-require-spaces, buffer-end, end-of-defun)
4746 (insert-parentheses): Doc fixes.
4747
4748 2005-04-08 Kim F. Storm <storm@cua.dk>
4749
4750 * comint.el (comint-highlight-prompt): Fix face spec.
4751 * hi-lock.el (hi-green): Likewise.
4752
4753 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4754
4755 * cus-edit.el (custom-modified-face):
4756 * comint.el (comint-highlight-input): Fix previous changes.
4757 * term.el (term-handle-ansi-escape): Add a comment.
4758
4759 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4762 in the buffer and in whitespace-highlighted-space.
4763 (whitespace-unhighlight-the-space): Simplify.
4764 (whitespace-buffer): Simplify.
4765
4766 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4767
4768 * textmodes/table.el (table-cell-face): Add special case for
4769 displays supporting a high number of colors.
4770 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4771 (vhdl-font-lock-reserved-words-face)
4772 (vhdl-speedbar-architecture-face)
4773 (vhdl-speedbar-instantiation-face)
4774 (vhdl-speedbar-architecture-selected-face)
4775 (vhdl-speedbar-instantiation-selected-face): Likewise.
4776 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4777 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4778 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4779 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4780 (ebrowse-progress-face): Likewise.
4781 * progmodes/compile.el (compilation-info-face): Likewise.
4782 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4783 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4784 * calendar/calendar.el (diary-face): Likewise.
4785 * woman.el (woman-italic-face, woman-bold-face)
4786 (woman-unknown-face): Likewise.
4787 * wid-edit.el (widget-button-pressed-face): Likewise.
4788 * whitespace.el (whitespace-highlight-face): Likewise.
4789 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4790 * pcvs-info.el (cvs-marked-face): Likewise.
4791 * info.el (info-xref): Likewise.
4792 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4793 * hilit-chg.el (highlight-changes-face)
4794 (highlight-changes-delete-face): Likewise.
4795 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4796 (hi-red-b): Likewise.
4797 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4798 * font-lock.el (font-lock-keyword-face)
4799 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4800 * cus-edit.el (custom-invalid-face, custom-modified-face)
4801 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4802 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4803 * comint.el (comint-highlight-prompt): Likewise.
4804
4805 2005-04-08 Lute Kamstra <lute@gnu.org>
4806
4807 * font-lock.el (font-lock-keywords): Docstring fixes.
4808
4809 2005-04-08 Kenichi Handa <handa@m17n.org>
4810
4811 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4812 chars are more than a limit, print " and more..." at the tail.
4813
4814 2005-04-08 Kim F. Storm <storm@cua.dk>
4815
4816 * emacs-lisp/authors.el (authors-aliases): Update list.
4817 (authors-ignored-files): New list.
4818 (authors-fixed-entries): Fix typo.
4819 (authors-renamed-files-alist): Update list.
4820 (authors-add): Check authors-ignored-files.
4821
4822 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4823
4824 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4825 optional, to ensure backward compatibility.
4826
4827 2005-04-08 Stephen Eglen <stephen@gnu.org>
4828
4829 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4830
4831 2005-04-08 Kim F. Storm <storm@cua.dk>
4832
4833 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4834
4835 * mouse.el (mouse-on-link-p): Doc fix.
4836
4837 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4838
4839 * ielm.el (ielm-prompt-read-only): Doc fix.
4840
4841 * comint.el (comint-prompt-read-only): Doc fix.
4842
4843 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4844
4845 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4846 ensure dired always handles wildcards passed to ffap.
4847 (find-file-at-point): Use it.
4848 (ffap-dired-wildcards): Doc fix.
4849
4850 2005-04-07 Juri Linkov <juri@jurta.org>
4851
4852 * simple.el (next-error-overlay-arrow-position): New defvar.
4853 Put "=>" on its property `overlay-arrow-string'. Add it to
4854 `overlay-arrow-variable-list'.
4855
4856 * progmodes/compile.el (compilation-setup):
4857 Set `next-error-overlay-arrow-position' to nil. Also set it to
4858 nil in the local hook `kill-buffer-hook'. Make local variable
4859 `overlay-arrow-string' and set it to "=>".
4860 (compilation-goto-locus): Set BOL position to
4861 `next-error-overlay-arrow-position' instead of
4862 `overlay-arrow-position'.
4863
4864 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4865 locally instead of adding it to the global hook.
4866 (Info-kill-buffer): Move up.
4867
4868 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4869
4870 * term/xterm.el (xterm-standard-colors): Update color values from
4871 xterm-200.
4872
4873 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4876
4877 * fast-lock.el:
4878 * lazy-lock.el: Move them to the obsolete subdir.
4879
4880 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4881
4882 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4883 (wdired-add-replace-advice): Remove.
4884 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4885
4886 2005-04-06 Kim F. Storm <storm@cua.dk>
4887
4888 * startup.el (command-line): Add --bare-bones alias for -Q.
4889
4890 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4891
4892 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4893 create the startup fontset if a font specification ends with
4894 `mac-roman'.
4895
4896 2005-04-06 Lute Kamstra <lute@gnu.org>
4897
4898 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4899 change.
4900
4901 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4902 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4903
4904 2005-04-05 Lute Kamstra <lute@gnu.org>
4905
4906 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4907 (define-generic-mode): Ditto. Fix debug declaration.
4908
4909 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4910 Put them in the generic-x group.
4911
4912 * calendar/timeclock.el (timeclock): Doc fix.
4913
4914 * generic.el (define-generic-mode): Don't use custom-current-group.
4915 Document default :group value.
4916 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4917 (define-global-minor-mode): Don't use custom-current-group.
4918
4919 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4920
4921 * startup.el (command-line-1): Display startup-echo-area-message
4922 when fancy splash screen is in use.
4923
4924 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4925 (sh-escaped-newline): New face.
4926 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4927 newline, and use sh-escaped-newline face.
4928
4929 * progmodes/tcl.el (tcl-escaped-newline): New face.
4930 (tcl-builtin-list): New variable.
4931 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4932 newlines. Fix keywords subexpression number.
4933
4934 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4935
4936 * textmodes/org.el (org-diary-default-entry): Fix call to
4937 `add-to-diary-entry'.
4938
4939 2005-04-05 Kim F. Storm <storm@cua.dk>
4940
4941 * ediff-init.el: Use (featurep 'xemacs).
4942
4943 2005-04-05 David Ponce <david@dponce.com>
4944
4945 * cus-edit.el (face): Derive from symbol widget. Display sample
4946 of the current face on the fly.
4947 (widget-face-sample-face-get, widget-face-notify): New functions.
4948 (widget-face-value-create): Remove.
4949
4950 * wid-edit.el (widget-field-end): Temporarily remove field
4951 narrowing before to call `get-char-property'.
4952
4953 2005-04-04 Jay Belanger <belanger@truman.edu>
4954
4955 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4956 (math-read-subscripts): New variable.
4957 (math-read-preprocess-string): Process subscripts.
4958
4959 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4960
4961 * comint.el (comint-prompt-read-only): Doc fix.
4962
4963 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4964 `-1'. Doc fix.
4965
4966 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4967
4968 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4969 Change default value to nil.
4970
4971 2005-04-04 Lute Kamstra <lute@gnu.org>
4972
4973 * autorevert.el (auto-revert-mode): Specify :group.
4974 * battery.el (display-battery-mode): Specify :group.
4975 * diff-mode.el (diff-minor-mode): Specify :group.
4976 * font-core.el (font-lock-mode): Specify :group.
4977 * hl-line.el (hl-line-mode): Specify :group.
4978 * iimage.el (iimage): New customization group.
4979 (iimage-mode): Specify :group.
4980 * longlines.el (longlines-mode): Specify :group.
4981 * master.el: Don't require easy-mmode.
4982 (master): New customization group.
4983 (master-mode): Specify :group.
4984 * msb.el (msb-mode): Specify :group.
4985 * reveal.el (reveal-mode): Specify :group.
4986 * simple.el (next-error-follow-minor-mode): Specify :group.
4987 * smerge-mode.el (smerge-mode): Specify :group.
4988 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4989 * emulation/cua-base.el (cua-mode): Specify :group.
4990 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4991 * language/thai-util.el (thai-auto-composition-mode)
4992 (thai-word-mode): Specify :group.
4993 * mail/supercite.el (sc-minor-mode): Specify :group.
4994 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4995 * progmodes/flymake.el (flymake-mode): Specify :group.
4996 * progmodes/glasses.el (glasses-mode): Specify :group.
4997 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4998 * textmodes/enriched.el (enriched-mode): Specify :group.
4999 * textmodes/refill.el (refill-mode): Specify :group.
5000
5001 * add-log.el (change-log-font-lock-keywords): Names in
5002 parenthesized lists can contain spaces.
5003
5004 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
5005
5006 * startup.el (fancy-splash-text): Shorten default text of
5007 "Emacs Tutorial" line. Also, if the current language env
5008 indicates an available tutorial file other than TUTORIAL,
5009 extract its title and append it to the line in parentheses.
5010 (fancy-splash-insert): If arg is a thunk, funcall it.
5011
5012 2005-04-04 Jay Belanger <belanger@truman.edu>
5013
5014 * calc.el (calc-language-alist): Add tags to customization type.
5015
5016 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
5017
5018 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5019 Doc fix.
5020
5021 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
5022
5023 * add-log.el (change-log-font-lock-keywords): The manual
5024 describing a Change Log entry, says: (...) "Aside from these
5025 header lines, every line in the change log starts with a space or
5026 a tab.". The font-lock was not highlighting lines started with
5027 spaces, added support for it.
5028
5029 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5030
5031 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5032 (bibtex-generate-url-list): Update docstring accordingly. Put the
5033 complex example in the docstring.
5034 (bibtex-font-lock-url): Use pop.
5035
5036 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5039
5040 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5041
5042 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5043
5044 * filesets.el (filesets-set-default): Doc fix.
5045
5046 2005-04-03 Lute Kamstra <lute@gnu.org>
5047
5048 * generic.el (define-generic-mode): Add argument to specify
5049 keywords for defcustom.
5050 (default-generic-mode): Specify :group.
5051
5052 * generic-x.el: Specify :group for all generic modes.
5053
5054 * desktop.el (desktop-no-desktop-file-hook)
5055 (desktop-after-read-hook): Doc fix.
5056
5057 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
5058
5059 * simple.el (visible-mode): Use explicit :group keyword.
5060 This changes the group of `visible-mode-hook' from paren-blinking
5061 to editing-basics.
5062
5063 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5064
5065 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
5066 mailbox specifications as well as URLs.
5067 (rmail-insert-inbox-text): Remove unused conditional branches.
5068
5069 2005-04-01 Jay Belanger <belanger@truman.edu>
5070
5071 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5072 (calc-gnuplot-print-command): Move definitions to calc.el.
5073
5074 * calc/calc-embed.el (calc-embedded-announce-formula)
5075 (calc-embedded-open-formula, calc-embedded-close-formula)
5076 (calc-embedded-open-word, calc-embedded-close-word)
5077 (calc-embedded-open-plain, calc-embedded-close-plain)
5078 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5079 (calc-embedded-open-mode, calc-embedded-close-mode):
5080 Move definitions to calc.el.
5081
5082 * calc/calc.el (calc-settings-file, calc-language-alist):
5083 Make customizable.
5084 (calc-embedded-announce-formula, calc-embedded-open-formula)
5085 (calc-embedded-close-formula, calc-embedded-open-word)
5086 (calc-embedded-close-word, calc-embedded-open-plain)
5087 (calc-embedded-close-plain, calc-embedded-open-new-formula)
5088 (calc-embedded-close-new-formula, calc-embedded-open-mode)
5089 (calc-embedded-close-mode, calc-gnuplot-name)
5090 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5091 from other files and make customizable.
5092
5093 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5096 Use buffer-live-p.
5097 (cvs-mode-run): Don't call cvs-update-header here.
5098 (cvs-run-process): Call cvs-update-header.
5099 Use process properties for cvs-postprocess and cvs-buffer so that
5100 the sentinel can behave better if the temp buffer is killed.
5101 Use a pipe rather than a tty, to better handle unexpected prompts.
5102 (cvs-sentinel): Rewrite. Call cvs-update-header.
5103
5104 2005-04-01 Andre Spiegel <spiegel@gnu.org>
5105
5106 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5107 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
5108
5109 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * generic.el (define-generic-mode): Add indentation rule.
5112
5113 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5114
5115 * files.el (mode-require-final-newline): Make Custom correctly
5116 report a nil value and allow to set it to nil via Custom.
5117 Doc fix.
5118
5119 2005-04-01 Kenichi Handa <handa@m17n.org>
5120
5121 * international/characters.el: Enable the correct case setting for
5122 dotless-i and dotted-I.
5123
5124 2005-04-01 Kim F. Storm <storm@cua.dk>
5125
5126 * ido.el (ido-file-internal): Fall back to non-ido command if
5127 initial directory is on slow ftp (or tramp) host.
5128
5129 2005-03-31 Richard M. Stallman <rms@gnu.org>
5130
5131 * emacs-lisp/autoload.el (make-autoload):
5132 Handle define-global-minor-mode.
5133
5134 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5135 Rename from easy-mmode-define-global-mode.
5136 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
5137
5138 * progmodes/scheme.el (scheme-mode-syntax-table):
5139 Update syntax of | and # for two-character comment syntax.
5140
5141 2005-03-31 Lute Kamstra <lute@gnu.org>
5142
5143 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
5144 (define-minor-mode): Call custom-current-group at load-time.
5145
5146 * generic.el (define-generic-mode): Add debug declaration.
5147 Add defcustom for the mode hook.
5148 (generic-mode-internal): Use run-mode-hooks.
5149
5150 2005-03-31 Kim F. Storm <storm@cua.dk>
5151
5152 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
5153 (mouse-fixup-help-message): New defun called by show_help_echo
5154 to fixup mouse-2 prefix in help messages when applicable.
5155
5156 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5157
5158 2005-03-31 Kenichi Handa <handa@m17n.org>
5159
5160 * language/thai-word.el (thai-find-word-ends): Pay attention to
5161 the case that we reach the end of buffer.
5162
5163 * textmodes/fill.el (fill-text-properties-at): New function.
5164 (fill-newline): Use fill-text-properties-at instead of
5165 text-properties-at.
5166
5167 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5168
5169 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5170 not comint-quote-filename.
5171
5172 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
5173
5174 * help-fns.el (help-with-tutorial): Revert last change.
5175
5176 2005-03-31 Kim F. Storm <storm@cua.dk>
5177
5178 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5179
5180 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
5181
5182 * calendar/cal-china.el: Update reference to "Calendrical
5183 Calculations" book; there's a new edition.
5184 * calendar/cal-coptic.el: Likewise.
5185 * calendar/cal-french.el: Likewise.
5186 * calendar/cal-hebrew.el: Likewise.
5187 * calendar/cal-islam.el: Likewise.
5188 * calendar/cal-iso.el: Likewise.
5189 * calendar/cal-julian.el: Likewise.
5190 * calendar/cal-mayan.el: Likewise.
5191 * calendar/cal-persia.el: Likewise.
5192 * calendar/calendar.el: Likewise.
5193 * calendar/holidays.el: Likewise.
5194 * calendar/lunar.el: Likewise.
5195 * calendar/solar.el: Likewise.
5196
5197 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
5198 white space from doc string.
5199
5200 2005-03-30 Jay Belanger <belanger@truman.edu>
5201
5202 * calc/calc-help.el (calc-full-help): Remove email address.
5203
5204 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5205
5206 * help-fns.el (help-with-tutorial): Delete title line.
5207
5208 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5209
5210 * calendar/cal-x.el (calendar-one-frame-setup)
5211 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5212 rather than 'symbol for set-window-dedicated-p.
5213
5214 * calendar/appt.el (appt-buffer-name): Make it a constant.
5215 (appt-add): Doc fix.
5216
5217 * filesets.el (filesets-menu-path, filesets-menu-before)
5218 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
5219 (filesets-menu-cache-file): Use directory ~/.emacs.d.
5220 (filesets-add-submenu): Delete and use add-submenu instead.
5221
5222 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
5223
5224 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5225 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5226 (org-diary-default-entry): New function.
5227 (org-get-entries-from-diary): Better parsing of diary entries.
5228 (org-agenda-check-no-diary): New function.
5229 ("diary-lib"): Advice to function `add-to-diary-list', to allow
5230 linking to diary entries.
5231 (org-agenda-execute-calendar-command): New function.
5232 (org-agenda): Improve visible section in window.
5233 Use `org-fit-agenda-window'.
5234 (org-fit-agenda-window): New option.
5235 (org-move-subtree-down): Better handling of empty lines
5236 at end of subtree.
5237 (org-cycle): Numeric prefix is interpreted now as show-subtree N
5238 levels up.
5239 (org-fontify-done-headline): New option.
5240 (org-headline-done-face): New face.
5241 (org-set-font-lock-defaults): Use `org-headline-done-face'.
5242 (org-table-copy-down): Rename from `org-table-copy-from-above'.
5243 When current field is non-empty, it is copied to next row.
5244 (org-table-copy-from-above): Fix bug which made it
5245 impossible to copy fields containing only a single non-white character.
5246
5247 2005-03-30 Kim F. Storm <storm@cua.dk>
5248
5249 * kmacro.el (kmacro-end-macro): Isearch may store this command
5250 into the macro -- so ignore it when executing keyboard macro.
5251
5252 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5253
5254 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5255
5256 2005-03-29 Kenichi Handa <handa@m17n.org>
5257
5258 * language/thai.el ("Thai"): Set setup-function and exit-function
5259 for Thai language environment.
5260
5261 * language/thai-util.el: Require thai-word.
5262 (thai-word-mode-map): New variable.
5263 (thai-word-mode): New minor mode.
5264 (setup-thai-language-environment-internal): New function.
5265 (exit-thai-language-environment-internal): New function.
5266
5267 * language/thai-word.el (thai-word-table): Declare it by defvar,
5268 use dolist to initialize it.
5269 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5270 (thai-fill-find-break-point): New functions.
5271
5272 2005-03-29 Richard M. Stallman <rms@gnu.org>
5273
5274 * simple.el (idle-update-delay): Move definition up.
5275 (set-mark): Doc fix.
5276
5277 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * longlines.el: New file.
5280
5281 * simple.el (buffer-substring-filters): New variable.
5282 (filter-buffer-substring): New function.
5283 (kill-region, copy-region-as-kill): Use it.
5284
5285 * register.el (copy-to-register, append-to-register)
5286 (prepend-to-register): Use filter-buffer-substring.
5287
5288 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5289
5290 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5291 (gud-filter-pending-text): Move in front of gdb.
5292 (gud-overlay-arrow-position): New variable.
5293 (gud-sentinel, gud-display-line): Use it in place of
5294 overlay-arrow-position.
5295
5296 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5297
5298 * progmodes/fortran.el (fortran-if-indent): Doc fix.
5299 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5300 (fortran-font-lock-keywords-4): New variable.
5301 (fortran-blocks-re, fortran-end-block-re)
5302 (fortran-start-block-re): New constants, for hideshow.
5303 (hs-special-modes-alist): Add a Fortran entry.
5304 (fortran-mode-map): Bind fortran-end-of-block,
5305 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5306 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
5307 (fortran-looking-at-if-then, fortran-end-of-block)
5308 (fortran-beginning-of-block): New functions, for hideshow.
5309
5310 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5311 Doc fix. Tweak regexp.
5312 (f90-beginning-of-block): Push mark first.
5313
5314 2005-03-29 Jay Belanger <belanger@truman.edu>
5315
5316 * calc/calc.el: Update copyright date.
5317 (calc-version): Increase to 2.1.
5318 (calc-version-date): Remove.
5319
5320 * calc/calc-help.el: Update copyright date.
5321 (calc-full-help): Remove reference to calc-version-date.
5322 Update copyright date.
5323
5324 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * vc.el (vc-do-command): Use a pipe for async processes, so password
5327 prompts don't show up at places where the user can't reply.
5328
5329 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5330
5331 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5332 on the file name we pass to the inferior shell.
5333
5334 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5335
5336 * progmodes/which-func.el (which-function): Be robust in the face of an
5337 imenu--make-index-alist failure.
5338
5339 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5342
5343 * progmodes/python.el (python-preoutput-filter): Fix last change.
5344
5345 2005-03-29 Lute Kamstra <lute@gnu.org>
5346
5347 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5348 functions and compiled macros.
5349 (debug-convert-byte-code): Handle macros too.
5350 (debug-on-entry-1): Don't signal an error when trying to clear a
5351 function that is not set to debug on entry.
5352
5353 2005-03-29 Jay Belanger <belanger@truman.edu>
5354
5355 * calc/calc-lang.el: Add functions to math-function-table
5356 properties of tex and math.
5357
5358 2005-03-29 Kenichi Handa <handa@m17n.org>
5359
5360 * ps-mule.el (ps-mule-plot-string): Translate characters by
5361 ps-print-translation-table.
5362 (ps-mule-begin-job): Call find-charset-region/string with
5363 ps-print-translation-table.
5364 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5365
5366 * ps-print.el (ps-print-translation-table): New variable.
5367 (ps-plot-region): Translate characters by ps-print-translation-table.
5368
5369 2005-03-29 Juri Linkov <juri@jurta.org>
5370
5371 * simple.el (next-error-highlight-timer): New variable.
5372
5373 * progmodes/compile.el (compilation-goto-locus):
5374 Use `next-error-highlight-timer' instead of `sit-for'.
5375
5376 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * mail/supercite.el (sc-mail-field): Use assoc-string.
5379 (sc-get-address): Simplify regexps.
5380
5381 * files.el (minibuffer-with-setup-hook): New macro.
5382 (find-file-read-args): Use it to avoid let-binding
5383 minibuffer-with-setup-hook (which breaks turning on/off
5384 file-name-shadow-mode while in the prompt).
5385
5386 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5387
5388 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5389
5390 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5391
5392 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5393
5394 * window.el (window-buffer-height): Use count-screen-lines.
5395
5396 * progmodes/python.el (python-preoutput-leftover): New var.
5397 (python-preoutput-filter): Use it.
5398 (python-send-receive): Loop until all the result has been received.
5399
5400 2005-03-28 Juri Linkov <juri@jurta.org>
5401
5402 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5403
5404 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5405 "Recover Crashed Session".
5406 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5407 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5408 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5409 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5410 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5411 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5412 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5413 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5414
5415 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5416 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5417 Ediff Sessions", "Toggle use of separate control buffer frame",
5418 "Use separate frame for Ediff control buffer".
5419
5420 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5421 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5422 "Rename Bookmark", "Delete Bookmark".
5423
5424 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5425 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5426 Add `:active Info-index-alternatives' to "Next Matching Item".
5427
5428 * wdired.el (wdired-change-to-wdired-mode):
5429 Mention `wdired-abort-changes' key in the initial message.
5430
5431 * international/mule.el (auto-coding-alist): Associate non-ascii
5432 image filename extensions with `no-conversion'.
5433
5434 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * international/iso-acc.el:
5437 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5438
5439 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5440
5441 * textmodes/sgml-mode.el (html-mode): Doc update.
5442
5443 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5444
5445 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5446
5447 * term.el (term-move-columns): Fix face after extending a line.
5448 (term-insert-spaces): Likewise.
5449 (term-reset-terminal): Fix off by one error.
5450
5451 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5452
5453 * international/mule.el (auto-coding-alist): Add .xpi files.
5454
5455 * files.el (auto-mode-alist): Add .xpi files.
5456
5457 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5458
5459 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5460
5461 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5462
5463 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5464
5465 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5466
5467 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5468 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5469
5470 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5471 cursor to Jan 1 when needed.
5472 (calendar-end-of-year): Fix -/+ typo.
5473 Reported by Chong Yidong <cyd@stupidchicken.com>.
5474
5475 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5478
5479 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5480 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5481
5482 2005-03-25 Richard M. Stallman <rms@gnu.org>
5483
5484 * filesets.el (filesets-init): Add autoload.
5485
5486 * mail/mailalias.el (mail-directory): Doc fix.
5487
5488 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5489
5490 * mail/mailalias.el (mail-directory-process): Do nothing if
5491 mail-directory-process is an atom.
5492 (mail-get-names): Ignore mail-directory-names if it is an atom.
5493 (mail-directory-process defvar): Doc fix.
5494 (mail-names): Doc fix.
5495
5496 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5497
5498 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5499
5500 2005-03-26 Kenichi Handa <handa@m17n.org>
5501
5502 * international/mule-util.el (detect-coding-with-priority):
5503 Call update-coding-systems-internal before detect-coding-region.
5504
5505 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5506
5507 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5508 (gdb-frames-mode-map): Add follow-link property.
5509
5510 2005-03-25 Jay Belanger <belanger@truman.edu>
5511
5512 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5513 for variables.
5514
5515 2005-03-25 Juri Linkov <juri@jurta.org>
5516
5517 * image-mode.el: Optimize image filename extension regexps in
5518 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5519 in `auto-mode-alist'.
5520 (image-mode): Add `image-toggle-display-text' to local hook
5521 `change-major-mode-hook'. Display the image as an image by
5522 default. Set `cursor-type' and `truncate-lines' if the image
5523 is already displayed. Take into account the current mode (image
5524 or text) in message.
5525 (image-minor-mode): New minor mode.
5526 (image-mode-maybe, image-toggle-display-text): New functions.
5527 (image-toggle-display): Use called-interactively-p.
5528 Let-bind `inhibit-read-only' to t.
5529
5530 * image-mode.el (image-minor-mode): Set `cursor-type' and
5531 `truncate-lines' if the image is already displayed. Add turning
5532 image-minor-mode off to `change-major-mode-hook'. Add message.
5533 Call `image-toggle-display-text' after turning image-minor-mode off.
5534
5535 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5538 Terminal.app, use utf-8.
5539 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5540 (set-locale-environment): Use it.
5541
5542 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5543
5544 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5545
5546 * progmodes/python.el (python-close-block-statement-p)
5547 (python-outdent-p, python-current-defun): Use symbol-end.
5548
5549 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5550
5551 * files.el (save-some-buffers): Doc fix.
5552
5553 2005-03-25 Werner Lemberg <wl@gnu.org>
5554
5555 * complete.el, thumbs.el: Replace `legal' with `valid'.
5556 * calendar/calendar.el: Replace `legal' with `valid'.
5557 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5558 * mail/supercite.el: Replace `legal' with `valid'.
5559 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5560 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5561 Replace `legal' with `valid'.
5562 * textmodes/reftex-vars.el, textmodes/reftex.el:
5563 Replace `legal' with `valid'.
5564
5565 2005-03-25 Werner Lemberg <wl@gnu.org>
5566
5567 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5568 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5569 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5570 * emulation/vip.el: Replace `illegal' with `invalid'.
5571 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5572 * mail/supercite.el: Replace `illegal' with `invalid'.
5573 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5574 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5575 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5576 * progmodes/sh-script.el, progmodes/xscheme.el:
5577 Replace `illegal' with `invalid'.
5578 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5579 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5580 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5581 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5582
5583 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5586 (flymake-find-buildfile, flymake-find-possible-master-files)
5587 (flymake-check-include, flymake-parse-line): Replace loops over the
5588 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5589
5590 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5591 Substitute file-name-as-directory in the rest of the file.
5592 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5593 (flymake-replace-region): Remove unused arg `buffer'.
5594 (flymake-check-patch-master-file-buffer): Update calls to it.
5595 (flymake-add-err-info): Remove unused var `count'.
5596 (flymake-mode): Use define-minor-mode.
5597
5598 * progmodes/flymake.el: Use with-current-buffer.
5599 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5600 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5601 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5602 Avoid testing for `xemacs'.
5603 (flymake-nop): Move.
5604 (flymake-region-has-flymake-overlays): Return the computed value.
5605 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5606 Remove unused var `endline'.
5607 (flymake-get-line-count): Remove unused function.
5608 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5609
5610 * emulation/vi.el:
5611 * generic.el:
5612 * hilit-chg.el (global-highlight-changes):
5613 * hi-lock.el (hi-lock-mode):
5614 * follow.el: find-file-hooks -> find-file-hook.
5615
5616 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5617
5618 2005-03-24 Juri Linkov <juri@jurta.org>
5619
5620 * dired.el (dired-mode-map): Add menu item "Compare directories"
5621 for dired-compare-directories.
5622
5623 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5624 Doc fix. Replace `read-file-name' with `read-directory-name'.
5625
5626 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5629
5630 2005-03-24 Jay Belanger <belanger@truman.edu>
5631
5632 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5633 relevant mode settings in calc-embedded-original-modes when modes
5634 are permanently changed.
5635
5636 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * autoinsert.el: find-file-hooks -> find-file-hook.
5639
5640 2005-03-24 Lute Kamstra <lute@gnu.org>
5641
5642 * generic.el (generic-font-lock-defaults): Make it obsolete.
5643 (generic-font-lock-keywords): New variable to replace
5644 generic-font-lock-defaults.
5645 (generic-mode-set-font-lock): Delete it.
5646 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5647 (generic-bracket-support): Add docstring.
5648
5649 * generic-x.el: Rename generic-font-lock-defaults to
5650 generic-font-lock-keywords throughout.
5651 (mailagent-rules-setup-function): Delete it.
5652 (mailagent-rules-generic-mode): Use anonymous function instead.
5653 (show-tabs-generic-mode-font-lock-defaults-1)
5654 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5655 Quote faces.
5656 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5657 not foreground.
5658
5659 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5660 Recognize define-generic-mode.
5661
5662 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5665 if there's no completion table.
5666
5667 2005-03-23 Miles Bader <miles@gnu.org>
5668
5669 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5670 Remove tty-specific variants, as they're no longer needed.
5671
5672 2005-03-23 Lute Kamstra <lute@gnu.org>
5673
5674 * generic-x.el: Code cleanup: make args constant whenever possible.
5675 (installshield-statement-keyword-list)
5676 (installshield-system-functions-list)
5677 (installshield-system-variables-list, installshield-types-list)
5678 (installshield-funarg-constants-list): Make them constants.
5679
5680 * generic.el (generic-make-keywords-list): Add autoload cookie.
5681
5682 * calendar/time-date.el: Add comment on time value formats.
5683 Don't require parse-time.
5684 (with-decoded-time-value): New macro.
5685 (encode-time-value): New function.
5686 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5687 (days-to-time): Return a valid time value when arg is huge.
5688 (time-since): Use time-subtract.
5689 (time-to-number-of-days): Use time-to-seconds.
5690
5691 2005-03-23 David Ponce <david@dponce.com>
5692
5693 * recentf.el: (recentf-keep): New option.
5694 (recentf-menu-action): Default to `find-file'.
5695 (recentf-keep-non-readable-files-flag)
5696 (recentf-keep-non-readable-files-p)
5697 (recentf-file-readable-p, recentf-find-file)
5698 (recentf-cleanup-remote): Remove.
5699 (recentf-include-p): More robust.
5700 (recentf-keep-p): New function.
5701 (recentf-remove-if-non-kept): Rename from
5702 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5703 All callers updated.
5704 (recentf-menu-items-for-commands): Fix help string.
5705 (recentf-track-closed-file): Update. Doc fix.
5706 (recentf-cleanup): Update. Count removed files. Doc fix.
5707
5708 2005-03-23 Kim F. Storm <storm@cua.dk>
5709
5710 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5711 Don't inherit from fringe face (now happens automatically).
5712
5713 2005-03-22 Kim F. Storm <storm@cua.dk>
5714
5715 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5716 position values.
5717
5718 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * menu-bar.el (showhide-date-time): Remove.
5721 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5722 (menu-bar-make-mm-toggle): Simplify.
5723
5724 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5725
5726 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5727 Accept qualified variable and function names.
5728
5729 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5730
5731 * bindings.el (completion-ignored-extensions):
5732 Remove ".lis" for `vax-vms'.
5733
5734 2005-03-22 Andreas Schwab <schwab@suse.de>
5735
5736 * generic-x.el: Revert last change.
5737 * ldefs-boot.el: Update.
5738
5739 2005-03-22 Jay Belanger <belanger@truman.edu>
5740
5741 * calc/calc-embed (calc-embedded-original-modes): New variable.
5742 (calc-embedded-save-original-modes)
5743 (calc-embedded-restore-original-modes): New functions.
5744 (calc-do-embedded): Save original modes when entering embedded mode
5745 and restore when leaving embedded mode.
5746 (calc-embedded-modes-change): Change the value of
5747 calc-embedded-original-modes to reflect permanent changes.
5748
5749 2005-03-22 Lute Kamstra <lute@gnu.org>
5750
5751 * generic-x.el: Require generic again.
5752
5753 2005-03-22 Miles Bader <miles@gnu.org>
5754
5755 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5756 Tweak details to look good on both ttys and bitmap displays, light
5757 or dark background, etc.
5758
5759 2005-03-21 Kim F. Storm <storm@cua.dk>
5760
5761 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5762 mouse position.
5763
5764 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * icomplete.el: Don't forcibly turn on the mode upon load.
5767 (icomplete-mode): Use define-minor-mode.
5768 (icomplete-eoinput): Default to nil.
5769 (icomplete-minibuffer-setup): Remove autoload.
5770 (icomplete-tidy): Simplify.
5771 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5772 in the initial state or if the user has modified the field.
5773 Fix handling of icomplete-max-delay-chars.
5774 Remove code that handles the oddball case where
5775 minibuffer-completion-table is an integer.
5776 Wrap icomplete-completions in while-no-input in case building
5777 completions takes more time than expected.
5778 (icomplete-completions): Simplify.
5779
5780 2005-03-21 Richard M. Stallman <rms@gnu.org>
5781
5782 * jka-compr.el (jka-compr-really-do-compress):
5783 Make variable buffer-local.
5784
5785 * image-mode.el: Handle .xpm files too.
5786 (image-toggle-display): Preserve modification flag.
5787
5788 * help.el (where-is): Don't mention aliases with no key bindings.
5789
5790 2005-03-21 Lute Kamstra <lute@gnu.org>
5791
5792 * generic.el: Fix commentary section. Don't require cl for compilation.
5793 (generic-mode-list): Add autoload cookie.
5794 (generic-use-find-file-hook, generic-lines-to-scan)
5795 (generic-find-file-regexp, generic-ignore-files-regexp)
5796 (generic-mode, generic-mode-find-file-hook)
5797 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5798 (define-generic-mode): Make it a defmacro. Fix docstring.
5799 (generic-mode-internal): Code cleanup. Add autoload cookie.
5800 (generic-mode-set-comments): Code cleanup.
5801 * generic-x.el: Don't prevent compilation. Don't require generic.
5802 Follow coding conventions. Minor code cleanup.
5803 (etc-fstab-generic-mode): Add some keywords.
5804 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5805 define-generic-mode like a function declaration.
5806
5807 2005-03-21 Jay Belanger <belanger@truman.edu>
5808
5809 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5810 changing modes.
5811
5812 2005-03-21 Sam Steingold <sds@gnu.org>
5813
5814 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5815
5816 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5817
5818 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5819 Add underscore to "f$ lexicals" regexp.
5820
5821 2005-03-20 Juri Linkov <juri@jurta.org>
5822
5823 * subr.el (progress-reporter-do-update): When `min-value' is equal
5824 to `max-value', set `percentage' to 0 and prevent division by zero.
5825
5826 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5827
5828 Sync with Tramp 2.0.48.
5829
5830 * tramp.el (all): Change all addresses to .gnu.org.
5831 (tramp-append-tramp-buffers): New defun.
5832 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5833 Catch `dont-send' signal.
5834 (tramp-set-auto-save-file-modes): Set always permissions, because
5835 there might be an old auto-saved file belonging to another
5836 original file. This could be a security threat. Reported by
5837 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5838 Check for Emacs 21.3.50 removed.
5839
5840 * tramp-smb.el (all): Remove debug construct for
5841 `with-parsed-tramp-file-name'.
5842 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5843 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5844 No error message if DIRECTORY or FILENAME doesn't exist.
5845 (tramp-smb-open-connection): Check existence of
5846 `tramp-smb-program'.
5847
5848 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5851 Properly handle the case where the `m' or `s' command's argument is not
5852 yet terminated.
5853 (perl-indent-new-calculate): New function.
5854 (perl-indent-line): Use it.
5855
5856 2005-03-20 Miles Bader <miles@gnu.org>
5857
5858 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5859 in text-mode too. Change to new face names.
5860 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5861 Add `:weight bold' attribute.
5862 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5863
5864 2005-03-19 Juri Linkov <juri@jurta.org>
5865
5866 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5867
5868 * international/mule.el (auto-coding-alist): Sync with
5869 `auto-mode-alist' by adding upper case archive file extensions
5870 and adding ear/war to jar extension.
5871
5872 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5873
5874 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5875 running, restart it.
5876
5877 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5878
5879 * finder.el (finder-current-item): Throw an error on an empty line.
5880
5881 * man.el (Man-follow-manual-reference): If current-word returns
5882 nil, use "".
5883
5884 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5885
5886 * simple.el (goto-line): Doc fix.
5887
5888 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5889
5890 * files.el (save-buffer): Doc fix.
5891
5892 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5893
5894 * recentf.el (recentf-cleanup-remote): New variable.
5895 (recentf-cleanup): Use it to conditionally check availablity of
5896 remote files.
5897
5898 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5899
5900 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5901 function names.
5902
5903 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5904
5905 * language/thai-word.el: New file.
5906
5907 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5908
5909 * files.el (backup-buffer): If the file's directory is not
5910 writable, use copy instead of move to backup the file.
5911
5912 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5913
5914 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5915
5916 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5917
5918 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5919 Use functionp instead of symbolp and fboundp. Reported by Drkm
5920 <darkman_spam@yahoo.fr>.
5921 (ps-print-version): New version 6.6.6.
5922
5923 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5924
5925 * textmodes/table.el (table--line-column-position): New idiom.
5926 (table--row-column-insertion-point-p): New function to test
5927 validity of row and column insertion operation at a location.
5928 (table-global-menu, table-cell-menu): Use above functions for
5929 deterministic test operation.
5930 (table--editable-cell-p): Behave in deterministic fashion.
5931
5932 2005-03-18 Juri Linkov <juri@jurta.org>
5933
5934 * isearch.el (isearch-lazy-highlight-new-loop):
5935 Make arguments beg and end optional.
5936 (isearch-update): Remove optional arguments nil from
5937 isearch-lazy-highlight-new-loop.
5938 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5939 isearch-lazy-highlight-case-fold-search instead of
5940 isearch-case-fold-search, and let-bind isearch-regexp to
5941 isearch-lazy-highlight-regexp.
5942 Use isearch-lazy-highlight-last-string instead of isearch-string.
5943
5944 * replace.el (perform-replace): Remove bindings of global
5945 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5946 Add three new arguments to `replace-highlight'.
5947 (replace-highlight): Add arguments string, regexp, case-fold.
5948 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5949 to allow isearch-lazy-highlight-new-loop to use these values
5950 to set corresponding isearch-lazy-highlight-* internal
5951 variables whose values lazy highlighting will use regardless of
5952 changes to global variables isearch-string, isearch-regexp,
5953 isearch-case-fold-search during lazy highlighting loop.
5954 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5955 to `lazy-highlight-cleanup'.
5956
5957 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5958 (ispell-highlight-face): Set default face to `isearch' when
5959 lazy highlighting is enabled.
5960 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5961 priority to 1. Add lazy highlighting.
5962 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5963 from `isearch-dehighlight'.
5964
5965 2005-03-18 David Ponce <david@dponce.com>
5966
5967 * files.el (hack-local-variables): Do a case-insensitive search
5968 for End.
5969
5970 2005-03-18 Juri Linkov <juri@jurta.org>
5971
5972 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5973 `isearch-lazy-highlight-cleanup', add alias to old name and
5974 declare obsolete. Add release numbers to other obsolete vars.
5975 (isearch-done, isearch-lazy-highlight-new-loop):
5976 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5977 (lazy-highlight-cleanup) <variable>: Doc fix.
5978 (isearch-lazy-highlight-update): Rename obsolete
5979 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5980
5981 2005-03-18 Kenichi Handa <handa@m17n.org>
5982
5983 * language/thai-util.el: Fix categorization of Thai characters in
5984 thai-category-table.
5985 (thai-composition-pattern): Adjust it for the above change.
5986 (thai-self-insert-command, thai-compose-syllable): New functions.
5987 (thai-compose-region): Use thai-compose-syllable.
5988 (thai-compose-string): Likewise.
5989 (thai-composition-function): Likewise.
5990 (thai-auto-composition): New function.
5991 (thai-auto-composition-mode): New minor mode.
5992
5993 * language/thai.el: Fix patterns to be registered in
5994 composition-function-table.
5995
5996 * international/quail.el (quail-input-method): Locally bind
5997 inhibit-modification-hooks to t.
5998
5999 2005-03-17 Richard M. Stallman <rms@gnu.org>
6000
6001 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6002 (perl-mode): Use run-mode-hooks.
6003
6004 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6005 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6006 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6007
6008 * mail/sendmail.el (sendmail-send-it): Reenable the code
6009 to compute resend-to-address and use it.
6010
6011 * tar-mode.el (tar-mode): Turn off undo unconditionally.
6012
6013 * image-mode.el: New file.
6014
6015 * image.el (insert-sliced-image): Add autoload cookie.
6016
6017 * font-lock.el (font-lock-lines-before): New user option.
6018 (font-lock-after-change-function): Obey it.
6019
6020 * bindings.el (esc-map): Make M-g a prefix.
6021 Bind M-g g and M-g M-g to goto-line.
6022
6023 * faces.el (face-id): Doc fix.
6024
6025 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6026
6027 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6028 (rmail-show-message): Use rmail-unknown-mail-followup-to.
6029 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6030
6031 * mail/sendmail.el (mail-yank-ignored-headers)
6032 (mail-font-lock-keywords, mail-mode-fill-paragraph):
6033 Add Mail-Followup-To and Mail-Reply-To headers.
6034 (mail-citation-hook): Add autoload cookie.
6035 (mail-mode): Doc fix.
6036 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6037 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6038 (mail-mode-fill-paragraph): Handle those headers.
6039 (mail-mailing-lists): New variable.
6040 (mail-mail-reply-to, mail-mail-followup-to): New functions.
6041
6042 2005-03-17 Juri Linkov <juri@jurta.org>
6043
6044 * isearch.el (isearch-fallback): Check for `(car previous)'
6045 before calling `isearch-other-end-state'.
6046
6047 2005-03-17 Kim F. Storm <storm@cua.dk>
6048
6049 * simple.el (move-beginning-of-line): Move to beginning of buffer
6050 line, as well as beginning of screen line.
6051
6052 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
6053
6054 * calendar/diary-lib.el (mark-diary-entries): Use new optional
6055 argument REDRAW rather than calendar-redrawing variable.
6056 * calendar/calendar.el (calendar-redrawing): Delete.
6057 (redraw-calendar): Do not bind calendar-redrawing.
6058
6059 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
6060
6061 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6062 diary-file buffer.
6063
6064 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * help.el (describe-mode): Allow a :minor-mode-function property to
6067 specify a different minor mode toggle function than the variable.
6068 * simple.el (auto-fill-function):
6069 * subr.el (add-minor-mode): Use it.
6070
6071 2005-03-16 Kenichi Handa <handa@m17n.org>
6072
6073 * language/ethio-util.el (sera-being-called-by-w3): New variable.
6074 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6075 (ethio-fidel-to-sera-buffer): Likewise.
6076
6077 2005-03-16 Juri Linkov <juri@jurta.org>
6078
6079 * emacs-lisp/find-func.el (find-function-regexp):
6080 Add defun-emitting macro `menu-bar-make-toggle'.
6081
6082 * isearch.el: Put `isearch-scroll' property to
6083 `split-window-horizontally'.
6084
6085 * info.el: Update error messages for `debug-ignored-errors'.
6086 (Info-isearch-search): Doc fix.
6087 (Info-find-node): Move up code to go into info buffer before
6088 recording the node to the history.
6089 (Info-fontify-node): Fontify titles only if the next line
6090 has two or more `*', `=', `-', `.'.
6091 Display "go to this node" for empty (match-string 3).
6092
6093 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6094
6095 * term/mac-win.el: Add mouse pointer shape constants.
6096
6097 2005-03-15 Kim F. Storm <storm@cua.dk>
6098
6099 * simple.el (move-beginning-of-line): Use vertical-motion.
6100
6101 2005-03-15 Juri Linkov <juri@jurta.org>
6102
6103 * isearch.el (isearch-error): New variable.
6104 (isearch-invalid-regexp, isearch-within-brackets): Remove.
6105 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6106 (isearch-within-brackets-state): Remove.
6107 (isearch-case-fold-search-state, isearch-pop-fun-state):
6108 Decrease frame index.
6109 (isearch-mode, isearch-top-state, isearch-push-state)
6110 (isearch-edit-string, isearch-abort, isearch-search-and-update)
6111 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6112 (isearch-search, isearch-lazy-highlight-new-loop):
6113 Replace `isearch-invalid-regexp' with `isearch-error'.
6114 Remove `isearch-within-brackets'.
6115 (isearch-search): Add `search-failed' handler to `condition-case'.
6116 (isearch-lazy-highlight-search): Add `condition-case' to catch
6117 errors and allow `isearch-lazy-highlight-update' to try
6118 highlighting from the beginning of the window.
6119 (isearch-repeat): Move up code to set isearch-wrapped to t
6120 before calling isearch-wrap-function.
6121
6122 * info.el (Info-isearch-initial-node): New internal variable.
6123 (Info-search): Signal an error in isearch mode when search leaves
6124 the initial node. Signal an error when `bound' is non-nil and
6125 nothing was found in the current subfile.
6126 (Info-isearch-search): Remove `condition-case'.
6127 (Info-isearch-wrap): Don't wrap when search failed during leaving
6128 the initial node. If `Info-isearch-search' is nil, wrap around
6129 the current node.
6130 (Info-isearch-start): New fun.
6131 (Info-mode): Add buffer-local hook `Info-isearch-start' to
6132 `isearch-mode-hook'.
6133
6134 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6135
6136 * simple.el (normal-erase-is-backspace): Set default to t if
6137 running on Mac.
6138
6139 * term/mac-win.el (function-key-map): Sync with x-win.el.
6140
6141 2005-03-15 Kenichi Handa <handa@m17n.org>
6142
6143 * international/mule-cmds.el (locale-language-names): Modify the
6144 format of elements and add more entries.
6145 (locale-preferred-coding-systems): Add more entries.
6146 (set-locale-environment): Adjust for the change of
6147 locale-language-names.
6148
6149 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * pcvs.el (smerge-ediff): Remove bogus autoload.
6152
6153 2005-03-14 Lute Kamstra <lute@gnu.org>
6154
6155 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6156 Ignore a `*' at the beginning of a line.
6157
6158 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6159 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6160 subr.el.
6161 (dont-compile, eval-when-compile, eval-and-compile): Use declare
6162 to specify indentation.
6163
6164 * generic.el (define-generic-mode): Let generic-mode-list be a
6165 list of strings; test membership with equal.
6166
6167 2005-03-14 Kim F. Storm <storm@cua.dk>
6168
6169 * simple.el (next-line, previous-line): Add optional try-vscroll
6170 arg to recognize interactive use. Pass it on to line-move.
6171 (line-move): Don't perform auto-window-vscroll when defining or
6172 executing keyboard macro to ensure consistent behaviour.
6173
6174 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6177
6178 2005-03-13 Lute Kamstra <lute@gnu.org>
6179
6180 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
6181 debugger-setup-buffer so that backtrace marks the frames set to
6182 debug-on-exit and we don't have to do it manually. Set an extra
6183 debug-on-exit for macro's.
6184 (debugger-setup-buffer): Don't mark the top frame manually.
6185
6186 2005-03-12 Lute Kamstra <lute@gnu.org>
6187
6188 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
6189 lisp-indent-function throughout.
6190 (with-no-warnings): Set lisp-indent-function property.
6191
6192 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
6193
6194 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
6195 Add entry for backslash.
6196
6197 2005-03-12 Juri Linkov <juri@jurta.org>
6198
6199 * info.el (Info-search): Four fixes for backward search.
6200
6201 2005-03-11 Jay Belanger <belanger@truman.edu>
6202
6203 * calc/calc.el (calc-language-alist): New variable.
6204 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
6205 (calc-embedded-find-modes): Use calc-language-alist instead of
6206 calc-embedded-language-alist.
6207
6208 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6209
6210 * calendar/calendar.el (calendar-redrawing): New internal
6211 variable.
6212 (redraw-calendar): Remove bogus save-excursion from previous
6213 change. Bind calendar-redrawing to t for mark-diary-entries.
6214 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6215 calendar if that is why we were called.
6216
6217 2005-03-11 Kenichi Handa <handa@m17n.org>
6218
6219 * international/mule.el (make-coding-system): Set property
6220 coding-system-define-form to nil.
6221 (define-coding-system-alias): Likewise.
6222
6223 2005-03-11 Kenichi Handa <handa@m17n.org>
6224
6225 These changes are suggested by Dave Love <fx@gnu.org>.
6226
6227 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6228 coding: tag.
6229 (adaptive-fill-regexp): Add more bullets.
6230 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6231 regexps.
6232
6233 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * help.el (describe-mode): Properly handle non-trivial lighters.
6236 Don't ignore minor modes that are not listed in minor-mode-list.
6237
6238 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6239 feature ON when the user requests to turn it OFF.
6240
6241 2005-03-10 Lute Kamstra <lute@gnu.org>
6242
6243 * emacs-lisp/debug.el (debug-entry-code): Delete it.
6244 (implement-debug-on-entry): New function to replace debug-entry-code.
6245 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
6246 second argument as the 2005-03-07 change makes it obsolete.
6247 (debug-on-entry, cancel-debug-on-entry): Update call to
6248 debug-on-entry-1.
6249 (debug, debugger-setup-buffer): Comment update.
6250 (debugger-frame-number): Update to work with implement-debug-on-entry.
6251
6252 2005-03-10 Jay Belanger <belanger@truman.edu>
6253
6254 * calc/calc-embed.el (math-ms-args): Declare it.
6255 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6256 math-ms-args.
6257 (calc-embedded-subst): Use math-multi-subst-rec to substitute
6258 variables.
6259
6260 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
6261
6262 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6263 Use message-box.
6264
6265 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6266 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6267 (tooltip-gud-tips): Simplify.
6268 (tooltip-gud-tips-p): Remove superflouous :set.
6269 (tooltip-gud-modes): Add fortran-mode.
6270 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6271
6272 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6273
6274 2005-03-09 Kim F. Storm <storm@cua.dk>
6275
6276 * play/animate.el (animate-place-char): Use forward-line instead
6277 of next-line to improve performance.
6278
6279 2005-03-09 Simon Josefsson <jas@extundo.com>
6280
6281 * net/browse-url.el (browse-url-default-browser): Doc fix.
6282
6283 2005-03-09 Miles Bader <miles@gnu.org>
6284
6285 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6286 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6287
6288 2005-03-09 Kenichi Handa <handa@m17n.org>
6289
6290 * international/latin-1.el: Set case and syntax for 255 only if
6291 set-case-syntax-set-multibyte is nil.
6292
6293 * textmodes/ispell.el (ispell-insert-word): New function.
6294 (ispell-word): Use ispell-insert-word to insert a new word.
6295 (ispell-process-line): Likewise.
6296 (ispell-complete-word): Likewise.
6297
6298 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6299
6300 * calendar/calendar.el (redraw-calendar): Preserve point.
6301 Reported by Matt Hodges <MPHodges@member.fsf.org>.
6302 (calendar-week-start-day): Move after definition of
6303 redraw-calendar. Delete buffer test, since redraw-calendar has
6304 that now.
6305
6306 * calendar/diary-lib.el (mark-diary-entries): Only call
6307 redraw-calendar in the first of any recursive calls.
6308 Reported by Alan Shutko <ats@acm.org>.
6309
6310 2005-03-08 Juri Linkov <juri@jurta.org>
6311
6312 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6313 (html-horizontal-rule, html-line, html-image, html-checkboxes)
6314 (html-radio-buttons): Add a space before the trailing `/>' where
6315 sgml-xml-mode is non-nil.
6316 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6317 the subsequent tag of the empty XML tag.
6318 (html-href-anchor): Don't set initial input to "http:".
6319 (html-image): Ask for the image URL and set point inside alt="".
6320 (html-name-anchor): Duplicate the name in the `id' attribute when
6321 sgml-xml-mode is non-nil.
6322 (html-paragraph): Remove \n before <p>.
6323 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6324 instead of `checked' when sgml-xml-mode is non-nil.
6325
6326 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6327 Remove 1 space before #RRGGBB to not truncate it on terminal
6328 windows w/o fringes. Remove 1 space between bg and fg examples
6329 to get more space.
6330 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6331 avoid byte-compile warnings.
6332
6333 * image-file.el (image-file-handler): Put `safe-magic' property to
6334 `image-file-handler'.
6335
6336 * info.el (Info-isearch-search): Emulate word search in
6337 isearching through multiple Info nodes with Info-search.
6338 (Info-isearch-wrap): Allow isearch-word.
6339
6340 2005-03-08 Lute Kamstra <lute@gnu.org>
6341
6342 * emacs-lisp/debug.el (debugger-step-through): Make sure that
6343 stepping into the debugger's code is not possible.
6344 (debugger-jumping-flag): Docstring update.
6345
6346 2005-03-08 Jay Belanger <belanger@truman.edu>
6347
6348 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6349 embedded mode begins.
6350 (calc-embedded-language-alist): New variable.
6351 (calc-embedded-find-modes): Use calc-embedded-language-alist to
6352 set default language mode.
6353
6354 2005-03-08 Kenichi Handa <handa@m17n.org>
6355
6356 * international/ccl.el (define-ccl-program): Fix docstring about
6357 extra 256 bytes assured for the output buffer.
6358
6359 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6360 Fix BUFFER_MAGNIFICATION to 2.
6361 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6362
6363 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6364
6365 * align.el (align-rules-list): Added an alignment rule for CSS
6366 declarations (applies to css-mode and html-mode buffers).
6367
6368 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6371
6372 2005-03-07 Kim F. Storm <storm@cua.dk>
6373
6374 * simple.el (move-beginning-of-line): New command.
6375
6376 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6377
6378 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6379
6380 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6381 and move-beginning-of-line.
6382
6383 * apropos.el (apropos-print): Omit command from M-x ... RET.
6384
6385 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6386
6387 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6388 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6389
6390 2005-03-06 Richard M. Stallman <rms@gnu.org>
6391
6392 * bindings.el (esc-map): Bind M-g to goto-line.
6393
6394 * facemenu.el (global-map): Bind M-o, not M-g.
6395
6396 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6397
6398 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6399 "Open Directory" as for "Open File".
6400
6401 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6402
6403 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6404 (push-mark-command): Run activate-mark-hook.
6405
6406 2005-03-06 Richard M. Stallman <rms@gnu.org>
6407
6408 * help-mode.el (help-mode-finish): Don't alter the element
6409 in view-return-to-alist if there already is one.
6410
6411 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6412 make sure the current buffer is the expected one.
6413
6414 * novice.el (disabled-command-function): Output in *Disabled Command*.
6415 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6416
6417 * textmodes/flyspell.el (flyspell-large-region):
6418 Pass args differently for aspell.
6419
6420 * files.el (mode-require-final-newline): Doc fix.
6421
6422 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6423
6424 * progmodes/which-func.el (which-function):
6425 Specify NOERROR when calling imenu--make-index-alist.
6426
6427 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * simple.el (normal-erase-is-backspace): Define default value.
6430
6431 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6432 (custom-reevaluate-setting): Simple function to handle
6433 variables that are defined before their default value can really
6434 be computed.
6435
6436 * startup.el (command-line): Use it for temporary-file-directory,
6437 small-emporary-file-directory, auto-save-file-name-transforms,
6438 blink-cursor-mode, and normal-erase-is-backspace.
6439
6440 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6441 progress, even with buggy anchored keywords.
6442
6443 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6444
6445 * simple.el (goto-line): Remove unbalanced final parenthesis.
6446
6447 2005-03-05 Richard M. Stallman <rms@gnu.org>
6448
6449 * simple.el (goto-line): Use a number at point as the default.
6450 With C-u as arg, switch buffers.
6451
6452 2005-03-05 Juri Linkov <juri@jurta.org>
6453
6454 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6455 with `no-blinking-cursor'.
6456
6457 * startup.el (no-blinking-cursor): New defvar.
6458 (command-line): Add `--no-blinking-cursor' to longopts.
6459 Set `no-blinking-cursor' to t for command line arguments
6460 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6461 with `no-blinking-cursor' in the condition for calling
6462 `blink-cursor-mode'.
6463
6464 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6465
6466 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6467 (menu-bar-options-save): Add blink-cursor-mode.
6468 (menu-bar-options-menu): Add blink-cursor-mode.
6469
6470 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6471
6472 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6473 (icalendar-export-file, icalendar-export-region)
6474 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6475 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6476
6477 2005-03-04 Lute Kamstra <lute@gnu.org>
6478
6479 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6480 (debug-function-list): Ditto.
6481
6482 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6483
6484 * textmodes/texinfmt.el (texinfo-append-refill):
6485 Redefine the types of line to which @refill
6486 is not appended by replacing a search for `@refill\\|@bye' with
6487 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6488 itemize@refill' bug and the unfilled long lines bug.
6489 (texinfmt-version): Update number and date.
6490
6491 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6492
6493 * international/code-pages.el (windows-1250, windows-125[2-8])
6494 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6495
6496 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6499 bound yet.
6500
6501 2005-03-02 Romain Francoise <romain@orebokech.com>
6502
6503 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6504 buffer after removing limits.
6505 (ibuffer-pop-filter): Ditto.
6506 Update copyright.
6507
6508 2005-03-02 Miles Bader <miles@gnu.org>
6509
6510 * button.el (make-text-button): If the user doesn't specify a
6511 type, use the default. Rewrite to use `add-text-properties' and
6512 plist functions.
6513
6514 2005-03-01 Lute Kamstra <lute@gnu.org>
6515
6516 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6517 (debugger-jumping-flag): New var.
6518 (debug-entry-code): Use it.
6519 (debugger-jump): Use debugger-jumping-flag and add
6520 debugger-reenable to post-command-hook.
6521 (debugger-reenable): Use debugger-jumping-flag and remove itself
6522 from post-command-hook.
6523 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6524 debugger-reenable.
6525
6526 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6527
6528 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6529 inclusion of "itemize\\|", which may be unnecessary, is certainly
6530 inelegant, and stops refilling in itemize lists when formatting
6531 Japanese Texinfo files to Info.
6532 Update copyright to 2005.
6533
6534 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6535
6536 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6537 of an error if GDB can't find the source file.
6538
6539 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6540
6541 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6542 not just the calendar.
6543
6544 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6545 first.
6546 (diary-redraw-calendar): New function.
6547 (make-diary-entry): Add diary-redraw-calendar to local
6548 write-contents-functions. Turn off selective display before
6549 inserting in diary.
6550
6551 2005-03-01 Kim F. Storm <storm@cua.dk>
6552
6553 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6554
6555 2005-03-01 Lute Kamstra <lute@gnu.org>
6556
6557 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6558 that debug-entry-code can be safely removed from a function while
6559 this code is being evaluated. Revert the 2005-02-27 change as the
6560 new implementation no longer requires it. Make sure that a
6561 function body containing just a string is not mistaken for a docstring.
6562 (debug): Skip one more frame in case of debug on entry.
6563 (debugger-setup-buffer): Delete one more frame line in case of
6564 debug on entry.
6565 (debugger-frame-number): Update to use the new text introduced by
6566 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6567
6568 2005-02-28 Kim F. Storm <storm@cua.dk>
6569
6570 * double.el (double-translate-key): Call force-window-update after
6571 read-event to avoid crash in redisplay.
6572
6573 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6576 (debug): Use it. Move the inhibit-trace earlier.
6577 (debug-entry-code): New const.
6578 (debug-on-entry-1): Use it.
6579
6580 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6581
6582 * international/utf-16.el (ccl-encode-mule-utf-16le):
6583 Fix BUFFER_MAGNIFICATION to 2.
6584 (ccl-encode-mule-utf-16be): Likewise.
6585
6586 2005-02-28 Kenichi Handa <handa@m17n.org>
6587
6588 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6589 Fix BUFFER_MAGNIFICATION to 4.
6590 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6591
6592 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6593
6594 * speedbar.el (speedbar-update-flag): Doc fix.
6595 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6596 argument.
6597
6598 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6601 have a non-nil `invisible' property but are actually visible.
6602
6603 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6604 for perldoc sections.
6605 (perl-outline-regexp, perl-outline-level): New var and function.
6606 (perl-mode): Use them.
6607
6608 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6609
6610 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6611 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6612
6613 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6614
6615 * cus-edit.el: Comment change.
6616 (custom-buffer-create-internal): Slightly reword text at top of
6617 Custom buffers. Mention there that saving an option edits the
6618 init file. Add link to Emacs manual node on `custom-file'.
6619 (custom-magic-alist): Rewrite individual State messages to use
6620 capitalized keywords. Doc fix.
6621
6622 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6623
6624 * calendar/calendar.el (calendar-buffer): Move above
6625 calendar-week-start-day.
6626 (calendar-week-start-day): Doc fix. Add :set function.
6627 (calendar-minimum-window-height): New variable.
6628 (generate-calendar-window): Only resize window if selected-window
6629 is displaying the calendar buffer. Use new variable
6630 calendar-minimum-window-height.
6631 (generate-calendar): Reword error message.
6632 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6633
6634 2005-02-27 Andreas Schwab <schwab@suse.de>
6635
6636 * vc.el (vc-do-command): Don't run command asynchronously when
6637 operating in a remote directory.
6638
6639 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6640 change from sync with Tramp 2.0.47.
6641
6642 2005-02-27 Richard M. Stallman <rms@gnu.org>
6643
6644 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6645
6646 * textmodes/flyspell.el (flyspell-mode-on):
6647 Call ispell-change-dictionary only if necessary.
6648
6649 * emacs-lisp/re-builder.el (regexp-builder): New function.
6650
6651 * register.el (describe-register-1): Explicitly handle
6652 yank-excluded-properties = t.
6653
6654 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6655 (custom-magic-alist): Change the status descriptions again.
6656 (face widget-type): Total rewrite based on `restricted-sexp'
6657 to eliminate the confusing double hiding levels.
6658
6659 * emacs-lisp/debug.el (debug-on-entry-1):
6660 If function body is empty, add nil as body form.
6661
6662 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * emacs-lisp/trace.el (inhibit-trace): New var.
6665 (trace-make-advice): Use it.
6666
6667 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6668
6669 2005-02-26 Kim F. Storm <storm@cua.dk>
6670
6671 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6672 (mouse-on-link-p, mouse-drag-region-1): Use it.
6673
6674 2005-02-25 Lute Kamstra <lute@gnu.org>
6675
6676 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6677
6678 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6679
6680 * frame.el (blink-cursor-mode): Add :group keyword.
6681
6682 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6683
6684 * calendar/icalendar.el (icalendar--decode-isodatetime):
6685 New optional argument DAY-SHIFT.
6686 (icalendar-export-region): Fix coding-system-for-write.
6687 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6688 events by one.
6689
6690 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6693
6694 2005-02-24 Kim F. Storm <storm@cua.dk>
6695
6696 * international/iso-acc.el (iso-accents-compose): Fix crash
6697 during redisplay. Call force-window-update after read-event
6698 and delete-region to signal that window is not accurate.
6699
6700 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6703 Remove unused and inexistent var `inhibit-trace'.
6704 (debugger-mode): Use run-mode-hooks.
6705 (debugger-list-functions): Add buttons; setup xref stack.
6706
6707 2005-02-23 Richard M. Stallman <rms@gnu.org>
6708
6709 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6710 appointment says it was explicitly made.
6711 (appt-add): Set the 3rd element.
6712 (appt-make-list): Preserve explicit appointments.
6713
6714 * subr.el (find-tag-default): Catch errors in forward-sexp.
6715
6716 2005-02-23 Juri Linkov <juri@jurta.org>
6717
6718 * info.el (Info-isearch-search): New defcustom.
6719 (Info-isearch-search): Call the default isearch function
6720 when Info-isearch-search is nil.
6721 (Info-isearch-wrap): Use variable Info-isearch-search.
6722
6723 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6724
6725 * cus-edit.el: Comment change.
6726
6727 2005-02-22 Kim F. Storm <storm@cua.dk>
6728
6729 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6730 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6731
6732 2005-02-22 Simon Josefsson <jas@extundo.com>
6733
6734 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6735 New variable.
6736 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6737 Oskarsson" <myrkraverk@users.sourceforget.net>.
6738
6739 2005-02-22 Kim F. Storm <storm@cua.dk>
6740
6741 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6742 check that window of that event is the selected window.
6743 (mouse-drag-region-1): Compare mouse event window to selected
6744 window before setting point.
6745
6746 * tooltip.el (tooltip-show-help-function): Pass event to
6747 mouse-on-link-p so it can check selected window.
6748
6749 2005-02-22 Kenichi Handa <handa@m17n.org>
6750
6751 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6752 (ps-mule-show-warning): New function.
6753 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6754 characters are found.
6755
6756 * ps-print.el (ps-header-footer-string): Return a list of header
6757 and footer strings.
6758
6759 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6760
6761 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6762
6763 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * frame.el (blink-cursor-mode): Use define-minor-mode.
6766
6767 * term/mac-win.el (function-key-map): Use char-names more consistently.
6768 (file-name-coding-system): Only set it for MacOS-9. The other case is
6769 already handled in mule-cmds.el (where it also works when mac-win.el
6770 is not used).
6771
6772 2005-02-21 Kenichi Handa <handa@m17n.org>
6773
6774 * international/mule.el (ctext-pre-write-conversion): Always use
6775 " *code-converting-work*" buffer for work.
6776
6777 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6778
6779 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6780
6781 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6782
6783 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6784
6785 * ses.el (undo-more): Restore defadvice, but only the part that
6786 allows changes outside the restricted area of the buffer.
6787
6788 2005-02-20 Kim F. Storm <storm@cua.dk>
6789
6790 * simple.el (line-move): Add fourth optional arg try-vscroll which
6791 must be set to perform auto-window-vscroll.
6792 When moving backwards and doing auto-window-vscroll, automatically
6793 vscroll to the last part of lines which are taller than the window.
6794 (next-line, previous-line): Set try-vscroll arg on line-move.
6795
6796 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6797
6798 * replace.el (query-replace, query-replace-regexp)
6799 (replace-string, replace-regexp): When operating on region, make
6800 the minibuffer prompt say so.
6801
6802 * isearch.el (isearch-forward): Document isearch-query-replace and
6803 isearch-query-replace-regexp keybindings.
6804
6805 2005-02-19 Jay Belanger <belanger@truman.edu>
6806
6807 * calc/calc-aent.el (math-read-token): Add local variable.
6808
6809 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6810 (calc-edit-top): Move declaration to earlier in file.
6811 (calc-edit-macro-repeats): Add local variables.
6812
6813 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6814 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6815 calcFunc-tanh.
6816 Adjust integration rule for calcFunc-tan.
6817
6818 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6819
6820 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6821 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6822 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6823 (viper-skip-separators): Bug fix.
6824 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6825 particular major mode.
6826 (viper-del-backward-char-in-replace): Don't put deleted char on the
6827 kill ring.
6828
6829 * viper-ex.el (viper-color-display-p): New function.
6830 (viper-has-face-support-p): Use viper-color-display-p.
6831
6832 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6833
6834 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6835
6836 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6837 (viper-file-remote-p): Make equivalent to file-remote-p.
6838
6839 * viper.el (viper-major-mode-modifier-list):
6840 Use viper-gnus-modifier-map.
6841
6842 2005-02-19 David Kastrup <dak@gnu.org>
6843
6844 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6845 quoting.
6846
6847 2005-02-19 Jay Belanger <belanger@truman.edu>
6848
6849 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6850 Remove extra definitions.
6851 (calc-coth): New function.
6852 (calcFunc-cot): Fix `let'.
6853
6854 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6855
6856 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6857 the reasons we use "type pc" in these faces.
6858
6859 * button.el (button): Ditto.
6860
6861 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6862
6863 * replace.el (query-replace-read-from): Set the value of
6864 query-replace-from-history-variable to handle the case of an empty
6865 string entered to accept the suggested default.
6866
6867 * net/tramp.el (tramp-file-name-for-operation):
6868 Use dired-call-process instead of dired-call-process-command.
6869
6870 2005-02-19 Jay Belanger <belanger@truman.edu>
6871
6872 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6873 (math-div-non-trig): New variables.
6874 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6875 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6876 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6877 trig expressions.
6878
6879 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6880
6881 * progmodes/gdb-ui.el (gdb-var-update-handler)
6882 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6883 for watch expressions,
6884 (gdb-var-create-handler): Don't set speedbar-update-flag.
6885 (gdb-post-prompt): Simplify test for speedbar.
6886
6887 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6888
6889 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6890 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6891 we use the syntax table of the correct buffer.
6892 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6893 Felix Gatzemeier.
6894
6895 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6896 (ediff-file-remote-p): Make synonymous with file-remote-p.
6897 In all deffaces ediff-*-face-*, use min-colors.
6898
6899 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6900 ediff-recurse-to-subdirectories.
6901 (ediff-mark-if-equal): Check that the arguments are strings, use
6902 ediff-same-contents (after to Felix Gatzemeier).
6903
6904 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6905 nil.
6906
6907 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6908
6909 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6910
6911 2005-02-18 David Kastrup <dak@gnu.org>
6912
6913 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6914 use `mark-active' when defined.
6915
6916 2005-02-18 Kenichi Handa <handa@m17n.org>
6917
6918 * ps-print.el (ps-font-info-database): New entry
6919 ZapfChancery-MediumItalic with correct font name. Fix font name
6920 of the entry Zapf-Chancery-MediumItalic.
6921
6922 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6923
6924 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6925
6926 2005-02-16 Kim F. Storm <storm@cua.dk>
6927
6928 * ido.el (ido-fallback-command): Pass user input to fallback command.
6929
6930 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6931
6932 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6933 (gdb-find-file-hook): Add server prefix.
6934
6935 2005-02-16 Richard M. Stallman <rms@gnu.org>
6936
6937 * replace.el (perform-replace): Pass new args to replace-highlight.
6938 (replace-highlight): Take region args,
6939 and pass them to isearch-lazy-highlight-new-loop.
6940
6941 * novice.el (disabled-command-hook): Autoload the defalias
6942 and the make-obsolete-variable call.
6943
6944 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6945
6946 * isearch.el (isearch-lazy-highlight-start-limit)
6947 (isearch-lazy-highlight-end-limit): New variables limit
6948 the region for highlighting.
6949 (isearch-lazy-highlight-new-loop): New args BEG and END.
6950 (isearch-lazy-highlight-search): Use the new vars.
6951 (isearch-lazy-highlight-update): Likewise.
6952
6953 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6954
6955 * cus-start.el (all): Use default-boundp.
6956
6957 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6958
6959 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6960
6961 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6962
6963 * autorevert.el (auto-revert-stop-on-user-input)
6964 (auto-revert-verbose): Doc fixes.
6965
6966 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6967
6968 * international/mule-cmds.el (set-locale-environment): Remove call
6969 to set-selection-coding-system on Windows.
6970
6971 2005-02-15 Jay Belanger <belanger@truman.edu>
6972
6973 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6974 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6975 calcFunc-coth.
6976 (math-simplify-sqrt): Add simplifications.
6977
6978 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6979 to list.
6980
6981 * calc/calc-ext.el: Add functions to autoloads.
6982
6983 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6984 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6985 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6986 (math-csc-raw, math-cot-raw): New functions.
6987
6988 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6989
6990 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6991 the variable name in a message.
6992
6993 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6994 calcFunc-csc, calcFunc-cot.
6995
6996 * calc/calcalg2.el: Add derivative and integration rules for
6997 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6998 calcFunc-csch, calcFunc-coth.
6999 (math-do-integral-methods): Add to checks for when to use
7000 substitutions.
7001
7002 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7003
7004 2005-02-15 Lute Kamstra <lute@gnu.org>
7005
7006 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7007 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
7008 <monnier@iro.umontreal.ca>
7009 (lisp-outline-level): Improve efficiency. Suggested by David
7010 Kastrup <dak@gnu.org>.
7011
7012 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
7013
7014 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7015 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7016 (gdb-set-gud-minor-mode-existing-buffers): New functions.
7017 (gdb-find-file-hook): New hook. Add it to find-file-hook.
7018 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7019
7020 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
7021
7022 * cus-start.el (all): Comment change.
7023
7024 2005-02-14 Lute Kamstra <lute@gnu.org>
7025
7026 * cus-start.el (all): Check if symbol is void.
7027
7028 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
7029
7030 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7031 optional argument to \cite.
7032
7033 2005-02-14 Richard M. Stallman <rms@gnu.org>
7034
7035 * cus-edit.el (custom-buffer-create-internal): Update help message.
7036 (custom-magic-alist): Update help messages.
7037
7038 * cus-start.el (all): Allow a var to specify a standard value.
7039
7040 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
7041
7042 * custom.el (custom-theme-set-variables): Handle variable aliases.
7043
7044 * frame.el (blink-cursor-timer): Doc fix.
7045 (blink-cursor): Make it an alias for `blink-cursor-mode' and
7046 declare obsolete.
7047 (blink-cursor-mode): Define with defcustom and use correct
7048 standard expression in that defcustom.
7049 * startup.el (command-line): Adapt to above changes in frame.el.
7050
7051 2005-02-11 Lute Kamstra <lute@gnu.org>
7052
7053 * apropos.el (apropos-score-doc): Prevent division by zero.
7054
7055 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
7056
7057 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7058 (icalendar--get-event-property-attributes)
7059 (icalendar--get-event-properties)
7060 (icalendar--datetime-to-diary-date): New functions.
7061 (icalendar--split-value): Doc fix.
7062 (icalendar--datetime-to-noneuropean-date)
7063 (icalendar--datetime-to-european-date): New optional argument
7064 SEPARATOR. Return result as a string instead of a list.
7065 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7066 (icalendar--convert-string-for-export): Rename arg S to STRING.
7067 (icalendar-export-region): Doc fix. Change name of error buffer.
7068 Save output buffer.
7069 (icalendar-import-file): Add blank at end of prompt.
7070 (icalendar-import-buffer): Doc fix. Do not switch to error
7071 buffer. Indicate status in return value.
7072 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
7073 buffer. Save output buffer. Handle exception from recurrence
7074 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
7075 events. Fix problems with weekly all-day events.
7076
7077 2005-02-10 Richard M. Stallman <rms@gnu.org>
7078
7079 * simple.el (eval-expression-print-format):
7080 Avoid warning about edebug-active.
7081
7082 * help.el (help-for-help-internal): Rename from help-for-help.
7083 (help-for-help): Define with defalias.
7084
7085 * font-core.el (font-lock-default-function): Use with-no-warnings.
7086
7087 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7088
7089 * custom.el (defface): Doc fix.
7090
7091 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
7092
7093 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7094 width 0" to prevent word wrapping problems.
7095
7096 2005-02-09 Kim F. Storm <storm@cua.dk>
7097
7098 * ido.el (ido-file-extensions-order): New defcustom.
7099 (ido-file-extension-lessp, ido-file-extension-aux)
7100 (ido-file-extension-order): New advanced file ordering.
7101 (ido-file-lessp): New simple file ordering.
7102 (ido-sort-list): Remove.
7103 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7104 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7105
7106 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
7107
7108 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7109 that some versions of grep produce.
7110 (grep-mode-font-lock-keywords): Likewise.
7111
7112 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
7113
7114 * progmodes/gdb-ui.el (gdb-location-list): New variable.
7115 (gdb-cdir): Delete.
7116 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7117 (gdb-source-info): Treat case when source file is in another
7118 directory properly.
7119 (gdb-get-location): New function.
7120
7121 2005-02-07 Jay Belanger <belanger@truman.edu>
7122
7123 * calc/calc-prog.el (calc-write-parse-table-part)
7124 (calc-fix-token-name): Fix a check for language type.
7125
7126 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7127
7128 2005-02-07 Andre Spiegel <spiegel@gnu.org>
7129
7130 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7131 as directory not writable.
7132
7133 2005-02-07 Kim F. Storm <storm@cua.dk>
7134
7135 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7136 (cua--standard-movement-commands): Remove list.
7137 Instead, set CUA property value to move for movement commands.
7138 (cua-movement-commands): Remove. Users must set CUA prop instead.
7139 (cua--pre-command-handler): Check CUA property.
7140 (cua--init-keymaps): Don't remap undo commands.
7141 (cua-mode): Don't call cua--rectangle-on-off.
7142
7143 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
7144 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
7145 (cua--rect-undo-set-point): New var.
7146 (cua--rectangle-undo-boundary): Setup undo apply entry.
7147 (cua--rect-undo-handler): New function for rectangle undo.
7148 (cua--rect-start-position, cua--rect-end-position): Add.
7149 (cua--rectangle-post-command): Call cua--rectangle-set-corners
7150 for restored rectangle. Set point if cua--rect-undo-set-point.
7151
7152 2005-02-06 Jay Belanger <belanger@truman.edu>
7153
7154 * calc/calc-lang.el (calc-tex-language): Display more information
7155 in messages.
7156
7157 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7158 in TeX mode.
7159
7160 2005-02-06 Richard M. Stallman <rms@gnu.org>
7161
7162 * emacs-lisp/lisp.el (buffer-end): Doc fix.
7163
7164 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7165
7166 * net/ldap.el (ldap-search-internal): Support attributes with
7167 optional descriptions separated by a semi-colon, as in
7168 "userCertificate;binary".
7169
7170 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7171
7172 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7173 isn't a cons (i.e. the version is 0).
7174
7175 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7176
7177 * help.el (help-for-help): Doc fix.
7178
7179 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
7180
7181 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
7182 GDB-Windows on the menu-bar as this works better.
7183
7184 2005-02-04 Jay Belanger <belanger@truman.edu>
7185
7186 * calc/calc-embed.el (calc-embedded-update): Don't put in
7187 unnecessary newlines. Adjust the end of formula marker.
7188
7189 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7190 (math-latex-parse-two-args): New function.
7191
7192 2005-02-03 Lute Kamstra <lute@gnu.org>
7193
7194 * help-fns.el (help-with-tutorial): Make sure that users cannot
7195 remove the entire text of the tutorial by means of `undo'.
7196
7197 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
7200 in recent changes, where the ispell process was repeatedly
7201 killed & restarted.
7202
7203 * international/mule-cmds.el (set-locale-environment): Set file-name
7204 coding system to utf-8 on Darwin systems.
7205 (set-default-coding-systems): Don't set default-file-name-coding-system
7206 on Darwin systems.
7207
7208 2005-02-03 Richard M. Stallman <rms@gnu.org>
7209
7210 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7211
7212 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
7213
7214 * faces.el (list-faces-display): Add optional argument.
7215
7216 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * font-core.el (font-lock-default-function): Handle the rare case where
7219 only font-lock-keywords is set.
7220
7221 2005-02-02 Kenichi Handa <handa@m17n.org>
7222
7223 * international/characters.el: Cancel previous change for
7224 I-WITH-DOT-ABOVE and DOTLESS-i.
7225
7226 * international/latin-5.el: Cancel previous change.
7227
7228 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7229
7230 * progmodes/gud.el: Correction to syntax in gud-menu-map.
7231
7232 2005-02-02 Kenichi Handa <handa@m17n.org>
7233
7234 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7235 DOTLESS-i.
7236
7237 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7238 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7239
7240 * case-table.el (get-upcase-table): New function.
7241 (copy-case-table): Copy upcaes table too if non-nil.
7242 (set-case-syntax-delims): Maintain upcase table too.
7243 (set-case-syntax-pair): Likewise.
7244 (set-upcase-syntax, set-downcase-syntax): New functions.
7245 (set-case-syntax): Maintain upcase table too.
7246
7247 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7248
7249 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7250
7251 * progmodes/gud.el (gud-goto-info): New function.
7252 (gud-tool-bar-map): Use correct icon.
7253
7254 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7255
7256 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7257 When delegating, order args in the funcall correctly.
7258
7259 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7260
7261 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7262
7263 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
7264
7265 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7266 buffer not visiting a file.
7267
7268 2005-01-31 Jay Belanger <belanger@truman.edu>
7269
7270 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7271 bound on the line with the formula.
7272
7273 2005-01-31 Kim F. Storm <storm@cua.dk>
7274
7275 * ses.el (ses-create-cell-variable-range)
7276 (ses-destroy-cell-variable-range, ses-reset-header-string)
7277 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7278 (ses-insert-row): Fix format of apply undo entries.
7279
7280 2005-01-31 Jay Belanger <belanger@truman.edu>
7281
7282 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7283 parts.
7284
7285 * calc/calc-embed.el (calc-embedded-open-formula)
7286 (calc-embedded-close-formula): Ignore matrix environments.
7287
7288 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7289 TeX mode.
7290
7291 * calc/calc-lang.el (math-function-table, math-oper-table)
7292 (math-variable-table): Adjust the LaTeX portions.
7293
7294 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7295 (math-latex-ignore-words): New constant.
7296
7297 2005-01-31 Richard M. Stallman <rms@gnu.org>
7298
7299 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7300 (ispell-local-dictionary): Doc fix.
7301 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7302 Don't reinitialize at run time. Don't defcustom.
7303 All uses changed to append ispell-local-dictionary-alist,
7304 or check it first.
7305 (ispell-current-dictionary): New variable for dictionary in use.
7306 (ispell-dictionary): Now used only for global default.
7307 (ispell-start-process): Set ispell-current-dictionary,
7308 not ispell-dictionary.
7309 (ispell-change-dictionary): Use this only for setting
7310 user preferences.
7311 (ispell-internal-change-dictionary): New function
7312 to change the current dictionary in use.
7313 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7314 Use ispell-current-dictionary.
7315 Handle ispell-local-dictionary-overridden.
7316 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7317
7318 2005-01-31 Jay Belanger <belanger@truman.edu>
7319
7320 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7321
7322 * calc/calc-ext.el: Add calc-latex-language to autoloads.
7323 (calc-mode-map): Add calc-latex-language.
7324
7325 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7326 (math-latex-print-frac): New functions.
7327 (math-oper-table, math-function-table, math-variable-table)
7328 (math-complex-format, math-input-filter): Add latex properties.
7329 (calc-set-language): Set math-expr-special-function-mapping.
7330
7331 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7332 (calc-write-parse-table-part): Add LaTeX support.
7333
7334 * calc/calc.el (calc-language): Adjust docstring.
7335 (calc-set-mode-line): Add LaTeX support.
7336 (math-expr-special-function-mapping): New variable.
7337 (math-tex-ignore-words): Add to list.
7338
7339 * calc/calccomp.el (math-compose-expr, math-compose-rows):
7340 Add LaTeX support.
7341 (math-compose-expr): Add support for special functions.
7342
7343 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7344
7345 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
7346
7347 * progmodes/gdb-ui.el (gdb-memory-address)
7348 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7349 (gdb-memory-mode-map, gdb-memory-format-keymap)
7350 (gdb-memory-format-menu, gdb-memory-unit-keymap)
7351 (gdb-memory-unit-menu): New variables for a buffer
7352 that lets the user examine program memory.
7353 (gdb-memory-set-address, gdb-memory-set-repeat-count)
7354 (gdb-memory-format-binary, gdb-memory-format-octal)
7355 (gdb-memory-format-unsigned, gdb-memory-format-signed)
7356 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7357 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7358 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7359 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7360 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7361 (gdb-memory-mode, gdb-memory-buffer-name)
7362 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7363 New functions for above buffer.
7364
7365 2005-01-30 Richard M. Stallman <rms@gnu.org>
7366
7367 * cus-edit.el (custom-bury-buffer): Function deleted.
7368 (custom-buffer-done-function): Option deleted.
7369 (custom-buffer-done-kill): New (replacement option.
7370 (Custom-buffer-done): Call quit-window.
7371 (custom-buffer-create-internal): Update for above changes.
7372
7373 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7374
7375 * simple.el (undo-ask-before-discard): New var.
7376 (undo-outer-limit-truncate): Implement it.
7377 (undo-extra-outer-limit): Doc update.
7378
7379 2005-01-29 Richard M. Stallman <rms@gnu.org>
7380
7381 * ses.el (undo-more): Delete defadvice.
7382 (ses-begin-change): Doc fix.
7383
7384 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7385 instead of rebinding C-x u and C-_.
7386
7387 * files.el (normal-backup-enable-predicate): Return nil for files
7388 in /tmp, regardless of temporary-file-directory.
7389
7390 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7391
7392 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7393 (open-rectangle, delete-whitespace-rectangle-line)
7394 (clear-rectangle-line): If FILL, pass t instead of FILL
7395 for move-to-column's 2nd arg.
7396
7397 * simple.el (undo): Fix the test for continuing a series of undos.
7398 (undo-more): Set pending-undo-list to t when we reach end.
7399 (pending-undo-list): Move up defvar.
7400
7401 * wid-edit.el (widget-button-click):
7402 Shorten the range of the track-mouse binding.
7403
7404 * comint.el (comint-insert-input): Undo previous changes;
7405 use last-input-event in interactive spec.
7406
7407 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7408
7409 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7410 to nil before invoking call-process. Reset buffer's modified flag
7411 after fontifying it in the no-async branch.
7412
7413 * wid-edit.el (widget-specify-button): If mouse pointer shape
7414 cannot be changed, use mouse face instead.
7415
7416 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7417
7418 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7419 (gdb-goto-breakpoint): Make breakpoint handling work on template
7420 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7421 (gdb-assembler-custom): Update to recognise breakpoint information
7422 added on 2005-01-19.
7423
7424 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7427 (dsssl-mode): Use define-derived-mode.
7428 (scheme-mode-initialize): Remove.
7429 (scheme-mode): Use run-mode-hooks.
7430
7431 * cus-edit.el (customize-group-other-window)
7432 (custom-buffer-create-other-window): Don't override special-display-*.
7433 (custom-mode-map): Make it dense.
7434
7435 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7436 sets the default value.
7437
7438 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7439
7440 * descr-text.el: Add more keywords.
7441
7442 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * speedbar.el: Avoid unnecessary use of locate-library.
7445
7446 * international/mule-cmds.el (standard-display-european-internal):
7447 Don't fiddle with latin-1 non-break space any more since it's now
7448 special cased in the C code.
7449 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7450
7451 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7452
7453 * cus-start.el (all): Add `undo-outer-limit'.
7454
7455 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7456
7457 * textmodes/bibtex.el (bibtex-format-entry):
7458 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7459 field lines.
7460 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7461 not on part of a buffer.
7462
7463 2005-01-25 Lute Kamstra <lute@gnu.org>
7464
7465 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7466 nonempty field text strings like "{letters\\macro{}more letters}".
7467 Clarify docstring.
7468 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7469 (bibtex-entry-offset, bibtex-parse-association)
7470 (bibtex-parse-field-name): Fix typos in docstrings.
7471 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7472
7473 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7474
7475 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7476 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7477 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7478 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7479
7480 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7481 isearch minor mode.
7482
7483 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7484
7485 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7486
7487 2005-01-24 Lute Kamstra <lute@gnu.org>
7488
7489 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7490 CASECHARS and NOT-CASECHARS regular expressions of the
7491 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7492 striding over charsets" error.
7493
7494 2005-01-24 Jay Belanger <belanger@truman.edu>
7495
7496 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7497 display variable name.
7498
7499 2005-01-24 Kenichi Handa <handa@m17n.org>
7500
7501 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7502 Fix setting of the element of encoded-kbd-iso2022-invocations.
7503
7504 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7505
7506 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7507 (gdb-threads-select): Change to also accept mouse events.
7508 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7509 (gdb-threads-mouse-select): Delete.
7510
7511 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7512
7513 * files.el (insert-directory): Take care of empty directory,
7514 listed without -a switch.
7515
7516 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * textmodes/refill.el (refill-post-command-function):
7519 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7520 to the list of functions that we should be careful not to undo.
7521 (refill-late-fill-paragraph-function): Remove.
7522 (refill-saved-state): New var.
7523 (refill-mode): Use it to save fill-paragraph-function.
7524 Save also the value of auto-fill-function.
7525
7526 * term/w32-win.el: Simplify code.
7527
7528 2005-01-23 Kim F. Storm <storm@cua.dk>
7529
7530 * simple.el (line-move): Adapt to new return value from
7531 pos-visible-in-window-p.
7532
7533 * simple.el (line-move): Fix last change. Check partial
7534 visibility at point rather than at window-start.
7535
7536 2005-01-22 Jason Rumney <jasonr@gnu.org>
7537
7538 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7539
7540 2005-01-22 David Kastrup <dak@gnu.org>
7541
7542 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7543
7544 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7545
7546 * type-break.el (type-break-mode): Add a test for
7547 type-break-file-name being non-nil.
7548
7549 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7550
7551 * net/eudc.el (top level): Call (message "") via progn, so that
7552 eudc-options-file is loaded.
7553
7554 2005-01-22 Kim F. Storm <storm@cua.dk>
7555
7556 * simple.el (line-move-1): Rename from line-move.
7557 (line-move): New function that adjusts vscroll for partially
7558 visible rows, and calls line-move-1 otherwise.
7559
7560 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7561
7562 * pcomplete.el: define pcomplete-read-event instead of read-event,
7563 since it's not a complete read-event implementation
7564
7565 2005-01-20 Jay Belanger <belanger@truman.edu>
7566
7567 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7568 for called function.
7569
7570 2005-01-20 Steven Tamm <steventamm@mac.com>
7571
7572 * term/mac-win.el (process-connection-type): Remove.
7573 Controlled now by s/darwin.h:PTY_ITERATION.
7574
7575 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * window.el (handle-select-window): Don't switch window when we're
7578 in the minibuffer.
7579
7580 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7581
7582 * subr.el (dotimes-with-progress-reporter): New macro.
7583
7584 * ses.el (ses-dotimes-msg): Remove macro.
7585 Use `dotimes-with-progress-reporter' instead.
7586
7587 2005-01-19 Steven Tamm <steventamm@mac.com>
7588
7589 * term/mac-win.el (process-connection-type): Use new
7590 operating-system-release variable to use ptys on Darwin 7 (OSX
7591 10.3) when using carbon build.
7592
7593 2005-01-19 Jay Belanger <belanger@truman.edu>
7594
7595 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7596 flags if the last command was a tab or M-tab.
7597
7598 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7599 in formula editing buffer.
7600
7601 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7602
7603 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7604 breakpoint image symbol in margin.
7605
7606 2005-01-19 Jay Belanger <belanger@truman.edu>
7607
7608 * calc/calc-prog.el (calc-execute-kbd-macro):
7609 Ignore calc-keep-arg-flag.
7610
7611 2005-01-19 Kenichi Handa <handa@m17n.org>
7612
7613 * textmodes/ispell.el (ispell-looking-at): New function.
7614 (ispell-process-line): Use ispell-looking-at to compare the ispell
7615 output and the buffer contents.
7616
7617 2005-01-18 Jay Belanger <belanger@truman.edu>
7618
7619 * calc/calc.el (calc-display-raw): Fix docstring.
7620
7621 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7622
7623 * simple.el (blink-matching-open): Strip extra info from syntax.
7624
7625 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7626 funny chars in the end-of-here-doc marker.
7627
7628 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7629
7630 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7631 that enable/disabled state of breakpoints is shown correctly in
7632 fringe and on ttys.
7633 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7634 Add breakpoint information as text properties.
7635 (gdb-mouse-toggle-breakpoint):
7636 Rename to gdb-mouse-set-clear-breakpoint.
7637 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7638 breakpoints in the margin.
7639 (gdb-remove-strings): Simplify.
7640
7641 2005-01-17 Jay Belanger <belanger@truman.edu>
7642
7643 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7644 erasing buffer.
7645
7646 2005-01-17 Richard M. Stallman <rms@gnu.org>
7647
7648 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7649 for calling grep-compute-defaults.
7650
7651 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7652 if buffer is empty.
7653
7654 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7655
7656 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7659
7660 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7661 non-preloaded variables.
7662
7663 2005-01-17 Steven Tamm <steventamm@mac.com>
7664
7665 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7666 tex-shell cause to force interactivity when using pipes.
7667
7668 2005-01-17 Kim F. Storm <storm@cua.dk>
7669
7670 * simple.el (just-one-space): Make arg optional.
7671
7672 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7673
7674 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7675 posn-at-x-y to t to access left-margin.
7676
7677 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7678
7679 Sync with Tramp 2.0.47.
7680
7681 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7682 catching keep-date problems in cp/scp operations.
7683 (tramp-handle-copy-file): Don't call `set-file-modes'
7684 unconditionally. Specialized functions should know better what is
7685 necessary. This improves performance a little bit, and the
7686 functions could catch errors with `cp -p' and `scp -p'.
7687 (tramp-do-copy-or-rename-file-via-buffer)
7688 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7689 when appropriate.
7690 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7691 Call `set-file-modes' when appropriate.
7692 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7693 Johnsson <isak@hypergene.com>
7694 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7695 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7696 <joakim@verona.se>
7697 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7698 Emacs only.
7699
7700 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7701 `find-file-hooks' and `dired-mode-hook'.
7702 (tramp-minor-mode-map): Respective map. Add remapping for
7703 `compile' and `recompile'.
7704 (tramp-remap-command, tramp-recompile): New defuns.
7705 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7706 in buffer "*Compilation*". Call the commands asynchronously.
7707
7708 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7709 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7710 `shell-command', because it isn't magic in XEmacs. Reported by
7711 Adrian Aichner <adrian@xemacs.org>.
7712
7713 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7714 `substitute-in-file-name.
7715 (tramp-smb-handle-substitute-in-file-name): New defun.
7716 (tramp-smb-advice-PC-do-completion): Delete advice.
7717
7718 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7719
7720 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7721 Fix error in deleting region.
7722
7723 2005-01-15 Richard M. Stallman <rms@gnu.org>
7724
7725 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7726 In non-temp buffer, switch syntax table temporarily.
7727
7728 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7729
7730 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7731
7732 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7733
7734 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7735 (imenu--generic-function): Use START, not BEG, as pos of definition.
7736
7737 * simple.el (just-one-space): Argument specifies number of spaces.
7738
7739 * simple.el (eval-expression-print-format): Avoid warning
7740 about edebug-active.
7741
7742 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7743
7744 * progmodes/sh-script.el: Code copied from make-mode.el
7745 with small changes,
7746 (sh-mode-map): Bind C-c C-\.
7747 (sh-backslash-column, sh-backslash-align): New variables.
7748 (sh-backslash-region, sh-append-backslash): New functions.
7749
7750 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7751
7752 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7753 (rmail-pop-password, rmail-pop-password-required): Move to
7754 rmail-obsolete group.
7755 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7756 All callers updated.
7757 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7758 Take an argument specifying whether it is POP or IMAP mailbox we
7759 are using. All callers updated.
7760 (rmail-pop-password-error): Rename to
7761 rmail-remote-password-error. Added mailutils-specific error message.
7762 (rmail-movemail-search-path)
7763 (rmail-movemail-variant-in-use): New variables.
7764 (rmail-remote-password, rmail-remote-password-required):
7765 New customization variables.
7766 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7767 (rmail-parse-url): New function.
7768 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7769 with GNU mailutils movemail.
7770
7771 2005-01-15 Kevin Ryde <user42@zip.com.au>
7772
7773 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7774 suffix to space, $ or '$, to correctly position point when going
7775 to @table style constants like DBL_MAX.
7776
7777 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7778
7779 * type-break.el (type-break-mode, type-break-file-time)
7780 (type-break-file-keystroke-count, type-break-choose-file):
7781 Don't store data in or load data from the file if type-break-file-name
7782 is nil.
7783 (type-break-file-name): Doc update as per the above.
7784
7785 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7786
7787 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7788 lookup-key might return nil; handle that.
7789
7790 2005-01-15 Alan Mackenzie <acm@muc.de>
7791
7792 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7793 rather than the element found, thus enabling the tree to be setcar'd.
7794
7795 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7796
7797 * textmodes/org.el (org-show-following-heading): New option.
7798 (org-show-hierarchy-above): Use `org-show-following-heading'.
7799 (org-cycle): Documentation fix.
7800
7801 * textmodes/org.el (orgtbl-optimized): New option
7802 (orgtbl-mode): New command, a minor mode.
7803 (orgtbl-mode-map): New variable.
7804 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7805 (orgtbl-error, orgtbl-self-insert-command)
7806 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7807
7808 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7809 a local variable in each org-mode buffer.
7810
7811 * textmodes/org.el (org-set-regexps-and-options): Rename from
7812 `org-set-regexps'. Added checking for STARTUP keyword.
7813 (org-get-current-options): Add STARTUP options.
7814 (org-table-insert-row): Mode mode intelligent about when
7815 realignment is needed.
7816 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7817 New commands.
7818 (org-enable-table-editor): New default value `optimized'.
7819 (org-table-blank-field): Support blanking regions if active.
7820
7821 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7822
7823 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7824 if the year is not given.
7825
7826 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7827 Add new escapes %m and %M, fixed bug with %F by adding
7828 save-match-data.
7829 (reftex-reference): Remove ?. from list of spaces.
7830 (reftex-label-info): Add automatic label prefix recognition.
7831
7832 * textmodes/reftex-index.el (reftex-index-next-phrase):
7833 Add slave parameter to call of `reftex-index-this-phrase'.
7834 (reftex-index-this-phrase): New optional argument.
7835 (reftex-index-region-phrases): Add slave parameter to call of
7836 `reftex-index-this-phrase'.
7837 (reftex-display-index): New argument redo.
7838 (reftex-index-rescan): Add 'redo to arguments of
7839 `reftex-display-index'.
7840 (reftex-index-Rescan, reftex-index-revert)
7841 (reftex-index-switch-index-tag): Add 'redo to arguments of
7842 `reftex-display-index'.
7843 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7844 indexing. Fix bug with matching is there is a quote before or
7845 after the word.
7846
7847 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7848 Fix bug when collecting citation keys in lines with comments.
7849 (reftex-citation): Prefix argument no longer rescans the document,
7850 but forces prompting for optional arguments of cite macros.
7851 (reftex-do-citation): Prompting for optional arguments implemented.
7852
7853 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7854 Add optional arguments to most cite commands.
7855 (reftex-cite-cleanup-optional-args): New option
7856 (reftex-cite-prompt-optional-args): New option.
7857 (reftex-trust-label-prefix): New option.
7858
7859 * textmodes/reftex-toc.el (reftex-toc-find-section):
7860 Add push-mark before changing the position in the buffer.
7861
7862 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7863 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7864
7865 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7866
7867 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7868 more carefully.
7869
7870 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7873 (sgml-mode): Use it.
7874 (sgml-get-context): Better keep track of implicitly closed tags.
7875
7876 2005-01-13 Kenichi Handa <handa@m17n.org>
7877
7878 * textmodes/ispell.el: These changes are to fix misalignment error
7879 caused by equivalent characters of different Emacs charsets.
7880 (ispell-unified-chars-table): New variable.
7881 (ispell-get-decoded-string): New function.
7882 (ispell-get-casechars, ispell-get-not-casechars)
7883 (ispell-get-otherchars): Call ispell-get-decoded-string.
7884
7885 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7886
7887 * custom.el (custom-declare-variable): Just put symbol instead
7888 of (defvar . symbol) in `current-load-list'.
7889
7890 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7891
7892 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7893
7894 2005-01-12 Jay Belanger <belanger@truman.edu>
7895
7896 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7897 to create a Calc summary.
7898
7899 2005-01-12 Kim F. Storm <storm@cua.dk>
7900
7901 * mouse.el (mouse-on-link-p): Change functionality and doc
7902 string to comply with latest description in lisp ref.
7903
7904 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7905
7906 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7907 Enable mouse clicks on mode-line, header-line and margin.
7908 (event-type): Give mouse event symbols an 'event-kind property
7909 with value 'mouse-click.
7910
7911 2005-01-12 Juri Linkov <juri@jurta.org>
7912
7913 * facemenu.el (list-colors-display): Add new arg buffer-name.
7914 Use it. Fix docstring. Replace code for identifying duplicate
7915 colors by the name with call to `list-colors-duplicates' which
7916 identifies duplicate colors by the value unless the color
7917 is one of special Windows colors. Set truncate-lines to t.
7918 Print sorted duplicate color names on each line. Indent to 22
7919 \(the longest color name in rgb.txt) instead of 20. Optimize.
7920 (list-colors-duplicates): New function.
7921 (facemenu-color-name-equal): Delete function.
7922
7923 * facemenu.el (list-colors-print): New function created from code
7924 in list-colors-display. Print #RRGGBB at the window right edge.
7925 (list-colors-display): When temp-buffer-show-function is not
7926 defined, call list-colors-print from temp-buffer-show-hook
7927 to get the right value of window-width in list-colors-print
7928 after the buffer is displayed.
7929
7930 * simple.el (pop-mark): Move deactivate-mark out of conditional
7931 part to deactivate the active mark regardless of the state of the
7932 mark ring.
7933
7934 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7935 variables line in desktop files.
7936
7937 2005-01-12 Juri Linkov <juri@jurta.org>
7938
7939 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7940 Bring together isearch highlight related options.
7941 (lazy-highlight): Replace group `replace' by `matching'.
7942 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7943 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7944 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7945 and declare them obsolete.
7946 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7947 (isearch-faces): Remove defgroup.
7948 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7949 Move isearch highlighting code closer to lazy highlighting code.
7950
7951 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7952 (query-replace-highlight, query-replace-lazy-highlight)
7953 (query-replace): Move definitions to the beginning of the file.
7954
7955 2005-01-11 Juri Linkov <juri@jurta.org>
7956
7957 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7958 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7959 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7960
7961 * info.el (Info-history-forward): New variable.
7962 (Info-select-node): Reset Info-history-forward to nil.
7963 (Info-last): Turn into defalias.
7964 (Info-history-back): Rename from Info-last.
7965 Add current node to Info-history-forward.
7966 (Info-history-forward): New fun.
7967 (Info-mode-map): Replace Info-last by Info-history-back.
7968 Bind Info-history-forward to "r".
7969 (Info-mode-menu): Replace Info-last by Info-history-back.
7970 Fix menu item text. Add menu item for Info-history-forward.
7971 (info-tool-bar-map): Replace Info-last by Info-history-back.
7972 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7973 for Info-history-forward.
7974 (Info-mode): Replace Info-last by Info-history-back in docstring.
7975 Add local variable Info-history-forward.
7976 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7977
7978 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7981 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7982 Ignore select-window events rather than fiddle with
7983 mouse-autoselect-window.
7984
7985 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7986
7987 * type-break.el (type-break-mode): Fix previous change.
7988
7989 2005-01-10 Jay Belanger <belanger@truman.edu>
7990
7991 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7992 calculator; only reset when point is inside a calculator.
7993 Don't adjust the window height if the window takes up the whole height
7994 of the frame.
7995
7996 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7997
7998 * ebuff-menu.el (Electric-buffer-menu-mode):
7999 Preserve value of buffer-local var header-line-format.
8000
8001 2005-01-09 Jay Belanger <belanger@truman.edu>
8002
8003 * calc/calc.el (calc-mode-var-list-restore-saved-values):
8004 Make sure settings file exists before accessing it.
8005
8006 * calc/calc-embed.el (calc-embedded-subst):
8007 Replace math-multi-subst-rec, which is only supposed to be called
8008 by math-multi-subst, by math-multi-subst.
8009
8010 2005-01-09 Andre Spiegel <spiegel@gnu.org>
8011
8012 * vc.el (vc-allow-async-revert): New user option.
8013 (vc-disable-async-diff): New internal variable.
8014 (vc-revert-buffer): Use them to disable asynchronous diff.
8015
8016 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8017 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8018 asynchronously if vc-disable-async-diff is t.
8019
8020 2005-01-09 Jay Belanger <belanger@truman.edu>
8021
8022 * calc/calc.el (defcalcmodevar): New macro.
8023 (calc-mode-var-list-restore-default-values)
8024 (calc-mode-var-list-restore-saved-values): New functions.
8025 (calc-mode-var-list): Use defcalcmodevar to define it.
8026 (calc-always-load-extensions, calc-line-numbering)
8027 (calc-line-breaking, calc-display-just, calc-display-origin)
8028 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8029 (calc-group-char, calc-point-char, calc-frac-format)
8030 (calc-prefer-frac, calc-hms-format, calc-date-format)
8031 (calc-float-format, calc-full-float-format, calc-complex-format)
8032 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8033 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8034 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8035 (calc-matrix-brackets, calc-language, calc-language-option)
8036 (calc-left-label, calc-right-label, calc-word-size)
8037 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8038 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8039 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8040 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8041 (calc-window-height, calc-display-trail, calc-show-selections)
8042 (calc-use-selections, calc-assoc-selections)
8043 (calc-display-working-message, calc-auto-why, calc-timing)
8044 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8045 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8046 (calc-gnuplot-default-device, calc-gnuplot-default-output)
8047 (calc-gnuplot-print-device, calc-gnuplot-print-output)
8048 (calc-gnuplot-geometry, calc-graph-default-resolution)
8049 (calc-graph-default-resolution-3d, calc-invocation-macro)
8050 (calc-show-banner): Use defcalcmodevar to declare them and set
8051 their default values.
8052
8053 * calc/calc-ext.el (calc-reset): Restore saved values of variables
8054 instead of default values (but restore default values if there is
8055 an argument of 0).
8056
8057 2005-01-09 David Kastrup <dak@gnu.org>
8058
8059 * desktop.el (desktop-restore-eager): Fix typo in type.
8060
8061 2005-01-08 Richard M. Stallman <rms@gnu.org>
8062
8063 * cus-edit.el (customize): Delete :link.
8064
8065 2005-01-08 Jay Belanger <belanger@truman.edu>
8066
8067 * calc/calc.el (calc-mode): Remove the extension from the
8068 `calc-settings-file' file name when loading it.
8069
8070 2005-01-08 Kim F. Storm <storm@cua.dk>
8071
8072 * info.el (Info-mode-map, Info-next-link-keymap)
8073 (Info-prev-link-keymap, Info-up-link-keymap):
8074 Map follow-link to mouse-face.
8075 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8076
8077 2005-01-08 Jay Belanger <belanger@truman.edu>
8078
8079 * calc/calc.el (calc-settings-file): Change default value.
8080 Suggested by cgw in a comment in calc-mode.el.
8081
8082 * calc/calc-mode.el (calc-settings-file-name):
8083 Compare calc-settings-file to user-init-file instead of ~/.emacs.
8084 Replace ~/.emacs in a prompt by calc-settings-file.
8085
8086 2005-01-07 Lars Hansen <larsh@math.ku.dk>
8087
8088 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8089 (desktop-lazy-idle-delay): New customizable variables.
8090 (desktop-buffer-args-list): New variable.
8091 (desktop-append-buffer-args): New function.
8092 (desktop-save): Call desktop-append-buffer-args for some buffers.
8093 (desktop-lazy-create-buffer): New function.
8094 (desktop-idle-create-buffers): New function.
8095 (desktop-read): Add message about buffers to restore lazily.
8096 (desktop-lazy-abort): New command.
8097 (desktop-clear): Call desktop-lazy-abort.
8098 (desktop-lazy-complete): New command.
8099
8100 2005-01-06 Richard M. Stallman <rms@gnu.org>
8101
8102 * emacs-lisp/find-func.el (find-face-definition):
8103 Rename from find-face.
8104
8105 2005-01-06 Kim F. Storm <storm@cua.dk>
8106
8107 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8108
8109 * man.el (Man-xref-man-page, Man-xref-header-file)
8110 (Man-xref-normal-file): Add follow-link property.
8111
8112 2005-01-06 Jay Belanger <belanger@truman.edu>
8113
8114 * calc/calc-units.el: Make sure the proper macro definitions are
8115 available when compiling.
8116
8117 2005-01-06 Juri Linkov <juri@jurta.org>
8118
8119 * isearch.el (isearch-lazy-highlight-update):
8120 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8121
8122 2005-01-06 Miles Bader <miles@gnu.org>
8123
8124 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8125 (isearch-lazy-highlight-face): Use new name.
8126
8127 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * uniquify.el (uniquify-rationalize-file-buffer-names):
8130 Re-add an interactive spec.
8131 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8132 to the same name.
8133
8134 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8135 (isearch-update, isearch-done): Adjust calls accordingly.
8136
8137 2005-01-05 Richard M. Stallman <rms@gnu.org>
8138
8139 * custom.el (custom-set-variables, custom-theme-set-variables):
8140 Clarify documentation.
8141
8142 * emacs-lisp/find-func.el (find-variable)
8143 (find-variable-other-window, find-variable-other-frame):
8144 Fix the TYPE args to find-function-read and find-function-do-it.
8145 (find-function): Doc fix.
8146 (find-function-at-point): Replace function-at-point alias.
8147
8148 2005-01-04 Richard M. Stallman <rms@gnu.org>
8149
8150 * cus-face.el (custom-declare-face):
8151 Record defface in current-load-list.
8152
8153 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8154
8155 * emacs-lisp/find-func.el: Doc fixes.
8156 (find-face-regexp): New variable.
8157 (find-function-regexp-alist): New variable.
8158 (find-function-C-source): Third arg is now TYPE.
8159 (find-function-search-for-symbol): Handle general TYPE.
8160 (find-function-read, find-function-do-it): Handle general TYPE.
8161 (find-definition-noselect, find-face): New functions.
8162 (function-at-point): Alias deleted.
8163
8164 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * battery.el (display-battery-mode): Rename from display-battery.
8167 Handle the case where it gets turned off.
8168
8169 2005-01-04 Richard M. Stallman <rms@gnu.org>
8170
8171 * cus-edit.el (customize): Make :link point to user doc.
8172
8173 * man.el (Man-fontify-manpage): Turn off undo generation.
8174
8175 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8176
8177 2005-01-04 Andreas Schwab <schwab@suse.de>
8178
8179 * files.el (insert-directory): Only look for error lines in
8180 inserted text. Don't move too far after processing --dired markers.
8181
8182 2005-01-04 Richard M. Stallman <rms@gnu.org>
8183
8184 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8185 Don't expand if the character is @, period, dash, etc.
8186 (define-mail-abbrev): Quote names that contain problem characters.
8187
8188 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
8189
8190 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
8191
8192 2005-01-03 Richard M. Stallman <rms@gnu.org>
8193
8194 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
8195 (query-replace-highlight, query-replace-lazy-highlight)
8196 (query-replace): Definitions moved up. Doc fix.
8197
8198 2005-01-03 Richard M. Stallman <rms@gnu.org>
8199
8200 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
8201 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8202 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8203 (lazy-highlight-face): Rename from isearch-lazy-...
8204 Change all references to them.
8205
8206 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8207
8208 * cus-edit.el (custom-file): Doc fix for defcustom.
8209 (custom-file): The function no longer sets the variable
8210 `custom-file' to its return value.
8211
8212 * startup.el (command-line): No longer load `custom-file'.
8213
8214 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8217
8218 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8219 Don't confuse module-prefixed identifiers for labels.
8220 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8221
8222 2005-01-02 Richard M. Stallman <rms@gnu.org>
8223
8224 * files.el (basic-save-buffer-1): Fix previous change.
8225
8226 * loadhist.el (file-loadhist-lookup): New function.
8227 (file-provides, file-requires): Use it.
8228
8229 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8230 instead of calculating the right size.
8231
8232 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8233
8234 * vc-svn.el (vc-svn-diff): Stay local if possible.
8235
8236 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8239
8240 * files.el (hack-local-variables): Fix last change.
8241
8242 2005-01-02 Jay Belanger <belanger@truman.edu>
8243
8244 * calc/calc-yank.el (calc-edit-top): New variable.
8245 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8246 object. Change header properties.
8247 (calc-edit-finish, calc-edit-finish-stack-object)
8248 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8249 edited object.
8250 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8251 for the beginning of the edited object.
8252 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8253 for the beginning of the edited object.
8254 * calc/calc-prog.el (calc-edit-macro-finish-edit)
8255 (calc-finish-formula-edit, calc-macro-repeats)
8256 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8257 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8258 beginning of the edited object.
8259 (calc-user-define-edit): Change the header for editing macros.
8260 Remove unnecessary variable.
8261
8262 2005-01-01 Jay Belanger <belanger@truman.edu>
8263
8264 * calc/calc-yank.el (calc-edit-mode): Change default header.
8265 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8266 * calc/calc-store.el (calc-edit-variable): Change title to match new
8267 header.
8268 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8269 mode to match new header.
8270 (calc-user-define-edit): Change titles to include names of commands.
8271 (calc-finish-formula-edit): Adjust to handle new header.
8272 (calc-finish-macro-edit): Remove.
8273 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8274 (calc-edit-macro-command, calc-edit-macro-command-type)
8275 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8276 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8277 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8278 (calc-edit-macro-finish-edit): New functions.
8279 (calc-user-define-edit): Use new functions to edit named calc macros.
8280
8281 2005-01-01 Stefan <monnier@iro.umontreal.ca>
8282
8283 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8284
8285 * ses.el (copy-region-as-kill): Deactivate mark.
8286
8287 2005-01-01 Richard M. Stallman <rms@gnu.org>
8288
8289 * replace.el (occur-1): If the output buffer is also an input,
8290 don't kill it, rename it.
8291
8292 * faces.el (set-face-background, set-face-foreground): Doc fix.
8293
8294 * cus-face.el (custom-face-attributes): Fix :help-echo strings
8295 for :foreground and :background.
8296
8297 * dired.el (dired-view-command-alist): Variable deleted.
8298 (dired-view-file, dired-mouse-find-file-other-window):
8299 Delete the code to use it.
8300
8301 2005-01-01 Kim F. Storm <storm@cua.dk>
8302
8303 * image.el (insert-sliced-image): Use t for line-height property.
8304
8305 2004-12-31 Jay Belanger <belanger@truman.edu>
8306
8307 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8308 for "var-" at the beginning of the minibuffer.
8309
8310 2004-12-31 Richard M. Stallman <rms@gnu.org>
8311
8312 * faces.el (read-face-name):
8313 Don't treat an attribute spec as a list of faces.
8314
8315 * simple.el (undo): Use undo-equiv-table to detect
8316 unexpected changes since previous undo.
8317 (undo-list-saved): Variable deleted.
8318 (buffer-disable-undo): Don't alter undo-list-saved.
8319
8320 * files.el (require-final-newline): Allow `visit' and `visit-save'.
8321 (mode-require-final-newline): New option.
8322 (after-find-file): Handle require-final-newline with new values.
8323 (basic-save-buffer): Handle new values of require-final-newline.
8324
8325 * progmodes/sh-script.el (sh-require-final-newline):
8326 Alist value now controls whether to use mode-require-final-newline.
8327 (sh-set-shell): Implement that new meaning.
8328
8329 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8330 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8331 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8332 Delete old-Emacs compatibility code.
8333 (antlr-c-common-init): Function deleted.
8334
8335 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8336 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8337 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8338 * progmodes/python.el (python-mode): Use mode-require-final-newline.
8339 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8340 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8341 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8342 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8343 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8344 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8345 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8346 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8347 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8348 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8349 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8350 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8351
8352 2004-12-31 Jay Belanger <belanger@truman.edu>
8353
8354 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8355 way to return to Calc.
8356
8357 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8358 finish, C-xk as the way to cancel the edit. Add cancel routine to
8359 kill-buffer-hook.
8360
8361 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8362 MacEdit code.
8363
8364 * calc/calc-prog.el: Remove obsolete MacEdit code.
8365 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8366 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8367
8368 2004-12-31 Kenichi Handa <handa@m17n.org>
8369
8370 * international/mule.el (buffer-file-coding-system-explicit):
8371 Rename for explicit-buffer-file-coding-system.
8372 (after-insert-file-set-coding): Adjust for the above change.
8373
8374 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8375 to buffer-file-coding-system-explicit.
8376 (basic-save-buffer-1): Likewise.
8377
8378 2004-12-30 Richard M. Stallman <rms@gnu.org>
8379
8380 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8381 (artist-butlast, artist-last): Functions deleted.
8382 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8383 (artist-compute-key-compl-table): Call remq directly.
8384 (artist-remove-nulls): Function deleted.
8385 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8386 (artist-push, artist-pop): Macro deleted.
8387
8388 2004-12-30 Andreas Leue <al@sphenon.de>
8389
8390 * textmodes/artist.el (artist-version): 1.2.6
8391 (artist-prev-next-op-alist): New variable.
8392 (artist-select-next-op-in-list): New function.
8393 (artist-select-prev-op-in-list): New function.
8394 (artist-make-prev-next-op-alist): New function.
8395 (artist-is-in-op-list-p): New function.
8396 (artist-get-first-non-nil-op): New function.
8397 (artist-get-last-non-nil-op): New function.
8398 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8399 artist-prev-next-op-alist.
8400 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8401 change drawing operation.
8402
8403 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8404
8405 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8406
8407 2004-12-31 Masatake YAMATO <jet@gyve.org>
8408
8409 * server.el (server-process-filter): Suppress `error', too.
8410
8411 2004-12-30 Jay Belanger <belanger@truman.edu>
8412
8413 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8414 Change the way a variable is displayed in a message.
8415
8416 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8417 (calc-user-define-permanent, calc-execute-kbd-macro):
8418 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8419
8420 2004-12-30 Kenichi Handa <handa@m17n.org>
8421
8422 * files.el (basic-save-buffer-1):
8423 Set explicit-buffer-file-coding-system to last-coding-system-used.
8424 (revert-buffer): Pay attention to
8425 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8426 on bind coding-system-for-read.
8427
8428 * international/mule.el (explicit-buffer-file-coding-system):
8429 New buffer local variable.
8430 (after-insert-file-set-coding): Set it to coding-system-for-read.
8431
8432 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8433
8434 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8435
8436 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8437
8438 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8439 that include line numbers.
8440
8441 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8442
8443 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8444 Redundant variable PREFIXLEN removed.
8445
8446 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8447
8448 * eshell/em-hist.el (eshell-previous-matching-input):
8449 Start the deletion from the end of the output.
8450
8451 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8452
8453 * term/mac-win.el: Require x-dnd.
8454 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8455
8456 2004-12-29 David Kastrup <dak@gnu.org>
8457
8458 * international/mule.el (decode-coding-inserted-region):
8459 Don't barf if `buffer-undo-list' is already set to `t'.
8460
8461 2004-12-29 Jay Belanger <belanger@truman.edu>
8462
8463 * calc/calc-prog.el (calc-user-define-formula): Put default values
8464 for function names in prompts.
8465 (calc-user-define-permanent, calc-user-define-composition)
8466 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8467 default input for algebraic functions.
8468
8469 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8470
8471 * vc-rcs.el (vc-rcs-annotate-command):
8472 Fix omission bug: Call `vc-setup-buffer'.
8473
8474 2004-12-29 Kenichi Handa <handa@m17n.org>
8475
8476 * international/mule.el (recode-region): New function.
8477
8478 2004-12-28 Richard M. Stallman <rms@gnu.org>
8479
8480 * simple.el (undo-extra-outer-limit): New variable.
8481 (undo-outer-limit-truncate): Test and set it.
8482
8483 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8484 enables the feature to extend the existing region.
8485
8486 * simple.el (mark-word): New arg ALLOW-EXTEND
8487 enables the feature to extend the existing region.
8488
8489 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8490 enables the feature to extend the existing region.
8491
8492 * startup.el (site-run-file): Don't allow setting it with Custom.
8493
8494 * simple.el (buffer-disable-undo): Fix previous change.
8495
8496 2004-12-27 Masatake YAMATO <jet@gyve.org>
8497
8498 * hexl.el (hexlify-buffer): Remove fontification here.
8499 Use font lock mechanism instead.
8500 (hexl-font-lock-keywords): New font lock kewords.
8501 (hexl-mode-old-font-lock-keywords): New variable.
8502 (hexl-mode): Store the old font lock keywords.
8503 (hexl-mode-exit): Restore the old font lock keywords.
8504
8505 2004-12-27 Richard M. Stallman <rms@gnu.org>
8506
8507 * simple.el (undo): Fix previous change.
8508
8509 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8510
8511 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8512 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8513 Call x-open-connection on Mac OS X.
8514
8515 2004-12-27 Richard M. Stallman <rms@gnu.org>
8516
8517 * files.el (buffer-save-without-query): New var (buffer-local).
8518 (save-some-buffers): Save those buffers first, w/o asking.
8519
8520 * files.el (insert-directory-ls-version): New variable.
8521 (insert-directory): When ls returns an error, test the version
8522 number to decide what the return code means.
8523 With --dired output format, detect and distinguish lines
8524 that are really error messages.
8525 (insert-directory-adj-pos): New function.
8526
8527 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8528
8529 * battery.el (battery-mode-line-format): Remove initial spaces.
8530
8531 * uniquify.el (uniquify-rationalize-file-buffer-names):
8532 Delete interactive spec.
8533
8534 * type-break.el (type-break-mode): Set buffer-save-without-query.
8535 Remove code that tried to set save-some-buffers-always.
8536 (type-break-file-keystroke-count): Bind deactivate-mark.
8537
8538 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8539
8540 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8541 Test that the buffer is live, and maybe reject current buffer too.
8542 Clarify.
8543 (next-error-find-buffer): Rewrite for clarity.
8544
8545 * loadup.el: Don't use buffer-disable-undo; do it directly.
8546
8547 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8548 (describe-variable): Call symbol-file with `defvar'.
8549
8550 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8551 (symbol-file): Rewritten to handle new load-history format.
8552 Now takes an arg TYPE to specify looking for a particular
8553 type of definition only.
8554
8555 * emacs-lisp/debug.el (debugger-make-xrefs):
8556 Call symbol-file with `defun'.
8557
8558 * emacs-lisp/find-func.el (find-function-noselect):
8559 Call symbol-file with `defun'.
8560 (find-variable-noselect): Call symbol-file with `defvar'.
8561
8562 * eshell/esh-cmd.el (eshell-find-alias-function):
8563 Call symbol-file with `defun'.
8564
8565 * eshell/esh-test.el (eshell-test-goto-func):
8566 Call symbol-file with `defun'.
8567
8568 * mail/rmail.el (rmail-resend):
8569 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8570
8571 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8572
8573 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8574
8575 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8576 Call buffer-disable-undo.
8577
8578 * simple.el (undo-list-saved): New variable (buffer-local).
8579 (undo): Set and test it.
8580 (buffer-disable-undo): Move here from buffer.c.
8581 Clear out undo-list-saved.
8582
8583 * international/mule.el (decode-coding-inserted-region):
8584 Set buffer-undo-list in a correct and optimal way.
8585
8586 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8587 (cperl-font-lock-unfontify-region-function): No need to save and
8588 restore info, since font-lock.el does it for us.
8589
8590 * ansi-color.el (save-buffer-state): Definition deleted.
8591 (ansi-color-unfontify-region): Don't use save-buffer-state.
8592
8593 2004-12-27 Dave Love <fx@gnu.org>
8594
8595 * wid-edit.el (function): Use restricted-sexp as parent.
8596
8597 2004-12-27 Kevin Ryde <user42@zip.com.au>
8598
8599 * simple.el (next-matching-history-element): Use same
8600 `interactive' form as previous-matching-history-element.
8601
8602 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8603 it can appear unencoded and has been seen from yahoo.
8604
8605 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8606
8607 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8608 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8609
8610 2004-12-27 Kenichi Handa <handa@m17n.org>
8611
8612 * international/utf-8.el (utf-translate-cjk-load-tables):
8613 Bind coding-system-for-read to nil while loading subst-*.
8614
8615 2004-12-26 Jay Belanger <belanger@truman.edu>
8616
8617 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8618 default input.
8619
8620 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8621
8622 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8623 before reverting and disable undo recording while reverting.
8624
8625 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8626
8627 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8628 (hs-make-overlay): New function.
8629 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8630 (hs-flag-region): Delete function.
8631 (hs-hide-comment-region): No longer use `hs-flag-region'.
8632 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8633 (hs-hide-block-at-point): Likewise.
8634 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8635 (hs-hide-all, hs-show-all): Likewise.
8636 (hs-show-block): Likewise.
8637 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8638
8639 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8640
8641 * progmodes/hideshow.el: Require `cl' when compiling.
8642 Remove XEmacs and Emacs 19 compatibility.
8643 Use `dolist' and `add-to-list' for load-time actions.
8644 (hs-discard-overlays): Use `dolist'.
8645 (hs-show-block): Likewise.
8646
8647 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8648
8649 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8650
8651 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8652
8653 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8654 When extending backwards, move outside the current comment first.
8655
8656 2004-12-22 Kenichi Handa <handa@m17n.org>
8657
8658 * international/quail.el (quail-start-translation): Fix prompt
8659 string for the case if input-method-use-echo-area being non-nil.
8660 (quail-start-conversion): Likewise.
8661 (quail-show-guidance): Don't show guidance if
8662 input-method-use-echo-area is non-nil.
8663
8664 2004-12-21 Richard M. Stallman <rms@gnu.org>
8665
8666 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8667
8668 2004-12-21 Markus Rost <rost@ias.edu>
8669
8670 * calendar/diary-lib.el (mark-diary-entries):
8671 Set mark-diary-entries-in-calendar only after checking for diary-file.
8672
8673 2004-12-21 Richard M. Stallman <rms@gnu.org>
8674
8675 * faces.el (escape-glyph): Use blue against light foreground.
8676
8677 * simple.el (undo-outer-limit-truncate): New function.
8678 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8679
8680 2004-12-21 Eli Barzilay <eli@barzilay.org>
8681
8682 * calculator.el (calculator-radix-grouping-mode)
8683 (calculator-radix-grouping-digits)
8684 (calculator-radix-grouping-separator):
8685 New defcustoms for the new radix grouping mode functionality.
8686 (calculator-mode-hook): Now used in electric mode too,
8687 (calculator): Call it.
8688 (calculator-mode-map): Some new keys.
8689 (calculator-message): New function. Some new calls.
8690 (calculator-op, calculator-set-register): Use it.
8691 (calculator-string-to-number): New function, mostly moved and
8692 updated code from calculator-curnum-value.
8693 (calculator-curnum-value): Use it.
8694 (calculator-paste): Use it, and update grabbing the current-kill.
8695 (calculator-rotate-displayer)
8696 (calculator-rotate-displayer-back): Toggle digit grouping when
8697 in radix mode, use calculator-message.
8698 (calculator-displayer-prev, calculator-displayer-next):
8699 Change digit group size when in radix mode.
8700 (calculator-number-to-string): Rename from
8701 calculator-num-to-string. Now deals with digit grouping in
8702 radix mode.
8703 (calculator-update-display, calculator-put-value): Use the new name.
8704 (calculator-fact): Return a floating point number.
8705 (calculator-mode): Doc fix.
8706
8707 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8708
8709 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8710 * calendar/diary-lib.el (view-other-diary-entries):
8711 Use current-prefix-arg in interactive spec.
8712
8713 2004-12-19 Jay Belanger <belanger@truman.edu>
8714
8715 * calc/calc-aent.el (calcAlg-blank-matching-open):
8716 Temporarily adjust the syntax of both delimiters of half-open intervals.
8717
8718 2004-12-19 Kim F. Storm <storm@cua.dk>
8719
8720 * mouse.el (mouse-1-click-follows-link): Doc fix.
8721
8722 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8723
8724 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8725 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8726 instead of centraleuropean as the name
8727
8728 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8729
8730 Sync with Tramp 2.0.46.
8731
8732 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8733 parameters wrt Tramp convention.
8734 (tramp-handle-file-attributes-with-perl)
8735 (tramp-handle-directory-files-and-attributes): Apply it.
8736 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8737 `copy-program'. Reported by Zack Weinberg
8738 <zack@codesourcery.com>.
8739 (top): Set `edebug-form-spec' property directly rather than
8740 calling `def-edebug-spec'.
8741
8742 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8743 advice less fragile. Surround temporary redefinition of
8744 `substitute-in-file-name' with `unwind-protect'. Suggested by
8745 Matt Hodges <MPHodges@member.fsf.org>.
8746
8747 2004-12-17 Juri Linkov <juri@jurta.org>
8748
8749 * replace.el (occur-accumulate-lines, occur-engine):
8750 Make forcing deferred font-lock fontification jit-specific.
8751
8752 2004-12-17 Kim F. Storm <storm@cua.dk>
8753
8754 * mouse.el (mouse-1-click-follows-link): New defcustom.
8755 (mouse-on-link-p): New function.
8756 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8757 functionality. Map a mouse-1 click event into a mouse-2 (or
8758 other) event when position is inside a link.
8759
8760 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8761 prefix in tooltip text with "mouse-1" when this is a link
8762 recognized by mouse-1-click-follows-link functionality.
8763
8764 * help.el (describe-key): Report effective and original binding
8765 for mouse-1 when clicked on a link.
8766 (describe-mode): Add follow-link property to "minor-mode" button.
8767
8768 * help-fns.el (describe-variable): Add follow-link property to
8769 "below" button.
8770
8771 * help-mode.el (help-xref): Add follow-link property.
8772
8773 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8774 (apropos-command, apropos-variable, apropos-face, apropos-group)
8775 (apropos-widget, apropos-plist): Add follow-link property.
8776
8777 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8778 checks if position is in a filename, rather than some other
8779 clickable item. Function looks for cvs-filename-face at position.
8780
8781 * wid-edit.el (widget-specify-field, widget-specify-button):
8782 Map a :follow-link keyword into a follow-link property.
8783 (link): Add :follow-link keyword, map to RET binding.
8784
8785 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8786
8787 * progmodes/compile.el (compilation-minor-mode-map)
8788 (compilation-button-map, compilation-mode-map): Likewise.
8789
8790 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8791
8792 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8793 (zone-replace-char): Take `count' and `del-count'
8794 instead of `direction'. Update callers. When `del-count' is
8795 non-nil, delete that many characters, otherwise `count' characters
8796 backwards. Insert the newly-replaced string `count' times.
8797 (zone-fret): Handle chars w/ width greater than one.
8798 (zone-fall-through-ws): No longer take window width `ww'.
8799 Update callers. Add handling for `char-width' greater than one.
8800 (zone-pgm-drip): Update var holding window-end position every cycle.
8801
8802 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8803
8804 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8805 rather than insert-file.
8806
8807 2004-12-16 Jay Belanger <belanger@truman.edu>
8808
8809 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8810 (math-init-random-base, math-random-digit): Check to see if
8811 var-RandSeed is bound.
8812 (math-random-last): Declare it.
8813 (math-random-digit): Don't make math-random-last local.
8814
8815 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8816
8817 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8818 one-shot thunk for uniform (error, quit, normal) recovery.
8819 Reported by John Paul Wallington.
8820 (zone-pgm-random-life): Fix bug:
8821 Recognize empty initial field by lack of "@" chars.
8822
8823 2004-12-16 Juri Linkov <juri@jurta.org>
8824
8825 * help.el (function-called-at-point):
8826 * help-fns.el (variable-at-point): As a last resort try stripping
8827 non-word prefixes and suffixes.
8828
8829 * descr-text.el (describe-property-list): Don't treat syntax-table
8830 specially. Use describe-text-sexp which inserts [show] button
8831 for large objects and handles printing errors. Sort properties
8832 by names in alphabetical order instead of by value sizes.
8833 Add `mouse-face' to list of properties for `describe-face' widget.
8834 (describe-char): Mask out face-id from 19 bits of character.
8835 Print face-id separately.
8836
8837 * replace.el (occur-accumulate-lines, occur-engine):
8838 Fontify unfontified matching lines in the source buffer
8839 before copying them.
8840 (occur-engine): Don't put mouse-face on context lines.
8841 (occur-next-error): Set point to line beginning/end
8842 before searching for prev/next property to skip multiple
8843 matches on a line (not supported by occur engine).
8844 Remove redundant prefix-numeric-value.
8845
8846 2004-12-15 Juri Linkov <juri@jurta.org>
8847
8848 * replace.el (match): New face.
8849 (list-matching-lines-face): Change default from `bold' to `match'.
8850
8851 * progmodes/grep.el (grep-match-face): New defvar.
8852 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8853 compilation-column-face to highlight grep matches.
8854
8855 * apropos.el (apropos-match-face): Change default from
8856 `secondary-selection' to `match'.
8857
8858 * info-look.el (info-lookup-highlight-face): Change default from
8859 `highlight' to `match'.
8860
8861 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8862
8863 * progmodes/executable.el (executable-interpret): Eliminate
8864 obsolete compile-internal, and switch to comint for interaction.
8865
8866 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8867
8868 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8869 `&&' when skipping multiple statements on a line.
8870
8871 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8872
8873 * play/zone.el (zone): Set `truncate-lines'.
8874 Also, init `tab-width' with value from original buffer.
8875 (zone-shift-up): Rewrite for speed.
8876 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8877 (zone-pgm-jitter): Remove redundant entries from ops vector.
8878 (zone-exploding-remove): Reduce iteration count.
8879 (zone-cpos): Convert to defsubst.
8880 (zone-replace-char): New defsubst.
8881 (zone-park/sit-for): Likewise.
8882 (zone-fret): Take window-start arg.
8883 Update callers. Use `zone-park/sit-for'.
8884 (zone-fill-out-screen): Rewrite.
8885 (zone-fall-through-ws): Likewise. Update callers.
8886 (zone-pgm-drip): Use `zone-replace-char'.
8887 Move var inits before while-loop. Use `zone-park/sit-for'.
8888 (zone-pgm-random-life): Handle empty initial field.
8889 Use `zone-replace-char' and `zone-park/sit-for'.
8890
8891 2004-12-15 Juri Linkov <juri@jurta.org>
8892
8893 * isearch.el (isearch-update): Test isearch-lazy-highlight
8894 before calling isearch-lazy-highlight-new-loop.
8895 (isearch-lazy-highlight-new-loop):
8896 Don't test isearch-lazy-highlight.
8897
8898 * replace.el (perform-replace): Add isearch-case-fold-search.
8899 Use delimited-flag for isearch-regexp.
8900 Reset isearch-lazy-highlight-last-string to force lazy
8901 highlighting when called from isearch mode.
8902 (query-replace-highlight): Revert defcustom type to boolean.
8903 (query-replace-lazy-highlight): New defcustom.
8904 (query-replace): New face.
8905 (perform-replace, replace-highlight, replace-dehighlight):
8906 Test query-replace-lazy-highlight instead of special value
8907 `isearch' of query-replace-highlight.
8908 (replace-dehighlight): Don't call isearch-dehighlight.
8909 (replace-highlight): Don't call isearch-highlight.
8910 Use face `query-replace' unconditionally.
8911
8912 2004-12-14 Kim F. Storm <storm@cua.dk>
8913
8914 * simple.el (inhibit-mark-movement): Remove defvar.
8915 (beginning-of-buffer, end-of-buffer): Don't use it.
8916
8917 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8918 Don't use inhibit-mark-movement.
8919
8920 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8921 (cua--undo-push-mark): Remove.
8922 (cua--pre-command-handler, cua--post-command-handler):
8923 Don't fiddle with inhibit-mark-movement.
8924
8925 2004-12-14 Juri Linkov <juri@jurta.org>
8926
8927 * buff-menu.el (list-buffers-noselect): Collect internal info
8928 for every buffer in BUFFER-LIST arg too.
8929 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8930 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8931 Bind same-window-buffer-names and same-window-regexps to nil.
8932
8933 2004-12-13 Juri Linkov <juri@jurta.org>
8934
8935 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8936
8937 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8938 (sc-cite-region, sc-uncite-region, sc-recite-region):
8939 Fix previous change to handle not alist as a symbol, but
8940 a citation frame as a symbol that represents a variable name.
8941
8942 2004-12-13 Richard M. Stallman <rms@gnu.org>
8943
8944 * filecache.el (file-cache-add-directory-using-find):
8945 Only set up file-cache-find-command-posix-flag if we will use it.
8946
8947 * bindings.el (mode-line-buffer-identification-keymap):
8948 Don't cancel the mode-line's usual down-mouse-1 binding.
8949
8950 * cus-edit.el (custom-face-selected): Handle `default' specs.
8951 (custom-face-edit): Increase extra-offset.
8952 (custom-display): Handle `default' specs.
8953
8954 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8955
8956 * emacs-lisp/elint.el (elint-standard-variables)
8957 (elint-unknown-builtin-args): Move definitions up.
8958
8959 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8960
8961 * info.el (info-xref-visited): Use `default' instead of t.
8962 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8963
8964 * faces.el (header-line, mode-line-inactive, tool-bar):
8965 Use `default' instead of t for setting the defaults.
8966 (face-spec-choose): Separate `t' from `default'.
8967
8968 * subr.el (while-no-input): New macro.
8969
8970 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8971
8972 * filecache.el (file-cache-add-directory-using-find):
8973 Only test file-cache-find-command-posix-flag on some systems.
8974
8975 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8978 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8979 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8980 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8981 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8982
8983 2004-12-12 Juri Linkov <juri@jurta.org>
8984
8985 * files.el (find-file-other-window, find-file-other-frame):
8986 Add the first buffer to the returned value to return the complete
8987 list of all visited buffers.
8988 (find-file-read-only, find-file-read-only-other-window)
8989 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8990 `find-file-read-args'. Signal an error about non-existent file
8991 only if file name doesn't contain wildcards. Toggle read-only in
8992 all visited buffers.
8993 (find-alternate-file, find-alternate-file-other-window):
8994 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8995 called interactively. Pass arg `wildcards' to other functions.
8996 (find-file-noselect): Doc fix.
8997
8998 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8999 Doc fix.
9000 (ffap-directory-finder): New variable.
9001 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9002 (ffap-file-at-point): Add /* to immediately rejected names.
9003 Return absolute file names matching ffap-dired-wildcards.
9004 (ffap-read-file-or-url): Set default value for `completing-read'
9005 to `buffer-file-name'.
9006 (find-file-at-point): When filename matches ffap-dired-wildcards,
9007 call ffap-file-finder with t arg `wildcards', instead of dired.
9008 (ffap-other-window, ffap-other-frame): Return visited buffers.
9009 (ffap-read-only, ffap-read-only-other-window)
9010 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9011 (dired-at-point): Call ffap-directory-finder instead of dired.
9012 (ffap-dired-other-window, ffap-dired-other-frame)
9013 (ffap-list-directory): New commands.
9014 (ffap-bindings): New keybindings for new commands.
9015
9016 2004-12-12 Juri Linkov <juri@jurta.org>
9017
9018 * simple.el (beginning-of-buffer, end-of-buffer):
9019 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9020 Do not push mark when mark is active in transient-mark-mode.
9021
9022 * simple.el (mark-word):
9023 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9024 * textmodes/paragraphs.el (mark-paragraph):
9025 Extend the region when mark is active in transient-mark-mode,
9026 regardless of the last command. Doc fix.
9027
9028 * simple.el (mark-word): Preserve direction when repeating.
9029 Make arg optional. Interactive "p" -> "P".
9030 (transient-mark-mode, inhibit-mark-movement): Doc fix.
9031
9032 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9033 preserving direction, to mark forward instead of backward when mark
9034 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9035
9036 2004-12-12 Juri Linkov <juri@jurta.org>
9037
9038 * isearch.el (isearch-edit-string): Set 7th arg of
9039 `read-from-minibuffer' to `t' to inherit the current input
9040 method (whose name is indicated by [IM] in the minibuffer prompt)
9041 from the current buffer to the minibuffer.
9042 (isearch-lazy-highlight-update): Put body to `with-local-quit'
9043 to allow C-g quitting for lazy highlighting looping inside the
9044 search with nested repetition operators. Add overlay to the list
9045 before setting its face and other properties to avoid the case of
9046 code quitting after placing the new overlay but before it's
9047 recorded on the list. Select the window where isearch was
9048 activated, to highlight matches in the right window when isearch
9049 switches the current window to the minibuffer.
9050
9051 * international/isearch-x.el
9052 (isearch-process-search-multibyte-characters):
9053 Use `isearch-message' as initial input for `read-string' instead
9054 of adding it to the minibuffer prompt. After reading a string
9055 remove the initial value of `isearch-message' from the string.
9056
9057 * replace.el (replace-match-maybe-edit): Doc fix.
9058 (perform-replace): Don't call `replace-highlight' when automatic
9059 replacement is requested in literal mode, since it is intended
9060 only to highlight words during entering a new replacement string
9061 for \? in non-literal mode.
9062
9063 * replace.el (query-replace-highlight): Add new value `isearch'
9064 that allows query replacement to use isearch highlighting.
9065 Change type from `boolean' to `choice'. Doc fix.
9066 (replace-highlight, replace-dehighlight, perform-replace):
9067 Use isearch highlighting if query-replace-highlight eq `isearch'.
9068
9069 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9072 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9073
9074 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9075 case of \end{verbatim}.
9076
9077 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9078
9079 * term.el (term-termcap-format): Synchronyze with terminfo.
9080 (term-emulate-terminal): Handle reset.
9081 (term-reset-terminal): New function.
9082
9083 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
9084
9085 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9086 (zone-fill-out-screen): New func.
9087 (zone-pgm-drip): Use `zone-fill-out-screen'.
9088 Also, no longer go to point-min on every cycle.
9089 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9090 (zone-pgm-random-life-wait): New user var.
9091 (zone-pgm-random-life): New func.
9092
9093 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
9094
9095 * files.el (auto-mode-alist): Map .com to DCL mode.
9096
9097 2004-12-09 Richard M. Stallman <rms@gnu.org>
9098
9099 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9100
9101 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
9102
9103 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9104 buffer with a display margin.
9105
9106 2004-12-08 Jay Belanger <belanger@truman.edu>
9107
9108 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9109 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9110
9111 2004-12-08 Richard M. Stallman <rms@gnu.org>
9112
9113 * faces.el: Delete code to set display table.
9114 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
9115
9116 2004-12-08 Jay Belanger <belanger@truman.edu>
9117
9118 * calc/calc.el: Add math-read-preprocess-string to autoloads.
9119
9120 * calc/calc-ext.el (math-read-replacement-list)
9121 (math-read-superscripts, math-read-preprocess-string): Move to
9122 calc-aent.el.
9123
9124 * calc/calc-aent.el (math-read-replacement-list)
9125 (math-read-superscripts, math-read-preprocess-string): Move from
9126 calc-ext.el.
9127
9128 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * isearch.el (isearch-quote-char): Fix up typo in last change.
9131
9132 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9133
9134 * mouse.el (mouse-set-font): Handle the case where the command was
9135 not invoked using the mouse.
9136
9137 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
9138 (edmacro-finish-edit): Further update for keyboard macros that are
9139 lambda forms.
9140 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
9141
9142 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9143
9144 * font-lock.el (font-lock-unfontify-region): Save buffer state.
9145 (font-lock-default-unfontify-region): Don't save buffer state any more.
9146
9147 2004-12-07 Jay Belanger <belanger@truman.edu>
9148
9149 * calc/calc-help.el (calc-describe-key):
9150 Set calc-summary-indentation even when Calc Summary buffer exists.
9151
9152 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
9153
9154 * calendar/holidays.el (holiday-easter-etc): Make arguments
9155 optional for backwards compatibility. Doc fix.
9156 Remove un-necessary local vars mandatory, output-list.
9157 (holiday-advent): Make arguments optional for backwards
9158 compatibility. Doc fix.
9159
9160 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * paren.el (show-paren-function): Fix last change (2004-12-02).
9163
9164 * international/mule-util.el (char-displayable-p): Return nil for
9165 unibyte mode.
9166
9167 * subr.el (subregexp-context-p): New function.
9168
9169 * isearch.el (isearch-quote-char): Use it.
9170
9171 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9172 (regexp-opt-not-groupie*-re): Remove.
9173 (regexp-opt): Properly handle inputs with duplicate entries.
9174
9175 2004-12-06 Richard M. Stallman <rms@gnu.org>
9176
9177 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9178
9179 * cus-edit.el (custom-file): Doc fix.
9180
9181 * textmodes/org.el: New file.
9182
9183 2004-12-06 Kenichi Handa <handa@m17n.org>
9184
9185 * ldefs-boot.el: Update international/mule-util.el section.
9186
9187 2004-12-05 Sam Steingold <sds@gnu.org>
9188
9189 * net/tramp.el (tramp-handle-file-accessible-directory-p):
9190 Fix `tramp-time-diff' comparison logic.
9191
9192 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
9193
9194 * progmodes/which-func.el (which-function):
9195 Use `run-hook-with-args-until-success' instead of a custom loop.
9196 Fixes bug with local hooks.
9197
9198 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9199
9200 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
9201 Use delete-dups when calculating the initial value.
9202 (bibtex-autokey-get-title): Use <=.
9203 (bibtex-goto-line): New function.
9204 (bibtex-reposition-window): Use line numbers instead of point
9205 positions. Use window-body-height.
9206 (bibtex-find-crossref): Use bibtex-reposition-window.
9207 (bibtex-find-entry): Use bibtex-reposition-window. Always return
9208 position of entry if key is found or nil if not found.
9209
9210 2004-12-05 Richard M. Stallman <rms@gnu.org>
9211
9212 * cus-edit.el (custom-file): Doc fix.
9213
9214 * progmodes/sh-script.el (sh-indent-for-then): Change default.
9215
9216 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * simple.el (blink-matching-open):
9219 * textmodes/tex-mode.el (tex-validate-region):
9220 Obey syntax-table text properties.
9221
9222 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
9223
9224 * wid-edit.el (widget-specify-field): Add `real-field' property to
9225 boundary.
9226 (widget-field-at): Use it.
9227
9228 2004-12-02 Richard M. Stallman <rms@gnu.org>
9229
9230 * progmodes/cc-mode.el (awk-mode autoload):
9231 Supply t meaning interactive function.
9232
9233 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
9234 (isearch-mode-map): No special definition for space.
9235 (isearch-whitespace-chars): Command deleted.
9236 (isearch-forward-regexp): Doc fix.
9237 (isearch-quote-char): When a space is not inside brackets,
9238 use `[ ]' instead of just space.
9239 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9240
9241 * imenu.el (imenu--generic-function): Delete code to exclude
9242 matches in comments.
9243
9244 * man.el (Man-reverse-face): Change default to `highlight'.
9245
9246 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9247 (occur-engine): Use `face' prop rather than `font-lock-face'
9248 when specifying use of `match-face'.
9249 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9250
9251 * emacs-lisp/elint.el (elint-standard-variables): Update list.
9252
9253 * add-log.el (add-log-current-defun): Handle the case where point
9254 is in the header part of a DEFUN construct.
9255
9256 2004-12-02 Dave Love <fx@gnu.org>
9257
9258 * progmodes/python.el (python-font-lock-syntactic-keywords):
9259 Fix previous change.
9260
9261 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
9262
9263 * paren.el (show-paren-function): Check for matching chars
9264 specified by text props.
9265
9266 2004-12-02 Jay Belanger <belanger@truman.edu>
9267
9268 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9269 when reading a new key sequence.
9270
9271 2004-12-02 Kim F. Storm <storm@cua.dk>
9272
9273 * faces.el (escape-glyph): Rename from glyph.
9274 (standard-display-table): Set it here. Add escape-glyph face to
9275 extra slot characters.
9276
9277 * disp-table.el: Undo 2004-12-01 change. Display table is now
9278 setup in faces.el.
9279
9280 2004-12-02 Mark A. Hershberger <mah@everybody.org>
9281
9282 * xml.el (xml-parse-dtd): Don't show validity messages when
9283 xml-validating-parser is nil.
9284 (xml-substitute-special): Fix validity error messages to
9285 actually show the unexpandable entity. Added validity error if &
9286 isn't followed by an entity.
9287 (xml-parse-tag): Concatenate any string following the a
9288 <![CDATA[]]> section to the parsed CDATA.
9289 (xml-parse-dtd): Skip parameter entity declarations and use of
9290 parameter entities.
9291
9292 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9293
9294 * kmacro.el (kmacro-default-counter-format): New var.
9295 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
9296 (kmacro-display): Remove `nil' from `and' form. Delete call to
9297 `format' inside `message'.
9298 (kmacro-start-macro): Use `kmacro-default-counter-format'.
9299
9300 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * pcvs.el (cvs-header-msg): New function.
9303 (cvs-update-header): Use it. Change calling convention.
9304 Correctly handle the case of having simultaneous active processes.
9305 (cvs-sentinel): Don't call cvs-update-header any more.
9306 (cvs-mode-run): Update call and add cvs-update-header to postproc.
9307
9308 2004-12-01 Jay Belanger <belanger@truman.edu>
9309
9310 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9311 Change message.
9312
9313 2004-12-01 Juri Linkov <juri@jurta.org>
9314
9315 * progmodes/prolog.el (prolog-mode-variables):
9316 Fix imenu-generic-expression.
9317
9318 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
9319
9320 * faces.el (glyph): New face.
9321
9322 * disp-table.el: Add an autoloaded table, that doesn't require
9323 this library, with glyph face.
9324
9325 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9326 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9327 (conf-quote-normal): Allow normalizing only ' or ".
9328 (conf-mode): Regexp-quote constructed comment-start and don't
9329 match section {} where "name" contains braces.
9330
9331 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9332 files.
9333
9334 2004-12-01 Kenichi Handa <handa@m17n.org>
9335
9336 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9337 (x-select-text): Don't treat eight-bit-control/graphic chars
9338 specially. Store the encoded text in the X cut buffer.
9339 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9340 with x-last-selected-text-cut-encoded.
9341
9342 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9345
9346 2004-11-30 Markus Rost <rost@ias.edu>
9347
9348 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9349 AUCTeX.
9350
9351 2004-11-30 Jay Belanger <belanger@truman.edu>
9352
9353 * calc/calc-arith.el (math-possible-signs): Made stronger checks
9354 on signs of intervals.
9355 (math-pow-of-zero): Strengthen checks for positive and negative
9356 exponents.
9357
9358 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9359 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9360 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9361 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9362 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9363 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9364 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9365 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9366 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9367 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9368 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9369 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9370 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9371 with provide statements.
9372
9373 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9374
9375 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9376
9377 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9378 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9379 functions by require statements.
9380 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9381
9382 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9383 (calc-gnuplot-print): Give them values.
9384
9385 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9386 autoloads.
9387 Add calc-do-embedded-activate to autoloads.
9388 (calc-gnuplot-name, calc-gnuplot-plot-command)
9389 (calc-gnuplot-print-command): Move them to calc-graph.el.
9390
9391 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9392
9393 * term/mac-win.el (ccl-encode-mac-roman-font)
9394 (ccl-encode-mac-cyrillic-font)
9395 (ccl-encode-mac-centraleuropean-font, encoder-list)
9396 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9397 Support Cyrillic, CentralEuropean, and Dingbat font display
9398
9399 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9400
9401 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9402
9403 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9404 still nil.
9405
9406 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9407
9408 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9409 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9410
9411 2004-11-29 Jay Belanger <belanger@truman.edu>
9412
9413 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9414 cases of the base and exponent.
9415
9416 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9417
9418 * simple.el (next-error-buffer-p): Allow for inclusive and
9419 exclusive tests for finding a buffer.
9420 (next-error-find-buffer): Pass the exclusive and inclusive tests
9421 to next-error-buffer-p.
9422
9423 * replace.el (occur-next-error): Switch to the Occur buffer when
9424 appropriate, use the exclusive filter to next-error-find-buffer to
9425 do it. Use the absolute value of the motion amount.
9426
9427 2004-11-29 Kenichi Handa <handa@m17n.org>
9428
9429 * startup.el (command-line): Decode all default-directory by
9430 locale-coding-system.
9431
9432 2004-11-29 Jay Belanger <belanger@truman.edu>
9433
9434 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9435 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9436 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9437 Replace calls to calc-extensions by appropriate require, replace
9438 calc-extensions-loaded by appropriate featurep.
9439
9440 * calc/calc-ext.el: Move require to end of file.
9441 Remove redundant loading of calc.el.
9442 (calc-extensions-loaded): Remove unnecessary variable.
9443 (calc-extensions): Remove unnecessary function.
9444 (calc-load-everything): Replace calc-need-macros by appropriate require.
9445
9446 * calc/calc-macs.el: Move provide to end of file.
9447 (calc-need-macros): Remove unnecessary function.
9448
9449 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9450 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9451 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9452 Replace calc-extensions by appropriate require.
9453 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9454
9455 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9456 Replace calc-need-macros by appropriate require.
9457
9458 * calc/calc.el: Move require to end of file.
9459 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9460 Remove unnecessary variable.
9461 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9462 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9463 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9464 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9465 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9466 (math-format-number, math-format-bignum, math-read-number)
9467 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9468 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9469 by appropriate require.
9470 (calc-check-defines): Replace calc-need-macros by appropriate require.
9471
9472 2004-11-29 Kim F. Storm <storm@cua.dk>
9473
9474 * macros.el (insert-kbd-macro): Handle kmacro functions.
9475
9476 2004-11-28 Juri Linkov <juri@jurta.org>
9477
9478 * compare-w.el (compare-windows-highlight): Attach each overlay
9479 to its window to properly highlight differences while comparing
9480 two windows of the same buffer. Fix arguments.
9481 (compare-windows-sync-default-function): Fix arguments of
9482 `compare-windows-highlight'.
9483
9484 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9485 Use `read-expression-history'. Set initial contents only if
9486 `edebug-global-break-condition' is non-nil. Set histpos to 1
9487 if initial contents is equal to the last history element.
9488 (edebug-set-conditional-breakpoint): Instead of temporarily
9489 prepending the current condition to the history, set initial
9490 contents to the current condition. Set histpos to 1 if initial
9491 contents is equal to the last history element.
9492
9493 * info.el (Info-search-whitespace-regexp): Remove shy group.
9494 (Info-search): Forward line if search is on the header line.
9495 Use search-whitespace-regexp in two other places.
9496
9497 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9498
9499 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9500 warning. Delay real definition, which uses
9501 `set-fringe-indicators-1' till after the definition of that function.
9502
9503 2004-11-28 Kim F. Storm <storm@cua.dk>
9504
9505 * fringe.el (fringe): New defgroup.
9506 (fringe-mode): Move to fringe group.
9507 (fringe-indicators): New defcustom.
9508 (set-fringe-indicators-1): New defun.
9509
9510 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9511 (menu-bar-showhide-fringe-ind-menu): New keymap.
9512 (menu-bar-showhide-fringe-ind-empty)
9513 (menu-bar-showhide-fringe-ind-mixed)
9514 (menu-bar-showhide-fringe-ind-box)
9515 (menu-bar-showhide-fringe-ind-right)
9516 (menu-bar-showhide-fringe-ind-left)
9517 (menu-bar-showhide-fringe-ind-none): New defuns.
9518 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9519
9520 2004-11-27 Richard M. Stallman <rms@gnu.org>
9521
9522 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9523
9524 * generic.el (define-generic-mode): Doc fix.
9525
9526 * menu-bar.el (menu-bar-options-save): For the options
9527 that are toggled with menu-bar-make-mm-toggle, don't check
9528 for customized-value prop.
9529
9530 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9531
9532 * mail/supercite.el (sc-cite-region): Handle the case where
9533 sc-cite-frame-alist is a symbol.
9534 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9535 a symbol.
9536 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9537 a symbol.
9538
9539 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9540
9541 * wid-edit.el (widget-narrow-to-field): New function.
9542 (widget-complete): Use it.
9543
9544 2004-11-27 Jay Belanger <belanger@truman.edu>
9545
9546 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9547 variable.
9548 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9549 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9550 (math-alg-inequalities): Move declaration to earlier in the file.
9551
9552 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9553 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9554 Declare them.
9555
9556 * calc/calc-lang.el (math-expr-data, math-expr-token)
9557 (math-exp-old-pos): Declare them.
9558
9559 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9560 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9561
9562 2004-11-27 Kim F. Storm <storm@cua.dk>
9563
9564 * progmodes/flymake.el: Use (featurep 'xemacs).
9565 (flymake-makehash): Change to defsubst. Use fboundp.
9566 (flymake-time-to-float): Remove.
9567 (flymake-float-time): Merge code from flymake-time-to-float here.
9568 (flymake-replace-regexp-in-string): Change to defsubst.
9569 (flymake-split-string-remove-empty-edges):
9570 Rename to flymake-split-string.
9571 (flymake-split-string): Remove previous defalias.
9572 (flymake-get-temp-dir): Change to defsubst.
9573 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9574 Define for xemacs only.
9575 (flymake-master-file-count-limit): Change into compiler defvar only.
9576 (flymake-find-possible-master-files): Let-bind it dynamically while
9577 sorting files using flymake-master-file-compare.
9578
9579 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9582 of defun-prompt-regexp matches inside a comment/string but the
9583 beginning is correctly outside everything.
9584
9585 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9586 appears within a string or a comment.
9587
9588 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9589 rather than make-symbol for symbols which are used in
9590 a symbol-macrolet or equivalent.
9591
9592 2004-11-26 Jay Belanger <belanger@truman.edu>
9593
9594 * calc-misc.el (calc-last-why-command): Declare it.
9595
9596 * calc-vec.el (math-grade-vec): New variable.
9597 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9598 Replace variable grade-vec by declared variable.
9599 (math-rb-close): New variable.
9600 (math-read-brackets, math-read-vector): Replace variable close by
9601 declared variable.
9602
9603 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9604 (calc-one-window, calc-edit-handler, calc-restore-trail)
9605 (calc-allow-ret): Declare them.
9606
9607 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9608 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9609 (math-radix-float-cache-tag, math-random-cache)
9610 (math-max-digits-cache, math-integral-cache, math-units-table)
9611 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9612 (math-moc-func): New variable.
9613 (math-map-over-constants, math-map-over-constants-rec):
9614 Replace variable func by declared variable.
9615
9616 * calc/calc-store.el (calc-given-value, calc-store-opers):
9617 Declare them.
9618 (calc-var-name-map): Move declaration to earlier in the file.
9619 (calc-pv-pos): New variable.
9620 (calc-permanent-variable, calc-insert-permanent-variable):
9621 Replace variable pos by declared variable.
9622
9623 * calc/calc-mtx.el (calc-det-lu): New variable.
9624 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9625
9626 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9627 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9628 and arg by declared variables.
9629 (calcFunc-reducer): Fix incorrect variable.
9630 (math-inner-mul-func, math-inner-add-func): New variables.
9631 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9632 and add-func by declared variables.
9633
9634 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9635 (calc-digit-value): Declare them.
9636
9637 * calc/calc-help.el (Info-history): Declare it.
9638 (calc-describe-key): Make calc-summary-indentation a local variable.
9639 (calc-help-long-names): Move declaration to earlier in file.
9640
9641 * calc/calc-embed.el (calc-original-buffer): Declare it.
9642 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9643 (calc-embed-bot): New variables.
9644 (calc-do-embedded, calc-embedded-mark-formula)
9645 (calc-embedded-find-bounds, calc-embedded-duplicate)
9646 (calc-embedded-new-formula, calc-embedded-make-info):
9647 Replace vars outer-top, outer-bot, bot and top by declared variables.
9648 (calc-embed-prev-modes): New variable.
9649 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9650 prev-modes with declared variable.
9651 (calc-embed-vars-used): New variable.
9652 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9653 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9654 vars-used by declared variable.
9655
9656 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9657 (math-format-radix-float): Remove unnecessary setq.
9658 (math-radix-float-cache): Declare it.
9659
9660 * calc/calcsel2.el (calc-keep-selection): Declare it.
9661
9662 * calc/calc-maint.el: Remove file.
9663
9664 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9665
9666 * textmodes/bibtex.el (bibtex-sort-entry-class)
9667 (bibtex-comment-start): Use defcustom.
9668 (bibtex-entry-field-alist): Use nil if initial content of the
9669 field is undefined. Fix docstring.
9670 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9671 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9672 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9673 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9674 Fix docstring.
9675 (bibtex-autokey-title-terminators): Use only one regexp.
9676 (bibtex-string-maybe-empty-head): New variable.
9677 (bibtex-remove-delimiters-string): New function.
9678 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9679 Use bibtex-remove-delimiters-string.
9680 (bibtex-progress-message, bibtex-field-left-delimiter)
9681 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9682 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9683 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9684 Simplify.
9685 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9686 Use eq and bibtex-remove-delimiters-string. For end markers use
9687 insertion type so that marker stays after inserted text.
9688 (bibtex-autokey-get-names): Return empty string if name is missing.
9689 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9690 calling bibtex-autokey-name-case-convert.
9691 (bibtex-autokey-demangle-title):
9692 Call bibtex-autokey-titleword-case-convert. Remove call to
9693 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9694 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9695 (bibtex-read-key): New optional arg global.
9696 (bibtex-files-expand): New optional arg force.
9697 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9698 (bibtex-complete-crossref-cleanup): Rename from
9699 bibtex-complete-key-cleanup. Simplify code.
9700 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9701 Operate on current entry.
9702 (bibtex-button): Add docstring.
9703 (bibtex-entry): Simplify.
9704 (bibtex-make-field): Replace optional arg called-by-yank with more
9705 specific args move and interactive.
9706 (bibtex-end-of-entry): Use forward-sexp.
9707 (bibtex-find-entry-globally): Remove.
9708 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9709 Bound to C-c C-x.
9710 (bibtex-find-entry): New optional args global and display.
9711 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9712 (bibtex-validate): Use arg force of bibtex-files-expand.
9713 (bibtex-clean-entry): Bugfix, clean string entries properly.
9714 Always keep point at beginning of entry.
9715 (bibtex-complete): Bugfix. Handle string entries properly.
9716 Call cleanup functions only if needed.
9717 (bibtex-String): Use bibtex-read-string-key.
9718 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9719 case of replacement text.
9720
9721 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9722
9723 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9724 (tramp-perl-directory-files-and-attributes): New constant.
9725 (tramp-file-name-handler-alist): Delete file-directory-files, add
9726 directory-files-and-attributes.
9727 (tramp-perl-file-attributes): Surround uid and gid by double
9728 quotes. Change parameter id-format from nonnumeric.
9729 (tramp-convert-file-attributes): New function.
9730 (tramp-handle-file-attributes): Use it.
9731 (tramp-maybe-send-perl-script): New function.
9732 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9733 file mode. Change parameter id-format from nonnumeric.
9734 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9735 from nonnumeric.
9736 (tramp-post-connection): Don't send tramp-perl-file-attributes
9737 script. Reset connection property "perl-scripts".
9738 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9739 in use.
9740
9741 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9742
9743 * desktop.el (desktop-read): Replace mapcar with mapc.
9744 (desktop-create-buffer): Replace mapcar with mapc.
9745 Remove redundant piece of code.
9746
9747 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9748
9749 * progmodes/gud.el (gud-display-line): Use display-buffer
9750 for GDB-UI as for GUD.
9751
9752 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9753 Delete variables.
9754 (gdb-ann3): Don't make GUD buffer dedicated.
9755 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9756 (gdb-display-source-buffer): Delete function.
9757 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9758 (menu): Delete menu bindings for viewing source/assembler.
9759 (gdb-setup-windows, gdb-restore-windows):
9760 Don't dedicate GUD. No assembler now.
9761 (gdb-reset): No need to undedicate source buffers now.
9762 (gdb-source-info): No assembler now.
9763
9764 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9765
9766 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9767 width to those for special frames.
9768 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9769 Use display-buffer.
9770 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9771 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9772 (gdb-frame-assembler-buffer): Rework like
9773 gdb-frame-breakpoints-buffer.
9774
9775 2004-11-25 Richard M. Stallman <rms@gnu.org>
9776
9777 * progmodes/flymake.el: Reindent.
9778 (flymake-split-string): Turn into defalias.
9779 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9780 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9781 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9782 (flymake-build-relative-filename): Rename from ...path.
9783 Fix error message.
9784
9785 2004-11-25 Cheng Gao <chenggao@gmail.com>
9786
9787 * progmodes/flymake.el: Much whitespace and capitalization change.
9788 Move `provide' to end. Require `compile' only when compiling.
9789
9790 2004-11-24 Jay Belanger <belanger@truman.edu>
9791
9792 * calc/calc-alg.el: Added comment.
9793 (math-polynomial-base): Replace variable mpb-top-expr by
9794 math-poly-base-top-expr.
9795
9796 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9797 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9798 variable.
9799 (math-poly-base-total-base): New variable.
9800 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9801 mpb-total-base by declared variable.
9802 (math-factored-vars, math-to-list): Declare it.
9803 (math-fact-expr): New variable.
9804 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9805 (math-factor-expr-try, math-factor-expr-part): Replace variable
9806 expr by declared variable.
9807 (math-fet-x): New variable.
9808 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9809 by declared variable.
9810 (math-factor-poly-coefs): Make temp a local variable.
9811
9812 * calc/calc-units.el (calc-convert-units): Make units a local
9813 variable.
9814 (calc-num-units, calc-den-units): New variables.
9815 (calc-explain-units, calc-explain-units-rec): Replace variables
9816 num-units and den-units by declared variables.
9817 (math-cu-unit-list): New variable.
9818 (math-build-units-table, math-compare-unit-names)
9819 (math-convert-units, math-convert-units-rec): Replace variable
9820 unit-list by declared variable.
9821 (math-fbu-base, math-fbu-entry): New variables.
9822 (math-find-base-units, math-find-base-units-rec): Replace variables
9823 base and entry by declared variables.
9824 (math-which-standard): New variable.
9825 (math-to-standard-units, math-to-standard-rec): Replace variable
9826 which-standard by declared variable.
9827 (math-fcu-u): New variable.
9828 (math-find-compatible-unit, math-find-compatible-unit-rec):
9829 Replace variable u by declared variable.
9830 (math-cu-new-units, math-cu-pure): New variables.
9831 (math-convert-units, math-convert-units-rec): Replace variables
9832 new-units and pure by declared variables.
9833 (math-try-cancel-units): New variable.
9834 (math-simplify-units-quotient): Replace variable try-cancel-units by
9835 declared variable.
9836
9837 2004-11-24 Richard M. Stallman <rms@gnu.org>
9838
9839 * textmodes/ispell.el (ispell-check-version):
9840 If default-directory is nonexistent, use home dir.
9841
9842 * progmodes/grep.el (grep-regexp-alist):
9843 Don't match parens around line numbers.
9844
9845 * progmodes/cperl-mode.el (cperl-indent-region)
9846 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9847 Don't print progress messages.
9848
9849 * progmodes/compile.el (compilation-mode-map):
9850 Don't inherit from compilation-minor-mode-map;
9851 copy its bindings instead. But the menu bar Compile
9852 entry now does inherit from compilation-menu-map.
9853
9854 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9855 Use with-no-warnings around compiler-macroexpand.
9856
9857 * imenu.el: Don't always require newcomment.
9858 (imenu--generic-function): Call comment-normalize-vars
9859 if we have a comment syntax.
9860 Exit the loop if REGEXP matches the null string.
9861 Test comment-start as well as comment-start-skip
9862 when deciding whether to check for comments.
9863
9864 * tooltip.el (tooltip-mode): Doc fix.
9865
9866 * term.el (term-escape-char, term-mode): Doc fixes.
9867
9868 2004-11-24 Dave Love <fx@gnu.org>
9869
9870 * progmodes/python.el (python-font-lock-syntactic-keywords):
9871 Check for escapes in the regexp.
9872 (python-quote-syntax): Don't do it here.
9873
9874 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9875
9876 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9877 (gdb-frames-mode-map, gdb-threads-mode-map)
9878 (gdb-registers-mode-map, gdb-locals-mode-map)
9879 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9880 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9881
9882 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9883 (dedicated-switch-to-buffer): Rework.
9884 (gdb-var-evaluate-expression-handler, gdb-put-string):
9885 Remove unused variable bindings.
9886 (gdb-setup-windows, gdb-display-buffer):
9887 Simplify. Use pop-to-buffer.
9888 (gdb-view-source-function): Simplify.
9889 (gdb-frame-breakpoints-buffer):
9890 Use pop-to-buffer, special-display-regexps.
9891
9892 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9893
9894 * progmodes/f90.el (f90-smart-end)
9895 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9896 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9897 (f90-end-of-block): Doc fix. Make check of outermost block
9898 conditional on value of `f90-smart-end'.
9899 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9900 Handle case where END-BLOCK is nil.
9901 (f90-match-end): Handle un-named PROGRAM blocks.
9902 (f90-backslash-not-special): New function.
9903
9904 2004-11-24 Jay Belanger <belanger@truman.edu>
9905
9906 * calc/calc.el (calc-embedded-active): Removed unnecessary
9907 declaration.
9908 (calc-show-banner): Removed redundant declaration.
9909
9910 * calc/calc-graph.el (calc-gnuplot-default-device)
9911 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9912 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9913 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9914 Remove redundant initial values.
9915
9916 * calc/calc-arith.el (math-scalar-functions)
9917 (math-nonscalar-functions, math-scalar-if-args-functions)
9918 (math-real-functions, math-positive-functions)
9919 (math-nonnegative-functions, math-real-scalar-functions)
9920 (math-real-if-arg-functions, math-integer-functions)
9921 (math-num-integer-functions, math-rounding-functions)
9922 (math-float-rounding-functions, math-integer-if-args-functions)
9923 (math-super-types): Move declarations to earlier in file.
9924 (math-unit-prefixes): Declared it.
9925 (math-floor-prec, math-trunc-prec): New variables.
9926 (math-trunc-fancy): Replace variable prec by declared variable.
9927 (math-floor-fancy): Replace variable prec by declared variable.
9928 (math-com-bterms): New variable.
9929 (math-commutative-equal, math-commutative-collect):
9930 Replace variable bterms by declared variable.
9931
9932 * calc/calc-misc.el (math-trunc): Replace variable prec by
9933 math-trunc-prec.
9934 (math-floor): Replace variable prec by math-floor-prec.
9935
9936 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9937 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9938 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9939 (math-format-date, math-format-date-part): Replace variables
9940 date, dt, year, month, day, weekday, hour, minute, second and
9941 bc-flag by declared variables.
9942 (math-pd-str): New variable.
9943 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9944 Replace variable str by declared variable.
9945 (math-daylight-savings-hook, math-tzone-names): Move definitions
9946 to earlier in the file.
9947 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9948 (math-sh-year): New variable.
9949 (math-setup-add-holidays, math-setup-holidays)
9950 (math-setup-year-holidays): Replace variable `year' by declared
9951 variable.
9952
9953 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9954 New variables.
9955 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9956 n, nf and nfm1 by declared variables.
9957 (math-nri-n): New variable.
9958 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9959 n by declared variable.
9960 (calcFunc-log): Removed misplaced condition.
9961
9962 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9965
9966 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9967
9968 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9969 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9970 Dedicate gdb-related windows.
9971 (gdb-display-buffer): Dedicate gdb-related windows.
9972 Don't grab other frames.
9973 (gdb-reset): Remove dedicated property after debugging.
9974
9975 2004-11-24 Jay Belanger <belanger@truman.edu>
9976
9977 * calc/calc-sel.el: Add comment.
9978
9979 * calc/calc.el (math-stack-value-offset): Replace variables c,
9980 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9981
9982 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9983 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9984 (math-stack-value-offset-fancy): Replace variables c, wid and off
9985 by declared variables.
9986 (math-comp-just, math-comp-comma-spc): New variables.
9987 (math-compose-expr, math-compose-matrix): Replace variables `just'
9988 and comma-spc by declared variable.
9989 (math-comp-vector-prec): New variable.
9990 (math-compose-expr, math-compose-matrix, math-compose-rows):
9991 Replace variable vector-prec by declared variable.
9992 (math-comp-left-bracket, math-comp-right-bracket)
9993 (math-comp-comma): New variables.
9994 (math-compose-expr, math-compose-rows): Replace variables
9995 left-bracket, right-bracket and comma by declared variables.
9996 (math-comp-full-width): New variable.
9997 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9998 Replace variable full-width by declared variable.
9999 (math-comp-highlight, math-comp-word, math-comp-level)
10000 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10001 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10002 New variables.
10003 (math-comp-to-string-flat, math-comp-to-string-flat-term)
10004 (math-comp-sel-flat-term): Replace variables comp-highlight,
10005 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10006 declared variables.
10007 (math-comp-simplify, math-comp-simplify-term)
10008 (math-comp-add-string, math-comp-add-string-sel):
10009 Replace variables comp-highlight, comp-buf, comp-base,
10010 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10011
10012 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10013
10014 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10015
10016 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10017 and x-server-version may throw.
10018
10019 2004-11-23 Kim F. Storm <storm@cua.dk>
10020
10021 * subr.el (substitute-key-definition-key): Optimize.
10022 Don't call indirect-function for nil defn (always signals error).
10023
10024 * ido.el (ido-read-internal): Fix require-match check when
10025 ido-directory-too-big is set.
10026
10027 2004-11-23 Jay Belanger <belanger@truman.edu>
10028
10029 * calc/calc-ext.el (math-read-replacement-list)
10030 (math-read-superscripts): New variables.
10031 (math-read-preprocess-string): New function.
10032 (math-read-expr): Filter input through math-read-preprocess-string.
10033
10034 * calc/calc-aent.el (math-read-exprs): Filter input through
10035 math-read-preprocess-string.
10036
10037 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
10038
10039 * progmodes/compile.el (compilation-start): In cd command use
10040 substitute-env-vars -- not quite shell compatible but better than
10041 nothing.
10042 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10043 handle the newer versions messages, which are more parseable.
10044
10045 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * reveal.el (reveal-mode-map): New var.
10048 (reveal-mode): Use it.
10049
10050 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
10051
10052 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10053 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10054
10055 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10058 header-line when needed.
10059 Use fixed-pitch only in the header-line.
10060 Build the underline automatically. Use emdash if available.
10061
10062 2004-11-22 Richard M. Stallman <rms@gnu.org>
10063
10064 * dired.el (dired-recursive-copies): Move from dired-aux.el.
10065 * dired-aux.el (dired-recursive-copies): Move to dired.el.
10066
10067 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
10068
10069 * progmodes/gdb-ui.el (gdb-resync): New function.
10070 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10071 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10072 Use it to fail more gracefully.
10073 (gdb-variables): Delete variable.
10074 Re-order variables to reduce byte-compiler warnings.
10075
10076 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * descr-text.el (describe-char):
10079 * paren.el (show-paren-function):
10080 * subr.el (syntax-after): Undo last change.
10081
10082 * progmodes/python.el (run-python): Don't hard code *Python*.
10083 Don't modify global process-environment.
10084 (python-send-region, python-load-file): Don't assume that
10085 python-buffer == (process-buffer (python-proc)).
10086 (python-switch-to-python): Simplify.
10087
10088 * dired.el (dired-align-file): Don't assume line starts with spaces.
10089
10090 2004-11-21 Jay Belanger <belanger@truman.edu>
10091
10092 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10093 Replace variable `lines' by math-read-big-lines.
10094 (math-read-big-expr): Replace variables the-baseline, the-h2
10095 and err-msg by math-read-big-baseline, math-read-big-h2 and
10096 math-read-err-msg.
10097 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10098
10099 * calc/calc-lang.el (math-read-big-rec): Fix typo.
10100 (math-read-big-balance): Replace unbound variable by value.
10101 (math-read-big-lines): New variable.
10102 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10103 (math-read-big-error, math-read-big-balance): Replace variable
10104 `lines' by declared variable.
10105 (math-read-big-baseline, math-read-big-h2): New variables.
10106 (math-read-big-rec): Replace variables the-baseline and the-h2
10107 by declared variables.
10108 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10109 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10110 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10111 declared variables.
10112 (math-read-big-err-msg): New variable.
10113 (math-read-big-error): Replace variable err-msg by declared variable.
10114
10115 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10116
10117 * ses.el: Add coding cookie.
10118 Fix up docstrings, follow new commenting conventions.
10119 (ses-header-line-menu): Fix missing variable rename for header-row.
10120 (ses-cell-size): Remove.
10121 (ses-make-cell): New function.
10122 (ses-cell, ses-insert-row, ses-insert-column): Use it.
10123 (ses-calculate-cell): Remove unused var `symbol'.
10124 (ses-narrowed-p): New function.
10125 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10126 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10127 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10128 (ses-setup): Use restore-buffer-modified-p.
10129 (ses-cleanup): Remove unused var `end'.
10130 (ses-header-string-left-offset): Remove.
10131 (ses-create-header-string): Adjust to new behavior of `align-to'.
10132 Truncate excessively large fields to preserve alignment.
10133 (ses-reconstruct-all): Remove unused var `refs'.
10134 (ses-read-cell-printer): Remove unused var `prompt'.
10135 (ses-delete-row): Remove unused var `pos'.
10136 (ses-delete-column): Remove unused var `new'.
10137
10138 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10139
10140 * ps-print.el: Insert :version tag into all defgroup and defcustom.
10141 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10142 Eliminate eval-and-compile usage.
10143 (ps-insert-file): Use insert-file-contents instead of insert-file.
10144 (ps-setup): Code fix.
10145
10146 * printing.el (pr-setup, lpr-setup): Code fix.
10147
10148 2004-11-21 Jay Belanger <belanger@truman.edu>
10149
10150 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
10151 (calc-original-buffer): Declare them.
10152 (calc-user-formula-alist): New variable.
10153 (calc-user-define-formula, calc-fix-user-formula)
10154 (calc-user-define-composition, calc-finish-formula-edit):
10155 Replace variable `alist' by declared variable.
10156 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10157 (var-q7, var-q7, var-q8, var-q9): Declare them.
10158 (calc-kbd-push): Don't check to see if var-q0 through var-q9
10159 are bound.
10160 (calcFunc-typeof): Replace undeclared variable by expression.
10161 (math-exp-env): New variable.
10162 (math-define-body, math-define-exp): Replace exp-env by declared var.
10163 (math-define-exp): Replace misplaced variable by expression.
10164
10165 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10166 (calc-curve-model, calc-curve-coefnames): New variables.
10167 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10168 varnames, model and coefnames by declared variables.
10169 (math-root-widen): New variable.
10170 (math-search-root, math-find-root): Replace variable root-widen by
10171 declared variable.
10172 (var-DUMMY): Declare it.
10173 (math-root-vars, math-min-vars): Move the declarations to earlier in
10174 the file.
10175 (math-brent-min): Make d a local variable.
10176 (math-find-minimum): Replace non-existent variable.
10177 (math-ninteg-romberg): Remove unnecessary variable.
10178 (math-ninteg-temp): New variable.
10179 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10180 integ-temp by declared variable.
10181 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
10182 New variables.
10183 (math-general-fit): Replace variables first-var, first-coef and
10184 new-coefs by declared variables.
10185 (calcFunc-fitvar): Replace variable first-var by declared variable.
10186 (calcFunc-fitparam): Replace variable first-coef by declared variable.
10187 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
10188 (math-all-vars-vars, math-all-vars-found): New variables.
10189 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
10190 found by declared variable math-all-vars-vars.
10191
10192 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10193
10194 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
10195 of `defconst'.
10196
10197 2004-11-20 Richard M. Stallman <rms@gnu.org>
10198
10199 * isearch.el (isearch-mode-map): Don't bind SPC.
10200 (isearch-whitespace-chars): Function deleted.
10201 (isearch-search): Bind search-spaces-regexp.
10202 (isearch-lazy-highlight-search): Likewise.
10203 (search-whitespace-regexp): Doc fix.
10204 (isearch-forward-regexp): Doc fix.
10205
10206 * emacs-lisp/bytecomp.el (byte-compile-form):
10207 Move the calls to byte-compile-set-symbol-position,
10208 to avoid having two for the same symbol occurrence.
10209
10210 * comint.el (comint-input-ring-size): Increase to 150.
10211
10212 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10213 New variables.
10214 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10215 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10216
10217 * imenu.el (imenu--generic-function):
10218 Ensure we keep moving backward even if BEG isn't further back.
10219
10220 * replace.el (query-replace-read-to, query-replace-read-from):
10221 Specify t for KEEP-ALL in read-from-minibuffer.
10222
10223 * progmodes/python.el (python-switch-to-python):
10224 If Python isn't running, start it.
10225 Don't alter debug-ignored-errors.
10226
10227 * progmodes/cperl-mode.el (cperl-indent-region):
10228 Don't mind imenu-scanning-message.
10229
10230 * bindings.el (global-map): Bind C-e to move-end-of-line.
10231
10232 * simple.el (line-move-finish): New arg FORWARD.
10233 Ignore invisible newlines, not intangible ones.
10234 Conditions for acceptable stopping positions depend on FORWARD.
10235 (line-move): Pass FORWARD arg to line-move-finish.
10236
10237 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10238 of HEADER. Compensate for this change in the code to add display
10239 properties. Don't make the first line intangible.
10240
10241 * info.el (Info-search): Fix previous change.
10242
10243 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10244
10245 * Makefile.in (recompile): Revert 2004-11-19 change.
10246 (compile): Likewise.
10247
10248 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
10249
10250 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10251
10252 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10253
10254 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
10255 defgroup and defcustom. Eliminate eval-and-compile usage.
10256
10257 * progmodes/ebnf-otz.el: Fix typos.
10258
10259 2004-11-19 Jay Belanger <belanger@truman.edu>
10260
10261 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10262 (calc-edit-finish, calc-finish-stack-edit): Replace variable
10263 disp-trail by declared variable.
10264
10265 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10266 (calc-finish-selection-edit): Replace variable disp-trail by
10267 declared variable.
10268 (calc-selection-cache-entry): Move declaration to earlier in the file.
10269 (calc-selection-cache-num, calc-selection-cache-comp)
10270 (calc-selection-cache-offset, calc-selection-true-num)
10271 (calc-final-point-line, calc-final-point-column)
10272 (calc-original-buffer): Declare them.
10273 (calc-fnp-op, calc-fnp-num): New variables.
10274 (calc-find-nth-part, calc-find-nth-part-rec)
10275 (calc-select-previous): Replace op and num by declared variables.
10276 (calc-rsf-old, calc-rsf-new): New variables.
10277 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10278 Replace variables old and new by declared variables.
10279 (calc-sel-reselect): New variable.
10280 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10281 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10282 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10283 reselect with declared variable.
10284
10285 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10286 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10287 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10288 (math-import-list, math-rewrite-phase): Declare them.
10289 (math-rewrite): Use let* to declare variables.
10290 (calc-rewrite-selection): Make rules a local variable.
10291 (calc-rewr-sel): New variable.
10292 (calc-rewrite-selection, calc-locate-selection-marker)
10293 (calc-rewrite): Use the declared variable calc-rewr-sel instead
10294 of sel.
10295 (math-rewrite-whole-expr): New variable.
10296 (math-rewrite, math-rewrite-phase): Replace variable expr by
10297 declared variable.
10298 (math-rewrite-heads-heads, math-rewrite-heads-skips)
10299 (math-rewrite-heads-blanks ): New variables.
10300 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10301 heads, skips and blanks by declared variables.
10302 (math-rwcomp-subst-old, math-rwcomp-subst-new)
10303 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10304 New variables.
10305 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10306 old, new, old-func and new-func by declared variables.
10307 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10308 Remove unnecessary variable.
10309 (math-apply-rw-regs): New variable.
10310 (math-apply-rewrites, math-rwapply-replace-regs)
10311 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10312 (math-apply-rw-ruleset): New variable.
10313 (math-apply-rewrites, math-rwapply-remember): Replace variable
10314 ruleset by declared variable.
10315
10316 2004-11-19 Richard M. Stallman <rms@gnu.org>
10317
10318 * info.el (Info-search): Use search-whitespace-regexp.
10319
10320 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10321
10322 * vc-rcs.el (vc-rcs-parse): New function.
10323 (vc-rcs-annotate-command): Likewise.
10324 (vc-rcs-annotate-current-time): Likewise.
10325 (vc-rcs-annotate-time): Likewise.
10326 (vc-rcs-annotate-extract-revision-at-line): Likewise.
10327
10328 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10329
10330 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10331
10332 2004-11-18 Jay Belanger <belanger@truman.edu>
10333
10334 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10335
10336 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10337
10338 * printing.el: Eliminate use of interactive-p and eval-and-compile.
10339 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10340 Use make-temp-file to generate PostScript files in any situation.
10341 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10342 (pr-interactive-p): Eliminate var.
10343 (pr-save-interactive): Eliminate macro.
10344 (pr-interface, pr-ps-directory-preview)
10345 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10346 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10347 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10348 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10349 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10350 (pr-ps-region-ps-print, pr-ps-mode-preview)
10351 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10352 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10353 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10354 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10355 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10356 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10357 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10358 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10359 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10360 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10361 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10362 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10363 Eliminate pr-save-interactive usage.
10364 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10365 Eliminate pr-interactive-p usage.
10366 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10367 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10368 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10369 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10370 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10371 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10372 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10373 New funs.
10374 (pr-ps-file): Use make-temp-file to generate a temporary file.
10375
10376 2004-11-17 Jay Belanger <belanger@truman.edu>
10377
10378 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10379 a local variable.
10380 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10381 (math-top-only): New variable.
10382 (math-simplify, math-simplify-step): Replace variable top-only by
10383 declared variable math-top-only.
10384 (math-simplify-expr): Declare it.
10385 Replace argument expr in all calls of math-defsimplify by
10386 math-simplify-expr.
10387 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10388 (math-simplify-divisor, math-simplify-one-divisor)
10389 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10390 (math-simplify-pow): Replace variable expr by declared variable
10391 math-simplify-expr.
10392 (math-simplify-divisor): Remove local variables temp and op.
10393 (math-simplify-one-divisor): Make temp and op local variables.
10394 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10395 New variables.
10396 (math-simplify-divisor, math-simplify-one-divisor):
10397 Replace variables nover and dover by declared variables.
10398 (math-expr-subst-new, math-expr-subst-old): New variables.
10399 (math-expr-subst, math-expr-subst-rec): Replace variables new
10400 and old by declared variables.
10401 (math-is-poly-degree, math-is-poly-loose): New variables.
10402 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10403 and loose by declared variables.
10404 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10405 (math-polynomial-base, math-polynomial-base-rec):
10406 Replace variables const-ok and mpb-pred by declared variables.
10407
10408 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10409
10410 * calc/calc-ext.el (math-defsimplify): Change the argument in
10411 the created function to math-simplify-expr.
10412
10413 * calc/calc-units.el (math-simplify-expr): Declare it.
10414 Replace argument expr in all calls of math-defsimplify by
10415 math-simplify-expr.
10416 (math-simplify-units-prod): Replace variable expr by declared
10417 variable math-simplify-expr.
10418
10419 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10422 Replace mapcar->dolist, format->string.
10423
10424 2004-11-17 Miles Bader <miles@gnu.org>
10425
10426 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10427 * progmodes/idlwave.el: Remove RCS keywords.
10428
10429 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10430
10431 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10432 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10433 Update to IDLWAVE version 5.5. Too many changes to list them here.
10434 * progmodes/idlw-help.el: New file.
10435
10436 2004-11-16 Richard M. Stallman <rms@gnu.org>
10437
10438 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10439 Discard spaces after \i according to TeX rules.
10440
10441 * international/mule.el (set-buffer-file-coding-system):
10442 New arg NOMODIFY.
10443 (after-insert-file-set-coding): Pass that new arg.
10444 Prevent set-buffer-multibyte from trying to lock the file.
10445
10446 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10447
10448 * saveplace.el (save-place): Doc fix.
10449
10450 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10451 temporarily widen before finding the following word to copy.
10452
10453 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10454 (cl-map-keymap): Definition deleted.
10455
10456 * subr.el (map-keymap-internal): New function.
10457
10458 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10459
10460 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10461 when pressing rather than when releasing mouse-2. Simplify.
10462
10463 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10466 (compilation-mode): Set it here instead.
10467
10468 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10469
10470 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10471 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10472
10473 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * progmodes/compile.el (compilation-internal-error-properties):
10476 Fix up a transposition-typo. Check end-col before using it.
10477
10478 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10479
10480 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10481 Discard whitespace after macro \i when converting it.
10482
10483 2004-11-16 Juri Linkov <juri@jurta.org>
10484
10485 * emacs-lisp/find-func.el (find-function-regexp):
10486 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10487 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10488 Remove invalid `\W' from [^cgv\W]. Doc fix.
10489 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10490
10491 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10492
10493 * play/life.el: Maintainer is now FSF.
10494 (life-patterns, life-neighbor-deltas, life-window-start)
10495 (life-current-generation, life-generation-string): Use defvar
10496 instead of defconst.
10497
10498 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * progmodes/compile.el (compilation-move-to-column): New fun.
10501 (compilation-internal-error-properties)
10502 (compilation-next-error-function): Use it to make sure we don't go past
10503 the end of line.
10504
10505 2004-11-15 John Paul Wallington <jpw@gnu.org>
10506
10507 * autoinsert.el (auto-insert-alist): Insert the user's name in
10508 copyright notice, rather than Free Software Foundation, for the
10509 Emacs Lisp header case too.
10510
10511 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10512
10513 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10514 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10515 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10516 return the list of string in a string.
10517 (pr-call-process): Message if calling process returns an error, that
10518 is, the exit status is different of zero.
10519
10520 2004-11-15 Jay Belanger <belanger@truman.edu>
10521
10522 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10523 variable var-thing.
10524 (math-integ-depth, math-integ-level, math-integral-limit)
10525 (math-enable-subst, math-any-substs, math-integ-msg)
10526 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10527 (math-int-threshold, math-int-factors, math-double-roots)
10528 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10529 (var-GenCount): Declare these variables.
10530 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10531 (math-integral-cache, math-integral-cache-state):
10532 Move declarations to earlier in the file.
10533 (math-deriv-var, math-deriv-total, math-deriv-symb)
10534 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10535 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10536 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10537 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10538 (math-solve-res): New variables
10539 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10540 (math-integral, math-replace-integral-parts)
10541 (math-integrate-by-parts, calc-dump-integral-cache)
10542 (math-try-integral, math-do-integral, math-do-integral)
10543 (math-do-integral-methods, math-try-solve-for)
10544 (math-try-solve-prod, math-solve-poly-funny-powers)
10545 (math-solve-crunch-poly, math-decompose-poly)
10546 (math-solve-find-root-term, math-find-root-in-prod)
10547 (math-integ-try-linear-substitutions)
10548 (math-integ-try-substitutions, math-expr-rational-in)
10549 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10550 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10551 (math-solve-for, math-solve-system, math-solve-system-rec)
10552 (math-solve-get-sign, math-solve-get-int)
10553 (math-solve-system-subst): Replace undeclared variables with newly
10554 declared variables.
10555
10556 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * winner.el (winner-active-region, winner-edges, winner-window-list):
10559 Define at toplevel.
10560 (winner-mode-map): Move init inside declaration.
10561
10562 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10563
10564 * files.el (convert-standard-filename): Doc fix.
10565
10566 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10567
10568 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10569 passwd, group, shadow, default/* and pam.d/*.
10570
10571 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10572
10573 * printing.el (pr-menu-spec): Adjust menu specification.
10574
10575 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10576
10577 * printing.el: Doc fix. Insert :version tag into all defcustom.
10578 Handle interactive-p as is recommended in Emacs Lisp Reference.
10579 Set the file permission bits for newly created files.
10580 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10581 The printing menu specification (in `pr-menu-spec') was merged.
10582 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10583 (pr-version): New version number (6.8.3).
10584 (pr-file-modes): New option.
10585 (pr-interactive-p): New var.
10586 (pr-save-interactive, pr-save-file-modes): New macros.
10587 (pr-setup): Code fix.
10588 (pr-menu-spec): Menu specification merged.
10589 (pr-call-process, pr-text2ps): Set file permission bits.
10590 (pr-despool-print): Set file permission bits. Handle interactive-p as
10591 is recommended.
10592 (pr-interface, pr-ps-directory-preview)
10593 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10594 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10595 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10596 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10597 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10598 (pr-ps-region-ps-print, pr-ps-mode-preview)
10599 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10600 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10601 (pr-despool-using-ghostscript, pr-despool-ps-print)
10602 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10603 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10604 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10605 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10606 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10607 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10608 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10609 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10610 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10611 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10612 Handle interactive-p as is recommended.
10613
10614 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10617 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10618
10619 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10620 so it doesn't forget to highlight the beginning of the region either.
10621
10622 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10623
10624 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10625 (c-font-lock-init): Eliminate obsolete make-local-hook.
10626 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10627 (awk-mode): Use run-mode-hooks.
10628
10629 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10630
10631 2004-11-13 Kim F. Storm <storm@cua.dk>
10632
10633 * mouse.el (mouse-drag-copy-region): Add :version.
10634 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10635 while dragging mode line, so mode line can be dragged downwards.
10636 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10637 while pressing mouse button so window doesn't scroll until we
10638 release the mouse if clicking on partially visible line.
10639
10640 2004-11-12 Jay Belanger <belanger@truman.edu>
10641
10642 * calc/calc-graph.el (calc-dumb-map): Declare it.
10643 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10644 than unbound.
10645 (calc-graph-name): Made `end' a local variable.
10646 (calc-graph-lookup): Made `varname' a local variable.
10647 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10648 Declare them.
10649 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10650 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10651 the unused variable y3vec.
10652 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10653 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10654 calc-graph-prev-kill-hook.
10655 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10656 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10657 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10658 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10659 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10660 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10661 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10662 (calc-graph-y3value, calc-graph-y3name)
10663 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10664 (calc-graph-stepcount, calc-graph-is-splot)
10665 (calc-graph-surprise-splot, calc-graph-blank)
10666 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10667 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10668 (calc-graph-recompute-2d, calc-graph-compute-3d)
10669 (calc-graph-format-data): Replace undeclared variables with the
10670 above newly declared variables.
10671
10672 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10673
10674 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10675 `rsf-beep' and `rsf-sleep-after-message'.
10676
10677 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10678 list if `message-sender' is non-nil.
10679
10680 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10681
10682 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10683 consing by using mapc instead of mapcar.
10684
10685 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10686
10687 * tooltip.el (require): Explain why CL is needed.
10688
10689 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10690
10691 * printing.el: Insert :version into defgroup (printing). All reference
10692 to Files option in menubar were changed to File.
10693 (pr-version): New version number (6.8.2).
10694 (pr-get-symbol): Call easy-menu-intern.
10695 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10696 compilation gripes.
10697
10698 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10701 new byte-compile-function-environment binding to t.
10702
10703 * font-lock.el (font-lock-fontify-syntactically-region):
10704 Don't forget to highlight the last char when we hit `end'.
10705
10706 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10707 (mwheel-scroll): Adjust accordingly.
10708
10709 * cvs-status.el: Reduce spurious warnings.
10710 (cvs-status-checkout): Remove.
10711 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10712
10713 * pcvs.el (cvs-mode-checkout): New command.
10714
10715 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10716
10717 * tooltip.el: Require CL.
10718
10719 * emacs-lisp/bytecomp.el: Use push.
10720 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10721 (defalias): Remove the `byte-compile' property and add
10722 a `byte-hunk-handler'.
10723
10724 2004-11-11 Juri Linkov <juri@jurta.org>
10725
10726 * info.el (Info-search): Save match data for isearch.
10727 Skip Tag Table node.
10728
10729 * descr-text.el (describe-char): Replace syntax-after with code
10730 from its previous version.
10731
10732 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10733 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10734
10735 * international/mule.el (sgml-html-meta-auto-coding-function):
10736 Remove > after <html to allow HTML attributes.
10737
10738 2004-11-11 Jay Belanger <belanger@truman.edu>
10739
10740 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10741 a variable.
10742 (calcFunc-dfac): Replace unbound max by n.
10743 (math-stirling-local-cache): New variable.
10744 (math-stirling-number, math-stirling-1, math-stirling-2):
10745 Replace the variable `cache' by the declared variable
10746 math-stirling-local-cache.
10747 (var-RandSeed): Declare it as a variable.
10748 (math-init-random-base, math-random-digit): Don't check to see if
10749 var-RandSeed is bound.
10750 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10751 Declare them instead of just setting them.
10752 (math-init-random-base): Made i a local variable.
10753 (math-random-digit): Made math-random-last a local variable.
10754 (math-prime-test-cache): Move declaration to before it is used.
10755 (math-prime-test-cache-k, math-prime-test-cache-q)
10756 (math-prime-test-cache-nm1, math-prime-factors-finished):
10757 Declare them as variables.
10758
10759 2004-11-11 Jay Belanger <belanger@truman.edu>
10760
10761 * calc/calc-ext.el (math-defcache): Use defvar for the new
10762 variables it creates.
10763
10764 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10765
10766 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10767 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10768 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10769 (desktop-save): Add :version.
10770
10771 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * printing.el (pr-get-symbol): Don't downcase.
10774
10775 2004-11-10 Jay Belanger <belanger@truman.edu>
10776
10777 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10778 string to kill-ring.
10779
10780 * calc/calc-aent.el (calc-alg-exp, math-toks)
10781 (math-exp-pos,math-exp-old-pos, math-exp-token)
10782 (math-exp-keep-spaces, math-exp-str): New variables.
10783 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10784 (calcAlg-enter): Use declared variable calc-alg-exp.
10785 (math-build-parse-table, math-find-user-token): Use declared
10786 variable math-toks.
10787 (math-read-exprs, math-read-token, calc-check-user-syntax)
10788 (calc-match-user-syntax, match-factor-after, math-read-factor):
10789 Use declared variables math-exp-pos math-exp-old-pos.
10790 (math-read-exprs, math-read-token, math-read-expr-level)
10791 (calc-check-user-syntax, calc-match-user-syntax)
10792 (match-factor-after, math-read-factor): Use declared variable
10793 math-exp-token.
10794 (math-read-exprs, math-read-expr-list, math-read-token)
10795 (math-read-factor): Use declared variable math-exp-keep-spaces.
10796 (math-read-exprs, math-read-token): Use declared variable
10797 math-exp-str.
10798 (calc-match-user-syntax): Make m a local variable.
10799
10800 * calc/calc-ext.el (math-read-expr): Use declared variables
10801 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10802 math-exp-keep-spaces.
10803
10804 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10805 variables math-exp-pos, math-exp-str.
10806
10807 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10808 math-exp-old-pos.
10809 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10810 (math-parse-eqn-prime): Use declared variable math-exp-token.
10811
10812 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10813 Use declared variable math-exp-pos.
10814 (math-check-for-commas): Use declared variable math-exp-str.
10815 (math-read-brackets): Use declared variables math-exp-old-pos,
10816 math-exp-keep-spaces.
10817 (math-read-brackets, math-read-vector, math-read-matrix):
10818 Use declared variable math-exp-token.
10819
10820 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10821
10822 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10823 where the keymap is a symbol.
10824 (easy-menu-add-item): Use keymap-prompt. Simplify.
10825
10826 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10827
10828 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10829 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10830
10831 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10832
10833 * ebuff-menu.el: Doc fixes throughout.
10834 (electric-buffer-menu-mode-hook): New defvar.
10835
10836 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10837
10838 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10839 The resulting compiler warnings appear to be harmless.
10840
10841 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10842
10843 * textmodes/conf-mode.el: New file.
10844
10845 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10846
10847 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10848
10849 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10850
10851 2004-11-09 Jay Belanger <belanger@truman.edu>
10852
10853 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10854
10855 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10856 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10857 (calc-z-prefix-help, calc-user-function-list): Use declared
10858 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10859 (math-map-tree, math-map-tree-rec): Use declared variables
10860 math-mt-many, math-mt-func.
10861 (math-read-expression, math-read-string): Use declared variable
10862 math-expr-data.
10863
10864 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10865 variable math-normalize-a.
10866
10867 * calc/calc.el (math-normalize-a): New variable.
10868 (math-normalize): Use declared variable math-normalize-a.
10869
10870 * calc/calc-poly.el (math-expand-form): Use declared variable
10871 math-mt-many.
10872
10873 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10874 Use declared variable math-mt-many.
10875 (math-rewrite): Use declared variable math-mt-func.
10876
10877 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10878 (math-read-matrix): Use declared variable math-expr-data.
10879
10880 * calc/calc-lang.el (math-parse-fortran-vector)
10881 (math-parse-fortran-vector-end, math-parse-tex-sum)
10882 (math-parse-eqn-matrix, math-parse-eqn-prime)
10883 (math-read-math-subscr): Use declared variable math-expr-data.
10884
10885 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10886 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10887 (calc-match-user-syntax, math-read-if, math-factor-after)
10888 (math-read-factor): Use declared variable math-expr-data.
10889
10890 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10891
10892 * calendar/diary-lib.el (diary-from-outlook)
10893 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10894 interactive-p; but rather new optional argument NOCONFIRM.
10895
10896 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10899 (easy-menu-name-match): Revert correspondingly.
10900
10901 2004-11-09 Richard M. Stallman <rms@gnu.org>
10902
10903 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10904 Turn off warnings for the new function even if definition not constant.
10905 If the definition isn't a quoted symbol, record (FUNCTION . t).
10906 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10907 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10908 (display-call-tree, byte-compile-arglist-warn):
10909 Handle t returned by byte-compile-fdefinition.
10910
10911 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10912
10913 * Makefile.in (maintainer-clean): Depend on distclean.
10914
10915 * help-fns.el (help-C-file-name): File name must be in build-files
10916 to be returned.
10917
10918 2004-11-09 Jay Belanger <belanger@truman.edu>
10919
10920 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10921 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10922
10923 * calc/calc.el (calc, calc-trail-display, calc-mode):
10924 Remove obsolete sections.
10925
10926 * calc/calc.el (calc-x-paste-text): Remove.
10927
10928 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10929 mouse-2.
10930
10931 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10932
10933 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10934 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10935 current frame (in case of recursive calls).
10936 (gdb-show-changed-values): Add :version keyword.
10937
10938 2004-11-09 Kenichi Handa <handa@m17n.org>
10939
10940 * international/mule-cmds.el: Change coding: tag back to
10941 iso-2022-7bit.
10942
10943 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * international/mule-cmds.el: Change coding-system to utf-8.
10946 (select-safe-coding-system-interactively):
10947 New function extracted from select-safe-coding-system.
10948 (select-safe-coding-system): Use it.
10949
10950 2004-11-08 Richard M. Stallman <rms@gnu.org>
10951
10952 * subr.el (syntax-after): Doc fix.
10953
10954 * paren.el (show-paren-function): Change calls to syntax-after
10955 for new way of returning the value.
10956
10957 * menu-bar.el (menu-bar-file-menu): Make this the real name
10958 and menu-bar-files-menu the alias. Use the former.
10959 (global-map): Use `file', not `files', as the symbol.
10960
10961 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10962
10963 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10964 Don't use beginning-of-buffer.
10965 (filesets-cmd-show-result): Use with-no-warnings.
10966
10967 2004-11-08 Juri Linkov <juri@jurta.org>
10968
10969 * progmodes/compile.el (compile): Don't overwrite last command in
10970 minibuffer history with default command if they are not equal.
10971
10972 2004-11-08 Jay Belanger <belanger@truman.edu>
10973
10974 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10975 non-linear substitutions.
10976
10977 2004-11-08 Jay Belanger <belanger@truman.edu>
10978
10979 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10980 (math-do-integral): Set `math-linear-subst-tried' to nil.
10981 (math-do-integral-methods): Use `math-linear-subst-tried' to
10982 determine what type of substitution to try.
10983 (math-integ-try-linear-substituion):
10984 Set `math-linear-subst-tried' to t.
10985
10986 2004-11-08 Kim F. Storm <storm@cua.dk>
10987
10988 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10989
10990 2004-11-07 Juri Linkov <juri@jurta.org>
10991
10992 * info-look.el (info-lookup): Allow reusing in the current buffer
10993 not only *info* buffer, but all (even renamed) Info buffers
10994 by checking for major-mode instead of *info* buffer name.
10995 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10996 (octave-mode, maxima-mode) <doc-spec>:
10997 Allow long dashes generated by Texinfo 4.7 before definitions.
10998 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10999 definitions with argument separated by space.
11000
11001 2004-11-06 Richard M. Stallman <rms@gnu.org>
11002
11003 * simple.el (next-error group, face): Move before first use.
11004 (next-error-highlight, next-error-highlight-no-select): Likewise.
11005
11006 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11007 (line-move): New args NOERROR and TO-END.
11008 Return t if if succeed in moving specified number of lines.
11009 (move-end-of-line): New function.
11010
11011 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11012 (end-of-buffer-other-window): Likewise.
11013
11014 * simple.el (line-move-ignore-invisible): Default to t.
11015
11016 * subr.el (syntax-after): Return the syntax letter, not the raw code.
11017
11018 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11019
11020 * international/iso-cvt.el (iso-cvt-define-menu):
11021 Rename menu-bar-files-menu to menu-bar-file-menu.
11022
11023 * net/browse-url.el (browse-url-gnome-moz-program)
11024 (browse-url-gnome-moz-arguments): Move up before first use.
11025
11026 * net/tramp.el (tramp group): Add :version.
11027
11028 * progmodes/ada-xref.el (ada-gdb-application):
11029 Use goto-char instead of beginning-of-buffer.
11030
11031 * progmodes/cperl-mode.el (cperl-info-on-command):
11032 Use goto-char instead of beginning-of-buffer.
11033
11034 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11035 Move up before first use.
11036 (idlwave-shell-temp-pro-file): Likewise.
11037 (idlwave-shell-temp-rinfo-save-file): Likewise.
11038 (idlwave-shell-temp-file): Minor doc fix.
11039
11040 * textmodes/flyspell.el (flyspell-external-point-words):
11041 Use goto-char instead of beginning-of-buffer.
11042
11043 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
11044
11045 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11046 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
11047 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11048
11049 2004-11-06 David Ponce <david@dponce.com>
11050
11051 * recentf.el (recentf-menu-path): Use menu item name.
11052
11053 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11054
11055 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11056 display doesn't support images.
11057
11058 2004-11-06 Andreas Schwab <schwab@suse.de>
11059
11060 * tempo.el (tempo-match-finder): Doc fix.
11061
11062 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11063
11064 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11067 (easy-menu-lookup-name): New fun to replace it.
11068 (easy-menu-get-map): Use it to obey menu item names (rather than just
11069 keys) when looking up `path'.
11070 (easy-menu-always-true-p): Rename from easy-menu-always-true.
11071 (easy-menu-convert-item-1): Adjust to new name.
11072
11073 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
11074
11075 * outline.el (hide-body): Don't hide lines at the top of the file
11076 that precede the first header line.
11077
11078 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
11079
11080 * align.el (align-areas): Delete whitespace before reindenting, so
11081 that tabs are never placed after spaces.
11082
11083 2004-11-06 Alan Shutko <ats@acm.org>
11084
11085 * macros.el (insert-kbd-macro): Do completions based on macros,
11086 rather than all commands.
11087
11088 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
11089
11090 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11091 to solve a bug whereby tags with 'b' don't match.
11092
11093 2004-11-05 Juri Linkov <juri@jurta.org>
11094
11095 * info.el (Info-search): Don't search in node header lines
11096 and file headers.
11097
11098 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11099 symbol-constituent characters after dot, not only digits.
11100
11101 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
11102
11103 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11104
11105 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11106
11107 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11108 if a dialog will be used, read-file-name otherwise.
11109
11110 2004-11-04 Richard M. Stallman <rms@gnu.org>
11111
11112 * textmodes/table.el (table group): Add :version.
11113
11114 * textmodes/ispell.el (ispell-word):
11115 Don't alter args; set them only thru `interactive' spec.
11116
11117 * textmodes/flyspell.el (flyspell-word):
11118 Don't alter FOLLOWING; set it only thru `interactive' spec.
11119
11120 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11121
11122 * net/browse-url.el (browse-url-maybe-new-window):
11123 Use called-interactively-p.
11124
11125 * mail/supercite.el (sc-cite-region):
11126 Don't use interactive-p. Add arg INTERACTIVE.
11127 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
11128
11129 * international/mule-cmds.el (set-input-method, toggle-input-method):
11130 Don't use interactive-p. Add arg INTERACTIVE.
11131
11132 * eshell/esh-mode.el (eshell-show-maximum-output):
11133 Don't use interactive-p.
11134 (eshell-truncate-buffer): Just message, no error, if buffer is short.
11135
11136 * mouse.el (mouse-show-mark): Get positions to delete from mark
11137 and point, not from mouse-drag-overlay.
11138
11139 * imenu.el (imenu-eager-completion-buffer): Add :version.
11140
11141 * filesets.el (filesets group): Add :version.
11142
11143 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
11144
11145 * files.el (xml-based-modes): Delete var.
11146 (magic-mode-alist): New more general var.
11147 (set-auto-mode): Use it.
11148
11149 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
11150 when clicking from another window.
11151
11152 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
11153
11154 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11155 (vc-cvs-annotate-time): Incorporate value of deleted var.
11156 Remove special-case handling of beginning-of-buffer cruft.
11157 Cache ending position (point) and return value in text property
11158 `vc-cvs-annotate-time', and consult it on subsequent invocations.
11159
11160 * vc-cvs.el (vc-cvs-annotate-command):
11161 Delete extraneous lines from beginning of buffer.
11162 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11163
11164 * progmodes/grep.el (grep-default-command): Take empty string
11165 for tag if all other methods yield nil. Shell-quote the tag.
11166
11167 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11168 spec in `interactive' form, and mention it in the docstring.
11169 Also, make sure point is at bol after calling `annotate-time'.
11170
11171 2004-11-02 Richard M. Stallman <rms@gnu.org>
11172
11173 * cus-edit.el (customize-group-other-window):
11174 Select the window that displays the custom buffer.
11175 (custom-buffer-create-other-window): Likewise.
11176
11177 * comint.el (comint-insert-input): Fix previous change.
11178
11179 * emacs-lisp/elp.el (elp-instrument-function):
11180 Use called-interactively-p.
11181
11182 * emacs-lisp/easymenu.el (easy-menu-intern):
11183 Don't downcase; rather, case-flip the first letter of each word.
11184
11185 * emacs-lisp/easy-mmode.el (define-minor-mode):
11186 Use called-interactively-p.
11187
11188 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11189 Add interactive-only.
11190 (byte-compile-warnings): Add interactive-only as option.
11191 (byte-compile-interactive-only-functions): New variable.
11192 (byte-compile-form): Warn about calls to functions
11193 in byte-compile-interactive-only-functions.
11194
11195 * emacs-lisp/autoload.el (update-file-autoloads):
11196 Don't use interactive-p; take new arg SAVE-AFTER.
11197
11198 * emacs-lisp/advice.el (ad-make-advised-definition):
11199 Use called-interactively-p.
11200
11201 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11202
11203 * files.el (find-file-existing): New function.
11204
11205 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
11206 find-file-existing. Add "New File..." that calls find-file.
11207
11208 * diropen.pbm, diropen.xpm: New files.
11209
11210 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11211 icon diropen. New tool bar item find-file-existing uses icon open.
11212
11213 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11214 instead of read-file-name.
11215
11216 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
11217
11218 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11219 (icalendar--split-value): Change name of work buffer.
11220 (icalendar--get-weekday-abbrev): Return nil on error.
11221 (icalendar--date-to-isodate): New function.
11222 (icalendar-convert-diary-to-ical)
11223 (icalendar-extract-ical-from-buffer): Use only two args for
11224 make-obsolete (XEmacs compatibility).
11225 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11226 (icalendar-export-region): Doc fix.
11227 If error, return non-nil and write errors to a buffer.
11228 Use correct weekday for weekly recurring events.
11229 Check whether date has been parsed for ordinary events.
11230 Make weekly events start in the year 2000.
11231 DTEND is non-inclusive, shift end date by one day if
11232 necessary (not for entries that have date and time).
11233 Rename local let variables: oops -> found-error, datestring ->
11234 startdatestring.
11235
11236 2004-11-02 Kim F. Storm <storm@cua.dk>
11237
11238 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11239 keep-mode-if-same variable. Add it as optional arg instead.
11240 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11241
11242 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11243 substitute-command-keys will select lower-case bindings like those
11244 used in the static help texts.
11245
11246 * descr-text.el (describe-text-properties): Don't err if called in
11247 the *Help* buffer; output to *Help-2* buffer instead.
11248
11249 * kmacro.el (group kmacro): Add :version.
11250 (kmacro-keyboard-quit): New function to cleanup on C-g.
11251 (kmacro-start-macro): Set defining-kbd-macro to append when
11252 appending to last macro.
11253
11254 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11255
11256 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11257
11258 * progmodes/gdb-ui.el (gdb-enable-debug-log)
11259 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11260 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11261 Add :version keyword.
11262
11263 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
11264
11265 * progmodes/flymake.el (flymake-err-line-patterns):
11266 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11267 `compilation-error-regexp-alist-alist' to internal Flymake format.
11268
11269 * progmodes/flymake.el: Eliminate byte-compiler warnings.
11270
11271 2004-11-01 Jay Belanger <belanger@truman.edu>
11272
11273 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11274 with `interactive "s"'.
11275
11276 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11277
11278 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11279 Revert change from 2004-10-16. '*' checks the current buffer, but the
11280 mouse click may be in another buffer.
11281
11282 2004-11-01 John Paul Wallington <jpw@gnu.org>
11283
11284 * files.el (large-file-warning-threshold): Add :version keyword.
11285 (kill-some-buffers): Doc fix.
11286
11287 * thumbs.el (group thumbs): Add :version keyword.
11288
11289 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11290
11291 2004-11-01 Richard M. Stallman <rms@gnu.org>
11292
11293 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11294
11295 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11296
11297 * allout.el (allout group): Add :version.
11298 (allout-init): Don't use interactive-p.
11299 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11300 (allout-forward-current-level, allout-backward-current-level):
11301 Don't use interactive-p.
11302
11303 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11304 (bibtex-find-text): Likewise.
11305
11306 * progmodes/vhdl-mode.el (vhdl-fill-region)
11307 (vhdl-beginning-of-statement): Don't use interactive-p.
11308
11309 * progmodes/idlwave.el (idlwave-update-routine-info):
11310 Don't use interactive-p.
11311
11312 * progmodes/idlw-shell.el (idlwave-shell-send-char):
11313 Don't use interactive-p.
11314
11315 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11316 Don't use interactive-p.
11317
11318 * progmodes/ada-xref.el (ada-make-body-gnatstub):
11319 Don't use interactive-p.
11320
11321 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11322 (fortune-in-buffer): Doc fix.
11323
11324 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11325
11326 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11327 don't select the temporary buffer.
11328 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11329 (eudc-get-phone): Likewise.
11330
11331 2004-11-01 Kim F. Storm <storm@cua.dk>
11332
11333 * man.el (Man-xref-normal-file): Fix help-echo.
11334
11335 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11336
11337 * reveal.el (reveal-last-tick): New var.
11338 (reveal-post-command): Use it to avoid closing overlays when we're
11339 appending text to them.
11340
11341 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11342
11343 * textmodes/bibtex.el: Require button.
11344 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11345 (bibtex-reference-keys): Distinguish between header keys and
11346 crossref keys.
11347 (bibtex-beginning-of-field): New function.
11348 (bibtex-url-map): Remove.
11349 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11350 (bibtex-font-lock-url-regexp): Assume that field names begin at
11351 the beginning of a line.
11352 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
11353 Remove field delimiters. Use bibtex-beginning-of-field.
11354 Bugfix, point can be inside a field with a url.
11355 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11356 New functions.
11357 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11358 (bibtex-key-in-head): Simplify.
11359 (bibtex-current-line): Use bolp.
11360 (bibtex-parse-keys): Remove unused arg `add'.
11361 Use bibtex-type-in-head and bibtex-key-in-head.
11362 (bibtex-parse-entry, bibtex-autofill-entry):
11363 Use bibtex-type-in-head and bibtex-key-in-head.
11364 (bibtex-autokey-get-field): Do not alter case of replacement text.
11365 (bibtex-autokey-get-names): Do all processing of name list.
11366 (bibtex-autokey-get-year): New function.
11367 (bibtex-autokey-get-title): Do all processing of title words.
11368 (bibtex-generate-autokey): Simplify.
11369 (bibtex-string-files-init): Use default-directory.
11370 Allow for absolute file names in bibtex-string-files.
11371 (bibtex-files, bibtex-file-path): New variables.
11372 (bibtex-files-expand): New function.
11373 (bibtex-find-entry-globally): New command.
11374 (bibtex-summary-function): New variable.
11375 (bibtex-summary): Default value of bibtex-summary-function.
11376 (bibtex-find-crossref): New optional args pnt and split.
11377 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11378 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11379 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11380 Fix handling of required and alternative fields.
11381 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11382 Use cons and display-buffer.
11383 (bibtex-validate-globally): New command.
11384 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11385 bibtex-parse-keys and bibtex-parse-strings for updating
11386 bibtex-reference-keys and bibtex-strings.
11387 (bibtex-realign): Remove blank lines past the last entry.
11388 (bibtex-reformat): Use bibtex-entry-format as default.
11389 (bibtex-choose-completion-string): Remove.
11390 (bibtex-complete): Do not use bibtex-choose-completion-string.
11391 (bibtex-url): Simplify.
11392
11393 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11394
11395 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11396 (x-dnd-types-alist, x-dnd-open-file-other-window)
11397 (x-dnd-known-types): Add :version.
11398
11399 2004-10-31 John Paul Wallington <jpw@gnu.org>
11400
11401 * ibuffer.el (group ibuffer): Add :version keyword.
11402
11403 2004-10-31 Kim F. Storm <storm@cua.dk>
11404
11405 * ido.el (group ido): Add :version keyword.
11406 (ido-mode): Remove :version keyword.
11407
11408 * emulation/cua-base.el (group cua): Add :version keyword.
11409 (cua-mode): Remove :version keyword.
11410
11411 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11412
11413 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11414
11415 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11416 compiler warning.
11417 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11418 function.
11419 (help-at-pt-display-when-idle): Remove autoload.
11420
11421 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11424
11425 2004-10-30 Juri Linkov <juri@jurta.org>
11426
11427 * help.el (function-called-at-point):
11428 * help-fns.el (variable-at-point): Read -> intern.
11429
11430 2004-10-30 Simon Josefsson <jas@extundo.com>
11431
11432 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11433 Recognize AS_* too.
11434
11435 2004-10-29 Simon Josefsson <jas@extundo.com>
11436
11437 * subr.el (read-passwd): Move back from password.el.
11438
11439 * password.el: Remove, not ready yet.
11440
11441 2004-10-29 Andreas Schwab <schwab@suse.de>
11442
11443 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11444
11445 2004-10-29 Sam Steingold <sds@gnu.org>
11446
11447 * mouse.el (mouse-show-mark): Replace the last occurrence of
11448 x-lost-selection-hooks with x-lost-selection-functions.
11449
11450 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11453 x-lost-selection-functions is bound.
11454
11455 * mouse-sel.el (mouse-sel-mode):
11456 * emacs-lisp/lselect.el: Adjust to new names for
11457 x-(lost|sent)-selection-functions.
11458
11459 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11460 New obsolete aliases of x-lost-selection-functions and
11461 x-sent-selection-functions.
11462
11463 2004-10-28 Kim F. Storm <storm@cua.dk>
11464
11465 * imenu.el (imenu-scanning-message): Remove.
11466 (imenu-progress-message): Make it a no-op.
11467
11468 2004-10-28 John Paul Wallington <jpw@gnu.org>
11469
11470 * files.el (set-auto-mode): Call `throw' correctly.
11471
11472 2004-10-28 Juri Linkov <juri@jurta.org>
11473
11474 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11475 to search `Info-...' commands in `info' manual.
11476 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11477 Add 'info-file "emacs" property.
11478 (Info-find-emacs-command-nodes): Fix index line number regexp.
11479 Set real line number (instead of fake 0) in first element of the
11480 returned list.
11481 (Info-goto-emacs-command-node): Use line number of first element
11482 to set point in the first found Info node.
11483
11484 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11485 code to `grep-mode-font-lock-keywords'.
11486 (grep-mode-font-lock-keywords): Delete grep markers instead
11487 of making them invisible.
11488
11489 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11490
11491 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11492 and x-server-version in bug report.
11493
11494 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11495
11496 * files.el (set-auto-mode-0): New function.
11497 (set-auto-mode): Use it to handle aliased modes and to
11498 be consistent between C-x C-f and C-x C-w.
11499
11500 2004-10-28 Kenichi Handa <handa@m17n.org>
11501
11502 * international/utf-8.el (utf-translate-cjk-charsets):
11503 Add katakana-jisx0201.
11504
11505 * international/subst-jis.el: Add data for JISX0201.
11506
11507 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * obsolete/hilit19.el (hilit-mode): New function.
11510 Move all the toplevel side-effecting stuff into it, so that loading
11511 hilit19 doesn't mess everything up any more.
11512
11513 2004-10-27 Richard M. Stallman <rms@gnu.org>
11514
11515 * add-log.el (add-change-log-entry): Set up mailing address
11516 and full name later, and don't alter add-log-mailing-address
11517 or add-log-full-name.
11518
11519 * elide-head.el (elide-head): Change error to message.
11520 (elide-head-show): Likewise.
11521
11522 * apropos.el (apropos-macrop): Doc fix.
11523
11524 * mouse.el (mouse-show-mark): Do most processing the same
11525 regardless of transient-mark-mode.
11526
11527 * shadowfile.el (shadow-copy-files): Use interactive-p
11528 only to control whether to print a message.
11529
11530 * tar-mode.el (tar-mode): Use write-contents-functions,
11531 not write-contents-hooks.
11532
11533 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11534 directory-sep-char.
11535
11536 2004-10-27 Richard M. Stallman <rms@gnu.org>
11537
11538 * strokes.el (strokes-unload-hook): Fix previous change.
11539
11540 * type-break.el (type-break-run-at-time): Always use run-at-time;
11541 forget the alternatives.
11542 (type-break-cancel-function-timers): Always use cancel-function-timers;
11543 forget the alternatives.
11544
11545 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11546
11547 2004-10-27 Kenichi Handa <handa@m17n.org>
11548
11549 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11550
11551 * international/subst-gb2312.el: Likewise.
11552
11553 * international/subst-big5.el: Likewise.
11554
11555 * international/subst-ksc.el: Likewise.
11556
11557 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11558 New variable.
11559 (utf-translate-cjk-set-unicode-range): New function.
11560 (utf-translate-cjk-unicode-range): Make it customizable.
11561 (utf-8-post-read-conversion):
11562 Use utf-translate-cjk-unicode-range-string.
11563 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11564 Unicode ranges.
11565
11566 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11567
11568 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11569 trivial variants to shorten the list.
11570 (xml-based-modes): New var.
11571 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11572 declaration higher priority than auto-mode-alist.
11573
11574 * find-file.el (cc-other-file-alist): Bring it in line with
11575 cc-mode's auto-mode-alist entries and use \' instead of $.
11576
11577 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11578 and add "Id" and "Name" submenus to it.
11579
11580 * imenu.el (imenu--generic-function): Skip matches in comments.
11581
11582 2004-10-26 Jay Belanger <belanger@truman.edu>
11583
11584 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11585 (full-calc-keypad, calc-trail-display): Use an extra argument
11586 instead of `interactive-p'.
11587
11588 * calc/calc-misc.el (calc-other-window): Use an extra argument
11589 instead of `interactive-p'.
11590
11591 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11592 `interactive-p'.
11593
11594 2004-10-26 Kim F. Storm <storm@cua.dk>
11595
11596 * help.el (describe-key): Describe both down-event and up-event
11597 for a mouse click.
11598
11599 2004-10-26 Richard M. Stallman <rms@gnu.org>
11600
11601 * woman.el (woman): Don't call interactive-p.
11602
11603 * pcomplete.el (pcomplete): Instead of interactive-p,
11604 use an arg set non-nil by the interactive spec.
11605
11606 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11607 use an arg set non-nil by the interactive spec.
11608
11609 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11610 use an arg set non-nil by the interactive spec.
11611
11612 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11613
11614 * progmodes/flymake.el (flymake-split-string):
11615 Use `flymake-split-string-remove-empty-edges' in any case.
11616
11617 2004-10-26 Masatake YAMATO <jet@gyve.org>
11618
11619 * progmodes/flymake.el (flymake-err-line-patterns):
11620 Use `compilation-error-regexp-alist-alist' instead of
11621 `compilation-error-regexp-alist'.
11622
11623 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11624
11625 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11626 verbatim face on the \ of \end{verbatim}.
11627
11628 2004-10-25 Jay Belanger <belanger@truman.edu>
11629
11630 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11631 erasing minibuffer.
11632
11633 2004-10-25 Simon Josefsson <jas@extundo.com>
11634
11635 * subr.el (read-passwd): Move to net/password.el.
11636
11637 * net/password.el (read-passwd): Add. Autoload it.
11638
11639 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11640
11641 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11642
11643 * simple.el (process-file): Fix logic.
11644
11645 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11646
11647 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11648 (increase-right-margin): Remove erroneous call to `interactive-p'.
11649
11650 2004-10-24 Kim F. Storm <storm@cua.dk>
11651
11652 * help.el (describe-mode): Fix 2004-10-13 change.
11653 Copy pure "Auto Fill" string so it can be propertized later
11654 without causing a read-only error.
11655
11656 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11657
11658 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11659 style indexes.
11660
11661 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11662
11663 * simple.el (process-file): Accept nil for INFILE. Reported by
11664 Luc Teirlinck.
11665
11666 2004-10-24 Masatake YAMATO <jet@gyve.org>
11667
11668 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11669 Handle periods and underscores in a function name.
11670 Remove the address fontification.
11671
11672 2004-10-24 Masatake YAMATO <jet@gyve.org>
11673
11674 * progmodes/asm-mode.el (asm-font-lock-keywords):
11675 Use font-lock-variable-name-face for registers.
11676
11677 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11678
11679 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11680 kill-all-local-variables.
11681 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11682 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11683 Use kill-all-local-variables and provide mode-hooks.
11684 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11685 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11686 Suggested by Masatake YAMATO <jet@gyve.org>.
11687
11688 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11689
11690 * simple.el (process-file): New function, similar to call-process
11691 but supports file handlers.
11692 * vc.el (vc-do-command): Use it, instead of call-process.
11693 * net/tramp-vc.el (vc-do-command): Do not advise it if
11694 process-file is fboundp.
11695 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11696 process-file.
11697 (tramp-handle-process-file): New function.
11698 (tramp-file-name-for-operation): Support process-file.
11699
11700 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11701
11702 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11703 (icalendar-weekdayabbrev-table)
11704 (icalendar-monthnumber-table): Delete.
11705 (icalendar--get-month-number): Use calendar-month-name-array.
11706 (icalendar--get-weekday-number): New function.
11707 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11708 (icalendar-export-region): Handle multi-line entries.
11709 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11710
11711 2004-10-23 John Paul Wallington <jpw@gnu.org>
11712
11713 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11714 `wildcards' set to t in interactive spec.
11715
11716 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11717 interactive spec rather than use `interactive-p'.
11718 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11719 rather than use function `interactive-p'.
11720
11721 2004-10-22 Kenichi Handa <handa@m17n.org>
11722
11723 * international/mule.el (translate-region): Implement it in Lisp
11724 as a front end of translate-region-internal.
11725
11726 2004-10-21 Jay Belanger <belanger@truman.edu>
11727
11728 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11729 Declare these variables with defvar.
11730
11731 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11732 is bound, only check to see if it is bound.
11733
11734 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11737 Don't output messages.
11738
11739 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11740
11741 2004-10-21 John Paul Wallington <jpw@gnu.org>
11742
11743 * calc/calc-graph.el (calc-graph-init):
11744 Use `set-process-query-on-exit-flag'.
11745
11746 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11747
11748 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11749 dir right and also allow argumentless cd.
11750
11751 2004-10-19 Richard M. Stallman <rms@gnu.org>
11752
11753 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11754
11755 * eshell/em-unix.el (eshell-grep):
11756 Don't bind compilation-process-setup-function.
11757
11758 * comint.el (comint-insert-input): Use @ in `interactive'.
11759 (comint-input-filter-functions): Doc fix.
11760 (comint-kill-whole-line, comint-get-source): Doc fix.
11761
11762 * progmodes/compile.el (compilation-setup):
11763 Don't set buffer-read-only if MINOR is non-nil.
11764
11765 2004-10-19 Jay Belanger <belanger@truman.edu>
11766
11767 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11768 (calc-emacs-type-gnu19): Remove.
11769 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11770 Remove check for old emacs versions.
11771
11772 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11773 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11774 for current Emacs.
11775
11776 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11777 the end of the minibuffer.
11778 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11779 copy `esc-map'.
11780
11781 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11782
11783 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11784 call that would be given when the current emacs was used.
11785
11786 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11787
11788 * calendar/icalendar.el: Set coding to utf-8.
11789 (icalendar-version): Increase to 0.07.
11790 (icalendar-monthnumber-table): Change March pattern.
11791 (icalendar-get-all-event-properties)
11792 (icalendar-set-event-property): Delete.
11793 (icalendar-all-events): No longer interactive.
11794 (icalendar-convert-diary-to-ical)
11795 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11796 their replacements.
11797 (icalendar-export-file, icalendar-export-region): New functions;
11798 essentially old `icalendar-convert-diary-to-ical' but appending to
11799 target rather than overwriting.
11800 (icalendar-import-file): Append to target file rather than
11801 overwriting. Fourth arg deleted.
11802 (icalendar-import-buffer): New name for old
11803 `icalendar-extract-ical-from-buffer'.
11804 (icalendar--convert-string-for-import): New name for
11805 old `icalendar-convert-for-import'.
11806 (include-icalendar-files): Delete.
11807 Prefix for all internal functions changed from `icalendar-'
11808 to `icalendar--'.
11809
11810 2004-10-19 Richard M. Stallman <rms@gnu.org>
11811
11812 * paths.el (news-path): Fix previous change.
11813
11814 2004-10-18 Jay Belanger <belanger@truman.edu>
11815
11816 * calc/calc-help.el (calc-describe-bindings):
11817 Set `buffer-read-only' to nil while working in the keybindings buffer;
11818 remove some extra information from the keybindings buffer.
11819
11820 2004-10-18 David Ponce <david@dponce.com>
11821
11822 * mouse.el (mouse-drag-move-window-top): New function.
11823 (mouse-drag-mode-line-1): Use it.
11824
11825 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11826
11827 * info.el (Info-fontify-node): For multiline refs,
11828 arrange to unfontify newline and surrounding whitespace.
11829
11830 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11833 directory is missing.
11834
11835 2004-10-17 John Paul Wallington <jpw@gnu.org>
11836
11837 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11838 New customizable variable; whether to display buffers that match
11839 `ibuffer-maybe-show-predicates' by default.
11840 (ibuffer-maybe-show-predicates): Mention it in docstring.
11841 (ibuffer-display-maybe-show-predicates): New variable.
11842 (ibuffer-update): Prefix arg now toggles whether buffers that
11843 match `ibuffer-maybe-show-predicates' should be displayed.
11844 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11845 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11846 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11847
11848 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11849
11850 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11851 work correctly.
11852
11853 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11854
11855 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11856 (Buffer-menu-beginning): New helper function.
11857 (Buffer-menu-execute): Use it.
11858 (Buffer-menu-select): Use it.
11859 (Buffer-menu-sort): Use it and also keep markers.
11860
11861 2004-10-17 Richard M. Stallman <rms@gnu.org>
11862
11863 * paths.el (news-directory): Rename from news-path. Old name alias.
11864 (rmail-spool-directory): Use defvar.
11865 (sendmail-program): Use defcustom.
11866 (remote-shell-program): Use defcustom.
11867 (term-file-prefix): Use defvar.
11868 (abbrev-file-name): Use defvar.
11869
11870 * term.el: Add maintainer.
11871
11872 * subr.el (with-local-quit): Return nil if there's a quit.
11873 (read-passwd): Use with-local-quit. Doc fix.
11874
11875 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11876 (strokes-unload-hook): Set as a variable with add-hook.
11877
11878 * startup.el (fancy-splash-tail, normal-splash-screen):
11879 Update copyright year.
11880
11881 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11882
11883 * server.el (server-unload-hook): Set as a variable with add-hook.
11884
11885 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11886
11887 * frame.el (special-display-popup-frame):
11888 Make the buffer current as its frame is created.
11889
11890 * delsel.el (delsel-unload-hook): Set as a variable.
11891
11892 * comint.el (comint-output-filter-functions):
11893 Add comint-watch-for-password-prompt.
11894 (comint-read-noecho): Function deleted.
11895 (send-invisible): Use read-passwd.
11896
11897 * fringe.el (fringe-mode-initialize): New function.
11898 (fringe-mode): Use fringe-mode-initialize as :initialize.
11899
11900 2004-10-17 Kim F. Storm <storm@cua.dk>
11901
11902 * language/indian.el (indian-script-language-alist): Swap value and doc.
11903 (indian-font-char-index-table): Doc fix.
11904
11905 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11908
11909 2004-10-16 Juri Linkov <juri@jurta.org>
11910
11911 * progmodes/compile.el (compilation-start): Move let-binding of
11912 `process-environment' into `with-current-buffer' body.
11913 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11914
11915 2004-10-16 Richard M. Stallman <rms@gnu.org>
11916
11917 * pcvs-util.el (cvs-bury-buffer):
11918 Don't call get-buffer-window for effect.
11919
11920 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11921
11922 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11923
11924 * msb.el (msb-unload-hook): Set the variable.
11925
11926 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11927 Use * to err if buffer is readonly.
11928
11929 * subr.el (looking-back): Return only t or nil.
11930
11931 * whitespace.el (whitespace-unload-hook): Set the variable.
11932
11933 * view.el (view-mode-enable): Set view-page-size and
11934 view-half-page-size to nil.
11935 (view-set-half-page-size-default): view-half-page-size = nil
11936 means the default.
11937 (View-scroll-page-forward): Use view-page-size-default.
11938 (View-scroll-page-backward): Likewise.
11939 (view-page-size, view-half-page-size): Doc fixes.
11940
11941 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11942
11943 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11944
11945 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11946 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11947 (byte-compile-log-1): Bind inhibit-read-only.
11948 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11949 (byte-compile-log-warning): Likewise.
11950 (byte-compile-file-form-require): Detect "cl" from the arg value.
11951
11952 * progmodes/compile.el (compilation-start): Assume compilation-mode
11953 will make the buffer read-only.
11954 (compilation-mode): Take arg name-of-mode.
11955 (compilation-setup): Make buffer read-only.
11956 (compilation-handle-exit): Bind inhibit-read-only.
11957
11958 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11959 (ispell-message): Likewise.
11960 (ispell-show-choices): Don't call get-buffer-window uselessly.
11961 (ispell-init-process): Use set-process-query-on-exit-flag.
11962
11963 2004-10-16 Kim F. Storm <storm@cua.dk>
11964
11965 * fringe.el (fringe-bitmaps): Only initialize when defined.
11966
11967 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11968 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11969
11970 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11971
11972 2004-10-15 Simon Josefsson <jas@extundo.com>
11973
11974 * net/password.el: Add.
11975
11976 2004-10-14 Masatake YAMATO <jet@gyve.org>
11977
11978 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11979 (gdb-script-end-of-defun): New function.
11980 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11981 `gdb-script-end-of-defun' as *-of-defun-function.
11982
11983 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11984
11985 * button.el (button-activate): Allow a marker to display as an action.
11986
11987 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11988
11989 * help.el (describe-mode): Use it to make minor mode list into
11990 hyperlinks.
11991
11992 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * vc.el (vc-annotate-display-select): Fix typo.
11995
11996 * subr.el (substitute-key-definition-key): New function.
11997 (substitute-key-definition): Use it with map-keymap.
11998 (event-modifiers): Use push.
11999 (mouse-movement-p, with-temp-buffer): Simplify.
12000
12001 2004-10-12 Jay Belanger <belanger@truman.edu>
12002
12003 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12004 New variables.
12005 (calc-help-index-entries): New function.
12006 (calc-describe-function): Use `calc-help-function-list' instead of
12007 obarray for completion.
12008 (calc-describe-variable): Use `calc-help-variable-list' instead
12009 of obarray for completion.
12010
12011 2004-10-12 Richard M. Stallman <rms@gnu.org>
12012
12013 * info-look.el (info-lookup-file): Add info-file property.
12014 (info-lookup-symbol): Likewise.
12015
12016 * info.el (info-xref): Add underlining.
12017 (info): Add info-file property.
12018 (Info-find-emacs-command-nodes): Specify case-sensitive search.
12019
12020 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
12021
12022 Sync with Tramp 2.0.45.
12023
12024 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12025 defined. This is not the case for XEmacs without package "edebug".
12026 (tramp-set-auto-save-file-modes): Set permissions of autosaved
12027 remote files to the permissions of the original file. This is not
12028 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
12029 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
12030 (tramp-perl-decode): Fix an error in Perl implementation.
12031 $pending must be cleared every loop. Reported by Benjamin Place
12032 <benjaminplace@sprintmail.com>
12033
12034 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12035 Don't activate advice during definition. This is done later on,
12036 depending on test result of `substitute-in-file-name'.
12037 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12038
12039 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12040
12041 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12042
12043 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12044
12045 2004-10-12 David Ponce <david@dponce.com>
12046
12047 * recentf.el (recentf-edit-list): Update the menu when the recentf
12048 list has been modified.
12049
12050 2004-10-12 Simon Josefsson <jas@extundo.com>
12051
12052 * net/tls.el (tls-certtool-program): New variable.
12053 (tls-certificate-information): New function, based on
12054 ssl-certificate-information.
12055
12056 2004-10-12 Kenichi Handa <handa@m17n.org>
12057
12058 * international/mule.el (coding-system-equal): Move from mule-util.el.
12059
12060 * international/mule-util.el (coding-system-equal): Move to mule.el.
12061
12062 2004-10-12 Kim F. Storm <storm@cua.dk>
12063
12064 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12065 reset kmacro-initial-counter-value if set.
12066 (kmacro-set-counter): Only set kmacro-counter if defining or executing
12067 macro. Set kmacro-initial-counter-value otherwise. Never set both.
12068 (kmacro-display): Show macro counter if non-zero.
12069
12070 * subr.el (substitute-key-definition): Mention command remapping
12071 in doc string.
12072
12073 2004-10-11 Jay Belanger <belanger@truman.edu>
12074
12075 * calc/calc-misc.el (calc-info-goto-node): New function.
12076 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12077 node in one step.
12078 (calc-describe-copying, calc-describe-distribution)
12079 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12080 Go to appropriate info node in one step.
12081
12082 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12085
12086 * font-lock.el (font-lock-apply-highlight): Fix last change.
12087
12088 2004-10-11 Simon Josefsson <jas@extundo.com>
12089
12090 * mail/smtpmail.el (smtpmail-open-stream): Look for
12091 starttls-gnutls-program instead of starttls-program iff
12092 starttls-use-gnutls is non-nil.
12093 (smtpmail-open-stream): Don't overwrite user settings of
12094 starttls-extra-arguments and starttls-extra-args.
12095
12096 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * comint.el (comint-mouse-insert-input): Remove.
12099 (comint-insert-input): Make it work for mouse bindings.
12100 (comint-mode-map): Move defs into the declaration.
12101 (comint-output-filter): Typo.
12102
12103 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12104
12105 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
12106
12107 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12108 (ange-ftp-call-chmod): Reference remote-shell-program instead of
12109 ange-ftp-remote-shell.
12110
12111 2004-10-10 Andreas Schwab <schwab@suse.de>
12112
12113 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12114 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12115 Reported by <sri@asu.edu>.
12116
12117 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
12118
12119 * vc.el (vc-annotate-mode): Remove variable.
12120 (vc-annotate-display-select): Only call vc-annotate-mode
12121 if we're not in that mode already.
12122
12123 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12126 (imenu-choose-buffer-index): Check here for rescan instead.
12127
12128 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12129 where the face expression evals to nil.
12130
12131 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12132 (tex-font-lock-keywords-2): Use it.
12133 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12134
12135 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12136
12137 2004-10-09 Kim F. Storm <storm@cua.dk>
12138
12139 * subr.el (progress-reporter-update): Define before first usage.
12140 (make-progress-reporter): Doc fix.
12141
12142 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
12143
12144 * textmodes/paragraphs.el (sentence-end-double-space)
12145 (sentence-end-without-period, sentence-end-without-space)
12146 (sentence-end): Doc fixes.
12147
12148 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
12149
12150 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
12151 Change paragraph-start regexp so we don't fill code starting with #'(.
12152
12153 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
12154
12155 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12156 New defcustom.
12157 (extract-address-components): Use it.
12158
12159 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
12160
12161 * subr.el (make-progress-reporter, progress-reporter-update)
12162 (progress-reporter-force-update, progress-reporter-do-update)
12163 (progress-reporter-done): New functions.
12164
12165 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12166
12167 * progmodes/etags.el (etags-tags-completion-table): Use progress
12168 reporter.
12169 (etags-tags-apropos): Likewise.
12170
12171 2004-10-08 Alan Mackenzie <acm@muc.de>
12172
12173 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12174 of current line.
12175
12176 2004-10-08 Masatake YAMATO <jet@gyve.org>
12177
12178 * server.el (server-process-filter): Wrap `process-send-region'
12179 by `condition-case' to guard the case when the pipe to PROC is closed.
12180
12181 2004-10-07 Mark A. Hershberger <mah@everybody.org>
12182
12183 * xml.el (xml-substitute-special): Limit handling of external entities.
12184
12185 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
12186
12187 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
12188
12189 2004-10-06 John Paul Wallington <jpw@gnu.org>
12190
12191 * xml.el (xml-parse-dtd): Fix `error' call.
12192
12193 2004-10-05 Mark A. Hershberger <mah@everybody.org>
12194
12195 * xml.el (xml-substitute-special): Return a single string instead
12196 of a list of strings if an entity substitution is made.
12197
12198 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
12199
12200 * calendar/icalendar.el: New file.
12201
12202 2004-10-05 Juri Linkov <juri@jurta.org>
12203
12204 * isearch.el (isearch-done): Set mark after running hook.
12205 Reported by Drew Adams <drew.adams@oracle.com>.
12206
12207 * info.el (Info-history, Info-toc): Fix Info headers.
12208 (Info-toc): Narrow buffer before Info-fontify-node.
12209 (Info-build-toc): Don't check for special Info file names.
12210 Set main-file to nil if Info-find-file returns a symbol.
12211
12212 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
12213
12214 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12215 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12216 * calendar/cal-menu.el (calendar-mode-map): Ditto.
12217
12218 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12219
12220 * calendar/cal-iso.el (calendar-iso-read-args): New function,
12221 for old interactive spec from calendar-goto-iso-date.
12222 (calendar-goto-iso-date): Use it.
12223 (calendar-goto-iso-week): New function. Suggested by Emilio
12224 C. Lopes <eclig@gmx.net>.
12225
12226 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
12227
12228 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12229 `set-right-margin' bindings that follow the minor mode conventions.
12230
12231 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12234 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12235 (latex-block-args-alist): Add minipage and picture.
12236 (latex-block-body-alist): Use reftex-label if enabled.
12237 (latex-insert-block): Don't insert a \n if not necessary.
12238 (tex-compile-commands): Make sure dvips doesn't send to printer.
12239 (tex-compile-default): Handle the case where no executable is found.
12240 (latex-noindent-environments): New var.
12241 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
12242 If tex-indent-allhanging is non-nil, make sure we only align for macros
12243 at beginning of line.
12244
12245 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
12246
12247 * newcomment.el (comment-beginning): Doc fix and don't choke on
12248 unset `comment-end-skip' when at beginning of comment.
12249
12250 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12251
12252 * term.el (term-adjust-current-row-cache): Don't allow the current
12253 row to become negative.
12254 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
12255 the end of the line. Fix scroll down. Add comments.
12256 (term-handle-ansi-escape): Don't exceed terminal width when moving
12257 right.
12258 (term-scroll-region): Move the cursor after setting the scroll region.
12259
12260 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
12261
12262 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12263 to `width' for consistency with docstring. Doc fix.
12264
12265 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12266
12267 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12268 This is necessary for derived modes.
12269
12270 2004-09-30 Kim F. Storm <storm@cua.dk>
12271
12272 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12273 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12274
12275 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12276 kmacro-extract-lambda functions.
12277 (edit-kbd-macro): Handle kmacro lambda forms.
12278 Include counter and counter format in edit buffer.
12279 (edmacro-finish-edit): Get counter and format from edit buffer and
12280 update kmacro bindings when found.
12281
12282 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
12283
12284 * textmodes/paragraphs.el (forward-paragraph):
12285 Avoid args-out-of-range error when point winds up at the beginning of
12286 the buffer and hard newlines are enabled.
12287
12288 * newcomment.el (comment-multi-line): Doc fix.
12289
12290 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12293 (diff-fixup-modifs): Catch unified-diff file-headers.
12294
12295 2004-09-29 Kim F. Storm <storm@cua.dk>
12296
12297 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12298 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12299 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12300
12301 * fringe.el (fringe-bitmap-p): New macro.
12302 (fringe-bitmaps): Add standard fringe bitmaps on load.
12303
12304 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12305
12306 * dired.el (dired-view-command-alist): Use more efficient regexps.
12307 Remove dubious arguments.
12308 (dired-align-file): New function.
12309 (dired-insert-directory): Use it.
12310 (dired-move-to-end-of-filename): Make the " -> " search more specific.
12311 (dired-buffers-for-dir): Remove unused var `pattern'.
12312
12313 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
12314
12315 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12316 from diary display excursion. Store diary buffer's point for
12317 `simple-diary-display'.
12318 (simple-diary-display): Set window point and start when
12319 displaying buffer, to preserve point.
12320
12321 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
12322
12323 * textmodes/enriched.el (enriched-translations): Replace defconst
12324 with defvar.
12325
12326 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12327
12328 * printing.el: Doc fix.
12329 (pr-version): New version number (6.8.1).
12330 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12331 make-temp-name.
12332 (pr-delete-file): Check if file exists before deleting it.
12333 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12334
12335 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * term.el (term-display-table): New variable.
12338 (term-mode): Use it.
12339 (term-exec-1): Set the coding system to binary.
12340 (term-emulate-terminal): Decode the string before inserting it.
12341
12342 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12343
12344 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12345 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12346 (map): Bind S-prior, S-next and S-insert.
12347 (term-mode): Set `indent-tabs-mode' to nil.
12348 (term-paste): New function to be bound to S-insert.
12349 (term-send-del, term-send-backspace): Change the strings sent.
12350 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
12351 (term-handle-colors-array): Fix handling of underline and reverse.
12352 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
12353 (term-erase-in-line): Fix comparison.
12354 (term-emulate-terminal): Fix line wrap handling.
12355 (term-start-output-log): Rename from `term-set-output-log'.
12356 (term-stop-output-log): Rename from `term-stop-photo'.
12357 (term-switch-to-alternate-sub-buffer): Comment out, unused.
12358
12359 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12360
12361 * dired.el (dired-move-to-filename): Don't output a message if
12362 raise-error is non-nil. Fix return position and value.
12363
12364 * files.el (insert-directory): Obey --dired even with symlinks.
12365
12366 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12367
12368 * ls-lisp.el (ls-lisp-format): Mark file names with property
12369 dired-filename.
12370
12371 2004-09-25 Kim F. Storm <storm@cua.dk>
12372
12373 * ido.el (ido-max-directory-size): New defcustom.
12374 (ido-decorations): Add "too big" element.
12375 (ido-directory-too-big): New dynamic var.
12376 (ido-may-cache-directory): Don't cache big directories.
12377 (ido-directory-too-big-p): New defun.
12378 (ido-set-current-directory): Update ido-directory-too-big.
12379 (ido-read-internal): Make empty ido-cur-item if too-big.
12380 (ido-buffer-internal): Use ido-read-internal directly instead of
12381 ido-read-buffer.
12382 (ido-file-internal): Init ido-directory-too-big.
12383 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12384 and redo completion with full list.
12385 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12386 it, and show completions.
12387 (ido-all-completions): Let bind ido-directory-too-big to nil.
12388 (ido-exhibit): Handle ido-directory-too-big.
12389 (ido-read-buffer): Handle fallback to read-buffer.
12390 Init ido-directory-too-big.
12391 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12392 Init ido-directory-too-big.
12393
12394 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12395
12396 * subr.el (delay-mode-hooks): Doc fix.
12397
12398 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12399
12400 * textmodes/enriched.el
12401 (enriched-default-text-properties-local-flag): New variable.
12402 (enriched-mode): Make sure that enabling and disabling the mode is
12403 a no-op. Doc fix.
12404
12405 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12406
12407 * calendar/holidays.el (holiday-advent): Report on a specified day
12408 offset from advent, not just advent.
12409 (holiday-easter-etc): Report on one specified day offset from
12410 easter, not all easter holidays. Various Easter holidays moved to
12411 `christian-holidays' variable in calendar.el.
12412 * calendar/calendar.el (christian-holidays): Adapt for new
12413 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12414
12415 2004-09-23 Kim F. Storm <storm@cua.dk>
12416
12417 * image.el (insert-sliced-image): Add doc string.
12418
12419 * ido.el (ido-choice-list): New dynamic var for `list' context.
12420 (ido-context-switch-command): New dynamic var.
12421 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12422 (ido-read-internal): Handle new `list' context.
12423 Handle insert-buffer and insert-file ido-exit values.
12424 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12425 ido-context-switch-command. Handle insert-file ido-exit value.
12426 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12427 unless it is already bound by caller.
12428 (ido-file-internal): New arg switch-cmd. Use it to setup
12429 ido-context-switch-command. Handle insert-buffer ido-exit value.
12430 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12431 used for context switching.
12432 (ido-all-completions): Handle new `list' context.
12433 (ido-make-choice-list): Return choices for `list' context.
12434 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12435 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12436 (ido-insert-buffer, ido-insert-file): Setup context switching.
12437 (ido-exhibit): Handle `list' context.
12438 (ido-read-file-name): Disable context switching. Handle fallback.
12439 (ido-read-directory-name): Disable context switching.
12440 (ido-completing-read): New defun like completing-read. Setup and
12441 use new `list' context.
12442
12443 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12444
12445 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12446
12447 2004-09-21 Jay Belanger <belanger@truman.edu>
12448
12449 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12450 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12451 separate window.
12452
12453 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12454
12455 * subr.el (after-change-major-mode-hook): Doc fix.
12456
12457 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12458
12459 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12460 of ghostscript for monochrome PostScript file in Windows.
12461
12462 2004-09-21 Kenichi Handa <handa@m17n.org>
12463
12464 * descr-text.el (describe-char): Checking of quail activation fixed.
12465
12466 2004-09-21 Jay Belanger <belanger@truman.edu>
12467
12468 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12469
12470 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12471
12472 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12473 after the mode hooks instead of before. Doc fix.
12474
12475 2004-09-20 Jason Rumney <jasonr@gnu.org>
12476
12477 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12478 _emacs, but revert to .emacs if neither exists in home directory.
12479
12480 2004-09-20 John Paul Wallington <jpw@gnu.org>
12481
12482 * bindings.el (completion-ignored-extensions): Add .dfsl.
12483
12484 2004-09-20 Richard M. Stallman <rms@gnu.org>
12485
12486 * bindings.el (scroll-left): Make it disabled.
12487
12488 * files.el (enable-local-eval): Doc fix.
12489
12490 * indent.el (move-to-left-margin): Special case for minibuffer.
12491
12492 * term.el (term-emulate-terminal): Turn off undo for output.
12493 Use with-current-buffer and save-selected-window.
12494
12495 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12496
12497 * progmodes/make-mode.el (makefile-fill-paragraph):
12498 Don't insist on spaces when looking for comments. # is enough.
12499
12500 * files.el (hack-local-variables): Copy the variables list
12501 to another buffer, strip prefixes and suffixes there, then read.
12502 (enable-local-eval): Doc fix.
12503 (ignored-local-variables): Initialize to nil.
12504 (risky-local-variable-p): Don't check ignored-local-variables here.
12505 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12506
12507 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12508
12509 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12510 of = to "." (punctuation).
12511
12512 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12513
12514 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12515
12516 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12517
12518 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12519 (enriched-before-change-major-mode): New function.
12520 Add it to `change-major-mode-hook'.
12521 (enriched-after-change-major-mode): New function.
12522 Add it to `after-change-major-mode-hook'.
12523 (enriched-mode): Make it work correctly if called from
12524 `after-change-major-mode-hook'.
12525 No longer set `indent-line-function'.
12526
12527 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12528
12529 * subr.el (after-change-major-mode-hook): New variable.
12530 (run-mode-hooks): Implement it.
12531
12532 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12533
12534 * battery.el (battery-linux-proc-apm): Use string-to-number.
12535 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12536 Use dolist (and less indentation). Use erase-buffer.
12537 Pre-initialize `design-capacity', `warn', and `low'.
12538 (battery-format): Use replace-regexp-in-string.
12539
12540 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12541
12542 * battery.el: Delete superfluous empty lines.
12543 (battery-linux-proc-acpi): Attempt to gather information from all
12544 battery subdirectories regardless of their file name.
12545 (battery-linux-proc-apm): Replace all occurrences of
12546 battery-hex-to-int-2 with string-to-int (base 16).
12547 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12548 (battery-hex-map): Delete variable.
12549
12550 2004-09-18 John Paul Wallington <jpw@gnu.org>
12551
12552 * calc/calc-units.el (calc-quick-units): Fix overzealous
12553 s/or/unless/.
12554
12555 2004-09-17 Jay Belanger <belanger@truman.edu>
12556
12557 * calc/calc.el (calc-mode-var-list): Fix the value of
12558 `calc-matrix-brackets'.
12559
12560 2004-09-17 Romain Francoise <romain@orebokech.com>
12561
12562 * ibuf-ext.el (define-ibuffer-filter filename):
12563 Expand dired-directory since buffer-file-name is absolute.
12564
12565 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12566
12567 * ediff-init.el (ediff-current-diff-face-A)
12568 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12569 (ediff-current-diff-face-Ancestor)
12570 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12571 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12572 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12573 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12574 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12575 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12576 Use min-colors.
12577
12578 * term.el (term-down): Perform vertical motion if DOWN is negative.
12579 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12580 (term-termcap-format): Synchronyze with the eterm terminfo entry
12581 in etc/e/eterm.ti.
12582 (term-handle-colors-array): If the current foreground or
12583 background are zero (i.e. unspecified), use the foreground and
12584 background of the default face for reverse video.
12585 (term-ansi-at-eval-string, term-ansi-default-fg)
12586 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12587 (term-mem): Delete ununsed function.
12588 (term-protocol-version): Increment.
12589 (term-current-face): Set to default.
12590
12591 2004-09-15 Jay Belanger <belanger@truman.edu>
12592
12593 * calc/calc.el (calc-mode-var-list): Define this variable.
12594 (calc-always-load-extensions, calc-line-numbering)
12595 (calc-line-breaking, calc-display-just, calc-display-origin)
12596 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12597 (calc-group-char, calc-point-char, calc-frac-format)
12598 (calc-prefer-frac, calc-hms-format, calc-date-format)
12599 (calc-float-format, calc-full-float-format, calc-complex-format)
12600 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12601 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12602 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12603 (calc-matrix-brackets, calc-language, calc-language-option)
12604 (calc-left-label, calc-right-label, calc-word-size)
12605 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12606 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12607 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12608 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12609 (calc-window-height, calc-display-trail, calc-show-selections)
12610 (calc-use-selections, calc-assoc-selections)
12611 (calc-display-working-message, calc-auto-why, calc-timing)
12612 (calc-mode-save-mode, calc-standard-date-formats)
12613 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12614 (calc-user-parse-tables, calc-gnuplot-default-device)
12615 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12616 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12617 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12618 (calc-invocation-macro, calc-show-banner): Give these values as
12619 part of `calc-mode-var-list's initialization after the variables
12620 are declared with defvar.
12621 (calc-bug-address): Change email address to send bug reports to.
12622 Change the maintainer address at the top.
12623 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12624 than "\\.emacs" to determine if it is the user-init-file.
12625
12626 * calc/calc-embed.el (calc-embedded-set-modes): Use
12627 `calc-mode-var-list' correctly.
12628
12629 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12630
12631 * vc.el (annotate-time): Document point handling.
12632 (vc-annotate-display-autoscale): Doc fix.
12633
12634 2004-09-15 Miles Bader <miles@gnu.org>
12635
12636 * generic.el (generic-make-keywords-list): Use symbol rather than
12637 word anchors in regexp.
12638
12639 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12640
12641 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12642 no file name consider `dired-directory'.
12643
12644 2004-09-14 Kim F. Storm <storm@cua.dk>
12645
12646 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12647
12648 2004-09-14 Simon Josefsson <jas@extundo.com>
12649
12650 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12651
12652 * textmodes/dns-mode.el: Add.
12653
12654 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12655
12656 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12657 (disabled-command-function): Make the ?\ char more obvious.
12658
12659 * vc-arch.el (vc-arch-root, vc-arch-registered):
12660 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12661
12662 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12663
12664 * windmove.el (windmove-frame-edges): Report coordinates of
12665 outside edges of frame, not inside edges.
12666 (windmove-coordinates-of-position): Convert into wrapper to new
12667 function `windmove-coordinates-of-window-position';
12668 `compute-motion' always applies to selected window.
12669 (windmove-coordinates-of-position): Update documentation to refer
12670 to Emacs 21 Lisp Reference Manual.
12671 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12672
12673 2004-09-13 Kim F. Storm <storm@cua.dk>
12674
12675 * isearch.el (isearch-resume-in-command-history): Rename from
12676 isearch-resume-enabled and change default to nil.
12677
12678 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12679
12680 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12681 (vc-registered): Use it.
12682 (vc-find-root): New fun.
12683
12684 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12685 Don't tell to use \\{...} when it's already done.
12686
12687 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12688 Provide a sample complex default.
12689 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12690 (bibtex-entry): Use mapc.
12691
12692 2004-09-12 Kim F. Storm <storm@cua.dk>
12693
12694 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12695
12696 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12697 inhibit-field-text-motion to t so rectangles work in comint buffers.
12698
12699 * simple.el (choose-completion-string): Set buffer before running
12700 choose-completion-string-functions hook so it can be buffer-local.
12701
12702 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12703
12704 * progmodes/compile.el (compilation-start): Parse command to see
12705 if it starts with a cd, and if so perform it for the *compilation*
12706 buffer. Change the header to reflect this.
12707
12708 2004-09-11 Kim F. Storm <storm@cua.dk>
12709
12710 * ido.el (ido-enable-dot-prefix): Doc fix.
12711 (ido-enable-dot-prefix): New defcustom.
12712 (ido-set-matches1): Use it.
12713
12714 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12715
12716 * textmodes/bibtex.el (bibtex-mark-active)
12717 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12718
12719 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12720
12721 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12722 used in a case insensitive environment.
12723 (bibtex-mode-map): Rearrange order of menus.
12724 (bibtex-quoted-string-re): Obsolete.
12725 (bibtex-complete-key-cleanup): Variable replaced by new function.
12726 (bibtex-font-lock-keywords): Use backquotes.
12727 (bibtex-font-lock-url-regexp): New internal variable.
12728 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12729 "OPT" and "ALT".
12730 (bibtex-insert-current-kill, bibtex-make-field)
12731 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12732 (bibtex-parse-field-text): Simplify.
12733 (bibtex-string=): New helper function.
12734 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12735 (bibtex-map-entries): Use bibtex-string=.
12736 (bibtex-search-entry): Use not.
12737 (bibtex-enclosing-field): Fix docstring.
12738 (bibtex-assoc-regexp): Obsolete.
12739 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12740 (bibtex-autokey-get-names): Handle empty name field.
12741 (bibtex-parse-strings): Use assoc-string and unless.
12742 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12743 Use assoc-string.
12744 (bibtex-pop): Simplify.
12745 (bibtex-mode): Set font-lock-extra-managed-props.
12746 (bibtex-entry-update): Use assoc-string.
12747 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12748 (bibtex-autofill-entry): Use bibtex-string=.
12749 (bibtex-print-help-message): Simplify.
12750 (bibtex-find-entry): New optional arg START.
12751 (bibtex-validate): Use bibtex-string= and assoc-string.
12752 Do not call obsolete function compilation-parse-errors.
12753 (bibtex-remove-delimiters): Only remove delimiters if present.
12754 (bibtex-copy-entry-as-kill): Add docstring.
12755 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12756 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12757 (bibtex-complete): Use bibtex-predefined-month-strings,
12758 bibtex-string=, and new function bibtex-complete-key-cleanup.
12759 (bibtex-generate-url-list): New variable.
12760 (bibtex-url): New command bound to C-c C-l and mouse-2.
12761 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12762 (bibtex-font-lock-url): New function.
12763
12764 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12767
12768 2004-09-09 Kim F. Storm <storm@cua.dk>
12769
12770 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12771 counter and format with binding.
12772 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12773 the declared macro uses own macro counter and format. Give symbol
12774 kmacro property.
12775 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12776 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12777 (kmacro-end-and-call-macro): Doc fix.
12778
12779 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12780
12781 * desktop.el (desktop-clear-preserve-buffers):
12782 Remove make-obsolete-variable.
12783
12784 2004-09-08 Richard M. Stallman <rms@gnu.org>
12785
12786 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12787 with the buffer as argument.
12788
12789 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12790
12791 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12792
12793 2004-09-08 Juri Linkov <juri@jurta.org>
12794
12795 * replace.el (perform-replace): Use `query-replace-descr'.
12796
12797 * cus-start.el (history-delete-duplicates): Specify customization.
12798
12799 * diff-mode.el (diff-mode-map):
12800 * progmodes/compile.el (compilation-mode-map):
12801 * progmodes/grep.el (grep-mode-map):
12802 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12803 to `next-error-follow-minor-mode'.
12804
12805 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12806
12807 * isearch.el (isearch-lazy-highlight-update): Take into account
12808 the case of zero-length match at the search bound.
12809
12810 2004-09-08 Kim F. Storm <storm@cua.dk>
12811
12812 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12813 change. Use zero width overlays when necessary.
12814
12815 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12816
12817 * subr.el (split-string): Docfix.
12818
12819 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12820
12821 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12822 (display-call-tree): Ensure newline after caller/calls blocks.
12823
12824 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12825
12826 * startup.el (command-line-1): Make option
12827 --directory/-L modify `load-path' straight away.
12828
12829 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12830
12831 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12832
12833 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12834
12835 * emacs-lisp/autoload.el (make-autoload):
12836 Handle `define-compilation-mode'.
12837
12838 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12839 Specify `doc-string-elt' property.
12840
12841 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12842
12843 * bs.el (bs-mode): Doc fix.
12844
12845 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12846
12847 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12848
12849 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12850
12851 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12852
12853 2004-09-08 Kenichi Handa <handa@m17n.org>
12854
12855 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12856 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12857 ps-mule-next-point -> 1+).
12858
12859 * composite.el (encode-composition-rule): Add autoload cooky.
12860
12861 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12862
12863 * format.el (buffer-auto-save-file-format): Make it permanent local.
12864
12865 2004-09-07 Kim F. Storm <storm@cua.dk>
12866
12867 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12868 (authors-fixed-entries): Fix typo.
12869 (authors-canonical-author-name): Compact multiple spaces.
12870 Ignore trivial names (e.g. only first name).
12871
12872 * term.el (term-window-width): Only use full window width on
12873 window system if overflow-newline-into-fringe is enabled.
12874 (term-mode): Don't disable overflow-newline-into-fringe.
12875
12876 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12877
12878 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12879 motion as seen on my Mac OS X xterms.
12880
12881 * newcomment.el (uncomment-region-default, comment-region-default):
12882 New functions extracted from uncomment-region and comment-region.
12883 (comment-region, comment-region-function, uncomment-region)
12884 (uncomment-region-function): Use them.
12885
12886 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12887
12888 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12889 It's not crucial but can make sense at times.
12890
12891 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12892 the first commit.
12893
12894 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12895 Disable obsolete code.
12896
12897 2004-09-07 Juri Linkov <juri@jurta.org>
12898
12899 * progmodes/grep.el (grep-highlight-matches): Change default from
12900 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12901 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12902 if grep option `--color' is available, or to `nil' otherwise.
12903 (grep-process-setup): Call `grep-compute-defaults' if
12904 `grep-highlight-matches' is not computed. Set env-vars only
12905 if `grep-highlight-matches' is `t'.
12906 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12907 is already defined).
12908
12909 * progmodes/compile.el (compilation-start): Use copy of
12910 `process-environment' created by `copy-sequence' to not
12911 modify env-vars in the global `process-environment'.
12912
12913 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12914
12915 * simple.el (next-error-follow-minor-mode): Fix last change.
12916
12917 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12918
12919 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12920 permanent local.
12921
12922 2004-09-04 Richard M. Stallman <rms@gnu.org>
12923
12924 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12925 highlighting if the search string is empty.
12926
12927 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12928
12929 * facemenu.el (facemenu-active-faces): Change condition of inner
12930 `while' loop to also check the first two elements of `face-atts'
12931 and `mask-atts'.
12932
12933 2004-09-04 John Paul Wallington <jpw@gnu.org>
12934
12935 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12936 (thumbs-view-image-mode): Make buffer read-only.
12937
12938 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12939
12940 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12941 (ispell-check-version): Set it.
12942 (ispell-send-replacement): New function.
12943 (ispell-process-line): Call ispell-send-replacement.
12944
12945 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12946
12947 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12948 Support choosing seconds with "s".
12949
12950 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12951
12952 * terminal.el (te-escape): Show `?' in prompt for help key.
12953
12954 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12955
12956 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12957
12958 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12959
12960 * simple.el (next-error-follow-minor-mode)
12961 (next-error-follow-mode-post-command-hook): New functions.
12962 (next-error-follow-last-line): New defvar.
12963
12964 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12965 * progmodes/compile.el (compilation-mode-map): Likewise.
12966 * progmodes/grep.el (grep-mode-map): Likewise.
12967 * replace.el (occur-mode-map): Likewise.
12968
12969 * newcomment.el (uncomment-region): Bind comment-use-global-state
12970 to nil.
12971
12972 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12973
12974 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12975 locally around the call to `revert-buffer'.
12976
12977 2004-09-03 Juri Linkov <juri@jurta.org>
12978
12979 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12980 `isearch-adjusted' to `t'.
12981 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12982 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12983 (isearch-other-meta-char): Restore isearch-point unconditionally.
12984 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12985 Set point to start of match if region is not active in transient
12986 mark mode (to include the current match to region boundaries).
12987 Push the search string to `query-replace-from-history-variable'.
12988 Add prompt "Query replace regexp" for isearch-regexp.
12989 Add region beginning/end as last arguments of `perform-replace.'
12990 (isearch-query-replace-regexp): Replace code by the call to
12991 `isearch-query-replace' with arg `t'.
12992
12993 2004-09-03 Richard M. Stallman <rms@gnu.org>
12994
12995 * startup.el (normal-top-level): Undo previous TERM change.
12996
12997 2004-09-03 Kim F. Storm <storm@cua.dk>
12998
12999 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13000 highlight overlays; allow using RET when cursor is over a button.
13001 (cua--highlight-rectangle): Use it.
13002 (cua--rectangle-set-corners): Don't move backwards at eol.
13003 (cua--forward-line): Don't move into void after eob.
13004
13005 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13006 point is set (and displayed) inside rectangle.
13007 (cua--rectangle-operation): Fix for highlight of empty lines.
13008 (cua--highlight-rectangle): Fix highlight for tabs.
13009 Position cursor at left/right edge of rectangle using new `cursor'
13010 property on overlay strings.
13011 (cua--indent-rectangle): Don't tabify.
13012 (cua-rotate-rectangle): Ignore that point has moved.
13013
13014 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13015
13016 * term/mac-win.el: Add ASCII equivalents for some function keys.
13017 (mode-line-frame-identification): Sync with x-win.el.
13018
13019 2004-09-02 Juri Linkov <juri@jurta.org>
13020
13021 * progmodes/compile.el (compilation-buffer-name): Compare major
13022 mode with second element of compilation-arguments instead of third
13023 to reflect latest changes in compilation-arguments structure.
13024 (recompile): Use global variable `compilation-directory' to get
13025 recent compilation directory only when `recompile' is invoked NOT
13026 in the compilation buffer. Otherwise, use `default-directory' of
13027 the compilation buffer.
13028 (compilation-error-properties): Allow to funcall col and end-col.
13029 (compilation-mode-font-lock-keywords): Check col and end-col by
13030 `integerp'.
13031 (compilation-goto-locus): If end-mk is non-nil in transient mark
13032 mode don't activate the mark (and don't display message in
13033 push-mark), but highlight overlay between mk and end-mk.
13034
13035 * progmodes/grep.el (grep-highlight-matches): New defcustom.
13036 (grep-regexp-alist): Add rule to highlight grep matches.
13037 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13038
13039 * info.el (Info-fontify-node): Don't compute other-tag
13040 if Info-hide-note-references=hide.
13041
13042 * help.el (function-called-at-point):
13043 * help-fns.el (variable-at-point):
13044 Try `find-tag-default' when other methods failed.
13045
13046 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13047 Do not push mark if inhibit-mark-movement is non-nil.
13048
13049 * textmodes/ispell.el (ispell-html-skip-alists):
13050 Fix backslashes in docstring.
13051
13052 2004-09-01 Juri Linkov <juri@jurta.org>
13053
13054 * isearch.el (isearch-wrap-function)
13055 (isearch-push-state-function): New defvars.
13056 (isearch-pop-fun-state): New defsubst.
13057 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13058 (isearch-push-state): Set the result of calling
13059 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13060 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13061 restore the mode-specific starting point of terminated search.
13062 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13063 (isearch-repeat): Call `isearch-wrap-function' if defined.
13064 (isearch-message-prefix): Don't add prefix "over" to the message
13065 for wrapped search if `isearch-wrap-function' is defined.
13066 (isearch-search): Call function saved in `isearch-pop-fun-state' to
13067 restore the mode-specific starting point of failed search.
13068
13069 * info.el (Info-search-whitespace-regexp): Fix backslashes.
13070 (Info-search): Add new optional arguments for the sake of isearch.
13071 Replace whitespace in Info-search-whitespace-regexp literally.
13072 Add backward search. Don't call `Info-select-node' if regexp is
13073 found in the same Info node. Don't add node to Info-history for
13074 wrapped isearch.
13075 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13076 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13077 (Info-mode): Set local variables `isearch-search-fun-function',
13078 `isearch-wrap-function', `isearch-push-state-function',
13079 `search-whitespace-regexp'.
13080
13081 * isearch.el: Remove ancient Change Log section.
13082 (isearch-string, isearch-message-string, isearch-point)
13083 (isearch-success, isearch-forward-flag, isearch-other-end)
13084 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13085 (isearch-barrier, isearch-within-brackets)
13086 (isearch-case-fold-search): Add suffix `-state' to state-related
13087 defsubsts to avoid name clashes with other function names.
13088
13089 * simple.el (next-error): New defgroup and defface.
13090 (next-error-highlight, next-error-highlight-no-select):
13091 New defcustoms.
13092 (next-error-no-select): Let-bind next-error-highlight to the value
13093 of next-error-highlight-no-select before calling `next-error'.
13094
13095 * progmodes/compile.el (compilation-goto-locus):
13096 Use `next-error' face instead of `region'. Set 4-th argument of
13097 `move-overlay' to `current-buffer' to move overlay to different
13098 source buffers. Use new variable `next-error-highlight'.
13099
13100 * simple.el (next-error-find-buffer): Move the rule
13101 "if current buffer is a next-error capable buffer" after the
13102 rule "if next-error-last-buffer is set to a live buffer".
13103 Simplify to test all rules in one `or'.
13104 (next-error): Doc fix.
13105 (next-error, previous-error, first-error)
13106 (next-error-no-select, previous-error-no-select):
13107 Make arguments optional.
13108
13109 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
13110
13111 * macros.el (apply-macro-to-region-lines): Make it operate on all
13112 lines that begin in the region, rather than on all complete lines
13113 in the region.
13114
13115 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13116
13117 * x-dnd.el (x-dnd-protocol-alist): Document update.
13118 (x-dnd-known-types): Defcustom it.
13119 (x-dnd-handle-motif): Print message-atom in error message.
13120
13121 2004-08-30 John Paul Wallington <jpw@gnu.org>
13122
13123 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13124 strings rather than programatically constructing message.
13125
13126 2004-08-30 Richard M. Stallman <rms@gnu.org>
13127
13128 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13129 Don't return a string that would read as the wrong character code.
13130
13131 2004-08-29 Kim F. Storm <storm@cua.dk>
13132
13133 * emulation/cua-base.el (cua-auto-expand-rectangles):
13134 Remove automatic rectangle padding feature; replace by non-destructive
13135 virtual rectangle edges feature.
13136 (cua-virtual-rectangle-edges): New defcustom.
13137 (cua-auto-tabify-rectangles): New defcustom.
13138 (cua-paste): If paste into a marked rectangle, insert rectangle at
13139 current column, even if virtual; also paste exactly as many lines
13140 as has been marked (ignore additional lines or add empty lines),
13141 but paste whole source if only one line is marked.
13142 (cua--update-indications): No longer use overwrite-cursor to
13143 indicate rectangle padding
13144
13145 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
13146 (cua--rectangle-virtual-edges): New defun.
13147 (cua--rectangle-get-corners): Remove optional PAD arg.
13148 (cua--rectangle-set-corners): Never do padding.
13149 (cua--forward-line): Remove optional PAD arg. Simplify.
13150 (cua-resize-rectangle-right, cua-resize-rectangle-left)
13151 (cua-resize-rectangle-down, cua-resize-rectangle-up):
13152 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
13153 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13154 (cua--rectangle-move): Never do padding. Simplify.
13155 (cua--tabify-start): New defun.
13156 (cua--rectangle-operation): Add tabify arg. All callers changed.
13157 (cua--pad-rectangle): Remove.
13158 (cua--delete-rectangle): Handle delete with virtual edges.
13159 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13160 (cua--insert-rectangle): Handle insert at virtual column.
13161 Perform auto-tabify if necessary.
13162 (cua--activate-rectangle): Remove optional FORCE arg.
13163 Never do padding. Simplify.
13164 (cua--highlight-rectangle): Enhance for virtual edges.
13165 (cua-toggle-rectangle-padding): Remove command.
13166 (cua-toggle-rectangle-virtual-edges): New command.
13167 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
13168 (cua--rectangle-post-command): Don't force rectangle padding.
13169 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13170
13171 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
13172
13173 * indent.el (edit-tab-stops-buffer): Doc fix.
13174
13175 2004-08-28 Richard M. Stallman <rms@gnu.org>
13176
13177 * progmodes/grep.el (grep-default-command): Use find-tag-default.
13178 (grep-tag-default): Function deleted.
13179
13180 * subr.el (find-tag-default): Move from etags.el.
13181
13182 * progmodes/etags.el (find-tag-default): Move to subr.el.
13183
13184 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
13185 into the basic character if it has an uppercase form.
13186
13187 2004-08-27 Kenichi Handa <handa@m17n.org>
13188
13189 * international/utf-8.el (utf-8-post-read-conversion): If the
13190 buffer is unibyte, temporarily make it multibyte.
13191
13192 2004-08-27 Masatake YAMATO <jet@gyve.org>
13193
13194 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
13195
13196 2004-08-25 John Paul Wallington <jpw@gnu.org>
13197
13198 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13199 0, 1, and many mismatches in message.
13200 (tex-start-shell): Use `set-process-query-on-exit-flag'.
13201
13202 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
13203 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
13204
13205 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13208 vc-diff-switches differently.
13209
13210 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
13211
13212 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13213 before and a real defvar after
13214 `speedbar-supported-extension-expressions'. This is to silence
13215 the compiler without breaking bootstrapping.
13216
13217 2004-08-22 Richard M. Stallman <rms@gnu.org>
13218
13219 * textmodes/flyspell.el (flyspell-word):
13220 Use set-process-query-on-exit-flag.
13221 (flyspell-highlight-duplicate-region): Take POSS as arg.
13222 (flyspell-word): Pass POSS as arg.
13223
13224 * progmodes/ada-xref.el: Many doc and style fixes.
13225 (ada-find-any-references): Use compilation-start.
13226 (ada-get-ali-file-name): Improve error msg.
13227 (ada-get-ada-file-name): Likewise.
13228
13229 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13230 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13231
13232 * mail/mail-extr.el (mail-extr-all-top-level-domains):
13233 Add forward defvar.
13234
13235 * whitespace.el (global-whitespace-mode): New alias
13236 for whitespace-global-mode.
13237
13238 * speedbar.el (speedbar-file-regexp): Move definition up.
13239 (speedbar-mode, speedbar-set-mode-line-format):
13240 Use with-no-warnings.
13241 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13242
13243 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13244 controls whether to display the error buffer.
13245
13246 * ps-mule.el: Delete compatibility code for old Emacses.
13247 (ps-mule-find-wrappoint): Don't use chars-in-region.
13248
13249 * frame.el (display-mouse-p, display-selections-p):
13250 Use with-no-warnings.
13251
13252 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13253
13254 2004-08-22 David Kastrup <dak@gnu.org>
13255
13256 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13257 information.
13258
13259 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13260
13261 2004-08-22 Andreas Schwab <schwab@suse.de>
13262
13263 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13264
13265 2004-08-22 Masatake YAMATO <jet@gyve.org>
13266
13267 * cvs-status.el (cvs-status-checkout): New function.
13268 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13269
13270 2004-08-21 David Kastrup <dak@gnu.org>
13271
13272 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13273 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13274 has been converted to use hashtables, the relation `nil=none' is
13275 no longer valid, as `nil' is not a hashtable. This patch tries to
13276 reduce the number of resulting errors.
13277
13278 2004-08-21 John Paul Wallington <jpw@gnu.org>
13279
13280 * subr.el (process-kill-without-query): Made obsolete in
13281 version 21.4, not 21.5.
13282
13283 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13284 (vc-previous-comment, vc-next-comment)
13285 (vc-comment-search-reverse, vc-comment-search-forward)
13286 (vc-comment-to-change-log): Likewise.
13287
13288 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13289
13290 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
13291
13292 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13293 Correct indentation of DEFMETHODS with non-standard method
13294 combinations (e.g., PROGN, MIN, MAX).
13295
13296 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
13297
13298 * startup.el (normal-top-level-add-subdirs-to-load-path):
13299 Avoid unnecessarily checking system-type.
13300 (normal-top-level): Set TERM to "dumb". Simplify.
13301
13302 * avoid.el (mouse-avoidance-ignore-p): New fun.
13303 Also ignore switch-frame, select-window, double, and triple clicks.
13304 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13305 (mouse-avoidance-fancy-hook): Use it.
13306
13307 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
13308
13309 * avoid.el (mouse-avoidance-nudge-mouse)
13310 (mouse-avoidance-banish-destination): Stay within the current window
13311 to avoid problems with mouse-autoselect-window.
13312
13313 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13316 the newer format of some messages in cvs-1.12.1.
13317
13318 2004-08-19 Masatake YAMATO <jet@gyve.org>
13319
13320 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13321 (elp-results-jump-to-definition-by-mouse)
13322 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13323 (elp-output-result): Use elp-output-insert-symname.
13324
13325 2004-08-18 Kenichi Handa <handa@m17n.org>
13326
13327 * language/cyrillic.el: Register koi8-r in
13328 ctext-non-standard-encodings-alist.
13329 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13330
13331 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
13332
13333 * emacs-lisp/copyright.el (copyright-update-year): Delete code
13334 that replaces 20xy with xy.
13335
13336 2004-08-17 John Paul Wallington <jpw@gnu.org>
13337
13338 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13339 (reb-force-update): Doc fix.
13340
13341 2004-08-16 Richard M. Stallman <rms@gnu.org>
13342
13343 * progmodes/which-func.el (which-func-update-1): Doc fix.
13344
13345 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13346 (sh-mode-abbrev-table): New variable.
13347
13348 * progmodes/compile.el (compilation-mode): Doc fix.
13349
13350 * emacs-lisp/lisp-mode.el (eval-last-sexp):
13351 Don't cons a new symbol each time.
13352 (eval-last-sexp-fake-value): New variable.
13353
13354 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13355 (copyright-update-year): Detect continuation of list of years.
13356
13357 * term.el (term-default-fg-color, term-default-bg-color)
13358 (ansi-term-color-vector): Use `unspecified', not nil, as default.
13359
13360 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13361
13362 2004-08-16 Davis Herring <herring@lanl.gov>
13363
13364 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13365 (isearch-success, isearch-forward-flag, isearch-other-end)
13366 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13367 (isearch-barrier, isearch-within-brackets)
13368 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13369
13370 2004-08-16 Kenichi Handa <handa@m17n.org>
13371
13372 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13373
13374 2004-08-15 Kenichi Handa <handa@m17n.org>
13375
13376 * term/x-win.el (x-selection-value): If utf8 was successful but
13377 ctext was not, use utf8 string.
13378
13379 2004-08-14 Davis Herring <herring@lanl.gov>
13380
13381 * isearch.el: Remove accidental changes of March 4. Fix backing
13382 up when a regexp isearch is made more general. Use symbolic
13383 accessor functions for isearch stack frames to make usage clearer.
13384 (search-whitespace-regexp): Made groups in documentation shy (as
13385 is the group in the default value).
13386 (isearch-fallback): New function, addresses problems with regexps
13387 liberalized by `\|', adds support for liberalization by `\}' (the
13388 general repetition construct), and incorporates behavior for
13389 `*'/`?'.
13390 (isearch-}-char): New command, calls `isearch-fallback' with
13391 arguments appropriate to a typed `}'.
13392 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13393 appropriately.
13394 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13395 (isearch-string, isearch-message,string, isearch-point)
13396 (isearch-success, isearch-forward-flag, isearch-other-end)
13397 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13398 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13399 New inline functions to read fields of a stack frame.
13400
13401 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13402
13403 * battery.el (battery-linux-proc-acpi): Look into battery
13404 directories matching the literal string "CMB", too (required for
13405 Linux kernel version 2.6.7).
13406
13407 2004-08-14 John Paul Wallington <jpw@gnu.org>
13408
13409 * cus-start.el (read-file-name-completion-ignore-case): Add.
13410 (blink-cursor-alist): Change version to "21.4".
13411
13412 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13413
13414 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13415
13416 * speedbar.el (speedbar-scan-subdirs): New option.
13417 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13418 dolist.
13419 (speedbar-insert-files-at-point): Take an extra argument and use
13420 it to optionally find out if a subdir is empty. Also unreadable
13421 files don't get expand buttons.
13422 (speedbar-directory): New image (unused pixmap already existed).
13423 (speedbar-expand-image-button-alist): Use it.
13424
13425 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13426
13427 CC Mode update to 5.30.9:
13428
13429 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13430 Move from cc-vars to cc-defs for dependency reasons. Fix the
13431 POSIX char class test to check that it works in
13432 `skip-chars-(forward|backward)' too.
13433
13434 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13435 first argument starts with a special brace list.
13436
13437 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13438 when `c-opt-type-concat-key' is used (i.e. in Pike).
13439
13440 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13441 Fix bug when the inner char pair doesn't have paren syntax,
13442 i.e. "(<>)".
13443
13444 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13445 whitespace safe.
13446
13447 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13448 position for `arglist-intro', `arglist-cont-nonempty' and
13449 `arglist-close' when there are two arglist open parens on the same
13450 line and there's nothing in front of the first.
13451
13452 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13453 locking of qualified names in Java, which previously could fontify
13454 common indexing expressions in many cases. The standard Java
13455 naming conventions are used to tell them apart.
13456
13457 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13458 Fix inconsistency wrt opening parens on the first line inside a paren
13459 block.
13460
13461 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13462 compile time for the sake of `c-major-mode-is'.
13463
13464 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13465 `c-major-mode-is' in the event that this is used inside a
13466 `c-lang-defconst'.
13467
13468 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13469 `c-lang-defconst' so that it works better with fallback languages.
13470
13471 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13472 it to fail to record the base mode.
13473
13474 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13475 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13476 is used. Reorder the syntax checks to get more efficient
13477 skipping in some situations.
13478
13479 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13480 continuation which might precede the newly inserted '{'.
13481
13482 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13483 Fix cases where it could loop indefinitely.
13484
13485 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13486 size specs correctly. Only fontify identifiers in front of '('
13487 with as functions - don't accept any paren char. Tighten up
13488 initializer skipping to stop before function and class blocks.
13489
13490 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13491 the point could be left directly after an open paren when finding
13492 the beginning of the first decl in the block.
13493
13494 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13495 table when filtering out legitimate open parens to be recorded.
13496 This could cause cache inconsistencies when e.g.
13497 `c++-template-syntax-table' was temporarily in use.
13498
13499 * progmodes/cc-engine.el (c-on-identifier)
13500 (c-simple-skip-symbol-backward): Small fix for handling "-"
13501 correctly in `skip-chars-backward'. Affected the operator lfun
13502 syntax in Pike.
13503
13504 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13505 Fix bug that could cause an error from `after-change-functions' when
13506 the changed region is at bob.
13507
13508 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13509
13510 CC Mode update to 5.30.9:
13511
13512 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13513 to say that <TAB> doesn't insert WS into a CPP line.
13514 (c-indent-command, c-tab-always-indent): Amend doc strings.
13515
13516 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13517 checks for user errors, thus eliminating cryptic and unhelpful
13518 Emacs error messages. (1) Check the arg to `c-set-style' is a
13519 string. (2) Check that settings to `c-offsets-alist' are not
13520 spuriously quoted.
13521
13522 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13523 which precedes the newly inserted `{'.
13524
13525 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13526
13527 Sync with Tramp 2.0.44.
13528
13529 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13530 function "tramp_file_attributes". Otherwise, file names
13531 containing spaces are misinterpreted. Reported by Magnus Henoch
13532 <mange@freemail.hu>.
13533 (tramp-handle-file-truename): FILENAME must be expanded first.
13534 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13535 obscure results. Reported by D. Goel <deego@gnufans.org>.
13536 (tramp-handle-verify-visited-file-modtime): If file does not
13537 exist, say it is not modified if and only if that agrees with the
13538 buffer's record. Check whether a file is visiting the buffer, or
13539 the buffer has no recorded last modification time. Return t in
13540 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13541 <teirllm@auburn.edu>.
13542 (tramp-handle-write-region): Pass modtime explicitely to
13543 `set-visited-file-modtime', because filename can be different
13544 from (buffer-file-name) if `file-precious-flag' is set.
13545 `set-visited-file-modtime' must be called always when `visit' is t
13546 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13547 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13548 nil, don't apply the whole body. If the file doesn't exists, set
13549 modtime to '(-1 65535). Suggested by Luc Teirlinck
13550 <teirllm@auburn.edu>.
13551
13552 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13553
13554 * help.el (describe-bindings): Doc fix.
13555
13556 * subr.el (kbd): Doc fix.
13557
13558 2004-08-08 John Paul Wallington <jpw@gnu.org>
13559
13560 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13561 instead of `string-to-int'.
13562 (define-ibuffer-column mode): Fix indentation.
13563
13564 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13565
13566 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13567
13568 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13569
13570 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13571
13572 * novice.el (disabled-command-function): New variable renamed from
13573 `disabled-command-hook'.
13574 (disabled-command-hook): Keep the _variable_ as alias for
13575 `disabled-command-function' and make obsolete.
13576 (disabled-command-function): Function renamed from
13577 `disabled-command-hook'. Adapt code to name change of the variable.
13578
13579 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13580
13581 * simple.el (completion-root-regexp): New defvar.
13582 (completion-setup-function): Use it instead of a literal string.
13583
13584 2004-08-07 John Paul Wallington <jpw@gnu.org>
13585
13586 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13587 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13588 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13589 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13590
13591 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13592
13593 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13594 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13595
13596 2004-08-04 Kenichi Handa <handa@m17n.org>
13597
13598 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13599 Fix previous change.
13600
13601 2004-08-03 Kenichi Handa <handa@m17n.org>
13602
13603 * international/encoded-kb.el: The following changes are to
13604 utilize key-translation-map instead of minor mode map.
13605 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13606 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13607 (encoded-kbd-last-key): New function.
13608 (encoded-kbd-iso2022-single-shift): New function.
13609 (encoded-kbd-iso2022-designation)
13610 (encoded-kbd-self-insert-iso2022-7bit)
13611 (encoded-kbd-self-insert-iso2022-8bit)
13612 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13613 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13614 key-translation-map.
13615 (encoded-kbd-setup-keymap): Setup key-translation-map.
13616 (saved-key-translation-map): New variable.
13617 (encoded-kbd-mode): Save/restore key-translation-map.
13618 Adjust for the change of encoded-kbd-setup-keymap.
13619
13620 2004-08-02 Kim F. Storm <storm@cua.dk>
13621
13622 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13623 and call compute-motion with nil for topos and width to get proper
13624 usable width and height for both window and non-window systems.
13625
13626 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13627 calculate usable window width and height.
13628
13629 * window.el (window-buffer-height): Call compute-motion with nil width.
13630
13631 2004-08-01 David Kastrup <dak@gnu.org>
13632
13633 * replace.el (query-replace-read-from):
13634 Use `query-replace-compile-replacement'.
13635 (query-replace-compile-replacement): New function.
13636 (query-replace-read-to): Use `query-replace-compile-replacement'
13637 for repeating the last command.
13638
13639 2004-08-01 John Paul Wallington <jpw@gnu.org>
13640
13641 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13642 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13643 (pr-switches): Remove period from end of error messages.
13644
13645 * help-mode.el (help-go-back): Likewise.
13646
13647 * abbrev.el (only-global-abbrevs): Doc fix.
13648 (edit-abbrevs-map): Define within defvar.
13649 (quietly-read-abbrev-file): Doc fix.
13650
13651 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13652
13653 * novice.el (enable-command, disable-command): Doc fixes.
13654
13655 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13656
13657 2004-07-30 Richard M. Stallman <rms@gnu.org>
13658
13659 * subr.el (with-local-quit): Doc fix.
13660
13661 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13662
13663 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13664
13665 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13666
13667 * custom.el (defcustom): Doc fix.
13668
13669 2004-07-28 Masatake YAMATO <jet@gyve.org>
13670
13671 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13672
13673 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13674
13675 * imenu.el (imenu-prev-index-position-function)
13676 (imenu-extract-index-name-function, imenu-name-lookup-function)
13677 (imenu--index-alist): Docstring redundancy fix.
13678
13679 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13680
13681 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13682 binding dired-backup-overwrite.
13683
13684 2004-07-25 John Paul Wallington <jpw@gnu.org>
13685
13686 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13687
13688 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13689
13690 * term/tty-colors.el (tty-color-approximate): Doc fix.
13691
13692 * select.el (x-get-selection, x-set-selection): Doc fixes.
13693
13694 * frame.el (make-frame): Doc fix.
13695
13696 2004-07-24 Richard M. Stallman <rms@gnu.org>
13697
13698 * mail/rmail.el (rmail-mime-charset-pattern):
13699 Don't include semicolon in the charset value.
13700
13701 * replace.el (occur-next-error): Call set-window-point.
13702 (occur-engine): Handle negative NLINES.
13703
13704 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13705
13706 * frame.el (modify-all-frames-parameters): Minor doc fix.
13707 (set-frame-configuration): Doc fix.
13708
13709 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13710
13711 * simple.el (completion-setup-function): Compute the common parts
13712 and the first difference place correctly when
13713 partial-completion-mode is on.
13714
13715 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13716
13717 * ps-print.el: Doc fix.
13718 (ps-print-version): New version 6.6.5.
13719 (ps-printing-region): Doc fix.
13720 (ps-generate-string-list): Comment fix.
13721 (ps-message-log-max): Code fix.
13722
13723 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13724
13725 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13726 generated PostScript.
13727
13728 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13729
13730 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13731 with Gnus v5_10 branch.)
13732
13733 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13734
13735 * calendar/time-date.el (time-to-number-of-days): New function.
13736 Imported from from Gnus.
13737
13738 2004-07-22 Kim F. Storm <storm@cua.dk>
13739
13740 * progmodes/make-mode.el: Fix comments.
13741
13742 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13743
13744 * printing.el: Doc fix.
13745
13746 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13747
13748 * frame.el (modify-all-frames-parameters): Minor doc fix.
13749
13750 2004-07-20 Richard M. Stallman <rms@gnu.org>
13751
13752 * textmodes/fill.el (fill-nobreak-p): If this break point is
13753 at the end of the line, don't consider the newline which follows
13754 as a reason to return t.
13755
13756 2004-07-19 John Paul Wallington <jpw@gnu.org>
13757
13758 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13759
13760 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13761
13762 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13763 Delete irrelevant code.
13764
13765 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13766
13767 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13768 New docstring. From Luc Teirlinck.
13769
13770 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13771
13772 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13773 section.
13774 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13775 non-file buffers. We know it is nil.
13776
13777 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13778
13779 Sync with Tramp 2.0.43.
13780
13781 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13782 Remove outdated comment.
13783 (tramp-locked, tramp-locker): New variables for implementing a
13784 global lock.
13785 (tramp-sh-file-name-handler): Use them to implement the global lock.
13786
13787 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13788
13789 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13790 calls to respective `xxx` calls.
13791 (tramp-process-alive-regexp): Precise doc string.
13792 (tramp-multi-action-process-alive): New defun.
13793 (tramp-multi-actions): Use it.
13794 (tramp-handle-find-backup-file-name): `copy-tree' is available
13795 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13796 in order to avoid this function.
13797 (tramp-handle-write-region): Set current buffer. If connection
13798 wasn't open, `file-modes' has changed it accidently. Reported by
13799 David Kastrup <dak@gnu.org>.
13800 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13801 HOST.
13802 (tramp-action-password, tramp-multi-action-password): Apply it.
13803 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13804 name must still contain the port number. Otherwise, we have two
13805 Tramp buffers, with all the confusion. Reported by Myron Selby
13806 <myron@xytech.com> and Rolf Dubitzky
13807 <Dubitzky@physi.uni-heidelberg.de>.
13808
13809 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13810 HOST to `tramp-enter-passwd'.
13811
13812 * net/tramp-vc.el (all): Code cleanup. Change all
13813 `tramp-handle-xxx' calls to respective `xxx` calls.
13814
13815 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13816
13817 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13818 functions that are not erroneous if either 1-valued or
13819 multi-valued. Detect functions in this class.
13820 (testcover-1value-functions, testcover-compose-functions)
13821 (testcover-progn-functions) Add some additional functions to lists.
13822 (testcover-mark): Bugfix when marking up the definition for an
13823 empty function.
13824
13825 2004-07-17 Richard M. Stallman <rms@gnu.org>
13826
13827 * replace.el (occur-read-primary-args): Pass default to
13828 read-from-minibuffer.
13829
13830 * mail/footnote.el (footnote-section-tag): Use defcustom.
13831
13832 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13833 Compile font-lock-keywords, not KEYWORDS.
13834 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13835 Add warn, check-type. Handle cerror like error.
13836
13837 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13838
13839 * progmodes/which-func.el (which-func-keymap): New var.
13840 (which-func-face): New face.
13841 (which-func-format): Use them.
13842
13843 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13844
13845 * buff-menu.el (list-buffers-noselect): Append the buffer's
13846 process status to its mode name.
13847
13848 2004-07-16 Kim F. Storm <storm@cua.dk>
13849
13850 * simple.el (inhibit-mark-movement): New defvar.
13851 (beginning-of-buffer, end-of-buffer): Do not push mark if
13852 inhibit-mark-movement is non-nil or C-u prefix is given.
13853
13854 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13855 Init to beginning-of-buffer and end-of-buffer.
13856 (cua--undo-push-mark): New defvar.
13857 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13858 already active and command is in cua--preserve-mark-commands.
13859 Also fix check for shift modifier on non-window systems.
13860 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13861
13862 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13863
13864 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13865 of two integers, instead of a cons.
13866
13867 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13868 `visited-file-modtime' now returns a list of two integers, instead
13869 of a cons.
13870
13871 * dired.el (dired-directory-changed-p): Ditto.
13872
13873 * progmodes/grep.el (grep): Doc fix.
13874
13875 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13876
13877 * autorevert.el (auto-revert-tail-mode)
13878 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13879 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13880 in both at the same time.
13881 (auto-revert-tail-mode): New command.
13882 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13883 (auto-revert-handler): Revert only either tail or whole file.
13884
13885 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13886 add auto-revert-tail-mode.
13887
13888 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13889
13890 * printing.el: Doc fix. Change name of some funs.
13891 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13892 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13893 (pr-standard-file-name): New fun. Replace pr-standard-path.
13894 (pr-call-process): Code fix.
13895
13896 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13897
13898 * subr.el (with-selected-window): Doc fix.
13899
13900 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13901
13902 * subr.el (get-buffer-window-list): Doc fix.
13903
13904 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13905
13906 * files.el (switch-to-buffer-other-window): Doc fix.
13907
13908 * window.el (save-selected-window, one-window-p)
13909 (split-window-keep-point, split-window-vertically)
13910 (split-window-horizontally): Doc fixes.
13911
13912 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13913
13914 * printing.el: Doc fix. Now it uses call-process instead of
13915 shell-command for low command execution.
13916 (pr-version): New version number (6.8).
13917 (pr-shell-file-name): Option removed.
13918 (pr-shell-command): Fun removed.
13919 (pr-call-process): New fun. Replace pr-shell-command.
13920 (pr-standard-path, pr-remove-nil-from-list): New funs.
13921 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13922 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13923 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13924 (pr-ps-utility-process, pr-txt-print): Code fix.
13925
13926 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13927
13928 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13929 boolean.
13930
13931 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13932
13933 * wid-edit.el (widget-field-buffer): Doc fix.
13934
13935 2004-07-09 John Paul Wallington <jpw@gnu.org>
13936
13937 * emacs-lisp/re-builder.el (reb-update-overlays):
13938 Distinguish between one and several matches in message.
13939
13940 2004-07-09 Richard M. Stallman <rms@gnu.org>
13941
13942 * mouse.el (mouse-set-region-1): If transient-mark-mode
13943 is `identity', change it to `only'.
13944
13945 * simple.el (current-word): Doc fix.
13946
13947 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13948
13949 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13950 so that it is more understanding of whitespace.
13951
13952 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13953 (("ns" . "element") (attr-list) children) instead of
13954 ((:ns . "element") (attr-list) children) in order to reduce the
13955 number of symbols used.
13956 (xml-skip-dtd): Change to use xml-parse-dtd but set
13957 xml-validating-parsing to nil.
13958 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13959 (xml-substitute-entity): Remove in favor of new entity substitution.
13960 (xml-substitute-special): Rewrite in to substitute complex
13961 entities from DOCTYPE declarations.
13962 (xml-parse-fragment): Parse fragments from entity deleclarations.
13963 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13964 (xml-parse-dtd, xml-substitute-special): Make validity checks
13965 conditioned on xml-validating-parser. Add "Not Well Formed" to
13966 error messages about well-formedness.
13967
13968 2004-07-08 Steven Tamm <steventamm@mac.com>
13969
13970 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13971 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13972 Do not treat double clicks and triple clicks specially in the
13973 scroll bar (preventing strange repositioning problems)
13974
13975 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13976
13977 * replace.el (query-replace-regexp-eval): Fix last change.
13978
13979 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13980
13981 * replace.el (query-replace-descr): New fun.
13982 (query-replace-read-from, query-replace-read-args): Default to the
13983 previous from&to.
13984 (query-replace-read-to): Quote the `from' string when displaying it.
13985 (query-replace-regexp-eval): Immediately check read-only status.
13986 Use query-replace-read-from to get the \n checking.
13987 Quote the `from' string when displaying it.
13988 (map-query-replace-regexp, occur-read-primary-args):
13989 Quote the `from' string when displaying it.
13990
13991 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13992 delimited-ness of the search to query-replace.
13993
13994 * replace.el (query-replace-read-from, query-replace-read-to):
13995 New funs extracted from query-replace-read-args.
13996 (query-replace-read-args): Use them.
13997
13998 * replace.el (query-replace-interactive, query-replace-read-args):
13999 Remove the `initial' special value.
14000 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14001 (occur-engine): Remove unused var `matchend'.
14002
14003 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14004 Use the search string without prompting.
14005
14006 2004-07-05 Kenichi Handa <handa@m17n.org>
14007
14008 * international/mule.el (decode-coding-inserted-region):
14009 Set last-coding-system-used only when coding is nil.
14010
14011 2004-07-03 Eli Zaretskii <eliz@gnu.org>
14012
14013 * progmodes/grep.el (grep-compute-defaults, grep-command)
14014 (grep-program, find-program, grep-find-use-xargs, grep-history)
14015 (grep-find-history, grep-tag-default, grep-find-command)
14016 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14017 Add autoload cookies, for unbundled packages that load `compile'
14018 and expect all grep-related symbols to become defined.
14019
14020 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
14021
14022 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14023 (iimage-mode-image-search-path): New user option to search the
14024 image file.
14025 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
14026 have locate-file.
14027 (iimage-mode-buffer): Use it.
14028
14029 2004-07-03 Nick Roberts <nickrob@gnu.org>
14030
14031 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14032 carefully.
14033 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14034
14035 2004-07-03 Juri Linkov <juri@jurta.org>
14036
14037 * replace.el (query-replace-read-args): Swallow space after 'foo,
14038 not after (quote foo). Match space only immediately after symbol,
14039 not anywhere in the whole string.
14040
14041 2004-07-02 Richard M. Stallman <rms@gnu.org>
14042
14043 * replace.el (query-replace-read-args): Swallow space after
14044 symbols, not after closeparens. But avoid error if string ends there.
14045
14046 * progmodes/python.el (python-beginning-of-statement):
14047 Exit the loop if backward-up-list gets error.
14048
14049 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14050
14051 2004-07-02 Andre Spiegel <spiegel@gnu.org>
14052
14053 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14054 only if vc-consult-headers is non-nil.
14055
14056 2004-07-02 Juri Linkov <juri@jurta.org>
14057
14058 * pcvs.el (cvs-mode-diff-repository): New command.
14059
14060 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14061
14062 2004-07-01 Juri Linkov <juri@jurta.org>
14063
14064 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14065 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
14066 C-M-% to isearch-query-replace-regexp.
14067 (minibuffer-local-isearch-map): Add arrow key bindings.
14068 Bind C-f to isearch-yank-char-in-minibuffer.
14069 (isearch-forward): Doc fix.
14070 (isearch-edit-string): Doc fix.
14071 (isearch-query-replace, isearch-query-replace-regexp): New funs.
14072 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
14073 (isearch-yank-char): Add optional arg.
14074 (isearch-yank-char-in-minibuffer): New fun.
14075
14076 * replace.el (query-replace-interactive): Change type from boolean
14077 to choice. Add value `initial'.
14078 (query-replace-read-args): Handle value `initial' of
14079 query-replace-interactive.
14080
14081 2004-06-29 Kim F. Storm <storm@cua.dk>
14082
14083 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14084 (breakpoint-disabled-bitmap-face): Add :group 'gud.
14085
14086 * progmodes/ada-xref.el (ada-tight-gvd-integration):
14087 Add :group 'ada.
14088
14089 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14090
14091 2004-06-29 Juri Linkov <juri@jurta.org>
14092
14093 * replace.el (query-replace-read-args): Swallow a space after
14094 everything except )]" which in most cases means after a symbol.
14095
14096 * emacs-lisp/pp.el (pp-buffer): Add autoload.
14097
14098 2004-06-28 Richard M. Stallman <rms@gnu.org>
14099
14100 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14101 More changes to go with previous change in font-lock.el.
14102
14103 2004-06-26 David Kastrup <dak@gnu.org>
14104
14105 * replace.el (perform-replace): Highlight the match even in
14106 non-query mode if there is potential replace string editing.
14107
14108 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
14109
14110 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14111 agree with new return value of `file-remote-p'.
14112 This syncs with Tramp 2.0.42.
14113
14114 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14115 according to new documentation of `file-remote-p'.
14116
14117 * files.el (file-remote-p): Fix doc to say that return value is
14118 identification of remote system, if not nil.
14119 (file-relative-name): Use new return value of `file-remote-p'.
14120
14121 2004-06-26 Nick Roberts <nickrob@gnu.org>
14122
14123 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14124 (gdb-goto-breakpoint): Fix breakage.
14125
14126 2004-06-26 Eli Zaretskii <eliz@gnu.org>
14127
14128 * man.el (Man-getpage-in-background): Add windows-nt to the list
14129 of systems where shell-file-name should be used instead of
14130 literal "sh".
14131
14132 2004-06-25 Sam Steingold <sds@gnu.org>
14133
14134 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14135 function names `(setf symbol)'.
14136
14137 2004-06-24 Richard M. Stallman <rms@gnu.org>
14138
14139 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
14140
14141 * font-lock.el (font-lock-keywords): Change format of compiled values.
14142 Document it.
14143 (font-lock-add-keywords): If font-lock-keywords is compiled,
14144 extract the uncompiled version, modify, then recompile.
14145 (font-lock-remove-keywords): Likewise.
14146 (font-lock-fontify-keywords-region): Handle changed format.
14147 (font-lock-compile-keywords): Handle changed format.
14148 (font-lock-set-defaults): Compile the keywords explicitly here.
14149
14150 2004-06-24 David Kastrup <dak@gnu.org>
14151
14152 * replace.el (query-replace-read-args): Implement `\,' and `\#'
14153 replacements here.
14154 (query-replace-regexp): Doc string explaining this and the new
14155 `\?' replacement. Remove `\,' and `\#' implementation here, as it
14156 is better placed in `query-replace-read-args'.
14157 (replace-regexp): Explain `\,', `\#' and `\?'.
14158 (replace-match-data): New function for thorough reuse/destruction
14159 of old match-data.
14160 (replace-match-maybe-edit): Function for implementing `\?' editing.
14161 (perform-replace): Fix maintaining of the match stack including
14162 already matched regions, implement `\?', fix various problems
14163 with regions while editing and other stuff.
14164 (replace-highlight): Simplify.
14165
14166 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
14167
14168 * progmodes/grep.el (grep-error-screen-columns): New variable.
14169 (grep-regexp-alist): Give it the full functionality of gnu style
14170 compilation messages with line and column ranges. Ask me for the
14171 perl script I'm working on, that uses these.
14172
14173 2004-06-23 Nick Roberts <nickrob@gnu.org>
14174
14175 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14176 Remove.
14177 (comint-insert-input, comint-mouse-insert-input): New functions
14178 based on comint-insert-clicked-input for two bindings but just
14179 one functionality.
14180
14181 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
14182
14183 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
14184
14185 2004-06-23 Lars Hansen <larsh@math.ku.dk>
14186
14187 * files.el (write-contents-functions): Doc fix.
14188
14189 2004-06-21 Juanma Barranquero <lektu@terra.es>
14190
14191 * image.el (image-library-alist): Rewrite docstring in active voice.
14192
14193 2004-06-20 Richard M. Stallman <rms@gnu.org>
14194
14195 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
14196
14197 * isearch.el (isearch-repeat): Avoid testing old match data.
14198 (isearch-message): Display trailing space in special font
14199 when search is failing.
14200 (isearch-search-fun-function): Doc fix.
14201
14202 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
14203
14204 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
14205
14206 * frame.el (show-trailing-whitespace): Doc fix.
14207
14208 * cus-edit.el (custom-variable-documentation): New function.
14209 (custom-variable): Use it.
14210
14211 2004-06-19 Nick Roberts <nickrob@gnu.org>
14212
14213 * man.el (Man-getpage-in-background): Revert previous change but
14214 make cygwin a special case.
14215
14216 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
14217
14218 * autorevert.el (global-auto-revert-non-file-buffers):
14219 Update docstring.
14220
14221 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
14222
14223 * progmodes/compile.el (compilation-error-properties): Store one
14224 more than end-col, if present, so that transient-mark-mode will
14225 highlight last char too.
14226 * progmodes/grep.el (grep-regexp-alist): Match columns and column
14227 ranges, if present.
14228
14229 2004-06-18 Jason Rumney <jasonr@gnu.org>
14230
14231 * makefile.w32-in: Double percent signs in for loops.
14232
14233 2004-06-17 David Kastrup <dak@gnu.org>
14234
14235 * replace.el (query-replace-read-args): Only warn about use of \n
14236 and \t when we are doing a regexp replacement and the actual
14237 escaped character is n or t.
14238 (query-replace-regexp): Add \, and \# interpretation to
14239 interactive call and document it.
14240 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14241 as shortkey for replace-count.
14242 (replace-quote): New function for doubling backslashes.
14243
14244 2004-06-17 Juanma Barranquero <lektu@terra.es>
14245
14246 * files.el (parse-colon-path, cd): Mention in docstring that the
14247 path separator is colon in GNU-like systems.
14248
14249 * newcomment.el (comment-region-internal): Fix docstring.
14250
14251 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14252 (ewoc-invalidate, ewoc-collect): Doc fixes.
14253 (ewoc--create-node, ewoc--delete-node-internal):
14254 Fix typos in docstring.
14255
14256 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14257
14258 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14259 manual to docstring.
14260
14261 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14262
14263 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14264
14265 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14266
14267 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14268 Add hyperlink to emacs-xtra manual to docstring.
14269
14270 * autorevert.el (global-auto-revert-non-file-buffers):
14271 Add hyperlink to emacs-xtra manual to docstring, as well as an
14272 info-link.
14273
14274 2004-06-14 Juanma Barranquero <lektu@terra.es>
14275
14276 * image.el (image-library-alist): New variable to map image types
14277 to external libraries. Initialized to nil, unless system-specific
14278 configs change it.
14279 (image-type-available-p): Determine whether an image type is
14280 available by calling `init-image-library'.
14281
14282 * term/w32-win.el (image-library-alist): Initialize to a known set
14283 of probable library names.
14284
14285 2004-06-14 Kenichi Handa <handa@m17n.org>
14286
14287 * international/code-pages.el (windows-1256, cp1125): Fix tables
14288 for several characters.
14289
14290 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14291
14292 2004-06-13 Richard M. Stallman <rms@gnu.org>
14293
14294 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14295
14296 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14297 not "`pc-selection-mode'".
14298
14299 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14300
14301 * simple.el (previous-matching-history-element): Specify a default.
14302
14303 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14304
14305 * cus-face.el (custom-declare-face): Simplify code.
14306
14307 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14308
14309 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
14310
14311 * files.el (before-save-hook): Add `time-stamp' to the options.
14312
14313 * time-stamp.el (time-stamp): Recommend adding it to
14314 `before-save-hook', rather than `write-file-functions'.
14315 Make a similar change in `Commentary' section.
14316
14317 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14318
14319 * diff-mode.el (diff-current-defun): If at start of hunk, use
14320 position of first change.
14321
14322 2004-06-13 Lars Hansen <larsh@math.ku.dk>
14323
14324 * dired-x.el (dired-mark-omitted): Bind to "*O".
14325
14326 2004-06-12 Karl Fogel <kfogel@red-bean.com>
14327
14328 * bookmark.el (bookmark-bmenu-relocate): New function, as
14329 suggested by David J. Biesack <David.Biesack@sas.com>.
14330 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14331 (bookmark-bmenu-mode): Describe binding in doc string.
14332 (bookmark-set-filename): Save the bookmark list if it's time.
14333
14334 2004-06-13 Kenichi Handa <handa@m17n.org>
14335
14336 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14337 (ccl-untranslated-to-ucs): Fix typo.
14338
14339 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14340
14341 * progmodes/python.el (python-open-block-statement-p):
14342 Fix indentation after a block opening that contains a comment.
14343
14344 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
14345
14346 * bindings.el (completion-ignored-extensions): Add file extensions
14347 of Python byte-compiled files.
14348
14349 2004-06-12 Juri Linkov <juri@jurta.org>
14350
14351 * info.el (Info-goto-node): Add autoload.
14352 (Info-toc): Add substring-no-properties on Info file name.
14353 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14354 (Info-mode-map): Bind L to Info-history, T to Info-toc.
14355
14356 2004-06-12 Kenichi Handa <handa@m17n.org>
14357
14358 * international/mule-cmds.el (set-language-environment):
14359 Load subst tables if necessary.
14360
14361 * international/mule.el (decode-char): Load subst tables if necessary.
14362 (encode-char): Likewise.
14363
14364 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14365 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14366 (utf-16le-decode-loop): Set r5 to -1 before loop.
14367 (utf-16be-decode-loop): Likewise.
14368 (ccl-decode-mule-utf-16le): Add EOF processing block.
14369 (ccl-decode-mule-utf-16be): Likewise.
14370 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14371 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14372 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14373 (ccl-mule-utf-16-encode-untrans): New CCL.
14374 (utf-16-decode-to-ucs): Handle pre-read character.
14375 (utf-16le-encode-loop): Handle surrogate pair.
14376 (utf-16be-encode-loop): Likewise.
14377 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14378 of utf-16le-encode-loop.
14379 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14380 of utf-16be-encode-loop.
14381 (mule-utf-16-post-read-conversion):
14382 Call utf-8-post-read-conversion at first.
14383 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14384 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14385 Add post-read-conversion and pre-write-conversion.
14386
14387 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14388 (utf-translate-cjk-unicode-range): New variable.
14389 (utf-translate-cjk-load-tables): New function.
14390 (utf-lookup-subst-table-for-decode): New function.
14391 (utf-lookup-subst-table-for-encode): New function.
14392 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14393 tables here. Update safe-charsets of utf-* coding systems.
14394 (ccl-mule-utf-untrans): New CCL.
14395 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14396 at end of each branch.
14397 (ccl-mule-utf-8-encode-untrans): New CCL.
14398 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14399 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14400 length of encoding. Don't return r0.
14401 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14402 (utf-8-post-read-conversion): Narrow to region properly.
14403 If utf-translate-cjk-mode is on, load tables if necessary.
14404 Call utf-8-compose with hash-table arg if necessary.
14405 Call XXX-compose-region instead of XXX-post-read-convesion.
14406 (utf-8-pre-write-conversion): New function.
14407 (mule-utf-8): Include CJK charsets in safe-charsets if
14408 utf-translate-cjk-mode is on. Add pre-write-conversion.
14409
14410 * international/characters.el: Temporarily set
14411 utf-translate-cjk-mode to nil.
14412
14413 * language/devan-util.el (devanagari-compose-region):
14414 Add autoload cookie.
14415
14416 * international/ccl.el (ccl-dump-call): Fix printing the
14417 subroutine name.
14418
14419 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14420
14421 * dired.el (dired-revert): If buffer is marked unmodified before
14422 reverting, keep it marked unmodified.
14423 Adapt to new conventions for commenting out code.
14424 (dired-make-relative): Adapt to new conventions for commenting out code.
14425
14426 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14427
14428 * eshell/esh-module.el (eshell-load-defgroups):
14429 Bind `vc-handled-backends' to nil when opening files.
14430
14431 2004-06-11 Juanma Barranquero <lektu@terra.es>
14432
14433 * files.el (parse-colon-path, cd): Doc fixes (refer to
14434 `path-separator', not colon).
14435
14436 2004-06-10 Juanma Barranquero <lektu@terra.es>
14437
14438 * newcomment.el (comment-search-forward)
14439 (comment-search-backward): Fix typos in docstring.
14440 (comment-region): Doc fix.
14441
14442 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14443
14444 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14445 switch is no longer stored in `dired-switches-alist'.
14446
14447 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14448 `dired-switches-alist'.
14449
14450 2004-06-10 Kim F. Storm <storm@cua.dk>
14451
14452 * pcvs.el (cvs-mode-diff-yesterday): New command.
14453
14454 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14455
14456 2004-06-10 Juri Linkov <juri@jurta.org>
14457
14458 * emacs-lisp/edebug.el (edebug-eval-defun):
14459 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14460 Fix docstring.
14461
14462 * simple.el (eval-expression-print-format): Don't print additional
14463 information on the first call to `eval-print-last-sexp'.
14464 (next-error-find-buffer): Fix punctuation.
14465 (killing) <defgroup>: Fix punctuation.
14466 (yank-excluded-properties): Change group from editing to killing.
14467
14468 * replace.el (perform-replace): Use `limit' to terminate the
14469 while-loop explicitly.
14470
14471 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14472
14473 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14474 Use lc-*.xpm as prefix instead of *-locol.xpm.
14475
14476 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14477 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14478 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14479 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14480 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14481 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14482 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14483 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14484 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14485 * toolbar/lc-up_arrow.xpm:
14486 Rename from *-locol.xpm.
14487
14488 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14489
14490 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14491 include forms like &<str>; as valid url patterns.
14492
14493 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14494
14495 * dired.el (dired-diff, dired-backup-diff)
14496 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14497 (dired-do-chown, dired-do-touch, dired-do-print)
14498 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14499 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14500 (dired-create-directory, dired-do-copy, dired-do-symlink)
14501 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14502 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14503 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14504 (dired-maybe-insert-subdir, dired-next-subdir)
14505 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14506 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14507 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14508 (dired-run-shell-command, dired-query): Remove redundant,
14509 or incorrect, autoloads.
14510
14511 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14512 does not end in a slash. Add optional argument KILL-ROOT.
14513 Update docstring.
14514 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14515 (dired-query): Add autoloads.
14516
14517 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14518
14519 * progmodes/compile.el (compilation-set-window-height):
14520 Rearrange the save-* functions because a buffer can have several current
14521 point in different windows.
14522 (compilation-error-regexp-alist-alist): Recognize {standard input}
14523 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14524
14525 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14526
14527 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14528 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14529 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14530 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14531 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14532 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14533 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14534 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14535 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14536 * toolbar/up_arrow-locol.xpm:
14537 New versions of icons that uses fewer colors.
14538
14539 * toolbar/tool-bar.el (tool-bar-local-item)
14540 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14541 if display-color-cells is 256 or less.
14542
14543 2004-06-08 Kim F. Storm <storm@cua.dk>
14544
14545 * wid-edit.el (widget-specify-button): Use hand pointer rather
14546 than mouse-face as visible mouse-over effect.
14547
14548 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14549
14550 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14551 and `print-level' to nil when writing out `save-place-alist'.
14552 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14553
14554 2004-06-07 Juanma Barranquero <lektu@terra.es>
14555
14556 * completion.el (completion-kill-region): Doc fix.
14557
14558 * format.el (format-insert-annotations)
14559 (format-annotate-location): Doc fixes.
14560 (format-subtract-regions): Make arguments match their use in docstring.
14561
14562 * simple.el (kill-region): Doc fix.
14563
14564 * subr.el (insert-buffer-substring-no-properties)
14565 (insert-buffer-substring-as-yank): Doc fixes.
14566
14567 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14568
14569 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14570 Update docstring.
14571 (dired-reset-subdir-switches): New function.
14572
14573 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14574 Limit scope of `buffer-read-only' binding.
14575
14576 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14577
14578 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14579 eshell-explicit-command-char.
14580
14581 2004-06-06 Juanma Barranquero <lektu@terra.es>
14582
14583 * help-fns.el (help-argument-name): Inherit from italic face only
14584 if the frame supports it.
14585
14586 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14587
14588 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14589 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14590 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14591 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14592 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14593 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14594 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14595 New conversions from xpm files.
14596
14597 * toolbar/README: New file.
14598
14599 2004-06-06 Richard M. Stallman <rms@gnu.org>
14600
14601 * isearch.el (isearch-mode-map): Undo previous change.
14602
14603 2004-06-05 Juri Linkov <juri@jurta.org>
14604
14605 * bindings.el (debug-ignored-errors): Add regexps for history
14606 related messages. Remove $ from "No further undo information".
14607 Move Ediff's messages to ediff.el.
14608
14609 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14610
14611 * cus-edit.el (custom-display): Add `min-colors'.
14612
14613 * custom.el (defface): Add `supports' to docstring.
14614
14615 * help-fns.el (help-argument-name): Add :group 'help.
14616
14617 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14618
14619 * find-dired.el (find-ls-subdir-switches): New user option.
14620 (find-dired): No longer call `abbreviate-file-name' on DIR.
14621 Set `dired-subdir-switches' buffer-locally.
14622
14623 * locate.el: Merge the two `Commentary' sections.
14624 (locate-ls-subdir-switches): New user option.
14625 (locate): Update for other changes.
14626 (locate-mode-map): Restore Dired binding for mouse-2.
14627 Bind `locate-mouse-view-file' to M-mouse-2.
14628 Bind `l' to `locate-do-redisplay'.
14629 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14630 (locate-mouse-view-file, locate-tags, locate-find-directory):
14631 Print message if used outside main listing.
14632 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14633 Various changes to support inserted subdirectories.
14634 (locate-insert-header): Change header of *Locate* buffer.
14635
14636 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14637 Change interactive default switches.
14638 (dired-rename-subdir-2): Update `dired-switches-alist'.
14639 (dired-insert-subdir, dired-kill-subdir):
14640 Handle `dired-switches-alist'. Do not mark buffer modified.
14641 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14642 (dired-insert-subdir-doinsert): Omit messages.
14643 Handle `dired-subdir-switches'.
14644 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14645
14646 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14647 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14648 subdirs if -R switch is used for a subdir.
14649 (dired-mode): Set `dired-switches-alist'.
14650 (dired-build-subdir-alist): Only print number of directories in
14651 echo area when invoked interactively.
14652
14653 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14654
14655 * dired-x.el (dired-omit-mode): Rename from
14656 dired-omit-files-p. Use define-minor-mode to define it.
14657 (dired-omit-files-p): Add as alias for dired-omit-mode.
14658 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14659 dired-mark-omitted.
14660 (dired-mark-omitted): Add. Bind to M-O.
14661
14662 2004-06-05 Kenichi Handa <handa@m17n.org>
14663
14664 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14665
14666 2004-06-05 Juanma Barranquero <lektu@terra.es>
14667
14668 * help-fns.el (help-argument-name): Reintroduce face.
14669 (help-default-arg-highlight): Use it, now that
14670 `face-differs-from-default-p' can be trusted.
14671
14672 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14673
14674 * textmodes/table.el: Sentence commands added to Point Motion
14675 group; kill and backward-kill commands added to Extraction group.
14676
14677 2004-06-04 Mario Lang <mlang@delysid.org>
14678
14679 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14680 systems appear to use mW, make the code handle this. Fix a
14681 division-by-zero bug while at it, and handle kernels with
14682 a slightly different layout in /proc/acpi.
14683
14684 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14685
14686 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14687 because the latter is a CL-ism. This fixes the bug reported by
14688 Shawn Boyette <mdxi@collapsar.net> in
14689 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14690
14691 2004-06-04 Miles Bader <miles@gnu.org>
14692
14693 * faces.el (display-supports-face-attributes-p): Function moved to
14694 C code. Previously only the tty-related portion of this function
14695 was done in C; however the previous attempt to do a halfway-proper
14696 job for non-tty displays in lisp didn't work properly because of
14697 funny conditions during Emacs startup.
14698 (face-differs-from-default-p): Simplify, now that
14699 display-supports-face-attributes-p works properly on all display
14700 types. Remove :stipple from comparison; it doesn't really work
14701 in emacs anyway.
14702
14703 2004-06-04 Miles Bader <miles@gnu.org>
14704
14705 * faces.el (face-differs-from-default-p): Use a different
14706 implementation, so we can really check whether FACE displays
14707 differently or not.
14708
14709 2004-06-04 Miles Bader <miles@gnu.org>
14710
14711 * faces.el (display-supports-face-attributes-p): Implement a
14712 `different from default' check for non-tty displays.
14713
14714 2004-06-03 David Kastrup <dak@gnu.org>
14715
14716 * woman.el (woman-mapcan): More concise code.
14717 (woman-topic-all-completions, woman-topic-all-completions-1)
14718 (woman-topic-all-completions-merge): Replace by a simpler and
14719 much faster implementation based on O(n log n) sort/merge instead
14720 of the old O(n^2) behavior.
14721
14722 2004-06-03 Miles Bader <miles@gnu.org>
14723
14724 * subr.el (read-number): Use canonical format for default in prompt.
14725
14726 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14727 Add regexp for " [...]" style defaults.
14728
14729 2004-06-02 Romain Francoise <romain@orebokech.com>
14730
14731 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14732 groups: if the user asks for a hidden buffer, open the
14733 corresponding filter group to expose it.
14734
14735 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14736 `ibuffer-jump-to-buffer'.
14737 (ibuffer-jump-offer-only-visible-buffers): New user option.
14738
14739 2004-06-02 Juanma Barranquero <lektu@terra.es>
14740
14741 * faces.el (frame-update-faces): Add empty docstring so the one
14742 for `ignore' doesn't show through.
14743
14744 * subr.el (process-kill-without-query): Remove spurious "\n" on
14745 obsolescence string.
14746 (focus-frame, unfocus-frame): Add obsolescence declaration and
14747 empty docstring.
14748
14749 * international/mule.el (register-char-codings): Make alias for
14750 `ignore'. Move docstring to obsolescence info and remove redundancy.
14751
14752 2004-06-02 Kim F. Storm <storm@cua.dk>
14753
14754 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14755 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14756
14757 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14758
14759 * comint.el (comint-replace-by-expanded-history-before-point):
14760 Obey `start' as the docstring says.
14761 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14762 (comint-update-fence): Prevent font-lock from running unnecessarily.
14763 (comint-dynamic-list-completions): Use with-current-buffer.
14764
14765 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14766
14767 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14768 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14769 (bibtex-entry-update): Handle alternatives and optional fields.
14770 (bibtex-parse-entry): Bugfix, handle empty key.
14771
14772 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14773
14774 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14775
14776 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14777
14778 * desktop.el (desktop-save): Don't save minor modes without a
14779 known mode initialization function.
14780
14781 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14782
14783 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14784
14785 * autorevert.el: Update `Commentary' section.
14786
14787 2004-05-30 Juanma Barranquero <lektu@terra.es>
14788
14789 * dos-fns.el (convert-standard-filename):
14790 * files.el (convert-standard-filename):
14791 * w32-fns.el (convert-standard-filename):
14792 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14793
14794 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14795
14796 Sync with Tramp.
14797
14798 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14799 (tramp-let-maybe): Move to an earlier spot in the file.
14800 Patch by Andreas Schwab.
14801
14802 2004-05-30 Andreas Schwab <schwab@suse.de>
14803
14804 * dired.el (dired-get-filename): Don't use dired-re-dot.
14805
14806 2004-05-30 Richard M. Stallman <rms@gnu.org>
14807
14808 * files.el (find-file): Doc fix.
14809
14810 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14811
14812 2004-05-30 Nick Roberts <nickrob@gnu.org>
14813
14814 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14815 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14816 modeline of the locals buffer.
14817 (gdb-goto-breakpoint): Handle gdbmi.
14818 (gdb-get-frame-number): Change for gdbmi.
14819
14820 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14821
14822 * files.el (file-remote-p): Apply file name handler for operation
14823 `file-remote-p'. It isn' a property any longer.
14824 (file-relative-name): `fh' and `fd' get the required value via
14825 `find-file-name-handler' already.
14826
14827 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14828 (top): Remove setting of `file-remote-p' property for
14829 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14830
14831 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14832
14833 Version 2.0.41 of Tramp released.
14834
14835 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14836 Throw away if process has died.
14837 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14838 (tramp-out-of-band-prompt-regexp): Rename to
14839 `tramp-process-alive-regexp', because its usage is widen.
14840 (tramp-actions-copy-out-of-band): Apply it.
14841 (tramp-actions-before-shell, tramp-multi-actions):
14842 Add `tramp-action-process-alive' action.
14843 (tramp-action-process-alive): New defun.
14844 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14845 Add entry for `file-remote-p'.
14846 (tramp-handle-file-remote-p): New defun.
14847 (top): Remove setting of `file-remote-p'. Don't set
14848 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14849
14850 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14851 `file-remote-p'.
14852
14853 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14854 counted for (last) line. [They should or they shouldn't? --Stef]
14855 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14856
14857 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14858
14859 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14860 not really necessary but seems to keep the shell history smaller
14861 in some cases. It is no substitute for setting HISTFILE and
14862 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14863 though. Suggested by Luc Teirlinck.
14864 (tramp-open-connection-setup-interactive-shell): Export variables
14865 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14866 (tramp-set-process-query-on-exit-flag): New compat function.
14867 (tramp-open-connection-multi, tramp-open-connection-su)
14868 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14869 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14870 (tramp-let-maybe): New macro, let-binds a variable only if it
14871 isn't obsolete.
14872 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14873 (tramp-handle-file-truename): Use it.
14874 (tramp-completion-file-name-regexp-unified): Avoid matching
14875 filenames starting with "/:" -- those are reserved for
14876 file-name-non-special.
14877
14878 * tramp-smb.el (tramp-smb-open-connection):
14879 Use tramp-set-process-query-on-exit-flag compat function.
14880
14881 2004-05-29 Richard M. Stallman <rms@gnu.org>
14882
14883 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14884
14885 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14886 (eval-last-sexp-print-value): Print char equivalent regardless
14887 of standard-output value.
14888
14889 * thumbs.el (thumbs-subst-char-in-string): Delete.
14890 (thumbs-thumbname): Use subst-char-in-string.
14891 (thumbs-resize-image): Use condition-case, not ignore-errors.
14892 (thumbs-kill-buffer): Likewise.
14893
14894 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14895 (thumbs-mode): Make buffer read-only.
14896 (thumbs-make-thumb): Unconditionally accept an existing file.
14897 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14898 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14899 (thumbs-show-thumbs-list): Error if images not supported.
14900 (thumbs-save-current-image): Improve prompt string.
14901 (thumbs-mode-map): Define u, R, x.
14902 (thumbs-unmark): New command.
14903 (thumbs-emboss-image): Minor cleanup.
14904 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14905 (thumbs-rename-images): New command.
14906 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14907
14908 * thumbs.el (thumbs-current-image): New function.
14909 (thumbs-file-list, thumbs-file-alist): New functions.
14910 (thumbs-find-image): Delete arg L.
14911 Don't set up thumbs-fileL as buffer-local global var.
14912 (thumbs-find-image-at-point): Use thumbs-current-image.
14913 (thumbs-set-image-at-point-to-root-window): Likewise.
14914 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14915 Record and warn about errors. Update thumbs-markedL for deletions.
14916 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14917 (thumbs-redraw-buffer): Use thumbs-file-list.
14918 (thumbs-mark): Use thumbs-current-image.
14919 (thumbs-show-name): Use thumbs-current-image.
14920
14921 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14922 and imenu--last-menubar-index-alist.
14923
14924 * subr.el (with-selected-window): Undo previous change.
14925
14926 2004-05-29 John Paul Wallington <jpw@gnu.org>
14927
14928 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14929 (thumbs-mouse-find-image): New command.
14930 (thumbs-mode-map): Bind it to mouse-2.
14931 (thumbs-mode): Make mode-class special.
14932 (thumbs-view-image-mode): Likewise.
14933
14934 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14935
14936 * flymake.el: New file.
14937
14938 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14939
14940 * files.el (find-file-noselect-1): Do not bind
14941 `inhibit-read-only' to t during execution of
14942 `find-file-not-found-functions'.
14943
14944 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14945
14946 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14947 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14948
14949 2004-05-28 Juri Linkov <juri@jurta.org>
14950
14951 * simple.el (eval-expression-print-format): New fun.
14952
14953 * simple.el (eval-expression):
14954 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14955 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14956 (edebug-eval-expression): Print additionally the value returned by
14957 `eval-expression-print-format'.
14958
14959 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14960 (insert-pair): Make arguments optional. Find character pair
14961 from `insert-pair-alist' according to the last input event.
14962 (insert-parentheses): Make arguments optional.
14963 (raise-sexp, delete-pair): New funs.
14964
14965 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14966 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14967 Bind C-M-q to `indent-pp-sexp'.
14968
14969 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14970 `pp-to-string' modified to be able to format text with newlines.
14971 (pp-to-string): Move the buffer-formatting part of the code to
14972 `pp-buffer'. Call `pp-buffer'.
14973
14974 * info.el (Info-desktop-buffer-misc-data): Don't save information
14975 about virtual files.
14976 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14977 buffers with names obtained from the desktop file instead of the
14978 default *info* buffer.
14979
14980 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * subr.el (with-selected-window): Only save/restore the selected window.
14983
14984 * progmodes/compile.el (compilation-error-regexp-alist):
14985 Use expand-file-name and data-directory.
14986
14987 * progmodes/grep.el (grep-tree): Rework previous fix.
14988
14989 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14990 after the user marked text with the mouse.
14991
14992 * startup.el (command-line): Keep the first regexp of
14993 auto-save-file-name-transforms intact.
14994
14995 2004-05-28 Juanma Barranquero <lektu@terra.es>
14996
14997 * cus-edit.el (customize-face, customize-face-other-window)
14998 (custom-face-edit-delete): Make arguments match their use in
14999 docstring.
15000 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15001 docstring.
15002
15003 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15004 not `cvs-butlast'.
15005
15006 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15007 `nbutlast' are in subr.el).
15008
15009 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15010 (set-w32-system-coding-system): Doc fixes.
15011
15012 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15013 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15014 Make arguments match their use in docstring.
15015 (artist-draw-region-trim-line-endings)
15016 (artist-mouse-choose-operation): Fix typo in docstring.
15017 (artist-key-set-point-common): Doc fix.
15018
15019 2004-05-28 Simon Josefsson <jas@extundo.com>
15020
15021 * mail/smtpmail.el (smtpmail-open-stream):
15022 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15023
15024 2004-05-26 Simon Josefsson <jas@extundo.com>
15025
15026 * starttls.el: Merge with my GNUTLS based starttls.el.
15027 (starttls-gnutls-program, starttls-use-gnutls)
15028 (starttls-extra-arguments, starttls-process-connection-type)
15029 (starttls-connect, starttls-failure, starttls-success): New variables.
15030 (starttls-program, starttls-extra-args): Doc fix.
15031 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15032 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15033 and pass on to corresponding *-gnutls function if it is set.
15034
15035 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
15036
15037 * autorevert.el (auto-revert-handler): Disable auto-reverting of
15038 remote files.
15039
15040 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
15041
15042 * files.el (file-name-non-special): There are more operations
15043 which need handling: `find-backup-file-name',
15044 `insert-file-contents', `verify-visited-file-modtime',
15045 `write-region'. Rename t value of method to `add'. Add new
15046 methods `quote' and `unquote-then-quote' to file-arg-indices.
15047
15048 2004-05-25 Juri Linkov <juri@jurta.org>
15049
15050 * info.el (Info-toc): Call Info-mode on intermediate buffer.
15051 (Info-index-nodes): Enclose code in condition-case to catch errors.
15052 (Info-index-node): Don't search all index nodes if request is only
15053 for the current node and file is not in the cache of index nodes.
15054 (Info-mode-map): Bind Info-copy-current-node-name to `w'
15055 for consistency with dired-copy-filename-as-kill.
15056 Bind `S' to Info-search-case-sensitively.
15057 (Info-copy-current-node-name): New arg. With zero prefix arg put
15058 the name inside a function call to `info'. Display copied text in
15059 the echo area.
15060
15061 2004-05-25 Sam Steingold <sds@gnu.org>
15062
15063 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15064 strip the package prefix from the symbol name, if any.
15065 Make it the `find-tag-default-function' for `lisp-mode'.
15066
15067 2004-05-25 John Paul Wallington <jpw@gnu.org>
15068
15069 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15070 instead of obsolete `process-kill-without-query'.
15071
15072 * textmodes/texinfmt.el (texinfo-indexvar-alist):
15073 Declare as variable, not constant.
15074
15075 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
15076
15077 * files.el (find-file-noselect-1): Fix bug introduced by
15078 Revision 1.694. As a side effect, `inhibit-read-only'
15079 is again, by default, t during execution of
15080 `find-file-not-found-functions'.
15081 (insert-directory): Check that lines were really inserted by
15082 the --dired switch, before erasing them.
15083
15084 2004-05-24 Nick Roberts <nickrob@gnu.org>
15085
15086 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15087 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15088 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15089 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15090 gud-minor-mode (gdbmi).
15091
15092 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15093
15094 * net/browse-url.el (browse-url-interactive-arg): Enable user to
15095 explicitly select the text to be taken as URL.
15096
15097 2004-05-23 Juri Linkov <juri@jurta.org>
15098
15099 * info.el (Info-index-nodes): New var and fun.
15100 (Info-goto-index, Info-index, info-apropos)
15101 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15102 (Info-index): Fix docstring. Store and restore Info-history-list.
15103 (Info-complete-nodes): New var.
15104 (Info-complete-menu-item): Use it.
15105 (Info-index-node): New fun.
15106 (Info-final-node, Info-forward-node, Info-backward-node)
15107 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15108 Use Info-index-node.
15109 (Info-extract-menu-item, Info-extract-menu-counting): Set second
15110 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15111 (Info-find-node-2): If a node with period in its name not found,
15112 try to find a node without the name part after period.
15113 (Info-select-node): Call Info-fontify-node only if
15114 Info-fontify-maximum-menu-size is not nil.
15115 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15116 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15117 Preserve Info-history-list.
15118 (Info-toc): Set Info-current-file.
15119 (Info-build-toc): Move point to the beginning of the buffer.
15120 Add main-file variable.
15121 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15122 Use backslashed representation of the control character ^_.
15123
15124 * textmodes/texinfmt.el (texinfo-print-index): Print index line
15125 numbers in the new Texinfo 4.7 format.
15126
15127 * add-log.el (change-log-font-lock-keywords): Remove `:' from
15128 regexps for function and variable names.
15129
15130 * descr-text.el (describe-property-list): Add [show] button for
15131 `syntax-table' property with action to pp to a separate buffer.
15132 (describe-char): Replace search-forward by re-search-forward with
15133 whitespace regexp after "character:" to not fail in too narrow windows.
15134
15135 * simple.el (next-error-find-buffer): Add a rule to return
15136 next-error capable buffer if one window on the selected frame
15137 displays such buffer.
15138
15139 2004-05-23 Nick Roberts <nickrob@gnu.org>
15140
15141 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
15142 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
15143 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
15144 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
15145 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
15146 Handle new value for gud-minor-mode (gdbmi).
15147 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15148 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15149 Change from local to global gdb variable set.
15150 (gdb-ann3): Initialise above gdb variable set.
15151 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15152 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15153 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15154 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15155 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15156 (gdb-info-locals-handler, gdb-invalidate-assembler)
15157 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15158 set as global variables.
15159 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15160 Handle gdbmi.
15161 (gdb-info-breakpoints-custom): Fix regexp.
15162 (def-gdb-var): Delete.
15163
15164 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15165 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15166 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15167 a new mode. The file (gdb-mi.el) for this mode will be included
15168 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15169 primary interface.
15170
15171 2004-05-23 Jesper Harder <harder@ifa.au.dk>
15172
15173 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15174 interpreted as a directory.
15175
15176 2004-05-22 Richard M. Stallman <rms@gnu.org>
15177
15178 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15179 as a close quote.
15180
15181 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
15182
15183 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
15184 Use assoc-string, not assoc-ignore-case.
15185
15186 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
15187
15188 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
15189 If moving back then fwd gets a defun that ends before point,
15190 try again moving fwd then back.
15191
15192 * files.el (file-name-non-special): Allow t in file-arg-indices
15193 to mean requote the return value. Use `identity' as an element
15194 rather than as the whole value.
15195
15196 * gs.el (gs-options): Add -dSAFER. Mark it risky.
15197
15198 2004-05-22 Juanma Barranquero <lektu@terra.es>
15199
15200 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
15201 `help-make-usage'.
15202 (help-highlight-arguments): Skip function name before searching
15203 for arguments.
15204
15205 2004-05-21 Juanma Barranquero <lektu@terra.es>
15206
15207 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15208 Don't mention in the docstring these arguments meant for
15209 internal (recursive) use only.
15210 (allout-char-spec): Comment out (it's not implemented).
15211 (allout-old-expose-topic, allout-exposure): Fix docstring and add
15212 obsolescence declaration.
15213 (allout-flatten-exposed-to-buffer)
15214 (allout-indented-exposed-to-buffer): Fix typos in docstring.
15215 (my-mark-marker): Doc fix.
15216 (produce-allout-mode-map, allout-sibling-index)
15217 (allout-isearch-expose, allout-distinctive-bullet)
15218 (allout-open-topic, allout-reindent-body)
15219 (allout-rebullet-heading, allout-process-exposed)
15220 (allout-insert-listified, allout-latex-verb-quote)
15221 (allout-insert-latex-header, allout-insert-latex-trailer):
15222 Make arguments match their use in docstring.
15223 (allout-primary-bullet, allout-old-style-prefixes)
15224 (allout-inhibit-protection, allout-init, allout-mode)
15225 (allout-before-change-protect, allout-flag-region):
15226 Use "Emacs" instead of "emacs" in docstrings.
15227
15228 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15229
15230 * international/characters.el: Modify syntax of more characters.
15231
15232 2004-05-21 Masatake YAMATO <jet@gyve.org>
15233
15234 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15235 (etags-tags-completion-table): Show parsing progress.
15236
15237 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15238
15239 * locate.el (locate-prompt-for-command): Shorten first line of
15240 docstring.
15241 (locate-mode): Expand docstring and include keymap summary.
15242
15243 * files.el (find-file-noselect-1): Limit the scope of the
15244 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
15245 is, by default, nil during the execution of
15246 `find-file-not-found-functions' and `find-file-hook'.
15247
15248 2004-05-20 Michael Mauger <mmaug@yahoo.com>
15249
15250 * facemenu.el (facemenu-color-name-equal): New function.
15251 (list-colors-display): Use it to compare colors instead of
15252 facemenu-color-equal.
15253
15254 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
15255
15256 * compare-w.el (compare-windows-face): Use min-colors instead of
15257 checking for tty or pc types.
15258
15259 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15262 (completion-setup-function): Use with-current-buffer.
15263 Properly save excursion. Simplify.
15264 Don't assume there is necessarily a `mouse-face' property somewhere.
15265
15266 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15267
15268 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
15269
15270 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15271 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15272 Use with-current-buffer.
15273 (byte-goto-log-buffer): Delete.
15274 (byte-compile-log-file): Call compilation-forget-errors.
15275
15276 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15277
15278 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15279 output messages into the search result.
15280
15281 2004-05-19 Masatake YAMATO <jet@gyve.org>
15282
15283 * wid-edit.el (widget-radio-button-notify): Revert my last
15284 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15285
15286 2004-05-19 Kenichi Handa <handa@m17n.org>
15287
15288 * international/characters.el: Fix syntax (open/close) of CJK chars.
15289
15290 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15291
15292 * help-mode.el (help-go-back): Don't depend on position of back button.
15293
15294 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15295
15296 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15297 files files don't contain an accidental additional /.
15298
15299 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15300 in source buffer.
15301
15302 2004-05-18 Masatake YAMATO <jet@gyve.org>
15303
15304 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15305 to widget-apply. :action method assumes 2 arguments, not 3.
15306
15307 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
15308
15309 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15310 New constants.
15311 (hs-special-modes-alist): Add an f90-mode entry.
15312
15313 2004-05-17 Sam Steingold <sds@gnu.org>
15314
15315 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15316 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
15317
15318 2004-05-16 Kim F. Storm <storm@cua.dk>
15319
15320 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15321
15322 2004-05-15 John Wiegley <johnw@newartisans.com>
15323
15324 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15325 (eshell-output-object-to-target): Improve output speed 20% by not
15326 calling `eshell-stringify' if something is already known to be a string.
15327
15328 2004-05-15 Alex Ott <ott@jet.msk.su>
15329
15330 * textmodes/ispell.el (ispell-local-dictionary-alist):
15331 Add windows-1251 to the choice of coding systems.
15332 (ispell-dictionary-alist-6): Add support for "russianw.aff",
15333 encoded in cp1251.
15334
15335 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
15336
15337 * progmodes/compile.el (compilation-warning-face)
15338 (compilation-info-face): Use min-colors.
15339
15340 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15341
15342 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15343 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15344 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15345 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15346 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15347 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15348 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15349 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15350 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15351 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15352 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15353 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15354 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15355 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15356
15357 2004-05-15 Kim F. Storm <storm@cua.dk>
15358
15359 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15360 Use it to set triggered-p element of timer.
15361 (timer-event-handler): Set triggered-p element non-nil while running
15362 the timer function.
15363
15364 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15365
15366 * descr-text.el (describe-char-unicode-data)
15367 (describe-char-unicodedata-file): Re-enable the unicode code now that
15368 the licensing issues have been cleared in the unicode-4 license.
15369 (describe-text-properties-1): Remove unused `overlay' var.
15370 (describe-char): Remove unused var `buffer'.
15371
15372 2004-05-14 David Ponce <david@dponce.com>
15373
15374 * tree-widget.el: New file.
15375
15376 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15377
15378 * language/european.el ("Brazilian Portuguese"): Add support for
15379 Brazilian Portuguese.
15380
15381 2004-05-13 John Wiegley <johnw@newartisans.com>
15382
15383 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15384 `recentf-mode' if this variable has been customized to t.
15385
15386 * eshell/esh-test.el (eshell-test): Call the function
15387 `emacs-version' rather than trying to build a custom version string.
15388
15389 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15390
15391 * net/telnet.el (telnet-mode): Use define-derived-mode.
15392 Don't modify the global value of comint-prompt-regexp.
15393
15394 2004-05-13 John Paul Wallington <jpw@gnu.org>
15395
15396 * version.el (emacs-version): Check for `gtk' feature before
15397 `x-toolkit' feature.
15398
15399 2004-05-13 Juanma Barranquero <lektu@terra.es>
15400
15401 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15402 arguments in the docstring, they're used only in recursive calls.
15403
15404 * help-fns.el (help-arg-highlighting-function)
15405 (help-argument-name): Delete.
15406 (help-default-arg-highlight): New function.
15407 (help-do-arg-highlighting): Use it.
15408
15409 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15410
15411 * calendar/appt.el (appt-disp-window):
15412 Use `calendar-set-mode-line' for a centered mode-line.
15413
15414 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15415
15416 * calendar/appt.el (appt-disp-window): Do not split window
15417 excessively when `split-height-threshold' is low.
15418
15419 2004-05-12 Nick Roberts <nickrob@gnu.org>
15420
15421 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15422 kill-buffer-hook here and make it local.
15423 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15424
15425 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15426
15427 * progmodes/compile.el (compilation-set-window-height):
15428 Use save-excursion to protect against misplaced marker.
15429
15430 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15431
15432 * custom.el (defface): Document that type can have value gtk.
15433
15434 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15435
15436 2004-05-12 Kenichi Handa <handa@m17n.org>
15437
15438 * descr-text.el: Require quail at comile time.
15439 (describe-char): If an input method is on and it supports the
15440 character, show how to input it.
15441
15442 * international/quail.el (quail-install-decode-map): Accept a
15443 char-table whose subtype is `quail-decode-map'.
15444 (quail-store-decode-map-key, quail-gen-decode-map1)
15445 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15446 (quail-show-key): New functions.
15447
15448 2004-05-12 Juanma Barranquero <lektu@terra.es>
15449
15450 * generic.el (define-generic-mode): Remove redundant arglist info.
15451
15452 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15453 Make arguments match their use in docstring.
15454 (help-arg-highlighting-function): New variable.
15455 (help-argument-name): Mention it in the docstring.
15456 (help-do-arg-highlight): Use it. Expand regexp to accept also
15457 ARG-xxx and xxx-ARG references.
15458
15459 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15460
15461 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15462 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15463 and "mailto:addr1?to=addr2" equal.
15464
15465 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15466
15467 * man.el (Man-getpage-in-background): Use shell-file-name
15468 and shell-command-switch variables instead of hard-coded values.
15469
15470 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15471
15472 * iimage.el: New file.
15473
15474 2004-05-11 Juanma Barranquero <lektu@terra.es>
15475
15476 * custom.el (custom-initialize-default, defcustom):
15477 Fix typo in docstring.
15478
15479 * files.el (set-visited-file-name, file-expand-wildcards):
15480 Fix docstring.
15481
15482 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15483
15484 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15485
15486 * subr.el (eventp): Be more discriminating with integers.
15487
15488 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15489
15490 * progmodes/compile.el (compile): Add universal prefix arg.
15491 (compilation-error-regexp-alist-alist): Add edg patterns.
15492
15493 2004-05-10 Sam Steingold <sds@gnu.org>
15494
15495 * textmodes/ispell.el (ispell-message):
15496 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15497
15498 2004-05-10 Dave Love <fx@gnu.org>
15499
15500 * progmodes/python.el (help-buffer): Autoload when compiling.
15501 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15502 (run-python): Prepend to any existing PYTHONPATH.
15503
15504 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15505
15506 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15507 for pending breakpoints.
15508
15509 2004-05-10 Richard M. Stallman <rms@gnu.org>
15510
15511 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15512 directly without calling any functions in Rmail.
15513 (unrmail-unprune): Function deleted.
15514
15515 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15516
15517 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15518 C-c C-z binding.
15519
15520 2004-05-10 Kenichi Handa <handa@m17n.org>
15521
15522 * descr-text.el (describe-char): Fix previous change. Don't make
15523 a unibyte character to multibyte in the *Help* buffer.
15524
15525 2004-05-10 Miles Bader <miles@gnu.org>
15526
15527 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15528 buffer an error if the debugger process is actually running.
15529
15530 2004-05-10 Juanma Barranquero <lektu@terra.es>
15531
15532 * help-fns.el (help-argument-name): Default to italic.
15533 (help-highlight-arguments): Return always (usage . doc), even when
15534 usage is nil.
15535
15536 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15537 (define-ibuffer-filter): Add usage info.
15538 (define-ibuffer-op): Add usage info (but CL-style defaults for
15539 keyword args are not shown).
15540
15541 * subr.el (remove-overlays, read-passwd): Fix docstring.
15542 (start-process-shell-command): Fix docstring. Put usage info in a
15543 format usable by `describe-function'.
15544 (open-network-stream, open-network-stream-nowait)
15545 (open-network-stream-server): Fix docstring.
15546
15547 2004-05-09 Jason Rumney <jasonr@gnu.org>
15548
15549 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15550 Only define cp125* if windows-125* is already defined.
15551
15552 * language/korean.el (cp949): Add alias.
15553
15554 * language/chinese.el (cp936, cp950): Add aliases.
15555
15556 * language/japanese.el (cp932): Add alias.
15557
15558 * term/w32-win.el: Require code-pages.
15559
15560 * international/mule-cmds.el (set-locale-environment):
15561 On MS-Windows use ansi code-page for default coding-systems.
15562 Set up paper sizes for Windows 3 letter languages.
15563
15564 * international/code-pages.el (cp932, cp936, cp949, cp950):
15565 Add aliases. Also add cp125* if not already defined.
15566
15567 2004-05-09 Juanma Barranquero <lektu@terra.es>
15568
15569 * help-fns.el (help-highlight-arguments): Don't try to highlight
15570 missing or autoloaded arglists. Accept structured arguments, like
15571 the first ones of `do' and `flet'.
15572
15573 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15574 (cvs-get-marked): Remove redundant arglist info.
15575
15576 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15577 Don't use CL-style default args.
15578
15579 2004-05-08 Andreas Schwab <schwab@suse.de>
15580
15581 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15582
15583 * international/subst-ksc.el: Fix references to utf-translate-cjk
15584 into utf-translate-cjk-mode.
15585 * international/subst-big5.el: Likewise.
15586 * international/subst-gb2312.el: Likewise.
15587 * international/subst-jis.el: Likewise.
15588 * international/utf-16.el: Likewise.
15589 * international/utf-8.el: Likewise.
15590
15591 2004-05-08 John Wiegley <johnw@newartisans.com>
15592
15593 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15594 "virtual buffers" (off by default), which makes it possible to
15595 switch to the "virtual" buffers of recently visited files. When a
15596 buffer name search fails, and this option is on, iswitchb will
15597 look at the list of recently visited files, and permit matching
15598 against those names. When the user hits RET on a match, it will
15599 revisit that file.
15600 (iswitchb-read-buffer): Add two optional arguments, which makes
15601 isearchb.el possible.
15602 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15603 (iswitchb-next-match): Add support for virtual buffers.
15604
15605 * isearchb.el: This module extends iswitchb to provide "as you
15606 type" buffer selection.
15607
15608 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15609 Ignore the read-only property when flyspell highlighting is on.
15610 Not ignoring it leads to a series of confusing errors.
15611 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15612 but also make sure to call flyspell-incorrect-hook.
15613 (flyspell-maybe-correct-transposition): Perform transposition test
15614 by bit twiddling a string, rather than using a temp buffer.
15615 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15616 buffer. This is also the original version of the code, which
15617 could not be checked in before due to a previous lack of
15618 assignment papers. This version has seen heavy usage on my system
15619 for several years now.
15620
15621 * calendar/cal-bahai.el: New file, which adds support for the
15622 Baha'i calendar to Emacs. This calendar is based on a solar year
15623 of 19 months of 19 days, with 4 intercalary days. Each year
15624 begins on March 21, with the calendar starting in 1844.
15625
15626 * calendar/cal-menu.el, calendar/calendar.el
15627 * calendar/diary-lib.el, calendar/holidays.el:
15628 Added support for using cal-bahai.el.
15629
15630 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15631 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15632 function can be used outside of eshell buffers.
15633 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15634
15635 2004-05-08 Juanma Barranquero <lektu@terra.es>
15636
15637 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15638 word constituent so FOO-ARG is not recognized as an arg.
15639 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15640
15641 * simple.el (next-error): Fix typo in docstring.
15642 (open-line): Make argument names match their use in docstring.
15643 (split-line): Fix docstring.
15644
15645 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15646 usable by `describe-function'.
15647 (gensym, gentemp, typep, ignore-errors): Make argument names match
15648 their use in docstring.
15649
15650 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15651 argument to `help-setup-xref'.
15652
15653 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15654
15655 Version 2.0.40 of Tramp released.
15656
15657 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15658 Use symbol-function to invoke functions only known on some Emacs
15659 flavors. This avoids byte-compiler warnings. Reported by Kevin
15660 Scaldeferri <kevin@scaldeferri.com>.
15661 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15662 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15663 consistent with the other tramp-do-* functions.
15664 (tramp-do-copy-or-rename-file): Calls adjusted.
15665 (tramp-process-initial-commands): Avoid liveness check on shell --
15666 we know that it must be alive since we're opening a connection at
15667 this moment.
15668 (tramp-last-cmd): New internal variable.
15669 (tramp-process-echoes): New tunable.
15670 (tramp-send-command): Set tramp-last-cmd.
15671 (tramp-wait-for-output): Delete echo, if applicable.
15672 (tramp-read-passwd): Construct the key for the password cache in a
15673 way that works for multi methods, too.
15674 (tramp-bug): Add backup-directory-alist and
15675 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15676
15677 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15678
15679 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15680
15681 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15682 (tramp-actions-copy-out-of-band): New defcustoms.
15683 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15684 used instead of a synchronous one. Allows password entering.
15685 (tramp-action-out-of-band): New defun.
15686 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15687 Remove restriction with password from doc string.
15688 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15689 `tramp-out-of-band-prompt-regexp',
15690 `tramp-actions-copy-out-of-band', `password-cache' and
15691 `password-cache-expiry'.
15692 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15693 password caching.
15694 (tramp-touch): FILE can be a local file, too.
15695 (TODO): Remove items done.
15696 (tramp-handle-insert-directory): Properly quote file name also if
15697 not full-directory-p. Handle wildcard case. Reported by Andreas
15698 Schwab <schwab@suse.de>.
15699 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15700 new file.
15701 (tramp-handle-file-local-copy, tramp-handle-write-region):
15702 The permissions of the temporary file are set if filename exists.
15703 Reported by Ted Stern <stern@cray.com>.
15704 (tramp-backup-directory-alist)
15705 (tramp-bkup-backup-directory-info): New defcustoms.
15706 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15707 (tramp-handle-find-backup-file-name): New function.
15708 Implements Tramp's find-backup-file-name.
15709
15710 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15711 for `find-backup-file-name'.
15712
15713 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15714 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15715
15716 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15717
15718 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15719
15720 2004-05-07 Juanma Barranquero <lektu@terra.es>
15721
15722 * subr.el (lambda): Add arglist description to docstring.
15723 (declare): Fix typo in docstring.
15724 (open-network-stream): Fix docstring.
15725 (process-kill-without-query): Fix docstring and add obsolescence info.
15726 (last, butlast, nbutlast): Make arguments match their use in docstring.
15727 (insert-buffer-substring-no-properties): Likewise.
15728 (insert-buffer-substring-as-yank): Likewise.
15729 (split-string): Fix docstring.
15730
15731 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15732 Make argument names match their use in docstring.
15733
15734 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15735
15736 2004-05-06 Nick Roberts <nickrob@gnu.org>
15737
15738 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15739 Fit first sentence on one line for apropos-command.
15740
15741 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15742
15743 Changes largely merged in from Dave Love's code.
15744 * progmodes/python.el: Doc fixes.
15745 (python-mode-map): Add python-complete-symbol.
15746 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15747 (python-comment-indent, python-complete-symbol)
15748 (python-symbol-completions, python-partial-symbol)
15749 (python-try-complete): New.
15750 (python-indent-line): Remove optional arg. Use python-block-end-p.
15751 (python-check): Bind compilation-error-regexp-alist.
15752 (inferior-python-mode): Use rx. Move keybindings to top level.
15753 Set comint-input-filter.
15754 (python-preoutput-filter): Use rx.
15755 (python-input-filter): Re-introduce.
15756 (python-proc): Start new process if necessary.
15757 Check python-buffer non-nil.
15758 (view-return-to-alist): Defvar.
15759 (python-send-receive): New.
15760 (python-eldoc-function): Use it.
15761 (python-mode-running): Don't defvar.
15762 (python-mode): Set comment-indent-function.
15763 Maybe update hippie-expand-try-functions-list.
15764 (python-indentation-levels): Initialize differently.
15765 (python-block-end-p): New.
15766 (python-indent-line): Use it.
15767 (python-compilation-regexp-alist): Augment.
15768 (run-python): Import `emacs' module to Python rather than loading
15769 code directly. Set python-buffer differently.
15770 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15771 Use python-proc.
15772 (python-send-command): Go to end of comint buffer.
15773 (python-load-file): Use python-proc, emacs.eimport.
15774 (python-describe-symbol): Simplify interactive form.
15775 Use emacs.help. Do use temp-buffer-show-hook.
15776 Call print-help-return-message.
15777 (hippie-exp): Require when compiling.
15778 (python-preoutput-continuation): Use rx.
15779
15780 * diff-mode.el (diff-make-unified): Fix regexp.
15781
15782 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15783
15784 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15785 filter groups from the buffer when rebuilding the Ibuffer buffer
15786 and `ibuffer-show-empty-filter-groups' is nil.
15787
15788 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15789
15790 * ps-print.el (ps-print-quote): Call ps-value-string.
15791 (ps-setup): Call ps-comment-string.
15792 (ps-value-string, ps-comment-string): New funs.
15793
15794 2004-05-06 Juanma Barranquero <lektu@terra.es>
15795
15796 * ehelp.el (electric-help-command-loop): Check whether the last
15797 character is visible, not (point-max).
15798
15799 * help-fns.el (help-argument-name): Default to bold; don't inherit
15800 from font-lock-variable-name-face.
15801 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15802
15803 2004-05-05 Kenichi Handa <handa@m17n.org>
15804
15805 * descr-text.el (describe-char): Copy the character with text
15806 properties and overlays into the first line, and call
15807 describe-text-properties on it.
15808
15809 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15810
15811 * iswitchb.el (iswitchb-global-map): Fix typo.
15812 Remove unwanted ###autoloads from source file.
15813
15814 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15815
15816 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15817 in run-hooks. Use substitute-command-keys in message.
15818 (wdired-abort-changes): Add message.
15819
15820 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15821
15822 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15823 (sql-emacs20-p): Remove.
15824 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15825 (sql-builtin-face, sql-doc-face): Remove.
15826 (sql-mode-ansi-font-lock-keywords)
15827 (sql-mode-oracle-font-lock-keywords)
15828 (sql-mode-postgres-font-lock-keywords)
15829 (sql-mode-linter-font-lock-keywords)
15830 (sql-mode-ms-font-lock-keywords)
15831 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15832 (sql-product-font-lock): Fix font-lock reset when font rules change.
15833 (sql-highlight-product): Remove incorrect font-lock reset logic.
15834
15835 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15836
15837 * ses.el (ses-set-parameter): Fix typo.
15838
15839 2004-05-04 Kim F. Storm <storm@cua.dk>
15840
15841 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15842 Must expand directory for completion to work; and don't mess with
15843 process-environment.
15844 (ido-read-file-name): If command has ido property, don't use ido
15845 if value is ignore, or read as directory if value is dir.
15846 Set ido ignore property for dired-do-rename command.
15847
15848 2004-05-04 Juanma Barranquero <lektu@terra.es>
15849
15850 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15851 (electric-help-help): Check against unmapped commands.
15852
15853 * help-fns.el (help-argument-name): New face, inheriting from
15854 font-lock-variable-name-face, to highlight function arguments in
15855 `describe-function' and `describe-key'.
15856 (help-do-arg-highlight): Auxiliary function to highlight a given
15857 list of arguments in a string.
15858 (help-highlight-arguments): Highlight the function arguments and
15859 all uses of them in the docstring.
15860 (describe-function-1): Use it. Do docstring output via `insert',
15861 not 'princ', so text attributes are preserved.
15862
15863 * winner.el (winner-mode-map): Move `winner-undo' and
15864 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15865 previous bindings conflict with `prev-buffer', `next-buffer').
15866
15867 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15868
15869 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15870 (bibtex-entry-update): New command bound to C-c C-u.
15871 (bibtex-text-in-string): Fix regexp.
15872 (bibtex-assoc-of-regexp): Remove.
15873 (bibtex-progress-message): Fix docstring.
15874 (bibtex-inside-field): Use if.
15875 (bibtex-assoc-regexp): New function.
15876 (bibtex-format-entry): Make code more robust so that it formats
15877 also old entries.
15878 (bibtex-autokey-demangle-title): Merge with obsolete function
15879 bibtex-assoc-of-regexp.
15880 (bibtex-field-list): New function.
15881 (bibtex-entry): Use bibtex-field-list.
15882 (bibtex-parse-entry): Fix docstring.
15883 (bibtex-print-help-message): Use bibtex-field-list.
15884 (bibtex-make-field): Use bibtex-field-list.
15885 (bibtex-entry-index): Bugfix. Return crossref key if required.
15886 (bibtex-lessp): Fix docstring.
15887
15888 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15889
15890 * select.el (xselect-convert-to-string): Move comment to intended line.
15891
15892 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15893
15894 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15895 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15896
15897 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15898
15899 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15900 x-get-selection.
15901
15902 2004-05-03 Jason Rumney <jasonr@gnu.org>
15903
15904 * makefile.nt: Remove.
15905
15906 2004-05-03 Kim F. Storm <storm@cua.dk>
15907
15908 * emulation/cua-base.el (cua--update-indications): Fix last change.
15909 (cua-mode): Deactivate mark when cua-mode is enabled.
15910
15911 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15912
15913 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15914
15915 2004-05-03 Nick Roberts <nickrob@gnu.org>
15916
15917 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15918 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15919 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15920 window over visible frames.
15921 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15922
15923 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15924
15925 * progmodes/compile.el (compilation-gcpro): New var.
15926 (compilation-fake-loc): Use it.
15927 (compilation-forget-errors): Reset it.
15928
15929 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15930
15931 * diff-mode.el (diff-header-face, diff-file-header-face):
15932 Use min-colors.
15933
15934 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15935
15936 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15937 (bibtex-clean-entry): Disentangle code.
15938 (bibtex-realign): New function.
15939 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15940 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15941 Remove undocumented optional arg called-by-convert-alien.
15942 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15943 for sorting instead of bibtex-sort-buffer.
15944
15945 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15946
15947 * progmodes/compile.el (compilation-start): In the
15948 no-async-subprocesses branch, call sit-for to give redisplay a
15949 chance to show the updated process status in the mode line, and
15950 fontify the buffer explicitly after the process exits.
15951
15952 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15953
15954 * progmodes/python.el (python-compilation-line-number): Remove.
15955 (python-compilation-regexp-alist): Don't use it any more.
15956 (python-orig-start, python-input-filter): Remove.
15957 (inferior-python-mode): Don't set up comint-input-filter-functions.
15958 (python-send-region): Use compilation-fake-loc.
15959
15960 * progmodes/compile.el (compilation-messages-start): New var.
15961 (compilation-mode): Don't setup next-error-function here.
15962 (compilation-setup): Set it up here instead (for minor modes as well).
15963 Make compilation-messages-start buffer local.
15964 (compilation-next-error-function): Use it.
15965 (compilation-forget-errors): Set compilation-messages-start.
15966
15967 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15968
15969 * ielm.el (ielm-prompt-read-only): Update docstring.
15970
15971 * comint.el (comint-prompt-read-only): Update docstring.
15972 (comint-update-fence, comint-kill-whole-line)
15973 (comint-kill-region): New functions.
15974
15975 * simple.el (kill-whole-line): Use "p" instead of "P" in
15976 interactive form.
15977
15978 2004-05-01 Juanma Barranquero <lektu@terra.es>
15979
15980 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15981 format arglist so default values in CL-style argument lists are
15982 correctly shown.
15983
15984 2004-05-01 Jason Rumney <jasonr@gnu.org>
15985
15986 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15987
15988 2004-05-01 Kenichi Handa <handa@m17n.org>
15989
15990 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15991 quail file if it is up to date.
15992
15993 2004-04-30 Juri Linkov <juri@jurta.org>
15994
15995 * cus-edit.el (custom-mode-map):
15996 Add key binding `C-x C-s' to `Custom-save'.
15997
15998 * outline.el (outline-blank-line): New var.
15999 (outline-next-preface, outline-show-heading)
16000 (outline-end-of-subtree): Use it.
16001
16002 * dired-aux.el (dired-touch-initial): New fun.
16003 (dired-do-chxxx): Call it for op-symbol `touch'.
16004 (dired-diff): Use `dired-dwim-target-directory'
16005 if current dired buffer has no buffer mark.
16006
16007 * bindings.el (propertized-buffer-identification):
16008 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16009 Add C-M-arrow keys for consistency.
16010
16011 * files.el (confirm-kill-emacs):
16012 Change group from top-level `emacs' to `convenience'.
16013
16014 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16015 Push mark on the first call of successive command calls.
16016 (insert-pair): New fun created from `insert-parentheses' with
16017 `open' and `close' arguments added. Enclose active regions
16018 in paired characters. Compare adjacent characters syntax with
16019 inserted characters syntax before inserting a space.
16020 (insert-parentheses): Call `insert-pair' with ?\( ?\).
16021
16022 * delsel.el: Don't put `delete-selection' property
16023 on `insert-parentheses' symbol to take advantage of
16024 region handling in `insert-pair' function.
16025 Suggested by Stephan Stahl <stahl@eos.franken.de>.
16026
16027 2004-04-30 Kim F. Storm <storm@cua.dk>
16028
16029 * emulation/cua-base.el: Add support for changing cursor types;
16030 based on patch from Michael Mauger.
16031 (cua-normal-cursor-color, cua-read-only-cursor-color)
16032 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16033 Customization cursor type and/or cursor color.
16034 (cua--update-indications): Handle cursor type changes.
16035 (cua-mode): Update cursor indications if enabled.
16036
16037 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16038
16039 * mouse.el (mouse-drag-copy-region): New defcustom.
16040 (mouse-set-region, mouse-drag-region-1): Use it.
16041
16042 * simple.el (kill-ring-save): If region face background color is
16043 unspecified (if no highlighting), show extent of fully visible
16044 region even if transient-mark-mode is enabled.
16045
16046 * emulation/cua-base.el (cua--standard-movement-commands):
16047 Add cua-scroll-up and cua-scroll-down.
16048 (cua-scroll-up, cua-scroll-down): New commands.
16049 (cua--init-keymaps): Remap scroll-up and scroll-down.
16050
16051 * emulation/cua-rect.el (cua--convert-rectangle-as):
16052 New defmacro.
16053 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16054 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16055 New commands (suggested by Jordan Breeding).
16056
16057 2004-04-30 Juanma Barranquero <lektu@terra.es>
16058
16059 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16060
16061 2004-04-30 Mario Lang <mlang@delysid.org>
16062
16063 * diff.el (diff-switches): Fix typo in docstring.
16064
16065 2004-04-30 Alex Schroeder <alex@gnu.org>
16066
16067 * xml.el (xml-debug-print-internal): Don't add newline and
16068 indentation to text nodes and write empty elements as empty tags
16069 instead of opening and closing tags.
16070 (xml-debug-print): Take optional indent-string argument.
16071 (xml-print): Alias for xml-debug-print.
16072
16073 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16074
16075 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16076 than duplicate call to `line-beginning-position'.
16077
16078 * progmodes/f90.el (f90-get-present-comment-type):
16079 Return whitespace, as well as comment chars, for consistent filling
16080 of comment blocks. Use `match-string-no-properties'.
16081 (f90-break-line): Trim trailing whitespace when filling comments.
16082
16083 2004-04-30 Dave Love <fx@gnu.org>
16084
16085 * calendar/diary-lib.el (diary-outlook-formats): New variable.
16086 (diary-from-outlook-internal, diary-from-outlook)
16087 (diary-from-outlook-gnus, diary-from-outlook-rmail):
16088 New functions to import diary entries from Outlook-format
16089 appointments in mail messages.
16090
16091 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 * progmodes/python.el (python-send-command): New fun.
16094 (python-send-region, python-load-file): Use it.
16095
16096 * progmodes/compile.el (compilation-last-buffer): Add var alias.
16097
16098 * help-fns.el (help-C-file-name): Use new subr-name.
16099 Prepend `src/' to the file name.
16100 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16101 (describe-function-1, describe-variable): Only find a C source file
16102 name if DOC is already loaded.
16103
16104 * help-mode.el (help-function-def, help-variable-def):
16105 Use the new find-function-search-for-symbol functionality.
16106 Allow FILE to be `C-source'.
16107
16108 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16109 (find-function-C-source): New fun.
16110 (find-function-search-for-symbol): Use it.
16111
16112 2004-03-29 Michael Mauger <mmaug@yahoo.com>
16113
16114 * progmodes/sql.el (sql-product-alist): Rename variable
16115 `sql-product-support'. Add Postgres login parameters.
16116 (sql-set-product, sql-product-feature): Update with renamed variable.
16117 (sql-connect-postgres): Add username prompt.
16118 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16119 Make patterns less product specific.
16120 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16121 (sql-mode-abbrev-table): Modify initialization.
16122 (sql-builtin-face): Add variable.
16123 (sql-keywords-re): Add macro.
16124 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16125 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16126 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16127 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16128 (sql-mode-linter-font-lock-keywords)
16129 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16130 (sql-mode-sybase-font-lock-keywords)
16131 (sql-mode-informix-font-lock-keywords)
16132 (sql-mode-interbase-font-lock-keywords)
16133 (sql-mode-ingres-font-lock-keywords)
16134 (sql-mode-solid-font-lock-keywords)
16135 (sql-mode-sqlite-font-lock-keywords)
16136 (sql-mode-db2-font-lock-keywords): Default to nil.
16137 (sql-product-font-lock): Always highlight ANSI keywords.
16138 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
16139 (sql-send-string): Add function.
16140
16141 2004-04-29 Dave Love <fx@gnu.org>
16142
16143 * progmodes/cfengine.el (cfengine-beginning-of-defun)
16144 (cfengine-end-of-defun): Ensure progress through buffer.
16145
16146 * info-look.el (cfengine-mode): Accept a terminal ().
16147
16148 2004-04-29 Juri Linkov <juri@jurta.org>
16149
16150 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
16151 instead of isearch-yank-word-or-char. Add new key bindings for
16152 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
16153 (isearch-del-char): New fun.
16154 (isearch-forward, isearch-edit-string): Update docstring.
16155 (isearch-yank-char): Doc fix.
16156 (isearch-other-meta-char): Restore point after scrolling.
16157
16158 * progmodes/compile.el (compilation-context-lines): Add nil option
16159 to disable compilation output window scrolling.
16160 (compilation-set-window): Use it.
16161
16162 * outline.el (outline-next-preface, outline-show-heading):
16163 Don't leave unhidden blank line before heading.
16164 (outline-end-of-subtree): Include last newline into subtree.
16165 (hide-entry): Leave point at beginning of heading instead of end.
16166 (outline-up-heading): Push mark for the first call of successive
16167 command calls.
16168
16169 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
16170
16171 * comint.el (comint-prompt-read-only): New variable.
16172 (comint-output-filter): Implement it.
16173
16174 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16175 (ielm-prompt-internal): New variable.
16176 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16177 (ielm-send-input): Delete unused variable `buf'.
16178 (ielm-eval-input): Use `ielm-prompt-internal'.
16179 (inferior-emacs-lisp-mode): Use new variables
16180 `comint-prompt-read-only' and `ielm-prompt-internal'.
16181 Get rid of obsolete variable `directory-sep-char'.
16182 (ielm): Use `zerop'.
16183
16184 2004-04-29 John Paul Wallington <jpw@gnu.org>
16185
16186 * thumbs.el (toplevel): Require cl at compile time.
16187 Remove conditional definitions of `ignore-errors' and `caddar'
16188 because they occur at run time.
16189
16190 2004-04-28 Nick Roberts <nickrob@gnu.org>
16191
16192 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
16193 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
16194 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
16195 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
16196
16197 * progmodes/gud.el (gud-common-init): Throw an error if program is
16198 already running under gdb.
16199
16200 2004-04-28 John Paul Wallington <jpw@gnu.org>
16201
16202 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
16203 (thumbs-show-image-num): Move assignment of
16204 `thumbs-current-image-filename' within scope of `i'.
16205 (thumbs-emboss-image): Don't use `evenp'.
16206
16207 2004-04-28 Richard M. Stallman <rms@gnu.org>
16208
16209 * progmodes/compile.el (compilation-context-lines): Default now 0.
16210
16211 2004-04-28 Juanma Barranquero <lektu@terra.es>
16212
16213 Use `time-less-p' from calendar/time-date.el instead of defining
16214 custom versions of it.
16215
16216 * pcomplete.el (pcomplete-time-less-p): Remove.
16217
16218 * thumbs.el (time-less-p): Remove.
16219
16220 * calendar/timeclock.el (timeclock-time-less-p): Remove.
16221 (timeclock-generate-report): Use `time-less-p'.
16222
16223 * emacs-lisp/autoload.el (autoload-before-p): Remove.
16224 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16225
16226 2004-04-28 Masatake YAMATO <jet@gyve.org>
16227
16228 * subr.el (remove-overlays): Make arguments optional.
16229
16230 * wid-edit.el (widget-specify-button): Put evaporate to the
16231 overlay for sample.
16232 (widget-specify-sample): Put evaporate to the overlay for sample.
16233 (widget-specify-doc): Put evaporate to the overlay for documentation.
16234
16235 2004-04-27 Jesper Harder <harder@ifa.au.dk>
16236
16237 * info.el (info-apropos): Make it an index node. Align node names
16238 like makeinfo.
16239
16240 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16241
16242 * net/browse-url.el (browse-url-netscape-sentinel)
16243 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16244 (browse-url-epiphany-sentinel, browse-url-mosaic):
16245 Use browse-url-*-program instead of a literal program name.
16246
16247 2004-04-27 Kevin Ryde <user42@zip.com.au>
16248
16249 * eshell/em-alias.el:
16250 * eshell/em-dirs.el:
16251 * eshell/em-hist.el:
16252 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16253 features when M-x customize-group loads modules before the main
16254 eshell.el.
16255
16256 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16257
16258 * subr.el (momentary-string-display): Support EXIT-CHAR that is
16259 either a character representation of an event or an event
16260 description list.
16261
16262 * type-break.el: Capitalise Emacs and Lisp.
16263 (type-break-good-break-interval, type-break-demo-boring-stats)
16264 (type-break-terse-messages, type-break-file-name): New defcustoms.
16265 (type-break-post-command-hook)
16266 (type-break-warning-countdown-string): Quote variable names in doc.
16267 (type-break-interval-start, type-break-auto-save-file-name): New vars.
16268 (type-break-mode): Document type-break-good-break-interval and the
16269 "session" file. Schedule break according to the session file.
16270 Kill session file buffer on exit. Organise for save-some-buffers
16271 to always save the session file.
16272 (type-break-mode-line-message-mode, type-break-query-mode):
16273 Uppercase arguments.
16274 (type-break-file-time, type-break-file-keystroke-count, timep)
16275 (type-break-choose-file, type-break-get-previous-time)
16276 (type-break-get-previous-count): New defuns.
16277 (type-break): Avoid break querying after a completed break in the
16278 case where the query was initiated during user invocation of the
16279 break. Optional terse messages.
16280 Use type-break-good-break-interval if type-break-good-rest-interval is
16281 nil. File the break time.
16282 (type-break-schedule): New optional args for overriding the use of
16283 the current time.
16284 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16285 after a break.
16286 (type-break-check): File the keystroke count.
16287 (type-break-do-query): Prevent a second query when the break is
16288 interrupted. Optional terse message.
16289 (type-break-keystroke-reset): Record the start of a typing interval.
16290 (type-break-demo-boring): Optional terse messages. Display word
16291 per minute and keystroke counts according to
16292 type-break-demo-boring-stats.
16293
16294 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
16295
16296 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16297 directories, make sure they exist under archive-tmpdir.
16298
16299 2004-04-27 Juri Linkov <juri@jurta.org>
16300
16301 * help.el (view-emacs-news): With argument, display info for the
16302 selected version by finding it among different NEWS files, and
16303 narrowing the buffer to the selected version.
16304
16305 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16306 same-window-buffer-names.
16307 (info): New arg `buffer'. Use it. Doc fix. Read file name for
16308 non-numeric prefix argument, append the number to the buffer name
16309 for numeric prefix argument.
16310 (info-other-window): Bind same-window-regexps to nil.
16311 (Info-reference-name): Rename to Info-point-loc.
16312 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16313 and Info-find-index-name for stringy Info-point-loc.
16314 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
16315 without middle `.', but with final `.' and optional line number
16316 for it. Set Info-point-loc for index nodes.
16317 (Info-index): Remove middle `.' from index entry regexp.
16318 Modify line number regexp.
16319 (Info-index-next): Decrement line number.
16320 (info-apropos): Remove middle `.' from index entry regexp.
16321 Add optional line number regexp at the end. Add matched value
16322 for line number to the result list and insert it to the buffer.
16323 Replace match-string by match-string-no-properties.
16324 Reorder result list.
16325 (Info-fontify-node): Hide index line numbers.
16326 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16327 empty matches.
16328 (Info-follow-reference): Use `str' instead of
16329 Info-following-node-name-re.
16330 (Info-toc): Use full file names. Set Info-current-node to "Top".
16331 (Info-fontify-node): Compare file names without directory name.
16332 (Info-try-follow-nearest-node): Don't set Info-reference-name.
16333 Set second arg of Info-extract-menu-node-name for index nodes.
16334 (info-xref-visited): Use magenta3 instead of magenta4.
16335 (Info-mode): Add info-apropos to docstring.
16336
16337 * log-view.el (log-view-diff): Replace interactive code "r"
16338 by a list to allow to call it even if region is not active.
16339
16340 * paren.el (show-paren-highlight-openparen): New var.
16341 (show-paren-function): Turn on openparen highlighting when
16342 matching forward if show-paren-highlight-openparen is non-nil.
16343
16344 * simple.el (kill-ring-save): Use blink-matching-delay instead of
16345 the constant value 1.
16346 (completions-common-part): Expand docstring.
16347
16348 * textmodes/picture.el (picture-mode-map): Add arrow keys.
16349
16350 2004-04-27 Kim F. Storm <storm@cua.dk>
16351
16352 * image.el (insert-sliced-image): Use line-height instead of
16353 line-spacing property on newline.
16354
16355 2004-04-26 Lars Hansen <larsh@math.ku.dk>
16356
16357 * desktop.el (desktop-buffer-misc-data-function): Rename to
16358 desktop-save-buffer and change docstring.
16359 (desktop-buffer-modes-to-save): Delete.
16360 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16361 desktop-buffer-modes-to-save.
16362 (desktop-save): Rename desktop-buffer-misc-data-function to
16363 desktop-save-buffer and allow non-function value.
16364 (desktop-missing-file-warning): Correct docstring.
16365
16366 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16367 to desktop-save-buffer.
16368
16369 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16370 desktop-save-buffer.
16371
16372 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16373
16374 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16375
16376 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16377
16378 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16379
16380 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16381
16382 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16383 (ielm): Only go to the end of the buffer when starting a new process.
16384
16385 2004-04-25 Juanma Barranquero <lektu@terra.es>
16386
16387 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16388 mode line. Bind `inhibit-read-only' to t before modifying
16389 properties of text in the buffer.
16390 (ielm): Force point to the end of buffer, even when running ielm
16391 from inside itself.
16392
16393 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16394
16395 * info.el (info-apropos): Reset Info-complete-cache.
16396
16397 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16398
16399 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16400 Also recognize severe Irix et al. messages.
16401 (compilation-normalize-filename, compile-abbreviate-directory):
16402 Delete functions.
16403 (compilation-get-file-structure): New function inherits
16404 functionality of the two preceding ones.
16405 (compilation-internal-error-properties, compilation-fake-loc):
16406 Use it so that different paths to the same file share the same
16407 markers. Also optimize finding adjacent marker slightly.
16408
16409 2004-04-25 Kim F. Storm <storm@cua.dk>
16410
16411 * image.el (insert-sliced-image): Add line-spacing t property
16412 to newlines separating image lines.
16413
16414 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16415
16416 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16417
16418 * ielm.el (ielm-prompt-read-only): New user option.
16419 (ielm-prompt): Expand docstring to describe new behavior.
16420 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16421 mention it in the docstring.
16422
16423 2004-04-24 Andreas Schwab <schwab@suse.de>
16424
16425 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16426
16427 * diff.el (diff): Set default-directory in diff buffer.
16428
16429 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16430
16431 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16432 mail was being composed if the terminal cannot display more than
16433 one frame; instead, switch to previous frame.
16434
16435 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16436 (rmail-start-mail): Support rmail-mail-new-frame even on
16437 terminals that can display only one frame at a time.
16438
16439 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16440
16441 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16442 (checkdoc-output-font-lock-keywords): Remove error regexp.
16443 (checkdoc-output-mode-map): Remove.
16444 (checkdoc-output-mode): Derive from compilation-mode.
16445 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16446
16447 * dired.el (dired-mode-map): Add a menu entry for wdired.
16448
16449 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16450 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16451
16452 * wdired.el (wdired-mode-map): Move init into declaration.
16453 Fix `return' binding.
16454 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16455 Use force-mode-line-update.
16456 (wdired-get-filename): Use `unless'.
16457 (wdired-preprocess-files): Don't assume names have no \n and use / for
16458 dir separator.
16459 (wdired-normalize-filename): Use replace-regexp-in-string.
16460 (wdired-load-hooks): Remove.
16461 (wdired-mode-hooks): Rename to wdired-mode-hook.
16462
16463 * info-look.el: Add support for cfengine-mode.
16464 (info-lookup-setup-mode): Use dolist.
16465
16466 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16467
16468 * wdired.el: New file.
16469
16470 2004-04-23 Juanma Barranquero <lektu@terra.es>
16471
16472 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16473
16474 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16475 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16476 (pcomplete--help, pcomplete--here): Doc fixes.
16477
16478 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16479
16480 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16481 handles wrong-number-of-arguments in backend call.
16482
16483 * vc.el (vc-print-log): Likewise.
16484
16485 2004-04-20 Dave Love <fx@gnu.org>
16486
16487 * emacs-lisp/rx.el: Doc fixes.
16488 (rx-constituents): Add/extend many forms.
16489 (rx-check): Check form is a list.
16490 (bracket): Defvar.
16491 (rx-check-any, rx-any, rx-check-not): Modify.
16492 (rx-not): Simplify.
16493 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16494 (rx-kleene): Use rx-trans-forms.
16495 (rx-quote-for-set): Delete.
16496 (rx): Allow multiple args.
16497
16498 2004-04-23 Kenichi Handa <handa@m17n.org>
16499
16500 * international/mule-util.el (char-displayable-p): Simplify by
16501 using internal-char-font.
16502
16503 2004-04-23 Juanma Barranquero <lektu@terra.es>
16504
16505 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16506
16507 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16508
16509 * diff-mode.el (diff-next-error): New fun.
16510 (diff-mode): Use it.
16511
16512 * simple.el (next-error): Change arg name.
16513 Add support for the documented C-u C-x ` usage.
16514
16515 * frame.el (special-display-popup-frame, next-multiframe-window)
16516 (previous-multiframe-window): Only consider frames on same display.
16517
16518 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16519
16520 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16521 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16522
16523 2004-04-22 Kim F. Storm <storm@cua.dk>
16524
16525 * net/telnet.el (telnet): Add optional port arg.
16526
16527 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16530 Minor sanity check on the `hyperlink' slot.
16531
16532 * Makefile.in (recompile): Compile new files.
16533
16534 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16535 Add byte-recompile-directory's optional `arg'.
16536
16537 * cvs-status.el (cvs-tree-use-charset): New var.
16538 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16539 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16540 (cvs-status-cvstrees): Use it.
16541
16542 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16543 Make it a normal major mode.
16544 (checkdoc-buffer-label): Make sure the file name is meaningful.
16545 (checkdoc-output-to-error-buffer): Remove.
16546 (checkdoc-error, checkdoc-start-section): Rewrite.
16547
16548 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16549 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16550 (Info-title-4-face): Use new syntax.
16551 (info-xref-visited): Inherit from info-xref.
16552
16553 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16554
16555 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16556
16557 * simple.el (next-error-last-buffer, next-error-function):
16558 New variables for the next-error framework.
16559 (next-error-buffer-p): New function.
16560 (next-error-find-buffer): Generalize compilation-find-buffer.
16561 (next-error, previous-error, first-error, next-error-no-select)
16562 (previous-error-no-select): Move from compile.el.
16563
16564 * replace.el (occur-next-error, occur-1): Hook into the next-error
16565 framework.
16566
16567 * progmodes/compile.el (compilation-start):
16568 Set next-error-last-buffer so next-error knows where to jump.
16569 (compilation-setup): Set the buffer-local variable
16570 next-error-function to 'compilation-next-error-function.
16571 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16572 alternate way to find if a buffer is a compilation buffer, for
16573 next-error convenience.
16574 (next-error-no-select, previous-error-no-select, next-error)
16575 (previous-error, first-error): Move to simple.el.
16576 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16577 (compilation-last-buffer): Remove.
16578 (compilation-start, compilation-next-error, compilation-setup)
16579 (compilation-next-error-function, compilation-find-buffer):
16580 Remove compilation-last-buffer use.
16581
16582 2004-04-21 Juanma Barranquero <lektu@terra.es>
16583
16584 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16585 (font-lock-warning-face): Fix spacing.
16586
16587 * makefile.w32-in (WINS): Add url/ directory.
16588
16589 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16590
16591 * desktop.el (desktop-buffer-mode-handlers): New variable.
16592 Alist of major mode specific functions to restore a desktop buffer.
16593 (desktop-buffer-handlers): Make variable obsolete.
16594 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16595 Catch errors signaled in handlers. Update buffer count.
16596 Evaluate desktop-buffer-point.
16597 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16598 move to dired.el.
16599 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16600 move to info.el.
16601 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16602 move to mail/rmail.el.
16603 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16604 to mh-e/mh-e.el.
16605 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16606 On fail, print message (to message buffer) even if
16607 desktop-missing-file-warning is nil.
16608 (desktop-buffer-misc-data-function): New buffer local variable.
16609 Function returning major mode specific data.
16610 (desktop-buffer-misc-functions): Make variable obsolete.
16611 (desktop-save): Use desktop-buffer-misc-data-function.
16612 (desktop-buffer-dired-misc-data): Rename to
16613 dired-desktop-buffer-misc-data and move to dired.el.
16614 (desktop-buffer-info-misc-data): Rename to
16615 Info-desktop-buffer-misc-data and move to info.el.
16616 (desktop-read): Add message about number of buffers restored/failed.
16617
16618 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16619 Add parameters. Pause to display error only when
16620 desktop-missing-file-warning is non-nil.
16621 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16622 (dired-mode): Bind desktop-buffer-misc-data-function.
16623
16624 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16625 Add Parameters.
16626 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16627 (Info-mode): Bind desktop-buffer-misc-data-function.
16628
16629 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16630 Add Parameters.
16631
16632 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16633 Add Parameters.
16634
16635 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16636
16637 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16638 the case of letters in case-insensitive expansions when the
16639 abbrev is preceded by characters with letter syntax.
16640
16641 2004-04-21 Richard M. Stallman <rms@gnu.org>
16642
16643 * progmodes/cperl-mode.el (cperl-putback-char):
16644 Delete Emacs 18 definition.
16645
16646 * international/mule.el (ctext-post-read-conversion):
16647 Use assoc-string, not assoc-ignore-case.
16648
16649 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16650
16651 * emacs-lisp/easymenu.el (easy-menu-add):
16652 Do call x-popup-menu, but only if it's defined.
16653
16654 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16655
16656 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16657 Handle multiple args: compile like progn.
16658
16659 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16660 take all args as &rest arg.
16661
16662 * autoinsert.el (auto-insert-alist): Insert the user's name in
16663 copyright notice, rather than Free Software Foundation.
16664
16665 2004-04-21 Kenichi Handa <handa@m17n.org>
16666
16667 * descr-text.el (describe-char): Make it work on *Help* buffer.
16668
16669 2004-04-21 Kim F. Storm <storm@cua.dk>
16670
16671 * image.el (insert-image): Add optional SLICE arg.
16672 (insert-sliced-image): New defun.
16673
16674 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16675
16676 * subr.el (read-number): Check whether `default' is nil.
16677
16678 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16679
16680 * progmodes/compile.el (compilation-error-properties):
16681 Split into two.
16682 (compilation-internal-error-properties): New one.
16683 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16684
16685 2004-04-20 Richard M. Stallman <rms@gnu.org>
16686
16687 * window.el (split-window-save-restore-data):
16688 Don't update the data if OLD-INFO is nil.
16689
16690 * view.el (view-return-to-alist): Mark it permanent local.
16691
16692 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16693
16694 * recentf.el (recentf-save-list): Catch and warn about errors.
16695
16696 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16697 so "Buffers" won't be pure.
16698
16699 * help-mode.el (help-mode-finish): Set help-return-alist first
16700 thing, setting only the entry for the selected window.
16701
16702 * help-fns.el (describe-function-1): If many non-control non-meta
16703 keys run the command, don't list all of them.
16704
16705 2004-04-20 Juanma Barranquero <lektu@terra.es>
16706
16707 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16708 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16709
16710 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16711
16712 2004-04-20 Kenichi Handa <handa@m17n.org>
16713
16714 * international/quail.el (quail-lookup-key): New optional arg
16715 NOT-RESET-INDICES.
16716 (quail-get-translations): Call quail-lookup-key with
16717 NOT-RESET-INDICES t.
16718 (quail-completion): Likewise.
16719 (quail-lookup-map-and-concat): Likewise.
16720
16721 2004-04-20 Kenichi Handa <handa@m17n.org>
16722
16723 * international/quail.el (quail-update-translation): Don't insert
16724 such an unsupported multibyte char in a unibyte buffer.
16725
16726 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16727
16728 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16729 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16730 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16731 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16732 (gdb-frame-assembler-buffer): Improve behaviour with
16733 multiple frames.
16734 (gdb-display-buffer): Extend search to all visible frames.
16735
16736 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16737
16738 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16739 characters left after base64 decoding.
16740 (rmail-decode-region): Use -dos variety of `coding', to remove any
16741 ^M characters left after qp or base64 decoding.
16742
16743 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16744
16745 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16746 messages.
16747
16748 2004-04-19 Stephen Eglen <stephen@gnu.org>
16749
16750 * add-log.el (add-change-log-entry): Update doc string to mention
16751 add-log-full-name and add-log-mailing-address.
16752
16753 2004-04-18 Juri Linkov <juri@jurta.org>
16754
16755 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16756 (Info-find-node-2): Simplify error message.
16757 (Info-insert-dir): Use Info-following-node-name.
16758 (Info-goto-node): Remove *info-history* and *info-toc*.
16759 (Info-history): Create a node of the virtual history file.
16760 (Info-toc): Create a node of the virtual toc file.
16761 (Info-insert-toc): New arg `curr-file' for reference file names.
16762 (info-apropos): Remove redundant var binding for temp-file.
16763 (Info-index, Info-index-next, Info-mode): Doc fix.
16764 (Info-goto-emacs-command-node): Don't jump to *info* from
16765 non-*info* Info buffers.
16766 (Info-fontify-node): Don't show the file name of external
16767 references if `Info-hide-note-references' is `hide'. Don't hide
16768 newlines at the end of paragraphs.
16769
16770 * international/mule-diag.el (list-input-methods):
16771 Fix args to help-xref-button.
16772
16773 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16774 to put into effect local variables from TUTORIAL files.
16775
16776 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16777 with default value taken from the variable `sentence-end'.
16778 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16779 Add nil const to :type.
16780 (sentence-end-without-period, sentence-end-double-space)
16781 (sentence-end-without-space): Doc fix.
16782
16783 * textmodes/paragraphs.el (forward-sentence):
16784 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16785 (fill-delete-newlines):
16786 * progmodes/cc-cmds.el (c-beginning-of-statement):
16787 Use function `sentence-end' instead of variable `sentence-end'.
16788
16789 2004-04-18 Andreas Schwab <schwab@suse.de>
16790
16791 * progmodes/compile.el (compilation-start): Set window start to
16792 point-min if compilation-scroll-output is nil.
16793
16794 2004-04-18 John Wiegley <johnw@newartisans.com>
16795
16796 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16797
16798 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16799
16800 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16801 (gdb-info-breakpoints-custom): Revert previous change.
16802 (gdb-view-assembler): Update assembler if necessary.
16803 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16804 (gdb-display-source-buffer): Update properly when both source and
16805 assembler are visible.
16806
16807 2004-04-17 John Wiegley <johnw@newartisans.com>
16808
16809 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16810 which limits the number of names shown in the minibuffer. Off by
16811 default.
16812 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16813 up iswitchb for users with a multitude of open buffers by showing
16814 only the first and last N/2 buffers in the completion list (which
16815 is enough to aid C-s/C-r, and to know that more characters are
16816 needed to refine the completion list).
16817
16818 2004-04-17 Richard M. Stallman <rms@gnu.org>
16819
16820 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16821 (file-truename): Expand all ~ constructs directly.
16822 (insert-directory): Delete any error msg output by the
16823 `insert-directory-program'.
16824
16825 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16826 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16827 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16828 (allout-init): Use find-file-hook, not find-file-hooks.
16829 (allout-mode): Eliminate Emacs 18 support.
16830 Use write-contents-functions, not local-write-file-hooks.
16831
16832 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16833
16834 * progmodes/compile.el (compilation-error-properties): Fix for
16835 adding messages when there are already markers for their file.
16836 (compilation-fake-loc): New function.
16837
16838 2004-04-16 Dave Love <fx@gnu.org>
16839
16840 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16841 (python-load-file): Fix python-orig-start setting.
16842
16843 * progmodes/compile.el: Doc fixes.
16844 (compilation-error-regexp-alist-alist)
16845 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16846 (compilation-assq): Wrap in eval-when-compile.
16847 (compilation-mode-font-lock-keywords): Don't use list*.
16848 (compilation-start): Avoid warning.
16849 (compilation-compat-error-properties)
16850 (compilation-directory-properties): Add keymap property.
16851 (compilation-parsing-end): Make it a marker for better compatibility.
16852
16853 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16854
16855 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16856
16857 * xml.el: Doc fixes.
16858 (xml-get-children): Only looks at sub-tags and ignore strings.
16859
16860 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16861
16862 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16863
16864 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16865
16866 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16867
16868 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16869
16870 * vc.el (vc-print-log): Likewise.
16871
16872 2004-04-16 Masatake YAMATO <jet@gyve.org>
16873
16874 * simple.el (completion-setup-function): Set an initial value
16875 to `element-common-end' before entering loop. Set a value
16876 to `element-common-end' at the end of loop.
16877 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16878 (completions-common-part): Rename from completion-de-emphasis.
16879 (completions-first-difference): Rename from completion-emphasis.
16880 Suggested by RMS.
16881
16882 2004-04-16 Juanma Barranquero <lektu@terra.es>
16883
16884 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16885 (bookmark-edit-annotation-mode): Add mode name.
16886
16887 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16888
16889 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16890 for nested conflict markers.
16891 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16892
16893 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16894
16895 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16896
16897 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16898
16899 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16900
16901 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16902 Give a backtrace if requested.
16903
16904 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16905
16906 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16907 Remove unused functions.
16908 (python-orig-start-line, python-orig-file): Remove.
16909 (python-orig-start): New var.
16910 (python-input-filter, python-compilation-line-number)
16911 (python-send-region, python-load-file): Use it.
16912
16913 * info.el (info): Always jump to *info*.
16914
16915 * subr.el (posn-set-point): New function.
16916
16917 * mouse.el (mouse-set-point): Use it.
16918
16919 * progmodes/compile.el (compile-goto-error): Use it.
16920 (compilation-button-map): New keymap.
16921 (compilation-error-properties): Use it.
16922 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16923
16924 * smerge-mode.el (smerge-popup-context-menu): Use it.
16925
16926 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16927 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16928 mouse and non-mouse case.
16929
16930 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16931 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16932
16933 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16934 Make it work for non-mouse events.
16935
16936 * pcvs-info.el (cvs-status-map): Update binding name.
16937
16938 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16939
16940 * xml.el (xml-maybe-do-ns): New function to handle namespace
16941 parsing of both attribute and element names.
16942 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16943 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16944 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16945 (xml-parse-attlist): Make it do its own namespace parsing.
16946
16947 2004-04-14 Dave Love <fx@gnu.org>
16948
16949 * progmodes/python.el (run-python): Fix use of \n.
16950 (python-load-file): Remove `try' from Python fragment.
16951 (python-describe-symbol): Fix message.
16952
16953 * comint.el: Doc fixes.
16954 (comint-last-input-start, comint-last-input-end)
16955 (comint-last-output-start): Give them values.
16956 (comint-arguments): Avoid warning.
16957 (comint-skip-prompt): Use line-end-position.
16958 (comint-backward-matching-input): Rename arg to agree with doc.
16959 (comint-extract-string): Use syntax-ppss.
16960 (comint-dynamic-simple-complete): Delete useless list construction.
16961 (comint-redirect-subvert-readonly): New.
16962 (comint-redirect-preoutput-filter): Use it.
16963
16964 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16965 Correctly handle negative arguments when calling hook functions.
16966
16967 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16968
16969 * info.el (info-apropos): Don't clobber Info-history-list.
16970
16971 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16972
16973 * progmodes/compile.el (compilation-setup):
16974 Localize overlay-arrow-position.
16975 (compilation-sentinel): Restructure code equivalently.
16976 (compilation-next-error): Find message on same line after point if
16977 not found before point.
16978 (compile-mouse-goto-error): Restore function so that compilation
16979 buffer need not be current and use compile-goto-error.
16980 (compile-goto-error): Restore function.
16981 (next-error): Set overlay-arrow-position.
16982 (compilation-forget-errors): Don't localize already local
16983 compilation-locs and remove FIXME about refontifying.
16984
16985 2004-04-14 Kim F. Storm <storm@cua.dk>
16986
16987 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16988 (command-line): New option -Q. Like -q --no-site-file, but
16989 in addition it also disables menu-bar, tool-bar, scroll-bars,
16990 tool-tips, and the blinking cursor.
16991 (command-line-1): Skip startup screen if -Q.
16992 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16993
16994 * emulation/cua-base.el (cua-read-only-cursor-color)
16995 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16996
16997 2004-04-13 Dave Love <fx@gnu.org>
16998
16999 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
17000 (syntax): Don't require.
17001 (python) <defgroup>: Add :version.
17002 (python-quote-syntax): Re-written.
17003 (inferior-python-mode): Move stuff here from run-python and add
17004 some more.
17005 (python-preoutput-continuation, python-preoutput-result)
17006 (python-dotty-syntax-table): New.
17007 (python-describe-symbol): Use them.
17008 (run-python): Move stuff to inferior-python-mode. Modify code
17009 loaded into Python.
17010 (python-send-region): Use python-proc, python-send-string.
17011 (python-send-string): Send newlines too. Callers changed.
17012 (python-load-file): Re-written.
17013 (python-eldoc-function): New.
17014 (info-look): Don't require.
17015 (python-after-info-look): New. A modified version of former
17016 top-level code for use with eval-after-load.
17017 (python-maybe-jython, python-guess-indent): Use widened buffer.
17018 (python-fill-paragraph): Re-written.
17019 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
17020 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
17021
17022 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17025 Set compilation-error-regexp-alist earlier.
17026
17027 * progmodes/compile.el (compilation-minor-mode-map)
17028 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17029 (compile-goto-error): Re-merge the mouse and non-mouse commands.
17030
17031 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17032
17033 * progmodes/compile.el (compile-goto-error): Select the buffer/window
17034 corresponding to the event.
17035
17036 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
17037
17038 * loadup.el: Add cygwin to system-type list, for unexec() support.
17039
17040 2004-04-12 John Paul Wallington <jpw@gnu.org>
17041
17042 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17043 (ibuffer-restore-window-config-on-quit): New variable to replace
17044 `ibuffer-delete-window-on-quit'. Update all references.
17045 (ibuffer-prev-window-config): New variable.
17046 (ibuffer-quit): Restore previous window configuration instead of
17047 deleting window.
17048 (ibuffer): Save window configuration before showing Ibuffer buffer.
17049
17050 * help.el (describe-mode): Doc fix.
17051
17052 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17053
17054 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17055 not to treat nil as a function.
17056
17057 * vc-arch.el (vc-arch-root): Be a bit more careful.
17058 (vc-arch-register): Save the buffer if we modified it.
17059 (vc-arch-delete-rej-if-obsolete): Save excursion.
17060 (vc-arch-find-file-hook): Use the simpler after-save-hook.
17061 (vc-arch-responsible-p, vc-arch-init-version): New functions.
17062
17063 * net/ldap.el (ldap-search): Use list*.
17064
17065 2004-04-12 Juri Linkov <juri@jurta.org>
17066
17067 * info.el (Info-follow-reference): Allow multiline reference name.
17068
17069 2004-04-11 Dave Love <fx@gnu.org>
17070
17071 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17072
17073 * progmodes/python.el: New file.
17074
17075 2004-04-11 Andre Spiegel <spiegel@gnu.org>
17076
17077 * vc-hooks.el (vc-arg-list): Function removed.
17078 (vc-default-workfile-unchanged-p): Use condition-case to check for
17079 backward compatibility.
17080
17081 * vc.el (vc-print-log): Use condition-case to check for backward
17082 compatibility.
17083
17084 2004-04-11 Juri Linkov <juri@jurta.org>
17085
17086 * dired.el (dired-faces): New defgroup.
17087 (dired-header, dired-mark, dired-marked, dired-flagged)
17088 (dired-warning, dired-directory, dired-symlink, dired-ignored):
17089 New faces.
17090 (dired-header-face, dired-mark-face, dired-marked-face)
17091 (dired-flagged-face, dired-warning-face, dired-directory-face)
17092 (dired-symlink-face, dired-ignored-face): New face variables.
17093 (dired-font-lock-keywords): Use them instead of font-lock faces.
17094 Split the rule for dired marks into 3 separate rules: for marks,
17095 marked file names and flagged file names.
17096
17097 * help-mode.el (help-make-xrefs): Add a final newline to the
17098 *Help* buffer.
17099
17100 2004-04-11 John Paul Wallington <jpw@gnu.org>
17101
17102 * replace.el (occur-engine): Distinguish between one and several
17103 matches in the matches per buffer heading.
17104
17105 2004-04-11 Kim F. Storm <storm@cua.dk>
17106
17107 * ido.el (ido-confirm-unique-completion): New defcustom.
17108 (ido-complete): Use it.
17109 (ido-write-file): Set it to t unconditionally.
17110
17111 2004-04-10 Miles Bader <miles@gnu.org>
17112
17113 RCS keyword removal (only non-comment changes are enumerated here):
17114
17115 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17116 (byte-compile-insert-header): Don't use `byte-compile-version'.
17117 * forms.el (forms-version): Variable removed.
17118 (forms-mode): Don't use `forms-version'.
17119 * recentf.el (recentf-version): Variable removed.
17120 * progmodes/delphi.el (delphi-version): Variable removed.
17121 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17122
17123 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17124
17125 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17126
17127 2004-04-09 Jesper Harder <harder@ifa.au.dk>
17128
17129 * info.el (info-apropos): Improve menu item regexp.
17130
17131 2004-04-09 Simon Josefsson <jas@extundo.com>
17132
17133 * mail/smtpmail.el: Add comment, based on report by
17134 kdc@rcn.com (Kevin D. Clark).
17135
17136 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17137
17138 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17139 Redo one more thing that I didn't notice Daniel had undone.
17140
17141 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
17142
17143 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
17144 (gdb-goto-breakpoint, gdb-display-buffer)
17145 (gdb-display-source-buffer, gdb-view-source-function)
17146 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
17147 (gdb-source-info, gdb-frame-handler): Don't specify a window
17148 for display.
17149 (gdb-info-breakpoints-custom): Remove superfluous update of
17150 assembler buffer.
17151 (gdb-many-windows): Make settable outside gdb.
17152
17153 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
17154
17155 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17156 Derive from fundamental-mode rather than text-mode.
17157
17158 2004-04-08 Juri Linkov <juri@jurta.org>
17159
17160 * info.el (Info-history): Doc fix.
17161 (Info-history-list): New var.
17162 (info-xref): Change magenta4 to blue, remove bold for dark and
17163 light backgrounds, change bold to underline for non-color classes.
17164 (info-xref-visited): New face.
17165 (Info-fontify-visited-nodes): New custom.
17166 (Info-hide-note-references): Add new value `hide'. Doc fix.
17167 (Info-reference-name): New var.
17168 (Info-selection-hook): New custom.
17169 (Info-edit-mode-hook): New var.
17170 (Info-find-file): New fun.
17171 (Info-find-node): Move part of code to Info-find-file.
17172 (Info-find-node-2): Add anchors to Info-history-list. Move point
17173 to the place with the reference name if name is defined.
17174 (Info-select-node): Add current node to Info-history-list.
17175 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17176 (Info-search-whitespace-regexp): New custom.
17177 (Info-search-case-fold): New var.
17178 (Info-search): Add "case-sensitively" to the prompt.
17179 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
17180 (Info-search-case-sensitively, Info-search-next): New fun.
17181 (Info-up): Move point to the menu item of the current node.
17182 (Info-history): New fun. Add *info-history* to
17183 same-window-buffer-names.
17184 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
17185 (Info-insert-toc): New fun.
17186 (Info-build-toc): New fun.
17187 (Info-follow-reference): Add new arg `fork'. Doc fix.
17188 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
17189 with the same name prefer the reference closest to point.
17190 (Info-next-reference): Replace * by + in the *Note regexp.
17191 Add regexp for http:// and ftp://. Skip the *Note prefix.
17192 (Info-prev-reference): Replace * by + in the *Note regexp.
17193 Add regexp for http:// and ftp://. Skip the *Note prefix.
17194 (Info-follow-nearest-node): Add new arg `fork'.
17195 (Info-try-follow-nearest-node): Add new arg `fork'.
17196 Call browse-url for http:// and ftp:// references.
17197 Set Info-reference-name for index entries.
17198 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
17199 Info-search-next, Info-history, Info-toc, clone-buffer.
17200 (Info-menu-update): Replace * by + in the *Note regexp.
17201 (Info-mode): Add documentation for Info-history, Info-toc,
17202 Info-search-case-sensitively, Info-search-next, clone-buffer.
17203 (Info-fontify-menu-headers): Remove fun. Move code to
17204 Info-fontify-node.
17205 (Info-fontify-node): Add docstring. Add local vars
17206 fontify-visited-p and not-fontified-p. If not-fontified-p is t
17207 then fontify header line, titles, menu headers, http and ftp
17208 references, refill paragraphs. If not-fontified-p is t or
17209 fontify-visited-p is t then fontify cross references, menu items.
17210 Fontify menu headers. Fontify http and ftp references.
17211 Change regexp for cross references to require whitespace after *Note,
17212 add matching groups for file and node names. Remove hack for quote.
17213 Use display property for Info-hide-note-references=t. Use fifth
17214 or fourth match for help-echo. Display visited nodes in a
17215 different face. Unhide file names of external references.
17216 Unhide newlines. Display visited menu items in a different face.
17217
17218 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
17219
17220 * progmodes/compile.el: Require CL.
17221 (compilation-mode-font-lock-keywords): Re-install the "line as
17222 function" patch.
17223
17224 * help-fns.el (help-C-source-directory): New var.
17225 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17226 (describe-function-1, describe-variable): Use them.
17227
17228 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17229 to C source files specially.
17230
17231 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
17232
17233 * info.el (Info-hide-cookies-node): New function.
17234 (Info-select-node): Use it.
17235 (Info-display-images-node): Remove message with image file name.
17236
17237 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
17238
17239 * progmodes/compile.el (compilation-warning-face)
17240 (compilation-info-face, compilation-skip-threshold)
17241 (compilation-skip-visited, compilation-context-lines):
17242 Declare :version when added to Emacs.
17243 (compilation-error-regexp-alist-alist): Extend caml and irix.
17244 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17245 (compilation-mode-font-lock-keywords): Temporarily undo line as
17246 function patch, which wasn't ready.
17247
17248 2004-04-07 Kenichi Handa <handa@m17n.org>
17249
17250 * international/latin1-disp.el (latin1-display-setup): Check each
17251 character is displayable or not instead of calling
17252 latin1-display-check-font.
17253
17254 2004-04-06 Kenichi Handa <handa@m17n.org>
17255
17256 * language/ethio-util.el (ethio-sera-being-called-by-w3):
17257 New variable.
17258 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17259 instead of sera-being-called-by-w3.
17260 (ethio-fidel-to-sera-buffer): Likewise.
17261 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17262 instead of sera-being-called-by-w3.
17263 (ethio-write-file): Likewise.
17264
17265 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17266
17267 * printing.el: Doc fix.
17268
17269 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
17270
17271 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17272 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17273 (gdb-setup-windows): Only use separate IO buffer if required.
17274
17275 2004-04-06 Kim F. Storm <storm@cua.dk>
17276
17277 * term.el (term-is-xemacs): Remove.
17278 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17279 (term-window-width): New function.
17280 (term-mode, term-check-size): Use it.
17281 (term-mode): Disable overflow-newline-into-fringe in term buffer.
17282
17283 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
17284
17285 * cus-edit.el (custom-add-parent-links): Change unbound variable
17286 `symbol' to `name'.
17287
17288 2004-04-05 Jesper Harder <harder@ifa.au.dk>
17289 * info.el (info-apropos): New function.
17290 (Info-mode-menu): Add it.
17291 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17292
17293 * help-mode.el (help-make-xrefs): Recognize aliased variable with
17294 inherited docstring.
17295
17296 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17297
17298 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17299
17300 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17301
17302 * progmodes/compile.el (font-lock): Don't require any more.
17303 (compilation-error-properties, compilation-start, compilation-sentinel)
17304 (compilation-filter, next-error): Use with-current-buffer.
17305 (compilation-skip-to-next-location, compilation-skip-threshold)
17306 (compilation-skip-visited): Move to silence the byte-compiler.
17307 (compilation-setup): Simplify.
17308 (compilation-next-error): Use line-(beginning|end)-position.
17309 Make sure `pt' is non-nil before using compilation-loop.
17310 (compile-goto-error): Add optional event arg. Use it.
17311 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17312 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17313 Update the binding for mouse-2.
17314 (first-error): Set compilation-current-error to nil rather than bob.
17315 (compilation-parsing-end, compilation-parse-errors-function)
17316 (compilation-error-list, compilation-old-error-list):
17317 "New" compatibility variables.
17318 (compile-buffer-substring, compilation-compat-error-properties)
17319 (compilation-compat-parse-errors, compilation-forget-errors):
17320 New compatibility functions.
17321 (compilation-mode-font-lock-keywords): Use them.
17322
17323 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
17324
17325 * autorevert.el (auto-revert-handler): If point (or a window
17326 point) is at the end of the buffer, keep it there after
17327 reverting. This allows to tail a file.
17328 Mention this in the `Commentary'.
17329
17330 * format.el (format-write-file): Add optional argument CONFIRM
17331 and make it behave like the analogous argument to `write-file'.
17332
17333 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17334
17335 * progmodes/ebnf2ps.el: Doc fix.
17336 (ebnf-version): New version number (4.2).
17337 (ebnf-syntax): Customization and docstring fix.
17338 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17339 Put autoloaded funs before first use.
17340 (ebnf-style-database): Add dtd entry.
17341 (ebnf-syntax-alist): Add dtd initialization.
17342 (ebnf-token-sequence): New fun.
17343 (ebnf-comment-table): Add new comment action character.
17344 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17345
17346 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17347 Type Definition for XML).
17348
17349 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17350 * progmodes/ebnf-bnf.el (ebnf-sequence):
17351 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17352 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17353 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17354 Code simplification: call ebnf-token-sequence.
17355
17356 2004-04-04 Eli Zaretskii <eliz@gnu.org>
17357
17358 * calendar/timeclock.el (timeclock-relative)
17359 (timeclock-get-project-function, timeclock-get-workday-function)
17360 (timeclock-query-out, timeclock-when-to-leave)
17361 (timeclock-when-to-leave-string, timeclock-log-data)
17362 (timeclock-generate-report, timeclock-in): Doc fixes.
17363
17364 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17365
17366 * url/: New dir. Import the URL package from its repository.
17367
17368 2004-04-03 Andreas Schwab <schwab@suse.de>
17369
17370 * diff-mode.el (diff-mode): Fix missing quote.
17371
17372 2004-04-03 Juri Linkov <juri@jurta.org>
17373
17374 * descr-text.el (describe-property-list): Add `font-lock-face'.
17375
17376 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17377
17378 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17379
17380 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17381 Use utf-16le on little endian machines and utf-16be otherwise.
17382
17383 2004-04-02 David Kastrup <dak@gnu.org>
17384
17385 * net/browse-url.el (browse-url-generic): Use call-process
17386 instead of start-process to allow browsers that fork and detach.
17387
17388 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17389
17390 * compile.el (compilation-current-error): New var.
17391 (compilation-setup, compile-mouse-goto-error)
17392 (compile-goto-error, next-error): Use it.
17393 (compilation-skip-to-next-location): Default to t, which gives
17394 contiguous skipping like old compile (where this was redundant).
17395 (compilation-next-error): Prevent previous-* commands from moving
17396 back to message at or just before point.
17397
17398 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17399
17400 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17401 (gdb-source-info): Don't display source at startup, if required.
17402 (gdb-show-main): New option.
17403 (gdba): Update documentation.
17404 (gdb-source): Cover case of auto-display output.
17405
17406 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17407
17408 * autorevert.el: Delete obsolete autoload's and defvar's.
17409 (auto-revert-check-vc-info): New user option.
17410 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17411 (auto-revert-handler-vc): Delete.
17412 (auto-revert-handler): Treat return value `fast' of
17413 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17414
17415 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17416 return `fast'.
17417
17418 * files.el (buffer-stale-function): Doc change.
17419
17420 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17421
17422 * printing.el: New tip on Tips section.
17423 (pr-version): New version number (6.7.4).
17424 (pr-shell-file-name): Initialization fix.
17425
17426 2004-03-31 Juri Linkov <juri@jurta.org>
17427
17428 * dired.el: Add autoload for `dired-do-touch'.
17429 (dired-touch-program): New var.
17430 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17431 (dired-no-confirm): Add `touch' to docstring.
17432
17433 * dired-aux.el (dired-do-touch): New fun.
17434 (dired-do-chxxx): Add argument -t for touch operation.
17435
17436 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17437 `dired-move-to-filename-regexp'.
17438
17439 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17440
17441 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17442
17443 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17444
17445 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17446 and only if the buffer was modified.
17447
17448 2004-03-30 Kenichi Handa <handa@m17n.org>
17449
17450 * international/characters.el: Delete pairs for U+2308..U+230B.
17451
17452 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17453
17454 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17455 to detect the beginning of a level 2 or 3 annotation.
17456
17457 2004-03-29 Kenichi Handa <handa@m17n.org>
17458
17459 * international/ucs-tables.el (ucs-insert): Fix the error message.
17460
17461 2004-03-29 Kenichi Handa <handa@m17n.org>
17462
17463 * international/mule-util.el (char-displayable-p): Fix generation
17464 of XLFD file name.
17465
17466 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17467 before finding directories by `find'.
17468
17469 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17470
17471 * subr.el (interactive-form): Delete. Now implemented in C.
17472
17473 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17474
17475 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17476 (vc-diff-label): New fun.
17477 (vc-diff-internal): Use it.
17478
17479 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17480
17481 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17482
17483 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17484
17485 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17486 specify XML (EBNFX).
17487
17488 * progmodes/ebnf2ps.el: Doc fix.
17489 (ebnf-version): New version number (4.1).
17490 (ebnf-syntax): Adjust customization.
17491 (ebnf-style-database): Add ebnfx entry.
17492 (ebnf-syntax-alist): Add ebnfx initialization.
17493 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17494
17495 * printing.el: Doc fix.
17496 (pr-version): New version number (6.7.3).
17497 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17498 returns nil for mouse position. Reported by Drew Adams
17499 <drew.adams@oracle.com>.
17500 (pr-update-menus): Modify interactive declaration. Reported by Drew
17501 Adams <drew.adams@oracle.com>.
17502
17503 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17504
17505 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17506 (gud-gdba-marker-filter): Log the process input and output, if
17507 required. From Stefan Monnier.
17508 (gdb-debug-log, gdb-enable-debug-log): New variables.
17509 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17510
17511 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17512
17513 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17514 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17515
17516 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17517
17518 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17519 Call vc-find-file-hook here instead of in auto-revert-buffers.
17520 (auto-revert-buffers): Delete call to vc-find-file-hook.
17521 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17522 (global-auto-revert-mode, auto-revert-set-timer)
17523 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17524
17525 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17526
17527 * woman.el (woman-change-fonts): Rename local variable
17528 woman-font-alist to font-alist to avoid a compiler warning.
17529
17530 2004-03-27 Dave Love <fx@gnu.org>
17531
17532 * emacs-lisp/rx.el (rx): Doc fix.
17533 Fix copyright years.
17534
17535 * strokes.el (strokes-global-set-stroke-string): New function.
17536 (strokes-list-strokes): Cope with strings, not just commands.
17537 Set foreground colour of image.
17538 (strokes-global-set-stroke): Doc fix.
17539
17540 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17541
17542 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17543 Auto Revert mode.
17544 (Buffer-menu-files-only): New variable.
17545 (Buffer-menu-toggle-files-only): New function.
17546 (Buffer-menu-mode-map): Bind it to `T'.
17547 (Buffer-menu-mode): Mention `T' in docstring.
17548 Set buffer-stale-function.
17549 (list-buffers-noselect): Mark buffer non-modified and set
17550 Buffer-menu-files-only.
17551
17552 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17553
17554 * autorevert.el (auto-revert-handler): Print revert message
17555 before, rather than after, reverting.
17556 (buffer-stale-function): Move to files.el.
17557
17558 * files.el (buffer-stale-function): Move here from autorevert.el.
17559
17560 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17561
17562 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17563
17564 * calc/calc.el (calc-mode-map): Use mapc.
17565
17566 * apropos.el (apropos-mode): Don't autoload.
17567 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17568 (apropos): Use it.
17569 (apropos-print): Add optional `text' argument.
17570 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17571 Don't assume point-min == 1.
17572
17573 * bs.el (bs-buffer-list): Use buffer-local-value.
17574 (bs--set-toggle-to-show): Use with-current-buffer.
17575
17576 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17577 New funs.
17578 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17579
17580 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17581
17582 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17583 (dabbrev--find-expansion): Use pop.
17584 (dabbrev--search): Use match-string-no-properties.
17585
17586 * dired.el (dired-mode): Use run-mode-hooks.
17587 (dired-move-to-end-of-filename): Use match-string.
17588
17589 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17590 is bound before using it.
17591 (ediff-verbose-p): Make it into a var since it's not constant.
17592
17593 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17594
17595 * faces.el (read-face-font): Don't cons up unnecessarily.
17596 (header-line, tool-bar): Share common parts.
17597
17598 * files.el (file-relative-name): Use compare-strings.
17599
17600 * finder.el (finder-mode): Follow coding convention.
17601
17602 * subr.el (read-number): New function.
17603
17604 * ses.el (ses-read-number): Move to subr.el.
17605 (ses-set-header-row): Use read-number.
17606
17607 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17608
17609 * vc-hooks.el (vc-arg-list): New function, which handles both
17610 compiled and uncompiled code.
17611 (vc-default-workfile-unchanged-p): Use it.
17612
17613 * vc.el (vc-print-log): Undo prev change, use new function
17614 vc-arg-list from vc-hooks.el.
17615
17616 2004-03-26 Masatake YAMATO <jet@gyve.org>
17617
17618 * simple.el (completion-setup-function): Emphasize the
17619 first uncommon characters in the completions; and de-emphasize
17620 the common prefix substrings.
17621 (completion-emphasis): New face.
17622 (completion-de-emphasis): New face.
17623
17624 2004-03-25 Juanma Barranquero <lektu@terra.es>
17625
17626 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17627 Comment out (it's unused and unfinished code).
17628
17629 2004-03-25 Sam Steingold <sds@gnu.org>
17630
17631 * vc.el (vc-print-log): Fix a bug in the last patch:
17632 backend-function may be a byte-compiled object, not a lambda.
17633
17634 2004-03-25 Juri Linkov <juri@jurta.org>
17635
17636 * descr-text.el (describe-property-list): Add a button
17637 for `face' property that calls `describe-face'.
17638 Suggested by luis fernandes <elf@ee.ryerson.ca>
17639
17640 * international/mule.el (keyboard-coding-system):
17641 * kmacro.el (kmacro-call-macro): Fix docstring.
17642
17643 * dired.el: Fix comments.
17644
17645 * textmodes/fill.el (fill): Fix Info link.
17646
17647 * font-lock.el (fast-lock, lazy-lock):
17648 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17649 Info node.
17650
17651 * eshell/eshell.el (eshell): Fix broken info-link.
17652
17653 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17654 * eshell/em-banner.el (eshell-banner):
17655 * eshell/em-smart.el (eshell-smart):
17656 * eshell/esh-cmd.el (eshell-cmd):
17657 Comment out broken info-links to incomplete Info manual.
17658
17659 * info-xref.el: Fix commentary.
17660
17661 2004-03-25 Kevin Ryde <user42@zip.com.au>
17662
17663 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17664 Remove spurious node duplicate suppression, doesn't work, not wanted.
17665 (info-xref-output): Take format style args, add "sit-for 0" to let
17666 user see the results as they progress.
17667 (info-xref-check-all-custom): New function.
17668
17669 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17670
17671 * gdb-ui.el: Moved to progmodes.
17672
17673 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17676
17677 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17678
17679 * calendar/appt.el (appt-check): Remove superfluous progn.
17680 When finished with diary buffer: if it was not being displayed
17681 before, kill it; otherwise restore its original state.
17682 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17683
17684 * calendar/calendar.el (calendar-set-mode-line): Use total
17685 available mode-line width, rather than frame-width.
17686
17687 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17688 after mode change so effect not lost.
17689
17690 2004-03-23 Dave Love <fx@gnu.org>
17691
17692 * dired.el (dired) <defgroup>: Add link to manual.
17693 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17694 (dired-revert): Use dolist.
17695 (dired-mode-map): Add U binding.
17696 (dired-mode): Add font-lock-beginning-of-syntax-function.
17697 (dired-garbage-files-regexp): Make it a defcustom.
17698
17699 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17700
17701 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17702 is equivalent to nil.
17703 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17704 (vc-arch-mode-line-string): Accept `added' state.
17705 (vc-arch-state): Use inode-sigs if available.
17706 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17707 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17708 (vc-arch-tagline-re): New var.
17709 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17710 New functions.
17711 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17712 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17713
17714 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17715 (vc-file-not-found-hook): Use it.
17716
17717 * diff-mode.el (diff-default-read-only): Change default.
17718 (diff-mode-hook): Make it a defcustom. Add some options.
17719 (diff-mode-map): Bind diff-refine-hook.
17720 (diff-yank-handler): New var.
17721 (diff-yank-function): New fun.
17722 (diff-font-lock-keywords): Use them.
17723 (diff-end-of-file): Handle case where file-header looks like diff text.
17724 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17725 (diff-file-kill): Delete a subsequent empty line, if applicable.
17726 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17727 (diff-find-file-name): Use it.
17728 (diff-tell-file-name): New command.
17729 (diff-mode): Be careful with view-mode.
17730 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17731 New functions, for use in diff-mode-hook.
17732 (diff-find-source-location): Catch "regex too large" errors.
17733 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17734 (diff-refine-hunk): New command.
17735
17736 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17737 (smerge-context-menu-map): Remove unused var.
17738 (smerge-keep-all): Preserve markers.
17739 (smerge-keep-n): New fun.
17740 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17741 (smerge-keep-current, smerge-ediff): Use it.
17742 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17743 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17744 (smerge-resolve): Resolve trivial 3-part conflicts.
17745
17746 2004-03-23 Juri Linkov <juri@jurta.org>
17747
17748 * man.el (Man-width): New var.
17749 (Man-getpage-in-background): Use it.
17750 (Man-support-local-filenames): New var and fun.
17751 (Man-build-man-command): Don't add a second %s.
17752 (Man-fontify-manpage): Clean up message.
17753 (Man-mode): Set outline-regexp, outline-level,
17754 imenu-generic-expression.
17755
17756 * woman.el (woman-fill-frame): Doc fix.
17757 (woman-decode-region): Use window-width instead of frame-width.
17758
17759 * abbrevlist.el (list-one-abbrev-table):
17760 * descr-text.el (describe-char):
17761 * international/mule-diag.el (describe-current-coding-system):
17762 * international/quail.el (quail-insert-decode-map):
17763 Use window-width instead of frame-width.
17764
17765 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17766 (jka-compr-mode-alist-additions): Add tbz.
17767 (jka-compr-write-region, jka-compr-insert-file-contents):
17768 Add message for undefined compress-program.
17769 (jka-compr-write-region): Remove redundant var bindings.
17770
17771 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17772 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17773 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17774 (dired-man): Use dired-guess-shell-command.
17775 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17776 Change default nil to t.
17777
17778 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17779 (dired-compare-directories): Add default value for empty input.
17780
17781 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17782
17783 * time.el (display-time-string-forms): Fix help-echo date format.
17784
17785 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17786
17787 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17788 (buffer-stale-function): New variable.
17789 (auto-revert-list-diff, auto-revert-dired-file-list)
17790 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17791 (auto-revert-handler): Take over some functionality of deleted
17792 functions.
17793 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17794
17795 * dired.el (dired-directory-changed-p): New fun, extracted from
17796 dired-internal-noselect.
17797 (dired-buffer-stale-p): New fun.
17798 (dired-internal-noselect): Use dired-directory-changed-p.
17799 Eliminate revert messages.
17800 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17801
17802 2004-03-23 Kenichi Handa <handa@m17n.org>
17803
17804 * international/characters.el: Setup syntaxes for more parentheses
17805 Unicode characters.
17806
17807 * international/mule-cmds.el (select-safe-coding-system):
17808 Merge coding-system and auto-cs before comparing them.
17809
17810 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17811
17812 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17813
17814 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17815 normal-auto-fill-function and comment-indent-function.
17816 The default values now work just as well.
17817 Don't set font-lock-beginning-of-syntax-function since we already set
17818 syntax-begin-function.
17819 (lisp-outline-level): Put ;;;###autoload at same level as (.
17820 (prin1-char): Quote special chars.
17821
17822 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17823 than with-no-warnings.
17824
17825 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17826 if the source location can't be found.
17827 (edebug-compute-previous-result): Use prin1-char.
17828
17829 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17830 (debug-ignored-errors): Add an entry.
17831
17832 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17833 (byte-compile-file): Output warning when deleting a file.
17834
17835 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17836 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17837
17838 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17839 (byte-compile-inline-expand): Use backquote.
17840 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17841 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17842
17843 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17844
17845 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17846
17847 2004-03-22 Juri Linkov <juri@jurta.org>
17848
17849 * finder.el (finder-known-keywords): Fix data, tex, unix.
17850
17851 * play/landmark.el: Fix keywords.
17852
17853 * language/ethio-util.el (ethio-find-file): Doc fix.
17854
17855 * emacs-lisp/warnings.el: Doc fix.
17856
17857 * textmodes/ispell.el (ispell-help): Doc fix.
17858
17859 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17860
17861 * format.el (format-insert-file): Always return a list of two
17862 elements, like insert-file-contents does.
17863
17864 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17865
17866 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17867 and vc-BACKEND-diff.
17868 (vc-print-log): If the print-log implementation supports it, use
17869 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17870 (vc-version-diff, vc-diff-internal): Doc fixes.
17871
17872 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17873 implementation supports it, let diff output go to *vc*,
17874 not *vc-diff*, since this is an internal call.
17875
17876 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17877
17878 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17879
17880 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17881
17882 2004-03-21 Dave Love <fx@gnu.org>
17883
17884 * progmodes/cfengine.el (cfengine-mode):
17885 Set parse-sexp-ignore-comments.
17886
17887 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17888
17889 2004-03-21 Juanma Barranquero <lektu@terra.es>
17890
17891 * allout.el (allout-mode): Fix docstring.
17892
17893 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17894
17895 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17896
17897 * autorevert.el (auto-revert-interval): Make new value take
17898 effect immediately when set through Custom.
17899 (auto-revert-set-timer): Add interactive declaration.
17900
17901 2004-03-19 David Ponce <david@dponce.com>
17902
17903 * ruler-mode.el (ruler-mode-header-line-format-old):
17904 Don't `make-variable-buffer-local'.
17905 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17906 (ruler-mode-header-line-format): Simply funcall the above.
17907 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17908 to save/restore a previous header line format.
17909 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17910 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17911 fringes and margins width.
17912 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17913
17914 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17915
17916 * log-edit.el (log-edit-font-lock-keywords): Typo.
17917
17918 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17919 (tex-send-tex-command): Rather than here.
17920 (tex-compilation-parse-errors): Simplify.
17921
17922 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17923
17924 * time.el (display-time-string-forms): Add help-echo with date on time.
17925
17926 * composite.el (compose-region): Use restore-buffer-modified-p.
17927
17928 * disp-table.el (standard-display-8bit): Simplify.
17929
17930 * server.el (server-process-filter): Delete temp frame.
17931
17932 * add-log.el (add-change-log-entry): Simplify.
17933
17934 2004-03-19 Kim F. Storm <storm@cua.dk>
17935
17936 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17937 (hexl-follow-line): Don't require 'fringe.
17938
17939 * progmodes/compile.el (compilation-start): Always set
17940 compilation-last-buffer and return it.
17941
17942 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17943
17944 * simple.el (clone-buffer): Doc fix.
17945
17946 2004-03-18 Juanma Barranquero <lektu@terra.es>
17947
17948 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17949
17950 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17951
17952 * log-edit.el (log-edit-font-lock-keywords): New var.
17953 (log-edit-mode): Use it.
17954
17955 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17956
17957 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17958 properly for watching in speedbar.
17959
17960 2004-03-17 Masatake YAMATO <jet@gyve.org>
17961
17962 * smerge-mode.el (smerge-popup-context-menu):
17963 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17964
17965 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17966
17967 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17968 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17969 Take sealed revisions into account.
17970 (vc-arch-checkin): Extract a summary line from the message.
17971
17972 2004-03-16 Masatake YAMATO <jet@gyve.org>
17973
17974 * register.el (register): Provide `register' feature.
17975
17976 2004-03-15 Masatake YAMATO <jet@gyve.org>
17977
17978 Added context menu support in smerge mode.
17979 Most of the part is written by Stefan Monnier.
17980
17981 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17982 New keymap and menu.
17983 (smerge-text-properties): New function.
17984 (smerge-remove-props): New function.
17985 (smerge-popup-context-menu): New function.
17986 (smerge-resolve): Call `smerge-remove-props'.
17987 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17988 (smerge-keep-current): Ditto.
17989 (smerge-kill-current): New function.
17990 (smerge-match-conflict): Put text properties.
17991 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17992
17993 2004-03-15 David Ponce <david@dponce.com>
17994
17995 * ruler-mode.el (ruler-mode-left-fringe-cols)
17996 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17997 (ruler-mode-right-scroll-bar-cols): Remove.
17998 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17999 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18000 Use fringe-columns and scroll-bar-columns.
18001
18002 2004-03-15 Masatake YAMATO <jet@gyve.org>
18003
18004 * hl-line.el (hl-line-range-function): New variable.
18005 (hl-line-move): New function.
18006 (global-hl-line-highlight): Use `hl-line-move'.
18007 (hl-line-highlight): Ditto.
18008
18009 * scroll-bar.el (scroll-bar-columns):
18010 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18011
18012 * ruler-mode.el (top-level): Require scroll-bar and fringe.
18013 (ruler-mode-left-fringe-cols)
18014 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18015 (ruler-mode-right-scroll-bar-cols)
18016 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18017 (ruler-mode-ruler-function): New variable.
18018 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18019 if the value for `ruler-mode-ruler-function'is given.
18020
18021 * hexl.el (hexl-mode-hook): Make the hook customizable.
18022 (hexl-address-area, hexl-ascii-area): New customize variables.
18023 (hexlify-buffer): Put font-lock-faces on the address area and
18024 the ascii area.
18025 (hexl-activate-ruler): New function.
18026 (hexl-follow-line): New function.
18027 (hexl-highlight-line-range): New function.
18028 (hexl-mode-ruler): New function.
18029
18030 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
18033 (vc-default-find-file-hook): New fun.
18034 (vc-find-file-hook): Call new find-file-hook operation.
18035
18036 * vc-arch.el: New file.
18037
18038 2004-03-12 Jesper Harder <harder@ifa.au.dk>
18039
18040 * info-look.el (info-lookup): Reuse an existing Info window.
18041
18042 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18043
18044 * woman.el (woman-preserve-ascii): Default value changed to t and
18045 doc string revised.
18046
18047 2004-03-12 Richard M. Stallman <rms@gnu.org>
18048
18049 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18050 Fix minor bug.
18051
18052 * replace.el (occur-engine): Change message for count of matches.
18053
18054 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18055 For strings, do compare text properties.
18056
18057 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
18058
18059 * progmodes/compile.el (compile-auto-highlight)
18060 (compilation-error-list, compilation-old-error-list)
18061 (compilation-parse-errors-function, compilation-parsing-end)
18062 (compilation-error-message, compilation-directory-stack)
18063 (compilation-enter-directory-regexp-alist)
18064 (compilation-leave-directory-regexp-alist)
18065 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18066 (compilation-current-file, compilation-regexps): Remove vars.
18067
18068 (compile-error-at-point, compilation-error-filedata)
18069 (compilation-error-filedata-file-name, compile-reinitialize-errors)
18070 (compilation-next-error-locus, compilation-forget-errors)
18071 (count-regexp-groupings, compilation-parse-errors)
18072 (compile-collect-regexps, compile-buffer-substring): Remove funs.
18073
18074 (compile-internal): Make obsolete.
18075
18076 (compilation-first-column, compilation-error)
18077 (compilation-directory-matcher, compilation-page-delimiter)
18078 (compilation-mode-font-lock-keywords, compilation-debug)
18079 (compilation-error-face, compilation-warning-face)
18080 (compilation-info-face, compilation-line-face)
18081 (compilation-column-face, compilation-enter-directory-face)
18082 (compilation-leave-directory-face, compilation-skip-threshold)
18083 (compilation-skip-visited, compilation-context-lines): New vars.
18084
18085 (compilation-warning-face, compilation-info-face)
18086 (compilation-message-face): New faces.
18087
18088 (compilation-error-regexp-alist-alist): New constant.
18089
18090 (compilation-face, compilation-directory-properties)
18091 (compilation-assq, compilation-error-properties, compilation-start)
18092 (define-compilation-mode, compilation-loop)
18093 (compilation-set-window): New functions.
18094
18095 (compile): Additional argument for interactive compiles like TeX.
18096
18097 * progmodes/grep.el (kill-grep): Move here from compile.el
18098 (grep-error, grep-hit-face, grep-error-face)
18099 (grep-mode-font-lock-keywords): New variables.
18100 (grep-regexp-alist): Simplify regexp and add `binary' case.
18101 (grep-mode): New mode.
18102 (grep-process-setup): Simplify.
18103
18104 2004-03-11 Jason Rumney <jasonr@gnu.org>
18105
18106 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18107 letters on DOS/Windows.
18108
18109 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
18110
18111 * server.el (server-name): New var.
18112 (server-socket-dir): New var to replace server-socket-name.
18113 (server-start): Use them.
18114
18115 2004-03-11 Simon Josefsson <jas@extundo.com>
18116
18117 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18118 died to avoid infloop. Reported by Jonathan Glauner
18119 <jglauner@sbum.org>.
18120
18121 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18122
18123 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18124 (smerge-mode-menu): Use it to deactivate menu entries.
18125 (smerge-keep-current): New fun.
18126 (smerge-keep-current): Use it.
18127
18128 2004-03-10 John Paul Wallington <jpw@gnu.org>
18129
18130 * foldout.el (foldout-fold-list, foldout-modeline-string):
18131 Declare them as variables, not constants.
18132
18133 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18134
18135 * ps-print.el: Modification to print *Messages* buffer.
18136 (ps-print-version): New version 6.6.4.
18137 (ps-message-log-max): New fun.
18138 (ps-spool-without-faces, ps-spool-with-faces)
18139 (ps-count-lines-preprint): Code fix.
18140
18141 * printing.el: New tips in Tips section.
18142
18143 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18144
18145 * delim-col.el: Doc fix.
18146
18147 * printing.el: Doc fix. New doc section (Tips).
18148
18149 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18150
18151 * type-break.el (type-break-emacs-variant): Remove.
18152 (type-break-run-at-time, type-break-cancel-function-timers):
18153 Use fboundp rather than version name and number.
18154
18155 2004-03-09 Masatake YAMATO <jet@gyve.org>
18156
18157 * hexl.el (hexl-mode): Use `make-local-variable' instead of
18158 `make-variable-buffer-local'.
18159
18160 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
18161
18162 * find-dired.el (find-dired): Call `shell-command' instead of
18163 `start-process-shell-command'. By this, Tramp takes over
18164 handling of remote directories.
18165
18166 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * newcomment.el (comment-use-global-state): New var.
18169 (comment-search-forward): Use it.
18170
18171 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18172
18173 * cus-edit.el (fill) <defgroup>: Move to fill.el.
18174
18175 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18176 (enable-kinsoku): Make it a defcustom.
18177 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18178 paragraph to same-comment-start-marker.
18179
18180 2004-03-07 Dave Love <fx@gnu.org>
18181
18182 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
18183 (browse-url-mail): Use it.
18184
18185 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
18186 (rfc2368-unhexify-string): Use replace-regexp-in-string.
18187
18188 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18189
18190 * woman.el (woman-man.conf-path): Doc fix.
18191 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
18192
18193 2004-03-07 Eli Zaretskii <eliz@gnu.org>
18194
18195 * sort.el (sort-columns): Remove ms-dos from the list of systems
18196 where the external `sort' command is not used.
18197
18198 2004-03-07 Kim F. Storm <storm@cua.dk>
18199
18200 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
18201 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
18202 from overlay-arrow-variable-list.
18203 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
18204
18205 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
18206
18207 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18208 overlay arrow string properly for the assembler buffer.
18209
18210 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18211
18212 * mail/sendmail.el (mail-mode): Fix last change.
18213
18214 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
18215
18216 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18217 for the assembler buffer.
18218 (gdb-assembler-custom): Position the overlay arrow.
18219 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18220
18221 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
18222
18223 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18224
18225 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18226 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18227
18228 * mail/sendmail.el (mail-mode): Set comment-start-skip.
18229
18230 * newcomment.el (uncomment-region): Allow non-terminated comment.
18231 (comment-normalize-vars): Check the user-specified comstart marker.
18232
18233 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18234
18235 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18236 Otherwise, do use it if the region only contains font-lock text
18237 properties.
18238
18239 2004-03-04 Masatake YAMATO <jet@gyve.org>
18240
18241 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18242 as the callback function for eldoc.
18243 (hexl-print-current-point-info): New function.
18244 (hexl-current-address): Print the address in both decimal
18245 and hexadecimal format.
18246
18247 2004-03-04 Richard M. Stallman <rms@gnu.org>
18248
18249 * mail/rmail.el (rmail-convert-to-babyl-format):
18250 Specify t for UNIBYTE when calling mail-unquote-printable-region.
18251
18252 * mail/mail-utils.el (mail-unquote-printable-region):
18253 New arg UNIBYTE.
18254
18255 * startup.el (command-switch-alist): Doc fix.
18256
18257 * simple.el (undo): Temporarily set this-command to `undo-start',
18258 then set it to `undo' once undo-start returns without error.
18259
18260 * simple.el (minibuffer-history-sexp-flag): Doc fix.
18261
18262 * simple.el (kill-line): Don't disregard trailing whitespace
18263 in eol condition, if show-trailing-whitespace is set.
18264
18265 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18266 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18267 When disabling, restore old values only if mouse-sel-has-been-enabled.
18268
18269 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18270 (isearch-{-char): New function.
18271 (isearch-mode-map): Bind { to isearch-{-char.
18272
18273 * font-lock.el (lisp-font-lock-keywords-2):
18274 Turn off the CL with-... and do-... general patterns.
18275 Instead, recognize several specific with... and do... constructs.
18276
18277 * files.el (switch-to-buffer-other-window):
18278 Bind same-window-buffer-names and same-window-regexps to nil.
18279 (switch-to-buffer-other-frame): Likewise.
18280
18281 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18282
18283 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18284 recognizing leading comment on code line.
18285
18286 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18287
18288 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18289 hidden files/directories.
18290
18291 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18292
18293 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18294 only comment-start (in case the mode hasn't set it).
18295
18296 * Makefile.in (AUTOGENEL): New var.
18297 (bootstrap-prepare): Rename from bootstrap-clean.
18298 Don't remove elc files.
18299 (maintainer-clean): New target.
18300
18301 * xml.el (xml-get-attribute-or-nil): Simplify.
18302
18303 2004-03-02 Juri Linkov <juri@jurta.org>
18304
18305 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18306 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18307 URL to prevent their substitution with the environment variable
18308 values by browsers.
18309
18310 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18311
18312 * ps-print.el: Doc fix.
18313 (ps-print-version): New version number (6.6.3).
18314 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18315 Docstring fix.
18316 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18317 before printing.
18318 (ps-time-stamp-yyyy-mm-dd): New fun.
18319 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18320
18321 2004-03-02 Kim F. Storm <storm@cua.dk>
18322
18323 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18324
18325 2004-03-01 Juanma Barranquero <lektu@terra.es>
18326
18327 * allout.el (allout-rebullet-heading): Fix typo in docstring.
18328
18329 * desktop.el (desktop-file-version)
18330 (desktop-after-read-hook): Fix typos.
18331 (desktop-clear-preserve-buffers): Remove redundant info in
18332 docstring already shown by the obsolescence message.
18333 (desktop-truncate, desktop-internal-v2s)
18334 (desktop-value-to-string): Change argument name to match docstring.
18335
18336 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18337
18338 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18339 docstring.
18340
18341 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18342
18343 * printing.el: Replace "As Is..." in PostScript file print/preview by
18344 "No Preprocessing...". Suggested by Colin Marquardt
18345 <_marquardt_@zmd.de>.
18346 (pr-insert-section-4): Adjust buffer interface.
18347
18348 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18349
18350 Version 2.0.39 of Tramp released.
18351
18352 * net/tramp.el (tramp-handle-file-local-copy)
18353 (tramp-handle-write-region, tramp-open-connection-rsh):
18354 Variable name typo. Small change. From Patrick Tullmann
18355 <tullmann@flux.utah.edu>.
18356 (tramp-process-connection-type): New variable.
18357 (tramp-maybe-open-connection): Use it.
18358 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18359 (tramp-touch): Set last-modified time of a remote file.
18360 (tramp-handle-write-region): Say which function is used when encoding.
18361
18362 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18363
18364 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18365 case of non-existing filename, too. Reported by Christoph Bauer
18366 <c_bauer@informatik.uni-kl.de>.
18367 (tramp-smb-get-file-entries): The directory in question should
18368 have permissions "drwxrwxrwx". Just virtual, because we don't
18369 know the real permissions. Don't we know?
18370 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18371 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18372 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18373 output. If it was received chunkwise, there have been problems.
18374 Remove the "prompt not found" error message; it is obvious.
18375 Simplify algorithm.
18376 (tramp-smb-process-running): Remove. Since we acknowledge the
18377 virtual prompt for shares, there's no need for distinction of
18378 reading shares (process ends afterwards) and interactive mode of
18379 smblient.
18380 (tramp-smb-open-connection): Setting process sentinel removed.
18381 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18382 "NT_STATUS_NETWORK_ACCESS_DENIED".
18383 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18384 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18385 (top-level): Setting default value in `tramp-default-method-alist'
18386 corrected. Order of USER and HOST have been wrong.
18387 Nobody complained for months ...
18388 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18389 (tramp-smb-open-connection): Clear password cache if login has failed.
18390
18391 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18392 `tramp-unified-filenames'.
18393 (tramp-completion-mode): Make test for XEmacs explicitely.
18394 `event-to-character' can exists in Emacs packages too.
18395 Reported by Matt Swift <swift@alum.mit.edu>.
18396 (tramp-buffer-name): Buffer name must contain the user if exists.
18397 Reported by Adrian Phillips <a.phillips@met.no>.
18398 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18399 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18400 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18401 `tramp-do-copy-or-rename-file-one-local', because it handles also
18402 the case both files use the same out-of-band method.
18403 Implementation added.
18404 (tramp-handle-file-local-copy, tramp-handle-write-region):
18405 Out-of-band handling removed. `copy-file' called instead, which
18406 calls `tramp-do-copy-or-rename-file-out-of-band'.
18407 (tramp-action-password): Check for out-of-band method removed.
18408 This function is used for 'login-program.
18409 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18410 appropriate.
18411 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18412 and `tramp-parse-sknownhosts'.
18413 (tramp-completion-function-alist): It's a defvar now, because we
18414 want to apply the optimized `tramp-set-completion-function'
18415 instead of a static list.
18416 (tramp-set-completion-function): Implementation tuned.
18417 Avoid double entries, and entries where the function or the
18418 file/directory doesn't exist.
18419 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18420 for SSH2.
18421 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18422 (tramp-handle-dired-compress-file): New function.
18423 (tramp-async-proc): New variable.
18424 (tramp-handle-shell-command): Adding asynchronous processes.
18425 They are far from being perfect, but it works at least for
18426 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18427 (top-level): Require password.el if visible. Should be mandatory
18428 once No Gnus has found its way into (X)Emacs.
18429 (tramp-read-passwd): Invoke `password-read' if available,
18430 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18431 fallback any longer.
18432 (tramp-clear-passwd): New function.
18433 (tramp-process-actions, tramp-process-multi-actions):
18434 Clear password cache if login has failed.
18435
18436 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18437 its own module.
18438 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18439 `ange-ftp-ftp-name-res'. There could be incorrect values from
18440 previous calls in case the "ftp" method is used in the Tramp file
18441 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18442
18443 2004-02-28 Richard M. Stallman <rms@gnu.org>
18444
18445 * term.el (term-mouse-paste): Call mouse-set-point.
18446
18447 * thumbs.el: New file.
18448
18449 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18450
18451 * progmodes/ebnf-abn.el: Doc fix.
18452
18453 * progmodes/ebnf-bnf.el: Doc fix.
18454 (ebnf-repeat): Code fix.
18455
18456 * progmodes/ebnf2ps.el: Doc fix.
18457 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18458
18459 2004-02-28 Juri Linkov <juri@jurta.org>
18460
18461 * ffap.el (dired-at-point): Additional writability test for
18462 relative directory names.
18463 (dired-at-point-prompter): Treat directories as a directory, get
18464 the directory component from files.
18465 (ffap-string-at-point): Return string from region if region is active.
18466 (ffap-file-at-point): Remove redundant code.
18467
18468 2004-02-28 Kim F. Storm <storm@cua.dk>
18469
18470 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18471 Initialize margin area images to nil.
18472 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18473 (breakpoint-enabled-bitmap-face)
18474 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18475 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18476 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18477 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18478 (gdb-reset): Use gdb-remove-breakpoint-icons.
18479 (gdb-put-string): Add dprop arg to specify alternative display
18480 property (for setting fringe bitmap).
18481 (gdb-remove-strings): Doc fix.
18482 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18483 icon in fringe (if available), or else as icon or text in display
18484 margin. Creates necessary icons in breakpoint-bitmap,
18485 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18486 Also make left window margin if required.
18487 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18488 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18489 no longer needed.
18490 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18491 gdb-put-breakpoint-icon.
18492 (gdb-assembler-mode): Don't set left-margin-width here.
18493
18494 2004-02-27 Kevin Ryde <user42@zip.com.au>
18495
18496 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18497 comma, so that it DTRT in macros.
18498
18499 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18500
18501 * progmodes/sh-script.el (sh-shell-arg)
18502 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18503 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18504
18505 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18506
18507 * faces.el (face-spec-set-match-display): Add a new attribute,
18508 `min-colors'.
18509 (region, highlight, secondary-selection): Use `min-colors'.
18510
18511 * custom.el (defface): Add documentation for `min-colors'.
18512
18513 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18514 (font-lock-keyword-face, font-lock-function-name-face)
18515 (font-lock-variable-name-face, font-lock-constant-face):
18516 Use `min-colors'.
18517
18518 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18519
18520 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18521
18522 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18523 define assq-delete-all if it's not defined.
18524 (ebnf-generate-region): Code fix.
18525
18526 * printing.el: Doc fix.
18527 (pr-version): New version number (6.7.2).
18528 (pr-command): Return empty string if command is an empty string.
18529
18530 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18531
18532 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18533
18534 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18535 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18536 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18537 "tt" ["test"] ). Reported by Markus Dreyer
18538 <mdreyer@ix.urz.uni-heidelberg.de>.
18539 (ebnf-version): New version number (4.0).
18540 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18541 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18542 (ebnf-delete-style): New commands.
18543 (ebnf-directory, ebnf-file): New funs.
18544 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18545 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18546 (ebnf-syntax-alist): New var.
18547 (ebnf-element-width): New fun replacing ebnf-list-width.
18548 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18549 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18550 (ebnf-prologue): Adjust vars.
18551 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18552 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18553 (ebnf-check-style-values, ebnf-generate-production)
18554 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18555 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18556 (ebnf-token-repeat): Code fix.
18557
18558 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18559 %right, %left and %prec. Suggested by Matthew K. Junker
18560 <junker@alum.mit.edu>.
18561 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18562
18563 * progmodes/ebnf-iso.el: Doc fix.
18564 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18565 (ebnf-iso-lex): Code fix.
18566
18567 * progmodes/ebnf-bnf.el: Doc fix.
18568 (ebnf-bnf-lex): Code fix.
18569
18570 * progmodes/ebnf-otz.el: Doc fix.
18571
18572 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18573
18574 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18575 (abbrev-prefix-mark): Doc fix.
18576
18577 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18578
18579 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18580 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18581 (gdb-var-delete): Make interactive (really).
18582 (gdb-edit-value): Make non-interactive.
18583
18584 * progmodes/gud.el (gud-speedbar-menu-items):
18585 Add gdb-var-delete and, indirectly, gdb-edit-value.
18586 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18587 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18588 (gud-gdb-marker-filter): Add comment for annotations.
18589
18590 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18591
18592 * calendar/calendar.el (generate-calendar)
18593 (calendar-read-date): Prevent display of BC calendars once more -
18594 reverts 2003-10-01 change.
18595 (generate-calendar-month): Doc fix.
18596
18597 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18598
18599 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18600 return value of increment-calendar-month.
18601
18602 2004-02-21 Stephen Compall <s11@member.fsf.org>
18603
18604 * saveplace.el (save-place-forget-unreadable-files)
18605 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18606 (save-place-forget-unreadable-files): New function.
18607 (save-place-alist-to-file): Use it to filter out files that are
18608 no longer readable.
18609
18610 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18611 current Texinfo environment, using the same method as in
18612 `texinfo-insert-@end', and insert a space rather than a newline if
18613 point in a @table environment.
18614
18615 2004-02-21 Juri Linkov <juri@jurta.org>
18616
18617 * ffap.el (ffap-file-at-point): Try parent directories.
18618
18619 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18620
18621 * vcursor.el (vcursor-modifiers): New defcustom.
18622 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18623 hard-coded list.
18624
18625 2004-02-21 Masatake YAMATO <jet@gyve.org>
18626
18627 * play/animate.el (animate-birthday-present): Accept names other
18628 than `Sarah', too.
18629
18630 2004-02-21 Juri Linkov <juri@jurta.org>
18631
18632 * startup.el: Remove table of command line arguments from the
18633 Commentary section.
18634
18635 2004-02-20 John Wiegley <johnw@newartisans.com>
18636
18637 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18638 again" modifier from 'e' to 'E', since 'e' is also used by the
18639 "file extension" modifier.
18640
18641 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18642
18643 * help-fns.el (describe-categories): Doc fix.
18644
18645 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18646
18647 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18648 temporary file for buffer already visiting one. This change makes
18649 output likely to be directly usable by patch program.
18650 Suggested by Adrian Aichner <adrian@xemacs.org>
18651
18652 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18653
18654 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18655 case of variables defined in compound statements.
18656 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18657 Simplify constructions using switch-to-buffer.
18658
18659 2004-02-19 Simon Josefsson <jas@extundo.com>
18660
18661 * play/morse.el: Fix typo.
18662 (morse-code): Add @.
18663
18664 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18665
18666 * calendar/appt.el (appt-display-format): Change default to
18667 'ignore, for backwards compatibility.
18668 (appt-display-message): If appt-display-format is 'ignore,
18669 respect old vars appt-msg-window and appt-visible.
18670 (appt-activate): Don't depend on return value of cancel-timer.
18671
18672 * calendar/calendar.el (calendar-holidays): Doc fix.
18673
18674 * calendar/cal-coptic.el (coptic-prompt-for-date):
18675 Use assoc-string instead of assoc-ignore-case.
18676 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18677 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18678 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18679 * calendar/cal-islam.el (calendar-goto-islamic-date)
18680 (mark-islamic-diary-entries): Ditto.
18681 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18682 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18683 (calendar-read-mayan-tzolkin-date): Ditto.
18684 * calendar/calendar.el (calendar-read-date): Ditto.
18685 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18686
18687 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18688
18689 * progmodes/executable.el (executable-command-find-posix-p):
18690 Fix choice of the directory.
18691
18692 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18693
18694 * simple.el (interprogram-cut-function)
18695 (interprogram-paste-function, kill-new, kill-append):
18696 Doc fixes.
18697 (kill-region): Make it return nil. Doc fix.
18698 (yank-pop): Make its argument optional.
18699 (yank): Make ARG `-' equivalent to `-1'.
18700
18701 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18702
18703 * mail/rmail.el (rmail-get-new-mail): Don't reference
18704 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18705
18706 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18707
18708 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18709 if one of global-auto-revert-non-file-buffers or autorevert-mode
18710 is non-nil.
18711
18712 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18713
18714 * subr.el (delete-dups): A better implementation from Karl Heuer
18715 <kwzh@gnu.org>.
18716
18717 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18718
18719 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18720 correct place.
18721 * progmodes/icon.el (icon-indent-command): Ditto.
18722 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18723
18724 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18725
18726 * progmodes/grep.el (grep-compute-defaults): Undo change from
18727 2004-01-29: don't use executable-command-find-posix-p.
18728
18729 2004-02-16 Richard Sharman <rsharman@pobox.com>
18730
18731 * hilit-chg.el: Use require instead of eval-and-compile.
18732 (highlight-compare-buffers): New function.
18733
18734 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18735
18736 * man.el (Man-fontify-manpage): Render section headings in
18737 `Man-overstrike-face' even when overstrike was not used by man
18738 formatter for section headings.
18739
18740 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18741
18742 * rmail-spam-filter.el (vm-use-spam-filter)
18743 (rsf-min-region-length-added-to-spam-list): New variables.
18744 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18745 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18746 spam testing. Don't delete spam message if automatic deletion
18747 after output via variable rmail-delete-after-output is turned on.
18748 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18749 rsf-bbdb-dont-create-entries-for-spam.
18750 (check-field): New function, extracted from code in
18751 rmail-spam-filter to ease addition of header fields like content-type.
18752 (message-content-type): New variable to check the content-type:
18753 field added, also in defcustom of rsf-definitions-alist.
18754 (rmail-spam-filter): Replace repeated test code for header fields
18755 by calls to check-field; change the call to
18756 rmail-output-to-rmail-file such that rmail-current-message stays
18757 the same to avoid wrong deletion of unseen flags.
18758 (rsf-add-contents-type): New function to convert old format
18759 of rmail-spam-definitions-alist into new one.
18760 Change prefixes of all variables and functions from
18761 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18762
18763 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18764
18765 * loadhist.el (unload-hook-features-list): New defvar.
18766
18767 2004-02-16 Dave Love <fx@gnu.org>
18768
18769 * loadhist.el (unload-feature): Doc fix. Rename flist to
18770 unload-hook-features-list.
18771
18772 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18773
18774 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18775 cookie. Don't check if we are looking-at open-formula.
18776
18777 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18778
18779 * subr.el (match-string-no-properties): Use substring-no-properties.
18780
18781 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18782
18783 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18784 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18785 Use lower-case "rx" in all error message.
18786
18787 2004-02-16 Dave Love <fx@gnu.org>
18788
18789 * emacs-lisp/rx.el (rx-or): Put group around result.
18790 (rx-constituents): Add backref.
18791 (rx-syntax): Add string-delimiter, comment-delimiter.
18792 (rx-categories): Add combining-diacritic.
18793 (rx-check-not, rx-greedy, rx): Doc fix.
18794 (rx-backref, rx-check-backref): New.
18795
18796 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18797
18798 * newcomment.el (uncomment-region): Allow eob as comment end.
18799
18800 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18801
18802 * filecache.el: All message and error commands now use prefix
18803 "Filecache:" to make it easy to read *Messages* buffer.
18804
18805 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18806
18807 * autorevert.el: Add support to detect changed dired and VC buffers.
18808 (auto-revert-active-p, auto-revert-list-diff)
18809 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18810 (auto-revert-handler, auto-revert-active-p): New functions.
18811 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18812 and `auto-revert-active-p'.
18813 (eval-when-compile): Defvar dired-directory and vc-mode.
18814 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18815 (auto-revert-handler-vc): New functions.
18816
18817 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18818
18819 * progmodes/compile.el (compilation-directory): New defvar.
18820 (compile): Save current directory in compilation-directory.
18821 (recompile): Bind default-directory to compilation-directory if
18822 that is non-nil.
18823
18824 2004-02-16 Dave Love <fx@gnu.org>
18825
18826 * newcomment.el (comment-insert-comment-function)
18827 (comment-region-function, uncomment-region-function): New.
18828 (comment-indent): Use comment-insert-comment-function.
18829 (uncomment-region): Use uncomment-region-function.
18830 (comment-region): Use comment-region-function.
18831
18832 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18833
18834 2004-02-16 Richard Stallman <rms@gnu.org>
18835
18836 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18837 loaddefs* and ldefs-boot*.
18838
18839 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18840
18841 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18842 and email address at the beginning and end of the address.
18843
18844 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18845 anchored at the beginning of the email address.
18846
18847 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18848
18849 * international/ccl.el (ccl-compile-write): Pass `left' to
18850 ccl-embed-code to generate correct code of write-expr-register.
18851
18852 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18853
18854 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18855
18856 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18857
18858 * x-dnd.el: Mention support for Motif in commentary.
18859 (x-dnd-handle-drag-n-drop-event): Ditto.
18860
18861 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18862
18863 * ses.el: Use "ses--" prefixes for buffer-local variables.
18864 Use (point-min) instead of 1, even when we know the buffer
18865 is unnarrowed.
18866 (ses-build-load-map): Delete. Distribute its content to defconst's for
18867 the three maps.
18868 (ses-menu, ses-header-line-menu): New menus.
18869 (ses-mode-map): Use them.
18870 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18871
18872 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18873
18874 * Makefile.in: Fix the CC Mode recompile kludge so it works
18875 when building in a different directory.
18876
18877 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18878
18879 * simple.el (kill-new): Put yank-handler property on the entire string.
18880
18881 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18882
18883 * diff.el: Don't use compile any more, use diff-mode instead.
18884 (diff-regexp-alist, diff-old-file, diff-new-file)
18885 (diff-parse-differences, diff-process-setup): Remove.
18886 (diff-sentinel): New fun.
18887 (diff): Use it. Run the process ourselves.
18888 Use diff-mode for the rest of the processing.
18889
18890 * diff.el (diff): Simplify code handling `switch'.
18891
18892 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18893
18894 * pcvs-defs.el (cvs-menu): Add `tag'.
18895
18896 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18897
18898 * simple.el (kill-append): Doc fix.
18899
18900 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18901 Adapt outline-regexp to the new conventions for commenting out code.
18902
18903 2004-02-11 John Paul Wallington <jpw@gnu.org>
18904
18905 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18906
18907 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18908
18909 * diff.el (diff-switches): New fun.
18910 (diff, diff-backup): Use it.
18911 (diff): Clean up the args construction. Use backquote.
18912 Use listp instead of consp to avoid putting a nil arg.
18913 (diff): Add a revert-buffer function.
18914
18915 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18916
18917 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18918 handled by x-dnd-handle-file-name.
18919 (x-dnd-known-types): Add COMPOUND_TEXT.
18920 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18921 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18922 x-dnd-empty-state.
18923 (x-dnd-forget-drop): Ditto.
18924 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18925 (x-dnd-handle-one-url): Return private when inserting text.
18926 (x-dnd-insert-ctext): New function.
18927 (x-dnd-handle-file-name): New function for FILE_NAME.
18928 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18929 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18930 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18931
18932 2004-02-10 Kenichi Handa <handa@m17n.org>
18933
18934 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18935 instead of while loop.
18936
18937 2004-02-10 Miles Bader <miles@gnu.org>
18938
18939 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18940
18941 2004-02-09 Kenichi Handa <handa@m17n.org>
18942
18943 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18944 have end-of-line.
18945
18946 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18947
18948 * Makefile.in: Added extra dependencies in the recompile target
18949 needed to cope with the compile time macro expansions in CC Mode.
18950
18951 2004-02-09 Kim F. Storm <storm@cua.dk>
18952
18953 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18954 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18955 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18956 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18957 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18958 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18959 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18960 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18961 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18962 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18963 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18964
18965 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18966
18967 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18968 Don't allow shrink if there's a window on our right.
18969
18970 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18971 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18972 Bring together declaration and initialization.
18973 (prolog-mode-variables): Don't set the syntax table.
18974 Don't set paragraph-start and comment-indent-function.
18975 Add /*..*/ to the comment regexps.
18976 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18977 (prolog-mode-map): Don't bind TAB.
18978 (prolog-mode): Set the syntax table.
18979 (prolog-comment-indent): Remove.
18980 (inferior-prolog-mode-map): Initialize in the declaration.
18981 (inferior-prolog-mode-syntax-table)
18982 (inferior-prolog-mode-abbrev-table): New vars.
18983 (inferior-prolog-mode): Derive from comint-mode.
18984 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18985 minibuffer windows.
18986
18987 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18988 in file names, as long as it is unabmiguous.
18989
18990 2004-02-08 Andreas Schwab <schwab@suse.de>
18991
18992 * textmodes/reftex-toc.el
18993 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18994 format. Doc fix.
18995
18996 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18997 format string arguments.
18998
18999 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19000 string argument.
19001
19002 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19003
19004 * play/zone.el (zone-call): Fix format string.
19005
19006 * net/webjump.el (webjump-builtin): Add missing format string argument.
19007
19008 * midnight.el (midnight-delay-set): Remove extra format string argument.
19009
19010 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19011
19012 * hexl.el (hexl-insert-char): Add missing format string argument.
19013
19014 * format.el (format-decode): Fix format string.
19015
19016 * emulation/vi.el (vi-mode): Remove extra format string argument.
19017 (vi-repeat-last-search): Likewise.
19018 (vi-reverse-last-search): Likewise.
19019 (vi-goto-mark): Likewise.
19020 (vi-reverse-last-find-char): Likewise.
19021 (vi-repeat-last-find-char): Likewise.
19022 (vi-locate-def): Likewise.
19023
19024 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19025
19026 * ediff-util.el (ediff-toggle-read-only): Remove extra format
19027 string argument.
19028 (ediff-toggle-regexp-match): Likewise.
19029
19030 * dired-aux.el (dired-do-query-replace-regexp): Add missing
19031 format string argument.
19032
19033 * calc/calc-map.el (calc-get-operator): Remove extra format
19034 string argument.
19035
19036 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19037
19038 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19039 string argument.
19040
19041 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19042
19043 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19044
19045 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19046
19047 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19048 (cl-struct-setf-expander): Likewise.
19049
19050 * vc.el (with-vc-file): Fix unsafe uses of error.
19051 (vc-cancel-version): Likewise.
19052
19053 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
19054
19055 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19056 thousands separator; fixes <class>:<line-number> regexp for
19057 non-english locales.
19058
19059 2004-02-08 Andreas Schwab <schwab@suse.de>
19060
19061 * view.el (view-mode-enable): Revert previous change.
19062
19063 2004-02-07 Kim F. Storm <storm@cua.dk>
19064
19065 * simple.el (line-number-at-pos): Rename from line-at-pos.
19066 Uses changed (what-line and vc-annotate-warp-version).
19067
19068 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19069
19070 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19071 (diff-mode): Remove aborted attempt at support for compile.el.
19072 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19073
19074 2004-02-06 Andreas Schwab <schwab@suse.de>
19075
19076 * view.el (view-mode-enable): Add view-mode-map to
19077 minor-mode-overriding-map-alist.
19078
19079 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19080
19081 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19082
19083 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
19084
19085 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19086 with point inside rather than after the paragraph.
19087
19088 2004-02-04 Sam Steingold <sds@gnu.org>
19089
19090 * mail/smtpmail.el (smtpmail-try-auth-methods):
19091 Do not try authentication when no mechanism is available.
19092 Pass port-name as defaultport to `netrc-machine'.
19093
19094 2004-02-04 Stephen Eglen <stephen@gnu.org>
19095
19096 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19097 to show how minibuffer height can be constrained.
19098
19099 2004-02-04 John Paul Wallington <jpw@gnu.org>
19100
19101 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19102
19103 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19104
19105 * x-dnd.el: New file for drag and drop.
19106
19107 * term/x-win.el: require x-dnd, set after-make-frame-functions
19108 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19109 drag-n-drop event.
19110
19111 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19112 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19113 (dired-dnd-handle-file): New functions for drag and drop support.
19114 (dired-mode): Initialize drag and drop if x-dnd present.
19115
19116 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19117
19118 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19119 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19120 (cperl-mode): Set fill-paragraph-function.
19121 (cperl-fill-paragraph): Make it non-interactive.
19122
19123 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
19124
19125 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19126
19127 2004-02-02 David Kastrup <dak@gnu.org>
19128
19129 * replace.el (perform-replace): Allow 'literal argument in
19130 regexp-flag to indicate literal replacement.
19131 (query-replace-regexp-eval): Use it.
19132
19133 2004-02-01 Andreas Schwab <schwab@suse.de>
19134
19135 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19136
19137 2004-02-01 Stephen Eglen <stephen@gnu.org>
19138
19139 * info-look.el: Add support for maxima-mode. Update commentary
19140 because info-lookup-symbol is now bound to C-h S.
19141
19142 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
19143
19144 * simple.el (edit-and-eval-command): Bind print-level and
19145 minibuffer-history-sexp-flag around call to read-from-minibuffer.
19146 Correct initial position in command-history.
19147
19148 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
19149
19150 * files.el (read-directory-name): Adapt the docstring to recent
19151 change in Fread_file_name.
19152
19153 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
19154
19155 * ses.el (ses-print-cell): If print format too wide for column
19156 width, truncate decimal places if that helps to avoid "#####" fill.
19157 * ses.el (ses-initial-column-width): Revert previous change.
19158
19159 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
19160
19161 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19162 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19163 Add edebug info.
19164 (jit-lock-mode): Setup/cancel the new timer.
19165 (jit-lock-context-fontify): New fun. Extracted from
19166 context fontification code of jit-lock-stealth-fontify.
19167 (jit-lock-stealth-fontify): Don't do context fontification any more.
19168
19169 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19170 (jit-lock-fontify-now): Handle the `quit' case.
19171 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19172
19173 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
19174
19175 * progmodes/executable.el (executable-command-find-posix-p):
19176 New. Check if find handles arguments Posix-style.
19177
19178 * progmodes/grep.el (grep-compute-defaults):
19179 Use executable-command-find-posix-p.
19180 (grep-find): Check `grep-find-command'.
19181
19182 * filecache.el (file-cache-find-posix-p): Delete.
19183 (file-cache-add-directory-using-find):
19184 Use `executable-command-find-posix-p'.
19185
19186 2004-01-29 Dave Love <fx@gnu.org>
19187
19188 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19189 Iterate the hook function if arg is given.
19190 (mark-defun, narrow-to-defun): Change order of finding the limits.
19191
19192 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
19193 (byte-compile-format-warn): New.
19194 (byte-compile-callargs-warn): Use it.
19195 (Format, message, error): Add byte-compile-format-like property.
19196 (byte-compile-maybe-guarded): New.
19197 (byte-compile-if, byte-compile-cond): Use it.
19198 (byte-compile-lambda): Compile interactive forms,
19199 just to make warnings about them.
19200
19201 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
19202
19203 * ses.el (ses-initial-column-width): Increase to 14, so it will
19204 work well with the default printer of "%.7g" for extreme values
19205 like "-1.234567e+07".
19206
19207 2004-01-29 Kenichi Handa <handa@m17n.org>
19208
19209 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19210
19211 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
19212
19213 * dos-w32.el: Added support for the `default-printer-name' function.
19214
19215 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19216
19217 * server.el (server-socket-name): Don't use the hostname in the
19218 socket name since /tmp is local to the host anyway.
19219
19220 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19221 robust check of widening and fix var-naming.
19222
19223 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
19224
19225 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19226 or rmail-spam- to rsf- in all function and variable names.
19227 (rsf-min-region-to-spam-list): New variable.
19228 (rsf-bbdb-auto-delete-spam-entries): Rename from
19229 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
19230 scanned together with the recipients field for spam testing; Don't
19231 delete spam message if rmail-delete-after-output is non-nil;
19232 (rsf-check-field): New function, extracted from code in
19233 rmail-spam-filter to ease addition of header fields like
19234 content-type:;
19235 (message-content-type): New variable. The content-type: field was
19236 added also in defcustom of rsf-definitions-alist;
19237 (rmail-spam-filter): Replace repeated test code for header fields
19238 by calls to check-field; change the call to
19239 rmail-output-to-rmail-file such that rmail-current-message stays
19240 the same to avoid wrong deletion of unseen flags.
19241 (rmail-use-spam-filter): Add autoload cookie.
19242
19243 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
19244
19245 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
19246 (file-cache-add-directory-using-find): Add Cygwin support.
19247 (file-cache-find-command-posix-flag): New user variable.
19248
19249 * filecache.el (file-cache-add-directory): Check for
19250 directories an remove them from dir-files.
19251
19252 2004-01-27 Richard M. Stallman <rms@gnu.org>
19253
19254 * man.el (Man-fontify-manpage): Clean up message.
19255
19256 2004-01-27 Kenichi Handa <handa@m17n.org>
19257
19258 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19259 (sentence-end): Define using sentence-end-without-space.
19260
19261 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19262 a sentence ends with one of a character in sentence-end-without-space.
19263
19264 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
19265
19266 * font-lock.el (font-lock): Add jit-lock as explicit group member.
19267 (jit-lock): Group declaration moved to jit-lock.el.
19268 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19269 when necessary.
19270
19271 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19272 (jit-lock-context-unfontify-pos): Rename from
19273 jit-lock-first-unfontify-pos.
19274 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19275
19276 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19277
19278 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19279 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19280 (fortran-fill): When filling a string, adjust re-search-backward
19281 argument for special case of string just on fill-column.
19282 When filling non-string, allow one extra char if
19283 fortran-break-before-delimiters is non-nil.
19284 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19285 Use fortran-break-delimiters-re and fortran-no-break-re to
19286 correctly handle cases such as "**".
19287
19288 * progmodes/f90.el (f90-break-delimiters): Doc fix.
19289 (f90-no-break-re): Add some extra tokens. Doc fix.
19290
19291 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
19292
19293 * mail/rmail-spam-filter.el:
19294 Use two semicolons as Commentary line prefix.
19295 Add ";;; Code:" stylized comment.
19296 Delete end-of-line whitespace.
19297 Wrap (require 'cl) with `eval-when-compile'.
19298
19299 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
19300
19301 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19302 at the top level of vc.el.
19303
19304 2004-01-23 Andre Spiegel <spiegel@gnu.org>
19305
19306 * vc.el (vc-current-line): Function removed. This is now done by
19307 the new function line-at-pos in simple.el.
19308 (vc-annotate-warp-version): Use line-at-pos instead of
19309 vc-current-line.
19310
19311 2004-01-22 Kim F. Storm <storm@cua.dk>
19312
19313 * simple.el (line-at-pos): New defun.
19314 (what-line): Use it. Optimize by only counting lines in narrowed
19315 region once.
19316
19317 2004-01-22 Kenichi Handa <handa@m17n.org>
19318
19319 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19320 point (register r1) only for charset mule-unicode-0100-24ff.
19321
19322 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
19323
19324 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19325 trailing white space and ensure a final newline.
19326
19327 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19328 Add autoload cookie.
19329
19330 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
19331
19332 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19333 activate view-mode explicitly.
19334
19335 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19336
19337 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19338 menu-bar-enable-clipboard and make Paste use clipboard first.
19339
19340 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19341
19342 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
19343 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19344 (vc-mcvs-cvs): Remove.
19345 (vc-mcvs-command): Remove use of assert.
19346
19347 * outline.el (outline-insert-heading): Tighten up match.
19348 (outline-demote, outline-move-subtree-down): Don't assume anything
19349 about outline-regexp.
19350
19351 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19352 (texinfo-show-structure): Explicitly add ^, and simplify.
19353
19354 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
19355
19356 * calendar/appt.el (appt-check): Restore usage of
19357 appt-issue-message deleted in previous change.
19358 (top-level): Activate package when loaded (needed for backwards
19359 compatibility).
19360
19361 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19362
19363 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19364 following previous change to smtpmail-send-data.
19365
19366 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19367
19368 * vc.el (vc-default-previous-version): Doc enhancement.
19369 (vc-default-next-version): New function.
19370 (vc-print-log): New arg FOCUS-REV.
19371 (vc-annotate-mode): Derive from view-mode.
19372 (vc-annotate): New args REVISION, DISPLAY-MODE.
19373 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19374 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19375 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19376 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19377 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19378
19379 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19380
19381 2004-01-19 Karl Berry <karl@gnu.org>
19382
19383 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19384 or "TexInfo".
19385
19386 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19387
19388 * subr.el (delete-dups): New function.
19389
19390 2004-01-19 Karl Berry <karl@gnu.org>
19391
19392 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19393 with ^, since that's what texinfo-show-structure
19394 documentation says (plus it works much better in texinfo.txi).
19395
19396 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19397
19398 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19399
19400 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19401
19402 * progmodes/which-func.el (which-function-mode): Don't cancel
19403 which-func-update-timer if not set.
19404
19405 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19406
19407 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19408 Remove spurious left square bracket in XX:XXam regexp.
19409
19410 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19411
19412 * progmodes/cc-defs.el: Do not require cl at run time.
19413
19414 2004-01-16 Richard M. Stallman <rms@gnu.org>
19415
19416 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19417 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19418
19419 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19420 Call rmail-spam-filter. Delete and expunge spam.
19421 Print number of spam messages deleted.
19422 Save and restore the deletion status of old messages when reading
19423 new mail with spam filter, so that expunging spam does not expunge
19424 msgs deleted by the user.
19425 (rmail-only-expunge): Add an optional argument dont-show to
19426 prevent showing message after expunge.
19427
19428 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19429
19430 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19431 * subr.el (declare): New macro.
19432
19433 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19434
19435 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19436
19437 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19438
19439 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19440 Test window-system rather than system-type (for X11/Mac).
19441
19442 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19443
19444 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19445
19446 2004-01-12 Richard M. Stallman <rms@gnu.org>
19447
19448 * mail/rmail.el (rmail-convert-to-babyl-format):
19449 Use mail-unquote-printable-region.
19450 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19451 (rmail-hex-char-to-integer): Functions deleted.
19452
19453 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19454 (mail-unquote-printable-region): New arg NOERROR.
19455 For invalid encoding, either signal an error to just return nil.
19456
19457 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19458
19459 * calendar/appt.el: Update copyright and commentary.
19460 (appt-issue-message): Make obsolete.
19461 (appt-visible, appt-msg-window): Make obsolete, in favour of
19462 appt-display-format.
19463 (appt-display-mode-line, appt-display-duration)
19464 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19465 (appt-prev-comp-time, appt-display-count, appt-timer)
19466 (appt-convert-time): Doc change.
19467 (appt-disp-window-function, appt-delete-window-function):
19468 Use defcustom rather than defvar.
19469 (appt-display-format): New variable.
19470 (appt-display-message): New function with display code from appt-check.
19471 (appt-check): Add optional FORCE argument. Doc change.
19472 Add appt-make-list to diary-hook if displaying diary.
19473 Remove checking of view-diary-entries-initially.
19474 Message display section removed to new function appt-display-message.
19475 (appt-display-window): Doc change. Remove unused internal var
19476 this-buffer. Do not beep, since appt-display-message does that.
19477 (appt-make-list): Doc change. Use caar.
19478 (appt-sort-list): Simplify by using builtin sort function.
19479 (appt-update-list): New function for updating appts when diary is
19480 saved.
19481 (appt-activate): New autoloaded function to toggle package
19482 functionality.
19483
19484 * calendar/cal-x.el: (calendar-one-frame-setup)
19485 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19486
19487 * calendar/calendar.el: Update copyright.
19488 (view-diary-entries-initially, european-calendar-style): Doc change.
19489 (calendar-setup): Make defcustom rather than defvar.
19490 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19491 in let binding so local to function.
19492
19493 * calendar/diary-lib.el: Update copyright.
19494 (diary, diary-entry-time): Doc change.
19495 (list-diary-entries): Doc change. Trivial logic change.
19496 (fancy-diary-display): Restore make-face command mistakenly
19497 deleted 2003-05-08.
19498 (show-all-diary-entries): Allow to pop-up frame if needed.
19499
19500 2004-01-09 John Paul Wallington <jpw@gnu.org>
19501
19502 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19503 Temporarily select EVENT's window for changing eol type.
19504
19505 2004-01-09 Deepak Goel <deego@gnufans.org>
19506
19507 * calendar/diary-lib.el (diary-entry-time):
19508 Also accept time in the form XX[.XX][am/pm/AM/PM].
19509 (fancy-diary-font-lock-keywords): Likewise.
19510 (diary-font-lock-keywords): Likewise.
19511 * calendar/appt.el (appt-add): Likewise.
19512 (appt-make-list): Likewise.
19513 (appt-convert-time): Likewise.
19514
19515 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19516
19517 * gdb-ui.el (gdb-ann3): Revert previous change.
19518 (gdb-source-info): Allow for case of where compilation directory
19519 is not recorded.
19520
19521 2004-01-08 John Paul Wallington <jpw@gnu.org>
19522
19523 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19524
19525 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19526
19527 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19528
19529 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19530 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19531 problems.
19532 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19533
19534 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19535
19536 * files.el (write-file-functions, write-contents-functions):
19537 Clarify docstrings.
19538
19539 2004-01-07 Kenichi Handa <handa@m17n.org>
19540
19541 * international/mule.el (set-auto-coding): Fix for the case that
19542 end-of-line is only CR.
19543
19544 2004-01-07 Kim F. Storm <storm@cua.dk>
19545
19546 * subr.el (event-start, event-end): Doc fix.
19547 (posn-string, posn-image): New defuns.
19548 (posn-object): Return either image or string object.
19549 (posn-object-x-y): Return 8th element of position.
19550 (posn-object-width-height): New defun.
19551
19552 2004-01-06 Andreas Schwab <schwab@suse.de>
19553
19554 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19555 output.
19556
19557 2004-01-05 Karl Berry <karl@gnu.org>
19558
19559 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19560 / and *, too.
19561
19562 2003-12-31 Simon Josefsson <jas@extundo.com>
19563
19564 * files.el (before-save-hook): Add.
19565 (basic-save-buffer): Use before-save-hook.
19566
19567 * emacs-lisp/copyright.el: Fix comment to recommend
19568 before-save-hook instead of write-file-functions.
19569
19570 2004-01-05 Richard M. Stallman <rms@gnu.org>
19571
19572 * finder.el (finder-commentary): Call delete-other-windows.
19573
19574 * net/ange-ftp.el (ange-ftp-file-attributes):
19575 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19576
19577 2004-01-04 Karl Berry <karl@gnu.org>
19578
19579 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19580 comment characters % and # in the copyright year notice,
19581 as well as ;.
19582
19583 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19584
19585 * wid-edit.el (default): Define dummy :value-delete.
19586 Reported by Jesper Harder <harder@ifa.au.dk>.
19587
19588 2004-01-03 Richard M. Stallman <rms@gnu.org>
19589
19590 * progmodes/compile.el (compile-internal): Use point, not point-min,
19591 for set-window-point.
19592
19593 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19594
19595 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19596
19597 * progmodes/grep.el (grep-mode-map):
19598 Don't remap next-line, previous-line.
19599
19600 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19601
19602 * speedbar.el (speedbar-edit-line): Change regexp to position
19603 the cursor on the first character of this line's button.
19604
19605 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19606
19607 * subr.el (functionp): Doc fix.
19608
19609 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19610
19611 * progmodes/idlwave.el (idlwave-make-tags):
19612 * textmodes/flyspell.el (flyspell-large-region):.
19613 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19614 * emulation/viper-util.el (viper-glob-unix-files):
19615 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19616 * man.el (Man-init-defvars):
19617 * jka-compr.el (jka-compr-call-process):
19618 * files.el (get-free-disk-space,insert-directory):
19619 * ediff-ptch.el (ediff-test-patch-utility):
19620 * ediff-diff.el (ediff-test-utility):
19621 * dired-aux.el (dired-check-process):
19622 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19623 test the return value of call-process, because it can be a string.
19624
19625 2003-12-31 John Paul Wallington <jpw@gnu.org>
19626
19627 * bindings.el (completion-ignored-extensions): Add .pfsl.
19628
19629 2003-12-31 Kim F. Storm <storm@cua.dk>
19630
19631 * ido.el (ido-nonreadable-directory-p): New defun to check for
19632 nonreadable directory without activating tramp (to avoid problems
19633 with checking incomplete tramp paths).
19634 (ido-set-current-directory, ido-file-internal)
19635 (ido-file-name-all-completions1): Use it.
19636
19637 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19638
19639 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19640 documentation if the anchor (or node) name is preceded by `info
19641 anchor' or `Info anchor' in addition to earlier `info node' and
19642 `Info node'.
19643 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19644
19645 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19646
19647 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19648 error in arguments to base64-decode-region. Remove ^M characters
19649 after decoding base64.
19650
19651 2003-12-30 Simon Josefsson <jas@extundo.com>
19652
19653 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19654 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19655 have only been distributed with Emacs for some years.
19656 (texinfo-mode-hook): Customize.
19657
19658 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19659
19660 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19661 cleaner (suggested by Richard Stallman).
19662
19663 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19664 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19665 file-name clashes on 8+3 DOS filesystems.
19666
19667 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19668 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19669 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19670 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19671 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19672 file-name clashes on 8+3 filesystems.
19673
19674 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19675 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19676 file-name clashes on 8+3 DOS filesystems.
19677
19678 2003-12-29 Richard M. Stallman <rms@gnu.org>
19679
19680 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19681 Upcase the character.
19682
19683 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19684 Search for header separator alone on a line, literally,
19685 and search for it backward, not forward.
19686 (flyspell-abbrev-table): Always use global-abbrev-table
19687 if there is no local one.
19688
19689 * progmodes/sh-script.el (sh-get-indent-info):
19690 Don't move point back if at bob.
19691
19692 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19693
19694 * play/handwrite.el (handwrite): Make the handwrite credit message
19695 a comment rather than an output command.
19696
19697 * obsolete/sc.el: Display message that this file is obsolete.
19698
19699 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19700
19701 * mail/rfc822.el (rfc822-address-start): Declare variable.
19702 Renamed from address-start. All uses changed.
19703
19704 * term.el (term-exec): Set up sentinel.
19705 (term-sentinel): New function.
19706 (term-handle-exit): New function.
19707
19708 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19709 Use assoc-string, and mark them obsolete.
19710 (delay-mode-hooks): Mark as permanent local.
19711
19712 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19713
19714 * register.el (copy-rectangle-to-register): Doc fix.
19715
19716 * info.el (Info-insert-dir): Use assoc-string.
19717
19718 * info-look.el (info-lookup): Use assoc-string.
19719
19720 * frame.el (pop-up-frame-function): Use quote, not `function'.
19721 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19722 copying with lists as coordinate values.
19723
19724 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19725
19726 * find-dired.el (kill-find): New command.
19727 (find-dired): Make buffer read-only.
19728 Set up a keymap with C-c C-k running kill-find.
19729 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19730
19731 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19732
19733 * filecache.el (file-cache-ignore-case): New variable.
19734 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19735
19736 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19737 (comint-dynamic-complete-as-filename): Rename local vars.
19738 (comint-dynamic-list-filename-completions): Likewise.
19739
19740 * comint.el (comint-dynamic-list-completions-config): New var.
19741 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19742
19743 * comint.el (comint-file-name-chars): Add [].
19744 (comint-word): Use skip-chars-backward, not search.
19745
19746 * shell.el (shell-file-name-chars): Add [].
19747
19748 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19749
19750 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19751
19752 * generic.el (define-generic-mode): Doc fix.
19753
19754 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19755
19756 * files.el (kill-some-buffers): Doc fix.
19757
19758 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19759
19760 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19761 arg to send-invisible
19762 (send-invisible): Doc fix. The argument is now a prompt, not the
19763 string to send.
19764 (comint-read-noecho): Doc fix.
19765
19766 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19767
19768 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19769 "@", as required by some ISP hosting service. Fix defcustom
19770 argument syntax errors that prevented use of customization.
19771
19772 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19773
19774 * xml.el (xml-get-attribute-or-nil): Doc fix.
19775
19776 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19777
19778 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19779 write-file-hooks.
19780
19781 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19782
19783 * autorevert.el (auto-revert-interval): Doc fix.
19784
19785 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19786
19787 * xml.el (xml-get-attribute-or-nil): New function, like
19788 xml-get-attribute, but returns nil if the attribute was not found.
19789 (xml-get-attribute): Convert to defsubst, uses
19790 xml-get-attribute-or-nil.
19791
19792 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19793
19794 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19795
19796 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19797
19798 * custom.el (custom-declare-theme): Use `value' when putting
19799 properties on `theme'.
19800
19801 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19802
19803 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19804 for each yank-handler segment.
19805 (insert-for-yank-1): New function, with the body of the previous
19806 insert-for-yank.
19807
19808 * textmodes/table.el (table-yank-handler): New defcustom.
19809 (table--put-cell-indicator-property): Put yank-handler property
19810 that indicates the yank handler for the table cell.
19811
19812 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19813
19814 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19815 set of keywords.
19816
19817 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19818
19819 * international/mule-cmds.el (reset-language-environment)
19820 (set-language-environment): Don't invoke fontset-related functions
19821 if fontset-list is not fboundp.
19822
19823 2003-12-29 Kenichi Handa <handa@m17n.org>
19824
19825 * international/mule-cmds.el (reset-language-environment):
19826 Call set-overriding-fontspec-internal with nil.
19827 (set-language-environment): Call set-overriding-fontspec-internal
19828 if the language environment specify `overriding-fontspec'.
19829 (language-info-alist): Doc added.
19830
19831 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19832 characters of mule-unicode-0100-24ff.
19833 (ccl-encode-windows-1251-font): New CCL program.
19834 ("Bulgarian"): Specify overriding-fontspec.
19835 ("Belarusian"): Likewise.
19836
19837 2003-12-28 Sam Steingold <sds@gnu.org>
19838
19839 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19840 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19841
19842 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19843
19844 * progmodes/gud.el (gud-gdb-command-name): Set default to
19845 "gdb --annotate=3".
19846 (gud-gdb-marker-filter): Look out for annotations.
19847 (gdb-first-pre-prompt): New variable.
19848 Remove trailing white space.
19849
19850 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19851 if necessary.
19852 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19853 annotations are detected.
19854 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19855 instead of a local one to allow transition from
19856 gud-gdb-marker-filter.
19857 Remove trailing white space.
19858
19859 2003-12-27 Kim F. Storm <storm@cua.dk>
19860
19861 * ido.el: Handle non-readable directories.
19862 (ido-decorations): Add 9th element for non-readable directory.
19863 (ido-directory-nonreadable): New dynamic var.
19864 (ido-set-current-directory): Set it.
19865 (ido-read-buffer, ido-file-internal):
19866 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19867 (ido-file-name-all-completions1): Return empty list for
19868 non-readable directory.
19869 (ido-exhibit): Print [Not readable] if directory is not readable.
19870 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19871 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19872 Use it.
19873
19874 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19875
19876 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19877 calls to directory-files-and-attributes and file-attributes.
19878 (ls-lisp-format): Remove system dependent handling of user and
19879 group id's.
19880
19881 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19882
19883 * ffap.el (ffap-read-file-or-url): Revert previous change.
19884
19885 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19886
19887 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19888 new list of included files called `files-with-node-lines', that
19889 only have node lines. This way @include commands can include any
19890 file, such as version and update files without node lines, not
19891 just files that are chapters.
19892
19893 2003-12-25 Andreas Schwab <schwab@suse.de>
19894
19895 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19896 file not found.
19897
19898 2003-12-08 Miles Bader <miles@gnu.org>
19899
19900 * dired.el (dired-between-files): Always use dired-move-to-filename,
19901 which is more robust in non-english locales.
19902
19903 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19904
19905 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19906
19907 2003-12-24 Andreas Schwab <schwab@suse.de>
19908
19909 * shell.el (shell-file-name-quote-list): Add backslash.
19910
19911 * comint.el (comint-quote-filename): Correctly handle backslash
19912 in comint-file-name-quote-list.
19913
19914 2003-12-24 Kenichi Handa <handa@m17n.org>
19915
19916 * international/mule-cmds.el (set-default-coding-systems):
19917 Call ucs-set-table-for-input for all buffers that don't have local
19918 value of buffer-file-coding-system.
19919
19920 * international/ucs-tables.el (ucs-set-table-for-input):
19921 If translation-table-for-encode is a symbol, get its
19922 translation-table property.
19923
19924 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19925
19926 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19927 to `completing-read' on a recently fixed bug.
19928
19929 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19930 instead of SPACE, to get the list of possible fringe modes.
19931 SPACE only works if both `partial-completion-mode' and
19932 `completion-auto-help' are nil.
19933
19934 * complete.el (PC-is-complete-p): Delete.
19935 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19936 calls to `test-completion'.
19937
19938 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19939
19940 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19941 to edit values when there are no children.
19942
19943 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19944 a mode called "Assembler" already exists.
19945 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19946 (gud-watch): Use format option. Remove font properties from string.
19947 (gdb-var-create-handler, gdb-var-list-children-handler):
19948 Don't bother about properties as there are none.
19949 (gdb-var-create-handler, gdb-var-list-children-handler)
19950 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19951 with two arguments.
19952 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19953 Let speedbar show value changes with a different font.
19954 (gdb-edit-value): New defun.
19955 (gdb-clear-partial-output, gdb-clear-inferior-io)
19956 (def-gdb-auto-update-handler): Use erase-buffer.
19957 (gdb-frame-handler): Display watch expressions in
19958 FUNCTION::VARIABLE format if required.
19959
19960 2003-12-23 John Paul Wallington <jpw@gnu.org>
19961
19962 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19963 (Info-goto-emacs-command-node): Doc fixes.
19964
19965 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19966
19967 * cus-edit.el (custom-add-parent-links): Define "many".
19968
19969 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19970
19971 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19972 (widget-child-validate, widget-type-value-create)
19973 (widget-type-default-get, widget-type-match): New functions.
19974 (lazy): New widget.
19975 (menu-choice, checklist, radio-button-choice, editable-list)
19976 (group, documentation-string): Remove redundant (per 2003-10-25
19977 change) calls to `widget-children-value-delete'.
19978 (widget-choice-value-get, widget-choice-value-inline): Remove.
19979 (menu-choice): Update widget.
19980
19981 2003-12-03 Kenichi Handa <handa@m17n.org>
19982
19983 * language/cyrillic.el: Register "microsoft-cp1251" in
19984 ctext-non-standard-encodings-alist.
19985 ("Bulgarian"): Add ctext-non-standard-encodings.
19986 ("Belarusian"): Likewise.
19987
19988 * international/mule-conf.el (compound-text-with-extensions):
19989 Change the type to 2 (iso-2022 base).
19990
19991 * international/mule.el (ctext-non-standard-encodings-alist):
19992 Change the format.
19993 (ctext-non-standard-encodings): New variable.
19994 (ctext-post-read-conversion): Fully re-written.
19995 (ctext-non-standard-designations-alist): Delete it.
19996 (ctext-non-standard-encodings-table): New function.
19997 (ctext-pre-write-conversion): Fully re-written.
19998
19999 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
20000
20001 * cus-edit.el (custom-add-parent-links): Add documentation links
20002 for parent, if the item has none of its own.
20003
20004 2003-11-30 Richard M. Stallman <rms@gnu.org>
20005
20006 * dired-aux.el (dired-do-query-replace-regexp):
20007 Report files visited read-only.
20008
20009 2003-11-30 Juri Linkov <juri@jurta.org>
20010
20011 * dired-aux.el (dired-compare-directories): New command.
20012 (dired-file-set-difference, dired-files-attributes): New functions.
20013
20014 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
20015 Version 2.0.38 of Tramp released.
20016
20017 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
20018 Charles Curley <charlescurley@charlescurley.com>.
20019 (tramp-multi-connection-function-alist): Add ssht entry which adds
20020 "-e none -t -t" to the list of ssh args. Suggested by Adrian
20021 Aichner.
20022 (tramp-get-method-parameter): New function to retrieve a method
20023 parameter. This allows for omission of method parameters.
20024 Callers adjusted.
20025
20026 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
20027
20028 * net/tramp.el: Add new optional parameter ID-FORMAT to
20029 `file-attributes'. Calls of `file-attributes' won't use this
20030 parameter for backward compatibility reasons.
20031 (tramp-perl-file-attributes): Add a new parameter to Perl script
20032 in order to handle uid/gid as strings, if desired.
20033 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20034 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20035 order to make the function more general.
20036 (tramp-handle-file-attributes): Replace proprietary optional
20037 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20038 (tramp-handle-file-attributes-with-perl): Handle parameter
20039 NONNUMERIC if set. This wasn't done in the past.
20040 (tramp-post-connection): Apply second parameter "$2" if
20041 `tramp-remote-perl' is called.
20042
20043 * net/tramp-smb.el (tramp-smb-handle-delete-file):
20044 Correct cut'n'waste error (`filename' instead of `directory').
20045 (tramp-smb-handle-directory-files-and-attributes)
20046 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20047 introduced parameter ID-FORMAT.
20048 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20049 error (`directory' instead of `ldir').
20050
20051 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20052 `file-attributes' has a second parameter. If yes, apply it with
20053 value "'integer". Otherwise, don't use that parameter (default is
20054 integer format).
20055
20056 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
20057
20058 * help.el (help-map): Bind `display-local-help' to `C-h .'.
20059 (help-for-help): Add `C-h .' to the listed Help options.
20060 Remove trailing whitespace.
20061
20062 * help-at-pt.el: New file.
20063
20064 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
20065
20066 * subr.el (noreturn, 1value): New macros for test coverage.
20067 See `testcover.el'.
20068
20069 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20070
20071 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20072 for macro `1value'.
20073 (testcover-1value): New function. Checks that a 1value form
20074 actually returns only one value. Requested by RMS.
20075
20076 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
20077
20078 * gdb-ui.el (gud-watch, gdb-var-create-handler)
20079 (gdb-var-list-children, gdb-var-list-children-handler)
20080 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20081 gdb commands that use mi to keep them out of the command history.
20082
20083 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20084
20085 * cus-start.el (all): Add use-file-dialog.
20086
20087 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20088
20089 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20090
20091 2003-11-27 Kim F. Storm <storm@cua.dk>
20092
20093 * subr.el (posn-object-x-y): New defun.
20094
20095 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
20096
20097 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20098 Don't use `space' for \\\n.
20099 Be more selective as to which # are comment-starters.
20100
20101 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
20102
20103 * subr.el (number-sequence): Improve handling of floating point
20104 arguments (suggested by Kim Storm). Allow negative arguments.
20105
20106 2003-11-26 Kenichi Handa <handa@m17n.org>
20107
20108 * international/mule-cmds.el (standard-display-european-internal):
20109 Cancel the standard-display-table setting for ` and '.
20110
20111 2003-11-26 Kim F. Storm <storm@cua.dk>
20112
20113 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20114 New defcustoms to add ffap-like functionality to ido.
20115 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
20116 (ido-no-final-slash): New defun.
20117 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20118 (ido-read-file-name): ): Toggle VC checking via
20119 vc-handled-backends instead of vc-master-templates.
20120 (ido-file-internal): Handle ido-use-url-at-point and
20121 ido-use-filename-at-point via code borrowed from ffap-guesser.
20122 Handle new ido-exit code ffap.
20123 (ido-sort-list): Ignore final slash when sorting file names.
20124
20125 2003-11-25 Kim F. Storm <storm@cua.dk>
20126
20127 * emulation/cua-base.el (cua--standard-movement-commands):
20128 Add forward-sentence and backward-sentence.
20129
20130 2003-11-25 Stephen Eglen <stephen@gnu.org>
20131
20132 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20133 iswitchb-exit is set to 'usefirst when user selects buffer at head
20134 of list using RET. (Selecting buffers at the head of the list was
20135 broken if the substring was also a complete buffername.)
20136
20137 2003-11-23 Kim F. Storm <storm@cua.dk>
20138
20139 * progmodes/compile.el (grep-command, grep-use-null-device)
20140 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
20141 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
20142 (grep-regexp-alist, grep-program, find-program)
20143 (grep-find-use-xargs, grep-history, grep-find-history)
20144 (grep-process-setup, grep-compute-defaults)
20145 (grep-default-command, grep, grep-tag-default, grep-find)
20146 (grep-expand-command-macros, grep-tree-last-regexp)
20147 (grep-tree-last-files, grep-tree): Move grep variables, functions
20148 and commands to new file grep.el.
20149 (compilation-mode-map): Remove grep commands from Compile sub-menu.
20150 (compilation-process-setup-function): Doc fix.
20151 (compilation-highlight-regexp, compilation-highlight-overlay): New
20152 defvars used for highlighting current compile error in source buffer.
20153 (compile-internal): New optional args HIGHLIGHT-REGEXP and
20154 LOCAL-MAP which overrides compilation-highlight-regexp and
20155 compilation-mode-map for this compilation.
20156 Delay calling compilation-set-window-height until after running
20157 compilation-process-setup-function so it can buffer-local override
20158 compilation-window-height.
20159 Check buffer-local value of compilation-scroll-output.
20160 (compilation-set-window-height): Use buffer-local value of
20161 compilation-window-height.
20162 (compilation-revert-buffer): Don't pass (undefined)
20163 preserve-modes arg to revert-buffer.
20164 (next-error-no-select, previous-error-no-select): New commands.
20165 (compilation-goto-locus): Temporarily highlight current match in
20166 source buffer using compilation-highlight-regexp.
20167
20168 * progmodes/grep.el: New file with grep code from compile.el.
20169 (grep): New defcustom group.
20170 (grep-window-height): New defcustom, like compilation-window-height.
20171 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20172 (grep-scroll-output): New defcustom, like compilation-scroll-output.
20173 (grep-command, grep-use-null-device, grep-find-command)
20174 (grep-tree-files-aliases, grep-tree-ignore-case)
20175 (grep-tree-ignore-CVS-directories): Move to grep custom group.
20176 (grep-setup-hook): New hook variable.
20177 (grep-mode-map): New keymap for grep commands. Add Grep menu.
20178 (grep-last-buffer): New defvar, override compilation-last-buffer.
20179 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
20180 Call compile-internal with args highlight-regexp and grep-mode-map.
20181
20182 2003-11-23 Kim F. Storm <storm@cua.dk>
20183
20184 * subr.el (event-start, event-end): Doc fix.
20185 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
20186 (posn-area, posn-actual-col-row, posn-object): New defuns.
20187 (posn-col-row): Simplify doc. Rewrite to use cond.
20188 (posn-point): Also return buffer position for events outside text
20189 area (that info is now present in the event position).
20190
20191 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
20192 mouse-set-point so that hscroll still works now that clicks on
20193 fringes generate specific mouse events.
20194 (mouse-set-point): Note that it now works in fringes and margins
20195 too due to new semantics of posn-point in fringes and margins.
20196
20197 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
20198 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
20199
20200 2003-11-20 Kim F. Storm <storm@cua.dk>
20201
20202 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
20203 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
20204 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
20205 to 100 for icons to avoid increasing line height when shown.
20206
20207 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20208
20209 * newcomment.el (comment-normalize-vars): Initialize properly if
20210 comment-start was nil.
20211
20212 2003-11-19 Andreas Schwab <schwab@suse.de>
20213
20214 * simple.el (set-variable): Fix indentation.
20215
20216 2003-11-17 Kenichi Handa <handa@m17n.org>
20217
20218 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20219 Fix docstring.
20220
20221 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20222
20223 * international/latin1-disp.el (latin1-display): Fix docstring.
20224
20225 2003-11-16 John Wiegley <johnw@newartisans.com>
20226
20227 * eshell/em-ls.el (eshell-ls-file): There are times with
20228 size-width is nil and uncomputed (when directories are created in
20229 dired, for example); in this case, 4 is reasonable default value,
20230 although it may caused skewed new entries (which could be avoided
20231 by returning the original value of 8 in all cases, but 99% of the
20232 time this is a waste of whitespace).
20233
20234 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20235
20236 * cc-engine.el (c-guess-continued-construct)
20237 (c-guess-basic-syntax): Check a little more carefully if it's a
20238 function declaration when an unknown construct followed by a block
20239 is found inside a statement context. This avoids macros followed
20240 by blocks to be taken as function declarations.
20241
20242 (c-guess-continued-construct): Change the analysis of a statement
20243 continuation with a brace open to `substatement-block', for
20244 consistency with recognized statements.
20245
20246 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20247 start is in a position so that `c-beginning-of-statement-1' jumped
20248 to the beginning of the same statement.
20249
20250 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20251 Don't accept binary operators in the arglist if we're in a function
20252 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
20253 template recognition in cases like "if (a < b || c > d)".
20254
20255 (c-restricted-<>-arglists): New more appropriate name for
20256 `c-disallow-comma-in-<>-arglists'.
20257
20258 Accessing functions updated for the variable name change.
20259
20260 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20261 match data could get clobbered if NOT-INSIDE-TOKEN is used.
20262
20263 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20264 labels.
20265
20266 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20267 instead of duplicating parts of it. This fixes bogus label
20268 recognition.
20269
20270 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20271 of checking the context in which to apply the minimum indentation,
20272 so that it isn't enforced in e.g. namespace blocks.
20273
20274 * cc-vars.el (c-inside-block-syms): New constant used by
20275 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
20276 to somewhat reduce the risk of becoming stale.
20277
20278 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20279 cc-cmds to cc-engine to allow use from cc-align.
20280
20281 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20282 qualified identifiers containing "::".
20283
20284 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20285 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20286
20287 * cc-vars.el (c-emacs-features): Use a space in front of the name
20288 of the temporary buffer. That also avoids dumping problems in
20289 XEmacs due to undo info being left around after the buffer is killed.
20290
20291 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20292 arglist to see if it's a K&R style declaration.
20293
20294 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20295 before returning `knr-argdecl-intro'.
20296
20297 2003-11-16 John Wiegley <johnw@newartisans.com>
20298
20299 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20300 field in a long-listing always 8 characters, use `size-width',
20301 which has already been computed.
20302
20303 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
20304
20305 * subr.el (minor-mode-list): Add `hs-minor-mode'.
20306
20307 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20308
20309 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20310 Support operation while narrowed, with `diff-restrict-view'.
20311
20312 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20313
20314 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20315 Take additional optional arg NARROWFUN. For the generated functions:
20316 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
20317 include frags that arrange to check for and save narrowing state before
20318 the move and then conditionally call NARROWFUN after the move.
20319
20320 2003-11-14 John Wiegley <johnw@newartisans.com>
20321
20322 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20323 that was optional, but obviously missing based on surrounding code.
20324
20325 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20326 string arguments to numbers unless the whole argument was seen as
20327 a number.
20328
20329 2003-11-14 Kenichi Handa <handa@m17n.org>
20330
20331 * international/mule.el (ctext-non-standard-encodings-alist):
20332 Fix coding systems.
20333
20334 2003-11-10 Kenichi Handa <handa@m17n.org>
20335
20336 * language/kannada.el ("Kannada"): Add sample-text.
20337
20338 * language/knd-util.el (kannada-compose-region)
20339 (kannada-compose-string, kannada-post-read-conversion):
20340 Add autoload cookie.
20341
20342 * international/quail.el (quail-completion): Change the message
20343 "corresponding translations" to "corresponding characters".
20344
20345 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
20346
20347 * descr-text.el (describe-char): Fix typo.
20348
20349 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
20350
20351 These changes are to support Kannada language/script.
20352
20353 * Makefile.in (DONTCOMPILE): Add kannada.el.
20354
20355 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20356
20357 * loadup.el: Preload kannada.el.
20358
20359 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20360 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20361 New variables.
20362
20363 * language/kannada.el: New file.
20364
20365 * language/knd-util.el: New file.
20366
20367 2003-11-07 Andreas Schwab <schwab@suse.de>
20368
20369 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20370 Also highlight AH_*.
20371
20372 * xml.el (xml-parse-dtd): Fix misplaced paren.
20373
20374 2003-11-07 Kenichi Handa <handa@m17n.org>
20375
20376 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20377
20378 2003-11-05 Juri Linkov <juri@jurta.org>
20379
20380 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20381 (desktop-buffer-file): Use saved buffer-file-coding-system
20382 for file reading. Set auto-insert to nil to prevent automatic
20383 insertion into restored empty files.
20384
20385 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20386
20387 * files.el (risky-local-variable-p): Make second argument optional.
20388
20389 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20390
20391 * subr.el (add-hook): Fix last change.
20392
20393 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20394
20395 * mail/rmail.el (rmail-convert-to-babyl-format):
20396 If base64-decode-region signals an error, catch it and silently
20397 ignore it.
20398
20399 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20400
20401 * xml.el (xml-parse-region): Allow comments to appear after the
20402 topmost element has closed.
20403 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20404 (xml-ns-expand-attr): New functions to do namespace handling.
20405 (xml-intern-attrlist): Back-compatible handling of attribute names.
20406 (xml-parse-tag): Move namespace handling to separate functions.
20407 Now produces elements in the form ((:ns . "element") (attr-list)
20408 children) instead of ('ns:element (attr-list) children).
20409 (xml-parse-attlist): Fix attribute parsing.
20410 (xml-parse-dtd): Change parsing so that it produces strings
20411 instead of interned symbols.
20412
20413 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20414
20415 * dired.el (dired-ls-sorting-switches): Doc fix.
20416
20417 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20418
20419 * emacs-lisp/rx.el (rx-or): Fix the case of
20420 "(rx (and ?a (or ?b ?c) ?d))".
20421
20422 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20423
20424 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20425 (texinfo-format-region): Use it.
20426 (texinfo-format-buffer-1): Ditto.
20427
20428 2003-11-01 Alan Mackenzie <acm@muc.de>
20429
20430 Changes to allow scrolling whilst in isearch mode:
20431 * isearch.el (isearch-unread-key-sequence): New function,
20432 extracted from isearch-other-meta-char.
20433 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20434 "scrollable" standard functions.
20435 (isearch-allow-scroll): New customizable variable.
20436 (isearch-string-out-of-window, isearch-back-into-window)
20437 (isearch-reread-key-sequence-naturally)
20438 (isearch-lookup-scroll-key): New functions.
20439 (isearch-other-meta-char): Doc string and functionality enhanced.
20440 Now accepts a prefix argument.
20441 (isearch-lazy-highlight-window-end): New variable.
20442 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20443 end (thru isearch-lazy-highlight-window-end), not only its start.
20444
20445 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20446 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20447 (universal-argument, universal-argument-more, negative-argument)
20448 (digit-argument, universal-argument-other-key): Minor changes.
20449
20450 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20451
20452 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20453 recursively if the last message is deleted, thus avoiding an
20454 infinite loop.
20455
20456 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20457
20458 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20459 (tex-main-file): Don't add .tex if the extension is already present.
20460 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20461
20462 2003-10-29 Lute Kamstra <lute@gnu.org>
20463
20464 * progmodes/octave-inf.el (inferior-octave-prompt):
20465 Recognize version number in prompt.
20466
20467 2003-10-28 Dave Love <fx@gnu.org>
20468
20469 * international/characters.el: Fix some Unicode ranges.
20470
20471 2003-10-28 Kenichi Handa <handa@m17n.org>
20472
20473 * disp-table.el (standard-display-8bit)
20474 (standard-display-default, standard-display-ascii)
20475 (standard-display-g1, standard-display-graphic)
20476 (standard-display-underline): Assure that standard-display-table
20477 is a display table.
20478
20479 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20480
20481 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20482 reindenting the first line.
20483
20484 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20485
20486 * wid-edit.el (widget-default-delete): Always delete child widgets.
20487
20488 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20489
20490 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20491 if the line has code.
20492 Don't try to line up with something that's too far left.
20493
20494 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20495 (octave-mode-syntax-table): Add % as a comment starter.
20496 (octave-point): Remove.
20497 (octave-in-comment-p, octave-in-string-p)
20498 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20499 (octave-blink-matching-block-open, octave-auto-fill):
20500 Use line-(beginning|end)-position instead.
20501
20502 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20503
20504 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20505 for Francesco Potort\e,Al\e(B.
20506
20507 2003-10-23 Dave Love <fx@gnu.org>
20508
20509 * international/mule-cmds.el (locale-charset-to-coding-system):
20510 Don't rely on nil being a coding system.
20511
20512 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20513 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20514 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20515
20516 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20517
20518 * gdb-ui.el (gdb-current-language): New variable.
20519 (gdb-update-flag): Remove variable.
20520 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20521 (gdb-take-last-elt): Remove function.
20522 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20523 (gdb-post-prompt): Check for variable object changes here.
20524
20525 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20526 object changes in gdb-ui.el.
20527
20528 2003-10-21 Richard M. Stallman <rms@gnu.org>
20529
20530 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20531
20532 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20533 Don't check for foo*/ wildcard form here.
20534 (insert-directory): Recognize foo*/ as a wildcard.
20535 Separate wildcard-regexp variable from the arg, wildcard.
20536
20537 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20538 (remove-hook): Correctly handle strange cases about local hooks.
20539
20540 2003-10-21 David Ponce <david@dponce.com>
20541
20542 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20543 argument REAL, to return a real number instead of a rounded
20544 integer value. Define as inline function.
20545 (ruler-mode-right-fringe-cols): Likewise.
20546 (ruler-mode-scroll-bar-cols): New function.
20547 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20548 (ruler-mode-right-scroll-bar-cols): Likewise.
20549 (ruler-mode-space): New function.
20550 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20551 scroll bar mode and margins in a more robust way.
20552
20553 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20554
20555 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20556 (antlr-c-init-language-vars): New function.
20557 (antlr-mode): Use it with cc-mode before v5.29.
20558 (antlr-c-common-init): Don't set some local vars here.
20559 (antlr-mode): Set them here.
20560 (antlr-c-forward-sws): New function alias.
20561 (antlr-mode): Redefine with cc-mode before v5.30.
20562 (antlr-skip-sexps): Use it.
20563 (antlr-skip-exception-part): Ditto.
20564 (antlr-skip-file-prelude): Ditto.
20565 (antlr-outside-rule-p): Ditto.
20566 (antlr-end-of-body): Ditto.
20567 (antlr-option-kind): Ditto.
20568 (antlr-insert-option-area): Ditto.
20569 (antlr-file-dependencies): Ditto.
20570
20571 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20572
20573 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20574 Move backward only if point was not inside an entry.
20575
20576 2003-10-21 Richard M. Stallman <rms@gnu.org>
20577
20578 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20579
20580 2003-10-21 Juri Linkov <juri@jurta.org>
20581
20582 * compare-w.el: Automatically skip non-matching text to resync.
20583 (compare-windows-whitespace): Doc fix.
20584 (compare-windows-sync, compare-windows-sync-string-size)
20585 (compare-windows-recenter, compare-ignore-whitespace)
20586 (compare-windows-highlight, compare-windows-face): New variables.
20587 (compare-windows): Use compare-windows-sync.
20588 (compare-windows-highlight, compare-windows-dehighlight)
20589 (compare-windows-sync-regexp)
20590 (compare-windows-sync-default-function): New functions.
20591
20592 2003-10-21 Juri Linkov <juri@jurta.org>
20593
20594 * diff.el (diff-parse-differences): Don't visit the files now;
20595 instead, just record the error locus.
20596
20597 2003-10-21 Dave Love <fx@gnu.org>
20598
20599 * progmodes/cfengine.el: New file.
20600
20601 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20602
20603 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20604 default-directory when completing file names.
20605
20606 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20607
20608 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20609 followed by the word `face', it gets treated as a face, even if
20610 it is also defined as a variable or a function.
20611
20612 2003-10-20 Dave Love <fx@gnu.org>
20613
20614 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20615 Avoid incf in macro expansion.
20616
20617 2003-10-20 John Paul Wallington <jpw@gnu.org>
20618
20619 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20620 `evenp' so we don't implicitly require cl library at runtime.
20621
20622 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20623
20624 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20625 (help-make-xrefs): Only make cross-references for faces if
20626 preceded or followed by the word `face'. Do not make a
20627 cross-reference for variables without variable documentation,
20628 unless preceded by the word `variable' or `option'. Update doc
20629 string accordingly.
20630
20631 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20632
20633 * progmodes/hideshow.el: Rewrite one-armed `if'
20634 constructs using either `when' or `unless'.
20635 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20636
20637 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20638
20639 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20640 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20641 instead of 12x12.
20642
20643 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20644
20645 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20646 message while converting to Babyl.
20647
20648 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20649
20650 * allout.el (allout-mode): Doc fix.
20651
20652 2003-10-16 Lute Kamstra <lute@gnu.org>
20653
20654 * subr.el (force-mode-line-update): Fix docstring.
20655
20656 2003-10-14 Dave Love <fx@gnu.org>
20657
20658 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20659 (default-input-method): Add :link, improve :type.
20660 (locale-charset-language-names): Fix utf-8 pattern.
20661 (locale-charset-match-p, locale-charset-alist)
20662 (locale-charset-to-coding-system): New.
20663 (set-locale-environment): Deal with codeset part of locale specs.
20664
20665 2003-10-14 Lute Kamstra <lute@gnu.org>
20666
20667 * fringe.el (fringe-mode): Use active voice in docstring.
20668 (set-fringe-style): Ditto.
20669
20670 2003-10-13 Lute Kamstra <lute@gnu.org>
20671
20672 * fringe.el (fringe-mode): Fix docstring.
20673 (set-fringe-style): Ditto.
20674
20675 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20676
20677 * ediff-mult.el (ediff-filegroup-action):
20678 Use ediff-default-filtering-regexp.
20679
20680 * ediff-util.el (ediff-recenter): Don't call
20681 ediff-restore-highlighting twice.
20682 (ediff-select-difference): Set current difference.
20683 (ediff-unselect-and-select-difference): Add comment.
20684
20685 * ediff.el (ediff-directories,ediff-directory-revisions)
20686 (ediff-directories3,ediff-merge-directories)
20687 (ediff-merge-directories-with-ancestor)
20688 (ediff-merge-directory-revisions)
20689 (ediff-merge-directory-revisions-with-ancestor):
20690 Use ediff-default-filtering-regexp.
20691
20692 2003-10-12 Andreas Schwab <schwab@suse.de>
20693
20694 * international/mule-cmds.el (locale-charset-language-names):
20695 Simplify regex by removing unused grouping.
20696
20697 2003-10-10 Dave Love <fx@gnu.org>
20698
20699 * bindings.el: Don't bind stop.
20700
20701 2003-10-08 Miles Bader <miles@gnu.org>
20702
20703 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20704 face instead of attempting to emulate it.
20705
20706 2003-10-07 Kenichi Handa <handa@m17n.org>
20707
20708 * international/mule-diag.el (list-coding-systems-1): List coding
20709 systems that are loaded automatically.
20710
20711 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20712
20713 * international/mule.el (autoload-coding-system): New function.
20714
20715 2003-10-07 Andreas Schwab <schwab@suse.de>
20716
20717 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20718 change-log-default-name in the buffer visiting the file.
20719
20720 2003-10-06 Dave Love <fx@gnu.org>
20721
20722 * files.el (find-file-hook): Customize.
20723 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20724
20725 * bindings.el (completion-ignored-extensions): Remove .log.
20726 (global-map): Add again, open, stop keys.
20727
20728 2003-10-05 Richard M. Stallman <rms@gnu.org>
20729
20730 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20731 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20732 Use sh-modify directly.
20733 (sh-select): Use sh-append, not eval.
20734
20735 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20736
20737 * info.el (Info-following-node-name): New function.
20738
20739 * loadhist.el (unload-feature-special-hooks):
20740 Rename from loadhist-hook-functions.
20741 (loadhist-hook-functions): Now an alias.
20742
20743 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20744
20745 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20746 file-name clashes on 8+3 filesystems.
20747
20748 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20749 Rename loaddefs-boot.el to ldefs-boot.el
20750
20751 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20752 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20753
20754 2003-10-03 Lute Kamstra <lute@gnu.org>
20755
20756 * info.el (Info-mode): Revert previous change.
20757 (Info-escape-percent): New function.
20758 (Info-fontify-node): Use it.
20759
20760 2003-10-02 Andreas Schwab <schwab@suse.de>
20761
20762 * loaddefs-boot.el: Regenerated.
20763
20764 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20765
20766 * ffap.el: Remove defadvice related code from CVS since `complete'
20767 provides a `PC-completion-as-file-name-predicate' variable that
20768 ffap can override.
20769
20770 2003-10-02 Kenichi Handa <handa@m17n.org>
20771
20772 * international/utf-8.el (ccl-decode-mule-utf-8):
20773 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20774
20775 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20776 * international/subst-big5.el: Likewise.
20777 * international/subst-gb2312.el: Likewise.
20778 * international/subst-ksc.el: Likewise.
20779
20780 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20781
20782 * calendar/calendar.el (increment-calendar-month)
20783 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20784 (generate-calendar, calendar-read-date, calendar-interval)
20785 (calendar-day-of-week): Handle years BC.
20786 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20787
20788 2003-10-01 Dave Love <fx@gnu.org>
20789
20790 * language/cyrillic.el (cp1251): Alias for windows-1251.
20791
20792 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20793 bootstrap.
20794
20795 2003-10-01 Lute Kamstra <lute@gnu.org>
20796
20797 * files.el: Fix typo.
20798 * imenu.el (imenu--generic-function): Docstring fix.
20799
20800 2003-09-30 Richard M. Stallman <rms@gnu.org>
20801
20802 * dired.el (dired-mode): Handle dired-directory as a list.
20803
20804 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20805
20806 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20807
20808 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20809
20810 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20811 Replace gud-display with gud-watch.
20812 (gud-speedbar-buttons): Add stuff for watching expressions
20813 in the speedbar when using M-x gdba. Use dolist on old part
20814 of this function.
20815
20816 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20817 (gdb-update-flag): New variables.
20818 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20819 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20820 (gud-watch, gdb-var-create-handler) : New functions.
20821 (gdb-var-list-children, gdb-var-list-children-handler)
20822 (gdb-var-create-regexp, gdb-var-update-regexp)
20823 (gdb-var-list-children-regexp): New constants.
20824 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20825 (gdb-annotation-rules): Reduce annotation set (level 3).
20826 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20827 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20828 updates.
20829 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20830 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20831 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20832 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20833 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20834 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20835 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20836 (gud-display, gud-display1)
20837 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20838 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20839 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20840 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20841 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20842 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20843 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20844 (gdb-display-display-buffer, gdb-toggle-display)
20845 (gdb-delete-display, gdb-expressions-popup-menu)
20846 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20847 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20848 to display buffer.
20849
20850 2003-09-30 Richard M. Stallman <rms@gnu.org>
20851
20852 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20853 Instead, set which-func-functions.
20854
20855 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20856 (which-func-functions): New variable.
20857 (which-function): Use that.
20858
20859 * info.el (Info-mode): Double each `%' in header line.
20860
20861 * emacs-lisp/lisp-mnt.el (lm-with-file):
20862 When FILE is nil, run BODY in current buffer.
20863
20864 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20865
20866 * help.el (describe-mode): Start with a brief list of minor modes.
20867 Find them thru minor-mode-list so as to find them all.
20868 Show them in alphabetical order.
20869
20870 * mail/sendmail.el (mail-aliases): Doc fix.
20871
20872 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20873
20874 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20875
20876 * mail/rmailsum.el (rmail-make-summary-line-1):
20877 Change comma after last label to a space.
20878 (rmail-summary-font-lock-keywords): Adapt to that change.
20879
20880 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20881
20882 * progmodes/scheme.el (scheme-mode-variables): When setting
20883 `font-lock-defaults', also specify that "#" should
20884 be interpreted with `word' syntax.
20885 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20886
20887 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20888
20889 * desktop.el: A lot of comments updated.
20890 (desktop-save-mode): Minor mode introduced.
20891 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20892 (desktop-load-default): Function made obsolete.
20893 (desktop-locals-to-save): Variable made customizable.
20894 (desktop-read): Optional parameter `dirname' added.
20895 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20896 `desktop-read' used.
20897 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20898
20899 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20900
20901 * whitespace.el (whitespace-clean-msg): Add user customizable message
20902 for displaying ``clean'' output.
20903 (whitespace-buffer): Use `whitespace-clean-msg'.
20904 (whitespace-global-mode): Fix typo.
20905
20906 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20907
20908 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20909
20910 2003-09-29 Lute Kamstra <lute@gnu.org>
20911
20912 * bindings.el (mode-line-modes): Remove superfluous :propertize
20913 construct in initialization.
20914 (mode-line-position): Change cons cell into proper list in
20915 initialization.
20916
20917 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20918
20919 * international/mule.el (decode-coding-inserted-region): Use car
20920 of the return value of find-operation-coding-system.
20921
20922 2003-09-29 Kenichi Handa <handa@m17n.org>
20923
20924 * descr-text.el (describe-char): Fix previous change.
20925
20926 2003-09-28 Kenichi Handa <handa@m17n.org>
20927
20928 * descr-text.el (describe-char-display): New function.
20929 (describe-char): Pay attention to display table on describing how
20930 a character is displayed.
20931
20932 * international/mule-cmds.el (encoded-string-description):
20933 Prepend "0x" to each encoded byte.
20934
20935 2003-09-28 Andreas Schwab <schwab@suse.de>
20936
20937 * find-file.el (ff-special-constructs): Add autoload cookie.
20938
20939 2003-09-28 Kevin Ryde <user42@zip.com.au>
20940
20941 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20942 makeinfo appends to duplicate index entries.
20943
20944 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20945
20946 * dired-x.el (dired-clean-tex): Doc fix.
20947
20948 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20949 using a Chinese tutorial.
20950
20951 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20952
20953 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20954 between "MAIL FROM:" and "RCPT TO:" and the following address.
20955
20956 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20957
20958 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20959
20960 2003-09-28 David Ponce <david@dponce.com>
20961
20962 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20963 (recentf-load-list): When `recentf-initialize-file-name-history'
20964 is non-nil, initialize an empty `file-name-history' with the
20965 recent list.
20966
20967 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20968
20969 * man.el (Man-default-man-entry): Remove the leading `*' from the
20970 word at point.
20971
20972 2003-09-26 Lute Kamstra <lute@gnu.org>
20973
20974 * bindings.el (mode-line-position): Mention size indication in
20975 docstring.
20976
20977 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20978
20979 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20980
20981 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20982 because it's autoloaded now.
20983
20984 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20985
20986 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20987 (sh-font-lock-keywords, sh-feature): Fix previous change of
20988 sh-feature to avoid infloop with sh-font-lock-keywords.
20989
20990 2003-09-25 Kim F. Storm <storm@cua.dk>
20991
20992 * frame.el (frame-current-scroll-bars): New defun.
20993
20994 * window.el (window-current-scroll-bars): New defun.
20995
20996 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20997
20998 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20999 cause errors when the state cache contains info on parts that have
21000 been narrowed out.
21001
21002 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21003
21004 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21005 `c-setup-paragraph-variables' has to be used when this variable is
21006 changed; it doesn't work to reinitialize the mode since that
21007 typically clobbers the variable.
21008
21009 * progmodes/cc-styles.el (c-setup-paragraph-variables):
21010 Make it interactive.
21011
21012 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21013
21014 * progmodes/cc-fonts.el (c-font-lock-declarations):
21015 Fix recognition of constructors and destructors for classes whose
21016 names are matched by `*-font-lock-extra-types'.
21017
21018 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21019 followed by an identifier in C++ then it's a type.
21020
21021 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21022
21023 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21024 problem that primarily affected XEmacs. Don't use faces to find
21025 unterminated strings since Emacs and XEmacs fontify strings
21026 differently - this function should now work better in XEmacs.
21027
21028 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21029
21030 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21031 `expand-abbrev' workaround which caused braces to misbehave inside
21032 macros.
21033
21034 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21035 handling. This bug could cause interactive font locking to bail out.
21036
21037 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21038
21039 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21040 Handle paren-style types in Pike. Also fixed some cases of
21041 insufficient handling of unbalanced parens.
21042
21043 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
21044
21045 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21046 common shell prompts that are not common filename or URL characters.
21047 (ffap-file-at-point): Use the new regexp to strip the prompts from
21048 the file names. This is an issue mostly for user prompts that
21049 don't have a trailing space and find-file-at-point is invoked from
21050 within a shell inside Emacs.
21051
21052 2003-09-24 Andre Spiegel <spiegel@gnu.org>
21053
21054 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21055 stamps numerically, rather than textually.
21056
21057 2003-09-24 Kenichi Handa <handa@m17n.org>
21058
21059 * language/devan-util.el (devanagari-post-read-conversion):
21060 * language/mlm-util.el (malayalam-post-read-conversion):
21061 * language/tml-util.el (tamil-post-read-conversion):
21062 Add autoload cookie.
21063
21064 * international/utf-8.el (utf-8-post-read-conversion):
21065 Call post-read-conversion functions for Devanagari, Malayalam,
21066 and Tamil.
21067
21068 2003-09-23 Dave Love <fx@gnu.org>
21069
21070 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21071
21072 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
21073
21074 * progmodes/gud.el (perldb): Add gud-until to list of commands.
21075 Update gud-remove.
21076
21077 2003-09-22 Richard M. Stallman <rms@gnu.org>
21078
21079 * progmodes/sh-script.el (sh-mode-default-syntax-table):
21080 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
21081 (sh-mode-syntax-table-input): New variable.
21082 (sh-require-final-newline): Don't use eval.
21083 (sh-builtins, sh-leading-keywords, sh-other-keywords)
21084 (sh-variables, sh-font-lock-keywords): Don't use eval.
21085 (sh-set-shell): When setting require-final-newline,
21086 treat value = `require-final-newline' as don't change it.
21087 Set sh-mode-syntax-table locally based on
21088 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21089
21090 * progmodes/compile.el (compile-internal):
21091 Call compilation-set-window-height before setting window start.
21092
21093 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
21094
21095 * emacs-lisp/bytecomp.el (byte-compile-log-file):
21096 Clear out byte-compile-last-warned-form.
21097
21098 2003-09-22 Richard M. Stallman <rms@gnu.org>
21099
21100 * woman.el (woman-file-name, woman-follow-word):
21101 If current-word returns nil, use "".
21102
21103 * simple.el (eval-expression): Bind standard-output in to-buffer case.
21104
21105 2003-09-22 Richard M. Stallman <rms@gnu.org>
21106
21107 * emacs-lisp/lisp-mnt.el (lm-with-file):
21108 Don't visit the file, just use insert-file-contents in temp buffer.
21109
21110 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
21111
21112 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21113 Add surrounding \\( and \\) around the header, as in
21114 for lm-history-header 'Change Log\\|History'.
21115
21116 2003-09-22 John Paul Wallington <jpw@gnu.org>
21117
21118 * progmodes/ld-script.el: Add Commentary section,
21119 minor cleanup of file header.
21120 (ld-script-font-lock-keywords): Doc fix.
21121 (toplevel): Provide `ld-script' feature.
21122
21123 2003-09-21 Kim F. Storm <storm@cua.dk>
21124
21125 * scroll-bar.el (set-scroll-bar-mode): Initialize to
21126 new built-in variable default-frame-scroll-bars.
21127 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21128 scroll-bar-mode; notably, use it instead of t when we toggle
21129 scroll-bars on.
21130 (toggle-scroll-bar): Use default-frame-scroll-bars.
21131
21132 2003-09-19 Masatake YAMATO <jet@gyve.org>
21133
21134 * pcvs.el (cvs-do-removal): Change the prompt depending on
21135 `filter' value.
21136
21137 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21138
21139 * startup.el (command-line-1): Stop startup-echo-area-message
21140 being hidden by "Loading image..." message.
21141 (use-fancy-splash-screens-p, display-splash-screen):
21142 Move display-graphic-p test from latter to former.
21143
21144 * progmodes/sh-script.el (sh-font-lock-keywords):
21145 Highlight escaped EOLs differently from other backslash constructs.
21146
21147 2003-09-19 Richard M. Stallman <rms@gnu.org>
21148
21149 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
21150 New functions.
21151 (edebug-enter, edebug-outside-excursion): Use them.
21152
21153 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21154 Fix the condition for whether to print "In WHERE".
21155
21156 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
21157
21158 * finder.el (finder-mode-hook): New variable.
21159 (finder-mode): Run hook finder-mode-hook
21160
21161 2003-09-18 Masatake YAMATO <jet@gyve.org>
21162
21163 * progmodes/ebrowse.el: Fix broken magic autoload comments.
21164
21165 2003-09-17 Mario Lang <mlang@delysid.org>
21166
21167 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21168 "p %e" to actually print the value in the GUD buffer.
21169
21170 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
21171
21172 From David Ponce <david.ponce@wanadoo.fr>:
21173 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21174 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21175 from loaddefs-boot.el if necessary.
21176
21177 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
21178
21179 * progmodes/gud.el (gud-find-class): Make jdb work again since
21180 cc-mode changed the syntactic information.
21181
21182 2003-09-15 David Ponce <david@dponce.com>
21183
21184 * recentf.el: (recentf-exclude): Accept predicates too.
21185 (recentf-file-readable-p): New function.
21186 (recentf-include-p): Handle predicates in recentf-exclude.
21187 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
21188 (recentf-cleanup): Likewise.
21189 (recentf-save-list): Use write-file to handle backup of
21190 recentf-save-file.
21191
21192 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
21193
21194 * loaddefs-boot.el: Renamed from `loaddefs.el'
21195 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
21196 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
21197 necessary.
21198
21199 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
21200
21201 * electric.el (Electric-pop-up-window): For the `one-window' case,
21202 no longer disconcertingly move point in the original buffer.
21203
21204 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21205
21206 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
21207
21208 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
21209
21210 * dired.el (dired-mode-map): Fix typo.
21211
21212 2003-09-11 Richard M. Stallman <rms@gnu.org>
21213
21214 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21215
21216 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21217
21218 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21219 the function is less noisy. Now only `kill-buffer' can ask questions.
21220
21221 2003-09-10 Mario Lang <mlang@delysid.org>
21222
21223 * battery.el: Update Commentary and Copyright.
21224 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21225 appear due to wrong ordering of the expressions in `or'.
21226
21227 2003-09-09 Lute Kamstra <lute@gnu.org>
21228
21229 * misc.el (upcase-char): Fix docstring.
21230 (zap-up-to-char): New command.
21231
21232 2003-09-08 David Ponce <david@dponce.com>
21233
21234 Ensure that recentf correctly updates the menu bar.
21235 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21236 (recentf-menu-bar): New function.
21237 (recentf-clear-data): Use it
21238 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
21239 of easy-menu-change.
21240
21241 2003-09-08 Lute Kamstra <lute@gnu.org>
21242
21243 * simple.el (size-indication-mode): New.
21244 * bindings.el (mode-line-position): Add buffer size indicator.
21245
21246 2003-09-04 Mario Lang <mlang@delysid.org>
21247
21248 * battery.el (battery-linux-proc-acpi): New function.
21249 (battery-status-function): Modify default value calculation to also
21250 check for availability of ACPI.
21251 (battery-echo-area-format): Ditto.
21252 (battery-mode-line-format): Ditto.
21253
21254 2003-09-06 Dave Love <fx@gnu.org>
21255
21256 * ielm.el (ielm-mode-hook): Add :options.
21257
21258 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21259 (eldoc-print-current-symbol-info): Use it.
21260
21261 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
21262
21263 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21264 being displayed in GUD buffer.
21265 (gdb-idle-input-queue): Remove var. Use just one queue.
21266 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21267 Remove functions. Use just one queue.
21268 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21269 (gdb-invalidate-assembler, gdb-get-current-frame):
21270 Modify functions. Use just one queue.
21271
21272 2003-09-04 Dave Love <fx@gnu.org>
21273
21274 * cus-start.el: Add blink-cursor-alist.
21275
21276 * ruler-mode.el (ruler-mode-fill-column-char)
21277 (ruler-mode-current-column-char): Use char-displayable-p,
21278 not window-system.
21279
21280 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21281
21282 * language/european.el (windows-1252): Move from code-pages.
21283
21284 * language/cyrillic.el ("Windows-1251"): Delete.
21285 ("Bulgarian", "Belarusian"): Remove `features'.
21286 (windows-1251): Move from code-pages.
21287
21288 * international/mule-diag.el (non-iso-charset-alist):
21289 Remove `codepage' stuff.
21290 (print-designation, list-coding-systems-1): Output fixes.
21291
21292 * international/code-pages.el (cp-make-translation-table)
21293 (cp-valid-codes): Made defsubsts.
21294 (cp-fix-safe-chars): Delete.
21295 (mule-diag): Don't require.
21296 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21297 (top-level): Check for defined coding system when defining
21298 cp... aliases. Change w32-add-charset-info test to avoid warning.
21299 (non-iso-charset-alist): Defvar when compiling.
21300 (cp-make-coding-system): Doc fix.
21301
21302 2003-09-02 Jason Rumney <jasonr@gnu.org>
21303
21304 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21305 line-ends from CVS before doing conversion.
21306
21307 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
21308
21309 * calendar/diary-lib.el (diary-header-line-flag)
21310 (diary-header-line-format): New variables.
21311 (list-diary-entries): Use them to set header line in simple diary.
21312
21313 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21314 other than font-lock-string-face to highlight backslashes.
21315
21316 2003-09-01 Jason Rumney <jasonr@gnu.org>
21317
21318 * international/titdic-cnv.el (tit-read-key-value): Include \r in
21319 regexp.
21320
21321 2003-09-01 Dave Love <fx@gnu.org>
21322
21323 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21324
21325 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21326 and :help; also line and column numbers labels.
21327
21328 * international/mule-util.el (char-displayable-p): Move from
21329 latin1-disp, rename and autoload.
21330
21331 * international/latin1-disp.el (latin1-char-displayable-p):
21332 Now obsolete alias. Replace uses with char-displayable-p.
21333 (latin1-display-ucs-per-lynx): Fix last change.
21334
21335 * international/mule-cmds.el (standard-display-european-internal):
21336 Don't use char code for Latin-1 NBSP.
21337 <XFree86 4>: Unfrob NBSP display table. Set display table to use
21338 U+2018, U+2019 for `'.
21339 (select-safe-coding-system): Message fix.
21340
21341 2003-09-01 Kenichi Handa <handa@m17n.org>
21342
21343 * international/fontset.el (setup-default-fontset): For Thai
21344 font, specify "*" family.
21345
21346 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21347
21348 * progmodes/compile.el (previous-error): Accept a prefix
21349 argument, similarly to next-error.
21350
21351 2003-08-31 Masatake YAMATO <jet@gyve.org>
21352
21353 * pcvs.el (cvs-do-removal): Use = instead of eq to check
21354 the number of files. Bind the number of files to a local
21355 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21356
21357 2003-08-30 Eli Zaretskii <eliz@gnu.org>
21358
21359 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21360 2003-07-26: msdos-long-file-names is a function, not a variable.
21361
21362 2003-08-29 Richard M. Stallman <rms@gnu.org>
21363
21364 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21365 Do nothing with mail-personal-alias-file if it is nil.
21366
21367 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21368 Do nothing if mail-personal-alias-file is nil.
21369
21370 * term.el (term-exec-1): Bind coding-system-for-read.
21371
21372 * dired.el (dired-mouse-find-file-other-window):
21373 Use dired-view-command-alist here, as in dired-view-file.
21374 (dired-view-command-alist): Use %s to substitute file name.
21375 Handle .ps_pages, .eps, .jpg, .gif, .png.
21376
21377 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21378
21379 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21380 `Info-prev-reference', instead of M-tab.
21381
21382 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21383
21384 * simple.el (blink-matching-open): Work correctly on chars that
21385 are designated as parens through the syntax-table text property.
21386
21387 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21388
21389 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21390 line break position in the middle of a non-kinsoku (e.g. latin)
21391 word, making it skip until either a space or a character with
21392 category "|".
21393 (kinsoku-longer): Test for end of buffer.
21394
21395 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21396
21397 * mail/rmail.el (rmail-convert-to-babyl-format):
21398 Detect quoted-printable- and base64-encoded messages and decode them
21399 automatically. Set the message's encoding from the charset=
21400 header, if any. Decode base64-encoded messages in Mail format as well.
21401
21402 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21403
21404 * mail/smtpmail.el: Fix previous change.
21405 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21406 calling smtpmail-via-smtp.
21407 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21408
21409 2003-08-26 John Paul Wallington <jpw@gnu.org>
21410
21411 * image.el (image-jpeg-p): Don't search beyond length of data.
21412
21413 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21414
21415 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21416 misfeature in `expand-abbrev' which caused electric keywords like
21417 "else" to disappear if an open brace was typed directly afterwards.
21418
21419 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21420
21421 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21422 mandatory in `define-widget'.
21423
21424 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21425 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21426
21427 (c-assignment-operators): New language constant that only contains
21428 the assignment operators.
21429
21430 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21431
21432 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21433
21434 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21435 Safeguard against unbalanced sexps.
21436
21437 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21438
21439 * version.el (emacs-version): Check for gtk. Include gtk version info.
21440
21441 2003-08-25 John Paul Wallington <jpw@gnu.org>
21442
21443 * man.el (Man-default-man-entry): Don't whizz past the section
21444 number before looking for it.
21445
21446 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21447
21448 * progmodes/gud.el (gud-display-line): Don't set window-point if
21449 source buffer is not visible. (Only happens with M-x gdba.)
21450
21451 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21452 documentation.
21453 (gdb-source, gdb-source-info): Update to assembler unnecessary
21454 as its done after each GDB command anyway.
21455 (gdb-pre-prompt): Use with-current-buffer.
21456 (gdb-insert-field): Add help-echo text.
21457 (gdb-invalidate-assembler): Re-display of assembler now done in
21458 gdb-info-breakpoints-custom.
21459 (gdb-info-breakpoints-custom): Force re-display of assembler to
21460 happen *after* update of breakpoints buffer.
21461 (gdb-display-source-buffer): Don't choke if gdb-source-window
21462 isn't visible.
21463 (gdb-put-string, gdb-put-arrow): Remove free variables.
21464
21465 2003-08-24 John Paul Wallington <jpw@gnu.org>
21466
21467 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21468
21469 * man.el (Man-default-man-entry): Strip text properties when
21470 snarfing parts of entry because `format' preserves properties.
21471
21472 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21473
21474 * files.el (file-newest-backup): Use `expand-file-name'.
21475
21476 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21477 Allow the diary to pop up a new frame, if needed.
21478
21479 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21480 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21481 (smtpmail-send-it): Make treatment of envelope-from consistent with
21482 sendmail.el.
21483
21484 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21485 (sh-leading-keywords): Add the bash `time' reserved word.
21486 (sh-variables): Add some bash variables.
21487 (sh-add-completer): Fix nil branch of case statement.
21488
21489 2003-08-24 Masatake YAMATO <jet@gyve.org>
21490
21491 * progmodes/ld-script.el: New file.
21492
21493 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21494
21495 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21496
21497 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21498
21499 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21500 Better explain obsolescence, and what to use instead.
21501
21502 2003-08-23 Masatake YAMATO <jet@gyve.org>
21503
21504 * pcvs.el (cvs-do-removal): Show the deleted file name
21505 on the prompt.
21506
21507 2003-08-20 Dave Love <fx@gnu.org>
21508
21509 * international/mule.el (make-coding-system)
21510 (set-buffer-file-coding-system): Doc fix.
21511
21512 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21513
21514 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21515
21516 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21517
21518 * international/utf-16.el: Add mime-text-unsuitable coding system
21519 properties.
21520
21521 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21522
21523 * cus-edit.el: Add some :links.
21524 (bib): Remove.
21525
21526 * textmodes/bib-mode.el (bib): Add :group external.
21527
21528 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21529
21530 * wid-edit.el (widget-echo-help): Make it handle expressions that
21531 evaluate to strings.
21532
21533 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21534
21535 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21536
21537 Simplify selection of SQL products to define highlighting and
21538 interactive mode. Includes detailed instructions on adding
21539 support for new products.
21540
21541 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21542 product for use in highlighting and interactive mode.
21543 (sql-interactive-product): New variable. SQL product for
21544 sql-interactive-mode.
21545 (sql-product-support): New variable. Specifies product-specific
21546 parameters to drive highlighting and interactive mode.
21547 (sql-imenu-generic-expression): Add more object types.
21548 (sql-sqlite-options): Correct comment.
21549 (sql-ms-program): Use "osql" rather than "isql".
21550 (sql-prompt-regexp, sql-prompt-length): Update comment.
21551 (sql-mode-menu): Add "Start SQLi session" entry.
21552 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21553 (sql-mode-abbrev-table): Add abbreviations. Support of
21554 SYSTEM-FLAG on define-abbrev. Support was removed with last
21555 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21556 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21557 names.
21558 (sql-mode-ansi-font-lock-keywords): Set as default value.
21559 (sql-mode-oracle-font-lock-keywords): Set as default value.
21560 Support Oracle 9i keywords.
21561 (sql-mode-postgres-font-lock-keywords): Set as default value.
21562 (sql-mode-linter-font-lock-keywords): Set as default value.
21563 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21564 SQLServer 2000.
21565 (sql-mode-sybase-font-lock-keywords)
21566 (sql-mode-interbase-font-lock-keywords)
21567 (sql-mode-sqlite-font-lock-keywords)
21568 (sql-mode-strong-font-lock-keywords)
21569 (sql-mode-mysql-font-lock-keywords)
21570 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21571 keywords.
21572 (sql-mode-font-lock-defaults): Update comment.
21573 (sql-product-feature): New function. Returns feature associated
21574 with a product from `sql-product-support' alist.
21575 (sql-product-font-lock): New function. Set font-lock support
21576 based on `sql-product'.
21577 (sql-add-product-keywords): New function. Add font-lock rules to
21578 product-specific keyword variables.
21579 (sql-set-product): New function. Set `sql-product' and apply
21580 appropriate font-lock highlighting.
21581 (sql-highlight-product): New function. Set font-lock support
21582 based on a product. Also set mode name to include product name.
21583 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21584 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21585 Use `sql-set-product'.
21586 (sql-highlight-ms-keywords)
21587 (sql-highlight-sybase-keywords)
21588 (sql-highlight-interbase-keywords)
21589 (sql-highlight-strong-keywords)
21590 (sql-highlight-mysql-keywords)
21591 (sql-highlight-sqlite-keywords)
21592 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21593 (sql-get-login): Prompt in the same order as the tokens.
21594 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21595 (sql-product-interactive): New function. Common portions of
21596 product-specific interactive mode wrappers.
21597 (sql-interactive-mode): Rewritten to use product features.
21598 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21599 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21600 (sql-db2, sql-linter): Use `sql-product-interactive'.
21601 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21602 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21603 (sql-connect-ingres, sql-connect-postgres)
21604 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21605 New functions. Format command line parameters and invoke comint on
21606 the appropriate interpreter. Code was in the corresponding
21607 `sql-xyz' function before.
21608 (sql-connect-ms): New function. Support -E argument to use
21609 operating system credentials for authentication.
21610
21611 2003-08-18 Kenichi Handa <handa@m17n.org>
21612
21613 * international/mule.el (encode-char): Fix for the ASCII case.
21614
21615 2003-08-15 Kenichi Handa <handa@m17n.org>
21616
21617 * international/fontset.el (setup-default-fontset): Change "*" to
21618 nil in the specifications of font family.
21619
21620 2003-08-18 Kim F. Storm <storm@cua.dk>
21621
21622 * kmacro.el (kmacro-keymap): Group related bindings in
21623 initialization for clarity. Bind C-s to start macro.
21624 Remove C-r binding.
21625 (kmacro-initial-counter-value): New defvar to hold initial counter
21626 value in case we set the value before defining a macro.
21627 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21628 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21629 not defining or executing macro. Doc fix.
21630 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21631 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21632 temporarily view older elements on the macro ring without cycling
21633 the ring.
21634 (kmacro-display): Doc fix.
21635 (kmacro-exec-ring-item): New helper function.
21636 (kmacro-call-ring-2nd): Use it.
21637 (kmacro-call-ring-2nd-repeat): Doc fix.
21638 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21639 (kmacro-end-or-call-macro): Execute last viewed macro (using
21640 kmacro-exec-ring-item) from ring if this follows
21641 kmacro-view-macro. This allows us to find a macro on the ring
21642 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21643 the ring to bring it to the head of the ring.
21644 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21645 Allow binding to reserved keys without specifying C-x C-k prefix.
21646 Ask for confirmation if entered key sequence is already bound to
21647 a non-macro command.
21648 (kmacro-view-macro): Repeating command will show older elements
21649 on the macro ring; C-k will execute the last viewed macro.
21650 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21651 property from 'ring to 'head.
21652
21653 2003-08-17 Alan Shutko <ats@acm.org>
21654
21655 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21656 keeping December out of the alist.
21657
21658 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21659
21660 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21661 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21662 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21663 (calendar-flatten): New function.
21664 (calendar-mouse-view-other-diary-entries)
21665 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21666 in the menu title and to show multi-line diary entries correctly
21667 in the menu.
21668
21669 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21670
21671 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21672 defcustom, because the default was recently changed.
21673
21674 2003-08-16 Richard M. Stallman <rms@gnu.org>
21675
21676 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21677
21678 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21679 New subroutine, broken out of eval-last-sexp-1.
21680 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21681
21682 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21683
21684 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21685
21686 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21687
21688 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21689
21690 * progmodes/compile.el (compilation-error-regexp-alist):
21691 Add Java ANt error detection as described in document
21692 http://ant.apache.org/faq.html
21693
21694 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21695
21696 * simple.el (backward-word, forward-to-indentation)
21697 (backward-to-indentation): Argument changed to optional.
21698 (next-line, previous-line): Use `or' instead of `unless'.
21699
21700 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21701
21702 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21703 instead of a constant.
21704
21705 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21706
21707 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21708
21709 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21710
21711 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21712 (vc-sccs-workfile-version): Search the entire delta table, rather
21713 than just the first entry, because that might be a deleted version.
21714
21715 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21716
21717 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21718 [save-place] binding in the Options menu. Have it require
21719 'saveplace' and then toggle the variable manually, to avoid an an
21720 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21721 for the bug report.
21722
21723 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21724
21725 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21726 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21727 (gdb-info-threads-custom): Add help-echo text.
21728 (gdb-display-back): Don't use purecopy.
21729 (gdb-info-breakpoints-custom, gdb-reset)
21730 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21731 icons can be displayed.
21732
21733 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21734
21735 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21736
21737 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21738
21739 * bookmark.el (bookmark-completing-read):
21740 Return a string, instead of a list of one string.
21741 Use a popup menu if activated from the mouse.
21742 (bookmark-edit-annotation): Remove unused vars.
21743 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21744 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21745 to bookmark-completing-read.
21746 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21747 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21748 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21749 and erase-buffer.
21750 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21751 (bookmark-menu-jump, bookmark-menu-insert)
21752 (bookmark-popup-menu-and-apply-function)
21753 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21754 (bookmark-menu-build-paned-menu): Remove by folding it into
21755 bookmark-menu-popup-paned-menu.
21756 (menu-bar-bookmark-map): Move the define-key statements here.
21757 Use the "non-menu" commands since they now pop up a menu if needed.
21758 (bookmark-exit-hook-internal): Simplify.
21759
21760 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21761
21762 * reftex-toc.el (reftex-toc-rename-label): New function.
21763 (reftex-toc-check-docstruct): New function.
21764
21765 * reftex.el (reftex-region-active-p): New function.
21766
21767 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21768 regexp to find the \bibliography macro.
21769
21770 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21771 which does not exist in LaTeX.
21772 (reftex-cite-format-builtin): Added amsrefs support.
21773 (reftex-toc-confirm-promotion): New option
21774
21775 * reftex-toc.el
21776 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21777 (reftex-toc-demote, reftex-toc-promote)
21778 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21779 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21780 (reftex-toc-newhead-from-alist)
21781 (reftex-toc-load-all-files-for-promotion): New functions.
21782 (reftex-toc-help): Added description of new keys.
21783 (reftex-toc-split-windows-fraction): New option.
21784 (reftex-recenter-toc-when-idle): Search *toc* window on all
21785 visible frames.
21786 (reftex-toc): Additional parameter REUSE
21787 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21788 with REUSE argument.
21789 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21790 the call of `reftex-toc'.
21791 (reftex-make-separate-toc-frame): New function .
21792 (reftex-toc-recenter): When called with triple prefix arg, call
21793 `reftex-make-separate-toc-frame' first.
21794 (reftex-toc-toggle-dedicated-frame): New command.
21795 (reftex-toc-quit): Adapted to delete frame when called in
21796 dedicated frame.
21797
21798 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21799 all enclosing macros.
21800
21801
21802 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21803
21804 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21805 first use.
21806
21807 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21808
21809 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21810
21811 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21812
21813 * calendar/calendar.el (list-diary-entries-hook)
21814 (diary-display-hook, nongregorian-diary-listing-hook)
21815 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21816 Add some customize options for these hooks.
21817 (calendar-abbrev-construct): Don't try to take a substring longer
21818 than the original string.
21819
21820 2003-08-05 Richard M. Stallman <rms@gnu.org>
21821
21822 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21823 (testcover-reinstrument-clauses): Doc fix.
21824
21825 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21826 (warning-type-format): Rename from warning-group-format.
21827
21828 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21829 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21830 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21831 to prevent warnings about defvar for an obsolete variable.
21832
21833 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21834 warning-group-format renamed to warning-type-format.
21835
21836 * subr.el (read-passwd): Use clear-string instead of fillarray.
21837
21838 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21839 Use vconcat instead of concat.
21840 (edmacro-sanitize-for-string): New function.
21841
21842 2003-08-05 Dave Love <fx@gnu.org>
21843
21844 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21845 line-number-display-limit-width.
21846
21847 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21848
21849 2003-08-05 Kenichi Handa <handa@m17n.org>
21850
21851 * international/code-pages.el: Don't require mule-diag.
21852
21853 * international/mule-diag.el (non-iso-charset-alist):
21854 Add autoload cookie.
21855
21856 * language/devan-util.el (dev-glyph-order): Add an entry for the
21857 glyph code #xC4.
21858
21859 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21860
21861 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21862 (european-calendar-style, diary-date-forms)
21863 (calendar-day-name-array, calendar-month-name-array): Doc change.
21864 (generate-calendar-month): Adapt for new behaviour of
21865 `calendar-day-name' function.
21866 (calendar-abbrev-length, calendar-day-abbrev-array)
21867 (calendar-month-abbrev-array): New variables.
21868 (calendar-abbrev-construct): New function.
21869 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21870 rather than fixing abbrevs at some width. Calling syntax change.
21871 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21872 (calendar-date-string): Adapt for new behaviours of
21873 `calendar-day-name' and `calendar-month-name' functions.
21874
21875 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21876 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21877 (diary-name-pattern): Use abbrev arrays, rather than fixing
21878 abbrevs at three chars. Calling syntax change.
21879 (mark-diary-entries): Adapt for new behaviours of
21880 `diary-name-pattern' and `calendar-make-alist' functions.
21881 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21882 `diary-name-pattern' function.
21883 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21884 fixing abbrevs at three chars. Calling syntax change.
21885 (cal-hebrew, cal-islam): Require when compiling.
21886 (diary-font-lock-keywords): Adapt for new behaviour of
21887 `font-lock-diary-date-forms' function.
21888
21889 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21890 (calendar-hebrew-month-name-array-common-year)
21891 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21892 (list-hebrew-diary-entries): Adapt for new behaviours of
21893 `calendar-day-name' and `add-to-diary-list' functions.
21894 (mark-hebrew-diary-entries): Adapt for new behaviours of
21895 `diary-name-pattern' and `calendar-make-alist' functions.
21896
21897 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21898 Add doc string.
21899 (list-islamic-diary-entries): Adapt for new behaviours of
21900 `calendar-day-name' and `add-to-diary-list' functions.
21901 (mark-islamic-diary-entries): Adapt for new behaviours of
21902 `diary-name-pattern' and `calendar-make-alist' functions.
21903
21904 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21905 `calendar-month-name' function.
21906
21907 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21908
21909 * calendar/solar.el (solar-seasons-data): Move definition before use.
21910
21911 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21912 (cal-tex-LaTeX-hourbox): Move definition before use.
21913
21914 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21915 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21916 * lunar.el, solar.el (displayed-month, displayed-year):
21917 Define for compiler.
21918
21919 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21920
21921 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21922 MODE. Renamed from c-init-c-language-vars'.
21923 (c-initialize-cc-mode): Change accordingly.
21924 (c-common-init): Ditto.
21925 (c-mode): Ditto.
21926 (c++-mode): Use `c-init-language-vars-for'.
21927 (objc-mode): Ditto.
21928 (java-mode): Ditto.
21929 (idl-mode): Ditto.
21930 (pike-mode): Ditto.
21931 (awk-mode): Ditto.
21932
21933 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21934
21935 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21936 or not the point moved.
21937
21938 (c-search-decl-header-end): Don't trip up on operator identifiers
21939 in C++ and operators like == in all languages.
21940
21941 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21942 Detect leading labels correctly.
21943
21944 2003-08-02 Andreas Schwab <schwab@suse.de>
21945
21946 * textmodes/ispell.el: Don't redo key bindings on loading, put
21947 them only in loaddefs.el.
21948 * bookmark.el: Likewise.
21949 * dabbrev.el: Likewise.
21950 * emerge.el: Likewise.
21951
21952 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21953 has more than one member.
21954
21955 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21956
21957 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21958
21959 * lpr.el (printify-region): It was ending conversion before the
21960 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21961
21962 2003-07-31 John Paul Wallington <jpw@gnu.org>
21963
21964 * net/browse-url.el (browse-url-epiphany): Doc fix.
21965
21966 2003-07-30 Kenichi Handa <handa@m17n.org>
21967
21968 * international/fontset.el (setup-default-fontset):
21969 Change registry names of Akurti fonts.
21970
21971 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21972
21973 * comint.el (comint-read-noecho): Use `clear-string' instead of
21974 `fillarray'.
21975
21976 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21977
21978 * outline.el (outline-mode-hook): Add defvar.
21979
21980 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21981
21982 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21983 Restore assembler in source window if that is what has been selected.
21984 (menu): Add gdb-restore-windows to menu. Make gdba
21985 specific menus only visible from gdba.
21986
21987 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21988
21989 * progmodes/compile.el (compilation-environment): New user variable.
21990 (compile-internal): Respect it.
21991
21992 2003-07-23 Masatake YAMATO <jet@gyve.org>
21993
21994 * progmodes/gud.el (gdb-script-font-lock-keywords):
21995 Put `font-lock-function-name-face' on a symbol which includes
21996 `-' like `hook-run'. Put font-lock-variable-name-face
21997 on a symbol starting with $.
21998
21999 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
22000
22001 * files.el (set-visited-file-name): Use truename for buffer-file-name.
22002
22003 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22004
22005 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22006
22007 2003-07-26 Andre Spiegel <spiegel@gnu.org>
22008
22009 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22010 Use with-no-warnings.
22011 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22012 rather than to find-file-not-found-hook, which doesn't exist.
22013
22014 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22015
22016 * international/quail.el (quail-translate-key): Fix previous change.
22017
22018 2003-07-25 John Paul Wallington <jpw@gnu.org>
22019
22020 * server.el (server-start): Check `server-process' is non-nil
22021 before killing it to avoid killing current buffer's process.
22022
22023 * simple.el (choose-completion-string): Use `minibufferp';
22024 test `completion-reference-buffer' if `buffer' arg is nil.
22025 (push-mark): Use `when' and `unless'.
22026 (pop-mark): Use `when'.
22027
22028 * mouse-sel.el (mouse-sel-get-selection-function):
22029 Check `x-last-selected-text-primary'. Don't barf if it or
22030 `x-last-selected-text' aren't bound.
22031
22032 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22033
22034 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22035
22036 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
22037
22038 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22039
22040 2003-07-23 John Paul Wallington <jpw@gnu.org>
22041
22042 * tooltip.el (defface tooltip): Inherit from variable-pitch.
22043
22044 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22045
22046 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22047 string. Defvar the derived hook.
22048
22049 * macros.el (insert-kbd-macro): Escape double quote character.
22050 From Thomas W Murphy <twm@andrew.cmu.edu>.
22051
22052 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
22053
22054 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22055 to match the specific mark rather than reusing comment-start-skip.
22056
22057 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
22058
22059 * progmodes/hideshow.el (hs-special-modes-alist):
22060 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
22061
22062 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
22063
22064 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22065 value using ?\s.
22066
22067 2003-07-21 John Paul Wallington <jpw@gnu.org>
22068
22069 * subr.el (with-selected-window): Add closing paren.
22070
22071 2003-07-21 Richard M. Stallman <rms@gnu.org>
22072
22073 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22074 (lisp-mode): Likewise.
22075
22076 * subr.el (with-selected-window): Copy code form save-selected-window
22077 so as to call select-window with norecord arg.
22078 (dynamic-completion-table): Doc fix.
22079 (lazy-completion-table): Doc fix.
22080
22081 * international/mule-cmds.el (set-locale-environment):
22082 langinfo renamed to locale-info.
22083
22084 * international/mule.el (auto-coding-functions): Doc fix.
22085
22086 2003-07-21 Kenichi Handa <handa@m17n.org>
22087
22088 * international/quail.el (quail-translate-key):
22089 Update quail-current-str correctly.
22090
22091 2003-07-21 Andreas Schwab <schwab@suse.de>
22092
22093 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22094 ?, to "_".
22095
22096 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
22097 Version 2.0.36 of Tramp released.
22098
22099 * net/tramp.el (tramp-default-password-end-of-line): Rename from
22100 tramp-password-end-of-line.
22101 (tramp-password-end-of-line): New method parameter.
22102 (tramp-get-password-end-of-line): Function to access method
22103 parameter `tramp-password-end-of-line', or variable
22104 `tramp-default-password-end-of-line' (default value).
22105 (tramp-methods): Add entries for new parameter
22106 tramp-password-end-of-line.
22107 (tramp-enter-password): Use new function
22108 `tramp-get-password-end-of-line'.
22109 (tramp-handle-insert-file-contents): Do not
22110 unconditionally inhibit the file operation file-local-copy, only
22111 do that when the inhibit-file-name-operation is currently
22112 insert-file-contents. This fixes finding remote CVS-controlled
22113 files. (It would barf on inserting the CVS/Entries file
22114 literally, because the file-local-copy handler wasn't called.)
22115 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22116 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22117 (tramp-initial-commands): New variable.
22118 (tramp-process-initial-commands): New function, using the variable.
22119 (tramp-open-connection-setup-interactive-shell): Call the new function.
22120 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22121 method into the buffer name, never use nil. Reported by Hanak
22122 David <dhanak@inf.bme.hu>.
22123 (tramp-open-connection-setup-interactive-shell): Erase buffer
22124 before sending "stty -onlcr".
22125
22126 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22127
22128 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
22129
22130 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22131
22132 2003-07-19 John Paul Wallington <jpw@gnu.org>
22133
22134 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22135 (artist-draw-rect, artist-draw-square): Doc fixes.
22136
22137 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
22138
22139 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
22140
22141 2003-07-19 Kenichi Handa <handa@m17n.org>
22142
22143 * international/kkc.el (kkc-show-conversion-list-update):
22144 Highlight the correct candidate in the message.
22145
22146 2003-07-18 John Paul Wallington <jpw@gnu.org>
22147
22148 * simple.el (current-word): Don't include punctuation char when
22149 `really-word' arg is non-nil.
22150
22151 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
22152
22153 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22154 moved to the directory obsolete.
22155
22156 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
22157
22158 * info.el (Info-menu-entry-name-re): Allow newlines in
22159 menu entry names.
22160
22161 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22162 syntax-ppss-after-change-function.
22163 (syntax-ppss-after-change-function): New alias. Update uses.
22164 (syntax-ppss): Catch the case where the buffer is narrowed.
22165
22166 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22167
22168 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22169 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22170
22171 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22172
22173 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22174 since it might be modified.
22175
22176 * progmodes/cc-langs.el (c++-make-template-syntax-table)
22177 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22178 names to these language constants.
22179
22180 2003-07-15 Kim F. Storm <storm@cua.dk>
22181
22182 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
22183 All uses changed.
22184
22185 2003-07-14 Mark A. Hershberger <mah@everybody.org>
22186
22187 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
22188 Namespace support.
22189
22190 2003-07-13 Juanma Barranquero <lektu@terra.es>
22191
22192 * frame.el (modify-all-frames-parameters): Reinstall (copyright
22193 papers received).
22194
22195 2003-07-13 Karl Eichwalder <ke@suse.de>
22196
22197 * textmodes/po.el (po-find-charset): White space at the start of the
22198 Content-Type field body is non-mandatory.
22199
22200 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
22201
22202 * textmodes/texinfo.el (texinfo-section-list):
22203 Append appendixsection; a synonym for appendixsec.
22204
22205 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
22206
22207 * man.el (Man-translate-cleanup): New.
22208 (Man-translate-references): Call `Man-translate-cleanup' to clean
22209 leading, trailing and middle spaces.
22210
22211 2003-07-13 Lars Hansen <larsh@math.ku.dk>
22212
22213 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22214 Handle `dired-directory' being a list.
22215
22216 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
22217
22218 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22219 it doesn't exist.
22220
22221 2003-07-12 Richard M. Stallman <rms@gnu.org>
22222
22223 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22224
22225 * progmodes/cc-defs.el (c-make-keywords-re):
22226 Don't use delete-duplicates.
22227 (c-lang-const): Don't use mapcan.
22228
22229 * apropos.el (apropos-show-scores): Make it customizable.
22230 Document new meaning.
22231 (apropos): Compute scores from symbols.
22232 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22233
22234 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22235
22236 * ps-bdf.el: Fix copyright line.
22237 (bdf-directory-list): Fix initialization code.
22238
22239 2003-07-11 John Paul Wallington <jpw@gnu.org>
22240
22241 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22242 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22243 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22244
22245 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
22246
22247 * emacs-lisp/ring.el (ring-elements): Doc fix.
22248
22249 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22250
22251 * calendar/timeclock.el (timeclock-relative)
22252 (timeclock-ask-before-exiting, timeclock-use-display-time):
22253 Doc changes.
22254 (timeclock-modeline-display): Give a message if
22255 `timeclock-use-display-time' is non-nil but `display-time-mode'
22256 is not active.
22257
22258 2003-07-11 Kenichi Handa <handa@m17n.org>
22259
22260 * international/mule-cmds.el (set-language-environment):
22261 Set current-language-environment to the correct string.
22262
22263 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22264
22265 * ps-print.el: Print line number correctly in a region. Reported by
22266 Tim Allen <timallen@ls83.fsnet.co.uk>.
22267 (ps-print-version): New version number (6.6.2).
22268 (ps-printing-region): Code fix.
22269
22270 2003-07-10 John Paul Wallington <jpw@gnu.org>
22271
22272 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22273 this function can be called from `add-completions-from-tags-table'.
22274
22275 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
22276
22277 * calendar/timeclock.el (timeclock-use-display-time)
22278 (timeclock-day-over-hook, timeclock-workday-remaining)
22279 (timeclock-status-string, timeclock-when-to-leave)
22280 (timeclock-when-to-leave-string, timeclock-log-data)
22281 (timeclock-find-discrep, timeclock-day-base)
22282 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22283 (timeclock-modeline-display): Set the variable
22284 `timeclock-modeline-display'.
22285 (timeclock-update-modeline): Doc fix. Respect value of
22286 `timeclock-relative'.
22287
22288 2003-07-09 Richard M. Stallman <rms@gnu.org>
22289
22290 * textmodes/reftex-parse.el (reftex-all-document-files):
22291 Add autoload cookie.
22292
22293 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22294 (reftex-scanning-info-available-p): Add autoload cookie.
22295
22296 * international/mule-cmds.el
22297 (set-display-table-and-terminal-coding-system): Delete duplicate
22298 aset on standard-display-table.
22299
22300 * view.el (view-file): If existing buffer's major mode is special,
22301 don't go into view mode.
22302
22303 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22304
22305 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22306
22307 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22308 buffer changes; there's third party code that calls this function
22309 directly.
22310
22311 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22312
22313 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22314 (autodoc-font-lock-keywords): Don't byte compile on font lock
22315 initialization when running from byte compiled files.
22316
22317 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
22318
22319 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22320 statement ends with auto-increment "++".
22321
22322 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22323
22324 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22325 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22326 these are changed, so declare them as variables and not constants.
22327
22328 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
22329
22330 * subr.el (dolist, dotimes): Doc fix.
22331
22332 2003-07-08 Kim F. Storm <storm@cua.dk>
22333
22334 * international/mule-cmds.el
22335 (set-display-table-and-terminal-coding-system): Don't break
22336 bootstrap if standard-display-table isn't setup yet.
22337
22338 2003-07-07 Richard M. Stallman <rms@gnu.org>
22339
22340 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22341 Give it a doc string, and autoload it.
22342
22343 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22344 Use with-no-warnings.
22345
22346 * info.el (Info-search): If find invisible text, search again.
22347
22348 * isearch.el (search-whitespace-regexp): Add a shy group around it.
22349
22350 * man.el (Man-name-regexp): Match + as part of name.
22351
22352 * simple.el (visible-mode): Rename from vis-mode.
22353 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22354
22355 * simple.el (current-word): New arg REALLY-WORD specifies
22356 don't include punctuation chars.
22357
22358 * emacs-lisp/debug.el (debug, debugger-env-macro):
22359 Use with-no-warnings while accessing and binding unread-command-char.
22360
22361 * international/mule-cmds.el
22362 (set-display-table-and-terminal-coding-system): Use explicit loop
22363 instead of calling standard-display-default.
22364
22365 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22366 Use condition-case to catch error in ange-ftp-get-files.
22367
22368 * net/browse-url.el (browse-url-browser-function):
22369 Add alternative for Epiphany.
22370 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22371 (browse-url-epiphany-startup-arguments)
22372 (browse-url-epiphany-new-window-is-tab): New variables.
22373 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22374
22375 * progmodes/compile.el (compile-auto-highlight): Default now t.
22376 (compile): Doc fix.
22377 (compilation-next-error): Fix previous change.
22378
22379 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22380
22381 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22382
22383 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22384
22385 * gdb-ui.el (gdb-source-info): Display current frame when
22386 attaching to an existing process.
22387 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22388 while laying out windows when attaching to an existing process.
22389
22390 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22391
22392 * info.el (Info-menu): Use Info-menu-entry-name-re.
22393
22394 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22395
22396 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22397 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22398
22399 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22400 to match the same text.
22401
22402 2003-07-06 John Paul Wallington <jpw@gnu.org>
22403
22404 * vc.el (vc-annotate-offset): Move defvar up.
22405
22406 2003-07-06 Kim F. Storm <storm@cua.dk>
22407
22408 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22409 This should fix the infinite loop when extracting menu names.
22410
22411 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22412
22413 * files.el (auto-mode-alist, interpreter-mode-alist):
22414 Remove entries to CC Mode modes to avoid duplicates; they are now added
22415 with autoload directives in cc-mode.el.
22416
22417 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22418
22419 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22420 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22421 these are changed, so declare them as variables and not constants.
22422
22423 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22424 ensure that the entry for ".c" extension comes before the one for
22425 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22426 Fix incorrect entries that were added to `interpreter-mode-alist'.
22427 Move the autoload directives for AWK to the top level since they
22428 aren't recognized anywhere else. Do not use the new AWK mode doc
22429 in the autoload form for the old AWK mode.
22430
22431 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22432
22433 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22434 (bibtex-sort-ignore-string-entries): Default value t.
22435 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22436 erroneously in previous version.
22437 (bibtex-string-files): Docstring reflects new parsing scheme.
22438 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22439 docstring, add # as one of the chars to crush
22440 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22441 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22442 (bibtex-autokey-name-change-strings)
22443 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22444 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22445 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22446 (bibtex-autokey-title-terminators)
22447 (bibtex-autokey-titlewords-stretch)
22448 (bibtex-autokey-titleword-ignore)
22449 (bibtex-autokey-titleword-case-convert)
22450 (bibtex-autokey-titleword-abbrevs)
22451 (bibtex-autokey-titleword-abbrevs)
22452 (bibtex-autokey-titleword-change-strings)
22453 (bibtex-autokey-titleword-length)
22454 (bibtex-autokey-titleword-separator)
22455 (bibtex-autokey-name-year-separator)
22456 (bibtex-autokey-year-title-separator)
22457 (bibtex-autokey-before-presentation-function)
22458 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22459 Fix docstring.
22460 (bibtex-strings, bibtex-reference-keys):
22461 Use lazy-completion-table and make-variable-buffer-local.
22462 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22463 (bibtex-braced-string-syntax-table)
22464 (bibtex-quoted-string-syntax-table): New variables.
22465 (bibtex-parse-nested-braces): Remove.
22466 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22467 (bibtex-parse-association): Simplify.
22468 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22469 (bibtex-parse-field-text): Simplify.
22470 (bibtex-search-forward-field, bibtex-search-backward-field):
22471 argument BOUND can take value t.
22472 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22473 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22474 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22475 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22476 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22477 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22478 and ending of entry. Update for changes of bibtex-search-entry.
22479 Simplify.
22480 (bibtex-map-entries): FUN is called with three arguments.
22481 (bibtex-search-entry): Return a cons pair with buffer positions of
22482 beginning and end of entry.
22483 (bibtex-enclosing-field): Simplify.
22484 (bibtex-format-entry): Use booktitle to set a missing title.
22485 (bibtex-autokey-get-names): Fiddle with regexps.
22486 (bibtex-generate-autokey): Use identity.
22487 (bibtex-parse-keys): Use simplified parsing algorithm if
22488 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22489 arguments. Return alist of keys.
22490 (bibtex-parse-strings): Simplify. Return alist of strings.
22491 (bibtex-complete-string-cleanup): Fix docstring.
22492 (bibtex-read-key): New function.
22493 (bibtex-mode): Fix docstring. Do not parse for keys and
22494 strings when the mode is entered. Set fill-paragraph-function to
22495 bibtex-fill-field. Setup font-lock-mark-block-function the way
22496 font-lock intended.
22497 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22498 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22499 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22500 (bibtex-Preamble): Avoid hard coded constants.
22501 (bibtex-make-field): Fix docstring. Simplify.
22502 (bibtex-beginning-of-entry): Always return new position of point.
22503 (bibtex-end-of-entry): Rearrange cond clauses.
22504 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22505 Update for changes of bibtex-map-entries.
22506 (bibtex-ispell-abstract): Do not move point.
22507 (bibtex-entry-index): Use downcase. Simplify.
22508 (bibtex-lessp): Handle catch-all.
22509 (bibtex-find-crossref): Turn into a command.
22510 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22511 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22512 preamble entries.
22513 (bibtex-fill-field-bounds): New function.
22514 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22515 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22516 (bibtex-String): Use bibtex-strings. Always obey
22517 bibtex-sort-ignore-string-entries.
22518
22519 2003-07-05 John Paul Wallington <jpw@gnu.org>
22520
22521 * cus-theme.el (customize-create-theme):
22522 Call `customize-create-theme' in Reset widget's notify function.
22523
22524 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22525 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22526 (define-ibuffer-column name): Add summarizer.
22527 (define-ibuffer-column size): Likewise.
22528 (define-ibuffer-column filename): Likewise.
22529 (define-ibuffer-column process): Likewise. Change BODY's output too.
22530 (define-ibuffer-column filename-and-process): Likewise, likewise.
22531 (ibuffer): Remove local vars `already-in' and `need-update'.
22532
22533 * ibuf-ext.el: Don't require `derived' at compile-time.
22534
22535 2003-07-05 Kim F. Storm <storm@cua.dk>
22536
22537 * info.el: Disable paragraph refilling.
22538 (Info-refill-paragraphs): New defcustom.
22539 (Info-fontify-node): Use it.
22540
22541 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22542
22543 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22544 thingies from constructors created by defstruct.
22545
22546 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22547 the default value of the variable.
22548 (byte-code-meter): Move declaration to top level.
22549
22550 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22551
22552 * info.el (Info-following-node-name-re): New fun.
22553 (Info-following-node-name): Remove.
22554 (Info-insert-dir): Use the new fun.
22555 (Info-extract-pointer): Don't save restriction; use new fun.
22556 (Info-menu-entry-name-re): New const.
22557 (Info-menu-entry-name-re): Use it along with new fun.
22558 (Info-node-spec-re): Use new fun.
22559 (Info-complete-menu-item, Info-fontify-node): Use new const.
22560 (Info-goto-node, Info-follow-reference, Info-menu-update):
22561 Use match-string.
22562 (Info-follow-reference): Use assoc-string.
22563 Use a list of strings for the completion table.
22564 (Info-fontify-node): Use match-string, line-end-position.
22565 Limit the search for `node:' to the first line.
22566
22567 * newcomment.el (uncomment-region): Remove padding coming from
22568 comment-start rather than just from comment-padding.
22569
22570 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22571 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22572 (vc-cvs-rename-file): Remove (use the default).
22573 (vc-cvs-register): Register parent dir if needed.
22574 (vc-cvs-could-register): Return non-nil if parent can be registered.
22575 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22576 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22577
22578 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22579 (vc-svn-update): Fix the arguments to `svn'.
22580 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22581 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22582 Simple implementations, assuming `name' is a URL.
22583
22584 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22585 set of chars allowed unquoted in a case pattern.
22586
22587 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22588
22589 * font-lock.el (font-lock-extra-types-widget)
22590 (c-font-lock-extra-types, c++-font-lock-extra-types)
22591 (objc-font-lock-extra-types, java-font-lock-extra-types)
22592 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22593 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22594 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22595 (font-lock-match-c++-structor-declaration)
22596 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22597 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22598 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22599 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22600 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22601 (java-font-lock-keywords-3, java-font-lock-keywords)
22602 (java-font-lock-syntactic-face-function): Remove obsolete code
22603 and constants. It's all in cc-fonts.el now.
22604
22605 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22606
22607 * mail/sendmail.el (mail-specify-envelope-from)
22608 (mail-envelope-from): Doc fix.
22609
22610 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22611
22612 * generic-x.el: Do away with the dependency on `c-emacs-features'
22613 when populating `rul-generic-mode-syntax-table'; we already know
22614 this isn't XEmacs.
22615
22616 See ChangeLog.10 for earlier changes.
22617
22618 ;; Local Variables:
22619 ;; coding: iso-2022-7bit
22620 ;; End:
22621
22622 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22623 Copying and distribution of this file, with or without modification,
22624 are permitted provided the copyright notice and this notice are preserved.
22625
22626 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1