]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(font-lock-regexp-grouping-construct): Fix the bogus name from
[gnu-emacs] / lisp / ChangeLog
1 2005-07-03 Eli Zaretskii <eliz@gnu.org>
2
3 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4 bogus name from the last change.
5
6 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7
8 * custom.el (custom-declare-variable): Fix typos in comment.
9 (custom-known-themes): Doc fix.
10 (custom-theme-directory): New defcustom.
11 (require-theme): Make it check `custom-theme-directory'.
12
13 * cus-theme.el (custom-new-theme-mode): New function.
14 (custom-theme-name, custom-theme-variables, custom-theme-faces)
15 (custom-theme-description): Add compiler defvars.
16 (customize-create-theme): Add doc to the "*New Custom Theme*"
17 buffer. Use `custom-new-theme-mode'.
18 (custom-theme-write): Put the created buffer in emacs-lisp-mode
19 and save it to the `custom-theme-directory'. Make this the
20 default directory of the buffer.
21
22 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
23
24 * progmodes/flymake.el (flymake-mode, flymake-mode-off): Fix
25 unbalanced parentheses.
26
27 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
30 into flymake-mode and delegate to flymake-mode.
31
32 * find-file.el (ff-which-function-are-we-in): Clean up.
33
34 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
35
36 * replace.el (occur-rename-buffer): Fix docstring.
37
38 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
39 (edt-last-copied-word, edt-learn-macro-count)
40 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
41 (edt-rect-start-point, edt-user-global-map, rect-start-point)
42 (time-string, zmacs-region-stays):
43 * emulation/edt-mapper.el (edt-save-function-key-map)
44 (EDT-key-name): `defvar' to silence the byte-compiler.
45
46 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
47
48 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
49 font-lock-regexp-backslash. Doc fix.
50 (font-lock-regexp-backslash-grouping-construct): Rename from
51 font-lock-regexp-backslash-construct. Doc fix.
52 (lisp-font-lock-keywords-2): Fix highlighting of ELisp regexp
53 grouping constructs.
54
55 2005-07-02 Eli Zaretskii <eliz@gnu.org>
56
57 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
58 updating all the prerequisites.
59
60 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
61
62 * textmodes/org.el (org-agenda-start-on-weekday)
63 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
64 (org-agenda-use-time-grid, org-archive-location)
65 (org-allow-space-in-links, org-usenet-links-prefer-google)
66 (org-enable-table-editor, org-export-default-language)
67 (org-export-html-show-new-buffer, org-fill-paragraph)
68 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
69 (org-goto-quit, org-occur, org-eval-in-calendar)
70 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
71 (org-agenda-diary-entry, org-remember-help)
72 (org-table-convert-region, org-at-table-p)
73 (org-table-move-row-down, org-table-move-row-up)
74 (org-table-copy-region, org-table-toggle-vline-visibility)
75 (org-table-get-stored-formulas, org-table-get-specials)
76 (org-recalc-commands, org-table-eval-formula)
77 (org-table-formula-substitute-names, orgtbl-make-binding)
78 (org-format-org-table-html, org-format-table-table-html)
79 (org-format-table-table-html-using-table-generate-source)
80 (org-customize): Fix typos in docstrings.
81 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
82 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
83 (org-back-to-heading): Doc fixes.
84 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
85 (org-agenda-change-all-lines, org-get-header):
86 Improve argument/docstring consistency.
87 (orgtbl-error): Fix error message.
88
89 * progmodes/flymake.el (flymake-find-possible-master-files)
90 (flymake-master-file-compare, flymake-get-line-err-count)
91 (flymake-highlight-line, flymake-gui-warnings-enabled):
92 Fix typos in docstrings.
93 (flymake-parse-line, flymake-get-project-include-dirs-function)
94 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
95 Doc fixes.
96 (flymake-get-project-include-dirs-function)
97 (flymake-make-err-menu-data):
98 Improve argument/docstring consistency.
99
100 2005-07-01 Lute Kamstra <lute@gnu.org>
101
102 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
103 Catch errors with ignore-errors. Use temporary buffer.
104 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
105
106 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
107 background color faces.
108 (facemenu-set-foreground, facemenu-set-background):
109 Use facemenu-set-face-from-menu.
110 (facemenu-set-face-from-menu): Treat face names that start with
111 "fg:" or "bg:" as special.
112 (facemenu-add-new-color): Don't create faces. Simplify.
113
114 2005-06-30 Richard M. Stallman <rms@gnu.org>
115
116 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
117 (crm-find-current-element): Likewise.
118
119 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
120
121 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
122
123 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * arc-mode.el (archive-extract): Make it work as a mouse binding.
126 (archive-mouse-extract): Make it an obsolete alias.
127 (archive-mode-map): Don't use archive-mouse-extract any more.
128 (archive-mode, archive-extract): write-contents-hooks ->
129 write-contents-functions.
130 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
131 first arg.
132 (archive-rename-entry): Update the call.
133 (archive-zip-summarize): Remove unused var `method'.
134 (archive-lzh-summarize): Remove unused var `creator'.
135
136 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
137 dedicated frame upon exit.
138
139 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
140 (archive-zip-extract, archive-zip-expunge)
141 (archive-zip-update, archive-zip-update-case): Use executable-find.
142 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
143 Use restore-buffer-modified-p.
144 (archive-extract, archive-add-new-member, archive-write-file-member):
145 Use with-current-buffer.
146 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
147
148 2005-06-30 Andreas Schwab <schwab@suse.de>
149
150 * progmodes/gud.el (gud-filter): Remove unneeded progn.
151
152 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
153
154 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
155
156 2005-06-30 Juri Linkov <juri@jurta.org>
157
158 * faces.el (vertical-border): Inherit from mode-line-inactive
159 only on tty.
160
161 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
162
163 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
164 example, -NLINES in the `occur' docstring).
165
166 * replace.el (occur-1): When no matches are found, do not set the
167 `buffer-read-only' and modified flags for the occur buffer,
168 because it is deleted.
169
170 * emulation/cua-base.el (cua-check-pending-input)
171 (cua-repeat-replace-region, cua-mode, cua-debug)
172 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
173 Fix typos in docstrings.
174
175 * emulation/cua-gmrk.el (cua-toggle-global-mark)
176 (cua-cut-region-to-global-mark)
177 (cua--cut-rectangle-to-global-mark):
178 Remove period from end of messages.
179
180 * emulation/cua-rect.el (cua-do-rectangle-padding):
181 Remove period from end of messages.
182 (cua--rectangle-seq-format): Fix typo in docstring.
183 (cua-sequence-rectangle, cua-fill-char-rectangle):
184 Improve argument/docstring consistency.
185
186 2005-06-29 Juri Linkov <juri@jurta.org>
187
188 * faces.el (default-frame-background-mode): New internal variable.
189 (frame-set-background-mode): Use it.
190
191 * startup.el (normal-top-level): Set default-frame-background-mode
192 instead of frame-background-mode. Before setting it, test for its
193 nil value. Remove tests for frame-background-mode and frame
194 parameter `reverse'. Add test for "unspecified-fg".
195
196 * term/xterm.el (xterm-rxvt-set-background-mode):
197 * term/rxvt.el (rxvt-set-background-mode):
198 Set default-frame-background-mode instead of frame-background-mode.
199
200 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
201
202 * simple.el (set-variable): Warn about obsolete user variables.
203
204 * imenu.el (imenu--completion-buffer):
205 * mouse.el (mouse-buffer-menu-alist):
206 * msb.el (msb-invisible-buffer-p):
207 * calendar/diary-lib.el (diary-header-line-format):
208 * emacs-lisp/pp.el (pp-buffer):
209 * progmodes/cperl-mode.el (cperl-do-auto-fill):
210 * textmodes/picture.el (picture-replace-match):
211 Change space constants followed by a sexp to "?\s ".
212
213 * play/decipher.el (decipher-loop-with-breaks):
214 * textmodes/texinfo.el (texinfo-insert-@item): Change space
215 constants "protected" from end of line by a comment to "?\s".
216
217 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * font-lock.el (save-buffer-state): Use `declare'.
220
221 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
222 reset the syntax-table to cperl-mode-syntax-table.
223 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
224 "foo_print_bar" is not matched as a reserved keyword.
225
226 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
227
228 * textmodes/org.el (orgtbl-setup): New function, for delayed
229 setup for the orgtbl commands.
230 (org-calc-default-modes): New option.
231 (orgtbl-make-binding): Use `defun' to get better help display.
232 (org-diary): Call `org-compile-prefix-format'.
233 (org-table-formula-substitute-names): New function.
234 (org-agenda-day-view, org-agenda-week-view): New commands.
235 (org-agenda-toggle-week-view): Command removed.
236 (org-tbl-menu): Split off from org-org-menu.
237 (org-mode): Move removal of outline-mode menus to here.
238 (org-table-formula-debug): New option.
239 (org-table-insert-row): Keep first field if just "#" or "*".
240 (org-mode): Paragraph regexps fixed.
241 (org-table-recalculate-regexp): New constant.
242 (org-table-justify-field-maybe): Avoid replace if not necessary.
243 (org-copy-special, org-cut-special): Use `call-interactively'.
244 (org-table-copy-region): Take region from `interactive' call.
245 (org-trim): Return string even if no match.
246 (org-formula): New face.
247 (org-set-font-lock-defaults): No longer highlight "FIXME".
248 But highlight formula-related fields in table.
249 (org-table-p): Use regexp, not fontification.
250 (org-table-align): Handle white space at end of line.
251 (org-table-formula-evaluate-inline): New option.
252 (org-mode): Auto-wrapping in comment lines turned off.
253 (org-table-copy-down): Evaluate only in copied field, not in
254 destination.
255 (org-table-current-formula): Variable removed.
256 (org-table-store-formulas, org-table-get-stored-formulas)
257 (org-table-modify-formulas, org-table-replace-in-formulas)
258 (org-table-maybe-eval-formula): New functions.
259 (org-table-get-formula): Modify to use stored formulas.
260 (org-table-insert-column, org-table-delete-column)
261 (org-table-move-column): Call `org-table-modify-formulas'.
262 (org-complete): Add completion for keyword formulas.
263 (orgtbl-mode): Pull orgtbl-mode-map to start of
264 minor-mode-map-alist.
265
266 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * progmodes/python.el (python-check): Require `compile' before
269 modifying its variables.
270
271 * newcomment.el (comment-indent-default): Don't get fooled by an early
272 end of buffer.
273
274 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
275
276 * ps-print.el (ps-print-version): Fix version number.
277
278 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
279
280 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
281
282 2005-06-28 Richard M. Stallman <rms@gnu.org>
283
284 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
285 (flyspell-local-mouse-map): Declaration deleted.
286 (flyspell-mouse-map): Bind only mouse-2.
287 (flyspell-mode-map): Don't test flyspell-use-local-map.
288 (flyspell-overlay-keymap-property-name): Var deleted.
289 (flyspell-mode-on): Don't make local bindings for
290 flyspell-mouse-map and flyspell-mode-map.
291 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
292
293 * textmodes/ispell.el (ispell-word): Do not ignore short words.
294
295 * progmodes/compile.el (compilation-next-error-function):
296 Don't switch buffers; operate on the current buffer.
297
298 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
299
300 * comint.el (comint-password-prompt-regexp): Accept ", try again".
301
302 * bindings.el (global-map): Bind insertchar and its variants.
303
304 2005-06-27 Richard M. Stallman <rms@gnu.org>
305
306 * textmodes/artist.el (artist-text-overwrite)
307 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
308
309 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
310
311 * ps-print.el: It was not working the page selection for printing.
312 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
313 (ps-print-version): New version 6.6.7.
314 (ps-end-sheet): New fun.
315 (ps-header-sheet, ps-end-job): Call it.
316
317 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
318
319 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
320
321 2005-06-27 Lute Kamstra <lute@gnu.org>
322
323 * facemenu.el (facemenu-unlisted-faces): Add foreground and
324 background color faces.
325 (facemenu-get-face): Delete function.
326 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
327 (facemenu-add-new-color): Make second argument mandatory.
328 Create the approprate face and return it. Simplify.
329 (facemenu-set-foreground, facemenu-set-background): Don't check if
330 color is defined. Use return value of facemenu-add-new-color.
331
332 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
333
334 * progmodes/gud.el (gud-filter): Add missing argument to
335 with-selected-window.
336
337 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
340 a :require to the defcustom.
341
342 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
343 defcustoms corresponding to minor modes.
344
345 2005-06-26 David Ponce <david@dponce.com>
346
347 * recentf.el: Require tree-widget instead of wid-edit.
348 (recentf-filename-handler): Fix widget :type.
349 (recentf-cancel-dialog, recentf-open-more-files)
350 (recentf-open-files-action): Doc fix.
351 (recentf-dialog-goto-first): New function.
352 (recentf-dialog-mode-map): Set parent keymap first.
353 (recentf-dialog-mode): Define with define-derived-mode.
354 Don't display continuation lines in dialogs.
355 (recentf-edit-list): Rename from recentf-edit-selected-items.
356 (recentf-edit-list-select): Rename from recentf-edit-list-action.
357 Simplify.
358 (recentf-edit-list-validate): New function.
359 (recentf-edit-list): Update accordingly.
360 (recentf-open-files-item-shift): Remove.
361 (recentf-open-files-item): Convert menu elements into tree and
362 link widgets. Don't create the widgets.
363 (recentf-open-files): Update accordingly.
364 (recentf-save-list): Untabify.
365
366 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
367
368 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
369 (keep-lines): Add INTERACTIVE arg. Never delete lines only
370 partially contained in the active region. Do not take active
371 region into account when called from Lisp, unless INTERACTIVE arg
372 is non-nil. Use `forward-line' instead of `beginning-of-line' to
373 avoid trouble with fields. Make marker point nowhere when no
374 longer used. Always return nil. Doc fix.
375 (flush-lines): Add INTERACTIVE arg. Do not take active region
376 into account when called from Lisp, unless INTERACTIVE arg is
377 non-nil. Use `forward-line' instead of `beginning-of-line' to
378 avoid trouble with fields. Make marker point nowhere when no
379 longer used. Always return nil. Doc fix.
380 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
381 interchangeable. Do not take active region into account when
382 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
383 message in echo area when called from Lisp, unless INTERACTIVE arg
384 is non-nil. Avoid saying "1 occurrences". Do not use markers.
385 Return the number of matches. Doc fix.
386 (occur): Doc fix.
387 (perform-replace): Make comment follow double space convention for
388 the sake of `outline-minor-mode'.
389
390 * faces.el (facep): Doc fix.
391
392 2005-06-25 Richard M. Stallman <rms@gnu.org>
393
394 * facemenu.el (facemenu-enable-faces-p): New function.
395 (facemenu-background-menu, facemenu-foreground-menu)
396 (facemenu-face-menu): Add menu-enable property.
397
398 * jka-compr.el (jka-compr-insert-file-contents):
399 Special handling if cannot find the uncompression program.
400
401 * cus-face.el (custom-face-attributes): Add autoload.
402
403 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
404 Bind comment-indent-function locally.
405
406 * window.el (save-selected-window): Use save-current-buffer.
407
408 * subr.el (with-selected-window): Use save-current-buffer.
409
410 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
411 and with-current-buffer.
412
413 2005-06-24 Richard M. Stallman <rms@gnu.org>
414
415 * simple.el (line-move-1): Fix previous change.
416
417 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
418
419 * replace.el (occur-1): Set `buffer-read-only' and the
420 buffer-modified flag before running `occur-hook' to protect
421 against unintentional buffer switches that can lead to data loss.
422
423 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
424
425 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
426 (gud-gdb-marker-filter): Use font-lock-warning-face for any
427 initial error.
428
429 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
430 after fresh input.
431 (gdb-var-create-handler): Put name of expression in quotes.
432
433 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
434
435 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
436 elements of RING in order, and without bogus nil elements.
437
438 2005-06-23 Richard M. Stallman <rms@gnu.org>
439
440 * simple.el (set-variable): Args renamed; doc fix.
441 (line-move-1): When there are overlays around, use vertical-motion.
442
443 * faces.el (escape-glyph): Use brown against light background.
444 (nobreak-space): Rename from no-break-space.
445 Fix previous change.
446
447 * dired-aux.el (dired-do-copy): Fix arg prompt.
448
449 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
450
451 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
452
453 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
454 rather than "Distributor".
455
456 2005-06-23 Lute Kamstra <lute@gnu.org>
457
458 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
459 (debug-on-entry): Use it. New interactive declaration that uses
460 function-called-at-point.
461
462 2005-06-23 Kim F. Storm <storm@cua.dk>
463
464 * subr.el (save-match-data): Add comment about using evaporate arg
465 to set-match-data.
466
467 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
468
469 * cus-edit.el (customize-face)
470 (customize-face-other-window): Handle face aliases.
471
472 * faces.el (face-documentation, set-face-attribute)
473 (face-spec-set): Handle face aliases.
474
475 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
476
477 * help-mode.el (help-make-xrefs): If a symbol representing a face
478 name is not followed by the word "face", it could still be a
479 function or variable name, so don't bypass other checks.
480
481 2005-06-22 Juri Linkov <juri@jurta.org>
482
483 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
484 Replace aliased functions with calls where second arg `inherit' is t.
485
486 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
487
488 * progmodes/gdb-ui.el (gdb-error): New variable.
489 (gdb-error): New function.
490 (gdb-annotation-rules): Act on error-begin and error annotations.
491 (gdb-concat-output): Use font-lock-warning-face for errors.
492
493 2005-06-22 Miles Bader <miles@gnu.org>
494
495 * bindings.el (propertized-buffer-identification): Use renamed
496 `Buffer-menu-buffer' face.
497
498 * faces.el (vertical-border): Rename from `vertical-divider'.
499 (escape-glyph): Change dark-background color back to `cyan'.
500
501 2005-06-21 Juri Linkov <juri@jurta.org>
502
503 * faces.el (face-user-default-spec): Try getting `customized-face'
504 prior to `saved-face'.
505 (frame-background-mode): Refill docstring.
506
507 * emacs-lisp/lisp-mode.el (eval-defun-1):
508 * emacs-lisp/edebug.el (edebug-eval-defun):
509 Set `saved-face' temporarily to nil before calling form.
510 Set `customized-face' to the new spec after that.
511
512 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
513
514 * subr.el (1value, lambda, key-substitution-in-progress):
515 Doc fixes.
516
517 * autoinsert.el (auto-insert-alist):
518 * ses.el (ses-call-printer):
519 * subr.el (noreturn):
520 * emacs-lisp/lisp.el (check-parens):
521 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
522 * net/browse-url.el (browse-url-mosaic):
523 * progmodes/cc-defs.el (c-safe-scan-lists):
524 * progmodes/ebnf-abn.el (ebnf-abn-lex):
525 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
526 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
527 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
528 * progmodes/ebnf-iso.el (ebnf-iso-lex):
529 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
530
531 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
532
533 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
534
535 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
536
537 * calendar/appt.el (appt-make-list): Activate the package, if
538 not already active (for backwards compatibility).
539
540 2005-06-20 Kim F. Storm <storm@cua.dk>
541
542 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
543
544 2005-06-20 Miles Bader <miles@gnu.org>
545
546 * faces.el (vertical-divider): New face.
547
548 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
549
550 * simple.el (kill-whole-line): Doc fix.
551 (next-error-buffer-p, next-error-find-buffer)
552 (clone-indirect-buffer): Fix typos in docstrings.
553 (comment-line-break-function): Doc fix: don't say variable
554 is automatically buffer-local (it isn't).
555
556 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
557
558 * net/tramp-ftp.el (top):
559 * net/tramp-smb.el (top):
560 * net/tramp-util.el (top):
561 * net/tramp-uu.el (top):
562 * net/tramp-vc.el (top):
563 * net/tramp.el (top): Revert copyright years back to original
564 ones. Tramp has a life outside GNU Emacs.
565
566 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
567
568 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
569
570 2005-06-18 Juri Linkov <juri@jurta.org>
571
572 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
573 end of first regexp to limit the match to the position between
574 line number and source line with same separator character as used
575 between file name and line number. In the second regexp limit
576 mouse-face area to file name and line number by adding new group
577 for them and referring it in HYPERLINK arg.
578 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
579 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
580 previous line where grep markers may be already removed.
581
582 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
583
584 * progmodes/ps-mode.el: Update version and maintainer's email address.
585
586 2005-06-18 Steve Youngs <steve@xemacs.org>
587
588 * net/browse-url.el (browse-url-browser-function)
589 (browse-url-default-browser): Add firefox.
590 (browse-url-firefox-program, browse-url-firefox-arguments)
591 (browse-url-firefox-startup-arguments)
592 (browse-url-firefox-new-window-is-tab): New defcustoms.
593 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
594
595 2005-06-17 Richard M. Stallman <rms@gnu.org>
596
597 * startup.el (command-line): Warn if specified user name has
598 no home directory.
599
600 * term.el (term-get-old-input, term-input-filter, term-input-sender)
601 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
602
603 * longlines.el (longlines-mode, longlines-show-hard-newlines):
604 Doc fixes.
605
606 * faces.el (underline): Try bold if terminal doesn't support underline.
607
608 * mail/sendmail.el (mail-setup-with-from): New variable.
609 (mail-insert-from-field): New function.
610 (sendmail-send-it): Call it.
611 (mail-setup): Optionally call it here.
612
613 * term/linux.el: Call tty-no-underline.
614
615 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
616
617 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
618
619 2005-06-17 Miles Bader <miles@gnu.org>
620
621 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
622 (ediff-current-diff-C, ediff-current-diff-Ancestor)
623 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
624 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
625 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
626 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
627 Remove "-face" suffix from face names.
628 (ediff-current-diff-face-A, ediff-current-diff-face-B)
629 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
630 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
631 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
632 (ediff-even-diff-face-A, ediff-even-diff-face-B)
633 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
634 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
635 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
636 New backward-compatibility aliases for renamed faces.
637 (ediff-current-diff-face-A, ediff-current-diff-face-B)
638 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
639 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
640 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
641 (ediff-even-diff-face-A, ediff-even-diff-face-B)
642 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
643 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
644 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
645 Use renamed ediff faces.
646
647 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
648 Remove "-face" suffix from face names.
649 (eshell-test-ok-face, eshell-test-failed-face):
650 New backward-compatibility aliases for renamed faces.
651 (eshell-run-test): Use renamed eshell-test faces.
652
653 * eshell/em-prompt.el (eshell-prompt):
654 Remove "-face" suffix from face name.
655 (eshell-prompt-face): New backward-compatibility alias for renamed face.
656 (eshell-emit-prompt): Use renamed eshell-prompt face.
657
658 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
659 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
660 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
661 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
662 Remove "-face" suffix from face names.
663 (eshell-ls-directory-face, eshell-ls-symlink-face)
664 (eshell-ls-executable-face, eshell-ls-readonly-face)
665 (eshell-ls-unreadable-face, eshell-ls-special-face)
666 (eshell-ls-missing-face, eshell-ls-archive-face)
667 (eshell-ls-backup-face, eshell-ls-product-face)
668 (eshell-ls-clutter-face):
669 New backward-compatibility aliases for renamed faces.
670 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
671
672 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
673 Remove "-face" suffix from face name.
674 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
675 instead of literal face.
676
677 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
678
679 * emacs-lisp/warnings.el (display-warning, lwarn)
680 (warning-minimum-log-level): Doc fixes.
681 (warning-minimum-level, warning-minimum-log-level):
682 Add :debug to :type choices.
683
684 * progmodes/ada-mode.el (ada-format-paramlist)
685 (ada-get-indent-case, ada-check-matching-start)
686 (ada-check-defun-name, ada-goto-matching-decl-start)
687 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
688 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
689 (ada-make-subprogram-body): Follow error conventions.
690 (ada-case-exception-file, ada-indent-comment-as-code)
691 (ada-indent-handle-comment-special, ada-indent-renames)
692 (ada-indent-return, ada-search-directories-internal)
693 (ada-tab-policy, ada-case-exception-substring)
694 (ada-other-file-alist, ada-matching-start-re)
695 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
696 (ada-imenu-generic-expression, ada-compile-goto-error)
697 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
698 (ada-popup-menu, ada-add-extensions, ada-mode)
699 (ada-region-selected, ada-create-case-exception)
700 (ada-create-case-exception-substring, ada-after-keyword-p)
701 (ada-activate-keys-for-case, ada-adjust-case-region)
702 (ada-adjust-case-buffer, ada-format-paramlist)
703 (ada-scan-paramlist, ada-insert-paramlist)
704 (ada-indent-newline-indent)
705 (ada-indent-newline-indent-conditional)
706 (ada-justified-indent-current, ada-goto-previous-word)
707 (ada-indent-current, ada-get-indent-open-paren)
708 (ada-get-indent-paramlist, ada-get-indent-end)
709 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
710 (ada-get-indent-block-start, ada-get-indent-subprog)
711 (ada-get-indent-noindent, ada-get-indent-label)
712 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
713 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
714 (ada-goto-stmt-end, ada-goto-next-word)
715 (ada-check-matching-start, ada-check-defun-name)
716 (ada-goto-matching-decl-start, ada-goto-matching-start)
717 (ada-goto-matching-end, ada-search-ignore-string-comment)
718 (ada-in-decl-p, ada-looking-at-semi-or)
719 (ada-looking-at-semi-private, ada-in-paramlist-p)
720 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
721 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
722 (ada-next-procedure, ada-previous-procedure, ada-next-package)
723 (ada-previous-package, ada-create-menu)
724 (ada-fill-comment-paragraph-justify)
725 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
726 (ada-other-file-name, ada-last-which-function-line)
727 (ada-last-which-function-subprog, ada-which-function)
728 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
729 (ada-gen-treat-proc, ada-check-emacs-version)
730 (ada-continuation-indent, ada-align-region-separate):
731 Fix typos in docstrings.
732 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
733
734 2005-06-16 Lute Kamstra <lute@gnu.org>
735
736 * simple.el (fundamental-mode): Run after-change-major-mode-hook
737 conditionally.
738
739 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
740
741 * comint.el (comint-replace-by-expanded-filename)
742 (comint-prompt-regexp, comint-delimiter-argument-list)
743 (comint-preinput-scroll-to-bottom):
744 * info.el (Info-hide-cookies-node):
745 * ls-lisp.el (ls-lisp-classify):
746 * find-file.el (ff-search-directories, ff-special-constructs)
747 (ff-find-other-file):
748 * font-lock.el (font-lock-keywords):
749 * shell.el (shell-prompt-pattern)
750 (shell-dynamic-complete-functions, shell-mode)
751 (shell-delimiter-argument-list):
752 * term.el (term-replace-by-expanded-filename)
753 (term-prompt-regexp, term-delimiter-argument-list):
754 * woman.el (woman-ignore, woman0-if):
755 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
756 * emacs-lisp/elint.el (elint-init-env):
757 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
758 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
759 * language/ethio-util.el (ethio-tilde-escape)
760 (ethio-use-three-dot-question):
761 * net/zone-mode.el (zone-mode-load-time-setup):
762 * progmodes/cc-align.el (c-lineup-argcont):
763 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
764 * progmodes/cperl-mode.el (cperl-set-style-back):
765 * progmodes/inf-lisp.el (inferior-lisp-prompt):
766 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
767 Fix spellings in docstrings.
768
769 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
770 * progmodes/modula2.el (m2-for): Fix spellings.
771
772 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
773
774 * simple.el (undo-more): Don't use `format' on `error' arguments.
775 Improve argument/docstring consistency.
776 (pending-undo-list): Doc fix.
777
778 * smerge-mode.el (smerge-ensure-match):
779 * emulation/vip.el (vip-ex):
780 * net/zone-mode.el (zone-mode-update-serial):
781 * progmodes/idlwave.el (idlwave-complete):
782 * progmodes/vhdl-mode.el (vhdl-visit-file)
783 (vhdl-compose-wire-components):
784 Don't use `format' on `error' arguments.
785
786 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
787 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
788 (tooltip-help-tips): Fix typos in docstrings.
789
790 2005-06-16 David Ponce <david@dponce.com>
791
792 * tree-widget.el (tree-widget-value-create): Simplify last change.
793
794 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
795
796 * ido.el (ido-incomplete-regexp): New variable.
797 (ido-set-matches-1): Handle invalid-regexp error and set
798 ido-incomplete-regexp.
799 (ido-incomplete-regexp): New face.
800 (ido-completions): Use it.
801 (ido-complete, ido-exit-minibuffer, ido-completions):
802 Handle incomplete regexps.
803 (ido-completions): Add check for complete match when entering a regexp.
804
805 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
808
809 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
810
811 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
812 by field delimiters.
813
814 2005-06-15 David Ponce <david@dponce.com>
815
816 * tree-widget.el: eval-and-compile inlined functions so they will
817 be available at run-time too.
818 (tree-widget-super-format-handler)
819 (tree-widget-format-handler): Remove.
820 (tree-widget-value-create): Handle the :indent property.
821
822 2005-06-15 Miles Bader <miles@gnu.org>
823
824 * progmodes/which-func.el (which-func): Only inherit
825 `font-lock-function-name-face' when that makes sense against the
826 default mode-line face, otherwise set the face color explicitly.
827
828 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
829 faces instead of (non-existent) variables.
830
831 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
834 (iswitchb-get-matched-buffers): Likewise. Simplify.
835
836 2005-06-14 Miles Bader <miles@gnu.org>
837
838 * progmodes/ld-script.el (ld-script-location-counter):
839 Remove "-face" suffix from face name.
840 (ld-script-location-counter-face):
841 New backward-compatibility alias for renamed face.
842 (ld-script-location-counter-face): Use renamed face.
843
844 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
845 (cperl-hash): Remove "-face" suffix from face names.
846 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
847 New backward-compatibility aliases for renamed faces.
848 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
849 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
850
851 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
852 name.
853 (which-func-face): New backward-compatibility alias for renamed face.
854 (which-func-format): Use renamed which-func face.
855
856 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
857 (vhdl-function, vhdl-directive, vhdl-reserved-word)
858 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
859 names.
860 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
861 (vhdl-speedbar-configuration, vhdl-speedbar-package)
862 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
863 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
864 (vhdl-speedbar-architecture-selected)
865 (vhdl-speedbar-configuration-selected)
866 (vhdl-speedbar-package-selected)
867 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
868 names.
869 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
870 Use renamed faces.
871 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
872 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
873 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
874 Use renamed faces.
875 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
876 names.
877 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
878 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
879 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
880 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
881 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
882 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
883
884 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
885 face name.
886 (sh-heredoc-face): New backward-compatibility alias for renamed face.
887 (sh-heredoc-face): Use renamed sh-heredoc face.
888
889 * progmodes/idlw-help.el (idlwave-help-link):
890 Remove "-face" suffix from face name.
891 (idlwave-help-link-face):
892 New backward-compatibility alias for renamed face.
893 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
894
895 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
896 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
897 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
898 New backward-compatibility aliases for renamed faces.
899 (idlwave-shell-disabled-breakpoint-face)
900 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
901
902 * progmodes/flymake.el (flymake-errline, flymake-warnline):
903 Remove "-face" suffix from face names.
904 (flymake-errline-face, flymake-warnline-face):
905 New backward-compatibility aliases for renamed faces.
906 (flymake-highlight-line): Use renamed flymake faces.
907
908 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
909 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
910 (ebrowse-member-class, ebrowse-progress):
911 Remove "-face" suffix from face names.
912 (ebrowse-tree-mark-face, ebrowse-root-class-face)
913 (ebrowse-file-name-face, ebrowse-default-face)
914 (ebrowse-member-attribute-face, ebrowse-member-class-face)
915 (ebrowse-progress-face):
916 New backward-compatibility aliases for renamed faces.
917 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
918 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
919 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
920 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
921
922 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
923 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
924 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
925 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
926 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
927 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
928 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
929 New backward-compatibility aliases for renamed faces.
930 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
931 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
932 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
933 "font-lock-". Use renamed antlr-mode faces.
934 (antlr-font-lock-additional-keywords): Use renamed faces.
935 Replace literal face-names with face variable references.
936
937 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
938 face name.
939 (Buffer-menu-buffer-face): New backward-compatibility alias for
940 renamed face.
941 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
942
943 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
944
945 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
946 Eliminate "-face" suffix.
947 (makefile-targets): Inherit from font-lock-function-name-face and
948 eliminate "-face" suffix.
949 (makefile-shell): Remove attributes and eliminate "-face" suffix.
950 (makefile-*-font-lock-keywords): Append makefile-targets in rule
951 actions, instead of prepending, to make it less visible.
952 (makefile-previous-dependency, makefile-match-dependency):
953 Don't match a target on a continuation line.
954
955 * files.el (auto-mode-alist): Put Makefile in gmake mode.
956
957 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
958
959 * progmodes/gdb-ui.el (menu): Re-order menu items.
960 (gdb-tooltip-print): Respect tooltip-use-echo-area.
961
962 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
963 Define in tooltip.el.
964 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
965 (gud-tooltip-tips): Respect tooltip-use-echo-area and
966 gud-tooltip-echo-area.
967
968 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
969 backward compatibility and make obsolete.
970 (tooltip-help-tips): Use tooltip-use-echo-area.
971 (tooltip-show-help-function): Rename to...
972 (tooltip-show-help): ...this, because it is a function.
973 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
974
975 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
976
977 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
978 (edebug-print-length, edebug-print-level, edebug-print-circle)
979 (edebug-modify-breakpoint, edebug-eval-last-sexp)
980 (edebug-eval-print-last-sexp): Doc fixes.
981
982 2005-06-14 Kim F. Storm <storm@cua.dk>
983
984 * ido.el (ido-mode): Make a new keymap every time we enable ido,
985 as the coverage buffer/file/both may change.
986
987 2005-06-14 Lute Kamstra <lute@gnu.org>
988
989 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
990 and run-mode-hooks. Simplify.
991
992 * mail/rmailedit.el (rmail-edit-mode):
993 * progmodes/octave-inf.el (inferior-octave-mode):
994 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
995
996 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
997 and run-mode-hooks.
998 (recentf-edit-list, recentf-open-files): Don't call
999 kill-all-local-variables directly.
1000
1001 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1002
1003 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * emacs-lisp/byte-run.el (make-obsolete)
1006 (define-obsolete-function-alias): Rename arguments FUNCTION and
1007 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1008 (make-obsolete-variable, define-obsolete-variable-alias):
1009 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1010 respectively.
1011
1012 * isearchb.el (isearchb-activate):
1013 * pcvs.el (cvs-mode):
1014 * ses.el (ses-load):
1015 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1016 * net/tramp.el (tramp-find-file-exists-command)
1017 (tramp-find-shell):
1018 * progmodes/ada-mode.el (ada-create-case-exception)
1019 (ada-create-case-exception-substring, ada-make-subprogram-body):
1020 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1021 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1022 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1023 * textmodes/org.el (org-promote, org-evaluate-time-range)
1024 (org-agenda-next-date-line, org-agenda-previous-date-line)
1025 (org-agenda-error, org-open-at-point, org-table-move-row)
1026 (org-format-table-table-html-using-table-generate-source)
1027 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1028 * textmodes/reftex.el (reftex-access-scan-info):
1029 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1030 (reftex-toc-promote-prepare): Follow error conventions.
1031
1032 * diff-mode.el (diff-mode): Fix typo in docstring.
1033
1034 * forms.el (forms--intuit-from-file): Fix reference to
1035 `forms-number-of-fields' in error message.
1036 (forms-print): Fix quoting in error message.
1037
1038 * forms.el (forms-mode):
1039 * emulation/vi.el (vi-goto-insert-state):
1040 * progmodes/flymake.el (flymake-new-err-info)
1041 (flymake-start-syntax-check-for-current-buffer)
1042 (flymake-simple-cleanup):
1043 * eshell/esh-var.el (eshell/export):
1044 * progmodes/gud.el (xdb):
1045 * textmodes/flyspell.el (flyspell-incorrect-hook)
1046 (flyspell-maybe-correct-transposition)
1047 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1048
1049 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
1050
1051 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1052 minibuffer prompt.
1053
1054 2005-06-13 Kim F. Storm <storm@cua.dk>
1055
1056 * subr.el (add-to-ordered-list): New defun.
1057
1058 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1059 add cua--keymap-alist to emulation-mode-map-alists.
1060
1061 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * subr.el (complete-in-turn): New macro.
1064 (dynamic-completion-table, lazy-completion-table): Add debug info.
1065
1066 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1067 in preference to face aliases.
1068
1069 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1070 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1071 Remove unused vars `start' and `firstline'.
1072 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1073 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1074
1075 2005-06-13 Eli Zaretskii <eliz@gnu.org>
1076
1077 * cus-start.el (all): Don't complain about missing GTK-related
1078 variables, unless either `gtk' is boundp or this isn't a
1079 `windows-nt' build.
1080
1081 2005-06-13 Lute Kamstra <lute@gnu.org>
1082
1083 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1084 run-mode-hooks.
1085
1086 * ediff-mult.el (ediff-meta-mode):
1087 * ediff-util.el (ediff-mode): Use run-mode-hooks.
1088
1089 * ledit.el (ledit-mode): Use delay-mode-hooks.
1090
1091 * woman.el (woman-mode-line-format): Delete constant.
1092 (woman-mode-map): Initialize it properly.
1093 (woman-mode): Set mode-class property to special.
1094 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
1095 Set major-mode and mode-name. Don't set mode-line-format directly.
1096 (Man-getpage-in-background): Don't reference woman-mode-line-format.
1097
1098 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1099 string argument obsolete.
1100
1101 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
1102
1103 * textmodes/org.el (org-CUA-compatible): New option.
1104 (org-disputed-keys): New variable.
1105 (org-key): New function.
1106 (orgtbl-make-binding): Add docstring to the created function.
1107 (org-mode): Set paragraph start/separate regexps.
1108 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1109 (org-archive-location, org-archive-mark-done)
1110 (org-archive-stamp-time): New options.
1111 (org-archive-subtree): New command.
1112 (org-fill-paragraph): New function.
1113 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1114 (org-fake-empty-table-line): Function removed.
1115 (org-format-org-table-html): Do not create empty table lines at
1116 separator lines. Improved table header treatment.
1117 (org-link-format): New option.
1118 (org-make-link): New function.
1119 (org-insert-link, org-store-link): Use org-make-link.
1120 (org-open-file): Quote file name for shell command, to allow
1121 spaces in file names.
1122 (org-link-regexp): Fix bug with mailto link.
1123 (org-link-maybe-angles-regexp, org-protected-link-regexp):
1124 New constants.
1125 (org-export-as-html): Deal with the optional angles around a link.
1126 Better treatment of file: links.
1127 (org-open-at-point): Replace @{ and @} with < and >.
1128 (org-run-mode-hooks): Function removed.
1129 (org-agenda-mode): No longer use `org-run-mode-hooks'.
1130
1131 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
1132
1133 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1134 MI command -data-list-register-values.
1135 (gdb-post-prompt): Indent properly.
1136
1137 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
1138
1139 * hilit-chg.el (highlight-changes-colors): Rename from
1140 `highlight-changes-colours'.
1141 (highlight-changes-colours): Keep as obsolete alias.
1142 (highlight-changes-face-list): Doc fix.
1143 (hilit-chg-make-list): Use `highlight-changes-colors'.
1144
1145 2005-06-12 Mark A. Hershberger <mah@everybody.org>
1146
1147 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1148 defun-prompt-regexp.
1149
1150 2005-06-12 Eli Zaretskii <eliz@gnu.org>
1151
1152 * loadup.el: Don't say we are dumping under 2 names on windows-nt
1153 and cygwin.
1154
1155 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1156 Don't use an old loaddefs.el, as in Makefile.in.
1157
1158 2005-06-12 Lute Kamstra <lute@gnu.org>
1159
1160 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1161
1162 * man.el (Man-mode-map): Initialize it properly.
1163 (Man-mode): Set mode-class property to special.
1164
1165 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1166
1167 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1168
1169 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1170 A newline is needed in the docstring there.
1171
1172 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1173 Doc fixes.
1174
1175 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1176
1177 * printing.el: Doc fix. The menubar is no more changed when printing
1178 is loaded, it only changes when pr-menu-bind or pr-update-menus is
1179 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
1180 (pr-version): New version number (6.8.4).
1181 (pr-menu-bind): New command.
1182 (pr-update-menus): Docstring and code fix.
1183 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1184 Docstring fix.
1185 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1186 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1187
1188 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
1189
1190 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1191 "Returns" to "return", document useful return values, etc.
1192
1193 2005-06-11 Alan Mackenzie <acm@muc.de>
1194
1195 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1196 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1197 (adaptive-file-function): Minor amendment to doc-string.
1198
1199 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1200
1201 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1202 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1203 Fix :type--it is `integer', not `string'.
1204
1205 * faces.el (modeline-highlight): Rename from (the erroneous)
1206 `modeline-higilight'.
1207
1208 2005-06-11 Lute Kamstra <lute@gnu.org>
1209
1210 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1211 lisp-interaction-mode-map but make it the parent.
1212 (edebug-eval-mode): Use define-derived-mode.
1213
1214 2005-06-11 Andreas Schwab <schwab@suse.de>
1215
1216 * bindings.el: Add binding of `ESC functionkey' for every
1217 `M-functionkey'.
1218 * hexl.el (hexl-mode-map): Likewise.
1219
1220 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
1221
1222 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1223 [msft]: update regexp for newer msft compilers.
1224
1225 2005-06-10 Mark A. Hershberger <mah@everybody.org>
1226
1227 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1228 ATTLIST portions of included DTDs.
1229 (xml-parse-dtd): Eliminate use of inefficient match-data.
1230
1231 2005-06-10 Miles Bader <miles@gnu.org>
1232
1233 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1234 (mpuz-text): Remove "-face" suffix from face names.
1235 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1236 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1237 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1238
1239 * play/gomoku.el (gomoku-O, gomoku-X):
1240 Remove "-face" suffix from face names.
1241 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1242 New backward-compatibility aliases for renamed faces.
1243 (gomoku-font-lock-keywords): Use renamed gomoku faces.
1244
1245 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1246
1247 * thumbs.el: Fixes for changes of 2005-06-09.
1248 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1249 as a directory.
1250 (thumbs-thumbname): Remove directory separator from format string;
1251 `thumbs-thumbsdir' now returns a valid directory name.
1252 (thumbs-temp-dir): New defsubst.
1253 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1254 Use it.
1255
1256 * cus-edit.el (minibuffer):
1257 * files.el (make-backup-file-name-function):
1258 * filesets.el (filesets-external-viewers):
1259 * hilit-chg.el (highlight-changes-colours)
1260 (highlight-changes-face-list, highlight-changes-rotate-faces):
1261 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
1262 * kmacro.el (kmacro-call-macro):
1263 * log-edit.el (log-edit-changelog-full-paragraphs):
1264 * mouse.el (mouse-1-click-follows-link):
1265 * skeleton.el (skeleton-autowrap):
1266 * subr.el (insert-for-yank-1):
1267 * tempo.el (tempo-insert-region):
1268 * terminal.el (terminal-emulator):
1269 * time.el (display-time-mail-face):
1270 * vc.el (vc-annotate):
1271 * vcursor.el (vcursor-copy-line):
1272 * woman.el (woman-bold-headings, woman-ignore)
1273 (woman-default-faces, woman-monochrome-faces):
1274 * calendar/todo-mode.el (todo-insert-threshold):
1275 * emulation/pc-select.el (pc-select-selection-keys-only)
1276 (pc-selection-mode):
1277 * emulation/vip.el (vip-find-char-forward):
1278 * emulation/viper-cmd.el (viper-find-char-forward):
1279 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1280 (input-method-exit-on-invalid-key):
1281 * international/mule-diag.el (describe-coding-system):
1282 * international/ucs-tables.el (unify-8859-on-encoding-mode):
1283 * net/browse-url.el (browse-url-xterm-program):
1284 * obsolete/lazy-lock.el (lazy-lock-mode):
1285 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1286 (cperl-mode):
1287 * progmodes/cpp.el (cpp-face-light-name-list)
1288 (cpp-face-dark-name-list):
1289 * progmodes/delphi.el (delphi-newline-always-indents):
1290 Fix spellings in docstrings.
1291
1292 * ido.el (ido-mode, ido-file-extensions-order)
1293 (ido-default-file-method, ido-default-buffer-method)
1294 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1295 (ido-decorations, ido-read-file-name-as-directory-commands)
1296 (ido-read-file-name-non-ido, ido-work-directory-list)
1297 (ido-ignore-item-temp-list, ido-current-directory)
1298 (ido-magic-forward-char, ido-enter-find-file)
1299 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1300 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1301
1302 2005-06-10 Lute Kamstra <lute@gnu.org>
1303
1304 * play/dunnet.el (dun-mode): Use define-derived-mode.
1305 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
1306 obsolete alias.
1307
1308 * play/doctor.el (doctor-mode-map): Remove defvar.
1309 (doctor-mode): Use define-derived-mode.
1310
1311 * mail/mspools.el (mspools-mode):
1312 * net/eudc-hotlist.el (eudc-hotlist-mode):
1313 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
1314
1315 2005-06-10 Miles Bader <miles@gnu.org>
1316
1317 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1318 Remove "-face" suffix from face names.
1319 (flyspell-incorrect-face, flyspell-duplicate-face):
1320 New backward-compatibility aliases for renamed faces.
1321 (flyspell-mode-on, make-flyspell-overlay)
1322 (flyspell-highlight-incorrect-region)
1323 (flyspell-highlight-duplicate-region)
1324 (flyspell-display-next-corrections)
1325 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
1326
1327 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
1328 from face name.
1329 (texinfo-heading-face): New backward-compatibility alias for
1330 renamed face.
1331 (texinfo-heading-face): Use renamed texinfo-heading face.
1332
1333 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1334 suffix from face names.
1335 (tex-math-face, tex-verbatim-face):
1336 New backward-compatibility aliases for renamed faces.
1337 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1338 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1339 literal face name.
1340
1341 * textmodes/table.el (table-cell): Remove "-face" suffix from face
1342 name.
1343 (table-cell-face): New backward-compatibility alias for renamed face.
1344 (table--put-cell-face-property, table--update-cell-face):
1345 Use renamed table-cell face.
1346
1347 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1348 from face name.
1349 (sgml-namespace-face): New backward-compatibility alias for
1350 renamed face.
1351 (sgml-namespace-face): Use renamed sgml-namespace face.
1352
1353 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1354 (org-level-4, org-level-5, org-level-6, org-level-7)
1355 (org-level-8, org-warning, org-headline-done)
1356 (org-deadline-announce, org-scheduled-today)
1357 (org-scheduled-previously, org-link, org-done, org-table)
1358 (org-time-grid): Remove "-face" suffix from face names.
1359 (org-level-1-face, org-level-2-face, org-level-3-face)
1360 (org-level-4-face, org-level-5-face, org-level-6-face)
1361 (org-level-7-face, org-level-8-face, org-warning-face)
1362 (org-headline-done-face, org-deadline-announce-face)
1363 (org-scheduled-today-face, org-scheduled-previously-face)
1364 (org-link-face, org-done-face, org-table-face)
1365 (org-time-grid-face):
1366 New backward-compatibility aliases for renamed faces.
1367 (org-level-faces, org-set-font-lock-defaults, org-timeline)
1368 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1369 (org-agenda-get-timestamps, org-agenda-get-scheduled)
1370 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1371
1372 * emulation/viper-init.el (viper-search, viper-replace-overlay)
1373 (viper-minibuffer-emacs, viper-minibuffer-insert)
1374 (viper-minibuffer-vi): Remove "-face" suffix from face names.
1375 (viper-search-face, viper-replace-overlay-face)
1376 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1377 (viper-minibuffer-vi-face):
1378 New backward-compatibility aliases for renamed faces.
1379 (viper-search-face, viper-replace-overlay-face)
1380 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1381 (viper-minibuffer-vi-face): Use renamed viper faces.
1382
1383 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1384 Remove "-face" suffix from face names.
1385 (testcover-nohits-face, testcover-1value-face):
1386 New backward-compatibility aliases for renamed faces.
1387 (testcover-mark): Use renamed testcover faces.
1388
1389 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1390 face name.
1391 (diary-button-face): New backward-compatibility alias for renamed face.
1392 (diary-entry): Use renamed diary-button face.
1393
1394 * calendar/calendar.el (diary, calendar-today, holiday)
1395 (mark-visible-calendar-date): Remove "-face" suffix from face names.
1396 (diary-face, calendar-today-face, holiday-face):
1397 New backward-compatibility aliases for renamed faces.
1398 (eval-after-load "facemenu", diary-entry-marker)
1399 (calendar-today-marker, calendar-holiday-marker, diary-face):
1400 Use renamed calendar faces.
1401
1402 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1403 (compare-windows-face): New backward-compatibility alias for
1404 renamed face.
1405 (compare-windows-highlight): Use renamed compare-windows face.
1406
1407 * strokes.el (strokes-char): Remove "-face" suffix from face name.
1408 (strokes-char-face): New backward-compatibility alias for renamed face.
1409 (strokes-encode-buffer): Use renamed strokes-char face.
1410
1411 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1412 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1413 Remove "-face" suffix from face names.
1414 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1415 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1416 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1417 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1418 Use renamed pcvs faces.
1419 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1420 * pcvs-defs.el (cvs-mode-map): Likewise.
1421 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1422
1423 * info.el (info-title-1, info-title-2, info-title-3)
1424 (info-title-4): Remove "-face" suffix from and downcase face names.
1425 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1426 (Info-title-4-face):
1427 New backward-compatibility aliases for renamed faces.
1428 (Info-fontify-node): Use renamed info faces.
1429
1430 * hilit-chg.el (highlight-changes, highlight-changes-delete):
1431 Remove "-face" suffix from face names.
1432 (highlight-changes-face, highlight-changes-delete-face):
1433 New backward-compatibility aliases for renamed faces.
1434 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1435 (hilit-chg-make-list): Use renamed highlight-changes faces.
1436
1437 * generic-x.el (show-tabs-tab, show-tabs-space):
1438 Remove "-face" suffix from face names.
1439 (show-tabs-tab-face, show-tabs-space-face):
1440 New backward-compatibility aliases for renamed faces.
1441 (show-tabs-generic-mode-font-lock-defaults-1)
1442 (show-tabs-generic-mode-font-lock-defaults-2):
1443 Use renamed show-tabs faces.
1444
1445 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1446 (smerge-markers): Remove "-face" suffix from face names.
1447 (smerge-mine-face, smerge-other-face, smerge-base-face)
1448 (smerge-markers-face):
1449 New backward-compatibility aliases for renamed faces.
1450 (smerge-mine-face, smerge-other-face, smerge-base-face)
1451 (smerge-markers-face): Use renamed smerge faces.
1452
1453 * log-view.el (log-view-file, log-view-message):
1454 Remove "-face" suffix from face names.
1455 (log-view-file-face, log-view-message-face):
1456 New backward-compatibility aliases for renamed faces.
1457 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1458
1459 * paren.el (show-paren-match, show-paren-mismatch):
1460 Remove "-face" suffix from face names.
1461 (show-paren-match-face, show-paren-mismatch-face):
1462 New backward-compatibility aliases for renamed faces.
1463 (show-paren-function): Use renamed show-paren faces.
1464
1465 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1466 (ruler-mode-margins, ruler-mode-fringes)
1467 (ruler-mode-column-number, ruler-mode-fill-column)
1468 (ruler-mode-comment-column, ruler-mode-goal-column)
1469 (ruler-mode-tab-stop, ruler-mode-current-column):
1470 Remove "-face" suffix from face names.
1471 (ruler-mode-default-face, ruler-mode-pad-face)
1472 (ruler-mode-margins-face, ruler-mode-fringes-face)
1473 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1474 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1475 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1476 New backward-compatibility aliases for renamed faces.
1477 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1478 (ruler-mode-column-number, ruler-mode-fill-column)
1479 (ruler-mode-comment-column, ruler-mode-goal-column)
1480 (ruler-mode-tab-stop, ruler-mode-current-column)
1481 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1482
1483 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1484 face name.
1485 (whitespace-highlight-the-space): Use renamed face.
1486 (whitespace-highlight-face): New backward-compatibility alias for
1487 renamed face.
1488
1489 * woman.el (woman-italic, woman-bold, woman-unknown)
1490 (woman-addition, woman-symbol-face):
1491 Remove "-face" suffix from face names.
1492 (woman-italic-face, woman-bold-face, woman-unknown-face)
1493 (woman-addition-face):
1494 New backward-compatibility aliases for renamed faces.
1495 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1496 (woman-decode-region, woman-replace-match)
1497 (woman-display-extended-fonts, woman-special-characters)
1498 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1499 Use renamed woman faces.
1500
1501 * longlines.el (longlines-visible-face): Face removed.
1502
1503 * diff-mode.el (diff-header, diff-file-header, diff-index)
1504 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1505 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1506 suffix from face names.
1507 (diff-header-face, diff-file-header-face, diff-index-face)
1508 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1509 (diff-changed-face, diff-function-face, diff-context-face)
1510 (diff-nonexistent-face): New backward-compatibility aliases for
1511 renamed faces.
1512 (diff-header-face, diff-file-header-face)
1513 (diff-index, diff-index-face, diff-hunk-header)
1514 (diff-hunk-header-face, diff-removed, diff-removed-face)
1515 (diff-added, diff-added-face, diff-changed-face, diff-function)
1516 (diff-function-face, diff-context-face, diff-nonexistent)
1517 (diff-nonexistent-face): Use renamed diff-mode faces.
1518
1519 * progmodes/compile.el (compilation-warning-face)
1520 (compilation-info-face): Remove "-face" suffix from face names.
1521 (compilation-warning-face, compilation-info-face):
1522 New backward-compatibility aliases for renamed faces.
1523 (compilation-warning-face, compilation-info-face):
1524 Use renamed compilation faces.
1525
1526 * add-log.el (change-log-date, change-log-name)
1527 (change-log-email, change-log-file, change-log-list)
1528 (change-log-conditionals, change-log-function)
1529 (change-log-acknowledgement): Remove "-face" suffix from face names.
1530 (change-log-date-face, change-log-name-face)
1531 (change-log-email-face, change-log-file-face)
1532 (change-log-list-face, change-log-conditionals-face)
1533 (change-log-function-face, change-log-acknowledgement-face):
1534 New backward-compatibility aliases for renamed faces.
1535 (change-log-font-lock-keywords): Use renamed change-log faces.
1536
1537 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1538 (custom-set, custom-changed, custom-saved, custom-button)
1539 (custom-button-pressed, custom-documentation, custom-state)
1540 (custom-comment, custom-comment-tag, custom-variable-tag)
1541 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1542 (custom-group-tag): Remove "-face" suffix from face names.
1543 (custom-magic-alist, custom-magic-value-create)
1544 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1545 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1546 (custom-set-face, custom-changed-face, custom-saved-face)
1547 (custom-button-face, custom-button-pressed-face)
1548 (custom-documentation-face, custom-state-face)
1549 (custom-comment-face, custom-comment-tag-face)
1550 (custom-variable-tag-face, custom-variable-button-face)
1551 (custom-face-tag-face, custom-group-tag-face-1)
1552 (custom-group-tag-face):
1553 New backward-compatibility aliases for renamed faces.
1554
1555 * wid-edit.el (widget-documentation, widget-button)
1556 (widget-field, widget-single-line-field, widget-inactive)
1557 (widget-button-pressed): "-face" suffix removed from face names.
1558 (widget-documentation-face, widget-button-face)
1559 (widget-field-face, widget-single-line-field-face)
1560 (widget-inactive-face, widget-button-pressed-face):
1561 New backward-compatibility aliases for renamed faces.
1562 (widget-documentation-face, widget-button-face)
1563 (widget-button-pressed-face, widget-specify-field)
1564 (widget-specify-inactive): Use renamed widget faces.
1565
1566 2005-06-10 Kenichi Handa <handa@m17n.org>
1567
1568 * term/x-win.el (x-clipboard-yank): Remove condition-case
1569 wrapping.
1570
1571 2005-06-11 Kenichi Handa <handa@m17n.org>
1572
1573 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1574 date lines stricter.
1575
1576 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1577
1578 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1579 of x-get-selection.
1580
1581 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1582
1583 * comint.el (comint-mode, comint-snapshot-last-prompt):
1584 * frame.el (frame-current-scroll-bars):
1585 * term.el (term-mode, term-check-proc, term-input-sender)
1586 (term-simple-send, term-extract-string, term-word)
1587 (term-match-partial-filename):
1588 * window.el (window-current-scroll-bars):
1589 * emulation/cua-base.el (cua-normal-cursor-color)
1590 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1591 (cua-global-mark-cursor-color):
1592 * mail/undigest.el (rmail-forward-separator-regex):
1593 Fix typos in docstrings.
1594
1595 * comint.el (comint-check-proc, make-comint-in-buffer)
1596 (comint-source-default): Doc fixes.
1597
1598 * term.el (term-send-string): Improve argument/docstring
1599 consistency.
1600
1601 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1602
1603 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1604 call to `delete-region'.
1605 (comint-mode-hook): Do not enable Font Lock by default.
1606
1607 2005-06-09 Lute Kamstra <lute@gnu.org>
1608
1609 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1610 could be void.
1611
1612 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1615 (debug): Use it.
1616 (debugger-step-through, debugger-continue, debugger-jump)
1617 (debugger-return-value): Set it when needed.
1618 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1619 Use inhibit-read-only.
1620
1621 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * window.el (shrink-window-if-larger-than-buffer)
1624 (window-size-fixed): Fix typo in docstring.
1625
1626 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1627 thumbnails directory on loading.
1628 (thumbs-conversion-program): Use `eq' to check the system type,
1629 not `equal'.
1630 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1631 not "/tmp". Fix docstring.
1632 (thumbs-thumbsdir): New function to return the thumbnails
1633 directory, creating it if needed.
1634 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1635 (thumbs-temp-file): Delete variable and make it into a function.
1636 (thumbs-resize-image, thumbs-modify-image): Use it.
1637 (thumbs-kill-buffer): Simplify.
1638 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1639 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1640 docstrings.
1641
1642 2005-06-09 Kim F. Storm <storm@cua.dk>
1643
1644 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1645 set-match-data to free markers in match-data.
1646
1647 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1648 match-data to unchain markers in match-data.
1649
1650 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1653 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1654 unnecessary now.
1655
1656 2005-06-08 Richard M. Stallman <rms@gnu.org>
1657
1658 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1659 give the variable a doc string that doesn't say don't set it directly.
1660
1661 * textmodes/ispell.el (ispell-check-version):
1662 Use match-string-no-properties.
1663 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1664 (ispell-buffer-local-words): Likewise.
1665
1666 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1667 except on terminals with enough colors to really display it.
1668 (makefile-dependency-regex): Delete spurious `bb'.
1669
1670 * faces.el (escape-glyph): Use blue once again in last case.
1671 (no-break-space): Redefine so that it isn't invisible on a tty.
1672
1673 2005-06-08 Kim F. Storm <storm@cua.dk>
1674
1675 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1676 also when reading directory name.
1677
1678 2005-06-08 Lute Kamstra <lute@gnu.org>
1679
1680 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1681 (flyspell-mode-line-string): Remove autoload cookie.
1682 (flyspell-mode): Remove defvar.
1683
1684 2005-06-07 Lute Kamstra <lute@gnu.org>
1685
1686 * textmodes/org.el (org-run-mode-hooks): New function.
1687 (org-agenda-mode): Use it.
1688
1689 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1690
1691 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1692
1693 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1696
1697 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1698
1699 * font-lock.el (font-lock-add-keywords): Doc fix.
1700
1701 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1704 (tex-compile-default): In the absence of any history, use the order in
1705 tex-compile-alist to choose the preferred command.
1706 (tex-compile-commands): Reorder a bit.
1707
1708 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1709 (flyspell-incorrect-face, flyspell-duplicate-face):
1710 Use (X)Emacs-agnostic code.
1711 (flyspell-mode-map): Don't overwrite at each load. Remove code
1712 redundant with the subsequent add-minor-mode. Merge Emacs and
1713 XEmacs code.
1714 (flyspell-word): Minor simplification.
1715 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1716 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1717 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1718 Merge the corresponding Emacs code.
1719 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1720
1721 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1722 a dedicated window.
1723
1724 * international/latexenc.el (latexenc-find-file-coding-system):
1725 Undo part of last patch, to turn off a compiler warning.
1726
1727 2005-06-06 Juri Linkov <juri@jurta.org>
1728
1729 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1730 Rename `tmm-inactive-face' to `tmm-inactive'.
1731
1732 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1733
1734 * iswitchb.el: Rename faces.
1735
1736 2005-06-06 Kim F. Storm <storm@cua.dk>
1737
1738 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1739 (cua-global-mark): Remove -face suffix from face names.
1740
1741 * emulation/cua-gmrk.el (cua--init-global-mark):
1742 Remove cua-global-mark face setup.
1743
1744 2005-06-06 Richard M. Stallman <rms@gnu.org>
1745
1746 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1747 just like other allowed characters.
1748 (makefile-match-dependency): Exclude leading and training whitespace
1749 from the range of regexp subexp 1.
1750 (makefile-macroassign-regex): Don't try to match the body,
1751 just the name of the macro being defined.
1752
1753 * info.el (Info-read-node-name-2): New function.
1754 (Info-read-node-name-1): Use that.
1755 Add a completion-base-size-function property.
1756
1757 * simple.el (completion-setup-function): Look for
1758 completion-base-size-function property of
1759 minibuffer-completion-table.
1760
1761 * files.el (locate-file-completion): Doc fix.
1762
1763 * printing.el: Don't call pr-update-menus; user must do that.
1764
1765 * emacs-lisp/debug.el (debugger-window): New variable.
1766 (debug): Use debugger-window if it is set and still alive.
1767 Record debugger-window for next entry.
1768
1769 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1770
1771 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1772
1773 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1774 (hack-one-local-variable, hack-local-variables)
1775 (hack-local-variables-prop-line): Pass that arg.
1776
1777 2005-06-06 Kim F. Storm <storm@cua.dk>
1778
1779 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1780 (ido-indicator): Remove -face suffix from face names.
1781
1782 2005-06-06 Juri Linkov <juri@jurta.org>
1783
1784 * font-lock.el (font-lock-regexp-backslash)
1785 (font-lock-regexp-backslash-construct): New faces.
1786 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1787 after `('. Add `while-no-input' to control structures.
1788
1789 * faces.el (no-break-space, shadow): New faces.
1790 (escape-glyph): Use less loud colors pink2 and red4.
1791
1792 * diff-mode.el (diff-context-face)
1793 * dired.el (dired-ignored)
1794 * rfn-eshadow.el (file-name-shadow)
1795 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1796
1797 * info.el (Info-title-1-face): Use green instead of yellow because
1798 bold yellow is not readable on light backgrounds.
1799
1800 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1801 before selecting the desired mode to not spend time fontifying
1802 old contents.
1803
1804 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1807 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1808
1809 * ps-print.el (ps-default-fg, ps-default-bg):
1810 Fix typos in docstrings.
1811
1812 * isearchb.el (isearchb): Don't pass a spurious second argument to
1813 `iswitchb-completions'.
1814
1815 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1816
1817 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1818 to preserve point.
1819 (gdb-find-file-hook): Add doc string.
1820
1821 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1822 C dereferenced pointer expression.
1823 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1824
1825 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1826
1827 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1828 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1829 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1830 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1831 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1832 Make background transparent.
1833
1834 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1835
1836 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1837 (font-lock-remove-keywords): Doc fix.
1838 (font-lock-mode-major-mode): Compiler defvar.
1839 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1840
1841 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1842 (font-lock-mode): Update `font-lock-mode-major-mode'.
1843 (font-lock-set-defaults): Compiler defvar.
1844 (font-lock-default-function): Take `font-lock-mode-major-mode'
1845 into account.
1846
1847 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1848 keep track of which major mode it enabled the minor mode for.
1849 Use find-file-hook again. Update docstring.
1850
1851 * simple.el (eval-expression-print-level)
1852 (eval-expression-print-length, eval-expression-debug-on-error):
1853 Doc fixes.
1854
1855 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1856
1857 * iswitchb.el (iswitchb-single-match-face)
1858 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1859 (iswitchb-invalid-regexp-face): New faces.
1860 (iswitchb-completions): Use them.
1861 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1862 now marked as an obsolete alias.
1863 (iswitchb-read-buffer): Remove check for bound font variables.
1864 (iswitchb-invalid-regexp): New free variable.
1865 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1866 set iswitchb-invalid-regexp.
1867 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1868 invalid regexps.
1869 (iswitchb-completions): Add check for complete match when entering
1870 a regexp.
1871 (iswitchb-completions): Remove require-match argument.
1872 (iswitchb-exhibit): Fix caller.
1873 (iswitchb-common-match-inserted): New variable.
1874 (iswitchb-complete, iswitchb-completion-help): Use it.
1875
1876 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1877
1878 * url-http.el (url-http-chunked-encoding-after-change-function):
1879 Use `url-http-debug' instead of `message'.
1880
1881 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1882
1883 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1884 callback argument.
1885
1886 2005-06-04 Kim F. Storm <storm@cua.dk>
1887
1888 * simple.el (line-move): Only call sit-for when moving backwards.
1889
1890 * ido.el (ido-make-merged-file-list-1): New defun split from
1891 ido-make-merged-file-list.
1892 (ido-make-merged-file-list): Bind throw-on-input around call to
1893 ido-make-merged-file-list-1. Return input-pending-p if
1894 interrupted by more input available.
1895 (ido-read-internal): Handle input-pending-p return value from
1896 ido-make-merged-file-list.
1897
1898 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1901 compatibility code.
1902
1903 * international/latexenc.el (latexenc-find-file-coding-system):
1904 Don't inherit the EOL part of the coding-system from the
1905 tex-main buffer. Fit within 80 columns.
1906
1907 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1908
1909 * tmm.el (tmm-inactive-face): New face.
1910 (tmm-remove-inactive-mouse-face): New function.
1911 (tmm-prompt, tmm-add-one-shortcut)
1912 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1913 but not selectable.
1914
1915 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1916
1917 * faces.el (face-equal): Improve argument/docstring consistency.
1918
1919 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1920
1921 * progmodes/make-mode.el (makefile-targets-face)
1922 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1923 (makefile-bsdmake-dependency-regex)
1924 (makefile-makepp-rule-action-regex)
1925 (makefile-bsdmake-rule-action-regex): New constants.
1926 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1927
1928 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1929 Allow (...) within `...' for makepp messages.
1930
1931 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1932
1933 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1934
1935 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1936 "." files are deleted from all file lists before comparison.
1937
1938 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1939 (viper-ESC-key): Made them customizable.
1940
1941 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1942
1943 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1944
1945 * autorevert.el (auto-revert-buffers): Use save-match-data.
1946
1947 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1950 menu items with a nil command binding.
1951
1952 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1953
1954 * emacs-lisp/cl-macs.el (defsetf):
1955 Improve argument/docstring consistency.
1956
1957 * faces.el (list-faces-display): Improve the formatting by
1958 computing the maximum length required for any face-name (reworked
1959 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1960 (internal-find-face): Remove redundant info in docstring.
1961
1962 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1963
1964 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1965 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1966 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1967 (gdb-assembler-custom): Improve regexps.
1968 (def-gdb-auto-update-handler): Use window point to preserve point.
1969
1970 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1973
1974 2005-05-31 Jay Belanger <belanger@truman.edu>
1975
1976 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1977 to calc-embedded.
1978 (calc-embedded-make-info): Have plain prefix argument select
1979 entire line.
1980
1981 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1982
1983 * faces.el (list-faces-display): Signal error if passed a regexp
1984 that matches no face name.
1985
1986 * simple.el (filter-buffer-substring): Fix typo in docstring.
1987
1988 2005-05-31 Richard M. Stallman <rms@gnu.org>
1989
1990 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1991 (vhdl-emacs-21): Doc fix.
1992 (vhdl-mode): Unconditionally set comment-padding.
1993 (vhdl-fixup-whitespace-region): Insert spaces only where
1994 there are none.
1995 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1996
1997 2005-05-30 John Wiegley <johnw@newartisans.com>
1998
1999 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2000 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2001 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2002 `directory-sep-char' to ?/, and all uses of `string-to-int' to
2003 `string-to-number'.
2004
2005 2005-05-30 Jay Belanger <belanger@truman.edu>
2006
2007 * calc/calc.el (calc-bug-address): Fix docstring.
2008 (calc-window-hook, calc-trail-window-hook): New variables.
2009 (calc-trail-display): Restore use of calc-trail-window-hook.
2010 (calc): Restore use of calc-window-hook.
2011
2012 2005-05-31 Masatake YAMATO <jet@gyve.org>
2013
2014 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2015
2016 * help-fns.el (help-C-file-name): Add autoload mark for
2017 `find-function-noselect'.
2018
2019 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2022 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2023
2024 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2025
2026 * calendar/diary-lib.el (mark-included-diary-files): Only kill
2027 included diary buffer if it was not already being visited.
2028 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2029
2030 * calendar/icalendar.el (top-level): Do not require 'appt.
2031
2032 * mail/supercite.el (sc-select-attribution): Only use a list
2033 element from sc-attrib-selection-list if it returns a string.
2034 Reported by Davide G. M. Salvetti <salve@debian.org>.
2035
2036 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
2037
2038 * thumbs.el (thumbs-thumbname): The resulting thubname now
2039 includes a hash value to improve its uniqueness, and has a ".jpg"
2040 extension. Also, it is now a valid filename on all systems.
2041 (thumbs-make-thumb): Use `let', not `let*'.
2042 (thumbs-show-thumbs-list): Check for JPEG availability.
2043
2044 2005-05-30 Richard M. Stallman <rms@gnu.org>
2045
2046 * filesets.el (filesets-menu-ensure-use-cached):
2047 Prevent warning when emacs-version>= is undefined.
2048
2049 * printing.el (pr-interactive-n-up): Use string-to-number.
2050
2051 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2052
2053 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2054 Warn only when name to be defined is quoted.
2055
2056 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
2057
2058 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2059 Make regexp more robust.
2060 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2061 Force regeneration of disassembly.
2062
2063 2005-05-29 Jay Belanger <belanger@truman.edu>
2064
2065 * calc/calc.el (calc-user-invocation): Check if
2066 calc-invocation-macro is non-nil.
2067
2068 2005-05-29 Juri Linkov <juri@jurta.org>
2069
2070 * add-log.el (change-log-font-lock-keywords):
2071 Add `+' to e-mail regexp to accept mail address with keywords.
2072
2073 * man.el (Man-name-regexp): Add `:' to accept qualified names.
2074
2075 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2076
2077 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2078
2079 * ielm.el (inferior-emacs-lisp-mode): Ditto.
2080
2081 2005-05-29 Richard M. Stallman <rms@gnu.org>
2082
2083 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2084 Undo the change that moves to end of the current word.
2085
2086 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2087
2088 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2089 Throw error when count <= 0 to ensure input is a number.
2090 (gdb-read-memory-custom): Pick up address from buffer.
2091 (gdb-memory-mode): Allow user to increment and decrement
2092 memory address from header line.
2093
2094 2005-05-29 Richard M. Stallman <rms@gnu.org>
2095
2096 * flyspell.el (flyspell-version): Function deleted.
2097 (flyspell-auto-correct-previous-hook): Doc fix.
2098
2099 * jit-lock.el (jit-lock-function, jit-lock-after-change):
2100 Do nothing if memory is full.
2101
2102 * font-lock.el (font-lock-fontify-syntactically-region):
2103 Pass t for GREEDY to looking-back.
2104
2105 * saveplace.el (save-place-alist-to-file): Write the file
2106 using write-region.
2107
2108 * subr.el (looking-back): New argument GREEDY.
2109
2110 * progmodes/compile.el (compilation-start): Set the mode
2111 before inserting the initial text.
2112
2113 * progmodes/which-func.el (which-func-update-1): Turn the mode
2114 off in case of error by setting which-func-mode.
2115
2116 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
2117
2118 * flyspell.el (flyspell-auto-correct-previous-word):
2119 Narrow down to what's on the screen, and recenter overlays
2120 at the end of the next word.
2121
2122 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
2123
2124 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2125 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2126 (flyspell-abbrev-p): Default to nil.
2127 (flyspell-use-global-abbrev-table-p): Doc fix.
2128 (flyspell-large-region): Allow nil as value.
2129 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2130
2131 (mail-mode-flyspell-verify): More robust handling
2132 of `mail-header-separator'. More efficient signature detection.
2133 Allow for regexp metacharacters in message-header-separator.
2134 Adding `To' not to be checked in mail-mode-flyspell-verify.
2135
2136 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2137 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2138 Bind flyspell-auto-correct-binding.
2139 Bind C-. and C-, .
2140 (flyspell-mode-map): Likewise.
2141 (flyspell-mode): Doc fix.
2142 (flyspell-accept-buffer-local-defs): Preserve current buffer.
2143 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2144 (flyspell-word-cache-result): New var, always local.
2145 (flyspell-check-pre-word-p): Doc fix.
2146 (flyspell-check-changed-word-p): Handle spc like newline.
2147 (flyspell-post-command-hook): Set flyspell-word-cache-result.
2148 (flyspell-word-search-backward, flyspell-word-search-forward):
2149 New functions.
2150 (flyspell-word): Return t if nothing to check.
2151 When parsing TeX code, check for after } or \.
2152 Use flyspell-word-search-backward to find previous word.
2153 Return nil if duplicated word.
2154 For word already checked, return same value as last time.
2155 Set flyspell-word-cache-result after checking.
2156 Don't clobber the return value.
2157 (flyspell-get-word): Major rewrite.
2158 (flyspell-external-point-words): New locals pword, pcount.
2159 Fix size used in progress message.
2160 Find the proper corresponding word in flyspell-large-region-buffer.
2161 (flyspell-region): Check for flyspell-large-region = nil.
2162 (flyspell-highlight-incorrect-region): Clean up overlays in region.
2163 (flyspell-auto-correct-word): Check that WORD is a cons.
2164 (flyspell-correct-word): Likewise.
2165
2166 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
2167
2168 * progmodes/make-mode.el (makefile-rule-action-regex)
2169 (makefile-macroassign-regex, makefile-makepp-mode)
2170 (makefile-bsdmake-mode): Continuation lines may be empty.
2171 Reported by Joshua Varner.
2172 (makefile-makepp-font-lock-keywords): Add $(stem).
2173
2174 2005-05-28 Karl Berry <karl@gnu.org>
2175
2176 * textmodes/tex-mode.el: Now that tex-send-command calls
2177 shell-quote-argument (2005-03-31 change), remove all calls to
2178 shell-quote-argument; they all end up invoking tex-send-command.
2179 The double quoting loses on filenames with non-safe characters,
2180 such as "@". Reported by Frederik Fouvry.
2181
2182 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2183
2184 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2185 about preserving point.
2186
2187 2005-05-27 Jay Belanger <belanger@truman.edu>
2188
2189 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2190 Info-goto-node.
2191
2192 * calc/calc-embed.el (calc-embed-arg): New variable.
2193 (calc-do-embedded-activate, calc-embedded-activate-formula)
2194 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2195 variable by new variable.
2196 (calc-embedded-make-info): Replace undeclared variable by new
2197 variable. When selecting region with positive prefix
2198 argument, use end of previous line instead of beginning of line.
2199
2200 * calc/calc-aent.el (calc-arg-values): Declare it.
2201
2202 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2203 Declare them.
2204
2205 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2206
2207 * calc/calc.el (calc-alg-map): Declare it.
2208
2209 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2210
2211 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
2212
2213 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2214 (gdb-registers-buffer, toggle-gdb-all-registers):
2215 Toggle display of floating point registers.
2216 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2217
2218 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
2219 (toggle-gud-tooltip-dereference):
2220 Rename from gud-toggle-tooltip-dereference.
2221
2222 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2225
2226 2005-05-27 Jay Belanger <belanger@truman.edu>
2227
2228 * calc/calc-prog.el (calc-kbd-report): Remove.
2229 (calc-kbd-query): Rewrite.
2230
2231 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * image.el (image-library-alist): Move to image.c.
2234 (image-type-available-p): Doc fix.
2235
2236 2005-05-27 Lute Kamstra <lute@gnu.org>
2237
2238 * calc/calc.el (calc):
2239 * outline.el (outline-1, outline-2, outline-3, outline-4)
2240 (outline-5, outline-6, outline-7, outline-8):
2241 * textmodes/dns-mode.el (dns-mode):
2242 * textmodes/sgml-mode.el (sgml-namespace-face):
2243 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2244 (tex-verbatim-face, tex-use-reftex):
2245 * textmodes/texinfo.el (texinfo-heading-face):
2246 Specify customization group.
2247
2248 * longlines.el: Don't require easy-mmode.
2249 (longlines-visible-face): Specify customization group.
2250
2251 2005-05-27 Kenichi Handa <handa@m17n.org>
2252
2253 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2254 encoding table of windows-1251.
2255
2256 * international/ucs-tables.el (ucs-set-table-for-input):
2257 If translation-table-for-input of a coding system is a symbol, get
2258 its translation-table property.
2259
2260 * international/code-pages.el: Don't register a coding system into
2261 non-iso-charset-alist more than once.
2262 (cp-make-coding-system): Likewise.
2263
2264 2005-05-26 John Wiegley <johnw@newartisans.com>
2265
2266 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
2267 `eshell-resume-eval' is wrapped in a list, it indicates that the
2268 command was run asynchronously. In that case, unwrap the value
2269 before checking the delimiter value.
2270
2271 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
2272 character before a space at the end of a line is \, assume the space
2273 is part of the last argument rather than a final argument separator.
2274
2275 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
2276 is in use, and the target is `t' or `nil' (which are the most common
2277 values), don't assume that the symbol target is a buffer.
2278
2279 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
2280
2281 * calendar/calendar.el (calendar-mode-line-format):
2282 Use mode-line-highlight as mouse-face.
2283
2284 * time.el (display-time-string-forms, display-time-update):
2285 Use mode-line-highlight as mouse-face.
2286
2287 2005-05-26 Jay Belanger <belanger@truman.edu>
2288
2289 * calc/calc.el (calc-language-alist): Remove extra defvar.
2290
2291 2005-05-26 Lute Kamstra <lute@gnu.org>
2292
2293 * arc-mode.el (archive-mode):
2294 * bookmark.el (bookmark-read-annotation-mode)
2295 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2296 * bs.el (bs-mode):
2297 * calc/calc-yank.el (calc-edit-mode):
2298 * calc/calc.el (calc-mode, calc-trail-mode):
2299 * calculator.el (calculator-mode):
2300 * chistory.el (command-history-mode):
2301 * comint.el:
2302 * cus-edit.el (custom-mode):
2303 * descr-text.el (describe-text-mode):
2304 * ebuff-menu.el (Electric-buffer-menu-mode):
2305 * ediff-util.el (ediff-mode):
2306 * emacs-lisp/re-builder.el (reb-mode):
2307 * emulation/vi.el (vi-mode-setup):
2308 * emulation/ws-mode.el (wordstar-mode):
2309 * eshell/esh-mode.el (eshell-mode):
2310 * forms.el (forms-mode):
2311 * help-mode.el (help-mode):
2312 * hexl.el (hexl-mode):
2313 * ibuffer.el (ibuffer-mode):
2314 * ielm.el (inferior-emacs-lisp-mode):
2315 * info.el (Info-mode, Info-edit-mode):
2316 * international/swedish.el:
2317 * ledit.el (ledit-from-lisp-mode):
2318 * locate.el (locate-mode):
2319 * mail/rmail.el (rmail-mode):
2320 * mail/rmailedit.el (rmail-edit-mode):
2321 * mail/rmailsum.el (rmail-summary-mode):
2322 * mail/supercite.el (sc-electric-mode):
2323 * net/eudc.el (eudc-mode):
2324 * net/quickurl.el (quickurl-list-mode):
2325 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
2326 * obsolete/ooutline.el (outline-mode):
2327 * obsolete/options.el (Edit-options-mode):
2328 * obsolete/rnews.el (news-mode):
2329 * obsolete/rnewspost.el (news-reply-mode):
2330 * play/5x5.el (5x5-mode):
2331 * play/decipher.el (decipher-mode, decipher-stats-mode):
2332 * play/gomoku.el (gomoku-mode):
2333 * play/snake.el (snake-mode):
2334 * play/solitaire.el (solitaire-mode):
2335 * play/tetris.el (tetris-mode):
2336 * progmodes/ada-mode.el (ada-mode):
2337 * progmodes/antlr-mode.el (antlr-mode):
2338 * progmodes/autoconf.el (autoconf-mode):
2339 * progmodes/dcl-mode.el (dcl-mode):
2340 * progmodes/delphi.el (delphi-mode):
2341 * progmodes/ebrowse.el (ebrowse-tree-mode)
2342 (ebrowse-electric-list-mode, ebrowse-member-mode)
2343 (ebrowse-electric-position-mode):
2344 * progmodes/f90.el (f90-mode):
2345 * progmodes/fortran.el (fortran-mode):
2346 * progmodes/icon.el (icon-mode):
2347 * progmodes/idlw-help.el (idlwave-help-mode):
2348 * progmodes/idlw-shell.el (idlwave-shell-mode):
2349 * progmodes/idlwave.el (idlwave-mode):
2350 * progmodes/inf-lisp.el (inferior-lisp-mode):
2351 * progmodes/m4-mode.el (m4-mode):
2352 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2353 * progmodes/modula2.el (modula-2-mode):
2354 * progmodes/octave-inf.el (inferior-octave-mode):
2355 * progmodes/octave-mod.el (octave-mode):
2356 * progmodes/pascal.el (pascal-mode):
2357 * progmodes/sh-script.el (sh-mode):
2358 * progmodes/sql.el (sql-mode, sql-interactive-mode):
2359 * progmodes/vhdl-mode.el (vhdl-mode):
2360 * progmodes/xscheme.el (scheme-interaction-mode):
2361 * replace.el (occur-mode):
2362 * ses.el (ses-mode):
2363 * simple.el (completion-list-mode):
2364 * skeleton.el:
2365 * speedbar.el (speedbar-mode):
2366 * term.el (term-mode):
2367 * terminal.el (terminal-edit-mode):
2368 * textmodes/reftex-index.el (reftex-index-mode)
2369 (reftex-index-phrases-mode):
2370 * textmodes/reftex-sel.el (reftex-select-label-mode)
2371 (reftex-select-bib-mode):
2372 * textmodes/reftex-toc.el (reftex-toc-mode):
2373 * wdired.el (wdired-change-to-wdired-mode):
2374 * wid-browse.el (widget-browse-mode):
2375 Use run-mode-hooks.
2376
2377 * array.el (array-mode):
2378 * calendar/todo-mode.el (todo-mode):
2379 * man.el (Man-mode):
2380 * play/landmark.el (lm-mode):
2381 * play/mpuz.el (mpuz-mode):
2382 Use kill-all-local-variables and run-mode-hooks.
2383
2384 * subr.el (delay-mode-hooks): Specify indentation.
2385
2386 2005-05-26 Mark A. Hershberger <mah@everybody.org>
2387
2388 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2389
2390 2005-05-26 Jay Belanger <belanger@truman.edu>
2391
2392 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2393 of nil.
2394
2395 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
2396
2397 * progmodes/gdb-ui.el (gdb-frame-address):
2398 Rename from gdb-current-address.
2399 (gdb-previous-frame-address): Rename from gdb-previous-address.
2400 (gdb-selected-frame): Rename from gdb-current-frame.
2401 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2402 (gdb-frame-number): Rename from gdb-current-stack-level.
2403 (gdb-ann3): Match new mode-name for disassembly buffer.
2404 Extend initialisation of variables.
2405 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2406 (gdb-memory-mode): Use mouse-face in header line.
2407 (gdb-assembler-buffer-name): Call it disassembly and give frame
2408 in mode line.
2409 (gdb-source-spec-regexp, gdb-assembler-custom)
2410 (gdb-invalidate-assembler, gdb-frame-handler):
2411 Make robust to leading zeroes in address format.
2412
2413 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
2414
2415 * textmodes/org.el (org-mode): Use `define-derived-mode' to
2416 define `org-mode'.
2417 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2418
2419 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * log-edit.el (log-edit-changelog-entries): Distinguish between
2422 filenames like xfns.c and fns.c.
2423
2424 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
2425
2426 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2427 point after reverting.
2428 (Buffer-menu-make-sort-button): Handle the case where
2429 `Buffer-menu-use-header-line' is nil.
2430
2431 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2432
2433 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2434 New funcs. In minibuffer-local-completion-map bind `]', `/'
2435 and `:' to them.
2436
2437 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * startup.el (normal-top-level): Allow modification of load-path while
2440 we're iterating over it.
2441
2442 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
2443
2444 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2445 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2446 (thumbs-resize-interactive, thumbs-insert-image)
2447 (thumbs-insert-thumb, thumbs-dired-show-marked)
2448 (thumbs-find-image-at-point, thumbs-delete-images)
2449 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2450 (thumbs-increment-image-size, thumbs-decrement-image-size):
2451 Fix typos in docstrings.
2452
2453 2005-05-24 Andre Spiegel <spiegel@gnu.org>
2454
2455 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2456 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2457 (cperl-mode): Use them.
2458
2459 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
2460
2461 * window.el (quit-window, shrink-window-if-larger-than-buffer):
2462 Doc fixes.
2463
2464 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
2465
2466 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2467 Bind C-d to gdb-inferior-io-eof.
2468
2469 * dired.el (dired-dnd-popup-notice): Use message-box.
2470
2471 2005-05-23 Masatake YAMATO <jet@gyve.org>
2472
2473 * bindings.el (mode-line-major-mode-keymap):
2474 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2475
2476 * faces.el (mode-line-highlight): New face.
2477
2478 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2479 as mouse-face.
2480
2481 * bindings.el (top-level, help-echo, mode-line-modified)
2482 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2483 as mouse-face.
2484
2485 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2486
2487 * progmodes/cc-engine.el (c-guess-basic-syntax):
2488 Remove spurious call to `zerop'.
2489
2490 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2491
2492 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2493
2494 CC Mode update to 5.30.10:
2495
2496 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2497 could go past the limit in decoration level 2, thereby causing
2498 errors during interactive fontification.
2499
2500 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2501 the file is evaluated interactively.
2502
2503 * cc-engine.el (c-guess-basic-syntax): Handle operator
2504 declarations somewhat better in C++.
2505
2506 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2507 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2508 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2509 (awk-mode): Use it.
2510 (make-local-hook): Suppress warning about obsoleteness.
2511
2512 * cc-engine.el, cc-align.el, cc-cmds.el
2513 (c-append-backslashes-forward, c-delete-backslashes-forward)
2514 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2515 Compensate for return value from `forward-line' when it has moved
2516 but not to a different line due to eob.
2517
2518 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2519 `objc-method-intro' and `objc-method-args-cont'.
2520
2521 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2522
2523 CC Mode update to 5.30.10:
2524
2525 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2526 in the copyright statement. Incidentally, change "along with GNU
2527 Emacs" to "along with this program" where it occurs.
2528
2529 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2530 so that it is interactive, hence can be found by M-x awk-mode
2531 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2532 <gmorris+emacs@ast.cam.ac.uk>.
2533
2534 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2535 Mode's regexps.
2536
2537 2005-05-23 Kevin Ryde <user42@zip.com.au>
2538
2539 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2540 c-parse-state, to avoid a lisp error (on bad code).
2541
2542 2005-05-23 Lute Kamstra <lute@gnu.org>
2543
2544 * subr.el (font-lock-defaults): Remove defvar as it's already
2545 defined in font-core.el.
2546
2547 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2548
2549 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2550
2551 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2552 more general and work when GDB variable "print pretty" is on,
2553 as with Emacs, for example.
2554
2555 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2556
2557 * font-core.el: Update comment.
2558
2559 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2560 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2561
2562 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2563
2564 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2565
2566 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2567 and `yank-handler' in the doc strings.
2568
2569 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2572
2573 2005-05-22 Richard M. Stallman <rms@gnu.org>
2574
2575 * help.el (describe-key): Move print-help-return-message call
2576 out of conditional.
2577
2578 * progmodes/etags.el (list-tags): Use with-no-warnings.
2579
2580 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2581 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2582 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2583
2584 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2585
2586 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2587 Add defvar.
2588
2589 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2590 Use defvar, not defconst.
2591
2592 * hexl.el (hexl-follow-line): Use with-no-warnings.
2593
2594 * emulation/tpu-extras.el: Use write-file-functions instead of
2595 write-file-hooks.
2596
2597 * dired.el (dired-font-lock-keywords): Fontify files with junk
2598 extensions even if marked by -F.
2599
2600 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2603 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2604 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2605 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2606 (concatenate, list-length, get*, getf, cl-remprop):
2607 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2608 (etypecase, progv, lexical-let, lexical-let*)
2609 (multiple-value-bind, multiple-value-setq, shiftf):
2610 Improve argument/docstring consistency.
2611
2612 * subr.el (focus-frame, unfocus-frame):
2613 Revert deletion on 2005-05-01.
2614
2615 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2616
2617 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2618 doesn't exist.
2619
2620 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2621 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2622
2623 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2624
2625 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2626 already deleted variables: auto-fill-hook, blink-paren-hook,
2627 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2628 suspend-hooks, comment-indent-hook, meta-flag,
2629 before-change-function, after-change-function,
2630 font-lock-doc-string-face.
2631
2632 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2633
2634 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2635
2636 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2637
2638 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2639 rmail-dont-reply-to.
2640
2641 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2642
2643 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2644 literal blank when splitting new-header-values.
2645
2646 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2647
2648 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2649 string so that tmm doesn't create a completion entry for it.
2650
2651 * textmodes/table.el (table-disable-menu): Ditto.
2652
2653 2005-05-21 Richard M. Stallman <rms@gnu.org>
2654
2655 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2656
2657 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2658
2659 * net/rcompile.el (remote-compile): Use compilation-start.
2660
2661 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2662
2663 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2664
2665 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2666 Default to makefile-bsdmake-mode on BSD systems.
2667
2668 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2669 REGEXP may also be a search function now. The part of doc-string
2670 for describing the structure was 95% identical to that of
2671 `imenu--generic-function'. Unify it there.
2672
2673 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2674 Use function to find dependencies, because regexp alone is so complex,
2675 it easily goes into an endless loop.
2676 (makefile-makepp-mode): Also add submenu for Perl functions
2677 defined in the makefile.
2678 (makefile-bsdmake-mode): Special imenu-generic-expression no
2679 longer needed, due to function call.
2680 (makefile-match-dependency): Take BOUND into account when checking
2681 if we're through.
2682
2683 2005-05-20 Jay Belanger <belanger@truman.edu>
2684
2685 * calc/calc-units.el (calc-invalidate-units-table):
2686 Use inhibit-read-only.
2687 (math-build-units-table-buffer): Use view-mode.
2688
2689 2005-05-20 David Kastrup <dak@gnu.org>
2690
2691 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2692 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2693
2694 2005-05-20 Lute Kamstra <lute@gnu.org>
2695
2696 * diff-mode.el (diff-header-face, diff-file-header-face)
2697 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2698 (diff-added-face, diff-changed-face, diff-function-face)
2699 (diff-context-face, diff-nonexistent-face): Put them in the
2700 diff-mode customization group.
2701
2702 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2705
2706 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2707
2708 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2709 Minor regexp-optimization.
2710
2711 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2712
2713 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2714 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2715 (org-agenda-add-time-grid-maybe): New function.
2716 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2717 (org-table-create): `dotimes' instead of `mapcar'.
2718 (org-xor): Simplify implementation.
2719 (org-agenda): `inhibit-redisplay' turned on.
2720 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2721 a consistent line after a state change.
2722 (org-agenda-remove-times-when-in-prefix): New option.
2723 (org-prefix-has-time): New variable.
2724 (org-parse-time-string): Optional argument NODEFAULT.
2725 (org-format-agenda-item): Parse items for time-of-day
2726 specifications and move these into the prefix if possible.
2727 (org-agenda-priority): Get current heading, not previous heading
2728 during agenda remote editing.
2729
2730 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2733 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2734 (remove-duplicates, delete-duplicates, substitute)
2735 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2736 (nsubstitute-if-not, find, find-if, find-if-not, position)
2737 (position-if, position-if-not, count, count-if, count-if-not)
2738 (mismatch, search, sort*, stable-sort, merge, member*)
2739 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2740 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2741 (intersection, nintersection, set-difference, nset-difference)
2742 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2743 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2744 (nsublis, tree-equal): Improve argument/docstring consistency.
2745
2746 * subr.el (send-string, send-region):
2747 Remove obsolescence declaration.
2748 (window-dot, set-window-dot, read-input, show-buffer)
2749 (eval-current-buffer, string-to-int):
2750 Add release number to obsolescence declarations.
2751
2752 2005-05-19 Kim F. Storm <storm@cua.dk>
2753
2754 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2755 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2756
2757 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2758
2759 * faces.el (list-faces-display): Make back button respect optional
2760 regexp arg.
2761
2762 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * calculator.el (calculator-radix-grouping-mode)
2765 (calculator-radix-grouping-digits, calculator-displayer)
2766 (calculator-radix-grouping-separator, calculator-copy-displayer):
2767 * dabbrev.el (dabbrev-search-these-buffers-only):
2768 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2769 (diff-advance-after-apply-hunk, diff-mode-hook)
2770 (diff-minor-mode-prefix):
2771 * imenu.el (imenu-use-popup-menu):
2772 * jit-lock.el (jit-lock-context-time):
2773 * newcomment.el (comment-fill-column, comment-column)
2774 (comment-style, comment-padding, comment-multi-line)
2775 (comment-empty-lines, comment-auto-fill-only-comments):
2776 * reveal.el (reveal-around-mark):
2777 * uniquify.el (uniquify-buffer-name-style)
2778 (uniquify-after-kill-buffer-p)
2779 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2780 (uniquify-min-dir-content, uniquify-separator)
2781 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2782 * w32-vars.el (w32-fixed-font-alist):
2783 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2784 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2785 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2786 * progmodes/perl-mode.el (perl-indent-level)
2787 (perl-continued-statement-offset, perl-continued-brace-offset)
2788 (perl-brace-offset, perl-brace-imaginary-offset)
2789 (perl-label-offset, perl-indent-continued-arguments)
2790 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2791 * progmodes/tcl.el (tcl-indent-level)
2792 (tcl-continued-indent-level, tcl-auto-newline)
2793 (tcl-tab-always-indent, tcl-electric-hash-style)
2794 (tcl-help-directory-list, tcl-use-smart-word-finder)
2795 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2796 (inferior-tcl-source-command):
2797 * textmodes/fill.el (enable-kinsoku):
2798 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2799 * textmodes/table.el (table-yank-handler):
2800 Specify missing group (and type, if simple) in defcustom.
2801
2802 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2803
2804 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2805
2806 2005-05-19 Richard M. Stallman <rms@gnu.org>
2807
2808 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2809
2810 * subr.el (event-basic-type): Don't get an error.
2811 (left-fringe-p): Function deleted.
2812
2813 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2814 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2815
2816 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2817 in recursive copy.
2818
2819 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2820
2821 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2822
2823 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2824 Call byte-compile-nogroup-warn if appropriate.
2825
2826 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2827 (compilation-set-window): Don't call left-fringe-p; do it directly.
2828
2829 2005-05-19 Jay Belanger <belanger@truman.edu>
2830
2831 * calc/calc-graph.el (calc-graph-format-data): Make sure
2832 var-PlotRejects is bound before trying to check its value.
2833
2834 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2835
2836 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2837 definition of this variable from reftex-global.el to reftex.el,
2838 because it is needed in the menu.
2839
2840 2005-05-19 Lute Kamstra <lute@gnu.org>
2841
2842 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2843 years are fixed. Don't insert a space after a dash.
2844
2845 2005-05-19 Kim F. Storm <storm@cua.dk>
2846
2847 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2848
2849 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2850
2851 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2852 strings, because (eq ... ?\\) is fairly frequent.
2853
2854 * progmodes/make-mode.el (makefile-add-this-line-targets):
2855 Simplify and integrate into `makefile-pickup-targets'.
2856 (makefile-add-this-line-macro): Simplify and integrate into
2857 `makefile-pickup-macros.
2858 (makefile-pickup-filenames-as-targets): Simplify.
2859 (makefile-previous-dependency, makefile-match-dependency):
2860 Don't stumble over `::'.
2861
2862 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2863
2864 * subr.el (post-command-idle-hook, post-command-idle-delay):
2865 Remove obsoletion of post-command-idle-hook and
2866 post-command-idle-delay.
2867
2868 * faces.el (list-faces-display): Provide button when describe-face
2869 is called to take user back to the list of faces.
2870
2871 * help-fns.el (describe-variable): Remove hyperlinks in a
2872 variable's value as these are quite frequently inappropriate.
2873
2874 * follow.el (follow-submit-feedback, follow-mode):
2875 Remove references to post-command-idle-hook.
2876
2877 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2878
2879 * progmodes/make-mode.el (makefile-previous-dependency)
2880 (makefile-match-dependency): Check for := (and in bsd mode also
2881 !=) to give a better result, even when font-lock is not on.
2882
2883 2005-05-18 Jay Belanger <belanger@truman.edu>
2884
2885 * calc/calc-help.el (calc-s-prefix-help):
2886 Add `calc-copy-special-constant' to help string.
2887
2888 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2889
2890 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2891
2892 2005-05-18 Jay Belanger <belanger@truman.edu>
2893
2894 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2895 in linear factors are in proper order.
2896
2897 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2898
2899 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2900 Support for jurabib.
2901
2902 * textmodes/reftex.el (featurep): Define aliases for overlay
2903 commands, for XEmacs compatibility, and use these aliases in
2904 overlay initializations.
2905 (reftex-highlight): Use `reftex-move-overlay'.
2906 (reftex-unhighlight): Use `reftex-delete-overlay'.
2907 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2908 (reftex-access-search-path): Use `reftex-uniquify' instead of
2909 `reftex-uniq'
2910
2911 * textmodes/reftex-sel.el (reftex-select-unmark):
2912 Overlay `before-string' property modification enables for Emacs as well.
2913 (reftex-select-item): Use `reftex-delete-overlay'.
2914 (reftex-select-mark): Use `reftex-make-overlay' and
2915 `reftex-overlay-put'.
2916 (reftex-select-unmark): Use `reftex-delete-overlay' and
2917 `reftex-overlay-put'.
2918
2919 2005-05-18 Lute Kamstra <lute@gnu.org>
2920
2921 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2922
2923 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2924
2925 * add-log.el (add-change-log-entry):
2926 * array.el (array-make-template, array-reconfigure-rows)
2927 (array-init-max-row, array-init-max-column)
2928 (array-init-columns-per-line, array-init-field-width):
2929 * replace.el (replace-match-maybe-edit, perform-replace):
2930 * textmodes/spell.el (spell-region):
2931 Replace `read-input' by `read-string'.
2932
2933 * forms.el (forms-mode):
2934 * finder.el (finder-compile-keywords):
2935 * shadowfile.el (shadow-read-files):
2936 Replace `eval-current-buffer' by `eval-buffer'.
2937
2938 * terminal.el (te-pass-through):
2939 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2940 (ange-ftp-raw-send-cmd):
2941 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2942 (send-process-next-char, telnet-initial-filter, telnet):
2943 Replace `send-string' by `process-send-string'.
2944
2945 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2946 (prolog-consult-region): Replace `send-string' by
2947 `process-send-string'; replace `send-region' by `process-send-region'.
2948
2949 * progmodes/delphi.el (delphi-log-msg):
2950 Replace `set-window-dot' by `set-window-point'.
2951
2952 * subr.el (window-dot, set-window-dot, read-input, send-string)
2953 (send-region, show-buffer, eval-current-buffer):
2954 Make really obsolete, as the comment says.
2955
2956 2005-05-17 Kim F. Storm <storm@cua.dk>
2957
2958 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2959 (cua--init-keymaps): Bind C-return instead of S-return to set
2960 rectangle mark.
2961
2962 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2963 instead of S-return to toggle/clear rectangle mark.
2964
2965 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2966
2967 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2968 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2969 Also fontify plain strings assigned to variables, mostly so that a
2970 colon has a face and is thus not taken as a dependency separator.
2971 (makefile-previous-dependency): Inline the new matcher, because it
2972 is too complex to work in both directions.
2973 (makefile-match-dependency): Eliminate `backward' arg (see above).
2974 Completely reimplemented so as to not sometimes go into an endless
2975 loop. It should also be more efficient, because first it only
2976 searches for `:', instead of applying the very complex regexp.
2977 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2978 to be fontified in one piece can be too long for JIT.
2979 Makefiles are never *that* big.
2980
2981 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2982
2983 * dired.el (dired-mode): Simplify.
2984
2985 2005-05-17 Lute Kamstra <lute@gnu.org>
2986
2987 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2988 defcustom for the mode hook variable.
2989
2990 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2991 Emacs Lisp Reference Manual.
2992
2993 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2994
2995 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2996 (evenp, list*):
2997 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2998 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2999
3000 * net/tramp-smb.el (tramp-smb-open-connection):
3001 Pass `tramp-chunksize' as fifth (required) argument.
3002
3003 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
3004
3005 * font-lock.el (lisp-font-lock-keywords-1):
3006 Set `font-lock-negation-char-face' for [^...] char group.
3007 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3008
3009 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3010 a var, and refine it to mask one more level of nested vars.
3011 (makefile-rule-action-regex): Turn it into a var, and refine it so
3012 it recognizes backslashed continuation lines as belonging to the
3013 same command.
3014 (makefile-macroassign-regex): Refine it so it recognizes
3015 backslashed continuation lines as belonging to the same command.
3016 (makefile-var-use-regex): Don't look at the next char, because it
3017 might be the same one to be skipped by the initial [^$], leading
3018 to an overlooked variable use.
3019 (makefile-make-font-lock-keywords): Remove two parameters, which
3020 are now variables that some of the modes set locally.
3021 Handle dependency and rule action matching through functions, because
3022 regexps alone match too often. Dependency matching now comes
3023 last, so it can check, whether a colon already matched something else.
3024 (makefile-mode): Inform that font-lock improves makefile parsing
3025 capabilities.
3026 (makefile-match-dependency, makefile-match-action): New functions.
3027
3028 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3029
3030 * emacs-lisp/cl-extra.el (equalp): Doc fix.
3031
3032 * align.el (align-regexp):
3033 * ansi-color.el (ansi-color-get-face):
3034 * array.el (array-reconfigure-rows, array-init-max-row)
3035 (array-init-max-column, array-init-columns-per-line)
3036 (array-init-field-width):
3037 * dired-aux.el (dired-trample-file-versions):
3038 * dired-x.el (dired-mark-sexp):
3039 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3040 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3041 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3042 * faces.el (face-read-integer):
3043 * files.el (backup-extract-version, insert-directory):
3044 * hexl.el (hexl-insert-decimal-char):
3045 * server.el (server-process-filter):
3046 * shell.el (shell-extract-num):
3047 * startup.el (command-line-1):
3048 * term.el (term-command-hook):
3049 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3050 (time-stamp-do-number):
3051 * time.el (display-time-update):
3052 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3053 (timezone-fix-time):
3054 * vms-patch.el (vms-suspend-resume-hook):
3055 * calendar/appt.el (appt-convert-time):
3056 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3057 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3058 * calendar/cal-islam.el (mark-islamic-diary-entries):
3059 * calendar/calendar.el (calendar-cursor-to-date)
3060 (calendar-star-date):
3061 * calendar/diary-lib.el (diary-attrtype-convert)
3062 (mark-diary-entries, diary-entry-time):
3063 * calendar/solar.el (solar-get-number):
3064 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3065 * emacs-lisp/re-builder.el (reb-display-subexp):
3066 * emulation/edt.el (edt-set-scroll-margins):
3067 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3068 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3069 (vip-get-ex-count):
3070 * emulation/viper-ex.el (viper-get-ex-token)
3071 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3072 * international/fontset.el (fontset-plain-name):
3073 * mail/feedmail.el (feedmail-look-at-queue-directory):
3074 * mail/mailalias.el (mail-get-names):
3075 * mail/rmail.el (rmail-convert-to-babyl-format):
3076 * mail/rmailsum.el (rmail-make-basic-summary-line)
3077 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3078 (rmail-summary-goto-msg):
3079 * mail/smtpmail.el (smtpmail-read-response):
3080 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3081 (ange-ftp-vms-add-file-entry):
3082 * play/gametree.el (gametree-looking-at-ply)
3083 (gametree-current-branch-score):
3084 * progmodes/ada-xref.el (ada-prj-find-prj-file)
3085 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3086 * progmodes/cperl-mode.el (condition-case):
3087 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3088 (ebrowse-set-member-buffer-column-width)
3089 (ebrowse-select-1st-to-9nth):
3090 * progmodes/etags.el (etags-snarf-tag):
3091 * progmodes/flymake.el (flymake-parse-line):
3092 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3093 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3094 (idlwave-shell-menu-def):
3095 * progmodes/ps-mode.el (ps-run-goto-error):
3096 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3097 (vhdl-speedbar-contract-level):
3098 * term/mac-win.el (x-handle-numeric-switch):
3099 * term/sun-mouse.el (sun-get-frame-data):
3100 * term/w32-win.el (x-handle-numeric-switch):
3101 * term/x-win.el (x-handle-numeric-switch):
3102 * textmodes/ispell.el (ispell-parse-output):
3103 * textmodes/nroff-mode.el (nroff-outline-level):
3104 * textmodes/reftex-cite.el (reftex-bib-sort-year)
3105 (reftex-bib-sort-year-reverse, reftex-format-citation):
3106 * textmodes/reftex-parse.el (reftex-init-section-numbers)
3107 (reftex-section-number):
3108 * textmodes/texinfmt.el (texinfo-paragraphindent):
3109 Replace `string-to-int' by `string-to-number'.
3110
3111 * international/latexenc.el: Add page marker to force the "Local
3112 Variables:" string out of the last page.
3113
3114 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3115
3116 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3117 tooltip-change-major-mode.
3118 (gud-tooltip-print-command): Remove case where gud-minor-mode
3119 is gdb ("--fullname").
3120 (gud-tooltip-tips): Turn GUD tooltips off for this case and
3121 explain to user.
3122
3123 2005-05-16 Jay Belanger <belanger@truman.edu>
3124
3125 * calc/calc-store.el (calc-copy-special-constant): New function.
3126
3127 * calc/calc-ext.el (calc-init-extensions): Add binding for
3128 `calc-copy-special-constant'.
3129
3130 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3131 for the `calc-copy-special-constant' command.
3132
3133 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3134
3135 * subr.el (left-fringe-p): New function.
3136
3137 * progmodes/compile.el (compilation-setup): Set local value of
3138 overlay-arrow-string to "" always.
3139 (compilation-set-window): Left fringe then don't scroll.
3140 No left fringe then no arrow and scroll message to top.
3141 (compilation-context-lines): Adjust doc string accordingly.
3142
3143 2005-05-16 Kim F. Storm <storm@cua.dk>
3144
3145 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3146 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3147 (ido-wide-find-dir-or-delete-dir): New command for M-d.
3148 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
3149 (ido-read-file-name): Handle commands with ido property value
3150 equal to find-file as reading a file name, to allow C-d to enter dired.
3151 (ibuffer-find-file): Add ido property with value find-file.
3152
3153 2005-05-15 Kim F. Storm <storm@cua.dk>
3154
3155 * subr.el (open-network-stream-nowait): Remove.
3156 (open-network-stream-server): Remove.
3157
3158 2005-05-15 Richard M. Stallman <rms@gnu.org>
3159
3160 * faces.el (describe-face): Output a definition link button.
3161
3162 * help-mode.el (help-face-def): New button type.
3163
3164 * emacs-lisp/copyright.el (copyright-fix-years):
3165 Match properly if the first year is 2-digit.
3166 Don't mess up the whitespace after the years by filling.
3167
3168 * dired-aux.el (dired-mark-confirm):
3169 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3170
3171 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3172 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3173 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3174
3175 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3176 Set font-lock-comment-start-skip.
3177
3178 * font-lock.el (font-lock-comment-start-skip): New variable.
3179 (font-lock-comment-end-skip): New variable.
3180 (font-lock-fontify-syntactically-region): Use them if non-nil.
3181
3182 2005-05-15 Jay Belanger <belanger@truman.edu>
3183
3184 * calc/calc-store.el (calc-store-value): Return a string rather
3185 than display it as a message.
3186 Use calc-var-name for variable name.
3187 (calc-store-into): Add the result of calc-store-value to message.
3188 (calc-copy-variable): Add a message.
3189 (calc-store-exchange): Improve error messages.
3190 (calc-store-binary, calc-store-map): Don't reset the values of
3191 special constants.
3192
3193 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3194
3195 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3196 manual to docstring.
3197
3198 * files.el (hack-local-variables-confirm): Add STRING argument.
3199 Make the function handle non file visiting buffers correctly.
3200 (hack-local-variables-prop-line, hack-local-variables)
3201 (hack-one-local-variable): Use STRING arg of
3202 `hack-local-variables-confirm'.
3203
3204 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
3205
3206 Sync with Tramp 2.0.49.
3207
3208 * tramp.el (tramp-handle-dired-call-process)
3209 (tramp-handle-insert-directory):`insert-buffer' cannot be used
3210 because the contents of the Tramp buffer is changed before
3211 insertion (`expand-file' and alike).
3212 (tramp-handle-insert-directory): If `localname' has an empty
3213 nondirectory name, it must not be quoted.
3214 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
3215 variable `tramp-chunksize'. Change callees.
3216 (tramp-open-connection-setup-interactive-shell): Check remote host
3217 for buggy `send-process-string' implementation.
3218 Set `tramp-chunksize' if found. Reported by Michael Kifer
3219 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3220 (tramp-handle-shell-command): `insert-buffer' cannot be used
3221 because the contents of the Tramp buffer is changed before
3222 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3223 <frederic.bothamy@free.fr>.
3224 (tramp-set-auto-save): Actions should be done for Tramp file name
3225 handler only. Ange-FTP has its own auto-save mechanism.
3226 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3227 (tramp-set-auto-save-file-modes): Set file modes of
3228 `buffer-auto-save-file-name' to ?\600 as fallback solution.
3229 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3230 (tramp-bug): Remove obsolete variable.
3231 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
3232 for presence of `mml-mode'. Make it running for older Emacsen as well.
3233
3234 2005-05-14 John Paul Wallington <jpw@pobox.com>
3235
3236 * ibuf-ext.el (define-ibuffer-filter filename):
3237 If `dired-directory' is a list, use its car.
3238
3239 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
3240
3241 * ibuffer.el (define-ibuffer-column filename):
3242 If `dired-directory' is a list, use its car.
3243
3244 2005-05-14 Richard M. Stallman <rms@gnu.org>
3245
3246 * subr.el (symbol-file): Doc fix.
3247
3248 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3249 (byte-compile-form): Call byte-compile-nogroup-warn.
3250 (byte-compile-warning-types): Doc fix.
3251
3252 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3253
3254 * progmodes/cc-engine.el (c-literal-faces):
3255 Add font-lock-comment-delimiter-face.
3256
3257 * net/net-utils.el (dig): Use with-no-warnings.
3258
3259 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3260 (sc-recite-frame-alist, sc-default-cite-frame)
3261 (sc-default-uncite-frame, sc-default-recite-frame)
3262 (sc-attrib-selection-list, sc-rewrite-header-list):
3263 Mark as risky-local-variable.
3264
3265 * international/ogonek.el (ogonek-jak, ogonek-how):
3266 Don't use beginning-of-buffer.
3267
3268 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
3269
3270 * calendar/solar.el (solar-data-list): Move definition up.
3271
3272 * dnd.el (dnd-protocol-alist): Add autoload.
3273
3274 * progmodes/sh-script.el: Many doc usage fixes.
3275 (sh-indent-after-do): Change default to match common styles.
3276
3277 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
3278
3279 * files.el (interpreter-mode-alist)
3280 (auto-mode-interpreter-regexp): Doc fixes.
3281
3282 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
3283
3284 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3285
3286 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3287
3288 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3289
3290 * dired.el (dired-mode): make-variable-buffer-local =>
3291 make-local-variable.
3292
3293 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3294
3295 * term/mac-win.el (mac-select-convert-to-string): Try coding
3296 systems in mac-script-code-coding-systems if specified one cannot
3297 encode string for `com.apple.traditional-mac-plain-text'.
3298
3299 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
3300
3301 * progmodes/make-mode.el (makefile-targets-face)
3302 (makefile-shell-face, makefile-makepp-perl-face): New faces.
3303 (makefile-dependency-regex): Fix it to not make the colon in
3304 $(var:a=b) special.
3305 (makefile-rule-action-regex): New regexp for highlighting embedded
3306 Shell strings.
3307 (makefile-macroassign-regex): Handle != for highlighting as
3308 embedded Shell strings.
3309 (makefile-var-use-regex): New const.
3310 (makefile-statements, makefile-automake-statements)
3311 (makefile-gmake-statements, makefile-makepp-statements)
3312 (makefile-bsdmake-statements): New consts.
3313 (makefile-make-font-lock-keywords): New function.
3314 (makefile-automake-font-lock-keywords)
3315 (makefile-gmake-font-lock-keywords)
3316 (makefile-makepp-font-lock-keywords)
3317 (makefile-bsdmake-font-lock-keywords): New consts.
3318 (makefile-mode-map): Add switchers between the various submodes.
3319 (makefile-mode): Document the availability of the variants.
3320 (makefile-automake-mode, makefile-gmake-mode)
3321 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
3322
3323 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
3324 new variants of makefile-mode.
3325
3326 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * font-lock.el (font-lock-comment-delimiter-face): Fix up
3329 the inheritance.
3330
3331 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
3332
3333 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3334 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3335
3336 * files.el (normal-mode): Extend the scope of the
3337 `enable-local-variables' binding to include the `set-auto-mode' call.
3338 (magic-mode-alist): Doc fix.
3339
3340 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3341
3342 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3343 font-lock-comment-face rather than copying its setting.
3344
3345 2005-05-12 Andreas Schwab <schwab@suse.de>
3346
3347 * eshell/esh-mode.el (eshell-send-input): Doc fix.
3348
3349 2005-05-12 Lute Kamstra <lute@gnu.org>
3350
3351 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3352 defcustom for the mode hook variable. Delete the last argument.
3353 * generic-x.el: Fix callers of define-generic-mode.
3354 (generic-x-modes): Delete group.
3355 (show-tabs-tab-face, show-tabs-space-face): Put them in the
3356 generic-x customization group.
3357
3358 2005-05-12 Kim F. Storm <storm@cua.dk>
3359
3360 * font-lock.el (font-lock-negation-char-face): Default to "off".
3361
3362 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3363 font-lock-negation-char-face to ! in !=.
3364
3365 2005-05-12 Masatake YAMATO <jet@gyve.org>
3366
3367 * add-log.el (find-change-log): Fix typos in the docstring
3368 of function.
3369
3370 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3371
3372 * international/latexenc.el (latexenc-find-file-coding-system):
3373 Avoid `re-search-forward' when looking for input encoding because
3374 of speed and safety. Better regular expressions for recognizing
3375 input encoding. Limit a search for TeX-master/tex-main-file to
3376 the local variable section.
3377
3378 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
3379
3380 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3381 syntax of $ to "'" (quote).
3382
3383 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3384
3385 * dnd.el (dnd-protocol-alist): Improve custom type.
3386
3387 * dired.el (dired-dnd-protocol-alist): New variable.
3388 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
3389 `dired-mode-hook' to the end.
3390
3391 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3394 comment-end if comment-start-skip is not set.
3395 Obey the font-lock-comment-delimiter-face variables.
3396
3397 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * files.el (executable-find): Move from executable.el. Use locate-file.
3400 * progmodes/executable.el (executable-find): Move to files.el.
3401
3402 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3403 when trying to ensure forward progress.
3404
3405 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * mouse-sel.el (mouse-sel-follow-link-p): New function.
3408 (mouse-select, mouse-select-internal, mouse-extend-internal):
3409 Use it to implement mouse-1-click-follows-link functionality.
3410
3411 2005-05-11 Richard M. Stallman <rms@gnu.org>
3412
3413 * font-lock.el (font-lock-fontify-syntactically-region):
3414 Use font-lock-comment-delimiter-face for comment delimiters.
3415
3416 2005-05-10 Jay Belanger <belanger@truman.edu>
3417
3418 * calc/calc-help.el (calc-m-prefix-help): Add mention of
3419 preserving embedded modes.
3420
3421 2005-05-10 Richard M. Stallman <rms@gnu.org>
3422
3423 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3424
3425 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3426 Move from ada-stmt.el.
3427 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3428
3429 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3430 Move to ada-mode.el.
3431 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3432
3433 * cus-edit.el (custom-file): Call file-chase-links.
3434
3435 * files.el (read-directory-name): Fix previous change.
3436 (hack-local-variables-confirm): New function.
3437 (hack-local-variables-prop-line, hack-local-variables)
3438 (hack-one-local-variable): Use it.
3439
3440 2005-05-10 Lute Kamstra <lute@gnu.org>
3441
3442 * font-lock.el (font-lock-keywords-alist)
3443 (font-lock-removed-keywords-alist): Clarify docstrings.
3444
3445 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
3446
3447 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3448 (gdb-source-info): Check for preprocessor info.
3449 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
3450 a macro for a function.
3451 (gdb-info-breakpoints-custom): Try to find file again if not already
3452 found (user might have used GDB dir command).
3453 (gdb-get-location): Update gdb-location-alist correctly for change
3454 to gdb-info-breakpoints-custom.
3455
3456 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3457 (gud-tooltip-print-command): Add gdbmi case.
3458 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3459 preprocessor info.
3460
3461 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
3462
3463 * startup.el (fancy-splash-insert): Fix typo in doc string.
3464
3465 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
3466
3467 * obsolete/float.el (string-to-float):
3468 * obsolete/hilit19.el (hilit-add-pattern):
3469 * obsolete/rnews.el (news-parse-range, news-select-message)
3470 (news-get-pruned-list-of-files): Replace `string-to-int' by
3471 `string-to-number'.
3472
3473 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3474 `find-file-not-found-hooks'; use `add-hook'.
3475 (uncompress-while-visiting): Set `write-file-functions', not
3476 `write-file-hooks'; use `add-hook'.
3477
3478 2005-05-09 Kim F. Storm <storm@cua.dk>
3479
3480 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3481 (cua-paste): Handle clipboard action.
3482 (cua--init-keymaps): Remap clipboard-kill-region and
3483 clipboard-kill-ring-save.
3484
3485 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3486
3487 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3488 Improve commentary.
3489
3490 * simple.el (next-error-overlay-arrow-position): Revert the change
3491 made on 2005-04-30.
3492
3493 2005-05-07 Jay Belanger <belanger@truman.edu>
3494
3495 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3496 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3497 `calc-sel-reselect'.
3498
3499 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3500 Calc is in embedded mode.
3501
3502 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3503
3504 * progmodes/compile.el (compilation-setup):
3505 Set overlay-arrow-string to an empty string on text terminals.
3506
3507 * textmodes/ispell.el (ispell-program-name): Try looking for
3508 "aspell" along exec-path, and if found, use it as the default
3509 speller program.
3510
3511 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3512
3513 * international/mule.el (sgml-xml-auto-coding-function):
3514 Recognize encoding='FOO' in single quotes as well as in double quotes.
3515
3516 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3517
3518 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3519 as well as `interactive', so that defmacro* would recognize
3520 `declare' forms.
3521
3522 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3523
3524 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3525 Explain more about the LIGHTER arg's usage in the doc string.
3526 Add commentary to clarify what the code does. Fix the regexp that
3527 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3528 since it could have characters special to regular expressions.
3529
3530 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3531
3532 * replace.el (occur-1): Bind inhibit-read-only so that
3533 erase-buffer doesn't barf on read-only text properties (likewise
3534 for add-text-properties in occur-engine). Mark buffer as unmodified.
3535 (occur-engine): Don't set buffer-read-only here.
3536
3537 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3540 list-buffers-directory. This caused the *cvs-commit* buffer to be
3541 sometimes mistakenly reused as a *cvs* buffer.
3542
3543 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3544
3545 * tooltip.el: Move code for GUD tooltips into gud.el.
3546 (require): CL no longer needed to compile case.
3547 (tooltip-mode): Do not toggle functions for GUD tooltips.
3548 (tooltip-gud-tips-p): Remove. Replace with minor mode
3549 gud-tooltip-mode in gud.el.
3550 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3551 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3552 tooltip-gud prefix with gud-tooltip and obsolete.
3553 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3554 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3555 (tooltip-mouse-motion): Mouse movement functions/variable.
3556 Rename in gud.el by adding gud prefix.
3557 (tooltip-gud-original-filter, tooltip-gud-dereference)
3558 (tooltip-gud-event, tooltip-toggle-gud-tips)
3559 (tooltip-gud-process-output, tooltip-gud-print-command)
3560 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3561 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3562 (gdb-tooltip-print): Move to gdb-ui.el.
3563
3564 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3565 (require): CL needed to compile case.
3566 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3567 tooltip-gud-tips-p. Make it a minor-mode.
3568 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3569 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3570 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3571 (gud-tooltip-change-major-mode)
3572 (gud-tooltip-activate-mouse-motions-if-enabled)
3573 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3574 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3575 (gud-tooltip-original-filter, gud-tooltip-dereference)
3576 (gud-tooltip-event, tooltip-toggle-gud-tips)
3577 (gud-tooltip-process-output, gud-tooltip-print-command)
3578 (gud-tooltip-tips): Move from tooltip.el.
3579
3580 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3581 (gdb-cpp-define-alist-flags): Doc fix.
3582 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3583 gud-tooltip-mode is t.
3584
3585 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3588 evaporate if their text is deleted.
3589 (goto-address-at-point): Make it work as a mouse binding as well.
3590 (goto-address-at-mouse): Obsolete it. Update users.
3591
3592 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3593
3594 * calendar/appt.el (top-level): No longer activate on load.
3595
3596 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3597
3598 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3599 * net/webjump.el (webjump):
3600 * progmodes/idlw-help.el (idlwave-do-context-help1)
3601 (idlwave-highlight-linked-completions):
3602 * textmodes/po.el (po-find-file-coding-system-guts):
3603 Replace `assoc-ignore-case' by `assoc-string'.
3604
3605 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3606
3607 * files.el (locate-file): Doc fix.
3608
3609 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3610 Remove the redundant test for ms-dos.
3611
3612 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3613 look for the preprocessor with exec-suffixes. If not found in
3614 standard places, look in exec-path. Remove most of the tests that
3615 used system-type.
3616
3617 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3618
3619 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3620
3621 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3622 file-name clash with jka-compr.el on 8+3 filesystems.
3623
3624 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3625
3626 * term/mac-win.el: Don't define or bind scroll bar functions if
3627 x-toolkit-scroll-bars is t.
3628 (x-select-text, x-get-selection-value):
3629 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3630 (PRIMARY): Put mac-scrap-name property.
3631 (mac-select-convert-to-file-url): New function.
3632 (public.file-url): New selection target type. Add to
3633 selection-converter-alist.
3634 (x-get-selection, x-selection-value): Handle it.
3635 (x-cut-buffer-or-selection-value): New alias.
3636
3637 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3638
3639 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3640 entry to avoid calling bibtex-find-entry with arg global
3641 being t. Remove arg key.
3642 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3643 (bibtex-copy-summary-as-kill): Change accordingly.
3644
3645 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3648 (org-agenda-date-later): Use with-current-buffer.
3649
3650 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3651
3652 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3653 (define-obsolete-variable-alias): Doc Fixes.
3654
3655 2005-05-06 Kim F. Storm <storm@cua.dk>
3656
3657 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3658 vertical-motion when selective-display is active.
3659
3660 * ido.el (ido-setup-hook): New hook.
3661 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3662 (ido-input-stack): New var.
3663 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3664 ido-next-work-file binding to M-O.
3665 Bind M-f to ido-wide-find-file-or-pop-dir.
3666 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3667 (ido-read-internal): Run ido-setup-hook.
3668 Catch quit in read-file-name and read-string to cancel edit.
3669 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3670 Automatically pop-all when completing a directory name (RET).
3671 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3672 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3673 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3674 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3675 New functions for M-b/M-f to move among the directory components.
3676 (ido-make-merged-file-list): Catch quit to cancel merge.
3677 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3678 (ido-completion-help): No warnings for ido-completion-buffer-full.
3679
3680 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3681
3682 * font-lock.el (font-lock-negation-char-face): New face and variable.
3683 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3684 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3685 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3686 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3687
3688 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3689
3690 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3691 Fix typo in docstring.
3692
3693 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3694 (ebrowse-print-statistics-line)
3695 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3696
3697 * term/w32-win.el (image-library-alist): Add additional name for
3698 Xpm library.
3699
3700 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3701
3702 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3703 use gcc instead of cpp.
3704
3705 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3706 (gdb-create-define-alist): Use it.
3707 (gdb-cpp-define-alist-program): Update for MS-DOS.
3708
3709 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3710
3711 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3712
3713 2005-05-04 Richard M. Stallman <rms@gnu.org>
3714
3715 * help.el (describe-key): No error when UNTRANSLATED is nil.
3716
3717 * simple.el (line-move-1): Fix previous change to signal errors
3718 appropriately.
3719
3720 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3721
3722 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3723 (icalendar-duration-correction): Remove.
3724 (icalendar--get-event-properties): Split result at commas.
3725 (icalendar--decode-isoduration): New optional argument
3726 DURATION-CORRECTION.
3727 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3728 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3729 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3730 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3731 (icalendar--convert-anniversary-to-ical): New functions, extracted
3732 from icalendar-export-region, with bug fixes.
3733 (icalendar-export-region): Use the above functions.
3734 (icalendar-import-buffer): Check before saving diary file.
3735 (icalendar--convert-recurring-to-diary)
3736 (icalendar--convert-non-recurring-all-day-to-diary)
3737 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3738 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3739 (icalendar--convert-ical-to-diary): Use the above functions.
3740
3741 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3742
3743 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3744 Remove these recent additions.
3745 (c-mode): Restore to before 2005-04-28.
3746
3747 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3748 recent addition.
3749
3750 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3751 (gdb-define-alist): New variables.
3752 (gdb-create-define-alist): New function.
3753 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3754 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3755 with string-to-number.
3756 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3757
3758 * progmodes/gud.el: Replace string-to-int with string-to-number.
3759 (gud-find-file): Handle gdb-define-alist.
3760
3761 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3762
3763 2005-05-02 Jay Belanger <belanger@truman.edu>
3764
3765 * calc/calc-aent.el (math-read-token):
3766 * calc/calc-bin.el (calc-word-size):
3767 * calc/calc-ext.el (calc-read-number-fancy):
3768 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3769 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3770 * calc/calc-frac.el (calc-over-notation):
3771 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3772 (calc-graph-num-points, calc-graph-init):
3773 * calc/calc-prog.el (calc-read-parse-table-part)
3774 (calc-edit-macro-repeats):
3775 * calc/calc-yank.el (calc-do-grab-rectangle):
3776 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3777 Replace `string-to-int' by `string-to-number'.
3778
3779 2005-05-02 Kim F. Storm <storm@cua.dk>
3780
3781 * kmacro.el: Use executing-kbd-macro-index variable.
3782
3783 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3784
3785 * net/rlogin.el (rlogin-parse-words): Delete func.
3786 (rlogin): Use split-string, not rlogin-parse-words.
3787 Also, if there are option-like elements in the parsed args,
3788 take the host to be the first arg immediately following them.
3789 Suggested by Michael Mauger.
3790
3791 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3792
3793 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3794
3795 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3796
3797 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3798 (cc-mode-cpp-program): Rename to cc-define-list-program and
3799 move to cc-vars.el.
3800
3801 * progmodes/cc-vars.el (cc-define-list-program):
3802 Change to "gcc -E -dM -". Make customizable.
3803
3804 2005-05-02 Kim F. Storm <storm@cua.dk>
3805
3806 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3807
3808 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3809
3810 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3811
3812 * international/mule-util.el (truncate-string): Remove alias and
3813 obsolete declaration.
3814
3815 * international/mule-cmds.el (update-iso-coding-systems):
3816 Remove alias and obsolete declaration.
3817
3818 * international/mule.el (coding-system-parent): Remove alias and
3819 obsolete declaration.
3820
3821 * subr.el (define-function, sref): Remove aliases and obsolete
3822 declarations.
3823 (chars-in-region): Remove obsolete declaration.
3824
3825 2005-05-01 Richard M. Stallman <rms@gnu.org>
3826
3827 * info.el (Info-mode): Set widen-automatically to nil, locally.
3828
3829 * simple.el (widen-automatically): New variable.
3830 (pop-global-mark): Obey widen-automatically.
3831
3832 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3833
3834 * term/xterm.el (function-key-map): Call substitute-key-definition
3835 before the keymap size is increased by a lot of define-key calls.
3836
3837 2005-05-01 Richard M. Stallman <rms@gnu.org>
3838
3839 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3840 Rename ARG to ELEMENT. Doc fix.
3841
3842 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3843
3844 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3845 Remove references to allout-exposure/change to allout-new-exposure.
3846
3847 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3848 bytecode symbols.
3849
3850 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3851 (compiled-function-p, focus-frame, unfocus-frame):
3852 Remove aliases and obsolete declarations.
3853 Back out inadvertent changes from previous commit.
3854
3855 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * files.el (require-final-newline): Make Custom tags consistent
3858 with mode-require-final-newline.
3859 (mode-require-final-newline): Doc fix.
3860
3861 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * international/latexenc.el (latexenc-find-file-coding-system):
3864 Fix regular expressions.
3865
3866 2005-05-01 David Kastrup <dak@gnu.org>
3867
3868 * international/latexenc.el (latexenc-find-file-coding-system):
3869 Fix regular expressions.
3870
3871 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3872
3873 * subr.el (string-to-int): Make obsolete.
3874
3875 2005-04-30 Richard M. Stallman <rms@gnu.org>
3876
3877 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3878
3879 * loadup.el: load jka-comp-hook.
3880
3881 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3882 (jka-compr-handler): Add autoload. `put' calls moved
3883 to jka-comp-hook.el.
3884 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3885 (jka-compr-inhibit): Autoload.
3886
3887 * jka-comp-hook.el: New file.
3888 Enable the mode by default.
3889
3890 * files.el (backup-buffer-copy): Use copy-file instead
3891 of write-region, and put back the 'excl.
3892
3893 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * progmodes/flymake.el (flymake-split-string)
3896 (flymake-split-string, flymake-log, flymake-pid-to-names)
3897 (flymake-reg-names, flymake-get-source-buffer-name)
3898 (flymake-unreg-names, flymake-add-line-err-info)
3899 (flymake-add-err-info): Clarify docstrings.
3900 (flymake-popup-menu, flymake-make-emacs-menu)
3901 (flymake-make-xemacs-menu): Add docstrings.
3902 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3903 Set variables directly throughout.
3904
3905 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3906
3907 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3908 exists. Initialise cc-define-alist.
3909 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3910 If there is no file (Macroexpansion) don't create an alist.
3911
3912 2005-04-29 Sam Steingold <sds@gnu.org>
3913
3914 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3915 (cc-create-define-alist): Use it instead of the hard-coded string.
3916
3917 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3920 for latexenc.
3921
3922 2005-04-29 Lute Kamstra <lute@gnu.org>
3923
3924 * emacs-lisp/generic.el: Improve commentary section.
3925 (define-generic-mode): Improve docstring.
3926
3927 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3928
3929 * textmodes/org.el (many places): Change to quiet the byte compiler.
3930 (org-prefix-format-compiled): New variable.
3931 (org-compile-prefix-format): New function.
3932 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3933 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3934 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3935 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3936 consistency with entries from `org-mode' files.
3937 (org-get-time-of-day): Fix bug with partial matches early in a line.
3938 (org-non-link-chars): New constant.
3939 (org-link-regexp): Respect `org-non-link-chars'.
3940 (org-agenda-day-view): Remove command.
3941 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3942 (org-follow-bbdb-link, org-store-link): Search also company field.
3943 (org-highlight-overlay): New variable.
3944 (org-highlight, org-unhighlight): New functions.
3945 (org-agenda-mode): Add pre-command-hook to remove highlight.
3946 (org-evaluate-time-range): Behavior depends upon whether time stamp
3947 contains a time or not.
3948 (org-show-subtree, org-show-entry): New functions.
3949 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3950
3951 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3952
3953 * comint.el (comint-output-filter-functions): Add autoload cookie.
3954
3955 2005-04-28 Kim F. Storm <storm@cua.dk>
3956
3957 * ido.el (ido-everywhere): Fix last change.
3958
3959 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3960
3961 * international/latexenc.el: New file.
3962 * international/mule-conf.el (file-coding-system-alist): For .tex,
3963 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3964
3965 2005-04-28 Lute Kamstra <lute@gnu.org>
3966
3967 * font-lock.el (font-lock-add-keywords)
3968 (font-lock-remove-keywords): Clarify docstring.
3969 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3970 Don't start docstrings with a `*'.
3971 (font-lock-update-removed-keyword-alist): Give it a docstring.
3972
3973 * generic-x.el: Update commentary section.
3974 Only require font-lock when compiling.
3975 Define all modes conditionally.
3976 Place all generic modes in the generic-x-modes customization group.
3977 (generic-x-modes): New customization group.
3978 (generic-default-modes, generic-mswindows-modes)
3979 (generic-unix-modes, generic-other-modes): New constants.
3980 (generic-define-mswindows-modes, generic-define-unix-modes):
3981 Update docstrings. Make them obsolete.
3982 (generic-extras-enable-list): New default value. Update docstring.
3983 Improve :type. Change :set function.
3984 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3985 Fix docstring.
3986
3987 * emacs-lisp/generic.el (generic-mode-internal):
3988 Simplify font-lock-defaults.
3989 (define-generic-mode): Fix docstring.
3990
3991 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3994 font-lock-face property to highlight matches.
3995
3996 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3997
3998 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3999 (cc-define-alist): New variable.
4000 (c-mode): Make it local and initialise it.
4001
4002 * progmodes/gdb-ui.el (gdb-active-process): New variable.
4003 (gdb-exited): New function.
4004 (gdb-annotation-rules): Use it.
4005 (gdb-starting): Set gdb-active-process to t.
4006 (gdb-stopping): Amend doc string.
4007 (gdb-reset): Set gdb-active-process to nil.
4008
4009 * tooltip.el (tooltip-gud-tips): Show the associated #define
4010 directives when a C program under GDB is not executing.
4011
4012 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4015 font-lock-fontify-syntactic-keywords.
4016
4017 * font-lock.el (font-lock-default-fontify-region): Don't force
4018 parse-sexp-lookup-properties to nil.
4019
4020 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4021
4022 * man.el (man-mode-syntax-table): Set up `:' to have
4023 word-constituent syntax.
4024
4025 2005-04-27 Lute Kamstra <lute@gnu.org>
4026
4027 * novice.el (disable-command): Don't add spurious newlines to the
4028 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
4029
4030 2005-04-26 Jay Belanger <belanger@truman.edu>
4031
4032 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4033 than one window before deleting window.
4034
4035 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4036
4037 * shell.el (shell-prompt-pattern): Doc fix.
4038 (shell-mode): Set paragraph-separate buffer locally to "\\'".
4039
4040 * comint.el (comint-prompt-regexp, comint-get-old-input)
4041 (comint-use-prompt-regexp)
4042 (comint-use-prompt-regexp-instead-of-fields)
4043 (comint-replace-by-expanded-history, comint-send-input)
4044 (comint-output-filter, comint-get-old-input-default)
4045 (comint-line-beginning-position, comint-bol, comint-show-output)
4046 (comint-backward-matching-input, comint-forward-matching-input)
4047 (comint-next-prompt, comint-previous-prompt):
4048 Rename `comint-use-prompt-regexp-instead-of-fields' to
4049 `comint-use-prompt-regexp'. Keep old name as alias and declare
4050 obsolete.
4051 (comint-use-prompt-regexp): Shorten first line of doc string.
4052
4053 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4054 Set paragraph-separate buffer locally to "\\'".
4055
4056 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4057 Adapt to above name change.
4058
4059 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4060 (smbclient-prompt-regexp): Ditto.
4061
4062 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4063
4064 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
4065
4066 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4067 gdb-location-list.
4068 Break lines that are over 80 characters wide.
4069
4070 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4073 New fun and var, to preserve compatibility.
4074
4075 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4076
4077 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
4078
4079 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4080 name to file-newer-than-file-p.
4081
4082 2005-04-26 Richard M. Stallman <rms@gnu.org>
4083
4084 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4085
4086 * progmodes/python.el (python-mode):
4087 Use new name eldoc-documentation-function.
4088
4089 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4090
4091 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4092 (eldoc-documentation-function):
4093 Rename from eldoc-print-current-symbol-info-function. Calls changed.
4094
4095 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
4096
4097 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4098
4099 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4100
4101 * term/xterm.el (function-key-map): Fix strings for
4102 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
4103 {C,S,A,C-S}-{f1-f12}.
4104
4105 2005-04-26 Kenichi Handa <handa@m17n.org>
4106
4107 * international/mule-cmds.el (select-safe-coding-system):
4108 Fix previous change.
4109
4110 2005-04-26 Lute Kamstra <lute@gnu.org>
4111
4112 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4113
4114 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4115 (font-lock-comment-delimiter-face): Ditto.
4116
4117 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4118
4119 2005-04-25 Jay Belanger <belanger@truman.edu>
4120
4121 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4122 to t while inserting information; use help-mode.
4123
4124 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4125
4126 * term.el (ansi-term-color-vector): Use the xterm colors.
4127 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
4128
4129 2005-04-25 Lute Kamstra <lute@gnu.org>
4130
4131 * font-core.el (font-lock-defaults): Fix docstring.
4132
4133 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4134
4135 2005-04-25 Kenichi Handa <handa@m17n.org>
4136
4137 * international/mule-cmds.el (select-safe-coding-system):
4138 Don't check consistency with coding: spec, etc if raw-text or
4139 no-conversion was found to be safe.
4140
4141 2005-04-24 Richard M. Stallman <rms@gnu.org>
4142
4143 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4144 citation markers at start of each line.
4145
4146 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4147 citation markers at start of each line.
4148
4149 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4150
4151 * files.el (mode-require-final-newline): Fix previous change.
4152 (require-final-newline): Fix type label.
4153
4154 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4155
4156 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4157 statement in buffer (broken by 2004-11-24 change).
4158
4159 2005-04-24 Kim F. Storm <storm@cua.dk>
4160
4161 * ido.el (ido-everywhere): Save and restore old read-buffer-function
4162 and read-file-name-function values. Don't overwrite existing
4163 non-nil values if ido-mode is enabled without ido-everywhere.
4164
4165 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
4166
4167 * files.el (mode-require-final-newline): Minor doc fix.
4168
4169 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4170
4171 * subr.el (syntax-after): Doc fix.
4172 (syntax-class): If argument is nil, return nil. Mask off upper 16
4173 bits, not 8 bits.
4174
4175 * files.el (mode-require-final-newline): Doc fix.
4176 (backup-buffer-copy): Fix last change.
4177
4178 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4179
4180 * term/mac-win.el: Require select. Set selection-coding-system to
4181 mac-system-coding-system. Call menu-bar-enable-clipboard.
4182 (x-last-selected-text-clipboard, x-last-selected-text-primary)
4183 (x-select-enable-clipboard): New variables.
4184 (x-select-text, x-get-selection, x-selection-value)
4185 (x-get-selection-value, mac-select-convert-to-string)
4186 (mac-services-open-file, mac-services-open-selection)
4187 (mac-services-insert-text): New functions.
4188 (CLIPBOARD, FIND): Put mac-scrap-name property.
4189 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4190 (public.tiff): Put mac-ostype property.
4191 (selection-converter-alist): Add entries for them.
4192 (mac-application-menu-map): New keymap.
4193 (interprogram-cut-function, interprogram-paste-function): Set to
4194 x-select-text and x-get-selection-value, respectively.
4195 (split-window-keep-point): Set to t.
4196
4197 2005-04-23 Richard M. Stallman <rms@gnu.org>
4198
4199 * files.el (read-directory-name): Always pass non-nil
4200 DEFAULT-FILENAME arg to read-file-name.
4201 (backup-buffer-copy, basic-save-buffer-2): Take care against
4202 writing thru an unexpected existing symlink.
4203 (revert-buffer): In indirect buffer, revert the base buffer.
4204 (magic-mode-alist): Doc fix.
4205 (buffer-stale-function): Doc fix.
4206 (minibuffer-with-setup-hook): Avoid warning.
4207 (mode-require-final-newline): Doc and custom fix.
4208
4209 * follow.el (follow-end-of-buffer): Use with-no-warnings.
4210
4211 * font-lock.el (font-lock-comment-face): On terminals with few colors,
4212 use the default appearance.
4213 (font-lock-comment-delimiter-face): New face, new variable.
4214
4215 * imenu.el (imenu--generic-function): The official position of a
4216 definition is the start of the line that BEG is in.
4217
4218 * midnight.el (midnight-timer): Move defvar up.
4219
4220 * mouse.el (mouse-drag-region-1): Delete some debugging code.
4221
4222 * saveplace.el (save-place-to-alist): Use with-no-warnings.
4223
4224 * startup.el (command-line): Use with-no-warnings.
4225
4226 * window.el (window-size-fixed): New defvar.
4227
4228 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4229
4230 * mail/rmail.el (rmail-font-lock-keywords):
4231 Use font-lock-comment-delimiter-face.
4232
4233 * mail/sendmail.el (mail-font-lock-keywords):
4234 Use font-lock-comment-delimiter-face.
4235
4236 * progmodes/compile.el (next-error-highlight-timer): New defvar.
4237
4238 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
4239
4240 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4241 Specify t for LAXMATCH when matching directories.
4242 Save match data around compilation-compat-error-properties form.
4243
4244 2005-04-23 David Kastrup <dak@gnu.org>
4245
4246 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4247 Mention that the autoloaded aliases should be kept for AUCTeX.
4248
4249 2005-04-23 Andreas Schwab <schwab@suse.de>
4250
4251 * isearch.el (isearch-forward): Doc fix.
4252
4253 2005-04-23 Eli Zaretskii <eliz@gnu.org>
4254
4255 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4256 (jit-lock-stealth-nice): Change default value to 0.5.
4257
4258 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
4259
4260 * abbrev.el (write-abbrev-file): Write table entries in
4261 alphabetical order by table name.
4262
4263 2005-04-22 Kim F. Storm <storm@cua.dk>
4264
4265 * ido.el (ido-read-internal): Fix `list' completion.
4266
4267 2005-04-22 Kenichi Handa <handa@m17n.org>
4268
4269 * recentf.el (recentf-save-file-coding-system): New variable.
4270 (recentf-save-list): Encode the file by
4271 recentf-save-file-coding-system and add coding: tag.
4272
4273 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
4274
4275 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4276
4277 2005-04-21 Lute Kamstra <lute@gnu.org>
4278
4279 * loadhist.el (unload-feature): Don't remove a function from hooks
4280 if it is about to be restored to an autoload . Remove functions
4281 that will become unbound from auto-mode-alist. Simplify the code.
4282
4283 * subr.el (assq-delete-all): New implementation that is linear,
4284 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
4285 (rassq-delete-all): New function.
4286
4287 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4288 Add size-indication-mode.
4289
4290 2005-04-21 Kenichi Handa <handa@m17n.org>
4291
4292 * international/mule-cmds.el: Add autoload for widget-value in
4293 eval-when-compile.
4294
4295 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
4296
4297 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4298 Add tooltip-mode.
4299
4300 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4301
4302 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
4303
4304 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
4305 (inferior-lisp-filter-regexp, inferior-lisp-program)
4306 (inferior-lisp-load-command, inferior-lisp-prompt)
4307 (inferior-lisp-mode-hook, lisp-source-modes)
4308 (inferior-lisp-load-hook): defvar->defcustom.
4309 (inferior-lisp-program, inferior-lisp-prompt)
4310 (inferior-lisp-load-hook): Doc fixes.
4311 (inferior-lisp-install-letter-bindings): Small change in
4312 introductory comment.
4313
4314 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4315
4316 * vc.el (vc-annotate-color-map): Change some colors so that text
4317 using them as foreground is readable on both white and black
4318 backgrounds.
4319
4320 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * international/mule-conf.el (translation-table-for-input):
4323 Remove redundant declaration.
4324
4325 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4326
4327 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
4328
4329 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
4330 (tooltip-toggle-gud-tips): New function.
4331
4332 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4333
4334 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4335 right angle brackets.
4336
4337 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4338
4339 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4340
4341 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4344 Remove. Update callers to use expand-file-name instead.
4345
4346 * subr.el (syntax-class): New function.
4347
4348 * simple.el (blink-matching-open): Use it.
4349
4350 * paren.el (show-paren-function): Use it to recognize parens that are
4351 also used in 2-char comment markers.
4352
4353 2005-04-19 Lute Kamstra <lute@gnu.org>
4354
4355 * loadhist.el (unload-feature): Update for new format of
4356 load-history. Simplify the code.
4357
4358 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4359
4360 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4361 (mac-add-charset-info): New function. Initialize variable
4362 mac-charset-info-alist using it.
4363 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4364 for translation.
4365 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4366 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4367 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4368 New CCL programs.
4369
4370 2005-04-19 Kim F. Storm <storm@cua.dk>
4371
4372 * simple.el (next-buffer, prev-buffer, next-error)
4373 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4374 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4375
4376 * bindings.el (next-buffer, prev-buffer, next-error)
4377 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4378 (clone-indirect-buffer-other-window): Move bindings from simple.el.
4379 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4380 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4381
4382 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * isearch.el (isearch-edit-string): Make the search-ring available for
4385 minibuffer history commands.
4386 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4387 the default history commands now work just as well.
4388 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4389
4390 2005-04-18 Kim F. Storm <storm@cua.dk>
4391
4392 * emulation/cua-base.el (cua--pre-command-handler): Add more
4393 elaborate check for shift modifier on non-window systems.
4394
4395 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4396
4397 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4398
4399 2005-04-18 Kim F. Storm <storm@cua.dk>
4400
4401 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4402 and make it optional. Don't test tooltip-gud-echo-area here.
4403 (tooltip-gud-process-output, gdb-tooltip-print):
4404 Pass tooltip-gud-echo-area to tooltip-show.
4405 (tooltip-help-tips): Remove second optional arg to tooltip-show.
4406
4407 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4408
4409 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4410 `display-graphic-p' may not be bound yet.
4411
4412 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4413
4414 * startup.el (command-line): No longer enable Xterm Mouse mode by
4415 default in terminals compatible with xterm.
4416
4417 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4418
4419 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
4420
4421 * tooltip.el (tooltip-gud-echo-area): Rename from
4422 tooltip-use-echo-area.
4423 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4424 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4425 area independently of where help tooltips are displayed.
4426
4427 2005-04-17 David Kastrup <dak@gnu.org>
4428
4429 * cus-theme.el (custom-theme-write-variables): Quote variables
4430 where necessary.
4431
4432 2005-04-17 Richard M. Stallman <rms@gnu.org>
4433
4434 * simple.el (yank-excluded-properties): Add follow-link to value.
4435
4436 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4437
4438 * startup.el (fancy-splash-max-time): Just 30 seconds.
4439 (fancy-splash-delay): Just 7.
4440 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4441
4442 * loadhist.el (unload-feature): Update for new format of load-history.
4443 Simplify the code.
4444
4445 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4446 (rmail-font-lock-keywords): Don't fontify the text of a citation.
4447
4448 * mail/sendmail.el (mail-font-lock-keywords):
4449 Don't fontify subject text.
4450 Don't fontify the text of a citation.
4451
4452 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
4453
4454 * comint.el (comint-output-filter): Run comint-output-filter-functions
4455 with point where the user had it.
4456
4457 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * international/ucs-tables.el (ucs-set-table-for-input):
4460 Disable when using unify-on-decoding.
4461
4462 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4463
4464 * emulation/cua-base.el (cua-global-mark-face): Add special case
4465 for displays supporting a high number of colors.
4466
4467 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4468
4469 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4470
4471 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
4472
4473 * filesets.el (filesets-add-buffer): If user supplies a name of a
4474 non-existing fileset, create a new fileset.
4475
4476 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
4477
4478 * textmodes/org.el (org-up-heading-all): Fix bug with
4479 `outline-up-heading-all'.
4480
4481 2005-04-16 Andreas Schwab <schwab@suse.de>
4482
4483 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4484 /etc/permissions.d/* and /etc/aliases.d/*.
4485
4486 2005-04-16 Kenichi Handa <handa@m17n.org>
4487
4488 * international/code-pages.el (cp-make-coding-system):
4489 Set `translation-table-for-input' property value to the symbol
4490 ucs-mule-to-mule-unicode, not to that value.
4491 (pt154): Escape guillemet by `\'.
4492
4493 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4494
4495 * loadup.el: Load tooltip if x-show-tip is fboundp.
4496
4497 * startup.el (command-line): Add comment.
4498
4499 * tooltip.el (tooltip-mode): Specify correct standard value for
4500 Custom in init-value.
4501
4502 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4503
4504 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4505 possible.
4506
4507 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4508
4509 * textmodes/org.el (org-agenda-date-prompt): Rename from
4510 `org-agenda-date-today'.
4511 (org-evaluate-time-range): Insert at point instead of directly
4512 after time range.
4513 (org-first-headline-recenter, org-subtree-end-visible-p)
4514 (org-optimize-window-after-visibility-change): New functions
4515 (org-agenda-post-command-hook): Don't allow point at end of line,
4516 to make sure it always hits the text properties.
4517 (org-agenda-next-date-line, org-agenda-previous-date-line):
4518 New commands.
4519 (org-set-regexps-and-options): Category may contain white space.
4520 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4521 Improve marker positions.
4522 (org-agenda-new-marker): Argument POS made optional.
4523 (org-agenda-get-timestamps): Deadlines which are done are listed
4524 in org-done-face now.
4525 (org-agenda-get-todos, org-agenda-get-timestamps)
4526 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4527 Set `undone-face' and `done-face' properties.
4528 (org-last-todo-state-is-todo): New variable.
4529 (org-todo): Set `org-last-todo-state-is-todo'.
4530 (org-agenda-todo): Change face according to
4531 `org-last-todo-state-is-todo'. And change other lines refering to
4532 the same entry.
4533 (org-calendar-goto-agenda): New command.
4534 (org-calendar-to-agenda-key): New option.
4535 (org-startup-folded): New allowed value `content'.
4536 (org-set-regexps-and-options): Accept new value `content' for
4537 `org-startup-folded'.
4538 (org-get-current-options): Handle new value `content' for
4539 `org-startup-folded'.
4540 (org-insert-todo-heading): New command.
4541 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4542 interactively in empty file and option
4543 `org-insert-mode-line-in-empty-file' has been set.
4544 (org-agenda-todo,org-agenda-priority): Modify to use
4545 `org-agenda-change-all-lines'.
4546 (org-warning-face): Change color on dark background
4547
4548 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4549
4550 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4551 use preferences AppleLocale and AppleLanguages, and variable
4552 mac-system-locale for default locale. On Mac OS Classic, use
4553 mac-system-coding-system for default coding systems.
4554
4555 * term/mac-win.el: Don't set file-name-coding-system.
4556 Decode variables system-name, emacs-build-system, user-login-name, and
4557 user-full-name by mac-system-coding-system on Mac OS Classic.
4558 (mac-system-coding-system): New variable.
4559
4560 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4561
4562 * startup.el (command-line): Handle `xterm-mouse-mode' before
4563 reading init file.
4564
4565 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4566
4567 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4568
4569 * progmodes/sh-script.el (sh-here-document-word): Make it a
4570 defcustom. Doc fix.
4571 (sh-add): Bash uses $(( )) for arithmetic.
4572 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4573 (sh-maybe-here-document): Remove quotes and leading whitespace
4574 from heredoc word when closing. Indent heredoc with tabs if word
4575 starts with "-".
4576
4577 2005-04-13 Richard M. Stallman <rms@gnu.org>
4578
4579 * simple.el (undo): Fix previous change.
4580
4581 * custom.el (defface): Doc fix.
4582
4583 2005-04-13 Lute Kamstra <lute@gnu.org>
4584
4585 * Makefile.in (DONTCOMPILE): Remove list.
4586 (compile, compile-always): Don't use DONTCOMPILE.
4587 (update-authors): Load the library in which batch-update-authors
4588 is defined.
4589 * makefile.w32-in (DONTCOMPILE): Remove list.
4590 (compile, compile-always): Fix comments.
4591 (update-authors): Load the library in which batch-update-authors
4592 is defined.
4593
4594 * generic-x.el (generic-mode-ini-file-find-file-hook):
4595 Rename to ini-generic-mode-find-file-hook.
4596 Keep generic-mode-ini-file-find-file-hook as an alias.
4597 (ini-generic-mode-find-file-hook): Rename from
4598 generic-mode-ini-file-find-file-hook. Fix docstring.
4599 (ini-generic-mode): Docstring change.
4600 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4601
4602 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4603 called from lisp.
4604
4605 * generic.el: Move to the emacs-lisp subdir.
4606
4607 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4608
4609 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4610 and C-S- function and cursor motion keys.
4611
4612 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4613
4614 * startup.el (command-line): Enable Xterm Mouse mode by default.
4615 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4616 for Custom. No longer show "Mouse" in mode line when enabled.
4617 Doc fix.
4618
4619 2005-04-12 Kim F. Storm <storm@cua.dk>
4620
4621 * emulation/cua-base.el (cua-rectangle-face)
4622 (cua-rectangle-noselect-face): Define face attributes here.
4623
4624 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4625
4626 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4627
4628 * startup.el (command-line): Turn off blinking cursor if
4629 cursorBlink in resources is off or false.
4630
4631 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4632
4633 * term/mac-win.el (dnd): Require dnd.
4634 (mac-drag-n-drop): Call dnd-handle-one-url.
4635 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4636 (kTextEncodingISOLatin2): Remove constants.
4637 (mac-script-code-coding-systems): New constant.
4638 (mac-handle-language-change): New function.
4639 (special-event-map): Bind it to `language-change' event.
4640 (mac-centraleurroman, mac-cyrillic): New coding systems.
4641 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4642 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4643 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4644 encode-mac-cyrillic, respectively.
4645
4646 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4647
4648 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4649 Don't set overlay-arrow-string to "=>" as this is done
4650 globally in C now.
4651
4652 2005-04-12 Lute Kamstra <lute@gnu.org>
4653
4654 * generic-x.el (rc-generic-mode, rul-generic-mode):
4655 Fix auto-mode-alist entries.
4656 (etc-fstab-generic-mode): Tweak fontification.
4657
4658 * generic.el (generic-make-keywords-list): Fix docstring.
4659 (generic-mode-internal): Simplify generic-font-lock-keywords.
4660
4661 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4662
4663 * whitespace.el (whitespace-buffer-leading)
4664 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4665 However, fix the highlight area for the leading and
4666 trailing whitespaces to show space.
4667
4668 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4669
4670 * whitespace.el (whitespace-version): Bump to 3.5
4671
4672 (whitespace-buffer-leading, whitespace-buffer-trailing):
4673 Invert sense of the test to highlight the whitespace.
4674
4675 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4676
4677 * progmodes/gud.el (gud-display-line): GUD uses its own
4678 overlay arrow now so don't set overlay-arrow-string.
4679 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4680
4681 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4682
4683 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4684 (term-ansi-current-reverse, term-ansi-current-invisible)
4685 (term-ansi-face-already-done): Change to boolean.
4686 (term-reset-terminal, term-handle-colors-array): Handle the above
4687 vars accordingly.
4688 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4689 (term-emulate-terminal): Use the new name.
4690
4691 * faces.el (secondary-selection): Use yellow1, not yellow.
4692 (trailing-whitespace): Use red1, not red.
4693
4694 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4695
4696 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4697 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4698 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4699
4700 * cus-edit.el (dnd): New group.
4701
4702 * term/w32-win.el (dnd): Require dnd
4703 (w32-drag-n-drop): Call dnd-handle-one-url.
4704
4705 * x-dnd.el: Require dnd.
4706 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4707 Call dnd-handle-one-url.
4708 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4709 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4710 to dnd-insert-text.
4711 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4712 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4713 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4714 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4715
4716 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4717
4718 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4719
4720 * wdired.el: Doc fixes.
4721 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4722 (wdired-use-dired-vertical-movement): Rename from
4723 wdired-always-move-to-filename-beginning.
4724 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4725 (wdired-change-to-wdired-mode): Change mode name.
4726 (wdired-newline): Delete.
4727
4728 2005-04-11 Richard M. Stallman <rms@gnu.org>
4729
4730 * whitespace.el (whitespace-highlight-the-space):
4731 Don't call whitespace-unhighlight-the-space here.
4732
4733 * simple.el (undo): Record t in undo-equiv-table
4734 for the redo record made by an undo-in-region.
4735
4736 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4737
4738 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4739 (gdb-frame-inferior-io-buffer): New Functions to control
4740 display of separate IO buffer.
4741 (menu): Add them to menu-bar.
4742 (gdb-display-buffer): Check for buffer another frame.
4743 Protect GUD buffer.
4744 (gdb-setup-windows): Create IO buffer if not already there.
4745 (gdb-memory-mode): Remove purecopy noops.
4746
4747 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4748
4749 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4750 and pass to self-insert-command.
4751
4752 2005-04-11 Lute Kamstra <lute@gnu.org>
4753
4754 * generic.el: Commentary section cleanup.
4755 (generic): Delete.
4756 (generic-use-find-file-hook, generic-lines-to-scan)
4757 (generic-find-file-regexp, generic-ignore-files-regexp)
4758 (default-generic-mode, generic-mode-find-file-hook)
4759 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4760 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4761 (generic-use-find-file-hook, generic-lines-to-scan)
4762 (generic-find-file-regexp, generic-ignore-files-regexp)
4763 (default-generic-mode, generic-mode-find-file-hook)
4764 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4765
4766 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4767
4768 * bookmark.el (bookmark-write-file): Catch errors writing file.
4769 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4770
4771 2005-04-10 Richard M. Stallman <rms@gnu.org>
4772
4773 * startup.el (fancy-splash-tail): Update copyright year.
4774 (command-line): Split part of -Q into -D.
4775 (emacs-basic-display): New defvar.
4776 (fancy-splash-text): Correct name of menu item.
4777
4778 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4779
4780 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4781 lines in one node.
4782
4783 * comint.el (comint-send-input): New arg ARTIFICIAL.
4784 Callers in this file changed.
4785
4786 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4787
4788 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4789
4790 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4793 `ldap-search-internal'.
4794
4795 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * files.el (set-auto-mode-1): Use line-end-position.
4798
4799 * international/latin-1.el:
4800 * international/latin-2.el:
4801 * international/latin-3.el:
4802 * international/latin-4.el:
4803 * international/latin-5.el:
4804 * international/latin-8.el:
4805 * international/latin-9.el: Give punctuation syntax to NBSP.
4806
4807 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4808 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4809 Use char-classes to accept non-ascii letters, accepted in some recent
4810 bibtex implementations.
4811
4812 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4813
4814 * custom.el (custom-set-minor-mode): Any non-nil value for the
4815 variable should enable the mode when set through Custom.
4816
4817 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4820 TAB binding so tab-always-indent is obeyed.
4821 (vhdl-minibuffer-local-map): Move initialization into declaration.
4822 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4823 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4824 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4825 (vhdl-current-line): Use line-beginning-position.
4826 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4827 with-output-to-temp-buffer, so the current position can be recorded.
4828
4829 2005-04-10 Masatake YAMATO <jet@gyve.org>
4830
4831 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4832 Add regexp for gcov.
4833
4834 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4835
4836 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4837 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4838 syntax which Emacs 20 doesn't support.
4839
4840 2005-04-09 Richard M. Stallman <rms@gnu.org>
4841
4842 * help.el (describe-key-briefly, describe-key):
4843 Replace strings as event types with "(any string)".
4844
4845 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * arc-mode.el (archive-mode-map): Move initialization into
4848 the declaration. Override *all* bindings of `undo'.
4849 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4850
4851 2005-04-09 Jay Belanger <belanger@truman.edu>
4852
4853 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4854
4855 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4856
4857 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4858 (xterm-register-default-colors): Update color values computation
4859 to match xterm-200.
4860
4861 2005-04-09 Kenichi Handa <handa@m17n.org>
4862
4863 * international/code-pages.el (iso-latin-7): Fix the map.
4864
4865 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4866
4867 * emacs-lisp/lisp.el (defun-prompt-regexp)
4868 (parens-require-spaces, buffer-end, end-of-defun)
4869 (insert-parentheses): Doc fixes.
4870
4871 2005-04-08 Kim F. Storm <storm@cua.dk>
4872
4873 * comint.el (comint-highlight-prompt): Fix face spec.
4874 * hi-lock.el (hi-green): Likewise.
4875
4876 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4877
4878 * cus-edit.el (custom-modified-face):
4879 * comint.el (comint-highlight-input): Fix previous changes.
4880 * term.el (term-handle-ansi-escape): Add a comment.
4881
4882 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4885 in the buffer and in whitespace-highlighted-space.
4886 (whitespace-unhighlight-the-space): Simplify.
4887 (whitespace-buffer): Simplify.
4888
4889 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4890
4891 * textmodes/table.el (table-cell-face): Add special case for
4892 displays supporting a high number of colors.
4893 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4894 (vhdl-font-lock-reserved-words-face)
4895 (vhdl-speedbar-architecture-face)
4896 (vhdl-speedbar-instantiation-face)
4897 (vhdl-speedbar-architecture-selected-face)
4898 (vhdl-speedbar-instantiation-selected-face): Likewise.
4899 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4900 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4901 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4902 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4903 (ebrowse-progress-face): Likewise.
4904 * progmodes/compile.el (compilation-info-face): Likewise.
4905 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4906 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4907 * calendar/calendar.el (diary-face): Likewise.
4908 * woman.el (woman-italic-face, woman-bold-face)
4909 (woman-unknown-face): Likewise.
4910 * wid-edit.el (widget-button-pressed-face): Likewise.
4911 * whitespace.el (whitespace-highlight-face): Likewise.
4912 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4913 * pcvs-info.el (cvs-marked-face): Likewise.
4914 * info.el (info-xref): Likewise.
4915 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4916 * hilit-chg.el (highlight-changes-face)
4917 (highlight-changes-delete-face): Likewise.
4918 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4919 (hi-red-b): Likewise.
4920 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4921 * font-lock.el (font-lock-keyword-face)
4922 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4923 * cus-edit.el (custom-invalid-face, custom-modified-face)
4924 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4925 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4926 * comint.el (comint-highlight-prompt): Likewise.
4927
4928 2005-04-08 Lute Kamstra <lute@gnu.org>
4929
4930 * font-lock.el (font-lock-keywords): Docstring fixes.
4931
4932 2005-04-08 Kenichi Handa <handa@m17n.org>
4933
4934 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4935 chars are more than a limit, print " and more..." at the tail.
4936
4937 2005-04-08 Kim F. Storm <storm@cua.dk>
4938
4939 * emacs-lisp/authors.el (authors-aliases): Update list.
4940 (authors-ignored-files): New list.
4941 (authors-fixed-entries): Fix typo.
4942 (authors-renamed-files-alist): Update list.
4943 (authors-add): Check authors-ignored-files.
4944
4945 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4946
4947 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4948 optional, to ensure backward compatibility.
4949
4950 2005-04-08 Stephen Eglen <stephen@gnu.org>
4951
4952 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4953
4954 2005-04-08 Kim F. Storm <storm@cua.dk>
4955
4956 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4957
4958 * mouse.el (mouse-on-link-p): Doc fix.
4959
4960 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4961
4962 * ielm.el (ielm-prompt-read-only): Doc fix.
4963
4964 * comint.el (comint-prompt-read-only): Doc fix.
4965
4966 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4967
4968 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4969 ensure dired always handles wildcards passed to ffap.
4970 (find-file-at-point): Use it.
4971 (ffap-dired-wildcards): Doc fix.
4972
4973 2005-04-07 Juri Linkov <juri@jurta.org>
4974
4975 * simple.el (next-error-overlay-arrow-position): New defvar.
4976 Put "=>" on its property `overlay-arrow-string'. Add it to
4977 `overlay-arrow-variable-list'.
4978
4979 * progmodes/compile.el (compilation-setup):
4980 Set `next-error-overlay-arrow-position' to nil. Also set it to
4981 nil in the local hook `kill-buffer-hook'. Make local variable
4982 `overlay-arrow-string' and set it to "=>".
4983 (compilation-goto-locus): Set BOL position to
4984 `next-error-overlay-arrow-position' instead of
4985 `overlay-arrow-position'.
4986
4987 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4988 locally instead of adding it to the global hook.
4989 (Info-kill-buffer): Move up.
4990
4991 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4992
4993 * term/xterm.el (xterm-standard-colors): Update color values from
4994 xterm-200.
4995
4996 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4999
5000 * fast-lock.el:
5001 * lazy-lock.el: Move them to the obsolete subdir.
5002
5003 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5004
5005 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5006 (wdired-add-replace-advice): Remove.
5007 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5008
5009 2005-04-06 Kim F. Storm <storm@cua.dk>
5010
5011 * startup.el (command-line): Add --bare-bones alias for -Q.
5012
5013 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5014
5015 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5016 create the startup fontset if a font specification ends with
5017 `mac-roman'.
5018
5019 2005-04-06 Lute Kamstra <lute@gnu.org>
5020
5021 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5022 change.
5023
5024 * emacs-lisp/copyright.el (copyright-update-year): Replace the
5025 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
5026
5027 2005-04-05 Lute Kamstra <lute@gnu.org>
5028
5029 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5030 (define-generic-mode): Ditto. Fix debug declaration.
5031
5032 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5033 Put them in the generic-x group.
5034
5035 * calendar/timeclock.el (timeclock): Doc fix.
5036
5037 * generic.el (define-generic-mode): Don't use custom-current-group.
5038 Document default :group value.
5039 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5040 (define-global-minor-mode): Don't use custom-current-group.
5041
5042 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5043
5044 * startup.el (command-line-1): Display startup-echo-area-message
5045 when fancy splash screen is in use.
5046
5047 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5048 (sh-escaped-newline): New face.
5049 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5050 newline, and use sh-escaped-newline face.
5051
5052 * progmodes/tcl.el (tcl-escaped-newline): New face.
5053 (tcl-builtin-list): New variable.
5054 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5055 newlines. Fix keywords subexpression number.
5056
5057 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
5058
5059 * textmodes/org.el (org-diary-default-entry): Fix call to
5060 `add-to-diary-entry'.
5061
5062 2005-04-05 Kim F. Storm <storm@cua.dk>
5063
5064 * ediff-init.el: Use (featurep 'xemacs).
5065
5066 2005-04-05 David Ponce <david@dponce.com>
5067
5068 * cus-edit.el (face): Derive from symbol widget. Display sample
5069 of the current face on the fly.
5070 (widget-face-sample-face-get, widget-face-notify): New functions.
5071 (widget-face-value-create): Remove.
5072
5073 * wid-edit.el (widget-field-end): Temporarily remove field
5074 narrowing before to call `get-char-property'.
5075
5076 2005-04-04 Jay Belanger <belanger@truman.edu>
5077
5078 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5079 (math-read-subscripts): New variable.
5080 (math-read-preprocess-string): Process subscripts.
5081
5082 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5083
5084 * comint.el (comint-prompt-read-only): Doc fix.
5085
5086 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5087 `-1'. Doc fix.
5088
5089 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
5090
5091 * textmodes/org.el (org-insert-mode-line-in-empty-file):
5092 Change default value to nil.
5093
5094 2005-04-04 Lute Kamstra <lute@gnu.org>
5095
5096 * autorevert.el (auto-revert-mode): Specify :group.
5097 * battery.el (display-battery-mode): Specify :group.
5098 * diff-mode.el (diff-minor-mode): Specify :group.
5099 * font-core.el (font-lock-mode): Specify :group.
5100 * hl-line.el (hl-line-mode): Specify :group.
5101 * iimage.el (iimage): New customization group.
5102 (iimage-mode): Specify :group.
5103 * longlines.el (longlines-mode): Specify :group.
5104 * master.el: Don't require easy-mmode.
5105 (master): New customization group.
5106 (master-mode): Specify :group.
5107 * msb.el (msb-mode): Specify :group.
5108 * reveal.el (reveal-mode): Specify :group.
5109 * simple.el (next-error-follow-minor-mode): Specify :group.
5110 * smerge-mode.el (smerge-mode): Specify :group.
5111 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5112 * emulation/cua-base.el (cua-mode): Specify :group.
5113 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5114 * language/thai-util.el (thai-auto-composition-mode)
5115 (thai-word-mode): Specify :group.
5116 * mail/supercite.el (sc-minor-mode): Specify :group.
5117 * progmodes/cwarn.el (cwarn-mode): Specify :group.
5118 * progmodes/flymake.el (flymake-mode): Specify :group.
5119 * progmodes/glasses.el (glasses-mode): Specify :group.
5120 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5121 * textmodes/enriched.el (enriched-mode): Specify :group.
5122 * textmodes/refill.el (refill-mode): Specify :group.
5123
5124 * add-log.el (change-log-font-lock-keywords): Names in
5125 parenthesized lists can contain spaces.
5126
5127 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
5128
5129 * startup.el (fancy-splash-text): Shorten default text of
5130 "Emacs Tutorial" line. Also, if the current language env
5131 indicates an available tutorial file other than TUTORIAL,
5132 extract its title and append it to the line in parentheses.
5133 (fancy-splash-insert): If arg is a thunk, funcall it.
5134
5135 2005-04-04 Jay Belanger <belanger@truman.edu>
5136
5137 * calc.el (calc-language-alist): Add tags to customization type.
5138
5139 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
5140
5141 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5142 Doc fix.
5143
5144 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
5145
5146 * add-log.el (change-log-font-lock-keywords): The manual
5147 describing a Change Log entry, says: (...) "Aside from these
5148 header lines, every line in the change log starts with a space or
5149 a tab.". The font-lock was not highlighting lines started with
5150 spaces, added support for it.
5151
5152 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5153
5154 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5155 (bibtex-generate-url-list): Update docstring accordingly. Put the
5156 complex example in the docstring.
5157 (bibtex-font-lock-url): Use pop.
5158
5159 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5162
5163 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5164
5165 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5166
5167 * filesets.el (filesets-set-default): Doc fix.
5168
5169 2005-04-03 Lute Kamstra <lute@gnu.org>
5170
5171 * generic.el (define-generic-mode): Add argument to specify
5172 keywords for defcustom.
5173 (default-generic-mode): Specify :group.
5174
5175 * generic-x.el: Specify :group for all generic modes.
5176
5177 * desktop.el (desktop-no-desktop-file-hook)
5178 (desktop-after-read-hook): Doc fix.
5179
5180 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
5181
5182 * simple.el (visible-mode): Use explicit :group keyword.
5183 This changes the group of `visible-mode-hook' from paren-blinking
5184 to editing-basics.
5185
5186 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5187
5188 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
5189 mailbox specifications as well as URLs.
5190 (rmail-insert-inbox-text): Remove unused conditional branches.
5191
5192 2005-04-01 Jay Belanger <belanger@truman.edu>
5193
5194 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5195 (calc-gnuplot-print-command): Move definitions to calc.el.
5196
5197 * calc/calc-embed.el (calc-embedded-announce-formula)
5198 (calc-embedded-open-formula, calc-embedded-close-formula)
5199 (calc-embedded-open-word, calc-embedded-close-word)
5200 (calc-embedded-open-plain, calc-embedded-close-plain)
5201 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5202 (calc-embedded-open-mode, calc-embedded-close-mode):
5203 Move definitions to calc.el.
5204
5205 * calc/calc.el (calc-settings-file, calc-language-alist):
5206 Make customizable.
5207 (calc-embedded-announce-formula, calc-embedded-open-formula)
5208 (calc-embedded-close-formula, calc-embedded-open-word)
5209 (calc-embedded-close-word, calc-embedded-open-plain)
5210 (calc-embedded-close-plain, calc-embedded-open-new-formula)
5211 (calc-embedded-close-new-formula, calc-embedded-open-mode)
5212 (calc-embedded-close-mode, calc-gnuplot-name)
5213 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5214 from other files and make customizable.
5215
5216 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5219 Use buffer-live-p.
5220 (cvs-mode-run): Don't call cvs-update-header here.
5221 (cvs-run-process): Call cvs-update-header.
5222 Use process properties for cvs-postprocess and cvs-buffer so that
5223 the sentinel can behave better if the temp buffer is killed.
5224 Use a pipe rather than a tty, to better handle unexpected prompts.
5225 (cvs-sentinel): Rewrite. Call cvs-update-header.
5226
5227 2005-04-01 Andre Spiegel <spiegel@gnu.org>
5228
5229 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5230 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
5231
5232 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * generic.el (define-generic-mode): Add indentation rule.
5235
5236 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5237
5238 * files.el (mode-require-final-newline): Make Custom correctly
5239 report a nil value and allow to set it to nil via Custom.
5240 Doc fix.
5241
5242 2005-04-01 Kenichi Handa <handa@m17n.org>
5243
5244 * international/characters.el: Enable the correct case setting for
5245 dotless-i and dotted-I.
5246
5247 2005-04-01 Kim F. Storm <storm@cua.dk>
5248
5249 * ido.el (ido-file-internal): Fall back to non-ido command if
5250 initial directory is on slow ftp (or tramp) host.
5251
5252 2005-03-31 Richard M. Stallman <rms@gnu.org>
5253
5254 * emacs-lisp/autoload.el (make-autoload):
5255 Handle define-global-minor-mode.
5256
5257 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5258 Rename from easy-mmode-define-global-mode.
5259 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
5260
5261 * progmodes/scheme.el (scheme-mode-syntax-table):
5262 Update syntax of | and # for two-character comment syntax.
5263
5264 2005-03-31 Lute Kamstra <lute@gnu.org>
5265
5266 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
5267 (define-minor-mode): Call custom-current-group at load-time.
5268
5269 * generic.el (define-generic-mode): Add debug declaration.
5270 Add defcustom for the mode hook.
5271 (generic-mode-internal): Use run-mode-hooks.
5272
5273 2005-03-31 Kim F. Storm <storm@cua.dk>
5274
5275 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
5276 (mouse-fixup-help-message): New defun called by show_help_echo
5277 to fixup mouse-2 prefix in help messages when applicable.
5278
5279 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5280
5281 2005-03-31 Kenichi Handa <handa@m17n.org>
5282
5283 * language/thai-word.el (thai-find-word-ends): Pay attention to
5284 the case that we reach the end of buffer.
5285
5286 * textmodes/fill.el (fill-text-properties-at): New function.
5287 (fill-newline): Use fill-text-properties-at instead of
5288 text-properties-at.
5289
5290 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5291
5292 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5293 not comint-quote-filename.
5294
5295 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
5296
5297 * help-fns.el (help-with-tutorial): Revert last change.
5298
5299 2005-03-31 Kim F. Storm <storm@cua.dk>
5300
5301 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5302
5303 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
5304
5305 * calendar/cal-china.el: Update reference to "Calendrical
5306 Calculations" book; there's a new edition.
5307 * calendar/cal-coptic.el: Likewise.
5308 * calendar/cal-french.el: Likewise.
5309 * calendar/cal-hebrew.el: Likewise.
5310 * calendar/cal-islam.el: Likewise.
5311 * calendar/cal-iso.el: Likewise.
5312 * calendar/cal-julian.el: Likewise.
5313 * calendar/cal-mayan.el: Likewise.
5314 * calendar/cal-persia.el: Likewise.
5315 * calendar/calendar.el: Likewise.
5316 * calendar/holidays.el: Likewise.
5317 * calendar/lunar.el: Likewise.
5318 * calendar/solar.el: Likewise.
5319
5320 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
5321 white space from doc string.
5322
5323 2005-03-30 Jay Belanger <belanger@truman.edu>
5324
5325 * calc/calc-help.el (calc-full-help): Remove email address.
5326
5327 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5328
5329 * help-fns.el (help-with-tutorial): Delete title line.
5330
5331 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5332
5333 * calendar/cal-x.el (calendar-one-frame-setup)
5334 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5335 rather than 'symbol for set-window-dedicated-p.
5336
5337 * calendar/appt.el (appt-buffer-name): Make it a constant.
5338 (appt-add): Doc fix.
5339
5340 * filesets.el (filesets-menu-path, filesets-menu-before)
5341 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
5342 (filesets-menu-cache-file): Use directory ~/.emacs.d.
5343 (filesets-add-submenu): Delete and use add-submenu instead.
5344
5345 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
5346
5347 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5348 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5349 (org-diary-default-entry): New function.
5350 (org-get-entries-from-diary): Better parsing of diary entries.
5351 (org-agenda-check-no-diary): New function.
5352 ("diary-lib"): Advice to function `add-to-diary-list', to allow
5353 linking to diary entries.
5354 (org-agenda-execute-calendar-command): New function.
5355 (org-agenda): Improve visible section in window.
5356 Use `org-fit-agenda-window'.
5357 (org-fit-agenda-window): New option.
5358 (org-move-subtree-down): Better handling of empty lines
5359 at end of subtree.
5360 (org-cycle): Numeric prefix is interpreted now as show-subtree N
5361 levels up.
5362 (org-fontify-done-headline): New option.
5363 (org-headline-done-face): New face.
5364 (org-set-font-lock-defaults): Use `org-headline-done-face'.
5365 (org-table-copy-down): Rename from `org-table-copy-from-above'.
5366 When current field is non-empty, it is copied to next row.
5367 (org-table-copy-from-above): Fix bug which made it
5368 impossible to copy fields containing only a single non-white character.
5369
5370 2005-03-30 Kim F. Storm <storm@cua.dk>
5371
5372 * kmacro.el (kmacro-end-macro): Isearch may store this command
5373 into the macro -- so ignore it when executing keyboard macro.
5374
5375 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5376
5377 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5378
5379 2005-03-29 Kenichi Handa <handa@m17n.org>
5380
5381 * language/thai.el ("Thai"): Set setup-function and exit-function
5382 for Thai language environment.
5383
5384 * language/thai-util.el: Require thai-word.
5385 (thai-word-mode-map): New variable.
5386 (thai-word-mode): New minor mode.
5387 (setup-thai-language-environment-internal): New function.
5388 (exit-thai-language-environment-internal): New function.
5389
5390 * language/thai-word.el (thai-word-table): Declare it by defvar,
5391 use dolist to initialize it.
5392 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5393 (thai-fill-find-break-point): New functions.
5394
5395 2005-03-29 Richard M. Stallman <rms@gnu.org>
5396
5397 * simple.el (idle-update-delay): Move definition up.
5398 (set-mark): Doc fix.
5399
5400 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5401
5402 * longlines.el: New file.
5403
5404 * simple.el (buffer-substring-filters): New variable.
5405 (filter-buffer-substring): New function.
5406 (kill-region, copy-region-as-kill): Use it.
5407
5408 * register.el (copy-to-register, append-to-register)
5409 (prepend-to-register): Use filter-buffer-substring.
5410
5411 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5412
5413 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5414 (gud-filter-pending-text): Move in front of gdb.
5415 (gud-overlay-arrow-position): New variable.
5416 (gud-sentinel, gud-display-line): Use it in place of
5417 overlay-arrow-position.
5418
5419 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5420
5421 * progmodes/fortran.el (fortran-if-indent): Doc fix.
5422 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5423 (fortran-font-lock-keywords-4): New variable.
5424 (fortran-blocks-re, fortran-end-block-re)
5425 (fortran-start-block-re): New constants, for hideshow.
5426 (hs-special-modes-alist): Add a Fortran entry.
5427 (fortran-mode-map): Bind fortran-end-of-block,
5428 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5429 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
5430 (fortran-looking-at-if-then, fortran-end-of-block)
5431 (fortran-beginning-of-block): New functions, for hideshow.
5432
5433 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5434 Doc fix. Tweak regexp.
5435 (f90-beginning-of-block): Push mark first.
5436
5437 2005-03-29 Jay Belanger <belanger@truman.edu>
5438
5439 * calc/calc.el: Update copyright date.
5440 (calc-version): Increase to 2.1.
5441 (calc-version-date): Remove.
5442
5443 * calc/calc-help.el: Update copyright date.
5444 (calc-full-help): Remove reference to calc-version-date.
5445 Update copyright date.
5446
5447 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * vc.el (vc-do-command): Use a pipe for async processes, so password
5450 prompts don't show up at places where the user can't reply.
5451
5452 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5453
5454 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5455 on the file name we pass to the inferior shell.
5456
5457 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5458
5459 * progmodes/which-func.el (which-function): Be robust in the face of an
5460 imenu--make-index-alist failure.
5461
5462 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5465
5466 * progmodes/python.el (python-preoutput-filter): Fix last change.
5467
5468 2005-03-29 Lute Kamstra <lute@gnu.org>
5469
5470 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5471 functions and compiled macros.
5472 (debug-convert-byte-code): Handle macros too.
5473 (debug-on-entry-1): Don't signal an error when trying to clear a
5474 function that is not set to debug on entry.
5475
5476 2005-03-29 Jay Belanger <belanger@truman.edu>
5477
5478 * calc/calc-lang.el: Add functions to math-function-table
5479 properties of tex and math.
5480
5481 2005-03-29 Kenichi Handa <handa@m17n.org>
5482
5483 * ps-mule.el (ps-mule-plot-string): Translate characters by
5484 ps-print-translation-table.
5485 (ps-mule-begin-job): Call find-charset-region/string with
5486 ps-print-translation-table.
5487 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5488
5489 * ps-print.el (ps-print-translation-table): New variable.
5490 (ps-plot-region): Translate characters by ps-print-translation-table.
5491
5492 2005-03-29 Juri Linkov <juri@jurta.org>
5493
5494 * simple.el (next-error-highlight-timer): New variable.
5495
5496 * progmodes/compile.el (compilation-goto-locus):
5497 Use `next-error-highlight-timer' instead of `sit-for'.
5498
5499 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * mail/supercite.el (sc-mail-field): Use assoc-string.
5502 (sc-get-address): Simplify regexps.
5503
5504 * files.el (minibuffer-with-setup-hook): New macro.
5505 (find-file-read-args): Use it to avoid let-binding
5506 minibuffer-with-setup-hook (which breaks turning on/off
5507 file-name-shadow-mode while in the prompt).
5508
5509 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5510
5511 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5512
5513 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5514
5515 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * window.el (window-buffer-height): Use count-screen-lines.
5518
5519 * progmodes/python.el (python-preoutput-leftover): New var.
5520 (python-preoutput-filter): Use it.
5521 (python-send-receive): Loop until all the result has been received.
5522
5523 2005-03-28 Juri Linkov <juri@jurta.org>
5524
5525 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5526
5527 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5528 "Recover Crashed Session".
5529 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5530 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5531 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5532 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5533 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5534 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5535 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5536 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5537
5538 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5539 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5540 Ediff Sessions", "Toggle use of separate control buffer frame",
5541 "Use separate frame for Ediff control buffer".
5542
5543 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5544 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5545 "Rename Bookmark", "Delete Bookmark".
5546
5547 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5548 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5549 Add `:active Info-index-alternatives' to "Next Matching Item".
5550
5551 * wdired.el (wdired-change-to-wdired-mode):
5552 Mention `wdired-abort-changes' key in the initial message.
5553
5554 * international/mule.el (auto-coding-alist): Associate non-ascii
5555 image filename extensions with `no-conversion'.
5556
5557 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * international/iso-acc.el:
5560 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5561
5562 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5563
5564 * textmodes/sgml-mode.el (html-mode): Doc update.
5565
5566 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5567
5568 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5569
5570 * term.el (term-move-columns): Fix face after extending a line.
5571 (term-insert-spaces): Likewise.
5572 (term-reset-terminal): Fix off by one error.
5573
5574 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5575
5576 * international/mule.el (auto-coding-alist): Add .xpi files.
5577
5578 * files.el (auto-mode-alist): Add .xpi files.
5579
5580 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5581
5582 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5583
5584 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5585
5586 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5587
5588 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5589
5590 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5591 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5592
5593 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5594 cursor to Jan 1 when needed.
5595 (calendar-end-of-year): Fix -/+ typo.
5596 Reported by Chong Yidong <cyd@stupidchicken.com>.
5597
5598 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5601
5602 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5603 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5604
5605 2005-03-25 Richard M. Stallman <rms@gnu.org>
5606
5607 * filesets.el (filesets-init): Add autoload.
5608
5609 * mail/mailalias.el (mail-directory): Doc fix.
5610
5611 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5612
5613 * mail/mailalias.el (mail-directory-process): Do nothing if
5614 mail-directory-process is an atom.
5615 (mail-get-names): Ignore mail-directory-names if it is an atom.
5616 (mail-directory-process defvar): Doc fix.
5617 (mail-names): Doc fix.
5618
5619 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5620
5621 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5622
5623 2005-03-26 Kenichi Handa <handa@m17n.org>
5624
5625 * international/mule-util.el (detect-coding-with-priority):
5626 Call update-coding-systems-internal before detect-coding-region.
5627
5628 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5629
5630 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5631 (gdb-frames-mode-map): Add follow-link property.
5632
5633 2005-03-25 Jay Belanger <belanger@truman.edu>
5634
5635 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5636 for variables.
5637
5638 2005-03-25 Juri Linkov <juri@jurta.org>
5639
5640 * image-mode.el: Optimize image filename extension regexps in
5641 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5642 in `auto-mode-alist'.
5643 (image-mode): Add `image-toggle-display-text' to local hook
5644 `change-major-mode-hook'. Display the image as an image by
5645 default. Set `cursor-type' and `truncate-lines' if the image
5646 is already displayed. Take into account the current mode (image
5647 or text) in message.
5648 (image-minor-mode): New minor mode.
5649 (image-mode-maybe, image-toggle-display-text): New functions.
5650 (image-toggle-display): Use called-interactively-p.
5651 Let-bind `inhibit-read-only' to t.
5652
5653 * image-mode.el (image-minor-mode): Set `cursor-type' and
5654 `truncate-lines' if the image is already displayed. Add turning
5655 image-minor-mode off to `change-major-mode-hook'. Add message.
5656 Call `image-toggle-display-text' after turning image-minor-mode off.
5657
5658 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5661 Terminal.app, use utf-8.
5662 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5663 (set-locale-environment): Use it.
5664
5665 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5666
5667 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5668
5669 * progmodes/python.el (python-close-block-statement-p)
5670 (python-outdent-p, python-current-defun): Use symbol-end.
5671
5672 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5673
5674 * files.el (save-some-buffers): Doc fix.
5675
5676 2005-03-25 Werner Lemberg <wl@gnu.org>
5677
5678 * complete.el, thumbs.el: Replace `legal' with `valid'.
5679 * calendar/calendar.el: Replace `legal' with `valid'.
5680 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5681 * mail/supercite.el: Replace `legal' with `valid'.
5682 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5683 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5684 Replace `legal' with `valid'.
5685 * textmodes/reftex-vars.el, textmodes/reftex.el:
5686 Replace `legal' with `valid'.
5687
5688 2005-03-25 Werner Lemberg <wl@gnu.org>
5689
5690 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5691 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5692 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5693 * emulation/vip.el: Replace `illegal' with `invalid'.
5694 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5695 * mail/supercite.el: Replace `illegal' with `invalid'.
5696 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5697 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5698 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5699 * progmodes/sh-script.el, progmodes/xscheme.el:
5700 Replace `illegal' with `invalid'.
5701 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5702 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5703 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5704 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5705
5706 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5709 (flymake-find-buildfile, flymake-find-possible-master-files)
5710 (flymake-check-include, flymake-parse-line): Replace loops over the
5711 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5712
5713 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5714 Substitute file-name-as-directory in the rest of the file.
5715 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5716 (flymake-replace-region): Remove unused arg `buffer'.
5717 (flymake-check-patch-master-file-buffer): Update calls to it.
5718 (flymake-add-err-info): Remove unused var `count'.
5719 (flymake-mode): Use define-minor-mode.
5720
5721 * progmodes/flymake.el: Use with-current-buffer.
5722 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5723 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5724 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5725 Avoid testing for `xemacs'.
5726 (flymake-nop): Move.
5727 (flymake-region-has-flymake-overlays): Return the computed value.
5728 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5729 Remove unused var `endline'.
5730 (flymake-get-line-count): Remove unused function.
5731 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5732
5733 * emulation/vi.el:
5734 * generic.el:
5735 * hilit-chg.el (global-highlight-changes):
5736 * hi-lock.el (hi-lock-mode):
5737 * follow.el: find-file-hooks -> find-file-hook.
5738
5739 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5740
5741 2005-03-24 Juri Linkov <juri@jurta.org>
5742
5743 * dired.el (dired-mode-map): Add menu item "Compare directories"
5744 for dired-compare-directories.
5745
5746 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5747 Doc fix. Replace `read-file-name' with `read-directory-name'.
5748
5749 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5752
5753 2005-03-24 Jay Belanger <belanger@truman.edu>
5754
5755 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5756 relevant mode settings in calc-embedded-original-modes when modes
5757 are permanently changed.
5758
5759 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * autoinsert.el: find-file-hooks -> find-file-hook.
5762
5763 2005-03-24 Lute Kamstra <lute@gnu.org>
5764
5765 * generic.el (generic-font-lock-defaults): Make it obsolete.
5766 (generic-font-lock-keywords): New variable to replace
5767 generic-font-lock-defaults.
5768 (generic-mode-set-font-lock): Delete it.
5769 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5770 (generic-bracket-support): Add docstring.
5771
5772 * generic-x.el: Rename generic-font-lock-defaults to
5773 generic-font-lock-keywords throughout.
5774 (mailagent-rules-setup-function): Delete it.
5775 (mailagent-rules-generic-mode): Use anonymous function instead.
5776 (show-tabs-generic-mode-font-lock-defaults-1)
5777 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5778 Quote faces.
5779 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5780 not foreground.
5781
5782 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5783 Recognize define-generic-mode.
5784
5785 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5788 if there's no completion table.
5789
5790 2005-03-23 Miles Bader <miles@gnu.org>
5791
5792 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5793 Remove tty-specific variants, as they're no longer needed.
5794
5795 2005-03-23 Lute Kamstra <lute@gnu.org>
5796
5797 * generic-x.el: Code cleanup: make args constant whenever possible.
5798 (installshield-statement-keyword-list)
5799 (installshield-system-functions-list)
5800 (installshield-system-variables-list, installshield-types-list)
5801 (installshield-funarg-constants-list): Make them constants.
5802
5803 * generic.el (generic-make-keywords-list): Add autoload cookie.
5804
5805 * calendar/time-date.el: Add comment on time value formats.
5806 Don't require parse-time.
5807 (with-decoded-time-value): New macro.
5808 (encode-time-value): New function.
5809 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5810 (days-to-time): Return a valid time value when arg is huge.
5811 (time-since): Use time-subtract.
5812 (time-to-number-of-days): Use time-to-seconds.
5813
5814 2005-03-23 David Ponce <david@dponce.com>
5815
5816 * recentf.el: (recentf-keep): New option.
5817 (recentf-menu-action): Default to `find-file'.
5818 (recentf-keep-non-readable-files-flag)
5819 (recentf-keep-non-readable-files-p)
5820 (recentf-file-readable-p, recentf-find-file)
5821 (recentf-cleanup-remote): Remove.
5822 (recentf-include-p): More robust.
5823 (recentf-keep-p): New function.
5824 (recentf-remove-if-non-kept): Rename from
5825 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5826 All callers updated.
5827 (recentf-menu-items-for-commands): Fix help string.
5828 (recentf-track-closed-file): Update. Doc fix.
5829 (recentf-cleanup): Update. Count removed files. Doc fix.
5830
5831 2005-03-23 Kim F. Storm <storm@cua.dk>
5832
5833 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5834 Don't inherit from fringe face (now happens automatically).
5835
5836 2005-03-22 Kim F. Storm <storm@cua.dk>
5837
5838 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5839 position values.
5840
5841 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * menu-bar.el (showhide-date-time): Remove.
5844 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5845 (menu-bar-make-mm-toggle): Simplify.
5846
5847 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5848
5849 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5850 Accept qualified variable and function names.
5851
5852 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5853
5854 * bindings.el (completion-ignored-extensions):
5855 Remove ".lis" for `vax-vms'.
5856
5857 2005-03-22 Andreas Schwab <schwab@suse.de>
5858
5859 * generic-x.el: Revert last change.
5860 * ldefs-boot.el: Update.
5861
5862 2005-03-22 Jay Belanger <belanger@truman.edu>
5863
5864 * calc/calc-embed (calc-embedded-original-modes): New variable.
5865 (calc-embedded-save-original-modes)
5866 (calc-embedded-restore-original-modes): New functions.
5867 (calc-do-embedded): Save original modes when entering embedded mode
5868 and restore when leaving embedded mode.
5869 (calc-embedded-modes-change): Change the value of
5870 calc-embedded-original-modes to reflect permanent changes.
5871
5872 2005-03-22 Lute Kamstra <lute@gnu.org>
5873
5874 * generic-x.el: Require generic again.
5875
5876 2005-03-22 Miles Bader <miles@gnu.org>
5877
5878 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5879 Tweak details to look good on both ttys and bitmap displays, light
5880 or dark background, etc.
5881
5882 2005-03-21 Kim F. Storm <storm@cua.dk>
5883
5884 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5885 mouse position.
5886
5887 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5888
5889 * icomplete.el: Don't forcibly turn on the mode upon load.
5890 (icomplete-mode): Use define-minor-mode.
5891 (icomplete-eoinput): Default to nil.
5892 (icomplete-minibuffer-setup): Remove autoload.
5893 (icomplete-tidy): Simplify.
5894 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5895 in the initial state or if the user has modified the field.
5896 Fix handling of icomplete-max-delay-chars.
5897 Remove code that handles the oddball case where
5898 minibuffer-completion-table is an integer.
5899 Wrap icomplete-completions in while-no-input in case building
5900 completions takes more time than expected.
5901 (icomplete-completions): Simplify.
5902
5903 2005-03-21 Richard M. Stallman <rms@gnu.org>
5904
5905 * jka-compr.el (jka-compr-really-do-compress):
5906 Make variable buffer-local.
5907
5908 * image-mode.el: Handle .xpm files too.
5909 (image-toggle-display): Preserve modification flag.
5910
5911 * help.el (where-is): Don't mention aliases with no key bindings.
5912
5913 2005-03-21 Lute Kamstra <lute@gnu.org>
5914
5915 * generic.el: Fix commentary section. Don't require cl for compilation.
5916 (generic-mode-list): Add autoload cookie.
5917 (generic-use-find-file-hook, generic-lines-to-scan)
5918 (generic-find-file-regexp, generic-ignore-files-regexp)
5919 (generic-mode, generic-mode-find-file-hook)
5920 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5921 (define-generic-mode): Make it a defmacro. Fix docstring.
5922 (generic-mode-internal): Code cleanup. Add autoload cookie.
5923 (generic-mode-set-comments): Code cleanup.
5924 * generic-x.el: Don't prevent compilation. Don't require generic.
5925 Follow coding conventions. Minor code cleanup.
5926 (etc-fstab-generic-mode): Add some keywords.
5927 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5928 define-generic-mode like a function declaration.
5929
5930 2005-03-21 Jay Belanger <belanger@truman.edu>
5931
5932 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5933 changing modes.
5934
5935 2005-03-21 Sam Steingold <sds@gnu.org>
5936
5937 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5938
5939 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5940
5941 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5942 Add underscore to "f$ lexicals" regexp.
5943
5944 2005-03-20 Juri Linkov <juri@jurta.org>
5945
5946 * subr.el (progress-reporter-do-update): When `min-value' is equal
5947 to `max-value', set `percentage' to 0 and prevent division by zero.
5948
5949 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5950
5951 Sync with Tramp 2.0.48.
5952
5953 * tramp.el (all): Change all addresses to .gnu.org.
5954 (tramp-append-tramp-buffers): New defun.
5955 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5956 Catch `dont-send' signal.
5957 (tramp-set-auto-save-file-modes): Set always permissions, because
5958 there might be an old auto-saved file belonging to another
5959 original file. This could be a security threat. Reported by
5960 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5961 Check for Emacs 21.3.50 removed.
5962
5963 * tramp-smb.el (all): Remove debug construct for
5964 `with-parsed-tramp-file-name'.
5965 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5966 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5967 No error message if DIRECTORY or FILENAME doesn't exist.
5968 (tramp-smb-open-connection): Check existence of
5969 `tramp-smb-program'.
5970
5971 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5972
5973 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5974 Properly handle the case where the `m' or `s' command's argument is not
5975 yet terminated.
5976 (perl-indent-new-calculate): New function.
5977 (perl-indent-line): Use it.
5978
5979 2005-03-20 Miles Bader <miles@gnu.org>
5980
5981 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5982 in text-mode too. Change to new face names.
5983 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5984 Add `:weight bold' attribute.
5985 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5986
5987 2005-03-19 Juri Linkov <juri@jurta.org>
5988
5989 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5990
5991 * international/mule.el (auto-coding-alist): Sync with
5992 `auto-mode-alist' by adding upper case archive file extensions
5993 and adding ear/war to jar extension.
5994
5995 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5996
5997 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5998 running, restart it.
5999
6000 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
6001
6002 * finder.el (finder-current-item): Throw an error on an empty line.
6003
6004 * man.el (Man-follow-manual-reference): If current-word returns
6005 nil, use "".
6006
6007 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
6008
6009 * simple.el (goto-line): Doc fix.
6010
6011 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
6012
6013 * files.el (save-buffer): Doc fix.
6014
6015 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
6016
6017 * recentf.el (recentf-cleanup-remote): New variable.
6018 (recentf-cleanup): Use it to conditionally check availablity of
6019 remote files.
6020
6021 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
6022
6023 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6024 function names.
6025
6026 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6027
6028 * language/thai-word.el: New file.
6029
6030 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6031
6032 * files.el (backup-buffer): If the file's directory is not
6033 writable, use copy instead of move to backup the file.
6034
6035 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6036
6037 * obsolete/keyswap.el: Moved to obsolete/ from term/.
6038
6039 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6040
6041 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6042 Use functionp instead of symbolp and fboundp. Reported by Drkm
6043 <darkman_spam@yahoo.fr>.
6044 (ps-print-version): New version 6.6.6.
6045
6046 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
6047
6048 * textmodes/table.el (table--line-column-position): New idiom.
6049 (table--row-column-insertion-point-p): New function to test
6050 validity of row and column insertion operation at a location.
6051 (table-global-menu, table-cell-menu): Use above functions for
6052 deterministic test operation.
6053 (table--editable-cell-p): Behave in deterministic fashion.
6054
6055 2005-03-18 Juri Linkov <juri@jurta.org>
6056
6057 * isearch.el (isearch-lazy-highlight-new-loop):
6058 Make arguments beg and end optional.
6059 (isearch-update): Remove optional arguments nil from
6060 isearch-lazy-highlight-new-loop.
6061 (isearch-lazy-highlight-search): Let-bind case-fold-search to
6062 isearch-lazy-highlight-case-fold-search instead of
6063 isearch-case-fold-search, and let-bind isearch-regexp to
6064 isearch-lazy-highlight-regexp.
6065 Use isearch-lazy-highlight-last-string instead of isearch-string.
6066
6067 * replace.el (perform-replace): Remove bindings of global
6068 variables isearch-string, isearch-regexp, isearch-case-fold-search.
6069 Add three new arguments to `replace-highlight'.
6070 (replace-highlight): Add arguments string, regexp, case-fold.
6071 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6072 to allow isearch-lazy-highlight-new-loop to use these values
6073 to set corresponding isearch-lazy-highlight-* internal
6074 variables whose values lazy highlighting will use regardless of
6075 changes to global variables isearch-string, isearch-regexp,
6076 isearch-case-fold-search during lazy highlighting loop.
6077 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6078 to `lazy-highlight-cleanup'.
6079
6080 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6081 (ispell-highlight-face): Set default face to `isearch' when
6082 lazy highlighting is enabled.
6083 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6084 priority to 1. Add lazy highlighting.
6085 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6086 from `isearch-dehighlight'.
6087
6088 2005-03-18 David Ponce <david@dponce.com>
6089
6090 * files.el (hack-local-variables): Do a case-insensitive search
6091 for End.
6092
6093 2005-03-18 Juri Linkov <juri@jurta.org>
6094
6095 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6096 `isearch-lazy-highlight-cleanup', add alias to old name and
6097 declare obsolete. Add release numbers to other obsolete vars.
6098 (isearch-done, isearch-lazy-highlight-new-loop):
6099 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6100 (lazy-highlight-cleanup) <variable>: Doc fix.
6101 (isearch-lazy-highlight-update): Rename obsolete
6102 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6103
6104 2005-03-18 Kenichi Handa <handa@m17n.org>
6105
6106 * language/thai-util.el: Fix categorization of Thai characters in
6107 thai-category-table.
6108 (thai-composition-pattern): Adjust it for the above change.
6109 (thai-self-insert-command, thai-compose-syllable): New functions.
6110 (thai-compose-region): Use thai-compose-syllable.
6111 (thai-compose-string): Likewise.
6112 (thai-composition-function): Likewise.
6113 (thai-auto-composition): New function.
6114 (thai-auto-composition-mode): New minor mode.
6115
6116 * language/thai.el: Fix patterns to be registered in
6117 composition-function-table.
6118
6119 * international/quail.el (quail-input-method): Locally bind
6120 inhibit-modification-hooks to t.
6121
6122 2005-03-17 Richard M. Stallman <rms@gnu.org>
6123
6124 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6125 (perl-mode): Use run-mode-hooks.
6126
6127 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6128 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6129 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6130
6131 * mail/sendmail.el (sendmail-send-it): Reenable the code
6132 to compute resend-to-address and use it.
6133
6134 * tar-mode.el (tar-mode): Turn off undo unconditionally.
6135
6136 * image-mode.el: New file.
6137
6138 * image.el (insert-sliced-image): Add autoload cookie.
6139
6140 * font-lock.el (font-lock-lines-before): New user option.
6141 (font-lock-after-change-function): Obey it.
6142
6143 * bindings.el (esc-map): Make M-g a prefix.
6144 Bind M-g g and M-g M-g to goto-line.
6145
6146 * faces.el (face-id): Doc fix.
6147
6148 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6149
6150 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6151 (rmail-show-message): Use rmail-unknown-mail-followup-to.
6152 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6153
6154 * mail/sendmail.el (mail-yank-ignored-headers)
6155 (mail-font-lock-keywords, mail-mode-fill-paragraph):
6156 Add Mail-Followup-To and Mail-Reply-To headers.
6157 (mail-citation-hook): Add autoload cookie.
6158 (mail-mode): Doc fix.
6159 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6160 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6161 (mail-mode-fill-paragraph): Handle those headers.
6162 (mail-mailing-lists): New variable.
6163 (mail-mail-reply-to, mail-mail-followup-to): New functions.
6164
6165 2005-03-17 Juri Linkov <juri@jurta.org>
6166
6167 * isearch.el (isearch-fallback): Check for `(car previous)'
6168 before calling `isearch-other-end-state'.
6169
6170 2005-03-17 Kim F. Storm <storm@cua.dk>
6171
6172 * simple.el (move-beginning-of-line): Move to beginning of buffer
6173 line, as well as beginning of screen line.
6174
6175 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
6176
6177 * calendar/diary-lib.el (mark-diary-entries): Use new optional
6178 argument REDRAW rather than calendar-redrawing variable.
6179 * calendar/calendar.el (calendar-redrawing): Delete.
6180 (redraw-calendar): Do not bind calendar-redrawing.
6181
6182 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
6183
6184 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6185 diary-file buffer.
6186
6187 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * help.el (describe-mode): Allow a :minor-mode-function property to
6190 specify a different minor mode toggle function than the variable.
6191 * simple.el (auto-fill-function):
6192 * subr.el (add-minor-mode): Use it.
6193
6194 2005-03-16 Kenichi Handa <handa@m17n.org>
6195
6196 * language/ethio-util.el (sera-being-called-by-w3): New variable.
6197 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6198 (ethio-fidel-to-sera-buffer): Likewise.
6199
6200 2005-03-16 Juri Linkov <juri@jurta.org>
6201
6202 * emacs-lisp/find-func.el (find-function-regexp):
6203 Add defun-emitting macro `menu-bar-make-toggle'.
6204
6205 * isearch.el: Put `isearch-scroll' property to
6206 `split-window-horizontally'.
6207
6208 * info.el: Update error messages for `debug-ignored-errors'.
6209 (Info-isearch-search): Doc fix.
6210 (Info-find-node): Move up code to go into info buffer before
6211 recording the node to the history.
6212 (Info-fontify-node): Fontify titles only if the next line
6213 has two or more `*', `=', `-', `.'.
6214 Display "go to this node" for empty (match-string 3).
6215
6216 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6217
6218 * term/mac-win.el: Add mouse pointer shape constants.
6219
6220 2005-03-15 Kim F. Storm <storm@cua.dk>
6221
6222 * simple.el (move-beginning-of-line): Use vertical-motion.
6223
6224 2005-03-15 Juri Linkov <juri@jurta.org>
6225
6226 * isearch.el (isearch-error): New variable.
6227 (isearch-invalid-regexp, isearch-within-brackets): Remove.
6228 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6229 (isearch-within-brackets-state): Remove.
6230 (isearch-case-fold-search-state, isearch-pop-fun-state):
6231 Decrease frame index.
6232 (isearch-mode, isearch-top-state, isearch-push-state)
6233 (isearch-edit-string, isearch-abort, isearch-search-and-update)
6234 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6235 (isearch-search, isearch-lazy-highlight-new-loop):
6236 Replace `isearch-invalid-regexp' with `isearch-error'.
6237 Remove `isearch-within-brackets'.
6238 (isearch-search): Add `search-failed' handler to `condition-case'.
6239 (isearch-lazy-highlight-search): Add `condition-case' to catch
6240 errors and allow `isearch-lazy-highlight-update' to try
6241 highlighting from the beginning of the window.
6242 (isearch-repeat): Move up code to set isearch-wrapped to t
6243 before calling isearch-wrap-function.
6244
6245 * info.el (Info-isearch-initial-node): New internal variable.
6246 (Info-search): Signal an error in isearch mode when search leaves
6247 the initial node. Signal an error when `bound' is non-nil and
6248 nothing was found in the current subfile.
6249 (Info-isearch-search): Remove `condition-case'.
6250 (Info-isearch-wrap): Don't wrap when search failed during leaving
6251 the initial node. If `Info-isearch-search' is nil, wrap around
6252 the current node.
6253 (Info-isearch-start): New fun.
6254 (Info-mode): Add buffer-local hook `Info-isearch-start' to
6255 `isearch-mode-hook'.
6256
6257 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6258
6259 * simple.el (normal-erase-is-backspace): Set default to t if
6260 running on Mac.
6261
6262 * term/mac-win.el (function-key-map): Sync with x-win.el.
6263
6264 2005-03-15 Kenichi Handa <handa@m17n.org>
6265
6266 * international/mule-cmds.el (locale-language-names): Modify the
6267 format of elements and add more entries.
6268 (locale-preferred-coding-systems): Add more entries.
6269 (set-locale-environment): Adjust for the change of
6270 locale-language-names.
6271
6272 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * pcvs.el (smerge-ediff): Remove bogus autoload.
6275
6276 2005-03-14 Lute Kamstra <lute@gnu.org>
6277
6278 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6279 Ignore a `*' at the beginning of a line.
6280
6281 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6282 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6283 subr.el.
6284 (dont-compile, eval-when-compile, eval-and-compile): Use declare
6285 to specify indentation.
6286
6287 * generic.el (define-generic-mode): Let generic-mode-list be a
6288 list of strings; test membership with equal.
6289
6290 2005-03-14 Kim F. Storm <storm@cua.dk>
6291
6292 * simple.el (next-line, previous-line): Add optional try-vscroll
6293 arg to recognize interactive use. Pass it on to line-move.
6294 (line-move): Don't perform auto-window-vscroll when defining or
6295 executing keyboard macro to ensure consistent behaviour.
6296
6297 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6300
6301 2005-03-13 Lute Kamstra <lute@gnu.org>
6302
6303 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
6304 debugger-setup-buffer so that backtrace marks the frames set to
6305 debug-on-exit and we don't have to do it manually. Set an extra
6306 debug-on-exit for macro's.
6307 (debugger-setup-buffer): Don't mark the top frame manually.
6308
6309 2005-03-12 Lute Kamstra <lute@gnu.org>
6310
6311 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
6312 lisp-indent-function throughout.
6313 (with-no-warnings): Set lisp-indent-function property.
6314
6315 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
6316
6317 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
6318 Add entry for backslash.
6319
6320 2005-03-12 Juri Linkov <juri@jurta.org>
6321
6322 * info.el (Info-search): Four fixes for backward search.
6323
6324 2005-03-11 Jay Belanger <belanger@truman.edu>
6325
6326 * calc/calc.el (calc-language-alist): New variable.
6327 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
6328 (calc-embedded-find-modes): Use calc-language-alist instead of
6329 calc-embedded-language-alist.
6330
6331 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6332
6333 * calendar/calendar.el (calendar-redrawing): New internal
6334 variable.
6335 (redraw-calendar): Remove bogus save-excursion from previous
6336 change. Bind calendar-redrawing to t for mark-diary-entries.
6337 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6338 calendar if that is why we were called.
6339
6340 2005-03-11 Kenichi Handa <handa@m17n.org>
6341
6342 * international/mule.el (make-coding-system): Set property
6343 coding-system-define-form to nil.
6344 (define-coding-system-alias): Likewise.
6345
6346 2005-03-11 Kenichi Handa <handa@m17n.org>
6347
6348 These changes are suggested by Dave Love <fx@gnu.org>.
6349
6350 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6351 coding: tag.
6352 (adaptive-fill-regexp): Add more bullets.
6353 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6354 regexps.
6355
6356 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6357
6358 * help.el (describe-mode): Properly handle non-trivial lighters.
6359 Don't ignore minor modes that are not listed in minor-mode-list.
6360
6361 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6362 feature ON when the user requests to turn it OFF.
6363
6364 2005-03-10 Lute Kamstra <lute@gnu.org>
6365
6366 * emacs-lisp/debug.el (debug-entry-code): Delete it.
6367 (implement-debug-on-entry): New function to replace debug-entry-code.
6368 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
6369 second argument as the 2005-03-07 change makes it obsolete.
6370 (debug-on-entry, cancel-debug-on-entry): Update call to
6371 debug-on-entry-1.
6372 (debug, debugger-setup-buffer): Comment update.
6373 (debugger-frame-number): Update to work with implement-debug-on-entry.
6374
6375 2005-03-10 Jay Belanger <belanger@truman.edu>
6376
6377 * calc/calc-embed.el (math-ms-args): Declare it.
6378 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6379 math-ms-args.
6380 (calc-embedded-subst): Use math-multi-subst-rec to substitute
6381 variables.
6382
6383 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
6384
6385 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6386 Use message-box.
6387
6388 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6389 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6390 (tooltip-gud-tips): Simplify.
6391 (tooltip-gud-tips-p): Remove superflouous :set.
6392 (tooltip-gud-modes): Add fortran-mode.
6393 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6394
6395 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6396
6397 2005-03-09 Kim F. Storm <storm@cua.dk>
6398
6399 * play/animate.el (animate-place-char): Use forward-line instead
6400 of next-line to improve performance.
6401
6402 2005-03-09 Simon Josefsson <jas@extundo.com>
6403
6404 * net/browse-url.el (browse-url-default-browser): Doc fix.
6405
6406 2005-03-09 Miles Bader <miles@gnu.org>
6407
6408 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6409 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6410
6411 2005-03-09 Kenichi Handa <handa@m17n.org>
6412
6413 * international/latin-1.el: Set case and syntax for 255 only if
6414 set-case-syntax-set-multibyte is nil.
6415
6416 * textmodes/ispell.el (ispell-insert-word): New function.
6417 (ispell-word): Use ispell-insert-word to insert a new word.
6418 (ispell-process-line): Likewise.
6419 (ispell-complete-word): Likewise.
6420
6421 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6422
6423 * calendar/calendar.el (redraw-calendar): Preserve point.
6424 Reported by Matt Hodges <MPHodges@member.fsf.org>.
6425 (calendar-week-start-day): Move after definition of
6426 redraw-calendar. Delete buffer test, since redraw-calendar has
6427 that now.
6428
6429 * calendar/diary-lib.el (mark-diary-entries): Only call
6430 redraw-calendar in the first of any recursive calls.
6431 Reported by Alan Shutko <ats@acm.org>.
6432
6433 2005-03-08 Juri Linkov <juri@jurta.org>
6434
6435 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6436 (html-horizontal-rule, html-line, html-image, html-checkboxes)
6437 (html-radio-buttons): Add a space before the trailing `/>' where
6438 sgml-xml-mode is non-nil.
6439 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6440 the subsequent tag of the empty XML tag.
6441 (html-href-anchor): Don't set initial input to "http:".
6442 (html-image): Ask for the image URL and set point inside alt="".
6443 (html-name-anchor): Duplicate the name in the `id' attribute when
6444 sgml-xml-mode is non-nil.
6445 (html-paragraph): Remove \n before <p>.
6446 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6447 instead of `checked' when sgml-xml-mode is non-nil.
6448
6449 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6450 Remove 1 space before #RRGGBB to not truncate it on terminal
6451 windows w/o fringes. Remove 1 space between bg and fg examples
6452 to get more space.
6453 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6454 avoid byte-compile warnings.
6455
6456 * image-file.el (image-file-handler): Put `safe-magic' property to
6457 `image-file-handler'.
6458
6459 * info.el (Info-isearch-search): Emulate word search in
6460 isearching through multiple Info nodes with Info-search.
6461 (Info-isearch-wrap): Allow isearch-word.
6462
6463 2005-03-08 Lute Kamstra <lute@gnu.org>
6464
6465 * emacs-lisp/debug.el (debugger-step-through): Make sure that
6466 stepping into the debugger's code is not possible.
6467 (debugger-jumping-flag): Docstring update.
6468
6469 2005-03-08 Jay Belanger <belanger@truman.edu>
6470
6471 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6472 embedded mode begins.
6473 (calc-embedded-language-alist): New variable.
6474 (calc-embedded-find-modes): Use calc-embedded-language-alist to
6475 set default language mode.
6476
6477 2005-03-08 Kenichi Handa <handa@m17n.org>
6478
6479 * international/ccl.el (define-ccl-program): Fix docstring about
6480 extra 256 bytes assured for the output buffer.
6481
6482 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6483 Fix BUFFER_MAGNIFICATION to 2.
6484 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6485
6486 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6487
6488 * align.el (align-rules-list): Added an alignment rule for CSS
6489 declarations (applies to css-mode and html-mode buffers).
6490
6491 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6494
6495 2005-03-07 Kim F. Storm <storm@cua.dk>
6496
6497 * simple.el (move-beginning-of-line): New command.
6498
6499 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6500
6501 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6502
6503 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6504 and move-beginning-of-line.
6505
6506 * apropos.el (apropos-print): Omit command from M-x ... RET.
6507
6508 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6509
6510 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6511 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6512
6513 2005-03-06 Richard M. Stallman <rms@gnu.org>
6514
6515 * bindings.el (esc-map): Bind M-g to goto-line.
6516
6517 * facemenu.el (global-map): Bind M-o, not M-g.
6518
6519 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6520
6521 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6522 "Open Directory" as for "Open File".
6523
6524 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6527 (push-mark-command): Run activate-mark-hook.
6528
6529 2005-03-06 Richard M. Stallman <rms@gnu.org>
6530
6531 * help-mode.el (help-mode-finish): Don't alter the element
6532 in view-return-to-alist if there already is one.
6533
6534 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6535 make sure the current buffer is the expected one.
6536
6537 * novice.el (disabled-command-function): Output in *Disabled Command*.
6538 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6539
6540 * textmodes/flyspell.el (flyspell-large-region):
6541 Pass args differently for aspell.
6542
6543 * files.el (mode-require-final-newline): Doc fix.
6544
6545 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6546
6547 * progmodes/which-func.el (which-function):
6548 Specify NOERROR when calling imenu--make-index-alist.
6549
6550 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * simple.el (normal-erase-is-backspace): Define default value.
6553
6554 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6555 (custom-reevaluate-setting): Simple function to handle
6556 variables that are defined before their default value can really
6557 be computed.
6558
6559 * startup.el (command-line): Use it for temporary-file-directory,
6560 small-emporary-file-directory, auto-save-file-name-transforms,
6561 blink-cursor-mode, and normal-erase-is-backspace.
6562
6563 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6564 progress, even with buggy anchored keywords.
6565
6566 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6567
6568 * simple.el (goto-line): Remove unbalanced final parenthesis.
6569
6570 2005-03-05 Richard M. Stallman <rms@gnu.org>
6571
6572 * simple.el (goto-line): Use a number at point as the default.
6573 With C-u as arg, switch buffers.
6574
6575 2005-03-05 Juri Linkov <juri@jurta.org>
6576
6577 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6578 with `no-blinking-cursor'.
6579
6580 * startup.el (no-blinking-cursor): New defvar.
6581 (command-line): Add `--no-blinking-cursor' to longopts.
6582 Set `no-blinking-cursor' to t for command line arguments
6583 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6584 with `no-blinking-cursor' in the condition for calling
6585 `blink-cursor-mode'.
6586
6587 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6588
6589 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6590 (menu-bar-options-save): Add blink-cursor-mode.
6591 (menu-bar-options-menu): Add blink-cursor-mode.
6592
6593 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6594
6595 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6596 (icalendar-export-file, icalendar-export-region)
6597 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6598 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6599
6600 2005-03-04 Lute Kamstra <lute@gnu.org>
6601
6602 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6603 (debug-function-list): Ditto.
6604
6605 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6606
6607 * textmodes/texinfmt.el (texinfo-append-refill):
6608 Redefine the types of line to which @refill
6609 is not appended by replacing a search for `@refill\\|@bye' with
6610 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6611 itemize@refill' bug and the unfilled long lines bug.
6612 (texinfmt-version): Update number and date.
6613
6614 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6615
6616 * international/code-pages.el (windows-1250, windows-125[2-8])
6617 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6618
6619 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6622 bound yet.
6623
6624 2005-03-02 Romain Francoise <romain@orebokech.com>
6625
6626 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6627 buffer after removing limits.
6628 (ibuffer-pop-filter): Ditto.
6629 Update copyright.
6630
6631 2005-03-02 Miles Bader <miles@gnu.org>
6632
6633 * button.el (make-text-button): If the user doesn't specify a
6634 type, use the default. Rewrite to use `add-text-properties' and
6635 plist functions.
6636
6637 2005-03-01 Lute Kamstra <lute@gnu.org>
6638
6639 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6640 (debugger-jumping-flag): New var.
6641 (debug-entry-code): Use it.
6642 (debugger-jump): Use debugger-jumping-flag and add
6643 debugger-reenable to post-command-hook.
6644 (debugger-reenable): Use debugger-jumping-flag and remove itself
6645 from post-command-hook.
6646 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6647 debugger-reenable.
6648
6649 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6650
6651 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6652 inclusion of "itemize\\|", which may be unnecessary, is certainly
6653 inelegant, and stops refilling in itemize lists when formatting
6654 Japanese Texinfo files to Info.
6655 Update copyright to 2005.
6656
6657 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6658
6659 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6660 of an error if GDB can't find the source file.
6661
6662 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6663
6664 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6665 not just the calendar.
6666
6667 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6668 first.
6669 (diary-redraw-calendar): New function.
6670 (make-diary-entry): Add diary-redraw-calendar to local
6671 write-contents-functions. Turn off selective display before
6672 inserting in diary.
6673
6674 2005-03-01 Kim F. Storm <storm@cua.dk>
6675
6676 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6677
6678 2005-03-01 Lute Kamstra <lute@gnu.org>
6679
6680 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6681 that debug-entry-code can be safely removed from a function while
6682 this code is being evaluated. Revert the 2005-02-27 change as the
6683 new implementation no longer requires it. Make sure that a
6684 function body containing just a string is not mistaken for a docstring.
6685 (debug): Skip one more frame in case of debug on entry.
6686 (debugger-setup-buffer): Delete one more frame line in case of
6687 debug on entry.
6688 (debugger-frame-number): Update to use the new text introduced by
6689 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6690
6691 2005-02-28 Kim F. Storm <storm@cua.dk>
6692
6693 * double.el (double-translate-key): Call force-window-update after
6694 read-event to avoid crash in redisplay.
6695
6696 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6699 (debug): Use it. Move the inhibit-trace earlier.
6700 (debug-entry-code): New const.
6701 (debug-on-entry-1): Use it.
6702
6703 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6704
6705 * international/utf-16.el (ccl-encode-mule-utf-16le):
6706 Fix BUFFER_MAGNIFICATION to 2.
6707 (ccl-encode-mule-utf-16be): Likewise.
6708
6709 2005-02-28 Kenichi Handa <handa@m17n.org>
6710
6711 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6712 Fix BUFFER_MAGNIFICATION to 4.
6713 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6714
6715 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6716
6717 * speedbar.el (speedbar-update-flag): Doc fix.
6718 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6719 argument.
6720
6721 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6722
6723 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6724 have a non-nil `invisible' property but are actually visible.
6725
6726 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6727 for perldoc sections.
6728 (perl-outline-regexp, perl-outline-level): New var and function.
6729 (perl-mode): Use them.
6730
6731 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6732
6733 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6734 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6735
6736 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * cus-edit.el: Comment change.
6739 (custom-buffer-create-internal): Slightly reword text at top of
6740 Custom buffers. Mention there that saving an option edits the
6741 init file. Add link to Emacs manual node on `custom-file'.
6742 (custom-magic-alist): Rewrite individual State messages to use
6743 capitalized keywords. Doc fix.
6744
6745 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6746
6747 * calendar/calendar.el (calendar-buffer): Move above
6748 calendar-week-start-day.
6749 (calendar-week-start-day): Doc fix. Add :set function.
6750 (calendar-minimum-window-height): New variable.
6751 (generate-calendar-window): Only resize window if selected-window
6752 is displaying the calendar buffer. Use new variable
6753 calendar-minimum-window-height.
6754 (generate-calendar): Reword error message.
6755 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6756
6757 2005-02-27 Andreas Schwab <schwab@suse.de>
6758
6759 * vc.el (vc-do-command): Don't run command asynchronously when
6760 operating in a remote directory.
6761
6762 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6763 change from sync with Tramp 2.0.47.
6764
6765 2005-02-27 Richard M. Stallman <rms@gnu.org>
6766
6767 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6768
6769 * textmodes/flyspell.el (flyspell-mode-on):
6770 Call ispell-change-dictionary only if necessary.
6771
6772 * emacs-lisp/re-builder.el (regexp-builder): New function.
6773
6774 * register.el (describe-register-1): Explicitly handle
6775 yank-excluded-properties = t.
6776
6777 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6778 (custom-magic-alist): Change the status descriptions again.
6779 (face widget-type): Total rewrite based on `restricted-sexp'
6780 to eliminate the confusing double hiding levels.
6781
6782 * emacs-lisp/debug.el (debug-on-entry-1):
6783 If function body is empty, add nil as body form.
6784
6785 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * emacs-lisp/trace.el (inhibit-trace): New var.
6788 (trace-make-advice): Use it.
6789
6790 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6791
6792 2005-02-26 Kim F. Storm <storm@cua.dk>
6793
6794 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6795 (mouse-on-link-p, mouse-drag-region-1): Use it.
6796
6797 2005-02-25 Lute Kamstra <lute@gnu.org>
6798
6799 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6800
6801 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6802
6803 * frame.el (blink-cursor-mode): Add :group keyword.
6804
6805 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6806
6807 * calendar/icalendar.el (icalendar--decode-isodatetime):
6808 New optional argument DAY-SHIFT.
6809 (icalendar-export-region): Fix coding-system-for-write.
6810 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6811 events by one.
6812
6813 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6816
6817 2005-02-24 Kim F. Storm <storm@cua.dk>
6818
6819 * international/iso-acc.el (iso-accents-compose): Fix crash
6820 during redisplay. Call force-window-update after read-event
6821 and delete-region to signal that window is not accurate.
6822
6823 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6826 Remove unused and inexistent var `inhibit-trace'.
6827 (debugger-mode): Use run-mode-hooks.
6828 (debugger-list-functions): Add buttons; setup xref stack.
6829
6830 2005-02-23 Richard M. Stallman <rms@gnu.org>
6831
6832 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6833 appointment says it was explicitly made.
6834 (appt-add): Set the 3rd element.
6835 (appt-make-list): Preserve explicit appointments.
6836
6837 * subr.el (find-tag-default): Catch errors in forward-sexp.
6838
6839 2005-02-23 Juri Linkov <juri@jurta.org>
6840
6841 * info.el (Info-isearch-search): New defcustom.
6842 (Info-isearch-search): Call the default isearch function
6843 when Info-isearch-search is nil.
6844 (Info-isearch-wrap): Use variable Info-isearch-search.
6845
6846 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6847
6848 * cus-edit.el: Comment change.
6849
6850 2005-02-22 Kim F. Storm <storm@cua.dk>
6851
6852 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6853 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6854
6855 2005-02-22 Simon Josefsson <jas@extundo.com>
6856
6857 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6858 New variable.
6859 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6860 Oskarsson" <myrkraverk@users.sourceforget.net>.
6861
6862 2005-02-22 Kim F. Storm <storm@cua.dk>
6863
6864 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6865 check that window of that event is the selected window.
6866 (mouse-drag-region-1): Compare mouse event window to selected
6867 window before setting point.
6868
6869 * tooltip.el (tooltip-show-help-function): Pass event to
6870 mouse-on-link-p so it can check selected window.
6871
6872 2005-02-22 Kenichi Handa <handa@m17n.org>
6873
6874 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6875 (ps-mule-show-warning): New function.
6876 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6877 characters are found.
6878
6879 * ps-print.el (ps-header-footer-string): Return a list of header
6880 and footer strings.
6881
6882 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6883
6884 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6885
6886 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 * frame.el (blink-cursor-mode): Use define-minor-mode.
6889
6890 * term/mac-win.el (function-key-map): Use char-names more consistently.
6891 (file-name-coding-system): Only set it for MacOS-9. The other case is
6892 already handled in mule-cmds.el (where it also works when mac-win.el
6893 is not used).
6894
6895 2005-02-21 Kenichi Handa <handa@m17n.org>
6896
6897 * international/mule.el (ctext-pre-write-conversion): Always use
6898 " *code-converting-work*" buffer for work.
6899
6900 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6901
6902 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6903
6904 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6905
6906 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6907
6908 * ses.el (undo-more): Restore defadvice, but only the part that
6909 allows changes outside the restricted area of the buffer.
6910
6911 2005-02-20 Kim F. Storm <storm@cua.dk>
6912
6913 * simple.el (line-move): Add fourth optional arg try-vscroll which
6914 must be set to perform auto-window-vscroll.
6915 When moving backwards and doing auto-window-vscroll, automatically
6916 vscroll to the last part of lines which are taller than the window.
6917 (next-line, previous-line): Set try-vscroll arg on line-move.
6918
6919 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6920
6921 * replace.el (query-replace, query-replace-regexp)
6922 (replace-string, replace-regexp): When operating on region, make
6923 the minibuffer prompt say so.
6924
6925 * isearch.el (isearch-forward): Document isearch-query-replace and
6926 isearch-query-replace-regexp keybindings.
6927
6928 2005-02-19 Jay Belanger <belanger@truman.edu>
6929
6930 * calc/calc-aent.el (math-read-token): Add local variable.
6931
6932 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6933 (calc-edit-top): Move declaration to earlier in file.
6934 (calc-edit-macro-repeats): Add local variables.
6935
6936 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6937 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6938 calcFunc-tanh.
6939 Adjust integration rule for calcFunc-tan.
6940
6941 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6942
6943 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6944 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6945 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6946 (viper-skip-separators): Bug fix.
6947 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6948 particular major mode.
6949 (viper-del-backward-char-in-replace): Don't put deleted char on the
6950 kill ring.
6951
6952 * viper-ex.el (viper-color-display-p): New function.
6953 (viper-has-face-support-p): Use viper-color-display-p.
6954
6955 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6956
6957 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6958
6959 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6960 (viper-file-remote-p): Make equivalent to file-remote-p.
6961
6962 * viper.el (viper-major-mode-modifier-list):
6963 Use viper-gnus-modifier-map.
6964
6965 2005-02-19 David Kastrup <dak@gnu.org>
6966
6967 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6968 quoting.
6969
6970 2005-02-19 Jay Belanger <belanger@truman.edu>
6971
6972 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6973 Remove extra definitions.
6974 (calc-coth): New function.
6975 (calcFunc-cot): Fix `let'.
6976
6977 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6978
6979 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6980 the reasons we use "type pc" in these faces.
6981
6982 * button.el (button): Ditto.
6983
6984 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6985
6986 * replace.el (query-replace-read-from): Set the value of
6987 query-replace-from-history-variable to handle the case of an empty
6988 string entered to accept the suggested default.
6989
6990 * net/tramp.el (tramp-file-name-for-operation):
6991 Use dired-call-process instead of dired-call-process-command.
6992
6993 2005-02-19 Jay Belanger <belanger@truman.edu>
6994
6995 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6996 (math-div-non-trig): New variables.
6997 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6998 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6999 (math-combine-prod, math-div-symb-fancy): Add simplifications for
7000 trig expressions.
7001
7002 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
7003
7004 * progmodes/gdb-ui.el (gdb-var-update-handler)
7005 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7006 for watch expressions,
7007 (gdb-var-create-handler): Don't set speedbar-update-flag.
7008 (gdb-post-prompt): Simplify test for speedbar.
7009
7010 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7011
7012 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7013 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7014 we use the syntax table of the correct buffer.
7015 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7016 Felix Gatzemeier.
7017
7018 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7019 (ediff-file-remote-p): Make synonymous with file-remote-p.
7020 In all deffaces ediff-*-face-*, use min-colors.
7021
7022 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7023 ediff-recurse-to-subdirectories.
7024 (ediff-mark-if-equal): Check that the arguments are strings, use
7025 ediff-same-contents (after to Felix Gatzemeier).
7026
7027 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7028 nil.
7029
7030 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * log-view.el (log-view-message-re): Fix up Subversion regexp.
7033
7034 2005-02-18 David Kastrup <dak@gnu.org>
7035
7036 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7037 use `mark-active' when defined.
7038
7039 2005-02-18 Kenichi Handa <handa@m17n.org>
7040
7041 * ps-print.el (ps-font-info-database): New entry
7042 ZapfChancery-MediumItalic with correct font name. Fix font name
7043 of the entry Zapf-Chancery-MediumItalic.
7044
7045 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7046
7047 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7048
7049 2005-02-16 Kim F. Storm <storm@cua.dk>
7050
7051 * ido.el (ido-fallback-command): Pass user input to fallback command.
7052
7053 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
7054
7055 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7056 (gdb-find-file-hook): Add server prefix.
7057
7058 2005-02-16 Richard M. Stallman <rms@gnu.org>
7059
7060 * replace.el (perform-replace): Pass new args to replace-highlight.
7061 (replace-highlight): Take region args,
7062 and pass them to isearch-lazy-highlight-new-loop.
7063
7064 * novice.el (disabled-command-hook): Autoload the defalias
7065 and the make-obsolete-variable call.
7066
7067 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7068
7069 * isearch.el (isearch-lazy-highlight-start-limit)
7070 (isearch-lazy-highlight-end-limit): New variables limit
7071 the region for highlighting.
7072 (isearch-lazy-highlight-new-loop): New args BEG and END.
7073 (isearch-lazy-highlight-search): Use the new vars.
7074 (isearch-lazy-highlight-update): Likewise.
7075
7076 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7077
7078 * cus-start.el (all): Use default-boundp.
7079
7080 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
7081
7082 * menu-bar.el (menu-bar-select-frame): Handle current frame.
7083
7084 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
7085
7086 * autorevert.el (auto-revert-stop-on-user-input)
7087 (auto-revert-verbose): Doc fixes.
7088
7089 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
7090
7091 * international/mule-cmds.el (set-locale-environment): Remove call
7092 to set-selection-coding-system on Windows.
7093
7094 2005-02-15 Jay Belanger <belanger@truman.edu>
7095
7096 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7097 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7098 calcFunc-coth.
7099 (math-simplify-sqrt): Add simplifications.
7100
7101 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7102 to list.
7103
7104 * calc/calc-ext.el: Add functions to autoloads.
7105
7106 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7107 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7108 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7109 (math-csc-raw, math-cot-raw): New functions.
7110
7111 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7112
7113 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7114 the variable name in a message.
7115
7116 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7117 calcFunc-csc, calcFunc-cot.
7118
7119 * calc/calcalg2.el: Add derivative and integration rules for
7120 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7121 calcFunc-csch, calcFunc-coth.
7122 (math-do-integral-methods): Add to checks for when to use
7123 substitutions.
7124
7125 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7126
7127 2005-02-15 Lute Kamstra <lute@gnu.org>
7128
7129 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7130 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
7131 <monnier@iro.umontreal.ca>
7132 (lisp-outline-level): Improve efficiency. Suggested by David
7133 Kastrup <dak@gnu.org>.
7134
7135 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
7136
7137 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7138 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7139 (gdb-set-gud-minor-mode-existing-buffers): New functions.
7140 (gdb-find-file-hook): New hook. Add it to find-file-hook.
7141 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7142
7143 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
7144
7145 * cus-start.el (all): Comment change.
7146
7147 2005-02-14 Lute Kamstra <lute@gnu.org>
7148
7149 * cus-start.el (all): Check if symbol is void.
7150
7151 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
7152
7153 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7154 optional argument to \cite.
7155
7156 2005-02-14 Richard M. Stallman <rms@gnu.org>
7157
7158 * cus-edit.el (custom-buffer-create-internal): Update help message.
7159 (custom-magic-alist): Update help messages.
7160
7161 * cus-start.el (all): Allow a var to specify a standard value.
7162
7163 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
7164
7165 * custom.el (custom-theme-set-variables): Handle variable aliases.
7166
7167 * frame.el (blink-cursor-timer): Doc fix.
7168 (blink-cursor): Make it an alias for `blink-cursor-mode' and
7169 declare obsolete.
7170 (blink-cursor-mode): Define with defcustom and use correct
7171 standard expression in that defcustom.
7172 * startup.el (command-line): Adapt to above changes in frame.el.
7173
7174 2005-02-11 Lute Kamstra <lute@gnu.org>
7175
7176 * apropos.el (apropos-score-doc): Prevent division by zero.
7177
7178 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
7179
7180 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7181 (icalendar--get-event-property-attributes)
7182 (icalendar--get-event-properties)
7183 (icalendar--datetime-to-diary-date): New functions.
7184 (icalendar--split-value): Doc fix.
7185 (icalendar--datetime-to-noneuropean-date)
7186 (icalendar--datetime-to-european-date): New optional argument
7187 SEPARATOR. Return result as a string instead of a list.
7188 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7189 (icalendar--convert-string-for-export): Rename arg S to STRING.
7190 (icalendar-export-region): Doc fix. Change name of error buffer.
7191 Save output buffer.
7192 (icalendar-import-file): Add blank at end of prompt.
7193 (icalendar-import-buffer): Doc fix. Do not switch to error
7194 buffer. Indicate status in return value.
7195 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
7196 buffer. Save output buffer. Handle exception from recurrence
7197 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
7198 events. Fix problems with weekly all-day events.
7199
7200 2005-02-10 Richard M. Stallman <rms@gnu.org>
7201
7202 * simple.el (eval-expression-print-format):
7203 Avoid warning about edebug-active.
7204
7205 * help.el (help-for-help-internal): Rename from help-for-help.
7206 (help-for-help): Define with defalias.
7207
7208 * font-core.el (font-lock-default-function): Use with-no-warnings.
7209
7210 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7211
7212 * custom.el (defface): Doc fix.
7213
7214 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
7215
7216 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7217 width 0" to prevent word wrapping problems.
7218
7219 2005-02-09 Kim F. Storm <storm@cua.dk>
7220
7221 * ido.el (ido-file-extensions-order): New defcustom.
7222 (ido-file-extension-lessp, ido-file-extension-aux)
7223 (ido-file-extension-order): New advanced file ordering.
7224 (ido-file-lessp): New simple file ordering.
7225 (ido-sort-list): Remove.
7226 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7227 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7228
7229 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
7230
7231 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7232 that some versions of grep produce.
7233 (grep-mode-font-lock-keywords): Likewise.
7234
7235 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
7236
7237 * progmodes/gdb-ui.el (gdb-location-list): New variable.
7238 (gdb-cdir): Delete.
7239 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7240 (gdb-source-info): Treat case when source file is in another
7241 directory properly.
7242 (gdb-get-location): New function.
7243
7244 2005-02-07 Jay Belanger <belanger@truman.edu>
7245
7246 * calc/calc-prog.el (calc-write-parse-table-part)
7247 (calc-fix-token-name): Fix a check for language type.
7248
7249 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7250
7251 2005-02-07 Andre Spiegel <spiegel@gnu.org>
7252
7253 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7254 as directory not writable.
7255
7256 2005-02-07 Kim F. Storm <storm@cua.dk>
7257
7258 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7259 (cua--standard-movement-commands): Remove list.
7260 Instead, set CUA property value to move for movement commands.
7261 (cua-movement-commands): Remove. Users must set CUA prop instead.
7262 (cua--pre-command-handler): Check CUA property.
7263 (cua--init-keymaps): Don't remap undo commands.
7264 (cua-mode): Don't call cua--rectangle-on-off.
7265
7266 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
7267 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
7268 (cua--rect-undo-set-point): New var.
7269 (cua--rectangle-undo-boundary): Setup undo apply entry.
7270 (cua--rect-undo-handler): New function for rectangle undo.
7271 (cua--rect-start-position, cua--rect-end-position): Add.
7272 (cua--rectangle-post-command): Call cua--rectangle-set-corners
7273 for restored rectangle. Set point if cua--rect-undo-set-point.
7274
7275 2005-02-06 Jay Belanger <belanger@truman.edu>
7276
7277 * calc/calc-lang.el (calc-tex-language): Display more information
7278 in messages.
7279
7280 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7281 in TeX mode.
7282
7283 2005-02-06 Richard M. Stallman <rms@gnu.org>
7284
7285 * emacs-lisp/lisp.el (buffer-end): Doc fix.
7286
7287 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7288
7289 * net/ldap.el (ldap-search-internal): Support attributes with
7290 optional descriptions separated by a semi-colon, as in
7291 "userCertificate;binary".
7292
7293 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7294
7295 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7296 isn't a cons (i.e. the version is 0).
7297
7298 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7299
7300 * help.el (help-for-help): Doc fix.
7301
7302 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
7303
7304 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
7305 GDB-Windows on the menu-bar as this works better.
7306
7307 2005-02-04 Jay Belanger <belanger@truman.edu>
7308
7309 * calc/calc-embed.el (calc-embedded-update): Don't put in
7310 unnecessary newlines. Adjust the end of formula marker.
7311
7312 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7313 (math-latex-parse-two-args): New function.
7314
7315 2005-02-03 Lute Kamstra <lute@gnu.org>
7316
7317 * help-fns.el (help-with-tutorial): Make sure that users cannot
7318 remove the entire text of the tutorial by means of `undo'.
7319
7320 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
7323 in recent changes, where the ispell process was repeatedly
7324 killed & restarted.
7325
7326 * international/mule-cmds.el (set-locale-environment): Set file-name
7327 coding system to utf-8 on Darwin systems.
7328 (set-default-coding-systems): Don't set default-file-name-coding-system
7329 on Darwin systems.
7330
7331 2005-02-03 Richard M. Stallman <rms@gnu.org>
7332
7333 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7334
7335 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
7336
7337 * faces.el (list-faces-display): Add optional argument.
7338
7339 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * font-core.el (font-lock-default-function): Handle the rare case where
7342 only font-lock-keywords is set.
7343
7344 2005-02-02 Kenichi Handa <handa@m17n.org>
7345
7346 * international/characters.el: Cancel previous change for
7347 I-WITH-DOT-ABOVE and DOTLESS-i.
7348
7349 * international/latin-5.el: Cancel previous change.
7350
7351 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7352
7353 * progmodes/gud.el: Correction to syntax in gud-menu-map.
7354
7355 2005-02-02 Kenichi Handa <handa@m17n.org>
7356
7357 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7358 DOTLESS-i.
7359
7360 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7361 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7362
7363 * case-table.el (get-upcase-table): New function.
7364 (copy-case-table): Copy upcaes table too if non-nil.
7365 (set-case-syntax-delims): Maintain upcase table too.
7366 (set-case-syntax-pair): Likewise.
7367 (set-upcase-syntax, set-downcase-syntax): New functions.
7368 (set-case-syntax): Maintain upcase table too.
7369
7370 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7371
7372 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7373
7374 * progmodes/gud.el (gud-goto-info): New function.
7375 (gud-tool-bar-map): Use correct icon.
7376
7377 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7378
7379 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7380 When delegating, order args in the funcall correctly.
7381
7382 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7383
7384 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7385
7386 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
7387
7388 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7389 buffer not visiting a file.
7390
7391 2005-01-31 Jay Belanger <belanger@truman.edu>
7392
7393 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7394 bound on the line with the formula.
7395
7396 2005-01-31 Kim F. Storm <storm@cua.dk>
7397
7398 * ses.el (ses-create-cell-variable-range)
7399 (ses-destroy-cell-variable-range, ses-reset-header-string)
7400 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7401 (ses-insert-row): Fix format of apply undo entries.
7402
7403 2005-01-31 Jay Belanger <belanger@truman.edu>
7404
7405 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7406 parts.
7407
7408 * calc/calc-embed.el (calc-embedded-open-formula)
7409 (calc-embedded-close-formula): Ignore matrix environments.
7410
7411 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7412 TeX mode.
7413
7414 * calc/calc-lang.el (math-function-table, math-oper-table)
7415 (math-variable-table): Adjust the LaTeX portions.
7416
7417 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7418 (math-latex-ignore-words): New constant.
7419
7420 2005-01-31 Richard M. Stallman <rms@gnu.org>
7421
7422 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7423 (ispell-local-dictionary): Doc fix.
7424 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7425 Don't reinitialize at run time. Don't defcustom.
7426 All uses changed to append ispell-local-dictionary-alist,
7427 or check it first.
7428 (ispell-current-dictionary): New variable for dictionary in use.
7429 (ispell-dictionary): Now used only for global default.
7430 (ispell-start-process): Set ispell-current-dictionary,
7431 not ispell-dictionary.
7432 (ispell-change-dictionary): Use this only for setting
7433 user preferences.
7434 (ispell-internal-change-dictionary): New function
7435 to change the current dictionary in use.
7436 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7437 Use ispell-current-dictionary.
7438 Handle ispell-local-dictionary-overridden.
7439 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7440
7441 2005-01-31 Jay Belanger <belanger@truman.edu>
7442
7443 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7444
7445 * calc/calc-ext.el: Add calc-latex-language to autoloads.
7446 (calc-mode-map): Add calc-latex-language.
7447
7448 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7449 (math-latex-print-frac): New functions.
7450 (math-oper-table, math-function-table, math-variable-table)
7451 (math-complex-format, math-input-filter): Add latex properties.
7452 (calc-set-language): Set math-expr-special-function-mapping.
7453
7454 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7455 (calc-write-parse-table-part): Add LaTeX support.
7456
7457 * calc/calc.el (calc-language): Adjust docstring.
7458 (calc-set-mode-line): Add LaTeX support.
7459 (math-expr-special-function-mapping): New variable.
7460 (math-tex-ignore-words): Add to list.
7461
7462 * calc/calccomp.el (math-compose-expr, math-compose-rows):
7463 Add LaTeX support.
7464 (math-compose-expr): Add support for special functions.
7465
7466 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7467
7468 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
7469
7470 * progmodes/gdb-ui.el (gdb-memory-address)
7471 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7472 (gdb-memory-mode-map, gdb-memory-format-keymap)
7473 (gdb-memory-format-menu, gdb-memory-unit-keymap)
7474 (gdb-memory-unit-menu): New variables for a buffer
7475 that lets the user examine program memory.
7476 (gdb-memory-set-address, gdb-memory-set-repeat-count)
7477 (gdb-memory-format-binary, gdb-memory-format-octal)
7478 (gdb-memory-format-unsigned, gdb-memory-format-signed)
7479 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7480 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7481 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7482 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7483 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7484 (gdb-memory-mode, gdb-memory-buffer-name)
7485 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7486 New functions for above buffer.
7487
7488 2005-01-30 Richard M. Stallman <rms@gnu.org>
7489
7490 * cus-edit.el (custom-bury-buffer): Function deleted.
7491 (custom-buffer-done-function): Option deleted.
7492 (custom-buffer-done-kill): New (replacement option.
7493 (Custom-buffer-done): Call quit-window.
7494 (custom-buffer-create-internal): Update for above changes.
7495
7496 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7497
7498 * simple.el (undo-ask-before-discard): New var.
7499 (undo-outer-limit-truncate): Implement it.
7500 (undo-extra-outer-limit): Doc update.
7501
7502 2005-01-29 Richard M. Stallman <rms@gnu.org>
7503
7504 * ses.el (undo-more): Delete defadvice.
7505 (ses-begin-change): Doc fix.
7506
7507 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7508 instead of rebinding C-x u and C-_.
7509
7510 * files.el (normal-backup-enable-predicate): Return nil for files
7511 in /tmp, regardless of temporary-file-directory.
7512
7513 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7514
7515 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7516 (open-rectangle, delete-whitespace-rectangle-line)
7517 (clear-rectangle-line): If FILL, pass t instead of FILL
7518 for move-to-column's 2nd arg.
7519
7520 * simple.el (undo): Fix the test for continuing a series of undos.
7521 (undo-more): Set pending-undo-list to t when we reach end.
7522 (pending-undo-list): Move up defvar.
7523
7524 * wid-edit.el (widget-button-click):
7525 Shorten the range of the track-mouse binding.
7526
7527 * comint.el (comint-insert-input): Undo previous changes;
7528 use last-input-event in interactive spec.
7529
7530 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7531
7532 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7533 to nil before invoking call-process. Reset buffer's modified flag
7534 after fontifying it in the no-async branch.
7535
7536 * wid-edit.el (widget-specify-button): If mouse pointer shape
7537 cannot be changed, use mouse face instead.
7538
7539 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7542 (gdb-goto-breakpoint): Make breakpoint handling work on template
7543 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7544 (gdb-assembler-custom): Update to recognise breakpoint information
7545 added on 2005-01-19.
7546
7547 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7550 (dsssl-mode): Use define-derived-mode.
7551 (scheme-mode-initialize): Remove.
7552 (scheme-mode): Use run-mode-hooks.
7553
7554 * cus-edit.el (customize-group-other-window)
7555 (custom-buffer-create-other-window): Don't override special-display-*.
7556 (custom-mode-map): Make it dense.
7557
7558 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7559 sets the default value.
7560
7561 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7562
7563 * descr-text.el: Add more keywords.
7564
7565 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * speedbar.el: Avoid unnecessary use of locate-library.
7568
7569 * international/mule-cmds.el (standard-display-european-internal):
7570 Don't fiddle with latin-1 non-break space any more since it's now
7571 special cased in the C code.
7572 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7573
7574 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7575
7576 * cus-start.el (all): Add `undo-outer-limit'.
7577
7578 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7579
7580 * textmodes/bibtex.el (bibtex-format-entry):
7581 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7582 field lines.
7583 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7584 not on part of a buffer.
7585
7586 2005-01-25 Lute Kamstra <lute@gnu.org>
7587
7588 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7589 nonempty field text strings like "{letters\\macro{}more letters}".
7590 Clarify docstring.
7591 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7592 (bibtex-entry-offset, bibtex-parse-association)
7593 (bibtex-parse-field-name): Fix typos in docstrings.
7594 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7595
7596 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7597
7598 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7599 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7600 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7601 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7602
7603 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7604 isearch minor mode.
7605
7606 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7607
7608 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7609
7610 2005-01-24 Lute Kamstra <lute@gnu.org>
7611
7612 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7613 CASECHARS and NOT-CASECHARS regular expressions of the
7614 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7615 striding over charsets" error.
7616
7617 2005-01-24 Jay Belanger <belanger@truman.edu>
7618
7619 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7620 display variable name.
7621
7622 2005-01-24 Kenichi Handa <handa@m17n.org>
7623
7624 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7625 Fix setting of the element of encoded-kbd-iso2022-invocations.
7626
7627 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7628
7629 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7630 (gdb-threads-select): Change to also accept mouse events.
7631 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7632 (gdb-threads-mouse-select): Delete.
7633
7634 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7635
7636 * files.el (insert-directory): Take care of empty directory,
7637 listed without -a switch.
7638
7639 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * textmodes/refill.el (refill-post-command-function):
7642 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7643 to the list of functions that we should be careful not to undo.
7644 (refill-late-fill-paragraph-function): Remove.
7645 (refill-saved-state): New var.
7646 (refill-mode): Use it to save fill-paragraph-function.
7647 Save also the value of auto-fill-function.
7648
7649 * term/w32-win.el: Simplify code.
7650
7651 2005-01-23 Kim F. Storm <storm@cua.dk>
7652
7653 * simple.el (line-move): Adapt to new return value from
7654 pos-visible-in-window-p.
7655
7656 * simple.el (line-move): Fix last change. Check partial
7657 visibility at point rather than at window-start.
7658
7659 2005-01-22 Jason Rumney <jasonr@gnu.org>
7660
7661 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7662
7663 2005-01-22 David Kastrup <dak@gnu.org>
7664
7665 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7666
7667 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7668
7669 * type-break.el (type-break-mode): Add a test for
7670 type-break-file-name being non-nil.
7671
7672 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7673
7674 * net/eudc.el (top level): Call (message "") via progn, so that
7675 eudc-options-file is loaded.
7676
7677 2005-01-22 Kim F. Storm <storm@cua.dk>
7678
7679 * simple.el (line-move-1): Rename from line-move.
7680 (line-move): New function that adjusts vscroll for partially
7681 visible rows, and calls line-move-1 otherwise.
7682
7683 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7684
7685 * pcomplete.el: define pcomplete-read-event instead of read-event,
7686 since it's not a complete read-event implementation
7687
7688 2005-01-20 Jay Belanger <belanger@truman.edu>
7689
7690 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7691 for called function.
7692
7693 2005-01-20 Steven Tamm <steventamm@mac.com>
7694
7695 * term/mac-win.el (process-connection-type): Remove.
7696 Controlled now by s/darwin.h:PTY_ITERATION.
7697
7698 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * window.el (handle-select-window): Don't switch window when we're
7701 in the minibuffer.
7702
7703 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7704
7705 * subr.el (dotimes-with-progress-reporter): New macro.
7706
7707 * ses.el (ses-dotimes-msg): Remove macro.
7708 Use `dotimes-with-progress-reporter' instead.
7709
7710 2005-01-19 Steven Tamm <steventamm@mac.com>
7711
7712 * term/mac-win.el (process-connection-type): Use new
7713 operating-system-release variable to use ptys on Darwin 7 (OSX
7714 10.3) when using carbon build.
7715
7716 2005-01-19 Jay Belanger <belanger@truman.edu>
7717
7718 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7719 flags if the last command was a tab or M-tab.
7720
7721 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7722 in formula editing buffer.
7723
7724 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7725
7726 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7727 breakpoint image symbol in margin.
7728
7729 2005-01-19 Jay Belanger <belanger@truman.edu>
7730
7731 * calc/calc-prog.el (calc-execute-kbd-macro):
7732 Ignore calc-keep-arg-flag.
7733
7734 2005-01-19 Kenichi Handa <handa@m17n.org>
7735
7736 * textmodes/ispell.el (ispell-looking-at): New function.
7737 (ispell-process-line): Use ispell-looking-at to compare the ispell
7738 output and the buffer contents.
7739
7740 2005-01-18 Jay Belanger <belanger@truman.edu>
7741
7742 * calc/calc.el (calc-display-raw): Fix docstring.
7743
7744 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * simple.el (blink-matching-open): Strip extra info from syntax.
7747
7748 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7749 funny chars in the end-of-here-doc marker.
7750
7751 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7752
7753 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7754 that enable/disabled state of breakpoints is shown correctly in
7755 fringe and on ttys.
7756 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7757 Add breakpoint information as text properties.
7758 (gdb-mouse-toggle-breakpoint):
7759 Rename to gdb-mouse-set-clear-breakpoint.
7760 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7761 breakpoints in the margin.
7762 (gdb-remove-strings): Simplify.
7763
7764 2005-01-17 Jay Belanger <belanger@truman.edu>
7765
7766 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7767 erasing buffer.
7768
7769 2005-01-17 Richard M. Stallman <rms@gnu.org>
7770
7771 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7772 for calling grep-compute-defaults.
7773
7774 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7775 if buffer is empty.
7776
7777 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7778
7779 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7782
7783 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7784 non-preloaded variables.
7785
7786 2005-01-17 Steven Tamm <steventamm@mac.com>
7787
7788 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7789 tex-shell cause to force interactivity when using pipes.
7790
7791 2005-01-17 Kim F. Storm <storm@cua.dk>
7792
7793 * simple.el (just-one-space): Make arg optional.
7794
7795 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7796
7797 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7798 posn-at-x-y to t to access left-margin.
7799
7800 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7801
7802 Sync with Tramp 2.0.47.
7803
7804 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7805 catching keep-date problems in cp/scp operations.
7806 (tramp-handle-copy-file): Don't call `set-file-modes'
7807 unconditionally. Specialized functions should know better what is
7808 necessary. This improves performance a little bit, and the
7809 functions could catch errors with `cp -p' and `scp -p'.
7810 (tramp-do-copy-or-rename-file-via-buffer)
7811 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7812 when appropriate.
7813 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7814 Call `set-file-modes' when appropriate.
7815 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7816 Johnsson <isak@hypergene.com>
7817 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7818 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7819 <joakim@verona.se>
7820 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7821 Emacs only.
7822
7823 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7824 `find-file-hooks' and `dired-mode-hook'.
7825 (tramp-minor-mode-map): Respective map. Add remapping for
7826 `compile' and `recompile'.
7827 (tramp-remap-command, tramp-recompile): New defuns.
7828 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7829 in buffer "*Compilation*". Call the commands asynchronously.
7830
7831 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7832 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7833 `shell-command', because it isn't magic in XEmacs. Reported by
7834 Adrian Aichner <adrian@xemacs.org>.
7835
7836 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7837 `substitute-in-file-name.
7838 (tramp-smb-handle-substitute-in-file-name): New defun.
7839 (tramp-smb-advice-PC-do-completion): Delete advice.
7840
7841 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7842
7843 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7844 Fix error in deleting region.
7845
7846 2005-01-15 Richard M. Stallman <rms@gnu.org>
7847
7848 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7849 In non-temp buffer, switch syntax table temporarily.
7850
7851 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7852
7853 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7854
7855 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7856
7857 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7858 (imenu--generic-function): Use START, not BEG, as pos of definition.
7859
7860 * simple.el (just-one-space): Argument specifies number of spaces.
7861
7862 * simple.el (eval-expression-print-format): Avoid warning
7863 about edebug-active.
7864
7865 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7866
7867 * progmodes/sh-script.el: Code copied from make-mode.el
7868 with small changes,
7869 (sh-mode-map): Bind C-c C-\.
7870 (sh-backslash-column, sh-backslash-align): New variables.
7871 (sh-backslash-region, sh-append-backslash): New functions.
7872
7873 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7874
7875 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7876 (rmail-pop-password, rmail-pop-password-required): Move to
7877 rmail-obsolete group.
7878 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7879 All callers updated.
7880 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7881 Take an argument specifying whether it is POP or IMAP mailbox we
7882 are using. All callers updated.
7883 (rmail-pop-password-error): Rename to
7884 rmail-remote-password-error. Added mailutils-specific error message.
7885 (rmail-movemail-search-path)
7886 (rmail-movemail-variant-in-use): New variables.
7887 (rmail-remote-password, rmail-remote-password-required):
7888 New customization variables.
7889 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7890 (rmail-parse-url): New function.
7891 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7892 with GNU mailutils movemail.
7893
7894 2005-01-15 Kevin Ryde <user42@zip.com.au>
7895
7896 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7897 suffix to space, $ or '$, to correctly position point when going
7898 to @table style constants like DBL_MAX.
7899
7900 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7901
7902 * type-break.el (type-break-mode, type-break-file-time)
7903 (type-break-file-keystroke-count, type-break-choose-file):
7904 Don't store data in or load data from the file if type-break-file-name
7905 is nil.
7906 (type-break-file-name): Doc update as per the above.
7907
7908 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7909
7910 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7911 lookup-key might return nil; handle that.
7912
7913 2005-01-15 Alan Mackenzie <acm@muc.de>
7914
7915 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7916 rather than the element found, thus enabling the tree to be setcar'd.
7917
7918 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7919
7920 * textmodes/org.el (org-show-following-heading): New option.
7921 (org-show-hierarchy-above): Use `org-show-following-heading'.
7922 (org-cycle): Documentation fix.
7923
7924 * textmodes/org.el (orgtbl-optimized): New option
7925 (orgtbl-mode): New command, a minor mode.
7926 (orgtbl-mode-map): New variable.
7927 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7928 (orgtbl-error, orgtbl-self-insert-command)
7929 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7930
7931 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7932 a local variable in each org-mode buffer.
7933
7934 * textmodes/org.el (org-set-regexps-and-options): Rename from
7935 `org-set-regexps'. Added checking for STARTUP keyword.
7936 (org-get-current-options): Add STARTUP options.
7937 (org-table-insert-row): Mode mode intelligent about when
7938 realignment is needed.
7939 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7940 New commands.
7941 (org-enable-table-editor): New default value `optimized'.
7942 (org-table-blank-field): Support blanking regions if active.
7943
7944 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7945
7946 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7947 if the year is not given.
7948
7949 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7950 Add new escapes %m and %M, fixed bug with %F by adding
7951 save-match-data.
7952 (reftex-reference): Remove ?. from list of spaces.
7953 (reftex-label-info): Add automatic label prefix recognition.
7954
7955 * textmodes/reftex-index.el (reftex-index-next-phrase):
7956 Add slave parameter to call of `reftex-index-this-phrase'.
7957 (reftex-index-this-phrase): New optional argument.
7958 (reftex-index-region-phrases): Add slave parameter to call of
7959 `reftex-index-this-phrase'.
7960 (reftex-display-index): New argument redo.
7961 (reftex-index-rescan): Add 'redo to arguments of
7962 `reftex-display-index'.
7963 (reftex-index-Rescan, reftex-index-revert)
7964 (reftex-index-switch-index-tag): Add 'redo to arguments of
7965 `reftex-display-index'.
7966 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7967 indexing. Fix bug with matching is there is a quote before or
7968 after the word.
7969
7970 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7971 Fix bug when collecting citation keys in lines with comments.
7972 (reftex-citation): Prefix argument no longer rescans the document,
7973 but forces prompting for optional arguments of cite macros.
7974 (reftex-do-citation): Prompting for optional arguments implemented.
7975
7976 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7977 Add optional arguments to most cite commands.
7978 (reftex-cite-cleanup-optional-args): New option
7979 (reftex-cite-prompt-optional-args): New option.
7980 (reftex-trust-label-prefix): New option.
7981
7982 * textmodes/reftex-toc.el (reftex-toc-find-section):
7983 Add push-mark before changing the position in the buffer.
7984
7985 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7986 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7987
7988 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7989
7990 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7991 more carefully.
7992
7993 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7996 (sgml-mode): Use it.
7997 (sgml-get-context): Better keep track of implicitly closed tags.
7998
7999 2005-01-13 Kenichi Handa <handa@m17n.org>
8000
8001 * textmodes/ispell.el: These changes are to fix misalignment error
8002 caused by equivalent characters of different Emacs charsets.
8003 (ispell-unified-chars-table): New variable.
8004 (ispell-get-decoded-string): New function.
8005 (ispell-get-casechars, ispell-get-not-casechars)
8006 (ispell-get-otherchars): Call ispell-get-decoded-string.
8007
8008 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
8009
8010 * custom.el (custom-declare-variable): Just put symbol instead
8011 of (defvar . symbol) in `current-load-list'.
8012
8013 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8014
8015 * emacs-lisp/elint.el: Fixed typo in Commentary section.
8016
8017 2005-01-12 Jay Belanger <belanger@truman.edu>
8018
8019 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8020 to create a Calc summary.
8021
8022 2005-01-12 Kim F. Storm <storm@cua.dk>
8023
8024 * mouse.el (mouse-on-link-p): Change functionality and doc
8025 string to comply with latest description in lisp ref.
8026
8027 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
8028
8029 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8030 Enable mouse clicks on mode-line, header-line and margin.
8031 (event-type): Give mouse event symbols an 'event-kind property
8032 with value 'mouse-click.
8033
8034 2005-01-12 Juri Linkov <juri@jurta.org>
8035
8036 * facemenu.el (list-colors-display): Add new arg buffer-name.
8037 Use it. Fix docstring. Replace code for identifying duplicate
8038 colors by the name with call to `list-colors-duplicates' which
8039 identifies duplicate colors by the value unless the color
8040 is one of special Windows colors. Set truncate-lines to t.
8041 Print sorted duplicate color names on each line. Indent to 22
8042 \(the longest color name in rgb.txt) instead of 20. Optimize.
8043 (list-colors-duplicates): New function.
8044 (facemenu-color-name-equal): Delete function.
8045
8046 * facemenu.el (list-colors-print): New function created from code
8047 in list-colors-display. Print #RRGGBB at the window right edge.
8048 (list-colors-display): When temp-buffer-show-function is not
8049 defined, call list-colors-print from temp-buffer-show-hook
8050 to get the right value of window-width in list-colors-print
8051 after the buffer is displayed.
8052
8053 * simple.el (pop-mark): Move deactivate-mark out of conditional
8054 part to deactivate the active mark regardless of the state of the
8055 mark ring.
8056
8057 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8058 variables line in desktop files.
8059
8060 2005-01-12 Juri Linkov <juri@jurta.org>
8061
8062 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8063 Bring together isearch highlight related options.
8064 (lazy-highlight): Replace group `replace' by `matching'.
8065 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8066 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8067 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8068 and declare them obsolete.
8069 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8070 (isearch-faces): Remove defgroup.
8071 (isearch-overlay, isearch-highlight, isearch-dehighlight):
8072 Move isearch highlighting code closer to lazy highlighting code.
8073
8074 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8075 (query-replace-highlight, query-replace-lazy-highlight)
8076 (query-replace): Move definitions to the beginning of the file.
8077
8078 2005-01-11 Juri Linkov <juri@jurta.org>
8079
8080 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8081 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8082 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8083
8084 * info.el (Info-history-forward): New variable.
8085 (Info-select-node): Reset Info-history-forward to nil.
8086 (Info-last): Turn into defalias.
8087 (Info-history-back): Rename from Info-last.
8088 Add current node to Info-history-forward.
8089 (Info-history-forward): New fun.
8090 (Info-mode-map): Replace Info-last by Info-history-back.
8091 Bind Info-history-forward to "r".
8092 (Info-mode-menu): Replace Info-last by Info-history-back.
8093 Fix menu item text. Add menu item for Info-history-forward.
8094 (info-tool-bar-map): Replace Info-last by Info-history-back.
8095 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
8096 for Info-history-forward.
8097 (Info-mode): Replace Info-last by Info-history-back in docstring.
8098 Add local variable Info-history-forward.
8099 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8100
8101 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8104 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8105 Ignore select-window events rather than fiddle with
8106 mouse-autoselect-window.
8107
8108 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
8109
8110 * type-break.el (type-break-mode): Fix previous change.
8111
8112 2005-01-10 Jay Belanger <belanger@truman.edu>
8113
8114 * calc/calc-ext.el (calc-reset): Reset when inside embedded
8115 calculator; only reset when point is inside a calculator.
8116 Don't adjust the window height if the window takes up the whole height
8117 of the frame.
8118
8119 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8120
8121 * ebuff-menu.el (Electric-buffer-menu-mode):
8122 Preserve value of buffer-local var header-line-format.
8123
8124 2005-01-09 Jay Belanger <belanger@truman.edu>
8125
8126 * calc/calc.el (calc-mode-var-list-restore-saved-values):
8127 Make sure settings file exists before accessing it.
8128
8129 * calc/calc-embed.el (calc-embedded-subst):
8130 Replace math-multi-subst-rec, which is only supposed to be called
8131 by math-multi-subst, by math-multi-subst.
8132
8133 2005-01-09 Andre Spiegel <spiegel@gnu.org>
8134
8135 * vc.el (vc-allow-async-revert): New user option.
8136 (vc-disable-async-diff): New internal variable.
8137 (vc-revert-buffer): Use them to disable asynchronous diff.
8138
8139 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8140 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8141 asynchronously if vc-disable-async-diff is t.
8142
8143 2005-01-09 Jay Belanger <belanger@truman.edu>
8144
8145 * calc/calc.el (defcalcmodevar): New macro.
8146 (calc-mode-var-list-restore-default-values)
8147 (calc-mode-var-list-restore-saved-values): New functions.
8148 (calc-mode-var-list): Use defcalcmodevar to define it.
8149 (calc-always-load-extensions, calc-line-numbering)
8150 (calc-line-breaking, calc-display-just, calc-display-origin)
8151 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8152 (calc-group-char, calc-point-char, calc-frac-format)
8153 (calc-prefer-frac, calc-hms-format, calc-date-format)
8154 (calc-float-format, calc-full-float-format, calc-complex-format)
8155 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8156 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8157 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8158 (calc-matrix-brackets, calc-language, calc-language-option)
8159 (calc-left-label, calc-right-label, calc-word-size)
8160 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8161 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8162 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8163 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8164 (calc-window-height, calc-display-trail, calc-show-selections)
8165 (calc-use-selections, calc-assoc-selections)
8166 (calc-display-working-message, calc-auto-why, calc-timing)
8167 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8168 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8169 (calc-gnuplot-default-device, calc-gnuplot-default-output)
8170 (calc-gnuplot-print-device, calc-gnuplot-print-output)
8171 (calc-gnuplot-geometry, calc-graph-default-resolution)
8172 (calc-graph-default-resolution-3d, calc-invocation-macro)
8173 (calc-show-banner): Use defcalcmodevar to declare them and set
8174 their default values.
8175
8176 * calc/calc-ext.el (calc-reset): Restore saved values of variables
8177 instead of default values (but restore default values if there is
8178 an argument of 0).
8179
8180 2005-01-09 David Kastrup <dak@gnu.org>
8181
8182 * desktop.el (desktop-restore-eager): Fix typo in type.
8183
8184 2005-01-08 Richard M. Stallman <rms@gnu.org>
8185
8186 * cus-edit.el (customize): Delete :link.
8187
8188 2005-01-08 Jay Belanger <belanger@truman.edu>
8189
8190 * calc/calc.el (calc-mode): Remove the extension from the
8191 `calc-settings-file' file name when loading it.
8192
8193 2005-01-08 Kim F. Storm <storm@cua.dk>
8194
8195 * info.el (Info-mode-map, Info-next-link-keymap)
8196 (Info-prev-link-keymap, Info-up-link-keymap):
8197 Map follow-link to mouse-face.
8198 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8199
8200 2005-01-08 Jay Belanger <belanger@truman.edu>
8201
8202 * calc/calc.el (calc-settings-file): Change default value.
8203 Suggested by cgw in a comment in calc-mode.el.
8204
8205 * calc/calc-mode.el (calc-settings-file-name):
8206 Compare calc-settings-file to user-init-file instead of ~/.emacs.
8207 Replace ~/.emacs in a prompt by calc-settings-file.
8208
8209 2005-01-07 Lars Hansen <larsh@math.ku.dk>
8210
8211 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8212 (desktop-lazy-idle-delay): New customizable variables.
8213 (desktop-buffer-args-list): New variable.
8214 (desktop-append-buffer-args): New function.
8215 (desktop-save): Call desktop-append-buffer-args for some buffers.
8216 (desktop-lazy-create-buffer): New function.
8217 (desktop-idle-create-buffers): New function.
8218 (desktop-read): Add message about buffers to restore lazily.
8219 (desktop-lazy-abort): New command.
8220 (desktop-clear): Call desktop-lazy-abort.
8221 (desktop-lazy-complete): New command.
8222
8223 2005-01-06 Richard M. Stallman <rms@gnu.org>
8224
8225 * emacs-lisp/find-func.el (find-face-definition):
8226 Rename from find-face.
8227
8228 2005-01-06 Kim F. Storm <storm@cua.dk>
8229
8230 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8231
8232 * man.el (Man-xref-man-page, Man-xref-header-file)
8233 (Man-xref-normal-file): Add follow-link property.
8234
8235 2005-01-06 Jay Belanger <belanger@truman.edu>
8236
8237 * calc/calc-units.el: Make sure the proper macro definitions are
8238 available when compiling.
8239
8240 2005-01-06 Juri Linkov <juri@jurta.org>
8241
8242 * isearch.el (isearch-lazy-highlight-update):
8243 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8244
8245 2005-01-06 Miles Bader <miles@gnu.org>
8246
8247 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8248 (isearch-lazy-highlight-face): Use new name.
8249
8250 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * uniquify.el (uniquify-rationalize-file-buffer-names):
8253 Re-add an interactive spec.
8254 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8255 to the same name.
8256
8257 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8258 (isearch-update, isearch-done): Adjust calls accordingly.
8259
8260 2005-01-05 Richard M. Stallman <rms@gnu.org>
8261
8262 * custom.el (custom-set-variables, custom-theme-set-variables):
8263 Clarify documentation.
8264
8265 * emacs-lisp/find-func.el (find-variable)
8266 (find-variable-other-window, find-variable-other-frame):
8267 Fix the TYPE args to find-function-read and find-function-do-it.
8268 (find-function): Doc fix.
8269 (find-function-at-point): Replace function-at-point alias.
8270
8271 2005-01-04 Richard M. Stallman <rms@gnu.org>
8272
8273 * cus-face.el (custom-declare-face):
8274 Record defface in current-load-list.
8275
8276 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8277
8278 * emacs-lisp/find-func.el: Doc fixes.
8279 (find-face-regexp): New variable.
8280 (find-function-regexp-alist): New variable.
8281 (find-function-C-source): Third arg is now TYPE.
8282 (find-function-search-for-symbol): Handle general TYPE.
8283 (find-function-read, find-function-do-it): Handle general TYPE.
8284 (find-definition-noselect, find-face): New functions.
8285 (function-at-point): Alias deleted.
8286
8287 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * battery.el (display-battery-mode): Rename from display-battery.
8290 Handle the case where it gets turned off.
8291
8292 2005-01-04 Richard M. Stallman <rms@gnu.org>
8293
8294 * cus-edit.el (customize): Make :link point to user doc.
8295
8296 * man.el (Man-fontify-manpage): Turn off undo generation.
8297
8298 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8299
8300 2005-01-04 Andreas Schwab <schwab@suse.de>
8301
8302 * files.el (insert-directory): Only look for error lines in
8303 inserted text. Don't move too far after processing --dired markers.
8304
8305 2005-01-04 Richard M. Stallman <rms@gnu.org>
8306
8307 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8308 Don't expand if the character is @, period, dash, etc.
8309 (define-mail-abbrev): Quote names that contain problem characters.
8310
8311 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
8312
8313 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
8314
8315 2005-01-03 Richard M. Stallman <rms@gnu.org>
8316
8317 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
8318 (query-replace-highlight, query-replace-lazy-highlight)
8319 (query-replace): Definitions moved up. Doc fix.
8320
8321 2005-01-03 Richard M. Stallman <rms@gnu.org>
8322
8323 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
8324 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8325 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8326 (lazy-highlight-face): Rename from isearch-lazy-...
8327 Change all references to them.
8328
8329 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8330
8331 * cus-edit.el (custom-file): Doc fix for defcustom.
8332 (custom-file): The function no longer sets the variable
8333 `custom-file' to its return value.
8334
8335 * startup.el (command-line): No longer load `custom-file'.
8336
8337 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8340
8341 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8342 Don't confuse module-prefixed identifiers for labels.
8343 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8344
8345 2005-01-02 Richard M. Stallman <rms@gnu.org>
8346
8347 * files.el (basic-save-buffer-1): Fix previous change.
8348
8349 * loadhist.el (file-loadhist-lookup): New function.
8350 (file-provides, file-requires): Use it.
8351
8352 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8353 instead of calculating the right size.
8354
8355 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8356
8357 * vc-svn.el (vc-svn-diff): Stay local if possible.
8358
8359 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8362
8363 * files.el (hack-local-variables): Fix last change.
8364
8365 2005-01-02 Jay Belanger <belanger@truman.edu>
8366
8367 * calc/calc-yank.el (calc-edit-top): New variable.
8368 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8369 object. Change header properties.
8370 (calc-edit-finish, calc-edit-finish-stack-object)
8371 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8372 edited object.
8373 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8374 for the beginning of the edited object.
8375 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8376 for the beginning of the edited object.
8377 * calc/calc-prog.el (calc-edit-macro-finish-edit)
8378 (calc-finish-formula-edit, calc-macro-repeats)
8379 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8380 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8381 beginning of the edited object.
8382 (calc-user-define-edit): Change the header for editing macros.
8383 Remove unnecessary variable.
8384
8385 2005-01-01 Jay Belanger <belanger@truman.edu>
8386
8387 * calc/calc-yank.el (calc-edit-mode): Change default header.
8388 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8389 * calc/calc-store.el (calc-edit-variable): Change title to match new
8390 header.
8391 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8392 mode to match new header.
8393 (calc-user-define-edit): Change titles to include names of commands.
8394 (calc-finish-formula-edit): Adjust to handle new header.
8395 (calc-finish-macro-edit): Remove.
8396 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8397 (calc-edit-macro-command, calc-edit-macro-command-type)
8398 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8399 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8400 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8401 (calc-edit-macro-finish-edit): New functions.
8402 (calc-user-define-edit): Use new functions to edit named calc macros.
8403
8404 2005-01-01 Stefan <monnier@iro.umontreal.ca>
8405
8406 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8407
8408 * ses.el (copy-region-as-kill): Deactivate mark.
8409
8410 2005-01-01 Richard M. Stallman <rms@gnu.org>
8411
8412 * replace.el (occur-1): If the output buffer is also an input,
8413 don't kill it, rename it.
8414
8415 * faces.el (set-face-background, set-face-foreground): Doc fix.
8416
8417 * cus-face.el (custom-face-attributes): Fix :help-echo strings
8418 for :foreground and :background.
8419
8420 * dired.el (dired-view-command-alist): Variable deleted.
8421 (dired-view-file, dired-mouse-find-file-other-window):
8422 Delete the code to use it.
8423
8424 2005-01-01 Kim F. Storm <storm@cua.dk>
8425
8426 * image.el (insert-sliced-image): Use t for line-height property.
8427
8428 2004-12-31 Jay Belanger <belanger@truman.edu>
8429
8430 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8431 for "var-" at the beginning of the minibuffer.
8432
8433 2004-12-31 Richard M. Stallman <rms@gnu.org>
8434
8435 * faces.el (read-face-name):
8436 Don't treat an attribute spec as a list of faces.
8437
8438 * simple.el (undo): Use undo-equiv-table to detect
8439 unexpected changes since previous undo.
8440 (undo-list-saved): Variable deleted.
8441 (buffer-disable-undo): Don't alter undo-list-saved.
8442
8443 * files.el (require-final-newline): Allow `visit' and `visit-save'.
8444 (mode-require-final-newline): New option.
8445 (after-find-file): Handle require-final-newline with new values.
8446 (basic-save-buffer): Handle new values of require-final-newline.
8447
8448 * progmodes/sh-script.el (sh-require-final-newline):
8449 Alist value now controls whether to use mode-require-final-newline.
8450 (sh-set-shell): Implement that new meaning.
8451
8452 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8453 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8454 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8455 Delete old-Emacs compatibility code.
8456 (antlr-c-common-init): Function deleted.
8457
8458 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8459 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8460 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8461 * progmodes/python.el (python-mode): Use mode-require-final-newline.
8462 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8463 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8464 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8465 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8466 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8467 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8468 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8469 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8470 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8471 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8472 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8473 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8474
8475 2004-12-31 Jay Belanger <belanger@truman.edu>
8476
8477 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8478 way to return to Calc.
8479
8480 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8481 finish, C-xk as the way to cancel the edit. Add cancel routine to
8482 kill-buffer-hook.
8483
8484 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8485 MacEdit code.
8486
8487 * calc/calc-prog.el: Remove obsolete MacEdit code.
8488 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8489 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8490
8491 2004-12-31 Kenichi Handa <handa@m17n.org>
8492
8493 * international/mule.el (buffer-file-coding-system-explicit):
8494 Rename for explicit-buffer-file-coding-system.
8495 (after-insert-file-set-coding): Adjust for the above change.
8496
8497 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8498 to buffer-file-coding-system-explicit.
8499 (basic-save-buffer-1): Likewise.
8500
8501 2004-12-30 Richard M. Stallman <rms@gnu.org>
8502
8503 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8504 (artist-butlast, artist-last): Functions deleted.
8505 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8506 (artist-compute-key-compl-table): Call remq directly.
8507 (artist-remove-nulls): Function deleted.
8508 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8509 (artist-push, artist-pop): Macro deleted.
8510
8511 2004-12-30 Andreas Leue <al@sphenon.de>
8512
8513 * textmodes/artist.el (artist-version): 1.2.6
8514 (artist-prev-next-op-alist): New variable.
8515 (artist-select-next-op-in-list): New function.
8516 (artist-select-prev-op-in-list): New function.
8517 (artist-make-prev-next-op-alist): New function.
8518 (artist-is-in-op-list-p): New function.
8519 (artist-get-first-non-nil-op): New function.
8520 (artist-get-last-non-nil-op): New function.
8521 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8522 artist-prev-next-op-alist.
8523 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8524 change drawing operation.
8525
8526 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8527
8528 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8529
8530 2004-12-31 Masatake YAMATO <jet@gyve.org>
8531
8532 * server.el (server-process-filter): Suppress `error', too.
8533
8534 2004-12-30 Jay Belanger <belanger@truman.edu>
8535
8536 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8537 Change the way a variable is displayed in a message.
8538
8539 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8540 (calc-user-define-permanent, calc-execute-kbd-macro):
8541 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8542
8543 2004-12-30 Kenichi Handa <handa@m17n.org>
8544
8545 * files.el (basic-save-buffer-1):
8546 Set explicit-buffer-file-coding-system to last-coding-system-used.
8547 (revert-buffer): Pay attention to
8548 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8549 on bind coding-system-for-read.
8550
8551 * international/mule.el (explicit-buffer-file-coding-system):
8552 New buffer local variable.
8553 (after-insert-file-set-coding): Set it to coding-system-for-read.
8554
8555 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8556
8557 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8558
8559 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8560
8561 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8562 that include line numbers.
8563
8564 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8565
8566 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8567 Redundant variable PREFIXLEN removed.
8568
8569 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8570
8571 * eshell/em-hist.el (eshell-previous-matching-input):
8572 Start the deletion from the end of the output.
8573
8574 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8575
8576 * term/mac-win.el: Require x-dnd.
8577 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8578
8579 2004-12-29 David Kastrup <dak@gnu.org>
8580
8581 * international/mule.el (decode-coding-inserted-region):
8582 Don't barf if `buffer-undo-list' is already set to `t'.
8583
8584 2004-12-29 Jay Belanger <belanger@truman.edu>
8585
8586 * calc/calc-prog.el (calc-user-define-formula): Put default values
8587 for function names in prompts.
8588 (calc-user-define-permanent, calc-user-define-composition)
8589 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8590 default input for algebraic functions.
8591
8592 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8593
8594 * vc-rcs.el (vc-rcs-annotate-command):
8595 Fix omission bug: Call `vc-setup-buffer'.
8596
8597 2004-12-29 Kenichi Handa <handa@m17n.org>
8598
8599 * international/mule.el (recode-region): New function.
8600
8601 2004-12-28 Richard M. Stallman <rms@gnu.org>
8602
8603 * simple.el (undo-extra-outer-limit): New variable.
8604 (undo-outer-limit-truncate): Test and set it.
8605
8606 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8607 enables the feature to extend the existing region.
8608
8609 * simple.el (mark-word): New arg ALLOW-EXTEND
8610 enables the feature to extend the existing region.
8611
8612 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8613 enables the feature to extend the existing region.
8614
8615 * startup.el (site-run-file): Don't allow setting it with Custom.
8616
8617 * simple.el (buffer-disable-undo): Fix previous change.
8618
8619 2004-12-27 Masatake YAMATO <jet@gyve.org>
8620
8621 * hexl.el (hexlify-buffer): Remove fontification here.
8622 Use font lock mechanism instead.
8623 (hexl-font-lock-keywords): New font lock kewords.
8624 (hexl-mode-old-font-lock-keywords): New variable.
8625 (hexl-mode): Store the old font lock keywords.
8626 (hexl-mode-exit): Restore the old font lock keywords.
8627
8628 2004-12-27 Richard M. Stallman <rms@gnu.org>
8629
8630 * simple.el (undo): Fix previous change.
8631
8632 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8633
8634 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8635 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8636 Call x-open-connection on Mac OS X.
8637
8638 2004-12-27 Richard M. Stallman <rms@gnu.org>
8639
8640 * files.el (buffer-save-without-query): New var (buffer-local).
8641 (save-some-buffers): Save those buffers first, w/o asking.
8642
8643 * files.el (insert-directory-ls-version): New variable.
8644 (insert-directory): When ls returns an error, test the version
8645 number to decide what the return code means.
8646 With --dired output format, detect and distinguish lines
8647 that are really error messages.
8648 (insert-directory-adj-pos): New function.
8649
8650 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8651
8652 * battery.el (battery-mode-line-format): Remove initial spaces.
8653
8654 * uniquify.el (uniquify-rationalize-file-buffer-names):
8655 Delete interactive spec.
8656
8657 * type-break.el (type-break-mode): Set buffer-save-without-query.
8658 Remove code that tried to set save-some-buffers-always.
8659 (type-break-file-keystroke-count): Bind deactivate-mark.
8660
8661 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8662
8663 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8664 Test that the buffer is live, and maybe reject current buffer too.
8665 Clarify.
8666 (next-error-find-buffer): Rewrite for clarity.
8667
8668 * loadup.el: Don't use buffer-disable-undo; do it directly.
8669
8670 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8671 (describe-variable): Call symbol-file with `defvar'.
8672
8673 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8674 (symbol-file): Rewritten to handle new load-history format.
8675 Now takes an arg TYPE to specify looking for a particular
8676 type of definition only.
8677
8678 * emacs-lisp/debug.el (debugger-make-xrefs):
8679 Call symbol-file with `defun'.
8680
8681 * emacs-lisp/find-func.el (find-function-noselect):
8682 Call symbol-file with `defun'.
8683 (find-variable-noselect): Call symbol-file with `defvar'.
8684
8685 * eshell/esh-cmd.el (eshell-find-alias-function):
8686 Call symbol-file with `defun'.
8687
8688 * eshell/esh-test.el (eshell-test-goto-func):
8689 Call symbol-file with `defun'.
8690
8691 * mail/rmail.el (rmail-resend):
8692 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8693
8694 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8695
8696 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8697
8698 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8699 Call buffer-disable-undo.
8700
8701 * simple.el (undo-list-saved): New variable (buffer-local).
8702 (undo): Set and test it.
8703 (buffer-disable-undo): Move here from buffer.c.
8704 Clear out undo-list-saved.
8705
8706 * international/mule.el (decode-coding-inserted-region):
8707 Set buffer-undo-list in a correct and optimal way.
8708
8709 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8710 (cperl-font-lock-unfontify-region-function): No need to save and
8711 restore info, since font-lock.el does it for us.
8712
8713 * ansi-color.el (save-buffer-state): Definition deleted.
8714 (ansi-color-unfontify-region): Don't use save-buffer-state.
8715
8716 2004-12-27 Dave Love <fx@gnu.org>
8717
8718 * wid-edit.el (function): Use restricted-sexp as parent.
8719
8720 2004-12-27 Kevin Ryde <user42@zip.com.au>
8721
8722 * simple.el (next-matching-history-element): Use same
8723 `interactive' form as previous-matching-history-element.
8724
8725 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8726 it can appear unencoded and has been seen from yahoo.
8727
8728 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8729
8730 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8731 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8732
8733 2004-12-27 Kenichi Handa <handa@m17n.org>
8734
8735 * international/utf-8.el (utf-translate-cjk-load-tables):
8736 Bind coding-system-for-read to nil while loading subst-*.
8737
8738 2004-12-26 Jay Belanger <belanger@truman.edu>
8739
8740 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8741 default input.
8742
8743 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8744
8745 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8746 before reverting and disable undo recording while reverting.
8747
8748 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8749
8750 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8751 (hs-make-overlay): New function.
8752 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8753 (hs-flag-region): Delete function.
8754 (hs-hide-comment-region): No longer use `hs-flag-region'.
8755 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8756 (hs-hide-block-at-point): Likewise.
8757 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8758 (hs-hide-all, hs-show-all): Likewise.
8759 (hs-show-block): Likewise.
8760 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8761
8762 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8763
8764 * progmodes/hideshow.el: Require `cl' when compiling.
8765 Remove XEmacs and Emacs 19 compatibility.
8766 Use `dolist' and `add-to-list' for load-time actions.
8767 (hs-discard-overlays): Use `dolist'.
8768 (hs-show-block): Likewise.
8769
8770 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8771
8772 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8773
8774 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8775
8776 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8777 When extending backwards, move outside the current comment first.
8778
8779 2004-12-22 Kenichi Handa <handa@m17n.org>
8780
8781 * international/quail.el (quail-start-translation): Fix prompt
8782 string for the case if input-method-use-echo-area being non-nil.
8783 (quail-start-conversion): Likewise.
8784 (quail-show-guidance): Don't show guidance if
8785 input-method-use-echo-area is non-nil.
8786
8787 2004-12-21 Richard M. Stallman <rms@gnu.org>
8788
8789 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8790
8791 2004-12-21 Markus Rost <rost@ias.edu>
8792
8793 * calendar/diary-lib.el (mark-diary-entries):
8794 Set mark-diary-entries-in-calendar only after checking for diary-file.
8795
8796 2004-12-21 Richard M. Stallman <rms@gnu.org>
8797
8798 * faces.el (escape-glyph): Use blue against light foreground.
8799
8800 * simple.el (undo-outer-limit-truncate): New function.
8801 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8802
8803 2004-12-21 Eli Barzilay <eli@barzilay.org>
8804
8805 * calculator.el (calculator-radix-grouping-mode)
8806 (calculator-radix-grouping-digits)
8807 (calculator-radix-grouping-separator):
8808 New defcustoms for the new radix grouping mode functionality.
8809 (calculator-mode-hook): Now used in electric mode too,
8810 (calculator): Call it.
8811 (calculator-mode-map): Some new keys.
8812 (calculator-message): New function. Some new calls.
8813 (calculator-op, calculator-set-register): Use it.
8814 (calculator-string-to-number): New function, mostly moved and
8815 updated code from calculator-curnum-value.
8816 (calculator-curnum-value): Use it.
8817 (calculator-paste): Use it, and update grabbing the current-kill.
8818 (calculator-rotate-displayer)
8819 (calculator-rotate-displayer-back): Toggle digit grouping when
8820 in radix mode, use calculator-message.
8821 (calculator-displayer-prev, calculator-displayer-next):
8822 Change digit group size when in radix mode.
8823 (calculator-number-to-string): Rename from
8824 calculator-num-to-string. Now deals with digit grouping in
8825 radix mode.
8826 (calculator-update-display, calculator-put-value): Use the new name.
8827 (calculator-fact): Return a floating point number.
8828 (calculator-mode): Doc fix.
8829
8830 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8831
8832 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8833 * calendar/diary-lib.el (view-other-diary-entries):
8834 Use current-prefix-arg in interactive spec.
8835
8836 2004-12-19 Jay Belanger <belanger@truman.edu>
8837
8838 * calc/calc-aent.el (calcAlg-blank-matching-open):
8839 Temporarily adjust the syntax of both delimiters of half-open intervals.
8840
8841 2004-12-19 Kim F. Storm <storm@cua.dk>
8842
8843 * mouse.el (mouse-1-click-follows-link): Doc fix.
8844
8845 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8846
8847 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8848 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8849 instead of centraleuropean as the name
8850
8851 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8852
8853 Sync with Tramp 2.0.46.
8854
8855 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8856 parameters wrt Tramp convention.
8857 (tramp-handle-file-attributes-with-perl)
8858 (tramp-handle-directory-files-and-attributes): Apply it.
8859 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8860 `copy-program'. Reported by Zack Weinberg
8861 <zack@codesourcery.com>.
8862 (top): Set `edebug-form-spec' property directly rather than
8863 calling `def-edebug-spec'.
8864
8865 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8866 advice less fragile. Surround temporary redefinition of
8867 `substitute-in-file-name' with `unwind-protect'. Suggested by
8868 Matt Hodges <MPHodges@member.fsf.org>.
8869
8870 2004-12-17 Juri Linkov <juri@jurta.org>
8871
8872 * replace.el (occur-accumulate-lines, occur-engine):
8873 Make forcing deferred font-lock fontification jit-specific.
8874
8875 2004-12-17 Kim F. Storm <storm@cua.dk>
8876
8877 * mouse.el (mouse-1-click-follows-link): New defcustom.
8878 (mouse-on-link-p): New function.
8879 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8880 functionality. Map a mouse-1 click event into a mouse-2 (or
8881 other) event when position is inside a link.
8882
8883 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8884 prefix in tooltip text with "mouse-1" when this is a link
8885 recognized by mouse-1-click-follows-link functionality.
8886
8887 * help.el (describe-key): Report effective and original binding
8888 for mouse-1 when clicked on a link.
8889 (describe-mode): Add follow-link property to "minor-mode" button.
8890
8891 * help-fns.el (describe-variable): Add follow-link property to
8892 "below" button.
8893
8894 * help-mode.el (help-xref): Add follow-link property.
8895
8896 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8897 (apropos-command, apropos-variable, apropos-face, apropos-group)
8898 (apropos-widget, apropos-plist): Add follow-link property.
8899
8900 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8901 checks if position is in a filename, rather than some other
8902 clickable item. Function looks for cvs-filename-face at position.
8903
8904 * wid-edit.el (widget-specify-field, widget-specify-button):
8905 Map a :follow-link keyword into a follow-link property.
8906 (link): Add :follow-link keyword, map to RET binding.
8907
8908 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8909
8910 * progmodes/compile.el (compilation-minor-mode-map)
8911 (compilation-button-map, compilation-mode-map): Likewise.
8912
8913 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8914
8915 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8916 (zone-replace-char): Take `count' and `del-count'
8917 instead of `direction'. Update callers. When `del-count' is
8918 non-nil, delete that many characters, otherwise `count' characters
8919 backwards. Insert the newly-replaced string `count' times.
8920 (zone-fret): Handle chars w/ width greater than one.
8921 (zone-fall-through-ws): No longer take window width `ww'.
8922 Update callers. Add handling for `char-width' greater than one.
8923 (zone-pgm-drip): Update var holding window-end position every cycle.
8924
8925 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8926
8927 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8928 rather than insert-file.
8929
8930 2004-12-16 Jay Belanger <belanger@truman.edu>
8931
8932 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8933 (math-init-random-base, math-random-digit): Check to see if
8934 var-RandSeed is bound.
8935 (math-random-last): Declare it.
8936 (math-random-digit): Don't make math-random-last local.
8937
8938 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8939
8940 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8941 one-shot thunk for uniform (error, quit, normal) recovery.
8942 Reported by John Paul Wallington.
8943 (zone-pgm-random-life): Fix bug:
8944 Recognize empty initial field by lack of "@" chars.
8945
8946 2004-12-16 Juri Linkov <juri@jurta.org>
8947
8948 * help.el (function-called-at-point):
8949 * help-fns.el (variable-at-point): As a last resort try stripping
8950 non-word prefixes and suffixes.
8951
8952 * descr-text.el (describe-property-list): Don't treat syntax-table
8953 specially. Use describe-text-sexp which inserts [show] button
8954 for large objects and handles printing errors. Sort properties
8955 by names in alphabetical order instead of by value sizes.
8956 Add `mouse-face' to list of properties for `describe-face' widget.
8957 (describe-char): Mask out face-id from 19 bits of character.
8958 Print face-id separately.
8959
8960 * replace.el (occur-accumulate-lines, occur-engine):
8961 Fontify unfontified matching lines in the source buffer
8962 before copying them.
8963 (occur-engine): Don't put mouse-face on context lines.
8964 (occur-next-error): Set point to line beginning/end
8965 before searching for prev/next property to skip multiple
8966 matches on a line (not supported by occur engine).
8967 Remove redundant prefix-numeric-value.
8968
8969 2004-12-15 Juri Linkov <juri@jurta.org>
8970
8971 * replace.el (match): New face.
8972 (list-matching-lines-face): Change default from `bold' to `match'.
8973
8974 * progmodes/grep.el (grep-match-face): New defvar.
8975 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8976 compilation-column-face to highlight grep matches.
8977
8978 * apropos.el (apropos-match-face): Change default from
8979 `secondary-selection' to `match'.
8980
8981 * info-look.el (info-lookup-highlight-face): Change default from
8982 `highlight' to `match'.
8983
8984 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8985
8986 * progmodes/executable.el (executable-interpret): Eliminate
8987 obsolete compile-internal, and switch to comint for interaction.
8988
8989 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8990
8991 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8992 `&&' when skipping multiple statements on a line.
8993
8994 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8995
8996 * play/zone.el (zone): Set `truncate-lines'.
8997 Also, init `tab-width' with value from original buffer.
8998 (zone-shift-up): Rewrite for speed.
8999 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9000 (zone-pgm-jitter): Remove redundant entries from ops vector.
9001 (zone-exploding-remove): Reduce iteration count.
9002 (zone-cpos): Convert to defsubst.
9003 (zone-replace-char): New defsubst.
9004 (zone-park/sit-for): Likewise.
9005 (zone-fret): Take window-start arg.
9006 Update callers. Use `zone-park/sit-for'.
9007 (zone-fill-out-screen): Rewrite.
9008 (zone-fall-through-ws): Likewise. Update callers.
9009 (zone-pgm-drip): Use `zone-replace-char'.
9010 Move var inits before while-loop. Use `zone-park/sit-for'.
9011 (zone-pgm-random-life): Handle empty initial field.
9012 Use `zone-replace-char' and `zone-park/sit-for'.
9013
9014 2004-12-15 Juri Linkov <juri@jurta.org>
9015
9016 * isearch.el (isearch-update): Test isearch-lazy-highlight
9017 before calling isearch-lazy-highlight-new-loop.
9018 (isearch-lazy-highlight-new-loop):
9019 Don't test isearch-lazy-highlight.
9020
9021 * replace.el (perform-replace): Add isearch-case-fold-search.
9022 Use delimited-flag for isearch-regexp.
9023 Reset isearch-lazy-highlight-last-string to force lazy
9024 highlighting when called from isearch mode.
9025 (query-replace-highlight): Revert defcustom type to boolean.
9026 (query-replace-lazy-highlight): New defcustom.
9027 (query-replace): New face.
9028 (perform-replace, replace-highlight, replace-dehighlight):
9029 Test query-replace-lazy-highlight instead of special value
9030 `isearch' of query-replace-highlight.
9031 (replace-dehighlight): Don't call isearch-dehighlight.
9032 (replace-highlight): Don't call isearch-highlight.
9033 Use face `query-replace' unconditionally.
9034
9035 2004-12-14 Kim F. Storm <storm@cua.dk>
9036
9037 * simple.el (inhibit-mark-movement): Remove defvar.
9038 (beginning-of-buffer, end-of-buffer): Don't use it.
9039
9040 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9041 Don't use inhibit-mark-movement.
9042
9043 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9044 (cua--undo-push-mark): Remove.
9045 (cua--pre-command-handler, cua--post-command-handler):
9046 Don't fiddle with inhibit-mark-movement.
9047
9048 2004-12-14 Juri Linkov <juri@jurta.org>
9049
9050 * buff-menu.el (list-buffers-noselect): Collect internal info
9051 for every buffer in BUFFER-LIST arg too.
9052 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9053 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9054 Bind same-window-buffer-names and same-window-regexps to nil.
9055
9056 2004-12-13 Juri Linkov <juri@jurta.org>
9057
9058 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9059
9060 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9061 (sc-cite-region, sc-uncite-region, sc-recite-region):
9062 Fix previous change to handle not alist as a symbol, but
9063 a citation frame as a symbol that represents a variable name.
9064
9065 2004-12-13 Richard M. Stallman <rms@gnu.org>
9066
9067 * filecache.el (file-cache-add-directory-using-find):
9068 Only set up file-cache-find-command-posix-flag if we will use it.
9069
9070 * bindings.el (mode-line-buffer-identification-keymap):
9071 Don't cancel the mode-line's usual down-mouse-1 binding.
9072
9073 * cus-edit.el (custom-face-selected): Handle `default' specs.
9074 (custom-face-edit): Increase extra-offset.
9075 (custom-display): Handle `default' specs.
9076
9077 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9078
9079 * emacs-lisp/elint.el (elint-standard-variables)
9080 (elint-unknown-builtin-args): Move definitions up.
9081
9082 * net/browse-url.el (browse-url-url-at-point): Add autoload.
9083
9084 * info.el (info-xref-visited): Use `default' instead of t.
9085 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9086
9087 * faces.el (header-line, mode-line-inactive, tool-bar):
9088 Use `default' instead of t for setting the defaults.
9089 (face-spec-choose): Separate `t' from `default'.
9090
9091 * subr.el (while-no-input): New macro.
9092
9093 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
9094
9095 * filecache.el (file-cache-add-directory-using-find):
9096 Only test file-cache-find-command-posix-flag on some systems.
9097
9098 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9101 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9102 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9103 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9104 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9105
9106 2004-12-12 Juri Linkov <juri@jurta.org>
9107
9108 * files.el (find-file-other-window, find-file-other-frame):
9109 Add the first buffer to the returned value to return the complete
9110 list of all visited buffers.
9111 (find-file-read-only, find-file-read-only-other-window)
9112 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9113 `find-file-read-args'. Signal an error about non-existent file
9114 only if file name doesn't contain wildcards. Toggle read-only in
9115 all visited buffers.
9116 (find-alternate-file, find-alternate-file-other-window):
9117 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
9118 called interactively. Pass arg `wildcards' to other functions.
9119 (find-file-noselect): Doc fix.
9120
9121 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9122 Doc fix.
9123 (ffap-directory-finder): New variable.
9124 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9125 (ffap-file-at-point): Add /* to immediately rejected names.
9126 Return absolute file names matching ffap-dired-wildcards.
9127 (ffap-read-file-or-url): Set default value for `completing-read'
9128 to `buffer-file-name'.
9129 (find-file-at-point): When filename matches ffap-dired-wildcards,
9130 call ffap-file-finder with t arg `wildcards', instead of dired.
9131 (ffap-other-window, ffap-other-frame): Return visited buffers.
9132 (ffap-read-only, ffap-read-only-other-window)
9133 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9134 (dired-at-point): Call ffap-directory-finder instead of dired.
9135 (ffap-dired-other-window, ffap-dired-other-frame)
9136 (ffap-list-directory): New commands.
9137 (ffap-bindings): New keybindings for new commands.
9138
9139 2004-12-12 Juri Linkov <juri@jurta.org>
9140
9141 * simple.el (beginning-of-buffer, end-of-buffer):
9142 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9143 Do not push mark when mark is active in transient-mark-mode.
9144
9145 * simple.el (mark-word):
9146 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9147 * textmodes/paragraphs.el (mark-paragraph):
9148 Extend the region when mark is active in transient-mark-mode,
9149 regardless of the last command. Doc fix.
9150
9151 * simple.el (mark-word): Preserve direction when repeating.
9152 Make arg optional. Interactive "p" -> "P".
9153 (transient-mark-mode, inhibit-mark-movement): Doc fix.
9154
9155 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9156 preserving direction, to mark forward instead of backward when mark
9157 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9158
9159 2004-12-12 Juri Linkov <juri@jurta.org>
9160
9161 * isearch.el (isearch-edit-string): Set 7th arg of
9162 `read-from-minibuffer' to `t' to inherit the current input
9163 method (whose name is indicated by [IM] in the minibuffer prompt)
9164 from the current buffer to the minibuffer.
9165 (isearch-lazy-highlight-update): Put body to `with-local-quit'
9166 to allow C-g quitting for lazy highlighting looping inside the
9167 search with nested repetition operators. Add overlay to the list
9168 before setting its face and other properties to avoid the case of
9169 code quitting after placing the new overlay but before it's
9170 recorded on the list. Select the window where isearch was
9171 activated, to highlight matches in the right window when isearch
9172 switches the current window to the minibuffer.
9173
9174 * international/isearch-x.el
9175 (isearch-process-search-multibyte-characters):
9176 Use `isearch-message' as initial input for `read-string' instead
9177 of adding it to the minibuffer prompt. After reading a string
9178 remove the initial value of `isearch-message' from the string.
9179
9180 * replace.el (replace-match-maybe-edit): Doc fix.
9181 (perform-replace): Don't call `replace-highlight' when automatic
9182 replacement is requested in literal mode, since it is intended
9183 only to highlight words during entering a new replacement string
9184 for \? in non-literal mode.
9185
9186 * replace.el (query-replace-highlight): Add new value `isearch'
9187 that allows query replacement to use isearch highlighting.
9188 Change type from `boolean' to `choice'. Doc fix.
9189 (replace-highlight, replace-dehighlight, perform-replace):
9190 Use isearch highlighting if query-replace-highlight eq `isearch'.
9191
9192 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9195 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9196
9197 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9198 case of \end{verbatim}.
9199
9200 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9201
9202 * term.el (term-termcap-format): Synchronyze with terminfo.
9203 (term-emulate-terminal): Handle reset.
9204 (term-reset-terminal): New function.
9205
9206 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
9207
9208 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9209 (zone-fill-out-screen): New func.
9210 (zone-pgm-drip): Use `zone-fill-out-screen'.
9211 Also, no longer go to point-min on every cycle.
9212 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9213 (zone-pgm-random-life-wait): New user var.
9214 (zone-pgm-random-life): New func.
9215
9216 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
9217
9218 * files.el (auto-mode-alist): Map .com to DCL mode.
9219
9220 2004-12-09 Richard M. Stallman <rms@gnu.org>
9221
9222 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9223
9224 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
9225
9226 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9227 buffer with a display margin.
9228
9229 2004-12-08 Jay Belanger <belanger@truman.edu>
9230
9231 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9232 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9233
9234 2004-12-08 Richard M. Stallman <rms@gnu.org>
9235
9236 * faces.el: Delete code to set display table.
9237 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
9238
9239 2004-12-08 Jay Belanger <belanger@truman.edu>
9240
9241 * calc/calc.el: Add math-read-preprocess-string to autoloads.
9242
9243 * calc/calc-ext.el (math-read-replacement-list)
9244 (math-read-superscripts, math-read-preprocess-string): Move to
9245 calc-aent.el.
9246
9247 * calc/calc-aent.el (math-read-replacement-list)
9248 (math-read-superscripts, math-read-preprocess-string): Move from
9249 calc-ext.el.
9250
9251 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * isearch.el (isearch-quote-char): Fix up typo in last change.
9254
9255 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9256
9257 * mouse.el (mouse-set-font): Handle the case where the command was
9258 not invoked using the mouse.
9259
9260 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
9261 (edmacro-finish-edit): Further update for keyboard macros that are
9262 lambda forms.
9263 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
9264
9265 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * font-lock.el (font-lock-unfontify-region): Save buffer state.
9268 (font-lock-default-unfontify-region): Don't save buffer state any more.
9269
9270 2004-12-07 Jay Belanger <belanger@truman.edu>
9271
9272 * calc/calc-help.el (calc-describe-key):
9273 Set calc-summary-indentation even when Calc Summary buffer exists.
9274
9275 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
9276
9277 * calendar/holidays.el (holiday-easter-etc): Make arguments
9278 optional for backwards compatibility. Doc fix.
9279 Remove un-necessary local vars mandatory, output-list.
9280 (holiday-advent): Make arguments optional for backwards
9281 compatibility. Doc fix.
9282
9283 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * paren.el (show-paren-function): Fix last change (2004-12-02).
9286
9287 * international/mule-util.el (char-displayable-p): Return nil for
9288 unibyte mode.
9289
9290 * subr.el (subregexp-context-p): New function.
9291
9292 * isearch.el (isearch-quote-char): Use it.
9293
9294 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9295 (regexp-opt-not-groupie*-re): Remove.
9296 (regexp-opt): Properly handle inputs with duplicate entries.
9297
9298 2004-12-06 Richard M. Stallman <rms@gnu.org>
9299
9300 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9301
9302 * cus-edit.el (custom-file): Doc fix.
9303
9304 * textmodes/org.el: New file.
9305
9306 2004-12-06 Kenichi Handa <handa@m17n.org>
9307
9308 * ldefs-boot.el: Update international/mule-util.el section.
9309
9310 2004-12-05 Sam Steingold <sds@gnu.org>
9311
9312 * net/tramp.el (tramp-handle-file-accessible-directory-p):
9313 Fix `tramp-time-diff' comparison logic.
9314
9315 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
9316
9317 * progmodes/which-func.el (which-function):
9318 Use `run-hook-with-args-until-success' instead of a custom loop.
9319 Fixes bug with local hooks.
9320
9321 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9322
9323 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
9324 Use delete-dups when calculating the initial value.
9325 (bibtex-autokey-get-title): Use <=.
9326 (bibtex-goto-line): New function.
9327 (bibtex-reposition-window): Use line numbers instead of point
9328 positions. Use window-body-height.
9329 (bibtex-find-crossref): Use bibtex-reposition-window.
9330 (bibtex-find-entry): Use bibtex-reposition-window. Always return
9331 position of entry if key is found or nil if not found.
9332
9333 2004-12-05 Richard M. Stallman <rms@gnu.org>
9334
9335 * cus-edit.el (custom-file): Doc fix.
9336
9337 * progmodes/sh-script.el (sh-indent-for-then): Change default.
9338
9339 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * simple.el (blink-matching-open):
9342 * textmodes/tex-mode.el (tex-validate-region):
9343 Obey syntax-table text properties.
9344
9345 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
9346
9347 * wid-edit.el (widget-specify-field): Add `real-field' property to
9348 boundary.
9349 (widget-field-at): Use it.
9350
9351 2004-12-02 Richard M. Stallman <rms@gnu.org>
9352
9353 * progmodes/cc-mode.el (awk-mode autoload):
9354 Supply t meaning interactive function.
9355
9356 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
9357 (isearch-mode-map): No special definition for space.
9358 (isearch-whitespace-chars): Command deleted.
9359 (isearch-forward-regexp): Doc fix.
9360 (isearch-quote-char): When a space is not inside brackets,
9361 use `[ ]' instead of just space.
9362 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9363
9364 * imenu.el (imenu--generic-function): Delete code to exclude
9365 matches in comments.
9366
9367 * man.el (Man-reverse-face): Change default to `highlight'.
9368
9369 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9370 (occur-engine): Use `face' prop rather than `font-lock-face'
9371 when specifying use of `match-face'.
9372 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9373
9374 * emacs-lisp/elint.el (elint-standard-variables): Update list.
9375
9376 * add-log.el (add-log-current-defun): Handle the case where point
9377 is in the header part of a DEFUN construct.
9378
9379 2004-12-02 Dave Love <fx@gnu.org>
9380
9381 * progmodes/python.el (python-font-lock-syntactic-keywords):
9382 Fix previous change.
9383
9384 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
9385
9386 * paren.el (show-paren-function): Check for matching chars
9387 specified by text props.
9388
9389 2004-12-02 Jay Belanger <belanger@truman.edu>
9390
9391 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9392 when reading a new key sequence.
9393
9394 2004-12-02 Kim F. Storm <storm@cua.dk>
9395
9396 * faces.el (escape-glyph): Rename from glyph.
9397 (standard-display-table): Set it here. Add escape-glyph face to
9398 extra slot characters.
9399
9400 * disp-table.el: Undo 2004-12-01 change. Display table is now
9401 setup in faces.el.
9402
9403 2004-12-02 Mark A. Hershberger <mah@everybody.org>
9404
9405 * xml.el (xml-parse-dtd): Don't show validity messages when
9406 xml-validating-parser is nil.
9407 (xml-substitute-special): Fix validity error messages to
9408 actually show the unexpandable entity. Added validity error if &
9409 isn't followed by an entity.
9410 (xml-parse-tag): Concatenate any string following the a
9411 <![CDATA[]]> section to the parsed CDATA.
9412 (xml-parse-dtd): Skip parameter entity declarations and use of
9413 parameter entities.
9414
9415 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9416
9417 * kmacro.el (kmacro-default-counter-format): New var.
9418 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
9419 (kmacro-display): Remove `nil' from `and' form. Delete call to
9420 `format' inside `message'.
9421 (kmacro-start-macro): Use `kmacro-default-counter-format'.
9422
9423 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9424
9425 * pcvs.el (cvs-header-msg): New function.
9426 (cvs-update-header): Use it. Change calling convention.
9427 Correctly handle the case of having simultaneous active processes.
9428 (cvs-sentinel): Don't call cvs-update-header any more.
9429 (cvs-mode-run): Update call and add cvs-update-header to postproc.
9430
9431 2004-12-01 Jay Belanger <belanger@truman.edu>
9432
9433 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9434 Change message.
9435
9436 2004-12-01 Juri Linkov <juri@jurta.org>
9437
9438 * progmodes/prolog.el (prolog-mode-variables):
9439 Fix imenu-generic-expression.
9440
9441 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
9442
9443 * faces.el (glyph): New face.
9444
9445 * disp-table.el: Add an autoloaded table, that doesn't require
9446 this library, with glyph face.
9447
9448 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9449 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9450 (conf-quote-normal): Allow normalizing only ' or ".
9451 (conf-mode): Regexp-quote constructed comment-start and don't
9452 match section {} where "name" contains braces.
9453
9454 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9455 files.
9456
9457 2004-12-01 Kenichi Handa <handa@m17n.org>
9458
9459 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9460 (x-select-text): Don't treat eight-bit-control/graphic chars
9461 specially. Store the encoded text in the X cut buffer.
9462 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9463 with x-last-selected-text-cut-encoded.
9464
9465 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9468
9469 2004-11-30 Markus Rost <rost@ias.edu>
9470
9471 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9472 AUCTeX.
9473
9474 2004-11-30 Jay Belanger <belanger@truman.edu>
9475
9476 * calc/calc-arith.el (math-possible-signs): Made stronger checks
9477 on signs of intervals.
9478 (math-pow-of-zero): Strengthen checks for positive and negative
9479 exponents.
9480
9481 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9482 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9483 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9484 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9485 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9486 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9487 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9488 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9489 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9490 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9491 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9492 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9493 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9494 with provide statements.
9495
9496 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9497
9498 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9499
9500 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9501 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9502 functions by require statements.
9503 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9504
9505 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9506 (calc-gnuplot-print): Give them values.
9507
9508 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9509 autoloads.
9510 Add calc-do-embedded-activate to autoloads.
9511 (calc-gnuplot-name, calc-gnuplot-plot-command)
9512 (calc-gnuplot-print-command): Move them to calc-graph.el.
9513
9514 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9515
9516 * term/mac-win.el (ccl-encode-mac-roman-font)
9517 (ccl-encode-mac-cyrillic-font)
9518 (ccl-encode-mac-centraleuropean-font, encoder-list)
9519 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9520 Support Cyrillic, CentralEuropean, and Dingbat font display
9521
9522 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9523
9524 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9525
9526 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9527 still nil.
9528
9529 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9530
9531 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9532 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9533
9534 2004-11-29 Jay Belanger <belanger@truman.edu>
9535
9536 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9537 cases of the base and exponent.
9538
9539 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9540
9541 * simple.el (next-error-buffer-p): Allow for inclusive and
9542 exclusive tests for finding a buffer.
9543 (next-error-find-buffer): Pass the exclusive and inclusive tests
9544 to next-error-buffer-p.
9545
9546 * replace.el (occur-next-error): Switch to the Occur buffer when
9547 appropriate, use the exclusive filter to next-error-find-buffer to
9548 do it. Use the absolute value of the motion amount.
9549
9550 2004-11-29 Kenichi Handa <handa@m17n.org>
9551
9552 * startup.el (command-line): Decode all default-directory by
9553 locale-coding-system.
9554
9555 2004-11-29 Jay Belanger <belanger@truman.edu>
9556
9557 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9558 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9559 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9560 Replace calls to calc-extensions by appropriate require, replace
9561 calc-extensions-loaded by appropriate featurep.
9562
9563 * calc/calc-ext.el: Move require to end of file.
9564 Remove redundant loading of calc.el.
9565 (calc-extensions-loaded): Remove unnecessary variable.
9566 (calc-extensions): Remove unnecessary function.
9567 (calc-load-everything): Replace calc-need-macros by appropriate require.
9568
9569 * calc/calc-macs.el: Move provide to end of file.
9570 (calc-need-macros): Remove unnecessary function.
9571
9572 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9573 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9574 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9575 Replace calc-extensions by appropriate require.
9576 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9577
9578 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9579 Replace calc-need-macros by appropriate require.
9580
9581 * calc/calc.el: Move require to end of file.
9582 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9583 Remove unnecessary variable.
9584 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9585 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9586 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9587 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9588 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9589 (math-format-number, math-format-bignum, math-read-number)
9590 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9591 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9592 by appropriate require.
9593 (calc-check-defines): Replace calc-need-macros by appropriate require.
9594
9595 2004-11-29 Kim F. Storm <storm@cua.dk>
9596
9597 * macros.el (insert-kbd-macro): Handle kmacro functions.
9598
9599 2004-11-28 Juri Linkov <juri@jurta.org>
9600
9601 * compare-w.el (compare-windows-highlight): Attach each overlay
9602 to its window to properly highlight differences while comparing
9603 two windows of the same buffer. Fix arguments.
9604 (compare-windows-sync-default-function): Fix arguments of
9605 `compare-windows-highlight'.
9606
9607 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9608 Use `read-expression-history'. Set initial contents only if
9609 `edebug-global-break-condition' is non-nil. Set histpos to 1
9610 if initial contents is equal to the last history element.
9611 (edebug-set-conditional-breakpoint): Instead of temporarily
9612 prepending the current condition to the history, set initial
9613 contents to the current condition. Set histpos to 1 if initial
9614 contents is equal to the last history element.
9615
9616 * info.el (Info-search-whitespace-regexp): Remove shy group.
9617 (Info-search): Forward line if search is on the header line.
9618 Use search-whitespace-regexp in two other places.
9619
9620 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9621
9622 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9623 warning. Delay real definition, which uses
9624 `set-fringe-indicators-1' till after the definition of that function.
9625
9626 2004-11-28 Kim F. Storm <storm@cua.dk>
9627
9628 * fringe.el (fringe): New defgroup.
9629 (fringe-mode): Move to fringe group.
9630 (fringe-indicators): New defcustom.
9631 (set-fringe-indicators-1): New defun.
9632
9633 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9634 (menu-bar-showhide-fringe-ind-menu): New keymap.
9635 (menu-bar-showhide-fringe-ind-empty)
9636 (menu-bar-showhide-fringe-ind-mixed)
9637 (menu-bar-showhide-fringe-ind-box)
9638 (menu-bar-showhide-fringe-ind-right)
9639 (menu-bar-showhide-fringe-ind-left)
9640 (menu-bar-showhide-fringe-ind-none): New defuns.
9641 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9642
9643 2004-11-27 Richard M. Stallman <rms@gnu.org>
9644
9645 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9646
9647 * generic.el (define-generic-mode): Doc fix.
9648
9649 * menu-bar.el (menu-bar-options-save): For the options
9650 that are toggled with menu-bar-make-mm-toggle, don't check
9651 for customized-value prop.
9652
9653 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9654
9655 * mail/supercite.el (sc-cite-region): Handle the case where
9656 sc-cite-frame-alist is a symbol.
9657 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9658 a symbol.
9659 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9660 a symbol.
9661
9662 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9663
9664 * wid-edit.el (widget-narrow-to-field): New function.
9665 (widget-complete): Use it.
9666
9667 2004-11-27 Jay Belanger <belanger@truman.edu>
9668
9669 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9670 variable.
9671 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9672 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9673 (math-alg-inequalities): Move declaration to earlier in the file.
9674
9675 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9676 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9677 Declare them.
9678
9679 * calc/calc-lang.el (math-expr-data, math-expr-token)
9680 (math-exp-old-pos): Declare them.
9681
9682 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9683 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9684
9685 2004-11-27 Kim F. Storm <storm@cua.dk>
9686
9687 * progmodes/flymake.el: Use (featurep 'xemacs).
9688 (flymake-makehash): Change to defsubst. Use fboundp.
9689 (flymake-time-to-float): Remove.
9690 (flymake-float-time): Merge code from flymake-time-to-float here.
9691 (flymake-replace-regexp-in-string): Change to defsubst.
9692 (flymake-split-string-remove-empty-edges):
9693 Rename to flymake-split-string.
9694 (flymake-split-string): Remove previous defalias.
9695 (flymake-get-temp-dir): Change to defsubst.
9696 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9697 Define for xemacs only.
9698 (flymake-master-file-count-limit): Change into compiler defvar only.
9699 (flymake-find-possible-master-files): Let-bind it dynamically while
9700 sorting files using flymake-master-file-compare.
9701
9702 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9705 of defun-prompt-regexp matches inside a comment/string but the
9706 beginning is correctly outside everything.
9707
9708 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9709 appears within a string or a comment.
9710
9711 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9712 rather than make-symbol for symbols which are used in
9713 a symbol-macrolet or equivalent.
9714
9715 2004-11-26 Jay Belanger <belanger@truman.edu>
9716
9717 * calc-misc.el (calc-last-why-command): Declare it.
9718
9719 * calc-vec.el (math-grade-vec): New variable.
9720 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9721 Replace variable grade-vec by declared variable.
9722 (math-rb-close): New variable.
9723 (math-read-brackets, math-read-vector): Replace variable close by
9724 declared variable.
9725
9726 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9727 (calc-one-window, calc-edit-handler, calc-restore-trail)
9728 (calc-allow-ret): Declare them.
9729
9730 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9731 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9732 (math-radix-float-cache-tag, math-random-cache)
9733 (math-max-digits-cache, math-integral-cache, math-units-table)
9734 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9735 (math-moc-func): New variable.
9736 (math-map-over-constants, math-map-over-constants-rec):
9737 Replace variable func by declared variable.
9738
9739 * calc/calc-store.el (calc-given-value, calc-store-opers):
9740 Declare them.
9741 (calc-var-name-map): Move declaration to earlier in the file.
9742 (calc-pv-pos): New variable.
9743 (calc-permanent-variable, calc-insert-permanent-variable):
9744 Replace variable pos by declared variable.
9745
9746 * calc/calc-mtx.el (calc-det-lu): New variable.
9747 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9748
9749 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9750 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9751 and arg by declared variables.
9752 (calcFunc-reducer): Fix incorrect variable.
9753 (math-inner-mul-func, math-inner-add-func): New variables.
9754 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9755 and add-func by declared variables.
9756
9757 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9758 (calc-digit-value): Declare them.
9759
9760 * calc/calc-help.el (Info-history): Declare it.
9761 (calc-describe-key): Make calc-summary-indentation a local variable.
9762 (calc-help-long-names): Move declaration to earlier in file.
9763
9764 * calc/calc-embed.el (calc-original-buffer): Declare it.
9765 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9766 (calc-embed-bot): New variables.
9767 (calc-do-embedded, calc-embedded-mark-formula)
9768 (calc-embedded-find-bounds, calc-embedded-duplicate)
9769 (calc-embedded-new-formula, calc-embedded-make-info):
9770 Replace vars outer-top, outer-bot, bot and top by declared variables.
9771 (calc-embed-prev-modes): New variable.
9772 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9773 prev-modes with declared variable.
9774 (calc-embed-vars-used): New variable.
9775 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9776 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9777 vars-used by declared variable.
9778
9779 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9780 (math-format-radix-float): Remove unnecessary setq.
9781 (math-radix-float-cache): Declare it.
9782
9783 * calc/calcsel2.el (calc-keep-selection): Declare it.
9784
9785 * calc/calc-maint.el: Remove file.
9786
9787 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9788
9789 * textmodes/bibtex.el (bibtex-sort-entry-class)
9790 (bibtex-comment-start): Use defcustom.
9791 (bibtex-entry-field-alist): Use nil if initial content of the
9792 field is undefined. Fix docstring.
9793 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9794 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9795 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9796 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9797 Fix docstring.
9798 (bibtex-autokey-title-terminators): Use only one regexp.
9799 (bibtex-string-maybe-empty-head): New variable.
9800 (bibtex-remove-delimiters-string): New function.
9801 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9802 Use bibtex-remove-delimiters-string.
9803 (bibtex-progress-message, bibtex-field-left-delimiter)
9804 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9805 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9806 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9807 Simplify.
9808 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9809 Use eq and bibtex-remove-delimiters-string. For end markers use
9810 insertion type so that marker stays after inserted text.
9811 (bibtex-autokey-get-names): Return empty string if name is missing.
9812 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9813 calling bibtex-autokey-name-case-convert.
9814 (bibtex-autokey-demangle-title):
9815 Call bibtex-autokey-titleword-case-convert. Remove call to
9816 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9817 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9818 (bibtex-read-key): New optional arg global.
9819 (bibtex-files-expand): New optional arg force.
9820 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9821 (bibtex-complete-crossref-cleanup): Rename from
9822 bibtex-complete-key-cleanup. Simplify code.
9823 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9824 Operate on current entry.
9825 (bibtex-button): Add docstring.
9826 (bibtex-entry): Simplify.
9827 (bibtex-make-field): Replace optional arg called-by-yank with more
9828 specific args move and interactive.
9829 (bibtex-end-of-entry): Use forward-sexp.
9830 (bibtex-find-entry-globally): Remove.
9831 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9832 Bound to C-c C-x.
9833 (bibtex-find-entry): New optional args global and display.
9834 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9835 (bibtex-validate): Use arg force of bibtex-files-expand.
9836 (bibtex-clean-entry): Bugfix, clean string entries properly.
9837 Always keep point at beginning of entry.
9838 (bibtex-complete): Bugfix. Handle string entries properly.
9839 Call cleanup functions only if needed.
9840 (bibtex-String): Use bibtex-read-string-key.
9841 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9842 case of replacement text.
9843
9844 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9845
9846 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9847 (tramp-perl-directory-files-and-attributes): New constant.
9848 (tramp-file-name-handler-alist): Delete file-directory-files, add
9849 directory-files-and-attributes.
9850 (tramp-perl-file-attributes): Surround uid and gid by double
9851 quotes. Change parameter id-format from nonnumeric.
9852 (tramp-convert-file-attributes): New function.
9853 (tramp-handle-file-attributes): Use it.
9854 (tramp-maybe-send-perl-script): New function.
9855 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9856 file mode. Change parameter id-format from nonnumeric.
9857 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9858 from nonnumeric.
9859 (tramp-post-connection): Don't send tramp-perl-file-attributes
9860 script. Reset connection property "perl-scripts".
9861 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9862 in use.
9863
9864 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9865
9866 * desktop.el (desktop-read): Replace mapcar with mapc.
9867 (desktop-create-buffer): Replace mapcar with mapc.
9868 Remove redundant piece of code.
9869
9870 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9871
9872 * progmodes/gud.el (gud-display-line): Use display-buffer
9873 for GDB-UI as for GUD.
9874
9875 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9876 Delete variables.
9877 (gdb-ann3): Don't make GUD buffer dedicated.
9878 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9879 (gdb-display-source-buffer): Delete function.
9880 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9881 (menu): Delete menu bindings for viewing source/assembler.
9882 (gdb-setup-windows, gdb-restore-windows):
9883 Don't dedicate GUD. No assembler now.
9884 (gdb-reset): No need to undedicate source buffers now.
9885 (gdb-source-info): No assembler now.
9886
9887 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9888
9889 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9890 width to those for special frames.
9891 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9892 Use display-buffer.
9893 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9894 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9895 (gdb-frame-assembler-buffer): Rework like
9896 gdb-frame-breakpoints-buffer.
9897
9898 2004-11-25 Richard M. Stallman <rms@gnu.org>
9899
9900 * progmodes/flymake.el: Reindent.
9901 (flymake-split-string): Turn into defalias.
9902 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9903 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9904 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9905 (flymake-build-relative-filename): Rename from ...path.
9906 Fix error message.
9907
9908 2004-11-25 Cheng Gao <chenggao@gmail.com>
9909
9910 * progmodes/flymake.el: Much whitespace and capitalization change.
9911 Move `provide' to end. Require `compile' only when compiling.
9912
9913 2004-11-24 Jay Belanger <belanger@truman.edu>
9914
9915 * calc/calc-alg.el: Added comment.
9916 (math-polynomial-base): Replace variable mpb-top-expr by
9917 math-poly-base-top-expr.
9918
9919 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9920 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9921 variable.
9922 (math-poly-base-total-base): New variable.
9923 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9924 mpb-total-base by declared variable.
9925 (math-factored-vars, math-to-list): Declare it.
9926 (math-fact-expr): New variable.
9927 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9928 (math-factor-expr-try, math-factor-expr-part): Replace variable
9929 expr by declared variable.
9930 (math-fet-x): New variable.
9931 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9932 by declared variable.
9933 (math-factor-poly-coefs): Make temp a local variable.
9934
9935 * calc/calc-units.el (calc-convert-units): Make units a local
9936 variable.
9937 (calc-num-units, calc-den-units): New variables.
9938 (calc-explain-units, calc-explain-units-rec): Replace variables
9939 num-units and den-units by declared variables.
9940 (math-cu-unit-list): New variable.
9941 (math-build-units-table, math-compare-unit-names)
9942 (math-convert-units, math-convert-units-rec): Replace variable
9943 unit-list by declared variable.
9944 (math-fbu-base, math-fbu-entry): New variables.
9945 (math-find-base-units, math-find-base-units-rec): Replace variables
9946 base and entry by declared variables.
9947 (math-which-standard): New variable.
9948 (math-to-standard-units, math-to-standard-rec): Replace variable
9949 which-standard by declared variable.
9950 (math-fcu-u): New variable.
9951 (math-find-compatible-unit, math-find-compatible-unit-rec):
9952 Replace variable u by declared variable.
9953 (math-cu-new-units, math-cu-pure): New variables.
9954 (math-convert-units, math-convert-units-rec): Replace variables
9955 new-units and pure by declared variables.
9956 (math-try-cancel-units): New variable.
9957 (math-simplify-units-quotient): Replace variable try-cancel-units by
9958 declared variable.
9959
9960 2004-11-24 Richard M. Stallman <rms@gnu.org>
9961
9962 * textmodes/ispell.el (ispell-check-version):
9963 If default-directory is nonexistent, use home dir.
9964
9965 * progmodes/grep.el (grep-regexp-alist):
9966 Don't match parens around line numbers.
9967
9968 * progmodes/cperl-mode.el (cperl-indent-region)
9969 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9970 Don't print progress messages.
9971
9972 * progmodes/compile.el (compilation-mode-map):
9973 Don't inherit from compilation-minor-mode-map;
9974 copy its bindings instead. But the menu bar Compile
9975 entry now does inherit from compilation-menu-map.
9976
9977 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9978 Use with-no-warnings around compiler-macroexpand.
9979
9980 * imenu.el: Don't always require newcomment.
9981 (imenu--generic-function): Call comment-normalize-vars
9982 if we have a comment syntax.
9983 Exit the loop if REGEXP matches the null string.
9984 Test comment-start as well as comment-start-skip
9985 when deciding whether to check for comments.
9986
9987 * tooltip.el (tooltip-mode): Doc fix.
9988
9989 * term.el (term-escape-char, term-mode): Doc fixes.
9990
9991 2004-11-24 Dave Love <fx@gnu.org>
9992
9993 * progmodes/python.el (python-font-lock-syntactic-keywords):
9994 Check for escapes in the regexp.
9995 (python-quote-syntax): Don't do it here.
9996
9997 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9998
9999 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10000 (gdb-frames-mode-map, gdb-threads-mode-map)
10001 (gdb-registers-mode-map, gdb-locals-mode-map)
10002 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10003 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10004
10005 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10006 (dedicated-switch-to-buffer): Rework.
10007 (gdb-var-evaluate-expression-handler, gdb-put-string):
10008 Remove unused variable bindings.
10009 (gdb-setup-windows, gdb-display-buffer):
10010 Simplify. Use pop-to-buffer.
10011 (gdb-view-source-function): Simplify.
10012 (gdb-frame-breakpoints-buffer):
10013 Use pop-to-buffer, special-display-regexps.
10014
10015 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10016
10017 * progmodes/f90.el (f90-smart-end)
10018 (f90-previous-statement, f90-beginning-of-block): Doc fix.
10019 (f90-calculate-indent): Handle un-named PROGRAM blocks.
10020 (f90-end-of-block): Doc fix. Make check of outermost block
10021 conditional on value of `f90-smart-end'.
10022 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10023 Handle case where END-BLOCK is nil.
10024 (f90-match-end): Handle un-named PROGRAM blocks.
10025 (f90-backslash-not-special): New function.
10026
10027 2004-11-24 Jay Belanger <belanger@truman.edu>
10028
10029 * calc/calc.el (calc-embedded-active): Removed unnecessary
10030 declaration.
10031 (calc-show-banner): Removed redundant declaration.
10032
10033 * calc/calc-graph.el (calc-gnuplot-default-device)
10034 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10035 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10036 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10037 Remove redundant initial values.
10038
10039 * calc/calc-arith.el (math-scalar-functions)
10040 (math-nonscalar-functions, math-scalar-if-args-functions)
10041 (math-real-functions, math-positive-functions)
10042 (math-nonnegative-functions, math-real-scalar-functions)
10043 (math-real-if-arg-functions, math-integer-functions)
10044 (math-num-integer-functions, math-rounding-functions)
10045 (math-float-rounding-functions, math-integer-if-args-functions)
10046 (math-super-types): Move declarations to earlier in file.
10047 (math-unit-prefixes): Declared it.
10048 (math-floor-prec, math-trunc-prec): New variables.
10049 (math-trunc-fancy): Replace variable prec by declared variable.
10050 (math-floor-fancy): Replace variable prec by declared variable.
10051 (math-com-bterms): New variable.
10052 (math-commutative-equal, math-commutative-collect):
10053 Replace variable bterms by declared variable.
10054
10055 * calc/calc-misc.el (math-trunc): Replace variable prec by
10056 math-trunc-prec.
10057 (math-floor): Replace variable prec by math-floor-prec.
10058
10059 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10060 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10061 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10062 (math-format-date, math-format-date-part): Replace variables
10063 date, dt, year, month, day, weekday, hour, minute, second and
10064 bc-flag by declared variables.
10065 (math-pd-str): New variable.
10066 (math-parse-date, math-parse-date-word, math-parse-standard-date):
10067 Replace variable str by declared variable.
10068 (math-daylight-savings-hook, math-tzone-names): Move definitions
10069 to earlier in the file.
10070 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10071 (math-sh-year): New variable.
10072 (math-setup-add-holidays, math-setup-holidays)
10073 (math-setup-year-holidays): Replace variable `year' by declared
10074 variable.
10075
10076 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10077 New variables.
10078 (math-nth-root-float, math-nth-root-float-iter): Replace variables
10079 n, nf and nfm1 by declared variables.
10080 (math-nri-n): New variable.
10081 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10082 n by declared variable.
10083 (calcFunc-log): Removed misplaced condition.
10084
10085 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10088
10089 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10090
10091 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10092 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10093 Dedicate gdb-related windows.
10094 (gdb-display-buffer): Dedicate gdb-related windows.
10095 Don't grab other frames.
10096 (gdb-reset): Remove dedicated property after debugging.
10097
10098 2004-11-24 Jay Belanger <belanger@truman.edu>
10099
10100 * calc/calc-sel.el: Add comment.
10101
10102 * calc/calc.el (math-stack-value-offset): Replace variables c,
10103 wid and off with math-svo-c, math-svo-wid and math-svo-off.
10104
10105 * calc/calccomp.el (math-comp-sel-tag): Declare it.
10106 (math-svo-c, math-svo-wid, math-svo-off): New variables.
10107 (math-stack-value-offset-fancy): Replace variables c, wid and off
10108 by declared variables.
10109 (math-comp-just, math-comp-comma-spc): New variables.
10110 (math-compose-expr, math-compose-matrix): Replace variables `just'
10111 and comma-spc by declared variable.
10112 (math-comp-vector-prec): New variable.
10113 (math-compose-expr, math-compose-matrix, math-compose-rows):
10114 Replace variable vector-prec by declared variable.
10115 (math-comp-left-bracket, math-comp-right-bracket)
10116 (math-comp-comma): New variables.
10117 (math-compose-expr, math-compose-rows): Replace variables
10118 left-bracket, right-bracket and comma by declared variables.
10119 (math-comp-full-width): New variable.
10120 (math-comp-to-string-flat, math-comp-to-string-flat-term):
10121 Replace variable full-width by declared variable.
10122 (math-comp-highlight, math-comp-word, math-comp-level)
10123 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10124 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10125 New variables.
10126 (math-comp-to-string-flat, math-comp-to-string-flat-term)
10127 (math-comp-sel-flat-term): Replace variables comp-highlight,
10128 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10129 declared variables.
10130 (math-comp-simplify, math-comp-simplify-term)
10131 (math-comp-add-string, math-comp-add-string-sel):
10132 Replace variables comp-highlight, comp-buf, comp-base,
10133 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10134
10135 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10136
10137 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10138
10139 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10140 and x-server-version may throw.
10141
10142 2004-11-23 Kim F. Storm <storm@cua.dk>
10143
10144 * subr.el (substitute-key-definition-key): Optimize.
10145 Don't call indirect-function for nil defn (always signals error).
10146
10147 * ido.el (ido-read-internal): Fix require-match check when
10148 ido-directory-too-big is set.
10149
10150 2004-11-23 Jay Belanger <belanger@truman.edu>
10151
10152 * calc/calc-ext.el (math-read-replacement-list)
10153 (math-read-superscripts): New variables.
10154 (math-read-preprocess-string): New function.
10155 (math-read-expr): Filter input through math-read-preprocess-string.
10156
10157 * calc/calc-aent.el (math-read-exprs): Filter input through
10158 math-read-preprocess-string.
10159
10160 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
10161
10162 * progmodes/compile.el (compilation-start): In cd command use
10163 substitute-env-vars -- not quite shell compatible but better than
10164 nothing.
10165 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10166 handle the newer versions messages, which are more parseable.
10167
10168 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10169
10170 * reveal.el (reveal-mode-map): New var.
10171 (reveal-mode): Use it.
10172
10173 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
10174
10175 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10176 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10177
10178 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10181 header-line when needed.
10182 Use fixed-pitch only in the header-line.
10183 Build the underline automatically. Use emdash if available.
10184
10185 2004-11-22 Richard M. Stallman <rms@gnu.org>
10186
10187 * dired.el (dired-recursive-copies): Move from dired-aux.el.
10188 * dired-aux.el (dired-recursive-copies): Move to dired.el.
10189
10190 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
10191
10192 * progmodes/gdb-ui.el (gdb-resync): New function.
10193 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10194 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10195 Use it to fail more gracefully.
10196 (gdb-variables): Delete variable.
10197 Re-order variables to reduce byte-compiler warnings.
10198
10199 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * descr-text.el (describe-char):
10202 * paren.el (show-paren-function):
10203 * subr.el (syntax-after): Undo last change.
10204
10205 * progmodes/python.el (run-python): Don't hard code *Python*.
10206 Don't modify global process-environment.
10207 (python-send-region, python-load-file): Don't assume that
10208 python-buffer == (process-buffer (python-proc)).
10209 (python-switch-to-python): Simplify.
10210
10211 * dired.el (dired-align-file): Don't assume line starts with spaces.
10212
10213 2004-11-21 Jay Belanger <belanger@truman.edu>
10214
10215 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10216 Replace variable `lines' by math-read-big-lines.
10217 (math-read-big-expr): Replace variables the-baseline, the-h2
10218 and err-msg by math-read-big-baseline, math-read-big-h2 and
10219 math-read-err-msg.
10220 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10221
10222 * calc/calc-lang.el (math-read-big-rec): Fix typo.
10223 (math-read-big-balance): Replace unbound variable by value.
10224 (math-read-big-lines): New variable.
10225 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10226 (math-read-big-error, math-read-big-balance): Replace variable
10227 `lines' by declared variable.
10228 (math-read-big-baseline, math-read-big-h2): New variables.
10229 (math-read-big-rec): Replace variables the-baseline and the-h2
10230 by declared variables.
10231 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10232 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10233 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10234 declared variables.
10235 (math-read-big-err-msg): New variable.
10236 (math-read-big-error): Replace variable err-msg by declared variable.
10237
10238 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * ses.el: Add coding cookie.
10241 Fix up docstrings, follow new commenting conventions.
10242 (ses-header-line-menu): Fix missing variable rename for header-row.
10243 (ses-cell-size): Remove.
10244 (ses-make-cell): New function.
10245 (ses-cell, ses-insert-row, ses-insert-column): Use it.
10246 (ses-calculate-cell): Remove unused var `symbol'.
10247 (ses-narrowed-p): New function.
10248 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10249 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10250 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10251 (ses-setup): Use restore-buffer-modified-p.
10252 (ses-cleanup): Remove unused var `end'.
10253 (ses-header-string-left-offset): Remove.
10254 (ses-create-header-string): Adjust to new behavior of `align-to'.
10255 Truncate excessively large fields to preserve alignment.
10256 (ses-reconstruct-all): Remove unused var `refs'.
10257 (ses-read-cell-printer): Remove unused var `prompt'.
10258 (ses-delete-row): Remove unused var `pos'.
10259 (ses-delete-column): Remove unused var `new'.
10260
10261 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10262
10263 * ps-print.el: Insert :version tag into all defgroup and defcustom.
10264 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10265 Eliminate eval-and-compile usage.
10266 (ps-insert-file): Use insert-file-contents instead of insert-file.
10267 (ps-setup): Code fix.
10268
10269 * printing.el (pr-setup, lpr-setup): Code fix.
10270
10271 2004-11-21 Jay Belanger <belanger@truman.edu>
10272
10273 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
10274 (calc-original-buffer): Declare them.
10275 (calc-user-formula-alist): New variable.
10276 (calc-user-define-formula, calc-fix-user-formula)
10277 (calc-user-define-composition, calc-finish-formula-edit):
10278 Replace variable `alist' by declared variable.
10279 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10280 (var-q7, var-q7, var-q8, var-q9): Declare them.
10281 (calc-kbd-push): Don't check to see if var-q0 through var-q9
10282 are bound.
10283 (calcFunc-typeof): Replace undeclared variable by expression.
10284 (math-exp-env): New variable.
10285 (math-define-body, math-define-exp): Replace exp-env by declared var.
10286 (math-define-exp): Replace misplaced variable by expression.
10287
10288 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10289 (calc-curve-model, calc-curve-coefnames): New variables.
10290 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10291 varnames, model and coefnames by declared variables.
10292 (math-root-widen): New variable.
10293 (math-search-root, math-find-root): Replace variable root-widen by
10294 declared variable.
10295 (var-DUMMY): Declare it.
10296 (math-root-vars, math-min-vars): Move the declarations to earlier in
10297 the file.
10298 (math-brent-min): Make d a local variable.
10299 (math-find-minimum): Replace non-existent variable.
10300 (math-ninteg-romberg): Remove unnecessary variable.
10301 (math-ninteg-temp): New variable.
10302 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10303 integ-temp by declared variable.
10304 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
10305 New variables.
10306 (math-general-fit): Replace variables first-var, first-coef and
10307 new-coefs by declared variables.
10308 (calcFunc-fitvar): Replace variable first-var by declared variable.
10309 (calcFunc-fitparam): Replace variable first-coef by declared variable.
10310 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
10311 (math-all-vars-vars, math-all-vars-found): New variables.
10312 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
10313 found by declared variable math-all-vars-vars.
10314
10315 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10316
10317 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
10318 of `defconst'.
10319
10320 2004-11-20 Richard M. Stallman <rms@gnu.org>
10321
10322 * isearch.el (isearch-mode-map): Don't bind SPC.
10323 (isearch-whitespace-chars): Function deleted.
10324 (isearch-search): Bind search-spaces-regexp.
10325 (isearch-lazy-highlight-search): Likewise.
10326 (search-whitespace-regexp): Doc fix.
10327 (isearch-forward-regexp): Doc fix.
10328
10329 * emacs-lisp/bytecomp.el (byte-compile-form):
10330 Move the calls to byte-compile-set-symbol-position,
10331 to avoid having two for the same symbol occurrence.
10332
10333 * comint.el (comint-input-ring-size): Increase to 150.
10334
10335 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10336 New variables.
10337 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10338 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10339
10340 * imenu.el (imenu--generic-function):
10341 Ensure we keep moving backward even if BEG isn't further back.
10342
10343 * replace.el (query-replace-read-to, query-replace-read-from):
10344 Specify t for KEEP-ALL in read-from-minibuffer.
10345
10346 * progmodes/python.el (python-switch-to-python):
10347 If Python isn't running, start it.
10348 Don't alter debug-ignored-errors.
10349
10350 * progmodes/cperl-mode.el (cperl-indent-region):
10351 Don't mind imenu-scanning-message.
10352
10353 * bindings.el (global-map): Bind C-e to move-end-of-line.
10354
10355 * simple.el (line-move-finish): New arg FORWARD.
10356 Ignore invisible newlines, not intangible ones.
10357 Conditions for acceptable stopping positions depend on FORWARD.
10358 (line-move): Pass FORWARD arg to line-move-finish.
10359
10360 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10361 of HEADER. Compensate for this change in the code to add display
10362 properties. Don't make the first line intangible.
10363
10364 * info.el (Info-search): Fix previous change.
10365
10366 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10367
10368 * Makefile.in (recompile): Revert 2004-11-19 change.
10369 (compile): Likewise.
10370
10371 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
10372
10373 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10374
10375 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10376
10377 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
10378 defgroup and defcustom. Eliminate eval-and-compile usage.
10379
10380 * progmodes/ebnf-otz.el: Fix typos.
10381
10382 2004-11-19 Jay Belanger <belanger@truman.edu>
10383
10384 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10385 (calc-edit-finish, calc-finish-stack-edit): Replace variable
10386 disp-trail by declared variable.
10387
10388 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10389 (calc-finish-selection-edit): Replace variable disp-trail by
10390 declared variable.
10391 (calc-selection-cache-entry): Move declaration to earlier in the file.
10392 (calc-selection-cache-num, calc-selection-cache-comp)
10393 (calc-selection-cache-offset, calc-selection-true-num)
10394 (calc-final-point-line, calc-final-point-column)
10395 (calc-original-buffer): Declare them.
10396 (calc-fnp-op, calc-fnp-num): New variables.
10397 (calc-find-nth-part, calc-find-nth-part-rec)
10398 (calc-select-previous): Replace op and num by declared variables.
10399 (calc-rsf-old, calc-rsf-new): New variables.
10400 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10401 Replace variables old and new by declared variables.
10402 (calc-sel-reselect): New variable.
10403 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10404 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10405 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10406 reselect with declared variable.
10407
10408 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10409 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10410 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10411 (math-import-list, math-rewrite-phase): Declare them.
10412 (math-rewrite): Use let* to declare variables.
10413 (calc-rewrite-selection): Make rules a local variable.
10414 (calc-rewr-sel): New variable.
10415 (calc-rewrite-selection, calc-locate-selection-marker)
10416 (calc-rewrite): Use the declared variable calc-rewr-sel instead
10417 of sel.
10418 (math-rewrite-whole-expr): New variable.
10419 (math-rewrite, math-rewrite-phase): Replace variable expr by
10420 declared variable.
10421 (math-rewrite-heads-heads, math-rewrite-heads-skips)
10422 (math-rewrite-heads-blanks ): New variables.
10423 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10424 heads, skips and blanks by declared variables.
10425 (math-rwcomp-subst-old, math-rwcomp-subst-new)
10426 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10427 New variables.
10428 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10429 old, new, old-func and new-func by declared variables.
10430 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10431 Remove unnecessary variable.
10432 (math-apply-rw-regs): New variable.
10433 (math-apply-rewrites, math-rwapply-replace-regs)
10434 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10435 (math-apply-rw-ruleset): New variable.
10436 (math-apply-rewrites, math-rwapply-remember): Replace variable
10437 ruleset by declared variable.
10438
10439 2004-11-19 Richard M. Stallman <rms@gnu.org>
10440
10441 * info.el (Info-search): Use search-whitespace-regexp.
10442
10443 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10444
10445 * vc-rcs.el (vc-rcs-parse): New function.
10446 (vc-rcs-annotate-command): Likewise.
10447 (vc-rcs-annotate-current-time): Likewise.
10448 (vc-rcs-annotate-time): Likewise.
10449 (vc-rcs-annotate-extract-revision-at-line): Likewise.
10450
10451 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10452
10453 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10454
10455 2004-11-18 Jay Belanger <belanger@truman.edu>
10456
10457 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10458
10459 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10460
10461 * printing.el: Eliminate use of interactive-p and eval-and-compile.
10462 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10463 Use make-temp-file to generate PostScript files in any situation.
10464 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10465 (pr-interactive-p): Eliminate var.
10466 (pr-save-interactive): Eliminate macro.
10467 (pr-interface, pr-ps-directory-preview)
10468 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10469 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10470 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10471 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10472 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10473 (pr-ps-region-ps-print, pr-ps-mode-preview)
10474 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10475 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10476 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10477 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10478 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10479 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10480 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10481 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10482 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10483 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10484 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10485 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10486 Eliminate pr-save-interactive usage.
10487 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10488 Eliminate pr-interactive-p usage.
10489 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10490 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10491 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10492 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10493 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10494 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10495 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10496 New funs.
10497 (pr-ps-file): Use make-temp-file to generate a temporary file.
10498
10499 2004-11-17 Jay Belanger <belanger@truman.edu>
10500
10501 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10502 a local variable.
10503 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10504 (math-top-only): New variable.
10505 (math-simplify, math-simplify-step): Replace variable top-only by
10506 declared variable math-top-only.
10507 (math-simplify-expr): Declare it.
10508 Replace argument expr in all calls of math-defsimplify by
10509 math-simplify-expr.
10510 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10511 (math-simplify-divisor, math-simplify-one-divisor)
10512 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10513 (math-simplify-pow): Replace variable expr by declared variable
10514 math-simplify-expr.
10515 (math-simplify-divisor): Remove local variables temp and op.
10516 (math-simplify-one-divisor): Make temp and op local variables.
10517 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10518 New variables.
10519 (math-simplify-divisor, math-simplify-one-divisor):
10520 Replace variables nover and dover by declared variables.
10521 (math-expr-subst-new, math-expr-subst-old): New variables.
10522 (math-expr-subst, math-expr-subst-rec): Replace variables new
10523 and old by declared variables.
10524 (math-is-poly-degree, math-is-poly-loose): New variables.
10525 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10526 and loose by declared variables.
10527 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10528 (math-polynomial-base, math-polynomial-base-rec):
10529 Replace variables const-ok and mpb-pred by declared variables.
10530
10531 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10532
10533 * calc/calc-ext.el (math-defsimplify): Change the argument in
10534 the created function to math-simplify-expr.
10535
10536 * calc/calc-units.el (math-simplify-expr): Declare it.
10537 Replace argument expr in all calls of math-defsimplify by
10538 math-simplify-expr.
10539 (math-simplify-units-prod): Replace variable expr by declared
10540 variable math-simplify-expr.
10541
10542 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10543
10544 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10545 Replace mapcar->dolist, format->string.
10546
10547 2004-11-17 Miles Bader <miles@gnu.org>
10548
10549 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10550 * progmodes/idlwave.el: Remove RCS keywords.
10551
10552 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10553
10554 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10555 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10556 Update to IDLWAVE version 5.5. Too many changes to list them here.
10557 * progmodes/idlw-help.el: New file.
10558
10559 2004-11-16 Richard M. Stallman <rms@gnu.org>
10560
10561 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10562 Discard spaces after \i according to TeX rules.
10563
10564 * international/mule.el (set-buffer-file-coding-system):
10565 New arg NOMODIFY.
10566 (after-insert-file-set-coding): Pass that new arg.
10567 Prevent set-buffer-multibyte from trying to lock the file.
10568
10569 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10570
10571 * saveplace.el (save-place): Doc fix.
10572
10573 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10574 temporarily widen before finding the following word to copy.
10575
10576 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10577 (cl-map-keymap): Definition deleted.
10578
10579 * subr.el (map-keymap-internal): New function.
10580
10581 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10582
10583 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10584 when pressing rather than when releasing mouse-2. Simplify.
10585
10586 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10589 (compilation-mode): Set it here instead.
10590
10591 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10592
10593 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10594 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10595
10596 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * progmodes/compile.el (compilation-internal-error-properties):
10599 Fix up a transposition-typo. Check end-col before using it.
10600
10601 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10602
10603 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10604 Discard whitespace after macro \i when converting it.
10605
10606 2004-11-16 Juri Linkov <juri@jurta.org>
10607
10608 * emacs-lisp/find-func.el (find-function-regexp):
10609 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10610 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10611 Remove invalid `\W' from [^cgv\W]. Doc fix.
10612 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10613
10614 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10615
10616 * play/life.el: Maintainer is now FSF.
10617 (life-patterns, life-neighbor-deltas, life-window-start)
10618 (life-current-generation, life-generation-string): Use defvar
10619 instead of defconst.
10620
10621 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * progmodes/compile.el (compilation-move-to-column): New fun.
10624 (compilation-internal-error-properties)
10625 (compilation-next-error-function): Use it to make sure we don't go past
10626 the end of line.
10627
10628 2004-11-15 John Paul Wallington <jpw@gnu.org>
10629
10630 * autoinsert.el (auto-insert-alist): Insert the user's name in
10631 copyright notice, rather than Free Software Foundation, for the
10632 Emacs Lisp header case too.
10633
10634 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10635
10636 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10637 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10638 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10639 return the list of string in a string.
10640 (pr-call-process): Message if calling process returns an error, that
10641 is, the exit status is different of zero.
10642
10643 2004-11-15 Jay Belanger <belanger@truman.edu>
10644
10645 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10646 variable var-thing.
10647 (math-integ-depth, math-integ-level, math-integral-limit)
10648 (math-enable-subst, math-any-substs, math-integ-msg)
10649 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10650 (math-int-threshold, math-int-factors, math-double-roots)
10651 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10652 (var-GenCount): Declare these variables.
10653 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10654 (math-integral-cache, math-integral-cache-state):
10655 Move declarations to earlier in the file.
10656 (math-deriv-var, math-deriv-total, math-deriv-symb)
10657 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10658 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10659 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10660 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10661 (math-solve-res): New variables
10662 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10663 (math-integral, math-replace-integral-parts)
10664 (math-integrate-by-parts, calc-dump-integral-cache)
10665 (math-try-integral, math-do-integral, math-do-integral)
10666 (math-do-integral-methods, math-try-solve-for)
10667 (math-try-solve-prod, math-solve-poly-funny-powers)
10668 (math-solve-crunch-poly, math-decompose-poly)
10669 (math-solve-find-root-term, math-find-root-in-prod)
10670 (math-integ-try-linear-substitutions)
10671 (math-integ-try-substitutions, math-expr-rational-in)
10672 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10673 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10674 (math-solve-for, math-solve-system, math-solve-system-rec)
10675 (math-solve-get-sign, math-solve-get-int)
10676 (math-solve-system-subst): Replace undeclared variables with newly
10677 declared variables.
10678
10679 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10680
10681 * winner.el (winner-active-region, winner-edges, winner-window-list):
10682 Define at toplevel.
10683 (winner-mode-map): Move init inside declaration.
10684
10685 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10686
10687 * files.el (convert-standard-filename): Doc fix.
10688
10689 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10690
10691 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10692 passwd, group, shadow, default/* and pam.d/*.
10693
10694 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10695
10696 * printing.el (pr-menu-spec): Adjust menu specification.
10697
10698 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10699
10700 * printing.el: Doc fix. Insert :version tag into all defcustom.
10701 Handle interactive-p as is recommended in Emacs Lisp Reference.
10702 Set the file permission bits for newly created files.
10703 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10704 The printing menu specification (in `pr-menu-spec') was merged.
10705 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10706 (pr-version): New version number (6.8.3).
10707 (pr-file-modes): New option.
10708 (pr-interactive-p): New var.
10709 (pr-save-interactive, pr-save-file-modes): New macros.
10710 (pr-setup): Code fix.
10711 (pr-menu-spec): Menu specification merged.
10712 (pr-call-process, pr-text2ps): Set file permission bits.
10713 (pr-despool-print): Set file permission bits. Handle interactive-p as
10714 is recommended.
10715 (pr-interface, pr-ps-directory-preview)
10716 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10717 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10718 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10719 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10720 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10721 (pr-ps-region-ps-print, pr-ps-mode-preview)
10722 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10723 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10724 (pr-despool-using-ghostscript, pr-despool-ps-print)
10725 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10726 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10727 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10728 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10729 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10730 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10731 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10732 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10733 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10734 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10735 Handle interactive-p as is recommended.
10736
10737 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10738
10739 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10740 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10741
10742 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10743 so it doesn't forget to highlight the beginning of the region either.
10744
10745 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10746
10747 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10748 (c-font-lock-init): Eliminate obsolete make-local-hook.
10749 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10750 (awk-mode): Use run-mode-hooks.
10751
10752 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10753
10754 2004-11-13 Kim F. Storm <storm@cua.dk>
10755
10756 * mouse.el (mouse-drag-copy-region): Add :version.
10757 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10758 while dragging mode line, so mode line can be dragged downwards.
10759 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10760 while pressing mouse button so window doesn't scroll until we
10761 release the mouse if clicking on partially visible line.
10762
10763 2004-11-12 Jay Belanger <belanger@truman.edu>
10764
10765 * calc/calc-graph.el (calc-dumb-map): Declare it.
10766 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10767 than unbound.
10768 (calc-graph-name): Made `end' a local variable.
10769 (calc-graph-lookup): Made `varname' a local variable.
10770 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10771 Declare them.
10772 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10773 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10774 the unused variable y3vec.
10775 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10776 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10777 calc-graph-prev-kill-hook.
10778 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10779 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10780 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10781 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10782 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10783 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10784 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10785 (calc-graph-y3value, calc-graph-y3name)
10786 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10787 (calc-graph-stepcount, calc-graph-is-splot)
10788 (calc-graph-surprise-splot, calc-graph-blank)
10789 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10790 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10791 (calc-graph-recompute-2d, calc-graph-compute-3d)
10792 (calc-graph-format-data): Replace undeclared variables with the
10793 above newly declared variables.
10794
10795 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10796
10797 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10798 `rsf-beep' and `rsf-sleep-after-message'.
10799
10800 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10801 list if `message-sender' is non-nil.
10802
10803 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10804
10805 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10806 consing by using mapc instead of mapcar.
10807
10808 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10809
10810 * tooltip.el (require): Explain why CL is needed.
10811
10812 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10813
10814 * printing.el: Insert :version into defgroup (printing). All reference
10815 to Files option in menubar were changed to File.
10816 (pr-version): New version number (6.8.2).
10817 (pr-get-symbol): Call easy-menu-intern.
10818 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10819 compilation gripes.
10820
10821 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10822
10823 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10824 new byte-compile-function-environment binding to t.
10825
10826 * font-lock.el (font-lock-fontify-syntactically-region):
10827 Don't forget to highlight the last char when we hit `end'.
10828
10829 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10830 (mwheel-scroll): Adjust accordingly.
10831
10832 * cvs-status.el: Reduce spurious warnings.
10833 (cvs-status-checkout): Remove.
10834 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10835
10836 * pcvs.el (cvs-mode-checkout): New command.
10837
10838 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10839
10840 * tooltip.el: Require CL.
10841
10842 * emacs-lisp/bytecomp.el: Use push.
10843 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10844 (defalias): Remove the `byte-compile' property and add
10845 a `byte-hunk-handler'.
10846
10847 2004-11-11 Juri Linkov <juri@jurta.org>
10848
10849 * info.el (Info-search): Save match data for isearch.
10850 Skip Tag Table node.
10851
10852 * descr-text.el (describe-char): Replace syntax-after with code
10853 from its previous version.
10854
10855 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10856 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10857
10858 * international/mule.el (sgml-html-meta-auto-coding-function):
10859 Remove > after <html to allow HTML attributes.
10860
10861 2004-11-11 Jay Belanger <belanger@truman.edu>
10862
10863 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10864 a variable.
10865 (calcFunc-dfac): Replace unbound max by n.
10866 (math-stirling-local-cache): New variable.
10867 (math-stirling-number, math-stirling-1, math-stirling-2):
10868 Replace the variable `cache' by the declared variable
10869 math-stirling-local-cache.
10870 (var-RandSeed): Declare it as a variable.
10871 (math-init-random-base, math-random-digit): Don't check to see if
10872 var-RandSeed is bound.
10873 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10874 Declare them instead of just setting them.
10875 (math-init-random-base): Made i a local variable.
10876 (math-random-digit): Made math-random-last a local variable.
10877 (math-prime-test-cache): Move declaration to before it is used.
10878 (math-prime-test-cache-k, math-prime-test-cache-q)
10879 (math-prime-test-cache-nm1, math-prime-factors-finished):
10880 Declare them as variables.
10881
10882 2004-11-11 Jay Belanger <belanger@truman.edu>
10883
10884 * calc/calc-ext.el (math-defcache): Use defvar for the new
10885 variables it creates.
10886
10887 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10888
10889 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10890 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10891 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10892 (desktop-save): Add :version.
10893
10894 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10895
10896 * printing.el (pr-get-symbol): Don't downcase.
10897
10898 2004-11-10 Jay Belanger <belanger@truman.edu>
10899
10900 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10901 string to kill-ring.
10902
10903 * calc/calc-aent.el (calc-alg-exp, math-toks)
10904 (math-exp-pos,math-exp-old-pos, math-exp-token)
10905 (math-exp-keep-spaces, math-exp-str): New variables.
10906 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10907 (calcAlg-enter): Use declared variable calc-alg-exp.
10908 (math-build-parse-table, math-find-user-token): Use declared
10909 variable math-toks.
10910 (math-read-exprs, math-read-token, calc-check-user-syntax)
10911 (calc-match-user-syntax, match-factor-after, math-read-factor):
10912 Use declared variables math-exp-pos math-exp-old-pos.
10913 (math-read-exprs, math-read-token, math-read-expr-level)
10914 (calc-check-user-syntax, calc-match-user-syntax)
10915 (match-factor-after, math-read-factor): Use declared variable
10916 math-exp-token.
10917 (math-read-exprs, math-read-expr-list, math-read-token)
10918 (math-read-factor): Use declared variable math-exp-keep-spaces.
10919 (math-read-exprs, math-read-token): Use declared variable
10920 math-exp-str.
10921 (calc-match-user-syntax): Make m a local variable.
10922
10923 * calc/calc-ext.el (math-read-expr): Use declared variables
10924 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10925 math-exp-keep-spaces.
10926
10927 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10928 variables math-exp-pos, math-exp-str.
10929
10930 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10931 math-exp-old-pos.
10932 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10933 (math-parse-eqn-prime): Use declared variable math-exp-token.
10934
10935 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10936 Use declared variable math-exp-pos.
10937 (math-check-for-commas): Use declared variable math-exp-str.
10938 (math-read-brackets): Use declared variables math-exp-old-pos,
10939 math-exp-keep-spaces.
10940 (math-read-brackets, math-read-vector, math-read-matrix):
10941 Use declared variable math-exp-token.
10942
10943 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10946 where the keymap is a symbol.
10947 (easy-menu-add-item): Use keymap-prompt. Simplify.
10948
10949 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10950
10951 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10952 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10953
10954 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10955
10956 * ebuff-menu.el: Doc fixes throughout.
10957 (electric-buffer-menu-mode-hook): New defvar.
10958
10959 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10960
10961 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10962 The resulting compiler warnings appear to be harmless.
10963
10964 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10965
10966 * textmodes/conf-mode.el: New file.
10967
10968 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10969
10970 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10973
10974 2004-11-09 Jay Belanger <belanger@truman.edu>
10975
10976 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10977
10978 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10979 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10980 (calc-z-prefix-help, calc-user-function-list): Use declared
10981 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10982 (math-map-tree, math-map-tree-rec): Use declared variables
10983 math-mt-many, math-mt-func.
10984 (math-read-expression, math-read-string): Use declared variable
10985 math-expr-data.
10986
10987 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10988 variable math-normalize-a.
10989
10990 * calc/calc.el (math-normalize-a): New variable.
10991 (math-normalize): Use declared variable math-normalize-a.
10992
10993 * calc/calc-poly.el (math-expand-form): Use declared variable
10994 math-mt-many.
10995
10996 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10997 Use declared variable math-mt-many.
10998 (math-rewrite): Use declared variable math-mt-func.
10999
11000 * calc/calc-vec.el (math-read-brackets, math-read-vector)
11001 (math-read-matrix): Use declared variable math-expr-data.
11002
11003 * calc/calc-lang.el (math-parse-fortran-vector)
11004 (math-parse-fortran-vector-end, math-parse-tex-sum)
11005 (math-parse-eqn-matrix, math-parse-eqn-prime)
11006 (math-read-math-subscr): Use declared variable math-expr-data.
11007
11008 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11009 (math-read-expr-level, math-read-token, calc-check-user-syntax)
11010 (calc-match-user-syntax, math-read-if, math-factor-after)
11011 (math-read-factor): Use declared variable math-expr-data.
11012
11013 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11014
11015 * calendar/diary-lib.el (diary-from-outlook)
11016 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11017 interactive-p; but rather new optional argument NOCONFIRM.
11018
11019 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11020
11021 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11022 (easy-menu-name-match): Revert correspondingly.
11023
11024 2004-11-09 Richard M. Stallman <rms@gnu.org>
11025
11026 * emacs-lisp/bytecomp.el (byte-compile-defalias):
11027 Turn off warnings for the new function even if definition not constant.
11028 If the definition isn't a quoted symbol, record (FUNCTION . t).
11029 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11030 (byte-compile-callargs-warn): Handle (FUNCTION . t).
11031 (display-call-tree, byte-compile-arglist-warn):
11032 Handle t returned by byte-compile-fdefinition.
11033
11034 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11035
11036 * Makefile.in (maintainer-clean): Depend on distclean.
11037
11038 * help-fns.el (help-C-file-name): File name must be in build-files
11039 to be returned.
11040
11041 2004-11-09 Jay Belanger <belanger@truman.edu>
11042
11043 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11044 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11045
11046 * calc/calc.el (calc, calc-trail-display, calc-mode):
11047 Remove obsolete sections.
11048
11049 * calc/calc.el (calc-x-paste-text): Remove.
11050
11051 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11052 mouse-2.
11053
11054 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
11055
11056 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11057 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11058 current frame (in case of recursive calls).
11059 (gdb-show-changed-values): Add :version keyword.
11060
11061 2004-11-09 Kenichi Handa <handa@m17n.org>
11062
11063 * international/mule-cmds.el: Change coding: tag back to
11064 iso-2022-7bit.
11065
11066 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * international/mule-cmds.el: Change coding-system to utf-8.
11069 (select-safe-coding-system-interactively):
11070 New function extracted from select-safe-coding-system.
11071 (select-safe-coding-system): Use it.
11072
11073 2004-11-08 Richard M. Stallman <rms@gnu.org>
11074
11075 * subr.el (syntax-after): Doc fix.
11076
11077 * paren.el (show-paren-function): Change calls to syntax-after
11078 for new way of returning the value.
11079
11080 * menu-bar.el (menu-bar-file-menu): Make this the real name
11081 and menu-bar-files-menu the alias. Use the former.
11082 (global-map): Use `file', not `files', as the symbol.
11083
11084 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11085
11086 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11087 Don't use beginning-of-buffer.
11088 (filesets-cmd-show-result): Use with-no-warnings.
11089
11090 2004-11-08 Juri Linkov <juri@jurta.org>
11091
11092 * progmodes/compile.el (compile): Don't overwrite last command in
11093 minibuffer history with default command if they are not equal.
11094
11095 2004-11-08 Jay Belanger <belanger@truman.edu>
11096
11097 * calc/calcalg2.el (math-do-integral-methods): Try linear then
11098 non-linear substitutions.
11099
11100 2004-11-08 Jay Belanger <belanger@truman.edu>
11101
11102 * calc/calcalg2.el (math-linear-subst-tried): New variable.
11103 (math-do-integral): Set `math-linear-subst-tried' to nil.
11104 (math-do-integral-methods): Use `math-linear-subst-tried' to
11105 determine what type of substitution to try.
11106 (math-integ-try-linear-substituion):
11107 Set `math-linear-subst-tried' to t.
11108
11109 2004-11-08 Kim F. Storm <storm@cua.dk>
11110
11111 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11112
11113 2004-11-07 Juri Linkov <juri@jurta.org>
11114
11115 * info-look.el (info-lookup): Allow reusing in the current buffer
11116 not only *info* buffer, but all (even renamed) Info buffers
11117 by checking for major-mode instead of *info* buffer name.
11118 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11119 (octave-mode, maxima-mode) <doc-spec>:
11120 Allow long dashes generated by Texinfo 4.7 before definitions.
11121 (texinfo-mode) <doc-spec>: Add space to suffix to find command
11122 definitions with argument separated by space.
11123
11124 2004-11-06 Richard M. Stallman <rms@gnu.org>
11125
11126 * simple.el (next-error group, face): Move before first use.
11127 (next-error-highlight, next-error-highlight-no-select): Likewise.
11128
11129 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11130 (line-move): New args NOERROR and TO-END.
11131 Return t if if succeed in moving specified number of lines.
11132 (move-end-of-line): New function.
11133
11134 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11135 (end-of-buffer-other-window): Likewise.
11136
11137 * simple.el (line-move-ignore-invisible): Default to t.
11138
11139 * subr.el (syntax-after): Return the syntax letter, not the raw code.
11140
11141 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11142
11143 * international/iso-cvt.el (iso-cvt-define-menu):
11144 Rename menu-bar-files-menu to menu-bar-file-menu.
11145
11146 * net/browse-url.el (browse-url-gnome-moz-program)
11147 (browse-url-gnome-moz-arguments): Move up before first use.
11148
11149 * net/tramp.el (tramp group): Add :version.
11150
11151 * progmodes/ada-xref.el (ada-gdb-application):
11152 Use goto-char instead of beginning-of-buffer.
11153
11154 * progmodes/cperl-mode.el (cperl-info-on-command):
11155 Use goto-char instead of beginning-of-buffer.
11156
11157 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11158 Move up before first use.
11159 (idlwave-shell-temp-pro-file): Likewise.
11160 (idlwave-shell-temp-rinfo-save-file): Likewise.
11161 (idlwave-shell-temp-file): Minor doc fix.
11162
11163 * textmodes/flyspell.el (flyspell-external-point-words):
11164 Use goto-char instead of beginning-of-buffer.
11165
11166 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
11167
11168 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11169 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
11170 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11171
11172 2004-11-06 David Ponce <david@dponce.com>
11173
11174 * recentf.el (recentf-menu-path): Use menu item name.
11175
11176 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11177
11178 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11179 display doesn't support images.
11180
11181 2004-11-06 Andreas Schwab <schwab@suse.de>
11182
11183 * tempo.el (tempo-match-finder): Doc fix.
11184
11185 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11186
11187 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11188
11189 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11190 (easy-menu-lookup-name): New fun to replace it.
11191 (easy-menu-get-map): Use it to obey menu item names (rather than just
11192 keys) when looking up `path'.
11193 (easy-menu-always-true-p): Rename from easy-menu-always-true.
11194 (easy-menu-convert-item-1): Adjust to new name.
11195
11196 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
11197
11198 * outline.el (hide-body): Don't hide lines at the top of the file
11199 that precede the first header line.
11200
11201 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
11202
11203 * align.el (align-areas): Delete whitespace before reindenting, so
11204 that tabs are never placed after spaces.
11205
11206 2004-11-06 Alan Shutko <ats@acm.org>
11207
11208 * macros.el (insert-kbd-macro): Do completions based on macros,
11209 rather than all commands.
11210
11211 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
11212
11213 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11214 to solve a bug whereby tags with 'b' don't match.
11215
11216 2004-11-05 Juri Linkov <juri@jurta.org>
11217
11218 * info.el (Info-search): Don't search in node header lines
11219 and file headers.
11220
11221 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11222 symbol-constituent characters after dot, not only digits.
11223
11224 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
11225
11226 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11227
11228 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11229
11230 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11231 if a dialog will be used, read-file-name otherwise.
11232
11233 2004-11-04 Richard M. Stallman <rms@gnu.org>
11234
11235 * textmodes/table.el (table group): Add :version.
11236
11237 * textmodes/ispell.el (ispell-word):
11238 Don't alter args; set them only thru `interactive' spec.
11239
11240 * textmodes/flyspell.el (flyspell-word):
11241 Don't alter FOLLOWING; set it only thru `interactive' spec.
11242
11243 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11244
11245 * net/browse-url.el (browse-url-maybe-new-window):
11246 Use called-interactively-p.
11247
11248 * mail/supercite.el (sc-cite-region):
11249 Don't use interactive-p. Add arg INTERACTIVE.
11250 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
11251
11252 * international/mule-cmds.el (set-input-method, toggle-input-method):
11253 Don't use interactive-p. Add arg INTERACTIVE.
11254
11255 * eshell/esh-mode.el (eshell-show-maximum-output):
11256 Don't use interactive-p.
11257 (eshell-truncate-buffer): Just message, no error, if buffer is short.
11258
11259 * mouse.el (mouse-show-mark): Get positions to delete from mark
11260 and point, not from mouse-drag-overlay.
11261
11262 * imenu.el (imenu-eager-completion-buffer): Add :version.
11263
11264 * filesets.el (filesets group): Add :version.
11265
11266 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
11267
11268 * files.el (xml-based-modes): Delete var.
11269 (magic-mode-alist): New more general var.
11270 (set-auto-mode): Use it.
11271
11272 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
11273 when clicking from another window.
11274
11275 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
11276
11277 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11278 (vc-cvs-annotate-time): Incorporate value of deleted var.
11279 Remove special-case handling of beginning-of-buffer cruft.
11280 Cache ending position (point) and return value in text property
11281 `vc-cvs-annotate-time', and consult it on subsequent invocations.
11282
11283 * vc-cvs.el (vc-cvs-annotate-command):
11284 Delete extraneous lines from beginning of buffer.
11285 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11286
11287 * progmodes/grep.el (grep-default-command): Take empty string
11288 for tag if all other methods yield nil. Shell-quote the tag.
11289
11290 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11291 spec in `interactive' form, and mention it in the docstring.
11292 Also, make sure point is at bol after calling `annotate-time'.
11293
11294 2004-11-02 Richard M. Stallman <rms@gnu.org>
11295
11296 * cus-edit.el (customize-group-other-window):
11297 Select the window that displays the custom buffer.
11298 (custom-buffer-create-other-window): Likewise.
11299
11300 * comint.el (comint-insert-input): Fix previous change.
11301
11302 * emacs-lisp/elp.el (elp-instrument-function):
11303 Use called-interactively-p.
11304
11305 * emacs-lisp/easymenu.el (easy-menu-intern):
11306 Don't downcase; rather, case-flip the first letter of each word.
11307
11308 * emacs-lisp/easy-mmode.el (define-minor-mode):
11309 Use called-interactively-p.
11310
11311 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11312 Add interactive-only.
11313 (byte-compile-warnings): Add interactive-only as option.
11314 (byte-compile-interactive-only-functions): New variable.
11315 (byte-compile-form): Warn about calls to functions
11316 in byte-compile-interactive-only-functions.
11317
11318 * emacs-lisp/autoload.el (update-file-autoloads):
11319 Don't use interactive-p; take new arg SAVE-AFTER.
11320
11321 * emacs-lisp/advice.el (ad-make-advised-definition):
11322 Use called-interactively-p.
11323
11324 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11325
11326 * files.el (find-file-existing): New function.
11327
11328 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
11329 find-file-existing. Add "New File..." that calls find-file.
11330
11331 * diropen.pbm, diropen.xpm: New files.
11332
11333 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11334 icon diropen. New tool bar item find-file-existing uses icon open.
11335
11336 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11337 instead of read-file-name.
11338
11339 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
11340
11341 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11342 (icalendar--split-value): Change name of work buffer.
11343 (icalendar--get-weekday-abbrev): Return nil on error.
11344 (icalendar--date-to-isodate): New function.
11345 (icalendar-convert-diary-to-ical)
11346 (icalendar-extract-ical-from-buffer): Use only two args for
11347 make-obsolete (XEmacs compatibility).
11348 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11349 (icalendar-export-region): Doc fix.
11350 If error, return non-nil and write errors to a buffer.
11351 Use correct weekday for weekly recurring events.
11352 Check whether date has been parsed for ordinary events.
11353 Make weekly events start in the year 2000.
11354 DTEND is non-inclusive, shift end date by one day if
11355 necessary (not for entries that have date and time).
11356 Rename local let variables: oops -> found-error, datestring ->
11357 startdatestring.
11358
11359 2004-11-02 Kim F. Storm <storm@cua.dk>
11360
11361 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11362 keep-mode-if-same variable. Add it as optional arg instead.
11363 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11364
11365 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11366 substitute-command-keys will select lower-case bindings like those
11367 used in the static help texts.
11368
11369 * descr-text.el (describe-text-properties): Don't err if called in
11370 the *Help* buffer; output to *Help-2* buffer instead.
11371
11372 * kmacro.el (group kmacro): Add :version.
11373 (kmacro-keyboard-quit): New function to cleanup on C-g.
11374 (kmacro-start-macro): Set defining-kbd-macro to append when
11375 appending to last macro.
11376
11377 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11378
11379 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11380
11381 * progmodes/gdb-ui.el (gdb-enable-debug-log)
11382 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11383 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11384 Add :version keyword.
11385
11386 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
11387
11388 * progmodes/flymake.el (flymake-err-line-patterns):
11389 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11390 `compilation-error-regexp-alist-alist' to internal Flymake format.
11391
11392 * progmodes/flymake.el: Eliminate byte-compiler warnings.
11393
11394 2004-11-01 Jay Belanger <belanger@truman.edu>
11395
11396 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11397 with `interactive "s"'.
11398
11399 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11400
11401 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11402 Revert change from 2004-10-16. '*' checks the current buffer, but the
11403 mouse click may be in another buffer.
11404
11405 2004-11-01 John Paul Wallington <jpw@gnu.org>
11406
11407 * files.el (large-file-warning-threshold): Add :version keyword.
11408 (kill-some-buffers): Doc fix.
11409
11410 * thumbs.el (group thumbs): Add :version keyword.
11411
11412 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11413
11414 2004-11-01 Richard M. Stallman <rms@gnu.org>
11415
11416 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11417
11418 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11419
11420 * allout.el (allout group): Add :version.
11421 (allout-init): Don't use interactive-p.
11422 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11423 (allout-forward-current-level, allout-backward-current-level):
11424 Don't use interactive-p.
11425
11426 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11427 (bibtex-find-text): Likewise.
11428
11429 * progmodes/vhdl-mode.el (vhdl-fill-region)
11430 (vhdl-beginning-of-statement): Don't use interactive-p.
11431
11432 * progmodes/idlwave.el (idlwave-update-routine-info):
11433 Don't use interactive-p.
11434
11435 * progmodes/idlw-shell.el (idlwave-shell-send-char):
11436 Don't use interactive-p.
11437
11438 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11439 Don't use interactive-p.
11440
11441 * progmodes/ada-xref.el (ada-make-body-gnatstub):
11442 Don't use interactive-p.
11443
11444 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11445 (fortune-in-buffer): Doc fix.
11446
11447 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11448
11449 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11450 don't select the temporary buffer.
11451 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11452 (eudc-get-phone): Likewise.
11453
11454 2004-11-01 Kim F. Storm <storm@cua.dk>
11455
11456 * man.el (Man-xref-normal-file): Fix help-echo.
11457
11458 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * reveal.el (reveal-last-tick): New var.
11461 (reveal-post-command): Use it to avoid closing overlays when we're
11462 appending text to them.
11463
11464 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11465
11466 * textmodes/bibtex.el: Require button.
11467 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11468 (bibtex-reference-keys): Distinguish between header keys and
11469 crossref keys.
11470 (bibtex-beginning-of-field): New function.
11471 (bibtex-url-map): Remove.
11472 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11473 (bibtex-font-lock-url-regexp): Assume that field names begin at
11474 the beginning of a line.
11475 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
11476 Remove field delimiters. Use bibtex-beginning-of-field.
11477 Bugfix, point can be inside a field with a url.
11478 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11479 New functions.
11480 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11481 (bibtex-key-in-head): Simplify.
11482 (bibtex-current-line): Use bolp.
11483 (bibtex-parse-keys): Remove unused arg `add'.
11484 Use bibtex-type-in-head and bibtex-key-in-head.
11485 (bibtex-parse-entry, bibtex-autofill-entry):
11486 Use bibtex-type-in-head and bibtex-key-in-head.
11487 (bibtex-autokey-get-field): Do not alter case of replacement text.
11488 (bibtex-autokey-get-names): Do all processing of name list.
11489 (bibtex-autokey-get-year): New function.
11490 (bibtex-autokey-get-title): Do all processing of title words.
11491 (bibtex-generate-autokey): Simplify.
11492 (bibtex-string-files-init): Use default-directory.
11493 Allow for absolute file names in bibtex-string-files.
11494 (bibtex-files, bibtex-file-path): New variables.
11495 (bibtex-files-expand): New function.
11496 (bibtex-find-entry-globally): New command.
11497 (bibtex-summary-function): New variable.
11498 (bibtex-summary): Default value of bibtex-summary-function.
11499 (bibtex-find-crossref): New optional args pnt and split.
11500 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11501 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11502 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11503 Fix handling of required and alternative fields.
11504 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11505 Use cons and display-buffer.
11506 (bibtex-validate-globally): New command.
11507 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11508 bibtex-parse-keys and bibtex-parse-strings for updating
11509 bibtex-reference-keys and bibtex-strings.
11510 (bibtex-realign): Remove blank lines past the last entry.
11511 (bibtex-reformat): Use bibtex-entry-format as default.
11512 (bibtex-choose-completion-string): Remove.
11513 (bibtex-complete): Do not use bibtex-choose-completion-string.
11514 (bibtex-url): Simplify.
11515
11516 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11517
11518 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11519 (x-dnd-types-alist, x-dnd-open-file-other-window)
11520 (x-dnd-known-types): Add :version.
11521
11522 2004-10-31 John Paul Wallington <jpw@gnu.org>
11523
11524 * ibuffer.el (group ibuffer): Add :version keyword.
11525
11526 2004-10-31 Kim F. Storm <storm@cua.dk>
11527
11528 * ido.el (group ido): Add :version keyword.
11529 (ido-mode): Remove :version keyword.
11530
11531 * emulation/cua-base.el (group cua): Add :version keyword.
11532 (cua-mode): Remove :version keyword.
11533
11534 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11535
11536 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11537
11538 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11539 compiler warning.
11540 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11541 function.
11542 (help-at-pt-display-when-idle): Remove autoload.
11543
11544 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11547
11548 2004-10-30 Juri Linkov <juri@jurta.org>
11549
11550 * help.el (function-called-at-point):
11551 * help-fns.el (variable-at-point): Read -> intern.
11552
11553 2004-10-30 Simon Josefsson <jas@extundo.com>
11554
11555 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11556 Recognize AS_* too.
11557
11558 2004-10-29 Simon Josefsson <jas@extundo.com>
11559
11560 * subr.el (read-passwd): Move back from password.el.
11561
11562 * password.el: Remove, not ready yet.
11563
11564 2004-10-29 Andreas Schwab <schwab@suse.de>
11565
11566 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11567
11568 2004-10-29 Sam Steingold <sds@gnu.org>
11569
11570 * mouse.el (mouse-show-mark): Replace the last occurrence of
11571 x-lost-selection-hooks with x-lost-selection-functions.
11572
11573 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11576 x-lost-selection-functions is bound.
11577
11578 * mouse-sel.el (mouse-sel-mode):
11579 * emacs-lisp/lselect.el: Adjust to new names for
11580 x-(lost|sent)-selection-functions.
11581
11582 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11583 New obsolete aliases of x-lost-selection-functions and
11584 x-sent-selection-functions.
11585
11586 2004-10-28 Kim F. Storm <storm@cua.dk>
11587
11588 * imenu.el (imenu-scanning-message): Remove.
11589 (imenu-progress-message): Make it a no-op.
11590
11591 2004-10-28 John Paul Wallington <jpw@gnu.org>
11592
11593 * files.el (set-auto-mode): Call `throw' correctly.
11594
11595 2004-10-28 Juri Linkov <juri@jurta.org>
11596
11597 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11598 to search `Info-...' commands in `info' manual.
11599 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11600 Add 'info-file "emacs" property.
11601 (Info-find-emacs-command-nodes): Fix index line number regexp.
11602 Set real line number (instead of fake 0) in first element of the
11603 returned list.
11604 (Info-goto-emacs-command-node): Use line number of first element
11605 to set point in the first found Info node.
11606
11607 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11608 code to `grep-mode-font-lock-keywords'.
11609 (grep-mode-font-lock-keywords): Delete grep markers instead
11610 of making them invisible.
11611
11612 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11613
11614 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11615 and x-server-version in bug report.
11616
11617 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11618
11619 * files.el (set-auto-mode-0): New function.
11620 (set-auto-mode): Use it to handle aliased modes and to
11621 be consistent between C-x C-f and C-x C-w.
11622
11623 2004-10-28 Kenichi Handa <handa@m17n.org>
11624
11625 * international/utf-8.el (utf-translate-cjk-charsets):
11626 Add katakana-jisx0201.
11627
11628 * international/subst-jis.el: Add data for JISX0201.
11629
11630 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * obsolete/hilit19.el (hilit-mode): New function.
11633 Move all the toplevel side-effecting stuff into it, so that loading
11634 hilit19 doesn't mess everything up any more.
11635
11636 2004-10-27 Richard M. Stallman <rms@gnu.org>
11637
11638 * add-log.el (add-change-log-entry): Set up mailing address
11639 and full name later, and don't alter add-log-mailing-address
11640 or add-log-full-name.
11641
11642 * elide-head.el (elide-head): Change error to message.
11643 (elide-head-show): Likewise.
11644
11645 * apropos.el (apropos-macrop): Doc fix.
11646
11647 * mouse.el (mouse-show-mark): Do most processing the same
11648 regardless of transient-mark-mode.
11649
11650 * shadowfile.el (shadow-copy-files): Use interactive-p
11651 only to control whether to print a message.
11652
11653 * tar-mode.el (tar-mode): Use write-contents-functions,
11654 not write-contents-hooks.
11655
11656 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11657 directory-sep-char.
11658
11659 2004-10-27 Richard M. Stallman <rms@gnu.org>
11660
11661 * strokes.el (strokes-unload-hook): Fix previous change.
11662
11663 * type-break.el (type-break-run-at-time): Always use run-at-time;
11664 forget the alternatives.
11665 (type-break-cancel-function-timers): Always use cancel-function-timers;
11666 forget the alternatives.
11667
11668 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11669
11670 2004-10-27 Kenichi Handa <handa@m17n.org>
11671
11672 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11673
11674 * international/subst-gb2312.el: Likewise.
11675
11676 * international/subst-big5.el: Likewise.
11677
11678 * international/subst-ksc.el: Likewise.
11679
11680 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11681 New variable.
11682 (utf-translate-cjk-set-unicode-range): New function.
11683 (utf-translate-cjk-unicode-range): Make it customizable.
11684 (utf-8-post-read-conversion):
11685 Use utf-translate-cjk-unicode-range-string.
11686 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11687 Unicode ranges.
11688
11689 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11690
11691 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11692 trivial variants to shorten the list.
11693 (xml-based-modes): New var.
11694 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11695 declaration higher priority than auto-mode-alist.
11696
11697 * find-file.el (cc-other-file-alist): Bring it in line with
11698 cc-mode's auto-mode-alist entries and use \' instead of $.
11699
11700 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11701 and add "Id" and "Name" submenus to it.
11702
11703 * imenu.el (imenu--generic-function): Skip matches in comments.
11704
11705 2004-10-26 Jay Belanger <belanger@truman.edu>
11706
11707 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11708 (full-calc-keypad, calc-trail-display): Use an extra argument
11709 instead of `interactive-p'.
11710
11711 * calc/calc-misc.el (calc-other-window): Use an extra argument
11712 instead of `interactive-p'.
11713
11714 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11715 `interactive-p'.
11716
11717 2004-10-26 Kim F. Storm <storm@cua.dk>
11718
11719 * help.el (describe-key): Describe both down-event and up-event
11720 for a mouse click.
11721
11722 2004-10-26 Richard M. Stallman <rms@gnu.org>
11723
11724 * woman.el (woman): Don't call interactive-p.
11725
11726 * pcomplete.el (pcomplete): Instead of interactive-p,
11727 use an arg set non-nil by the interactive spec.
11728
11729 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11730 use an arg set non-nil by the interactive spec.
11731
11732 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11733 use an arg set non-nil by the interactive spec.
11734
11735 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11736
11737 * progmodes/flymake.el (flymake-split-string):
11738 Use `flymake-split-string-remove-empty-edges' in any case.
11739
11740 2004-10-26 Masatake YAMATO <jet@gyve.org>
11741
11742 * progmodes/flymake.el (flymake-err-line-patterns):
11743 Use `compilation-error-regexp-alist-alist' instead of
11744 `compilation-error-regexp-alist'.
11745
11746 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11749 verbatim face on the \ of \end{verbatim}.
11750
11751 2004-10-25 Jay Belanger <belanger@truman.edu>
11752
11753 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11754 erasing minibuffer.
11755
11756 2004-10-25 Simon Josefsson <jas@extundo.com>
11757
11758 * subr.el (read-passwd): Move to net/password.el.
11759
11760 * net/password.el (read-passwd): Add. Autoload it.
11761
11762 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11763
11764 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11765
11766 * simple.el (process-file): Fix logic.
11767
11768 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11769
11770 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11771 (increase-right-margin): Remove erroneous call to `interactive-p'.
11772
11773 2004-10-24 Kim F. Storm <storm@cua.dk>
11774
11775 * help.el (describe-mode): Fix 2004-10-13 change.
11776 Copy pure "Auto Fill" string so it can be propertized later
11777 without causing a read-only error.
11778
11779 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11780
11781 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11782 style indexes.
11783
11784 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11785
11786 * simple.el (process-file): Accept nil for INFILE. Reported by
11787 Luc Teirlinck.
11788
11789 2004-10-24 Masatake YAMATO <jet@gyve.org>
11790
11791 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11792 Handle periods and underscores in a function name.
11793 Remove the address fontification.
11794
11795 2004-10-24 Masatake YAMATO <jet@gyve.org>
11796
11797 * progmodes/asm-mode.el (asm-font-lock-keywords):
11798 Use font-lock-variable-name-face for registers.
11799
11800 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11801
11802 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11803 kill-all-local-variables.
11804 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11805 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11806 Use kill-all-local-variables and provide mode-hooks.
11807 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11808 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11809 Suggested by Masatake YAMATO <jet@gyve.org>.
11810
11811 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11812
11813 * simple.el (process-file): New function, similar to call-process
11814 but supports file handlers.
11815 * vc.el (vc-do-command): Use it, instead of call-process.
11816 * net/tramp-vc.el (vc-do-command): Do not advise it if
11817 process-file is fboundp.
11818 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11819 process-file.
11820 (tramp-handle-process-file): New function.
11821 (tramp-file-name-for-operation): Support process-file.
11822
11823 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11824
11825 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11826 (icalendar-weekdayabbrev-table)
11827 (icalendar-monthnumber-table): Delete.
11828 (icalendar--get-month-number): Use calendar-month-name-array.
11829 (icalendar--get-weekday-number): New function.
11830 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11831 (icalendar-export-region): Handle multi-line entries.
11832 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11833
11834 2004-10-23 John Paul Wallington <jpw@gnu.org>
11835
11836 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11837 `wildcards' set to t in interactive spec.
11838
11839 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11840 interactive spec rather than use `interactive-p'.
11841 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11842 rather than use function `interactive-p'.
11843
11844 2004-10-22 Kenichi Handa <handa@m17n.org>
11845
11846 * international/mule.el (translate-region): Implement it in Lisp
11847 as a front end of translate-region-internal.
11848
11849 2004-10-21 Jay Belanger <belanger@truman.edu>
11850
11851 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11852 Declare these variables with defvar.
11853
11854 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11855 is bound, only check to see if it is bound.
11856
11857 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11860 Don't output messages.
11861
11862 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11863
11864 2004-10-21 John Paul Wallington <jpw@gnu.org>
11865
11866 * calc/calc-graph.el (calc-graph-init):
11867 Use `set-process-query-on-exit-flag'.
11868
11869 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11870
11871 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11872 dir right and also allow argumentless cd.
11873
11874 2004-10-19 Richard M. Stallman <rms@gnu.org>
11875
11876 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11877
11878 * eshell/em-unix.el (eshell-grep):
11879 Don't bind compilation-process-setup-function.
11880
11881 * comint.el (comint-insert-input): Use @ in `interactive'.
11882 (comint-input-filter-functions): Doc fix.
11883 (comint-kill-whole-line, comint-get-source): Doc fix.
11884
11885 * progmodes/compile.el (compilation-setup):
11886 Don't set buffer-read-only if MINOR is non-nil.
11887
11888 2004-10-19 Jay Belanger <belanger@truman.edu>
11889
11890 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11891 (calc-emacs-type-gnu19): Remove.
11892 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11893 Remove check for old emacs versions.
11894
11895 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11896 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11897 for current Emacs.
11898
11899 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11900 the end of the minibuffer.
11901 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11902 copy `esc-map'.
11903
11904 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11905
11906 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11907 call that would be given when the current emacs was used.
11908
11909 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11910
11911 * calendar/icalendar.el: Set coding to utf-8.
11912 (icalendar-version): Increase to 0.07.
11913 (icalendar-monthnumber-table): Change March pattern.
11914 (icalendar-get-all-event-properties)
11915 (icalendar-set-event-property): Delete.
11916 (icalendar-all-events): No longer interactive.
11917 (icalendar-convert-diary-to-ical)
11918 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11919 their replacements.
11920 (icalendar-export-file, icalendar-export-region): New functions;
11921 essentially old `icalendar-convert-diary-to-ical' but appending to
11922 target rather than overwriting.
11923 (icalendar-import-file): Append to target file rather than
11924 overwriting. Fourth arg deleted.
11925 (icalendar-import-buffer): New name for old
11926 `icalendar-extract-ical-from-buffer'.
11927 (icalendar--convert-string-for-import): New name for
11928 old `icalendar-convert-for-import'.
11929 (include-icalendar-files): Delete.
11930 Prefix for all internal functions changed from `icalendar-'
11931 to `icalendar--'.
11932
11933 2004-10-19 Richard M. Stallman <rms@gnu.org>
11934
11935 * paths.el (news-path): Fix previous change.
11936
11937 2004-10-18 Jay Belanger <belanger@truman.edu>
11938
11939 * calc/calc-help.el (calc-describe-bindings):
11940 Set `buffer-read-only' to nil while working in the keybindings buffer;
11941 remove some extra information from the keybindings buffer.
11942
11943 2004-10-18 David Ponce <david@dponce.com>
11944
11945 * mouse.el (mouse-drag-move-window-top): New function.
11946 (mouse-drag-mode-line-1): Use it.
11947
11948 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11949
11950 * info.el (Info-fontify-node): For multiline refs,
11951 arrange to unfontify newline and surrounding whitespace.
11952
11953 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11956 directory is missing.
11957
11958 2004-10-17 John Paul Wallington <jpw@gnu.org>
11959
11960 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11961 New customizable variable; whether to display buffers that match
11962 `ibuffer-maybe-show-predicates' by default.
11963 (ibuffer-maybe-show-predicates): Mention it in docstring.
11964 (ibuffer-display-maybe-show-predicates): New variable.
11965 (ibuffer-update): Prefix arg now toggles whether buffers that
11966 match `ibuffer-maybe-show-predicates' should be displayed.
11967 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11968 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11969 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11970
11971 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11972
11973 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11974 work correctly.
11975
11976 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11977
11978 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11979 (Buffer-menu-beginning): New helper function.
11980 (Buffer-menu-execute): Use it.
11981 (Buffer-menu-select): Use it.
11982 (Buffer-menu-sort): Use it and also keep markers.
11983
11984 2004-10-17 Richard M. Stallman <rms@gnu.org>
11985
11986 * paths.el (news-directory): Rename from news-path. Old name alias.
11987 (rmail-spool-directory): Use defvar.
11988 (sendmail-program): Use defcustom.
11989 (remote-shell-program): Use defcustom.
11990 (term-file-prefix): Use defvar.
11991 (abbrev-file-name): Use defvar.
11992
11993 * term.el: Add maintainer.
11994
11995 * subr.el (with-local-quit): Return nil if there's a quit.
11996 (read-passwd): Use with-local-quit. Doc fix.
11997
11998 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11999 (strokes-unload-hook): Set as a variable with add-hook.
12000
12001 * startup.el (fancy-splash-tail, normal-splash-screen):
12002 Update copyright year.
12003
12004 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12005
12006 * server.el (server-unload-hook): Set as a variable with add-hook.
12007
12008 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12009
12010 * frame.el (special-display-popup-frame):
12011 Make the buffer current as its frame is created.
12012
12013 * delsel.el (delsel-unload-hook): Set as a variable.
12014
12015 * comint.el (comint-output-filter-functions):
12016 Add comint-watch-for-password-prompt.
12017 (comint-read-noecho): Function deleted.
12018 (send-invisible): Use read-passwd.
12019
12020 * fringe.el (fringe-mode-initialize): New function.
12021 (fringe-mode): Use fringe-mode-initialize as :initialize.
12022
12023 2004-10-17 Kim F. Storm <storm@cua.dk>
12024
12025 * language/indian.el (indian-script-language-alist): Swap value and doc.
12026 (indian-font-char-index-table): Doc fix.
12027
12028 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12031
12032 2004-10-16 Juri Linkov <juri@jurta.org>
12033
12034 * progmodes/compile.el (compilation-start): Move let-binding of
12035 `process-environment' into `with-current-buffer' body.
12036 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12037
12038 2004-10-16 Richard M. Stallman <rms@gnu.org>
12039
12040 * pcvs-util.el (cvs-bury-buffer):
12041 Don't call get-buffer-window for effect.
12042
12043 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12044
12045 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12046
12047 * msb.el (msb-unload-hook): Set the variable.
12048
12049 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12050 Use * to err if buffer is readonly.
12051
12052 * subr.el (looking-back): Return only t or nil.
12053
12054 * whitespace.el (whitespace-unload-hook): Set the variable.
12055
12056 * view.el (view-mode-enable): Set view-page-size and
12057 view-half-page-size to nil.
12058 (view-set-half-page-size-default): view-half-page-size = nil
12059 means the default.
12060 (View-scroll-page-forward): Use view-page-size-default.
12061 (View-scroll-page-backward): Likewise.
12062 (view-page-size, view-half-page-size): Doc fixes.
12063
12064 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12065
12066 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12067
12068 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12069 "cl" like other files. Instead, call byte-compile-find-cl-functions.
12070 (byte-compile-log-1): Bind inhibit-read-only.
12071 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12072 (byte-compile-log-warning): Likewise.
12073 (byte-compile-file-form-require): Detect "cl" from the arg value.
12074
12075 * progmodes/compile.el (compilation-start): Assume compilation-mode
12076 will make the buffer read-only.
12077 (compilation-mode): Take arg name-of-mode.
12078 (compilation-setup): Make buffer read-only.
12079 (compilation-handle-exit): Bind inhibit-read-only.
12080
12081 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12082 (ispell-message): Likewise.
12083 (ispell-show-choices): Don't call get-buffer-window uselessly.
12084 (ispell-init-process): Use set-process-query-on-exit-flag.
12085
12086 2004-10-16 Kim F. Storm <storm@cua.dk>
12087
12088 * fringe.el (fringe-bitmaps): Only initialize when defined.
12089
12090 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12091 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12092
12093 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12094
12095 2004-10-15 Simon Josefsson <jas@extundo.com>
12096
12097 * net/password.el: Add.
12098
12099 2004-10-14 Masatake YAMATO <jet@gyve.org>
12100
12101 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12102 (gdb-script-end-of-defun): New function.
12103 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12104 `gdb-script-end-of-defun' as *-of-defun-function.
12105
12106 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
12107
12108 * button.el (button-activate): Allow a marker to display as an action.
12109
12110 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12111
12112 * help.el (describe-mode): Use it to make minor mode list into
12113 hyperlinks.
12114
12115 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * vc.el (vc-annotate-display-select): Fix typo.
12118
12119 * subr.el (substitute-key-definition-key): New function.
12120 (substitute-key-definition): Use it with map-keymap.
12121 (event-modifiers): Use push.
12122 (mouse-movement-p, with-temp-buffer): Simplify.
12123
12124 2004-10-12 Jay Belanger <belanger@truman.edu>
12125
12126 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12127 New variables.
12128 (calc-help-index-entries): New function.
12129 (calc-describe-function): Use `calc-help-function-list' instead of
12130 obarray for completion.
12131 (calc-describe-variable): Use `calc-help-variable-list' instead
12132 of obarray for completion.
12133
12134 2004-10-12 Richard M. Stallman <rms@gnu.org>
12135
12136 * info-look.el (info-lookup-file): Add info-file property.
12137 (info-lookup-symbol): Likewise.
12138
12139 * info.el (info-xref): Add underlining.
12140 (info): Add info-file property.
12141 (Info-find-emacs-command-nodes): Specify case-sensitive search.
12142
12143 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
12144
12145 Sync with Tramp 2.0.45.
12146
12147 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12148 defined. This is not the case for XEmacs without package "edebug".
12149 (tramp-set-auto-save-file-modes): Set permissions of autosaved
12150 remote files to the permissions of the original file. This is not
12151 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
12152 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
12153 (tramp-perl-decode): Fix an error in Perl implementation.
12154 $pending must be cleared every loop. Reported by Benjamin Place
12155 <benjaminplace@sprintmail.com>
12156
12157 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12158 Don't activate advice during definition. This is done later on,
12159 depending on test result of `substitute-in-file-name'.
12160 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12161
12162 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12165
12166 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12167
12168 2004-10-12 David Ponce <david@dponce.com>
12169
12170 * recentf.el (recentf-edit-list): Update the menu when the recentf
12171 list has been modified.
12172
12173 2004-10-12 Simon Josefsson <jas@extundo.com>
12174
12175 * net/tls.el (tls-certtool-program): New variable.
12176 (tls-certificate-information): New function, based on
12177 ssl-certificate-information.
12178
12179 2004-10-12 Kenichi Handa <handa@m17n.org>
12180
12181 * international/mule.el (coding-system-equal): Move from mule-util.el.
12182
12183 * international/mule-util.el (coding-system-equal): Move to mule.el.
12184
12185 2004-10-12 Kim F. Storm <storm@cua.dk>
12186
12187 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12188 reset kmacro-initial-counter-value if set.
12189 (kmacro-set-counter): Only set kmacro-counter if defining or executing
12190 macro. Set kmacro-initial-counter-value otherwise. Never set both.
12191 (kmacro-display): Show macro counter if non-zero.
12192
12193 * subr.el (substitute-key-definition): Mention command remapping
12194 in doc string.
12195
12196 2004-10-11 Jay Belanger <belanger@truman.edu>
12197
12198 * calc/calc-misc.el (calc-info-goto-node): New function.
12199 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12200 node in one step.
12201 (calc-describe-copying, calc-describe-distribution)
12202 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12203 Go to appropriate info node in one step.
12204
12205 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12208
12209 * font-lock.el (font-lock-apply-highlight): Fix last change.
12210
12211 2004-10-11 Simon Josefsson <jas@extundo.com>
12212
12213 * mail/smtpmail.el (smtpmail-open-stream): Look for
12214 starttls-gnutls-program instead of starttls-program iff
12215 starttls-use-gnutls is non-nil.
12216 (smtpmail-open-stream): Don't overwrite user settings of
12217 starttls-extra-arguments and starttls-extra-args.
12218
12219 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * comint.el (comint-mouse-insert-input): Remove.
12222 (comint-insert-input): Make it work for mouse bindings.
12223 (comint-mode-map): Move defs into the declaration.
12224 (comint-output-filter): Typo.
12225
12226 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12227
12228 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
12229
12230 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12231 (ange-ftp-call-chmod): Reference remote-shell-program instead of
12232 ange-ftp-remote-shell.
12233
12234 2004-10-10 Andreas Schwab <schwab@suse.de>
12235
12236 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12237 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12238 Reported by <sri@asu.edu>.
12239
12240 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
12241
12242 * vc.el (vc-annotate-mode): Remove variable.
12243 (vc-annotate-display-select): Only call vc-annotate-mode
12244 if we're not in that mode already.
12245
12246 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12249 (imenu-choose-buffer-index): Check here for rescan instead.
12250
12251 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12252 where the face expression evals to nil.
12253
12254 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12255 (tex-font-lock-keywords-2): Use it.
12256 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12257
12258 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12259
12260 2004-10-09 Kim F. Storm <storm@cua.dk>
12261
12262 * subr.el (progress-reporter-update): Define before first usage.
12263 (make-progress-reporter): Doc fix.
12264
12265 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
12266
12267 * textmodes/paragraphs.el (sentence-end-double-space)
12268 (sentence-end-without-period, sentence-end-without-space)
12269 (sentence-end): Doc fixes.
12270
12271 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
12272
12273 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
12274 Change paragraph-start regexp so we don't fill code starting with #'(.
12275
12276 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
12277
12278 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12279 New defcustom.
12280 (extract-address-components): Use it.
12281
12282 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
12283
12284 * subr.el (make-progress-reporter, progress-reporter-update)
12285 (progress-reporter-force-update, progress-reporter-do-update)
12286 (progress-reporter-done): New functions.
12287
12288 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12289
12290 * progmodes/etags.el (etags-tags-completion-table): Use progress
12291 reporter.
12292 (etags-tags-apropos): Likewise.
12293
12294 2004-10-08 Alan Mackenzie <acm@muc.de>
12295
12296 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12297 of current line.
12298
12299 2004-10-08 Masatake YAMATO <jet@gyve.org>
12300
12301 * server.el (server-process-filter): Wrap `process-send-region'
12302 by `condition-case' to guard the case when the pipe to PROC is closed.
12303
12304 2004-10-07 Mark A. Hershberger <mah@everybody.org>
12305
12306 * xml.el (xml-substitute-special): Limit handling of external entities.
12307
12308 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
12309
12310 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
12311
12312 2004-10-06 John Paul Wallington <jpw@gnu.org>
12313
12314 * xml.el (xml-parse-dtd): Fix `error' call.
12315
12316 2004-10-05 Mark A. Hershberger <mah@everybody.org>
12317
12318 * xml.el (xml-substitute-special): Return a single string instead
12319 of a list of strings if an entity substitution is made.
12320
12321 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
12322
12323 * calendar/icalendar.el: New file.
12324
12325 2004-10-05 Juri Linkov <juri@jurta.org>
12326
12327 * isearch.el (isearch-done): Set mark after running hook.
12328 Reported by Drew Adams <drew.adams@oracle.com>.
12329
12330 * info.el (Info-history, Info-toc): Fix Info headers.
12331 (Info-toc): Narrow buffer before Info-fontify-node.
12332 (Info-build-toc): Don't check for special Info file names.
12333 Set main-file to nil if Info-find-file returns a symbol.
12334
12335 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
12336
12337 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12338 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12339 * calendar/cal-menu.el (calendar-mode-map): Ditto.
12340
12341 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12342
12343 * calendar/cal-iso.el (calendar-iso-read-args): New function,
12344 for old interactive spec from calendar-goto-iso-date.
12345 (calendar-goto-iso-date): Use it.
12346 (calendar-goto-iso-week): New function. Suggested by Emilio
12347 C. Lopes <eclig@gmx.net>.
12348
12349 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
12350
12351 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12352 `set-right-margin' bindings that follow the minor mode conventions.
12353
12354 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12355
12356 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12357 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12358 (latex-block-args-alist): Add minipage and picture.
12359 (latex-block-body-alist): Use reftex-label if enabled.
12360 (latex-insert-block): Don't insert a \n if not necessary.
12361 (tex-compile-commands): Make sure dvips doesn't send to printer.
12362 (tex-compile-default): Handle the case where no executable is found.
12363 (latex-noindent-environments): New var.
12364 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
12365 If tex-indent-allhanging is non-nil, make sure we only align for macros
12366 at beginning of line.
12367
12368 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
12369
12370 * newcomment.el (comment-beginning): Doc fix and don't choke on
12371 unset `comment-end-skip' when at beginning of comment.
12372
12373 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12374
12375 * term.el (term-adjust-current-row-cache): Don't allow the current
12376 row to become negative.
12377 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
12378 the end of the line. Fix scroll down. Add comments.
12379 (term-handle-ansi-escape): Don't exceed terminal width when moving
12380 right.
12381 (term-scroll-region): Move the cursor after setting the scroll region.
12382
12383 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
12384
12385 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12386 to `width' for consistency with docstring. Doc fix.
12387
12388 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12389
12390 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12391 This is necessary for derived modes.
12392
12393 2004-09-30 Kim F. Storm <storm@cua.dk>
12394
12395 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12396 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12397
12398 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12399 kmacro-extract-lambda functions.
12400 (edit-kbd-macro): Handle kmacro lambda forms.
12401 Include counter and counter format in edit buffer.
12402 (edmacro-finish-edit): Get counter and format from edit buffer and
12403 update kmacro bindings when found.
12404
12405 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
12406
12407 * textmodes/paragraphs.el (forward-paragraph):
12408 Avoid args-out-of-range error when point winds up at the beginning of
12409 the buffer and hard newlines are enabled.
12410
12411 * newcomment.el (comment-multi-line): Doc fix.
12412
12413 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12414
12415 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12416 (diff-fixup-modifs): Catch unified-diff file-headers.
12417
12418 2004-09-29 Kim F. Storm <storm@cua.dk>
12419
12420 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12421 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12422 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12423
12424 * fringe.el (fringe-bitmap-p): New macro.
12425 (fringe-bitmaps): Add standard fringe bitmaps on load.
12426
12427 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * dired.el (dired-view-command-alist): Use more efficient regexps.
12430 Remove dubious arguments.
12431 (dired-align-file): New function.
12432 (dired-insert-directory): Use it.
12433 (dired-move-to-end-of-filename): Make the " -> " search more specific.
12434 (dired-buffers-for-dir): Remove unused var `pattern'.
12435
12436 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
12437
12438 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12439 from diary display excursion. Store diary buffer's point for
12440 `simple-diary-display'.
12441 (simple-diary-display): Set window point and start when
12442 displaying buffer, to preserve point.
12443
12444 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
12445
12446 * textmodes/enriched.el (enriched-translations): Replace defconst
12447 with defvar.
12448
12449 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12450
12451 * printing.el: Doc fix.
12452 (pr-version): New version number (6.8.1).
12453 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12454 make-temp-name.
12455 (pr-delete-file): Check if file exists before deleting it.
12456 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12457
12458 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * term.el (term-display-table): New variable.
12461 (term-mode): Use it.
12462 (term-exec-1): Set the coding system to binary.
12463 (term-emulate-terminal): Decode the string before inserting it.
12464
12465 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12466
12467 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12468 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12469 (map): Bind S-prior, S-next and S-insert.
12470 (term-mode): Set `indent-tabs-mode' to nil.
12471 (term-paste): New function to be bound to S-insert.
12472 (term-send-del, term-send-backspace): Change the strings sent.
12473 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
12474 (term-handle-colors-array): Fix handling of underline and reverse.
12475 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
12476 (term-erase-in-line): Fix comparison.
12477 (term-emulate-terminal): Fix line wrap handling.
12478 (term-start-output-log): Rename from `term-set-output-log'.
12479 (term-stop-output-log): Rename from `term-stop-photo'.
12480 (term-switch-to-alternate-sub-buffer): Comment out, unused.
12481
12482 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * dired.el (dired-move-to-filename): Don't output a message if
12485 raise-error is non-nil. Fix return position and value.
12486
12487 * files.el (insert-directory): Obey --dired even with symlinks.
12488
12489 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12490
12491 * ls-lisp.el (ls-lisp-format): Mark file names with property
12492 dired-filename.
12493
12494 2004-09-25 Kim F. Storm <storm@cua.dk>
12495
12496 * ido.el (ido-max-directory-size): New defcustom.
12497 (ido-decorations): Add "too big" element.
12498 (ido-directory-too-big): New dynamic var.
12499 (ido-may-cache-directory): Don't cache big directories.
12500 (ido-directory-too-big-p): New defun.
12501 (ido-set-current-directory): Update ido-directory-too-big.
12502 (ido-read-internal): Make empty ido-cur-item if too-big.
12503 (ido-buffer-internal): Use ido-read-internal directly instead of
12504 ido-read-buffer.
12505 (ido-file-internal): Init ido-directory-too-big.
12506 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12507 and redo completion with full list.
12508 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12509 it, and show completions.
12510 (ido-all-completions): Let bind ido-directory-too-big to nil.
12511 (ido-exhibit): Handle ido-directory-too-big.
12512 (ido-read-buffer): Handle fallback to read-buffer.
12513 Init ido-directory-too-big.
12514 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12515 Init ido-directory-too-big.
12516
12517 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12518
12519 * subr.el (delay-mode-hooks): Doc fix.
12520
12521 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12522
12523 * textmodes/enriched.el
12524 (enriched-default-text-properties-local-flag): New variable.
12525 (enriched-mode): Make sure that enabling and disabling the mode is
12526 a no-op. Doc fix.
12527
12528 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12529
12530 * calendar/holidays.el (holiday-advent): Report on a specified day
12531 offset from advent, not just advent.
12532 (holiday-easter-etc): Report on one specified day offset from
12533 easter, not all easter holidays. Various Easter holidays moved to
12534 `christian-holidays' variable in calendar.el.
12535 * calendar/calendar.el (christian-holidays): Adapt for new
12536 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12537
12538 2004-09-23 Kim F. Storm <storm@cua.dk>
12539
12540 * image.el (insert-sliced-image): Add doc string.
12541
12542 * ido.el (ido-choice-list): New dynamic var for `list' context.
12543 (ido-context-switch-command): New dynamic var.
12544 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12545 (ido-read-internal): Handle new `list' context.
12546 Handle insert-buffer and insert-file ido-exit values.
12547 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12548 ido-context-switch-command. Handle insert-file ido-exit value.
12549 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12550 unless it is already bound by caller.
12551 (ido-file-internal): New arg switch-cmd. Use it to setup
12552 ido-context-switch-command. Handle insert-buffer ido-exit value.
12553 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12554 used for context switching.
12555 (ido-all-completions): Handle new `list' context.
12556 (ido-make-choice-list): Return choices for `list' context.
12557 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12558 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12559 (ido-insert-buffer, ido-insert-file): Setup context switching.
12560 (ido-exhibit): Handle `list' context.
12561 (ido-read-file-name): Disable context switching. Handle fallback.
12562 (ido-read-directory-name): Disable context switching.
12563 (ido-completing-read): New defun like completing-read. Setup and
12564 use new `list' context.
12565
12566 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12567
12568 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12569
12570 2004-09-21 Jay Belanger <belanger@truman.edu>
12571
12572 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12573 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12574 separate window.
12575
12576 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12577
12578 * subr.el (after-change-major-mode-hook): Doc fix.
12579
12580 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12581
12582 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12583 of ghostscript for monochrome PostScript file in Windows.
12584
12585 2004-09-21 Kenichi Handa <handa@m17n.org>
12586
12587 * descr-text.el (describe-char): Checking of quail activation fixed.
12588
12589 2004-09-21 Jay Belanger <belanger@truman.edu>
12590
12591 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12592
12593 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12594
12595 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12596 after the mode hooks instead of before. Doc fix.
12597
12598 2004-09-20 Jason Rumney <jasonr@gnu.org>
12599
12600 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12601 _emacs, but revert to .emacs if neither exists in home directory.
12602
12603 2004-09-20 John Paul Wallington <jpw@gnu.org>
12604
12605 * bindings.el (completion-ignored-extensions): Add .dfsl.
12606
12607 2004-09-20 Richard M. Stallman <rms@gnu.org>
12608
12609 * bindings.el (scroll-left): Make it disabled.
12610
12611 * files.el (enable-local-eval): Doc fix.
12612
12613 * indent.el (move-to-left-margin): Special case for minibuffer.
12614
12615 * term.el (term-emulate-terminal): Turn off undo for output.
12616 Use with-current-buffer and save-selected-window.
12617
12618 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12619
12620 * progmodes/make-mode.el (makefile-fill-paragraph):
12621 Don't insist on spaces when looking for comments. # is enough.
12622
12623 * files.el (hack-local-variables): Copy the variables list
12624 to another buffer, strip prefixes and suffixes there, then read.
12625 (enable-local-eval): Doc fix.
12626 (ignored-local-variables): Initialize to nil.
12627 (risky-local-variable-p): Don't check ignored-local-variables here.
12628 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12629
12630 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12631
12632 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12633 of = to "." (punctuation).
12634
12635 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12638
12639 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12640
12641 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12642 (enriched-before-change-major-mode): New function.
12643 Add it to `change-major-mode-hook'.
12644 (enriched-after-change-major-mode): New function.
12645 Add it to `after-change-major-mode-hook'.
12646 (enriched-mode): Make it work correctly if called from
12647 `after-change-major-mode-hook'.
12648 No longer set `indent-line-function'.
12649
12650 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12651
12652 * subr.el (after-change-major-mode-hook): New variable.
12653 (run-mode-hooks): Implement it.
12654
12655 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12656
12657 * battery.el (battery-linux-proc-apm): Use string-to-number.
12658 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12659 Use dolist (and less indentation). Use erase-buffer.
12660 Pre-initialize `design-capacity', `warn', and `low'.
12661 (battery-format): Use replace-regexp-in-string.
12662
12663 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12664
12665 * battery.el: Delete superfluous empty lines.
12666 (battery-linux-proc-acpi): Attempt to gather information from all
12667 battery subdirectories regardless of their file name.
12668 (battery-linux-proc-apm): Replace all occurrences of
12669 battery-hex-to-int-2 with string-to-int (base 16).
12670 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12671 (battery-hex-map): Delete variable.
12672
12673 2004-09-18 John Paul Wallington <jpw@gnu.org>
12674
12675 * calc/calc-units.el (calc-quick-units): Fix overzealous
12676 s/or/unless/.
12677
12678 2004-09-17 Jay Belanger <belanger@truman.edu>
12679
12680 * calc/calc.el (calc-mode-var-list): Fix the value of
12681 `calc-matrix-brackets'.
12682
12683 2004-09-17 Romain Francoise <romain@orebokech.com>
12684
12685 * ibuf-ext.el (define-ibuffer-filter filename):
12686 Expand dired-directory since buffer-file-name is absolute.
12687
12688 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12689
12690 * ediff-init.el (ediff-current-diff-face-A)
12691 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12692 (ediff-current-diff-face-Ancestor)
12693 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12694 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12695 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12696 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12697 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12698 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12699 Use min-colors.
12700
12701 * term.el (term-down): Perform vertical motion if DOWN is negative.
12702 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12703 (term-termcap-format): Synchronyze with the eterm terminfo entry
12704 in etc/e/eterm.ti.
12705 (term-handle-colors-array): If the current foreground or
12706 background are zero (i.e. unspecified), use the foreground and
12707 background of the default face for reverse video.
12708 (term-ansi-at-eval-string, term-ansi-default-fg)
12709 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12710 (term-mem): Delete ununsed function.
12711 (term-protocol-version): Increment.
12712 (term-current-face): Set to default.
12713
12714 2004-09-15 Jay Belanger <belanger@truman.edu>
12715
12716 * calc/calc.el (calc-mode-var-list): Define this variable.
12717 (calc-always-load-extensions, calc-line-numbering)
12718 (calc-line-breaking, calc-display-just, calc-display-origin)
12719 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12720 (calc-group-char, calc-point-char, calc-frac-format)
12721 (calc-prefer-frac, calc-hms-format, calc-date-format)
12722 (calc-float-format, calc-full-float-format, calc-complex-format)
12723 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12724 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12725 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12726 (calc-matrix-brackets, calc-language, calc-language-option)
12727 (calc-left-label, calc-right-label, calc-word-size)
12728 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12729 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12730 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12731 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12732 (calc-window-height, calc-display-trail, calc-show-selections)
12733 (calc-use-selections, calc-assoc-selections)
12734 (calc-display-working-message, calc-auto-why, calc-timing)
12735 (calc-mode-save-mode, calc-standard-date-formats)
12736 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12737 (calc-user-parse-tables, calc-gnuplot-default-device)
12738 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12739 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12740 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12741 (calc-invocation-macro, calc-show-banner): Give these values as
12742 part of `calc-mode-var-list's initialization after the variables
12743 are declared with defvar.
12744 (calc-bug-address): Change email address to send bug reports to.
12745 Change the maintainer address at the top.
12746 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12747 than "\\.emacs" to determine if it is the user-init-file.
12748
12749 * calc/calc-embed.el (calc-embedded-set-modes): Use
12750 `calc-mode-var-list' correctly.
12751
12752 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12753
12754 * vc.el (annotate-time): Document point handling.
12755 (vc-annotate-display-autoscale): Doc fix.
12756
12757 2004-09-15 Miles Bader <miles@gnu.org>
12758
12759 * generic.el (generic-make-keywords-list): Use symbol rather than
12760 word anchors in regexp.
12761
12762 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12763
12764 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12765 no file name consider `dired-directory'.
12766
12767 2004-09-14 Kim F. Storm <storm@cua.dk>
12768
12769 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12770
12771 2004-09-14 Simon Josefsson <jas@extundo.com>
12772
12773 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12774
12775 * textmodes/dns-mode.el: Add.
12776
12777 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12778
12779 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12780 (disabled-command-function): Make the ?\ char more obvious.
12781
12782 * vc-arch.el (vc-arch-root, vc-arch-registered):
12783 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12784
12785 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12786
12787 * windmove.el (windmove-frame-edges): Report coordinates of
12788 outside edges of frame, not inside edges.
12789 (windmove-coordinates-of-position): Convert into wrapper to new
12790 function `windmove-coordinates-of-window-position';
12791 `compute-motion' always applies to selected window.
12792 (windmove-coordinates-of-position): Update documentation to refer
12793 to Emacs 21 Lisp Reference Manual.
12794 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12795
12796 2004-09-13 Kim F. Storm <storm@cua.dk>
12797
12798 * isearch.el (isearch-resume-in-command-history): Rename from
12799 isearch-resume-enabled and change default to nil.
12800
12801 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12804 (vc-registered): Use it.
12805 (vc-find-root): New fun.
12806
12807 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12808 Don't tell to use \\{...} when it's already done.
12809
12810 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12811 Provide a sample complex default.
12812 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12813 (bibtex-entry): Use mapc.
12814
12815 2004-09-12 Kim F. Storm <storm@cua.dk>
12816
12817 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12818
12819 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12820 inhibit-field-text-motion to t so rectangles work in comint buffers.
12821
12822 * simple.el (choose-completion-string): Set buffer before running
12823 choose-completion-string-functions hook so it can be buffer-local.
12824
12825 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12826
12827 * progmodes/compile.el (compilation-start): Parse command to see
12828 if it starts with a cd, and if so perform it for the *compilation*
12829 buffer. Change the header to reflect this.
12830
12831 2004-09-11 Kim F. Storm <storm@cua.dk>
12832
12833 * ido.el (ido-enable-dot-prefix): Doc fix.
12834 (ido-enable-dot-prefix): New defcustom.
12835 (ido-set-matches1): Use it.
12836
12837 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * textmodes/bibtex.el (bibtex-mark-active)
12840 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12841
12842 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12843
12844 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12845 used in a case insensitive environment.
12846 (bibtex-mode-map): Rearrange order of menus.
12847 (bibtex-quoted-string-re): Obsolete.
12848 (bibtex-complete-key-cleanup): Variable replaced by new function.
12849 (bibtex-font-lock-keywords): Use backquotes.
12850 (bibtex-font-lock-url-regexp): New internal variable.
12851 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12852 "OPT" and "ALT".
12853 (bibtex-insert-current-kill, bibtex-make-field)
12854 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12855 (bibtex-parse-field-text): Simplify.
12856 (bibtex-string=): New helper function.
12857 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12858 (bibtex-map-entries): Use bibtex-string=.
12859 (bibtex-search-entry): Use not.
12860 (bibtex-enclosing-field): Fix docstring.
12861 (bibtex-assoc-regexp): Obsolete.
12862 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12863 (bibtex-autokey-get-names): Handle empty name field.
12864 (bibtex-parse-strings): Use assoc-string and unless.
12865 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12866 Use assoc-string.
12867 (bibtex-pop): Simplify.
12868 (bibtex-mode): Set font-lock-extra-managed-props.
12869 (bibtex-entry-update): Use assoc-string.
12870 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12871 (bibtex-autofill-entry): Use bibtex-string=.
12872 (bibtex-print-help-message): Simplify.
12873 (bibtex-find-entry): New optional arg START.
12874 (bibtex-validate): Use bibtex-string= and assoc-string.
12875 Do not call obsolete function compilation-parse-errors.
12876 (bibtex-remove-delimiters): Only remove delimiters if present.
12877 (bibtex-copy-entry-as-kill): Add docstring.
12878 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12879 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12880 (bibtex-complete): Use bibtex-predefined-month-strings,
12881 bibtex-string=, and new function bibtex-complete-key-cleanup.
12882 (bibtex-generate-url-list): New variable.
12883 (bibtex-url): New command bound to C-c C-l and mouse-2.
12884 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12885 (bibtex-font-lock-url): New function.
12886
12887 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12888
12889 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12890
12891 2004-09-09 Kim F. Storm <storm@cua.dk>
12892
12893 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12894 counter and format with binding.
12895 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12896 the declared macro uses own macro counter and format. Give symbol
12897 kmacro property.
12898 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12899 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12900 (kmacro-end-and-call-macro): Doc fix.
12901
12902 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12903
12904 * desktop.el (desktop-clear-preserve-buffers):
12905 Remove make-obsolete-variable.
12906
12907 2004-09-08 Richard M. Stallman <rms@gnu.org>
12908
12909 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12910 with the buffer as argument.
12911
12912 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12913
12914 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12915
12916 2004-09-08 Juri Linkov <juri@jurta.org>
12917
12918 * replace.el (perform-replace): Use `query-replace-descr'.
12919
12920 * cus-start.el (history-delete-duplicates): Specify customization.
12921
12922 * diff-mode.el (diff-mode-map):
12923 * progmodes/compile.el (compilation-mode-map):
12924 * progmodes/grep.el (grep-mode-map):
12925 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12926 to `next-error-follow-minor-mode'.
12927
12928 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12929
12930 * isearch.el (isearch-lazy-highlight-update): Take into account
12931 the case of zero-length match at the search bound.
12932
12933 2004-09-08 Kim F. Storm <storm@cua.dk>
12934
12935 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12936 change. Use zero width overlays when necessary.
12937
12938 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12939
12940 * subr.el (split-string): Docfix.
12941
12942 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12943
12944 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12945 (display-call-tree): Ensure newline after caller/calls blocks.
12946
12947 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12948
12949 * startup.el (command-line-1): Make option
12950 --directory/-L modify `load-path' straight away.
12951
12952 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12953
12954 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12955
12956 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12957
12958 * emacs-lisp/autoload.el (make-autoload):
12959 Handle `define-compilation-mode'.
12960
12961 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12962 Specify `doc-string-elt' property.
12963
12964 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12965
12966 * bs.el (bs-mode): Doc fix.
12967
12968 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12969
12970 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12971
12972 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12973
12974 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12975
12976 2004-09-08 Kenichi Handa <handa@m17n.org>
12977
12978 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12979 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12980 ps-mule-next-point -> 1+).
12981
12982 * composite.el (encode-composition-rule): Add autoload cooky.
12983
12984 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12985
12986 * format.el (buffer-auto-save-file-format): Make it permanent local.
12987
12988 2004-09-07 Kim F. Storm <storm@cua.dk>
12989
12990 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12991 (authors-fixed-entries): Fix typo.
12992 (authors-canonical-author-name): Compact multiple spaces.
12993 Ignore trivial names (e.g. only first name).
12994
12995 * term.el (term-window-width): Only use full window width on
12996 window system if overflow-newline-into-fringe is enabled.
12997 (term-mode): Don't disable overflow-newline-into-fringe.
12998
12999 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13000
13001 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13002 motion as seen on my Mac OS X xterms.
13003
13004 * newcomment.el (uncomment-region-default, comment-region-default):
13005 New functions extracted from uncomment-region and comment-region.
13006 (comment-region, comment-region-function, uncomment-region)
13007 (uncomment-region-function): Use them.
13008
13009 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13010
13011 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13012 It's not crucial but can make sense at times.
13013
13014 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13015 the first commit.
13016
13017 * vc.el (vc-buffer-context, vc-restore-buffer-context):
13018 Disable obsolete code.
13019
13020 2004-09-07 Juri Linkov <juri@jurta.org>
13021
13022 * progmodes/grep.el (grep-highlight-matches): Change default from
13023 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
13024 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13025 if grep option `--color' is available, or to `nil' otherwise.
13026 (grep-process-setup): Call `grep-compute-defaults' if
13027 `grep-highlight-matches' is not computed. Set env-vars only
13028 if `grep-highlight-matches' is `t'.
13029 (grep-use-null-device): Remove redundant type `boolean' (`choice'
13030 is already defined).
13031
13032 * progmodes/compile.el (compilation-start): Use copy of
13033 `process-environment' created by `copy-sequence' to not
13034 modify env-vars in the global `process-environment'.
13035
13036 2004-09-06 Eli Zaretskii <eliz@gnu.org>
13037
13038 * simple.el (next-error-follow-minor-mode): Fix last change.
13039
13040 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
13041
13042 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13043 permanent local.
13044
13045 2004-09-04 Richard M. Stallman <rms@gnu.org>
13046
13047 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13048 highlighting if the search string is empty.
13049
13050 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
13051
13052 * facemenu.el (facemenu-active-faces): Change condition of inner
13053 `while' loop to also check the first two elements of `face-atts'
13054 and `mask-atts'.
13055
13056 2004-09-04 John Paul Wallington <jpw@gnu.org>
13057
13058 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13059 (thumbs-view-image-mode): Make buffer read-only.
13060
13061 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
13062
13063 * textmodes/ispell.el (ispell-really-aspell): New defvar.
13064 (ispell-check-version): Set it.
13065 (ispell-send-replacement): New function.
13066 (ispell-process-line): Call ispell-send-replacement.
13067
13068 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13069
13070 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13071 Support choosing seconds with "s".
13072
13073 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
13074
13075 * terminal.el (te-escape): Show `?' in prompt for help key.
13076
13077 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
13078
13079 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13080
13081 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13082
13083 * simple.el (next-error-follow-minor-mode)
13084 (next-error-follow-mode-post-command-hook): New functions.
13085 (next-error-follow-last-line): New defvar.
13086
13087 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13088 * progmodes/compile.el (compilation-mode-map): Likewise.
13089 * progmodes/grep.el (grep-mode-map): Likewise.
13090 * replace.el (occur-mode-map): Likewise.
13091
13092 * newcomment.el (uncomment-region): Bind comment-use-global-state
13093 to nil.
13094
13095 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
13096
13097 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13098 locally around the call to `revert-buffer'.
13099
13100 2004-09-03 Juri Linkov <juri@jurta.org>
13101
13102 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13103 `isearch-adjusted' to `t'.
13104 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13105 (isearch-message-prefix): Add "pending" for isearch-adjusted.
13106 (isearch-other-meta-char): Restore isearch-point unconditionally.
13107 (isearch-query-replace): Add new arg `regexp-flag' and use it.
13108 Set point to start of match if region is not active in transient
13109 mark mode (to include the current match to region boundaries).
13110 Push the search string to `query-replace-from-history-variable'.
13111 Add prompt "Query replace regexp" for isearch-regexp.
13112 Add region beginning/end as last arguments of `perform-replace.'
13113 (isearch-query-replace-regexp): Replace code by the call to
13114 `isearch-query-replace' with arg `t'.
13115
13116 2004-09-03 Richard M. Stallman <rms@gnu.org>
13117
13118 * startup.el (normal-top-level): Undo previous TERM change.
13119
13120 2004-09-03 Kim F. Storm <storm@cua.dk>
13121
13122 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13123 highlight overlays; allow using RET when cursor is over a button.
13124 (cua--highlight-rectangle): Use it.
13125 (cua--rectangle-set-corners): Don't move backwards at eol.
13126 (cua--forward-line): Don't move into void after eob.
13127
13128 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13129 point is set (and displayed) inside rectangle.
13130 (cua--rectangle-operation): Fix for highlight of empty lines.
13131 (cua--highlight-rectangle): Fix highlight for tabs.
13132 Position cursor at left/right edge of rectangle using new `cursor'
13133 property on overlay strings.
13134 (cua--indent-rectangle): Don't tabify.
13135 (cua-rotate-rectangle): Ignore that point has moved.
13136
13137 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13138
13139 * term/mac-win.el: Add ASCII equivalents for some function keys.
13140 (mode-line-frame-identification): Sync with x-win.el.
13141
13142 2004-09-02 Juri Linkov <juri@jurta.org>
13143
13144 * progmodes/compile.el (compilation-buffer-name): Compare major
13145 mode with second element of compilation-arguments instead of third
13146 to reflect latest changes in compilation-arguments structure.
13147 (recompile): Use global variable `compilation-directory' to get
13148 recent compilation directory only when `recompile' is invoked NOT
13149 in the compilation buffer. Otherwise, use `default-directory' of
13150 the compilation buffer.
13151 (compilation-error-properties): Allow to funcall col and end-col.
13152 (compilation-mode-font-lock-keywords): Check col and end-col by
13153 `integerp'.
13154 (compilation-goto-locus): If end-mk is non-nil in transient mark
13155 mode don't activate the mark (and don't display message in
13156 push-mark), but highlight overlay between mk and end-mk.
13157
13158 * progmodes/grep.el (grep-highlight-matches): New defcustom.
13159 (grep-regexp-alist): Add rule to highlight grep matches.
13160 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13161
13162 * info.el (Info-fontify-node): Don't compute other-tag
13163 if Info-hide-note-references=hide.
13164
13165 * help.el (function-called-at-point):
13166 * help-fns.el (variable-at-point):
13167 Try `find-tag-default' when other methods failed.
13168
13169 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13170 Do not push mark if inhibit-mark-movement is non-nil.
13171
13172 * textmodes/ispell.el (ispell-html-skip-alists):
13173 Fix backslashes in docstring.
13174
13175 2004-09-01 Juri Linkov <juri@jurta.org>
13176
13177 * isearch.el (isearch-wrap-function)
13178 (isearch-push-state-function): New defvars.
13179 (isearch-pop-fun-state): New defsubst.
13180 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13181 (isearch-push-state): Set the result of calling
13182 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13183 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13184 restore the mode-specific starting point of terminated search.
13185 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13186 (isearch-repeat): Call `isearch-wrap-function' if defined.
13187 (isearch-message-prefix): Don't add prefix "over" to the message
13188 for wrapped search if `isearch-wrap-function' is defined.
13189 (isearch-search): Call function saved in `isearch-pop-fun-state' to
13190 restore the mode-specific starting point of failed search.
13191
13192 * info.el (Info-search-whitespace-regexp): Fix backslashes.
13193 (Info-search): Add new optional arguments for the sake of isearch.
13194 Replace whitespace in Info-search-whitespace-regexp literally.
13195 Add backward search. Don't call `Info-select-node' if regexp is
13196 found in the same Info node. Don't add node to Info-history for
13197 wrapped isearch.
13198 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13199 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13200 (Info-mode): Set local variables `isearch-search-fun-function',
13201 `isearch-wrap-function', `isearch-push-state-function',
13202 `search-whitespace-regexp'.
13203
13204 * isearch.el: Remove ancient Change Log section.
13205 (isearch-string, isearch-message-string, isearch-point)
13206 (isearch-success, isearch-forward-flag, isearch-other-end)
13207 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13208 (isearch-barrier, isearch-within-brackets)
13209 (isearch-case-fold-search): Add suffix `-state' to state-related
13210 defsubsts to avoid name clashes with other function names.
13211
13212 * simple.el (next-error): New defgroup and defface.
13213 (next-error-highlight, next-error-highlight-no-select):
13214 New defcustoms.
13215 (next-error-no-select): Let-bind next-error-highlight to the value
13216 of next-error-highlight-no-select before calling `next-error'.
13217
13218 * progmodes/compile.el (compilation-goto-locus):
13219 Use `next-error' face instead of `region'. Set 4-th argument of
13220 `move-overlay' to `current-buffer' to move overlay to different
13221 source buffers. Use new variable `next-error-highlight'.
13222
13223 * simple.el (next-error-find-buffer): Move the rule
13224 "if current buffer is a next-error capable buffer" after the
13225 rule "if next-error-last-buffer is set to a live buffer".
13226 Simplify to test all rules in one `or'.
13227 (next-error): Doc fix.
13228 (next-error, previous-error, first-error)
13229 (next-error-no-select, previous-error-no-select):
13230 Make arguments optional.
13231
13232 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
13233
13234 * macros.el (apply-macro-to-region-lines): Make it operate on all
13235 lines that begin in the region, rather than on all complete lines
13236 in the region.
13237
13238 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13239
13240 * x-dnd.el (x-dnd-protocol-alist): Document update.
13241 (x-dnd-known-types): Defcustom it.
13242 (x-dnd-handle-motif): Print message-atom in error message.
13243
13244 2004-08-30 John Paul Wallington <jpw@gnu.org>
13245
13246 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13247 strings rather than programatically constructing message.
13248
13249 2004-08-30 Richard M. Stallman <rms@gnu.org>
13250
13251 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13252 Don't return a string that would read as the wrong character code.
13253
13254 2004-08-29 Kim F. Storm <storm@cua.dk>
13255
13256 * emulation/cua-base.el (cua-auto-expand-rectangles):
13257 Remove automatic rectangle padding feature; replace by non-destructive
13258 virtual rectangle edges feature.
13259 (cua-virtual-rectangle-edges): New defcustom.
13260 (cua-auto-tabify-rectangles): New defcustom.
13261 (cua-paste): If paste into a marked rectangle, insert rectangle at
13262 current column, even if virtual; also paste exactly as many lines
13263 as has been marked (ignore additional lines or add empty lines),
13264 but paste whole source if only one line is marked.
13265 (cua--update-indications): No longer use overwrite-cursor to
13266 indicate rectangle padding
13267
13268 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
13269 (cua--rectangle-virtual-edges): New defun.
13270 (cua--rectangle-get-corners): Remove optional PAD arg.
13271 (cua--rectangle-set-corners): Never do padding.
13272 (cua--forward-line): Remove optional PAD arg. Simplify.
13273 (cua-resize-rectangle-right, cua-resize-rectangle-left)
13274 (cua-resize-rectangle-down, cua-resize-rectangle-up):
13275 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
13276 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13277 (cua--rectangle-move): Never do padding. Simplify.
13278 (cua--tabify-start): New defun.
13279 (cua--rectangle-operation): Add tabify arg. All callers changed.
13280 (cua--pad-rectangle): Remove.
13281 (cua--delete-rectangle): Handle delete with virtual edges.
13282 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13283 (cua--insert-rectangle): Handle insert at virtual column.
13284 Perform auto-tabify if necessary.
13285 (cua--activate-rectangle): Remove optional FORCE arg.
13286 Never do padding. Simplify.
13287 (cua--highlight-rectangle): Enhance for virtual edges.
13288 (cua-toggle-rectangle-padding): Remove command.
13289 (cua-toggle-rectangle-virtual-edges): New command.
13290 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
13291 (cua--rectangle-post-command): Don't force rectangle padding.
13292 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13293
13294 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
13295
13296 * indent.el (edit-tab-stops-buffer): Doc fix.
13297
13298 2004-08-28 Richard M. Stallman <rms@gnu.org>
13299
13300 * progmodes/grep.el (grep-default-command): Use find-tag-default.
13301 (grep-tag-default): Function deleted.
13302
13303 * subr.el (find-tag-default): Move from etags.el.
13304
13305 * progmodes/etags.el (find-tag-default): Move to subr.el.
13306
13307 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
13308 into the basic character if it has an uppercase form.
13309
13310 2004-08-27 Kenichi Handa <handa@m17n.org>
13311
13312 * international/utf-8.el (utf-8-post-read-conversion): If the
13313 buffer is unibyte, temporarily make it multibyte.
13314
13315 2004-08-27 Masatake YAMATO <jet@gyve.org>
13316
13317 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
13318
13319 2004-08-25 John Paul Wallington <jpw@gnu.org>
13320
13321 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13322 0, 1, and many mismatches in message.
13323 (tex-start-shell): Use `set-process-query-on-exit-flag'.
13324
13325 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
13326 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
13327
13328 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13329
13330 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13331 vc-diff-switches differently.
13332
13333 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
13334
13335 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13336 before and a real defvar after
13337 `speedbar-supported-extension-expressions'. This is to silence
13338 the compiler without breaking bootstrapping.
13339
13340 2004-08-22 Richard M. Stallman <rms@gnu.org>
13341
13342 * textmodes/flyspell.el (flyspell-word):
13343 Use set-process-query-on-exit-flag.
13344 (flyspell-highlight-duplicate-region): Take POSS as arg.
13345 (flyspell-word): Pass POSS as arg.
13346
13347 * progmodes/ada-xref.el: Many doc and style fixes.
13348 (ada-find-any-references): Use compilation-start.
13349 (ada-get-ali-file-name): Improve error msg.
13350 (ada-get-ada-file-name): Likewise.
13351
13352 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13353 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13354
13355 * mail/mail-extr.el (mail-extr-all-top-level-domains):
13356 Add forward defvar.
13357
13358 * whitespace.el (global-whitespace-mode): New alias
13359 for whitespace-global-mode.
13360
13361 * speedbar.el (speedbar-file-regexp): Move definition up.
13362 (speedbar-mode, speedbar-set-mode-line-format):
13363 Use with-no-warnings.
13364 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13365
13366 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13367 controls whether to display the error buffer.
13368
13369 * ps-mule.el: Delete compatibility code for old Emacses.
13370 (ps-mule-find-wrappoint): Don't use chars-in-region.
13371
13372 * frame.el (display-mouse-p, display-selections-p):
13373 Use with-no-warnings.
13374
13375 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13376
13377 2004-08-22 David Kastrup <dak@gnu.org>
13378
13379 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13380 information.
13381
13382 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13383
13384 2004-08-22 Andreas Schwab <schwab@suse.de>
13385
13386 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13387
13388 2004-08-22 Masatake YAMATO <jet@gyve.org>
13389
13390 * cvs-status.el (cvs-status-checkout): New function.
13391 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13392
13393 2004-08-21 David Kastrup <dak@gnu.org>
13394
13395 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13396 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13397 has been converted to use hashtables, the relation `nil=none' is
13398 no longer valid, as `nil' is not a hashtable. This patch tries to
13399 reduce the number of resulting errors.
13400
13401 2004-08-21 John Paul Wallington <jpw@gnu.org>
13402
13403 * subr.el (process-kill-without-query): Made obsolete in
13404 version 21.4, not 21.5.
13405
13406 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13407 (vc-previous-comment, vc-next-comment)
13408 (vc-comment-search-reverse, vc-comment-search-forward)
13409 (vc-comment-to-change-log): Likewise.
13410
13411 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13412
13413 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
13414
13415 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13416 Correct indentation of DEFMETHODS with non-standard method
13417 combinations (e.g., PROGN, MIN, MAX).
13418
13419 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * startup.el (normal-top-level-add-subdirs-to-load-path):
13422 Avoid unnecessarily checking system-type.
13423 (normal-top-level): Set TERM to "dumb". Simplify.
13424
13425 * avoid.el (mouse-avoidance-ignore-p): New fun.
13426 Also ignore switch-frame, select-window, double, and triple clicks.
13427 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13428 (mouse-avoidance-fancy-hook): Use it.
13429
13430 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
13431
13432 * avoid.el (mouse-avoidance-nudge-mouse)
13433 (mouse-avoidance-banish-destination): Stay within the current window
13434 to avoid problems with mouse-autoselect-window.
13435
13436 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13437
13438 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13439 the newer format of some messages in cvs-1.12.1.
13440
13441 2004-08-19 Masatake YAMATO <jet@gyve.org>
13442
13443 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13444 (elp-results-jump-to-definition-by-mouse)
13445 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13446 (elp-output-result): Use elp-output-insert-symname.
13447
13448 2004-08-18 Kenichi Handa <handa@m17n.org>
13449
13450 * language/cyrillic.el: Register koi8-r in
13451 ctext-non-standard-encodings-alist.
13452 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13453
13454 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
13455
13456 * emacs-lisp/copyright.el (copyright-update-year): Delete code
13457 that replaces 20xy with xy.
13458
13459 2004-08-17 John Paul Wallington <jpw@gnu.org>
13460
13461 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13462 (reb-force-update): Doc fix.
13463
13464 2004-08-16 Richard M. Stallman <rms@gnu.org>
13465
13466 * progmodes/which-func.el (which-func-update-1): Doc fix.
13467
13468 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13469 (sh-mode-abbrev-table): New variable.
13470
13471 * progmodes/compile.el (compilation-mode): Doc fix.
13472
13473 * emacs-lisp/lisp-mode.el (eval-last-sexp):
13474 Don't cons a new symbol each time.
13475 (eval-last-sexp-fake-value): New variable.
13476
13477 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13478 (copyright-update-year): Detect continuation of list of years.
13479
13480 * term.el (term-default-fg-color, term-default-bg-color)
13481 (ansi-term-color-vector): Use `unspecified', not nil, as default.
13482
13483 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13484
13485 2004-08-16 Davis Herring <herring@lanl.gov>
13486
13487 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13488 (isearch-success, isearch-forward-flag, isearch-other-end)
13489 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13490 (isearch-barrier, isearch-within-brackets)
13491 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13492
13493 2004-08-16 Kenichi Handa <handa@m17n.org>
13494
13495 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13496
13497 2004-08-15 Kenichi Handa <handa@m17n.org>
13498
13499 * term/x-win.el (x-selection-value): If utf8 was successful but
13500 ctext was not, use utf8 string.
13501
13502 2004-08-14 Davis Herring <herring@lanl.gov>
13503
13504 * isearch.el: Remove accidental changes of March 4. Fix backing
13505 up when a regexp isearch is made more general. Use symbolic
13506 accessor functions for isearch stack frames to make usage clearer.
13507 (search-whitespace-regexp): Made groups in documentation shy (as
13508 is the group in the default value).
13509 (isearch-fallback): New function, addresses problems with regexps
13510 liberalized by `\|', adds support for liberalization by `\}' (the
13511 general repetition construct), and incorporates behavior for
13512 `*'/`?'.
13513 (isearch-}-char): New command, calls `isearch-fallback' with
13514 arguments appropriate to a typed `}'.
13515 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13516 appropriately.
13517 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13518 (isearch-string, isearch-message,string, isearch-point)
13519 (isearch-success, isearch-forward-flag, isearch-other-end)
13520 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13521 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13522 New inline functions to read fields of a stack frame.
13523
13524 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13525
13526 * battery.el (battery-linux-proc-acpi): Look into battery
13527 directories matching the literal string "CMB", too (required for
13528 Linux kernel version 2.6.7).
13529
13530 2004-08-14 John Paul Wallington <jpw@gnu.org>
13531
13532 * cus-start.el (read-file-name-completion-ignore-case): Add.
13533 (blink-cursor-alist): Change version to "21.4".
13534
13535 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13536
13537 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13538
13539 * speedbar.el (speedbar-scan-subdirs): New option.
13540 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13541 dolist.
13542 (speedbar-insert-files-at-point): Take an extra argument and use
13543 it to optionally find out if a subdir is empty. Also unreadable
13544 files don't get expand buttons.
13545 (speedbar-directory): New image (unused pixmap already existed).
13546 (speedbar-expand-image-button-alist): Use it.
13547
13548 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13549
13550 CC Mode update to 5.30.9:
13551
13552 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13553 Move from cc-vars to cc-defs for dependency reasons. Fix the
13554 POSIX char class test to check that it works in
13555 `skip-chars-(forward|backward)' too.
13556
13557 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13558 first argument starts with a special brace list.
13559
13560 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13561 when `c-opt-type-concat-key' is used (i.e. in Pike).
13562
13563 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13564 Fix bug when the inner char pair doesn't have paren syntax,
13565 i.e. "(<>)".
13566
13567 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13568 whitespace safe.
13569
13570 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13571 position for `arglist-intro', `arglist-cont-nonempty' and
13572 `arglist-close' when there are two arglist open parens on the same
13573 line and there's nothing in front of the first.
13574
13575 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13576 locking of qualified names in Java, which previously could fontify
13577 common indexing expressions in many cases. The standard Java
13578 naming conventions are used to tell them apart.
13579
13580 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13581 Fix inconsistency wrt opening parens on the first line inside a paren
13582 block.
13583
13584 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13585 compile time for the sake of `c-major-mode-is'.
13586
13587 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13588 `c-major-mode-is' in the event that this is used inside a
13589 `c-lang-defconst'.
13590
13591 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13592 `c-lang-defconst' so that it works better with fallback languages.
13593
13594 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13595 it to fail to record the base mode.
13596
13597 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13598 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13599 is used. Reorder the syntax checks to get more efficient
13600 skipping in some situations.
13601
13602 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13603 continuation which might precede the newly inserted '{'.
13604
13605 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13606 Fix cases where it could loop indefinitely.
13607
13608 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13609 size specs correctly. Only fontify identifiers in front of '('
13610 with as functions - don't accept any paren char. Tighten up
13611 initializer skipping to stop before function and class blocks.
13612
13613 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13614 the point could be left directly after an open paren when finding
13615 the beginning of the first decl in the block.
13616
13617 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13618 table when filtering out legitimate open parens to be recorded.
13619 This could cause cache inconsistencies when e.g.
13620 `c++-template-syntax-table' was temporarily in use.
13621
13622 * progmodes/cc-engine.el (c-on-identifier)
13623 (c-simple-skip-symbol-backward): Small fix for handling "-"
13624 correctly in `skip-chars-backward'. Affected the operator lfun
13625 syntax in Pike.
13626
13627 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13628 Fix bug that could cause an error from `after-change-functions' when
13629 the changed region is at bob.
13630
13631 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13632
13633 CC Mode update to 5.30.9:
13634
13635 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13636 to say that <TAB> doesn't insert WS into a CPP line.
13637 (c-indent-command, c-tab-always-indent): Amend doc strings.
13638
13639 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13640 checks for user errors, thus eliminating cryptic and unhelpful
13641 Emacs error messages. (1) Check the arg to `c-set-style' is a
13642 string. (2) Check that settings to `c-offsets-alist' are not
13643 spuriously quoted.
13644
13645 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13646 which precedes the newly inserted `{'.
13647
13648 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13649
13650 Sync with Tramp 2.0.44.
13651
13652 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13653 function "tramp_file_attributes". Otherwise, file names
13654 containing spaces are misinterpreted. Reported by Magnus Henoch
13655 <mange@freemail.hu>.
13656 (tramp-handle-file-truename): FILENAME must be expanded first.
13657 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13658 obscure results. Reported by D. Goel <deego@gnufans.org>.
13659 (tramp-handle-verify-visited-file-modtime): If file does not
13660 exist, say it is not modified if and only if that agrees with the
13661 buffer's record. Check whether a file is visiting the buffer, or
13662 the buffer has no recorded last modification time. Return t in
13663 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13664 <teirllm@auburn.edu>.
13665 (tramp-handle-write-region): Pass modtime explicitely to
13666 `set-visited-file-modtime', because filename can be different
13667 from (buffer-file-name) if `file-precious-flag' is set.
13668 `set-visited-file-modtime' must be called always when `visit' is t
13669 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13670 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13671 nil, don't apply the whole body. If the file doesn't exists, set
13672 modtime to '(-1 65535). Suggested by Luc Teirlinck
13673 <teirllm@auburn.edu>.
13674
13675 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13676
13677 * help.el (describe-bindings): Doc fix.
13678
13679 * subr.el (kbd): Doc fix.
13680
13681 2004-08-08 John Paul Wallington <jpw@gnu.org>
13682
13683 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13684 instead of `string-to-int'.
13685 (define-ibuffer-column mode): Fix indentation.
13686
13687 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13688
13689 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13690
13691 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13692
13693 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13694
13695 * novice.el (disabled-command-function): New variable renamed from
13696 `disabled-command-hook'.
13697 (disabled-command-hook): Keep the _variable_ as alias for
13698 `disabled-command-function' and make obsolete.
13699 (disabled-command-function): Function renamed from
13700 `disabled-command-hook'. Adapt code to name change of the variable.
13701
13702 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13703
13704 * simple.el (completion-root-regexp): New defvar.
13705 (completion-setup-function): Use it instead of a literal string.
13706
13707 2004-08-07 John Paul Wallington <jpw@gnu.org>
13708
13709 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13710 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13711 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13712 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13713
13714 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13715
13716 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13717 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13718
13719 2004-08-04 Kenichi Handa <handa@m17n.org>
13720
13721 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13722 Fix previous change.
13723
13724 2004-08-03 Kenichi Handa <handa@m17n.org>
13725
13726 * international/encoded-kb.el: The following changes are to
13727 utilize key-translation-map instead of minor mode map.
13728 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13729 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13730 (encoded-kbd-last-key): New function.
13731 (encoded-kbd-iso2022-single-shift): New function.
13732 (encoded-kbd-iso2022-designation)
13733 (encoded-kbd-self-insert-iso2022-7bit)
13734 (encoded-kbd-self-insert-iso2022-8bit)
13735 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13736 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13737 key-translation-map.
13738 (encoded-kbd-setup-keymap): Setup key-translation-map.
13739 (saved-key-translation-map): New variable.
13740 (encoded-kbd-mode): Save/restore key-translation-map.
13741 Adjust for the change of encoded-kbd-setup-keymap.
13742
13743 2004-08-02 Kim F. Storm <storm@cua.dk>
13744
13745 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13746 and call compute-motion with nil for topos and width to get proper
13747 usable width and height for both window and non-window systems.
13748
13749 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13750 calculate usable window width and height.
13751
13752 * window.el (window-buffer-height): Call compute-motion with nil width.
13753
13754 2004-08-01 David Kastrup <dak@gnu.org>
13755
13756 * replace.el (query-replace-read-from):
13757 Use `query-replace-compile-replacement'.
13758 (query-replace-compile-replacement): New function.
13759 (query-replace-read-to): Use `query-replace-compile-replacement'
13760 for repeating the last command.
13761
13762 2004-08-01 John Paul Wallington <jpw@gnu.org>
13763
13764 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13765 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13766 (pr-switches): Remove period from end of error messages.
13767
13768 * help-mode.el (help-go-back): Likewise.
13769
13770 * abbrev.el (only-global-abbrevs): Doc fix.
13771 (edit-abbrevs-map): Define within defvar.
13772 (quietly-read-abbrev-file): Doc fix.
13773
13774 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13775
13776 * novice.el (enable-command, disable-command): Doc fixes.
13777
13778 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13779
13780 2004-07-30 Richard M. Stallman <rms@gnu.org>
13781
13782 * subr.el (with-local-quit): Doc fix.
13783
13784 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13785
13786 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13787
13788 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13789
13790 * custom.el (defcustom): Doc fix.
13791
13792 2004-07-28 Masatake YAMATO <jet@gyve.org>
13793
13794 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13795
13796 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13797
13798 * imenu.el (imenu-prev-index-position-function)
13799 (imenu-extract-index-name-function, imenu-name-lookup-function)
13800 (imenu--index-alist): Docstring redundancy fix.
13801
13802 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13803
13804 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13805 binding dired-backup-overwrite.
13806
13807 2004-07-25 John Paul Wallington <jpw@gnu.org>
13808
13809 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13810
13811 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13812
13813 * term/tty-colors.el (tty-color-approximate): Doc fix.
13814
13815 * select.el (x-get-selection, x-set-selection): Doc fixes.
13816
13817 * frame.el (make-frame): Doc fix.
13818
13819 2004-07-24 Richard M. Stallman <rms@gnu.org>
13820
13821 * mail/rmail.el (rmail-mime-charset-pattern):
13822 Don't include semicolon in the charset value.
13823
13824 * replace.el (occur-next-error): Call set-window-point.
13825 (occur-engine): Handle negative NLINES.
13826
13827 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13828
13829 * frame.el (modify-all-frames-parameters): Minor doc fix.
13830 (set-frame-configuration): Doc fix.
13831
13832 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13833
13834 * simple.el (completion-setup-function): Compute the common parts
13835 and the first difference place correctly when
13836 partial-completion-mode is on.
13837
13838 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13839
13840 * ps-print.el: Doc fix.
13841 (ps-print-version): New version 6.6.5.
13842 (ps-printing-region): Doc fix.
13843 (ps-generate-string-list): Comment fix.
13844 (ps-message-log-max): Code fix.
13845
13846 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13847
13848 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13849 generated PostScript.
13850
13851 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13852
13853 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13854 with Gnus v5_10 branch.)
13855
13856 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13857
13858 * calendar/time-date.el (time-to-number-of-days): New function.
13859 Imported from from Gnus.
13860
13861 2004-07-22 Kim F. Storm <storm@cua.dk>
13862
13863 * progmodes/make-mode.el: Fix comments.
13864
13865 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13866
13867 * printing.el: Doc fix.
13868
13869 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13870
13871 * frame.el (modify-all-frames-parameters): Minor doc fix.
13872
13873 2004-07-20 Richard M. Stallman <rms@gnu.org>
13874
13875 * textmodes/fill.el (fill-nobreak-p): If this break point is
13876 at the end of the line, don't consider the newline which follows
13877 as a reason to return t.
13878
13879 2004-07-19 John Paul Wallington <jpw@gnu.org>
13880
13881 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13882
13883 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13884
13885 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13886 Delete irrelevant code.
13887
13888 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13889
13890 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13891 New docstring. From Luc Teirlinck.
13892
13893 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13894
13895 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13896 section.
13897 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13898 non-file buffers. We know it is nil.
13899
13900 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13901
13902 Sync with Tramp 2.0.43.
13903
13904 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13905 Remove outdated comment.
13906 (tramp-locked, tramp-locker): New variables for implementing a
13907 global lock.
13908 (tramp-sh-file-name-handler): Use them to implement the global lock.
13909
13910 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13911
13912 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13913 calls to respective `xxx` calls.
13914 (tramp-process-alive-regexp): Precise doc string.
13915 (tramp-multi-action-process-alive): New defun.
13916 (tramp-multi-actions): Use it.
13917 (tramp-handle-find-backup-file-name): `copy-tree' is available
13918 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13919 in order to avoid this function.
13920 (tramp-handle-write-region): Set current buffer. If connection
13921 wasn't open, `file-modes' has changed it accidently. Reported by
13922 David Kastrup <dak@gnu.org>.
13923 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13924 HOST.
13925 (tramp-action-password, tramp-multi-action-password): Apply it.
13926 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13927 name must still contain the port number. Otherwise, we have two
13928 Tramp buffers, with all the confusion. Reported by Myron Selby
13929 <myron@xytech.com> and Rolf Dubitzky
13930 <Dubitzky@physi.uni-heidelberg.de>.
13931
13932 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13933 HOST to `tramp-enter-passwd'.
13934
13935 * net/tramp-vc.el (all): Code cleanup. Change all
13936 `tramp-handle-xxx' calls to respective `xxx` calls.
13937
13938 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13939
13940 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13941 functions that are not erroneous if either 1-valued or
13942 multi-valued. Detect functions in this class.
13943 (testcover-1value-functions, testcover-compose-functions)
13944 (testcover-progn-functions) Add some additional functions to lists.
13945 (testcover-mark): Bugfix when marking up the definition for an
13946 empty function.
13947
13948 2004-07-17 Richard M. Stallman <rms@gnu.org>
13949
13950 * replace.el (occur-read-primary-args): Pass default to
13951 read-from-minibuffer.
13952
13953 * mail/footnote.el (footnote-section-tag): Use defcustom.
13954
13955 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13956 Compile font-lock-keywords, not KEYWORDS.
13957 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13958 Add warn, check-type. Handle cerror like error.
13959
13960 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13961
13962 * progmodes/which-func.el (which-func-keymap): New var.
13963 (which-func-face): New face.
13964 (which-func-format): Use them.
13965
13966 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13967
13968 * buff-menu.el (list-buffers-noselect): Append the buffer's
13969 process status to its mode name.
13970
13971 2004-07-16 Kim F. Storm <storm@cua.dk>
13972
13973 * simple.el (inhibit-mark-movement): New defvar.
13974 (beginning-of-buffer, end-of-buffer): Do not push mark if
13975 inhibit-mark-movement is non-nil or C-u prefix is given.
13976
13977 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13978 Init to beginning-of-buffer and end-of-buffer.
13979 (cua--undo-push-mark): New defvar.
13980 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13981 already active and command is in cua--preserve-mark-commands.
13982 Also fix check for shift modifier on non-window systems.
13983 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13984
13985 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13986
13987 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13988 of two integers, instead of a cons.
13989
13990 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13991 `visited-file-modtime' now returns a list of two integers, instead
13992 of a cons.
13993
13994 * dired.el (dired-directory-changed-p): Ditto.
13995
13996 * progmodes/grep.el (grep): Doc fix.
13997
13998 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13999
14000 * autorevert.el (auto-revert-tail-mode)
14001 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14002 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14003 in both at the same time.
14004 (auto-revert-tail-mode): New command.
14005 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14006 (auto-revert-handler): Revert only either tail or whole file.
14007
14008 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14009 add auto-revert-tail-mode.
14010
14011 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14012
14013 * printing.el: Doc fix. Change name of some funs.
14014 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
14015 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
14016 (pr-standard-file-name): New fun. Replace pr-standard-path.
14017 (pr-call-process): Code fix.
14018
14019 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
14020
14021 * subr.el (with-selected-window): Doc fix.
14022
14023 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
14024
14025 * subr.el (get-buffer-window-list): Doc fix.
14026
14027 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14028
14029 * files.el (switch-to-buffer-other-window): Doc fix.
14030
14031 * window.el (save-selected-window, one-window-p)
14032 (split-window-keep-point, split-window-vertically)
14033 (split-window-horizontally): Doc fixes.
14034
14035 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14036
14037 * printing.el: Doc fix. Now it uses call-process instead of
14038 shell-command for low command execution.
14039 (pr-version): New version number (6.8).
14040 (pr-shell-file-name): Option removed.
14041 (pr-shell-command): Fun removed.
14042 (pr-call-process): New fun. Replace pr-shell-command.
14043 (pr-standard-path, pr-remove-nil-from-list): New funs.
14044 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14045 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14046 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14047 (pr-ps-utility-process, pr-txt-print): Code fix.
14048
14049 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14050
14051 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14052 boolean.
14053
14054 2004-07-09 Lars Hansen <larsh@math.ku.dk>
14055
14056 * wid-edit.el (widget-field-buffer): Doc fix.
14057
14058 2004-07-09 John Paul Wallington <jpw@gnu.org>
14059
14060 * emacs-lisp/re-builder.el (reb-update-overlays):
14061 Distinguish between one and several matches in message.
14062
14063 2004-07-09 Richard M. Stallman <rms@gnu.org>
14064
14065 * mouse.el (mouse-set-region-1): If transient-mark-mode
14066 is `identity', change it to `only'.
14067
14068 * simple.el (current-word): Doc fix.
14069
14070 2004-07-09 Mark A. Hershberger <mah@everybody.org>
14071
14072 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14073 so that it is more understanding of whitespace.
14074
14075 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14076 (("ns" . "element") (attr-list) children) instead of
14077 ((:ns . "element") (attr-list) children) in order to reduce the
14078 number of symbols used.
14079 (xml-skip-dtd): Change to use xml-parse-dtd but set
14080 xml-validating-parsing to nil.
14081 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
14082 (xml-substitute-entity): Remove in favor of new entity substitution.
14083 (xml-substitute-special): Rewrite in to substitute complex
14084 entities from DOCTYPE declarations.
14085 (xml-parse-fragment): Parse fragments from entity deleclarations.
14086 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14087 (xml-parse-dtd, xml-substitute-special): Make validity checks
14088 conditioned on xml-validating-parser. Add "Not Well Formed" to
14089 error messages about well-formedness.
14090
14091 2004-07-08 Steven Tamm <steventamm@mac.com>
14092
14093 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14094 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14095 Do not treat double clicks and triple clicks specially in the
14096 scroll bar (preventing strange repositioning problems)
14097
14098 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
14099
14100 * replace.el (query-replace-regexp-eval): Fix last change.
14101
14102 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14103
14104 * replace.el (query-replace-descr): New fun.
14105 (query-replace-read-from, query-replace-read-args): Default to the
14106 previous from&to.
14107 (query-replace-read-to): Quote the `from' string when displaying it.
14108 (query-replace-regexp-eval): Immediately check read-only status.
14109 Use query-replace-read-from to get the \n checking.
14110 Quote the `from' string when displaying it.
14111 (map-query-replace-regexp, occur-read-primary-args):
14112 Quote the `from' string when displaying it.
14113
14114 * isearch.el (isearch-query-replace): Pass the regexp-ness and
14115 delimited-ness of the search to query-replace.
14116
14117 * replace.el (query-replace-read-from, query-replace-read-to):
14118 New funs extracted from query-replace-read-args.
14119 (query-replace-read-args): Use them.
14120
14121 * replace.el (query-replace-interactive, query-replace-read-args):
14122 Remove the `initial' special value.
14123 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14124 (occur-engine): Remove unused var `matchend'.
14125
14126 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14127 Use the search string without prompting.
14128
14129 2004-07-05 Kenichi Handa <handa@m17n.org>
14130
14131 * international/mule.el (decode-coding-inserted-region):
14132 Set last-coding-system-used only when coding is nil.
14133
14134 2004-07-03 Eli Zaretskii <eliz@gnu.org>
14135
14136 * progmodes/grep.el (grep-compute-defaults, grep-command)
14137 (grep-program, find-program, grep-find-use-xargs, grep-history)
14138 (grep-find-history, grep-tag-default, grep-find-command)
14139 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14140 Add autoload cookies, for unbundled packages that load `compile'
14141 and expect all grep-related symbols to become defined.
14142
14143 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
14144
14145 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14146 (iimage-mode-image-search-path): New user option to search the
14147 image file.
14148 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
14149 have locate-file.
14150 (iimage-mode-buffer): Use it.
14151
14152 2004-07-03 Nick Roberts <nickrob@gnu.org>
14153
14154 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14155 carefully.
14156 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14157
14158 2004-07-03 Juri Linkov <juri@jurta.org>
14159
14160 * replace.el (query-replace-read-args): Swallow space after 'foo,
14161 not after (quote foo). Match space only immediately after symbol,
14162 not anywhere in the whole string.
14163
14164 2004-07-02 Richard M. Stallman <rms@gnu.org>
14165
14166 * replace.el (query-replace-read-args): Swallow space after
14167 symbols, not after closeparens. But avoid error if string ends there.
14168
14169 * progmodes/python.el (python-beginning-of-statement):
14170 Exit the loop if backward-up-list gets error.
14171
14172 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14173
14174 2004-07-02 Andre Spiegel <spiegel@gnu.org>
14175
14176 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14177 only if vc-consult-headers is non-nil.
14178
14179 2004-07-02 Juri Linkov <juri@jurta.org>
14180
14181 * pcvs.el (cvs-mode-diff-repository): New command.
14182
14183 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14184
14185 2004-07-01 Juri Linkov <juri@jurta.org>
14186
14187 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14188 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
14189 C-M-% to isearch-query-replace-regexp.
14190 (minibuffer-local-isearch-map): Add arrow key bindings.
14191 Bind C-f to isearch-yank-char-in-minibuffer.
14192 (isearch-forward): Doc fix.
14193 (isearch-edit-string): Doc fix.
14194 (isearch-query-replace, isearch-query-replace-regexp): New funs.
14195 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
14196 (isearch-yank-char): Add optional arg.
14197 (isearch-yank-char-in-minibuffer): New fun.
14198
14199 * replace.el (query-replace-interactive): Change type from boolean
14200 to choice. Add value `initial'.
14201 (query-replace-read-args): Handle value `initial' of
14202 query-replace-interactive.
14203
14204 2004-06-29 Kim F. Storm <storm@cua.dk>
14205
14206 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14207 (breakpoint-disabled-bitmap-face): Add :group 'gud.
14208
14209 * progmodes/ada-xref.el (ada-tight-gvd-integration):
14210 Add :group 'ada.
14211
14212 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14213
14214 2004-06-29 Juri Linkov <juri@jurta.org>
14215
14216 * replace.el (query-replace-read-args): Swallow a space after
14217 everything except )]" which in most cases means after a symbol.
14218
14219 * emacs-lisp/pp.el (pp-buffer): Add autoload.
14220
14221 2004-06-28 Richard M. Stallman <rms@gnu.org>
14222
14223 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14224 More changes to go with previous change in font-lock.el.
14225
14226 2004-06-26 David Kastrup <dak@gnu.org>
14227
14228 * replace.el (perform-replace): Highlight the match even in
14229 non-query mode if there is potential replace string editing.
14230
14231 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
14232
14233 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14234 agree with new return value of `file-remote-p'.
14235 This syncs with Tramp 2.0.42.
14236
14237 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14238 according to new documentation of `file-remote-p'.
14239
14240 * files.el (file-remote-p): Fix doc to say that return value is
14241 identification of remote system, if not nil.
14242 (file-relative-name): Use new return value of `file-remote-p'.
14243
14244 2004-06-26 Nick Roberts <nickrob@gnu.org>
14245
14246 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14247 (gdb-goto-breakpoint): Fix breakage.
14248
14249 2004-06-26 Eli Zaretskii <eliz@gnu.org>
14250
14251 * man.el (Man-getpage-in-background): Add windows-nt to the list
14252 of systems where shell-file-name should be used instead of
14253 literal "sh".
14254
14255 2004-06-25 Sam Steingold <sds@gnu.org>
14256
14257 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14258 function names `(setf symbol)'.
14259
14260 2004-06-24 Richard M. Stallman <rms@gnu.org>
14261
14262 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
14263
14264 * font-lock.el (font-lock-keywords): Change format of compiled values.
14265 Document it.
14266 (font-lock-add-keywords): If font-lock-keywords is compiled,
14267 extract the uncompiled version, modify, then recompile.
14268 (font-lock-remove-keywords): Likewise.
14269 (font-lock-fontify-keywords-region): Handle changed format.
14270 (font-lock-compile-keywords): Handle changed format.
14271 (font-lock-set-defaults): Compile the keywords explicitly here.
14272
14273 2004-06-24 David Kastrup <dak@gnu.org>
14274
14275 * replace.el (query-replace-read-args): Implement `\,' and `\#'
14276 replacements here.
14277 (query-replace-regexp): Doc string explaining this and the new
14278 `\?' replacement. Remove `\,' and `\#' implementation here, as it
14279 is better placed in `query-replace-read-args'.
14280 (replace-regexp): Explain `\,', `\#' and `\?'.
14281 (replace-match-data): New function for thorough reuse/destruction
14282 of old match-data.
14283 (replace-match-maybe-edit): Function for implementing `\?' editing.
14284 (perform-replace): Fix maintaining of the match stack including
14285 already matched regions, implement `\?', fix various problems
14286 with regions while editing and other stuff.
14287 (replace-highlight): Simplify.
14288
14289 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
14290
14291 * progmodes/grep.el (grep-error-screen-columns): New variable.
14292 (grep-regexp-alist): Give it the full functionality of gnu style
14293 compilation messages with line and column ranges. Ask me for the
14294 perl script I'm working on, that uses these.
14295
14296 2004-06-23 Nick Roberts <nickrob@gnu.org>
14297
14298 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14299 Remove.
14300 (comint-insert-input, comint-mouse-insert-input): New functions
14301 based on comint-insert-clicked-input for two bindings but just
14302 one functionality.
14303
14304 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
14305
14306 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
14307
14308 2004-06-23 Lars Hansen <larsh@math.ku.dk>
14309
14310 * files.el (write-contents-functions): Doc fix.
14311
14312 2004-06-21 Juanma Barranquero <lektu@terra.es>
14313
14314 * image.el (image-library-alist): Rewrite docstring in active voice.
14315
14316 2004-06-20 Richard M. Stallman <rms@gnu.org>
14317
14318 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
14319
14320 * isearch.el (isearch-repeat): Avoid testing old match data.
14321 (isearch-message): Display trailing space in special font
14322 when search is failing.
14323 (isearch-search-fun-function): Doc fix.
14324
14325 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
14326
14327 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
14328
14329 * frame.el (show-trailing-whitespace): Doc fix.
14330
14331 * cus-edit.el (custom-variable-documentation): New function.
14332 (custom-variable): Use it.
14333
14334 2004-06-19 Nick Roberts <nickrob@gnu.org>
14335
14336 * man.el (Man-getpage-in-background): Revert previous change but
14337 make cygwin a special case.
14338
14339 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
14340
14341 * autorevert.el (global-auto-revert-non-file-buffers):
14342 Update docstring.
14343
14344 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
14345
14346 * progmodes/compile.el (compilation-error-properties): Store one
14347 more than end-col, if present, so that transient-mark-mode will
14348 highlight last char too.
14349 * progmodes/grep.el (grep-regexp-alist): Match columns and column
14350 ranges, if present.
14351
14352 2004-06-18 Jason Rumney <jasonr@gnu.org>
14353
14354 * makefile.w32-in: Double percent signs in for loops.
14355
14356 2004-06-17 David Kastrup <dak@gnu.org>
14357
14358 * replace.el (query-replace-read-args): Only warn about use of \n
14359 and \t when we are doing a regexp replacement and the actual
14360 escaped character is n or t.
14361 (query-replace-regexp): Add \, and \# interpretation to
14362 interactive call and document it.
14363 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14364 as shortkey for replace-count.
14365 (replace-quote): New function for doubling backslashes.
14366
14367 2004-06-17 Juanma Barranquero <lektu@terra.es>
14368
14369 * files.el (parse-colon-path, cd): Mention in docstring that the
14370 path separator is colon in GNU-like systems.
14371
14372 * newcomment.el (comment-region-internal): Fix docstring.
14373
14374 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14375 (ewoc-invalidate, ewoc-collect): Doc fixes.
14376 (ewoc--create-node, ewoc--delete-node-internal):
14377 Fix typos in docstring.
14378
14379 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14380
14381 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14382 manual to docstring.
14383
14384 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14385
14386 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14387
14388 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14389
14390 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14391 Add hyperlink to emacs-xtra manual to docstring.
14392
14393 * autorevert.el (global-auto-revert-non-file-buffers):
14394 Add hyperlink to emacs-xtra manual to docstring, as well as an
14395 info-link.
14396
14397 2004-06-14 Juanma Barranquero <lektu@terra.es>
14398
14399 * image.el (image-library-alist): New variable to map image types
14400 to external libraries. Initialized to nil, unless system-specific
14401 configs change it.
14402 (image-type-available-p): Determine whether an image type is
14403 available by calling `init-image-library'.
14404
14405 * term/w32-win.el (image-library-alist): Initialize to a known set
14406 of probable library names.
14407
14408 2004-06-14 Kenichi Handa <handa@m17n.org>
14409
14410 * international/code-pages.el (windows-1256, cp1125): Fix tables
14411 for several characters.
14412
14413 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14414
14415 2004-06-13 Richard M. Stallman <rms@gnu.org>
14416
14417 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14418
14419 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14420 not "`pc-selection-mode'".
14421
14422 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14423
14424 * simple.el (previous-matching-history-element): Specify a default.
14425
14426 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14427
14428 * cus-face.el (custom-declare-face): Simplify code.
14429
14430 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14431
14432 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
14433
14434 * files.el (before-save-hook): Add `time-stamp' to the options.
14435
14436 * time-stamp.el (time-stamp): Recommend adding it to
14437 `before-save-hook', rather than `write-file-functions'.
14438 Make a similar change in `Commentary' section.
14439
14440 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14441
14442 * diff-mode.el (diff-current-defun): If at start of hunk, use
14443 position of first change.
14444
14445 2004-06-13 Lars Hansen <larsh@math.ku.dk>
14446
14447 * dired-x.el (dired-mark-omitted): Bind to "*O".
14448
14449 2004-06-12 Karl Fogel <kfogel@red-bean.com>
14450
14451 * bookmark.el (bookmark-bmenu-relocate): New function, as
14452 suggested by David J. Biesack <David.Biesack@sas.com>.
14453 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14454 (bookmark-bmenu-mode): Describe binding in doc string.
14455 (bookmark-set-filename): Save the bookmark list if it's time.
14456
14457 2004-06-13 Kenichi Handa <handa@m17n.org>
14458
14459 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14460 (ccl-untranslated-to-ucs): Fix typo.
14461
14462 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14463
14464 * progmodes/python.el (python-open-block-statement-p):
14465 Fix indentation after a block opening that contains a comment.
14466
14467 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
14468
14469 * bindings.el (completion-ignored-extensions): Add file extensions
14470 of Python byte-compiled files.
14471
14472 2004-06-12 Juri Linkov <juri@jurta.org>
14473
14474 * info.el (Info-goto-node): Add autoload.
14475 (Info-toc): Add substring-no-properties on Info file name.
14476 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14477 (Info-mode-map): Bind L to Info-history, T to Info-toc.
14478
14479 2004-06-12 Kenichi Handa <handa@m17n.org>
14480
14481 * international/mule-cmds.el (set-language-environment):
14482 Load subst tables if necessary.
14483
14484 * international/mule.el (decode-char): Load subst tables if necessary.
14485 (encode-char): Likewise.
14486
14487 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14488 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14489 (utf-16le-decode-loop): Set r5 to -1 before loop.
14490 (utf-16be-decode-loop): Likewise.
14491 (ccl-decode-mule-utf-16le): Add EOF processing block.
14492 (ccl-decode-mule-utf-16be): Likewise.
14493 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14494 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14495 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14496 (ccl-mule-utf-16-encode-untrans): New CCL.
14497 (utf-16-decode-to-ucs): Handle pre-read character.
14498 (utf-16le-encode-loop): Handle surrogate pair.
14499 (utf-16be-encode-loop): Likewise.
14500 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14501 of utf-16le-encode-loop.
14502 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14503 of utf-16be-encode-loop.
14504 (mule-utf-16-post-read-conversion):
14505 Call utf-8-post-read-conversion at first.
14506 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14507 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14508 Add post-read-conversion and pre-write-conversion.
14509
14510 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14511 (utf-translate-cjk-unicode-range): New variable.
14512 (utf-translate-cjk-load-tables): New function.
14513 (utf-lookup-subst-table-for-decode): New function.
14514 (utf-lookup-subst-table-for-encode): New function.
14515 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14516 tables here. Update safe-charsets of utf-* coding systems.
14517 (ccl-mule-utf-untrans): New CCL.
14518 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14519 at end of each branch.
14520 (ccl-mule-utf-8-encode-untrans): New CCL.
14521 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14522 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14523 length of encoding. Don't return r0.
14524 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14525 (utf-8-post-read-conversion): Narrow to region properly.
14526 If utf-translate-cjk-mode is on, load tables if necessary.
14527 Call utf-8-compose with hash-table arg if necessary.
14528 Call XXX-compose-region instead of XXX-post-read-convesion.
14529 (utf-8-pre-write-conversion): New function.
14530 (mule-utf-8): Include CJK charsets in safe-charsets if
14531 utf-translate-cjk-mode is on. Add pre-write-conversion.
14532
14533 * international/characters.el: Temporarily set
14534 utf-translate-cjk-mode to nil.
14535
14536 * language/devan-util.el (devanagari-compose-region):
14537 Add autoload cookie.
14538
14539 * international/ccl.el (ccl-dump-call): Fix printing the
14540 subroutine name.
14541
14542 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14543
14544 * dired.el (dired-revert): If buffer is marked unmodified before
14545 reverting, keep it marked unmodified.
14546 Adapt to new conventions for commenting out code.
14547 (dired-make-relative): Adapt to new conventions for commenting out code.
14548
14549 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14550
14551 * eshell/esh-module.el (eshell-load-defgroups):
14552 Bind `vc-handled-backends' to nil when opening files.
14553
14554 2004-06-11 Juanma Barranquero <lektu@terra.es>
14555
14556 * files.el (parse-colon-path, cd): Doc fixes (refer to
14557 `path-separator', not colon).
14558
14559 2004-06-10 Juanma Barranquero <lektu@terra.es>
14560
14561 * newcomment.el (comment-search-forward)
14562 (comment-search-backward): Fix typos in docstring.
14563 (comment-region): Doc fix.
14564
14565 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14566
14567 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14568 switch is no longer stored in `dired-switches-alist'.
14569
14570 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14571 `dired-switches-alist'.
14572
14573 2004-06-10 Kim F. Storm <storm@cua.dk>
14574
14575 * pcvs.el (cvs-mode-diff-yesterday): New command.
14576
14577 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14578
14579 2004-06-10 Juri Linkov <juri@jurta.org>
14580
14581 * emacs-lisp/edebug.el (edebug-eval-defun):
14582 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14583 Fix docstring.
14584
14585 * simple.el (eval-expression-print-format): Don't print additional
14586 information on the first call to `eval-print-last-sexp'.
14587 (next-error-find-buffer): Fix punctuation.
14588 (killing) <defgroup>: Fix punctuation.
14589 (yank-excluded-properties): Change group from editing to killing.
14590
14591 * replace.el (perform-replace): Use `limit' to terminate the
14592 while-loop explicitly.
14593
14594 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14595
14596 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14597 Use lc-*.xpm as prefix instead of *-locol.xpm.
14598
14599 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14600 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14601 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14602 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14603 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14604 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14605 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14606 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14607 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14608 * toolbar/lc-up_arrow.xpm:
14609 Rename from *-locol.xpm.
14610
14611 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14612
14613 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14614 include forms like &<str>; as valid url patterns.
14615
14616 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14617
14618 * dired.el (dired-diff, dired-backup-diff)
14619 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14620 (dired-do-chown, dired-do-touch, dired-do-print)
14621 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14622 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14623 (dired-create-directory, dired-do-copy, dired-do-symlink)
14624 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14625 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14626 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14627 (dired-maybe-insert-subdir, dired-next-subdir)
14628 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14629 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14630 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14631 (dired-run-shell-command, dired-query): Remove redundant,
14632 or incorrect, autoloads.
14633
14634 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14635 does not end in a slash. Add optional argument KILL-ROOT.
14636 Update docstring.
14637 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14638 (dired-query): Add autoloads.
14639
14640 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14641
14642 * progmodes/compile.el (compilation-set-window-height):
14643 Rearrange the save-* functions because a buffer can have several current
14644 point in different windows.
14645 (compilation-error-regexp-alist-alist): Recognize {standard input}
14646 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14647
14648 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14649
14650 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14651 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14652 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14653 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14654 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14655 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14656 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14657 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14658 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14659 * toolbar/up_arrow-locol.xpm:
14660 New versions of icons that uses fewer colors.
14661
14662 * toolbar/tool-bar.el (tool-bar-local-item)
14663 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14664 if display-color-cells is 256 or less.
14665
14666 2004-06-08 Kim F. Storm <storm@cua.dk>
14667
14668 * wid-edit.el (widget-specify-button): Use hand pointer rather
14669 than mouse-face as visible mouse-over effect.
14670
14671 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14672
14673 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14674 and `print-level' to nil when writing out `save-place-alist'.
14675 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14676
14677 2004-06-07 Juanma Barranquero <lektu@terra.es>
14678
14679 * completion.el (completion-kill-region): Doc fix.
14680
14681 * format.el (format-insert-annotations)
14682 (format-annotate-location): Doc fixes.
14683 (format-subtract-regions): Make arguments match their use in docstring.
14684
14685 * simple.el (kill-region): Doc fix.
14686
14687 * subr.el (insert-buffer-substring-no-properties)
14688 (insert-buffer-substring-as-yank): Doc fixes.
14689
14690 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14691
14692 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14693 Update docstring.
14694 (dired-reset-subdir-switches): New function.
14695
14696 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14697 Limit scope of `buffer-read-only' binding.
14698
14699 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14700
14701 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14702 eshell-explicit-command-char.
14703
14704 2004-06-06 Juanma Barranquero <lektu@terra.es>
14705
14706 * help-fns.el (help-argument-name): Inherit from italic face only
14707 if the frame supports it.
14708
14709 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14710
14711 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14712 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14713 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14714 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14715 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14716 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14717 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14718 New conversions from xpm files.
14719
14720 * toolbar/README: New file.
14721
14722 2004-06-06 Richard M. Stallman <rms@gnu.org>
14723
14724 * isearch.el (isearch-mode-map): Undo previous change.
14725
14726 2004-06-05 Juri Linkov <juri@jurta.org>
14727
14728 * bindings.el (debug-ignored-errors): Add regexps for history
14729 related messages. Remove $ from "No further undo information".
14730 Move Ediff's messages to ediff.el.
14731
14732 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14733
14734 * cus-edit.el (custom-display): Add `min-colors'.
14735
14736 * custom.el (defface): Add `supports' to docstring.
14737
14738 * help-fns.el (help-argument-name): Add :group 'help.
14739
14740 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14741
14742 * find-dired.el (find-ls-subdir-switches): New user option.
14743 (find-dired): No longer call `abbreviate-file-name' on DIR.
14744 Set `dired-subdir-switches' buffer-locally.
14745
14746 * locate.el: Merge the two `Commentary' sections.
14747 (locate-ls-subdir-switches): New user option.
14748 (locate): Update for other changes.
14749 (locate-mode-map): Restore Dired binding for mouse-2.
14750 Bind `locate-mouse-view-file' to M-mouse-2.
14751 Bind `l' to `locate-do-redisplay'.
14752 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14753 (locate-mouse-view-file, locate-tags, locate-find-directory):
14754 Print message if used outside main listing.
14755 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14756 Various changes to support inserted subdirectories.
14757 (locate-insert-header): Change header of *Locate* buffer.
14758
14759 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14760 Change interactive default switches.
14761 (dired-rename-subdir-2): Update `dired-switches-alist'.
14762 (dired-insert-subdir, dired-kill-subdir):
14763 Handle `dired-switches-alist'. Do not mark buffer modified.
14764 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14765 (dired-insert-subdir-doinsert): Omit messages.
14766 Handle `dired-subdir-switches'.
14767 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14768
14769 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14770 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14771 subdirs if -R switch is used for a subdir.
14772 (dired-mode): Set `dired-switches-alist'.
14773 (dired-build-subdir-alist): Only print number of directories in
14774 echo area when invoked interactively.
14775
14776 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14777
14778 * dired-x.el (dired-omit-mode): Rename from
14779 dired-omit-files-p. Use define-minor-mode to define it.
14780 (dired-omit-files-p): Add as alias for dired-omit-mode.
14781 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14782 dired-mark-omitted.
14783 (dired-mark-omitted): Add. Bind to M-O.
14784
14785 2004-06-05 Kenichi Handa <handa@m17n.org>
14786
14787 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14788
14789 2004-06-05 Juanma Barranquero <lektu@terra.es>
14790
14791 * help-fns.el (help-argument-name): Reintroduce face.
14792 (help-default-arg-highlight): Use it, now that
14793 `face-differs-from-default-p' can be trusted.
14794
14795 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14796
14797 * textmodes/table.el: Sentence commands added to Point Motion
14798 group; kill and backward-kill commands added to Extraction group.
14799
14800 2004-06-04 Mario Lang <mlang@delysid.org>
14801
14802 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14803 systems appear to use mW, make the code handle this. Fix a
14804 division-by-zero bug while at it, and handle kernels with
14805 a slightly different layout in /proc/acpi.
14806
14807 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14808
14809 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14810 because the latter is a CL-ism. This fixes the bug reported by
14811 Shawn Boyette <mdxi@collapsar.net> in
14812 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14813
14814 2004-06-04 Miles Bader <miles@gnu.org>
14815
14816 * faces.el (display-supports-face-attributes-p): Function moved to
14817 C code. Previously only the tty-related portion of this function
14818 was done in C; however the previous attempt to do a halfway-proper
14819 job for non-tty displays in lisp didn't work properly because of
14820 funny conditions during Emacs startup.
14821 (face-differs-from-default-p): Simplify, now that
14822 display-supports-face-attributes-p works properly on all display
14823 types. Remove :stipple from comparison; it doesn't really work
14824 in emacs anyway.
14825
14826 2004-06-04 Miles Bader <miles@gnu.org>
14827
14828 * faces.el (face-differs-from-default-p): Use a different
14829 implementation, so we can really check whether FACE displays
14830 differently or not.
14831
14832 2004-06-04 Miles Bader <miles@gnu.org>
14833
14834 * faces.el (display-supports-face-attributes-p): Implement a
14835 `different from default' check for non-tty displays.
14836
14837 2004-06-03 David Kastrup <dak@gnu.org>
14838
14839 * woman.el (woman-mapcan): More concise code.
14840 (woman-topic-all-completions, woman-topic-all-completions-1)
14841 (woman-topic-all-completions-merge): Replace by a simpler and
14842 much faster implementation based on O(n log n) sort/merge instead
14843 of the old O(n^2) behavior.
14844
14845 2004-06-03 Miles Bader <miles@gnu.org>
14846
14847 * subr.el (read-number): Use canonical format for default in prompt.
14848
14849 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14850 Add regexp for " [...]" style defaults.
14851
14852 2004-06-02 Romain Francoise <romain@orebokech.com>
14853
14854 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14855 groups: if the user asks for a hidden buffer, open the
14856 corresponding filter group to expose it.
14857
14858 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14859 `ibuffer-jump-to-buffer'.
14860 (ibuffer-jump-offer-only-visible-buffers): New user option.
14861
14862 2004-06-02 Juanma Barranquero <lektu@terra.es>
14863
14864 * faces.el (frame-update-faces): Add empty docstring so the one
14865 for `ignore' doesn't show through.
14866
14867 * subr.el (process-kill-without-query): Remove spurious "\n" on
14868 obsolescence string.
14869 (focus-frame, unfocus-frame): Add obsolescence declaration and
14870 empty docstring.
14871
14872 * international/mule.el (register-char-codings): Make alias for
14873 `ignore'. Move docstring to obsolescence info and remove redundancy.
14874
14875 2004-06-02 Kim F. Storm <storm@cua.dk>
14876
14877 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14878 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14879
14880 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * comint.el (comint-replace-by-expanded-history-before-point):
14883 Obey `start' as the docstring says.
14884 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14885 (comint-update-fence): Prevent font-lock from running unnecessarily.
14886 (comint-dynamic-list-completions): Use with-current-buffer.
14887
14888 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14889
14890 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14891 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14892 (bibtex-entry-update): Handle alternatives and optional fields.
14893 (bibtex-parse-entry): Bugfix, handle empty key.
14894
14895 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14896
14897 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14898
14899 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14900
14901 * desktop.el (desktop-save): Don't save minor modes without a
14902 known mode initialization function.
14903
14904 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14905
14906 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14907
14908 * autorevert.el: Update `Commentary' section.
14909
14910 2004-05-30 Juanma Barranquero <lektu@terra.es>
14911
14912 * dos-fns.el (convert-standard-filename):
14913 * files.el (convert-standard-filename):
14914 * w32-fns.el (convert-standard-filename):
14915 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14916
14917 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14918
14919 Sync with Tramp.
14920
14921 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14922 (tramp-let-maybe): Move to an earlier spot in the file.
14923 Patch by Andreas Schwab.
14924
14925 2004-05-30 Andreas Schwab <schwab@suse.de>
14926
14927 * dired.el (dired-get-filename): Don't use dired-re-dot.
14928
14929 2004-05-30 Richard M. Stallman <rms@gnu.org>
14930
14931 * files.el (find-file): Doc fix.
14932
14933 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14934
14935 2004-05-30 Nick Roberts <nickrob@gnu.org>
14936
14937 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14938 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14939 modeline of the locals buffer.
14940 (gdb-goto-breakpoint): Handle gdbmi.
14941 (gdb-get-frame-number): Change for gdbmi.
14942
14943 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14944
14945 * files.el (file-remote-p): Apply file name handler for operation
14946 `file-remote-p'. It isn' a property any longer.
14947 (file-relative-name): `fh' and `fd' get the required value via
14948 `find-file-name-handler' already.
14949
14950 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14951 (top): Remove setting of `file-remote-p' property for
14952 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14953
14954 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14955
14956 Version 2.0.41 of Tramp released.
14957
14958 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14959 Throw away if process has died.
14960 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14961 (tramp-out-of-band-prompt-regexp): Rename to
14962 `tramp-process-alive-regexp', because its usage is widen.
14963 (tramp-actions-copy-out-of-band): Apply it.
14964 (tramp-actions-before-shell, tramp-multi-actions):
14965 Add `tramp-action-process-alive' action.
14966 (tramp-action-process-alive): New defun.
14967 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14968 Add entry for `file-remote-p'.
14969 (tramp-handle-file-remote-p): New defun.
14970 (top): Remove setting of `file-remote-p'. Don't set
14971 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14972
14973 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14974 `file-remote-p'.
14975
14976 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14977 counted for (last) line. [They should or they shouldn't? --Stef]
14978 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14979
14980 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14981
14982 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14983 not really necessary but seems to keep the shell history smaller
14984 in some cases. It is no substitute for setting HISTFILE and
14985 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14986 though. Suggested by Luc Teirlinck.
14987 (tramp-open-connection-setup-interactive-shell): Export variables
14988 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14989 (tramp-set-process-query-on-exit-flag): New compat function.
14990 (tramp-open-connection-multi, tramp-open-connection-su)
14991 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14992 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14993 (tramp-let-maybe): New macro, let-binds a variable only if it
14994 isn't obsolete.
14995 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14996 (tramp-handle-file-truename): Use it.
14997 (tramp-completion-file-name-regexp-unified): Avoid matching
14998 filenames starting with "/:" -- those are reserved for
14999 file-name-non-special.
15000
15001 * tramp-smb.el (tramp-smb-open-connection):
15002 Use tramp-set-process-query-on-exit-flag compat function.
15003
15004 2004-05-29 Richard M. Stallman <rms@gnu.org>
15005
15006 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15007
15008 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15009 (eval-last-sexp-print-value): Print char equivalent regardless
15010 of standard-output value.
15011
15012 * thumbs.el (thumbs-subst-char-in-string): Delete.
15013 (thumbs-thumbname): Use subst-char-in-string.
15014 (thumbs-resize-image): Use condition-case, not ignore-errors.
15015 (thumbs-kill-buffer): Likewise.
15016
15017 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
15018 (thumbs-mode): Make buffer read-only.
15019 (thumbs-make-thumb): Unconditionally accept an existing file.
15020 (thumbs-insert-thumb): Add thumb-image-file property to the image.
15021 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15022 (thumbs-show-thumbs-list): Error if images not supported.
15023 (thumbs-save-current-image): Improve prompt string.
15024 (thumbs-mode-map): Define u, R, x.
15025 (thumbs-unmark): New command.
15026 (thumbs-emboss-image): Minor cleanup.
15027 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15028 (thumbs-rename-images): New command.
15029 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
15030
15031 * thumbs.el (thumbs-current-image): New function.
15032 (thumbs-file-list, thumbs-file-alist): New functions.
15033 (thumbs-find-image): Delete arg L.
15034 Don't set up thumbs-fileL as buffer-local global var.
15035 (thumbs-find-image-at-point): Use thumbs-current-image.
15036 (thumbs-set-image-at-point-to-root-window): Likewise.
15037 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15038 Record and warn about errors. Update thumbs-markedL for deletions.
15039 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15040 (thumbs-redraw-buffer): Use thumbs-file-list.
15041 (thumbs-mark): Use thumbs-current-image.
15042 (thumbs-show-name): Use thumbs-current-image.
15043
15044 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15045 and imenu--last-menubar-index-alist.
15046
15047 * subr.el (with-selected-window): Undo previous change.
15048
15049 2004-05-29 John Paul Wallington <jpw@gnu.org>
15050
15051 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15052 (thumbs-mouse-find-image): New command.
15053 (thumbs-mode-map): Bind it to mouse-2.
15054 (thumbs-mode): Make mode-class special.
15055 (thumbs-view-image-mode): Likewise.
15056
15057 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
15058
15059 * flymake.el: New file.
15060
15061 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
15062
15063 * files.el (find-file-noselect-1): Do not bind
15064 `inhibit-read-only' to t during execution of
15065 `find-file-not-found-functions'.
15066
15067 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15070 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15071
15072 2004-05-28 Juri Linkov <juri@jurta.org>
15073
15074 * simple.el (eval-expression-print-format): New fun.
15075
15076 * simple.el (eval-expression):
15077 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15078 * emacs-lisp/edebug.el (edebug-compute-previous-result)
15079 (edebug-eval-expression): Print additionally the value returned by
15080 `eval-expression-print-format'.
15081
15082 * emacs-lisp/lisp.el (insert-pair-alist): New var.
15083 (insert-pair): Make arguments optional. Find character pair
15084 from `insert-pair-alist' according to the last input event.
15085 (insert-parentheses): Make arguments optional.
15086 (raise-sexp, delete-pair): New funs.
15087
15088 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15089 (emacs-lisp-mode-map, lisp-interaction-mode-map):
15090 Bind C-M-q to `indent-pp-sexp'.
15091
15092 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15093 `pp-to-string' modified to be able to format text with newlines.
15094 (pp-to-string): Move the buffer-formatting part of the code to
15095 `pp-buffer'. Call `pp-buffer'.
15096
15097 * info.el (Info-desktop-buffer-misc-data): Don't save information
15098 about virtual files.
15099 (Info-restore-desktop-buffer): Restore Info buffers in prepared
15100 buffers with names obtained from the desktop file instead of the
15101 default *info* buffer.
15102
15103 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * subr.el (with-selected-window): Only save/restore the selected window.
15106
15107 * progmodes/compile.el (compilation-error-regexp-alist):
15108 Use expand-file-name and data-directory.
15109
15110 * progmodes/grep.el (grep-tree): Rework previous fix.
15111
15112 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15113 after the user marked text with the mouse.
15114
15115 * startup.el (command-line): Keep the first regexp of
15116 auto-save-file-name-transforms intact.
15117
15118 2004-05-28 Juanma Barranquero <lektu@terra.es>
15119
15120 * cus-edit.el (customize-face, customize-face-other-window)
15121 (custom-face-edit-delete): Make arguments match their use in
15122 docstring.
15123 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15124 docstring.
15125
15126 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15127 not `cvs-butlast'.
15128
15129 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15130 `nbutlast' are in subr.el).
15131
15132 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15133 (set-w32-system-coding-system): Doc fixes.
15134
15135 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15136 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15137 Make arguments match their use in docstring.
15138 (artist-draw-region-trim-line-endings)
15139 (artist-mouse-choose-operation): Fix typo in docstring.
15140 (artist-key-set-point-common): Doc fix.
15141
15142 2004-05-28 Simon Josefsson <jas@extundo.com>
15143
15144 * mail/smtpmail.el (smtpmail-open-stream):
15145 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15146
15147 2004-05-26 Simon Josefsson <jas@extundo.com>
15148
15149 * starttls.el: Merge with my GNUTLS based starttls.el.
15150 (starttls-gnutls-program, starttls-use-gnutls)
15151 (starttls-extra-arguments, starttls-process-connection-type)
15152 (starttls-connect, starttls-failure, starttls-success): New variables.
15153 (starttls-program, starttls-extra-args): Doc fix.
15154 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15155 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15156 and pass on to corresponding *-gnutls function if it is set.
15157
15158 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
15159
15160 * autorevert.el (auto-revert-handler): Disable auto-reverting of
15161 remote files.
15162
15163 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
15164
15165 * files.el (file-name-non-special): There are more operations
15166 which need handling: `find-backup-file-name',
15167 `insert-file-contents', `verify-visited-file-modtime',
15168 `write-region'. Rename t value of method to `add'. Add new
15169 methods `quote' and `unquote-then-quote' to file-arg-indices.
15170
15171 2004-05-25 Juri Linkov <juri@jurta.org>
15172
15173 * info.el (Info-toc): Call Info-mode on intermediate buffer.
15174 (Info-index-nodes): Enclose code in condition-case to catch errors.
15175 (Info-index-node): Don't search all index nodes if request is only
15176 for the current node and file is not in the cache of index nodes.
15177 (Info-mode-map): Bind Info-copy-current-node-name to `w'
15178 for consistency with dired-copy-filename-as-kill.
15179 Bind `S' to Info-search-case-sensitively.
15180 (Info-copy-current-node-name): New arg. With zero prefix arg put
15181 the name inside a function call to `info'. Display copied text in
15182 the echo area.
15183
15184 2004-05-25 Sam Steingold <sds@gnu.org>
15185
15186 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15187 strip the package prefix from the symbol name, if any.
15188 Make it the `find-tag-default-function' for `lisp-mode'.
15189
15190 2004-05-25 John Paul Wallington <jpw@gnu.org>
15191
15192 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15193 instead of obsolete `process-kill-without-query'.
15194
15195 * textmodes/texinfmt.el (texinfo-indexvar-alist):
15196 Declare as variable, not constant.
15197
15198 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
15199
15200 * files.el (find-file-noselect-1): Fix bug introduced by
15201 Revision 1.694. As a side effect, `inhibit-read-only'
15202 is again, by default, t during execution of
15203 `find-file-not-found-functions'.
15204 (insert-directory): Check that lines were really inserted by
15205 the --dired switch, before erasing them.
15206
15207 2004-05-24 Nick Roberts <nickrob@gnu.org>
15208
15209 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15210 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15211 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15212 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15213 gud-minor-mode (gdbmi).
15214
15215 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15216
15217 * net/browse-url.el (browse-url-interactive-arg): Enable user to
15218 explicitly select the text to be taken as URL.
15219
15220 2004-05-23 Juri Linkov <juri@jurta.org>
15221
15222 * info.el (Info-index-nodes): New var and fun.
15223 (Info-goto-index, Info-index, info-apropos)
15224 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15225 (Info-index): Fix docstring. Store and restore Info-history-list.
15226 (Info-complete-nodes): New var.
15227 (Info-complete-menu-item): Use it.
15228 (Info-index-node): New fun.
15229 (Info-final-node, Info-forward-node, Info-backward-node)
15230 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15231 Use Info-index-node.
15232 (Info-extract-menu-item, Info-extract-menu-counting): Set second
15233 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15234 (Info-find-node-2): If a node with period in its name not found,
15235 try to find a node without the name part after period.
15236 (Info-select-node): Call Info-fontify-node only if
15237 Info-fontify-maximum-menu-size is not nil.
15238 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15239 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15240 Preserve Info-history-list.
15241 (Info-toc): Set Info-current-file.
15242 (Info-build-toc): Move point to the beginning of the buffer.
15243 Add main-file variable.
15244 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15245 Use backslashed representation of the control character ^_.
15246
15247 * textmodes/texinfmt.el (texinfo-print-index): Print index line
15248 numbers in the new Texinfo 4.7 format.
15249
15250 * add-log.el (change-log-font-lock-keywords): Remove `:' from
15251 regexps for function and variable names.
15252
15253 * descr-text.el (describe-property-list): Add [show] button for
15254 `syntax-table' property with action to pp to a separate buffer.
15255 (describe-char): Replace search-forward by re-search-forward with
15256 whitespace regexp after "character:" to not fail in too narrow windows.
15257
15258 * simple.el (next-error-find-buffer): Add a rule to return
15259 next-error capable buffer if one window on the selected frame
15260 displays such buffer.
15261
15262 2004-05-23 Nick Roberts <nickrob@gnu.org>
15263
15264 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
15265 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
15266 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
15267 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
15268 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
15269 Handle new value for gud-minor-mode (gdbmi).
15270 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15271 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15272 Change from local to global gdb variable set.
15273 (gdb-ann3): Initialise above gdb variable set.
15274 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15275 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15276 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15277 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15278 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15279 (gdb-info-locals-handler, gdb-invalidate-assembler)
15280 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15281 set as global variables.
15282 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15283 Handle gdbmi.
15284 (gdb-info-breakpoints-custom): Fix regexp.
15285 (def-gdb-var): Delete.
15286
15287 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15288 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15289 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15290 a new mode. The file (gdb-mi.el) for this mode will be included
15291 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15292 primary interface.
15293
15294 2004-05-23 Jesper Harder <harder@ifa.au.dk>
15295
15296 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15297 interpreted as a directory.
15298
15299 2004-05-22 Richard M. Stallman <rms@gnu.org>
15300
15301 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15302 as a close quote.
15303
15304 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
15305
15306 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
15307 Use assoc-string, not assoc-ignore-case.
15308
15309 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
15310
15311 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
15312 If moving back then fwd gets a defun that ends before point,
15313 try again moving fwd then back.
15314
15315 * files.el (file-name-non-special): Allow t in file-arg-indices
15316 to mean requote the return value. Use `identity' as an element
15317 rather than as the whole value.
15318
15319 * gs.el (gs-options): Add -dSAFER. Mark it risky.
15320
15321 2004-05-22 Juanma Barranquero <lektu@terra.es>
15322
15323 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
15324 `help-make-usage'.
15325 (help-highlight-arguments): Skip function name before searching
15326 for arguments.
15327
15328 2004-05-21 Juanma Barranquero <lektu@terra.es>
15329
15330 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15331 Don't mention in the docstring these arguments meant for
15332 internal (recursive) use only.
15333 (allout-char-spec): Comment out (it's not implemented).
15334 (allout-old-expose-topic, allout-exposure): Fix docstring and add
15335 obsolescence declaration.
15336 (allout-flatten-exposed-to-buffer)
15337 (allout-indented-exposed-to-buffer): Fix typos in docstring.
15338 (my-mark-marker): Doc fix.
15339 (produce-allout-mode-map, allout-sibling-index)
15340 (allout-isearch-expose, allout-distinctive-bullet)
15341 (allout-open-topic, allout-reindent-body)
15342 (allout-rebullet-heading, allout-process-exposed)
15343 (allout-insert-listified, allout-latex-verb-quote)
15344 (allout-insert-latex-header, allout-insert-latex-trailer):
15345 Make arguments match their use in docstring.
15346 (allout-primary-bullet, allout-old-style-prefixes)
15347 (allout-inhibit-protection, allout-init, allout-mode)
15348 (allout-before-change-protect, allout-flag-region):
15349 Use "Emacs" instead of "emacs" in docstrings.
15350
15351 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15352
15353 * international/characters.el: Modify syntax of more characters.
15354
15355 2004-05-21 Masatake YAMATO <jet@gyve.org>
15356
15357 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15358 (etags-tags-completion-table): Show parsing progress.
15359
15360 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15361
15362 * locate.el (locate-prompt-for-command): Shorten first line of
15363 docstring.
15364 (locate-mode): Expand docstring and include keymap summary.
15365
15366 * files.el (find-file-noselect-1): Limit the scope of the
15367 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
15368 is, by default, nil during the execution of
15369 `find-file-not-found-functions' and `find-file-hook'.
15370
15371 2004-05-20 Michael Mauger <mmaug@yahoo.com>
15372
15373 * facemenu.el (facemenu-color-name-equal): New function.
15374 (list-colors-display): Use it to compare colors instead of
15375 facemenu-color-equal.
15376
15377 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
15378
15379 * compare-w.el (compare-windows-face): Use min-colors instead of
15380 checking for tty or pc types.
15381
15382 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15385 (completion-setup-function): Use with-current-buffer.
15386 Properly save excursion. Simplify.
15387 Don't assume there is necessarily a `mouse-face' property somewhere.
15388
15389 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15390
15391 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
15392
15393 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15394 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15395 Use with-current-buffer.
15396 (byte-goto-log-buffer): Delete.
15397 (byte-compile-log-file): Call compilation-forget-errors.
15398
15399 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15400
15401 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15402 output messages into the search result.
15403
15404 2004-05-19 Masatake YAMATO <jet@gyve.org>
15405
15406 * wid-edit.el (widget-radio-button-notify): Revert my last
15407 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15408
15409 2004-05-19 Kenichi Handa <handa@m17n.org>
15410
15411 * international/characters.el: Fix syntax (open/close) of CJK chars.
15412
15413 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15414
15415 * help-mode.el (help-go-back): Don't depend on position of back button.
15416
15417 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15418
15419 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15420 files files don't contain an accidental additional /.
15421
15422 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15423 in source buffer.
15424
15425 2004-05-18 Masatake YAMATO <jet@gyve.org>
15426
15427 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15428 to widget-apply. :action method assumes 2 arguments, not 3.
15429
15430 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
15431
15432 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15433 New constants.
15434 (hs-special-modes-alist): Add an f90-mode entry.
15435
15436 2004-05-17 Sam Steingold <sds@gnu.org>
15437
15438 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15439 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
15440
15441 2004-05-16 Kim F. Storm <storm@cua.dk>
15442
15443 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15444
15445 2004-05-15 John Wiegley <johnw@newartisans.com>
15446
15447 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15448 (eshell-output-object-to-target): Improve output speed 20% by not
15449 calling `eshell-stringify' if something is already known to be a string.
15450
15451 2004-05-15 Alex Ott <ott@jet.msk.su>
15452
15453 * textmodes/ispell.el (ispell-local-dictionary-alist):
15454 Add windows-1251 to the choice of coding systems.
15455 (ispell-dictionary-alist-6): Add support for "russianw.aff",
15456 encoded in cp1251.
15457
15458 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
15459
15460 * progmodes/compile.el (compilation-warning-face)
15461 (compilation-info-face): Use min-colors.
15462
15463 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15464
15465 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15466 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15467 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15468 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15469 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15470 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15471 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15472 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15473 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15474 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15475 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15476 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15477 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15478 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15479
15480 2004-05-15 Kim F. Storm <storm@cua.dk>
15481
15482 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15483 Use it to set triggered-p element of timer.
15484 (timer-event-handler): Set triggered-p element non-nil while running
15485 the timer function.
15486
15487 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15488
15489 * descr-text.el (describe-char-unicode-data)
15490 (describe-char-unicodedata-file): Re-enable the unicode code now that
15491 the licensing issues have been cleared in the unicode-4 license.
15492 (describe-text-properties-1): Remove unused `overlay' var.
15493 (describe-char): Remove unused var `buffer'.
15494
15495 2004-05-14 David Ponce <david@dponce.com>
15496
15497 * tree-widget.el: New file.
15498
15499 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15500
15501 * language/european.el ("Brazilian Portuguese"): Add support for
15502 Brazilian Portuguese.
15503
15504 2004-05-13 John Wiegley <johnw@newartisans.com>
15505
15506 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15507 `recentf-mode' if this variable has been customized to t.
15508
15509 * eshell/esh-test.el (eshell-test): Call the function
15510 `emacs-version' rather than trying to build a custom version string.
15511
15512 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15513
15514 * net/telnet.el (telnet-mode): Use define-derived-mode.
15515 Don't modify the global value of comint-prompt-regexp.
15516
15517 2004-05-13 John Paul Wallington <jpw@gnu.org>
15518
15519 * version.el (emacs-version): Check for `gtk' feature before
15520 `x-toolkit' feature.
15521
15522 2004-05-13 Juanma Barranquero <lektu@terra.es>
15523
15524 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15525 arguments in the docstring, they're used only in recursive calls.
15526
15527 * help-fns.el (help-arg-highlighting-function)
15528 (help-argument-name): Delete.
15529 (help-default-arg-highlight): New function.
15530 (help-do-arg-highlighting): Use it.
15531
15532 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15533
15534 * calendar/appt.el (appt-disp-window):
15535 Use `calendar-set-mode-line' for a centered mode-line.
15536
15537 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15538
15539 * calendar/appt.el (appt-disp-window): Do not split window
15540 excessively when `split-height-threshold' is low.
15541
15542 2004-05-12 Nick Roberts <nickrob@gnu.org>
15543
15544 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15545 kill-buffer-hook here and make it local.
15546 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15547
15548 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15549
15550 * progmodes/compile.el (compilation-set-window-height):
15551 Use save-excursion to protect against misplaced marker.
15552
15553 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15554
15555 * custom.el (defface): Document that type can have value gtk.
15556
15557 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15558
15559 2004-05-12 Kenichi Handa <handa@m17n.org>
15560
15561 * descr-text.el: Require quail at comile time.
15562 (describe-char): If an input method is on and it supports the
15563 character, show how to input it.
15564
15565 * international/quail.el (quail-install-decode-map): Accept a
15566 char-table whose subtype is `quail-decode-map'.
15567 (quail-store-decode-map-key, quail-gen-decode-map1)
15568 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15569 (quail-show-key): New functions.
15570
15571 2004-05-12 Juanma Barranquero <lektu@terra.es>
15572
15573 * generic.el (define-generic-mode): Remove redundant arglist info.
15574
15575 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15576 Make arguments match their use in docstring.
15577 (help-arg-highlighting-function): New variable.
15578 (help-argument-name): Mention it in the docstring.
15579 (help-do-arg-highlight): Use it. Expand regexp to accept also
15580 ARG-xxx and xxx-ARG references.
15581
15582 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15583
15584 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15585 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15586 and "mailto:addr1?to=addr2" equal.
15587
15588 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15589
15590 * man.el (Man-getpage-in-background): Use shell-file-name
15591 and shell-command-switch variables instead of hard-coded values.
15592
15593 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15594
15595 * iimage.el: New file.
15596
15597 2004-05-11 Juanma Barranquero <lektu@terra.es>
15598
15599 * custom.el (custom-initialize-default, defcustom):
15600 Fix typo in docstring.
15601
15602 * files.el (set-visited-file-name, file-expand-wildcards):
15603 Fix docstring.
15604
15605 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15606
15607 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15608
15609 * subr.el (eventp): Be more discriminating with integers.
15610
15611 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15612
15613 * progmodes/compile.el (compile): Add universal prefix arg.
15614 (compilation-error-regexp-alist-alist): Add edg patterns.
15615
15616 2004-05-10 Sam Steingold <sds@gnu.org>
15617
15618 * textmodes/ispell.el (ispell-message):
15619 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15620
15621 2004-05-10 Dave Love <fx@gnu.org>
15622
15623 * progmodes/python.el (help-buffer): Autoload when compiling.
15624 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15625 (run-python): Prepend to any existing PYTHONPATH.
15626
15627 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15628
15629 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15630 for pending breakpoints.
15631
15632 2004-05-10 Richard M. Stallman <rms@gnu.org>
15633
15634 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15635 directly without calling any functions in Rmail.
15636 (unrmail-unprune): Function deleted.
15637
15638 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15639
15640 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15641 C-c C-z binding.
15642
15643 2004-05-10 Kenichi Handa <handa@m17n.org>
15644
15645 * descr-text.el (describe-char): Fix previous change. Don't make
15646 a unibyte character to multibyte in the *Help* buffer.
15647
15648 2004-05-10 Miles Bader <miles@gnu.org>
15649
15650 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15651 buffer an error if the debugger process is actually running.
15652
15653 2004-05-10 Juanma Barranquero <lektu@terra.es>
15654
15655 * help-fns.el (help-argument-name): Default to italic.
15656 (help-highlight-arguments): Return always (usage . doc), even when
15657 usage is nil.
15658
15659 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15660 (define-ibuffer-filter): Add usage info.
15661 (define-ibuffer-op): Add usage info (but CL-style defaults for
15662 keyword args are not shown).
15663
15664 * subr.el (remove-overlays, read-passwd): Fix docstring.
15665 (start-process-shell-command): Fix docstring. Put usage info in a
15666 format usable by `describe-function'.
15667 (open-network-stream, open-network-stream-nowait)
15668 (open-network-stream-server): Fix docstring.
15669
15670 2004-05-09 Jason Rumney <jasonr@gnu.org>
15671
15672 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15673 Only define cp125* if windows-125* is already defined.
15674
15675 * language/korean.el (cp949): Add alias.
15676
15677 * language/chinese.el (cp936, cp950): Add aliases.
15678
15679 * language/japanese.el (cp932): Add alias.
15680
15681 * term/w32-win.el: Require code-pages.
15682
15683 * international/mule-cmds.el (set-locale-environment):
15684 On MS-Windows use ansi code-page for default coding-systems.
15685 Set up paper sizes for Windows 3 letter languages.
15686
15687 * international/code-pages.el (cp932, cp936, cp949, cp950):
15688 Add aliases. Also add cp125* if not already defined.
15689
15690 2004-05-09 Juanma Barranquero <lektu@terra.es>
15691
15692 * help-fns.el (help-highlight-arguments): Don't try to highlight
15693 missing or autoloaded arglists. Accept structured arguments, like
15694 the first ones of `do' and `flet'.
15695
15696 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15697 (cvs-get-marked): Remove redundant arglist info.
15698
15699 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15700 Don't use CL-style default args.
15701
15702 2004-05-08 Andreas Schwab <schwab@suse.de>
15703
15704 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15705
15706 * international/subst-ksc.el: Fix references to utf-translate-cjk
15707 into utf-translate-cjk-mode.
15708 * international/subst-big5.el: Likewise.
15709 * international/subst-gb2312.el: Likewise.
15710 * international/subst-jis.el: Likewise.
15711 * international/utf-16.el: Likewise.
15712 * international/utf-8.el: Likewise.
15713
15714 2004-05-08 John Wiegley <johnw@newartisans.com>
15715
15716 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15717 "virtual buffers" (off by default), which makes it possible to
15718 switch to the "virtual" buffers of recently visited files. When a
15719 buffer name search fails, and this option is on, iswitchb will
15720 look at the list of recently visited files, and permit matching
15721 against those names. When the user hits RET on a match, it will
15722 revisit that file.
15723 (iswitchb-read-buffer): Add two optional arguments, which makes
15724 isearchb.el possible.
15725 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15726 (iswitchb-next-match): Add support for virtual buffers.
15727
15728 * isearchb.el: This module extends iswitchb to provide "as you
15729 type" buffer selection.
15730
15731 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15732 Ignore the read-only property when flyspell highlighting is on.
15733 Not ignoring it leads to a series of confusing errors.
15734 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15735 but also make sure to call flyspell-incorrect-hook.
15736 (flyspell-maybe-correct-transposition): Perform transposition test
15737 by bit twiddling a string, rather than using a temp buffer.
15738 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15739 buffer. This is also the original version of the code, which
15740 could not be checked in before due to a previous lack of
15741 assignment papers. This version has seen heavy usage on my system
15742 for several years now.
15743
15744 * calendar/cal-bahai.el: New file, which adds support for the
15745 Baha'i calendar to Emacs. This calendar is based on a solar year
15746 of 19 months of 19 days, with 4 intercalary days. Each year
15747 begins on March 21, with the calendar starting in 1844.
15748
15749 * calendar/cal-menu.el, calendar/calendar.el
15750 * calendar/diary-lib.el, calendar/holidays.el:
15751 Added support for using cal-bahai.el.
15752
15753 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15754 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15755 function can be used outside of eshell buffers.
15756 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15757
15758 2004-05-08 Juanma Barranquero <lektu@terra.es>
15759
15760 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15761 word constituent so FOO-ARG is not recognized as an arg.
15762 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15763
15764 * simple.el (next-error): Fix typo in docstring.
15765 (open-line): Make argument names match their use in docstring.
15766 (split-line): Fix docstring.
15767
15768 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15769 usable by `describe-function'.
15770 (gensym, gentemp, typep, ignore-errors): Make argument names match
15771 their use in docstring.
15772
15773 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15774 argument to `help-setup-xref'.
15775
15776 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15777
15778 Version 2.0.40 of Tramp released.
15779
15780 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15781 Use symbol-function to invoke functions only known on some Emacs
15782 flavors. This avoids byte-compiler warnings. Reported by Kevin
15783 Scaldeferri <kevin@scaldeferri.com>.
15784 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15785 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15786 consistent with the other tramp-do-* functions.
15787 (tramp-do-copy-or-rename-file): Calls adjusted.
15788 (tramp-process-initial-commands): Avoid liveness check on shell --
15789 we know that it must be alive since we're opening a connection at
15790 this moment.
15791 (tramp-last-cmd): New internal variable.
15792 (tramp-process-echoes): New tunable.
15793 (tramp-send-command): Set tramp-last-cmd.
15794 (tramp-wait-for-output): Delete echo, if applicable.
15795 (tramp-read-passwd): Construct the key for the password cache in a
15796 way that works for multi methods, too.
15797 (tramp-bug): Add backup-directory-alist and
15798 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15799
15800 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15801
15802 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15803
15804 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15805 (tramp-actions-copy-out-of-band): New defcustoms.
15806 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15807 used instead of a synchronous one. Allows password entering.
15808 (tramp-action-out-of-band): New defun.
15809 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15810 Remove restriction with password from doc string.
15811 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15812 `tramp-out-of-band-prompt-regexp',
15813 `tramp-actions-copy-out-of-band', `password-cache' and
15814 `password-cache-expiry'.
15815 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15816 password caching.
15817 (tramp-touch): FILE can be a local file, too.
15818 (TODO): Remove items done.
15819 (tramp-handle-insert-directory): Properly quote file name also if
15820 not full-directory-p. Handle wildcard case. Reported by Andreas
15821 Schwab <schwab@suse.de>.
15822 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15823 new file.
15824 (tramp-handle-file-local-copy, tramp-handle-write-region):
15825 The permissions of the temporary file are set if filename exists.
15826 Reported by Ted Stern <stern@cray.com>.
15827 (tramp-backup-directory-alist)
15828 (tramp-bkup-backup-directory-info): New defcustoms.
15829 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15830 (tramp-handle-find-backup-file-name): New function.
15831 Implements Tramp's find-backup-file-name.
15832
15833 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15834 for `find-backup-file-name'.
15835
15836 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15837 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15838
15839 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15840
15841 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15842
15843 2004-05-07 Juanma Barranquero <lektu@terra.es>
15844
15845 * subr.el (lambda): Add arglist description to docstring.
15846 (declare): Fix typo in docstring.
15847 (open-network-stream): Fix docstring.
15848 (process-kill-without-query): Fix docstring and add obsolescence info.
15849 (last, butlast, nbutlast): Make arguments match their use in docstring.
15850 (insert-buffer-substring-no-properties): Likewise.
15851 (insert-buffer-substring-as-yank): Likewise.
15852 (split-string): Fix docstring.
15853
15854 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15855 Make argument names match their use in docstring.
15856
15857 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15858
15859 2004-05-06 Nick Roberts <nickrob@gnu.org>
15860
15861 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15862 Fit first sentence on one line for apropos-command.
15863
15864 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15865
15866 Changes largely merged in from Dave Love's code.
15867 * progmodes/python.el: Doc fixes.
15868 (python-mode-map): Add python-complete-symbol.
15869 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15870 (python-comment-indent, python-complete-symbol)
15871 (python-symbol-completions, python-partial-symbol)
15872 (python-try-complete): New.
15873 (python-indent-line): Remove optional arg. Use python-block-end-p.
15874 (python-check): Bind compilation-error-regexp-alist.
15875 (inferior-python-mode): Use rx. Move keybindings to top level.
15876 Set comint-input-filter.
15877 (python-preoutput-filter): Use rx.
15878 (python-input-filter): Re-introduce.
15879 (python-proc): Start new process if necessary.
15880 Check python-buffer non-nil.
15881 (view-return-to-alist): Defvar.
15882 (python-send-receive): New.
15883 (python-eldoc-function): Use it.
15884 (python-mode-running): Don't defvar.
15885 (python-mode): Set comment-indent-function.
15886 Maybe update hippie-expand-try-functions-list.
15887 (python-indentation-levels): Initialize differently.
15888 (python-block-end-p): New.
15889 (python-indent-line): Use it.
15890 (python-compilation-regexp-alist): Augment.
15891 (run-python): Import `emacs' module to Python rather than loading
15892 code directly. Set python-buffer differently.
15893 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15894 Use python-proc.
15895 (python-send-command): Go to end of comint buffer.
15896 (python-load-file): Use python-proc, emacs.eimport.
15897 (python-describe-symbol): Simplify interactive form.
15898 Use emacs.help. Do use temp-buffer-show-hook.
15899 Call print-help-return-message.
15900 (hippie-exp): Require when compiling.
15901 (python-preoutput-continuation): Use rx.
15902
15903 * diff-mode.el (diff-make-unified): Fix regexp.
15904
15905 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15906
15907 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15908 filter groups from the buffer when rebuilding the Ibuffer buffer
15909 and `ibuffer-show-empty-filter-groups' is nil.
15910
15911 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15912
15913 * ps-print.el (ps-print-quote): Call ps-value-string.
15914 (ps-setup): Call ps-comment-string.
15915 (ps-value-string, ps-comment-string): New funs.
15916
15917 2004-05-06 Juanma Barranquero <lektu@terra.es>
15918
15919 * ehelp.el (electric-help-command-loop): Check whether the last
15920 character is visible, not (point-max).
15921
15922 * help-fns.el (help-argument-name): Default to bold; don't inherit
15923 from font-lock-variable-name-face.
15924 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15925
15926 2004-05-05 Kenichi Handa <handa@m17n.org>
15927
15928 * descr-text.el (describe-char): Copy the character with text
15929 properties and overlays into the first line, and call
15930 describe-text-properties on it.
15931
15932 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15933
15934 * iswitchb.el (iswitchb-global-map): Fix typo.
15935 Remove unwanted ###autoloads from source file.
15936
15937 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15938
15939 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15940 in run-hooks. Use substitute-command-keys in message.
15941 (wdired-abort-changes): Add message.
15942
15943 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15944
15945 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15946 (sql-emacs20-p): Remove.
15947 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15948 (sql-builtin-face, sql-doc-face): Remove.
15949 (sql-mode-ansi-font-lock-keywords)
15950 (sql-mode-oracle-font-lock-keywords)
15951 (sql-mode-postgres-font-lock-keywords)
15952 (sql-mode-linter-font-lock-keywords)
15953 (sql-mode-ms-font-lock-keywords)
15954 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15955 (sql-product-font-lock): Fix font-lock reset when font rules change.
15956 (sql-highlight-product): Remove incorrect font-lock reset logic.
15957
15958 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15959
15960 * ses.el (ses-set-parameter): Fix typo.
15961
15962 2004-05-04 Kim F. Storm <storm@cua.dk>
15963
15964 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15965 Must expand directory for completion to work; and don't mess with
15966 process-environment.
15967 (ido-read-file-name): If command has ido property, don't use ido
15968 if value is ignore, or read as directory if value is dir.
15969 Set ido ignore property for dired-do-rename command.
15970
15971 2004-05-04 Juanma Barranquero <lektu@terra.es>
15972
15973 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15974 (electric-help-help): Check against unmapped commands.
15975
15976 * help-fns.el (help-argument-name): New face, inheriting from
15977 font-lock-variable-name-face, to highlight function arguments in
15978 `describe-function' and `describe-key'.
15979 (help-do-arg-highlight): Auxiliary function to highlight a given
15980 list of arguments in a string.
15981 (help-highlight-arguments): Highlight the function arguments and
15982 all uses of them in the docstring.
15983 (describe-function-1): Use it. Do docstring output via `insert',
15984 not 'princ', so text attributes are preserved.
15985
15986 * winner.el (winner-mode-map): Move `winner-undo' and
15987 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15988 previous bindings conflict with `prev-buffer', `next-buffer').
15989
15990 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15991
15992 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15993 (bibtex-entry-update): New command bound to C-c C-u.
15994 (bibtex-text-in-string): Fix regexp.
15995 (bibtex-assoc-of-regexp): Remove.
15996 (bibtex-progress-message): Fix docstring.
15997 (bibtex-inside-field): Use if.
15998 (bibtex-assoc-regexp): New function.
15999 (bibtex-format-entry): Make code more robust so that it formats
16000 also old entries.
16001 (bibtex-autokey-demangle-title): Merge with obsolete function
16002 bibtex-assoc-of-regexp.
16003 (bibtex-field-list): New function.
16004 (bibtex-entry): Use bibtex-field-list.
16005 (bibtex-parse-entry): Fix docstring.
16006 (bibtex-print-help-message): Use bibtex-field-list.
16007 (bibtex-make-field): Use bibtex-field-list.
16008 (bibtex-entry-index): Bugfix. Return crossref key if required.
16009 (bibtex-lessp): Fix docstring.
16010
16011 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
16012
16013 * select.el (xselect-convert-to-string): Move comment to intended line.
16014
16015 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16016
16017 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16018 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16019
16020 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16021
16022 * term/x-win.el (x-clipboard-yank): Don't exit on error from
16023 x-get-selection.
16024
16025 2004-05-03 Jason Rumney <jasonr@gnu.org>
16026
16027 * makefile.nt: Remove.
16028
16029 2004-05-03 Kim F. Storm <storm@cua.dk>
16030
16031 * emulation/cua-base.el (cua--update-indications): Fix last change.
16032 (cua-mode): Deactivate mark when cua-mode is enabled.
16033
16034 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
16035
16036 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16037
16038 2004-05-03 Nick Roberts <nickrob@gnu.org>
16039
16040 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16041 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16042 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16043 window over visible frames.
16044 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16045
16046 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
16047
16048 * progmodes/compile.el (compilation-gcpro): New var.
16049 (compilation-fake-loc): Use it.
16050 (compilation-forget-errors): Reset it.
16051
16052 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
16053
16054 * diff-mode.el (diff-header-face, diff-file-header-face):
16055 Use min-colors.
16056
16057 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16058
16059 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16060 (bibtex-clean-entry): Disentangle code.
16061 (bibtex-realign): New function.
16062 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
16063 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16064 Remove undocumented optional arg called-by-convert-alien.
16065 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
16066 for sorting instead of bibtex-sort-buffer.
16067
16068 2004-05-02 Eli Zaretskii <eliz@gnu.org>
16069
16070 * progmodes/compile.el (compilation-start): In the
16071 no-async-subprocesses branch, call sit-for to give redisplay a
16072 chance to show the updated process status in the mode line, and
16073 fontify the buffer explicitly after the process exits.
16074
16075 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16076
16077 * progmodes/python.el (python-compilation-line-number): Remove.
16078 (python-compilation-regexp-alist): Don't use it any more.
16079 (python-orig-start, python-input-filter): Remove.
16080 (inferior-python-mode): Don't set up comint-input-filter-functions.
16081 (python-send-region): Use compilation-fake-loc.
16082
16083 * progmodes/compile.el (compilation-messages-start): New var.
16084 (compilation-mode): Don't setup next-error-function here.
16085 (compilation-setup): Set it up here instead (for minor modes as well).
16086 Make compilation-messages-start buffer local.
16087 (compilation-next-error-function): Use it.
16088 (compilation-forget-errors): Set compilation-messages-start.
16089
16090 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
16091
16092 * ielm.el (ielm-prompt-read-only): Update docstring.
16093
16094 * comint.el (comint-prompt-read-only): Update docstring.
16095 (comint-update-fence, comint-kill-whole-line)
16096 (comint-kill-region): New functions.
16097
16098 * simple.el (kill-whole-line): Use "p" instead of "P" in
16099 interactive form.
16100
16101 2004-05-01 Juanma Barranquero <lektu@terra.es>
16102
16103 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16104 format arglist so default values in CL-style argument lists are
16105 correctly shown.
16106
16107 2004-05-01 Jason Rumney <jasonr@gnu.org>
16108
16109 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16110
16111 2004-05-01 Kenichi Handa <handa@m17n.org>
16112
16113 * international/titdic-cnv.el (miscdic-convert): Don't generate a
16114 quail file if it is up to date.
16115
16116 2004-04-30 Juri Linkov <juri@jurta.org>
16117
16118 * cus-edit.el (custom-mode-map):
16119 Add key binding `C-x C-s' to `Custom-save'.
16120
16121 * outline.el (outline-blank-line): New var.
16122 (outline-next-preface, outline-show-heading)
16123 (outline-end-of-subtree): Use it.
16124
16125 * dired-aux.el (dired-touch-initial): New fun.
16126 (dired-do-chxxx): Call it for op-symbol `touch'.
16127 (dired-diff): Use `dired-dwim-target-directory'
16128 if current dired buffer has no buffer mark.
16129
16130 * bindings.el (propertized-buffer-identification):
16131 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16132 Add C-M-arrow keys for consistency.
16133
16134 * files.el (confirm-kill-emacs):
16135 Change group from top-level `emacs' to `convenience'.
16136
16137 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16138 Push mark on the first call of successive command calls.
16139 (insert-pair): New fun created from `insert-parentheses' with
16140 `open' and `close' arguments added. Enclose active regions
16141 in paired characters. Compare adjacent characters syntax with
16142 inserted characters syntax before inserting a space.
16143 (insert-parentheses): Call `insert-pair' with ?\( ?\).
16144
16145 * delsel.el: Don't put `delete-selection' property
16146 on `insert-parentheses' symbol to take advantage of
16147 region handling in `insert-pair' function.
16148 Suggested by Stephan Stahl <stahl@eos.franken.de>.
16149
16150 2004-04-30 Kim F. Storm <storm@cua.dk>
16151
16152 * emulation/cua-base.el: Add support for changing cursor types;
16153 based on patch from Michael Mauger.
16154 (cua-normal-cursor-color, cua-read-only-cursor-color)
16155 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16156 Customization cursor type and/or cursor color.
16157 (cua--update-indications): Handle cursor type changes.
16158 (cua-mode): Update cursor indications if enabled.
16159
16160 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16161
16162 * mouse.el (mouse-drag-copy-region): New defcustom.
16163 (mouse-set-region, mouse-drag-region-1): Use it.
16164
16165 * simple.el (kill-ring-save): If region face background color is
16166 unspecified (if no highlighting), show extent of fully visible
16167 region even if transient-mark-mode is enabled.
16168
16169 * emulation/cua-base.el (cua--standard-movement-commands):
16170 Add cua-scroll-up and cua-scroll-down.
16171 (cua-scroll-up, cua-scroll-down): New commands.
16172 (cua--init-keymaps): Remap scroll-up and scroll-down.
16173
16174 * emulation/cua-rect.el (cua--convert-rectangle-as):
16175 New defmacro.
16176 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16177 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16178 New commands (suggested by Jordan Breeding).
16179
16180 2004-04-30 Juanma Barranquero <lektu@terra.es>
16181
16182 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16183
16184 2004-04-30 Mario Lang <mlang@delysid.org>
16185
16186 * diff.el (diff-switches): Fix typo in docstring.
16187
16188 2004-04-30 Alex Schroeder <alex@gnu.org>
16189
16190 * xml.el (xml-debug-print-internal): Don't add newline and
16191 indentation to text nodes and write empty elements as empty tags
16192 instead of opening and closing tags.
16193 (xml-debug-print): Take optional indent-string argument.
16194 (xml-print): Alias for xml-debug-print.
16195
16196 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16197
16198 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16199 than duplicate call to `line-beginning-position'.
16200
16201 * progmodes/f90.el (f90-get-present-comment-type):
16202 Return whitespace, as well as comment chars, for consistent filling
16203 of comment blocks. Use `match-string-no-properties'.
16204 (f90-break-line): Trim trailing whitespace when filling comments.
16205
16206 2004-04-30 Dave Love <fx@gnu.org>
16207
16208 * calendar/diary-lib.el (diary-outlook-formats): New variable.
16209 (diary-from-outlook-internal, diary-from-outlook)
16210 (diary-from-outlook-gnus, diary-from-outlook-rmail):
16211 New functions to import diary entries from Outlook-format
16212 appointments in mail messages.
16213
16214 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16215
16216 * progmodes/python.el (python-send-command): New fun.
16217 (python-send-region, python-load-file): Use it.
16218
16219 * progmodes/compile.el (compilation-last-buffer): Add var alias.
16220
16221 * help-fns.el (help-C-file-name): Use new subr-name.
16222 Prepend `src/' to the file name.
16223 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16224 (describe-function-1, describe-variable): Only find a C source file
16225 name if DOC is already loaded.
16226
16227 * help-mode.el (help-function-def, help-variable-def):
16228 Use the new find-function-search-for-symbol functionality.
16229 Allow FILE to be `C-source'.
16230
16231 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16232 (find-function-C-source): New fun.
16233 (find-function-search-for-symbol): Use it.
16234
16235 2004-03-29 Michael Mauger <mmaug@yahoo.com>
16236
16237 * progmodes/sql.el (sql-product-alist): Rename variable
16238 `sql-product-support'. Add Postgres login parameters.
16239 (sql-set-product, sql-product-feature): Update with renamed variable.
16240 (sql-connect-postgres): Add username prompt.
16241 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16242 Make patterns less product specific.
16243 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16244 (sql-mode-abbrev-table): Modify initialization.
16245 (sql-builtin-face): Add variable.
16246 (sql-keywords-re): Add macro.
16247 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16248 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16249 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16250 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16251 (sql-mode-linter-font-lock-keywords)
16252 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16253 (sql-mode-sybase-font-lock-keywords)
16254 (sql-mode-informix-font-lock-keywords)
16255 (sql-mode-interbase-font-lock-keywords)
16256 (sql-mode-ingres-font-lock-keywords)
16257 (sql-mode-solid-font-lock-keywords)
16258 (sql-mode-sqlite-font-lock-keywords)
16259 (sql-mode-db2-font-lock-keywords): Default to nil.
16260 (sql-product-font-lock): Always highlight ANSI keywords.
16261 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
16262 (sql-send-string): Add function.
16263
16264 2004-04-29 Dave Love <fx@gnu.org>
16265
16266 * progmodes/cfengine.el (cfengine-beginning-of-defun)
16267 (cfengine-end-of-defun): Ensure progress through buffer.
16268
16269 * info-look.el (cfengine-mode): Accept a terminal ().
16270
16271 2004-04-29 Juri Linkov <juri@jurta.org>
16272
16273 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
16274 instead of isearch-yank-word-or-char. Add new key bindings for
16275 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
16276 (isearch-del-char): New fun.
16277 (isearch-forward, isearch-edit-string): Update docstring.
16278 (isearch-yank-char): Doc fix.
16279 (isearch-other-meta-char): Restore point after scrolling.
16280
16281 * progmodes/compile.el (compilation-context-lines): Add nil option
16282 to disable compilation output window scrolling.
16283 (compilation-set-window): Use it.
16284
16285 * outline.el (outline-next-preface, outline-show-heading):
16286 Don't leave unhidden blank line before heading.
16287 (outline-end-of-subtree): Include last newline into subtree.
16288 (hide-entry): Leave point at beginning of heading instead of end.
16289 (outline-up-heading): Push mark for the first call of successive
16290 command calls.
16291
16292 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
16293
16294 * comint.el (comint-prompt-read-only): New variable.
16295 (comint-output-filter): Implement it.
16296
16297 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16298 (ielm-prompt-internal): New variable.
16299 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16300 (ielm-send-input): Delete unused variable `buf'.
16301 (ielm-eval-input): Use `ielm-prompt-internal'.
16302 (inferior-emacs-lisp-mode): Use new variables
16303 `comint-prompt-read-only' and `ielm-prompt-internal'.
16304 Get rid of obsolete variable `directory-sep-char'.
16305 (ielm): Use `zerop'.
16306
16307 2004-04-29 John Paul Wallington <jpw@gnu.org>
16308
16309 * thumbs.el (toplevel): Require cl at compile time.
16310 Remove conditional definitions of `ignore-errors' and `caddar'
16311 because they occur at run time.
16312
16313 2004-04-28 Nick Roberts <nickrob@gnu.org>
16314
16315 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
16316 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
16317 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
16318 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
16319
16320 * progmodes/gud.el (gud-common-init): Throw an error if program is
16321 already running under gdb.
16322
16323 2004-04-28 John Paul Wallington <jpw@gnu.org>
16324
16325 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
16326 (thumbs-show-image-num): Move assignment of
16327 `thumbs-current-image-filename' within scope of `i'.
16328 (thumbs-emboss-image): Don't use `evenp'.
16329
16330 2004-04-28 Richard M. Stallman <rms@gnu.org>
16331
16332 * progmodes/compile.el (compilation-context-lines): Default now 0.
16333
16334 2004-04-28 Juanma Barranquero <lektu@terra.es>
16335
16336 Use `time-less-p' from calendar/time-date.el instead of defining
16337 custom versions of it.
16338
16339 * pcomplete.el (pcomplete-time-less-p): Remove.
16340
16341 * thumbs.el (time-less-p): Remove.
16342
16343 * calendar/timeclock.el (timeclock-time-less-p): Remove.
16344 (timeclock-generate-report): Use `time-less-p'.
16345
16346 * emacs-lisp/autoload.el (autoload-before-p): Remove.
16347 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16348
16349 2004-04-28 Masatake YAMATO <jet@gyve.org>
16350
16351 * subr.el (remove-overlays): Make arguments optional.
16352
16353 * wid-edit.el (widget-specify-button): Put evaporate to the
16354 overlay for sample.
16355 (widget-specify-sample): Put evaporate to the overlay for sample.
16356 (widget-specify-doc): Put evaporate to the overlay for documentation.
16357
16358 2004-04-27 Jesper Harder <harder@ifa.au.dk>
16359
16360 * info.el (info-apropos): Make it an index node. Align node names
16361 like makeinfo.
16362
16363 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16364
16365 * net/browse-url.el (browse-url-netscape-sentinel)
16366 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16367 (browse-url-epiphany-sentinel, browse-url-mosaic):
16368 Use browse-url-*-program instead of a literal program name.
16369
16370 2004-04-27 Kevin Ryde <user42@zip.com.au>
16371
16372 * eshell/em-alias.el:
16373 * eshell/em-dirs.el:
16374 * eshell/em-hist.el:
16375 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16376 features when M-x customize-group loads modules before the main
16377 eshell.el.
16378
16379 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16380
16381 * subr.el (momentary-string-display): Support EXIT-CHAR that is
16382 either a character representation of an event or an event
16383 description list.
16384
16385 * type-break.el: Capitalise Emacs and Lisp.
16386 (type-break-good-break-interval, type-break-demo-boring-stats)
16387 (type-break-terse-messages, type-break-file-name): New defcustoms.
16388 (type-break-post-command-hook)
16389 (type-break-warning-countdown-string): Quote variable names in doc.
16390 (type-break-interval-start, type-break-auto-save-file-name): New vars.
16391 (type-break-mode): Document type-break-good-break-interval and the
16392 "session" file. Schedule break according to the session file.
16393 Kill session file buffer on exit. Organise for save-some-buffers
16394 to always save the session file.
16395 (type-break-mode-line-message-mode, type-break-query-mode):
16396 Uppercase arguments.
16397 (type-break-file-time, type-break-file-keystroke-count, timep)
16398 (type-break-choose-file, type-break-get-previous-time)
16399 (type-break-get-previous-count): New defuns.
16400 (type-break): Avoid break querying after a completed break in the
16401 case where the query was initiated during user invocation of the
16402 break. Optional terse messages.
16403 Use type-break-good-break-interval if type-break-good-rest-interval is
16404 nil. File the break time.
16405 (type-break-schedule): New optional args for overriding the use of
16406 the current time.
16407 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16408 after a break.
16409 (type-break-check): File the keystroke count.
16410 (type-break-do-query): Prevent a second query when the break is
16411 interrupted. Optional terse message.
16412 (type-break-keystroke-reset): Record the start of a typing interval.
16413 (type-break-demo-boring): Optional terse messages. Display word
16414 per minute and keystroke counts according to
16415 type-break-demo-boring-stats.
16416
16417 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
16418
16419 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16420 directories, make sure they exist under archive-tmpdir.
16421
16422 2004-04-27 Juri Linkov <juri@jurta.org>
16423
16424 * help.el (view-emacs-news): With argument, display info for the
16425 selected version by finding it among different NEWS files, and
16426 narrowing the buffer to the selected version.
16427
16428 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16429 same-window-buffer-names.
16430 (info): New arg `buffer'. Use it. Doc fix. Read file name for
16431 non-numeric prefix argument, append the number to the buffer name
16432 for numeric prefix argument.
16433 (info-other-window): Bind same-window-regexps to nil.
16434 (Info-reference-name): Rename to Info-point-loc.
16435 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16436 and Info-find-index-name for stringy Info-point-loc.
16437 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
16438 without middle `.', but with final `.' and optional line number
16439 for it. Set Info-point-loc for index nodes.
16440 (Info-index): Remove middle `.' from index entry regexp.
16441 Modify line number regexp.
16442 (Info-index-next): Decrement line number.
16443 (info-apropos): Remove middle `.' from index entry regexp.
16444 Add optional line number regexp at the end. Add matched value
16445 for line number to the result list and insert it to the buffer.
16446 Replace match-string by match-string-no-properties.
16447 Reorder result list.
16448 (Info-fontify-node): Hide index line numbers.
16449 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16450 empty matches.
16451 (Info-follow-reference): Use `str' instead of
16452 Info-following-node-name-re.
16453 (Info-toc): Use full file names. Set Info-current-node to "Top".
16454 (Info-fontify-node): Compare file names without directory name.
16455 (Info-try-follow-nearest-node): Don't set Info-reference-name.
16456 Set second arg of Info-extract-menu-node-name for index nodes.
16457 (info-xref-visited): Use magenta3 instead of magenta4.
16458 (Info-mode): Add info-apropos to docstring.
16459
16460 * log-view.el (log-view-diff): Replace interactive code "r"
16461 by a list to allow to call it even if region is not active.
16462
16463 * paren.el (show-paren-highlight-openparen): New var.
16464 (show-paren-function): Turn on openparen highlighting when
16465 matching forward if show-paren-highlight-openparen is non-nil.
16466
16467 * simple.el (kill-ring-save): Use blink-matching-delay instead of
16468 the constant value 1.
16469 (completions-common-part): Expand docstring.
16470
16471 * textmodes/picture.el (picture-mode-map): Add arrow keys.
16472
16473 2004-04-27 Kim F. Storm <storm@cua.dk>
16474
16475 * image.el (insert-sliced-image): Use line-height instead of
16476 line-spacing property on newline.
16477
16478 2004-04-26 Lars Hansen <larsh@math.ku.dk>
16479
16480 * desktop.el (desktop-buffer-misc-data-function): Rename to
16481 desktop-save-buffer and change docstring.
16482 (desktop-buffer-modes-to-save): Delete.
16483 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16484 desktop-buffer-modes-to-save.
16485 (desktop-save): Rename desktop-buffer-misc-data-function to
16486 desktop-save-buffer and allow non-function value.
16487 (desktop-missing-file-warning): Correct docstring.
16488
16489 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16490 to desktop-save-buffer.
16491
16492 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16493 desktop-save-buffer.
16494
16495 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16496
16497 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16498
16499 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16500
16501 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16502
16503 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16504
16505 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16506 (ielm): Only go to the end of the buffer when starting a new process.
16507
16508 2004-04-25 Juanma Barranquero <lektu@terra.es>
16509
16510 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16511 mode line. Bind `inhibit-read-only' to t before modifying
16512 properties of text in the buffer.
16513 (ielm): Force point to the end of buffer, even when running ielm
16514 from inside itself.
16515
16516 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16517
16518 * info.el (info-apropos): Reset Info-complete-cache.
16519
16520 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16521
16522 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16523 Also recognize severe Irix et al. messages.
16524 (compilation-normalize-filename, compile-abbreviate-directory):
16525 Delete functions.
16526 (compilation-get-file-structure): New function inherits
16527 functionality of the two preceding ones.
16528 (compilation-internal-error-properties, compilation-fake-loc):
16529 Use it so that different paths to the same file share the same
16530 markers. Also optimize finding adjacent marker slightly.
16531
16532 2004-04-25 Kim F. Storm <storm@cua.dk>
16533
16534 * image.el (insert-sliced-image): Add line-spacing t property
16535 to newlines separating image lines.
16536
16537 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16538
16539 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16540
16541 * ielm.el (ielm-prompt-read-only): New user option.
16542 (ielm-prompt): Expand docstring to describe new behavior.
16543 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16544 mention it in the docstring.
16545
16546 2004-04-24 Andreas Schwab <schwab@suse.de>
16547
16548 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16549
16550 * diff.el (diff): Set default-directory in diff buffer.
16551
16552 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16553
16554 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16555 mail was being composed if the terminal cannot display more than
16556 one frame; instead, switch to previous frame.
16557
16558 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16559 (rmail-start-mail): Support rmail-mail-new-frame even on
16560 terminals that can display only one frame at a time.
16561
16562 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16563
16564 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16565 (checkdoc-output-font-lock-keywords): Remove error regexp.
16566 (checkdoc-output-mode-map): Remove.
16567 (checkdoc-output-mode): Derive from compilation-mode.
16568 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16569
16570 * dired.el (dired-mode-map): Add a menu entry for wdired.
16571
16572 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16573 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16574
16575 * wdired.el (wdired-mode-map): Move init into declaration.
16576 Fix `return' binding.
16577 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16578 Use force-mode-line-update.
16579 (wdired-get-filename): Use `unless'.
16580 (wdired-preprocess-files): Don't assume names have no \n and use / for
16581 dir separator.
16582 (wdired-normalize-filename): Use replace-regexp-in-string.
16583 (wdired-load-hooks): Remove.
16584 (wdired-mode-hooks): Rename to wdired-mode-hook.
16585
16586 * info-look.el: Add support for cfengine-mode.
16587 (info-lookup-setup-mode): Use dolist.
16588
16589 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16590
16591 * wdired.el: New file.
16592
16593 2004-04-23 Juanma Barranquero <lektu@terra.es>
16594
16595 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16596
16597 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16598 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16599 (pcomplete--help, pcomplete--here): Doc fixes.
16600
16601 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16602
16603 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16604 handles wrong-number-of-arguments in backend call.
16605
16606 * vc.el (vc-print-log): Likewise.
16607
16608 2004-04-20 Dave Love <fx@gnu.org>
16609
16610 * emacs-lisp/rx.el: Doc fixes.
16611 (rx-constituents): Add/extend many forms.
16612 (rx-check): Check form is a list.
16613 (bracket): Defvar.
16614 (rx-check-any, rx-any, rx-check-not): Modify.
16615 (rx-not): Simplify.
16616 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16617 (rx-kleene): Use rx-trans-forms.
16618 (rx-quote-for-set): Delete.
16619 (rx): Allow multiple args.
16620
16621 2004-04-23 Kenichi Handa <handa@m17n.org>
16622
16623 * international/mule-util.el (char-displayable-p): Simplify by
16624 using internal-char-font.
16625
16626 2004-04-23 Juanma Barranquero <lektu@terra.es>
16627
16628 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16629
16630 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16631
16632 * diff-mode.el (diff-next-error): New fun.
16633 (diff-mode): Use it.
16634
16635 * simple.el (next-error): Change arg name.
16636 Add support for the documented C-u C-x ` usage.
16637
16638 * frame.el (special-display-popup-frame, next-multiframe-window)
16639 (previous-multiframe-window): Only consider frames on same display.
16640
16641 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16642
16643 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16644 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16645
16646 2004-04-22 Kim F. Storm <storm@cua.dk>
16647
16648 * net/telnet.el (telnet): Add optional port arg.
16649
16650 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16651
16652 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16653 Minor sanity check on the `hyperlink' slot.
16654
16655 * Makefile.in (recompile): Compile new files.
16656
16657 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16658 Add byte-recompile-directory's optional `arg'.
16659
16660 * cvs-status.el (cvs-tree-use-charset): New var.
16661 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16662 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16663 (cvs-status-cvstrees): Use it.
16664
16665 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16666 Make it a normal major mode.
16667 (checkdoc-buffer-label): Make sure the file name is meaningful.
16668 (checkdoc-output-to-error-buffer): Remove.
16669 (checkdoc-error, checkdoc-start-section): Rewrite.
16670
16671 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16672 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16673 (Info-title-4-face): Use new syntax.
16674 (info-xref-visited): Inherit from info-xref.
16675
16676 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16677
16678 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16679
16680 * simple.el (next-error-last-buffer, next-error-function):
16681 New variables for the next-error framework.
16682 (next-error-buffer-p): New function.
16683 (next-error-find-buffer): Generalize compilation-find-buffer.
16684 (next-error, previous-error, first-error, next-error-no-select)
16685 (previous-error-no-select): Move from compile.el.
16686
16687 * replace.el (occur-next-error, occur-1): Hook into the next-error
16688 framework.
16689
16690 * progmodes/compile.el (compilation-start):
16691 Set next-error-last-buffer so next-error knows where to jump.
16692 (compilation-setup): Set the buffer-local variable
16693 next-error-function to 'compilation-next-error-function.
16694 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16695 alternate way to find if a buffer is a compilation buffer, for
16696 next-error convenience.
16697 (next-error-no-select, previous-error-no-select, next-error)
16698 (previous-error, first-error): Move to simple.el.
16699 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16700 (compilation-last-buffer): Remove.
16701 (compilation-start, compilation-next-error, compilation-setup)
16702 (compilation-next-error-function, compilation-find-buffer):
16703 Remove compilation-last-buffer use.
16704
16705 2004-04-21 Juanma Barranquero <lektu@terra.es>
16706
16707 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16708 (font-lock-warning-face): Fix spacing.
16709
16710 * makefile.w32-in (WINS): Add url/ directory.
16711
16712 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16713
16714 * desktop.el (desktop-buffer-mode-handlers): New variable.
16715 Alist of major mode specific functions to restore a desktop buffer.
16716 (desktop-buffer-handlers): Make variable obsolete.
16717 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16718 Catch errors signaled in handlers. Update buffer count.
16719 Evaluate desktop-buffer-point.
16720 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16721 move to dired.el.
16722 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16723 move to info.el.
16724 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16725 move to mail/rmail.el.
16726 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16727 to mh-e/mh-e.el.
16728 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16729 On fail, print message (to message buffer) even if
16730 desktop-missing-file-warning is nil.
16731 (desktop-buffer-misc-data-function): New buffer local variable.
16732 Function returning major mode specific data.
16733 (desktop-buffer-misc-functions): Make variable obsolete.
16734 (desktop-save): Use desktop-buffer-misc-data-function.
16735 (desktop-buffer-dired-misc-data): Rename to
16736 dired-desktop-buffer-misc-data and move to dired.el.
16737 (desktop-buffer-info-misc-data): Rename to
16738 Info-desktop-buffer-misc-data and move to info.el.
16739 (desktop-read): Add message about number of buffers restored/failed.
16740
16741 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16742 Add parameters. Pause to display error only when
16743 desktop-missing-file-warning is non-nil.
16744 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16745 (dired-mode): Bind desktop-buffer-misc-data-function.
16746
16747 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16748 Add Parameters.
16749 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16750 (Info-mode): Bind desktop-buffer-misc-data-function.
16751
16752 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16753 Add Parameters.
16754
16755 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16756 Add Parameters.
16757
16758 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16759
16760 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16761 the case of letters in case-insensitive expansions when the
16762 abbrev is preceded by characters with letter syntax.
16763
16764 2004-04-21 Richard M. Stallman <rms@gnu.org>
16765
16766 * progmodes/cperl-mode.el (cperl-putback-char):
16767 Delete Emacs 18 definition.
16768
16769 * international/mule.el (ctext-post-read-conversion):
16770 Use assoc-string, not assoc-ignore-case.
16771
16772 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16773
16774 * emacs-lisp/easymenu.el (easy-menu-add):
16775 Do call x-popup-menu, but only if it's defined.
16776
16777 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16778
16779 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16780 Handle multiple args: compile like progn.
16781
16782 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16783 take all args as &rest arg.
16784
16785 * autoinsert.el (auto-insert-alist): Insert the user's name in
16786 copyright notice, rather than Free Software Foundation.
16787
16788 2004-04-21 Kenichi Handa <handa@m17n.org>
16789
16790 * descr-text.el (describe-char): Make it work on *Help* buffer.
16791
16792 2004-04-21 Kim F. Storm <storm@cua.dk>
16793
16794 * image.el (insert-image): Add optional SLICE arg.
16795 (insert-sliced-image): New defun.
16796
16797 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16798
16799 * subr.el (read-number): Check whether `default' is nil.
16800
16801 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16802
16803 * progmodes/compile.el (compilation-error-properties):
16804 Split into two.
16805 (compilation-internal-error-properties): New one.
16806 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16807
16808 2004-04-20 Richard M. Stallman <rms@gnu.org>
16809
16810 * window.el (split-window-save-restore-data):
16811 Don't update the data if OLD-INFO is nil.
16812
16813 * view.el (view-return-to-alist): Mark it permanent local.
16814
16815 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16816
16817 * recentf.el (recentf-save-list): Catch and warn about errors.
16818
16819 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16820 so "Buffers" won't be pure.
16821
16822 * help-mode.el (help-mode-finish): Set help-return-alist first
16823 thing, setting only the entry for the selected window.
16824
16825 * help-fns.el (describe-function-1): If many non-control non-meta
16826 keys run the command, don't list all of them.
16827
16828 2004-04-20 Juanma Barranquero <lektu@terra.es>
16829
16830 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16831 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16832
16833 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16834
16835 2004-04-20 Kenichi Handa <handa@m17n.org>
16836
16837 * international/quail.el (quail-lookup-key): New optional arg
16838 NOT-RESET-INDICES.
16839 (quail-get-translations): Call quail-lookup-key with
16840 NOT-RESET-INDICES t.
16841 (quail-completion): Likewise.
16842 (quail-lookup-map-and-concat): Likewise.
16843
16844 2004-04-20 Kenichi Handa <handa@m17n.org>
16845
16846 * international/quail.el (quail-update-translation): Don't insert
16847 such an unsupported multibyte char in a unibyte buffer.
16848
16849 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16850
16851 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16852 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16853 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16854 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16855 (gdb-frame-assembler-buffer): Improve behaviour with
16856 multiple frames.
16857 (gdb-display-buffer): Extend search to all visible frames.
16858
16859 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16860
16861 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16862 characters left after base64 decoding.
16863 (rmail-decode-region): Use -dos variety of `coding', to remove any
16864 ^M characters left after qp or base64 decoding.
16865
16866 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16867
16868 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16869 messages.
16870
16871 2004-04-19 Stephen Eglen <stephen@gnu.org>
16872
16873 * add-log.el (add-change-log-entry): Update doc string to mention
16874 add-log-full-name and add-log-mailing-address.
16875
16876 2004-04-18 Juri Linkov <juri@jurta.org>
16877
16878 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16879 (Info-find-node-2): Simplify error message.
16880 (Info-insert-dir): Use Info-following-node-name.
16881 (Info-goto-node): Remove *info-history* and *info-toc*.
16882 (Info-history): Create a node of the virtual history file.
16883 (Info-toc): Create a node of the virtual toc file.
16884 (Info-insert-toc): New arg `curr-file' for reference file names.
16885 (info-apropos): Remove redundant var binding for temp-file.
16886 (Info-index, Info-index-next, Info-mode): Doc fix.
16887 (Info-goto-emacs-command-node): Don't jump to *info* from
16888 non-*info* Info buffers.
16889 (Info-fontify-node): Don't show the file name of external
16890 references if `Info-hide-note-references' is `hide'. Don't hide
16891 newlines at the end of paragraphs.
16892
16893 * international/mule-diag.el (list-input-methods):
16894 Fix args to help-xref-button.
16895
16896 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16897 to put into effect local variables from TUTORIAL files.
16898
16899 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16900 with default value taken from the variable `sentence-end'.
16901 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16902 Add nil const to :type.
16903 (sentence-end-without-period, sentence-end-double-space)
16904 (sentence-end-without-space): Doc fix.
16905
16906 * textmodes/paragraphs.el (forward-sentence):
16907 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16908 (fill-delete-newlines):
16909 * progmodes/cc-cmds.el (c-beginning-of-statement):
16910 Use function `sentence-end' instead of variable `sentence-end'.
16911
16912 2004-04-18 Andreas Schwab <schwab@suse.de>
16913
16914 * progmodes/compile.el (compilation-start): Set window start to
16915 point-min if compilation-scroll-output is nil.
16916
16917 2004-04-18 John Wiegley <johnw@newartisans.com>
16918
16919 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16920
16921 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16922
16923 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16924 (gdb-info-breakpoints-custom): Revert previous change.
16925 (gdb-view-assembler): Update assembler if necessary.
16926 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16927 (gdb-display-source-buffer): Update properly when both source and
16928 assembler are visible.
16929
16930 2004-04-17 John Wiegley <johnw@newartisans.com>
16931
16932 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16933 which limits the number of names shown in the minibuffer. Off by
16934 default.
16935 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16936 up iswitchb for users with a multitude of open buffers by showing
16937 only the first and last N/2 buffers in the completion list (which
16938 is enough to aid C-s/C-r, and to know that more characters are
16939 needed to refine the completion list).
16940
16941 2004-04-17 Richard M. Stallman <rms@gnu.org>
16942
16943 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16944 (file-truename): Expand all ~ constructs directly.
16945 (insert-directory): Delete any error msg output by the
16946 `insert-directory-program'.
16947
16948 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16949 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16950 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16951 (allout-init): Use find-file-hook, not find-file-hooks.
16952 (allout-mode): Eliminate Emacs 18 support.
16953 Use write-contents-functions, not local-write-file-hooks.
16954
16955 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16956
16957 * progmodes/compile.el (compilation-error-properties): Fix for
16958 adding messages when there are already markers for their file.
16959 (compilation-fake-loc): New function.
16960
16961 2004-04-16 Dave Love <fx@gnu.org>
16962
16963 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16964 (python-load-file): Fix python-orig-start setting.
16965
16966 * progmodes/compile.el: Doc fixes.
16967 (compilation-error-regexp-alist-alist)
16968 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16969 (compilation-assq): Wrap in eval-when-compile.
16970 (compilation-mode-font-lock-keywords): Don't use list*.
16971 (compilation-start): Avoid warning.
16972 (compilation-compat-error-properties)
16973 (compilation-directory-properties): Add keymap property.
16974 (compilation-parsing-end): Make it a marker for better compatibility.
16975
16976 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16977
16978 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16979
16980 * xml.el: Doc fixes.
16981 (xml-get-children): Only looks at sub-tags and ignore strings.
16982
16983 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16984
16985 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16986
16987 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16988
16989 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16990
16991 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16992
16993 * vc.el (vc-print-log): Likewise.
16994
16995 2004-04-16 Masatake YAMATO <jet@gyve.org>
16996
16997 * simple.el (completion-setup-function): Set an initial value
16998 to `element-common-end' before entering loop. Set a value
16999 to `element-common-end' at the end of loop.
17000 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17001 (completions-common-part): Rename from completion-de-emphasis.
17002 (completions-first-difference): Rename from completion-emphasis.
17003 Suggested by RMS.
17004
17005 2004-04-16 Juanma Barranquero <lektu@terra.es>
17006
17007 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17008 (bookmark-edit-annotation-mode): Add mode name.
17009
17010 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17011
17012 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17013 for nested conflict markers.
17014 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17015
17016 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
17017
17018 * progmodes/gdb-ui.el (gdb-goto-info): New function.
17019
17020 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17021
17022 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17025 Give a backtrace if requested.
17026
17027 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17028
17029 * progmodes/python.el (python-mouse-2-command, python-RET-command):
17030 Remove unused functions.
17031 (python-orig-start-line, python-orig-file): Remove.
17032 (python-orig-start): New var.
17033 (python-input-filter, python-compilation-line-number)
17034 (python-send-region, python-load-file): Use it.
17035
17036 * info.el (info): Always jump to *info*.
17037
17038 * subr.el (posn-set-point): New function.
17039
17040 * mouse.el (mouse-set-point): Use it.
17041
17042 * progmodes/compile.el (compile-goto-error): Use it.
17043 (compilation-button-map): New keymap.
17044 (compilation-error-properties): Use it.
17045 (compilation-shell-minor-mode-map): Don't bind mouse-2.
17046
17047 * smerge-mode.el (smerge-popup-context-menu): Use it.
17048
17049 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17050 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17051 mouse and non-mouse case.
17052
17053 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17054 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17055
17056 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17057 Make it work for non-mouse events.
17058
17059 * pcvs-info.el (cvs-status-map): Update binding name.
17060
17061 2004-04-14 Mark A. Hershberger <mah@everybody.org>
17062
17063 * xml.el (xml-maybe-do-ns): New function to handle namespace
17064 parsing of both attribute and element names.
17065 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17066 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17067 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
17068 (xml-parse-attlist): Make it do its own namespace parsing.
17069
17070 2004-04-14 Dave Love <fx@gnu.org>
17071
17072 * progmodes/python.el (run-python): Fix use of \n.
17073 (python-load-file): Remove `try' from Python fragment.
17074 (python-describe-symbol): Fix message.
17075
17076 * comint.el: Doc fixes.
17077 (comint-last-input-start, comint-last-input-end)
17078 (comint-last-output-start): Give them values.
17079 (comint-arguments): Avoid warning.
17080 (comint-skip-prompt): Use line-end-position.
17081 (comint-backward-matching-input): Rename arg to agree with doc.
17082 (comint-extract-string): Use syntax-ppss.
17083 (comint-dynamic-simple-complete): Delete useless list construction.
17084 (comint-redirect-subvert-readonly): New.
17085 (comint-redirect-preoutput-filter): Use it.
17086
17087 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17088 Correctly handle negative arguments when calling hook functions.
17089
17090 2004-04-14 Jesper Harder <harder@ifa.au.dk>
17091
17092 * info.el (info-apropos): Don't clobber Info-history-list.
17093
17094 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
17095
17096 * progmodes/compile.el (compilation-setup):
17097 Localize overlay-arrow-position.
17098 (compilation-sentinel): Restructure code equivalently.
17099 (compilation-next-error): Find message on same line after point if
17100 not found before point.
17101 (compile-mouse-goto-error): Restore function so that compilation
17102 buffer need not be current and use compile-goto-error.
17103 (compile-goto-error): Restore function.
17104 (next-error): Set overlay-arrow-position.
17105 (compilation-forget-errors): Don't localize already local
17106 compilation-locs and remove FIXME about refontifying.
17107
17108 2004-04-14 Kim F. Storm <storm@cua.dk>
17109
17110 * startup.el (emacs-quick-startup): New defvar (set by -Q).
17111 (command-line): New option -Q. Like -q --no-site-file, but
17112 in addition it also disables menu-bar, tool-bar, scroll-bars,
17113 tool-tips, and the blinking cursor.
17114 (command-line-1): Skip startup screen if -Q.
17115 (fancy-splash-head): Use ":align-to center" prop to center splash image.
17116
17117 * emulation/cua-base.el (cua-read-only-cursor-color)
17118 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17119
17120 2004-04-13 Dave Love <fx@gnu.org>
17121
17122 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
17123 (syntax): Don't require.
17124 (python) <defgroup>: Add :version.
17125 (python-quote-syntax): Re-written.
17126 (inferior-python-mode): Move stuff here from run-python and add
17127 some more.
17128 (python-preoutput-continuation, python-preoutput-result)
17129 (python-dotty-syntax-table): New.
17130 (python-describe-symbol): Use them.
17131 (run-python): Move stuff to inferior-python-mode. Modify code
17132 loaded into Python.
17133 (python-send-region): Use python-proc, python-send-string.
17134 (python-send-string): Send newlines too. Callers changed.
17135 (python-load-file): Re-written.
17136 (python-eldoc-function): New.
17137 (info-look): Don't require.
17138 (python-after-info-look): New. A modified version of former
17139 top-level code for use with eval-after-load.
17140 (python-maybe-jython, python-guess-indent): Use widened buffer.
17141 (python-fill-paragraph): Re-written.
17142 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
17143 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
17144
17145 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
17146
17147 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17148 Set compilation-error-regexp-alist earlier.
17149
17150 * progmodes/compile.el (compilation-minor-mode-map)
17151 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17152 (compile-goto-error): Re-merge the mouse and non-mouse commands.
17153
17154 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17155
17156 * progmodes/compile.el (compile-goto-error): Select the buffer/window
17157 corresponding to the event.
17158
17159 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
17160
17161 * loadup.el: Add cygwin to system-type list, for unexec() support.
17162
17163 2004-04-12 John Paul Wallington <jpw@gnu.org>
17164
17165 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17166 (ibuffer-restore-window-config-on-quit): New variable to replace
17167 `ibuffer-delete-window-on-quit'. Update all references.
17168 (ibuffer-prev-window-config): New variable.
17169 (ibuffer-quit): Restore previous window configuration instead of
17170 deleting window.
17171 (ibuffer): Save window configuration before showing Ibuffer buffer.
17172
17173 * help.el (describe-mode): Doc fix.
17174
17175 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17176
17177 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17178 not to treat nil as a function.
17179
17180 * vc-arch.el (vc-arch-root): Be a bit more careful.
17181 (vc-arch-register): Save the buffer if we modified it.
17182 (vc-arch-delete-rej-if-obsolete): Save excursion.
17183 (vc-arch-find-file-hook): Use the simpler after-save-hook.
17184 (vc-arch-responsible-p, vc-arch-init-version): New functions.
17185
17186 * net/ldap.el (ldap-search): Use list*.
17187
17188 2004-04-12 Juri Linkov <juri@jurta.org>
17189
17190 * info.el (Info-follow-reference): Allow multiline reference name.
17191
17192 2004-04-11 Dave Love <fx@gnu.org>
17193
17194 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17195
17196 * progmodes/python.el: New file.
17197
17198 2004-04-11 Andre Spiegel <spiegel@gnu.org>
17199
17200 * vc-hooks.el (vc-arg-list): Function removed.
17201 (vc-default-workfile-unchanged-p): Use condition-case to check for
17202 backward compatibility.
17203
17204 * vc.el (vc-print-log): Use condition-case to check for backward
17205 compatibility.
17206
17207 2004-04-11 Juri Linkov <juri@jurta.org>
17208
17209 * dired.el (dired-faces): New defgroup.
17210 (dired-header, dired-mark, dired-marked, dired-flagged)
17211 (dired-warning, dired-directory, dired-symlink, dired-ignored):
17212 New faces.
17213 (dired-header-face, dired-mark-face, dired-marked-face)
17214 (dired-flagged-face, dired-warning-face, dired-directory-face)
17215 (dired-symlink-face, dired-ignored-face): New face variables.
17216 (dired-font-lock-keywords): Use them instead of font-lock faces.
17217 Split the rule for dired marks into 3 separate rules: for marks,
17218 marked file names and flagged file names.
17219
17220 * help-mode.el (help-make-xrefs): Add a final newline to the
17221 *Help* buffer.
17222
17223 2004-04-11 John Paul Wallington <jpw@gnu.org>
17224
17225 * replace.el (occur-engine): Distinguish between one and several
17226 matches in the matches per buffer heading.
17227
17228 2004-04-11 Kim F. Storm <storm@cua.dk>
17229
17230 * ido.el (ido-confirm-unique-completion): New defcustom.
17231 (ido-complete): Use it.
17232 (ido-write-file): Set it to t unconditionally.
17233
17234 2004-04-10 Miles Bader <miles@gnu.org>
17235
17236 RCS keyword removal (only non-comment changes are enumerated here):
17237
17238 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17239 (byte-compile-insert-header): Don't use `byte-compile-version'.
17240 * forms.el (forms-version): Variable removed.
17241 (forms-mode): Don't use `forms-version'.
17242 * recentf.el (recentf-version): Variable removed.
17243 * progmodes/delphi.el (delphi-version): Variable removed.
17244 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17245
17246 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17249
17250 2004-04-09 Jesper Harder <harder@ifa.au.dk>
17251
17252 * info.el (info-apropos): Improve menu item regexp.
17253
17254 2004-04-09 Simon Josefsson <jas@extundo.com>
17255
17256 * mail/smtpmail.el: Add comment, based on report by
17257 kdc@rcn.com (Kevin D. Clark).
17258
17259 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17260
17261 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17262 Redo one more thing that I didn't notice Daniel had undone.
17263
17264 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
17265
17266 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
17267 (gdb-goto-breakpoint, gdb-display-buffer)
17268 (gdb-display-source-buffer, gdb-view-source-function)
17269 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
17270 (gdb-source-info, gdb-frame-handler): Don't specify a window
17271 for display.
17272 (gdb-info-breakpoints-custom): Remove superfluous update of
17273 assembler buffer.
17274 (gdb-many-windows): Make settable outside gdb.
17275
17276 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
17277
17278 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17279 Derive from fundamental-mode rather than text-mode.
17280
17281 2004-04-08 Juri Linkov <juri@jurta.org>
17282
17283 * info.el (Info-history): Doc fix.
17284 (Info-history-list): New var.
17285 (info-xref): Change magenta4 to blue, remove bold for dark and
17286 light backgrounds, change bold to underline for non-color classes.
17287 (info-xref-visited): New face.
17288 (Info-fontify-visited-nodes): New custom.
17289 (Info-hide-note-references): Add new value `hide'. Doc fix.
17290 (Info-reference-name): New var.
17291 (Info-selection-hook): New custom.
17292 (Info-edit-mode-hook): New var.
17293 (Info-find-file): New fun.
17294 (Info-find-node): Move part of code to Info-find-file.
17295 (Info-find-node-2): Add anchors to Info-history-list. Move point
17296 to the place with the reference name if name is defined.
17297 (Info-select-node): Add current node to Info-history-list.
17298 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17299 (Info-search-whitespace-regexp): New custom.
17300 (Info-search-case-fold): New var.
17301 (Info-search): Add "case-sensitively" to the prompt.
17302 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
17303 (Info-search-case-sensitively, Info-search-next): New fun.
17304 (Info-up): Move point to the menu item of the current node.
17305 (Info-history): New fun. Add *info-history* to
17306 same-window-buffer-names.
17307 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
17308 (Info-insert-toc): New fun.
17309 (Info-build-toc): New fun.
17310 (Info-follow-reference): Add new arg `fork'. Doc fix.
17311 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
17312 with the same name prefer the reference closest to point.
17313 (Info-next-reference): Replace * by + in the *Note regexp.
17314 Add regexp for http:// and ftp://. Skip the *Note prefix.
17315 (Info-prev-reference): Replace * by + in the *Note regexp.
17316 Add regexp for http:// and ftp://. Skip the *Note prefix.
17317 (Info-follow-nearest-node): Add new arg `fork'.
17318 (Info-try-follow-nearest-node): Add new arg `fork'.
17319 Call browse-url for http:// and ftp:// references.
17320 Set Info-reference-name for index entries.
17321 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
17322 Info-search-next, Info-history, Info-toc, clone-buffer.
17323 (Info-menu-update): Replace * by + in the *Note regexp.
17324 (Info-mode): Add documentation for Info-history, Info-toc,
17325 Info-search-case-sensitively, Info-search-next, clone-buffer.
17326 (Info-fontify-menu-headers): Remove fun. Move code to
17327 Info-fontify-node.
17328 (Info-fontify-node): Add docstring. Add local vars
17329 fontify-visited-p and not-fontified-p. If not-fontified-p is t
17330 then fontify header line, titles, menu headers, http and ftp
17331 references, refill paragraphs. If not-fontified-p is t or
17332 fontify-visited-p is t then fontify cross references, menu items.
17333 Fontify menu headers. Fontify http and ftp references.
17334 Change regexp for cross references to require whitespace after *Note,
17335 add matching groups for file and node names. Remove hack for quote.
17336 Use display property for Info-hide-note-references=t. Use fifth
17337 or fourth match for help-echo. Display visited nodes in a
17338 different face. Unhide file names of external references.
17339 Unhide newlines. Display visited menu items in a different face.
17340
17341 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
17342
17343 * progmodes/compile.el: Require CL.
17344 (compilation-mode-font-lock-keywords): Re-install the "line as
17345 function" patch.
17346
17347 * help-fns.el (help-C-source-directory): New var.
17348 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17349 (describe-function-1, describe-variable): Use them.
17350
17351 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17352 to C source files specially.
17353
17354 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
17355
17356 * info.el (Info-hide-cookies-node): New function.
17357 (Info-select-node): Use it.
17358 (Info-display-images-node): Remove message with image file name.
17359
17360 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
17361
17362 * progmodes/compile.el (compilation-warning-face)
17363 (compilation-info-face, compilation-skip-threshold)
17364 (compilation-skip-visited, compilation-context-lines):
17365 Declare :version when added to Emacs.
17366 (compilation-error-regexp-alist-alist): Extend caml and irix.
17367 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17368 (compilation-mode-font-lock-keywords): Temporarily undo line as
17369 function patch, which wasn't ready.
17370
17371 2004-04-07 Kenichi Handa <handa@m17n.org>
17372
17373 * international/latin1-disp.el (latin1-display-setup): Check each
17374 character is displayable or not instead of calling
17375 latin1-display-check-font.
17376
17377 2004-04-06 Kenichi Handa <handa@m17n.org>
17378
17379 * language/ethio-util.el (ethio-sera-being-called-by-w3):
17380 New variable.
17381 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17382 instead of sera-being-called-by-w3.
17383 (ethio-fidel-to-sera-buffer): Likewise.
17384 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17385 instead of sera-being-called-by-w3.
17386 (ethio-write-file): Likewise.
17387
17388 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17389
17390 * printing.el: Doc fix.
17391
17392 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
17393
17394 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17395 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17396 (gdb-setup-windows): Only use separate IO buffer if required.
17397
17398 2004-04-06 Kim F. Storm <storm@cua.dk>
17399
17400 * term.el (term-is-xemacs): Remove.
17401 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17402 (term-window-width): New function.
17403 (term-mode, term-check-size): Use it.
17404 (term-mode): Disable overflow-newline-into-fringe in term buffer.
17405
17406 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
17407
17408 * cus-edit.el (custom-add-parent-links): Change unbound variable
17409 `symbol' to `name'.
17410
17411 2004-04-05 Jesper Harder <harder@ifa.au.dk>
17412 * info.el (info-apropos): New function.
17413 (Info-mode-menu): Add it.
17414 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17415
17416 * help-mode.el (help-make-xrefs): Recognize aliased variable with
17417 inherited docstring.
17418
17419 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17420
17421 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17422
17423 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17424
17425 * progmodes/compile.el (font-lock): Don't require any more.
17426 (compilation-error-properties, compilation-start, compilation-sentinel)
17427 (compilation-filter, next-error): Use with-current-buffer.
17428 (compilation-skip-to-next-location, compilation-skip-threshold)
17429 (compilation-skip-visited): Move to silence the byte-compiler.
17430 (compilation-setup): Simplify.
17431 (compilation-next-error): Use line-(beginning|end)-position.
17432 Make sure `pt' is non-nil before using compilation-loop.
17433 (compile-goto-error): Add optional event arg. Use it.
17434 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17435 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17436 Update the binding for mouse-2.
17437 (first-error): Set compilation-current-error to nil rather than bob.
17438 (compilation-parsing-end, compilation-parse-errors-function)
17439 (compilation-error-list, compilation-old-error-list):
17440 "New" compatibility variables.
17441 (compile-buffer-substring, compilation-compat-error-properties)
17442 (compilation-compat-parse-errors, compilation-forget-errors):
17443 New compatibility functions.
17444 (compilation-mode-font-lock-keywords): Use them.
17445
17446 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
17447
17448 * autorevert.el (auto-revert-handler): If point (or a window
17449 point) is at the end of the buffer, keep it there after
17450 reverting. This allows to tail a file.
17451 Mention this in the `Commentary'.
17452
17453 * format.el (format-write-file): Add optional argument CONFIRM
17454 and make it behave like the analogous argument to `write-file'.
17455
17456 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17457
17458 * progmodes/ebnf2ps.el: Doc fix.
17459 (ebnf-version): New version number (4.2).
17460 (ebnf-syntax): Customization and docstring fix.
17461 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17462 Put autoloaded funs before first use.
17463 (ebnf-style-database): Add dtd entry.
17464 (ebnf-syntax-alist): Add dtd initialization.
17465 (ebnf-token-sequence): New fun.
17466 (ebnf-comment-table): Add new comment action character.
17467 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17468
17469 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17470 Type Definition for XML).
17471
17472 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17473 * progmodes/ebnf-bnf.el (ebnf-sequence):
17474 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17475 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17476 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17477 Code simplification: call ebnf-token-sequence.
17478
17479 2004-04-04 Eli Zaretskii <eliz@gnu.org>
17480
17481 * calendar/timeclock.el (timeclock-relative)
17482 (timeclock-get-project-function, timeclock-get-workday-function)
17483 (timeclock-query-out, timeclock-when-to-leave)
17484 (timeclock-when-to-leave-string, timeclock-log-data)
17485 (timeclock-generate-report, timeclock-in): Doc fixes.
17486
17487 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17488
17489 * url/: New dir. Import the URL package from its repository.
17490
17491 2004-04-03 Andreas Schwab <schwab@suse.de>
17492
17493 * diff-mode.el (diff-mode): Fix missing quote.
17494
17495 2004-04-03 Juri Linkov <juri@jurta.org>
17496
17497 * descr-text.el (describe-property-list): Add `font-lock-face'.
17498
17499 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17500
17501 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17502
17503 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17504 Use utf-16le on little endian machines and utf-16be otherwise.
17505
17506 2004-04-02 David Kastrup <dak@gnu.org>
17507
17508 * net/browse-url.el (browse-url-generic): Use call-process
17509 instead of start-process to allow browsers that fork and detach.
17510
17511 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17512
17513 * compile.el (compilation-current-error): New var.
17514 (compilation-setup, compile-mouse-goto-error)
17515 (compile-goto-error, next-error): Use it.
17516 (compilation-skip-to-next-location): Default to t, which gives
17517 contiguous skipping like old compile (where this was redundant).
17518 (compilation-next-error): Prevent previous-* commands from moving
17519 back to message at or just before point.
17520
17521 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17522
17523 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17524 (gdb-source-info): Don't display source at startup, if required.
17525 (gdb-show-main): New option.
17526 (gdba): Update documentation.
17527 (gdb-source): Cover case of auto-display output.
17528
17529 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17530
17531 * autorevert.el: Delete obsolete autoload's and defvar's.
17532 (auto-revert-check-vc-info): New user option.
17533 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17534 (auto-revert-handler-vc): Delete.
17535 (auto-revert-handler): Treat return value `fast' of
17536 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17537
17538 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17539 return `fast'.
17540
17541 * files.el (buffer-stale-function): Doc change.
17542
17543 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17544
17545 * printing.el: New tip on Tips section.
17546 (pr-version): New version number (6.7.4).
17547 (pr-shell-file-name): Initialization fix.
17548
17549 2004-03-31 Juri Linkov <juri@jurta.org>
17550
17551 * dired.el: Add autoload for `dired-do-touch'.
17552 (dired-touch-program): New var.
17553 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17554 (dired-no-confirm): Add `touch' to docstring.
17555
17556 * dired-aux.el (dired-do-touch): New fun.
17557 (dired-do-chxxx): Add argument -t for touch operation.
17558
17559 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17560 `dired-move-to-filename-regexp'.
17561
17562 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17563
17564 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17565
17566 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17567
17568 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17569 and only if the buffer was modified.
17570
17571 2004-03-30 Kenichi Handa <handa@m17n.org>
17572
17573 * international/characters.el: Delete pairs for U+2308..U+230B.
17574
17575 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17576
17577 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17578 to detect the beginning of a level 2 or 3 annotation.
17579
17580 2004-03-29 Kenichi Handa <handa@m17n.org>
17581
17582 * international/ucs-tables.el (ucs-insert): Fix the error message.
17583
17584 2004-03-29 Kenichi Handa <handa@m17n.org>
17585
17586 * international/mule-util.el (char-displayable-p): Fix generation
17587 of XLFD file name.
17588
17589 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17590 before finding directories by `find'.
17591
17592 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17593
17594 * subr.el (interactive-form): Delete. Now implemented in C.
17595
17596 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17597
17598 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17599 (vc-diff-label): New fun.
17600 (vc-diff-internal): Use it.
17601
17602 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17603
17604 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17605
17606 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17607
17608 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17609 specify XML (EBNFX).
17610
17611 * progmodes/ebnf2ps.el: Doc fix.
17612 (ebnf-version): New version number (4.1).
17613 (ebnf-syntax): Adjust customization.
17614 (ebnf-style-database): Add ebnfx entry.
17615 (ebnf-syntax-alist): Add ebnfx initialization.
17616 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17617
17618 * printing.el: Doc fix.
17619 (pr-version): New version number (6.7.3).
17620 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17621 returns nil for mouse position. Reported by Drew Adams
17622 <drew.adams@oracle.com>.
17623 (pr-update-menus): Modify interactive declaration. Reported by Drew
17624 Adams <drew.adams@oracle.com>.
17625
17626 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17627
17628 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17629 (gud-gdba-marker-filter): Log the process input and output, if
17630 required. From Stefan Monnier.
17631 (gdb-debug-log, gdb-enable-debug-log): New variables.
17632 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17633
17634 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17635
17636 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17637 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17638
17639 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17640
17641 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17642 Call vc-find-file-hook here instead of in auto-revert-buffers.
17643 (auto-revert-buffers): Delete call to vc-find-file-hook.
17644 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17645 (global-auto-revert-mode, auto-revert-set-timer)
17646 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17647
17648 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17649
17650 * woman.el (woman-change-fonts): Rename local variable
17651 woman-font-alist to font-alist to avoid a compiler warning.
17652
17653 2004-03-27 Dave Love <fx@gnu.org>
17654
17655 * emacs-lisp/rx.el (rx): Doc fix.
17656 Fix copyright years.
17657
17658 * strokes.el (strokes-global-set-stroke-string): New function.
17659 (strokes-list-strokes): Cope with strings, not just commands.
17660 Set foreground colour of image.
17661 (strokes-global-set-stroke): Doc fix.
17662
17663 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17664
17665 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17666 Auto Revert mode.
17667 (Buffer-menu-files-only): New variable.
17668 (Buffer-menu-toggle-files-only): New function.
17669 (Buffer-menu-mode-map): Bind it to `T'.
17670 (Buffer-menu-mode): Mention `T' in docstring.
17671 Set buffer-stale-function.
17672 (list-buffers-noselect): Mark buffer non-modified and set
17673 Buffer-menu-files-only.
17674
17675 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17676
17677 * autorevert.el (auto-revert-handler): Print revert message
17678 before, rather than after, reverting.
17679 (buffer-stale-function): Move to files.el.
17680
17681 * files.el (buffer-stale-function): Move here from autorevert.el.
17682
17683 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17684
17685 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17686
17687 * calc/calc.el (calc-mode-map): Use mapc.
17688
17689 * apropos.el (apropos-mode): Don't autoload.
17690 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17691 (apropos): Use it.
17692 (apropos-print): Add optional `text' argument.
17693 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17694 Don't assume point-min == 1.
17695
17696 * bs.el (bs-buffer-list): Use buffer-local-value.
17697 (bs--set-toggle-to-show): Use with-current-buffer.
17698
17699 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17700 New funs.
17701 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17702
17703 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17704
17705 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17706 (dabbrev--find-expansion): Use pop.
17707 (dabbrev--search): Use match-string-no-properties.
17708
17709 * dired.el (dired-mode): Use run-mode-hooks.
17710 (dired-move-to-end-of-filename): Use match-string.
17711
17712 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17713 is bound before using it.
17714 (ediff-verbose-p): Make it into a var since it's not constant.
17715
17716 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17717
17718 * faces.el (read-face-font): Don't cons up unnecessarily.
17719 (header-line, tool-bar): Share common parts.
17720
17721 * files.el (file-relative-name): Use compare-strings.
17722
17723 * finder.el (finder-mode): Follow coding convention.
17724
17725 * subr.el (read-number): New function.
17726
17727 * ses.el (ses-read-number): Move to subr.el.
17728 (ses-set-header-row): Use read-number.
17729
17730 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17731
17732 * vc-hooks.el (vc-arg-list): New function, which handles both
17733 compiled and uncompiled code.
17734 (vc-default-workfile-unchanged-p): Use it.
17735
17736 * vc.el (vc-print-log): Undo prev change, use new function
17737 vc-arg-list from vc-hooks.el.
17738
17739 2004-03-26 Masatake YAMATO <jet@gyve.org>
17740
17741 * simple.el (completion-setup-function): Emphasize the
17742 first uncommon characters in the completions; and de-emphasize
17743 the common prefix substrings.
17744 (completion-emphasis): New face.
17745 (completion-de-emphasis): New face.
17746
17747 2004-03-25 Juanma Barranquero <lektu@terra.es>
17748
17749 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17750 Comment out (it's unused and unfinished code).
17751
17752 2004-03-25 Sam Steingold <sds@gnu.org>
17753
17754 * vc.el (vc-print-log): Fix a bug in the last patch:
17755 backend-function may be a byte-compiled object, not a lambda.
17756
17757 2004-03-25 Juri Linkov <juri@jurta.org>
17758
17759 * descr-text.el (describe-property-list): Add a button
17760 for `face' property that calls `describe-face'.
17761 Suggested by luis fernandes <elf@ee.ryerson.ca>
17762
17763 * international/mule.el (keyboard-coding-system):
17764 * kmacro.el (kmacro-call-macro): Fix docstring.
17765
17766 * dired.el: Fix comments.
17767
17768 * textmodes/fill.el (fill): Fix Info link.
17769
17770 * font-lock.el (fast-lock, lazy-lock):
17771 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17772 Info node.
17773
17774 * eshell/eshell.el (eshell): Fix broken info-link.
17775
17776 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17777 * eshell/em-banner.el (eshell-banner):
17778 * eshell/em-smart.el (eshell-smart):
17779 * eshell/esh-cmd.el (eshell-cmd):
17780 Comment out broken info-links to incomplete Info manual.
17781
17782 * info-xref.el: Fix commentary.
17783
17784 2004-03-25 Kevin Ryde <user42@zip.com.au>
17785
17786 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17787 Remove spurious node duplicate suppression, doesn't work, not wanted.
17788 (info-xref-output): Take format style args, add "sit-for 0" to let
17789 user see the results as they progress.
17790 (info-xref-check-all-custom): New function.
17791
17792 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17793
17794 * gdb-ui.el: Moved to progmodes.
17795
17796 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17797
17798 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17799
17800 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17801
17802 * calendar/appt.el (appt-check): Remove superfluous progn.
17803 When finished with diary buffer: if it was not being displayed
17804 before, kill it; otherwise restore its original state.
17805 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17806
17807 * calendar/calendar.el (calendar-set-mode-line): Use total
17808 available mode-line width, rather than frame-width.
17809
17810 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17811 after mode change so effect not lost.
17812
17813 2004-03-23 Dave Love <fx@gnu.org>
17814
17815 * dired.el (dired) <defgroup>: Add link to manual.
17816 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17817 (dired-revert): Use dolist.
17818 (dired-mode-map): Add U binding.
17819 (dired-mode): Add font-lock-beginning-of-syntax-function.
17820 (dired-garbage-files-regexp): Make it a defcustom.
17821
17822 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17823
17824 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17825 is equivalent to nil.
17826 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17827 (vc-arch-mode-line-string): Accept `added' state.
17828 (vc-arch-state): Use inode-sigs if available.
17829 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17830 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17831 (vc-arch-tagline-re): New var.
17832 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17833 New functions.
17834 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17835 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17836
17837 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17838 (vc-file-not-found-hook): Use it.
17839
17840 * diff-mode.el (diff-default-read-only): Change default.
17841 (diff-mode-hook): Make it a defcustom. Add some options.
17842 (diff-mode-map): Bind diff-refine-hook.
17843 (diff-yank-handler): New var.
17844 (diff-yank-function): New fun.
17845 (diff-font-lock-keywords): Use them.
17846 (diff-end-of-file): Handle case where file-header looks like diff text.
17847 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17848 (diff-file-kill): Delete a subsequent empty line, if applicable.
17849 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17850 (diff-find-file-name): Use it.
17851 (diff-tell-file-name): New command.
17852 (diff-mode): Be careful with view-mode.
17853 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17854 New functions, for use in diff-mode-hook.
17855 (diff-find-source-location): Catch "regex too large" errors.
17856 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17857 (diff-refine-hunk): New command.
17858
17859 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17860 (smerge-context-menu-map): Remove unused var.
17861 (smerge-keep-all): Preserve markers.
17862 (smerge-keep-n): New fun.
17863 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17864 (smerge-keep-current, smerge-ediff): Use it.
17865 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17866 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17867 (smerge-resolve): Resolve trivial 3-part conflicts.
17868
17869 2004-03-23 Juri Linkov <juri@jurta.org>
17870
17871 * man.el (Man-width): New var.
17872 (Man-getpage-in-background): Use it.
17873 (Man-support-local-filenames): New var and fun.
17874 (Man-build-man-command): Don't add a second %s.
17875 (Man-fontify-manpage): Clean up message.
17876 (Man-mode): Set outline-regexp, outline-level,
17877 imenu-generic-expression.
17878
17879 * woman.el (woman-fill-frame): Doc fix.
17880 (woman-decode-region): Use window-width instead of frame-width.
17881
17882 * abbrevlist.el (list-one-abbrev-table):
17883 * descr-text.el (describe-char):
17884 * international/mule-diag.el (describe-current-coding-system):
17885 * international/quail.el (quail-insert-decode-map):
17886 Use window-width instead of frame-width.
17887
17888 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17889 (jka-compr-mode-alist-additions): Add tbz.
17890 (jka-compr-write-region, jka-compr-insert-file-contents):
17891 Add message for undefined compress-program.
17892 (jka-compr-write-region): Remove redundant var bindings.
17893
17894 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17895 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17896 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17897 (dired-man): Use dired-guess-shell-command.
17898 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17899 Change default nil to t.
17900
17901 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17902 (dired-compare-directories): Add default value for empty input.
17903
17904 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17905
17906 * time.el (display-time-string-forms): Fix help-echo date format.
17907
17908 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17909
17910 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17911 (buffer-stale-function): New variable.
17912 (auto-revert-list-diff, auto-revert-dired-file-list)
17913 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17914 (auto-revert-handler): Take over some functionality of deleted
17915 functions.
17916 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17917
17918 * dired.el (dired-directory-changed-p): New fun, extracted from
17919 dired-internal-noselect.
17920 (dired-buffer-stale-p): New fun.
17921 (dired-internal-noselect): Use dired-directory-changed-p.
17922 Eliminate revert messages.
17923 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17924
17925 2004-03-23 Kenichi Handa <handa@m17n.org>
17926
17927 * international/characters.el: Setup syntaxes for more parentheses
17928 Unicode characters.
17929
17930 * international/mule-cmds.el (select-safe-coding-system):
17931 Merge coding-system and auto-cs before comparing them.
17932
17933 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17934
17935 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17936
17937 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17938 normal-auto-fill-function and comment-indent-function.
17939 The default values now work just as well.
17940 Don't set font-lock-beginning-of-syntax-function since we already set
17941 syntax-begin-function.
17942 (lisp-outline-level): Put ;;;###autoload at same level as (.
17943 (prin1-char): Quote special chars.
17944
17945 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17946 than with-no-warnings.
17947
17948 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17949 if the source location can't be found.
17950 (edebug-compute-previous-result): Use prin1-char.
17951
17952 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17953 (debug-ignored-errors): Add an entry.
17954
17955 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17956 (byte-compile-file): Output warning when deleting a file.
17957
17958 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17959 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17960
17961 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17962 (byte-compile-inline-expand): Use backquote.
17963 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17964 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17965
17966 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17967
17968 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17969
17970 2004-03-22 Juri Linkov <juri@jurta.org>
17971
17972 * finder.el (finder-known-keywords): Fix data, tex, unix.
17973
17974 * play/landmark.el: Fix keywords.
17975
17976 * language/ethio-util.el (ethio-find-file): Doc fix.
17977
17978 * emacs-lisp/warnings.el: Doc fix.
17979
17980 * textmodes/ispell.el (ispell-help): Doc fix.
17981
17982 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17983
17984 * format.el (format-insert-file): Always return a list of two
17985 elements, like insert-file-contents does.
17986
17987 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17988
17989 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17990 and vc-BACKEND-diff.
17991 (vc-print-log): If the print-log implementation supports it, use
17992 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17993 (vc-version-diff, vc-diff-internal): Doc fixes.
17994
17995 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17996 implementation supports it, let diff output go to *vc*,
17997 not *vc-diff*, since this is an internal call.
17998
17999 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18000
18001 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18002
18003 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18004
18005 2004-03-21 Dave Love <fx@gnu.org>
18006
18007 * progmodes/cfengine.el (cfengine-mode):
18008 Set parse-sexp-ignore-comments.
18009
18010 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18011
18012 2004-03-21 Juanma Barranquero <lektu@terra.es>
18013
18014 * allout.el (allout-mode): Fix docstring.
18015
18016 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
18017
18018 * files.el (insert-directory): Fix bug if SWITCHES is a list.
18019
18020 * autorevert.el (auto-revert-interval): Make new value take
18021 effect immediately when set through Custom.
18022 (auto-revert-set-timer): Add interactive declaration.
18023
18024 2004-03-19 David Ponce <david@dponce.com>
18025
18026 * ruler-mode.el (ruler-mode-header-line-format-old):
18027 Don't `make-variable-buffer-local'.
18028 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18029 (ruler-mode-header-line-format): Simply funcall the above.
18030 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18031 to save/restore a previous header line format.
18032 (ruler-mode-space): Don't depend on a numeric WIDTH value.
18033 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18034 fringes and margins width.
18035 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18036
18037 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18038
18039 * log-edit.el (log-edit-font-lock-keywords): Typo.
18040
18041 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18042 (tex-send-tex-command): Rather than here.
18043 (tex-compilation-parse-errors): Simplify.
18044
18045 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18046
18047 * time.el (display-time-string-forms): Add help-echo with date on time.
18048
18049 * composite.el (compose-region): Use restore-buffer-modified-p.
18050
18051 * disp-table.el (standard-display-8bit): Simplify.
18052
18053 * server.el (server-process-filter): Delete temp frame.
18054
18055 * add-log.el (add-change-log-entry): Simplify.
18056
18057 2004-03-19 Kim F. Storm <storm@cua.dk>
18058
18059 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18060 (hexl-follow-line): Don't require 'fringe.
18061
18062 * progmodes/compile.el (compilation-start): Always set
18063 compilation-last-buffer and return it.
18064
18065 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
18066
18067 * simple.el (clone-buffer): Doc fix.
18068
18069 2004-03-18 Juanma Barranquero <lektu@terra.es>
18070
18071 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18072
18073 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18074
18075 * log-edit.el (log-edit-font-lock-keywords): New var.
18076 (log-edit-mode): Use it.
18077
18078 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
18079
18080 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18081 properly for watching in speedbar.
18082
18083 2004-03-17 Masatake YAMATO <jet@gyve.org>
18084
18085 * smerge-mode.el (smerge-popup-context-menu):
18086 Put `unwind-protect' around `overlay-put' and `popup-menu'.
18087
18088 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18089
18090 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18091 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18092 Take sealed revisions into account.
18093 (vc-arch-checkin): Extract a summary line from the message.
18094
18095 2004-03-16 Masatake YAMATO <jet@gyve.org>
18096
18097 * register.el (register): Provide `register' feature.
18098
18099 2004-03-15 Masatake YAMATO <jet@gyve.org>
18100
18101 Added context menu support in smerge mode.
18102 Most of the part is written by Stefan Monnier.
18103
18104 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18105 New keymap and menu.
18106 (smerge-text-properties): New function.
18107 (smerge-remove-props): New function.
18108 (smerge-popup-context-menu): New function.
18109 (smerge-resolve): Call `smerge-remove-props'.
18110 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18111 (smerge-keep-current): Ditto.
18112 (smerge-kill-current): New function.
18113 (smerge-match-conflict): Put text properties.
18114 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18115
18116 2004-03-15 David Ponce <david@dponce.com>
18117
18118 * ruler-mode.el (ruler-mode-left-fringe-cols)
18119 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18120 (ruler-mode-right-scroll-bar-cols): Remove.
18121 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18122 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18123 Use fringe-columns and scroll-bar-columns.
18124
18125 2004-03-15 Masatake YAMATO <jet@gyve.org>
18126
18127 * hl-line.el (hl-line-range-function): New variable.
18128 (hl-line-move): New function.
18129 (global-hl-line-highlight): Use `hl-line-move'.
18130 (hl-line-highlight): Ditto.
18131
18132 * scroll-bar.el (scroll-bar-columns):
18133 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18134
18135 * ruler-mode.el (top-level): Require scroll-bar and fringe.
18136 (ruler-mode-left-fringe-cols)
18137 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18138 (ruler-mode-right-scroll-bar-cols)
18139 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18140 (ruler-mode-ruler-function): New variable.
18141 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18142 if the value for `ruler-mode-ruler-function'is given.
18143
18144 * hexl.el (hexl-mode-hook): Make the hook customizable.
18145 (hexl-address-area, hexl-ascii-area): New customize variables.
18146 (hexlify-buffer): Put font-lock-faces on the address area and
18147 the ascii area.
18148 (hexl-activate-ruler): New function.
18149 (hexl-follow-line): New function.
18150 (hexl-highlight-line-range): New function.
18151 (hexl-mode-ruler): New function.
18152
18153 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18154
18155 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
18156 (vc-default-find-file-hook): New fun.
18157 (vc-find-file-hook): Call new find-file-hook operation.
18158
18159 * vc-arch.el: New file.
18160
18161 2004-03-12 Jesper Harder <harder@ifa.au.dk>
18162
18163 * info-look.el (info-lookup): Reuse an existing Info window.
18164
18165 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18166
18167 * woman.el (woman-preserve-ascii): Default value changed to t and
18168 doc string revised.
18169
18170 2004-03-12 Richard M. Stallman <rms@gnu.org>
18171
18172 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18173 Fix minor bug.
18174
18175 * replace.el (occur-engine): Change message for count of matches.
18176
18177 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18178 For strings, do compare text properties.
18179
18180 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
18181
18182 * progmodes/compile.el (compile-auto-highlight)
18183 (compilation-error-list, compilation-old-error-list)
18184 (compilation-parse-errors-function, compilation-parsing-end)
18185 (compilation-error-message, compilation-directory-stack)
18186 (compilation-enter-directory-regexp-alist)
18187 (compilation-leave-directory-regexp-alist)
18188 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18189 (compilation-current-file, compilation-regexps): Remove vars.
18190
18191 (compile-error-at-point, compilation-error-filedata)
18192 (compilation-error-filedata-file-name, compile-reinitialize-errors)
18193 (compilation-next-error-locus, compilation-forget-errors)
18194 (count-regexp-groupings, compilation-parse-errors)
18195 (compile-collect-regexps, compile-buffer-substring): Remove funs.
18196
18197 (compile-internal): Make obsolete.
18198
18199 (compilation-first-column, compilation-error)
18200 (compilation-directory-matcher, compilation-page-delimiter)
18201 (compilation-mode-font-lock-keywords, compilation-debug)
18202 (compilation-error-face, compilation-warning-face)
18203 (compilation-info-face, compilation-line-face)
18204 (compilation-column-face, compilation-enter-directory-face)
18205 (compilation-leave-directory-face, compilation-skip-threshold)
18206 (compilation-skip-visited, compilation-context-lines): New vars.
18207
18208 (compilation-warning-face, compilation-info-face)
18209 (compilation-message-face): New faces.
18210
18211 (compilation-error-regexp-alist-alist): New constant.
18212
18213 (compilation-face, compilation-directory-properties)
18214 (compilation-assq, compilation-error-properties, compilation-start)
18215 (define-compilation-mode, compilation-loop)
18216 (compilation-set-window): New functions.
18217
18218 (compile): Additional argument for interactive compiles like TeX.
18219
18220 * progmodes/grep.el (kill-grep): Move here from compile.el
18221 (grep-error, grep-hit-face, grep-error-face)
18222 (grep-mode-font-lock-keywords): New variables.
18223 (grep-regexp-alist): Simplify regexp and add `binary' case.
18224 (grep-mode): New mode.
18225 (grep-process-setup): Simplify.
18226
18227 2004-03-11 Jason Rumney <jasonr@gnu.org>
18228
18229 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18230 letters on DOS/Windows.
18231
18232 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * server.el (server-name): New var.
18235 (server-socket-dir): New var to replace server-socket-name.
18236 (server-start): Use them.
18237
18238 2004-03-11 Simon Josefsson <jas@extundo.com>
18239
18240 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18241 died to avoid infloop. Reported by Jonathan Glauner
18242 <jglauner@sbum.org>.
18243
18244 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18245
18246 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18247 (smerge-mode-menu): Use it to deactivate menu entries.
18248 (smerge-keep-current): New fun.
18249 (smerge-keep-current): Use it.
18250
18251 2004-03-10 John Paul Wallington <jpw@gnu.org>
18252
18253 * foldout.el (foldout-fold-list, foldout-modeline-string):
18254 Declare them as variables, not constants.
18255
18256 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18257
18258 * ps-print.el: Modification to print *Messages* buffer.
18259 (ps-print-version): New version 6.6.4.
18260 (ps-message-log-max): New fun.
18261 (ps-spool-without-faces, ps-spool-with-faces)
18262 (ps-count-lines-preprint): Code fix.
18263
18264 * printing.el: New tips in Tips section.
18265
18266 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18267
18268 * delim-col.el: Doc fix.
18269
18270 * printing.el: Doc fix. New doc section (Tips).
18271
18272 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18273
18274 * type-break.el (type-break-emacs-variant): Remove.
18275 (type-break-run-at-time, type-break-cancel-function-timers):
18276 Use fboundp rather than version name and number.
18277
18278 2004-03-09 Masatake YAMATO <jet@gyve.org>
18279
18280 * hexl.el (hexl-mode): Use `make-local-variable' instead of
18281 `make-variable-buffer-local'.
18282
18283 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
18284
18285 * find-dired.el (find-dired): Call `shell-command' instead of
18286 `start-process-shell-command'. By this, Tramp takes over
18287 handling of remote directories.
18288
18289 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18290
18291 * newcomment.el (comment-use-global-state): New var.
18292 (comment-search-forward): Use it.
18293
18294 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18295
18296 * cus-edit.el (fill) <defgroup>: Move to fill.el.
18297
18298 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18299 (enable-kinsoku): Make it a defcustom.
18300 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18301 paragraph to same-comment-start-marker.
18302
18303 2004-03-07 Dave Love <fx@gnu.org>
18304
18305 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
18306 (browse-url-mail): Use it.
18307
18308 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
18309 (rfc2368-unhexify-string): Use replace-regexp-in-string.
18310
18311 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18312
18313 * woman.el (woman-man.conf-path): Doc fix.
18314 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
18315
18316 2004-03-07 Eli Zaretskii <eliz@gnu.org>
18317
18318 * sort.el (sort-columns): Remove ms-dos from the list of systems
18319 where the external `sort' command is not used.
18320
18321 2004-03-07 Kim F. Storm <storm@cua.dk>
18322
18323 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
18324 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
18325 from overlay-arrow-variable-list.
18326 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
18327
18328 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
18329
18330 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18331 overlay arrow string properly for the assembler buffer.
18332
18333 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18334
18335 * mail/sendmail.el (mail-mode): Fix last change.
18336
18337 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
18338
18339 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18340 for the assembler buffer.
18341 (gdb-assembler-custom): Position the overlay arrow.
18342 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18343
18344 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
18345
18346 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18347
18348 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18349 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18350
18351 * mail/sendmail.el (mail-mode): Set comment-start-skip.
18352
18353 * newcomment.el (uncomment-region): Allow non-terminated comment.
18354 (comment-normalize-vars): Check the user-specified comstart marker.
18355
18356 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18357
18358 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18359 Otherwise, do use it if the region only contains font-lock text
18360 properties.
18361
18362 2004-03-04 Masatake YAMATO <jet@gyve.org>
18363
18364 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18365 as the callback function for eldoc.
18366 (hexl-print-current-point-info): New function.
18367 (hexl-current-address): Print the address in both decimal
18368 and hexadecimal format.
18369
18370 2004-03-04 Richard M. Stallman <rms@gnu.org>
18371
18372 * mail/rmail.el (rmail-convert-to-babyl-format):
18373 Specify t for UNIBYTE when calling mail-unquote-printable-region.
18374
18375 * mail/mail-utils.el (mail-unquote-printable-region):
18376 New arg UNIBYTE.
18377
18378 * startup.el (command-switch-alist): Doc fix.
18379
18380 * simple.el (undo): Temporarily set this-command to `undo-start',
18381 then set it to `undo' once undo-start returns without error.
18382
18383 * simple.el (minibuffer-history-sexp-flag): Doc fix.
18384
18385 * simple.el (kill-line): Don't disregard trailing whitespace
18386 in eol condition, if show-trailing-whitespace is set.
18387
18388 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18389 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18390 When disabling, restore old values only if mouse-sel-has-been-enabled.
18391
18392 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18393 (isearch-{-char): New function.
18394 (isearch-mode-map): Bind { to isearch-{-char.
18395
18396 * font-lock.el (lisp-font-lock-keywords-2):
18397 Turn off the CL with-... and do-... general patterns.
18398 Instead, recognize several specific with... and do... constructs.
18399
18400 * files.el (switch-to-buffer-other-window):
18401 Bind same-window-buffer-names and same-window-regexps to nil.
18402 (switch-to-buffer-other-frame): Likewise.
18403
18404 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18405
18406 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18407 recognizing leading comment on code line.
18408
18409 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18410
18411 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18412 hidden files/directories.
18413
18414 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18415
18416 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18417 only comment-start (in case the mode hasn't set it).
18418
18419 * Makefile.in (AUTOGENEL): New var.
18420 (bootstrap-prepare): Rename from bootstrap-clean.
18421 Don't remove elc files.
18422 (maintainer-clean): New target.
18423
18424 * xml.el (xml-get-attribute-or-nil): Simplify.
18425
18426 2004-03-02 Juri Linkov <juri@jurta.org>
18427
18428 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18429 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18430 URL to prevent their substitution with the environment variable
18431 values by browsers.
18432
18433 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18434
18435 * ps-print.el: Doc fix.
18436 (ps-print-version): New version number (6.6.3).
18437 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18438 Docstring fix.
18439 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18440 before printing.
18441 (ps-time-stamp-yyyy-mm-dd): New fun.
18442 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18443
18444 2004-03-02 Kim F. Storm <storm@cua.dk>
18445
18446 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18447
18448 2004-03-01 Juanma Barranquero <lektu@terra.es>
18449
18450 * allout.el (allout-rebullet-heading): Fix typo in docstring.
18451
18452 * desktop.el (desktop-file-version)
18453 (desktop-after-read-hook): Fix typos.
18454 (desktop-clear-preserve-buffers): Remove redundant info in
18455 docstring already shown by the obsolescence message.
18456 (desktop-truncate, desktop-internal-v2s)
18457 (desktop-value-to-string): Change argument name to match docstring.
18458
18459 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18460
18461 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18462 docstring.
18463
18464 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18465
18466 * printing.el: Replace "As Is..." in PostScript file print/preview by
18467 "No Preprocessing...". Suggested by Colin Marquardt
18468 <_marquardt_@zmd.de>.
18469 (pr-insert-section-4): Adjust buffer interface.
18470
18471 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18472
18473 Version 2.0.39 of Tramp released.
18474
18475 * net/tramp.el (tramp-handle-file-local-copy)
18476 (tramp-handle-write-region, tramp-open-connection-rsh):
18477 Variable name typo. Small change. From Patrick Tullmann
18478 <tullmann@flux.utah.edu>.
18479 (tramp-process-connection-type): New variable.
18480 (tramp-maybe-open-connection): Use it.
18481 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18482 (tramp-touch): Set last-modified time of a remote file.
18483 (tramp-handle-write-region): Say which function is used when encoding.
18484
18485 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18486
18487 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18488 case of non-existing filename, too. Reported by Christoph Bauer
18489 <c_bauer@informatik.uni-kl.de>.
18490 (tramp-smb-get-file-entries): The directory in question should
18491 have permissions "drwxrwxrwx". Just virtual, because we don't
18492 know the real permissions. Don't we know?
18493 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18494 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18495 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18496 output. If it was received chunkwise, there have been problems.
18497 Remove the "prompt not found" error message; it is obvious.
18498 Simplify algorithm.
18499 (tramp-smb-process-running): Remove. Since we acknowledge the
18500 virtual prompt for shares, there's no need for distinction of
18501 reading shares (process ends afterwards) and interactive mode of
18502 smblient.
18503 (tramp-smb-open-connection): Setting process sentinel removed.
18504 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18505 "NT_STATUS_NETWORK_ACCESS_DENIED".
18506 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18507 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18508 (top-level): Setting default value in `tramp-default-method-alist'
18509 corrected. Order of USER and HOST have been wrong.
18510 Nobody complained for months ...
18511 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18512 (tramp-smb-open-connection): Clear password cache if login has failed.
18513
18514 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18515 `tramp-unified-filenames'.
18516 (tramp-completion-mode): Make test for XEmacs explicitely.
18517 `event-to-character' can exists in Emacs packages too.
18518 Reported by Matt Swift <swift@alum.mit.edu>.
18519 (tramp-buffer-name): Buffer name must contain the user if exists.
18520 Reported by Adrian Phillips <a.phillips@met.no>.
18521 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18522 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18523 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18524 `tramp-do-copy-or-rename-file-one-local', because it handles also
18525 the case both files use the same out-of-band method.
18526 Implementation added.
18527 (tramp-handle-file-local-copy, tramp-handle-write-region):
18528 Out-of-band handling removed. `copy-file' called instead, which
18529 calls `tramp-do-copy-or-rename-file-out-of-band'.
18530 (tramp-action-password): Check for out-of-band method removed.
18531 This function is used for 'login-program.
18532 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18533 appropriate.
18534 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18535 and `tramp-parse-sknownhosts'.
18536 (tramp-completion-function-alist): It's a defvar now, because we
18537 want to apply the optimized `tramp-set-completion-function'
18538 instead of a static list.
18539 (tramp-set-completion-function): Implementation tuned.
18540 Avoid double entries, and entries where the function or the
18541 file/directory doesn't exist.
18542 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18543 for SSH2.
18544 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18545 (tramp-handle-dired-compress-file): New function.
18546 (tramp-async-proc): New variable.
18547 (tramp-handle-shell-command): Adding asynchronous processes.
18548 They are far from being perfect, but it works at least for
18549 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18550 (top-level): Require password.el if visible. Should be mandatory
18551 once No Gnus has found its way into (X)Emacs.
18552 (tramp-read-passwd): Invoke `password-read' if available,
18553 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18554 fallback any longer.
18555 (tramp-clear-passwd): New function.
18556 (tramp-process-actions, tramp-process-multi-actions):
18557 Clear password cache if login has failed.
18558
18559 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18560 its own module.
18561 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18562 `ange-ftp-ftp-name-res'. There could be incorrect values from
18563 previous calls in case the "ftp" method is used in the Tramp file
18564 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18565
18566 2004-02-28 Richard M. Stallman <rms@gnu.org>
18567
18568 * term.el (term-mouse-paste): Call mouse-set-point.
18569
18570 * thumbs.el: New file.
18571
18572 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18573
18574 * progmodes/ebnf-abn.el: Doc fix.
18575
18576 * progmodes/ebnf-bnf.el: Doc fix.
18577 (ebnf-repeat): Code fix.
18578
18579 * progmodes/ebnf2ps.el: Doc fix.
18580 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18581
18582 2004-02-28 Juri Linkov <juri@jurta.org>
18583
18584 * ffap.el (dired-at-point): Additional writability test for
18585 relative directory names.
18586 (dired-at-point-prompter): Treat directories as a directory, get
18587 the directory component from files.
18588 (ffap-string-at-point): Return string from region if region is active.
18589 (ffap-file-at-point): Remove redundant code.
18590
18591 2004-02-28 Kim F. Storm <storm@cua.dk>
18592
18593 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18594 Initialize margin area images to nil.
18595 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18596 (breakpoint-enabled-bitmap-face)
18597 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18598 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18599 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18600 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18601 (gdb-reset): Use gdb-remove-breakpoint-icons.
18602 (gdb-put-string): Add dprop arg to specify alternative display
18603 property (for setting fringe bitmap).
18604 (gdb-remove-strings): Doc fix.
18605 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18606 icon in fringe (if available), or else as icon or text in display
18607 margin. Creates necessary icons in breakpoint-bitmap,
18608 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18609 Also make left window margin if required.
18610 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18611 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18612 no longer needed.
18613 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18614 gdb-put-breakpoint-icon.
18615 (gdb-assembler-mode): Don't set left-margin-width here.
18616
18617 2004-02-27 Kevin Ryde <user42@zip.com.au>
18618
18619 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18620 comma, so that it DTRT in macros.
18621
18622 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18623
18624 * progmodes/sh-script.el (sh-shell-arg)
18625 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18626 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18627
18628 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18629
18630 * faces.el (face-spec-set-match-display): Add a new attribute,
18631 `min-colors'.
18632 (region, highlight, secondary-selection): Use `min-colors'.
18633
18634 * custom.el (defface): Add documentation for `min-colors'.
18635
18636 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18637 (font-lock-keyword-face, font-lock-function-name-face)
18638 (font-lock-variable-name-face, font-lock-constant-face):
18639 Use `min-colors'.
18640
18641 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18642
18643 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18644
18645 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18646 define assq-delete-all if it's not defined.
18647 (ebnf-generate-region): Code fix.
18648
18649 * printing.el: Doc fix.
18650 (pr-version): New version number (6.7.2).
18651 (pr-command): Return empty string if command is an empty string.
18652
18653 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18654
18655 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18656
18657 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18658 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18659 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18660 "tt" ["test"] ). Reported by Markus Dreyer
18661 <mdreyer@ix.urz.uni-heidelberg.de>.
18662 (ebnf-version): New version number (4.0).
18663 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18664 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18665 (ebnf-delete-style): New commands.
18666 (ebnf-directory, ebnf-file): New funs.
18667 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18668 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18669 (ebnf-syntax-alist): New var.
18670 (ebnf-element-width): New fun replacing ebnf-list-width.
18671 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18672 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18673 (ebnf-prologue): Adjust vars.
18674 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18675 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18676 (ebnf-check-style-values, ebnf-generate-production)
18677 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18678 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18679 (ebnf-token-repeat): Code fix.
18680
18681 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18682 %right, %left and %prec. Suggested by Matthew K. Junker
18683 <junker@alum.mit.edu>.
18684 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18685
18686 * progmodes/ebnf-iso.el: Doc fix.
18687 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18688 (ebnf-iso-lex): Code fix.
18689
18690 * progmodes/ebnf-bnf.el: Doc fix.
18691 (ebnf-bnf-lex): Code fix.
18692
18693 * progmodes/ebnf-otz.el: Doc fix.
18694
18695 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18696
18697 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18698 (abbrev-prefix-mark): Doc fix.
18699
18700 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18701
18702 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18703 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18704 (gdb-var-delete): Make interactive (really).
18705 (gdb-edit-value): Make non-interactive.
18706
18707 * progmodes/gud.el (gud-speedbar-menu-items):
18708 Add gdb-var-delete and, indirectly, gdb-edit-value.
18709 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18710 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18711 (gud-gdb-marker-filter): Add comment for annotations.
18712
18713 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18714
18715 * calendar/calendar.el (generate-calendar)
18716 (calendar-read-date): Prevent display of BC calendars once more -
18717 reverts 2003-10-01 change.
18718 (generate-calendar-month): Doc fix.
18719
18720 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18721
18722 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18723 return value of increment-calendar-month.
18724
18725 2004-02-21 Stephen Compall <s11@member.fsf.org>
18726
18727 * saveplace.el (save-place-forget-unreadable-files)
18728 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18729 (save-place-forget-unreadable-files): New function.
18730 (save-place-alist-to-file): Use it to filter out files that are
18731 no longer readable.
18732
18733 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18734 current Texinfo environment, using the same method as in
18735 `texinfo-insert-@end', and insert a space rather than a newline if
18736 point in a @table environment.
18737
18738 2004-02-21 Juri Linkov <juri@jurta.org>
18739
18740 * ffap.el (ffap-file-at-point): Try parent directories.
18741
18742 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18743
18744 * vcursor.el (vcursor-modifiers): New defcustom.
18745 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18746 hard-coded list.
18747
18748 2004-02-21 Masatake YAMATO <jet@gyve.org>
18749
18750 * play/animate.el (animate-birthday-present): Accept names other
18751 than `Sarah', too.
18752
18753 2004-02-21 Juri Linkov <juri@jurta.org>
18754
18755 * startup.el: Remove table of command line arguments from the
18756 Commentary section.
18757
18758 2004-02-20 John Wiegley <johnw@newartisans.com>
18759
18760 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18761 again" modifier from 'e' to 'E', since 'e' is also used by the
18762 "file extension" modifier.
18763
18764 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18765
18766 * help-fns.el (describe-categories): Doc fix.
18767
18768 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18769
18770 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18771 temporary file for buffer already visiting one. This change makes
18772 output likely to be directly usable by patch program.
18773 Suggested by Adrian Aichner <adrian@xemacs.org>
18774
18775 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18776
18777 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18778 case of variables defined in compound statements.
18779 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18780 Simplify constructions using switch-to-buffer.
18781
18782 2004-02-19 Simon Josefsson <jas@extundo.com>
18783
18784 * play/morse.el: Fix typo.
18785 (morse-code): Add @.
18786
18787 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18788
18789 * calendar/appt.el (appt-display-format): Change default to
18790 'ignore, for backwards compatibility.
18791 (appt-display-message): If appt-display-format is 'ignore,
18792 respect old vars appt-msg-window and appt-visible.
18793 (appt-activate): Don't depend on return value of cancel-timer.
18794
18795 * calendar/calendar.el (calendar-holidays): Doc fix.
18796
18797 * calendar/cal-coptic.el (coptic-prompt-for-date):
18798 Use assoc-string instead of assoc-ignore-case.
18799 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18800 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18801 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18802 * calendar/cal-islam.el (calendar-goto-islamic-date)
18803 (mark-islamic-diary-entries): Ditto.
18804 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18805 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18806 (calendar-read-mayan-tzolkin-date): Ditto.
18807 * calendar/calendar.el (calendar-read-date): Ditto.
18808 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18809
18810 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18811
18812 * progmodes/executable.el (executable-command-find-posix-p):
18813 Fix choice of the directory.
18814
18815 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18816
18817 * simple.el (interprogram-cut-function)
18818 (interprogram-paste-function, kill-new, kill-append):
18819 Doc fixes.
18820 (kill-region): Make it return nil. Doc fix.
18821 (yank-pop): Make its argument optional.
18822 (yank): Make ARG `-' equivalent to `-1'.
18823
18824 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18825
18826 * mail/rmail.el (rmail-get-new-mail): Don't reference
18827 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18828
18829 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18830
18831 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18832 if one of global-auto-revert-non-file-buffers or autorevert-mode
18833 is non-nil.
18834
18835 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18836
18837 * subr.el (delete-dups): A better implementation from Karl Heuer
18838 <kwzh@gnu.org>.
18839
18840 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18841
18842 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18843 correct place.
18844 * progmodes/icon.el (icon-indent-command): Ditto.
18845 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18846
18847 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18848
18849 * progmodes/grep.el (grep-compute-defaults): Undo change from
18850 2004-01-29: don't use executable-command-find-posix-p.
18851
18852 2004-02-16 Richard Sharman <rsharman@pobox.com>
18853
18854 * hilit-chg.el: Use require instead of eval-and-compile.
18855 (highlight-compare-buffers): New function.
18856
18857 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18858
18859 * man.el (Man-fontify-manpage): Render section headings in
18860 `Man-overstrike-face' even when overstrike was not used by man
18861 formatter for section headings.
18862
18863 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18864
18865 * rmail-spam-filter.el (vm-use-spam-filter)
18866 (rsf-min-region-length-added-to-spam-list): New variables.
18867 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18868 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18869 spam testing. Don't delete spam message if automatic deletion
18870 after output via variable rmail-delete-after-output is turned on.
18871 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18872 rsf-bbdb-dont-create-entries-for-spam.
18873 (check-field): New function, extracted from code in
18874 rmail-spam-filter to ease addition of header fields like content-type.
18875 (message-content-type): New variable to check the content-type:
18876 field added, also in defcustom of rsf-definitions-alist.
18877 (rmail-spam-filter): Replace repeated test code for header fields
18878 by calls to check-field; change the call to
18879 rmail-output-to-rmail-file such that rmail-current-message stays
18880 the same to avoid wrong deletion of unseen flags.
18881 (rsf-add-contents-type): New function to convert old format
18882 of rmail-spam-definitions-alist into new one.
18883 Change prefixes of all variables and functions from
18884 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18885
18886 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18887
18888 * loadhist.el (unload-hook-features-list): New defvar.
18889
18890 2004-02-16 Dave Love <fx@gnu.org>
18891
18892 * loadhist.el (unload-feature): Doc fix. Rename flist to
18893 unload-hook-features-list.
18894
18895 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18896
18897 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18898 cookie. Don't check if we are looking-at open-formula.
18899
18900 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18901
18902 * subr.el (match-string-no-properties): Use substring-no-properties.
18903
18904 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18905
18906 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18907 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18908 Use lower-case "rx" in all error message.
18909
18910 2004-02-16 Dave Love <fx@gnu.org>
18911
18912 * emacs-lisp/rx.el (rx-or): Put group around result.
18913 (rx-constituents): Add backref.
18914 (rx-syntax): Add string-delimiter, comment-delimiter.
18915 (rx-categories): Add combining-diacritic.
18916 (rx-check-not, rx-greedy, rx): Doc fix.
18917 (rx-backref, rx-check-backref): New.
18918
18919 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18920
18921 * newcomment.el (uncomment-region): Allow eob as comment end.
18922
18923 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18924
18925 * filecache.el: All message and error commands now use prefix
18926 "Filecache:" to make it easy to read *Messages* buffer.
18927
18928 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18929
18930 * autorevert.el: Add support to detect changed dired and VC buffers.
18931 (auto-revert-active-p, auto-revert-list-diff)
18932 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18933 (auto-revert-handler, auto-revert-active-p): New functions.
18934 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18935 and `auto-revert-active-p'.
18936 (eval-when-compile): Defvar dired-directory and vc-mode.
18937 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18938 (auto-revert-handler-vc): New functions.
18939
18940 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18941
18942 * progmodes/compile.el (compilation-directory): New defvar.
18943 (compile): Save current directory in compilation-directory.
18944 (recompile): Bind default-directory to compilation-directory if
18945 that is non-nil.
18946
18947 2004-02-16 Dave Love <fx@gnu.org>
18948
18949 * newcomment.el (comment-insert-comment-function)
18950 (comment-region-function, uncomment-region-function): New.
18951 (comment-indent): Use comment-insert-comment-function.
18952 (uncomment-region): Use uncomment-region-function.
18953 (comment-region): Use comment-region-function.
18954
18955 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18956
18957 2004-02-16 Richard Stallman <rms@gnu.org>
18958
18959 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18960 loaddefs* and ldefs-boot*.
18961
18962 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18963
18964 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18965 and email address at the beginning and end of the address.
18966
18967 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18968 anchored at the beginning of the email address.
18969
18970 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18971
18972 * international/ccl.el (ccl-compile-write): Pass `left' to
18973 ccl-embed-code to generate correct code of write-expr-register.
18974
18975 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18976
18977 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18978
18979 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18980
18981 * x-dnd.el: Mention support for Motif in commentary.
18982 (x-dnd-handle-drag-n-drop-event): Ditto.
18983
18984 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18985
18986 * ses.el: Use "ses--" prefixes for buffer-local variables.
18987 Use (point-min) instead of 1, even when we know the buffer
18988 is unnarrowed.
18989 (ses-build-load-map): Delete. Distribute its content to defconst's for
18990 the three maps.
18991 (ses-menu, ses-header-line-menu): New menus.
18992 (ses-mode-map): Use them.
18993 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18994
18995 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18996
18997 * Makefile.in: Fix the CC Mode recompile kludge so it works
18998 when building in a different directory.
18999
19000 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
19001
19002 * simple.el (kill-new): Put yank-handler property on the entire string.
19003
19004 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19005
19006 * diff.el: Don't use compile any more, use diff-mode instead.
19007 (diff-regexp-alist, diff-old-file, diff-new-file)
19008 (diff-parse-differences, diff-process-setup): Remove.
19009 (diff-sentinel): New fun.
19010 (diff): Use it. Run the process ourselves.
19011 Use diff-mode for the rest of the processing.
19012
19013 * diff.el (diff): Simplify code handling `switch'.
19014
19015 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19016
19017 * pcvs-defs.el (cvs-menu): Add `tag'.
19018
19019 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
19020
19021 * simple.el (kill-append): Doc fix.
19022
19023 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19024 Adapt outline-regexp to the new conventions for commenting out code.
19025
19026 2004-02-11 John Paul Wallington <jpw@gnu.org>
19027
19028 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19029
19030 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19031
19032 * diff.el (diff-switches): New fun.
19033 (diff, diff-backup): Use it.
19034 (diff): Clean up the args construction. Use backquote.
19035 Use listp instead of consp to avoid putting a nil arg.
19036 (diff): Add a revert-buffer function.
19037
19038 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19039
19040 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19041 handled by x-dnd-handle-file-name.
19042 (x-dnd-known-types): Add COMPOUND_TEXT.
19043 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19044 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19045 x-dnd-empty-state.
19046 (x-dnd-forget-drop): Ditto.
19047 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19048 (x-dnd-handle-one-url): Return private when inserting text.
19049 (x-dnd-insert-ctext): New function.
19050 (x-dnd-handle-file-name): New function for FILE_NAME.
19051 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19052 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19053 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19054
19055 2004-02-10 Kenichi Handa <handa@m17n.org>
19056
19057 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19058 instead of while loop.
19059
19060 2004-02-10 Miles Bader <miles@gnu.org>
19061
19062 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19063
19064 2004-02-09 Kenichi Handa <handa@m17n.org>
19065
19066 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19067 have end-of-line.
19068
19069 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
19070
19071 * Makefile.in: Added extra dependencies in the recompile target
19072 needed to cope with the compile time macro expansions in CC Mode.
19073
19074 2004-02-09 Kim F. Storm <storm@cua.dk>
19075
19076 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19077 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19078 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19079 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19080 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19081 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19082 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19083 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19084 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19085 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19086 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19087
19088 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19089
19090 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19091 Don't allow shrink if there's a window on our right.
19092
19093 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19094 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19095 Bring together declaration and initialization.
19096 (prolog-mode-variables): Don't set the syntax table.
19097 Don't set paragraph-start and comment-indent-function.
19098 Add /*..*/ to the comment regexps.
19099 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
19100 (prolog-mode-map): Don't bind TAB.
19101 (prolog-mode): Set the syntax table.
19102 (prolog-comment-indent): Remove.
19103 (inferior-prolog-mode-map): Initialize in the declaration.
19104 (inferior-prolog-mode-syntax-table)
19105 (inferior-prolog-mode-abbrev-table): New vars.
19106 (inferior-prolog-mode): Derive from comint-mode.
19107 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19108 minibuffer windows.
19109
19110 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19111 in file names, as long as it is unabmiguous.
19112
19113 2004-02-08 Andreas Schwab <schwab@suse.de>
19114
19115 * textmodes/reftex-toc.el
19116 (reftex-toc-load-all-files-for-promotion): Remove useless use of
19117 format. Doc fix.
19118
19119 * textmodes/refer.el (refer-find-entry-internal): Remove extra
19120 format string arguments.
19121
19122 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19123 string argument.
19124
19125 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19126
19127 * play/zone.el (zone-call): Fix format string.
19128
19129 * net/webjump.el (webjump-builtin): Add missing format string argument.
19130
19131 * midnight.el (midnight-delay-set): Remove extra format string argument.
19132
19133 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19134
19135 * hexl.el (hexl-insert-char): Add missing format string argument.
19136
19137 * format.el (format-decode): Fix format string.
19138
19139 * emulation/vi.el (vi-mode): Remove extra format string argument.
19140 (vi-repeat-last-search): Likewise.
19141 (vi-reverse-last-search): Likewise.
19142 (vi-goto-mark): Likewise.
19143 (vi-reverse-last-find-char): Likewise.
19144 (vi-repeat-last-find-char): Likewise.
19145 (vi-locate-def): Likewise.
19146
19147 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19148
19149 * ediff-util.el (ediff-toggle-read-only): Remove extra format
19150 string argument.
19151 (ediff-toggle-regexp-match): Likewise.
19152
19153 * dired-aux.el (dired-do-query-replace-regexp): Add missing
19154 format string argument.
19155
19156 * calc/calc-map.el (calc-get-operator): Remove extra format
19157 string argument.
19158
19159 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19160
19161 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19162 string argument.
19163
19164 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19165
19166 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19167
19168 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19169
19170 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19171 (cl-struct-setf-expander): Likewise.
19172
19173 * vc.el (with-vc-file): Fix unsafe uses of error.
19174 (vc-cancel-version): Likewise.
19175
19176 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
19177
19178 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19179 thousands separator; fixes <class>:<line-number> regexp for
19180 non-english locales.
19181
19182 2004-02-08 Andreas Schwab <schwab@suse.de>
19183
19184 * view.el (view-mode-enable): Revert previous change.
19185
19186 2004-02-07 Kim F. Storm <storm@cua.dk>
19187
19188 * simple.el (line-number-at-pos): Rename from line-at-pos.
19189 Uses changed (what-line and vc-annotate-warp-version).
19190
19191 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19192
19193 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19194 (diff-mode): Remove aborted attempt at support for compile.el.
19195 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19196
19197 2004-02-06 Andreas Schwab <schwab@suse.de>
19198
19199 * view.el (view-mode-enable): Add view-mode-map to
19200 minor-mode-overriding-map-alist.
19201
19202 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19203
19204 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19205
19206 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
19207
19208 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19209 with point inside rather than after the paragraph.
19210
19211 2004-02-04 Sam Steingold <sds@gnu.org>
19212
19213 * mail/smtpmail.el (smtpmail-try-auth-methods):
19214 Do not try authentication when no mechanism is available.
19215 Pass port-name as defaultport to `netrc-machine'.
19216
19217 2004-02-04 Stephen Eglen <stephen@gnu.org>
19218
19219 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19220 to show how minibuffer height can be constrained.
19221
19222 2004-02-04 John Paul Wallington <jpw@gnu.org>
19223
19224 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19225
19226 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19227
19228 * x-dnd.el: New file for drag and drop.
19229
19230 * term/x-win.el: require x-dnd, set after-make-frame-functions
19231 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19232 drag-n-drop event.
19233
19234 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19235 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19236 (dired-dnd-handle-file): New functions for drag and drop support.
19237 (dired-mode): Initialize drag and drop if x-dnd present.
19238
19239 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19242 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19243 (cperl-mode): Set fill-paragraph-function.
19244 (cperl-fill-paragraph): Make it non-interactive.
19245
19246 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
19247
19248 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19249
19250 2004-02-02 David Kastrup <dak@gnu.org>
19251
19252 * replace.el (perform-replace): Allow 'literal argument in
19253 regexp-flag to indicate literal replacement.
19254 (query-replace-regexp-eval): Use it.
19255
19256 2004-02-01 Andreas Schwab <schwab@suse.de>
19257
19258 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19259
19260 2004-02-01 Stephen Eglen <stephen@gnu.org>
19261
19262 * info-look.el: Add support for maxima-mode. Update commentary
19263 because info-lookup-symbol is now bound to C-h S.
19264
19265 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
19266
19267 * simple.el (edit-and-eval-command): Bind print-level and
19268 minibuffer-history-sexp-flag around call to read-from-minibuffer.
19269 Correct initial position in command-history.
19270
19271 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
19272
19273 * files.el (read-directory-name): Adapt the docstring to recent
19274 change in Fread_file_name.
19275
19276 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
19277
19278 * ses.el (ses-print-cell): If print format too wide for column
19279 width, truncate decimal places if that helps to avoid "#####" fill.
19280 * ses.el (ses-initial-column-width): Revert previous change.
19281
19282 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
19283
19284 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19285 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19286 Add edebug info.
19287 (jit-lock-mode): Setup/cancel the new timer.
19288 (jit-lock-context-fontify): New fun. Extracted from
19289 context fontification code of jit-lock-stealth-fontify.
19290 (jit-lock-stealth-fontify): Don't do context fontification any more.
19291
19292 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19293 (jit-lock-fontify-now): Handle the `quit' case.
19294 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19295
19296 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
19297
19298 * progmodes/executable.el (executable-command-find-posix-p):
19299 New. Check if find handles arguments Posix-style.
19300
19301 * progmodes/grep.el (grep-compute-defaults):
19302 Use executable-command-find-posix-p.
19303 (grep-find): Check `grep-find-command'.
19304
19305 * filecache.el (file-cache-find-posix-p): Delete.
19306 (file-cache-add-directory-using-find):
19307 Use `executable-command-find-posix-p'.
19308
19309 2004-01-29 Dave Love <fx@gnu.org>
19310
19311 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19312 Iterate the hook function if arg is given.
19313 (mark-defun, narrow-to-defun): Change order of finding the limits.
19314
19315 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
19316 (byte-compile-format-warn): New.
19317 (byte-compile-callargs-warn): Use it.
19318 (Format, message, error): Add byte-compile-format-like property.
19319 (byte-compile-maybe-guarded): New.
19320 (byte-compile-if, byte-compile-cond): Use it.
19321 (byte-compile-lambda): Compile interactive forms,
19322 just to make warnings about them.
19323
19324 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
19325
19326 * ses.el (ses-initial-column-width): Increase to 14, so it will
19327 work well with the default printer of "%.7g" for extreme values
19328 like "-1.234567e+07".
19329
19330 2004-01-29 Kenichi Handa <handa@m17n.org>
19331
19332 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19333
19334 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
19335
19336 * dos-w32.el: Added support for the `default-printer-name' function.
19337
19338 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19339
19340 * server.el (server-socket-name): Don't use the hostname in the
19341 socket name since /tmp is local to the host anyway.
19342
19343 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19344 robust check of widening and fix var-naming.
19345
19346 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
19347
19348 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19349 or rmail-spam- to rsf- in all function and variable names.
19350 (rsf-min-region-to-spam-list): New variable.
19351 (rsf-bbdb-auto-delete-spam-entries): Rename from
19352 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
19353 scanned together with the recipients field for spam testing; Don't
19354 delete spam message if rmail-delete-after-output is non-nil;
19355 (rsf-check-field): New function, extracted from code in
19356 rmail-spam-filter to ease addition of header fields like
19357 content-type:;
19358 (message-content-type): New variable. The content-type: field was
19359 added also in defcustom of rsf-definitions-alist;
19360 (rmail-spam-filter): Replace repeated test code for header fields
19361 by calls to check-field; change the call to
19362 rmail-output-to-rmail-file such that rmail-current-message stays
19363 the same to avoid wrong deletion of unseen flags.
19364 (rmail-use-spam-filter): Add autoload cookie.
19365
19366 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
19367
19368 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
19369 (file-cache-add-directory-using-find): Add Cygwin support.
19370 (file-cache-find-command-posix-flag): New user variable.
19371
19372 * filecache.el (file-cache-add-directory): Check for
19373 directories an remove them from dir-files.
19374
19375 2004-01-27 Richard M. Stallman <rms@gnu.org>
19376
19377 * man.el (Man-fontify-manpage): Clean up message.
19378
19379 2004-01-27 Kenichi Handa <handa@m17n.org>
19380
19381 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19382 (sentence-end): Define using sentence-end-without-space.
19383
19384 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19385 a sentence ends with one of a character in sentence-end-without-space.
19386
19387 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
19388
19389 * font-lock.el (font-lock): Add jit-lock as explicit group member.
19390 (jit-lock): Group declaration moved to jit-lock.el.
19391 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19392 when necessary.
19393
19394 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19395 (jit-lock-context-unfontify-pos): Rename from
19396 jit-lock-first-unfontify-pos.
19397 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19398
19399 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19400
19401 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19402 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19403 (fortran-fill): When filling a string, adjust re-search-backward
19404 argument for special case of string just on fill-column.
19405 When filling non-string, allow one extra char if
19406 fortran-break-before-delimiters is non-nil.
19407 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19408 Use fortran-break-delimiters-re and fortran-no-break-re to
19409 correctly handle cases such as "**".
19410
19411 * progmodes/f90.el (f90-break-delimiters): Doc fix.
19412 (f90-no-break-re): Add some extra tokens. Doc fix.
19413
19414 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
19415
19416 * mail/rmail-spam-filter.el:
19417 Use two semicolons as Commentary line prefix.
19418 Add ";;; Code:" stylized comment.
19419 Delete end-of-line whitespace.
19420 Wrap (require 'cl) with `eval-when-compile'.
19421
19422 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
19423
19424 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19425 at the top level of vc.el.
19426
19427 2004-01-23 Andre Spiegel <spiegel@gnu.org>
19428
19429 * vc.el (vc-current-line): Function removed. This is now done by
19430 the new function line-at-pos in simple.el.
19431 (vc-annotate-warp-version): Use line-at-pos instead of
19432 vc-current-line.
19433
19434 2004-01-22 Kim F. Storm <storm@cua.dk>
19435
19436 * simple.el (line-at-pos): New defun.
19437 (what-line): Use it. Optimize by only counting lines in narrowed
19438 region once.
19439
19440 2004-01-22 Kenichi Handa <handa@m17n.org>
19441
19442 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19443 point (register r1) only for charset mule-unicode-0100-24ff.
19444
19445 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
19446
19447 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19448 trailing white space and ensure a final newline.
19449
19450 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19451 Add autoload cookie.
19452
19453 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
19454
19455 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19456 activate view-mode explicitly.
19457
19458 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19459
19460 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19461 menu-bar-enable-clipboard and make Paste use clipboard first.
19462
19463 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19464
19465 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
19466 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19467 (vc-mcvs-cvs): Remove.
19468 (vc-mcvs-command): Remove use of assert.
19469
19470 * outline.el (outline-insert-heading): Tighten up match.
19471 (outline-demote, outline-move-subtree-down): Don't assume anything
19472 about outline-regexp.
19473
19474 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19475 (texinfo-show-structure): Explicitly add ^, and simplify.
19476
19477 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
19478
19479 * calendar/appt.el (appt-check): Restore usage of
19480 appt-issue-message deleted in previous change.
19481 (top-level): Activate package when loaded (needed for backwards
19482 compatibility).
19483
19484 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19485
19486 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19487 following previous change to smtpmail-send-data.
19488
19489 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19490
19491 * vc.el (vc-default-previous-version): Doc enhancement.
19492 (vc-default-next-version): New function.
19493 (vc-print-log): New arg FOCUS-REV.
19494 (vc-annotate-mode): Derive from view-mode.
19495 (vc-annotate): New args REVISION, DISPLAY-MODE.
19496 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19497 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19498 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19499 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19500 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19501
19502 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19503
19504 2004-01-19 Karl Berry <karl@gnu.org>
19505
19506 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19507 or "TexInfo".
19508
19509 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19510
19511 * subr.el (delete-dups): New function.
19512
19513 2004-01-19 Karl Berry <karl@gnu.org>
19514
19515 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19516 with ^, since that's what texinfo-show-structure
19517 documentation says (plus it works much better in texinfo.txi).
19518
19519 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19520
19521 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19522
19523 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19524
19525 * progmodes/which-func.el (which-function-mode): Don't cancel
19526 which-func-update-timer if not set.
19527
19528 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19529
19530 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19531 Remove spurious left square bracket in XX:XXam regexp.
19532
19533 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19534
19535 * progmodes/cc-defs.el: Do not require cl at run time.
19536
19537 2004-01-16 Richard M. Stallman <rms@gnu.org>
19538
19539 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19540 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19541
19542 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19543 Call rmail-spam-filter. Delete and expunge spam.
19544 Print number of spam messages deleted.
19545 Save and restore the deletion status of old messages when reading
19546 new mail with spam filter, so that expunging spam does not expunge
19547 msgs deleted by the user.
19548 (rmail-only-expunge): Add an optional argument dont-show to
19549 prevent showing message after expunge.
19550
19551 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19552
19553 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19554 * subr.el (declare): New macro.
19555
19556 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19557
19558 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19559
19560 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19561
19562 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19563 Test window-system rather than system-type (for X11/Mac).
19564
19565 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19566
19567 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19568
19569 2004-01-12 Richard M. Stallman <rms@gnu.org>
19570
19571 * mail/rmail.el (rmail-convert-to-babyl-format):
19572 Use mail-unquote-printable-region.
19573 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19574 (rmail-hex-char-to-integer): Functions deleted.
19575
19576 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19577 (mail-unquote-printable-region): New arg NOERROR.
19578 For invalid encoding, either signal an error to just return nil.
19579
19580 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19581
19582 * calendar/appt.el: Update copyright and commentary.
19583 (appt-issue-message): Make obsolete.
19584 (appt-visible, appt-msg-window): Make obsolete, in favour of
19585 appt-display-format.
19586 (appt-display-mode-line, appt-display-duration)
19587 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19588 (appt-prev-comp-time, appt-display-count, appt-timer)
19589 (appt-convert-time): Doc change.
19590 (appt-disp-window-function, appt-delete-window-function):
19591 Use defcustom rather than defvar.
19592 (appt-display-format): New variable.
19593 (appt-display-message): New function with display code from appt-check.
19594 (appt-check): Add optional FORCE argument. Doc change.
19595 Add appt-make-list to diary-hook if displaying diary.
19596 Remove checking of view-diary-entries-initially.
19597 Message display section removed to new function appt-display-message.
19598 (appt-display-window): Doc change. Remove unused internal var
19599 this-buffer. Do not beep, since appt-display-message does that.
19600 (appt-make-list): Doc change. Use caar.
19601 (appt-sort-list): Simplify by using builtin sort function.
19602 (appt-update-list): New function for updating appts when diary is
19603 saved.
19604 (appt-activate): New autoloaded function to toggle package
19605 functionality.
19606
19607 * calendar/cal-x.el: (calendar-one-frame-setup)
19608 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19609
19610 * calendar/calendar.el: Update copyright.
19611 (view-diary-entries-initially, european-calendar-style): Doc change.
19612 (calendar-setup): Make defcustom rather than defvar.
19613 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19614 in let binding so local to function.
19615
19616 * calendar/diary-lib.el: Update copyright.
19617 (diary, diary-entry-time): Doc change.
19618 (list-diary-entries): Doc change. Trivial logic change.
19619 (fancy-diary-display): Restore make-face command mistakenly
19620 deleted 2003-05-08.
19621 (show-all-diary-entries): Allow to pop-up frame if needed.
19622
19623 2004-01-09 John Paul Wallington <jpw@gnu.org>
19624
19625 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19626 Temporarily select EVENT's window for changing eol type.
19627
19628 2004-01-09 Deepak Goel <deego@gnufans.org>
19629
19630 * calendar/diary-lib.el (diary-entry-time):
19631 Also accept time in the form XX[.XX][am/pm/AM/PM].
19632 (fancy-diary-font-lock-keywords): Likewise.
19633 (diary-font-lock-keywords): Likewise.
19634 * calendar/appt.el (appt-add): Likewise.
19635 (appt-make-list): Likewise.
19636 (appt-convert-time): Likewise.
19637
19638 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19639
19640 * gdb-ui.el (gdb-ann3): Revert previous change.
19641 (gdb-source-info): Allow for case of where compilation directory
19642 is not recorded.
19643
19644 2004-01-08 John Paul Wallington <jpw@gnu.org>
19645
19646 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19647
19648 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19649
19650 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19651
19652 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19653 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19654 problems.
19655 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19656
19657 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19658
19659 * files.el (write-file-functions, write-contents-functions):
19660 Clarify docstrings.
19661
19662 2004-01-07 Kenichi Handa <handa@m17n.org>
19663
19664 * international/mule.el (set-auto-coding): Fix for the case that
19665 end-of-line is only CR.
19666
19667 2004-01-07 Kim F. Storm <storm@cua.dk>
19668
19669 * subr.el (event-start, event-end): Doc fix.
19670 (posn-string, posn-image): New defuns.
19671 (posn-object): Return either image or string object.
19672 (posn-object-x-y): Return 8th element of position.
19673 (posn-object-width-height): New defun.
19674
19675 2004-01-06 Andreas Schwab <schwab@suse.de>
19676
19677 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19678 output.
19679
19680 2004-01-05 Karl Berry <karl@gnu.org>
19681
19682 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19683 / and *, too.
19684
19685 2003-12-31 Simon Josefsson <jas@extundo.com>
19686
19687 * files.el (before-save-hook): Add.
19688 (basic-save-buffer): Use before-save-hook.
19689
19690 * emacs-lisp/copyright.el: Fix comment to recommend
19691 before-save-hook instead of write-file-functions.
19692
19693 2004-01-05 Richard M. Stallman <rms@gnu.org>
19694
19695 * finder.el (finder-commentary): Call delete-other-windows.
19696
19697 * net/ange-ftp.el (ange-ftp-file-attributes):
19698 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19699
19700 2004-01-04 Karl Berry <karl@gnu.org>
19701
19702 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19703 comment characters % and # in the copyright year notice,
19704 as well as ;.
19705
19706 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19707
19708 * wid-edit.el (default): Define dummy :value-delete.
19709 Reported by Jesper Harder <harder@ifa.au.dk>.
19710
19711 2004-01-03 Richard M. Stallman <rms@gnu.org>
19712
19713 * progmodes/compile.el (compile-internal): Use point, not point-min,
19714 for set-window-point.
19715
19716 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19717
19718 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19719
19720 * progmodes/grep.el (grep-mode-map):
19721 Don't remap next-line, previous-line.
19722
19723 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19724
19725 * speedbar.el (speedbar-edit-line): Change regexp to position
19726 the cursor on the first character of this line's button.
19727
19728 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19729
19730 * subr.el (functionp): Doc fix.
19731
19732 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19733
19734 * progmodes/idlwave.el (idlwave-make-tags):
19735 * textmodes/flyspell.el (flyspell-large-region):.
19736 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19737 * emulation/viper-util.el (viper-glob-unix-files):
19738 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19739 * man.el (Man-init-defvars):
19740 * jka-compr.el (jka-compr-call-process):
19741 * files.el (get-free-disk-space,insert-directory):
19742 * ediff-ptch.el (ediff-test-patch-utility):
19743 * ediff-diff.el (ediff-test-utility):
19744 * dired-aux.el (dired-check-process):
19745 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19746 test the return value of call-process, because it can be a string.
19747
19748 2003-12-31 John Paul Wallington <jpw@gnu.org>
19749
19750 * bindings.el (completion-ignored-extensions): Add .pfsl.
19751
19752 2003-12-31 Kim F. Storm <storm@cua.dk>
19753
19754 * ido.el (ido-nonreadable-directory-p): New defun to check for
19755 nonreadable directory without activating tramp (to avoid problems
19756 with checking incomplete tramp paths).
19757 (ido-set-current-directory, ido-file-internal)
19758 (ido-file-name-all-completions1): Use it.
19759
19760 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19761
19762 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19763 documentation if the anchor (or node) name is preceded by `info
19764 anchor' or `Info anchor' in addition to earlier `info node' and
19765 `Info node'.
19766 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19767
19768 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19769
19770 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19771 error in arguments to base64-decode-region. Remove ^M characters
19772 after decoding base64.
19773
19774 2003-12-30 Simon Josefsson <jas@extundo.com>
19775
19776 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19777 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19778 have only been distributed with Emacs for some years.
19779 (texinfo-mode-hook): Customize.
19780
19781 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19782
19783 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19784 cleaner (suggested by Richard Stallman).
19785
19786 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19787 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19788 file-name clashes on 8+3 DOS filesystems.
19789
19790 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19791 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19792 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19793 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19794 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19795 file-name clashes on 8+3 filesystems.
19796
19797 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19798 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19799 file-name clashes on 8+3 DOS filesystems.
19800
19801 2003-12-29 Richard M. Stallman <rms@gnu.org>
19802
19803 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19804 Upcase the character.
19805
19806 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19807 Search for header separator alone on a line, literally,
19808 and search for it backward, not forward.
19809 (flyspell-abbrev-table): Always use global-abbrev-table
19810 if there is no local one.
19811
19812 * progmodes/sh-script.el (sh-get-indent-info):
19813 Don't move point back if at bob.
19814
19815 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19816
19817 * play/handwrite.el (handwrite): Make the handwrite credit message
19818 a comment rather than an output command.
19819
19820 * obsolete/sc.el: Display message that this file is obsolete.
19821
19822 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19823
19824 * mail/rfc822.el (rfc822-address-start): Declare variable.
19825 Renamed from address-start. All uses changed.
19826
19827 * term.el (term-exec): Set up sentinel.
19828 (term-sentinel): New function.
19829 (term-handle-exit): New function.
19830
19831 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19832 Use assoc-string, and mark them obsolete.
19833 (delay-mode-hooks): Mark as permanent local.
19834
19835 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19836
19837 * register.el (copy-rectangle-to-register): Doc fix.
19838
19839 * info.el (Info-insert-dir): Use assoc-string.
19840
19841 * info-look.el (info-lookup): Use assoc-string.
19842
19843 * frame.el (pop-up-frame-function): Use quote, not `function'.
19844 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19845 copying with lists as coordinate values.
19846
19847 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19848
19849 * find-dired.el (kill-find): New command.
19850 (find-dired): Make buffer read-only.
19851 Set up a keymap with C-c C-k running kill-find.
19852 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19853
19854 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19855
19856 * filecache.el (file-cache-ignore-case): New variable.
19857 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19858
19859 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19860 (comint-dynamic-complete-as-filename): Rename local vars.
19861 (comint-dynamic-list-filename-completions): Likewise.
19862
19863 * comint.el (comint-dynamic-list-completions-config): New var.
19864 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19865
19866 * comint.el (comint-file-name-chars): Add [].
19867 (comint-word): Use skip-chars-backward, not search.
19868
19869 * shell.el (shell-file-name-chars): Add [].
19870
19871 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19872
19873 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19874
19875 * generic.el (define-generic-mode): Doc fix.
19876
19877 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19878
19879 * files.el (kill-some-buffers): Doc fix.
19880
19881 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19882
19883 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19884 arg to send-invisible
19885 (send-invisible): Doc fix. The argument is now a prompt, not the
19886 string to send.
19887 (comint-read-noecho): Doc fix.
19888
19889 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19890
19891 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19892 "@", as required by some ISP hosting service. Fix defcustom
19893 argument syntax errors that prevented use of customization.
19894
19895 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19896
19897 * xml.el (xml-get-attribute-or-nil): Doc fix.
19898
19899 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19900
19901 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19902 write-file-hooks.
19903
19904 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19905
19906 * autorevert.el (auto-revert-interval): Doc fix.
19907
19908 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19909
19910 * xml.el (xml-get-attribute-or-nil): New function, like
19911 xml-get-attribute, but returns nil if the attribute was not found.
19912 (xml-get-attribute): Convert to defsubst, uses
19913 xml-get-attribute-or-nil.
19914
19915 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19916
19917 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19918
19919 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19920
19921 * custom.el (custom-declare-theme): Use `value' when putting
19922 properties on `theme'.
19923
19924 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19925
19926 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19927 for each yank-handler segment.
19928 (insert-for-yank-1): New function, with the body of the previous
19929 insert-for-yank.
19930
19931 * textmodes/table.el (table-yank-handler): New defcustom.
19932 (table--put-cell-indicator-property): Put yank-handler property
19933 that indicates the yank handler for the table cell.
19934
19935 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19936
19937 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19938 set of keywords.
19939
19940 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19941
19942 * international/mule-cmds.el (reset-language-environment)
19943 (set-language-environment): Don't invoke fontset-related functions
19944 if fontset-list is not fboundp.
19945
19946 2003-12-29 Kenichi Handa <handa@m17n.org>
19947
19948 * international/mule-cmds.el (reset-language-environment):
19949 Call set-overriding-fontspec-internal with nil.
19950 (set-language-environment): Call set-overriding-fontspec-internal
19951 if the language environment specify `overriding-fontspec'.
19952 (language-info-alist): Doc added.
19953
19954 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19955 characters of mule-unicode-0100-24ff.
19956 (ccl-encode-windows-1251-font): New CCL program.
19957 ("Bulgarian"): Specify overriding-fontspec.
19958 ("Belarusian"): Likewise.
19959
19960 2003-12-28 Sam Steingold <sds@gnu.org>
19961
19962 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19963 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19964
19965 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19966
19967 * progmodes/gud.el (gud-gdb-command-name): Set default to
19968 "gdb --annotate=3".
19969 (gud-gdb-marker-filter): Look out for annotations.
19970 (gdb-first-pre-prompt): New variable.
19971 Remove trailing white space.
19972
19973 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19974 if necessary.
19975 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19976 annotations are detected.
19977 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19978 instead of a local one to allow transition from
19979 gud-gdb-marker-filter.
19980 Remove trailing white space.
19981
19982 2003-12-27 Kim F. Storm <storm@cua.dk>
19983
19984 * ido.el: Handle non-readable directories.
19985 (ido-decorations): Add 9th element for non-readable directory.
19986 (ido-directory-nonreadable): New dynamic var.
19987 (ido-set-current-directory): Set it.
19988 (ido-read-buffer, ido-file-internal):
19989 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19990 (ido-file-name-all-completions1): Return empty list for
19991 non-readable directory.
19992 (ido-exhibit): Print [Not readable] if directory is not readable.
19993 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19994 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19995 Use it.
19996
19997 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19998
19999 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20000 calls to directory-files-and-attributes and file-attributes.
20001 (ls-lisp-format): Remove system dependent handling of user and
20002 group id's.
20003
20004 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
20005
20006 * ffap.el (ffap-read-file-or-url): Revert previous change.
20007
20008 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
20009
20010 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20011 new list of included files called `files-with-node-lines', that
20012 only have node lines. This way @include commands can include any
20013 file, such as version and update files without node lines, not
20014 just files that are chapters.
20015
20016 2003-12-25 Andreas Schwab <schwab@suse.de>
20017
20018 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20019 file not found.
20020
20021 2003-12-08 Miles Bader <miles@gnu.org>
20022
20023 * dired.el (dired-between-files): Always use dired-move-to-filename,
20024 which is more robust in non-english locales.
20025
20026 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
20027
20028 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20029
20030 2003-12-24 Andreas Schwab <schwab@suse.de>
20031
20032 * shell.el (shell-file-name-quote-list): Add backslash.
20033
20034 * comint.el (comint-quote-filename): Correctly handle backslash
20035 in comint-file-name-quote-list.
20036
20037 2003-12-24 Kenichi Handa <handa@m17n.org>
20038
20039 * international/mule-cmds.el (set-default-coding-systems):
20040 Call ucs-set-table-for-input for all buffers that don't have local
20041 value of buffer-file-coding-system.
20042
20043 * international/ucs-tables.el (ucs-set-table-for-input):
20044 If translation-table-for-encode is a symbol, get its
20045 translation-table property.
20046
20047 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
20048
20049 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20050 to `completing-read' on a recently fixed bug.
20051
20052 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20053 instead of SPACE, to get the list of possible fringe modes.
20054 SPACE only works if both `partial-completion-mode' and
20055 `completion-auto-help' are nil.
20056
20057 * complete.el (PC-is-complete-p): Delete.
20058 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20059 calls to `test-completion'.
20060
20061 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
20062
20063 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20064 to edit values when there are no children.
20065
20066 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20067 a mode called "Assembler" already exists.
20068 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20069 (gud-watch): Use format option. Remove font properties from string.
20070 (gdb-var-create-handler, gdb-var-list-children-handler):
20071 Don't bother about properties as there are none.
20072 (gdb-var-create-handler, gdb-var-list-children-handler)
20073 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20074 with two arguments.
20075 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20076 Let speedbar show value changes with a different font.
20077 (gdb-edit-value): New defun.
20078 (gdb-clear-partial-output, gdb-clear-inferior-io)
20079 (def-gdb-auto-update-handler): Use erase-buffer.
20080 (gdb-frame-handler): Display watch expressions in
20081 FUNCTION::VARIABLE format if required.
20082
20083 2003-12-23 John Paul Wallington <jpw@gnu.org>
20084
20085 * info.el (Info-unescape-quotes, Info-split-parameter-string)
20086 (Info-goto-emacs-command-node): Doc fixes.
20087
20088 2003-12-12 Jesper Harder <harder@ifa.au.dk>
20089
20090 * cus-edit.el (custom-add-parent-links): Define "many".
20091
20092 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
20093
20094 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20095 (widget-child-validate, widget-type-value-create)
20096 (widget-type-default-get, widget-type-match): New functions.
20097 (lazy): New widget.
20098 (menu-choice, checklist, radio-button-choice, editable-list)
20099 (group, documentation-string): Remove redundant (per 2003-10-25
20100 change) calls to `widget-children-value-delete'.
20101 (widget-choice-value-get, widget-choice-value-inline): Remove.
20102 (menu-choice): Update widget.
20103
20104 2003-12-03 Kenichi Handa <handa@m17n.org>
20105
20106 * language/cyrillic.el: Register "microsoft-cp1251" in
20107 ctext-non-standard-encodings-alist.
20108 ("Bulgarian"): Add ctext-non-standard-encodings.
20109 ("Belarusian"): Likewise.
20110
20111 * international/mule-conf.el (compound-text-with-extensions):
20112 Change the type to 2 (iso-2022 base).
20113
20114 * international/mule.el (ctext-non-standard-encodings-alist):
20115 Change the format.
20116 (ctext-non-standard-encodings): New variable.
20117 (ctext-post-read-conversion): Fully re-written.
20118 (ctext-non-standard-designations-alist): Delete it.
20119 (ctext-non-standard-encodings-table): New function.
20120 (ctext-pre-write-conversion): Fully re-written.
20121
20122 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
20123
20124 * cus-edit.el (custom-add-parent-links): Add documentation links
20125 for parent, if the item has none of its own.
20126
20127 2003-11-30 Richard M. Stallman <rms@gnu.org>
20128
20129 * dired-aux.el (dired-do-query-replace-regexp):
20130 Report files visited read-only.
20131
20132 2003-11-30 Juri Linkov <juri@jurta.org>
20133
20134 * dired-aux.el (dired-compare-directories): New command.
20135 (dired-file-set-difference, dired-files-attributes): New functions.
20136
20137 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
20138 Version 2.0.38 of Tramp released.
20139
20140 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
20141 Charles Curley <charlescurley@charlescurley.com>.
20142 (tramp-multi-connection-function-alist): Add ssht entry which adds
20143 "-e none -t -t" to the list of ssh args. Suggested by Adrian
20144 Aichner.
20145 (tramp-get-method-parameter): New function to retrieve a method
20146 parameter. This allows for omission of method parameters.
20147 Callers adjusted.
20148
20149 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
20150
20151 * net/tramp.el: Add new optional parameter ID-FORMAT to
20152 `file-attributes'. Calls of `file-attributes' won't use this
20153 parameter for backward compatibility reasons.
20154 (tramp-perl-file-attributes): Add a new parameter to Perl script
20155 in order to handle uid/gid as strings, if desired.
20156 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20157 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20158 order to make the function more general.
20159 (tramp-handle-file-attributes): Replace proprietary optional
20160 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20161 (tramp-handle-file-attributes-with-perl): Handle parameter
20162 NONNUMERIC if set. This wasn't done in the past.
20163 (tramp-post-connection): Apply second parameter "$2" if
20164 `tramp-remote-perl' is called.
20165
20166 * net/tramp-smb.el (tramp-smb-handle-delete-file):
20167 Correct cut'n'waste error (`filename' instead of `directory').
20168 (tramp-smb-handle-directory-files-and-attributes)
20169 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20170 introduced parameter ID-FORMAT.
20171 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20172 error (`directory' instead of `ldir').
20173
20174 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20175 `file-attributes' has a second parameter. If yes, apply it with
20176 value "'integer". Otherwise, don't use that parameter (default is
20177 integer format).
20178
20179 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
20180
20181 * help.el (help-map): Bind `display-local-help' to `C-h .'.
20182 (help-for-help): Add `C-h .' to the listed Help options.
20183 Remove trailing whitespace.
20184
20185 * help-at-pt.el: New file.
20186
20187 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
20188
20189 * subr.el (noreturn, 1value): New macros for test coverage.
20190 See `testcover.el'.
20191
20192 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20193
20194 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20195 for macro `1value'.
20196 (testcover-1value): New function. Checks that a 1value form
20197 actually returns only one value. Requested by RMS.
20198
20199 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
20200
20201 * gdb-ui.el (gud-watch, gdb-var-create-handler)
20202 (gdb-var-list-children, gdb-var-list-children-handler)
20203 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20204 gdb commands that use mi to keep them out of the command history.
20205
20206 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20207
20208 * cus-start.el (all): Add use-file-dialog.
20209
20210 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20213
20214 2003-11-27 Kim F. Storm <storm@cua.dk>
20215
20216 * subr.el (posn-object-x-y): New defun.
20217
20218 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
20219
20220 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20221 Don't use `space' for \\\n.
20222 Be more selective as to which # are comment-starters.
20223
20224 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
20225
20226 * subr.el (number-sequence): Improve handling of floating point
20227 arguments (suggested by Kim Storm). Allow negative arguments.
20228
20229 2003-11-26 Kenichi Handa <handa@m17n.org>
20230
20231 * international/mule-cmds.el (standard-display-european-internal):
20232 Cancel the standard-display-table setting for ` and '.
20233
20234 2003-11-26 Kim F. Storm <storm@cua.dk>
20235
20236 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20237 New defcustoms to add ffap-like functionality to ido.
20238 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
20239 (ido-no-final-slash): New defun.
20240 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20241 (ido-read-file-name): ): Toggle VC checking via
20242 vc-handled-backends instead of vc-master-templates.
20243 (ido-file-internal): Handle ido-use-url-at-point and
20244 ido-use-filename-at-point via code borrowed from ffap-guesser.
20245 Handle new ido-exit code ffap.
20246 (ido-sort-list): Ignore final slash when sorting file names.
20247
20248 2003-11-25 Kim F. Storm <storm@cua.dk>
20249
20250 * emulation/cua-base.el (cua--standard-movement-commands):
20251 Add forward-sentence and backward-sentence.
20252
20253 2003-11-25 Stephen Eglen <stephen@gnu.org>
20254
20255 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20256 iswitchb-exit is set to 'usefirst when user selects buffer at head
20257 of list using RET. (Selecting buffers at the head of the list was
20258 broken if the substring was also a complete buffername.)
20259
20260 2003-11-23 Kim F. Storm <storm@cua.dk>
20261
20262 * progmodes/compile.el (grep-command, grep-use-null-device)
20263 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
20264 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
20265 (grep-regexp-alist, grep-program, find-program)
20266 (grep-find-use-xargs, grep-history, grep-find-history)
20267 (grep-process-setup, grep-compute-defaults)
20268 (grep-default-command, grep, grep-tag-default, grep-find)
20269 (grep-expand-command-macros, grep-tree-last-regexp)
20270 (grep-tree-last-files, grep-tree): Move grep variables, functions
20271 and commands to new file grep.el.
20272 (compilation-mode-map): Remove grep commands from Compile sub-menu.
20273 (compilation-process-setup-function): Doc fix.
20274 (compilation-highlight-regexp, compilation-highlight-overlay): New
20275 defvars used for highlighting current compile error in source buffer.
20276 (compile-internal): New optional args HIGHLIGHT-REGEXP and
20277 LOCAL-MAP which overrides compilation-highlight-regexp and
20278 compilation-mode-map for this compilation.
20279 Delay calling compilation-set-window-height until after running
20280 compilation-process-setup-function so it can buffer-local override
20281 compilation-window-height.
20282 Check buffer-local value of compilation-scroll-output.
20283 (compilation-set-window-height): Use buffer-local value of
20284 compilation-window-height.
20285 (compilation-revert-buffer): Don't pass (undefined)
20286 preserve-modes arg to revert-buffer.
20287 (next-error-no-select, previous-error-no-select): New commands.
20288 (compilation-goto-locus): Temporarily highlight current match in
20289 source buffer using compilation-highlight-regexp.
20290
20291 * progmodes/grep.el: New file with grep code from compile.el.
20292 (grep): New defcustom group.
20293 (grep-window-height): New defcustom, like compilation-window-height.
20294 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20295 (grep-scroll-output): New defcustom, like compilation-scroll-output.
20296 (grep-command, grep-use-null-device, grep-find-command)
20297 (grep-tree-files-aliases, grep-tree-ignore-case)
20298 (grep-tree-ignore-CVS-directories): Move to grep custom group.
20299 (grep-setup-hook): New hook variable.
20300 (grep-mode-map): New keymap for grep commands. Add Grep menu.
20301 (grep-last-buffer): New defvar, override compilation-last-buffer.
20302 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
20303 Call compile-internal with args highlight-regexp and grep-mode-map.
20304
20305 2003-11-23 Kim F. Storm <storm@cua.dk>
20306
20307 * subr.el (event-start, event-end): Doc fix.
20308 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
20309 (posn-area, posn-actual-col-row, posn-object): New defuns.
20310 (posn-col-row): Simplify doc. Rewrite to use cond.
20311 (posn-point): Also return buffer position for events outside text
20312 area (that info is now present in the event position).
20313
20314 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
20315 mouse-set-point so that hscroll still works now that clicks on
20316 fringes generate specific mouse events.
20317 (mouse-set-point): Note that it now works in fringes and margins
20318 too due to new semantics of posn-point in fringes and margins.
20319
20320 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
20321 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
20322
20323 2003-11-20 Kim F. Storm <storm@cua.dk>
20324
20325 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
20326 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
20327 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
20328 to 100 for icons to avoid increasing line height when shown.
20329
20330 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20331
20332 * newcomment.el (comment-normalize-vars): Initialize properly if
20333 comment-start was nil.
20334
20335 2003-11-19 Andreas Schwab <schwab@suse.de>
20336
20337 * simple.el (set-variable): Fix indentation.
20338
20339 2003-11-17 Kenichi Handa <handa@m17n.org>
20340
20341 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20342 Fix docstring.
20343
20344 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20345
20346 * international/latin1-disp.el (latin1-display): Fix docstring.
20347
20348 2003-11-16 John Wiegley <johnw@newartisans.com>
20349
20350 * eshell/em-ls.el (eshell-ls-file): There are times with
20351 size-width is nil and uncomputed (when directories are created in
20352 dired, for example); in this case, 4 is reasonable default value,
20353 although it may caused skewed new entries (which could be avoided
20354 by returning the original value of 8 in all cases, but 99% of the
20355 time this is a waste of whitespace).
20356
20357 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20358
20359 * cc-engine.el (c-guess-continued-construct)
20360 (c-guess-basic-syntax): Check a little more carefully if it's a
20361 function declaration when an unknown construct followed by a block
20362 is found inside a statement context. This avoids macros followed
20363 by blocks to be taken as function declarations.
20364
20365 (c-guess-continued-construct): Change the analysis of a statement
20366 continuation with a brace open to `substatement-block', for
20367 consistency with recognized statements.
20368
20369 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20370 start is in a position so that `c-beginning-of-statement-1' jumped
20371 to the beginning of the same statement.
20372
20373 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20374 Don't accept binary operators in the arglist if we're in a function
20375 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
20376 template recognition in cases like "if (a < b || c > d)".
20377
20378 (c-restricted-<>-arglists): New more appropriate name for
20379 `c-disallow-comma-in-<>-arglists'.
20380
20381 Accessing functions updated for the variable name change.
20382
20383 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20384 match data could get clobbered if NOT-INSIDE-TOKEN is used.
20385
20386 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20387 labels.
20388
20389 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20390 instead of duplicating parts of it. This fixes bogus label
20391 recognition.
20392
20393 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20394 of checking the context in which to apply the minimum indentation,
20395 so that it isn't enforced in e.g. namespace blocks.
20396
20397 * cc-vars.el (c-inside-block-syms): New constant used by
20398 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
20399 to somewhat reduce the risk of becoming stale.
20400
20401 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20402 cc-cmds to cc-engine to allow use from cc-align.
20403
20404 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20405 qualified identifiers containing "::".
20406
20407 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20408 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20409
20410 * cc-vars.el (c-emacs-features): Use a space in front of the name
20411 of the temporary buffer. That also avoids dumping problems in
20412 XEmacs due to undo info being left around after the buffer is killed.
20413
20414 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20415 arglist to see if it's a K&R style declaration.
20416
20417 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20418 before returning `knr-argdecl-intro'.
20419
20420 2003-11-16 John Wiegley <johnw@newartisans.com>
20421
20422 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20423 field in a long-listing always 8 characters, use `size-width',
20424 which has already been computed.
20425
20426 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
20427
20428 * subr.el (minor-mode-list): Add `hs-minor-mode'.
20429
20430 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20431
20432 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20433 Support operation while narrowed, with `diff-restrict-view'.
20434
20435 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20436
20437 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20438 Take additional optional arg NARROWFUN. For the generated functions:
20439 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
20440 include frags that arrange to check for and save narrowing state before
20441 the move and then conditionally call NARROWFUN after the move.
20442
20443 2003-11-14 John Wiegley <johnw@newartisans.com>
20444
20445 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20446 that was optional, but obviously missing based on surrounding code.
20447
20448 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20449 string arguments to numbers unless the whole argument was seen as
20450 a number.
20451
20452 2003-11-14 Kenichi Handa <handa@m17n.org>
20453
20454 * international/mule.el (ctext-non-standard-encodings-alist):
20455 Fix coding systems.
20456
20457 2003-11-10 Kenichi Handa <handa@m17n.org>
20458
20459 * language/kannada.el ("Kannada"): Add sample-text.
20460
20461 * language/knd-util.el (kannada-compose-region)
20462 (kannada-compose-string, kannada-post-read-conversion):
20463 Add autoload cookie.
20464
20465 * international/quail.el (quail-completion): Change the message
20466 "corresponding translations" to "corresponding characters".
20467
20468 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
20469
20470 * descr-text.el (describe-char): Fix typo.
20471
20472 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
20473
20474 These changes are to support Kannada language/script.
20475
20476 * Makefile.in (DONTCOMPILE): Add kannada.el.
20477
20478 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20479
20480 * loadup.el: Preload kannada.el.
20481
20482 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20483 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20484 New variables.
20485
20486 * language/kannada.el: New file.
20487
20488 * language/knd-util.el: New file.
20489
20490 2003-11-07 Andreas Schwab <schwab@suse.de>
20491
20492 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20493 Also highlight AH_*.
20494
20495 * xml.el (xml-parse-dtd): Fix misplaced paren.
20496
20497 2003-11-07 Kenichi Handa <handa@m17n.org>
20498
20499 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20500
20501 2003-11-05 Juri Linkov <juri@jurta.org>
20502
20503 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20504 (desktop-buffer-file): Use saved buffer-file-coding-system
20505 for file reading. Set auto-insert to nil to prevent automatic
20506 insertion into restored empty files.
20507
20508 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20509
20510 * files.el (risky-local-variable-p): Make second argument optional.
20511
20512 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20513
20514 * subr.el (add-hook): Fix last change.
20515
20516 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20517
20518 * mail/rmail.el (rmail-convert-to-babyl-format):
20519 If base64-decode-region signals an error, catch it and silently
20520 ignore it.
20521
20522 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20523
20524 * xml.el (xml-parse-region): Allow comments to appear after the
20525 topmost element has closed.
20526 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20527 (xml-ns-expand-attr): New functions to do namespace handling.
20528 (xml-intern-attrlist): Back-compatible handling of attribute names.
20529 (xml-parse-tag): Move namespace handling to separate functions.
20530 Now produces elements in the form ((:ns . "element") (attr-list)
20531 children) instead of ('ns:element (attr-list) children).
20532 (xml-parse-attlist): Fix attribute parsing.
20533 (xml-parse-dtd): Change parsing so that it produces strings
20534 instead of interned symbols.
20535
20536 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20537
20538 * dired.el (dired-ls-sorting-switches): Doc fix.
20539
20540 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20541
20542 * emacs-lisp/rx.el (rx-or): Fix the case of
20543 "(rx (and ?a (or ?b ?c) ?d))".
20544
20545 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20546
20547 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20548 (texinfo-format-region): Use it.
20549 (texinfo-format-buffer-1): Ditto.
20550
20551 2003-11-01 Alan Mackenzie <acm@muc.de>
20552
20553 Changes to allow scrolling whilst in isearch mode:
20554 * isearch.el (isearch-unread-key-sequence): New function,
20555 extracted from isearch-other-meta-char.
20556 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20557 "scrollable" standard functions.
20558 (isearch-allow-scroll): New customizable variable.
20559 (isearch-string-out-of-window, isearch-back-into-window)
20560 (isearch-reread-key-sequence-naturally)
20561 (isearch-lookup-scroll-key): New functions.
20562 (isearch-other-meta-char): Doc string and functionality enhanced.
20563 Now accepts a prefix argument.
20564 (isearch-lazy-highlight-window-end): New variable.
20565 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20566 end (thru isearch-lazy-highlight-window-end), not only its start.
20567
20568 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20569 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20570 (universal-argument, universal-argument-more, negative-argument)
20571 (digit-argument, universal-argument-other-key): Minor changes.
20572
20573 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20574
20575 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20576 recursively if the last message is deleted, thus avoiding an
20577 infinite loop.
20578
20579 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20580
20581 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20582 (tex-main-file): Don't add .tex if the extension is already present.
20583 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20584
20585 2003-10-29 Lute Kamstra <lute@gnu.org>
20586
20587 * progmodes/octave-inf.el (inferior-octave-prompt):
20588 Recognize version number in prompt.
20589
20590 2003-10-28 Dave Love <fx@gnu.org>
20591
20592 * international/characters.el: Fix some Unicode ranges.
20593
20594 2003-10-28 Kenichi Handa <handa@m17n.org>
20595
20596 * disp-table.el (standard-display-8bit)
20597 (standard-display-default, standard-display-ascii)
20598 (standard-display-g1, standard-display-graphic)
20599 (standard-display-underline): Assure that standard-display-table
20600 is a display table.
20601
20602 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20603
20604 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20605 reindenting the first line.
20606
20607 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20608
20609 * wid-edit.el (widget-default-delete): Always delete child widgets.
20610
20611 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20612
20613 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20614 if the line has code.
20615 Don't try to line up with something that's too far left.
20616
20617 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20618 (octave-mode-syntax-table): Add % as a comment starter.
20619 (octave-point): Remove.
20620 (octave-in-comment-p, octave-in-string-p)
20621 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20622 (octave-blink-matching-block-open, octave-auto-fill):
20623 Use line-(beginning|end)-position instead.
20624
20625 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20626
20627 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20628 for Francesco Potort\e,Al\e(B.
20629
20630 2003-10-23 Dave Love <fx@gnu.org>
20631
20632 * international/mule-cmds.el (locale-charset-to-coding-system):
20633 Don't rely on nil being a coding system.
20634
20635 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20636 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20637 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20638
20639 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20640
20641 * gdb-ui.el (gdb-current-language): New variable.
20642 (gdb-update-flag): Remove variable.
20643 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20644 (gdb-take-last-elt): Remove function.
20645 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20646 (gdb-post-prompt): Check for variable object changes here.
20647
20648 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20649 object changes in gdb-ui.el.
20650
20651 2003-10-21 Richard M. Stallman <rms@gnu.org>
20652
20653 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20654
20655 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20656 Don't check for foo*/ wildcard form here.
20657 (insert-directory): Recognize foo*/ as a wildcard.
20658 Separate wildcard-regexp variable from the arg, wildcard.
20659
20660 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20661 (remove-hook): Correctly handle strange cases about local hooks.
20662
20663 2003-10-21 David Ponce <david@dponce.com>
20664
20665 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20666 argument REAL, to return a real number instead of a rounded
20667 integer value. Define as inline function.
20668 (ruler-mode-right-fringe-cols): Likewise.
20669 (ruler-mode-scroll-bar-cols): New function.
20670 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20671 (ruler-mode-right-scroll-bar-cols): Likewise.
20672 (ruler-mode-space): New function.
20673 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20674 scroll bar mode and margins in a more robust way.
20675
20676 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20677
20678 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20679 (antlr-c-init-language-vars): New function.
20680 (antlr-mode): Use it with cc-mode before v5.29.
20681 (antlr-c-common-init): Don't set some local vars here.
20682 (antlr-mode): Set them here.
20683 (antlr-c-forward-sws): New function alias.
20684 (antlr-mode): Redefine with cc-mode before v5.30.
20685 (antlr-skip-sexps): Use it.
20686 (antlr-skip-exception-part): Ditto.
20687 (antlr-skip-file-prelude): Ditto.
20688 (antlr-outside-rule-p): Ditto.
20689 (antlr-end-of-body): Ditto.
20690 (antlr-option-kind): Ditto.
20691 (antlr-insert-option-area): Ditto.
20692 (antlr-file-dependencies): Ditto.
20693
20694 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20695
20696 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20697 Move backward only if point was not inside an entry.
20698
20699 2003-10-21 Richard M. Stallman <rms@gnu.org>
20700
20701 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20702
20703 2003-10-21 Juri Linkov <juri@jurta.org>
20704
20705 * compare-w.el: Automatically skip non-matching text to resync.
20706 (compare-windows-whitespace): Doc fix.
20707 (compare-windows-sync, compare-windows-sync-string-size)
20708 (compare-windows-recenter, compare-ignore-whitespace)
20709 (compare-windows-highlight, compare-windows-face): New variables.
20710 (compare-windows): Use compare-windows-sync.
20711 (compare-windows-highlight, compare-windows-dehighlight)
20712 (compare-windows-sync-regexp)
20713 (compare-windows-sync-default-function): New functions.
20714
20715 2003-10-21 Juri Linkov <juri@jurta.org>
20716
20717 * diff.el (diff-parse-differences): Don't visit the files now;
20718 instead, just record the error locus.
20719
20720 2003-10-21 Dave Love <fx@gnu.org>
20721
20722 * progmodes/cfengine.el: New file.
20723
20724 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20725
20726 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20727 default-directory when completing file names.
20728
20729 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20730
20731 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20732 followed by the word `face', it gets treated as a face, even if
20733 it is also defined as a variable or a function.
20734
20735 2003-10-20 Dave Love <fx@gnu.org>
20736
20737 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20738 Avoid incf in macro expansion.
20739
20740 2003-10-20 John Paul Wallington <jpw@gnu.org>
20741
20742 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20743 `evenp' so we don't implicitly require cl library at runtime.
20744
20745 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20746
20747 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20748 (help-make-xrefs): Only make cross-references for faces if
20749 preceded or followed by the word `face'. Do not make a
20750 cross-reference for variables without variable documentation,
20751 unless preceded by the word `variable' or `option'. Update doc
20752 string accordingly.
20753
20754 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20755
20756 * progmodes/hideshow.el: Rewrite one-armed `if'
20757 constructs using either `when' or `unless'.
20758 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20759
20760 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20761
20762 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20763 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20764 instead of 12x12.
20765
20766 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20767
20768 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20769 message while converting to Babyl.
20770
20771 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20772
20773 * allout.el (allout-mode): Doc fix.
20774
20775 2003-10-16 Lute Kamstra <lute@gnu.org>
20776
20777 * subr.el (force-mode-line-update): Fix docstring.
20778
20779 2003-10-14 Dave Love <fx@gnu.org>
20780
20781 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20782 (default-input-method): Add :link, improve :type.
20783 (locale-charset-language-names): Fix utf-8 pattern.
20784 (locale-charset-match-p, locale-charset-alist)
20785 (locale-charset-to-coding-system): New.
20786 (set-locale-environment): Deal with codeset part of locale specs.
20787
20788 2003-10-14 Lute Kamstra <lute@gnu.org>
20789
20790 * fringe.el (fringe-mode): Use active voice in docstring.
20791 (set-fringe-style): Ditto.
20792
20793 2003-10-13 Lute Kamstra <lute@gnu.org>
20794
20795 * fringe.el (fringe-mode): Fix docstring.
20796 (set-fringe-style): Ditto.
20797
20798 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20799
20800 * ediff-mult.el (ediff-filegroup-action):
20801 Use ediff-default-filtering-regexp.
20802
20803 * ediff-util.el (ediff-recenter): Don't call
20804 ediff-restore-highlighting twice.
20805 (ediff-select-difference): Set current difference.
20806 (ediff-unselect-and-select-difference): Add comment.
20807
20808 * ediff.el (ediff-directories,ediff-directory-revisions)
20809 (ediff-directories3,ediff-merge-directories)
20810 (ediff-merge-directories-with-ancestor)
20811 (ediff-merge-directory-revisions)
20812 (ediff-merge-directory-revisions-with-ancestor):
20813 Use ediff-default-filtering-regexp.
20814
20815 2003-10-12 Andreas Schwab <schwab@suse.de>
20816
20817 * international/mule-cmds.el (locale-charset-language-names):
20818 Simplify regex by removing unused grouping.
20819
20820 2003-10-10 Dave Love <fx@gnu.org>
20821
20822 * bindings.el: Don't bind stop.
20823
20824 2003-10-08 Miles Bader <miles@gnu.org>
20825
20826 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20827 face instead of attempting to emulate it.
20828
20829 2003-10-07 Kenichi Handa <handa@m17n.org>
20830
20831 * international/mule-diag.el (list-coding-systems-1): List coding
20832 systems that are loaded automatically.
20833
20834 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20835
20836 * international/mule.el (autoload-coding-system): New function.
20837
20838 2003-10-07 Andreas Schwab <schwab@suse.de>
20839
20840 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20841 change-log-default-name in the buffer visiting the file.
20842
20843 2003-10-06 Dave Love <fx@gnu.org>
20844
20845 * files.el (find-file-hook): Customize.
20846 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20847
20848 * bindings.el (completion-ignored-extensions): Remove .log.
20849 (global-map): Add again, open, stop keys.
20850
20851 2003-10-05 Richard M. Stallman <rms@gnu.org>
20852
20853 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20854 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20855 Use sh-modify directly.
20856 (sh-select): Use sh-append, not eval.
20857
20858 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20859
20860 * info.el (Info-following-node-name): New function.
20861
20862 * loadhist.el (unload-feature-special-hooks):
20863 Rename from loadhist-hook-functions.
20864 (loadhist-hook-functions): Now an alias.
20865
20866 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20867
20868 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20869 file-name clashes on 8+3 filesystems.
20870
20871 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20872 Rename loaddefs-boot.el to ldefs-boot.el
20873
20874 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20875 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20876
20877 2003-10-03 Lute Kamstra <lute@gnu.org>
20878
20879 * info.el (Info-mode): Revert previous change.
20880 (Info-escape-percent): New function.
20881 (Info-fontify-node): Use it.
20882
20883 2003-10-02 Andreas Schwab <schwab@suse.de>
20884
20885 * loaddefs-boot.el: Regenerated.
20886
20887 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20888
20889 * ffap.el: Remove defadvice related code from CVS since `complete'
20890 provides a `PC-completion-as-file-name-predicate' variable that
20891 ffap can override.
20892
20893 2003-10-02 Kenichi Handa <handa@m17n.org>
20894
20895 * international/utf-8.el (ccl-decode-mule-utf-8):
20896 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20897
20898 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20899 * international/subst-big5.el: Likewise.
20900 * international/subst-gb2312.el: Likewise.
20901 * international/subst-ksc.el: Likewise.
20902
20903 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20904
20905 * calendar/calendar.el (increment-calendar-month)
20906 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20907 (generate-calendar, calendar-read-date, calendar-interval)
20908 (calendar-day-of-week): Handle years BC.
20909 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20910
20911 2003-10-01 Dave Love <fx@gnu.org>
20912
20913 * language/cyrillic.el (cp1251): Alias for windows-1251.
20914
20915 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20916 bootstrap.
20917
20918 2003-10-01 Lute Kamstra <lute@gnu.org>
20919
20920 * files.el: Fix typo.
20921 * imenu.el (imenu--generic-function): Docstring fix.
20922
20923 2003-09-30 Richard M. Stallman <rms@gnu.org>
20924
20925 * dired.el (dired-mode): Handle dired-directory as a list.
20926
20927 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20928
20929 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20930
20931 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20932
20933 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20934 Replace gud-display with gud-watch.
20935 (gud-speedbar-buttons): Add stuff for watching expressions
20936 in the speedbar when using M-x gdba. Use dolist on old part
20937 of this function.
20938
20939 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20940 (gdb-update-flag): New variables.
20941 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20942 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20943 (gud-watch, gdb-var-create-handler) : New functions.
20944 (gdb-var-list-children, gdb-var-list-children-handler)
20945 (gdb-var-create-regexp, gdb-var-update-regexp)
20946 (gdb-var-list-children-regexp): New constants.
20947 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20948 (gdb-annotation-rules): Reduce annotation set (level 3).
20949 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20950 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20951 updates.
20952 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20953 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20954 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20955 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20956 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20957 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20958 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20959 (gud-display, gud-display1)
20960 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20961 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20962 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20963 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20964 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20965 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20966 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20967 (gdb-display-display-buffer, gdb-toggle-display)
20968 (gdb-delete-display, gdb-expressions-popup-menu)
20969 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20970 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20971 to display buffer.
20972
20973 2003-09-30 Richard M. Stallman <rms@gnu.org>
20974
20975 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20976 Instead, set which-func-functions.
20977
20978 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20979 (which-func-functions): New variable.
20980 (which-function): Use that.
20981
20982 * info.el (Info-mode): Double each `%' in header line.
20983
20984 * emacs-lisp/lisp-mnt.el (lm-with-file):
20985 When FILE is nil, run BODY in current buffer.
20986
20987 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20988
20989 * help.el (describe-mode): Start with a brief list of minor modes.
20990 Find them thru minor-mode-list so as to find them all.
20991 Show them in alphabetical order.
20992
20993 * mail/sendmail.el (mail-aliases): Doc fix.
20994
20995 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20996
20997 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20998
20999 * mail/rmailsum.el (rmail-make-summary-line-1):
21000 Change comma after last label to a space.
21001 (rmail-summary-font-lock-keywords): Adapt to that change.
21002
21003 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
21004
21005 * progmodes/scheme.el (scheme-mode-variables): When setting
21006 `font-lock-defaults', also specify that "#" should
21007 be interpreted with `word' syntax.
21008 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21009
21010 2003-09-30 Lars Hansen <larsh@math.ku.dk>
21011
21012 * desktop.el: A lot of comments updated.
21013 (desktop-save-mode): Minor mode introduced.
21014 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21015 (desktop-load-default): Function made obsolete.
21016 (desktop-locals-to-save): Variable made customizable.
21017 (desktop-read): Optional parameter `dirname' added.
21018 (desktop-change-dir, desktop-revert): Parameter `dirname' in
21019 `desktop-read' used.
21020 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21021
21022 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
21023
21024 * whitespace.el (whitespace-clean-msg): Add user customizable message
21025 for displaying ``clean'' output.
21026 (whitespace-buffer): Use `whitespace-clean-msg'.
21027 (whitespace-global-mode): Fix typo.
21028
21029 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
21030
21031 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21032
21033 2003-09-29 Lute Kamstra <lute@gnu.org>
21034
21035 * bindings.el (mode-line-modes): Remove superfluous :propertize
21036 construct in initialization.
21037 (mode-line-position): Change cons cell into proper list in
21038 initialization.
21039
21040 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21041
21042 * international/mule.el (decode-coding-inserted-region): Use car
21043 of the return value of find-operation-coding-system.
21044
21045 2003-09-29 Kenichi Handa <handa@m17n.org>
21046
21047 * descr-text.el (describe-char): Fix previous change.
21048
21049 2003-09-28 Kenichi Handa <handa@m17n.org>
21050
21051 * descr-text.el (describe-char-display): New function.
21052 (describe-char): Pay attention to display table on describing how
21053 a character is displayed.
21054
21055 * international/mule-cmds.el (encoded-string-description):
21056 Prepend "0x" to each encoded byte.
21057
21058 2003-09-28 Andreas Schwab <schwab@suse.de>
21059
21060 * find-file.el (ff-special-constructs): Add autoload cookie.
21061
21062 2003-09-28 Kevin Ryde <user42@zip.com.au>
21063
21064 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21065 makeinfo appends to duplicate index entries.
21066
21067 2003-09-28 Eli Zaretskii <eliz@gnu.org>
21068
21069 * dired-x.el (dired-clean-tex): Doc fix.
21070
21071 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21072 using a Chinese tutorial.
21073
21074 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21075
21076 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21077 between "MAIL FROM:" and "RCPT TO:" and the following address.
21078
21079 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21080
21081 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21082
21083 2003-09-28 David Ponce <david@dponce.com>
21084
21085 * recentf.el (recentf-initialize-file-name-history): New defcustom.
21086 (recentf-load-list): When `recentf-initialize-file-name-history'
21087 is non-nil, initialize an empty `file-name-history' with the
21088 recent list.
21089
21090 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
21091
21092 * man.el (Man-default-man-entry): Remove the leading `*' from the
21093 word at point.
21094
21095 2003-09-26 Lute Kamstra <lute@gnu.org>
21096
21097 * bindings.el (mode-line-position): Mention size indication in
21098 docstring.
21099
21100 2003-09-26 Andre Spiegel <spiegel@gnu.org>
21101
21102 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21103
21104 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21105 because it's autoloaded now.
21106
21107 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21108
21109 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21110 (sh-font-lock-keywords, sh-feature): Fix previous change of
21111 sh-feature to avoid infloop with sh-font-lock-keywords.
21112
21113 2003-09-25 Kim F. Storm <storm@cua.dk>
21114
21115 * frame.el (frame-current-scroll-bars): New defun.
21116
21117 * window.el (window-current-scroll-bars): New defun.
21118
21119 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21120
21121 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21122 cause errors when the state cache contains info on parts that have
21123 been narrowed out.
21124
21125 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21126
21127 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21128 `c-setup-paragraph-variables' has to be used when this variable is
21129 changed; it doesn't work to reinitialize the mode since that
21130 typically clobbers the variable.
21131
21132 * progmodes/cc-styles.el (c-setup-paragraph-variables):
21133 Make it interactive.
21134
21135 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21136
21137 * progmodes/cc-fonts.el (c-font-lock-declarations):
21138 Fix recognition of constructors and destructors for classes whose
21139 names are matched by `*-font-lock-extra-types'.
21140
21141 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21142 followed by an identifier in C++ then it's a type.
21143
21144 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21145
21146 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21147 problem that primarily affected XEmacs. Don't use faces to find
21148 unterminated strings since Emacs and XEmacs fontify strings
21149 differently - this function should now work better in XEmacs.
21150
21151 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21152
21153 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21154 `expand-abbrev' workaround which caused braces to misbehave inside
21155 macros.
21156
21157 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21158 handling. This bug could cause interactive font locking to bail out.
21159
21160 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21161
21162 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21163 Handle paren-style types in Pike. Also fixed some cases of
21164 insufficient handling of unbalanced parens.
21165
21166 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
21167
21168 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21169 common shell prompts that are not common filename or URL characters.
21170 (ffap-file-at-point): Use the new regexp to strip the prompts from
21171 the file names. This is an issue mostly for user prompts that
21172 don't have a trailing space and find-file-at-point is invoked from
21173 within a shell inside Emacs.
21174
21175 2003-09-24 Andre Spiegel <spiegel@gnu.org>
21176
21177 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21178 stamps numerically, rather than textually.
21179
21180 2003-09-24 Kenichi Handa <handa@m17n.org>
21181
21182 * language/devan-util.el (devanagari-post-read-conversion):
21183 * language/mlm-util.el (malayalam-post-read-conversion):
21184 * language/tml-util.el (tamil-post-read-conversion):
21185 Add autoload cookie.
21186
21187 * international/utf-8.el (utf-8-post-read-conversion):
21188 Call post-read-conversion functions for Devanagari, Malayalam,
21189 and Tamil.
21190
21191 2003-09-23 Dave Love <fx@gnu.org>
21192
21193 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21194
21195 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
21196
21197 * progmodes/gud.el (perldb): Add gud-until to list of commands.
21198 Update gud-remove.
21199
21200 2003-09-22 Richard M. Stallman <rms@gnu.org>
21201
21202 * progmodes/sh-script.el (sh-mode-default-syntax-table):
21203 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
21204 (sh-mode-syntax-table-input): New variable.
21205 (sh-require-final-newline): Don't use eval.
21206 (sh-builtins, sh-leading-keywords, sh-other-keywords)
21207 (sh-variables, sh-font-lock-keywords): Don't use eval.
21208 (sh-set-shell): When setting require-final-newline,
21209 treat value = `require-final-newline' as don't change it.
21210 Set sh-mode-syntax-table locally based on
21211 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21212
21213 * progmodes/compile.el (compile-internal):
21214 Call compilation-set-window-height before setting window start.
21215
21216 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
21217
21218 * emacs-lisp/bytecomp.el (byte-compile-log-file):
21219 Clear out byte-compile-last-warned-form.
21220
21221 2003-09-22 Richard M. Stallman <rms@gnu.org>
21222
21223 * woman.el (woman-file-name, woman-follow-word):
21224 If current-word returns nil, use "".
21225
21226 * simple.el (eval-expression): Bind standard-output in to-buffer case.
21227
21228 2003-09-22 Richard M. Stallman <rms@gnu.org>
21229
21230 * emacs-lisp/lisp-mnt.el (lm-with-file):
21231 Don't visit the file, just use insert-file-contents in temp buffer.
21232
21233 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
21234
21235 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21236 Add surrounding \\( and \\) around the header, as in
21237 for lm-history-header 'Change Log\\|History'.
21238
21239 2003-09-22 John Paul Wallington <jpw@gnu.org>
21240
21241 * progmodes/ld-script.el: Add Commentary section,
21242 minor cleanup of file header.
21243 (ld-script-font-lock-keywords): Doc fix.
21244 (toplevel): Provide `ld-script' feature.
21245
21246 2003-09-21 Kim F. Storm <storm@cua.dk>
21247
21248 * scroll-bar.el (set-scroll-bar-mode): Initialize to
21249 new built-in variable default-frame-scroll-bars.
21250 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21251 scroll-bar-mode; notably, use it instead of t when we toggle
21252 scroll-bars on.
21253 (toggle-scroll-bar): Use default-frame-scroll-bars.
21254
21255 2003-09-19 Masatake YAMATO <jet@gyve.org>
21256
21257 * pcvs.el (cvs-do-removal): Change the prompt depending on
21258 `filter' value.
21259
21260 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21261
21262 * startup.el (command-line-1): Stop startup-echo-area-message
21263 being hidden by "Loading image..." message.
21264 (use-fancy-splash-screens-p, display-splash-screen):
21265 Move display-graphic-p test from latter to former.
21266
21267 * progmodes/sh-script.el (sh-font-lock-keywords):
21268 Highlight escaped EOLs differently from other backslash constructs.
21269
21270 2003-09-19 Richard M. Stallman <rms@gnu.org>
21271
21272 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
21273 New functions.
21274 (edebug-enter, edebug-outside-excursion): Use them.
21275
21276 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21277 Fix the condition for whether to print "In WHERE".
21278
21279 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
21280
21281 * finder.el (finder-mode-hook): New variable.
21282 (finder-mode): Run hook finder-mode-hook
21283
21284 2003-09-18 Masatake YAMATO <jet@gyve.org>
21285
21286 * progmodes/ebrowse.el: Fix broken magic autoload comments.
21287
21288 2003-09-17 Mario Lang <mlang@delysid.org>
21289
21290 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21291 "p %e" to actually print the value in the GUD buffer.
21292
21293 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
21294
21295 From David Ponce <david.ponce@wanadoo.fr>:
21296 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21297 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21298 from loaddefs-boot.el if necessary.
21299
21300 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
21301
21302 * progmodes/gud.el (gud-find-class): Make jdb work again since
21303 cc-mode changed the syntactic information.
21304
21305 2003-09-15 David Ponce <david@dponce.com>
21306
21307 * recentf.el: (recentf-exclude): Accept predicates too.
21308 (recentf-file-readable-p): New function.
21309 (recentf-include-p): Handle predicates in recentf-exclude.
21310 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
21311 (recentf-cleanup): Likewise.
21312 (recentf-save-list): Use write-file to handle backup of
21313 recentf-save-file.
21314
21315 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
21316
21317 * loaddefs-boot.el: Renamed from `loaddefs.el'
21318 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
21319 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
21320 necessary.
21321
21322 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
21323
21324 * electric.el (Electric-pop-up-window): For the `one-window' case,
21325 no longer disconcertingly move point in the original buffer.
21326
21327 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21328
21329 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
21330
21331 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
21332
21333 * dired.el (dired-mode-map): Fix typo.
21334
21335 2003-09-11 Richard M. Stallman <rms@gnu.org>
21336
21337 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21338
21339 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21340
21341 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21342 the function is less noisy. Now only `kill-buffer' can ask questions.
21343
21344 2003-09-10 Mario Lang <mlang@delysid.org>
21345
21346 * battery.el: Update Commentary and Copyright.
21347 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21348 appear due to wrong ordering of the expressions in `or'.
21349
21350 2003-09-09 Lute Kamstra <lute@gnu.org>
21351
21352 * misc.el (upcase-char): Fix docstring.
21353 (zap-up-to-char): New command.
21354
21355 2003-09-08 David Ponce <david@dponce.com>
21356
21357 Ensure that recentf correctly updates the menu bar.
21358 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21359 (recentf-menu-bar): New function.
21360 (recentf-clear-data): Use it
21361 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
21362 of easy-menu-change.
21363
21364 2003-09-08 Lute Kamstra <lute@gnu.org>
21365
21366 * simple.el (size-indication-mode): New.
21367 * bindings.el (mode-line-position): Add buffer size indicator.
21368
21369 2003-09-04 Mario Lang <mlang@delysid.org>
21370
21371 * battery.el (battery-linux-proc-acpi): New function.
21372 (battery-status-function): Modify default value calculation to also
21373 check for availability of ACPI.
21374 (battery-echo-area-format): Ditto.
21375 (battery-mode-line-format): Ditto.
21376
21377 2003-09-06 Dave Love <fx@gnu.org>
21378
21379 * ielm.el (ielm-mode-hook): Add :options.
21380
21381 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21382 (eldoc-print-current-symbol-info): Use it.
21383
21384 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
21385
21386 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21387 being displayed in GUD buffer.
21388 (gdb-idle-input-queue): Remove var. Use just one queue.
21389 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21390 Remove functions. Use just one queue.
21391 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21392 (gdb-invalidate-assembler, gdb-get-current-frame):
21393 Modify functions. Use just one queue.
21394
21395 2003-09-04 Dave Love <fx@gnu.org>
21396
21397 * cus-start.el: Add blink-cursor-alist.
21398
21399 * ruler-mode.el (ruler-mode-fill-column-char)
21400 (ruler-mode-current-column-char): Use char-displayable-p,
21401 not window-system.
21402
21403 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21404
21405 * language/european.el (windows-1252): Move from code-pages.
21406
21407 * language/cyrillic.el ("Windows-1251"): Delete.
21408 ("Bulgarian", "Belarusian"): Remove `features'.
21409 (windows-1251): Move from code-pages.
21410
21411 * international/mule-diag.el (non-iso-charset-alist):
21412 Remove `codepage' stuff.
21413 (print-designation, list-coding-systems-1): Output fixes.
21414
21415 * international/code-pages.el (cp-make-translation-table)
21416 (cp-valid-codes): Made defsubsts.
21417 (cp-fix-safe-chars): Delete.
21418 (mule-diag): Don't require.
21419 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21420 (top-level): Check for defined coding system when defining
21421 cp... aliases. Change w32-add-charset-info test to avoid warning.
21422 (non-iso-charset-alist): Defvar when compiling.
21423 (cp-make-coding-system): Doc fix.
21424
21425 2003-09-02 Jason Rumney <jasonr@gnu.org>
21426
21427 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21428 line-ends from CVS before doing conversion.
21429
21430 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
21431
21432 * calendar/diary-lib.el (diary-header-line-flag)
21433 (diary-header-line-format): New variables.
21434 (list-diary-entries): Use them to set header line in simple diary.
21435
21436 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21437 other than font-lock-string-face to highlight backslashes.
21438
21439 2003-09-01 Jason Rumney <jasonr@gnu.org>
21440
21441 * international/titdic-cnv.el (tit-read-key-value): Include \r in
21442 regexp.
21443
21444 2003-09-01 Dave Love <fx@gnu.org>
21445
21446 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21447
21448 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21449 and :help; also line and column numbers labels.
21450
21451 * international/mule-util.el (char-displayable-p): Move from
21452 latin1-disp, rename and autoload.
21453
21454 * international/latin1-disp.el (latin1-char-displayable-p):
21455 Now obsolete alias. Replace uses with char-displayable-p.
21456 (latin1-display-ucs-per-lynx): Fix last change.
21457
21458 * international/mule-cmds.el (standard-display-european-internal):
21459 Don't use char code for Latin-1 NBSP.
21460 <XFree86 4>: Unfrob NBSP display table. Set display table to use
21461 U+2018, U+2019 for `'.
21462 (select-safe-coding-system): Message fix.
21463
21464 2003-09-01 Kenichi Handa <handa@m17n.org>
21465
21466 * international/fontset.el (setup-default-fontset): For Thai
21467 font, specify "*" family.
21468
21469 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21470
21471 * progmodes/compile.el (previous-error): Accept a prefix
21472 argument, similarly to next-error.
21473
21474 2003-08-31 Masatake YAMATO <jet@gyve.org>
21475
21476 * pcvs.el (cvs-do-removal): Use = instead of eq to check
21477 the number of files. Bind the number of files to a local
21478 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21479
21480 2003-08-30 Eli Zaretskii <eliz@gnu.org>
21481
21482 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21483 2003-07-26: msdos-long-file-names is a function, not a variable.
21484
21485 2003-08-29 Richard M. Stallman <rms@gnu.org>
21486
21487 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21488 Do nothing with mail-personal-alias-file if it is nil.
21489
21490 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21491 Do nothing if mail-personal-alias-file is nil.
21492
21493 * term.el (term-exec-1): Bind coding-system-for-read.
21494
21495 * dired.el (dired-mouse-find-file-other-window):
21496 Use dired-view-command-alist here, as in dired-view-file.
21497 (dired-view-command-alist): Use %s to substitute file name.
21498 Handle .ps_pages, .eps, .jpg, .gif, .png.
21499
21500 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21501
21502 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21503 `Info-prev-reference', instead of M-tab.
21504
21505 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21506
21507 * simple.el (blink-matching-open): Work correctly on chars that
21508 are designated as parens through the syntax-table text property.
21509
21510 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21511
21512 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21513 line break position in the middle of a non-kinsoku (e.g. latin)
21514 word, making it skip until either a space or a character with
21515 category "|".
21516 (kinsoku-longer): Test for end of buffer.
21517
21518 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21519
21520 * mail/rmail.el (rmail-convert-to-babyl-format):
21521 Detect quoted-printable- and base64-encoded messages and decode them
21522 automatically. Set the message's encoding from the charset=
21523 header, if any. Decode base64-encoded messages in Mail format as well.
21524
21525 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21526
21527 * mail/smtpmail.el: Fix previous change.
21528 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21529 calling smtpmail-via-smtp.
21530 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21531
21532 2003-08-26 John Paul Wallington <jpw@gnu.org>
21533
21534 * image.el (image-jpeg-p): Don't search beyond length of data.
21535
21536 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21537
21538 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21539 misfeature in `expand-abbrev' which caused electric keywords like
21540 "else" to disappear if an open brace was typed directly afterwards.
21541
21542 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21543
21544 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21545 mandatory in `define-widget'.
21546
21547 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21548 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21549
21550 (c-assignment-operators): New language constant that only contains
21551 the assignment operators.
21552
21553 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21554
21555 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21556
21557 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21558 Safeguard against unbalanced sexps.
21559
21560 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21561
21562 * version.el (emacs-version): Check for gtk. Include gtk version info.
21563
21564 2003-08-25 John Paul Wallington <jpw@gnu.org>
21565
21566 * man.el (Man-default-man-entry): Don't whizz past the section
21567 number before looking for it.
21568
21569 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21570
21571 * progmodes/gud.el (gud-display-line): Don't set window-point if
21572 source buffer is not visible. (Only happens with M-x gdba.)
21573
21574 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21575 documentation.
21576 (gdb-source, gdb-source-info): Update to assembler unnecessary
21577 as its done after each GDB command anyway.
21578 (gdb-pre-prompt): Use with-current-buffer.
21579 (gdb-insert-field): Add help-echo text.
21580 (gdb-invalidate-assembler): Re-display of assembler now done in
21581 gdb-info-breakpoints-custom.
21582 (gdb-info-breakpoints-custom): Force re-display of assembler to
21583 happen *after* update of breakpoints buffer.
21584 (gdb-display-source-buffer): Don't choke if gdb-source-window
21585 isn't visible.
21586 (gdb-put-string, gdb-put-arrow): Remove free variables.
21587
21588 2003-08-24 John Paul Wallington <jpw@gnu.org>
21589
21590 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21591
21592 * man.el (Man-default-man-entry): Strip text properties when
21593 snarfing parts of entry because `format' preserves properties.
21594
21595 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21596
21597 * files.el (file-newest-backup): Use `expand-file-name'.
21598
21599 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21600 Allow the diary to pop up a new frame, if needed.
21601
21602 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21603 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21604 (smtpmail-send-it): Make treatment of envelope-from consistent with
21605 sendmail.el.
21606
21607 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21608 (sh-leading-keywords): Add the bash `time' reserved word.
21609 (sh-variables): Add some bash variables.
21610 (sh-add-completer): Fix nil branch of case statement.
21611
21612 2003-08-24 Masatake YAMATO <jet@gyve.org>
21613
21614 * progmodes/ld-script.el: New file.
21615
21616 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21617
21618 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21619
21620 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21621
21622 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21623 Better explain obsolescence, and what to use instead.
21624
21625 2003-08-23 Masatake YAMATO <jet@gyve.org>
21626
21627 * pcvs.el (cvs-do-removal): Show the deleted file name
21628 on the prompt.
21629
21630 2003-08-20 Dave Love <fx@gnu.org>
21631
21632 * international/mule.el (make-coding-system)
21633 (set-buffer-file-coding-system): Doc fix.
21634
21635 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21636
21637 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21638
21639 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21640
21641 * international/utf-16.el: Add mime-text-unsuitable coding system
21642 properties.
21643
21644 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21645
21646 * cus-edit.el: Add some :links.
21647 (bib): Remove.
21648
21649 * textmodes/bib-mode.el (bib): Add :group external.
21650
21651 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21652
21653 * wid-edit.el (widget-echo-help): Make it handle expressions that
21654 evaluate to strings.
21655
21656 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21657
21658 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21659
21660 Simplify selection of SQL products to define highlighting and
21661 interactive mode. Includes detailed instructions on adding
21662 support for new products.
21663
21664 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21665 product for use in highlighting and interactive mode.
21666 (sql-interactive-product): New variable. SQL product for
21667 sql-interactive-mode.
21668 (sql-product-support): New variable. Specifies product-specific
21669 parameters to drive highlighting and interactive mode.
21670 (sql-imenu-generic-expression): Add more object types.
21671 (sql-sqlite-options): Correct comment.
21672 (sql-ms-program): Use "osql" rather than "isql".
21673 (sql-prompt-regexp, sql-prompt-length): Update comment.
21674 (sql-mode-menu): Add "Start SQLi session" entry.
21675 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21676 (sql-mode-abbrev-table): Add abbreviations. Support of
21677 SYSTEM-FLAG on define-abbrev. Support was removed with last
21678 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21679 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21680 names.
21681 (sql-mode-ansi-font-lock-keywords): Set as default value.
21682 (sql-mode-oracle-font-lock-keywords): Set as default value.
21683 Support Oracle 9i keywords.
21684 (sql-mode-postgres-font-lock-keywords): Set as default value.
21685 (sql-mode-linter-font-lock-keywords): Set as default value.
21686 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21687 SQLServer 2000.
21688 (sql-mode-sybase-font-lock-keywords)
21689 (sql-mode-interbase-font-lock-keywords)
21690 (sql-mode-sqlite-font-lock-keywords)
21691 (sql-mode-strong-font-lock-keywords)
21692 (sql-mode-mysql-font-lock-keywords)
21693 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21694 keywords.
21695 (sql-mode-font-lock-defaults): Update comment.
21696 (sql-product-feature): New function. Returns feature associated
21697 with a product from `sql-product-support' alist.
21698 (sql-product-font-lock): New function. Set font-lock support
21699 based on `sql-product'.
21700 (sql-add-product-keywords): New function. Add font-lock rules to
21701 product-specific keyword variables.
21702 (sql-set-product): New function. Set `sql-product' and apply
21703 appropriate font-lock highlighting.
21704 (sql-highlight-product): New function. Set font-lock support
21705 based on a product. Also set mode name to include product name.
21706 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21707 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21708 Use `sql-set-product'.
21709 (sql-highlight-ms-keywords)
21710 (sql-highlight-sybase-keywords)
21711 (sql-highlight-interbase-keywords)
21712 (sql-highlight-strong-keywords)
21713 (sql-highlight-mysql-keywords)
21714 (sql-highlight-sqlite-keywords)
21715 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21716 (sql-get-login): Prompt in the same order as the tokens.
21717 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21718 (sql-product-interactive): New function. Common portions of
21719 product-specific interactive mode wrappers.
21720 (sql-interactive-mode): Rewritten to use product features.
21721 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21722 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21723 (sql-db2, sql-linter): Use `sql-product-interactive'.
21724 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21725 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21726 (sql-connect-ingres, sql-connect-postgres)
21727 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21728 New functions. Format command line parameters and invoke comint on
21729 the appropriate interpreter. Code was in the corresponding
21730 `sql-xyz' function before.
21731 (sql-connect-ms): New function. Support -E argument to use
21732 operating system credentials for authentication.
21733
21734 2003-08-18 Kenichi Handa <handa@m17n.org>
21735
21736 * international/mule.el (encode-char): Fix for the ASCII case.
21737
21738 2003-08-15 Kenichi Handa <handa@m17n.org>
21739
21740 * international/fontset.el (setup-default-fontset): Change "*" to
21741 nil in the specifications of font family.
21742
21743 2003-08-18 Kim F. Storm <storm@cua.dk>
21744
21745 * kmacro.el (kmacro-keymap): Group related bindings in
21746 initialization for clarity. Bind C-s to start macro.
21747 Remove C-r binding.
21748 (kmacro-initial-counter-value): New defvar to hold initial counter
21749 value in case we set the value before defining a macro.
21750 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21751 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21752 not defining or executing macro. Doc fix.
21753 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21754 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21755 temporarily view older elements on the macro ring without cycling
21756 the ring.
21757 (kmacro-display): Doc fix.
21758 (kmacro-exec-ring-item): New helper function.
21759 (kmacro-call-ring-2nd): Use it.
21760 (kmacro-call-ring-2nd-repeat): Doc fix.
21761 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21762 (kmacro-end-or-call-macro): Execute last viewed macro (using
21763 kmacro-exec-ring-item) from ring if this follows
21764 kmacro-view-macro. This allows us to find a macro on the ring
21765 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21766 the ring to bring it to the head of the ring.
21767 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21768 Allow binding to reserved keys without specifying C-x C-k prefix.
21769 Ask for confirmation if entered key sequence is already bound to
21770 a non-macro command.
21771 (kmacro-view-macro): Repeating command will show older elements
21772 on the macro ring; C-k will execute the last viewed macro.
21773 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21774 property from 'ring to 'head.
21775
21776 2003-08-17 Alan Shutko <ats@acm.org>
21777
21778 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21779 keeping December out of the alist.
21780
21781 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21782
21783 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21784 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21785 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21786 (calendar-flatten): New function.
21787 (calendar-mouse-view-other-diary-entries)
21788 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21789 in the menu title and to show multi-line diary entries correctly
21790 in the menu.
21791
21792 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21793
21794 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21795 defcustom, because the default was recently changed.
21796
21797 2003-08-16 Richard M. Stallman <rms@gnu.org>
21798
21799 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21800
21801 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21802 New subroutine, broken out of eval-last-sexp-1.
21803 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21804
21805 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21806
21807 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21808
21809 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21810
21811 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21812
21813 * progmodes/compile.el (compilation-error-regexp-alist):
21814 Add Java ANt error detection as described in document
21815 http://ant.apache.org/faq.html
21816
21817 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21818
21819 * simple.el (backward-word, forward-to-indentation)
21820 (backward-to-indentation): Argument changed to optional.
21821 (next-line, previous-line): Use `or' instead of `unless'.
21822
21823 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21824
21825 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21826 instead of a constant.
21827
21828 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21829
21830 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21831
21832 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21833
21834 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21835 (vc-sccs-workfile-version): Search the entire delta table, rather
21836 than just the first entry, because that might be a deleted version.
21837
21838 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21839
21840 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21841 [save-place] binding in the Options menu. Have it require
21842 'saveplace' and then toggle the variable manually, to avoid an an
21843 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21844 for the bug report.
21845
21846 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21847
21848 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21849 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21850 (gdb-info-threads-custom): Add help-echo text.
21851 (gdb-display-back): Don't use purecopy.
21852 (gdb-info-breakpoints-custom, gdb-reset)
21853 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21854 icons can be displayed.
21855
21856 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21857
21858 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21859
21860 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21861
21862 * bookmark.el (bookmark-completing-read):
21863 Return a string, instead of a list of one string.
21864 Use a popup menu if activated from the mouse.
21865 (bookmark-edit-annotation): Remove unused vars.
21866 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21867 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21868 to bookmark-completing-read.
21869 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21870 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21871 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21872 and erase-buffer.
21873 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21874 (bookmark-menu-jump, bookmark-menu-insert)
21875 (bookmark-popup-menu-and-apply-function)
21876 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21877 (bookmark-menu-build-paned-menu): Remove by folding it into
21878 bookmark-menu-popup-paned-menu.
21879 (menu-bar-bookmark-map): Move the define-key statements here.
21880 Use the "non-menu" commands since they now pop up a menu if needed.
21881 (bookmark-exit-hook-internal): Simplify.
21882
21883 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21884
21885 * reftex-toc.el (reftex-toc-rename-label): New function.
21886 (reftex-toc-check-docstruct): New function.
21887
21888 * reftex.el (reftex-region-active-p): New function.
21889
21890 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21891 regexp to find the \bibliography macro.
21892
21893 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21894 which does not exist in LaTeX.
21895 (reftex-cite-format-builtin): Added amsrefs support.
21896 (reftex-toc-confirm-promotion): New option
21897
21898 * reftex-toc.el
21899 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21900 (reftex-toc-demote, reftex-toc-promote)
21901 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21902 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21903 (reftex-toc-newhead-from-alist)
21904 (reftex-toc-load-all-files-for-promotion): New functions.
21905 (reftex-toc-help): Added description of new keys.
21906 (reftex-toc-split-windows-fraction): New option.
21907 (reftex-recenter-toc-when-idle): Search *toc* window on all
21908 visible frames.
21909 (reftex-toc): Additional parameter REUSE
21910 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21911 with REUSE argument.
21912 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21913 the call of `reftex-toc'.
21914 (reftex-make-separate-toc-frame): New function .
21915 (reftex-toc-recenter): When called with triple prefix arg, call
21916 `reftex-make-separate-toc-frame' first.
21917 (reftex-toc-toggle-dedicated-frame): New command.
21918 (reftex-toc-quit): Adapted to delete frame when called in
21919 dedicated frame.
21920
21921 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21922 all enclosing macros.
21923
21924
21925 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21926
21927 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21928 first use.
21929
21930 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21931
21932 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21933
21934 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21935
21936 * calendar/calendar.el (list-diary-entries-hook)
21937 (diary-display-hook, nongregorian-diary-listing-hook)
21938 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21939 Add some customize options for these hooks.
21940 (calendar-abbrev-construct): Don't try to take a substring longer
21941 than the original string.
21942
21943 2003-08-05 Richard M. Stallman <rms@gnu.org>
21944
21945 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21946 (testcover-reinstrument-clauses): Doc fix.
21947
21948 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21949 (warning-type-format): Rename from warning-group-format.
21950
21951 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21952 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21953 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21954 to prevent warnings about defvar for an obsolete variable.
21955
21956 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21957 warning-group-format renamed to warning-type-format.
21958
21959 * subr.el (read-passwd): Use clear-string instead of fillarray.
21960
21961 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21962 Use vconcat instead of concat.
21963 (edmacro-sanitize-for-string): New function.
21964
21965 2003-08-05 Dave Love <fx@gnu.org>
21966
21967 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21968 line-number-display-limit-width.
21969
21970 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21971
21972 2003-08-05 Kenichi Handa <handa@m17n.org>
21973
21974 * international/code-pages.el: Don't require mule-diag.
21975
21976 * international/mule-diag.el (non-iso-charset-alist):
21977 Add autoload cookie.
21978
21979 * language/devan-util.el (dev-glyph-order): Add an entry for the
21980 glyph code #xC4.
21981
21982 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21983
21984 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21985 (european-calendar-style, diary-date-forms)
21986 (calendar-day-name-array, calendar-month-name-array): Doc change.
21987 (generate-calendar-month): Adapt for new behaviour of
21988 `calendar-day-name' function.
21989 (calendar-abbrev-length, calendar-day-abbrev-array)
21990 (calendar-month-abbrev-array): New variables.
21991 (calendar-abbrev-construct): New function.
21992 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21993 rather than fixing abbrevs at some width. Calling syntax change.
21994 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21995 (calendar-date-string): Adapt for new behaviours of
21996 `calendar-day-name' and `calendar-month-name' functions.
21997
21998 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21999 behaviour of `calendar-day-name' and `calendar-month-name' functions.
22000 (diary-name-pattern): Use abbrev arrays, rather than fixing
22001 abbrevs at three chars. Calling syntax change.
22002 (mark-diary-entries): Adapt for new behaviours of
22003 `diary-name-pattern' and `calendar-make-alist' functions.
22004 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
22005 `diary-name-pattern' function.
22006 (font-lock-diary-date-forms): Use abbrev arrays, rather than
22007 fixing abbrevs at three chars. Calling syntax change.
22008 (cal-hebrew, cal-islam): Require when compiling.
22009 (diary-font-lock-keywords): Adapt for new behaviour of
22010 `font-lock-diary-date-forms' function.
22011
22012 * calendar/cal-hebrew.el: Reposition some code so defined before used.
22013 (calendar-hebrew-month-name-array-common-year)
22014 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22015 (list-hebrew-diary-entries): Adapt for new behaviours of
22016 `calendar-day-name' and `add-to-diary-list' functions.
22017 (mark-hebrew-diary-entries): Adapt for new behaviours of
22018 `diary-name-pattern' and `calendar-make-alist' functions.
22019
22020 * calendar/cal-islam.el (calendar-islamic-month-name-array):
22021 Add doc string.
22022 (list-islamic-diary-entries): Adapt for new behaviours of
22023 `calendar-day-name' and `add-to-diary-list' functions.
22024 (mark-islamic-diary-entries): Adapt for new behaviours of
22025 `diary-name-pattern' and `calendar-make-alist' functions.
22026
22027 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
22028 `calendar-month-name' function.
22029
22030 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22031
22032 * calendar/solar.el (solar-seasons-data): Move definition before use.
22033
22034 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22035 (cal-tex-LaTeX-hourbox): Move definition before use.
22036
22037 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22038 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22039 * lunar.el, solar.el (displayed-month, displayed-year):
22040 Define for compiler.
22041
22042 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22043
22044 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22045 MODE. Renamed from c-init-c-language-vars'.
22046 (c-initialize-cc-mode): Change accordingly.
22047 (c-common-init): Ditto.
22048 (c-mode): Ditto.
22049 (c++-mode): Use `c-init-language-vars-for'.
22050 (objc-mode): Ditto.
22051 (java-mode): Ditto.
22052 (idl-mode): Ditto.
22053 (pike-mode): Ditto.
22054 (awk-mode): Ditto.
22055
22056 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22057
22058 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22059 or not the point moved.
22060
22061 (c-search-decl-header-end): Don't trip up on operator identifiers
22062 in C++ and operators like == in all languages.
22063
22064 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22065 Detect leading labels correctly.
22066
22067 2003-08-02 Andreas Schwab <schwab@suse.de>
22068
22069 * textmodes/ispell.el: Don't redo key bindings on loading, put
22070 them only in loaddefs.el.
22071 * bookmark.el: Likewise.
22072 * dabbrev.el: Likewise.
22073 * emerge.el: Likewise.
22074
22075 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22076 has more than one member.
22077
22078 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22079
22080 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22081
22082 * lpr.el (printify-region): It was ending conversion before the
22083 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
22084
22085 2003-07-31 John Paul Wallington <jpw@gnu.org>
22086
22087 * net/browse-url.el (browse-url-epiphany): Doc fix.
22088
22089 2003-07-30 Kenichi Handa <handa@m17n.org>
22090
22091 * international/fontset.el (setup-default-fontset):
22092 Change registry names of Akurti fonts.
22093
22094 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22095
22096 * comint.el (comint-read-noecho): Use `clear-string' instead of
22097 `fillarray'.
22098
22099 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
22100
22101 * outline.el (outline-mode-hook): Add defvar.
22102
22103 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
22104
22105 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22106 Restore assembler in source window if that is what has been selected.
22107 (menu): Add gdb-restore-windows to menu. Make gdba
22108 specific menus only visible from gdba.
22109
22110 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
22111
22112 * progmodes/compile.el (compilation-environment): New user variable.
22113 (compile-internal): Respect it.
22114
22115 2003-07-23 Masatake YAMATO <jet@gyve.org>
22116
22117 * progmodes/gud.el (gdb-script-font-lock-keywords):
22118 Put `font-lock-function-name-face' on a symbol which includes
22119 `-' like `hook-run'. Put font-lock-variable-name-face
22120 on a symbol starting with $.
22121
22122 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
22123
22124 * files.el (set-visited-file-name): Use truename for buffer-file-name.
22125
22126 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22127
22128 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22129
22130 2003-07-26 Andre Spiegel <spiegel@gnu.org>
22131
22132 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22133 Use with-no-warnings.
22134 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22135 rather than to find-file-not-found-hook, which doesn't exist.
22136
22137 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22138
22139 * international/quail.el (quail-translate-key): Fix previous change.
22140
22141 2003-07-25 John Paul Wallington <jpw@gnu.org>
22142
22143 * server.el (server-start): Check `server-process' is non-nil
22144 before killing it to avoid killing current buffer's process.
22145
22146 * simple.el (choose-completion-string): Use `minibufferp';
22147 test `completion-reference-buffer' if `buffer' arg is nil.
22148 (push-mark): Use `when' and `unless'.
22149 (pop-mark): Use `when'.
22150
22151 * mouse-sel.el (mouse-sel-get-selection-function):
22152 Check `x-last-selected-text-primary'. Don't barf if it or
22153 `x-last-selected-text' aren't bound.
22154
22155 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22156
22157 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22158
22159 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
22160
22161 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22162
22163 2003-07-23 John Paul Wallington <jpw@gnu.org>
22164
22165 * tooltip.el (defface tooltip): Inherit from variable-pitch.
22166
22167 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22168
22169 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22170 string. Defvar the derived hook.
22171
22172 * macros.el (insert-kbd-macro): Escape double quote character.
22173 From Thomas W Murphy <twm@andrew.cmu.edu>.
22174
22175 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
22176
22177 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22178 to match the specific mark rather than reusing comment-start-skip.
22179
22180 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
22181
22182 * progmodes/hideshow.el (hs-special-modes-alist):
22183 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
22184
22185 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
22186
22187 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22188 value using ?\s.
22189
22190 2003-07-21 John Paul Wallington <jpw@gnu.org>
22191
22192 * subr.el (with-selected-window): Add closing paren.
22193
22194 2003-07-21 Richard M. Stallman <rms@gnu.org>
22195
22196 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22197 (lisp-mode): Likewise.
22198
22199 * subr.el (with-selected-window): Copy code form save-selected-window
22200 so as to call select-window with norecord arg.
22201 (dynamic-completion-table): Doc fix.
22202 (lazy-completion-table): Doc fix.
22203
22204 * international/mule-cmds.el (set-locale-environment):
22205 langinfo renamed to locale-info.
22206
22207 * international/mule.el (auto-coding-functions): Doc fix.
22208
22209 2003-07-21 Kenichi Handa <handa@m17n.org>
22210
22211 * international/quail.el (quail-translate-key):
22212 Update quail-current-str correctly.
22213
22214 2003-07-21 Andreas Schwab <schwab@suse.de>
22215
22216 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22217 ?, to "_".
22218
22219 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
22220 Version 2.0.36 of Tramp released.
22221
22222 * net/tramp.el (tramp-default-password-end-of-line): Rename from
22223 tramp-password-end-of-line.
22224 (tramp-password-end-of-line): New method parameter.
22225 (tramp-get-password-end-of-line): Function to access method
22226 parameter `tramp-password-end-of-line', or variable
22227 `tramp-default-password-end-of-line' (default value).
22228 (tramp-methods): Add entries for new parameter
22229 tramp-password-end-of-line.
22230 (tramp-enter-password): Use new function
22231 `tramp-get-password-end-of-line'.
22232 (tramp-handle-insert-file-contents): Do not
22233 unconditionally inhibit the file operation file-local-copy, only
22234 do that when the inhibit-file-name-operation is currently
22235 insert-file-contents. This fixes finding remote CVS-controlled
22236 files. (It would barf on inserting the CVS/Entries file
22237 literally, because the file-local-copy handler wasn't called.)
22238 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22239 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22240 (tramp-initial-commands): New variable.
22241 (tramp-process-initial-commands): New function, using the variable.
22242 (tramp-open-connection-setup-interactive-shell): Call the new function.
22243 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22244 method into the buffer name, never use nil. Reported by Hanak
22245 David <dhanak@inf.bme.hu>.
22246 (tramp-open-connection-setup-interactive-shell): Erase buffer
22247 before sending "stty -onlcr".
22248
22249 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22250
22251 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
22252
22253 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22254
22255 2003-07-19 John Paul Wallington <jpw@gnu.org>
22256
22257 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22258 (artist-draw-rect, artist-draw-square): Doc fixes.
22259
22260 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
22261
22262 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
22263
22264 2003-07-19 Kenichi Handa <handa@m17n.org>
22265
22266 * international/kkc.el (kkc-show-conversion-list-update):
22267 Highlight the correct candidate in the message.
22268
22269 2003-07-18 John Paul Wallington <jpw@gnu.org>
22270
22271 * simple.el (current-word): Don't include punctuation char when
22272 `really-word' arg is non-nil.
22273
22274 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
22275
22276 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22277 moved to the directory obsolete.
22278
22279 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
22280
22281 * info.el (Info-menu-entry-name-re): Allow newlines in
22282 menu entry names.
22283
22284 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22285 syntax-ppss-after-change-function.
22286 (syntax-ppss-after-change-function): New alias. Update uses.
22287 (syntax-ppss): Catch the case where the buffer is narrowed.
22288
22289 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22290
22291 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22292 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22293
22294 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22295
22296 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22297 since it might be modified.
22298
22299 * progmodes/cc-langs.el (c++-make-template-syntax-table)
22300 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22301 names to these language constants.
22302
22303 2003-07-15 Kim F. Storm <storm@cua.dk>
22304
22305 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
22306 All uses changed.
22307
22308 2003-07-14 Mark A. Hershberger <mah@everybody.org>
22309
22310 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
22311 Namespace support.
22312
22313 2003-07-13 Juanma Barranquero <lektu@terra.es>
22314
22315 * frame.el (modify-all-frames-parameters): Reinstall (copyright
22316 papers received).
22317
22318 2003-07-13 Karl Eichwalder <ke@suse.de>
22319
22320 * textmodes/po.el (po-find-charset): White space at the start of the
22321 Content-Type field body is non-mandatory.
22322
22323 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
22324
22325 * textmodes/texinfo.el (texinfo-section-list):
22326 Append appendixsection; a synonym for appendixsec.
22327
22328 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
22329
22330 * man.el (Man-translate-cleanup): New.
22331 (Man-translate-references): Call `Man-translate-cleanup' to clean
22332 leading, trailing and middle spaces.
22333
22334 2003-07-13 Lars Hansen <larsh@math.ku.dk>
22335
22336 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22337 Handle `dired-directory' being a list.
22338
22339 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
22340
22341 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22342 it doesn't exist.
22343
22344 2003-07-12 Richard M. Stallman <rms@gnu.org>
22345
22346 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22347
22348 * progmodes/cc-defs.el (c-make-keywords-re):
22349 Don't use delete-duplicates.
22350 (c-lang-const): Don't use mapcan.
22351
22352 * apropos.el (apropos-show-scores): Make it customizable.
22353 Document new meaning.
22354 (apropos): Compute scores from symbols.
22355 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22356
22357 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22358
22359 * ps-bdf.el: Fix copyright line.
22360 (bdf-directory-list): Fix initialization code.
22361
22362 2003-07-11 John Paul Wallington <jpw@gnu.org>
22363
22364 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22365 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22366 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22367
22368 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
22369
22370 * emacs-lisp/ring.el (ring-elements): Doc fix.
22371
22372 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22373
22374 * calendar/timeclock.el (timeclock-relative)
22375 (timeclock-ask-before-exiting, timeclock-use-display-time):
22376 Doc changes.
22377 (timeclock-modeline-display): Give a message if
22378 `timeclock-use-display-time' is non-nil but `display-time-mode'
22379 is not active.
22380
22381 2003-07-11 Kenichi Handa <handa@m17n.org>
22382
22383 * international/mule-cmds.el (set-language-environment):
22384 Set current-language-environment to the correct string.
22385
22386 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22387
22388 * ps-print.el: Print line number correctly in a region. Reported by
22389 Tim Allen <timallen@ls83.fsnet.co.uk>.
22390 (ps-print-version): New version number (6.6.2).
22391 (ps-printing-region): Code fix.
22392
22393 2003-07-10 John Paul Wallington <jpw@gnu.org>
22394
22395 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22396 this function can be called from `add-completions-from-tags-table'.
22397
22398 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
22399
22400 * calendar/timeclock.el (timeclock-use-display-time)
22401 (timeclock-day-over-hook, timeclock-workday-remaining)
22402 (timeclock-status-string, timeclock-when-to-leave)
22403 (timeclock-when-to-leave-string, timeclock-log-data)
22404 (timeclock-find-discrep, timeclock-day-base)
22405 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22406 (timeclock-modeline-display): Set the variable
22407 `timeclock-modeline-display'.
22408 (timeclock-update-modeline): Doc fix. Respect value of
22409 `timeclock-relative'.
22410
22411 2003-07-09 Richard M. Stallman <rms@gnu.org>
22412
22413 * textmodes/reftex-parse.el (reftex-all-document-files):
22414 Add autoload cookie.
22415
22416 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22417 (reftex-scanning-info-available-p): Add autoload cookie.
22418
22419 * international/mule-cmds.el
22420 (set-display-table-and-terminal-coding-system): Delete duplicate
22421 aset on standard-display-table.
22422
22423 * view.el (view-file): If existing buffer's major mode is special,
22424 don't go into view mode.
22425
22426 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22427
22428 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22429
22430 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22431 buffer changes; there's third party code that calls this function
22432 directly.
22433
22434 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22435
22436 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22437 (autodoc-font-lock-keywords): Don't byte compile on font lock
22438 initialization when running from byte compiled files.
22439
22440 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
22441
22442 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22443 statement ends with auto-increment "++".
22444
22445 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22446
22447 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22448 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22449 these are changed, so declare them as variables and not constants.
22450
22451 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
22452
22453 * subr.el (dolist, dotimes): Doc fix.
22454
22455 2003-07-08 Kim F. Storm <storm@cua.dk>
22456
22457 * international/mule-cmds.el
22458 (set-display-table-and-terminal-coding-system): Don't break
22459 bootstrap if standard-display-table isn't setup yet.
22460
22461 2003-07-07 Richard M. Stallman <rms@gnu.org>
22462
22463 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22464 Give it a doc string, and autoload it.
22465
22466 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22467 Use with-no-warnings.
22468
22469 * info.el (Info-search): If find invisible text, search again.
22470
22471 * isearch.el (search-whitespace-regexp): Add a shy group around it.
22472
22473 * man.el (Man-name-regexp): Match + as part of name.
22474
22475 * simple.el (visible-mode): Rename from vis-mode.
22476 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22477
22478 * simple.el (current-word): New arg REALLY-WORD specifies
22479 don't include punctuation chars.
22480
22481 * emacs-lisp/debug.el (debug, debugger-env-macro):
22482 Use with-no-warnings while accessing and binding unread-command-char.
22483
22484 * international/mule-cmds.el
22485 (set-display-table-and-terminal-coding-system): Use explicit loop
22486 instead of calling standard-display-default.
22487
22488 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22489 Use condition-case to catch error in ange-ftp-get-files.
22490
22491 * net/browse-url.el (browse-url-browser-function):
22492 Add alternative for Epiphany.
22493 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22494 (browse-url-epiphany-startup-arguments)
22495 (browse-url-epiphany-new-window-is-tab): New variables.
22496 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22497
22498 * progmodes/compile.el (compile-auto-highlight): Default now t.
22499 (compile): Doc fix.
22500 (compilation-next-error): Fix previous change.
22501
22502 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22503
22504 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22505
22506 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22507
22508 * gdb-ui.el (gdb-source-info): Display current frame when
22509 attaching to an existing process.
22510 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22511 while laying out windows when attaching to an existing process.
22512
22513 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22514
22515 * info.el (Info-menu): Use Info-menu-entry-name-re.
22516
22517 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22518
22519 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22520 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22521
22522 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22523 to match the same text.
22524
22525 2003-07-06 John Paul Wallington <jpw@gnu.org>
22526
22527 * vc.el (vc-annotate-offset): Move defvar up.
22528
22529 2003-07-06 Kim F. Storm <storm@cua.dk>
22530
22531 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22532 This should fix the infinite loop when extracting menu names.
22533
22534 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22535
22536 * files.el (auto-mode-alist, interpreter-mode-alist):
22537 Remove entries to CC Mode modes to avoid duplicates; they are now added
22538 with autoload directives in cc-mode.el.
22539
22540 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22541
22542 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22543 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22544 these are changed, so declare them as variables and not constants.
22545
22546 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22547 ensure that the entry for ".c" extension comes before the one for
22548 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22549 Fix incorrect entries that were added to `interpreter-mode-alist'.
22550 Move the autoload directives for AWK to the top level since they
22551 aren't recognized anywhere else. Do not use the new AWK mode doc
22552 in the autoload form for the old AWK mode.
22553
22554 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22555
22556 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22557 (bibtex-sort-ignore-string-entries): Default value t.
22558 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22559 erroneously in previous version.
22560 (bibtex-string-files): Docstring reflects new parsing scheme.
22561 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22562 docstring, add # as one of the chars to crush
22563 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22564 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22565 (bibtex-autokey-name-change-strings)
22566 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22567 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22568 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22569 (bibtex-autokey-title-terminators)
22570 (bibtex-autokey-titlewords-stretch)
22571 (bibtex-autokey-titleword-ignore)
22572 (bibtex-autokey-titleword-case-convert)
22573 (bibtex-autokey-titleword-abbrevs)
22574 (bibtex-autokey-titleword-abbrevs)
22575 (bibtex-autokey-titleword-change-strings)
22576 (bibtex-autokey-titleword-length)
22577 (bibtex-autokey-titleword-separator)
22578 (bibtex-autokey-name-year-separator)
22579 (bibtex-autokey-year-title-separator)
22580 (bibtex-autokey-before-presentation-function)
22581 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22582 Fix docstring.
22583 (bibtex-strings, bibtex-reference-keys):
22584 Use lazy-completion-table and make-variable-buffer-local.
22585 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22586 (bibtex-braced-string-syntax-table)
22587 (bibtex-quoted-string-syntax-table): New variables.
22588 (bibtex-parse-nested-braces): Remove.
22589 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22590 (bibtex-parse-association): Simplify.
22591 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22592 (bibtex-parse-field-text): Simplify.
22593 (bibtex-search-forward-field, bibtex-search-backward-field):
22594 argument BOUND can take value t.
22595 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22596 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22597 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22598 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22599 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22600 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22601 and ending of entry. Update for changes of bibtex-search-entry.
22602 Simplify.
22603 (bibtex-map-entries): FUN is called with three arguments.
22604 (bibtex-search-entry): Return a cons pair with buffer positions of
22605 beginning and end of entry.
22606 (bibtex-enclosing-field): Simplify.
22607 (bibtex-format-entry): Use booktitle to set a missing title.
22608 (bibtex-autokey-get-names): Fiddle with regexps.
22609 (bibtex-generate-autokey): Use identity.
22610 (bibtex-parse-keys): Use simplified parsing algorithm if
22611 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22612 arguments. Return alist of keys.
22613 (bibtex-parse-strings): Simplify. Return alist of strings.
22614 (bibtex-complete-string-cleanup): Fix docstring.
22615 (bibtex-read-key): New function.
22616 (bibtex-mode): Fix docstring. Do not parse for keys and
22617 strings when the mode is entered. Set fill-paragraph-function to
22618 bibtex-fill-field. Setup font-lock-mark-block-function the way
22619 font-lock intended.
22620 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22621 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22622 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22623 (bibtex-Preamble): Avoid hard coded constants.
22624 (bibtex-make-field): Fix docstring. Simplify.
22625 (bibtex-beginning-of-entry): Always return new position of point.
22626 (bibtex-end-of-entry): Rearrange cond clauses.
22627 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22628 Update for changes of bibtex-map-entries.
22629 (bibtex-ispell-abstract): Do not move point.
22630 (bibtex-entry-index): Use downcase. Simplify.
22631 (bibtex-lessp): Handle catch-all.
22632 (bibtex-find-crossref): Turn into a command.
22633 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22634 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22635 preamble entries.
22636 (bibtex-fill-field-bounds): New function.
22637 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22638 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22639 (bibtex-String): Use bibtex-strings. Always obey
22640 bibtex-sort-ignore-string-entries.
22641
22642 2003-07-05 John Paul Wallington <jpw@gnu.org>
22643
22644 * cus-theme.el (customize-create-theme):
22645 Call `customize-create-theme' in Reset widget's notify function.
22646
22647 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22648 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22649 (define-ibuffer-column name): Add summarizer.
22650 (define-ibuffer-column size): Likewise.
22651 (define-ibuffer-column filename): Likewise.
22652 (define-ibuffer-column process): Likewise. Change BODY's output too.
22653 (define-ibuffer-column filename-and-process): Likewise, likewise.
22654 (ibuffer): Remove local vars `already-in' and `need-update'.
22655
22656 * ibuf-ext.el: Don't require `derived' at compile-time.
22657
22658 2003-07-05 Kim F. Storm <storm@cua.dk>
22659
22660 * info.el: Disable paragraph refilling.
22661 (Info-refill-paragraphs): New defcustom.
22662 (Info-fontify-node): Use it.
22663
22664 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22665
22666 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22667 thingies from constructors created by defstruct.
22668
22669 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22670 the default value of the variable.
22671 (byte-code-meter): Move declaration to top level.
22672
22673 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22674
22675 * info.el (Info-following-node-name-re): New fun.
22676 (Info-following-node-name): Remove.
22677 (Info-insert-dir): Use the new fun.
22678 (Info-extract-pointer): Don't save restriction; use new fun.
22679 (Info-menu-entry-name-re): New const.
22680 (Info-menu-entry-name-re): Use it along with new fun.
22681 (Info-node-spec-re): Use new fun.
22682 (Info-complete-menu-item, Info-fontify-node): Use new const.
22683 (Info-goto-node, Info-follow-reference, Info-menu-update):
22684 Use match-string.
22685 (Info-follow-reference): Use assoc-string.
22686 Use a list of strings for the completion table.
22687 (Info-fontify-node): Use match-string, line-end-position.
22688 Limit the search for `node:' to the first line.
22689
22690 * newcomment.el (uncomment-region): Remove padding coming from
22691 comment-start rather than just from comment-padding.
22692
22693 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22694 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22695 (vc-cvs-rename-file): Remove (use the default).
22696 (vc-cvs-register): Register parent dir if needed.
22697 (vc-cvs-could-register): Return non-nil if parent can be registered.
22698 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22699 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22700
22701 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22702 (vc-svn-update): Fix the arguments to `svn'.
22703 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22704 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22705 Simple implementations, assuming `name' is a URL.
22706
22707 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22708 set of chars allowed unquoted in a case pattern.
22709
22710 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22711
22712 * font-lock.el (font-lock-extra-types-widget)
22713 (c-font-lock-extra-types, c++-font-lock-extra-types)
22714 (objc-font-lock-extra-types, java-font-lock-extra-types)
22715 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22716 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22717 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22718 (font-lock-match-c++-structor-declaration)
22719 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22720 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22721 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22722 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22723 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22724 (java-font-lock-keywords-3, java-font-lock-keywords)
22725 (java-font-lock-syntactic-face-function): Remove obsolete code
22726 and constants. It's all in cc-fonts.el now.
22727
22728 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22729
22730 * mail/sendmail.el (mail-specify-envelope-from)
22731 (mail-envelope-from): Doc fix.
22732
22733 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22734
22735 * generic-x.el: Do away with the dependency on `c-emacs-features'
22736 when populating `rul-generic-mode-syntax-table'; we already know
22737 this isn't XEmacs.
22738
22739 See ChangeLog.10 for earlier changes.
22740
22741 ;; Local Variables:
22742 ;; coding: iso-2022-7bit
22743 ;; End:
22744
22745 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22746 Copying and distribution of this file, with or without modification,
22747 are permitted provided the copyright notice and this notice are preserved.
22748
22749 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1