]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4 into flymake-mode and delegate to flymake-mode.
5
6 * find-file.el (ff-which-function-are-we-in): Clean up.
7
8 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9
10 * replace.el (occur-rename-buffer): Fix docstring.
11
12 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13 (edt-last-copied-word, edt-learn-macro-count)
14 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
15 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16 (time-string, zmacs-region-stays):
17 * emulation/edt-mapper.el (edt-save-function-key-map)
18 (EDT-key-name): `defvar' to silence the byte-compiler.
19
20 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
21
22 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
23 font-lock-regexp-backslash. Doc fix.
24 (font-lock-regexp-backslash-grouping-construct): Rename from
25 font-lock-regexp-backslash-construct. Doc fix.
26 (lisp-font-lock-keywords-2): Fix highlighting of ELisp regexp
27 grouping constructs.
28
29 2005-07-02 Eli Zaretskii <eliz@gnu.org>
30
31 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
32 updating all the prerequisites.
33
34 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
35
36 * textmodes/org.el (org-agenda-start-on-weekday)
37 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
38 (org-agenda-use-time-grid, org-archive-location)
39 (org-allow-space-in-links, org-usenet-links-prefer-google)
40 (org-enable-table-editor, org-export-default-language)
41 (org-export-html-show-new-buffer, org-fill-paragraph)
42 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
43 (org-goto-quit, org-occur, org-eval-in-calendar)
44 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
45 (org-agenda-diary-entry, org-remember-help)
46 (org-table-convert-region, org-at-table-p)
47 (org-table-move-row-down, org-table-move-row-up)
48 (org-table-copy-region, org-table-toggle-vline-visibility)
49 (org-table-get-stored-formulas, org-table-get-specials)
50 (org-recalc-commands, org-table-eval-formula)
51 (org-table-formula-substitute-names, orgtbl-make-binding)
52 (org-format-org-table-html, org-format-table-table-html)
53 (org-format-table-table-html-using-table-generate-source)
54 (org-customize): Fix typos in docstrings.
55 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
56 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
57 (org-back-to-heading): Doc fixes.
58 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
59 (org-agenda-change-all-lines, org-get-header):
60 Improve argument/docstring consistency.
61 (orgtbl-error): Fix error message.
62
63 * progmodes/flymake.el (flymake-find-possible-master-files)
64 (flymake-master-file-compare, flymake-get-line-err-count)
65 (flymake-highlight-line, flymake-gui-warnings-enabled):
66 Fix typos in docstrings.
67 (flymake-parse-line, flymake-get-project-include-dirs-function)
68 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
69 Doc fixes.
70 (flymake-get-project-include-dirs-function)
71 (flymake-make-err-menu-data):
72 Improve argument/docstring consistency.
73
74 2005-07-01 Lute Kamstra <lute@gnu.org>
75
76 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
77 Catch errors with ignore-errors. Use temporary buffer.
78 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
79
80 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
81 background color faces.
82 (facemenu-set-foreground, facemenu-set-background):
83 Use facemenu-set-face-from-menu.
84 (facemenu-set-face-from-menu): Treat face names that start with
85 "fg:" or "bg:" as special.
86 (facemenu-add-new-color): Don't create faces. Simplify.
87
88 2005-06-30 Richard M. Stallman <rms@gnu.org>
89
90 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
91 (crm-find-current-element): Likewise.
92
93 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
94
95 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
96
97 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * arc-mode.el (archive-extract): Make it work as a mouse binding.
100 (archive-mouse-extract): Make it an obsolete alias.
101 (archive-mode-map): Don't use archive-mouse-extract any more.
102 (archive-mode, archive-extract): write-contents-hooks ->
103 write-contents-functions.
104 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
105 first arg.
106 (archive-rename-entry): Update the call.
107 (archive-zip-summarize): Remove unused var `method'.
108 (archive-lzh-summarize): Remove unused var `creator'.
109
110 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
111 dedicated frame upon exit.
112
113 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
114 (archive-zip-extract, archive-zip-expunge)
115 (archive-zip-update, archive-zip-update-case): Use executable-find.
116 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
117 Use restore-buffer-modified-p.
118 (archive-extract, archive-add-new-member, archive-write-file-member):
119 Use with-current-buffer.
120 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
121
122 2005-06-30 Andreas Schwab <schwab@suse.de>
123
124 * progmodes/gud.el (gud-filter): Remove unneeded progn.
125
126 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
127
128 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
129
130 2005-06-30 Juri Linkov <juri@jurta.org>
131
132 * faces.el (vertical-border): Inherit from mode-line-inactive
133 only on tty.
134
135 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
136
137 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
138 example, -NLINES in the `occur' docstring).
139
140 * replace.el (occur-1): When no matches are found, do not set the
141 `buffer-read-only' and modified flags for the occur buffer,
142 because it is deleted.
143
144 * emulation/cua-base.el (cua-check-pending-input)
145 (cua-repeat-replace-region, cua-mode, cua-debug)
146 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
147 Fix typos in docstrings.
148
149 * emulation/cua-gmrk.el (cua-toggle-global-mark)
150 (cua-cut-region-to-global-mark)
151 (cua--cut-rectangle-to-global-mark):
152 Remove period from end of messages.
153
154 * emulation/cua-rect.el (cua-do-rectangle-padding):
155 Remove period from end of messages.
156 (cua--rectangle-seq-format): Fix typo in docstring.
157 (cua-sequence-rectangle, cua-fill-char-rectangle):
158 Improve argument/docstring consistency.
159
160 2005-06-29 Juri Linkov <juri@jurta.org>
161
162 * faces.el (default-frame-background-mode): New internal variable.
163 (frame-set-background-mode): Use it.
164
165 * startup.el (normal-top-level): Set default-frame-background-mode
166 instead of frame-background-mode. Before setting it, test for its
167 nil value. Remove tests for frame-background-mode and frame
168 parameter `reverse'. Add test for "unspecified-fg".
169
170 * term/xterm.el (xterm-rxvt-set-background-mode):
171 * term/rxvt.el (rxvt-set-background-mode):
172 Set default-frame-background-mode instead of frame-background-mode.
173
174 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
175
176 * simple.el (set-variable): Warn about obsolete user variables.
177
178 * imenu.el (imenu--completion-buffer):
179 * mouse.el (mouse-buffer-menu-alist):
180 * msb.el (msb-invisible-buffer-p):
181 * calendar/diary-lib.el (diary-header-line-format):
182 * emacs-lisp/pp.el (pp-buffer):
183 * progmodes/cperl-mode.el (cperl-do-auto-fill):
184 * textmodes/picture.el (picture-replace-match):
185 Change space constants followed by a sexp to "?\s ".
186
187 * play/decipher.el (decipher-loop-with-breaks):
188 * textmodes/texinfo.el (texinfo-insert-@item): Change space
189 constants "protected" from end of line by a comment to "?\s".
190
191 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * font-lock.el (save-buffer-state): Use `declare'.
194
195 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
196 reset the syntax-table to cperl-mode-syntax-table.
197 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
198 "foo_print_bar" is not matched as a reserved keyword.
199
200 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
201
202 * textmodes/org.el (orgtbl-setup): New function, for delayed
203 setup for the orgtbl commands.
204 (org-calc-default-modes): New option.
205 (orgtbl-make-binding): Use `defun' to get better help display.
206 (org-diary): Call `org-compile-prefix-format'.
207 (org-table-formula-substitute-names): New function.
208 (org-agenda-day-view, org-agenda-week-view): New commands.
209 (org-agenda-toggle-week-view): Command removed.
210 (org-tbl-menu): Split off from org-org-menu.
211 (org-mode): Move removal of outline-mode menus to here.
212 (org-table-formula-debug): New option.
213 (org-table-insert-row): Keep first field if just "#" or "*".
214 (org-mode): Paragraph regexps fixed.
215 (org-table-recalculate-regexp): New constant.
216 (org-table-justify-field-maybe): Avoid replace if not necessary.
217 (org-copy-special, org-cut-special): Use `call-interactively'.
218 (org-table-copy-region): Take region from `interactive' call.
219 (org-trim): Return string even if no match.
220 (org-formula): New face.
221 (org-set-font-lock-defaults): No longer highlight "FIXME".
222 But highlight formula-related fields in table.
223 (org-table-p): Use regexp, not fontification.
224 (org-table-align): Handle white space at end of line.
225 (org-table-formula-evaluate-inline): New option.
226 (org-mode): Auto-wrapping in comment lines turned off.
227 (org-table-copy-down): Evaluate only in copied field, not in
228 destination.
229 (org-table-current-formula): Variable removed.
230 (org-table-store-formulas, org-table-get-stored-formulas)
231 (org-table-modify-formulas, org-table-replace-in-formulas)
232 (org-table-maybe-eval-formula): New functions.
233 (org-table-get-formula): Modify to use stored formulas.
234 (org-table-insert-column, org-table-delete-column)
235 (org-table-move-column): Call `org-table-modify-formulas'.
236 (org-complete): Add completion for keyword formulas.
237 (orgtbl-mode): Pull orgtbl-mode-map to start of
238 minor-mode-map-alist.
239
240 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * progmodes/python.el (python-check): Require `compile' before
243 modifying its variables.
244
245 * newcomment.el (comment-indent-default): Don't get fooled by an early
246 end of buffer.
247
248 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
249
250 * ps-print.el (ps-print-version): Fix version number.
251
252 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
253
254 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
255
256 2005-06-28 Richard M. Stallman <rms@gnu.org>
257
258 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
259 (flyspell-local-mouse-map): Declaration deleted.
260 (flyspell-mouse-map): Bind only mouse-2.
261 (flyspell-mode-map): Don't test flyspell-use-local-map.
262 (flyspell-overlay-keymap-property-name): Var deleted.
263 (flyspell-mode-on): Don't make local bindings for
264 flyspell-mouse-map and flyspell-mode-map.
265 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
266
267 * textmodes/ispell.el (ispell-word): Do not ignore short words.
268
269 * progmodes/compile.el (compilation-next-error-function):
270 Don't switch buffers; operate on the current buffer.
271
272 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
273
274 * comint.el (comint-password-prompt-regexp): Accept ", try again".
275
276 * bindings.el (global-map): Bind insertchar and its variants.
277
278 2005-06-27 Richard M. Stallman <rms@gnu.org>
279
280 * textmodes/artist.el (artist-text-overwrite)
281 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
282
283 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
284
285 * ps-print.el: It was not working the page selection for printing.
286 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
287 (ps-print-version): New version 6.6.7.
288 (ps-end-sheet): New fun.
289 (ps-header-sheet, ps-end-job): Call it.
290
291 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
292
293 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
294
295 2005-06-27 Lute Kamstra <lute@gnu.org>
296
297 * facemenu.el (facemenu-unlisted-faces): Add foreground and
298 background color faces.
299 (facemenu-get-face): Delete function.
300 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
301 (facemenu-add-new-color): Make second argument mandatory.
302 Create the approprate face and return it. Simplify.
303 (facemenu-set-foreground, facemenu-set-background): Don't check if
304 color is defined. Use return value of facemenu-add-new-color.
305
306 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
307
308 * progmodes/gud.el (gud-filter): Add missing argument to
309 with-selected-window.
310
311 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
314 a :require to the defcustom.
315
316 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
317 defcustoms corresponding to minor modes.
318
319 2005-06-26 David Ponce <david@dponce.com>
320
321 * recentf.el: Require tree-widget instead of wid-edit.
322 (recentf-filename-handler): Fix widget :type.
323 (recentf-cancel-dialog, recentf-open-more-files)
324 (recentf-open-files-action): Doc fix.
325 (recentf-dialog-goto-first): New function.
326 (recentf-dialog-mode-map): Set parent keymap first.
327 (recentf-dialog-mode): Define with define-derived-mode.
328 Don't display continuation lines in dialogs.
329 (recentf-edit-list): Rename from recentf-edit-selected-items.
330 (recentf-edit-list-select): Rename from recentf-edit-list-action.
331 Simplify.
332 (recentf-edit-list-validate): New function.
333 (recentf-edit-list): Update accordingly.
334 (recentf-open-files-item-shift): Remove.
335 (recentf-open-files-item): Convert menu elements into tree and
336 link widgets. Don't create the widgets.
337 (recentf-open-files): Update accordingly.
338 (recentf-save-list): Untabify.
339
340 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
341
342 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
343 (keep-lines): Add INTERACTIVE arg. Never delete lines only
344 partially contained in the active region. Do not take active
345 region into account when called from Lisp, unless INTERACTIVE arg
346 is non-nil. Use `forward-line' instead of `beginning-of-line' to
347 avoid trouble with fields. Make marker point nowhere when no
348 longer used. Always return nil. Doc fix.
349 (flush-lines): Add INTERACTIVE arg. Do not take active region
350 into account when called from Lisp, unless INTERACTIVE arg is
351 non-nil. Use `forward-line' instead of `beginning-of-line' to
352 avoid trouble with fields. Make marker point nowhere when no
353 longer used. Always return nil. Doc fix.
354 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
355 interchangeable. Do not take active region into account when
356 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
357 message in echo area when called from Lisp, unless INTERACTIVE arg
358 is non-nil. Avoid saying "1 occurrences". Do not use markers.
359 Return the number of matches. Doc fix.
360 (occur): Doc fix.
361 (perform-replace): Make comment follow double space convention for
362 the sake of `outline-minor-mode'.
363
364 * faces.el (facep): Doc fix.
365
366 2005-06-25 Richard M. Stallman <rms@gnu.org>
367
368 * facemenu.el (facemenu-enable-faces-p): New function.
369 (facemenu-background-menu, facemenu-foreground-menu)
370 (facemenu-face-menu): Add menu-enable property.
371
372 * jka-compr.el (jka-compr-insert-file-contents):
373 Special handling if cannot find the uncompression program.
374
375 * cus-face.el (custom-face-attributes): Add autoload.
376
377 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
378 Bind comment-indent-function locally.
379
380 * window.el (save-selected-window): Use save-current-buffer.
381
382 * subr.el (with-selected-window): Use save-current-buffer.
383
384 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
385 and with-current-buffer.
386
387 2005-06-24 Richard M. Stallman <rms@gnu.org>
388
389 * simple.el (line-move-1): Fix previous change.
390
391 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
392
393 * replace.el (occur-1): Set `buffer-read-only' and the
394 buffer-modified flag before running `occur-hook' to protect
395 against unintentional buffer switches that can lead to data loss.
396
397 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
398
399 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
400 (gud-gdb-marker-filter): Use font-lock-warning-face for any
401 initial error.
402
403 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
404 after fresh input.
405 (gdb-var-create-handler): Put name of expression in quotes.
406
407 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
408
409 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
410 elements of RING in order, and without bogus nil elements.
411
412 2005-06-23 Richard M. Stallman <rms@gnu.org>
413
414 * simple.el (set-variable): Args renamed; doc fix.
415 (line-move-1): When there are overlays around, use vertical-motion.
416
417 * faces.el (escape-glyph): Use brown against light background.
418 (nobreak-space): Rename from no-break-space.
419 Fix previous change.
420
421 * dired-aux.el (dired-do-copy): Fix arg prompt.
422
423 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
424
425 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
426
427 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
428 rather than "Distributor".
429
430 2005-06-23 Lute Kamstra <lute@gnu.org>
431
432 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
433 (debug-on-entry): Use it. New interactive declaration that uses
434 function-called-at-point.
435
436 2005-06-23 Kim F. Storm <storm@cua.dk>
437
438 * subr.el (save-match-data): Add comment about using evaporate arg
439 to set-match-data.
440
441 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
442
443 * cus-edit.el (customize-face)
444 (customize-face-other-window): Handle face aliases.
445
446 * faces.el (face-documentation, set-face-attribute)
447 (face-spec-set): Handle face aliases.
448
449 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
450
451 * help-mode.el (help-make-xrefs): If a symbol representing a face
452 name is not followed by the word "face", it could still be a
453 function or variable name, so don't bypass other checks.
454
455 2005-06-22 Juri Linkov <juri@jurta.org>
456
457 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
458 Replace aliased functions with calls where second arg `inherit' is t.
459
460 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
461
462 * progmodes/gdb-ui.el (gdb-error): New variable.
463 (gdb-error): New function.
464 (gdb-annotation-rules): Act on error-begin and error annotations.
465 (gdb-concat-output): Use font-lock-warning-face for errors.
466
467 2005-06-22 Miles Bader <miles@gnu.org>
468
469 * bindings.el (propertized-buffer-identification): Use renamed
470 `Buffer-menu-buffer' face.
471
472 * faces.el (vertical-border): Rename from `vertical-divider'.
473 (escape-glyph): Change dark-background color back to `cyan'.
474
475 2005-06-21 Juri Linkov <juri@jurta.org>
476
477 * faces.el (face-user-default-spec): Try getting `customized-face'
478 prior to `saved-face'.
479 (frame-background-mode): Refill docstring.
480
481 * emacs-lisp/lisp-mode.el (eval-defun-1):
482 * emacs-lisp/edebug.el (edebug-eval-defun):
483 Set `saved-face' temporarily to nil before calling form.
484 Set `customized-face' to the new spec after that.
485
486 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
487
488 * subr.el (1value, lambda, key-substitution-in-progress):
489 Doc fixes.
490
491 * autoinsert.el (auto-insert-alist):
492 * ses.el (ses-call-printer):
493 * subr.el (noreturn):
494 * emacs-lisp/lisp.el (check-parens):
495 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
496 * net/browse-url.el (browse-url-mosaic):
497 * progmodes/cc-defs.el (c-safe-scan-lists):
498 * progmodes/ebnf-abn.el (ebnf-abn-lex):
499 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
500 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
501 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
502 * progmodes/ebnf-iso.el (ebnf-iso-lex):
503 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
504
505 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
506
507 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
508
509 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
510
511 * calendar/appt.el (appt-make-list): Activate the package, if
512 not already active (for backwards compatibility).
513
514 2005-06-20 Kim F. Storm <storm@cua.dk>
515
516 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
517
518 2005-06-20 Miles Bader <miles@gnu.org>
519
520 * faces.el (vertical-divider): New face.
521
522 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
523
524 * simple.el (kill-whole-line): Doc fix.
525 (next-error-buffer-p, next-error-find-buffer)
526 (clone-indirect-buffer): Fix typos in docstrings.
527 (comment-line-break-function): Doc fix: don't say variable
528 is automatically buffer-local (it isn't).
529
530 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
531
532 * net/tramp-ftp.el (top):
533 * net/tramp-smb.el (top):
534 * net/tramp-util.el (top):
535 * net/tramp-uu.el (top):
536 * net/tramp-vc.el (top):
537 * net/tramp.el (top): Revert copyright years back to original
538 ones. Tramp has a life outside GNU Emacs.
539
540 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
541
542 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
543
544 2005-06-18 Juri Linkov <juri@jurta.org>
545
546 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
547 end of first regexp to limit the match to the position between
548 line number and source line with same separator character as used
549 between file name and line number. In the second regexp limit
550 mouse-face area to file name and line number by adding new group
551 for them and referring it in HYPERLINK arg.
552 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
553 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
554 previous line where grep markers may be already removed.
555
556 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
557
558 * progmodes/ps-mode.el: Update version and maintainer's email address.
559
560 2005-06-18 Steve Youngs <steve@xemacs.org>
561
562 * net/browse-url.el (browse-url-browser-function)
563 (browse-url-default-browser): Add firefox.
564 (browse-url-firefox-program, browse-url-firefox-arguments)
565 (browse-url-firefox-startup-arguments)
566 (browse-url-firefox-new-window-is-tab): New defcustoms.
567 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
568
569 2005-06-17 Richard M. Stallman <rms@gnu.org>
570
571 * startup.el (command-line): Warn if specified user name has
572 no home directory.
573
574 * term.el (term-get-old-input, term-input-filter, term-input-sender)
575 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
576
577 * longlines.el (longlines-mode, longlines-show-hard-newlines):
578 Doc fixes.
579
580 * faces.el (underline): Try bold if terminal doesn't support underline.
581
582 * mail/sendmail.el (mail-setup-with-from): New variable.
583 (mail-insert-from-field): New function.
584 (sendmail-send-it): Call it.
585 (mail-setup): Optionally call it here.
586
587 * term/linux.el: Call tty-no-underline.
588
589 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
590
591 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
592
593 2005-06-17 Miles Bader <miles@gnu.org>
594
595 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
596 (ediff-current-diff-C, ediff-current-diff-Ancestor)
597 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
598 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
599 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
600 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
601 Remove "-face" suffix from face names.
602 (ediff-current-diff-face-A, ediff-current-diff-face-B)
603 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
604 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
605 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
606 (ediff-even-diff-face-A, ediff-even-diff-face-B)
607 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
608 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
609 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
610 New backward-compatibility aliases for renamed faces.
611 (ediff-current-diff-face-A, ediff-current-diff-face-B)
612 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
613 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
614 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
615 (ediff-even-diff-face-A, ediff-even-diff-face-B)
616 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
617 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
618 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
619 Use renamed ediff faces.
620
621 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
622 Remove "-face" suffix from face names.
623 (eshell-test-ok-face, eshell-test-failed-face):
624 New backward-compatibility aliases for renamed faces.
625 (eshell-run-test): Use renamed eshell-test faces.
626
627 * eshell/em-prompt.el (eshell-prompt):
628 Remove "-face" suffix from face name.
629 (eshell-prompt-face): New backward-compatibility alias for renamed face.
630 (eshell-emit-prompt): Use renamed eshell-prompt face.
631
632 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
633 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
634 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
635 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
636 Remove "-face" suffix from face names.
637 (eshell-ls-directory-face, eshell-ls-symlink-face)
638 (eshell-ls-executable-face, eshell-ls-readonly-face)
639 (eshell-ls-unreadable-face, eshell-ls-special-face)
640 (eshell-ls-missing-face, eshell-ls-archive-face)
641 (eshell-ls-backup-face, eshell-ls-product-face)
642 (eshell-ls-clutter-face):
643 New backward-compatibility aliases for renamed faces.
644 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
645
646 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
647 Remove "-face" suffix from face name.
648 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
649 instead of literal face.
650
651 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
652
653 * emacs-lisp/warnings.el (display-warning, lwarn)
654 (warning-minimum-log-level): Doc fixes.
655 (warning-minimum-level, warning-minimum-log-level):
656 Add :debug to :type choices.
657
658 * progmodes/ada-mode.el (ada-format-paramlist)
659 (ada-get-indent-case, ada-check-matching-start)
660 (ada-check-defun-name, ada-goto-matching-decl-start)
661 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
662 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
663 (ada-make-subprogram-body): Follow error conventions.
664 (ada-case-exception-file, ada-indent-comment-as-code)
665 (ada-indent-handle-comment-special, ada-indent-renames)
666 (ada-indent-return, ada-search-directories-internal)
667 (ada-tab-policy, ada-case-exception-substring)
668 (ada-other-file-alist, ada-matching-start-re)
669 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
670 (ada-imenu-generic-expression, ada-compile-goto-error)
671 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
672 (ada-popup-menu, ada-add-extensions, ada-mode)
673 (ada-region-selected, ada-create-case-exception)
674 (ada-create-case-exception-substring, ada-after-keyword-p)
675 (ada-activate-keys-for-case, ada-adjust-case-region)
676 (ada-adjust-case-buffer, ada-format-paramlist)
677 (ada-scan-paramlist, ada-insert-paramlist)
678 (ada-indent-newline-indent)
679 (ada-indent-newline-indent-conditional)
680 (ada-justified-indent-current, ada-goto-previous-word)
681 (ada-indent-current, ada-get-indent-open-paren)
682 (ada-get-indent-paramlist, ada-get-indent-end)
683 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
684 (ada-get-indent-block-start, ada-get-indent-subprog)
685 (ada-get-indent-noindent, ada-get-indent-label)
686 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
687 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
688 (ada-goto-stmt-end, ada-goto-next-word)
689 (ada-check-matching-start, ada-check-defun-name)
690 (ada-goto-matching-decl-start, ada-goto-matching-start)
691 (ada-goto-matching-end, ada-search-ignore-string-comment)
692 (ada-in-decl-p, ada-looking-at-semi-or)
693 (ada-looking-at-semi-private, ada-in-paramlist-p)
694 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
695 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
696 (ada-next-procedure, ada-previous-procedure, ada-next-package)
697 (ada-previous-package, ada-create-menu)
698 (ada-fill-comment-paragraph-justify)
699 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
700 (ada-other-file-name, ada-last-which-function-line)
701 (ada-last-which-function-subprog, ada-which-function)
702 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
703 (ada-gen-treat-proc, ada-check-emacs-version)
704 (ada-continuation-indent, ada-align-region-separate):
705 Fix typos in docstrings.
706 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
707
708 2005-06-16 Lute Kamstra <lute@gnu.org>
709
710 * simple.el (fundamental-mode): Run after-change-major-mode-hook
711 conditionally.
712
713 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
714
715 * comint.el (comint-replace-by-expanded-filename)
716 (comint-prompt-regexp, comint-delimiter-argument-list)
717 (comint-preinput-scroll-to-bottom):
718 * info.el (Info-hide-cookies-node):
719 * ls-lisp.el (ls-lisp-classify):
720 * find-file.el (ff-search-directories, ff-special-constructs)
721 (ff-find-other-file):
722 * font-lock.el (font-lock-keywords):
723 * shell.el (shell-prompt-pattern)
724 (shell-dynamic-complete-functions, shell-mode)
725 (shell-delimiter-argument-list):
726 * term.el (term-replace-by-expanded-filename)
727 (term-prompt-regexp, term-delimiter-argument-list):
728 * woman.el (woman-ignore, woman0-if):
729 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
730 * emacs-lisp/elint.el (elint-init-env):
731 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
732 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
733 * language/ethio-util.el (ethio-tilde-escape)
734 (ethio-use-three-dot-question):
735 * net/zone-mode.el (zone-mode-load-time-setup):
736 * progmodes/cc-align.el (c-lineup-argcont):
737 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
738 * progmodes/cperl-mode.el (cperl-set-style-back):
739 * progmodes/inf-lisp.el (inferior-lisp-prompt):
740 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
741 Fix spellings in docstrings.
742
743 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
744 * progmodes/modula2.el (m2-for): Fix spellings.
745
746 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
747
748 * simple.el (undo-more): Don't use `format' on `error' arguments.
749 Improve argument/docstring consistency.
750 (pending-undo-list): Doc fix.
751
752 * smerge-mode.el (smerge-ensure-match):
753 * emulation/vip.el (vip-ex):
754 * net/zone-mode.el (zone-mode-update-serial):
755 * progmodes/idlwave.el (idlwave-complete):
756 * progmodes/vhdl-mode.el (vhdl-visit-file)
757 (vhdl-compose-wire-components):
758 Don't use `format' on `error' arguments.
759
760 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
761 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
762 (tooltip-help-tips): Fix typos in docstrings.
763
764 2005-06-16 David Ponce <david@dponce.com>
765
766 * tree-widget.el (tree-widget-value-create): Simplify last change.
767
768 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
769
770 * ido.el (ido-incomplete-regexp): New variable.
771 (ido-set-matches-1): Handle invalid-regexp error and set
772 ido-incomplete-regexp.
773 (ido-incomplete-regexp): New face.
774 (ido-completions): Use it.
775 (ido-complete, ido-exit-minibuffer, ido-completions):
776 Handle incomplete regexps.
777 (ido-completions): Add check for complete match when entering a regexp.
778
779 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
782
783 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
784
785 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
786 by field delimiters.
787
788 2005-06-15 David Ponce <david@dponce.com>
789
790 * tree-widget.el: eval-and-compile inlined functions so they will
791 be available at run-time too.
792 (tree-widget-super-format-handler)
793 (tree-widget-format-handler): Remove.
794 (tree-widget-value-create): Handle the :indent property.
795
796 2005-06-15 Miles Bader <miles@gnu.org>
797
798 * progmodes/which-func.el (which-func): Only inherit
799 `font-lock-function-name-face' when that makes sense against the
800 default mode-line face, otherwise set the face color explicitly.
801
802 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
803 faces instead of (non-existent) variables.
804
805 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
808 (iswitchb-get-matched-buffers): Likewise. Simplify.
809
810 2005-06-14 Miles Bader <miles@gnu.org>
811
812 * progmodes/ld-script.el (ld-script-location-counter):
813 Remove "-face" suffix from face name.
814 (ld-script-location-counter-face):
815 New backward-compatibility alias for renamed face.
816 (ld-script-location-counter-face): Use renamed face.
817
818 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
819 (cperl-hash): Remove "-face" suffix from face names.
820 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
821 New backward-compatibility aliases for renamed faces.
822 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
823 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
824
825 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
826 name.
827 (which-func-face): New backward-compatibility alias for renamed face.
828 (which-func-format): Use renamed which-func face.
829
830 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
831 (vhdl-function, vhdl-directive, vhdl-reserved-word)
832 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
833 names.
834 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
835 (vhdl-speedbar-configuration, vhdl-speedbar-package)
836 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
837 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
838 (vhdl-speedbar-architecture-selected)
839 (vhdl-speedbar-configuration-selected)
840 (vhdl-speedbar-package-selected)
841 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
842 names.
843 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
844 Use renamed faces.
845 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
846 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
847 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
848 Use renamed faces.
849 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
850 names.
851 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
852 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
853 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
854 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
855 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
856 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
857
858 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
859 face name.
860 (sh-heredoc-face): New backward-compatibility alias for renamed face.
861 (sh-heredoc-face): Use renamed sh-heredoc face.
862
863 * progmodes/idlw-help.el (idlwave-help-link):
864 Remove "-face" suffix from face name.
865 (idlwave-help-link-face):
866 New backward-compatibility alias for renamed face.
867 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
868
869 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
870 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
871 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
872 New backward-compatibility aliases for renamed faces.
873 (idlwave-shell-disabled-breakpoint-face)
874 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
875
876 * progmodes/flymake.el (flymake-errline, flymake-warnline):
877 Remove "-face" suffix from face names.
878 (flymake-errline-face, flymake-warnline-face):
879 New backward-compatibility aliases for renamed faces.
880 (flymake-highlight-line): Use renamed flymake faces.
881
882 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
883 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
884 (ebrowse-member-class, ebrowse-progress):
885 Remove "-face" suffix from face names.
886 (ebrowse-tree-mark-face, ebrowse-root-class-face)
887 (ebrowse-file-name-face, ebrowse-default-face)
888 (ebrowse-member-attribute-face, ebrowse-member-class-face)
889 (ebrowse-progress-face):
890 New backward-compatibility aliases for renamed faces.
891 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
892 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
893 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
894 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
895
896 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
897 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
898 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
899 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
900 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
901 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
902 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
903 New backward-compatibility aliases for renamed faces.
904 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
905 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
906 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
907 "font-lock-". Use renamed antlr-mode faces.
908 (antlr-font-lock-additional-keywords): Use renamed faces.
909 Replace literal face-names with face variable references.
910
911 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
912 face name.
913 (Buffer-menu-buffer-face): New backward-compatibility alias for
914 renamed face.
915 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
916
917 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
918
919 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
920 Eliminate "-face" suffix.
921 (makefile-targets): Inherit from font-lock-function-name-face and
922 eliminate "-face" suffix.
923 (makefile-shell): Remove attributes and eliminate "-face" suffix.
924 (makefile-*-font-lock-keywords): Append makefile-targets in rule
925 actions, instead of prepending, to make it less visible.
926 (makefile-previous-dependency, makefile-match-dependency):
927 Don't match a target on a continuation line.
928
929 * files.el (auto-mode-alist): Put Makefile in gmake mode.
930
931 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
932
933 * progmodes/gdb-ui.el (menu): Re-order menu items.
934 (gdb-tooltip-print): Respect tooltip-use-echo-area.
935
936 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
937 Define in tooltip.el.
938 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
939 (gud-tooltip-tips): Respect tooltip-use-echo-area and
940 gud-tooltip-echo-area.
941
942 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
943 backward compatibility and make obsolete.
944 (tooltip-help-tips): Use tooltip-use-echo-area.
945 (tooltip-show-help-function): Rename to...
946 (tooltip-show-help): ...this, because it is a function.
947 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
948
949 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
950
951 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
952 (edebug-print-length, edebug-print-level, edebug-print-circle)
953 (edebug-modify-breakpoint, edebug-eval-last-sexp)
954 (edebug-eval-print-last-sexp): Doc fixes.
955
956 2005-06-14 Kim F. Storm <storm@cua.dk>
957
958 * ido.el (ido-mode): Make a new keymap every time we enable ido,
959 as the coverage buffer/file/both may change.
960
961 2005-06-14 Lute Kamstra <lute@gnu.org>
962
963 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
964 and run-mode-hooks. Simplify.
965
966 * mail/rmailedit.el (rmail-edit-mode):
967 * progmodes/octave-inf.el (inferior-octave-mode):
968 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
969
970 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
971 and run-mode-hooks.
972 (recentf-edit-list, recentf-open-files): Don't call
973 kill-all-local-variables directly.
974
975 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
976
977 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
978
979 * emacs-lisp/byte-run.el (make-obsolete)
980 (define-obsolete-function-alias): Rename arguments FUNCTION and
981 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
982 (make-obsolete-variable, define-obsolete-variable-alias):
983 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
984 respectively.
985
986 * isearchb.el (isearchb-activate):
987 * pcvs.el (cvs-mode):
988 * ses.el (ses-load):
989 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
990 * net/tramp.el (tramp-find-file-exists-command)
991 (tramp-find-shell):
992 * progmodes/ada-mode.el (ada-create-case-exception)
993 (ada-create-case-exception-substring, ada-make-subprogram-body):
994 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
995 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
996 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
997 * textmodes/org.el (org-promote, org-evaluate-time-range)
998 (org-agenda-next-date-line, org-agenda-previous-date-line)
999 (org-agenda-error, org-open-at-point, org-table-move-row)
1000 (org-format-table-table-html-using-table-generate-source)
1001 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1002 * textmodes/reftex.el (reftex-access-scan-info):
1003 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1004 (reftex-toc-promote-prepare): Follow error conventions.
1005
1006 * diff-mode.el (diff-mode): Fix typo in docstring.
1007
1008 * forms.el (forms--intuit-from-file): Fix reference to
1009 `forms-number-of-fields' in error message.
1010 (forms-print): Fix quoting in error message.
1011
1012 * forms.el (forms-mode):
1013 * emulation/vi.el (vi-goto-insert-state):
1014 * progmodes/flymake.el (flymake-new-err-info)
1015 (flymake-start-syntax-check-for-current-buffer)
1016 (flymake-simple-cleanup):
1017 * eshell/esh-var.el (eshell/export):
1018 * progmodes/gud.el (xdb):
1019 * textmodes/flyspell.el (flyspell-incorrect-hook)
1020 (flyspell-maybe-correct-transposition)
1021 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1022
1023 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
1024
1025 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1026 minibuffer prompt.
1027
1028 2005-06-13 Kim F. Storm <storm@cua.dk>
1029
1030 * subr.el (add-to-ordered-list): New defun.
1031
1032 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1033 add cua--keymap-alist to emulation-mode-map-alists.
1034
1035 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * subr.el (complete-in-turn): New macro.
1038 (dynamic-completion-table, lazy-completion-table): Add debug info.
1039
1040 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1041 in preference to face aliases.
1042
1043 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1044 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1045 Remove unused vars `start' and `firstline'.
1046 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1047 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1048
1049 2005-06-13 Eli Zaretskii <eliz@gnu.org>
1050
1051 * cus-start.el (all): Don't complain about missing GTK-related
1052 variables, unless either `gtk' is boundp or this isn't a
1053 `windows-nt' build.
1054
1055 2005-06-13 Lute Kamstra <lute@gnu.org>
1056
1057 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1058 run-mode-hooks.
1059
1060 * ediff-mult.el (ediff-meta-mode):
1061 * ediff-util.el (ediff-mode): Use run-mode-hooks.
1062
1063 * ledit.el (ledit-mode): Use delay-mode-hooks.
1064
1065 * woman.el (woman-mode-line-format): Delete constant.
1066 (woman-mode-map): Initialize it properly.
1067 (woman-mode): Set mode-class property to special.
1068 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
1069 Set major-mode and mode-name. Don't set mode-line-format directly.
1070 (Man-getpage-in-background): Don't reference woman-mode-line-format.
1071
1072 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1073 string argument obsolete.
1074
1075 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
1076
1077 * textmodes/org.el (org-CUA-compatible): New option.
1078 (org-disputed-keys): New variable.
1079 (org-key): New function.
1080 (orgtbl-make-binding): Add docstring to the created function.
1081 (org-mode): Set paragraph start/separate regexps.
1082 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1083 (org-archive-location, org-archive-mark-done)
1084 (org-archive-stamp-time): New options.
1085 (org-archive-subtree): New command.
1086 (org-fill-paragraph): New function.
1087 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1088 (org-fake-empty-table-line): Function removed.
1089 (org-format-org-table-html): Do not create empty table lines at
1090 separator lines. Improved table header treatment.
1091 (org-link-format): New option.
1092 (org-make-link): New function.
1093 (org-insert-link, org-store-link): Use org-make-link.
1094 (org-open-file): Quote file name for shell command, to allow
1095 spaces in file names.
1096 (org-link-regexp): Fix bug with mailto link.
1097 (org-link-maybe-angles-regexp, org-protected-link-regexp):
1098 New constants.
1099 (org-export-as-html): Deal with the optional angles around a link.
1100 Better treatment of file: links.
1101 (org-open-at-point): Replace @{ and @} with < and >.
1102 (org-run-mode-hooks): Function removed.
1103 (org-agenda-mode): No longer use `org-run-mode-hooks'.
1104
1105 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
1106
1107 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1108 MI command -data-list-register-values.
1109 (gdb-post-prompt): Indent properly.
1110
1111 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
1112
1113 * hilit-chg.el (highlight-changes-colors): Rename from
1114 `highlight-changes-colours'.
1115 (highlight-changes-colours): Keep as obsolete alias.
1116 (highlight-changes-face-list): Doc fix.
1117 (hilit-chg-make-list): Use `highlight-changes-colors'.
1118
1119 2005-06-12 Mark A. Hershberger <mah@everybody.org>
1120
1121 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1122 defun-prompt-regexp.
1123
1124 2005-06-12 Eli Zaretskii <eliz@gnu.org>
1125
1126 * loadup.el: Don't say we are dumping under 2 names on windows-nt
1127 and cygwin.
1128
1129 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1130 Don't use an old loaddefs.el, as in Makefile.in.
1131
1132 2005-06-12 Lute Kamstra <lute@gnu.org>
1133
1134 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1135
1136 * man.el (Man-mode-map): Initialize it properly.
1137 (Man-mode): Set mode-class property to special.
1138
1139 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1140
1141 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1142
1143 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1144 A newline is needed in the docstring there.
1145
1146 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1147 Doc fixes.
1148
1149 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1150
1151 * printing.el: Doc fix. The menubar is no more changed when printing
1152 is loaded, it only changes when pr-menu-bind or pr-update-menus is
1153 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
1154 (pr-version): New version number (6.8.4).
1155 (pr-menu-bind): New command.
1156 (pr-update-menus): Docstring and code fix.
1157 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1158 Docstring fix.
1159 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1160 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1161
1162 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
1163
1164 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1165 "Returns" to "return", document useful return values, etc.
1166
1167 2005-06-11 Alan Mackenzie <acm@muc.de>
1168
1169 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1170 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1171 (adaptive-file-function): Minor amendment to doc-string.
1172
1173 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1174
1175 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1176 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1177 Fix :type--it is `integer', not `string'.
1178
1179 * faces.el (modeline-highlight): Rename from (the erroneous)
1180 `modeline-higilight'.
1181
1182 2005-06-11 Lute Kamstra <lute@gnu.org>
1183
1184 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1185 lisp-interaction-mode-map but make it the parent.
1186 (edebug-eval-mode): Use define-derived-mode.
1187
1188 2005-06-11 Andreas Schwab <schwab@suse.de>
1189
1190 * bindings.el: Add binding of `ESC functionkey' for every
1191 `M-functionkey'.
1192 * hexl.el (hexl-mode-map): Likewise.
1193
1194 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
1195
1196 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1197 [msft]: update regexp for newer msft compilers.
1198
1199 2005-06-10 Mark A. Hershberger <mah@everybody.org>
1200
1201 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1202 ATTLIST portions of included DTDs.
1203 (xml-parse-dtd): Eliminate use of inefficient match-data.
1204
1205 2005-06-10 Miles Bader <miles@gnu.org>
1206
1207 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1208 (mpuz-text): Remove "-face" suffix from face names.
1209 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1210 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1211 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1212
1213 * play/gomoku.el (gomoku-O, gomoku-X):
1214 Remove "-face" suffix from face names.
1215 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1216 New backward-compatibility aliases for renamed faces.
1217 (gomoku-font-lock-keywords): Use renamed gomoku faces.
1218
1219 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1220
1221 * thumbs.el: Fixes for changes of 2005-06-09.
1222 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1223 as a directory.
1224 (thumbs-thumbname): Remove directory separator from format string;
1225 `thumbs-thumbsdir' now returns a valid directory name.
1226 (thumbs-temp-dir): New defsubst.
1227 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1228 Use it.
1229
1230 * cus-edit.el (minibuffer):
1231 * files.el (make-backup-file-name-function):
1232 * filesets.el (filesets-external-viewers):
1233 * hilit-chg.el (highlight-changes-colours)
1234 (highlight-changes-face-list, highlight-changes-rotate-faces):
1235 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
1236 * kmacro.el (kmacro-call-macro):
1237 * log-edit.el (log-edit-changelog-full-paragraphs):
1238 * mouse.el (mouse-1-click-follows-link):
1239 * skeleton.el (skeleton-autowrap):
1240 * subr.el (insert-for-yank-1):
1241 * tempo.el (tempo-insert-region):
1242 * terminal.el (terminal-emulator):
1243 * time.el (display-time-mail-face):
1244 * vc.el (vc-annotate):
1245 * vcursor.el (vcursor-copy-line):
1246 * woman.el (woman-bold-headings, woman-ignore)
1247 (woman-default-faces, woman-monochrome-faces):
1248 * calendar/todo-mode.el (todo-insert-threshold):
1249 * emulation/pc-select.el (pc-select-selection-keys-only)
1250 (pc-selection-mode):
1251 * emulation/vip.el (vip-find-char-forward):
1252 * emulation/viper-cmd.el (viper-find-char-forward):
1253 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1254 (input-method-exit-on-invalid-key):
1255 * international/mule-diag.el (describe-coding-system):
1256 * international/ucs-tables.el (unify-8859-on-encoding-mode):
1257 * net/browse-url.el (browse-url-xterm-program):
1258 * obsolete/lazy-lock.el (lazy-lock-mode):
1259 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1260 (cperl-mode):
1261 * progmodes/cpp.el (cpp-face-light-name-list)
1262 (cpp-face-dark-name-list):
1263 * progmodes/delphi.el (delphi-newline-always-indents):
1264 Fix spellings in docstrings.
1265
1266 * ido.el (ido-mode, ido-file-extensions-order)
1267 (ido-default-file-method, ido-default-buffer-method)
1268 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1269 (ido-decorations, ido-read-file-name-as-directory-commands)
1270 (ido-read-file-name-non-ido, ido-work-directory-list)
1271 (ido-ignore-item-temp-list, ido-current-directory)
1272 (ido-magic-forward-char, ido-enter-find-file)
1273 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1274 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1275
1276 2005-06-10 Lute Kamstra <lute@gnu.org>
1277
1278 * play/dunnet.el (dun-mode): Use define-derived-mode.
1279 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
1280 obsolete alias.
1281
1282 * play/doctor.el (doctor-mode-map): Remove defvar.
1283 (doctor-mode): Use define-derived-mode.
1284
1285 * mail/mspools.el (mspools-mode):
1286 * net/eudc-hotlist.el (eudc-hotlist-mode):
1287 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
1288
1289 2005-06-10 Miles Bader <miles@gnu.org>
1290
1291 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1292 Remove "-face" suffix from face names.
1293 (flyspell-incorrect-face, flyspell-duplicate-face):
1294 New backward-compatibility aliases for renamed faces.
1295 (flyspell-mode-on, make-flyspell-overlay)
1296 (flyspell-highlight-incorrect-region)
1297 (flyspell-highlight-duplicate-region)
1298 (flyspell-display-next-corrections)
1299 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
1300
1301 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
1302 from face name.
1303 (texinfo-heading-face): New backward-compatibility alias for
1304 renamed face.
1305 (texinfo-heading-face): Use renamed texinfo-heading face.
1306
1307 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1308 suffix from face names.
1309 (tex-math-face, tex-verbatim-face):
1310 New backward-compatibility aliases for renamed faces.
1311 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1312 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1313 literal face name.
1314
1315 * textmodes/table.el (table-cell): Remove "-face" suffix from face
1316 name.
1317 (table-cell-face): New backward-compatibility alias for renamed face.
1318 (table--put-cell-face-property, table--update-cell-face):
1319 Use renamed table-cell face.
1320
1321 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1322 from face name.
1323 (sgml-namespace-face): New backward-compatibility alias for
1324 renamed face.
1325 (sgml-namespace-face): Use renamed sgml-namespace face.
1326
1327 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1328 (org-level-4, org-level-5, org-level-6, org-level-7)
1329 (org-level-8, org-warning, org-headline-done)
1330 (org-deadline-announce, org-scheduled-today)
1331 (org-scheduled-previously, org-link, org-done, org-table)
1332 (org-time-grid): Remove "-face" suffix from face names.
1333 (org-level-1-face, org-level-2-face, org-level-3-face)
1334 (org-level-4-face, org-level-5-face, org-level-6-face)
1335 (org-level-7-face, org-level-8-face, org-warning-face)
1336 (org-headline-done-face, org-deadline-announce-face)
1337 (org-scheduled-today-face, org-scheduled-previously-face)
1338 (org-link-face, org-done-face, org-table-face)
1339 (org-time-grid-face):
1340 New backward-compatibility aliases for renamed faces.
1341 (org-level-faces, org-set-font-lock-defaults, org-timeline)
1342 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1343 (org-agenda-get-timestamps, org-agenda-get-scheduled)
1344 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1345
1346 * emulation/viper-init.el (viper-search, viper-replace-overlay)
1347 (viper-minibuffer-emacs, viper-minibuffer-insert)
1348 (viper-minibuffer-vi): Remove "-face" suffix from face names.
1349 (viper-search-face, viper-replace-overlay-face)
1350 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1351 (viper-minibuffer-vi-face):
1352 New backward-compatibility aliases for renamed faces.
1353 (viper-search-face, viper-replace-overlay-face)
1354 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1355 (viper-minibuffer-vi-face): Use renamed viper faces.
1356
1357 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1358 Remove "-face" suffix from face names.
1359 (testcover-nohits-face, testcover-1value-face):
1360 New backward-compatibility aliases for renamed faces.
1361 (testcover-mark): Use renamed testcover faces.
1362
1363 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1364 face name.
1365 (diary-button-face): New backward-compatibility alias for renamed face.
1366 (diary-entry): Use renamed diary-button face.
1367
1368 * calendar/calendar.el (diary, calendar-today, holiday)
1369 (mark-visible-calendar-date): Remove "-face" suffix from face names.
1370 (diary-face, calendar-today-face, holiday-face):
1371 New backward-compatibility aliases for renamed faces.
1372 (eval-after-load "facemenu", diary-entry-marker)
1373 (calendar-today-marker, calendar-holiday-marker, diary-face):
1374 Use renamed calendar faces.
1375
1376 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1377 (compare-windows-face): New backward-compatibility alias for
1378 renamed face.
1379 (compare-windows-highlight): Use renamed compare-windows face.
1380
1381 * strokes.el (strokes-char): Remove "-face" suffix from face name.
1382 (strokes-char-face): New backward-compatibility alias for renamed face.
1383 (strokes-encode-buffer): Use renamed strokes-char face.
1384
1385 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1386 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1387 Remove "-face" suffix from face names.
1388 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1389 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1390 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1391 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1392 Use renamed pcvs faces.
1393 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1394 * pcvs-defs.el (cvs-mode-map): Likewise.
1395 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1396
1397 * info.el (info-title-1, info-title-2, info-title-3)
1398 (info-title-4): Remove "-face" suffix from and downcase face names.
1399 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1400 (Info-title-4-face):
1401 New backward-compatibility aliases for renamed faces.
1402 (Info-fontify-node): Use renamed info faces.
1403
1404 * hilit-chg.el (highlight-changes, highlight-changes-delete):
1405 Remove "-face" suffix from face names.
1406 (highlight-changes-face, highlight-changes-delete-face):
1407 New backward-compatibility aliases for renamed faces.
1408 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1409 (hilit-chg-make-list): Use renamed highlight-changes faces.
1410
1411 * generic-x.el (show-tabs-tab, show-tabs-space):
1412 Remove "-face" suffix from face names.
1413 (show-tabs-tab-face, show-tabs-space-face):
1414 New backward-compatibility aliases for renamed faces.
1415 (show-tabs-generic-mode-font-lock-defaults-1)
1416 (show-tabs-generic-mode-font-lock-defaults-2):
1417 Use renamed show-tabs faces.
1418
1419 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1420 (smerge-markers): Remove "-face" suffix from face names.
1421 (smerge-mine-face, smerge-other-face, smerge-base-face)
1422 (smerge-markers-face):
1423 New backward-compatibility aliases for renamed faces.
1424 (smerge-mine-face, smerge-other-face, smerge-base-face)
1425 (smerge-markers-face): Use renamed smerge faces.
1426
1427 * log-view.el (log-view-file, log-view-message):
1428 Remove "-face" suffix from face names.
1429 (log-view-file-face, log-view-message-face):
1430 New backward-compatibility aliases for renamed faces.
1431 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1432
1433 * paren.el (show-paren-match, show-paren-mismatch):
1434 Remove "-face" suffix from face names.
1435 (show-paren-match-face, show-paren-mismatch-face):
1436 New backward-compatibility aliases for renamed faces.
1437 (show-paren-function): Use renamed show-paren faces.
1438
1439 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1440 (ruler-mode-margins, ruler-mode-fringes)
1441 (ruler-mode-column-number, ruler-mode-fill-column)
1442 (ruler-mode-comment-column, ruler-mode-goal-column)
1443 (ruler-mode-tab-stop, ruler-mode-current-column):
1444 Remove "-face" suffix from face names.
1445 (ruler-mode-default-face, ruler-mode-pad-face)
1446 (ruler-mode-margins-face, ruler-mode-fringes-face)
1447 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1448 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1449 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1450 New backward-compatibility aliases for renamed faces.
1451 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1452 (ruler-mode-column-number, ruler-mode-fill-column)
1453 (ruler-mode-comment-column, ruler-mode-goal-column)
1454 (ruler-mode-tab-stop, ruler-mode-current-column)
1455 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1456
1457 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1458 face name.
1459 (whitespace-highlight-the-space): Use renamed face.
1460 (whitespace-highlight-face): New backward-compatibility alias for
1461 renamed face.
1462
1463 * woman.el (woman-italic, woman-bold, woman-unknown)
1464 (woman-addition, woman-symbol-face):
1465 Remove "-face" suffix from face names.
1466 (woman-italic-face, woman-bold-face, woman-unknown-face)
1467 (woman-addition-face):
1468 New backward-compatibility aliases for renamed faces.
1469 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1470 (woman-decode-region, woman-replace-match)
1471 (woman-display-extended-fonts, woman-special-characters)
1472 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1473 Use renamed woman faces.
1474
1475 * longlines.el (longlines-visible-face): Face removed.
1476
1477 * diff-mode.el (diff-header, diff-file-header, diff-index)
1478 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1479 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1480 suffix from face names.
1481 (diff-header-face, diff-file-header-face, diff-index-face)
1482 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1483 (diff-changed-face, diff-function-face, diff-context-face)
1484 (diff-nonexistent-face): New backward-compatibility aliases for
1485 renamed faces.
1486 (diff-header-face, diff-file-header-face)
1487 (diff-index, diff-index-face, diff-hunk-header)
1488 (diff-hunk-header-face, diff-removed, diff-removed-face)
1489 (diff-added, diff-added-face, diff-changed-face, diff-function)
1490 (diff-function-face, diff-context-face, diff-nonexistent)
1491 (diff-nonexistent-face): Use renamed diff-mode faces.
1492
1493 * progmodes/compile.el (compilation-warning-face)
1494 (compilation-info-face): Remove "-face" suffix from face names.
1495 (compilation-warning-face, compilation-info-face):
1496 New backward-compatibility aliases for renamed faces.
1497 (compilation-warning-face, compilation-info-face):
1498 Use renamed compilation faces.
1499
1500 * add-log.el (change-log-date, change-log-name)
1501 (change-log-email, change-log-file, change-log-list)
1502 (change-log-conditionals, change-log-function)
1503 (change-log-acknowledgement): Remove "-face" suffix from face names.
1504 (change-log-date-face, change-log-name-face)
1505 (change-log-email-face, change-log-file-face)
1506 (change-log-list-face, change-log-conditionals-face)
1507 (change-log-function-face, change-log-acknowledgement-face):
1508 New backward-compatibility aliases for renamed faces.
1509 (change-log-font-lock-keywords): Use renamed change-log faces.
1510
1511 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1512 (custom-set, custom-changed, custom-saved, custom-button)
1513 (custom-button-pressed, custom-documentation, custom-state)
1514 (custom-comment, custom-comment-tag, custom-variable-tag)
1515 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1516 (custom-group-tag): Remove "-face" suffix from face names.
1517 (custom-magic-alist, custom-magic-value-create)
1518 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1519 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1520 (custom-set-face, custom-changed-face, custom-saved-face)
1521 (custom-button-face, custom-button-pressed-face)
1522 (custom-documentation-face, custom-state-face)
1523 (custom-comment-face, custom-comment-tag-face)
1524 (custom-variable-tag-face, custom-variable-button-face)
1525 (custom-face-tag-face, custom-group-tag-face-1)
1526 (custom-group-tag-face):
1527 New backward-compatibility aliases for renamed faces.
1528
1529 * wid-edit.el (widget-documentation, widget-button)
1530 (widget-field, widget-single-line-field, widget-inactive)
1531 (widget-button-pressed): "-face" suffix removed from face names.
1532 (widget-documentation-face, widget-button-face)
1533 (widget-field-face, widget-single-line-field-face)
1534 (widget-inactive-face, widget-button-pressed-face):
1535 New backward-compatibility aliases for renamed faces.
1536 (widget-documentation-face, widget-button-face)
1537 (widget-button-pressed-face, widget-specify-field)
1538 (widget-specify-inactive): Use renamed widget faces.
1539
1540 2005-06-10 Kenichi Handa <handa@m17n.org>
1541
1542 * term/x-win.el (x-clipboard-yank): Remove condition-case
1543 wrapping.
1544
1545 2005-06-11 Kenichi Handa <handa@m17n.org>
1546
1547 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1548 date lines stricter.
1549
1550 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1551
1552 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1553 of x-get-selection.
1554
1555 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * comint.el (comint-mode, comint-snapshot-last-prompt):
1558 * frame.el (frame-current-scroll-bars):
1559 * term.el (term-mode, term-check-proc, term-input-sender)
1560 (term-simple-send, term-extract-string, term-word)
1561 (term-match-partial-filename):
1562 * window.el (window-current-scroll-bars):
1563 * emulation/cua-base.el (cua-normal-cursor-color)
1564 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1565 (cua-global-mark-cursor-color):
1566 * mail/undigest.el (rmail-forward-separator-regex):
1567 Fix typos in docstrings.
1568
1569 * comint.el (comint-check-proc, make-comint-in-buffer)
1570 (comint-source-default): Doc fixes.
1571
1572 * term.el (term-send-string): Improve argument/docstring
1573 consistency.
1574
1575 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1576
1577 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1578 call to `delete-region'.
1579 (comint-mode-hook): Do not enable Font Lock by default.
1580
1581 2005-06-09 Lute Kamstra <lute@gnu.org>
1582
1583 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1584 could be void.
1585
1586 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1589 (debug): Use it.
1590 (debugger-step-through, debugger-continue, debugger-jump)
1591 (debugger-return-value): Set it when needed.
1592 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1593 Use inhibit-read-only.
1594
1595 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * window.el (shrink-window-if-larger-than-buffer)
1598 (window-size-fixed): Fix typo in docstring.
1599
1600 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1601 thumbnails directory on loading.
1602 (thumbs-conversion-program): Use `eq' to check the system type,
1603 not `equal'.
1604 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1605 not "/tmp". Fix docstring.
1606 (thumbs-thumbsdir): New function to return the thumbnails
1607 directory, creating it if needed.
1608 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1609 (thumbs-temp-file): Delete variable and make it into a function.
1610 (thumbs-resize-image, thumbs-modify-image): Use it.
1611 (thumbs-kill-buffer): Simplify.
1612 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1613 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1614 docstrings.
1615
1616 2005-06-09 Kim F. Storm <storm@cua.dk>
1617
1618 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1619 set-match-data to free markers in match-data.
1620
1621 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1622 match-data to unchain markers in match-data.
1623
1624 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1627 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1628 unnecessary now.
1629
1630 2005-06-08 Richard M. Stallman <rms@gnu.org>
1631
1632 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1633 give the variable a doc string that doesn't say don't set it directly.
1634
1635 * textmodes/ispell.el (ispell-check-version):
1636 Use match-string-no-properties.
1637 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1638 (ispell-buffer-local-words): Likewise.
1639
1640 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1641 except on terminals with enough colors to really display it.
1642 (makefile-dependency-regex): Delete spurious `bb'.
1643
1644 * faces.el (escape-glyph): Use blue once again in last case.
1645 (no-break-space): Redefine so that it isn't invisible on a tty.
1646
1647 2005-06-08 Kim F. Storm <storm@cua.dk>
1648
1649 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1650 also when reading directory name.
1651
1652 2005-06-08 Lute Kamstra <lute@gnu.org>
1653
1654 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1655 (flyspell-mode-line-string): Remove autoload cookie.
1656 (flyspell-mode): Remove defvar.
1657
1658 2005-06-07 Lute Kamstra <lute@gnu.org>
1659
1660 * textmodes/org.el (org-run-mode-hooks): New function.
1661 (org-agenda-mode): Use it.
1662
1663 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1664
1665 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1666
1667 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1670
1671 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1672
1673 * font-lock.el (font-lock-add-keywords): Doc fix.
1674
1675 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1676
1677 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1678 (tex-compile-default): In the absence of any history, use the order in
1679 tex-compile-alist to choose the preferred command.
1680 (tex-compile-commands): Reorder a bit.
1681
1682 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1683 (flyspell-incorrect-face, flyspell-duplicate-face):
1684 Use (X)Emacs-agnostic code.
1685 (flyspell-mode-map): Don't overwrite at each load. Remove code
1686 redundant with the subsequent add-minor-mode. Merge Emacs and
1687 XEmacs code.
1688 (flyspell-word): Minor simplification.
1689 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1690 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1691 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1692 Merge the corresponding Emacs code.
1693 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1694
1695 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1696 a dedicated window.
1697
1698 * international/latexenc.el (latexenc-find-file-coding-system):
1699 Undo part of last patch, to turn off a compiler warning.
1700
1701 2005-06-06 Juri Linkov <juri@jurta.org>
1702
1703 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1704 Rename `tmm-inactive-face' to `tmm-inactive'.
1705
1706 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1707
1708 * iswitchb.el: Rename faces.
1709
1710 2005-06-06 Kim F. Storm <storm@cua.dk>
1711
1712 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1713 (cua-global-mark): Remove -face suffix from face names.
1714
1715 * emulation/cua-gmrk.el (cua--init-global-mark):
1716 Remove cua-global-mark face setup.
1717
1718 2005-06-06 Richard M. Stallman <rms@gnu.org>
1719
1720 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1721 just like other allowed characters.
1722 (makefile-match-dependency): Exclude leading and training whitespace
1723 from the range of regexp subexp 1.
1724 (makefile-macroassign-regex): Don't try to match the body,
1725 just the name of the macro being defined.
1726
1727 * info.el (Info-read-node-name-2): New function.
1728 (Info-read-node-name-1): Use that.
1729 Add a completion-base-size-function property.
1730
1731 * simple.el (completion-setup-function): Look for
1732 completion-base-size-function property of
1733 minibuffer-completion-table.
1734
1735 * files.el (locate-file-completion): Doc fix.
1736
1737 * printing.el: Don't call pr-update-menus; user must do that.
1738
1739 * emacs-lisp/debug.el (debugger-window): New variable.
1740 (debug): Use debugger-window if it is set and still alive.
1741 Record debugger-window for next entry.
1742
1743 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1744
1745 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1746
1747 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1748 (hack-one-local-variable, hack-local-variables)
1749 (hack-local-variables-prop-line): Pass that arg.
1750
1751 2005-06-06 Kim F. Storm <storm@cua.dk>
1752
1753 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1754 (ido-indicator): Remove -face suffix from face names.
1755
1756 2005-06-06 Juri Linkov <juri@jurta.org>
1757
1758 * font-lock.el (font-lock-regexp-backslash)
1759 (font-lock-regexp-backslash-construct): New faces.
1760 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1761 after `('. Add `while-no-input' to control structures.
1762
1763 * faces.el (no-break-space, shadow): New faces.
1764 (escape-glyph): Use less loud colors pink2 and red4.
1765
1766 * diff-mode.el (diff-context-face)
1767 * dired.el (dired-ignored)
1768 * rfn-eshadow.el (file-name-shadow)
1769 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1770
1771 * info.el (Info-title-1-face): Use green instead of yellow because
1772 bold yellow is not readable on light backgrounds.
1773
1774 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1775 before selecting the desired mode to not spend time fontifying
1776 old contents.
1777
1778 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1779
1780 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1781 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1782
1783 * ps-print.el (ps-default-fg, ps-default-bg):
1784 Fix typos in docstrings.
1785
1786 * isearchb.el (isearchb): Don't pass a spurious second argument to
1787 `iswitchb-completions'.
1788
1789 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1790
1791 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1792 to preserve point.
1793 (gdb-find-file-hook): Add doc string.
1794
1795 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1796 C dereferenced pointer expression.
1797 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1798
1799 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1800
1801 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1802 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1803 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1804 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1805 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1806 Make background transparent.
1807
1808 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1809
1810 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1811 (font-lock-remove-keywords): Doc fix.
1812 (font-lock-mode-major-mode): Compiler defvar.
1813 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1814
1815 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1816 (font-lock-mode): Update `font-lock-mode-major-mode'.
1817 (font-lock-set-defaults): Compiler defvar.
1818 (font-lock-default-function): Take `font-lock-mode-major-mode'
1819 into account.
1820
1821 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1822 keep track of which major mode it enabled the minor mode for.
1823 Use find-file-hook again. Update docstring.
1824
1825 * simple.el (eval-expression-print-level)
1826 (eval-expression-print-length, eval-expression-debug-on-error):
1827 Doc fixes.
1828
1829 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1830
1831 * iswitchb.el (iswitchb-single-match-face)
1832 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1833 (iswitchb-invalid-regexp-face): New faces.
1834 (iswitchb-completions): Use them.
1835 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1836 now marked as an obsolete alias.
1837 (iswitchb-read-buffer): Remove check for bound font variables.
1838 (iswitchb-invalid-regexp): New free variable.
1839 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1840 set iswitchb-invalid-regexp.
1841 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1842 invalid regexps.
1843 (iswitchb-completions): Add check for complete match when entering
1844 a regexp.
1845 (iswitchb-completions): Remove require-match argument.
1846 (iswitchb-exhibit): Fix caller.
1847 (iswitchb-common-match-inserted): New variable.
1848 (iswitchb-complete, iswitchb-completion-help): Use it.
1849
1850 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1851
1852 * url-http.el (url-http-chunked-encoding-after-change-function):
1853 Use `url-http-debug' instead of `message'.
1854
1855 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1856
1857 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1858 callback argument.
1859
1860 2005-06-04 Kim F. Storm <storm@cua.dk>
1861
1862 * simple.el (line-move): Only call sit-for when moving backwards.
1863
1864 * ido.el (ido-make-merged-file-list-1): New defun split from
1865 ido-make-merged-file-list.
1866 (ido-make-merged-file-list): Bind throw-on-input around call to
1867 ido-make-merged-file-list-1. Return input-pending-p if
1868 interrupted by more input available.
1869 (ido-read-internal): Handle input-pending-p return value from
1870 ido-make-merged-file-list.
1871
1872 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1875 compatibility code.
1876
1877 * international/latexenc.el (latexenc-find-file-coding-system):
1878 Don't inherit the EOL part of the coding-system from the
1879 tex-main buffer. Fit within 80 columns.
1880
1881 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1882
1883 * tmm.el (tmm-inactive-face): New face.
1884 (tmm-remove-inactive-mouse-face): New function.
1885 (tmm-prompt, tmm-add-one-shortcut)
1886 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1887 but not selectable.
1888
1889 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1890
1891 * faces.el (face-equal): Improve argument/docstring consistency.
1892
1893 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1894
1895 * progmodes/make-mode.el (makefile-targets-face)
1896 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1897 (makefile-bsdmake-dependency-regex)
1898 (makefile-makepp-rule-action-regex)
1899 (makefile-bsdmake-rule-action-regex): New constants.
1900 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1901
1902 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1903 Allow (...) within `...' for makepp messages.
1904
1905 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1906
1907 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1908
1909 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1910 "." files are deleted from all file lists before comparison.
1911
1912 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1913 (viper-ESC-key): Made them customizable.
1914
1915 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1916
1917 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1918
1919 * autorevert.el (auto-revert-buffers): Use save-match-data.
1920
1921 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1924 menu items with a nil command binding.
1925
1926 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1927
1928 * emacs-lisp/cl-macs.el (defsetf):
1929 Improve argument/docstring consistency.
1930
1931 * faces.el (list-faces-display): Improve the formatting by
1932 computing the maximum length required for any face-name (reworked
1933 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1934 (internal-find-face): Remove redundant info in docstring.
1935
1936 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1937
1938 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1939 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1940 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1941 (gdb-assembler-custom): Improve regexps.
1942 (def-gdb-auto-update-handler): Use window point to preserve point.
1943
1944 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1947
1948 2005-05-31 Jay Belanger <belanger@truman.edu>
1949
1950 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1951 to calc-embedded.
1952 (calc-embedded-make-info): Have plain prefix argument select
1953 entire line.
1954
1955 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1956
1957 * faces.el (list-faces-display): Signal error if passed a regexp
1958 that matches no face name.
1959
1960 * simple.el (filter-buffer-substring): Fix typo in docstring.
1961
1962 2005-05-31 Richard M. Stallman <rms@gnu.org>
1963
1964 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1965 (vhdl-emacs-21): Doc fix.
1966 (vhdl-mode): Unconditionally set comment-padding.
1967 (vhdl-fixup-whitespace-region): Insert spaces only where
1968 there are none.
1969 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1970
1971 2005-05-30 John Wiegley <johnw@newartisans.com>
1972
1973 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1974 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1975 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1976 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1977 `string-to-number'.
1978
1979 2005-05-30 Jay Belanger <belanger@truman.edu>
1980
1981 * calc/calc.el (calc-bug-address): Fix docstring.
1982 (calc-window-hook, calc-trail-window-hook): New variables.
1983 (calc-trail-display): Restore use of calc-trail-window-hook.
1984 (calc): Restore use of calc-window-hook.
1985
1986 2005-05-31 Masatake YAMATO <jet@gyve.org>
1987
1988 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1989
1990 * help-fns.el (help-C-file-name): Add autoload mark for
1991 `find-function-noselect'.
1992
1993 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1996 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1997
1998 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1999
2000 * calendar/diary-lib.el (mark-included-diary-files): Only kill
2001 included diary buffer if it was not already being visited.
2002 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2003
2004 * calendar/icalendar.el (top-level): Do not require 'appt.
2005
2006 * mail/supercite.el (sc-select-attribution): Only use a list
2007 element from sc-attrib-selection-list if it returns a string.
2008 Reported by Davide G. M. Salvetti <salve@debian.org>.
2009
2010 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * thumbs.el (thumbs-thumbname): The resulting thubname now
2013 includes a hash value to improve its uniqueness, and has a ".jpg"
2014 extension. Also, it is now a valid filename on all systems.
2015 (thumbs-make-thumb): Use `let', not `let*'.
2016 (thumbs-show-thumbs-list): Check for JPEG availability.
2017
2018 2005-05-30 Richard M. Stallman <rms@gnu.org>
2019
2020 * filesets.el (filesets-menu-ensure-use-cached):
2021 Prevent warning when emacs-version>= is undefined.
2022
2023 * printing.el (pr-interactive-n-up): Use string-to-number.
2024
2025 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2026
2027 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2028 Warn only when name to be defined is quoted.
2029
2030 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
2031
2032 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2033 Make regexp more robust.
2034 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2035 Force regeneration of disassembly.
2036
2037 2005-05-29 Jay Belanger <belanger@truman.edu>
2038
2039 * calc/calc.el (calc-user-invocation): Check if
2040 calc-invocation-macro is non-nil.
2041
2042 2005-05-29 Juri Linkov <juri@jurta.org>
2043
2044 * add-log.el (change-log-font-lock-keywords):
2045 Add `+' to e-mail regexp to accept mail address with keywords.
2046
2047 * man.el (Man-name-regexp): Add `:' to accept qualified names.
2048
2049 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2050
2051 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2052
2053 * ielm.el (inferior-emacs-lisp-mode): Ditto.
2054
2055 2005-05-29 Richard M. Stallman <rms@gnu.org>
2056
2057 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2058 Undo the change that moves to end of the current word.
2059
2060 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2061
2062 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2063 Throw error when count <= 0 to ensure input is a number.
2064 (gdb-read-memory-custom): Pick up address from buffer.
2065 (gdb-memory-mode): Allow user to increment and decrement
2066 memory address from header line.
2067
2068 2005-05-29 Richard M. Stallman <rms@gnu.org>
2069
2070 * flyspell.el (flyspell-version): Function deleted.
2071 (flyspell-auto-correct-previous-hook): Doc fix.
2072
2073 * jit-lock.el (jit-lock-function, jit-lock-after-change):
2074 Do nothing if memory is full.
2075
2076 * font-lock.el (font-lock-fontify-syntactically-region):
2077 Pass t for GREEDY to looking-back.
2078
2079 * saveplace.el (save-place-alist-to-file): Write the file
2080 using write-region.
2081
2082 * subr.el (looking-back): New argument GREEDY.
2083
2084 * progmodes/compile.el (compilation-start): Set the mode
2085 before inserting the initial text.
2086
2087 * progmodes/which-func.el (which-func-update-1): Turn the mode
2088 off in case of error by setting which-func-mode.
2089
2090 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
2091
2092 * flyspell.el (flyspell-auto-correct-previous-word):
2093 Narrow down to what's on the screen, and recenter overlays
2094 at the end of the next word.
2095
2096 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
2097
2098 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2099 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2100 (flyspell-abbrev-p): Default to nil.
2101 (flyspell-use-global-abbrev-table-p): Doc fix.
2102 (flyspell-large-region): Allow nil as value.
2103 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2104
2105 (mail-mode-flyspell-verify): More robust handling
2106 of `mail-header-separator'. More efficient signature detection.
2107 Allow for regexp metacharacters in message-header-separator.
2108 Adding `To' not to be checked in mail-mode-flyspell-verify.
2109
2110 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2111 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2112 Bind flyspell-auto-correct-binding.
2113 Bind C-. and C-, .
2114 (flyspell-mode-map): Likewise.
2115 (flyspell-mode): Doc fix.
2116 (flyspell-accept-buffer-local-defs): Preserve current buffer.
2117 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2118 (flyspell-word-cache-result): New var, always local.
2119 (flyspell-check-pre-word-p): Doc fix.
2120 (flyspell-check-changed-word-p): Handle spc like newline.
2121 (flyspell-post-command-hook): Set flyspell-word-cache-result.
2122 (flyspell-word-search-backward, flyspell-word-search-forward):
2123 New functions.
2124 (flyspell-word): Return t if nothing to check.
2125 When parsing TeX code, check for after } or \.
2126 Use flyspell-word-search-backward to find previous word.
2127 Return nil if duplicated word.
2128 For word already checked, return same value as last time.
2129 Set flyspell-word-cache-result after checking.
2130 Don't clobber the return value.
2131 (flyspell-get-word): Major rewrite.
2132 (flyspell-external-point-words): New locals pword, pcount.
2133 Fix size used in progress message.
2134 Find the proper corresponding word in flyspell-large-region-buffer.
2135 (flyspell-region): Check for flyspell-large-region = nil.
2136 (flyspell-highlight-incorrect-region): Clean up overlays in region.
2137 (flyspell-auto-correct-word): Check that WORD is a cons.
2138 (flyspell-correct-word): Likewise.
2139
2140 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
2141
2142 * progmodes/make-mode.el (makefile-rule-action-regex)
2143 (makefile-macroassign-regex, makefile-makepp-mode)
2144 (makefile-bsdmake-mode): Continuation lines may be empty.
2145 Reported by Joshua Varner.
2146 (makefile-makepp-font-lock-keywords): Add $(stem).
2147
2148 2005-05-28 Karl Berry <karl@gnu.org>
2149
2150 * textmodes/tex-mode.el: Now that tex-send-command calls
2151 shell-quote-argument (2005-03-31 change), remove all calls to
2152 shell-quote-argument; they all end up invoking tex-send-command.
2153 The double quoting loses on filenames with non-safe characters,
2154 such as "@". Reported by Frederik Fouvry.
2155
2156 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2157
2158 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2159 about preserving point.
2160
2161 2005-05-27 Jay Belanger <belanger@truman.edu>
2162
2163 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2164 Info-goto-node.
2165
2166 * calc/calc-embed.el (calc-embed-arg): New variable.
2167 (calc-do-embedded-activate, calc-embedded-activate-formula)
2168 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2169 variable by new variable.
2170 (calc-embedded-make-info): Replace undeclared variable by new
2171 variable. When selecting region with positive prefix
2172 argument, use end of previous line instead of beginning of line.
2173
2174 * calc/calc-aent.el (calc-arg-values): Declare it.
2175
2176 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2177 Declare them.
2178
2179 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2180
2181 * calc/calc.el (calc-alg-map): Declare it.
2182
2183 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2184
2185 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
2186
2187 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2188 (gdb-registers-buffer, toggle-gdb-all-registers):
2189 Toggle display of floating point registers.
2190 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2191
2192 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
2193 (toggle-gud-tooltip-dereference):
2194 Rename from gud-toggle-tooltip-dereference.
2195
2196 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2199
2200 2005-05-27 Jay Belanger <belanger@truman.edu>
2201
2202 * calc/calc-prog.el (calc-kbd-report): Remove.
2203 (calc-kbd-query): Rewrite.
2204
2205 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
2206
2207 * image.el (image-library-alist): Move to image.c.
2208 (image-type-available-p): Doc fix.
2209
2210 2005-05-27 Lute Kamstra <lute@gnu.org>
2211
2212 * calc/calc.el (calc):
2213 * outline.el (outline-1, outline-2, outline-3, outline-4)
2214 (outline-5, outline-6, outline-7, outline-8):
2215 * textmodes/dns-mode.el (dns-mode):
2216 * textmodes/sgml-mode.el (sgml-namespace-face):
2217 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2218 (tex-verbatim-face, tex-use-reftex):
2219 * textmodes/texinfo.el (texinfo-heading-face):
2220 Specify customization group.
2221
2222 * longlines.el: Don't require easy-mmode.
2223 (longlines-visible-face): Specify customization group.
2224
2225 2005-05-27 Kenichi Handa <handa@m17n.org>
2226
2227 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2228 encoding table of windows-1251.
2229
2230 * international/ucs-tables.el (ucs-set-table-for-input):
2231 If translation-table-for-input of a coding system is a symbol, get
2232 its translation-table property.
2233
2234 * international/code-pages.el: Don't register a coding system into
2235 non-iso-charset-alist more than once.
2236 (cp-make-coding-system): Likewise.
2237
2238 2005-05-26 John Wiegley <johnw@newartisans.com>
2239
2240 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
2241 `eshell-resume-eval' is wrapped in a list, it indicates that the
2242 command was run asynchronously. In that case, unwrap the value
2243 before checking the delimiter value.
2244
2245 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
2246 character before a space at the end of a line is \, assume the space
2247 is part of the last argument rather than a final argument separator.
2248
2249 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
2250 is in use, and the target is `t' or `nil' (which are the most common
2251 values), don't assume that the symbol target is a buffer.
2252
2253 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
2254
2255 * calendar/calendar.el (calendar-mode-line-format):
2256 Use mode-line-highlight as mouse-face.
2257
2258 * time.el (display-time-string-forms, display-time-update):
2259 Use mode-line-highlight as mouse-face.
2260
2261 2005-05-26 Jay Belanger <belanger@truman.edu>
2262
2263 * calc/calc.el (calc-language-alist): Remove extra defvar.
2264
2265 2005-05-26 Lute Kamstra <lute@gnu.org>
2266
2267 * arc-mode.el (archive-mode):
2268 * bookmark.el (bookmark-read-annotation-mode)
2269 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2270 * bs.el (bs-mode):
2271 * calc/calc-yank.el (calc-edit-mode):
2272 * calc/calc.el (calc-mode, calc-trail-mode):
2273 * calculator.el (calculator-mode):
2274 * chistory.el (command-history-mode):
2275 * comint.el:
2276 * cus-edit.el (custom-mode):
2277 * descr-text.el (describe-text-mode):
2278 * ebuff-menu.el (Electric-buffer-menu-mode):
2279 * ediff-util.el (ediff-mode):
2280 * emacs-lisp/re-builder.el (reb-mode):
2281 * emulation/vi.el (vi-mode-setup):
2282 * emulation/ws-mode.el (wordstar-mode):
2283 * eshell/esh-mode.el (eshell-mode):
2284 * forms.el (forms-mode):
2285 * help-mode.el (help-mode):
2286 * hexl.el (hexl-mode):
2287 * ibuffer.el (ibuffer-mode):
2288 * ielm.el (inferior-emacs-lisp-mode):
2289 * info.el (Info-mode, Info-edit-mode):
2290 * international/swedish.el:
2291 * ledit.el (ledit-from-lisp-mode):
2292 * locate.el (locate-mode):
2293 * mail/rmail.el (rmail-mode):
2294 * mail/rmailedit.el (rmail-edit-mode):
2295 * mail/rmailsum.el (rmail-summary-mode):
2296 * mail/supercite.el (sc-electric-mode):
2297 * net/eudc.el (eudc-mode):
2298 * net/quickurl.el (quickurl-list-mode):
2299 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
2300 * obsolete/ooutline.el (outline-mode):
2301 * obsolete/options.el (Edit-options-mode):
2302 * obsolete/rnews.el (news-mode):
2303 * obsolete/rnewspost.el (news-reply-mode):
2304 * play/5x5.el (5x5-mode):
2305 * play/decipher.el (decipher-mode, decipher-stats-mode):
2306 * play/gomoku.el (gomoku-mode):
2307 * play/snake.el (snake-mode):
2308 * play/solitaire.el (solitaire-mode):
2309 * play/tetris.el (tetris-mode):
2310 * progmodes/ada-mode.el (ada-mode):
2311 * progmodes/antlr-mode.el (antlr-mode):
2312 * progmodes/autoconf.el (autoconf-mode):
2313 * progmodes/dcl-mode.el (dcl-mode):
2314 * progmodes/delphi.el (delphi-mode):
2315 * progmodes/ebrowse.el (ebrowse-tree-mode)
2316 (ebrowse-electric-list-mode, ebrowse-member-mode)
2317 (ebrowse-electric-position-mode):
2318 * progmodes/f90.el (f90-mode):
2319 * progmodes/fortran.el (fortran-mode):
2320 * progmodes/icon.el (icon-mode):
2321 * progmodes/idlw-help.el (idlwave-help-mode):
2322 * progmodes/idlw-shell.el (idlwave-shell-mode):
2323 * progmodes/idlwave.el (idlwave-mode):
2324 * progmodes/inf-lisp.el (inferior-lisp-mode):
2325 * progmodes/m4-mode.el (m4-mode):
2326 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2327 * progmodes/modula2.el (modula-2-mode):
2328 * progmodes/octave-inf.el (inferior-octave-mode):
2329 * progmodes/octave-mod.el (octave-mode):
2330 * progmodes/pascal.el (pascal-mode):
2331 * progmodes/sh-script.el (sh-mode):
2332 * progmodes/sql.el (sql-mode, sql-interactive-mode):
2333 * progmodes/vhdl-mode.el (vhdl-mode):
2334 * progmodes/xscheme.el (scheme-interaction-mode):
2335 * replace.el (occur-mode):
2336 * ses.el (ses-mode):
2337 * simple.el (completion-list-mode):
2338 * skeleton.el:
2339 * speedbar.el (speedbar-mode):
2340 * term.el (term-mode):
2341 * terminal.el (terminal-edit-mode):
2342 * textmodes/reftex-index.el (reftex-index-mode)
2343 (reftex-index-phrases-mode):
2344 * textmodes/reftex-sel.el (reftex-select-label-mode)
2345 (reftex-select-bib-mode):
2346 * textmodes/reftex-toc.el (reftex-toc-mode):
2347 * wdired.el (wdired-change-to-wdired-mode):
2348 * wid-browse.el (widget-browse-mode):
2349 Use run-mode-hooks.
2350
2351 * array.el (array-mode):
2352 * calendar/todo-mode.el (todo-mode):
2353 * man.el (Man-mode):
2354 * play/landmark.el (lm-mode):
2355 * play/mpuz.el (mpuz-mode):
2356 Use kill-all-local-variables and run-mode-hooks.
2357
2358 * subr.el (delay-mode-hooks): Specify indentation.
2359
2360 2005-05-26 Mark A. Hershberger <mah@everybody.org>
2361
2362 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2363
2364 2005-05-26 Jay Belanger <belanger@truman.edu>
2365
2366 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2367 of nil.
2368
2369 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
2370
2371 * progmodes/gdb-ui.el (gdb-frame-address):
2372 Rename from gdb-current-address.
2373 (gdb-previous-frame-address): Rename from gdb-previous-address.
2374 (gdb-selected-frame): Rename from gdb-current-frame.
2375 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2376 (gdb-frame-number): Rename from gdb-current-stack-level.
2377 (gdb-ann3): Match new mode-name for disassembly buffer.
2378 Extend initialisation of variables.
2379 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2380 (gdb-memory-mode): Use mouse-face in header line.
2381 (gdb-assembler-buffer-name): Call it disassembly and give frame
2382 in mode line.
2383 (gdb-source-spec-regexp, gdb-assembler-custom)
2384 (gdb-invalidate-assembler, gdb-frame-handler):
2385 Make robust to leading zeroes in address format.
2386
2387 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
2388
2389 * textmodes/org.el (org-mode): Use `define-derived-mode' to
2390 define `org-mode'.
2391 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2392
2393 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * log-edit.el (log-edit-changelog-entries): Distinguish between
2396 filenames like xfns.c and fns.c.
2397
2398 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
2399
2400 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2401 point after reverting.
2402 (Buffer-menu-make-sort-button): Handle the case where
2403 `Buffer-menu-use-header-line' is nil.
2404
2405 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2406
2407 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2408 New funcs. In minibuffer-local-completion-map bind `]', `/'
2409 and `:' to them.
2410
2411 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * startup.el (normal-top-level): Allow modification of load-path while
2414 we're iterating over it.
2415
2416 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
2417
2418 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2419 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2420 (thumbs-resize-interactive, thumbs-insert-image)
2421 (thumbs-insert-thumb, thumbs-dired-show-marked)
2422 (thumbs-find-image-at-point, thumbs-delete-images)
2423 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2424 (thumbs-increment-image-size, thumbs-decrement-image-size):
2425 Fix typos in docstrings.
2426
2427 2005-05-24 Andre Spiegel <spiegel@gnu.org>
2428
2429 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2430 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2431 (cperl-mode): Use them.
2432
2433 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * window.el (quit-window, shrink-window-if-larger-than-buffer):
2436 Doc fixes.
2437
2438 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
2439
2440 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2441 Bind C-d to gdb-inferior-io-eof.
2442
2443 * dired.el (dired-dnd-popup-notice): Use message-box.
2444
2445 2005-05-23 Masatake YAMATO <jet@gyve.org>
2446
2447 * bindings.el (mode-line-major-mode-keymap):
2448 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2449
2450 * faces.el (mode-line-highlight): New face.
2451
2452 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2453 as mouse-face.
2454
2455 * bindings.el (top-level, help-echo, mode-line-modified)
2456 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2457 as mouse-face.
2458
2459 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2460
2461 * progmodes/cc-engine.el (c-guess-basic-syntax):
2462 Remove spurious call to `zerop'.
2463
2464 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2465
2466 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2467
2468 CC Mode update to 5.30.10:
2469
2470 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2471 could go past the limit in decoration level 2, thereby causing
2472 errors during interactive fontification.
2473
2474 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2475 the file is evaluated interactively.
2476
2477 * cc-engine.el (c-guess-basic-syntax): Handle operator
2478 declarations somewhat better in C++.
2479
2480 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2481 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2482 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2483 (awk-mode): Use it.
2484 (make-local-hook): Suppress warning about obsoleteness.
2485
2486 * cc-engine.el, cc-align.el, cc-cmds.el
2487 (c-append-backslashes-forward, c-delete-backslashes-forward)
2488 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2489 Compensate for return value from `forward-line' when it has moved
2490 but not to a different line due to eob.
2491
2492 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2493 `objc-method-intro' and `objc-method-args-cont'.
2494
2495 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2496
2497 CC Mode update to 5.30.10:
2498
2499 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2500 in the copyright statement. Incidentally, change "along with GNU
2501 Emacs" to "along with this program" where it occurs.
2502
2503 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2504 so that it is interactive, hence can be found by M-x awk-mode
2505 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2506 <gmorris+emacs@ast.cam.ac.uk>.
2507
2508 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2509 Mode's regexps.
2510
2511 2005-05-23 Kevin Ryde <user42@zip.com.au>
2512
2513 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2514 c-parse-state, to avoid a lisp error (on bad code).
2515
2516 2005-05-23 Lute Kamstra <lute@gnu.org>
2517
2518 * subr.el (font-lock-defaults): Remove defvar as it's already
2519 defined in font-core.el.
2520
2521 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2522
2523 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2524
2525 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2526 more general and work when GDB variable "print pretty" is on,
2527 as with Emacs, for example.
2528
2529 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2530
2531 * font-core.el: Update comment.
2532
2533 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2534 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2535
2536 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2537
2538 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2539
2540 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2541 and `yank-handler' in the doc strings.
2542
2543 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2546
2547 2005-05-22 Richard M. Stallman <rms@gnu.org>
2548
2549 * help.el (describe-key): Move print-help-return-message call
2550 out of conditional.
2551
2552 * progmodes/etags.el (list-tags): Use with-no-warnings.
2553
2554 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2555 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2556 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2557
2558 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2559
2560 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2561 Add defvar.
2562
2563 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2564 Use defvar, not defconst.
2565
2566 * hexl.el (hexl-follow-line): Use with-no-warnings.
2567
2568 * emulation/tpu-extras.el: Use write-file-functions instead of
2569 write-file-hooks.
2570
2571 * dired.el (dired-font-lock-keywords): Fontify files with junk
2572 extensions even if marked by -F.
2573
2574 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2575
2576 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2577 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2578 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2579 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2580 (concatenate, list-length, get*, getf, cl-remprop):
2581 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2582 (etypecase, progv, lexical-let, lexical-let*)
2583 (multiple-value-bind, multiple-value-setq, shiftf):
2584 Improve argument/docstring consistency.
2585
2586 * subr.el (focus-frame, unfocus-frame):
2587 Revert deletion on 2005-05-01.
2588
2589 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2590
2591 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2592 doesn't exist.
2593
2594 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2595 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2596
2597 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2598
2599 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2600 already deleted variables: auto-fill-hook, blink-paren-hook,
2601 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2602 suspend-hooks, comment-indent-hook, meta-flag,
2603 before-change-function, after-change-function,
2604 font-lock-doc-string-face.
2605
2606 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2607
2608 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2609
2610 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2611
2612 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2613 rmail-dont-reply-to.
2614
2615 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2616
2617 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2618 literal blank when splitting new-header-values.
2619
2620 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2621
2622 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2623 string so that tmm doesn't create a completion entry for it.
2624
2625 * textmodes/table.el (table-disable-menu): Ditto.
2626
2627 2005-05-21 Richard M. Stallman <rms@gnu.org>
2628
2629 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2630
2631 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2632
2633 * net/rcompile.el (remote-compile): Use compilation-start.
2634
2635 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2636
2637 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2638
2639 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2640 Default to makefile-bsdmake-mode on BSD systems.
2641
2642 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2643 REGEXP may also be a search function now. The part of doc-string
2644 for describing the structure was 95% identical to that of
2645 `imenu--generic-function'. Unify it there.
2646
2647 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2648 Use function to find dependencies, because regexp alone is so complex,
2649 it easily goes into an endless loop.
2650 (makefile-makepp-mode): Also add submenu for Perl functions
2651 defined in the makefile.
2652 (makefile-bsdmake-mode): Special imenu-generic-expression no
2653 longer needed, due to function call.
2654 (makefile-match-dependency): Take BOUND into account when checking
2655 if we're through.
2656
2657 2005-05-20 Jay Belanger <belanger@truman.edu>
2658
2659 * calc/calc-units.el (calc-invalidate-units-table):
2660 Use inhibit-read-only.
2661 (math-build-units-table-buffer): Use view-mode.
2662
2663 2005-05-20 David Kastrup <dak@gnu.org>
2664
2665 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2666 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2667
2668 2005-05-20 Lute Kamstra <lute@gnu.org>
2669
2670 * diff-mode.el (diff-header-face, diff-file-header-face)
2671 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2672 (diff-added-face, diff-changed-face, diff-function-face)
2673 (diff-context-face, diff-nonexistent-face): Put them in the
2674 diff-mode customization group.
2675
2676 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2679
2680 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2681
2682 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2683 Minor regexp-optimization.
2684
2685 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2686
2687 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2688 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2689 (org-agenda-add-time-grid-maybe): New function.
2690 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2691 (org-table-create): `dotimes' instead of `mapcar'.
2692 (org-xor): Simplify implementation.
2693 (org-agenda): `inhibit-redisplay' turned on.
2694 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2695 a consistent line after a state change.
2696 (org-agenda-remove-times-when-in-prefix): New option.
2697 (org-prefix-has-time): New variable.
2698 (org-parse-time-string): Optional argument NODEFAULT.
2699 (org-format-agenda-item): Parse items for time-of-day
2700 specifications and move these into the prefix if possible.
2701 (org-agenda-priority): Get current heading, not previous heading
2702 during agenda remote editing.
2703
2704 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2707 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2708 (remove-duplicates, delete-duplicates, substitute)
2709 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2710 (nsubstitute-if-not, find, find-if, find-if-not, position)
2711 (position-if, position-if-not, count, count-if, count-if-not)
2712 (mismatch, search, sort*, stable-sort, merge, member*)
2713 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2714 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2715 (intersection, nintersection, set-difference, nset-difference)
2716 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2717 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2718 (nsublis, tree-equal): Improve argument/docstring consistency.
2719
2720 * subr.el (send-string, send-region):
2721 Remove obsolescence declaration.
2722 (window-dot, set-window-dot, read-input, show-buffer)
2723 (eval-current-buffer, string-to-int):
2724 Add release number to obsolescence declarations.
2725
2726 2005-05-19 Kim F. Storm <storm@cua.dk>
2727
2728 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2729 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2730
2731 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2732
2733 * faces.el (list-faces-display): Make back button respect optional
2734 regexp arg.
2735
2736 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * calculator.el (calculator-radix-grouping-mode)
2739 (calculator-radix-grouping-digits, calculator-displayer)
2740 (calculator-radix-grouping-separator, calculator-copy-displayer):
2741 * dabbrev.el (dabbrev-search-these-buffers-only):
2742 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2743 (diff-advance-after-apply-hunk, diff-mode-hook)
2744 (diff-minor-mode-prefix):
2745 * imenu.el (imenu-use-popup-menu):
2746 * jit-lock.el (jit-lock-context-time):
2747 * newcomment.el (comment-fill-column, comment-column)
2748 (comment-style, comment-padding, comment-multi-line)
2749 (comment-empty-lines, comment-auto-fill-only-comments):
2750 * reveal.el (reveal-around-mark):
2751 * uniquify.el (uniquify-buffer-name-style)
2752 (uniquify-after-kill-buffer-p)
2753 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2754 (uniquify-min-dir-content, uniquify-separator)
2755 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2756 * w32-vars.el (w32-fixed-font-alist):
2757 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2758 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2759 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2760 * progmodes/perl-mode.el (perl-indent-level)
2761 (perl-continued-statement-offset, perl-continued-brace-offset)
2762 (perl-brace-offset, perl-brace-imaginary-offset)
2763 (perl-label-offset, perl-indent-continued-arguments)
2764 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2765 * progmodes/tcl.el (tcl-indent-level)
2766 (tcl-continued-indent-level, tcl-auto-newline)
2767 (tcl-tab-always-indent, tcl-electric-hash-style)
2768 (tcl-help-directory-list, tcl-use-smart-word-finder)
2769 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2770 (inferior-tcl-source-command):
2771 * textmodes/fill.el (enable-kinsoku):
2772 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2773 * textmodes/table.el (table-yank-handler):
2774 Specify missing group (and type, if simple) in defcustom.
2775
2776 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2777
2778 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2779
2780 2005-05-19 Richard M. Stallman <rms@gnu.org>
2781
2782 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2783
2784 * subr.el (event-basic-type): Don't get an error.
2785 (left-fringe-p): Function deleted.
2786
2787 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2788 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2789
2790 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2791 in recursive copy.
2792
2793 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2794
2795 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2796
2797 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2798 Call byte-compile-nogroup-warn if appropriate.
2799
2800 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2801 (compilation-set-window): Don't call left-fringe-p; do it directly.
2802
2803 2005-05-19 Jay Belanger <belanger@truman.edu>
2804
2805 * calc/calc-graph.el (calc-graph-format-data): Make sure
2806 var-PlotRejects is bound before trying to check its value.
2807
2808 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2809
2810 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2811 definition of this variable from reftex-global.el to reftex.el,
2812 because it is needed in the menu.
2813
2814 2005-05-19 Lute Kamstra <lute@gnu.org>
2815
2816 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2817 years are fixed. Don't insert a space after a dash.
2818
2819 2005-05-19 Kim F. Storm <storm@cua.dk>
2820
2821 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2822
2823 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2824
2825 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2826 strings, because (eq ... ?\\) is fairly frequent.
2827
2828 * progmodes/make-mode.el (makefile-add-this-line-targets):
2829 Simplify and integrate into `makefile-pickup-targets'.
2830 (makefile-add-this-line-macro): Simplify and integrate into
2831 `makefile-pickup-macros.
2832 (makefile-pickup-filenames-as-targets): Simplify.
2833 (makefile-previous-dependency, makefile-match-dependency):
2834 Don't stumble over `::'.
2835
2836 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2837
2838 * subr.el (post-command-idle-hook, post-command-idle-delay):
2839 Remove obsoletion of post-command-idle-hook and
2840 post-command-idle-delay.
2841
2842 * faces.el (list-faces-display): Provide button when describe-face
2843 is called to take user back to the list of faces.
2844
2845 * help-fns.el (describe-variable): Remove hyperlinks in a
2846 variable's value as these are quite frequently inappropriate.
2847
2848 * follow.el (follow-submit-feedback, follow-mode):
2849 Remove references to post-command-idle-hook.
2850
2851 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2852
2853 * progmodes/make-mode.el (makefile-previous-dependency)
2854 (makefile-match-dependency): Check for := (and in bsd mode also
2855 !=) to give a better result, even when font-lock is not on.
2856
2857 2005-05-18 Jay Belanger <belanger@truman.edu>
2858
2859 * calc/calc-help.el (calc-s-prefix-help):
2860 Add `calc-copy-special-constant' to help string.
2861
2862 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2863
2864 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2865
2866 2005-05-18 Jay Belanger <belanger@truman.edu>
2867
2868 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2869 in linear factors are in proper order.
2870
2871 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2872
2873 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2874 Support for jurabib.
2875
2876 * textmodes/reftex.el (featurep): Define aliases for overlay
2877 commands, for XEmacs compatibility, and use these aliases in
2878 overlay initializations.
2879 (reftex-highlight): Use `reftex-move-overlay'.
2880 (reftex-unhighlight): Use `reftex-delete-overlay'.
2881 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2882 (reftex-access-search-path): Use `reftex-uniquify' instead of
2883 `reftex-uniq'
2884
2885 * textmodes/reftex-sel.el (reftex-select-unmark):
2886 Overlay `before-string' property modification enables for Emacs as well.
2887 (reftex-select-item): Use `reftex-delete-overlay'.
2888 (reftex-select-mark): Use `reftex-make-overlay' and
2889 `reftex-overlay-put'.
2890 (reftex-select-unmark): Use `reftex-delete-overlay' and
2891 `reftex-overlay-put'.
2892
2893 2005-05-18 Lute Kamstra <lute@gnu.org>
2894
2895 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2896
2897 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2898
2899 * add-log.el (add-change-log-entry):
2900 * array.el (array-make-template, array-reconfigure-rows)
2901 (array-init-max-row, array-init-max-column)
2902 (array-init-columns-per-line, array-init-field-width):
2903 * replace.el (replace-match-maybe-edit, perform-replace):
2904 * textmodes/spell.el (spell-region):
2905 Replace `read-input' by `read-string'.
2906
2907 * forms.el (forms-mode):
2908 * finder.el (finder-compile-keywords):
2909 * shadowfile.el (shadow-read-files):
2910 Replace `eval-current-buffer' by `eval-buffer'.
2911
2912 * terminal.el (te-pass-through):
2913 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2914 (ange-ftp-raw-send-cmd):
2915 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2916 (send-process-next-char, telnet-initial-filter, telnet):
2917 Replace `send-string' by `process-send-string'.
2918
2919 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2920 (prolog-consult-region): Replace `send-string' by
2921 `process-send-string'; replace `send-region' by `process-send-region'.
2922
2923 * progmodes/delphi.el (delphi-log-msg):
2924 Replace `set-window-dot' by `set-window-point'.
2925
2926 * subr.el (window-dot, set-window-dot, read-input, send-string)
2927 (send-region, show-buffer, eval-current-buffer):
2928 Make really obsolete, as the comment says.
2929
2930 2005-05-17 Kim F. Storm <storm@cua.dk>
2931
2932 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2933 (cua--init-keymaps): Bind C-return instead of S-return to set
2934 rectangle mark.
2935
2936 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2937 instead of S-return to toggle/clear rectangle mark.
2938
2939 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2940
2941 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2942 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2943 Also fontify plain strings assigned to variables, mostly so that a
2944 colon has a face and is thus not taken as a dependency separator.
2945 (makefile-previous-dependency): Inline the new matcher, because it
2946 is too complex to work in both directions.
2947 (makefile-match-dependency): Eliminate `backward' arg (see above).
2948 Completely reimplemented so as to not sometimes go into an endless
2949 loop. It should also be more efficient, because first it only
2950 searches for `:', instead of applying the very complex regexp.
2951 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2952 to be fontified in one piece can be too long for JIT.
2953 Makefiles are never *that* big.
2954
2955 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2956
2957 * dired.el (dired-mode): Simplify.
2958
2959 2005-05-17 Lute Kamstra <lute@gnu.org>
2960
2961 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2962 defcustom for the mode hook variable.
2963
2964 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2965 Emacs Lisp Reference Manual.
2966
2967 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2968
2969 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2970 (evenp, list*):
2971 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2972 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2973
2974 * net/tramp-smb.el (tramp-smb-open-connection):
2975 Pass `tramp-chunksize' as fifth (required) argument.
2976
2977 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2978
2979 * font-lock.el (lisp-font-lock-keywords-1):
2980 Set `font-lock-negation-char-face' for [^...] char group.
2981 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2982
2983 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2984 a var, and refine it to mask one more level of nested vars.
2985 (makefile-rule-action-regex): Turn it into a var, and refine it so
2986 it recognizes backslashed continuation lines as belonging to the
2987 same command.
2988 (makefile-macroassign-regex): Refine it so it recognizes
2989 backslashed continuation lines as belonging to the same command.
2990 (makefile-var-use-regex): Don't look at the next char, because it
2991 might be the same one to be skipped by the initial [^$], leading
2992 to an overlooked variable use.
2993 (makefile-make-font-lock-keywords): Remove two parameters, which
2994 are now variables that some of the modes set locally.
2995 Handle dependency and rule action matching through functions, because
2996 regexps alone match too often. Dependency matching now comes
2997 last, so it can check, whether a colon already matched something else.
2998 (makefile-mode): Inform that font-lock improves makefile parsing
2999 capabilities.
3000 (makefile-match-dependency, makefile-match-action): New functions.
3001
3002 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3003
3004 * emacs-lisp/cl-extra.el (equalp): Doc fix.
3005
3006 * align.el (align-regexp):
3007 * ansi-color.el (ansi-color-get-face):
3008 * array.el (array-reconfigure-rows, array-init-max-row)
3009 (array-init-max-column, array-init-columns-per-line)
3010 (array-init-field-width):
3011 * dired-aux.el (dired-trample-file-versions):
3012 * dired-x.el (dired-mark-sexp):
3013 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3014 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3015 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3016 * faces.el (face-read-integer):
3017 * files.el (backup-extract-version, insert-directory):
3018 * hexl.el (hexl-insert-decimal-char):
3019 * server.el (server-process-filter):
3020 * shell.el (shell-extract-num):
3021 * startup.el (command-line-1):
3022 * term.el (term-command-hook):
3023 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3024 (time-stamp-do-number):
3025 * time.el (display-time-update):
3026 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3027 (timezone-fix-time):
3028 * vms-patch.el (vms-suspend-resume-hook):
3029 * calendar/appt.el (appt-convert-time):
3030 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3031 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3032 * calendar/cal-islam.el (mark-islamic-diary-entries):
3033 * calendar/calendar.el (calendar-cursor-to-date)
3034 (calendar-star-date):
3035 * calendar/diary-lib.el (diary-attrtype-convert)
3036 (mark-diary-entries, diary-entry-time):
3037 * calendar/solar.el (solar-get-number):
3038 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3039 * emacs-lisp/re-builder.el (reb-display-subexp):
3040 * emulation/edt.el (edt-set-scroll-margins):
3041 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3042 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3043 (vip-get-ex-count):
3044 * emulation/viper-ex.el (viper-get-ex-token)
3045 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3046 * international/fontset.el (fontset-plain-name):
3047 * mail/feedmail.el (feedmail-look-at-queue-directory):
3048 * mail/mailalias.el (mail-get-names):
3049 * mail/rmail.el (rmail-convert-to-babyl-format):
3050 * mail/rmailsum.el (rmail-make-basic-summary-line)
3051 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3052 (rmail-summary-goto-msg):
3053 * mail/smtpmail.el (smtpmail-read-response):
3054 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3055 (ange-ftp-vms-add-file-entry):
3056 * play/gametree.el (gametree-looking-at-ply)
3057 (gametree-current-branch-score):
3058 * progmodes/ada-xref.el (ada-prj-find-prj-file)
3059 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3060 * progmodes/cperl-mode.el (condition-case):
3061 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3062 (ebrowse-set-member-buffer-column-width)
3063 (ebrowse-select-1st-to-9nth):
3064 * progmodes/etags.el (etags-snarf-tag):
3065 * progmodes/flymake.el (flymake-parse-line):
3066 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3067 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3068 (idlwave-shell-menu-def):
3069 * progmodes/ps-mode.el (ps-run-goto-error):
3070 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3071 (vhdl-speedbar-contract-level):
3072 * term/mac-win.el (x-handle-numeric-switch):
3073 * term/sun-mouse.el (sun-get-frame-data):
3074 * term/w32-win.el (x-handle-numeric-switch):
3075 * term/x-win.el (x-handle-numeric-switch):
3076 * textmodes/ispell.el (ispell-parse-output):
3077 * textmodes/nroff-mode.el (nroff-outline-level):
3078 * textmodes/reftex-cite.el (reftex-bib-sort-year)
3079 (reftex-bib-sort-year-reverse, reftex-format-citation):
3080 * textmodes/reftex-parse.el (reftex-init-section-numbers)
3081 (reftex-section-number):
3082 * textmodes/texinfmt.el (texinfo-paragraphindent):
3083 Replace `string-to-int' by `string-to-number'.
3084
3085 * international/latexenc.el: Add page marker to force the "Local
3086 Variables:" string out of the last page.
3087
3088 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3089
3090 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3091 tooltip-change-major-mode.
3092 (gud-tooltip-print-command): Remove case where gud-minor-mode
3093 is gdb ("--fullname").
3094 (gud-tooltip-tips): Turn GUD tooltips off for this case and
3095 explain to user.
3096
3097 2005-05-16 Jay Belanger <belanger@truman.edu>
3098
3099 * calc/calc-store.el (calc-copy-special-constant): New function.
3100
3101 * calc/calc-ext.el (calc-init-extensions): Add binding for
3102 `calc-copy-special-constant'.
3103
3104 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3105 for the `calc-copy-special-constant' command.
3106
3107 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3108
3109 * subr.el (left-fringe-p): New function.
3110
3111 * progmodes/compile.el (compilation-setup): Set local value of
3112 overlay-arrow-string to "" always.
3113 (compilation-set-window): Left fringe then don't scroll.
3114 No left fringe then no arrow and scroll message to top.
3115 (compilation-context-lines): Adjust doc string accordingly.
3116
3117 2005-05-16 Kim F. Storm <storm@cua.dk>
3118
3119 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3120 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3121 (ido-wide-find-dir-or-delete-dir): New command for M-d.
3122 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
3123 (ido-read-file-name): Handle commands with ido property value
3124 equal to find-file as reading a file name, to allow C-d to enter dired.
3125 (ibuffer-find-file): Add ido property with value find-file.
3126
3127 2005-05-15 Kim F. Storm <storm@cua.dk>
3128
3129 * subr.el (open-network-stream-nowait): Remove.
3130 (open-network-stream-server): Remove.
3131
3132 2005-05-15 Richard M. Stallman <rms@gnu.org>
3133
3134 * faces.el (describe-face): Output a definition link button.
3135
3136 * help-mode.el (help-face-def): New button type.
3137
3138 * emacs-lisp/copyright.el (copyright-fix-years):
3139 Match properly if the first year is 2-digit.
3140 Don't mess up the whitespace after the years by filling.
3141
3142 * dired-aux.el (dired-mark-confirm):
3143 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3144
3145 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3146 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3147 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3148
3149 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3150 Set font-lock-comment-start-skip.
3151
3152 * font-lock.el (font-lock-comment-start-skip): New variable.
3153 (font-lock-comment-end-skip): New variable.
3154 (font-lock-fontify-syntactically-region): Use them if non-nil.
3155
3156 2005-05-15 Jay Belanger <belanger@truman.edu>
3157
3158 * calc/calc-store.el (calc-store-value): Return a string rather
3159 than display it as a message.
3160 Use calc-var-name for variable name.
3161 (calc-store-into): Add the result of calc-store-value to message.
3162 (calc-copy-variable): Add a message.
3163 (calc-store-exchange): Improve error messages.
3164 (calc-store-binary, calc-store-map): Don't reset the values of
3165 special constants.
3166
3167 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3168
3169 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3170 manual to docstring.
3171
3172 * files.el (hack-local-variables-confirm): Add STRING argument.
3173 Make the function handle non file visiting buffers correctly.
3174 (hack-local-variables-prop-line, hack-local-variables)
3175 (hack-one-local-variable): Use STRING arg of
3176 `hack-local-variables-confirm'.
3177
3178 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
3179
3180 Sync with Tramp 2.0.49.
3181
3182 * tramp.el (tramp-handle-dired-call-process)
3183 (tramp-handle-insert-directory):`insert-buffer' cannot be used
3184 because the contents of the Tramp buffer is changed before
3185 insertion (`expand-file' and alike).
3186 (tramp-handle-insert-directory): If `localname' has an empty
3187 nondirectory name, it must not be quoted.
3188 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
3189 variable `tramp-chunksize'. Change callees.
3190 (tramp-open-connection-setup-interactive-shell): Check remote host
3191 for buggy `send-process-string' implementation.
3192 Set `tramp-chunksize' if found. Reported by Michael Kifer
3193 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3194 (tramp-handle-shell-command): `insert-buffer' cannot be used
3195 because the contents of the Tramp buffer is changed before
3196 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3197 <frederic.bothamy@free.fr>.
3198 (tramp-set-auto-save): Actions should be done for Tramp file name
3199 handler only. Ange-FTP has its own auto-save mechanism.
3200 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3201 (tramp-set-auto-save-file-modes): Set file modes of
3202 `buffer-auto-save-file-name' to ?\600 as fallback solution.
3203 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3204 (tramp-bug): Remove obsolete variable.
3205 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
3206 for presence of `mml-mode'. Make it running for older Emacsen as well.
3207
3208 2005-05-14 John Paul Wallington <jpw@pobox.com>
3209
3210 * ibuf-ext.el (define-ibuffer-filter filename):
3211 If `dired-directory' is a list, use its car.
3212
3213 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
3214
3215 * ibuffer.el (define-ibuffer-column filename):
3216 If `dired-directory' is a list, use its car.
3217
3218 2005-05-14 Richard M. Stallman <rms@gnu.org>
3219
3220 * subr.el (symbol-file): Doc fix.
3221
3222 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3223 (byte-compile-form): Call byte-compile-nogroup-warn.
3224 (byte-compile-warning-types): Doc fix.
3225
3226 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3227
3228 * progmodes/cc-engine.el (c-literal-faces):
3229 Add font-lock-comment-delimiter-face.
3230
3231 * net/net-utils.el (dig): Use with-no-warnings.
3232
3233 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3234 (sc-recite-frame-alist, sc-default-cite-frame)
3235 (sc-default-uncite-frame, sc-default-recite-frame)
3236 (sc-attrib-selection-list, sc-rewrite-header-list):
3237 Mark as risky-local-variable.
3238
3239 * international/ogonek.el (ogonek-jak, ogonek-how):
3240 Don't use beginning-of-buffer.
3241
3242 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
3243
3244 * calendar/solar.el (solar-data-list): Move definition up.
3245
3246 * dnd.el (dnd-protocol-alist): Add autoload.
3247
3248 * progmodes/sh-script.el: Many doc usage fixes.
3249 (sh-indent-after-do): Change default to match common styles.
3250
3251 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
3252
3253 * files.el (interpreter-mode-alist)
3254 (auto-mode-interpreter-regexp): Doc fixes.
3255
3256 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
3257
3258 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3259
3260 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3261
3262 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3263
3264 * dired.el (dired-mode): make-variable-buffer-local =>
3265 make-local-variable.
3266
3267 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3268
3269 * term/mac-win.el (mac-select-convert-to-string): Try coding
3270 systems in mac-script-code-coding-systems if specified one cannot
3271 encode string for `com.apple.traditional-mac-plain-text'.
3272
3273 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
3274
3275 * progmodes/make-mode.el (makefile-targets-face)
3276 (makefile-shell-face, makefile-makepp-perl-face): New faces.
3277 (makefile-dependency-regex): Fix it to not make the colon in
3278 $(var:a=b) special.
3279 (makefile-rule-action-regex): New regexp for highlighting embedded
3280 Shell strings.
3281 (makefile-macroassign-regex): Handle != for highlighting as
3282 embedded Shell strings.
3283 (makefile-var-use-regex): New const.
3284 (makefile-statements, makefile-automake-statements)
3285 (makefile-gmake-statements, makefile-makepp-statements)
3286 (makefile-bsdmake-statements): New consts.
3287 (makefile-make-font-lock-keywords): New function.
3288 (makefile-automake-font-lock-keywords)
3289 (makefile-gmake-font-lock-keywords)
3290 (makefile-makepp-font-lock-keywords)
3291 (makefile-bsdmake-font-lock-keywords): New consts.
3292 (makefile-mode-map): Add switchers between the various submodes.
3293 (makefile-mode): Document the availability of the variants.
3294 (makefile-automake-mode, makefile-gmake-mode)
3295 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
3296
3297 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
3298 new variants of makefile-mode.
3299
3300 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * font-lock.el (font-lock-comment-delimiter-face): Fix up
3303 the inheritance.
3304
3305 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
3306
3307 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3308 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3309
3310 * files.el (normal-mode): Extend the scope of the
3311 `enable-local-variables' binding to include the `set-auto-mode' call.
3312 (magic-mode-alist): Doc fix.
3313
3314 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3317 font-lock-comment-face rather than copying its setting.
3318
3319 2005-05-12 Andreas Schwab <schwab@suse.de>
3320
3321 * eshell/esh-mode.el (eshell-send-input): Doc fix.
3322
3323 2005-05-12 Lute Kamstra <lute@gnu.org>
3324
3325 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3326 defcustom for the mode hook variable. Delete the last argument.
3327 * generic-x.el: Fix callers of define-generic-mode.
3328 (generic-x-modes): Delete group.
3329 (show-tabs-tab-face, show-tabs-space-face): Put them in the
3330 generic-x customization group.
3331
3332 2005-05-12 Kim F. Storm <storm@cua.dk>
3333
3334 * font-lock.el (font-lock-negation-char-face): Default to "off".
3335
3336 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3337 font-lock-negation-char-face to ! in !=.
3338
3339 2005-05-12 Masatake YAMATO <jet@gyve.org>
3340
3341 * add-log.el (find-change-log): Fix typos in the docstring
3342 of function.
3343
3344 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3345
3346 * international/latexenc.el (latexenc-find-file-coding-system):
3347 Avoid `re-search-forward' when looking for input encoding because
3348 of speed and safety. Better regular expressions for recognizing
3349 input encoding. Limit a search for TeX-master/tex-main-file to
3350 the local variable section.
3351
3352 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
3353
3354 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3355 syntax of $ to "'" (quote).
3356
3357 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3358
3359 * dnd.el (dnd-protocol-alist): Improve custom type.
3360
3361 * dired.el (dired-dnd-protocol-alist): New variable.
3362 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
3363 `dired-mode-hook' to the end.
3364
3365 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3368 comment-end if comment-start-skip is not set.
3369 Obey the font-lock-comment-delimiter-face variables.
3370
3371 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * files.el (executable-find): Move from executable.el. Use locate-file.
3374 * progmodes/executable.el (executable-find): Move to files.el.
3375
3376 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3377 when trying to ensure forward progress.
3378
3379 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * mouse-sel.el (mouse-sel-follow-link-p): New function.
3382 (mouse-select, mouse-select-internal, mouse-extend-internal):
3383 Use it to implement mouse-1-click-follows-link functionality.
3384
3385 2005-05-11 Richard M. Stallman <rms@gnu.org>
3386
3387 * font-lock.el (font-lock-fontify-syntactically-region):
3388 Use font-lock-comment-delimiter-face for comment delimiters.
3389
3390 2005-05-10 Jay Belanger <belanger@truman.edu>
3391
3392 * calc/calc-help.el (calc-m-prefix-help): Add mention of
3393 preserving embedded modes.
3394
3395 2005-05-10 Richard M. Stallman <rms@gnu.org>
3396
3397 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3398
3399 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3400 Move from ada-stmt.el.
3401 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3402
3403 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3404 Move to ada-mode.el.
3405 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3406
3407 * cus-edit.el (custom-file): Call file-chase-links.
3408
3409 * files.el (read-directory-name): Fix previous change.
3410 (hack-local-variables-confirm): New function.
3411 (hack-local-variables-prop-line, hack-local-variables)
3412 (hack-one-local-variable): Use it.
3413
3414 2005-05-10 Lute Kamstra <lute@gnu.org>
3415
3416 * font-lock.el (font-lock-keywords-alist)
3417 (font-lock-removed-keywords-alist): Clarify docstrings.
3418
3419 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
3420
3421 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3422 (gdb-source-info): Check for preprocessor info.
3423 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
3424 a macro for a function.
3425 (gdb-info-breakpoints-custom): Try to find file again if not already
3426 found (user might have used GDB dir command).
3427 (gdb-get-location): Update gdb-location-alist correctly for change
3428 to gdb-info-breakpoints-custom.
3429
3430 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3431 (gud-tooltip-print-command): Add gdbmi case.
3432 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3433 preprocessor info.
3434
3435 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
3436
3437 * startup.el (fancy-splash-insert): Fix typo in doc string.
3438
3439 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * obsolete/float.el (string-to-float):
3442 * obsolete/hilit19.el (hilit-add-pattern):
3443 * obsolete/rnews.el (news-parse-range, news-select-message)
3444 (news-get-pruned-list-of-files): Replace `string-to-int' by
3445 `string-to-number'.
3446
3447 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3448 `find-file-not-found-hooks'; use `add-hook'.
3449 (uncompress-while-visiting): Set `write-file-functions', not
3450 `write-file-hooks'; use `add-hook'.
3451
3452 2005-05-09 Kim F. Storm <storm@cua.dk>
3453
3454 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3455 (cua-paste): Handle clipboard action.
3456 (cua--init-keymaps): Remap clipboard-kill-region and
3457 clipboard-kill-ring-save.
3458
3459 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3460
3461 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3462 Improve commentary.
3463
3464 * simple.el (next-error-overlay-arrow-position): Revert the change
3465 made on 2005-04-30.
3466
3467 2005-05-07 Jay Belanger <belanger@truman.edu>
3468
3469 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3470 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3471 `calc-sel-reselect'.
3472
3473 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3474 Calc is in embedded mode.
3475
3476 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3477
3478 * progmodes/compile.el (compilation-setup):
3479 Set overlay-arrow-string to an empty string on text terminals.
3480
3481 * textmodes/ispell.el (ispell-program-name): Try looking for
3482 "aspell" along exec-path, and if found, use it as the default
3483 speller program.
3484
3485 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3486
3487 * international/mule.el (sgml-xml-auto-coding-function):
3488 Recognize encoding='FOO' in single quotes as well as in double quotes.
3489
3490 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3491
3492 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3493 as well as `interactive', so that defmacro* would recognize
3494 `declare' forms.
3495
3496 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3497
3498 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3499 Explain more about the LIGHTER arg's usage in the doc string.
3500 Add commentary to clarify what the code does. Fix the regexp that
3501 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3502 since it could have characters special to regular expressions.
3503
3504 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3505
3506 * replace.el (occur-1): Bind inhibit-read-only so that
3507 erase-buffer doesn't barf on read-only text properties (likewise
3508 for add-text-properties in occur-engine). Mark buffer as unmodified.
3509 (occur-engine): Don't set buffer-read-only here.
3510
3511 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3514 list-buffers-directory. This caused the *cvs-commit* buffer to be
3515 sometimes mistakenly reused as a *cvs* buffer.
3516
3517 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3518
3519 * tooltip.el: Move code for GUD tooltips into gud.el.
3520 (require): CL no longer needed to compile case.
3521 (tooltip-mode): Do not toggle functions for GUD tooltips.
3522 (tooltip-gud-tips-p): Remove. Replace with minor mode
3523 gud-tooltip-mode in gud.el.
3524 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3525 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3526 tooltip-gud prefix with gud-tooltip and obsolete.
3527 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3528 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3529 (tooltip-mouse-motion): Mouse movement functions/variable.
3530 Rename in gud.el by adding gud prefix.
3531 (tooltip-gud-original-filter, tooltip-gud-dereference)
3532 (tooltip-gud-event, tooltip-toggle-gud-tips)
3533 (tooltip-gud-process-output, tooltip-gud-print-command)
3534 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3535 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3536 (gdb-tooltip-print): Move to gdb-ui.el.
3537
3538 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3539 (require): CL needed to compile case.
3540 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3541 tooltip-gud-tips-p. Make it a minor-mode.
3542 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3543 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3544 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3545 (gud-tooltip-change-major-mode)
3546 (gud-tooltip-activate-mouse-motions-if-enabled)
3547 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3548 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3549 (gud-tooltip-original-filter, gud-tooltip-dereference)
3550 (gud-tooltip-event, tooltip-toggle-gud-tips)
3551 (gud-tooltip-process-output, gud-tooltip-print-command)
3552 (gud-tooltip-tips): Move from tooltip.el.
3553
3554 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3555 (gdb-cpp-define-alist-flags): Doc fix.
3556 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3557 gud-tooltip-mode is t.
3558
3559 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3562 evaporate if their text is deleted.
3563 (goto-address-at-point): Make it work as a mouse binding as well.
3564 (goto-address-at-mouse): Obsolete it. Update users.
3565
3566 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3567
3568 * calendar/appt.el (top-level): No longer activate on load.
3569
3570 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3571
3572 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3573 * net/webjump.el (webjump):
3574 * progmodes/idlw-help.el (idlwave-do-context-help1)
3575 (idlwave-highlight-linked-completions):
3576 * textmodes/po.el (po-find-file-coding-system-guts):
3577 Replace `assoc-ignore-case' by `assoc-string'.
3578
3579 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3580
3581 * files.el (locate-file): Doc fix.
3582
3583 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3584 Remove the redundant test for ms-dos.
3585
3586 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3587 look for the preprocessor with exec-suffixes. If not found in
3588 standard places, look in exec-path. Remove most of the tests that
3589 used system-type.
3590
3591 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3592
3593 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3594
3595 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3596 file-name clash with jka-compr.el on 8+3 filesystems.
3597
3598 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3599
3600 * term/mac-win.el: Don't define or bind scroll bar functions if
3601 x-toolkit-scroll-bars is t.
3602 (x-select-text, x-get-selection-value):
3603 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3604 (PRIMARY): Put mac-scrap-name property.
3605 (mac-select-convert-to-file-url): New function.
3606 (public.file-url): New selection target type. Add to
3607 selection-converter-alist.
3608 (x-get-selection, x-selection-value): Handle it.
3609 (x-cut-buffer-or-selection-value): New alias.
3610
3611 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3612
3613 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3614 entry to avoid calling bibtex-find-entry with arg global
3615 being t. Remove arg key.
3616 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3617 (bibtex-copy-summary-as-kill): Change accordingly.
3618
3619 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3622 (org-agenda-date-later): Use with-current-buffer.
3623
3624 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3625
3626 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3627 (define-obsolete-variable-alias): Doc Fixes.
3628
3629 2005-05-06 Kim F. Storm <storm@cua.dk>
3630
3631 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3632 vertical-motion when selective-display is active.
3633
3634 * ido.el (ido-setup-hook): New hook.
3635 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3636 (ido-input-stack): New var.
3637 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3638 ido-next-work-file binding to M-O.
3639 Bind M-f to ido-wide-find-file-or-pop-dir.
3640 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3641 (ido-read-internal): Run ido-setup-hook.
3642 Catch quit in read-file-name and read-string to cancel edit.
3643 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3644 Automatically pop-all when completing a directory name (RET).
3645 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3646 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3647 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3648 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3649 New functions for M-b/M-f to move among the directory components.
3650 (ido-make-merged-file-list): Catch quit to cancel merge.
3651 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3652 (ido-completion-help): No warnings for ido-completion-buffer-full.
3653
3654 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3655
3656 * font-lock.el (font-lock-negation-char-face): New face and variable.
3657 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3658 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3659 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3660 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3661
3662 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3663
3664 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3665 Fix typo in docstring.
3666
3667 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3668 (ebrowse-print-statistics-line)
3669 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3670
3671 * term/w32-win.el (image-library-alist): Add additional name for
3672 Xpm library.
3673
3674 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3675
3676 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3677 use gcc instead of cpp.
3678
3679 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3680 (gdb-create-define-alist): Use it.
3681 (gdb-cpp-define-alist-program): Update for MS-DOS.
3682
3683 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3684
3685 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3686
3687 2005-05-04 Richard M. Stallman <rms@gnu.org>
3688
3689 * help.el (describe-key): No error when UNTRANSLATED is nil.
3690
3691 * simple.el (line-move-1): Fix previous change to signal errors
3692 appropriately.
3693
3694 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3695
3696 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3697 (icalendar-duration-correction): Remove.
3698 (icalendar--get-event-properties): Split result at commas.
3699 (icalendar--decode-isoduration): New optional argument
3700 DURATION-CORRECTION.
3701 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3702 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3703 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3704 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3705 (icalendar--convert-anniversary-to-ical): New functions, extracted
3706 from icalendar-export-region, with bug fixes.
3707 (icalendar-export-region): Use the above functions.
3708 (icalendar-import-buffer): Check before saving diary file.
3709 (icalendar--convert-recurring-to-diary)
3710 (icalendar--convert-non-recurring-all-day-to-diary)
3711 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3712 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3713 (icalendar--convert-ical-to-diary): Use the above functions.
3714
3715 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3716
3717 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3718 Remove these recent additions.
3719 (c-mode): Restore to before 2005-04-28.
3720
3721 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3722 recent addition.
3723
3724 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3725 (gdb-define-alist): New variables.
3726 (gdb-create-define-alist): New function.
3727 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3728 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3729 with string-to-number.
3730 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3731
3732 * progmodes/gud.el: Replace string-to-int with string-to-number.
3733 (gud-find-file): Handle gdb-define-alist.
3734
3735 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3736
3737 2005-05-02 Jay Belanger <belanger@truman.edu>
3738
3739 * calc/calc-aent.el (math-read-token):
3740 * calc/calc-bin.el (calc-word-size):
3741 * calc/calc-ext.el (calc-read-number-fancy):
3742 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3743 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3744 * calc/calc-frac.el (calc-over-notation):
3745 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3746 (calc-graph-num-points, calc-graph-init):
3747 * calc/calc-prog.el (calc-read-parse-table-part)
3748 (calc-edit-macro-repeats):
3749 * calc/calc-yank.el (calc-do-grab-rectangle):
3750 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3751 Replace `string-to-int' by `string-to-number'.
3752
3753 2005-05-02 Kim F. Storm <storm@cua.dk>
3754
3755 * kmacro.el: Use executing-kbd-macro-index variable.
3756
3757 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3758
3759 * net/rlogin.el (rlogin-parse-words): Delete func.
3760 (rlogin): Use split-string, not rlogin-parse-words.
3761 Also, if there are option-like elements in the parsed args,
3762 take the host to be the first arg immediately following them.
3763 Suggested by Michael Mauger.
3764
3765 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3766
3767 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3768
3769 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3770
3771 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3772 (cc-mode-cpp-program): Rename to cc-define-list-program and
3773 move to cc-vars.el.
3774
3775 * progmodes/cc-vars.el (cc-define-list-program):
3776 Change to "gcc -E -dM -". Make customizable.
3777
3778 2005-05-02 Kim F. Storm <storm@cua.dk>
3779
3780 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3781
3782 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3783
3784 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3785
3786 * international/mule-util.el (truncate-string): Remove alias and
3787 obsolete declaration.
3788
3789 * international/mule-cmds.el (update-iso-coding-systems):
3790 Remove alias and obsolete declaration.
3791
3792 * international/mule.el (coding-system-parent): Remove alias and
3793 obsolete declaration.
3794
3795 * subr.el (define-function, sref): Remove aliases and obsolete
3796 declarations.
3797 (chars-in-region): Remove obsolete declaration.
3798
3799 2005-05-01 Richard M. Stallman <rms@gnu.org>
3800
3801 * info.el (Info-mode): Set widen-automatically to nil, locally.
3802
3803 * simple.el (widen-automatically): New variable.
3804 (pop-global-mark): Obey widen-automatically.
3805
3806 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3807
3808 * term/xterm.el (function-key-map): Call substitute-key-definition
3809 before the keymap size is increased by a lot of define-key calls.
3810
3811 2005-05-01 Richard M. Stallman <rms@gnu.org>
3812
3813 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3814 Rename ARG to ELEMENT. Doc fix.
3815
3816 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3817
3818 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3819 Remove references to allout-exposure/change to allout-new-exposure.
3820
3821 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3822 bytecode symbols.
3823
3824 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3825 (compiled-function-p, focus-frame, unfocus-frame):
3826 Remove aliases and obsolete declarations.
3827 Back out inadvertent changes from previous commit.
3828
3829 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3830
3831 * files.el (require-final-newline): Make Custom tags consistent
3832 with mode-require-final-newline.
3833 (mode-require-final-newline): Doc fix.
3834
3835 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * international/latexenc.el (latexenc-find-file-coding-system):
3838 Fix regular expressions.
3839
3840 2005-05-01 David Kastrup <dak@gnu.org>
3841
3842 * international/latexenc.el (latexenc-find-file-coding-system):
3843 Fix regular expressions.
3844
3845 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3846
3847 * subr.el (string-to-int): Make obsolete.
3848
3849 2005-04-30 Richard M. Stallman <rms@gnu.org>
3850
3851 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3852
3853 * loadup.el: load jka-comp-hook.
3854
3855 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3856 (jka-compr-handler): Add autoload. `put' calls moved
3857 to jka-comp-hook.el.
3858 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3859 (jka-compr-inhibit): Autoload.
3860
3861 * jka-comp-hook.el: New file.
3862 Enable the mode by default.
3863
3864 * files.el (backup-buffer-copy): Use copy-file instead
3865 of write-region, and put back the 'excl.
3866
3867 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * progmodes/flymake.el (flymake-split-string)
3870 (flymake-split-string, flymake-log, flymake-pid-to-names)
3871 (flymake-reg-names, flymake-get-source-buffer-name)
3872 (flymake-unreg-names, flymake-add-line-err-info)
3873 (flymake-add-err-info): Clarify docstrings.
3874 (flymake-popup-menu, flymake-make-emacs-menu)
3875 (flymake-make-xemacs-menu): Add docstrings.
3876 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3877 Set variables directly throughout.
3878
3879 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3880
3881 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3882 exists. Initialise cc-define-alist.
3883 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3884 If there is no file (Macroexpansion) don't create an alist.
3885
3886 2005-04-29 Sam Steingold <sds@gnu.org>
3887
3888 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3889 (cc-create-define-alist): Use it instead of the hard-coded string.
3890
3891 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3892
3893 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3894 for latexenc.
3895
3896 2005-04-29 Lute Kamstra <lute@gnu.org>
3897
3898 * emacs-lisp/generic.el: Improve commentary section.
3899 (define-generic-mode): Improve docstring.
3900
3901 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3902
3903 * textmodes/org.el (many places): Change to quiet the byte compiler.
3904 (org-prefix-format-compiled): New variable.
3905 (org-compile-prefix-format): New function.
3906 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3907 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3908 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3909 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3910 consistency with entries from `org-mode' files.
3911 (org-get-time-of-day): Fix bug with partial matches early in a line.
3912 (org-non-link-chars): New constant.
3913 (org-link-regexp): Respect `org-non-link-chars'.
3914 (org-agenda-day-view): Remove command.
3915 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3916 (org-follow-bbdb-link, org-store-link): Search also company field.
3917 (org-highlight-overlay): New variable.
3918 (org-highlight, org-unhighlight): New functions.
3919 (org-agenda-mode): Add pre-command-hook to remove highlight.
3920 (org-evaluate-time-range): Behavior depends upon whether time stamp
3921 contains a time or not.
3922 (org-show-subtree, org-show-entry): New functions.
3923 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3924
3925 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3926
3927 * comint.el (comint-output-filter-functions): Add autoload cookie.
3928
3929 2005-04-28 Kim F. Storm <storm@cua.dk>
3930
3931 * ido.el (ido-everywhere): Fix last change.
3932
3933 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3934
3935 * international/latexenc.el: New file.
3936 * international/mule-conf.el (file-coding-system-alist): For .tex,
3937 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3938
3939 2005-04-28 Lute Kamstra <lute@gnu.org>
3940
3941 * font-lock.el (font-lock-add-keywords)
3942 (font-lock-remove-keywords): Clarify docstring.
3943 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3944 Don't start docstrings with a `*'.
3945 (font-lock-update-removed-keyword-alist): Give it a docstring.
3946
3947 * generic-x.el: Update commentary section.
3948 Only require font-lock when compiling.
3949 Define all modes conditionally.
3950 Place all generic modes in the generic-x-modes customization group.
3951 (generic-x-modes): New customization group.
3952 (generic-default-modes, generic-mswindows-modes)
3953 (generic-unix-modes, generic-other-modes): New constants.
3954 (generic-define-mswindows-modes, generic-define-unix-modes):
3955 Update docstrings. Make them obsolete.
3956 (generic-extras-enable-list): New default value. Update docstring.
3957 Improve :type. Change :set function.
3958 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3959 Fix docstring.
3960
3961 * emacs-lisp/generic.el (generic-mode-internal):
3962 Simplify font-lock-defaults.
3963 (define-generic-mode): Fix docstring.
3964
3965 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3968 font-lock-face property to highlight matches.
3969
3970 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3971
3972 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3973 (cc-define-alist): New variable.
3974 (c-mode): Make it local and initialise it.
3975
3976 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3977 (gdb-exited): New function.
3978 (gdb-annotation-rules): Use it.
3979 (gdb-starting): Set gdb-active-process to t.
3980 (gdb-stopping): Amend doc string.
3981 (gdb-reset): Set gdb-active-process to nil.
3982
3983 * tooltip.el (tooltip-gud-tips): Show the associated #define
3984 directives when a C program under GDB is not executing.
3985
3986 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3989 font-lock-fontify-syntactic-keywords.
3990
3991 * font-lock.el (font-lock-default-fontify-region): Don't force
3992 parse-sexp-lookup-properties to nil.
3993
3994 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3995
3996 * man.el (man-mode-syntax-table): Set up `:' to have
3997 word-constituent syntax.
3998
3999 2005-04-27 Lute Kamstra <lute@gnu.org>
4000
4001 * novice.el (disable-command): Don't add spurious newlines to the
4002 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
4003
4004 2005-04-26 Jay Belanger <belanger@truman.edu>
4005
4006 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4007 than one window before deleting window.
4008
4009 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4010
4011 * shell.el (shell-prompt-pattern): Doc fix.
4012 (shell-mode): Set paragraph-separate buffer locally to "\\'".
4013
4014 * comint.el (comint-prompt-regexp, comint-get-old-input)
4015 (comint-use-prompt-regexp)
4016 (comint-use-prompt-regexp-instead-of-fields)
4017 (comint-replace-by-expanded-history, comint-send-input)
4018 (comint-output-filter, comint-get-old-input-default)
4019 (comint-line-beginning-position, comint-bol, comint-show-output)
4020 (comint-backward-matching-input, comint-forward-matching-input)
4021 (comint-next-prompt, comint-previous-prompt):
4022 Rename `comint-use-prompt-regexp-instead-of-fields' to
4023 `comint-use-prompt-regexp'. Keep old name as alias and declare
4024 obsolete.
4025 (comint-use-prompt-regexp): Shorten first line of doc string.
4026
4027 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4028 Set paragraph-separate buffer locally to "\\'".
4029
4030 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4031 Adapt to above name change.
4032
4033 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4034 (smbclient-prompt-regexp): Ditto.
4035
4036 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4037
4038 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
4039
4040 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4041 gdb-location-list.
4042 Break lines that are over 80 characters wide.
4043
4044 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4047 New fun and var, to preserve compatibility.
4048
4049 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4050
4051 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
4052
4053 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4054 name to file-newer-than-file-p.
4055
4056 2005-04-26 Richard M. Stallman <rms@gnu.org>
4057
4058 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4059
4060 * progmodes/python.el (python-mode):
4061 Use new name eldoc-documentation-function.
4062
4063 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4064
4065 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4066 (eldoc-documentation-function):
4067 Rename from eldoc-print-current-symbol-info-function. Calls changed.
4068
4069 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
4070
4071 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4072
4073 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4074
4075 * term/xterm.el (function-key-map): Fix strings for
4076 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
4077 {C,S,A,C-S}-{f1-f12}.
4078
4079 2005-04-26 Kenichi Handa <handa@m17n.org>
4080
4081 * international/mule-cmds.el (select-safe-coding-system):
4082 Fix previous change.
4083
4084 2005-04-26 Lute Kamstra <lute@gnu.org>
4085
4086 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4087
4088 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4089 (font-lock-comment-delimiter-face): Ditto.
4090
4091 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4092
4093 2005-04-25 Jay Belanger <belanger@truman.edu>
4094
4095 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4096 to t while inserting information; use help-mode.
4097
4098 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4099
4100 * term.el (ansi-term-color-vector): Use the xterm colors.
4101 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
4102
4103 2005-04-25 Lute Kamstra <lute@gnu.org>
4104
4105 * font-core.el (font-lock-defaults): Fix docstring.
4106
4107 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4108
4109 2005-04-25 Kenichi Handa <handa@m17n.org>
4110
4111 * international/mule-cmds.el (select-safe-coding-system):
4112 Don't check consistency with coding: spec, etc if raw-text or
4113 no-conversion was found to be safe.
4114
4115 2005-04-24 Richard M. Stallman <rms@gnu.org>
4116
4117 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4118 citation markers at start of each line.
4119
4120 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4121 citation markers at start of each line.
4122
4123 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4124
4125 * files.el (mode-require-final-newline): Fix previous change.
4126 (require-final-newline): Fix type label.
4127
4128 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4129
4130 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4131 statement in buffer (broken by 2004-11-24 change).
4132
4133 2005-04-24 Kim F. Storm <storm@cua.dk>
4134
4135 * ido.el (ido-everywhere): Save and restore old read-buffer-function
4136 and read-file-name-function values. Don't overwrite existing
4137 non-nil values if ido-mode is enabled without ido-everywhere.
4138
4139 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
4140
4141 * files.el (mode-require-final-newline): Minor doc fix.
4142
4143 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4144
4145 * subr.el (syntax-after): Doc fix.
4146 (syntax-class): If argument is nil, return nil. Mask off upper 16
4147 bits, not 8 bits.
4148
4149 * files.el (mode-require-final-newline): Doc fix.
4150 (backup-buffer-copy): Fix last change.
4151
4152 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4153
4154 * term/mac-win.el: Require select. Set selection-coding-system to
4155 mac-system-coding-system. Call menu-bar-enable-clipboard.
4156 (x-last-selected-text-clipboard, x-last-selected-text-primary)
4157 (x-select-enable-clipboard): New variables.
4158 (x-select-text, x-get-selection, x-selection-value)
4159 (x-get-selection-value, mac-select-convert-to-string)
4160 (mac-services-open-file, mac-services-open-selection)
4161 (mac-services-insert-text): New functions.
4162 (CLIPBOARD, FIND): Put mac-scrap-name property.
4163 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4164 (public.tiff): Put mac-ostype property.
4165 (selection-converter-alist): Add entries for them.
4166 (mac-application-menu-map): New keymap.
4167 (interprogram-cut-function, interprogram-paste-function): Set to
4168 x-select-text and x-get-selection-value, respectively.
4169 (split-window-keep-point): Set to t.
4170
4171 2005-04-23 Richard M. Stallman <rms@gnu.org>
4172
4173 * files.el (read-directory-name): Always pass non-nil
4174 DEFAULT-FILENAME arg to read-file-name.
4175 (backup-buffer-copy, basic-save-buffer-2): Take care against
4176 writing thru an unexpected existing symlink.
4177 (revert-buffer): In indirect buffer, revert the base buffer.
4178 (magic-mode-alist): Doc fix.
4179 (buffer-stale-function): Doc fix.
4180 (minibuffer-with-setup-hook): Avoid warning.
4181 (mode-require-final-newline): Doc and custom fix.
4182
4183 * follow.el (follow-end-of-buffer): Use with-no-warnings.
4184
4185 * font-lock.el (font-lock-comment-face): On terminals with few colors,
4186 use the default appearance.
4187 (font-lock-comment-delimiter-face): New face, new variable.
4188
4189 * imenu.el (imenu--generic-function): The official position of a
4190 definition is the start of the line that BEG is in.
4191
4192 * midnight.el (midnight-timer): Move defvar up.
4193
4194 * mouse.el (mouse-drag-region-1): Delete some debugging code.
4195
4196 * saveplace.el (save-place-to-alist): Use with-no-warnings.
4197
4198 * startup.el (command-line): Use with-no-warnings.
4199
4200 * window.el (window-size-fixed): New defvar.
4201
4202 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4203
4204 * mail/rmail.el (rmail-font-lock-keywords):
4205 Use font-lock-comment-delimiter-face.
4206
4207 * mail/sendmail.el (mail-font-lock-keywords):
4208 Use font-lock-comment-delimiter-face.
4209
4210 * progmodes/compile.el (next-error-highlight-timer): New defvar.
4211
4212 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
4213
4214 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4215 Specify t for LAXMATCH when matching directories.
4216 Save match data around compilation-compat-error-properties form.
4217
4218 2005-04-23 David Kastrup <dak@gnu.org>
4219
4220 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4221 Mention that the autoloaded aliases should be kept for AUCTeX.
4222
4223 2005-04-23 Andreas Schwab <schwab@suse.de>
4224
4225 * isearch.el (isearch-forward): Doc fix.
4226
4227 2005-04-23 Eli Zaretskii <eliz@gnu.org>
4228
4229 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4230 (jit-lock-stealth-nice): Change default value to 0.5.
4231
4232 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
4233
4234 * abbrev.el (write-abbrev-file): Write table entries in
4235 alphabetical order by table name.
4236
4237 2005-04-22 Kim F. Storm <storm@cua.dk>
4238
4239 * ido.el (ido-read-internal): Fix `list' completion.
4240
4241 2005-04-22 Kenichi Handa <handa@m17n.org>
4242
4243 * recentf.el (recentf-save-file-coding-system): New variable.
4244 (recentf-save-list): Encode the file by
4245 recentf-save-file-coding-system and add coding: tag.
4246
4247 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
4248
4249 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4250
4251 2005-04-21 Lute Kamstra <lute@gnu.org>
4252
4253 * loadhist.el (unload-feature): Don't remove a function from hooks
4254 if it is about to be restored to an autoload . Remove functions
4255 that will become unbound from auto-mode-alist. Simplify the code.
4256
4257 * subr.el (assq-delete-all): New implementation that is linear,
4258 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
4259 (rassq-delete-all): New function.
4260
4261 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4262 Add size-indication-mode.
4263
4264 2005-04-21 Kenichi Handa <handa@m17n.org>
4265
4266 * international/mule-cmds.el: Add autoload for widget-value in
4267 eval-when-compile.
4268
4269 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
4270
4271 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4272 Add tooltip-mode.
4273
4274 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4275
4276 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
4277
4278 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
4279 (inferior-lisp-filter-regexp, inferior-lisp-program)
4280 (inferior-lisp-load-command, inferior-lisp-prompt)
4281 (inferior-lisp-mode-hook, lisp-source-modes)
4282 (inferior-lisp-load-hook): defvar->defcustom.
4283 (inferior-lisp-program, inferior-lisp-prompt)
4284 (inferior-lisp-load-hook): Doc fixes.
4285 (inferior-lisp-install-letter-bindings): Small change in
4286 introductory comment.
4287
4288 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4289
4290 * vc.el (vc-annotate-color-map): Change some colors so that text
4291 using them as foreground is readable on both white and black
4292 backgrounds.
4293
4294 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * international/mule-conf.el (translation-table-for-input):
4297 Remove redundant declaration.
4298
4299 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4300
4301 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
4302
4303 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
4304 (tooltip-toggle-gud-tips): New function.
4305
4306 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4307
4308 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4309 right angle brackets.
4310
4311 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4312
4313 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4314
4315 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4318 Remove. Update callers to use expand-file-name instead.
4319
4320 * subr.el (syntax-class): New function.
4321
4322 * simple.el (blink-matching-open): Use it.
4323
4324 * paren.el (show-paren-function): Use it to recognize parens that are
4325 also used in 2-char comment markers.
4326
4327 2005-04-19 Lute Kamstra <lute@gnu.org>
4328
4329 * loadhist.el (unload-feature): Update for new format of
4330 load-history. Simplify the code.
4331
4332 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4333
4334 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4335 (mac-add-charset-info): New function. Initialize variable
4336 mac-charset-info-alist using it.
4337 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4338 for translation.
4339 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4340 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4341 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4342 New CCL programs.
4343
4344 2005-04-19 Kim F. Storm <storm@cua.dk>
4345
4346 * simple.el (next-buffer, prev-buffer, next-error)
4347 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4348 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4349
4350 * bindings.el (next-buffer, prev-buffer, next-error)
4351 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4352 (clone-indirect-buffer-other-window): Move bindings from simple.el.
4353 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4354 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4355
4356 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * isearch.el (isearch-edit-string): Make the search-ring available for
4359 minibuffer history commands.
4360 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4361 the default history commands now work just as well.
4362 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4363
4364 2005-04-18 Kim F. Storm <storm@cua.dk>
4365
4366 * emulation/cua-base.el (cua--pre-command-handler): Add more
4367 elaborate check for shift modifier on non-window systems.
4368
4369 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4370
4371 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4372
4373 2005-04-18 Kim F. Storm <storm@cua.dk>
4374
4375 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4376 and make it optional. Don't test tooltip-gud-echo-area here.
4377 (tooltip-gud-process-output, gdb-tooltip-print):
4378 Pass tooltip-gud-echo-area to tooltip-show.
4379 (tooltip-help-tips): Remove second optional arg to tooltip-show.
4380
4381 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4382
4383 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4384 `display-graphic-p' may not be bound yet.
4385
4386 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4387
4388 * startup.el (command-line): No longer enable Xterm Mouse mode by
4389 default in terminals compatible with xterm.
4390
4391 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4392
4393 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
4394
4395 * tooltip.el (tooltip-gud-echo-area): Rename from
4396 tooltip-use-echo-area.
4397 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4398 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4399 area independently of where help tooltips are displayed.
4400
4401 2005-04-17 David Kastrup <dak@gnu.org>
4402
4403 * cus-theme.el (custom-theme-write-variables): Quote variables
4404 where necessary.
4405
4406 2005-04-17 Richard M. Stallman <rms@gnu.org>
4407
4408 * simple.el (yank-excluded-properties): Add follow-link to value.
4409
4410 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4411
4412 * startup.el (fancy-splash-max-time): Just 30 seconds.
4413 (fancy-splash-delay): Just 7.
4414 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4415
4416 * loadhist.el (unload-feature): Update for new format of load-history.
4417 Simplify the code.
4418
4419 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4420 (rmail-font-lock-keywords): Don't fontify the text of a citation.
4421
4422 * mail/sendmail.el (mail-font-lock-keywords):
4423 Don't fontify subject text.
4424 Don't fontify the text of a citation.
4425
4426 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
4427
4428 * comint.el (comint-output-filter): Run comint-output-filter-functions
4429 with point where the user had it.
4430
4431 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * international/ucs-tables.el (ucs-set-table-for-input):
4434 Disable when using unify-on-decoding.
4435
4436 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4437
4438 * emulation/cua-base.el (cua-global-mark-face): Add special case
4439 for displays supporting a high number of colors.
4440
4441 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4442
4443 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4444
4445 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * filesets.el (filesets-add-buffer): If user supplies a name of a
4448 non-existing fileset, create a new fileset.
4449
4450 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
4451
4452 * textmodes/org.el (org-up-heading-all): Fix bug with
4453 `outline-up-heading-all'.
4454
4455 2005-04-16 Andreas Schwab <schwab@suse.de>
4456
4457 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4458 /etc/permissions.d/* and /etc/aliases.d/*.
4459
4460 2005-04-16 Kenichi Handa <handa@m17n.org>
4461
4462 * international/code-pages.el (cp-make-coding-system):
4463 Set `translation-table-for-input' property value to the symbol
4464 ucs-mule-to-mule-unicode, not to that value.
4465 (pt154): Escape guillemet by `\'.
4466
4467 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4468
4469 * loadup.el: Load tooltip if x-show-tip is fboundp.
4470
4471 * startup.el (command-line): Add comment.
4472
4473 * tooltip.el (tooltip-mode): Specify correct standard value for
4474 Custom in init-value.
4475
4476 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4477
4478 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4479 possible.
4480
4481 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4482
4483 * textmodes/org.el (org-agenda-date-prompt): Rename from
4484 `org-agenda-date-today'.
4485 (org-evaluate-time-range): Insert at point instead of directly
4486 after time range.
4487 (org-first-headline-recenter, org-subtree-end-visible-p)
4488 (org-optimize-window-after-visibility-change): New functions
4489 (org-agenda-post-command-hook): Don't allow point at end of line,
4490 to make sure it always hits the text properties.
4491 (org-agenda-next-date-line, org-agenda-previous-date-line):
4492 New commands.
4493 (org-set-regexps-and-options): Category may contain white space.
4494 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4495 Improve marker positions.
4496 (org-agenda-new-marker): Argument POS made optional.
4497 (org-agenda-get-timestamps): Deadlines which are done are listed
4498 in org-done-face now.
4499 (org-agenda-get-todos, org-agenda-get-timestamps)
4500 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4501 Set `undone-face' and `done-face' properties.
4502 (org-last-todo-state-is-todo): New variable.
4503 (org-todo): Set `org-last-todo-state-is-todo'.
4504 (org-agenda-todo): Change face according to
4505 `org-last-todo-state-is-todo'. And change other lines refering to
4506 the same entry.
4507 (org-calendar-goto-agenda): New command.
4508 (org-calendar-to-agenda-key): New option.
4509 (org-startup-folded): New allowed value `content'.
4510 (org-set-regexps-and-options): Accept new value `content' for
4511 `org-startup-folded'.
4512 (org-get-current-options): Handle new value `content' for
4513 `org-startup-folded'.
4514 (org-insert-todo-heading): New command.
4515 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4516 interactively in empty file and option
4517 `org-insert-mode-line-in-empty-file' has been set.
4518 (org-agenda-todo,org-agenda-priority): Modify to use
4519 `org-agenda-change-all-lines'.
4520 (org-warning-face): Change color on dark background
4521
4522 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4523
4524 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4525 use preferences AppleLocale and AppleLanguages, and variable
4526 mac-system-locale for default locale. On Mac OS Classic, use
4527 mac-system-coding-system for default coding systems.
4528
4529 * term/mac-win.el: Don't set file-name-coding-system.
4530 Decode variables system-name, emacs-build-system, user-login-name, and
4531 user-full-name by mac-system-coding-system on Mac OS Classic.
4532 (mac-system-coding-system): New variable.
4533
4534 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4535
4536 * startup.el (command-line): Handle `xterm-mouse-mode' before
4537 reading init file.
4538
4539 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4540
4541 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4542
4543 * progmodes/sh-script.el (sh-here-document-word): Make it a
4544 defcustom. Doc fix.
4545 (sh-add): Bash uses $(( )) for arithmetic.
4546 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4547 (sh-maybe-here-document): Remove quotes and leading whitespace
4548 from heredoc word when closing. Indent heredoc with tabs if word
4549 starts with "-".
4550
4551 2005-04-13 Richard M. Stallman <rms@gnu.org>
4552
4553 * simple.el (undo): Fix previous change.
4554
4555 * custom.el (defface): Doc fix.
4556
4557 2005-04-13 Lute Kamstra <lute@gnu.org>
4558
4559 * Makefile.in (DONTCOMPILE): Remove list.
4560 (compile, compile-always): Don't use DONTCOMPILE.
4561 (update-authors): Load the library in which batch-update-authors
4562 is defined.
4563 * makefile.w32-in (DONTCOMPILE): Remove list.
4564 (compile, compile-always): Fix comments.
4565 (update-authors): Load the library in which batch-update-authors
4566 is defined.
4567
4568 * generic-x.el (generic-mode-ini-file-find-file-hook):
4569 Rename to ini-generic-mode-find-file-hook.
4570 Keep generic-mode-ini-file-find-file-hook as an alias.
4571 (ini-generic-mode-find-file-hook): Rename from
4572 generic-mode-ini-file-find-file-hook. Fix docstring.
4573 (ini-generic-mode): Docstring change.
4574 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4575
4576 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4577 called from lisp.
4578
4579 * generic.el: Move to the emacs-lisp subdir.
4580
4581 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4582
4583 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4584 and C-S- function and cursor motion keys.
4585
4586 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4587
4588 * startup.el (command-line): Enable Xterm Mouse mode by default.
4589 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4590 for Custom. No longer show "Mouse" in mode line when enabled.
4591 Doc fix.
4592
4593 2005-04-12 Kim F. Storm <storm@cua.dk>
4594
4595 * emulation/cua-base.el (cua-rectangle-face)
4596 (cua-rectangle-noselect-face): Define face attributes here.
4597
4598 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4599
4600 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4601
4602 * startup.el (command-line): Turn off blinking cursor if
4603 cursorBlink in resources is off or false.
4604
4605 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4606
4607 * term/mac-win.el (dnd): Require dnd.
4608 (mac-drag-n-drop): Call dnd-handle-one-url.
4609 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4610 (kTextEncodingISOLatin2): Remove constants.
4611 (mac-script-code-coding-systems): New constant.
4612 (mac-handle-language-change): New function.
4613 (special-event-map): Bind it to `language-change' event.
4614 (mac-centraleurroman, mac-cyrillic): New coding systems.
4615 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4616 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4617 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4618 encode-mac-cyrillic, respectively.
4619
4620 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4621
4622 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4623 Don't set overlay-arrow-string to "=>" as this is done
4624 globally in C now.
4625
4626 2005-04-12 Lute Kamstra <lute@gnu.org>
4627
4628 * generic-x.el (rc-generic-mode, rul-generic-mode):
4629 Fix auto-mode-alist entries.
4630 (etc-fstab-generic-mode): Tweak fontification.
4631
4632 * generic.el (generic-make-keywords-list): Fix docstring.
4633 (generic-mode-internal): Simplify generic-font-lock-keywords.
4634
4635 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4636
4637 * whitespace.el (whitespace-buffer-leading)
4638 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4639 However, fix the highlight area for the leading and
4640 trailing whitespaces to show space.
4641
4642 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4643
4644 * whitespace.el (whitespace-version): Bump to 3.5
4645
4646 (whitespace-buffer-leading, whitespace-buffer-trailing):
4647 Invert sense of the test to highlight the whitespace.
4648
4649 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4650
4651 * progmodes/gud.el (gud-display-line): GUD uses its own
4652 overlay arrow now so don't set overlay-arrow-string.
4653 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4654
4655 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4656
4657 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4658 (term-ansi-current-reverse, term-ansi-current-invisible)
4659 (term-ansi-face-already-done): Change to boolean.
4660 (term-reset-terminal, term-handle-colors-array): Handle the above
4661 vars accordingly.
4662 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4663 (term-emulate-terminal): Use the new name.
4664
4665 * faces.el (secondary-selection): Use yellow1, not yellow.
4666 (trailing-whitespace): Use red1, not red.
4667
4668 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4669
4670 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4671 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4672 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4673
4674 * cus-edit.el (dnd): New group.
4675
4676 * term/w32-win.el (dnd): Require dnd
4677 (w32-drag-n-drop): Call dnd-handle-one-url.
4678
4679 * x-dnd.el: Require dnd.
4680 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4681 Call dnd-handle-one-url.
4682 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4683 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4684 to dnd-insert-text.
4685 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4686 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4687 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4688 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4689
4690 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4691
4692 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4693
4694 * wdired.el: Doc fixes.
4695 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4696 (wdired-use-dired-vertical-movement): Rename from
4697 wdired-always-move-to-filename-beginning.
4698 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4699 (wdired-change-to-wdired-mode): Change mode name.
4700 (wdired-newline): Delete.
4701
4702 2005-04-11 Richard M. Stallman <rms@gnu.org>
4703
4704 * whitespace.el (whitespace-highlight-the-space):
4705 Don't call whitespace-unhighlight-the-space here.
4706
4707 * simple.el (undo): Record t in undo-equiv-table
4708 for the redo record made by an undo-in-region.
4709
4710 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4711
4712 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4713 (gdb-frame-inferior-io-buffer): New Functions to control
4714 display of separate IO buffer.
4715 (menu): Add them to menu-bar.
4716 (gdb-display-buffer): Check for buffer another frame.
4717 Protect GUD buffer.
4718 (gdb-setup-windows): Create IO buffer if not already there.
4719 (gdb-memory-mode): Remove purecopy noops.
4720
4721 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4722
4723 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4724 and pass to self-insert-command.
4725
4726 2005-04-11 Lute Kamstra <lute@gnu.org>
4727
4728 * generic.el: Commentary section cleanup.
4729 (generic): Delete.
4730 (generic-use-find-file-hook, generic-lines-to-scan)
4731 (generic-find-file-regexp, generic-ignore-files-regexp)
4732 (default-generic-mode, generic-mode-find-file-hook)
4733 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4734 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4735 (generic-use-find-file-hook, generic-lines-to-scan)
4736 (generic-find-file-regexp, generic-ignore-files-regexp)
4737 (default-generic-mode, generic-mode-find-file-hook)
4738 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4739
4740 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4741
4742 * bookmark.el (bookmark-write-file): Catch errors writing file.
4743 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4744
4745 2005-04-10 Richard M. Stallman <rms@gnu.org>
4746
4747 * startup.el (fancy-splash-tail): Update copyright year.
4748 (command-line): Split part of -Q into -D.
4749 (emacs-basic-display): New defvar.
4750 (fancy-splash-text): Correct name of menu item.
4751
4752 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4753
4754 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4755 lines in one node.
4756
4757 * comint.el (comint-send-input): New arg ARTIFICIAL.
4758 Callers in this file changed.
4759
4760 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4761
4762 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4763
4764 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4767 `ldap-search-internal'.
4768
4769 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * files.el (set-auto-mode-1): Use line-end-position.
4772
4773 * international/latin-1.el:
4774 * international/latin-2.el:
4775 * international/latin-3.el:
4776 * international/latin-4.el:
4777 * international/latin-5.el:
4778 * international/latin-8.el:
4779 * international/latin-9.el: Give punctuation syntax to NBSP.
4780
4781 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4782 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4783 Use char-classes to accept non-ascii letters, accepted in some recent
4784 bibtex implementations.
4785
4786 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4787
4788 * custom.el (custom-set-minor-mode): Any non-nil value for the
4789 variable should enable the mode when set through Custom.
4790
4791 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4794 TAB binding so tab-always-indent is obeyed.
4795 (vhdl-minibuffer-local-map): Move initialization into declaration.
4796 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4797 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4798 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4799 (vhdl-current-line): Use line-beginning-position.
4800 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4801 with-output-to-temp-buffer, so the current position can be recorded.
4802
4803 2005-04-10 Masatake YAMATO <jet@gyve.org>
4804
4805 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4806 Add regexp for gcov.
4807
4808 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4809
4810 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4811 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4812 syntax which Emacs 20 doesn't support.
4813
4814 2005-04-09 Richard M. Stallman <rms@gnu.org>
4815
4816 * help.el (describe-key-briefly, describe-key):
4817 Replace strings as event types with "(any string)".
4818
4819 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * arc-mode.el (archive-mode-map): Move initialization into
4822 the declaration. Override *all* bindings of `undo'.
4823 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4824
4825 2005-04-09 Jay Belanger <belanger@truman.edu>
4826
4827 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4828
4829 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4830
4831 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4832 (xterm-register-default-colors): Update color values computation
4833 to match xterm-200.
4834
4835 2005-04-09 Kenichi Handa <handa@m17n.org>
4836
4837 * international/code-pages.el (iso-latin-7): Fix the map.
4838
4839 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4840
4841 * emacs-lisp/lisp.el (defun-prompt-regexp)
4842 (parens-require-spaces, buffer-end, end-of-defun)
4843 (insert-parentheses): Doc fixes.
4844
4845 2005-04-08 Kim F. Storm <storm@cua.dk>
4846
4847 * comint.el (comint-highlight-prompt): Fix face spec.
4848 * hi-lock.el (hi-green): Likewise.
4849
4850 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4851
4852 * cus-edit.el (custom-modified-face):
4853 * comint.el (comint-highlight-input): Fix previous changes.
4854 * term.el (term-handle-ansi-escape): Add a comment.
4855
4856 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4859 in the buffer and in whitespace-highlighted-space.
4860 (whitespace-unhighlight-the-space): Simplify.
4861 (whitespace-buffer): Simplify.
4862
4863 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4864
4865 * textmodes/table.el (table-cell-face): Add special case for
4866 displays supporting a high number of colors.
4867 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4868 (vhdl-font-lock-reserved-words-face)
4869 (vhdl-speedbar-architecture-face)
4870 (vhdl-speedbar-instantiation-face)
4871 (vhdl-speedbar-architecture-selected-face)
4872 (vhdl-speedbar-instantiation-selected-face): Likewise.
4873 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4874 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4875 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4876 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4877 (ebrowse-progress-face): Likewise.
4878 * progmodes/compile.el (compilation-info-face): Likewise.
4879 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4880 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4881 * calendar/calendar.el (diary-face): Likewise.
4882 * woman.el (woman-italic-face, woman-bold-face)
4883 (woman-unknown-face): Likewise.
4884 * wid-edit.el (widget-button-pressed-face): Likewise.
4885 * whitespace.el (whitespace-highlight-face): Likewise.
4886 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4887 * pcvs-info.el (cvs-marked-face): Likewise.
4888 * info.el (info-xref): Likewise.
4889 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4890 * hilit-chg.el (highlight-changes-face)
4891 (highlight-changes-delete-face): Likewise.
4892 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4893 (hi-red-b): Likewise.
4894 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4895 * font-lock.el (font-lock-keyword-face)
4896 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4897 * cus-edit.el (custom-invalid-face, custom-modified-face)
4898 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4899 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4900 * comint.el (comint-highlight-prompt): Likewise.
4901
4902 2005-04-08 Lute Kamstra <lute@gnu.org>
4903
4904 * font-lock.el (font-lock-keywords): Docstring fixes.
4905
4906 2005-04-08 Kenichi Handa <handa@m17n.org>
4907
4908 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4909 chars are more than a limit, print " and more..." at the tail.
4910
4911 2005-04-08 Kim F. Storm <storm@cua.dk>
4912
4913 * emacs-lisp/authors.el (authors-aliases): Update list.
4914 (authors-ignored-files): New list.
4915 (authors-fixed-entries): Fix typo.
4916 (authors-renamed-files-alist): Update list.
4917 (authors-add): Check authors-ignored-files.
4918
4919 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4920
4921 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4922 optional, to ensure backward compatibility.
4923
4924 2005-04-08 Stephen Eglen <stephen@gnu.org>
4925
4926 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4927
4928 2005-04-08 Kim F. Storm <storm@cua.dk>
4929
4930 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4931
4932 * mouse.el (mouse-on-link-p): Doc fix.
4933
4934 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4935
4936 * ielm.el (ielm-prompt-read-only): Doc fix.
4937
4938 * comint.el (comint-prompt-read-only): Doc fix.
4939
4940 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4941
4942 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4943 ensure dired always handles wildcards passed to ffap.
4944 (find-file-at-point): Use it.
4945 (ffap-dired-wildcards): Doc fix.
4946
4947 2005-04-07 Juri Linkov <juri@jurta.org>
4948
4949 * simple.el (next-error-overlay-arrow-position): New defvar.
4950 Put "=>" on its property `overlay-arrow-string'. Add it to
4951 `overlay-arrow-variable-list'.
4952
4953 * progmodes/compile.el (compilation-setup):
4954 Set `next-error-overlay-arrow-position' to nil. Also set it to
4955 nil in the local hook `kill-buffer-hook'. Make local variable
4956 `overlay-arrow-string' and set it to "=>".
4957 (compilation-goto-locus): Set BOL position to
4958 `next-error-overlay-arrow-position' instead of
4959 `overlay-arrow-position'.
4960
4961 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4962 locally instead of adding it to the global hook.
4963 (Info-kill-buffer): Move up.
4964
4965 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4966
4967 * term/xterm.el (xterm-standard-colors): Update color values from
4968 xterm-200.
4969
4970 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4973
4974 * fast-lock.el:
4975 * lazy-lock.el: Move them to the obsolete subdir.
4976
4977 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4978
4979 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4980 (wdired-add-replace-advice): Remove.
4981 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4982
4983 2005-04-06 Kim F. Storm <storm@cua.dk>
4984
4985 * startup.el (command-line): Add --bare-bones alias for -Q.
4986
4987 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4988
4989 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4990 create the startup fontset if a font specification ends with
4991 `mac-roman'.
4992
4993 2005-04-06 Lute Kamstra <lute@gnu.org>
4994
4995 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4996 change.
4997
4998 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4999 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
5000
5001 2005-04-05 Lute Kamstra <lute@gnu.org>
5002
5003 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5004 (define-generic-mode): Ditto. Fix debug declaration.
5005
5006 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5007 Put them in the generic-x group.
5008
5009 * calendar/timeclock.el (timeclock): Doc fix.
5010
5011 * generic.el (define-generic-mode): Don't use custom-current-group.
5012 Document default :group value.
5013 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5014 (define-global-minor-mode): Don't use custom-current-group.
5015
5016 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5017
5018 * startup.el (command-line-1): Display startup-echo-area-message
5019 when fancy splash screen is in use.
5020
5021 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5022 (sh-escaped-newline): New face.
5023 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5024 newline, and use sh-escaped-newline face.
5025
5026 * progmodes/tcl.el (tcl-escaped-newline): New face.
5027 (tcl-builtin-list): New variable.
5028 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5029 newlines. Fix keywords subexpression number.
5030
5031 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
5032
5033 * textmodes/org.el (org-diary-default-entry): Fix call to
5034 `add-to-diary-entry'.
5035
5036 2005-04-05 Kim F. Storm <storm@cua.dk>
5037
5038 * ediff-init.el: Use (featurep 'xemacs).
5039
5040 2005-04-05 David Ponce <david@dponce.com>
5041
5042 * cus-edit.el (face): Derive from symbol widget. Display sample
5043 of the current face on the fly.
5044 (widget-face-sample-face-get, widget-face-notify): New functions.
5045 (widget-face-value-create): Remove.
5046
5047 * wid-edit.el (widget-field-end): Temporarily remove field
5048 narrowing before to call `get-char-property'.
5049
5050 2005-04-04 Jay Belanger <belanger@truman.edu>
5051
5052 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5053 (math-read-subscripts): New variable.
5054 (math-read-preprocess-string): Process subscripts.
5055
5056 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5057
5058 * comint.el (comint-prompt-read-only): Doc fix.
5059
5060 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5061 `-1'. Doc fix.
5062
5063 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
5064
5065 * textmodes/org.el (org-insert-mode-line-in-empty-file):
5066 Change default value to nil.
5067
5068 2005-04-04 Lute Kamstra <lute@gnu.org>
5069
5070 * autorevert.el (auto-revert-mode): Specify :group.
5071 * battery.el (display-battery-mode): Specify :group.
5072 * diff-mode.el (diff-minor-mode): Specify :group.
5073 * font-core.el (font-lock-mode): Specify :group.
5074 * hl-line.el (hl-line-mode): Specify :group.
5075 * iimage.el (iimage): New customization group.
5076 (iimage-mode): Specify :group.
5077 * longlines.el (longlines-mode): Specify :group.
5078 * master.el: Don't require easy-mmode.
5079 (master): New customization group.
5080 (master-mode): Specify :group.
5081 * msb.el (msb-mode): Specify :group.
5082 * reveal.el (reveal-mode): Specify :group.
5083 * simple.el (next-error-follow-minor-mode): Specify :group.
5084 * smerge-mode.el (smerge-mode): Specify :group.
5085 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5086 * emulation/cua-base.el (cua-mode): Specify :group.
5087 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5088 * language/thai-util.el (thai-auto-composition-mode)
5089 (thai-word-mode): Specify :group.
5090 * mail/supercite.el (sc-minor-mode): Specify :group.
5091 * progmodes/cwarn.el (cwarn-mode): Specify :group.
5092 * progmodes/flymake.el (flymake-mode): Specify :group.
5093 * progmodes/glasses.el (glasses-mode): Specify :group.
5094 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5095 * textmodes/enriched.el (enriched-mode): Specify :group.
5096 * textmodes/refill.el (refill-mode): Specify :group.
5097
5098 * add-log.el (change-log-font-lock-keywords): Names in
5099 parenthesized lists can contain spaces.
5100
5101 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
5102
5103 * startup.el (fancy-splash-text): Shorten default text of
5104 "Emacs Tutorial" line. Also, if the current language env
5105 indicates an available tutorial file other than TUTORIAL,
5106 extract its title and append it to the line in parentheses.
5107 (fancy-splash-insert): If arg is a thunk, funcall it.
5108
5109 2005-04-04 Jay Belanger <belanger@truman.edu>
5110
5111 * calc.el (calc-language-alist): Add tags to customization type.
5112
5113 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
5114
5115 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5116 Doc fix.
5117
5118 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
5119
5120 * add-log.el (change-log-font-lock-keywords): The manual
5121 describing a Change Log entry, says: (...) "Aside from these
5122 header lines, every line in the change log starts with a space or
5123 a tab.". The font-lock was not highlighting lines started with
5124 spaces, added support for it.
5125
5126 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5127
5128 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5129 (bibtex-generate-url-list): Update docstring accordingly. Put the
5130 complex example in the docstring.
5131 (bibtex-font-lock-url): Use pop.
5132
5133 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5136
5137 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5138
5139 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5140
5141 * filesets.el (filesets-set-default): Doc fix.
5142
5143 2005-04-03 Lute Kamstra <lute@gnu.org>
5144
5145 * generic.el (define-generic-mode): Add argument to specify
5146 keywords for defcustom.
5147 (default-generic-mode): Specify :group.
5148
5149 * generic-x.el: Specify :group for all generic modes.
5150
5151 * desktop.el (desktop-no-desktop-file-hook)
5152 (desktop-after-read-hook): Doc fix.
5153
5154 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
5155
5156 * simple.el (visible-mode): Use explicit :group keyword.
5157 This changes the group of `visible-mode-hook' from paren-blinking
5158 to editing-basics.
5159
5160 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5161
5162 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
5163 mailbox specifications as well as URLs.
5164 (rmail-insert-inbox-text): Remove unused conditional branches.
5165
5166 2005-04-01 Jay Belanger <belanger@truman.edu>
5167
5168 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5169 (calc-gnuplot-print-command): Move definitions to calc.el.
5170
5171 * calc/calc-embed.el (calc-embedded-announce-formula)
5172 (calc-embedded-open-formula, calc-embedded-close-formula)
5173 (calc-embedded-open-word, calc-embedded-close-word)
5174 (calc-embedded-open-plain, calc-embedded-close-plain)
5175 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5176 (calc-embedded-open-mode, calc-embedded-close-mode):
5177 Move definitions to calc.el.
5178
5179 * calc/calc.el (calc-settings-file, calc-language-alist):
5180 Make customizable.
5181 (calc-embedded-announce-formula, calc-embedded-open-formula)
5182 (calc-embedded-close-formula, calc-embedded-open-word)
5183 (calc-embedded-close-word, calc-embedded-open-plain)
5184 (calc-embedded-close-plain, calc-embedded-open-new-formula)
5185 (calc-embedded-close-new-formula, calc-embedded-open-mode)
5186 (calc-embedded-close-mode, calc-gnuplot-name)
5187 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5188 from other files and make customizable.
5189
5190 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5193 Use buffer-live-p.
5194 (cvs-mode-run): Don't call cvs-update-header here.
5195 (cvs-run-process): Call cvs-update-header.
5196 Use process properties for cvs-postprocess and cvs-buffer so that
5197 the sentinel can behave better if the temp buffer is killed.
5198 Use a pipe rather than a tty, to better handle unexpected prompts.
5199 (cvs-sentinel): Rewrite. Call cvs-update-header.
5200
5201 2005-04-01 Andre Spiegel <spiegel@gnu.org>
5202
5203 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5204 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
5205
5206 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * generic.el (define-generic-mode): Add indentation rule.
5209
5210 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5211
5212 * files.el (mode-require-final-newline): Make Custom correctly
5213 report a nil value and allow to set it to nil via Custom.
5214 Doc fix.
5215
5216 2005-04-01 Kenichi Handa <handa@m17n.org>
5217
5218 * international/characters.el: Enable the correct case setting for
5219 dotless-i and dotted-I.
5220
5221 2005-04-01 Kim F. Storm <storm@cua.dk>
5222
5223 * ido.el (ido-file-internal): Fall back to non-ido command if
5224 initial directory is on slow ftp (or tramp) host.
5225
5226 2005-03-31 Richard M. Stallman <rms@gnu.org>
5227
5228 * emacs-lisp/autoload.el (make-autoload):
5229 Handle define-global-minor-mode.
5230
5231 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5232 Rename from easy-mmode-define-global-mode.
5233 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
5234
5235 * progmodes/scheme.el (scheme-mode-syntax-table):
5236 Update syntax of | and # for two-character comment syntax.
5237
5238 2005-03-31 Lute Kamstra <lute@gnu.org>
5239
5240 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
5241 (define-minor-mode): Call custom-current-group at load-time.
5242
5243 * generic.el (define-generic-mode): Add debug declaration.
5244 Add defcustom for the mode hook.
5245 (generic-mode-internal): Use run-mode-hooks.
5246
5247 2005-03-31 Kim F. Storm <storm@cua.dk>
5248
5249 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
5250 (mouse-fixup-help-message): New defun called by show_help_echo
5251 to fixup mouse-2 prefix in help messages when applicable.
5252
5253 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5254
5255 2005-03-31 Kenichi Handa <handa@m17n.org>
5256
5257 * language/thai-word.el (thai-find-word-ends): Pay attention to
5258 the case that we reach the end of buffer.
5259
5260 * textmodes/fill.el (fill-text-properties-at): New function.
5261 (fill-newline): Use fill-text-properties-at instead of
5262 text-properties-at.
5263
5264 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5265
5266 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5267 not comint-quote-filename.
5268
5269 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
5270
5271 * help-fns.el (help-with-tutorial): Revert last change.
5272
5273 2005-03-31 Kim F. Storm <storm@cua.dk>
5274
5275 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5276
5277 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
5278
5279 * calendar/cal-china.el: Update reference to "Calendrical
5280 Calculations" book; there's a new edition.
5281 * calendar/cal-coptic.el: Likewise.
5282 * calendar/cal-french.el: Likewise.
5283 * calendar/cal-hebrew.el: Likewise.
5284 * calendar/cal-islam.el: Likewise.
5285 * calendar/cal-iso.el: Likewise.
5286 * calendar/cal-julian.el: Likewise.
5287 * calendar/cal-mayan.el: Likewise.
5288 * calendar/cal-persia.el: Likewise.
5289 * calendar/calendar.el: Likewise.
5290 * calendar/holidays.el: Likewise.
5291 * calendar/lunar.el: Likewise.
5292 * calendar/solar.el: Likewise.
5293
5294 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
5295 white space from doc string.
5296
5297 2005-03-30 Jay Belanger <belanger@truman.edu>
5298
5299 * calc/calc-help.el (calc-full-help): Remove email address.
5300
5301 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5302
5303 * help-fns.el (help-with-tutorial): Delete title line.
5304
5305 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5306
5307 * calendar/cal-x.el (calendar-one-frame-setup)
5308 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5309 rather than 'symbol for set-window-dedicated-p.
5310
5311 * calendar/appt.el (appt-buffer-name): Make it a constant.
5312 (appt-add): Doc fix.
5313
5314 * filesets.el (filesets-menu-path, filesets-menu-before)
5315 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
5316 (filesets-menu-cache-file): Use directory ~/.emacs.d.
5317 (filesets-add-submenu): Delete and use add-submenu instead.
5318
5319 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
5320
5321 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5322 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5323 (org-diary-default-entry): New function.
5324 (org-get-entries-from-diary): Better parsing of diary entries.
5325 (org-agenda-check-no-diary): New function.
5326 ("diary-lib"): Advice to function `add-to-diary-list', to allow
5327 linking to diary entries.
5328 (org-agenda-execute-calendar-command): New function.
5329 (org-agenda): Improve visible section in window.
5330 Use `org-fit-agenda-window'.
5331 (org-fit-agenda-window): New option.
5332 (org-move-subtree-down): Better handling of empty lines
5333 at end of subtree.
5334 (org-cycle): Numeric prefix is interpreted now as show-subtree N
5335 levels up.
5336 (org-fontify-done-headline): New option.
5337 (org-headline-done-face): New face.
5338 (org-set-font-lock-defaults): Use `org-headline-done-face'.
5339 (org-table-copy-down): Rename from `org-table-copy-from-above'.
5340 When current field is non-empty, it is copied to next row.
5341 (org-table-copy-from-above): Fix bug which made it
5342 impossible to copy fields containing only a single non-white character.
5343
5344 2005-03-30 Kim F. Storm <storm@cua.dk>
5345
5346 * kmacro.el (kmacro-end-macro): Isearch may store this command
5347 into the macro -- so ignore it when executing keyboard macro.
5348
5349 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5350
5351 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5352
5353 2005-03-29 Kenichi Handa <handa@m17n.org>
5354
5355 * language/thai.el ("Thai"): Set setup-function and exit-function
5356 for Thai language environment.
5357
5358 * language/thai-util.el: Require thai-word.
5359 (thai-word-mode-map): New variable.
5360 (thai-word-mode): New minor mode.
5361 (setup-thai-language-environment-internal): New function.
5362 (exit-thai-language-environment-internal): New function.
5363
5364 * language/thai-word.el (thai-word-table): Declare it by defvar,
5365 use dolist to initialize it.
5366 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5367 (thai-fill-find-break-point): New functions.
5368
5369 2005-03-29 Richard M. Stallman <rms@gnu.org>
5370
5371 * simple.el (idle-update-delay): Move definition up.
5372 (set-mark): Doc fix.
5373
5374 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5375
5376 * longlines.el: New file.
5377
5378 * simple.el (buffer-substring-filters): New variable.
5379 (filter-buffer-substring): New function.
5380 (kill-region, copy-region-as-kill): Use it.
5381
5382 * register.el (copy-to-register, append-to-register)
5383 (prepend-to-register): Use filter-buffer-substring.
5384
5385 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5386
5387 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5388 (gud-filter-pending-text): Move in front of gdb.
5389 (gud-overlay-arrow-position): New variable.
5390 (gud-sentinel, gud-display-line): Use it in place of
5391 overlay-arrow-position.
5392
5393 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5394
5395 * progmodes/fortran.el (fortran-if-indent): Doc fix.
5396 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5397 (fortran-font-lock-keywords-4): New variable.
5398 (fortran-blocks-re, fortran-end-block-re)
5399 (fortran-start-block-re): New constants, for hideshow.
5400 (hs-special-modes-alist): Add a Fortran entry.
5401 (fortran-mode-map): Bind fortran-end-of-block,
5402 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5403 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
5404 (fortran-looking-at-if-then, fortran-end-of-block)
5405 (fortran-beginning-of-block): New functions, for hideshow.
5406
5407 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5408 Doc fix. Tweak regexp.
5409 (f90-beginning-of-block): Push mark first.
5410
5411 2005-03-29 Jay Belanger <belanger@truman.edu>
5412
5413 * calc/calc.el: Update copyright date.
5414 (calc-version): Increase to 2.1.
5415 (calc-version-date): Remove.
5416
5417 * calc/calc-help.el: Update copyright date.
5418 (calc-full-help): Remove reference to calc-version-date.
5419 Update copyright date.
5420
5421 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * vc.el (vc-do-command): Use a pipe for async processes, so password
5424 prompts don't show up at places where the user can't reply.
5425
5426 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5427
5428 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5429 on the file name we pass to the inferior shell.
5430
5431 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5432
5433 * progmodes/which-func.el (which-function): Be robust in the face of an
5434 imenu--make-index-alist failure.
5435
5436 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5439
5440 * progmodes/python.el (python-preoutput-filter): Fix last change.
5441
5442 2005-03-29 Lute Kamstra <lute@gnu.org>
5443
5444 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5445 functions and compiled macros.
5446 (debug-convert-byte-code): Handle macros too.
5447 (debug-on-entry-1): Don't signal an error when trying to clear a
5448 function that is not set to debug on entry.
5449
5450 2005-03-29 Jay Belanger <belanger@truman.edu>
5451
5452 * calc/calc-lang.el: Add functions to math-function-table
5453 properties of tex and math.
5454
5455 2005-03-29 Kenichi Handa <handa@m17n.org>
5456
5457 * ps-mule.el (ps-mule-plot-string): Translate characters by
5458 ps-print-translation-table.
5459 (ps-mule-begin-job): Call find-charset-region/string with
5460 ps-print-translation-table.
5461 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5462
5463 * ps-print.el (ps-print-translation-table): New variable.
5464 (ps-plot-region): Translate characters by ps-print-translation-table.
5465
5466 2005-03-29 Juri Linkov <juri@jurta.org>
5467
5468 * simple.el (next-error-highlight-timer): New variable.
5469
5470 * progmodes/compile.el (compilation-goto-locus):
5471 Use `next-error-highlight-timer' instead of `sit-for'.
5472
5473 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * mail/supercite.el (sc-mail-field): Use assoc-string.
5476 (sc-get-address): Simplify regexps.
5477
5478 * files.el (minibuffer-with-setup-hook): New macro.
5479 (find-file-read-args): Use it to avoid let-binding
5480 minibuffer-with-setup-hook (which breaks turning on/off
5481 file-name-shadow-mode while in the prompt).
5482
5483 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5484
5485 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5486
5487 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5488
5489 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * window.el (window-buffer-height): Use count-screen-lines.
5492
5493 * progmodes/python.el (python-preoutput-leftover): New var.
5494 (python-preoutput-filter): Use it.
5495 (python-send-receive): Loop until all the result has been received.
5496
5497 2005-03-28 Juri Linkov <juri@jurta.org>
5498
5499 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5500
5501 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5502 "Recover Crashed Session".
5503 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5504 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5505 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5506 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5507 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5508 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5509 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5510 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5511
5512 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5513 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5514 Ediff Sessions", "Toggle use of separate control buffer frame",
5515 "Use separate frame for Ediff control buffer".
5516
5517 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5518 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5519 "Rename Bookmark", "Delete Bookmark".
5520
5521 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5522 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5523 Add `:active Info-index-alternatives' to "Next Matching Item".
5524
5525 * wdired.el (wdired-change-to-wdired-mode):
5526 Mention `wdired-abort-changes' key in the initial message.
5527
5528 * international/mule.el (auto-coding-alist): Associate non-ascii
5529 image filename extensions with `no-conversion'.
5530
5531 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * international/iso-acc.el:
5534 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5535
5536 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5537
5538 * textmodes/sgml-mode.el (html-mode): Doc update.
5539
5540 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5541
5542 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5543
5544 * term.el (term-move-columns): Fix face after extending a line.
5545 (term-insert-spaces): Likewise.
5546 (term-reset-terminal): Fix off by one error.
5547
5548 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5549
5550 * international/mule.el (auto-coding-alist): Add .xpi files.
5551
5552 * files.el (auto-mode-alist): Add .xpi files.
5553
5554 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5555
5556 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5557
5558 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5559
5560 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5561
5562 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5563
5564 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5565 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5566
5567 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5568 cursor to Jan 1 when needed.
5569 (calendar-end-of-year): Fix -/+ typo.
5570 Reported by Chong Yidong <cyd@stupidchicken.com>.
5571
5572 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5575
5576 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5577 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5578
5579 2005-03-25 Richard M. Stallman <rms@gnu.org>
5580
5581 * filesets.el (filesets-init): Add autoload.
5582
5583 * mail/mailalias.el (mail-directory): Doc fix.
5584
5585 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5586
5587 * mail/mailalias.el (mail-directory-process): Do nothing if
5588 mail-directory-process is an atom.
5589 (mail-get-names): Ignore mail-directory-names if it is an atom.
5590 (mail-directory-process defvar): Doc fix.
5591 (mail-names): Doc fix.
5592
5593 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5594
5595 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5596
5597 2005-03-26 Kenichi Handa <handa@m17n.org>
5598
5599 * international/mule-util.el (detect-coding-with-priority):
5600 Call update-coding-systems-internal before detect-coding-region.
5601
5602 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5603
5604 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5605 (gdb-frames-mode-map): Add follow-link property.
5606
5607 2005-03-25 Jay Belanger <belanger@truman.edu>
5608
5609 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5610 for variables.
5611
5612 2005-03-25 Juri Linkov <juri@jurta.org>
5613
5614 * image-mode.el: Optimize image filename extension regexps in
5615 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5616 in `auto-mode-alist'.
5617 (image-mode): Add `image-toggle-display-text' to local hook
5618 `change-major-mode-hook'. Display the image as an image by
5619 default. Set `cursor-type' and `truncate-lines' if the image
5620 is already displayed. Take into account the current mode (image
5621 or text) in message.
5622 (image-minor-mode): New minor mode.
5623 (image-mode-maybe, image-toggle-display-text): New functions.
5624 (image-toggle-display): Use called-interactively-p.
5625 Let-bind `inhibit-read-only' to t.
5626
5627 * image-mode.el (image-minor-mode): Set `cursor-type' and
5628 `truncate-lines' if the image is already displayed. Add turning
5629 image-minor-mode off to `change-major-mode-hook'. Add message.
5630 Call `image-toggle-display-text' after turning image-minor-mode off.
5631
5632 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5635 Terminal.app, use utf-8.
5636 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5637 (set-locale-environment): Use it.
5638
5639 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5640
5641 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5642
5643 * progmodes/python.el (python-close-block-statement-p)
5644 (python-outdent-p, python-current-defun): Use symbol-end.
5645
5646 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5647
5648 * files.el (save-some-buffers): Doc fix.
5649
5650 2005-03-25 Werner Lemberg <wl@gnu.org>
5651
5652 * complete.el, thumbs.el: Replace `legal' with `valid'.
5653 * calendar/calendar.el: Replace `legal' with `valid'.
5654 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5655 * mail/supercite.el: Replace `legal' with `valid'.
5656 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5657 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5658 Replace `legal' with `valid'.
5659 * textmodes/reftex-vars.el, textmodes/reftex.el:
5660 Replace `legal' with `valid'.
5661
5662 2005-03-25 Werner Lemberg <wl@gnu.org>
5663
5664 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5665 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5666 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5667 * emulation/vip.el: Replace `illegal' with `invalid'.
5668 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5669 * mail/supercite.el: Replace `illegal' with `invalid'.
5670 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5671 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5672 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5673 * progmodes/sh-script.el, progmodes/xscheme.el:
5674 Replace `illegal' with `invalid'.
5675 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5676 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5677 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5678 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5679
5680 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5683 (flymake-find-buildfile, flymake-find-possible-master-files)
5684 (flymake-check-include, flymake-parse-line): Replace loops over the
5685 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5686
5687 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5688 Substitute file-name-as-directory in the rest of the file.
5689 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5690 (flymake-replace-region): Remove unused arg `buffer'.
5691 (flymake-check-patch-master-file-buffer): Update calls to it.
5692 (flymake-add-err-info): Remove unused var `count'.
5693 (flymake-mode): Use define-minor-mode.
5694
5695 * progmodes/flymake.el: Use with-current-buffer.
5696 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5697 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5698 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5699 Avoid testing for `xemacs'.
5700 (flymake-nop): Move.
5701 (flymake-region-has-flymake-overlays): Return the computed value.
5702 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5703 Remove unused var `endline'.
5704 (flymake-get-line-count): Remove unused function.
5705 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5706
5707 * emulation/vi.el:
5708 * generic.el:
5709 * hilit-chg.el (global-highlight-changes):
5710 * hi-lock.el (hi-lock-mode):
5711 * follow.el: find-file-hooks -> find-file-hook.
5712
5713 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5714
5715 2005-03-24 Juri Linkov <juri@jurta.org>
5716
5717 * dired.el (dired-mode-map): Add menu item "Compare directories"
5718 for dired-compare-directories.
5719
5720 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5721 Doc fix. Replace `read-file-name' with `read-directory-name'.
5722
5723 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5724
5725 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5726
5727 2005-03-24 Jay Belanger <belanger@truman.edu>
5728
5729 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5730 relevant mode settings in calc-embedded-original-modes when modes
5731 are permanently changed.
5732
5733 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * autoinsert.el: find-file-hooks -> find-file-hook.
5736
5737 2005-03-24 Lute Kamstra <lute@gnu.org>
5738
5739 * generic.el (generic-font-lock-defaults): Make it obsolete.
5740 (generic-font-lock-keywords): New variable to replace
5741 generic-font-lock-defaults.
5742 (generic-mode-set-font-lock): Delete it.
5743 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5744 (generic-bracket-support): Add docstring.
5745
5746 * generic-x.el: Rename generic-font-lock-defaults to
5747 generic-font-lock-keywords throughout.
5748 (mailagent-rules-setup-function): Delete it.
5749 (mailagent-rules-generic-mode): Use anonymous function instead.
5750 (show-tabs-generic-mode-font-lock-defaults-1)
5751 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5752 Quote faces.
5753 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5754 not foreground.
5755
5756 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5757 Recognize define-generic-mode.
5758
5759 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5762 if there's no completion table.
5763
5764 2005-03-23 Miles Bader <miles@gnu.org>
5765
5766 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5767 Remove tty-specific variants, as they're no longer needed.
5768
5769 2005-03-23 Lute Kamstra <lute@gnu.org>
5770
5771 * generic-x.el: Code cleanup: make args constant whenever possible.
5772 (installshield-statement-keyword-list)
5773 (installshield-system-functions-list)
5774 (installshield-system-variables-list, installshield-types-list)
5775 (installshield-funarg-constants-list): Make them constants.
5776
5777 * generic.el (generic-make-keywords-list): Add autoload cookie.
5778
5779 * calendar/time-date.el: Add comment on time value formats.
5780 Don't require parse-time.
5781 (with-decoded-time-value): New macro.
5782 (encode-time-value): New function.
5783 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5784 (days-to-time): Return a valid time value when arg is huge.
5785 (time-since): Use time-subtract.
5786 (time-to-number-of-days): Use time-to-seconds.
5787
5788 2005-03-23 David Ponce <david@dponce.com>
5789
5790 * recentf.el: (recentf-keep): New option.
5791 (recentf-menu-action): Default to `find-file'.
5792 (recentf-keep-non-readable-files-flag)
5793 (recentf-keep-non-readable-files-p)
5794 (recentf-file-readable-p, recentf-find-file)
5795 (recentf-cleanup-remote): Remove.
5796 (recentf-include-p): More robust.
5797 (recentf-keep-p): New function.
5798 (recentf-remove-if-non-kept): Rename from
5799 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5800 All callers updated.
5801 (recentf-menu-items-for-commands): Fix help string.
5802 (recentf-track-closed-file): Update. Doc fix.
5803 (recentf-cleanup): Update. Count removed files. Doc fix.
5804
5805 2005-03-23 Kim F. Storm <storm@cua.dk>
5806
5807 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5808 Don't inherit from fringe face (now happens automatically).
5809
5810 2005-03-22 Kim F. Storm <storm@cua.dk>
5811
5812 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5813 position values.
5814
5815 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 * menu-bar.el (showhide-date-time): Remove.
5818 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5819 (menu-bar-make-mm-toggle): Simplify.
5820
5821 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5822
5823 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5824 Accept qualified variable and function names.
5825
5826 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5827
5828 * bindings.el (completion-ignored-extensions):
5829 Remove ".lis" for `vax-vms'.
5830
5831 2005-03-22 Andreas Schwab <schwab@suse.de>
5832
5833 * generic-x.el: Revert last change.
5834 * ldefs-boot.el: Update.
5835
5836 2005-03-22 Jay Belanger <belanger@truman.edu>
5837
5838 * calc/calc-embed (calc-embedded-original-modes): New variable.
5839 (calc-embedded-save-original-modes)
5840 (calc-embedded-restore-original-modes): New functions.
5841 (calc-do-embedded): Save original modes when entering embedded mode
5842 and restore when leaving embedded mode.
5843 (calc-embedded-modes-change): Change the value of
5844 calc-embedded-original-modes to reflect permanent changes.
5845
5846 2005-03-22 Lute Kamstra <lute@gnu.org>
5847
5848 * generic-x.el: Require generic again.
5849
5850 2005-03-22 Miles Bader <miles@gnu.org>
5851
5852 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5853 Tweak details to look good on both ttys and bitmap displays, light
5854 or dark background, etc.
5855
5856 2005-03-21 Kim F. Storm <storm@cua.dk>
5857
5858 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5859 mouse position.
5860
5861 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * icomplete.el: Don't forcibly turn on the mode upon load.
5864 (icomplete-mode): Use define-minor-mode.
5865 (icomplete-eoinput): Default to nil.
5866 (icomplete-minibuffer-setup): Remove autoload.
5867 (icomplete-tidy): Simplify.
5868 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5869 in the initial state or if the user has modified the field.
5870 Fix handling of icomplete-max-delay-chars.
5871 Remove code that handles the oddball case where
5872 minibuffer-completion-table is an integer.
5873 Wrap icomplete-completions in while-no-input in case building
5874 completions takes more time than expected.
5875 (icomplete-completions): Simplify.
5876
5877 2005-03-21 Richard M. Stallman <rms@gnu.org>
5878
5879 * jka-compr.el (jka-compr-really-do-compress):
5880 Make variable buffer-local.
5881
5882 * image-mode.el: Handle .xpm files too.
5883 (image-toggle-display): Preserve modification flag.
5884
5885 * help.el (where-is): Don't mention aliases with no key bindings.
5886
5887 2005-03-21 Lute Kamstra <lute@gnu.org>
5888
5889 * generic.el: Fix commentary section. Don't require cl for compilation.
5890 (generic-mode-list): Add autoload cookie.
5891 (generic-use-find-file-hook, generic-lines-to-scan)
5892 (generic-find-file-regexp, generic-ignore-files-regexp)
5893 (generic-mode, generic-mode-find-file-hook)
5894 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5895 (define-generic-mode): Make it a defmacro. Fix docstring.
5896 (generic-mode-internal): Code cleanup. Add autoload cookie.
5897 (generic-mode-set-comments): Code cleanup.
5898 * generic-x.el: Don't prevent compilation. Don't require generic.
5899 Follow coding conventions. Minor code cleanup.
5900 (etc-fstab-generic-mode): Add some keywords.
5901 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5902 define-generic-mode like a function declaration.
5903
5904 2005-03-21 Jay Belanger <belanger@truman.edu>
5905
5906 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5907 changing modes.
5908
5909 2005-03-21 Sam Steingold <sds@gnu.org>
5910
5911 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5912
5913 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5914
5915 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5916 Add underscore to "f$ lexicals" regexp.
5917
5918 2005-03-20 Juri Linkov <juri@jurta.org>
5919
5920 * subr.el (progress-reporter-do-update): When `min-value' is equal
5921 to `max-value', set `percentage' to 0 and prevent division by zero.
5922
5923 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5924
5925 Sync with Tramp 2.0.48.
5926
5927 * tramp.el (all): Change all addresses to .gnu.org.
5928 (tramp-append-tramp-buffers): New defun.
5929 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5930 Catch `dont-send' signal.
5931 (tramp-set-auto-save-file-modes): Set always permissions, because
5932 there might be an old auto-saved file belonging to another
5933 original file. This could be a security threat. Reported by
5934 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5935 Check for Emacs 21.3.50 removed.
5936
5937 * tramp-smb.el (all): Remove debug construct for
5938 `with-parsed-tramp-file-name'.
5939 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5940 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5941 No error message if DIRECTORY or FILENAME doesn't exist.
5942 (tramp-smb-open-connection): Check existence of
5943 `tramp-smb-program'.
5944
5945 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5948 Properly handle the case where the `m' or `s' command's argument is not
5949 yet terminated.
5950 (perl-indent-new-calculate): New function.
5951 (perl-indent-line): Use it.
5952
5953 2005-03-20 Miles Bader <miles@gnu.org>
5954
5955 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5956 in text-mode too. Change to new face names.
5957 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5958 Add `:weight bold' attribute.
5959 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5960
5961 2005-03-19 Juri Linkov <juri@jurta.org>
5962
5963 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5964
5965 * international/mule.el (auto-coding-alist): Sync with
5966 `auto-mode-alist' by adding upper case archive file extensions
5967 and adding ear/war to jar extension.
5968
5969 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5970
5971 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5972 running, restart it.
5973
5974 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5975
5976 * finder.el (finder-current-item): Throw an error on an empty line.
5977
5978 * man.el (Man-follow-manual-reference): If current-word returns
5979 nil, use "".
5980
5981 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5982
5983 * simple.el (goto-line): Doc fix.
5984
5985 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5986
5987 * files.el (save-buffer): Doc fix.
5988
5989 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5990
5991 * recentf.el (recentf-cleanup-remote): New variable.
5992 (recentf-cleanup): Use it to conditionally check availablity of
5993 remote files.
5994
5995 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5996
5997 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5998 function names.
5999
6000 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6001
6002 * language/thai-word.el: New file.
6003
6004 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6005
6006 * files.el (backup-buffer): If the file's directory is not
6007 writable, use copy instead of move to backup the file.
6008
6009 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6010
6011 * obsolete/keyswap.el: Moved to obsolete/ from term/.
6012
6013 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6014
6015 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6016 Use functionp instead of symbolp and fboundp. Reported by Drkm
6017 <darkman_spam@yahoo.fr>.
6018 (ps-print-version): New version 6.6.6.
6019
6020 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
6021
6022 * textmodes/table.el (table--line-column-position): New idiom.
6023 (table--row-column-insertion-point-p): New function to test
6024 validity of row and column insertion operation at a location.
6025 (table-global-menu, table-cell-menu): Use above functions for
6026 deterministic test operation.
6027 (table--editable-cell-p): Behave in deterministic fashion.
6028
6029 2005-03-18 Juri Linkov <juri@jurta.org>
6030
6031 * isearch.el (isearch-lazy-highlight-new-loop):
6032 Make arguments beg and end optional.
6033 (isearch-update): Remove optional arguments nil from
6034 isearch-lazy-highlight-new-loop.
6035 (isearch-lazy-highlight-search): Let-bind case-fold-search to
6036 isearch-lazy-highlight-case-fold-search instead of
6037 isearch-case-fold-search, and let-bind isearch-regexp to
6038 isearch-lazy-highlight-regexp.
6039 Use isearch-lazy-highlight-last-string instead of isearch-string.
6040
6041 * replace.el (perform-replace): Remove bindings of global
6042 variables isearch-string, isearch-regexp, isearch-case-fold-search.
6043 Add three new arguments to `replace-highlight'.
6044 (replace-highlight): Add arguments string, regexp, case-fold.
6045 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6046 to allow isearch-lazy-highlight-new-loop to use these values
6047 to set corresponding isearch-lazy-highlight-* internal
6048 variables whose values lazy highlighting will use regardless of
6049 changes to global variables isearch-string, isearch-regexp,
6050 isearch-case-fold-search during lazy highlighting loop.
6051 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6052 to `lazy-highlight-cleanup'.
6053
6054 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6055 (ispell-highlight-face): Set default face to `isearch' when
6056 lazy highlighting is enabled.
6057 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6058 priority to 1. Add lazy highlighting.
6059 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6060 from `isearch-dehighlight'.
6061
6062 2005-03-18 David Ponce <david@dponce.com>
6063
6064 * files.el (hack-local-variables): Do a case-insensitive search
6065 for End.
6066
6067 2005-03-18 Juri Linkov <juri@jurta.org>
6068
6069 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6070 `isearch-lazy-highlight-cleanup', add alias to old name and
6071 declare obsolete. Add release numbers to other obsolete vars.
6072 (isearch-done, isearch-lazy-highlight-new-loop):
6073 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6074 (lazy-highlight-cleanup) <variable>: Doc fix.
6075 (isearch-lazy-highlight-update): Rename obsolete
6076 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6077
6078 2005-03-18 Kenichi Handa <handa@m17n.org>
6079
6080 * language/thai-util.el: Fix categorization of Thai characters in
6081 thai-category-table.
6082 (thai-composition-pattern): Adjust it for the above change.
6083 (thai-self-insert-command, thai-compose-syllable): New functions.
6084 (thai-compose-region): Use thai-compose-syllable.
6085 (thai-compose-string): Likewise.
6086 (thai-composition-function): Likewise.
6087 (thai-auto-composition): New function.
6088 (thai-auto-composition-mode): New minor mode.
6089
6090 * language/thai.el: Fix patterns to be registered in
6091 composition-function-table.
6092
6093 * international/quail.el (quail-input-method): Locally bind
6094 inhibit-modification-hooks to t.
6095
6096 2005-03-17 Richard M. Stallman <rms@gnu.org>
6097
6098 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6099 (perl-mode): Use run-mode-hooks.
6100
6101 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6102 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6103 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6104
6105 * mail/sendmail.el (sendmail-send-it): Reenable the code
6106 to compute resend-to-address and use it.
6107
6108 * tar-mode.el (tar-mode): Turn off undo unconditionally.
6109
6110 * image-mode.el: New file.
6111
6112 * image.el (insert-sliced-image): Add autoload cookie.
6113
6114 * font-lock.el (font-lock-lines-before): New user option.
6115 (font-lock-after-change-function): Obey it.
6116
6117 * bindings.el (esc-map): Make M-g a prefix.
6118 Bind M-g g and M-g M-g to goto-line.
6119
6120 * faces.el (face-id): Doc fix.
6121
6122 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6123
6124 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6125 (rmail-show-message): Use rmail-unknown-mail-followup-to.
6126 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6127
6128 * mail/sendmail.el (mail-yank-ignored-headers)
6129 (mail-font-lock-keywords, mail-mode-fill-paragraph):
6130 Add Mail-Followup-To and Mail-Reply-To headers.
6131 (mail-citation-hook): Add autoload cookie.
6132 (mail-mode): Doc fix.
6133 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6134 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6135 (mail-mode-fill-paragraph): Handle those headers.
6136 (mail-mailing-lists): New variable.
6137 (mail-mail-reply-to, mail-mail-followup-to): New functions.
6138
6139 2005-03-17 Juri Linkov <juri@jurta.org>
6140
6141 * isearch.el (isearch-fallback): Check for `(car previous)'
6142 before calling `isearch-other-end-state'.
6143
6144 2005-03-17 Kim F. Storm <storm@cua.dk>
6145
6146 * simple.el (move-beginning-of-line): Move to beginning of buffer
6147 line, as well as beginning of screen line.
6148
6149 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
6150
6151 * calendar/diary-lib.el (mark-diary-entries): Use new optional
6152 argument REDRAW rather than calendar-redrawing variable.
6153 * calendar/calendar.el (calendar-redrawing): Delete.
6154 (redraw-calendar): Do not bind calendar-redrawing.
6155
6156 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
6157
6158 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6159 diary-file buffer.
6160
6161 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * help.el (describe-mode): Allow a :minor-mode-function property to
6164 specify a different minor mode toggle function than the variable.
6165 * simple.el (auto-fill-function):
6166 * subr.el (add-minor-mode): Use it.
6167
6168 2005-03-16 Kenichi Handa <handa@m17n.org>
6169
6170 * language/ethio-util.el (sera-being-called-by-w3): New variable.
6171 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6172 (ethio-fidel-to-sera-buffer): Likewise.
6173
6174 2005-03-16 Juri Linkov <juri@jurta.org>
6175
6176 * emacs-lisp/find-func.el (find-function-regexp):
6177 Add defun-emitting macro `menu-bar-make-toggle'.
6178
6179 * isearch.el: Put `isearch-scroll' property to
6180 `split-window-horizontally'.
6181
6182 * info.el: Update error messages for `debug-ignored-errors'.
6183 (Info-isearch-search): Doc fix.
6184 (Info-find-node): Move up code to go into info buffer before
6185 recording the node to the history.
6186 (Info-fontify-node): Fontify titles only if the next line
6187 has two or more `*', `=', `-', `.'.
6188 Display "go to this node" for empty (match-string 3).
6189
6190 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6191
6192 * term/mac-win.el: Add mouse pointer shape constants.
6193
6194 2005-03-15 Kim F. Storm <storm@cua.dk>
6195
6196 * simple.el (move-beginning-of-line): Use vertical-motion.
6197
6198 2005-03-15 Juri Linkov <juri@jurta.org>
6199
6200 * isearch.el (isearch-error): New variable.
6201 (isearch-invalid-regexp, isearch-within-brackets): Remove.
6202 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6203 (isearch-within-brackets-state): Remove.
6204 (isearch-case-fold-search-state, isearch-pop-fun-state):
6205 Decrease frame index.
6206 (isearch-mode, isearch-top-state, isearch-push-state)
6207 (isearch-edit-string, isearch-abort, isearch-search-and-update)
6208 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6209 (isearch-search, isearch-lazy-highlight-new-loop):
6210 Replace `isearch-invalid-regexp' with `isearch-error'.
6211 Remove `isearch-within-brackets'.
6212 (isearch-search): Add `search-failed' handler to `condition-case'.
6213 (isearch-lazy-highlight-search): Add `condition-case' to catch
6214 errors and allow `isearch-lazy-highlight-update' to try
6215 highlighting from the beginning of the window.
6216 (isearch-repeat): Move up code to set isearch-wrapped to t
6217 before calling isearch-wrap-function.
6218
6219 * info.el (Info-isearch-initial-node): New internal variable.
6220 (Info-search): Signal an error in isearch mode when search leaves
6221 the initial node. Signal an error when `bound' is non-nil and
6222 nothing was found in the current subfile.
6223 (Info-isearch-search): Remove `condition-case'.
6224 (Info-isearch-wrap): Don't wrap when search failed during leaving
6225 the initial node. If `Info-isearch-search' is nil, wrap around
6226 the current node.
6227 (Info-isearch-start): New fun.
6228 (Info-mode): Add buffer-local hook `Info-isearch-start' to
6229 `isearch-mode-hook'.
6230
6231 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6232
6233 * simple.el (normal-erase-is-backspace): Set default to t if
6234 running on Mac.
6235
6236 * term/mac-win.el (function-key-map): Sync with x-win.el.
6237
6238 2005-03-15 Kenichi Handa <handa@m17n.org>
6239
6240 * international/mule-cmds.el (locale-language-names): Modify the
6241 format of elements and add more entries.
6242 (locale-preferred-coding-systems): Add more entries.
6243 (set-locale-environment): Adjust for the change of
6244 locale-language-names.
6245
6246 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * pcvs.el (smerge-ediff): Remove bogus autoload.
6249
6250 2005-03-14 Lute Kamstra <lute@gnu.org>
6251
6252 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6253 Ignore a `*' at the beginning of a line.
6254
6255 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6256 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6257 subr.el.
6258 (dont-compile, eval-when-compile, eval-and-compile): Use declare
6259 to specify indentation.
6260
6261 * generic.el (define-generic-mode): Let generic-mode-list be a
6262 list of strings; test membership with equal.
6263
6264 2005-03-14 Kim F. Storm <storm@cua.dk>
6265
6266 * simple.el (next-line, previous-line): Add optional try-vscroll
6267 arg to recognize interactive use. Pass it on to line-move.
6268 (line-move): Don't perform auto-window-vscroll when defining or
6269 executing keyboard macro to ensure consistent behaviour.
6270
6271 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6274
6275 2005-03-13 Lute Kamstra <lute@gnu.org>
6276
6277 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
6278 debugger-setup-buffer so that backtrace marks the frames set to
6279 debug-on-exit and we don't have to do it manually. Set an extra
6280 debug-on-exit for macro's.
6281 (debugger-setup-buffer): Don't mark the top frame manually.
6282
6283 2005-03-12 Lute Kamstra <lute@gnu.org>
6284
6285 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
6286 lisp-indent-function throughout.
6287 (with-no-warnings): Set lisp-indent-function property.
6288
6289 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
6290
6291 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
6292 Add entry for backslash.
6293
6294 2005-03-12 Juri Linkov <juri@jurta.org>
6295
6296 * info.el (Info-search): Four fixes for backward search.
6297
6298 2005-03-11 Jay Belanger <belanger@truman.edu>
6299
6300 * calc/calc.el (calc-language-alist): New variable.
6301 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
6302 (calc-embedded-find-modes): Use calc-language-alist instead of
6303 calc-embedded-language-alist.
6304
6305 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6306
6307 * calendar/calendar.el (calendar-redrawing): New internal
6308 variable.
6309 (redraw-calendar): Remove bogus save-excursion from previous
6310 change. Bind calendar-redrawing to t for mark-diary-entries.
6311 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6312 calendar if that is why we were called.
6313
6314 2005-03-11 Kenichi Handa <handa@m17n.org>
6315
6316 * international/mule.el (make-coding-system): Set property
6317 coding-system-define-form to nil.
6318 (define-coding-system-alias): Likewise.
6319
6320 2005-03-11 Kenichi Handa <handa@m17n.org>
6321
6322 These changes are suggested by Dave Love <fx@gnu.org>.
6323
6324 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6325 coding: tag.
6326 (adaptive-fill-regexp): Add more bullets.
6327 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6328 regexps.
6329
6330 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * help.el (describe-mode): Properly handle non-trivial lighters.
6333 Don't ignore minor modes that are not listed in minor-mode-list.
6334
6335 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6336 feature ON when the user requests to turn it OFF.
6337
6338 2005-03-10 Lute Kamstra <lute@gnu.org>
6339
6340 * emacs-lisp/debug.el (debug-entry-code): Delete it.
6341 (implement-debug-on-entry): New function to replace debug-entry-code.
6342 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
6343 second argument as the 2005-03-07 change makes it obsolete.
6344 (debug-on-entry, cancel-debug-on-entry): Update call to
6345 debug-on-entry-1.
6346 (debug, debugger-setup-buffer): Comment update.
6347 (debugger-frame-number): Update to work with implement-debug-on-entry.
6348
6349 2005-03-10 Jay Belanger <belanger@truman.edu>
6350
6351 * calc/calc-embed.el (math-ms-args): Declare it.
6352 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6353 math-ms-args.
6354 (calc-embedded-subst): Use math-multi-subst-rec to substitute
6355 variables.
6356
6357 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
6358
6359 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6360 Use message-box.
6361
6362 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6363 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6364 (tooltip-gud-tips): Simplify.
6365 (tooltip-gud-tips-p): Remove superflouous :set.
6366 (tooltip-gud-modes): Add fortran-mode.
6367 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6368
6369 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6370
6371 2005-03-09 Kim F. Storm <storm@cua.dk>
6372
6373 * play/animate.el (animate-place-char): Use forward-line instead
6374 of next-line to improve performance.
6375
6376 2005-03-09 Simon Josefsson <jas@extundo.com>
6377
6378 * net/browse-url.el (browse-url-default-browser): Doc fix.
6379
6380 2005-03-09 Miles Bader <miles@gnu.org>
6381
6382 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6383 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6384
6385 2005-03-09 Kenichi Handa <handa@m17n.org>
6386
6387 * international/latin-1.el: Set case and syntax for 255 only if
6388 set-case-syntax-set-multibyte is nil.
6389
6390 * textmodes/ispell.el (ispell-insert-word): New function.
6391 (ispell-word): Use ispell-insert-word to insert a new word.
6392 (ispell-process-line): Likewise.
6393 (ispell-complete-word): Likewise.
6394
6395 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6396
6397 * calendar/calendar.el (redraw-calendar): Preserve point.
6398 Reported by Matt Hodges <MPHodges@member.fsf.org>.
6399 (calendar-week-start-day): Move after definition of
6400 redraw-calendar. Delete buffer test, since redraw-calendar has
6401 that now.
6402
6403 * calendar/diary-lib.el (mark-diary-entries): Only call
6404 redraw-calendar in the first of any recursive calls.
6405 Reported by Alan Shutko <ats@acm.org>.
6406
6407 2005-03-08 Juri Linkov <juri@jurta.org>
6408
6409 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6410 (html-horizontal-rule, html-line, html-image, html-checkboxes)
6411 (html-radio-buttons): Add a space before the trailing `/>' where
6412 sgml-xml-mode is non-nil.
6413 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6414 the subsequent tag of the empty XML tag.
6415 (html-href-anchor): Don't set initial input to "http:".
6416 (html-image): Ask for the image URL and set point inside alt="".
6417 (html-name-anchor): Duplicate the name in the `id' attribute when
6418 sgml-xml-mode is non-nil.
6419 (html-paragraph): Remove \n before <p>.
6420 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6421 instead of `checked' when sgml-xml-mode is non-nil.
6422
6423 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6424 Remove 1 space before #RRGGBB to not truncate it on terminal
6425 windows w/o fringes. Remove 1 space between bg and fg examples
6426 to get more space.
6427 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6428 avoid byte-compile warnings.
6429
6430 * image-file.el (image-file-handler): Put `safe-magic' property to
6431 `image-file-handler'.
6432
6433 * info.el (Info-isearch-search): Emulate word search in
6434 isearching through multiple Info nodes with Info-search.
6435 (Info-isearch-wrap): Allow isearch-word.
6436
6437 2005-03-08 Lute Kamstra <lute@gnu.org>
6438
6439 * emacs-lisp/debug.el (debugger-step-through): Make sure that
6440 stepping into the debugger's code is not possible.
6441 (debugger-jumping-flag): Docstring update.
6442
6443 2005-03-08 Jay Belanger <belanger@truman.edu>
6444
6445 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6446 embedded mode begins.
6447 (calc-embedded-language-alist): New variable.
6448 (calc-embedded-find-modes): Use calc-embedded-language-alist to
6449 set default language mode.
6450
6451 2005-03-08 Kenichi Handa <handa@m17n.org>
6452
6453 * international/ccl.el (define-ccl-program): Fix docstring about
6454 extra 256 bytes assured for the output buffer.
6455
6456 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6457 Fix BUFFER_MAGNIFICATION to 2.
6458 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6459
6460 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6461
6462 * align.el (align-rules-list): Added an alignment rule for CSS
6463 declarations (applies to css-mode and html-mode buffers).
6464
6465 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6468
6469 2005-03-07 Kim F. Storm <storm@cua.dk>
6470
6471 * simple.el (move-beginning-of-line): New command.
6472
6473 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6474
6475 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6476
6477 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6478 and move-beginning-of-line.
6479
6480 * apropos.el (apropos-print): Omit command from M-x ... RET.
6481
6482 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6483
6484 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6485 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6486
6487 2005-03-06 Richard M. Stallman <rms@gnu.org>
6488
6489 * bindings.el (esc-map): Bind M-g to goto-line.
6490
6491 * facemenu.el (global-map): Bind M-o, not M-g.
6492
6493 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6494
6495 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6496 "Open Directory" as for "Open File".
6497
6498 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6501 (push-mark-command): Run activate-mark-hook.
6502
6503 2005-03-06 Richard M. Stallman <rms@gnu.org>
6504
6505 * help-mode.el (help-mode-finish): Don't alter the element
6506 in view-return-to-alist if there already is one.
6507
6508 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6509 make sure the current buffer is the expected one.
6510
6511 * novice.el (disabled-command-function): Output in *Disabled Command*.
6512 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6513
6514 * textmodes/flyspell.el (flyspell-large-region):
6515 Pass args differently for aspell.
6516
6517 * files.el (mode-require-final-newline): Doc fix.
6518
6519 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6520
6521 * progmodes/which-func.el (which-function):
6522 Specify NOERROR when calling imenu--make-index-alist.
6523
6524 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * simple.el (normal-erase-is-backspace): Define default value.
6527
6528 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6529 (custom-reevaluate-setting): Simple function to handle
6530 variables that are defined before their default value can really
6531 be computed.
6532
6533 * startup.el (command-line): Use it for temporary-file-directory,
6534 small-emporary-file-directory, auto-save-file-name-transforms,
6535 blink-cursor-mode, and normal-erase-is-backspace.
6536
6537 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6538 progress, even with buggy anchored keywords.
6539
6540 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6541
6542 * simple.el (goto-line): Remove unbalanced final parenthesis.
6543
6544 2005-03-05 Richard M. Stallman <rms@gnu.org>
6545
6546 * simple.el (goto-line): Use a number at point as the default.
6547 With C-u as arg, switch buffers.
6548
6549 2005-03-05 Juri Linkov <juri@jurta.org>
6550
6551 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6552 with `no-blinking-cursor'.
6553
6554 * startup.el (no-blinking-cursor): New defvar.
6555 (command-line): Add `--no-blinking-cursor' to longopts.
6556 Set `no-blinking-cursor' to t for command line arguments
6557 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6558 with `no-blinking-cursor' in the condition for calling
6559 `blink-cursor-mode'.
6560
6561 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6562
6563 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6564 (menu-bar-options-save): Add blink-cursor-mode.
6565 (menu-bar-options-menu): Add blink-cursor-mode.
6566
6567 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6568
6569 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6570 (icalendar-export-file, icalendar-export-region)
6571 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6572 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6573
6574 2005-03-04 Lute Kamstra <lute@gnu.org>
6575
6576 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6577 (debug-function-list): Ditto.
6578
6579 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6580
6581 * textmodes/texinfmt.el (texinfo-append-refill):
6582 Redefine the types of line to which @refill
6583 is not appended by replacing a search for `@refill\\|@bye' with
6584 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6585 itemize@refill' bug and the unfilled long lines bug.
6586 (texinfmt-version): Update number and date.
6587
6588 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6589
6590 * international/code-pages.el (windows-1250, windows-125[2-8])
6591 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6592
6593 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6596 bound yet.
6597
6598 2005-03-02 Romain Francoise <romain@orebokech.com>
6599
6600 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6601 buffer after removing limits.
6602 (ibuffer-pop-filter): Ditto.
6603 Update copyright.
6604
6605 2005-03-02 Miles Bader <miles@gnu.org>
6606
6607 * button.el (make-text-button): If the user doesn't specify a
6608 type, use the default. Rewrite to use `add-text-properties' and
6609 plist functions.
6610
6611 2005-03-01 Lute Kamstra <lute@gnu.org>
6612
6613 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6614 (debugger-jumping-flag): New var.
6615 (debug-entry-code): Use it.
6616 (debugger-jump): Use debugger-jumping-flag and add
6617 debugger-reenable to post-command-hook.
6618 (debugger-reenable): Use debugger-jumping-flag and remove itself
6619 from post-command-hook.
6620 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6621 debugger-reenable.
6622
6623 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6624
6625 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6626 inclusion of "itemize\\|", which may be unnecessary, is certainly
6627 inelegant, and stops refilling in itemize lists when formatting
6628 Japanese Texinfo files to Info.
6629 Update copyright to 2005.
6630
6631 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6632
6633 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6634 of an error if GDB can't find the source file.
6635
6636 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6637
6638 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6639 not just the calendar.
6640
6641 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6642 first.
6643 (diary-redraw-calendar): New function.
6644 (make-diary-entry): Add diary-redraw-calendar to local
6645 write-contents-functions. Turn off selective display before
6646 inserting in diary.
6647
6648 2005-03-01 Kim F. Storm <storm@cua.dk>
6649
6650 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6651
6652 2005-03-01 Lute Kamstra <lute@gnu.org>
6653
6654 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6655 that debug-entry-code can be safely removed from a function while
6656 this code is being evaluated. Revert the 2005-02-27 change as the
6657 new implementation no longer requires it. Make sure that a
6658 function body containing just a string is not mistaken for a docstring.
6659 (debug): Skip one more frame in case of debug on entry.
6660 (debugger-setup-buffer): Delete one more frame line in case of
6661 debug on entry.
6662 (debugger-frame-number): Update to use the new text introduced by
6663 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6664
6665 2005-02-28 Kim F. Storm <storm@cua.dk>
6666
6667 * double.el (double-translate-key): Call force-window-update after
6668 read-event to avoid crash in redisplay.
6669
6670 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6673 (debug): Use it. Move the inhibit-trace earlier.
6674 (debug-entry-code): New const.
6675 (debug-on-entry-1): Use it.
6676
6677 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6678
6679 * international/utf-16.el (ccl-encode-mule-utf-16le):
6680 Fix BUFFER_MAGNIFICATION to 2.
6681 (ccl-encode-mule-utf-16be): Likewise.
6682
6683 2005-02-28 Kenichi Handa <handa@m17n.org>
6684
6685 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6686 Fix BUFFER_MAGNIFICATION to 4.
6687 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6688
6689 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6690
6691 * speedbar.el (speedbar-update-flag): Doc fix.
6692 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6693 argument.
6694
6695 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6698 have a non-nil `invisible' property but are actually visible.
6699
6700 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6701 for perldoc sections.
6702 (perl-outline-regexp, perl-outline-level): New var and function.
6703 (perl-mode): Use them.
6704
6705 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6706
6707 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6708 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6709
6710 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6711
6712 * cus-edit.el: Comment change.
6713 (custom-buffer-create-internal): Slightly reword text at top of
6714 Custom buffers. Mention there that saving an option edits the
6715 init file. Add link to Emacs manual node on `custom-file'.
6716 (custom-magic-alist): Rewrite individual State messages to use
6717 capitalized keywords. Doc fix.
6718
6719 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6720
6721 * calendar/calendar.el (calendar-buffer): Move above
6722 calendar-week-start-day.
6723 (calendar-week-start-day): Doc fix. Add :set function.
6724 (calendar-minimum-window-height): New variable.
6725 (generate-calendar-window): Only resize window if selected-window
6726 is displaying the calendar buffer. Use new variable
6727 calendar-minimum-window-height.
6728 (generate-calendar): Reword error message.
6729 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6730
6731 2005-02-27 Andreas Schwab <schwab@suse.de>
6732
6733 * vc.el (vc-do-command): Don't run command asynchronously when
6734 operating in a remote directory.
6735
6736 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6737 change from sync with Tramp 2.0.47.
6738
6739 2005-02-27 Richard M. Stallman <rms@gnu.org>
6740
6741 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6742
6743 * textmodes/flyspell.el (flyspell-mode-on):
6744 Call ispell-change-dictionary only if necessary.
6745
6746 * emacs-lisp/re-builder.el (regexp-builder): New function.
6747
6748 * register.el (describe-register-1): Explicitly handle
6749 yank-excluded-properties = t.
6750
6751 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6752 (custom-magic-alist): Change the status descriptions again.
6753 (face widget-type): Total rewrite based on `restricted-sexp'
6754 to eliminate the confusing double hiding levels.
6755
6756 * emacs-lisp/debug.el (debug-on-entry-1):
6757 If function body is empty, add nil as body form.
6758
6759 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * emacs-lisp/trace.el (inhibit-trace): New var.
6762 (trace-make-advice): Use it.
6763
6764 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6765
6766 2005-02-26 Kim F. Storm <storm@cua.dk>
6767
6768 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6769 (mouse-on-link-p, mouse-drag-region-1): Use it.
6770
6771 2005-02-25 Lute Kamstra <lute@gnu.org>
6772
6773 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6774
6775 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6776
6777 * frame.el (blink-cursor-mode): Add :group keyword.
6778
6779 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6780
6781 * calendar/icalendar.el (icalendar--decode-isodatetime):
6782 New optional argument DAY-SHIFT.
6783 (icalendar-export-region): Fix coding-system-for-write.
6784 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6785 events by one.
6786
6787 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6790
6791 2005-02-24 Kim F. Storm <storm@cua.dk>
6792
6793 * international/iso-acc.el (iso-accents-compose): Fix crash
6794 during redisplay. Call force-window-update after read-event
6795 and delete-region to signal that window is not accurate.
6796
6797 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6800 Remove unused and inexistent var `inhibit-trace'.
6801 (debugger-mode): Use run-mode-hooks.
6802 (debugger-list-functions): Add buttons; setup xref stack.
6803
6804 2005-02-23 Richard M. Stallman <rms@gnu.org>
6805
6806 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6807 appointment says it was explicitly made.
6808 (appt-add): Set the 3rd element.
6809 (appt-make-list): Preserve explicit appointments.
6810
6811 * subr.el (find-tag-default): Catch errors in forward-sexp.
6812
6813 2005-02-23 Juri Linkov <juri@jurta.org>
6814
6815 * info.el (Info-isearch-search): New defcustom.
6816 (Info-isearch-search): Call the default isearch function
6817 when Info-isearch-search is nil.
6818 (Info-isearch-wrap): Use variable Info-isearch-search.
6819
6820 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6821
6822 * cus-edit.el: Comment change.
6823
6824 2005-02-22 Kim F. Storm <storm@cua.dk>
6825
6826 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6827 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6828
6829 2005-02-22 Simon Josefsson <jas@extundo.com>
6830
6831 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6832 New variable.
6833 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6834 Oskarsson" <myrkraverk@users.sourceforget.net>.
6835
6836 2005-02-22 Kim F. Storm <storm@cua.dk>
6837
6838 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6839 check that window of that event is the selected window.
6840 (mouse-drag-region-1): Compare mouse event window to selected
6841 window before setting point.
6842
6843 * tooltip.el (tooltip-show-help-function): Pass event to
6844 mouse-on-link-p so it can check selected window.
6845
6846 2005-02-22 Kenichi Handa <handa@m17n.org>
6847
6848 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6849 (ps-mule-show-warning): New function.
6850 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6851 characters are found.
6852
6853 * ps-print.el (ps-header-footer-string): Return a list of header
6854 and footer strings.
6855
6856 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6857
6858 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6859
6860 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * frame.el (blink-cursor-mode): Use define-minor-mode.
6863
6864 * term/mac-win.el (function-key-map): Use char-names more consistently.
6865 (file-name-coding-system): Only set it for MacOS-9. The other case is
6866 already handled in mule-cmds.el (where it also works when mac-win.el
6867 is not used).
6868
6869 2005-02-21 Kenichi Handa <handa@m17n.org>
6870
6871 * international/mule.el (ctext-pre-write-conversion): Always use
6872 " *code-converting-work*" buffer for work.
6873
6874 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6875
6876 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6877
6878 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6879
6880 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6881
6882 * ses.el (undo-more): Restore defadvice, but only the part that
6883 allows changes outside the restricted area of the buffer.
6884
6885 2005-02-20 Kim F. Storm <storm@cua.dk>
6886
6887 * simple.el (line-move): Add fourth optional arg try-vscroll which
6888 must be set to perform auto-window-vscroll.
6889 When moving backwards and doing auto-window-vscroll, automatically
6890 vscroll to the last part of lines which are taller than the window.
6891 (next-line, previous-line): Set try-vscroll arg on line-move.
6892
6893 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6894
6895 * replace.el (query-replace, query-replace-regexp)
6896 (replace-string, replace-regexp): When operating on region, make
6897 the minibuffer prompt say so.
6898
6899 * isearch.el (isearch-forward): Document isearch-query-replace and
6900 isearch-query-replace-regexp keybindings.
6901
6902 2005-02-19 Jay Belanger <belanger@truman.edu>
6903
6904 * calc/calc-aent.el (math-read-token): Add local variable.
6905
6906 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6907 (calc-edit-top): Move declaration to earlier in file.
6908 (calc-edit-macro-repeats): Add local variables.
6909
6910 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6911 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6912 calcFunc-tanh.
6913 Adjust integration rule for calcFunc-tan.
6914
6915 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6916
6917 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6918 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6919 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6920 (viper-skip-separators): Bug fix.
6921 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6922 particular major mode.
6923 (viper-del-backward-char-in-replace): Don't put deleted char on the
6924 kill ring.
6925
6926 * viper-ex.el (viper-color-display-p): New function.
6927 (viper-has-face-support-p): Use viper-color-display-p.
6928
6929 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6930
6931 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6932
6933 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6934 (viper-file-remote-p): Make equivalent to file-remote-p.
6935
6936 * viper.el (viper-major-mode-modifier-list):
6937 Use viper-gnus-modifier-map.
6938
6939 2005-02-19 David Kastrup <dak@gnu.org>
6940
6941 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6942 quoting.
6943
6944 2005-02-19 Jay Belanger <belanger@truman.edu>
6945
6946 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6947 Remove extra definitions.
6948 (calc-coth): New function.
6949 (calcFunc-cot): Fix `let'.
6950
6951 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6952
6953 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6954 the reasons we use "type pc" in these faces.
6955
6956 * button.el (button): Ditto.
6957
6958 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6959
6960 * replace.el (query-replace-read-from): Set the value of
6961 query-replace-from-history-variable to handle the case of an empty
6962 string entered to accept the suggested default.
6963
6964 * net/tramp.el (tramp-file-name-for-operation):
6965 Use dired-call-process instead of dired-call-process-command.
6966
6967 2005-02-19 Jay Belanger <belanger@truman.edu>
6968
6969 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6970 (math-div-non-trig): New variables.
6971 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6972 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6973 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6974 trig expressions.
6975
6976 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6977
6978 * progmodes/gdb-ui.el (gdb-var-update-handler)
6979 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6980 for watch expressions,
6981 (gdb-var-create-handler): Don't set speedbar-update-flag.
6982 (gdb-post-prompt): Simplify test for speedbar.
6983
6984 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6985
6986 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6987 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6988 we use the syntax table of the correct buffer.
6989 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6990 Felix Gatzemeier.
6991
6992 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6993 (ediff-file-remote-p): Make synonymous with file-remote-p.
6994 In all deffaces ediff-*-face-*, use min-colors.
6995
6996 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6997 ediff-recurse-to-subdirectories.
6998 (ediff-mark-if-equal): Check that the arguments are strings, use
6999 ediff-same-contents (after to Felix Gatzemeier).
7000
7001 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7002 nil.
7003
7004 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * log-view.el (log-view-message-re): Fix up Subversion regexp.
7007
7008 2005-02-18 David Kastrup <dak@gnu.org>
7009
7010 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7011 use `mark-active' when defined.
7012
7013 2005-02-18 Kenichi Handa <handa@m17n.org>
7014
7015 * ps-print.el (ps-font-info-database): New entry
7016 ZapfChancery-MediumItalic with correct font name. Fix font name
7017 of the entry Zapf-Chancery-MediumItalic.
7018
7019 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7020
7021 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7022
7023 2005-02-16 Kim F. Storm <storm@cua.dk>
7024
7025 * ido.el (ido-fallback-command): Pass user input to fallback command.
7026
7027 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
7028
7029 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7030 (gdb-find-file-hook): Add server prefix.
7031
7032 2005-02-16 Richard M. Stallman <rms@gnu.org>
7033
7034 * replace.el (perform-replace): Pass new args to replace-highlight.
7035 (replace-highlight): Take region args,
7036 and pass them to isearch-lazy-highlight-new-loop.
7037
7038 * novice.el (disabled-command-hook): Autoload the defalias
7039 and the make-obsolete-variable call.
7040
7041 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7042
7043 * isearch.el (isearch-lazy-highlight-start-limit)
7044 (isearch-lazy-highlight-end-limit): New variables limit
7045 the region for highlighting.
7046 (isearch-lazy-highlight-new-loop): New args BEG and END.
7047 (isearch-lazy-highlight-search): Use the new vars.
7048 (isearch-lazy-highlight-update): Likewise.
7049
7050 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7051
7052 * cus-start.el (all): Use default-boundp.
7053
7054 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
7055
7056 * menu-bar.el (menu-bar-select-frame): Handle current frame.
7057
7058 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * autorevert.el (auto-revert-stop-on-user-input)
7061 (auto-revert-verbose): Doc fixes.
7062
7063 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
7064
7065 * international/mule-cmds.el (set-locale-environment): Remove call
7066 to set-selection-coding-system on Windows.
7067
7068 2005-02-15 Jay Belanger <belanger@truman.edu>
7069
7070 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7071 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7072 calcFunc-coth.
7073 (math-simplify-sqrt): Add simplifications.
7074
7075 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7076 to list.
7077
7078 * calc/calc-ext.el: Add functions to autoloads.
7079
7080 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7081 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7082 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7083 (math-csc-raw, math-cot-raw): New functions.
7084
7085 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7086
7087 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7088 the variable name in a message.
7089
7090 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7091 calcFunc-csc, calcFunc-cot.
7092
7093 * calc/calcalg2.el: Add derivative and integration rules for
7094 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7095 calcFunc-csch, calcFunc-coth.
7096 (math-do-integral-methods): Add to checks for when to use
7097 substitutions.
7098
7099 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7100
7101 2005-02-15 Lute Kamstra <lute@gnu.org>
7102
7103 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7104 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
7105 <monnier@iro.umontreal.ca>
7106 (lisp-outline-level): Improve efficiency. Suggested by David
7107 Kastrup <dak@gnu.org>.
7108
7109 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
7110
7111 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7112 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7113 (gdb-set-gud-minor-mode-existing-buffers): New functions.
7114 (gdb-find-file-hook): New hook. Add it to find-file-hook.
7115 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7116
7117 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
7118
7119 * cus-start.el (all): Comment change.
7120
7121 2005-02-14 Lute Kamstra <lute@gnu.org>
7122
7123 * cus-start.el (all): Check if symbol is void.
7124
7125 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
7126
7127 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7128 optional argument to \cite.
7129
7130 2005-02-14 Richard M. Stallman <rms@gnu.org>
7131
7132 * cus-edit.el (custom-buffer-create-internal): Update help message.
7133 (custom-magic-alist): Update help messages.
7134
7135 * cus-start.el (all): Allow a var to specify a standard value.
7136
7137 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
7138
7139 * custom.el (custom-theme-set-variables): Handle variable aliases.
7140
7141 * frame.el (blink-cursor-timer): Doc fix.
7142 (blink-cursor): Make it an alias for `blink-cursor-mode' and
7143 declare obsolete.
7144 (blink-cursor-mode): Define with defcustom and use correct
7145 standard expression in that defcustom.
7146 * startup.el (command-line): Adapt to above changes in frame.el.
7147
7148 2005-02-11 Lute Kamstra <lute@gnu.org>
7149
7150 * apropos.el (apropos-score-doc): Prevent division by zero.
7151
7152 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
7153
7154 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7155 (icalendar--get-event-property-attributes)
7156 (icalendar--get-event-properties)
7157 (icalendar--datetime-to-diary-date): New functions.
7158 (icalendar--split-value): Doc fix.
7159 (icalendar--datetime-to-noneuropean-date)
7160 (icalendar--datetime-to-european-date): New optional argument
7161 SEPARATOR. Return result as a string instead of a list.
7162 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7163 (icalendar--convert-string-for-export): Rename arg S to STRING.
7164 (icalendar-export-region): Doc fix. Change name of error buffer.
7165 Save output buffer.
7166 (icalendar-import-file): Add blank at end of prompt.
7167 (icalendar-import-buffer): Doc fix. Do not switch to error
7168 buffer. Indicate status in return value.
7169 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
7170 buffer. Save output buffer. Handle exception from recurrence
7171 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
7172 events. Fix problems with weekly all-day events.
7173
7174 2005-02-10 Richard M. Stallman <rms@gnu.org>
7175
7176 * simple.el (eval-expression-print-format):
7177 Avoid warning about edebug-active.
7178
7179 * help.el (help-for-help-internal): Rename from help-for-help.
7180 (help-for-help): Define with defalias.
7181
7182 * font-core.el (font-lock-default-function): Use with-no-warnings.
7183
7184 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7185
7186 * custom.el (defface): Doc fix.
7187
7188 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
7189
7190 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7191 width 0" to prevent word wrapping problems.
7192
7193 2005-02-09 Kim F. Storm <storm@cua.dk>
7194
7195 * ido.el (ido-file-extensions-order): New defcustom.
7196 (ido-file-extension-lessp, ido-file-extension-aux)
7197 (ido-file-extension-order): New advanced file ordering.
7198 (ido-file-lessp): New simple file ordering.
7199 (ido-sort-list): Remove.
7200 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7201 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7202
7203 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
7204
7205 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7206 that some versions of grep produce.
7207 (grep-mode-font-lock-keywords): Likewise.
7208
7209 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
7210
7211 * progmodes/gdb-ui.el (gdb-location-list): New variable.
7212 (gdb-cdir): Delete.
7213 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7214 (gdb-source-info): Treat case when source file is in another
7215 directory properly.
7216 (gdb-get-location): New function.
7217
7218 2005-02-07 Jay Belanger <belanger@truman.edu>
7219
7220 * calc/calc-prog.el (calc-write-parse-table-part)
7221 (calc-fix-token-name): Fix a check for language type.
7222
7223 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7224
7225 2005-02-07 Andre Spiegel <spiegel@gnu.org>
7226
7227 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7228 as directory not writable.
7229
7230 2005-02-07 Kim F. Storm <storm@cua.dk>
7231
7232 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7233 (cua--standard-movement-commands): Remove list.
7234 Instead, set CUA property value to move for movement commands.
7235 (cua-movement-commands): Remove. Users must set CUA prop instead.
7236 (cua--pre-command-handler): Check CUA property.
7237 (cua--init-keymaps): Don't remap undo commands.
7238 (cua-mode): Don't call cua--rectangle-on-off.
7239
7240 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
7241 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
7242 (cua--rect-undo-set-point): New var.
7243 (cua--rectangle-undo-boundary): Setup undo apply entry.
7244 (cua--rect-undo-handler): New function for rectangle undo.
7245 (cua--rect-start-position, cua--rect-end-position): Add.
7246 (cua--rectangle-post-command): Call cua--rectangle-set-corners
7247 for restored rectangle. Set point if cua--rect-undo-set-point.
7248
7249 2005-02-06 Jay Belanger <belanger@truman.edu>
7250
7251 * calc/calc-lang.el (calc-tex-language): Display more information
7252 in messages.
7253
7254 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7255 in TeX mode.
7256
7257 2005-02-06 Richard M. Stallman <rms@gnu.org>
7258
7259 * emacs-lisp/lisp.el (buffer-end): Doc fix.
7260
7261 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7262
7263 * net/ldap.el (ldap-search-internal): Support attributes with
7264 optional descriptions separated by a semi-colon, as in
7265 "userCertificate;binary".
7266
7267 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7268
7269 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7270 isn't a cons (i.e. the version is 0).
7271
7272 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7273
7274 * help.el (help-for-help): Doc fix.
7275
7276 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
7277
7278 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
7279 GDB-Windows on the menu-bar as this works better.
7280
7281 2005-02-04 Jay Belanger <belanger@truman.edu>
7282
7283 * calc/calc-embed.el (calc-embedded-update): Don't put in
7284 unnecessary newlines. Adjust the end of formula marker.
7285
7286 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7287 (math-latex-parse-two-args): New function.
7288
7289 2005-02-03 Lute Kamstra <lute@gnu.org>
7290
7291 * help-fns.el (help-with-tutorial): Make sure that users cannot
7292 remove the entire text of the tutorial by means of `undo'.
7293
7294 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
7297 in recent changes, where the ispell process was repeatedly
7298 killed & restarted.
7299
7300 * international/mule-cmds.el (set-locale-environment): Set file-name
7301 coding system to utf-8 on Darwin systems.
7302 (set-default-coding-systems): Don't set default-file-name-coding-system
7303 on Darwin systems.
7304
7305 2005-02-03 Richard M. Stallman <rms@gnu.org>
7306
7307 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7308
7309 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
7310
7311 * faces.el (list-faces-display): Add optional argument.
7312
7313 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * font-core.el (font-lock-default-function): Handle the rare case where
7316 only font-lock-keywords is set.
7317
7318 2005-02-02 Kenichi Handa <handa@m17n.org>
7319
7320 * international/characters.el: Cancel previous change for
7321 I-WITH-DOT-ABOVE and DOTLESS-i.
7322
7323 * international/latin-5.el: Cancel previous change.
7324
7325 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7326
7327 * progmodes/gud.el: Correction to syntax in gud-menu-map.
7328
7329 2005-02-02 Kenichi Handa <handa@m17n.org>
7330
7331 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7332 DOTLESS-i.
7333
7334 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7335 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7336
7337 * case-table.el (get-upcase-table): New function.
7338 (copy-case-table): Copy upcaes table too if non-nil.
7339 (set-case-syntax-delims): Maintain upcase table too.
7340 (set-case-syntax-pair): Likewise.
7341 (set-upcase-syntax, set-downcase-syntax): New functions.
7342 (set-case-syntax): Maintain upcase table too.
7343
7344 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7345
7346 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7347
7348 * progmodes/gud.el (gud-goto-info): New function.
7349 (gud-tool-bar-map): Use correct icon.
7350
7351 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7352
7353 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7354 When delegating, order args in the funcall correctly.
7355
7356 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7357
7358 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7359
7360 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
7361
7362 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7363 buffer not visiting a file.
7364
7365 2005-01-31 Jay Belanger <belanger@truman.edu>
7366
7367 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7368 bound on the line with the formula.
7369
7370 2005-01-31 Kim F. Storm <storm@cua.dk>
7371
7372 * ses.el (ses-create-cell-variable-range)
7373 (ses-destroy-cell-variable-range, ses-reset-header-string)
7374 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7375 (ses-insert-row): Fix format of apply undo entries.
7376
7377 2005-01-31 Jay Belanger <belanger@truman.edu>
7378
7379 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7380 parts.
7381
7382 * calc/calc-embed.el (calc-embedded-open-formula)
7383 (calc-embedded-close-formula): Ignore matrix environments.
7384
7385 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7386 TeX mode.
7387
7388 * calc/calc-lang.el (math-function-table, math-oper-table)
7389 (math-variable-table): Adjust the LaTeX portions.
7390
7391 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7392 (math-latex-ignore-words): New constant.
7393
7394 2005-01-31 Richard M. Stallman <rms@gnu.org>
7395
7396 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7397 (ispell-local-dictionary): Doc fix.
7398 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7399 Don't reinitialize at run time. Don't defcustom.
7400 All uses changed to append ispell-local-dictionary-alist,
7401 or check it first.
7402 (ispell-current-dictionary): New variable for dictionary in use.
7403 (ispell-dictionary): Now used only for global default.
7404 (ispell-start-process): Set ispell-current-dictionary,
7405 not ispell-dictionary.
7406 (ispell-change-dictionary): Use this only for setting
7407 user preferences.
7408 (ispell-internal-change-dictionary): New function
7409 to change the current dictionary in use.
7410 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7411 Use ispell-current-dictionary.
7412 Handle ispell-local-dictionary-overridden.
7413 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7414
7415 2005-01-31 Jay Belanger <belanger@truman.edu>
7416
7417 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7418
7419 * calc/calc-ext.el: Add calc-latex-language to autoloads.
7420 (calc-mode-map): Add calc-latex-language.
7421
7422 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7423 (math-latex-print-frac): New functions.
7424 (math-oper-table, math-function-table, math-variable-table)
7425 (math-complex-format, math-input-filter): Add latex properties.
7426 (calc-set-language): Set math-expr-special-function-mapping.
7427
7428 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7429 (calc-write-parse-table-part): Add LaTeX support.
7430
7431 * calc/calc.el (calc-language): Adjust docstring.
7432 (calc-set-mode-line): Add LaTeX support.
7433 (math-expr-special-function-mapping): New variable.
7434 (math-tex-ignore-words): Add to list.
7435
7436 * calc/calccomp.el (math-compose-expr, math-compose-rows):
7437 Add LaTeX support.
7438 (math-compose-expr): Add support for special functions.
7439
7440 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7441
7442 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
7443
7444 * progmodes/gdb-ui.el (gdb-memory-address)
7445 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7446 (gdb-memory-mode-map, gdb-memory-format-keymap)
7447 (gdb-memory-format-menu, gdb-memory-unit-keymap)
7448 (gdb-memory-unit-menu): New variables for a buffer
7449 that lets the user examine program memory.
7450 (gdb-memory-set-address, gdb-memory-set-repeat-count)
7451 (gdb-memory-format-binary, gdb-memory-format-octal)
7452 (gdb-memory-format-unsigned, gdb-memory-format-signed)
7453 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7454 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7455 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7456 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7457 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7458 (gdb-memory-mode, gdb-memory-buffer-name)
7459 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7460 New functions for above buffer.
7461
7462 2005-01-30 Richard M. Stallman <rms@gnu.org>
7463
7464 * cus-edit.el (custom-bury-buffer): Function deleted.
7465 (custom-buffer-done-function): Option deleted.
7466 (custom-buffer-done-kill): New (replacement option.
7467 (Custom-buffer-done): Call quit-window.
7468 (custom-buffer-create-internal): Update for above changes.
7469
7470 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7471
7472 * simple.el (undo-ask-before-discard): New var.
7473 (undo-outer-limit-truncate): Implement it.
7474 (undo-extra-outer-limit): Doc update.
7475
7476 2005-01-29 Richard M. Stallman <rms@gnu.org>
7477
7478 * ses.el (undo-more): Delete defadvice.
7479 (ses-begin-change): Doc fix.
7480
7481 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7482 instead of rebinding C-x u and C-_.
7483
7484 * files.el (normal-backup-enable-predicate): Return nil for files
7485 in /tmp, regardless of temporary-file-directory.
7486
7487 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7488
7489 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7490 (open-rectangle, delete-whitespace-rectangle-line)
7491 (clear-rectangle-line): If FILL, pass t instead of FILL
7492 for move-to-column's 2nd arg.
7493
7494 * simple.el (undo): Fix the test for continuing a series of undos.
7495 (undo-more): Set pending-undo-list to t when we reach end.
7496 (pending-undo-list): Move up defvar.
7497
7498 * wid-edit.el (widget-button-click):
7499 Shorten the range of the track-mouse binding.
7500
7501 * comint.el (comint-insert-input): Undo previous changes;
7502 use last-input-event in interactive spec.
7503
7504 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7505
7506 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7507 to nil before invoking call-process. Reset buffer's modified flag
7508 after fontifying it in the no-async branch.
7509
7510 * wid-edit.el (widget-specify-button): If mouse pointer shape
7511 cannot be changed, use mouse face instead.
7512
7513 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7514
7515 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7516 (gdb-goto-breakpoint): Make breakpoint handling work on template
7517 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7518 (gdb-assembler-custom): Update to recognise breakpoint information
7519 added on 2005-01-19.
7520
7521 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7524 (dsssl-mode): Use define-derived-mode.
7525 (scheme-mode-initialize): Remove.
7526 (scheme-mode): Use run-mode-hooks.
7527
7528 * cus-edit.el (customize-group-other-window)
7529 (custom-buffer-create-other-window): Don't override special-display-*.
7530 (custom-mode-map): Make it dense.
7531
7532 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7533 sets the default value.
7534
7535 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7536
7537 * descr-text.el: Add more keywords.
7538
7539 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7540
7541 * speedbar.el: Avoid unnecessary use of locate-library.
7542
7543 * international/mule-cmds.el (standard-display-european-internal):
7544 Don't fiddle with latin-1 non-break space any more since it's now
7545 special cased in the C code.
7546 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7547
7548 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7549
7550 * cus-start.el (all): Add `undo-outer-limit'.
7551
7552 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7553
7554 * textmodes/bibtex.el (bibtex-format-entry):
7555 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7556 field lines.
7557 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7558 not on part of a buffer.
7559
7560 2005-01-25 Lute Kamstra <lute@gnu.org>
7561
7562 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7563 nonempty field text strings like "{letters\\macro{}more letters}".
7564 Clarify docstring.
7565 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7566 (bibtex-entry-offset, bibtex-parse-association)
7567 (bibtex-parse-field-name): Fix typos in docstrings.
7568 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7569
7570 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7571
7572 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7573 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7574 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7575 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7576
7577 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7578 isearch minor mode.
7579
7580 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7581
7582 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7583
7584 2005-01-24 Lute Kamstra <lute@gnu.org>
7585
7586 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7587 CASECHARS and NOT-CASECHARS regular expressions of the
7588 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7589 striding over charsets" error.
7590
7591 2005-01-24 Jay Belanger <belanger@truman.edu>
7592
7593 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7594 display variable name.
7595
7596 2005-01-24 Kenichi Handa <handa@m17n.org>
7597
7598 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7599 Fix setting of the element of encoded-kbd-iso2022-invocations.
7600
7601 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7602
7603 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7604 (gdb-threads-select): Change to also accept mouse events.
7605 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7606 (gdb-threads-mouse-select): Delete.
7607
7608 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7609
7610 * files.el (insert-directory): Take care of empty directory,
7611 listed without -a switch.
7612
7613 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * textmodes/refill.el (refill-post-command-function):
7616 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7617 to the list of functions that we should be careful not to undo.
7618 (refill-late-fill-paragraph-function): Remove.
7619 (refill-saved-state): New var.
7620 (refill-mode): Use it to save fill-paragraph-function.
7621 Save also the value of auto-fill-function.
7622
7623 * term/w32-win.el: Simplify code.
7624
7625 2005-01-23 Kim F. Storm <storm@cua.dk>
7626
7627 * simple.el (line-move): Adapt to new return value from
7628 pos-visible-in-window-p.
7629
7630 * simple.el (line-move): Fix last change. Check partial
7631 visibility at point rather than at window-start.
7632
7633 2005-01-22 Jason Rumney <jasonr@gnu.org>
7634
7635 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7636
7637 2005-01-22 David Kastrup <dak@gnu.org>
7638
7639 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7640
7641 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7642
7643 * type-break.el (type-break-mode): Add a test for
7644 type-break-file-name being non-nil.
7645
7646 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7647
7648 * net/eudc.el (top level): Call (message "") via progn, so that
7649 eudc-options-file is loaded.
7650
7651 2005-01-22 Kim F. Storm <storm@cua.dk>
7652
7653 * simple.el (line-move-1): Rename from line-move.
7654 (line-move): New function that adjusts vscroll for partially
7655 visible rows, and calls line-move-1 otherwise.
7656
7657 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7658
7659 * pcomplete.el: define pcomplete-read-event instead of read-event,
7660 since it's not a complete read-event implementation
7661
7662 2005-01-20 Jay Belanger <belanger@truman.edu>
7663
7664 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7665 for called function.
7666
7667 2005-01-20 Steven Tamm <steventamm@mac.com>
7668
7669 * term/mac-win.el (process-connection-type): Remove.
7670 Controlled now by s/darwin.h:PTY_ITERATION.
7671
7672 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * window.el (handle-select-window): Don't switch window when we're
7675 in the minibuffer.
7676
7677 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7678
7679 * subr.el (dotimes-with-progress-reporter): New macro.
7680
7681 * ses.el (ses-dotimes-msg): Remove macro.
7682 Use `dotimes-with-progress-reporter' instead.
7683
7684 2005-01-19 Steven Tamm <steventamm@mac.com>
7685
7686 * term/mac-win.el (process-connection-type): Use new
7687 operating-system-release variable to use ptys on Darwin 7 (OSX
7688 10.3) when using carbon build.
7689
7690 2005-01-19 Jay Belanger <belanger@truman.edu>
7691
7692 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7693 flags if the last command was a tab or M-tab.
7694
7695 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7696 in formula editing buffer.
7697
7698 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7699
7700 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7701 breakpoint image symbol in margin.
7702
7703 2005-01-19 Jay Belanger <belanger@truman.edu>
7704
7705 * calc/calc-prog.el (calc-execute-kbd-macro):
7706 Ignore calc-keep-arg-flag.
7707
7708 2005-01-19 Kenichi Handa <handa@m17n.org>
7709
7710 * textmodes/ispell.el (ispell-looking-at): New function.
7711 (ispell-process-line): Use ispell-looking-at to compare the ispell
7712 output and the buffer contents.
7713
7714 2005-01-18 Jay Belanger <belanger@truman.edu>
7715
7716 * calc/calc.el (calc-display-raw): Fix docstring.
7717
7718 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * simple.el (blink-matching-open): Strip extra info from syntax.
7721
7722 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7723 funny chars in the end-of-here-doc marker.
7724
7725 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7726
7727 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7728 that enable/disabled state of breakpoints is shown correctly in
7729 fringe and on ttys.
7730 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7731 Add breakpoint information as text properties.
7732 (gdb-mouse-toggle-breakpoint):
7733 Rename to gdb-mouse-set-clear-breakpoint.
7734 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7735 breakpoints in the margin.
7736 (gdb-remove-strings): Simplify.
7737
7738 2005-01-17 Jay Belanger <belanger@truman.edu>
7739
7740 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7741 erasing buffer.
7742
7743 2005-01-17 Richard M. Stallman <rms@gnu.org>
7744
7745 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7746 for calling grep-compute-defaults.
7747
7748 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7749 if buffer is empty.
7750
7751 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7752
7753 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7756
7757 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7758 non-preloaded variables.
7759
7760 2005-01-17 Steven Tamm <steventamm@mac.com>
7761
7762 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7763 tex-shell cause to force interactivity when using pipes.
7764
7765 2005-01-17 Kim F. Storm <storm@cua.dk>
7766
7767 * simple.el (just-one-space): Make arg optional.
7768
7769 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7770
7771 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7772 posn-at-x-y to t to access left-margin.
7773
7774 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7775
7776 Sync with Tramp 2.0.47.
7777
7778 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7779 catching keep-date problems in cp/scp operations.
7780 (tramp-handle-copy-file): Don't call `set-file-modes'
7781 unconditionally. Specialized functions should know better what is
7782 necessary. This improves performance a little bit, and the
7783 functions could catch errors with `cp -p' and `scp -p'.
7784 (tramp-do-copy-or-rename-file-via-buffer)
7785 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7786 when appropriate.
7787 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7788 Call `set-file-modes' when appropriate.
7789 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7790 Johnsson <isak@hypergene.com>
7791 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7792 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7793 <joakim@verona.se>
7794 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7795 Emacs only.
7796
7797 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7798 `find-file-hooks' and `dired-mode-hook'.
7799 (tramp-minor-mode-map): Respective map. Add remapping for
7800 `compile' and `recompile'.
7801 (tramp-remap-command, tramp-recompile): New defuns.
7802 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7803 in buffer "*Compilation*". Call the commands asynchronously.
7804
7805 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7806 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7807 `shell-command', because it isn't magic in XEmacs. Reported by
7808 Adrian Aichner <adrian@xemacs.org>.
7809
7810 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7811 `substitute-in-file-name.
7812 (tramp-smb-handle-substitute-in-file-name): New defun.
7813 (tramp-smb-advice-PC-do-completion): Delete advice.
7814
7815 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7816
7817 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7818 Fix error in deleting region.
7819
7820 2005-01-15 Richard M. Stallman <rms@gnu.org>
7821
7822 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7823 In non-temp buffer, switch syntax table temporarily.
7824
7825 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7826
7827 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7828
7829 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7830
7831 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7832 (imenu--generic-function): Use START, not BEG, as pos of definition.
7833
7834 * simple.el (just-one-space): Argument specifies number of spaces.
7835
7836 * simple.el (eval-expression-print-format): Avoid warning
7837 about edebug-active.
7838
7839 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7840
7841 * progmodes/sh-script.el: Code copied from make-mode.el
7842 with small changes,
7843 (sh-mode-map): Bind C-c C-\.
7844 (sh-backslash-column, sh-backslash-align): New variables.
7845 (sh-backslash-region, sh-append-backslash): New functions.
7846
7847 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7848
7849 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7850 (rmail-pop-password, rmail-pop-password-required): Move to
7851 rmail-obsolete group.
7852 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7853 All callers updated.
7854 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7855 Take an argument specifying whether it is POP or IMAP mailbox we
7856 are using. All callers updated.
7857 (rmail-pop-password-error): Rename to
7858 rmail-remote-password-error. Added mailutils-specific error message.
7859 (rmail-movemail-search-path)
7860 (rmail-movemail-variant-in-use): New variables.
7861 (rmail-remote-password, rmail-remote-password-required):
7862 New customization variables.
7863 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7864 (rmail-parse-url): New function.
7865 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7866 with GNU mailutils movemail.
7867
7868 2005-01-15 Kevin Ryde <user42@zip.com.au>
7869
7870 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7871 suffix to space, $ or '$, to correctly position point when going
7872 to @table style constants like DBL_MAX.
7873
7874 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7875
7876 * type-break.el (type-break-mode, type-break-file-time)
7877 (type-break-file-keystroke-count, type-break-choose-file):
7878 Don't store data in or load data from the file if type-break-file-name
7879 is nil.
7880 (type-break-file-name): Doc update as per the above.
7881
7882 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7883
7884 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7885 lookup-key might return nil; handle that.
7886
7887 2005-01-15 Alan Mackenzie <acm@muc.de>
7888
7889 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7890 rather than the element found, thus enabling the tree to be setcar'd.
7891
7892 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7893
7894 * textmodes/org.el (org-show-following-heading): New option.
7895 (org-show-hierarchy-above): Use `org-show-following-heading'.
7896 (org-cycle): Documentation fix.
7897
7898 * textmodes/org.el (orgtbl-optimized): New option
7899 (orgtbl-mode): New command, a minor mode.
7900 (orgtbl-mode-map): New variable.
7901 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7902 (orgtbl-error, orgtbl-self-insert-command)
7903 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7904
7905 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7906 a local variable in each org-mode buffer.
7907
7908 * textmodes/org.el (org-set-regexps-and-options): Rename from
7909 `org-set-regexps'. Added checking for STARTUP keyword.
7910 (org-get-current-options): Add STARTUP options.
7911 (org-table-insert-row): Mode mode intelligent about when
7912 realignment is needed.
7913 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7914 New commands.
7915 (org-enable-table-editor): New default value `optimized'.
7916 (org-table-blank-field): Support blanking regions if active.
7917
7918 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7919
7920 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7921 if the year is not given.
7922
7923 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7924 Add new escapes %m and %M, fixed bug with %F by adding
7925 save-match-data.
7926 (reftex-reference): Remove ?. from list of spaces.
7927 (reftex-label-info): Add automatic label prefix recognition.
7928
7929 * textmodes/reftex-index.el (reftex-index-next-phrase):
7930 Add slave parameter to call of `reftex-index-this-phrase'.
7931 (reftex-index-this-phrase): New optional argument.
7932 (reftex-index-region-phrases): Add slave parameter to call of
7933 `reftex-index-this-phrase'.
7934 (reftex-display-index): New argument redo.
7935 (reftex-index-rescan): Add 'redo to arguments of
7936 `reftex-display-index'.
7937 (reftex-index-Rescan, reftex-index-revert)
7938 (reftex-index-switch-index-tag): Add 'redo to arguments of
7939 `reftex-display-index'.
7940 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7941 indexing. Fix bug with matching is there is a quote before or
7942 after the word.
7943
7944 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7945 Fix bug when collecting citation keys in lines with comments.
7946 (reftex-citation): Prefix argument no longer rescans the document,
7947 but forces prompting for optional arguments of cite macros.
7948 (reftex-do-citation): Prompting for optional arguments implemented.
7949
7950 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7951 Add optional arguments to most cite commands.
7952 (reftex-cite-cleanup-optional-args): New option
7953 (reftex-cite-prompt-optional-args): New option.
7954 (reftex-trust-label-prefix): New option.
7955
7956 * textmodes/reftex-toc.el (reftex-toc-find-section):
7957 Add push-mark before changing the position in the buffer.
7958
7959 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7960 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7961
7962 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7963
7964 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7965 more carefully.
7966
7967 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7970 (sgml-mode): Use it.
7971 (sgml-get-context): Better keep track of implicitly closed tags.
7972
7973 2005-01-13 Kenichi Handa <handa@m17n.org>
7974
7975 * textmodes/ispell.el: These changes are to fix misalignment error
7976 caused by equivalent characters of different Emacs charsets.
7977 (ispell-unified-chars-table): New variable.
7978 (ispell-get-decoded-string): New function.
7979 (ispell-get-casechars, ispell-get-not-casechars)
7980 (ispell-get-otherchars): Call ispell-get-decoded-string.
7981
7982 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7983
7984 * custom.el (custom-declare-variable): Just put symbol instead
7985 of (defvar . symbol) in `current-load-list'.
7986
7987 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7988
7989 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7990
7991 2005-01-12 Jay Belanger <belanger@truman.edu>
7992
7993 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7994 to create a Calc summary.
7995
7996 2005-01-12 Kim F. Storm <storm@cua.dk>
7997
7998 * mouse.el (mouse-on-link-p): Change functionality and doc
7999 string to comply with latest description in lisp ref.
8000
8001 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
8002
8003 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8004 Enable mouse clicks on mode-line, header-line and margin.
8005 (event-type): Give mouse event symbols an 'event-kind property
8006 with value 'mouse-click.
8007
8008 2005-01-12 Juri Linkov <juri@jurta.org>
8009
8010 * facemenu.el (list-colors-display): Add new arg buffer-name.
8011 Use it. Fix docstring. Replace code for identifying duplicate
8012 colors by the name with call to `list-colors-duplicates' which
8013 identifies duplicate colors by the value unless the color
8014 is one of special Windows colors. Set truncate-lines to t.
8015 Print sorted duplicate color names on each line. Indent to 22
8016 \(the longest color name in rgb.txt) instead of 20. Optimize.
8017 (list-colors-duplicates): New function.
8018 (facemenu-color-name-equal): Delete function.
8019
8020 * facemenu.el (list-colors-print): New function created from code
8021 in list-colors-display. Print #RRGGBB at the window right edge.
8022 (list-colors-display): When temp-buffer-show-function is not
8023 defined, call list-colors-print from temp-buffer-show-hook
8024 to get the right value of window-width in list-colors-print
8025 after the buffer is displayed.
8026
8027 * simple.el (pop-mark): Move deactivate-mark out of conditional
8028 part to deactivate the active mark regardless of the state of the
8029 mark ring.
8030
8031 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8032 variables line in desktop files.
8033
8034 2005-01-12 Juri Linkov <juri@jurta.org>
8035
8036 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8037 Bring together isearch highlight related options.
8038 (lazy-highlight): Replace group `replace' by `matching'.
8039 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8040 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8041 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8042 and declare them obsolete.
8043 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8044 (isearch-faces): Remove defgroup.
8045 (isearch-overlay, isearch-highlight, isearch-dehighlight):
8046 Move isearch highlighting code closer to lazy highlighting code.
8047
8048 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8049 (query-replace-highlight, query-replace-lazy-highlight)
8050 (query-replace): Move definitions to the beginning of the file.
8051
8052 2005-01-11 Juri Linkov <juri@jurta.org>
8053
8054 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8055 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8056 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8057
8058 * info.el (Info-history-forward): New variable.
8059 (Info-select-node): Reset Info-history-forward to nil.
8060 (Info-last): Turn into defalias.
8061 (Info-history-back): Rename from Info-last.
8062 Add current node to Info-history-forward.
8063 (Info-history-forward): New fun.
8064 (Info-mode-map): Replace Info-last by Info-history-back.
8065 Bind Info-history-forward to "r".
8066 (Info-mode-menu): Replace Info-last by Info-history-back.
8067 Fix menu item text. Add menu item for Info-history-forward.
8068 (info-tool-bar-map): Replace Info-last by Info-history-back.
8069 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
8070 for Info-history-forward.
8071 (Info-mode): Replace Info-last by Info-history-back in docstring.
8072 Add local variable Info-history-forward.
8073 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8074
8075 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8078 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8079 Ignore select-window events rather than fiddle with
8080 mouse-autoselect-window.
8081
8082 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
8083
8084 * type-break.el (type-break-mode): Fix previous change.
8085
8086 2005-01-10 Jay Belanger <belanger@truman.edu>
8087
8088 * calc/calc-ext.el (calc-reset): Reset when inside embedded
8089 calculator; only reset when point is inside a calculator.
8090 Don't adjust the window height if the window takes up the whole height
8091 of the frame.
8092
8093 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8094
8095 * ebuff-menu.el (Electric-buffer-menu-mode):
8096 Preserve value of buffer-local var header-line-format.
8097
8098 2005-01-09 Jay Belanger <belanger@truman.edu>
8099
8100 * calc/calc.el (calc-mode-var-list-restore-saved-values):
8101 Make sure settings file exists before accessing it.
8102
8103 * calc/calc-embed.el (calc-embedded-subst):
8104 Replace math-multi-subst-rec, which is only supposed to be called
8105 by math-multi-subst, by math-multi-subst.
8106
8107 2005-01-09 Andre Spiegel <spiegel@gnu.org>
8108
8109 * vc.el (vc-allow-async-revert): New user option.
8110 (vc-disable-async-diff): New internal variable.
8111 (vc-revert-buffer): Use them to disable asynchronous diff.
8112
8113 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8114 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8115 asynchronously if vc-disable-async-diff is t.
8116
8117 2005-01-09 Jay Belanger <belanger@truman.edu>
8118
8119 * calc/calc.el (defcalcmodevar): New macro.
8120 (calc-mode-var-list-restore-default-values)
8121 (calc-mode-var-list-restore-saved-values): New functions.
8122 (calc-mode-var-list): Use defcalcmodevar to define it.
8123 (calc-always-load-extensions, calc-line-numbering)
8124 (calc-line-breaking, calc-display-just, calc-display-origin)
8125 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8126 (calc-group-char, calc-point-char, calc-frac-format)
8127 (calc-prefer-frac, calc-hms-format, calc-date-format)
8128 (calc-float-format, calc-full-float-format, calc-complex-format)
8129 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8130 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8131 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8132 (calc-matrix-brackets, calc-language, calc-language-option)
8133 (calc-left-label, calc-right-label, calc-word-size)
8134 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8135 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8136 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8137 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8138 (calc-window-height, calc-display-trail, calc-show-selections)
8139 (calc-use-selections, calc-assoc-selections)
8140 (calc-display-working-message, calc-auto-why, calc-timing)
8141 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8142 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8143 (calc-gnuplot-default-device, calc-gnuplot-default-output)
8144 (calc-gnuplot-print-device, calc-gnuplot-print-output)
8145 (calc-gnuplot-geometry, calc-graph-default-resolution)
8146 (calc-graph-default-resolution-3d, calc-invocation-macro)
8147 (calc-show-banner): Use defcalcmodevar to declare them and set
8148 their default values.
8149
8150 * calc/calc-ext.el (calc-reset): Restore saved values of variables
8151 instead of default values (but restore default values if there is
8152 an argument of 0).
8153
8154 2005-01-09 David Kastrup <dak@gnu.org>
8155
8156 * desktop.el (desktop-restore-eager): Fix typo in type.
8157
8158 2005-01-08 Richard M. Stallman <rms@gnu.org>
8159
8160 * cus-edit.el (customize): Delete :link.
8161
8162 2005-01-08 Jay Belanger <belanger@truman.edu>
8163
8164 * calc/calc.el (calc-mode): Remove the extension from the
8165 `calc-settings-file' file name when loading it.
8166
8167 2005-01-08 Kim F. Storm <storm@cua.dk>
8168
8169 * info.el (Info-mode-map, Info-next-link-keymap)
8170 (Info-prev-link-keymap, Info-up-link-keymap):
8171 Map follow-link to mouse-face.
8172 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8173
8174 2005-01-08 Jay Belanger <belanger@truman.edu>
8175
8176 * calc/calc.el (calc-settings-file): Change default value.
8177 Suggested by cgw in a comment in calc-mode.el.
8178
8179 * calc/calc-mode.el (calc-settings-file-name):
8180 Compare calc-settings-file to user-init-file instead of ~/.emacs.
8181 Replace ~/.emacs in a prompt by calc-settings-file.
8182
8183 2005-01-07 Lars Hansen <larsh@math.ku.dk>
8184
8185 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8186 (desktop-lazy-idle-delay): New customizable variables.
8187 (desktop-buffer-args-list): New variable.
8188 (desktop-append-buffer-args): New function.
8189 (desktop-save): Call desktop-append-buffer-args for some buffers.
8190 (desktop-lazy-create-buffer): New function.
8191 (desktop-idle-create-buffers): New function.
8192 (desktop-read): Add message about buffers to restore lazily.
8193 (desktop-lazy-abort): New command.
8194 (desktop-clear): Call desktop-lazy-abort.
8195 (desktop-lazy-complete): New command.
8196
8197 2005-01-06 Richard M. Stallman <rms@gnu.org>
8198
8199 * emacs-lisp/find-func.el (find-face-definition):
8200 Rename from find-face.
8201
8202 2005-01-06 Kim F. Storm <storm@cua.dk>
8203
8204 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8205
8206 * man.el (Man-xref-man-page, Man-xref-header-file)
8207 (Man-xref-normal-file): Add follow-link property.
8208
8209 2005-01-06 Jay Belanger <belanger@truman.edu>
8210
8211 * calc/calc-units.el: Make sure the proper macro definitions are
8212 available when compiling.
8213
8214 2005-01-06 Juri Linkov <juri@jurta.org>
8215
8216 * isearch.el (isearch-lazy-highlight-update):
8217 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8218
8219 2005-01-06 Miles Bader <miles@gnu.org>
8220
8221 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8222 (isearch-lazy-highlight-face): Use new name.
8223
8224 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * uniquify.el (uniquify-rationalize-file-buffer-names):
8227 Re-add an interactive spec.
8228 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8229 to the same name.
8230
8231 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8232 (isearch-update, isearch-done): Adjust calls accordingly.
8233
8234 2005-01-05 Richard M. Stallman <rms@gnu.org>
8235
8236 * custom.el (custom-set-variables, custom-theme-set-variables):
8237 Clarify documentation.
8238
8239 * emacs-lisp/find-func.el (find-variable)
8240 (find-variable-other-window, find-variable-other-frame):
8241 Fix the TYPE args to find-function-read and find-function-do-it.
8242 (find-function): Doc fix.
8243 (find-function-at-point): Replace function-at-point alias.
8244
8245 2005-01-04 Richard M. Stallman <rms@gnu.org>
8246
8247 * cus-face.el (custom-declare-face):
8248 Record defface in current-load-list.
8249
8250 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8251
8252 * emacs-lisp/find-func.el: Doc fixes.
8253 (find-face-regexp): New variable.
8254 (find-function-regexp-alist): New variable.
8255 (find-function-C-source): Third arg is now TYPE.
8256 (find-function-search-for-symbol): Handle general TYPE.
8257 (find-function-read, find-function-do-it): Handle general TYPE.
8258 (find-definition-noselect, find-face): New functions.
8259 (function-at-point): Alias deleted.
8260
8261 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * battery.el (display-battery-mode): Rename from display-battery.
8264 Handle the case where it gets turned off.
8265
8266 2005-01-04 Richard M. Stallman <rms@gnu.org>
8267
8268 * cus-edit.el (customize): Make :link point to user doc.
8269
8270 * man.el (Man-fontify-manpage): Turn off undo generation.
8271
8272 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8273
8274 2005-01-04 Andreas Schwab <schwab@suse.de>
8275
8276 * files.el (insert-directory): Only look for error lines in
8277 inserted text. Don't move too far after processing --dired markers.
8278
8279 2005-01-04 Richard M. Stallman <rms@gnu.org>
8280
8281 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8282 Don't expand if the character is @, period, dash, etc.
8283 (define-mail-abbrev): Quote names that contain problem characters.
8284
8285 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
8286
8287 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
8288
8289 2005-01-03 Richard M. Stallman <rms@gnu.org>
8290
8291 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
8292 (query-replace-highlight, query-replace-lazy-highlight)
8293 (query-replace): Definitions moved up. Doc fix.
8294
8295 2005-01-03 Richard M. Stallman <rms@gnu.org>
8296
8297 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
8298 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8299 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8300 (lazy-highlight-face): Rename from isearch-lazy-...
8301 Change all references to them.
8302
8303 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8304
8305 * cus-edit.el (custom-file): Doc fix for defcustom.
8306 (custom-file): The function no longer sets the variable
8307 `custom-file' to its return value.
8308
8309 * startup.el (command-line): No longer load `custom-file'.
8310
8311 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8314
8315 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8316 Don't confuse module-prefixed identifiers for labels.
8317 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8318
8319 2005-01-02 Richard M. Stallman <rms@gnu.org>
8320
8321 * files.el (basic-save-buffer-1): Fix previous change.
8322
8323 * loadhist.el (file-loadhist-lookup): New function.
8324 (file-provides, file-requires): Use it.
8325
8326 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8327 instead of calculating the right size.
8328
8329 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8330
8331 * vc-svn.el (vc-svn-diff): Stay local if possible.
8332
8333 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
8334
8335 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8336
8337 * files.el (hack-local-variables): Fix last change.
8338
8339 2005-01-02 Jay Belanger <belanger@truman.edu>
8340
8341 * calc/calc-yank.el (calc-edit-top): New variable.
8342 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8343 object. Change header properties.
8344 (calc-edit-finish, calc-edit-finish-stack-object)
8345 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8346 edited object.
8347 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8348 for the beginning of the edited object.
8349 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8350 for the beginning of the edited object.
8351 * calc/calc-prog.el (calc-edit-macro-finish-edit)
8352 (calc-finish-formula-edit, calc-macro-repeats)
8353 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8354 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8355 beginning of the edited object.
8356 (calc-user-define-edit): Change the header for editing macros.
8357 Remove unnecessary variable.
8358
8359 2005-01-01 Jay Belanger <belanger@truman.edu>
8360
8361 * calc/calc-yank.el (calc-edit-mode): Change default header.
8362 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8363 * calc/calc-store.el (calc-edit-variable): Change title to match new
8364 header.
8365 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8366 mode to match new header.
8367 (calc-user-define-edit): Change titles to include names of commands.
8368 (calc-finish-formula-edit): Adjust to handle new header.
8369 (calc-finish-macro-edit): Remove.
8370 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8371 (calc-edit-macro-command, calc-edit-macro-command-type)
8372 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8373 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8374 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8375 (calc-edit-macro-finish-edit): New functions.
8376 (calc-user-define-edit): Use new functions to edit named calc macros.
8377
8378 2005-01-01 Stefan <monnier@iro.umontreal.ca>
8379
8380 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8381
8382 * ses.el (copy-region-as-kill): Deactivate mark.
8383
8384 2005-01-01 Richard M. Stallman <rms@gnu.org>
8385
8386 * replace.el (occur-1): If the output buffer is also an input,
8387 don't kill it, rename it.
8388
8389 * faces.el (set-face-background, set-face-foreground): Doc fix.
8390
8391 * cus-face.el (custom-face-attributes): Fix :help-echo strings
8392 for :foreground and :background.
8393
8394 * dired.el (dired-view-command-alist): Variable deleted.
8395 (dired-view-file, dired-mouse-find-file-other-window):
8396 Delete the code to use it.
8397
8398 2005-01-01 Kim F. Storm <storm@cua.dk>
8399
8400 * image.el (insert-sliced-image): Use t for line-height property.
8401
8402 2004-12-31 Jay Belanger <belanger@truman.edu>
8403
8404 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8405 for "var-" at the beginning of the minibuffer.
8406
8407 2004-12-31 Richard M. Stallman <rms@gnu.org>
8408
8409 * faces.el (read-face-name):
8410 Don't treat an attribute spec as a list of faces.
8411
8412 * simple.el (undo): Use undo-equiv-table to detect
8413 unexpected changes since previous undo.
8414 (undo-list-saved): Variable deleted.
8415 (buffer-disable-undo): Don't alter undo-list-saved.
8416
8417 * files.el (require-final-newline): Allow `visit' and `visit-save'.
8418 (mode-require-final-newline): New option.
8419 (after-find-file): Handle require-final-newline with new values.
8420 (basic-save-buffer): Handle new values of require-final-newline.
8421
8422 * progmodes/sh-script.el (sh-require-final-newline):
8423 Alist value now controls whether to use mode-require-final-newline.
8424 (sh-set-shell): Implement that new meaning.
8425
8426 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8427 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8428 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8429 Delete old-Emacs compatibility code.
8430 (antlr-c-common-init): Function deleted.
8431
8432 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8433 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8434 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8435 * progmodes/python.el (python-mode): Use mode-require-final-newline.
8436 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8437 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8438 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8439 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8440 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8441 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8442 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8443 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8444 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8445 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8446 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8447 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8448
8449 2004-12-31 Jay Belanger <belanger@truman.edu>
8450
8451 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8452 way to return to Calc.
8453
8454 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8455 finish, C-xk as the way to cancel the edit. Add cancel routine to
8456 kill-buffer-hook.
8457
8458 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8459 MacEdit code.
8460
8461 * calc/calc-prog.el: Remove obsolete MacEdit code.
8462 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8463 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8464
8465 2004-12-31 Kenichi Handa <handa@m17n.org>
8466
8467 * international/mule.el (buffer-file-coding-system-explicit):
8468 Rename for explicit-buffer-file-coding-system.
8469 (after-insert-file-set-coding): Adjust for the above change.
8470
8471 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8472 to buffer-file-coding-system-explicit.
8473 (basic-save-buffer-1): Likewise.
8474
8475 2004-12-30 Richard M. Stallman <rms@gnu.org>
8476
8477 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8478 (artist-butlast, artist-last): Functions deleted.
8479 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8480 (artist-compute-key-compl-table): Call remq directly.
8481 (artist-remove-nulls): Function deleted.
8482 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8483 (artist-push, artist-pop): Macro deleted.
8484
8485 2004-12-30 Andreas Leue <al@sphenon.de>
8486
8487 * textmodes/artist.el (artist-version): 1.2.6
8488 (artist-prev-next-op-alist): New variable.
8489 (artist-select-next-op-in-list): New function.
8490 (artist-select-prev-op-in-list): New function.
8491 (artist-make-prev-next-op-alist): New function.
8492 (artist-is-in-op-list-p): New function.
8493 (artist-get-first-non-nil-op): New function.
8494 (artist-get-last-non-nil-op): New function.
8495 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8496 artist-prev-next-op-alist.
8497 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8498 change drawing operation.
8499
8500 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8501
8502 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8503
8504 2004-12-31 Masatake YAMATO <jet@gyve.org>
8505
8506 * server.el (server-process-filter): Suppress `error', too.
8507
8508 2004-12-30 Jay Belanger <belanger@truman.edu>
8509
8510 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8511 Change the way a variable is displayed in a message.
8512
8513 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8514 (calc-user-define-permanent, calc-execute-kbd-macro):
8515 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8516
8517 2004-12-30 Kenichi Handa <handa@m17n.org>
8518
8519 * files.el (basic-save-buffer-1):
8520 Set explicit-buffer-file-coding-system to last-coding-system-used.
8521 (revert-buffer): Pay attention to
8522 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8523 on bind coding-system-for-read.
8524
8525 * international/mule.el (explicit-buffer-file-coding-system):
8526 New buffer local variable.
8527 (after-insert-file-set-coding): Set it to coding-system-for-read.
8528
8529 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8530
8531 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8532
8533 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8534
8535 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8536 that include line numbers.
8537
8538 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8539
8540 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8541 Redundant variable PREFIXLEN removed.
8542
8543 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8544
8545 * eshell/em-hist.el (eshell-previous-matching-input):
8546 Start the deletion from the end of the output.
8547
8548 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8549
8550 * term/mac-win.el: Require x-dnd.
8551 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8552
8553 2004-12-29 David Kastrup <dak@gnu.org>
8554
8555 * international/mule.el (decode-coding-inserted-region):
8556 Don't barf if `buffer-undo-list' is already set to `t'.
8557
8558 2004-12-29 Jay Belanger <belanger@truman.edu>
8559
8560 * calc/calc-prog.el (calc-user-define-formula): Put default values
8561 for function names in prompts.
8562 (calc-user-define-permanent, calc-user-define-composition)
8563 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8564 default input for algebraic functions.
8565
8566 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8567
8568 * vc-rcs.el (vc-rcs-annotate-command):
8569 Fix omission bug: Call `vc-setup-buffer'.
8570
8571 2004-12-29 Kenichi Handa <handa@m17n.org>
8572
8573 * international/mule.el (recode-region): New function.
8574
8575 2004-12-28 Richard M. Stallman <rms@gnu.org>
8576
8577 * simple.el (undo-extra-outer-limit): New variable.
8578 (undo-outer-limit-truncate): Test and set it.
8579
8580 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8581 enables the feature to extend the existing region.
8582
8583 * simple.el (mark-word): New arg ALLOW-EXTEND
8584 enables the feature to extend the existing region.
8585
8586 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8587 enables the feature to extend the existing region.
8588
8589 * startup.el (site-run-file): Don't allow setting it with Custom.
8590
8591 * simple.el (buffer-disable-undo): Fix previous change.
8592
8593 2004-12-27 Masatake YAMATO <jet@gyve.org>
8594
8595 * hexl.el (hexlify-buffer): Remove fontification here.
8596 Use font lock mechanism instead.
8597 (hexl-font-lock-keywords): New font lock kewords.
8598 (hexl-mode-old-font-lock-keywords): New variable.
8599 (hexl-mode): Store the old font lock keywords.
8600 (hexl-mode-exit): Restore the old font lock keywords.
8601
8602 2004-12-27 Richard M. Stallman <rms@gnu.org>
8603
8604 * simple.el (undo): Fix previous change.
8605
8606 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8607
8608 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8609 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8610 Call x-open-connection on Mac OS X.
8611
8612 2004-12-27 Richard M. Stallman <rms@gnu.org>
8613
8614 * files.el (buffer-save-without-query): New var (buffer-local).
8615 (save-some-buffers): Save those buffers first, w/o asking.
8616
8617 * files.el (insert-directory-ls-version): New variable.
8618 (insert-directory): When ls returns an error, test the version
8619 number to decide what the return code means.
8620 With --dired output format, detect and distinguish lines
8621 that are really error messages.
8622 (insert-directory-adj-pos): New function.
8623
8624 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8625
8626 * battery.el (battery-mode-line-format): Remove initial spaces.
8627
8628 * uniquify.el (uniquify-rationalize-file-buffer-names):
8629 Delete interactive spec.
8630
8631 * type-break.el (type-break-mode): Set buffer-save-without-query.
8632 Remove code that tried to set save-some-buffers-always.
8633 (type-break-file-keystroke-count): Bind deactivate-mark.
8634
8635 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8636
8637 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8638 Test that the buffer is live, and maybe reject current buffer too.
8639 Clarify.
8640 (next-error-find-buffer): Rewrite for clarity.
8641
8642 * loadup.el: Don't use buffer-disable-undo; do it directly.
8643
8644 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8645 (describe-variable): Call symbol-file with `defvar'.
8646
8647 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8648 (symbol-file): Rewritten to handle new load-history format.
8649 Now takes an arg TYPE to specify looking for a particular
8650 type of definition only.
8651
8652 * emacs-lisp/debug.el (debugger-make-xrefs):
8653 Call symbol-file with `defun'.
8654
8655 * emacs-lisp/find-func.el (find-function-noselect):
8656 Call symbol-file with `defun'.
8657 (find-variable-noselect): Call symbol-file with `defvar'.
8658
8659 * eshell/esh-cmd.el (eshell-find-alias-function):
8660 Call symbol-file with `defun'.
8661
8662 * eshell/esh-test.el (eshell-test-goto-func):
8663 Call symbol-file with `defun'.
8664
8665 * mail/rmail.el (rmail-resend):
8666 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8667
8668 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8669
8670 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8671
8672 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8673 Call buffer-disable-undo.
8674
8675 * simple.el (undo-list-saved): New variable (buffer-local).
8676 (undo): Set and test it.
8677 (buffer-disable-undo): Move here from buffer.c.
8678 Clear out undo-list-saved.
8679
8680 * international/mule.el (decode-coding-inserted-region):
8681 Set buffer-undo-list in a correct and optimal way.
8682
8683 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8684 (cperl-font-lock-unfontify-region-function): No need to save and
8685 restore info, since font-lock.el does it for us.
8686
8687 * ansi-color.el (save-buffer-state): Definition deleted.
8688 (ansi-color-unfontify-region): Don't use save-buffer-state.
8689
8690 2004-12-27 Dave Love <fx@gnu.org>
8691
8692 * wid-edit.el (function): Use restricted-sexp as parent.
8693
8694 2004-12-27 Kevin Ryde <user42@zip.com.au>
8695
8696 * simple.el (next-matching-history-element): Use same
8697 `interactive' form as previous-matching-history-element.
8698
8699 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8700 it can appear unencoded and has been seen from yahoo.
8701
8702 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8703
8704 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8705 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8706
8707 2004-12-27 Kenichi Handa <handa@m17n.org>
8708
8709 * international/utf-8.el (utf-translate-cjk-load-tables):
8710 Bind coding-system-for-read to nil while loading subst-*.
8711
8712 2004-12-26 Jay Belanger <belanger@truman.edu>
8713
8714 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8715 default input.
8716
8717 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8718
8719 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8720 before reverting and disable undo recording while reverting.
8721
8722 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8723
8724 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8725 (hs-make-overlay): New function.
8726 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8727 (hs-flag-region): Delete function.
8728 (hs-hide-comment-region): No longer use `hs-flag-region'.
8729 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8730 (hs-hide-block-at-point): Likewise.
8731 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8732 (hs-hide-all, hs-show-all): Likewise.
8733 (hs-show-block): Likewise.
8734 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8735
8736 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8737
8738 * progmodes/hideshow.el: Require `cl' when compiling.
8739 Remove XEmacs and Emacs 19 compatibility.
8740 Use `dolist' and `add-to-list' for load-time actions.
8741 (hs-discard-overlays): Use `dolist'.
8742 (hs-show-block): Likewise.
8743
8744 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8745
8746 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8747
8748 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8749
8750 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8751 When extending backwards, move outside the current comment first.
8752
8753 2004-12-22 Kenichi Handa <handa@m17n.org>
8754
8755 * international/quail.el (quail-start-translation): Fix prompt
8756 string for the case if input-method-use-echo-area being non-nil.
8757 (quail-start-conversion): Likewise.
8758 (quail-show-guidance): Don't show guidance if
8759 input-method-use-echo-area is non-nil.
8760
8761 2004-12-21 Richard M. Stallman <rms@gnu.org>
8762
8763 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8764
8765 2004-12-21 Markus Rost <rost@ias.edu>
8766
8767 * calendar/diary-lib.el (mark-diary-entries):
8768 Set mark-diary-entries-in-calendar only after checking for diary-file.
8769
8770 2004-12-21 Richard M. Stallman <rms@gnu.org>
8771
8772 * faces.el (escape-glyph): Use blue against light foreground.
8773
8774 * simple.el (undo-outer-limit-truncate): New function.
8775 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8776
8777 2004-12-21 Eli Barzilay <eli@barzilay.org>
8778
8779 * calculator.el (calculator-radix-grouping-mode)
8780 (calculator-radix-grouping-digits)
8781 (calculator-radix-grouping-separator):
8782 New defcustoms for the new radix grouping mode functionality.
8783 (calculator-mode-hook): Now used in electric mode too,
8784 (calculator): Call it.
8785 (calculator-mode-map): Some new keys.
8786 (calculator-message): New function. Some new calls.
8787 (calculator-op, calculator-set-register): Use it.
8788 (calculator-string-to-number): New function, mostly moved and
8789 updated code from calculator-curnum-value.
8790 (calculator-curnum-value): Use it.
8791 (calculator-paste): Use it, and update grabbing the current-kill.
8792 (calculator-rotate-displayer)
8793 (calculator-rotate-displayer-back): Toggle digit grouping when
8794 in radix mode, use calculator-message.
8795 (calculator-displayer-prev, calculator-displayer-next):
8796 Change digit group size when in radix mode.
8797 (calculator-number-to-string): Rename from
8798 calculator-num-to-string. Now deals with digit grouping in
8799 radix mode.
8800 (calculator-update-display, calculator-put-value): Use the new name.
8801 (calculator-fact): Return a floating point number.
8802 (calculator-mode): Doc fix.
8803
8804 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8805
8806 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8807 * calendar/diary-lib.el (view-other-diary-entries):
8808 Use current-prefix-arg in interactive spec.
8809
8810 2004-12-19 Jay Belanger <belanger@truman.edu>
8811
8812 * calc/calc-aent.el (calcAlg-blank-matching-open):
8813 Temporarily adjust the syntax of both delimiters of half-open intervals.
8814
8815 2004-12-19 Kim F. Storm <storm@cua.dk>
8816
8817 * mouse.el (mouse-1-click-follows-link): Doc fix.
8818
8819 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8820
8821 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8822 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8823 instead of centraleuropean as the name
8824
8825 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8826
8827 Sync with Tramp 2.0.46.
8828
8829 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8830 parameters wrt Tramp convention.
8831 (tramp-handle-file-attributes-with-perl)
8832 (tramp-handle-directory-files-and-attributes): Apply it.
8833 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8834 `copy-program'. Reported by Zack Weinberg
8835 <zack@codesourcery.com>.
8836 (top): Set `edebug-form-spec' property directly rather than
8837 calling `def-edebug-spec'.
8838
8839 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8840 advice less fragile. Surround temporary redefinition of
8841 `substitute-in-file-name' with `unwind-protect'. Suggested by
8842 Matt Hodges <MPHodges@member.fsf.org>.
8843
8844 2004-12-17 Juri Linkov <juri@jurta.org>
8845
8846 * replace.el (occur-accumulate-lines, occur-engine):
8847 Make forcing deferred font-lock fontification jit-specific.
8848
8849 2004-12-17 Kim F. Storm <storm@cua.dk>
8850
8851 * mouse.el (mouse-1-click-follows-link): New defcustom.
8852 (mouse-on-link-p): New function.
8853 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8854 functionality. Map a mouse-1 click event into a mouse-2 (or
8855 other) event when position is inside a link.
8856
8857 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8858 prefix in tooltip text with "mouse-1" when this is a link
8859 recognized by mouse-1-click-follows-link functionality.
8860
8861 * help.el (describe-key): Report effective and original binding
8862 for mouse-1 when clicked on a link.
8863 (describe-mode): Add follow-link property to "minor-mode" button.
8864
8865 * help-fns.el (describe-variable): Add follow-link property to
8866 "below" button.
8867
8868 * help-mode.el (help-xref): Add follow-link property.
8869
8870 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8871 (apropos-command, apropos-variable, apropos-face, apropos-group)
8872 (apropos-widget, apropos-plist): Add follow-link property.
8873
8874 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8875 checks if position is in a filename, rather than some other
8876 clickable item. Function looks for cvs-filename-face at position.
8877
8878 * wid-edit.el (widget-specify-field, widget-specify-button):
8879 Map a :follow-link keyword into a follow-link property.
8880 (link): Add :follow-link keyword, map to RET binding.
8881
8882 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8883
8884 * progmodes/compile.el (compilation-minor-mode-map)
8885 (compilation-button-map, compilation-mode-map): Likewise.
8886
8887 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8888
8889 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8890 (zone-replace-char): Take `count' and `del-count'
8891 instead of `direction'. Update callers. When `del-count' is
8892 non-nil, delete that many characters, otherwise `count' characters
8893 backwards. Insert the newly-replaced string `count' times.
8894 (zone-fret): Handle chars w/ width greater than one.
8895 (zone-fall-through-ws): No longer take window width `ww'.
8896 Update callers. Add handling for `char-width' greater than one.
8897 (zone-pgm-drip): Update var holding window-end position every cycle.
8898
8899 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8900
8901 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8902 rather than insert-file.
8903
8904 2004-12-16 Jay Belanger <belanger@truman.edu>
8905
8906 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8907 (math-init-random-base, math-random-digit): Check to see if
8908 var-RandSeed is bound.
8909 (math-random-last): Declare it.
8910 (math-random-digit): Don't make math-random-last local.
8911
8912 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8913
8914 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8915 one-shot thunk for uniform (error, quit, normal) recovery.
8916 Reported by John Paul Wallington.
8917 (zone-pgm-random-life): Fix bug:
8918 Recognize empty initial field by lack of "@" chars.
8919
8920 2004-12-16 Juri Linkov <juri@jurta.org>
8921
8922 * help.el (function-called-at-point):
8923 * help-fns.el (variable-at-point): As a last resort try stripping
8924 non-word prefixes and suffixes.
8925
8926 * descr-text.el (describe-property-list): Don't treat syntax-table
8927 specially. Use describe-text-sexp which inserts [show] button
8928 for large objects and handles printing errors. Sort properties
8929 by names in alphabetical order instead of by value sizes.
8930 Add `mouse-face' to list of properties for `describe-face' widget.
8931 (describe-char): Mask out face-id from 19 bits of character.
8932 Print face-id separately.
8933
8934 * replace.el (occur-accumulate-lines, occur-engine):
8935 Fontify unfontified matching lines in the source buffer
8936 before copying them.
8937 (occur-engine): Don't put mouse-face on context lines.
8938 (occur-next-error): Set point to line beginning/end
8939 before searching for prev/next property to skip multiple
8940 matches on a line (not supported by occur engine).
8941 Remove redundant prefix-numeric-value.
8942
8943 2004-12-15 Juri Linkov <juri@jurta.org>
8944
8945 * replace.el (match): New face.
8946 (list-matching-lines-face): Change default from `bold' to `match'.
8947
8948 * progmodes/grep.el (grep-match-face): New defvar.
8949 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8950 compilation-column-face to highlight grep matches.
8951
8952 * apropos.el (apropos-match-face): Change default from
8953 `secondary-selection' to `match'.
8954
8955 * info-look.el (info-lookup-highlight-face): Change default from
8956 `highlight' to `match'.
8957
8958 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8959
8960 * progmodes/executable.el (executable-interpret): Eliminate
8961 obsolete compile-internal, and switch to comint for interaction.
8962
8963 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8964
8965 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8966 `&&' when skipping multiple statements on a line.
8967
8968 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8969
8970 * play/zone.el (zone): Set `truncate-lines'.
8971 Also, init `tab-width' with value from original buffer.
8972 (zone-shift-up): Rewrite for speed.
8973 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8974 (zone-pgm-jitter): Remove redundant entries from ops vector.
8975 (zone-exploding-remove): Reduce iteration count.
8976 (zone-cpos): Convert to defsubst.
8977 (zone-replace-char): New defsubst.
8978 (zone-park/sit-for): Likewise.
8979 (zone-fret): Take window-start arg.
8980 Update callers. Use `zone-park/sit-for'.
8981 (zone-fill-out-screen): Rewrite.
8982 (zone-fall-through-ws): Likewise. Update callers.
8983 (zone-pgm-drip): Use `zone-replace-char'.
8984 Move var inits before while-loop. Use `zone-park/sit-for'.
8985 (zone-pgm-random-life): Handle empty initial field.
8986 Use `zone-replace-char' and `zone-park/sit-for'.
8987
8988 2004-12-15 Juri Linkov <juri@jurta.org>
8989
8990 * isearch.el (isearch-update): Test isearch-lazy-highlight
8991 before calling isearch-lazy-highlight-new-loop.
8992 (isearch-lazy-highlight-new-loop):
8993 Don't test isearch-lazy-highlight.
8994
8995 * replace.el (perform-replace): Add isearch-case-fold-search.
8996 Use delimited-flag for isearch-regexp.
8997 Reset isearch-lazy-highlight-last-string to force lazy
8998 highlighting when called from isearch mode.
8999 (query-replace-highlight): Revert defcustom type to boolean.
9000 (query-replace-lazy-highlight): New defcustom.
9001 (query-replace): New face.
9002 (perform-replace, replace-highlight, replace-dehighlight):
9003 Test query-replace-lazy-highlight instead of special value
9004 `isearch' of query-replace-highlight.
9005 (replace-dehighlight): Don't call isearch-dehighlight.
9006 (replace-highlight): Don't call isearch-highlight.
9007 Use face `query-replace' unconditionally.
9008
9009 2004-12-14 Kim F. Storm <storm@cua.dk>
9010
9011 * simple.el (inhibit-mark-movement): Remove defvar.
9012 (beginning-of-buffer, end-of-buffer): Don't use it.
9013
9014 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9015 Don't use inhibit-mark-movement.
9016
9017 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9018 (cua--undo-push-mark): Remove.
9019 (cua--pre-command-handler, cua--post-command-handler):
9020 Don't fiddle with inhibit-mark-movement.
9021
9022 2004-12-14 Juri Linkov <juri@jurta.org>
9023
9024 * buff-menu.el (list-buffers-noselect): Collect internal info
9025 for every buffer in BUFFER-LIST arg too.
9026 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9027 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9028 Bind same-window-buffer-names and same-window-regexps to nil.
9029
9030 2004-12-13 Juri Linkov <juri@jurta.org>
9031
9032 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9033
9034 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9035 (sc-cite-region, sc-uncite-region, sc-recite-region):
9036 Fix previous change to handle not alist as a symbol, but
9037 a citation frame as a symbol that represents a variable name.
9038
9039 2004-12-13 Richard M. Stallman <rms@gnu.org>
9040
9041 * filecache.el (file-cache-add-directory-using-find):
9042 Only set up file-cache-find-command-posix-flag if we will use it.
9043
9044 * bindings.el (mode-line-buffer-identification-keymap):
9045 Don't cancel the mode-line's usual down-mouse-1 binding.
9046
9047 * cus-edit.el (custom-face-selected): Handle `default' specs.
9048 (custom-face-edit): Increase extra-offset.
9049 (custom-display): Handle `default' specs.
9050
9051 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9052
9053 * emacs-lisp/elint.el (elint-standard-variables)
9054 (elint-unknown-builtin-args): Move definitions up.
9055
9056 * net/browse-url.el (browse-url-url-at-point): Add autoload.
9057
9058 * info.el (info-xref-visited): Use `default' instead of t.
9059 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9060
9061 * faces.el (header-line, mode-line-inactive, tool-bar):
9062 Use `default' instead of t for setting the defaults.
9063 (face-spec-choose): Separate `t' from `default'.
9064
9065 * subr.el (while-no-input): New macro.
9066
9067 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
9068
9069 * filecache.el (file-cache-add-directory-using-find):
9070 Only test file-cache-find-command-posix-flag on some systems.
9071
9072 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9075 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9076 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9077 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9078 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9079
9080 2004-12-12 Juri Linkov <juri@jurta.org>
9081
9082 * files.el (find-file-other-window, find-file-other-frame):
9083 Add the first buffer to the returned value to return the complete
9084 list of all visited buffers.
9085 (find-file-read-only, find-file-read-only-other-window)
9086 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9087 `find-file-read-args'. Signal an error about non-existent file
9088 only if file name doesn't contain wildcards. Toggle read-only in
9089 all visited buffers.
9090 (find-alternate-file, find-alternate-file-other-window):
9091 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
9092 called interactively. Pass arg `wildcards' to other functions.
9093 (find-file-noselect): Doc fix.
9094
9095 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9096 Doc fix.
9097 (ffap-directory-finder): New variable.
9098 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9099 (ffap-file-at-point): Add /* to immediately rejected names.
9100 Return absolute file names matching ffap-dired-wildcards.
9101 (ffap-read-file-or-url): Set default value for `completing-read'
9102 to `buffer-file-name'.
9103 (find-file-at-point): When filename matches ffap-dired-wildcards,
9104 call ffap-file-finder with t arg `wildcards', instead of dired.
9105 (ffap-other-window, ffap-other-frame): Return visited buffers.
9106 (ffap-read-only, ffap-read-only-other-window)
9107 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9108 (dired-at-point): Call ffap-directory-finder instead of dired.
9109 (ffap-dired-other-window, ffap-dired-other-frame)
9110 (ffap-list-directory): New commands.
9111 (ffap-bindings): New keybindings for new commands.
9112
9113 2004-12-12 Juri Linkov <juri@jurta.org>
9114
9115 * simple.el (beginning-of-buffer, end-of-buffer):
9116 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9117 Do not push mark when mark is active in transient-mark-mode.
9118
9119 * simple.el (mark-word):
9120 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9121 * textmodes/paragraphs.el (mark-paragraph):
9122 Extend the region when mark is active in transient-mark-mode,
9123 regardless of the last command. Doc fix.
9124
9125 * simple.el (mark-word): Preserve direction when repeating.
9126 Make arg optional. Interactive "p" -> "P".
9127 (transient-mark-mode, inhibit-mark-movement): Doc fix.
9128
9129 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9130 preserving direction, to mark forward instead of backward when mark
9131 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9132
9133 2004-12-12 Juri Linkov <juri@jurta.org>
9134
9135 * isearch.el (isearch-edit-string): Set 7th arg of
9136 `read-from-minibuffer' to `t' to inherit the current input
9137 method (whose name is indicated by [IM] in the minibuffer prompt)
9138 from the current buffer to the minibuffer.
9139 (isearch-lazy-highlight-update): Put body to `with-local-quit'
9140 to allow C-g quitting for lazy highlighting looping inside the
9141 search with nested repetition operators. Add overlay to the list
9142 before setting its face and other properties to avoid the case of
9143 code quitting after placing the new overlay but before it's
9144 recorded on the list. Select the window where isearch was
9145 activated, to highlight matches in the right window when isearch
9146 switches the current window to the minibuffer.
9147
9148 * international/isearch-x.el
9149 (isearch-process-search-multibyte-characters):
9150 Use `isearch-message' as initial input for `read-string' instead
9151 of adding it to the minibuffer prompt. After reading a string
9152 remove the initial value of `isearch-message' from the string.
9153
9154 * replace.el (replace-match-maybe-edit): Doc fix.
9155 (perform-replace): Don't call `replace-highlight' when automatic
9156 replacement is requested in literal mode, since it is intended
9157 only to highlight words during entering a new replacement string
9158 for \? in non-literal mode.
9159
9160 * replace.el (query-replace-highlight): Add new value `isearch'
9161 that allows query replacement to use isearch highlighting.
9162 Change type from `boolean' to `choice'. Doc fix.
9163 (replace-highlight, replace-dehighlight, perform-replace):
9164 Use isearch highlighting if query-replace-highlight eq `isearch'.
9165
9166 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9169 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9170
9171 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9172 case of \end{verbatim}.
9173
9174 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9175
9176 * term.el (term-termcap-format): Synchronyze with terminfo.
9177 (term-emulate-terminal): Handle reset.
9178 (term-reset-terminal): New function.
9179
9180 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
9181
9182 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9183 (zone-fill-out-screen): New func.
9184 (zone-pgm-drip): Use `zone-fill-out-screen'.
9185 Also, no longer go to point-min on every cycle.
9186 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9187 (zone-pgm-random-life-wait): New user var.
9188 (zone-pgm-random-life): New func.
9189
9190 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
9191
9192 * files.el (auto-mode-alist): Map .com to DCL mode.
9193
9194 2004-12-09 Richard M. Stallman <rms@gnu.org>
9195
9196 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9197
9198 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
9199
9200 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9201 buffer with a display margin.
9202
9203 2004-12-08 Jay Belanger <belanger@truman.edu>
9204
9205 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9206 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9207
9208 2004-12-08 Richard M. Stallman <rms@gnu.org>
9209
9210 * faces.el: Delete code to set display table.
9211 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
9212
9213 2004-12-08 Jay Belanger <belanger@truman.edu>
9214
9215 * calc/calc.el: Add math-read-preprocess-string to autoloads.
9216
9217 * calc/calc-ext.el (math-read-replacement-list)
9218 (math-read-superscripts, math-read-preprocess-string): Move to
9219 calc-aent.el.
9220
9221 * calc/calc-aent.el (math-read-replacement-list)
9222 (math-read-superscripts, math-read-preprocess-string): Move from
9223 calc-ext.el.
9224
9225 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * isearch.el (isearch-quote-char): Fix up typo in last change.
9228
9229 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9230
9231 * mouse.el (mouse-set-font): Handle the case where the command was
9232 not invoked using the mouse.
9233
9234 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
9235 (edmacro-finish-edit): Further update for keyboard macros that are
9236 lambda forms.
9237 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
9238
9239 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * font-lock.el (font-lock-unfontify-region): Save buffer state.
9242 (font-lock-default-unfontify-region): Don't save buffer state any more.
9243
9244 2004-12-07 Jay Belanger <belanger@truman.edu>
9245
9246 * calc/calc-help.el (calc-describe-key):
9247 Set calc-summary-indentation even when Calc Summary buffer exists.
9248
9249 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
9250
9251 * calendar/holidays.el (holiday-easter-etc): Make arguments
9252 optional for backwards compatibility. Doc fix.
9253 Remove un-necessary local vars mandatory, output-list.
9254 (holiday-advent): Make arguments optional for backwards
9255 compatibility. Doc fix.
9256
9257 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * paren.el (show-paren-function): Fix last change (2004-12-02).
9260
9261 * international/mule-util.el (char-displayable-p): Return nil for
9262 unibyte mode.
9263
9264 * subr.el (subregexp-context-p): New function.
9265
9266 * isearch.el (isearch-quote-char): Use it.
9267
9268 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9269 (regexp-opt-not-groupie*-re): Remove.
9270 (regexp-opt): Properly handle inputs with duplicate entries.
9271
9272 2004-12-06 Richard M. Stallman <rms@gnu.org>
9273
9274 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9275
9276 * cus-edit.el (custom-file): Doc fix.
9277
9278 * textmodes/org.el: New file.
9279
9280 2004-12-06 Kenichi Handa <handa@m17n.org>
9281
9282 * ldefs-boot.el: Update international/mule-util.el section.
9283
9284 2004-12-05 Sam Steingold <sds@gnu.org>
9285
9286 * net/tramp.el (tramp-handle-file-accessible-directory-p):
9287 Fix `tramp-time-diff' comparison logic.
9288
9289 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
9290
9291 * progmodes/which-func.el (which-function):
9292 Use `run-hook-with-args-until-success' instead of a custom loop.
9293 Fixes bug with local hooks.
9294
9295 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9296
9297 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
9298 Use delete-dups when calculating the initial value.
9299 (bibtex-autokey-get-title): Use <=.
9300 (bibtex-goto-line): New function.
9301 (bibtex-reposition-window): Use line numbers instead of point
9302 positions. Use window-body-height.
9303 (bibtex-find-crossref): Use bibtex-reposition-window.
9304 (bibtex-find-entry): Use bibtex-reposition-window. Always return
9305 position of entry if key is found or nil if not found.
9306
9307 2004-12-05 Richard M. Stallman <rms@gnu.org>
9308
9309 * cus-edit.el (custom-file): Doc fix.
9310
9311 * progmodes/sh-script.el (sh-indent-for-then): Change default.
9312
9313 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * simple.el (blink-matching-open):
9316 * textmodes/tex-mode.el (tex-validate-region):
9317 Obey syntax-table text properties.
9318
9319 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
9320
9321 * wid-edit.el (widget-specify-field): Add `real-field' property to
9322 boundary.
9323 (widget-field-at): Use it.
9324
9325 2004-12-02 Richard M. Stallman <rms@gnu.org>
9326
9327 * progmodes/cc-mode.el (awk-mode autoload):
9328 Supply t meaning interactive function.
9329
9330 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
9331 (isearch-mode-map): No special definition for space.
9332 (isearch-whitespace-chars): Command deleted.
9333 (isearch-forward-regexp): Doc fix.
9334 (isearch-quote-char): When a space is not inside brackets,
9335 use `[ ]' instead of just space.
9336 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9337
9338 * imenu.el (imenu--generic-function): Delete code to exclude
9339 matches in comments.
9340
9341 * man.el (Man-reverse-face): Change default to `highlight'.
9342
9343 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9344 (occur-engine): Use `face' prop rather than `font-lock-face'
9345 when specifying use of `match-face'.
9346 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9347
9348 * emacs-lisp/elint.el (elint-standard-variables): Update list.
9349
9350 * add-log.el (add-log-current-defun): Handle the case where point
9351 is in the header part of a DEFUN construct.
9352
9353 2004-12-02 Dave Love <fx@gnu.org>
9354
9355 * progmodes/python.el (python-font-lock-syntactic-keywords):
9356 Fix previous change.
9357
9358 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
9359
9360 * paren.el (show-paren-function): Check for matching chars
9361 specified by text props.
9362
9363 2004-12-02 Jay Belanger <belanger@truman.edu>
9364
9365 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9366 when reading a new key sequence.
9367
9368 2004-12-02 Kim F. Storm <storm@cua.dk>
9369
9370 * faces.el (escape-glyph): Rename from glyph.
9371 (standard-display-table): Set it here. Add escape-glyph face to
9372 extra slot characters.
9373
9374 * disp-table.el: Undo 2004-12-01 change. Display table is now
9375 setup in faces.el.
9376
9377 2004-12-02 Mark A. Hershberger <mah@everybody.org>
9378
9379 * xml.el (xml-parse-dtd): Don't show validity messages when
9380 xml-validating-parser is nil.
9381 (xml-substitute-special): Fix validity error messages to
9382 actually show the unexpandable entity. Added validity error if &
9383 isn't followed by an entity.
9384 (xml-parse-tag): Concatenate any string following the a
9385 <![CDATA[]]> section to the parsed CDATA.
9386 (xml-parse-dtd): Skip parameter entity declarations and use of
9387 parameter entities.
9388
9389 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9390
9391 * kmacro.el (kmacro-default-counter-format): New var.
9392 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
9393 (kmacro-display): Remove `nil' from `and' form. Delete call to
9394 `format' inside `message'.
9395 (kmacro-start-macro): Use `kmacro-default-counter-format'.
9396
9397 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * pcvs.el (cvs-header-msg): New function.
9400 (cvs-update-header): Use it. Change calling convention.
9401 Correctly handle the case of having simultaneous active processes.
9402 (cvs-sentinel): Don't call cvs-update-header any more.
9403 (cvs-mode-run): Update call and add cvs-update-header to postproc.
9404
9405 2004-12-01 Jay Belanger <belanger@truman.edu>
9406
9407 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9408 Change message.
9409
9410 2004-12-01 Juri Linkov <juri@jurta.org>
9411
9412 * progmodes/prolog.el (prolog-mode-variables):
9413 Fix imenu-generic-expression.
9414
9415 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
9416
9417 * faces.el (glyph): New face.
9418
9419 * disp-table.el: Add an autoloaded table, that doesn't require
9420 this library, with glyph face.
9421
9422 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9423 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9424 (conf-quote-normal): Allow normalizing only ' or ".
9425 (conf-mode): Regexp-quote constructed comment-start and don't
9426 match section {} where "name" contains braces.
9427
9428 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9429 files.
9430
9431 2004-12-01 Kenichi Handa <handa@m17n.org>
9432
9433 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9434 (x-select-text): Don't treat eight-bit-control/graphic chars
9435 specially. Store the encoded text in the X cut buffer.
9436 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9437 with x-last-selected-text-cut-encoded.
9438
9439 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9442
9443 2004-11-30 Markus Rost <rost@ias.edu>
9444
9445 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9446 AUCTeX.
9447
9448 2004-11-30 Jay Belanger <belanger@truman.edu>
9449
9450 * calc/calc-arith.el (math-possible-signs): Made stronger checks
9451 on signs of intervals.
9452 (math-pow-of-zero): Strengthen checks for positive and negative
9453 exponents.
9454
9455 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9456 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9457 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9458 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9459 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9460 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9461 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9462 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9463 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9464 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9465 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9466 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9467 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9468 with provide statements.
9469
9470 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9471
9472 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9473
9474 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9475 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9476 functions by require statements.
9477 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9478
9479 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9480 (calc-gnuplot-print): Give them values.
9481
9482 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9483 autoloads.
9484 Add calc-do-embedded-activate to autoloads.
9485 (calc-gnuplot-name, calc-gnuplot-plot-command)
9486 (calc-gnuplot-print-command): Move them to calc-graph.el.
9487
9488 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9489
9490 * term/mac-win.el (ccl-encode-mac-roman-font)
9491 (ccl-encode-mac-cyrillic-font)
9492 (ccl-encode-mac-centraleuropean-font, encoder-list)
9493 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9494 Support Cyrillic, CentralEuropean, and Dingbat font display
9495
9496 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9497
9498 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9499
9500 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9501 still nil.
9502
9503 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9504
9505 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9506 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9507
9508 2004-11-29 Jay Belanger <belanger@truman.edu>
9509
9510 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9511 cases of the base and exponent.
9512
9513 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9514
9515 * simple.el (next-error-buffer-p): Allow for inclusive and
9516 exclusive tests for finding a buffer.
9517 (next-error-find-buffer): Pass the exclusive and inclusive tests
9518 to next-error-buffer-p.
9519
9520 * replace.el (occur-next-error): Switch to the Occur buffer when
9521 appropriate, use the exclusive filter to next-error-find-buffer to
9522 do it. Use the absolute value of the motion amount.
9523
9524 2004-11-29 Kenichi Handa <handa@m17n.org>
9525
9526 * startup.el (command-line): Decode all default-directory by
9527 locale-coding-system.
9528
9529 2004-11-29 Jay Belanger <belanger@truman.edu>
9530
9531 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9532 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9533 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9534 Replace calls to calc-extensions by appropriate require, replace
9535 calc-extensions-loaded by appropriate featurep.
9536
9537 * calc/calc-ext.el: Move require to end of file.
9538 Remove redundant loading of calc.el.
9539 (calc-extensions-loaded): Remove unnecessary variable.
9540 (calc-extensions): Remove unnecessary function.
9541 (calc-load-everything): Replace calc-need-macros by appropriate require.
9542
9543 * calc/calc-macs.el: Move provide to end of file.
9544 (calc-need-macros): Remove unnecessary function.
9545
9546 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9547 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9548 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9549 Replace calc-extensions by appropriate require.
9550 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9551
9552 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9553 Replace calc-need-macros by appropriate require.
9554
9555 * calc/calc.el: Move require to end of file.
9556 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9557 Remove unnecessary variable.
9558 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9559 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9560 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9561 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9562 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9563 (math-format-number, math-format-bignum, math-read-number)
9564 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9565 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9566 by appropriate require.
9567 (calc-check-defines): Replace calc-need-macros by appropriate require.
9568
9569 2004-11-29 Kim F. Storm <storm@cua.dk>
9570
9571 * macros.el (insert-kbd-macro): Handle kmacro functions.
9572
9573 2004-11-28 Juri Linkov <juri@jurta.org>
9574
9575 * compare-w.el (compare-windows-highlight): Attach each overlay
9576 to its window to properly highlight differences while comparing
9577 two windows of the same buffer. Fix arguments.
9578 (compare-windows-sync-default-function): Fix arguments of
9579 `compare-windows-highlight'.
9580
9581 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9582 Use `read-expression-history'. Set initial contents only if
9583 `edebug-global-break-condition' is non-nil. Set histpos to 1
9584 if initial contents is equal to the last history element.
9585 (edebug-set-conditional-breakpoint): Instead of temporarily
9586 prepending the current condition to the history, set initial
9587 contents to the current condition. Set histpos to 1 if initial
9588 contents is equal to the last history element.
9589
9590 * info.el (Info-search-whitespace-regexp): Remove shy group.
9591 (Info-search): Forward line if search is on the header line.
9592 Use search-whitespace-regexp in two other places.
9593
9594 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9595
9596 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9597 warning. Delay real definition, which uses
9598 `set-fringe-indicators-1' till after the definition of that function.
9599
9600 2004-11-28 Kim F. Storm <storm@cua.dk>
9601
9602 * fringe.el (fringe): New defgroup.
9603 (fringe-mode): Move to fringe group.
9604 (fringe-indicators): New defcustom.
9605 (set-fringe-indicators-1): New defun.
9606
9607 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9608 (menu-bar-showhide-fringe-ind-menu): New keymap.
9609 (menu-bar-showhide-fringe-ind-empty)
9610 (menu-bar-showhide-fringe-ind-mixed)
9611 (menu-bar-showhide-fringe-ind-box)
9612 (menu-bar-showhide-fringe-ind-right)
9613 (menu-bar-showhide-fringe-ind-left)
9614 (menu-bar-showhide-fringe-ind-none): New defuns.
9615 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9616
9617 2004-11-27 Richard M. Stallman <rms@gnu.org>
9618
9619 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9620
9621 * generic.el (define-generic-mode): Doc fix.
9622
9623 * menu-bar.el (menu-bar-options-save): For the options
9624 that are toggled with menu-bar-make-mm-toggle, don't check
9625 for customized-value prop.
9626
9627 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9628
9629 * mail/supercite.el (sc-cite-region): Handle the case where
9630 sc-cite-frame-alist is a symbol.
9631 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9632 a symbol.
9633 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9634 a symbol.
9635
9636 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9637
9638 * wid-edit.el (widget-narrow-to-field): New function.
9639 (widget-complete): Use it.
9640
9641 2004-11-27 Jay Belanger <belanger@truman.edu>
9642
9643 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9644 variable.
9645 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9646 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9647 (math-alg-inequalities): Move declaration to earlier in the file.
9648
9649 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9650 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9651 Declare them.
9652
9653 * calc/calc-lang.el (math-expr-data, math-expr-token)
9654 (math-exp-old-pos): Declare them.
9655
9656 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9657 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9658
9659 2004-11-27 Kim F. Storm <storm@cua.dk>
9660
9661 * progmodes/flymake.el: Use (featurep 'xemacs).
9662 (flymake-makehash): Change to defsubst. Use fboundp.
9663 (flymake-time-to-float): Remove.
9664 (flymake-float-time): Merge code from flymake-time-to-float here.
9665 (flymake-replace-regexp-in-string): Change to defsubst.
9666 (flymake-split-string-remove-empty-edges):
9667 Rename to flymake-split-string.
9668 (flymake-split-string): Remove previous defalias.
9669 (flymake-get-temp-dir): Change to defsubst.
9670 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9671 Define for xemacs only.
9672 (flymake-master-file-count-limit): Change into compiler defvar only.
9673 (flymake-find-possible-master-files): Let-bind it dynamically while
9674 sorting files using flymake-master-file-compare.
9675
9676 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9679 of defun-prompt-regexp matches inside a comment/string but the
9680 beginning is correctly outside everything.
9681
9682 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9683 appears within a string or a comment.
9684
9685 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9686 rather than make-symbol for symbols which are used in
9687 a symbol-macrolet or equivalent.
9688
9689 2004-11-26 Jay Belanger <belanger@truman.edu>
9690
9691 * calc-misc.el (calc-last-why-command): Declare it.
9692
9693 * calc-vec.el (math-grade-vec): New variable.
9694 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9695 Replace variable grade-vec by declared variable.
9696 (math-rb-close): New variable.
9697 (math-read-brackets, math-read-vector): Replace variable close by
9698 declared variable.
9699
9700 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9701 (calc-one-window, calc-edit-handler, calc-restore-trail)
9702 (calc-allow-ret): Declare them.
9703
9704 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9705 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9706 (math-radix-float-cache-tag, math-random-cache)
9707 (math-max-digits-cache, math-integral-cache, math-units-table)
9708 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9709 (math-moc-func): New variable.
9710 (math-map-over-constants, math-map-over-constants-rec):
9711 Replace variable func by declared variable.
9712
9713 * calc/calc-store.el (calc-given-value, calc-store-opers):
9714 Declare them.
9715 (calc-var-name-map): Move declaration to earlier in the file.
9716 (calc-pv-pos): New variable.
9717 (calc-permanent-variable, calc-insert-permanent-variable):
9718 Replace variable pos by declared variable.
9719
9720 * calc/calc-mtx.el (calc-det-lu): New variable.
9721 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9722
9723 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9724 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9725 and arg by declared variables.
9726 (calcFunc-reducer): Fix incorrect variable.
9727 (math-inner-mul-func, math-inner-add-func): New variables.
9728 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9729 and add-func by declared variables.
9730
9731 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9732 (calc-digit-value): Declare them.
9733
9734 * calc/calc-help.el (Info-history): Declare it.
9735 (calc-describe-key): Make calc-summary-indentation a local variable.
9736 (calc-help-long-names): Move declaration to earlier in file.
9737
9738 * calc/calc-embed.el (calc-original-buffer): Declare it.
9739 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9740 (calc-embed-bot): New variables.
9741 (calc-do-embedded, calc-embedded-mark-formula)
9742 (calc-embedded-find-bounds, calc-embedded-duplicate)
9743 (calc-embedded-new-formula, calc-embedded-make-info):
9744 Replace vars outer-top, outer-bot, bot and top by declared variables.
9745 (calc-embed-prev-modes): New variable.
9746 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9747 prev-modes with declared variable.
9748 (calc-embed-vars-used): New variable.
9749 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9750 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9751 vars-used by declared variable.
9752
9753 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9754 (math-format-radix-float): Remove unnecessary setq.
9755 (math-radix-float-cache): Declare it.
9756
9757 * calc/calcsel2.el (calc-keep-selection): Declare it.
9758
9759 * calc/calc-maint.el: Remove file.
9760
9761 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9762
9763 * textmodes/bibtex.el (bibtex-sort-entry-class)
9764 (bibtex-comment-start): Use defcustom.
9765 (bibtex-entry-field-alist): Use nil if initial content of the
9766 field is undefined. Fix docstring.
9767 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9768 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9769 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9770 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9771 Fix docstring.
9772 (bibtex-autokey-title-terminators): Use only one regexp.
9773 (bibtex-string-maybe-empty-head): New variable.
9774 (bibtex-remove-delimiters-string): New function.
9775 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9776 Use bibtex-remove-delimiters-string.
9777 (bibtex-progress-message, bibtex-field-left-delimiter)
9778 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9779 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9780 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9781 Simplify.
9782 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9783 Use eq and bibtex-remove-delimiters-string. For end markers use
9784 insertion type so that marker stays after inserted text.
9785 (bibtex-autokey-get-names): Return empty string if name is missing.
9786 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9787 calling bibtex-autokey-name-case-convert.
9788 (bibtex-autokey-demangle-title):
9789 Call bibtex-autokey-titleword-case-convert. Remove call to
9790 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9791 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9792 (bibtex-read-key): New optional arg global.
9793 (bibtex-files-expand): New optional arg force.
9794 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9795 (bibtex-complete-crossref-cleanup): Rename from
9796 bibtex-complete-key-cleanup. Simplify code.
9797 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9798 Operate on current entry.
9799 (bibtex-button): Add docstring.
9800 (bibtex-entry): Simplify.
9801 (bibtex-make-field): Replace optional arg called-by-yank with more
9802 specific args move and interactive.
9803 (bibtex-end-of-entry): Use forward-sexp.
9804 (bibtex-find-entry-globally): Remove.
9805 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9806 Bound to C-c C-x.
9807 (bibtex-find-entry): New optional args global and display.
9808 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9809 (bibtex-validate): Use arg force of bibtex-files-expand.
9810 (bibtex-clean-entry): Bugfix, clean string entries properly.
9811 Always keep point at beginning of entry.
9812 (bibtex-complete): Bugfix. Handle string entries properly.
9813 Call cleanup functions only if needed.
9814 (bibtex-String): Use bibtex-read-string-key.
9815 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9816 case of replacement text.
9817
9818 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9819
9820 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9821 (tramp-perl-directory-files-and-attributes): New constant.
9822 (tramp-file-name-handler-alist): Delete file-directory-files, add
9823 directory-files-and-attributes.
9824 (tramp-perl-file-attributes): Surround uid and gid by double
9825 quotes. Change parameter id-format from nonnumeric.
9826 (tramp-convert-file-attributes): New function.
9827 (tramp-handle-file-attributes): Use it.
9828 (tramp-maybe-send-perl-script): New function.
9829 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9830 file mode. Change parameter id-format from nonnumeric.
9831 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9832 from nonnumeric.
9833 (tramp-post-connection): Don't send tramp-perl-file-attributes
9834 script. Reset connection property "perl-scripts".
9835 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9836 in use.
9837
9838 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9839
9840 * desktop.el (desktop-read): Replace mapcar with mapc.
9841 (desktop-create-buffer): Replace mapcar with mapc.
9842 Remove redundant piece of code.
9843
9844 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9845
9846 * progmodes/gud.el (gud-display-line): Use display-buffer
9847 for GDB-UI as for GUD.
9848
9849 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9850 Delete variables.
9851 (gdb-ann3): Don't make GUD buffer dedicated.
9852 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9853 (gdb-display-source-buffer): Delete function.
9854 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9855 (menu): Delete menu bindings for viewing source/assembler.
9856 (gdb-setup-windows, gdb-restore-windows):
9857 Don't dedicate GUD. No assembler now.
9858 (gdb-reset): No need to undedicate source buffers now.
9859 (gdb-source-info): No assembler now.
9860
9861 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9862
9863 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9864 width to those for special frames.
9865 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9866 Use display-buffer.
9867 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9868 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9869 (gdb-frame-assembler-buffer): Rework like
9870 gdb-frame-breakpoints-buffer.
9871
9872 2004-11-25 Richard M. Stallman <rms@gnu.org>
9873
9874 * progmodes/flymake.el: Reindent.
9875 (flymake-split-string): Turn into defalias.
9876 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9877 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9878 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9879 (flymake-build-relative-filename): Rename from ...path.
9880 Fix error message.
9881
9882 2004-11-25 Cheng Gao <chenggao@gmail.com>
9883
9884 * progmodes/flymake.el: Much whitespace and capitalization change.
9885 Move `provide' to end. Require `compile' only when compiling.
9886
9887 2004-11-24 Jay Belanger <belanger@truman.edu>
9888
9889 * calc/calc-alg.el: Added comment.
9890 (math-polynomial-base): Replace variable mpb-top-expr by
9891 math-poly-base-top-expr.
9892
9893 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9894 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9895 variable.
9896 (math-poly-base-total-base): New variable.
9897 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9898 mpb-total-base by declared variable.
9899 (math-factored-vars, math-to-list): Declare it.
9900 (math-fact-expr): New variable.
9901 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9902 (math-factor-expr-try, math-factor-expr-part): Replace variable
9903 expr by declared variable.
9904 (math-fet-x): New variable.
9905 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9906 by declared variable.
9907 (math-factor-poly-coefs): Make temp a local variable.
9908
9909 * calc/calc-units.el (calc-convert-units): Make units a local
9910 variable.
9911 (calc-num-units, calc-den-units): New variables.
9912 (calc-explain-units, calc-explain-units-rec): Replace variables
9913 num-units and den-units by declared variables.
9914 (math-cu-unit-list): New variable.
9915 (math-build-units-table, math-compare-unit-names)
9916 (math-convert-units, math-convert-units-rec): Replace variable
9917 unit-list by declared variable.
9918 (math-fbu-base, math-fbu-entry): New variables.
9919 (math-find-base-units, math-find-base-units-rec): Replace variables
9920 base and entry by declared variables.
9921 (math-which-standard): New variable.
9922 (math-to-standard-units, math-to-standard-rec): Replace variable
9923 which-standard by declared variable.
9924 (math-fcu-u): New variable.
9925 (math-find-compatible-unit, math-find-compatible-unit-rec):
9926 Replace variable u by declared variable.
9927 (math-cu-new-units, math-cu-pure): New variables.
9928 (math-convert-units, math-convert-units-rec): Replace variables
9929 new-units and pure by declared variables.
9930 (math-try-cancel-units): New variable.
9931 (math-simplify-units-quotient): Replace variable try-cancel-units by
9932 declared variable.
9933
9934 2004-11-24 Richard M. Stallman <rms@gnu.org>
9935
9936 * textmodes/ispell.el (ispell-check-version):
9937 If default-directory is nonexistent, use home dir.
9938
9939 * progmodes/grep.el (grep-regexp-alist):
9940 Don't match parens around line numbers.
9941
9942 * progmodes/cperl-mode.el (cperl-indent-region)
9943 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9944 Don't print progress messages.
9945
9946 * progmodes/compile.el (compilation-mode-map):
9947 Don't inherit from compilation-minor-mode-map;
9948 copy its bindings instead. But the menu bar Compile
9949 entry now does inherit from compilation-menu-map.
9950
9951 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9952 Use with-no-warnings around compiler-macroexpand.
9953
9954 * imenu.el: Don't always require newcomment.
9955 (imenu--generic-function): Call comment-normalize-vars
9956 if we have a comment syntax.
9957 Exit the loop if REGEXP matches the null string.
9958 Test comment-start as well as comment-start-skip
9959 when deciding whether to check for comments.
9960
9961 * tooltip.el (tooltip-mode): Doc fix.
9962
9963 * term.el (term-escape-char, term-mode): Doc fixes.
9964
9965 2004-11-24 Dave Love <fx@gnu.org>
9966
9967 * progmodes/python.el (python-font-lock-syntactic-keywords):
9968 Check for escapes in the regexp.
9969 (python-quote-syntax): Don't do it here.
9970
9971 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9972
9973 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9974 (gdb-frames-mode-map, gdb-threads-mode-map)
9975 (gdb-registers-mode-map, gdb-locals-mode-map)
9976 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9977 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9978
9979 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9980 (dedicated-switch-to-buffer): Rework.
9981 (gdb-var-evaluate-expression-handler, gdb-put-string):
9982 Remove unused variable bindings.
9983 (gdb-setup-windows, gdb-display-buffer):
9984 Simplify. Use pop-to-buffer.
9985 (gdb-view-source-function): Simplify.
9986 (gdb-frame-breakpoints-buffer):
9987 Use pop-to-buffer, special-display-regexps.
9988
9989 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9990
9991 * progmodes/f90.el (f90-smart-end)
9992 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9993 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9994 (f90-end-of-block): Doc fix. Make check of outermost block
9995 conditional on value of `f90-smart-end'.
9996 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9997 Handle case where END-BLOCK is nil.
9998 (f90-match-end): Handle un-named PROGRAM blocks.
9999 (f90-backslash-not-special): New function.
10000
10001 2004-11-24 Jay Belanger <belanger@truman.edu>
10002
10003 * calc/calc.el (calc-embedded-active): Removed unnecessary
10004 declaration.
10005 (calc-show-banner): Removed redundant declaration.
10006
10007 * calc/calc-graph.el (calc-gnuplot-default-device)
10008 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10009 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10010 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10011 Remove redundant initial values.
10012
10013 * calc/calc-arith.el (math-scalar-functions)
10014 (math-nonscalar-functions, math-scalar-if-args-functions)
10015 (math-real-functions, math-positive-functions)
10016 (math-nonnegative-functions, math-real-scalar-functions)
10017 (math-real-if-arg-functions, math-integer-functions)
10018 (math-num-integer-functions, math-rounding-functions)
10019 (math-float-rounding-functions, math-integer-if-args-functions)
10020 (math-super-types): Move declarations to earlier in file.
10021 (math-unit-prefixes): Declared it.
10022 (math-floor-prec, math-trunc-prec): New variables.
10023 (math-trunc-fancy): Replace variable prec by declared variable.
10024 (math-floor-fancy): Replace variable prec by declared variable.
10025 (math-com-bterms): New variable.
10026 (math-commutative-equal, math-commutative-collect):
10027 Replace variable bterms by declared variable.
10028
10029 * calc/calc-misc.el (math-trunc): Replace variable prec by
10030 math-trunc-prec.
10031 (math-floor): Replace variable prec by math-floor-prec.
10032
10033 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10034 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10035 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10036 (math-format-date, math-format-date-part): Replace variables
10037 date, dt, year, month, day, weekday, hour, minute, second and
10038 bc-flag by declared variables.
10039 (math-pd-str): New variable.
10040 (math-parse-date, math-parse-date-word, math-parse-standard-date):
10041 Replace variable str by declared variable.
10042 (math-daylight-savings-hook, math-tzone-names): Move definitions
10043 to earlier in the file.
10044 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10045 (math-sh-year): New variable.
10046 (math-setup-add-holidays, math-setup-holidays)
10047 (math-setup-year-holidays): Replace variable `year' by declared
10048 variable.
10049
10050 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10051 New variables.
10052 (math-nth-root-float, math-nth-root-float-iter): Replace variables
10053 n, nf and nfm1 by declared variables.
10054 (math-nri-n): New variable.
10055 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10056 n by declared variable.
10057 (calcFunc-log): Removed misplaced condition.
10058
10059 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10062
10063 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10064
10065 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10066 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10067 Dedicate gdb-related windows.
10068 (gdb-display-buffer): Dedicate gdb-related windows.
10069 Don't grab other frames.
10070 (gdb-reset): Remove dedicated property after debugging.
10071
10072 2004-11-24 Jay Belanger <belanger@truman.edu>
10073
10074 * calc/calc-sel.el: Add comment.
10075
10076 * calc/calc.el (math-stack-value-offset): Replace variables c,
10077 wid and off with math-svo-c, math-svo-wid and math-svo-off.
10078
10079 * calc/calccomp.el (math-comp-sel-tag): Declare it.
10080 (math-svo-c, math-svo-wid, math-svo-off): New variables.
10081 (math-stack-value-offset-fancy): Replace variables c, wid and off
10082 by declared variables.
10083 (math-comp-just, math-comp-comma-spc): New variables.
10084 (math-compose-expr, math-compose-matrix): Replace variables `just'
10085 and comma-spc by declared variable.
10086 (math-comp-vector-prec): New variable.
10087 (math-compose-expr, math-compose-matrix, math-compose-rows):
10088 Replace variable vector-prec by declared variable.
10089 (math-comp-left-bracket, math-comp-right-bracket)
10090 (math-comp-comma): New variables.
10091 (math-compose-expr, math-compose-rows): Replace variables
10092 left-bracket, right-bracket and comma by declared variables.
10093 (math-comp-full-width): New variable.
10094 (math-comp-to-string-flat, math-comp-to-string-flat-term):
10095 Replace variable full-width by declared variable.
10096 (math-comp-highlight, math-comp-word, math-comp-level)
10097 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10098 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10099 New variables.
10100 (math-comp-to-string-flat, math-comp-to-string-flat-term)
10101 (math-comp-sel-flat-term): Replace variables comp-highlight,
10102 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10103 declared variables.
10104 (math-comp-simplify, math-comp-simplify-term)
10105 (math-comp-add-string, math-comp-add-string-sel):
10106 Replace variables comp-highlight, comp-buf, comp-base,
10107 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10108
10109 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10110
10111 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10112
10113 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10114 and x-server-version may throw.
10115
10116 2004-11-23 Kim F. Storm <storm@cua.dk>
10117
10118 * subr.el (substitute-key-definition-key): Optimize.
10119 Don't call indirect-function for nil defn (always signals error).
10120
10121 * ido.el (ido-read-internal): Fix require-match check when
10122 ido-directory-too-big is set.
10123
10124 2004-11-23 Jay Belanger <belanger@truman.edu>
10125
10126 * calc/calc-ext.el (math-read-replacement-list)
10127 (math-read-superscripts): New variables.
10128 (math-read-preprocess-string): New function.
10129 (math-read-expr): Filter input through math-read-preprocess-string.
10130
10131 * calc/calc-aent.el (math-read-exprs): Filter input through
10132 math-read-preprocess-string.
10133
10134 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
10135
10136 * progmodes/compile.el (compilation-start): In cd command use
10137 substitute-env-vars -- not quite shell compatible but better than
10138 nothing.
10139 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10140 handle the newer versions messages, which are more parseable.
10141
10142 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * reveal.el (reveal-mode-map): New var.
10145 (reveal-mode): Use it.
10146
10147 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
10148
10149 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10150 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10151
10152 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10153
10154 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10155 header-line when needed.
10156 Use fixed-pitch only in the header-line.
10157 Build the underline automatically. Use emdash if available.
10158
10159 2004-11-22 Richard M. Stallman <rms@gnu.org>
10160
10161 * dired.el (dired-recursive-copies): Move from dired-aux.el.
10162 * dired-aux.el (dired-recursive-copies): Move to dired.el.
10163
10164 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
10165
10166 * progmodes/gdb-ui.el (gdb-resync): New function.
10167 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10168 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10169 Use it to fail more gracefully.
10170 (gdb-variables): Delete variable.
10171 Re-order variables to reduce byte-compiler warnings.
10172
10173 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * descr-text.el (describe-char):
10176 * paren.el (show-paren-function):
10177 * subr.el (syntax-after): Undo last change.
10178
10179 * progmodes/python.el (run-python): Don't hard code *Python*.
10180 Don't modify global process-environment.
10181 (python-send-region, python-load-file): Don't assume that
10182 python-buffer == (process-buffer (python-proc)).
10183 (python-switch-to-python): Simplify.
10184
10185 * dired.el (dired-align-file): Don't assume line starts with spaces.
10186
10187 2004-11-21 Jay Belanger <belanger@truman.edu>
10188
10189 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10190 Replace variable `lines' by math-read-big-lines.
10191 (math-read-big-expr): Replace variables the-baseline, the-h2
10192 and err-msg by math-read-big-baseline, math-read-big-h2 and
10193 math-read-err-msg.
10194 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10195
10196 * calc/calc-lang.el (math-read-big-rec): Fix typo.
10197 (math-read-big-balance): Replace unbound variable by value.
10198 (math-read-big-lines): New variable.
10199 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10200 (math-read-big-error, math-read-big-balance): Replace variable
10201 `lines' by declared variable.
10202 (math-read-big-baseline, math-read-big-h2): New variables.
10203 (math-read-big-rec): Replace variables the-baseline and the-h2
10204 by declared variables.
10205 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10206 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10207 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10208 declared variables.
10209 (math-read-big-err-msg): New variable.
10210 (math-read-big-error): Replace variable err-msg by declared variable.
10211
10212 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * ses.el: Add coding cookie.
10215 Fix up docstrings, follow new commenting conventions.
10216 (ses-header-line-menu): Fix missing variable rename for header-row.
10217 (ses-cell-size): Remove.
10218 (ses-make-cell): New function.
10219 (ses-cell, ses-insert-row, ses-insert-column): Use it.
10220 (ses-calculate-cell): Remove unused var `symbol'.
10221 (ses-narrowed-p): New function.
10222 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10223 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10224 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10225 (ses-setup): Use restore-buffer-modified-p.
10226 (ses-cleanup): Remove unused var `end'.
10227 (ses-header-string-left-offset): Remove.
10228 (ses-create-header-string): Adjust to new behavior of `align-to'.
10229 Truncate excessively large fields to preserve alignment.
10230 (ses-reconstruct-all): Remove unused var `refs'.
10231 (ses-read-cell-printer): Remove unused var `prompt'.
10232 (ses-delete-row): Remove unused var `pos'.
10233 (ses-delete-column): Remove unused var `new'.
10234
10235 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10236
10237 * ps-print.el: Insert :version tag into all defgroup and defcustom.
10238 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10239 Eliminate eval-and-compile usage.
10240 (ps-insert-file): Use insert-file-contents instead of insert-file.
10241 (ps-setup): Code fix.
10242
10243 * printing.el (pr-setup, lpr-setup): Code fix.
10244
10245 2004-11-21 Jay Belanger <belanger@truman.edu>
10246
10247 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
10248 (calc-original-buffer): Declare them.
10249 (calc-user-formula-alist): New variable.
10250 (calc-user-define-formula, calc-fix-user-formula)
10251 (calc-user-define-composition, calc-finish-formula-edit):
10252 Replace variable `alist' by declared variable.
10253 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10254 (var-q7, var-q7, var-q8, var-q9): Declare them.
10255 (calc-kbd-push): Don't check to see if var-q0 through var-q9
10256 are bound.
10257 (calcFunc-typeof): Replace undeclared variable by expression.
10258 (math-exp-env): New variable.
10259 (math-define-body, math-define-exp): Replace exp-env by declared var.
10260 (math-define-exp): Replace misplaced variable by expression.
10261
10262 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10263 (calc-curve-model, calc-curve-coefnames): New variables.
10264 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10265 varnames, model and coefnames by declared variables.
10266 (math-root-widen): New variable.
10267 (math-search-root, math-find-root): Replace variable root-widen by
10268 declared variable.
10269 (var-DUMMY): Declare it.
10270 (math-root-vars, math-min-vars): Move the declarations to earlier in
10271 the file.
10272 (math-brent-min): Make d a local variable.
10273 (math-find-minimum): Replace non-existent variable.
10274 (math-ninteg-romberg): Remove unnecessary variable.
10275 (math-ninteg-temp): New variable.
10276 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10277 integ-temp by declared variable.
10278 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
10279 New variables.
10280 (math-general-fit): Replace variables first-var, first-coef and
10281 new-coefs by declared variables.
10282 (calcFunc-fitvar): Replace variable first-var by declared variable.
10283 (calcFunc-fitparam): Replace variable first-coef by declared variable.
10284 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
10285 (math-all-vars-vars, math-all-vars-found): New variables.
10286 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
10287 found by declared variable math-all-vars-vars.
10288
10289 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10290
10291 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
10292 of `defconst'.
10293
10294 2004-11-20 Richard M. Stallman <rms@gnu.org>
10295
10296 * isearch.el (isearch-mode-map): Don't bind SPC.
10297 (isearch-whitespace-chars): Function deleted.
10298 (isearch-search): Bind search-spaces-regexp.
10299 (isearch-lazy-highlight-search): Likewise.
10300 (search-whitespace-regexp): Doc fix.
10301 (isearch-forward-regexp): Doc fix.
10302
10303 * emacs-lisp/bytecomp.el (byte-compile-form):
10304 Move the calls to byte-compile-set-symbol-position,
10305 to avoid having two for the same symbol occurrence.
10306
10307 * comint.el (comint-input-ring-size): Increase to 150.
10308
10309 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10310 New variables.
10311 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10312 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10313
10314 * imenu.el (imenu--generic-function):
10315 Ensure we keep moving backward even if BEG isn't further back.
10316
10317 * replace.el (query-replace-read-to, query-replace-read-from):
10318 Specify t for KEEP-ALL in read-from-minibuffer.
10319
10320 * progmodes/python.el (python-switch-to-python):
10321 If Python isn't running, start it.
10322 Don't alter debug-ignored-errors.
10323
10324 * progmodes/cperl-mode.el (cperl-indent-region):
10325 Don't mind imenu-scanning-message.
10326
10327 * bindings.el (global-map): Bind C-e to move-end-of-line.
10328
10329 * simple.el (line-move-finish): New arg FORWARD.
10330 Ignore invisible newlines, not intangible ones.
10331 Conditions for acceptable stopping positions depend on FORWARD.
10332 (line-move): Pass FORWARD arg to line-move-finish.
10333
10334 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10335 of HEADER. Compensate for this change in the code to add display
10336 properties. Don't make the first line intangible.
10337
10338 * info.el (Info-search): Fix previous change.
10339
10340 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10341
10342 * Makefile.in (recompile): Revert 2004-11-19 change.
10343 (compile): Likewise.
10344
10345 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
10346
10347 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10348
10349 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10350
10351 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
10352 defgroup and defcustom. Eliminate eval-and-compile usage.
10353
10354 * progmodes/ebnf-otz.el: Fix typos.
10355
10356 2004-11-19 Jay Belanger <belanger@truman.edu>
10357
10358 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10359 (calc-edit-finish, calc-finish-stack-edit): Replace variable
10360 disp-trail by declared variable.
10361
10362 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10363 (calc-finish-selection-edit): Replace variable disp-trail by
10364 declared variable.
10365 (calc-selection-cache-entry): Move declaration to earlier in the file.
10366 (calc-selection-cache-num, calc-selection-cache-comp)
10367 (calc-selection-cache-offset, calc-selection-true-num)
10368 (calc-final-point-line, calc-final-point-column)
10369 (calc-original-buffer): Declare them.
10370 (calc-fnp-op, calc-fnp-num): New variables.
10371 (calc-find-nth-part, calc-find-nth-part-rec)
10372 (calc-select-previous): Replace op and num by declared variables.
10373 (calc-rsf-old, calc-rsf-new): New variables.
10374 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10375 Replace variables old and new by declared variables.
10376 (calc-sel-reselect): New variable.
10377 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10378 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10379 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10380 reselect with declared variable.
10381
10382 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10383 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10384 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10385 (math-import-list, math-rewrite-phase): Declare them.
10386 (math-rewrite): Use let* to declare variables.
10387 (calc-rewrite-selection): Make rules a local variable.
10388 (calc-rewr-sel): New variable.
10389 (calc-rewrite-selection, calc-locate-selection-marker)
10390 (calc-rewrite): Use the declared variable calc-rewr-sel instead
10391 of sel.
10392 (math-rewrite-whole-expr): New variable.
10393 (math-rewrite, math-rewrite-phase): Replace variable expr by
10394 declared variable.
10395 (math-rewrite-heads-heads, math-rewrite-heads-skips)
10396 (math-rewrite-heads-blanks ): New variables.
10397 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10398 heads, skips and blanks by declared variables.
10399 (math-rwcomp-subst-old, math-rwcomp-subst-new)
10400 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10401 New variables.
10402 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10403 old, new, old-func and new-func by declared variables.
10404 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10405 Remove unnecessary variable.
10406 (math-apply-rw-regs): New variable.
10407 (math-apply-rewrites, math-rwapply-replace-regs)
10408 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10409 (math-apply-rw-ruleset): New variable.
10410 (math-apply-rewrites, math-rwapply-remember): Replace variable
10411 ruleset by declared variable.
10412
10413 2004-11-19 Richard M. Stallman <rms@gnu.org>
10414
10415 * info.el (Info-search): Use search-whitespace-regexp.
10416
10417 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10418
10419 * vc-rcs.el (vc-rcs-parse): New function.
10420 (vc-rcs-annotate-command): Likewise.
10421 (vc-rcs-annotate-current-time): Likewise.
10422 (vc-rcs-annotate-time): Likewise.
10423 (vc-rcs-annotate-extract-revision-at-line): Likewise.
10424
10425 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10426
10427 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10428
10429 2004-11-18 Jay Belanger <belanger@truman.edu>
10430
10431 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10432
10433 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10434
10435 * printing.el: Eliminate use of interactive-p and eval-and-compile.
10436 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10437 Use make-temp-file to generate PostScript files in any situation.
10438 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10439 (pr-interactive-p): Eliminate var.
10440 (pr-save-interactive): Eliminate macro.
10441 (pr-interface, pr-ps-directory-preview)
10442 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10443 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10444 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10445 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10446 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10447 (pr-ps-region-ps-print, pr-ps-mode-preview)
10448 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10449 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10450 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10451 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10452 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10453 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10454 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10455 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10456 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10457 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10458 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10459 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10460 Eliminate pr-save-interactive usage.
10461 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10462 Eliminate pr-interactive-p usage.
10463 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10464 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10465 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10466 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10467 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10468 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10469 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10470 New funs.
10471 (pr-ps-file): Use make-temp-file to generate a temporary file.
10472
10473 2004-11-17 Jay Belanger <belanger@truman.edu>
10474
10475 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10476 a local variable.
10477 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10478 (math-top-only): New variable.
10479 (math-simplify, math-simplify-step): Replace variable top-only by
10480 declared variable math-top-only.
10481 (math-simplify-expr): Declare it.
10482 Replace argument expr in all calls of math-defsimplify by
10483 math-simplify-expr.
10484 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10485 (math-simplify-divisor, math-simplify-one-divisor)
10486 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10487 (math-simplify-pow): Replace variable expr by declared variable
10488 math-simplify-expr.
10489 (math-simplify-divisor): Remove local variables temp and op.
10490 (math-simplify-one-divisor): Make temp and op local variables.
10491 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10492 New variables.
10493 (math-simplify-divisor, math-simplify-one-divisor):
10494 Replace variables nover and dover by declared variables.
10495 (math-expr-subst-new, math-expr-subst-old): New variables.
10496 (math-expr-subst, math-expr-subst-rec): Replace variables new
10497 and old by declared variables.
10498 (math-is-poly-degree, math-is-poly-loose): New variables.
10499 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10500 and loose by declared variables.
10501 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10502 (math-polynomial-base, math-polynomial-base-rec):
10503 Replace variables const-ok and mpb-pred by declared variables.
10504
10505 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10506
10507 * calc/calc-ext.el (math-defsimplify): Change the argument in
10508 the created function to math-simplify-expr.
10509
10510 * calc/calc-units.el (math-simplify-expr): Declare it.
10511 Replace argument expr in all calls of math-defsimplify by
10512 math-simplify-expr.
10513 (math-simplify-units-prod): Replace variable expr by declared
10514 variable math-simplify-expr.
10515
10516 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10519 Replace mapcar->dolist, format->string.
10520
10521 2004-11-17 Miles Bader <miles@gnu.org>
10522
10523 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10524 * progmodes/idlwave.el: Remove RCS keywords.
10525
10526 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10527
10528 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10529 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10530 Update to IDLWAVE version 5.5. Too many changes to list them here.
10531 * progmodes/idlw-help.el: New file.
10532
10533 2004-11-16 Richard M. Stallman <rms@gnu.org>
10534
10535 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10536 Discard spaces after \i according to TeX rules.
10537
10538 * international/mule.el (set-buffer-file-coding-system):
10539 New arg NOMODIFY.
10540 (after-insert-file-set-coding): Pass that new arg.
10541 Prevent set-buffer-multibyte from trying to lock the file.
10542
10543 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10544
10545 * saveplace.el (save-place): Doc fix.
10546
10547 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10548 temporarily widen before finding the following word to copy.
10549
10550 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10551 (cl-map-keymap): Definition deleted.
10552
10553 * subr.el (map-keymap-internal): New function.
10554
10555 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10558 when pressing rather than when releasing mouse-2. Simplify.
10559
10560 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10563 (compilation-mode): Set it here instead.
10564
10565 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10566
10567 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10568 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10569
10570 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * progmodes/compile.el (compilation-internal-error-properties):
10573 Fix up a transposition-typo. Check end-col before using it.
10574
10575 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10576
10577 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10578 Discard whitespace after macro \i when converting it.
10579
10580 2004-11-16 Juri Linkov <juri@jurta.org>
10581
10582 * emacs-lisp/find-func.el (find-function-regexp):
10583 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10584 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10585 Remove invalid `\W' from [^cgv\W]. Doc fix.
10586 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10587
10588 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10589
10590 * play/life.el: Maintainer is now FSF.
10591 (life-patterns, life-neighbor-deltas, life-window-start)
10592 (life-current-generation, life-generation-string): Use defvar
10593 instead of defconst.
10594
10595 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * progmodes/compile.el (compilation-move-to-column): New fun.
10598 (compilation-internal-error-properties)
10599 (compilation-next-error-function): Use it to make sure we don't go past
10600 the end of line.
10601
10602 2004-11-15 John Paul Wallington <jpw@gnu.org>
10603
10604 * autoinsert.el (auto-insert-alist): Insert the user's name in
10605 copyright notice, rather than Free Software Foundation, for the
10606 Emacs Lisp header case too.
10607
10608 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10609
10610 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10611 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10612 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10613 return the list of string in a string.
10614 (pr-call-process): Message if calling process returns an error, that
10615 is, the exit status is different of zero.
10616
10617 2004-11-15 Jay Belanger <belanger@truman.edu>
10618
10619 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10620 variable var-thing.
10621 (math-integ-depth, math-integ-level, math-integral-limit)
10622 (math-enable-subst, math-any-substs, math-integ-msg)
10623 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10624 (math-int-threshold, math-int-factors, math-double-roots)
10625 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10626 (var-GenCount): Declare these variables.
10627 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10628 (math-integral-cache, math-integral-cache-state):
10629 Move declarations to earlier in the file.
10630 (math-deriv-var, math-deriv-total, math-deriv-symb)
10631 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10632 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10633 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10634 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10635 (math-solve-res): New variables
10636 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10637 (math-integral, math-replace-integral-parts)
10638 (math-integrate-by-parts, calc-dump-integral-cache)
10639 (math-try-integral, math-do-integral, math-do-integral)
10640 (math-do-integral-methods, math-try-solve-for)
10641 (math-try-solve-prod, math-solve-poly-funny-powers)
10642 (math-solve-crunch-poly, math-decompose-poly)
10643 (math-solve-find-root-term, math-find-root-in-prod)
10644 (math-integ-try-linear-substitutions)
10645 (math-integ-try-substitutions, math-expr-rational-in)
10646 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10647 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10648 (math-solve-for, math-solve-system, math-solve-system-rec)
10649 (math-solve-get-sign, math-solve-get-int)
10650 (math-solve-system-subst): Replace undeclared variables with newly
10651 declared variables.
10652
10653 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * winner.el (winner-active-region, winner-edges, winner-window-list):
10656 Define at toplevel.
10657 (winner-mode-map): Move init inside declaration.
10658
10659 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10660
10661 * files.el (convert-standard-filename): Doc fix.
10662
10663 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10664
10665 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10666 passwd, group, shadow, default/* and pam.d/*.
10667
10668 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10669
10670 * printing.el (pr-menu-spec): Adjust menu specification.
10671
10672 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10673
10674 * printing.el: Doc fix. Insert :version tag into all defcustom.
10675 Handle interactive-p as is recommended in Emacs Lisp Reference.
10676 Set the file permission bits for newly created files.
10677 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10678 The printing menu specification (in `pr-menu-spec') was merged.
10679 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10680 (pr-version): New version number (6.8.3).
10681 (pr-file-modes): New option.
10682 (pr-interactive-p): New var.
10683 (pr-save-interactive, pr-save-file-modes): New macros.
10684 (pr-setup): Code fix.
10685 (pr-menu-spec): Menu specification merged.
10686 (pr-call-process, pr-text2ps): Set file permission bits.
10687 (pr-despool-print): Set file permission bits. Handle interactive-p as
10688 is recommended.
10689 (pr-interface, pr-ps-directory-preview)
10690 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10691 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10692 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10693 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10694 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10695 (pr-ps-region-ps-print, pr-ps-mode-preview)
10696 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10697 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10698 (pr-despool-using-ghostscript, pr-despool-ps-print)
10699 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10700 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10701 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10702 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10703 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10704 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10705 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10706 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10707 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10708 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10709 Handle interactive-p as is recommended.
10710
10711 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10714 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10715
10716 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10717 so it doesn't forget to highlight the beginning of the region either.
10718
10719 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10720
10721 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10722 (c-font-lock-init): Eliminate obsolete make-local-hook.
10723 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10724 (awk-mode): Use run-mode-hooks.
10725
10726 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10727
10728 2004-11-13 Kim F. Storm <storm@cua.dk>
10729
10730 * mouse.el (mouse-drag-copy-region): Add :version.
10731 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10732 while dragging mode line, so mode line can be dragged downwards.
10733 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10734 while pressing mouse button so window doesn't scroll until we
10735 release the mouse if clicking on partially visible line.
10736
10737 2004-11-12 Jay Belanger <belanger@truman.edu>
10738
10739 * calc/calc-graph.el (calc-dumb-map): Declare it.
10740 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10741 than unbound.
10742 (calc-graph-name): Made `end' a local variable.
10743 (calc-graph-lookup): Made `varname' a local variable.
10744 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10745 Declare them.
10746 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10747 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10748 the unused variable y3vec.
10749 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10750 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10751 calc-graph-prev-kill-hook.
10752 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10753 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10754 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10755 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10756 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10757 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10758 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10759 (calc-graph-y3value, calc-graph-y3name)
10760 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10761 (calc-graph-stepcount, calc-graph-is-splot)
10762 (calc-graph-surprise-splot, calc-graph-blank)
10763 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10764 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10765 (calc-graph-recompute-2d, calc-graph-compute-3d)
10766 (calc-graph-format-data): Replace undeclared variables with the
10767 above newly declared variables.
10768
10769 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10770
10771 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10772 `rsf-beep' and `rsf-sleep-after-message'.
10773
10774 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10775 list if `message-sender' is non-nil.
10776
10777 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10778
10779 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10780 consing by using mapc instead of mapcar.
10781
10782 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10783
10784 * tooltip.el (require): Explain why CL is needed.
10785
10786 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10787
10788 * printing.el: Insert :version into defgroup (printing). All reference
10789 to Files option in menubar were changed to File.
10790 (pr-version): New version number (6.8.2).
10791 (pr-get-symbol): Call easy-menu-intern.
10792 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10793 compilation gripes.
10794
10795 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10798 new byte-compile-function-environment binding to t.
10799
10800 * font-lock.el (font-lock-fontify-syntactically-region):
10801 Don't forget to highlight the last char when we hit `end'.
10802
10803 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10804 (mwheel-scroll): Adjust accordingly.
10805
10806 * cvs-status.el: Reduce spurious warnings.
10807 (cvs-status-checkout): Remove.
10808 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10809
10810 * pcvs.el (cvs-mode-checkout): New command.
10811
10812 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10813
10814 * tooltip.el: Require CL.
10815
10816 * emacs-lisp/bytecomp.el: Use push.
10817 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10818 (defalias): Remove the `byte-compile' property and add
10819 a `byte-hunk-handler'.
10820
10821 2004-11-11 Juri Linkov <juri@jurta.org>
10822
10823 * info.el (Info-search): Save match data for isearch.
10824 Skip Tag Table node.
10825
10826 * descr-text.el (describe-char): Replace syntax-after with code
10827 from its previous version.
10828
10829 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10830 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10831
10832 * international/mule.el (sgml-html-meta-auto-coding-function):
10833 Remove > after <html to allow HTML attributes.
10834
10835 2004-11-11 Jay Belanger <belanger@truman.edu>
10836
10837 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10838 a variable.
10839 (calcFunc-dfac): Replace unbound max by n.
10840 (math-stirling-local-cache): New variable.
10841 (math-stirling-number, math-stirling-1, math-stirling-2):
10842 Replace the variable `cache' by the declared variable
10843 math-stirling-local-cache.
10844 (var-RandSeed): Declare it as a variable.
10845 (math-init-random-base, math-random-digit): Don't check to see if
10846 var-RandSeed is bound.
10847 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10848 Declare them instead of just setting them.
10849 (math-init-random-base): Made i a local variable.
10850 (math-random-digit): Made math-random-last a local variable.
10851 (math-prime-test-cache): Move declaration to before it is used.
10852 (math-prime-test-cache-k, math-prime-test-cache-q)
10853 (math-prime-test-cache-nm1, math-prime-factors-finished):
10854 Declare them as variables.
10855
10856 2004-11-11 Jay Belanger <belanger@truman.edu>
10857
10858 * calc/calc-ext.el (math-defcache): Use defvar for the new
10859 variables it creates.
10860
10861 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10862
10863 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10864 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10865 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10866 (desktop-save): Add :version.
10867
10868 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * printing.el (pr-get-symbol): Don't downcase.
10871
10872 2004-11-10 Jay Belanger <belanger@truman.edu>
10873
10874 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10875 string to kill-ring.
10876
10877 * calc/calc-aent.el (calc-alg-exp, math-toks)
10878 (math-exp-pos,math-exp-old-pos, math-exp-token)
10879 (math-exp-keep-spaces, math-exp-str): New variables.
10880 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10881 (calcAlg-enter): Use declared variable calc-alg-exp.
10882 (math-build-parse-table, math-find-user-token): Use declared
10883 variable math-toks.
10884 (math-read-exprs, math-read-token, calc-check-user-syntax)
10885 (calc-match-user-syntax, match-factor-after, math-read-factor):
10886 Use declared variables math-exp-pos math-exp-old-pos.
10887 (math-read-exprs, math-read-token, math-read-expr-level)
10888 (calc-check-user-syntax, calc-match-user-syntax)
10889 (match-factor-after, math-read-factor): Use declared variable
10890 math-exp-token.
10891 (math-read-exprs, math-read-expr-list, math-read-token)
10892 (math-read-factor): Use declared variable math-exp-keep-spaces.
10893 (math-read-exprs, math-read-token): Use declared variable
10894 math-exp-str.
10895 (calc-match-user-syntax): Make m a local variable.
10896
10897 * calc/calc-ext.el (math-read-expr): Use declared variables
10898 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10899 math-exp-keep-spaces.
10900
10901 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10902 variables math-exp-pos, math-exp-str.
10903
10904 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10905 math-exp-old-pos.
10906 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10907 (math-parse-eqn-prime): Use declared variable math-exp-token.
10908
10909 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10910 Use declared variable math-exp-pos.
10911 (math-check-for-commas): Use declared variable math-exp-str.
10912 (math-read-brackets): Use declared variables math-exp-old-pos,
10913 math-exp-keep-spaces.
10914 (math-read-brackets, math-read-vector, math-read-matrix):
10915 Use declared variable math-exp-token.
10916
10917 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10920 where the keymap is a symbol.
10921 (easy-menu-add-item): Use keymap-prompt. Simplify.
10922
10923 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10924
10925 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10926 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10927
10928 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10929
10930 * ebuff-menu.el: Doc fixes throughout.
10931 (electric-buffer-menu-mode-hook): New defvar.
10932
10933 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10934
10935 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10936 The resulting compiler warnings appear to be harmless.
10937
10938 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10939
10940 * textmodes/conf-mode.el: New file.
10941
10942 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10943
10944 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10947
10948 2004-11-09 Jay Belanger <belanger@truman.edu>
10949
10950 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10951
10952 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10953 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10954 (calc-z-prefix-help, calc-user-function-list): Use declared
10955 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10956 (math-map-tree, math-map-tree-rec): Use declared variables
10957 math-mt-many, math-mt-func.
10958 (math-read-expression, math-read-string): Use declared variable
10959 math-expr-data.
10960
10961 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10962 variable math-normalize-a.
10963
10964 * calc/calc.el (math-normalize-a): New variable.
10965 (math-normalize): Use declared variable math-normalize-a.
10966
10967 * calc/calc-poly.el (math-expand-form): Use declared variable
10968 math-mt-many.
10969
10970 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10971 Use declared variable math-mt-many.
10972 (math-rewrite): Use declared variable math-mt-func.
10973
10974 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10975 (math-read-matrix): Use declared variable math-expr-data.
10976
10977 * calc/calc-lang.el (math-parse-fortran-vector)
10978 (math-parse-fortran-vector-end, math-parse-tex-sum)
10979 (math-parse-eqn-matrix, math-parse-eqn-prime)
10980 (math-read-math-subscr): Use declared variable math-expr-data.
10981
10982 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10983 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10984 (calc-match-user-syntax, math-read-if, math-factor-after)
10985 (math-read-factor): Use declared variable math-expr-data.
10986
10987 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10988
10989 * calendar/diary-lib.el (diary-from-outlook)
10990 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10991 interactive-p; but rather new optional argument NOCONFIRM.
10992
10993 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10996 (easy-menu-name-match): Revert correspondingly.
10997
10998 2004-11-09 Richard M. Stallman <rms@gnu.org>
10999
11000 * emacs-lisp/bytecomp.el (byte-compile-defalias):
11001 Turn off warnings for the new function even if definition not constant.
11002 If the definition isn't a quoted symbol, record (FUNCTION . t).
11003 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11004 (byte-compile-callargs-warn): Handle (FUNCTION . t).
11005 (display-call-tree, byte-compile-arglist-warn):
11006 Handle t returned by byte-compile-fdefinition.
11007
11008 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11009
11010 * Makefile.in (maintainer-clean): Depend on distclean.
11011
11012 * help-fns.el (help-C-file-name): File name must be in build-files
11013 to be returned.
11014
11015 2004-11-09 Jay Belanger <belanger@truman.edu>
11016
11017 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11018 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11019
11020 * calc/calc.el (calc, calc-trail-display, calc-mode):
11021 Remove obsolete sections.
11022
11023 * calc/calc.el (calc-x-paste-text): Remove.
11024
11025 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11026 mouse-2.
11027
11028 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
11029
11030 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11031 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11032 current frame (in case of recursive calls).
11033 (gdb-show-changed-values): Add :version keyword.
11034
11035 2004-11-09 Kenichi Handa <handa@m17n.org>
11036
11037 * international/mule-cmds.el: Change coding: tag back to
11038 iso-2022-7bit.
11039
11040 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11041
11042 * international/mule-cmds.el: Change coding-system to utf-8.
11043 (select-safe-coding-system-interactively):
11044 New function extracted from select-safe-coding-system.
11045 (select-safe-coding-system): Use it.
11046
11047 2004-11-08 Richard M. Stallman <rms@gnu.org>
11048
11049 * subr.el (syntax-after): Doc fix.
11050
11051 * paren.el (show-paren-function): Change calls to syntax-after
11052 for new way of returning the value.
11053
11054 * menu-bar.el (menu-bar-file-menu): Make this the real name
11055 and menu-bar-files-menu the alias. Use the former.
11056 (global-map): Use `file', not `files', as the symbol.
11057
11058 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11059
11060 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11061 Don't use beginning-of-buffer.
11062 (filesets-cmd-show-result): Use with-no-warnings.
11063
11064 2004-11-08 Juri Linkov <juri@jurta.org>
11065
11066 * progmodes/compile.el (compile): Don't overwrite last command in
11067 minibuffer history with default command if they are not equal.
11068
11069 2004-11-08 Jay Belanger <belanger@truman.edu>
11070
11071 * calc/calcalg2.el (math-do-integral-methods): Try linear then
11072 non-linear substitutions.
11073
11074 2004-11-08 Jay Belanger <belanger@truman.edu>
11075
11076 * calc/calcalg2.el (math-linear-subst-tried): New variable.
11077 (math-do-integral): Set `math-linear-subst-tried' to nil.
11078 (math-do-integral-methods): Use `math-linear-subst-tried' to
11079 determine what type of substitution to try.
11080 (math-integ-try-linear-substituion):
11081 Set `math-linear-subst-tried' to t.
11082
11083 2004-11-08 Kim F. Storm <storm@cua.dk>
11084
11085 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11086
11087 2004-11-07 Juri Linkov <juri@jurta.org>
11088
11089 * info-look.el (info-lookup): Allow reusing in the current buffer
11090 not only *info* buffer, but all (even renamed) Info buffers
11091 by checking for major-mode instead of *info* buffer name.
11092 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11093 (octave-mode, maxima-mode) <doc-spec>:
11094 Allow long dashes generated by Texinfo 4.7 before definitions.
11095 (texinfo-mode) <doc-spec>: Add space to suffix to find command
11096 definitions with argument separated by space.
11097
11098 2004-11-06 Richard M. Stallman <rms@gnu.org>
11099
11100 * simple.el (next-error group, face): Move before first use.
11101 (next-error-highlight, next-error-highlight-no-select): Likewise.
11102
11103 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11104 (line-move): New args NOERROR and TO-END.
11105 Return t if if succeed in moving specified number of lines.
11106 (move-end-of-line): New function.
11107
11108 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11109 (end-of-buffer-other-window): Likewise.
11110
11111 * simple.el (line-move-ignore-invisible): Default to t.
11112
11113 * subr.el (syntax-after): Return the syntax letter, not the raw code.
11114
11115 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11116
11117 * international/iso-cvt.el (iso-cvt-define-menu):
11118 Rename menu-bar-files-menu to menu-bar-file-menu.
11119
11120 * net/browse-url.el (browse-url-gnome-moz-program)
11121 (browse-url-gnome-moz-arguments): Move up before first use.
11122
11123 * net/tramp.el (tramp group): Add :version.
11124
11125 * progmodes/ada-xref.el (ada-gdb-application):
11126 Use goto-char instead of beginning-of-buffer.
11127
11128 * progmodes/cperl-mode.el (cperl-info-on-command):
11129 Use goto-char instead of beginning-of-buffer.
11130
11131 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11132 Move up before first use.
11133 (idlwave-shell-temp-pro-file): Likewise.
11134 (idlwave-shell-temp-rinfo-save-file): Likewise.
11135 (idlwave-shell-temp-file): Minor doc fix.
11136
11137 * textmodes/flyspell.el (flyspell-external-point-words):
11138 Use goto-char instead of beginning-of-buffer.
11139
11140 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
11141
11142 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11143 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
11144 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11145
11146 2004-11-06 David Ponce <david@dponce.com>
11147
11148 * recentf.el (recentf-menu-path): Use menu item name.
11149
11150 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11151
11152 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11153 display doesn't support images.
11154
11155 2004-11-06 Andreas Schwab <schwab@suse.de>
11156
11157 * tempo.el (tempo-match-finder): Doc fix.
11158
11159 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11160
11161 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11162
11163 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11164 (easy-menu-lookup-name): New fun to replace it.
11165 (easy-menu-get-map): Use it to obey menu item names (rather than just
11166 keys) when looking up `path'.
11167 (easy-menu-always-true-p): Rename from easy-menu-always-true.
11168 (easy-menu-convert-item-1): Adjust to new name.
11169
11170 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
11171
11172 * outline.el (hide-body): Don't hide lines at the top of the file
11173 that precede the first header line.
11174
11175 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
11176
11177 * align.el (align-areas): Delete whitespace before reindenting, so
11178 that tabs are never placed after spaces.
11179
11180 2004-11-06 Alan Shutko <ats@acm.org>
11181
11182 * macros.el (insert-kbd-macro): Do completions based on macros,
11183 rather than all commands.
11184
11185 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
11186
11187 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11188 to solve a bug whereby tags with 'b' don't match.
11189
11190 2004-11-05 Juri Linkov <juri@jurta.org>
11191
11192 * info.el (Info-search): Don't search in node header lines
11193 and file headers.
11194
11195 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11196 symbol-constituent characters after dot, not only digits.
11197
11198 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
11199
11200 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11201
11202 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11203
11204 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11205 if a dialog will be used, read-file-name otherwise.
11206
11207 2004-11-04 Richard M. Stallman <rms@gnu.org>
11208
11209 * textmodes/table.el (table group): Add :version.
11210
11211 * textmodes/ispell.el (ispell-word):
11212 Don't alter args; set them only thru `interactive' spec.
11213
11214 * textmodes/flyspell.el (flyspell-word):
11215 Don't alter FOLLOWING; set it only thru `interactive' spec.
11216
11217 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11218
11219 * net/browse-url.el (browse-url-maybe-new-window):
11220 Use called-interactively-p.
11221
11222 * mail/supercite.el (sc-cite-region):
11223 Don't use interactive-p. Add arg INTERACTIVE.
11224 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
11225
11226 * international/mule-cmds.el (set-input-method, toggle-input-method):
11227 Don't use interactive-p. Add arg INTERACTIVE.
11228
11229 * eshell/esh-mode.el (eshell-show-maximum-output):
11230 Don't use interactive-p.
11231 (eshell-truncate-buffer): Just message, no error, if buffer is short.
11232
11233 * mouse.el (mouse-show-mark): Get positions to delete from mark
11234 and point, not from mouse-drag-overlay.
11235
11236 * imenu.el (imenu-eager-completion-buffer): Add :version.
11237
11238 * filesets.el (filesets group): Add :version.
11239
11240 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
11241
11242 * files.el (xml-based-modes): Delete var.
11243 (magic-mode-alist): New more general var.
11244 (set-auto-mode): Use it.
11245
11246 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
11247 when clicking from another window.
11248
11249 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
11250
11251 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11252 (vc-cvs-annotate-time): Incorporate value of deleted var.
11253 Remove special-case handling of beginning-of-buffer cruft.
11254 Cache ending position (point) and return value in text property
11255 `vc-cvs-annotate-time', and consult it on subsequent invocations.
11256
11257 * vc-cvs.el (vc-cvs-annotate-command):
11258 Delete extraneous lines from beginning of buffer.
11259 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11260
11261 * progmodes/grep.el (grep-default-command): Take empty string
11262 for tag if all other methods yield nil. Shell-quote the tag.
11263
11264 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11265 spec in `interactive' form, and mention it in the docstring.
11266 Also, make sure point is at bol after calling `annotate-time'.
11267
11268 2004-11-02 Richard M. Stallman <rms@gnu.org>
11269
11270 * cus-edit.el (customize-group-other-window):
11271 Select the window that displays the custom buffer.
11272 (custom-buffer-create-other-window): Likewise.
11273
11274 * comint.el (comint-insert-input): Fix previous change.
11275
11276 * emacs-lisp/elp.el (elp-instrument-function):
11277 Use called-interactively-p.
11278
11279 * emacs-lisp/easymenu.el (easy-menu-intern):
11280 Don't downcase; rather, case-flip the first letter of each word.
11281
11282 * emacs-lisp/easy-mmode.el (define-minor-mode):
11283 Use called-interactively-p.
11284
11285 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11286 Add interactive-only.
11287 (byte-compile-warnings): Add interactive-only as option.
11288 (byte-compile-interactive-only-functions): New variable.
11289 (byte-compile-form): Warn about calls to functions
11290 in byte-compile-interactive-only-functions.
11291
11292 * emacs-lisp/autoload.el (update-file-autoloads):
11293 Don't use interactive-p; take new arg SAVE-AFTER.
11294
11295 * emacs-lisp/advice.el (ad-make-advised-definition):
11296 Use called-interactively-p.
11297
11298 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11299
11300 * files.el (find-file-existing): New function.
11301
11302 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
11303 find-file-existing. Add "New File..." that calls find-file.
11304
11305 * diropen.pbm, diropen.xpm: New files.
11306
11307 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11308 icon diropen. New tool bar item find-file-existing uses icon open.
11309
11310 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11311 instead of read-file-name.
11312
11313 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
11314
11315 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11316 (icalendar--split-value): Change name of work buffer.
11317 (icalendar--get-weekday-abbrev): Return nil on error.
11318 (icalendar--date-to-isodate): New function.
11319 (icalendar-convert-diary-to-ical)
11320 (icalendar-extract-ical-from-buffer): Use only two args for
11321 make-obsolete (XEmacs compatibility).
11322 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11323 (icalendar-export-region): Doc fix.
11324 If error, return non-nil and write errors to a buffer.
11325 Use correct weekday for weekly recurring events.
11326 Check whether date has been parsed for ordinary events.
11327 Make weekly events start in the year 2000.
11328 DTEND is non-inclusive, shift end date by one day if
11329 necessary (not for entries that have date and time).
11330 Rename local let variables: oops -> found-error, datestring ->
11331 startdatestring.
11332
11333 2004-11-02 Kim F. Storm <storm@cua.dk>
11334
11335 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11336 keep-mode-if-same variable. Add it as optional arg instead.
11337 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11338
11339 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11340 substitute-command-keys will select lower-case bindings like those
11341 used in the static help texts.
11342
11343 * descr-text.el (describe-text-properties): Don't err if called in
11344 the *Help* buffer; output to *Help-2* buffer instead.
11345
11346 * kmacro.el (group kmacro): Add :version.
11347 (kmacro-keyboard-quit): New function to cleanup on C-g.
11348 (kmacro-start-macro): Set defining-kbd-macro to append when
11349 appending to last macro.
11350
11351 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11352
11353 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11354
11355 * progmodes/gdb-ui.el (gdb-enable-debug-log)
11356 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11357 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11358 Add :version keyword.
11359
11360 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
11361
11362 * progmodes/flymake.el (flymake-err-line-patterns):
11363 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11364 `compilation-error-regexp-alist-alist' to internal Flymake format.
11365
11366 * progmodes/flymake.el: Eliminate byte-compiler warnings.
11367
11368 2004-11-01 Jay Belanger <belanger@truman.edu>
11369
11370 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11371 with `interactive "s"'.
11372
11373 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11374
11375 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11376 Revert change from 2004-10-16. '*' checks the current buffer, but the
11377 mouse click may be in another buffer.
11378
11379 2004-11-01 John Paul Wallington <jpw@gnu.org>
11380
11381 * files.el (large-file-warning-threshold): Add :version keyword.
11382 (kill-some-buffers): Doc fix.
11383
11384 * thumbs.el (group thumbs): Add :version keyword.
11385
11386 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11387
11388 2004-11-01 Richard M. Stallman <rms@gnu.org>
11389
11390 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11391
11392 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11393
11394 * allout.el (allout group): Add :version.
11395 (allout-init): Don't use interactive-p.
11396 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11397 (allout-forward-current-level, allout-backward-current-level):
11398 Don't use interactive-p.
11399
11400 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11401 (bibtex-find-text): Likewise.
11402
11403 * progmodes/vhdl-mode.el (vhdl-fill-region)
11404 (vhdl-beginning-of-statement): Don't use interactive-p.
11405
11406 * progmodes/idlwave.el (idlwave-update-routine-info):
11407 Don't use interactive-p.
11408
11409 * progmodes/idlw-shell.el (idlwave-shell-send-char):
11410 Don't use interactive-p.
11411
11412 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11413 Don't use interactive-p.
11414
11415 * progmodes/ada-xref.el (ada-make-body-gnatstub):
11416 Don't use interactive-p.
11417
11418 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11419 (fortune-in-buffer): Doc fix.
11420
11421 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11422
11423 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11424 don't select the temporary buffer.
11425 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11426 (eudc-get-phone): Likewise.
11427
11428 2004-11-01 Kim F. Storm <storm@cua.dk>
11429
11430 * man.el (Man-xref-normal-file): Fix help-echo.
11431
11432 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * reveal.el (reveal-last-tick): New var.
11435 (reveal-post-command): Use it to avoid closing overlays when we're
11436 appending text to them.
11437
11438 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11439
11440 * textmodes/bibtex.el: Require button.
11441 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11442 (bibtex-reference-keys): Distinguish between header keys and
11443 crossref keys.
11444 (bibtex-beginning-of-field): New function.
11445 (bibtex-url-map): Remove.
11446 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11447 (bibtex-font-lock-url-regexp): Assume that field names begin at
11448 the beginning of a line.
11449 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
11450 Remove field delimiters. Use bibtex-beginning-of-field.
11451 Bugfix, point can be inside a field with a url.
11452 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11453 New functions.
11454 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11455 (bibtex-key-in-head): Simplify.
11456 (bibtex-current-line): Use bolp.
11457 (bibtex-parse-keys): Remove unused arg `add'.
11458 Use bibtex-type-in-head and bibtex-key-in-head.
11459 (bibtex-parse-entry, bibtex-autofill-entry):
11460 Use bibtex-type-in-head and bibtex-key-in-head.
11461 (bibtex-autokey-get-field): Do not alter case of replacement text.
11462 (bibtex-autokey-get-names): Do all processing of name list.
11463 (bibtex-autokey-get-year): New function.
11464 (bibtex-autokey-get-title): Do all processing of title words.
11465 (bibtex-generate-autokey): Simplify.
11466 (bibtex-string-files-init): Use default-directory.
11467 Allow for absolute file names in bibtex-string-files.
11468 (bibtex-files, bibtex-file-path): New variables.
11469 (bibtex-files-expand): New function.
11470 (bibtex-find-entry-globally): New command.
11471 (bibtex-summary-function): New variable.
11472 (bibtex-summary): Default value of bibtex-summary-function.
11473 (bibtex-find-crossref): New optional args pnt and split.
11474 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11475 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11476 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11477 Fix handling of required and alternative fields.
11478 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11479 Use cons and display-buffer.
11480 (bibtex-validate-globally): New command.
11481 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11482 bibtex-parse-keys and bibtex-parse-strings for updating
11483 bibtex-reference-keys and bibtex-strings.
11484 (bibtex-realign): Remove blank lines past the last entry.
11485 (bibtex-reformat): Use bibtex-entry-format as default.
11486 (bibtex-choose-completion-string): Remove.
11487 (bibtex-complete): Do not use bibtex-choose-completion-string.
11488 (bibtex-url): Simplify.
11489
11490 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11491
11492 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11493 (x-dnd-types-alist, x-dnd-open-file-other-window)
11494 (x-dnd-known-types): Add :version.
11495
11496 2004-10-31 John Paul Wallington <jpw@gnu.org>
11497
11498 * ibuffer.el (group ibuffer): Add :version keyword.
11499
11500 2004-10-31 Kim F. Storm <storm@cua.dk>
11501
11502 * ido.el (group ido): Add :version keyword.
11503 (ido-mode): Remove :version keyword.
11504
11505 * emulation/cua-base.el (group cua): Add :version keyword.
11506 (cua-mode): Remove :version keyword.
11507
11508 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11509
11510 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11511
11512 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11513 compiler warning.
11514 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11515 function.
11516 (help-at-pt-display-when-idle): Remove autoload.
11517
11518 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11519
11520 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11521
11522 2004-10-30 Juri Linkov <juri@jurta.org>
11523
11524 * help.el (function-called-at-point):
11525 * help-fns.el (variable-at-point): Read -> intern.
11526
11527 2004-10-30 Simon Josefsson <jas@extundo.com>
11528
11529 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11530 Recognize AS_* too.
11531
11532 2004-10-29 Simon Josefsson <jas@extundo.com>
11533
11534 * subr.el (read-passwd): Move back from password.el.
11535
11536 * password.el: Remove, not ready yet.
11537
11538 2004-10-29 Andreas Schwab <schwab@suse.de>
11539
11540 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11541
11542 2004-10-29 Sam Steingold <sds@gnu.org>
11543
11544 * mouse.el (mouse-show-mark): Replace the last occurrence of
11545 x-lost-selection-hooks with x-lost-selection-functions.
11546
11547 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11550 x-lost-selection-functions is bound.
11551
11552 * mouse-sel.el (mouse-sel-mode):
11553 * emacs-lisp/lselect.el: Adjust to new names for
11554 x-(lost|sent)-selection-functions.
11555
11556 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11557 New obsolete aliases of x-lost-selection-functions and
11558 x-sent-selection-functions.
11559
11560 2004-10-28 Kim F. Storm <storm@cua.dk>
11561
11562 * imenu.el (imenu-scanning-message): Remove.
11563 (imenu-progress-message): Make it a no-op.
11564
11565 2004-10-28 John Paul Wallington <jpw@gnu.org>
11566
11567 * files.el (set-auto-mode): Call `throw' correctly.
11568
11569 2004-10-28 Juri Linkov <juri@jurta.org>
11570
11571 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11572 to search `Info-...' commands in `info' manual.
11573 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11574 Add 'info-file "emacs" property.
11575 (Info-find-emacs-command-nodes): Fix index line number regexp.
11576 Set real line number (instead of fake 0) in first element of the
11577 returned list.
11578 (Info-goto-emacs-command-node): Use line number of first element
11579 to set point in the first found Info node.
11580
11581 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11582 code to `grep-mode-font-lock-keywords'.
11583 (grep-mode-font-lock-keywords): Delete grep markers instead
11584 of making them invisible.
11585
11586 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11587
11588 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11589 and x-server-version in bug report.
11590
11591 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11592
11593 * files.el (set-auto-mode-0): New function.
11594 (set-auto-mode): Use it to handle aliased modes and to
11595 be consistent between C-x C-f and C-x C-w.
11596
11597 2004-10-28 Kenichi Handa <handa@m17n.org>
11598
11599 * international/utf-8.el (utf-translate-cjk-charsets):
11600 Add katakana-jisx0201.
11601
11602 * international/subst-jis.el: Add data for JISX0201.
11603
11604 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * obsolete/hilit19.el (hilit-mode): New function.
11607 Move all the toplevel side-effecting stuff into it, so that loading
11608 hilit19 doesn't mess everything up any more.
11609
11610 2004-10-27 Richard M. Stallman <rms@gnu.org>
11611
11612 * add-log.el (add-change-log-entry): Set up mailing address
11613 and full name later, and don't alter add-log-mailing-address
11614 or add-log-full-name.
11615
11616 * elide-head.el (elide-head): Change error to message.
11617 (elide-head-show): Likewise.
11618
11619 * apropos.el (apropos-macrop): Doc fix.
11620
11621 * mouse.el (mouse-show-mark): Do most processing the same
11622 regardless of transient-mark-mode.
11623
11624 * shadowfile.el (shadow-copy-files): Use interactive-p
11625 only to control whether to print a message.
11626
11627 * tar-mode.el (tar-mode): Use write-contents-functions,
11628 not write-contents-hooks.
11629
11630 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11631 directory-sep-char.
11632
11633 2004-10-27 Richard M. Stallman <rms@gnu.org>
11634
11635 * strokes.el (strokes-unload-hook): Fix previous change.
11636
11637 * type-break.el (type-break-run-at-time): Always use run-at-time;
11638 forget the alternatives.
11639 (type-break-cancel-function-timers): Always use cancel-function-timers;
11640 forget the alternatives.
11641
11642 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11643
11644 2004-10-27 Kenichi Handa <handa@m17n.org>
11645
11646 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11647
11648 * international/subst-gb2312.el: Likewise.
11649
11650 * international/subst-big5.el: Likewise.
11651
11652 * international/subst-ksc.el: Likewise.
11653
11654 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11655 New variable.
11656 (utf-translate-cjk-set-unicode-range): New function.
11657 (utf-translate-cjk-unicode-range): Make it customizable.
11658 (utf-8-post-read-conversion):
11659 Use utf-translate-cjk-unicode-range-string.
11660 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11661 Unicode ranges.
11662
11663 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11664
11665 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11666 trivial variants to shorten the list.
11667 (xml-based-modes): New var.
11668 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11669 declaration higher priority than auto-mode-alist.
11670
11671 * find-file.el (cc-other-file-alist): Bring it in line with
11672 cc-mode's auto-mode-alist entries and use \' instead of $.
11673
11674 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11675 and add "Id" and "Name" submenus to it.
11676
11677 * imenu.el (imenu--generic-function): Skip matches in comments.
11678
11679 2004-10-26 Jay Belanger <belanger@truman.edu>
11680
11681 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11682 (full-calc-keypad, calc-trail-display): Use an extra argument
11683 instead of `interactive-p'.
11684
11685 * calc/calc-misc.el (calc-other-window): Use an extra argument
11686 instead of `interactive-p'.
11687
11688 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11689 `interactive-p'.
11690
11691 2004-10-26 Kim F. Storm <storm@cua.dk>
11692
11693 * help.el (describe-key): Describe both down-event and up-event
11694 for a mouse click.
11695
11696 2004-10-26 Richard M. Stallman <rms@gnu.org>
11697
11698 * woman.el (woman): Don't call interactive-p.
11699
11700 * pcomplete.el (pcomplete): Instead of interactive-p,
11701 use an arg set non-nil by the interactive spec.
11702
11703 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11704 use an arg set non-nil by the interactive spec.
11705
11706 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11707 use an arg set non-nil by the interactive spec.
11708
11709 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11710
11711 * progmodes/flymake.el (flymake-split-string):
11712 Use `flymake-split-string-remove-empty-edges' in any case.
11713
11714 2004-10-26 Masatake YAMATO <jet@gyve.org>
11715
11716 * progmodes/flymake.el (flymake-err-line-patterns):
11717 Use `compilation-error-regexp-alist-alist' instead of
11718 `compilation-error-regexp-alist'.
11719
11720 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11723 verbatim face on the \ of \end{verbatim}.
11724
11725 2004-10-25 Jay Belanger <belanger@truman.edu>
11726
11727 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11728 erasing minibuffer.
11729
11730 2004-10-25 Simon Josefsson <jas@extundo.com>
11731
11732 * subr.el (read-passwd): Move to net/password.el.
11733
11734 * net/password.el (read-passwd): Add. Autoload it.
11735
11736 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11737
11738 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11739
11740 * simple.el (process-file): Fix logic.
11741
11742 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11743
11744 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11745 (increase-right-margin): Remove erroneous call to `interactive-p'.
11746
11747 2004-10-24 Kim F. Storm <storm@cua.dk>
11748
11749 * help.el (describe-mode): Fix 2004-10-13 change.
11750 Copy pure "Auto Fill" string so it can be propertized later
11751 without causing a read-only error.
11752
11753 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11754
11755 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11756 style indexes.
11757
11758 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11759
11760 * simple.el (process-file): Accept nil for INFILE. Reported by
11761 Luc Teirlinck.
11762
11763 2004-10-24 Masatake YAMATO <jet@gyve.org>
11764
11765 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11766 Handle periods and underscores in a function name.
11767 Remove the address fontification.
11768
11769 2004-10-24 Masatake YAMATO <jet@gyve.org>
11770
11771 * progmodes/asm-mode.el (asm-font-lock-keywords):
11772 Use font-lock-variable-name-face for registers.
11773
11774 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11775
11776 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11777 kill-all-local-variables.
11778 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11779 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11780 Use kill-all-local-variables and provide mode-hooks.
11781 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11782 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11783 Suggested by Masatake YAMATO <jet@gyve.org>.
11784
11785 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11786
11787 * simple.el (process-file): New function, similar to call-process
11788 but supports file handlers.
11789 * vc.el (vc-do-command): Use it, instead of call-process.
11790 * net/tramp-vc.el (vc-do-command): Do not advise it if
11791 process-file is fboundp.
11792 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11793 process-file.
11794 (tramp-handle-process-file): New function.
11795 (tramp-file-name-for-operation): Support process-file.
11796
11797 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11798
11799 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11800 (icalendar-weekdayabbrev-table)
11801 (icalendar-monthnumber-table): Delete.
11802 (icalendar--get-month-number): Use calendar-month-name-array.
11803 (icalendar--get-weekday-number): New function.
11804 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11805 (icalendar-export-region): Handle multi-line entries.
11806 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11807
11808 2004-10-23 John Paul Wallington <jpw@gnu.org>
11809
11810 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11811 `wildcards' set to t in interactive spec.
11812
11813 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11814 interactive spec rather than use `interactive-p'.
11815 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11816 rather than use function `interactive-p'.
11817
11818 2004-10-22 Kenichi Handa <handa@m17n.org>
11819
11820 * international/mule.el (translate-region): Implement it in Lisp
11821 as a front end of translate-region-internal.
11822
11823 2004-10-21 Jay Belanger <belanger@truman.edu>
11824
11825 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11826 Declare these variables with defvar.
11827
11828 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11829 is bound, only check to see if it is bound.
11830
11831 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11834 Don't output messages.
11835
11836 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11837
11838 2004-10-21 John Paul Wallington <jpw@gnu.org>
11839
11840 * calc/calc-graph.el (calc-graph-init):
11841 Use `set-process-query-on-exit-flag'.
11842
11843 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11844
11845 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11846 dir right and also allow argumentless cd.
11847
11848 2004-10-19 Richard M. Stallman <rms@gnu.org>
11849
11850 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11851
11852 * eshell/em-unix.el (eshell-grep):
11853 Don't bind compilation-process-setup-function.
11854
11855 * comint.el (comint-insert-input): Use @ in `interactive'.
11856 (comint-input-filter-functions): Doc fix.
11857 (comint-kill-whole-line, comint-get-source): Doc fix.
11858
11859 * progmodes/compile.el (compilation-setup):
11860 Don't set buffer-read-only if MINOR is non-nil.
11861
11862 2004-10-19 Jay Belanger <belanger@truman.edu>
11863
11864 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11865 (calc-emacs-type-gnu19): Remove.
11866 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11867 Remove check for old emacs versions.
11868
11869 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11870 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11871 for current Emacs.
11872
11873 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11874 the end of the minibuffer.
11875 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11876 copy `esc-map'.
11877
11878 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11879
11880 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11881 call that would be given when the current emacs was used.
11882
11883 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11884
11885 * calendar/icalendar.el: Set coding to utf-8.
11886 (icalendar-version): Increase to 0.07.
11887 (icalendar-monthnumber-table): Change March pattern.
11888 (icalendar-get-all-event-properties)
11889 (icalendar-set-event-property): Delete.
11890 (icalendar-all-events): No longer interactive.
11891 (icalendar-convert-diary-to-ical)
11892 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11893 their replacements.
11894 (icalendar-export-file, icalendar-export-region): New functions;
11895 essentially old `icalendar-convert-diary-to-ical' but appending to
11896 target rather than overwriting.
11897 (icalendar-import-file): Append to target file rather than
11898 overwriting. Fourth arg deleted.
11899 (icalendar-import-buffer): New name for old
11900 `icalendar-extract-ical-from-buffer'.
11901 (icalendar--convert-string-for-import): New name for
11902 old `icalendar-convert-for-import'.
11903 (include-icalendar-files): Delete.
11904 Prefix for all internal functions changed from `icalendar-'
11905 to `icalendar--'.
11906
11907 2004-10-19 Richard M. Stallman <rms@gnu.org>
11908
11909 * paths.el (news-path): Fix previous change.
11910
11911 2004-10-18 Jay Belanger <belanger@truman.edu>
11912
11913 * calc/calc-help.el (calc-describe-bindings):
11914 Set `buffer-read-only' to nil while working in the keybindings buffer;
11915 remove some extra information from the keybindings buffer.
11916
11917 2004-10-18 David Ponce <david@dponce.com>
11918
11919 * mouse.el (mouse-drag-move-window-top): New function.
11920 (mouse-drag-mode-line-1): Use it.
11921
11922 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11923
11924 * info.el (Info-fontify-node): For multiline refs,
11925 arrange to unfontify newline and surrounding whitespace.
11926
11927 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11930 directory is missing.
11931
11932 2004-10-17 John Paul Wallington <jpw@gnu.org>
11933
11934 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11935 New customizable variable; whether to display buffers that match
11936 `ibuffer-maybe-show-predicates' by default.
11937 (ibuffer-maybe-show-predicates): Mention it in docstring.
11938 (ibuffer-display-maybe-show-predicates): New variable.
11939 (ibuffer-update): Prefix arg now toggles whether buffers that
11940 match `ibuffer-maybe-show-predicates' should be displayed.
11941 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11942 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11943 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11944
11945 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11946
11947 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11948 work correctly.
11949
11950 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11951
11952 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11953 (Buffer-menu-beginning): New helper function.
11954 (Buffer-menu-execute): Use it.
11955 (Buffer-menu-select): Use it.
11956 (Buffer-menu-sort): Use it and also keep markers.
11957
11958 2004-10-17 Richard M. Stallman <rms@gnu.org>
11959
11960 * paths.el (news-directory): Rename from news-path. Old name alias.
11961 (rmail-spool-directory): Use defvar.
11962 (sendmail-program): Use defcustom.
11963 (remote-shell-program): Use defcustom.
11964 (term-file-prefix): Use defvar.
11965 (abbrev-file-name): Use defvar.
11966
11967 * term.el: Add maintainer.
11968
11969 * subr.el (with-local-quit): Return nil if there's a quit.
11970 (read-passwd): Use with-local-quit. Doc fix.
11971
11972 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11973 (strokes-unload-hook): Set as a variable with add-hook.
11974
11975 * startup.el (fancy-splash-tail, normal-splash-screen):
11976 Update copyright year.
11977
11978 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11979
11980 * server.el (server-unload-hook): Set as a variable with add-hook.
11981
11982 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11983
11984 * frame.el (special-display-popup-frame):
11985 Make the buffer current as its frame is created.
11986
11987 * delsel.el (delsel-unload-hook): Set as a variable.
11988
11989 * comint.el (comint-output-filter-functions):
11990 Add comint-watch-for-password-prompt.
11991 (comint-read-noecho): Function deleted.
11992 (send-invisible): Use read-passwd.
11993
11994 * fringe.el (fringe-mode-initialize): New function.
11995 (fringe-mode): Use fringe-mode-initialize as :initialize.
11996
11997 2004-10-17 Kim F. Storm <storm@cua.dk>
11998
11999 * language/indian.el (indian-script-language-alist): Swap value and doc.
12000 (indian-font-char-index-table): Doc fix.
12001
12002 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12005
12006 2004-10-16 Juri Linkov <juri@jurta.org>
12007
12008 * progmodes/compile.el (compilation-start): Move let-binding of
12009 `process-environment' into `with-current-buffer' body.
12010 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12011
12012 2004-10-16 Richard M. Stallman <rms@gnu.org>
12013
12014 * pcvs-util.el (cvs-bury-buffer):
12015 Don't call get-buffer-window for effect.
12016
12017 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12018
12019 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12020
12021 * msb.el (msb-unload-hook): Set the variable.
12022
12023 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12024 Use * to err if buffer is readonly.
12025
12026 * subr.el (looking-back): Return only t or nil.
12027
12028 * whitespace.el (whitespace-unload-hook): Set the variable.
12029
12030 * view.el (view-mode-enable): Set view-page-size and
12031 view-half-page-size to nil.
12032 (view-set-half-page-size-default): view-half-page-size = nil
12033 means the default.
12034 (View-scroll-page-forward): Use view-page-size-default.
12035 (View-scroll-page-backward): Likewise.
12036 (view-page-size, view-half-page-size): Doc fixes.
12037
12038 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12039
12040 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12041
12042 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12043 "cl" like other files. Instead, call byte-compile-find-cl-functions.
12044 (byte-compile-log-1): Bind inhibit-read-only.
12045 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12046 (byte-compile-log-warning): Likewise.
12047 (byte-compile-file-form-require): Detect "cl" from the arg value.
12048
12049 * progmodes/compile.el (compilation-start): Assume compilation-mode
12050 will make the buffer read-only.
12051 (compilation-mode): Take arg name-of-mode.
12052 (compilation-setup): Make buffer read-only.
12053 (compilation-handle-exit): Bind inhibit-read-only.
12054
12055 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12056 (ispell-message): Likewise.
12057 (ispell-show-choices): Don't call get-buffer-window uselessly.
12058 (ispell-init-process): Use set-process-query-on-exit-flag.
12059
12060 2004-10-16 Kim F. Storm <storm@cua.dk>
12061
12062 * fringe.el (fringe-bitmaps): Only initialize when defined.
12063
12064 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12065 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12066
12067 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12068
12069 2004-10-15 Simon Josefsson <jas@extundo.com>
12070
12071 * net/password.el: Add.
12072
12073 2004-10-14 Masatake YAMATO <jet@gyve.org>
12074
12075 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12076 (gdb-script-end-of-defun): New function.
12077 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12078 `gdb-script-end-of-defun' as *-of-defun-function.
12079
12080 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
12081
12082 * button.el (button-activate): Allow a marker to display as an action.
12083
12084 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12085
12086 * help.el (describe-mode): Use it to make minor mode list into
12087 hyperlinks.
12088
12089 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * vc.el (vc-annotate-display-select): Fix typo.
12092
12093 * subr.el (substitute-key-definition-key): New function.
12094 (substitute-key-definition): Use it with map-keymap.
12095 (event-modifiers): Use push.
12096 (mouse-movement-p, with-temp-buffer): Simplify.
12097
12098 2004-10-12 Jay Belanger <belanger@truman.edu>
12099
12100 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12101 New variables.
12102 (calc-help-index-entries): New function.
12103 (calc-describe-function): Use `calc-help-function-list' instead of
12104 obarray for completion.
12105 (calc-describe-variable): Use `calc-help-variable-list' instead
12106 of obarray for completion.
12107
12108 2004-10-12 Richard M. Stallman <rms@gnu.org>
12109
12110 * info-look.el (info-lookup-file): Add info-file property.
12111 (info-lookup-symbol): Likewise.
12112
12113 * info.el (info-xref): Add underlining.
12114 (info): Add info-file property.
12115 (Info-find-emacs-command-nodes): Specify case-sensitive search.
12116
12117 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
12118
12119 Sync with Tramp 2.0.45.
12120
12121 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12122 defined. This is not the case for XEmacs without package "edebug".
12123 (tramp-set-auto-save-file-modes): Set permissions of autosaved
12124 remote files to the permissions of the original file. This is not
12125 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
12126 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
12127 (tramp-perl-decode): Fix an error in Perl implementation.
12128 $pending must be cleared every loop. Reported by Benjamin Place
12129 <benjaminplace@sprintmail.com>
12130
12131 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12132 Don't activate advice during definition. This is done later on,
12133 depending on test result of `substitute-in-file-name'.
12134 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12135
12136 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12139
12140 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12141
12142 2004-10-12 David Ponce <david@dponce.com>
12143
12144 * recentf.el (recentf-edit-list): Update the menu when the recentf
12145 list has been modified.
12146
12147 2004-10-12 Simon Josefsson <jas@extundo.com>
12148
12149 * net/tls.el (tls-certtool-program): New variable.
12150 (tls-certificate-information): New function, based on
12151 ssl-certificate-information.
12152
12153 2004-10-12 Kenichi Handa <handa@m17n.org>
12154
12155 * international/mule.el (coding-system-equal): Move from mule-util.el.
12156
12157 * international/mule-util.el (coding-system-equal): Move to mule.el.
12158
12159 2004-10-12 Kim F. Storm <storm@cua.dk>
12160
12161 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12162 reset kmacro-initial-counter-value if set.
12163 (kmacro-set-counter): Only set kmacro-counter if defining or executing
12164 macro. Set kmacro-initial-counter-value otherwise. Never set both.
12165 (kmacro-display): Show macro counter if non-zero.
12166
12167 * subr.el (substitute-key-definition): Mention command remapping
12168 in doc string.
12169
12170 2004-10-11 Jay Belanger <belanger@truman.edu>
12171
12172 * calc/calc-misc.el (calc-info-goto-node): New function.
12173 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12174 node in one step.
12175 (calc-describe-copying, calc-describe-distribution)
12176 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12177 Go to appropriate info node in one step.
12178
12179 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12182
12183 * font-lock.el (font-lock-apply-highlight): Fix last change.
12184
12185 2004-10-11 Simon Josefsson <jas@extundo.com>
12186
12187 * mail/smtpmail.el (smtpmail-open-stream): Look for
12188 starttls-gnutls-program instead of starttls-program iff
12189 starttls-use-gnutls is non-nil.
12190 (smtpmail-open-stream): Don't overwrite user settings of
12191 starttls-extra-arguments and starttls-extra-args.
12192
12193 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12194
12195 * comint.el (comint-mouse-insert-input): Remove.
12196 (comint-insert-input): Make it work for mouse bindings.
12197 (comint-mode-map): Move defs into the declaration.
12198 (comint-output-filter): Typo.
12199
12200 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12201
12202 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
12203
12204 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12205 (ange-ftp-call-chmod): Reference remote-shell-program instead of
12206 ange-ftp-remote-shell.
12207
12208 2004-10-10 Andreas Schwab <schwab@suse.de>
12209
12210 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12211 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12212 Reported by <sri@asu.edu>.
12213
12214 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
12215
12216 * vc.el (vc-annotate-mode): Remove variable.
12217 (vc-annotate-display-select): Only call vc-annotate-mode
12218 if we're not in that mode already.
12219
12220 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12221
12222 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12223 (imenu-choose-buffer-index): Check here for rescan instead.
12224
12225 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12226 where the face expression evals to nil.
12227
12228 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12229 (tex-font-lock-keywords-2): Use it.
12230 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12231
12232 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12233
12234 2004-10-09 Kim F. Storm <storm@cua.dk>
12235
12236 * subr.el (progress-reporter-update): Define before first usage.
12237 (make-progress-reporter): Doc fix.
12238
12239 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
12240
12241 * textmodes/paragraphs.el (sentence-end-double-space)
12242 (sentence-end-without-period, sentence-end-without-space)
12243 (sentence-end): Doc fixes.
12244
12245 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
12246
12247 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
12248 Change paragraph-start regexp so we don't fill code starting with #'(.
12249
12250 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
12251
12252 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12253 New defcustom.
12254 (extract-address-components): Use it.
12255
12256 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
12257
12258 * subr.el (make-progress-reporter, progress-reporter-update)
12259 (progress-reporter-force-update, progress-reporter-do-update)
12260 (progress-reporter-done): New functions.
12261
12262 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12263
12264 * progmodes/etags.el (etags-tags-completion-table): Use progress
12265 reporter.
12266 (etags-tags-apropos): Likewise.
12267
12268 2004-10-08 Alan Mackenzie <acm@muc.de>
12269
12270 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12271 of current line.
12272
12273 2004-10-08 Masatake YAMATO <jet@gyve.org>
12274
12275 * server.el (server-process-filter): Wrap `process-send-region'
12276 by `condition-case' to guard the case when the pipe to PROC is closed.
12277
12278 2004-10-07 Mark A. Hershberger <mah@everybody.org>
12279
12280 * xml.el (xml-substitute-special): Limit handling of external entities.
12281
12282 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
12283
12284 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
12285
12286 2004-10-06 John Paul Wallington <jpw@gnu.org>
12287
12288 * xml.el (xml-parse-dtd): Fix `error' call.
12289
12290 2004-10-05 Mark A. Hershberger <mah@everybody.org>
12291
12292 * xml.el (xml-substitute-special): Return a single string instead
12293 of a list of strings if an entity substitution is made.
12294
12295 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
12296
12297 * calendar/icalendar.el: New file.
12298
12299 2004-10-05 Juri Linkov <juri@jurta.org>
12300
12301 * isearch.el (isearch-done): Set mark after running hook.
12302 Reported by Drew Adams <drew.adams@oracle.com>.
12303
12304 * info.el (Info-history, Info-toc): Fix Info headers.
12305 (Info-toc): Narrow buffer before Info-fontify-node.
12306 (Info-build-toc): Don't check for special Info file names.
12307 Set main-file to nil if Info-find-file returns a symbol.
12308
12309 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
12310
12311 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12312 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12313 * calendar/cal-menu.el (calendar-mode-map): Ditto.
12314
12315 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12316
12317 * calendar/cal-iso.el (calendar-iso-read-args): New function,
12318 for old interactive spec from calendar-goto-iso-date.
12319 (calendar-goto-iso-date): Use it.
12320 (calendar-goto-iso-week): New function. Suggested by Emilio
12321 C. Lopes <eclig@gmx.net>.
12322
12323 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
12324
12325 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12326 `set-right-margin' bindings that follow the minor mode conventions.
12327
12328 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12331 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12332 (latex-block-args-alist): Add minipage and picture.
12333 (latex-block-body-alist): Use reftex-label if enabled.
12334 (latex-insert-block): Don't insert a \n if not necessary.
12335 (tex-compile-commands): Make sure dvips doesn't send to printer.
12336 (tex-compile-default): Handle the case where no executable is found.
12337 (latex-noindent-environments): New var.
12338 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
12339 If tex-indent-allhanging is non-nil, make sure we only align for macros
12340 at beginning of line.
12341
12342 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
12343
12344 * newcomment.el (comment-beginning): Doc fix and don't choke on
12345 unset `comment-end-skip' when at beginning of comment.
12346
12347 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12348
12349 * term.el (term-adjust-current-row-cache): Don't allow the current
12350 row to become negative.
12351 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
12352 the end of the line. Fix scroll down. Add comments.
12353 (term-handle-ansi-escape): Don't exceed terminal width when moving
12354 right.
12355 (term-scroll-region): Move the cursor after setting the scroll region.
12356
12357 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
12358
12359 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12360 to `width' for consistency with docstring. Doc fix.
12361
12362 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12363
12364 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12365 This is necessary for derived modes.
12366
12367 2004-09-30 Kim F. Storm <storm@cua.dk>
12368
12369 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12370 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12371
12372 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12373 kmacro-extract-lambda functions.
12374 (edit-kbd-macro): Handle kmacro lambda forms.
12375 Include counter and counter format in edit buffer.
12376 (edmacro-finish-edit): Get counter and format from edit buffer and
12377 update kmacro bindings when found.
12378
12379 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
12380
12381 * textmodes/paragraphs.el (forward-paragraph):
12382 Avoid args-out-of-range error when point winds up at the beginning of
12383 the buffer and hard newlines are enabled.
12384
12385 * newcomment.el (comment-multi-line): Doc fix.
12386
12387 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12390 (diff-fixup-modifs): Catch unified-diff file-headers.
12391
12392 2004-09-29 Kim F. Storm <storm@cua.dk>
12393
12394 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12395 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12396 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12397
12398 * fringe.el (fringe-bitmap-p): New macro.
12399 (fringe-bitmaps): Add standard fringe bitmaps on load.
12400
12401 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * dired.el (dired-view-command-alist): Use more efficient regexps.
12404 Remove dubious arguments.
12405 (dired-align-file): New function.
12406 (dired-insert-directory): Use it.
12407 (dired-move-to-end-of-filename): Make the " -> " search more specific.
12408 (dired-buffers-for-dir): Remove unused var `pattern'.
12409
12410 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
12411
12412 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12413 from diary display excursion. Store diary buffer's point for
12414 `simple-diary-display'.
12415 (simple-diary-display): Set window point and start when
12416 displaying buffer, to preserve point.
12417
12418 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
12419
12420 * textmodes/enriched.el (enriched-translations): Replace defconst
12421 with defvar.
12422
12423 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12424
12425 * printing.el: Doc fix.
12426 (pr-version): New version number (6.8.1).
12427 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12428 make-temp-name.
12429 (pr-delete-file): Check if file exists before deleting it.
12430 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12431
12432 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
12433
12434 * term.el (term-display-table): New variable.
12435 (term-mode): Use it.
12436 (term-exec-1): Set the coding system to binary.
12437 (term-emulate-terminal): Decode the string before inserting it.
12438
12439 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12440
12441 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12442 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12443 (map): Bind S-prior, S-next and S-insert.
12444 (term-mode): Set `indent-tabs-mode' to nil.
12445 (term-paste): New function to be bound to S-insert.
12446 (term-send-del, term-send-backspace): Change the strings sent.
12447 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
12448 (term-handle-colors-array): Fix handling of underline and reverse.
12449 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
12450 (term-erase-in-line): Fix comparison.
12451 (term-emulate-terminal): Fix line wrap handling.
12452 (term-start-output-log): Rename from `term-set-output-log'.
12453 (term-stop-output-log): Rename from `term-stop-photo'.
12454 (term-switch-to-alternate-sub-buffer): Comment out, unused.
12455
12456 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12457
12458 * dired.el (dired-move-to-filename): Don't output a message if
12459 raise-error is non-nil. Fix return position and value.
12460
12461 * files.el (insert-directory): Obey --dired even with symlinks.
12462
12463 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12464
12465 * ls-lisp.el (ls-lisp-format): Mark file names with property
12466 dired-filename.
12467
12468 2004-09-25 Kim F. Storm <storm@cua.dk>
12469
12470 * ido.el (ido-max-directory-size): New defcustom.
12471 (ido-decorations): Add "too big" element.
12472 (ido-directory-too-big): New dynamic var.
12473 (ido-may-cache-directory): Don't cache big directories.
12474 (ido-directory-too-big-p): New defun.
12475 (ido-set-current-directory): Update ido-directory-too-big.
12476 (ido-read-internal): Make empty ido-cur-item if too-big.
12477 (ido-buffer-internal): Use ido-read-internal directly instead of
12478 ido-read-buffer.
12479 (ido-file-internal): Init ido-directory-too-big.
12480 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12481 and redo completion with full list.
12482 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12483 it, and show completions.
12484 (ido-all-completions): Let bind ido-directory-too-big to nil.
12485 (ido-exhibit): Handle ido-directory-too-big.
12486 (ido-read-buffer): Handle fallback to read-buffer.
12487 Init ido-directory-too-big.
12488 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12489 Init ido-directory-too-big.
12490
12491 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12492
12493 * subr.el (delay-mode-hooks): Doc fix.
12494
12495 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12496
12497 * textmodes/enriched.el
12498 (enriched-default-text-properties-local-flag): New variable.
12499 (enriched-mode): Make sure that enabling and disabling the mode is
12500 a no-op. Doc fix.
12501
12502 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12503
12504 * calendar/holidays.el (holiday-advent): Report on a specified day
12505 offset from advent, not just advent.
12506 (holiday-easter-etc): Report on one specified day offset from
12507 easter, not all easter holidays. Various Easter holidays moved to
12508 `christian-holidays' variable in calendar.el.
12509 * calendar/calendar.el (christian-holidays): Adapt for new
12510 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12511
12512 2004-09-23 Kim F. Storm <storm@cua.dk>
12513
12514 * image.el (insert-sliced-image): Add doc string.
12515
12516 * ido.el (ido-choice-list): New dynamic var for `list' context.
12517 (ido-context-switch-command): New dynamic var.
12518 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12519 (ido-read-internal): Handle new `list' context.
12520 Handle insert-buffer and insert-file ido-exit values.
12521 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12522 ido-context-switch-command. Handle insert-file ido-exit value.
12523 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12524 unless it is already bound by caller.
12525 (ido-file-internal): New arg switch-cmd. Use it to setup
12526 ido-context-switch-command. Handle insert-buffer ido-exit value.
12527 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12528 used for context switching.
12529 (ido-all-completions): Handle new `list' context.
12530 (ido-make-choice-list): Return choices for `list' context.
12531 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12532 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12533 (ido-insert-buffer, ido-insert-file): Setup context switching.
12534 (ido-exhibit): Handle `list' context.
12535 (ido-read-file-name): Disable context switching. Handle fallback.
12536 (ido-read-directory-name): Disable context switching.
12537 (ido-completing-read): New defun like completing-read. Setup and
12538 use new `list' context.
12539
12540 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12541
12542 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12543
12544 2004-09-21 Jay Belanger <belanger@truman.edu>
12545
12546 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12547 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12548 separate window.
12549
12550 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12551
12552 * subr.el (after-change-major-mode-hook): Doc fix.
12553
12554 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12555
12556 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12557 of ghostscript for monochrome PostScript file in Windows.
12558
12559 2004-09-21 Kenichi Handa <handa@m17n.org>
12560
12561 * descr-text.el (describe-char): Checking of quail activation fixed.
12562
12563 2004-09-21 Jay Belanger <belanger@truman.edu>
12564
12565 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12566
12567 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12568
12569 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12570 after the mode hooks instead of before. Doc fix.
12571
12572 2004-09-20 Jason Rumney <jasonr@gnu.org>
12573
12574 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12575 _emacs, but revert to .emacs if neither exists in home directory.
12576
12577 2004-09-20 John Paul Wallington <jpw@gnu.org>
12578
12579 * bindings.el (completion-ignored-extensions): Add .dfsl.
12580
12581 2004-09-20 Richard M. Stallman <rms@gnu.org>
12582
12583 * bindings.el (scroll-left): Make it disabled.
12584
12585 * files.el (enable-local-eval): Doc fix.
12586
12587 * indent.el (move-to-left-margin): Special case for minibuffer.
12588
12589 * term.el (term-emulate-terminal): Turn off undo for output.
12590 Use with-current-buffer and save-selected-window.
12591
12592 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12593
12594 * progmodes/make-mode.el (makefile-fill-paragraph):
12595 Don't insist on spaces when looking for comments. # is enough.
12596
12597 * files.el (hack-local-variables): Copy the variables list
12598 to another buffer, strip prefixes and suffixes there, then read.
12599 (enable-local-eval): Doc fix.
12600 (ignored-local-variables): Initialize to nil.
12601 (risky-local-variable-p): Don't check ignored-local-variables here.
12602 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12603
12604 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12605
12606 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12607 of = to "." (punctuation).
12608
12609 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12612
12613 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12614
12615 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12616 (enriched-before-change-major-mode): New function.
12617 Add it to `change-major-mode-hook'.
12618 (enriched-after-change-major-mode): New function.
12619 Add it to `after-change-major-mode-hook'.
12620 (enriched-mode): Make it work correctly if called from
12621 `after-change-major-mode-hook'.
12622 No longer set `indent-line-function'.
12623
12624 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12625
12626 * subr.el (after-change-major-mode-hook): New variable.
12627 (run-mode-hooks): Implement it.
12628
12629 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * battery.el (battery-linux-proc-apm): Use string-to-number.
12632 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12633 Use dolist (and less indentation). Use erase-buffer.
12634 Pre-initialize `design-capacity', `warn', and `low'.
12635 (battery-format): Use replace-regexp-in-string.
12636
12637 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12638
12639 * battery.el: Delete superfluous empty lines.
12640 (battery-linux-proc-acpi): Attempt to gather information from all
12641 battery subdirectories regardless of their file name.
12642 (battery-linux-proc-apm): Replace all occurrences of
12643 battery-hex-to-int-2 with string-to-int (base 16).
12644 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12645 (battery-hex-map): Delete variable.
12646
12647 2004-09-18 John Paul Wallington <jpw@gnu.org>
12648
12649 * calc/calc-units.el (calc-quick-units): Fix overzealous
12650 s/or/unless/.
12651
12652 2004-09-17 Jay Belanger <belanger@truman.edu>
12653
12654 * calc/calc.el (calc-mode-var-list): Fix the value of
12655 `calc-matrix-brackets'.
12656
12657 2004-09-17 Romain Francoise <romain@orebokech.com>
12658
12659 * ibuf-ext.el (define-ibuffer-filter filename):
12660 Expand dired-directory since buffer-file-name is absolute.
12661
12662 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12663
12664 * ediff-init.el (ediff-current-diff-face-A)
12665 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12666 (ediff-current-diff-face-Ancestor)
12667 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12668 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12669 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12670 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12671 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12672 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12673 Use min-colors.
12674
12675 * term.el (term-down): Perform vertical motion if DOWN is negative.
12676 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12677 (term-termcap-format): Synchronyze with the eterm terminfo entry
12678 in etc/e/eterm.ti.
12679 (term-handle-colors-array): If the current foreground or
12680 background are zero (i.e. unspecified), use the foreground and
12681 background of the default face for reverse video.
12682 (term-ansi-at-eval-string, term-ansi-default-fg)
12683 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12684 (term-mem): Delete ununsed function.
12685 (term-protocol-version): Increment.
12686 (term-current-face): Set to default.
12687
12688 2004-09-15 Jay Belanger <belanger@truman.edu>
12689
12690 * calc/calc.el (calc-mode-var-list): Define this variable.
12691 (calc-always-load-extensions, calc-line-numbering)
12692 (calc-line-breaking, calc-display-just, calc-display-origin)
12693 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12694 (calc-group-char, calc-point-char, calc-frac-format)
12695 (calc-prefer-frac, calc-hms-format, calc-date-format)
12696 (calc-float-format, calc-full-float-format, calc-complex-format)
12697 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12698 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12699 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12700 (calc-matrix-brackets, calc-language, calc-language-option)
12701 (calc-left-label, calc-right-label, calc-word-size)
12702 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12703 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12704 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12705 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12706 (calc-window-height, calc-display-trail, calc-show-selections)
12707 (calc-use-selections, calc-assoc-selections)
12708 (calc-display-working-message, calc-auto-why, calc-timing)
12709 (calc-mode-save-mode, calc-standard-date-formats)
12710 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12711 (calc-user-parse-tables, calc-gnuplot-default-device)
12712 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12713 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12714 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12715 (calc-invocation-macro, calc-show-banner): Give these values as
12716 part of `calc-mode-var-list's initialization after the variables
12717 are declared with defvar.
12718 (calc-bug-address): Change email address to send bug reports to.
12719 Change the maintainer address at the top.
12720 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12721 than "\\.emacs" to determine if it is the user-init-file.
12722
12723 * calc/calc-embed.el (calc-embedded-set-modes): Use
12724 `calc-mode-var-list' correctly.
12725
12726 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12727
12728 * vc.el (annotate-time): Document point handling.
12729 (vc-annotate-display-autoscale): Doc fix.
12730
12731 2004-09-15 Miles Bader <miles@gnu.org>
12732
12733 * generic.el (generic-make-keywords-list): Use symbol rather than
12734 word anchors in regexp.
12735
12736 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12737
12738 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12739 no file name consider `dired-directory'.
12740
12741 2004-09-14 Kim F. Storm <storm@cua.dk>
12742
12743 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12744
12745 2004-09-14 Simon Josefsson <jas@extundo.com>
12746
12747 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12748
12749 * textmodes/dns-mode.el: Add.
12750
12751 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12752
12753 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12754 (disabled-command-function): Make the ?\ char more obvious.
12755
12756 * vc-arch.el (vc-arch-root, vc-arch-registered):
12757 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12758
12759 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12760
12761 * windmove.el (windmove-frame-edges): Report coordinates of
12762 outside edges of frame, not inside edges.
12763 (windmove-coordinates-of-position): Convert into wrapper to new
12764 function `windmove-coordinates-of-window-position';
12765 `compute-motion' always applies to selected window.
12766 (windmove-coordinates-of-position): Update documentation to refer
12767 to Emacs 21 Lisp Reference Manual.
12768 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12769
12770 2004-09-13 Kim F. Storm <storm@cua.dk>
12771
12772 * isearch.el (isearch-resume-in-command-history): Rename from
12773 isearch-resume-enabled and change default to nil.
12774
12775 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12778 (vc-registered): Use it.
12779 (vc-find-root): New fun.
12780
12781 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12782 Don't tell to use \\{...} when it's already done.
12783
12784 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12785 Provide a sample complex default.
12786 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12787 (bibtex-entry): Use mapc.
12788
12789 2004-09-12 Kim F. Storm <storm@cua.dk>
12790
12791 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12792
12793 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12794 inhibit-field-text-motion to t so rectangles work in comint buffers.
12795
12796 * simple.el (choose-completion-string): Set buffer before running
12797 choose-completion-string-functions hook so it can be buffer-local.
12798
12799 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12800
12801 * progmodes/compile.el (compilation-start): Parse command to see
12802 if it starts with a cd, and if so perform it for the *compilation*
12803 buffer. Change the header to reflect this.
12804
12805 2004-09-11 Kim F. Storm <storm@cua.dk>
12806
12807 * ido.el (ido-enable-dot-prefix): Doc fix.
12808 (ido-enable-dot-prefix): New defcustom.
12809 (ido-set-matches1): Use it.
12810
12811 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * textmodes/bibtex.el (bibtex-mark-active)
12814 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12815
12816 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12817
12818 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12819 used in a case insensitive environment.
12820 (bibtex-mode-map): Rearrange order of menus.
12821 (bibtex-quoted-string-re): Obsolete.
12822 (bibtex-complete-key-cleanup): Variable replaced by new function.
12823 (bibtex-font-lock-keywords): Use backquotes.
12824 (bibtex-font-lock-url-regexp): New internal variable.
12825 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12826 "OPT" and "ALT".
12827 (bibtex-insert-current-kill, bibtex-make-field)
12828 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12829 (bibtex-parse-field-text): Simplify.
12830 (bibtex-string=): New helper function.
12831 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12832 (bibtex-map-entries): Use bibtex-string=.
12833 (bibtex-search-entry): Use not.
12834 (bibtex-enclosing-field): Fix docstring.
12835 (bibtex-assoc-regexp): Obsolete.
12836 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12837 (bibtex-autokey-get-names): Handle empty name field.
12838 (bibtex-parse-strings): Use assoc-string and unless.
12839 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12840 Use assoc-string.
12841 (bibtex-pop): Simplify.
12842 (bibtex-mode): Set font-lock-extra-managed-props.
12843 (bibtex-entry-update): Use assoc-string.
12844 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12845 (bibtex-autofill-entry): Use bibtex-string=.
12846 (bibtex-print-help-message): Simplify.
12847 (bibtex-find-entry): New optional arg START.
12848 (bibtex-validate): Use bibtex-string= and assoc-string.
12849 Do not call obsolete function compilation-parse-errors.
12850 (bibtex-remove-delimiters): Only remove delimiters if present.
12851 (bibtex-copy-entry-as-kill): Add docstring.
12852 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12853 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12854 (bibtex-complete): Use bibtex-predefined-month-strings,
12855 bibtex-string=, and new function bibtex-complete-key-cleanup.
12856 (bibtex-generate-url-list): New variable.
12857 (bibtex-url): New command bound to C-c C-l and mouse-2.
12858 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12859 (bibtex-font-lock-url): New function.
12860
12861 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12864
12865 2004-09-09 Kim F. Storm <storm@cua.dk>
12866
12867 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12868 counter and format with binding.
12869 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12870 the declared macro uses own macro counter and format. Give symbol
12871 kmacro property.
12872 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12873 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12874 (kmacro-end-and-call-macro): Doc fix.
12875
12876 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12877
12878 * desktop.el (desktop-clear-preserve-buffers):
12879 Remove make-obsolete-variable.
12880
12881 2004-09-08 Richard M. Stallman <rms@gnu.org>
12882
12883 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12884 with the buffer as argument.
12885
12886 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12887
12888 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12889
12890 2004-09-08 Juri Linkov <juri@jurta.org>
12891
12892 * replace.el (perform-replace): Use `query-replace-descr'.
12893
12894 * cus-start.el (history-delete-duplicates): Specify customization.
12895
12896 * diff-mode.el (diff-mode-map):
12897 * progmodes/compile.el (compilation-mode-map):
12898 * progmodes/grep.el (grep-mode-map):
12899 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12900 to `next-error-follow-minor-mode'.
12901
12902 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12903
12904 * isearch.el (isearch-lazy-highlight-update): Take into account
12905 the case of zero-length match at the search bound.
12906
12907 2004-09-08 Kim F. Storm <storm@cua.dk>
12908
12909 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12910 change. Use zero width overlays when necessary.
12911
12912 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12913
12914 * subr.el (split-string): Docfix.
12915
12916 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12917
12918 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12919 (display-call-tree): Ensure newline after caller/calls blocks.
12920
12921 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12922
12923 * startup.el (command-line-1): Make option
12924 --directory/-L modify `load-path' straight away.
12925
12926 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12927
12928 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12929
12930 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12931
12932 * emacs-lisp/autoload.el (make-autoload):
12933 Handle `define-compilation-mode'.
12934
12935 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12936 Specify `doc-string-elt' property.
12937
12938 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12939
12940 * bs.el (bs-mode): Doc fix.
12941
12942 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12943
12944 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12945
12946 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12947
12948 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12949
12950 2004-09-08 Kenichi Handa <handa@m17n.org>
12951
12952 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12953 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12954 ps-mule-next-point -> 1+).
12955
12956 * composite.el (encode-composition-rule): Add autoload cooky.
12957
12958 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12959
12960 * format.el (buffer-auto-save-file-format): Make it permanent local.
12961
12962 2004-09-07 Kim F. Storm <storm@cua.dk>
12963
12964 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12965 (authors-fixed-entries): Fix typo.
12966 (authors-canonical-author-name): Compact multiple spaces.
12967 Ignore trivial names (e.g. only first name).
12968
12969 * term.el (term-window-width): Only use full window width on
12970 window system if overflow-newline-into-fringe is enabled.
12971 (term-mode): Don't disable overflow-newline-into-fringe.
12972
12973 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12974
12975 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12976 motion as seen on my Mac OS X xterms.
12977
12978 * newcomment.el (uncomment-region-default, comment-region-default):
12979 New functions extracted from uncomment-region and comment-region.
12980 (comment-region, comment-region-function, uncomment-region)
12981 (uncomment-region-function): Use them.
12982
12983 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12984
12985 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12986 It's not crucial but can make sense at times.
12987
12988 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12989 the first commit.
12990
12991 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12992 Disable obsolete code.
12993
12994 2004-09-07 Juri Linkov <juri@jurta.org>
12995
12996 * progmodes/grep.el (grep-highlight-matches): Change default from
12997 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12998 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12999 if grep option `--color' is available, or to `nil' otherwise.
13000 (grep-process-setup): Call `grep-compute-defaults' if
13001 `grep-highlight-matches' is not computed. Set env-vars only
13002 if `grep-highlight-matches' is `t'.
13003 (grep-use-null-device): Remove redundant type `boolean' (`choice'
13004 is already defined).
13005
13006 * progmodes/compile.el (compilation-start): Use copy of
13007 `process-environment' created by `copy-sequence' to not
13008 modify env-vars in the global `process-environment'.
13009
13010 2004-09-06 Eli Zaretskii <eliz@gnu.org>
13011
13012 * simple.el (next-error-follow-minor-mode): Fix last change.
13013
13014 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
13015
13016 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13017 permanent local.
13018
13019 2004-09-04 Richard M. Stallman <rms@gnu.org>
13020
13021 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13022 highlighting if the search string is empty.
13023
13024 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
13025
13026 * facemenu.el (facemenu-active-faces): Change condition of inner
13027 `while' loop to also check the first two elements of `face-atts'
13028 and `mask-atts'.
13029
13030 2004-09-04 John Paul Wallington <jpw@gnu.org>
13031
13032 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13033 (thumbs-view-image-mode): Make buffer read-only.
13034
13035 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
13036
13037 * textmodes/ispell.el (ispell-really-aspell): New defvar.
13038 (ispell-check-version): Set it.
13039 (ispell-send-replacement): New function.
13040 (ispell-process-line): Call ispell-send-replacement.
13041
13042 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13043
13044 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13045 Support choosing seconds with "s".
13046
13047 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
13048
13049 * terminal.el (te-escape): Show `?' in prompt for help key.
13050
13051 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
13052
13053 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13054
13055 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13056
13057 * simple.el (next-error-follow-minor-mode)
13058 (next-error-follow-mode-post-command-hook): New functions.
13059 (next-error-follow-last-line): New defvar.
13060
13061 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13062 * progmodes/compile.el (compilation-mode-map): Likewise.
13063 * progmodes/grep.el (grep-mode-map): Likewise.
13064 * replace.el (occur-mode-map): Likewise.
13065
13066 * newcomment.el (uncomment-region): Bind comment-use-global-state
13067 to nil.
13068
13069 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
13070
13071 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13072 locally around the call to `revert-buffer'.
13073
13074 2004-09-03 Juri Linkov <juri@jurta.org>
13075
13076 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13077 `isearch-adjusted' to `t'.
13078 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13079 (isearch-message-prefix): Add "pending" for isearch-adjusted.
13080 (isearch-other-meta-char): Restore isearch-point unconditionally.
13081 (isearch-query-replace): Add new arg `regexp-flag' and use it.
13082 Set point to start of match if region is not active in transient
13083 mark mode (to include the current match to region boundaries).
13084 Push the search string to `query-replace-from-history-variable'.
13085 Add prompt "Query replace regexp" for isearch-regexp.
13086 Add region beginning/end as last arguments of `perform-replace.'
13087 (isearch-query-replace-regexp): Replace code by the call to
13088 `isearch-query-replace' with arg `t'.
13089
13090 2004-09-03 Richard M. Stallman <rms@gnu.org>
13091
13092 * startup.el (normal-top-level): Undo previous TERM change.
13093
13094 2004-09-03 Kim F. Storm <storm@cua.dk>
13095
13096 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13097 highlight overlays; allow using RET when cursor is over a button.
13098 (cua--highlight-rectangle): Use it.
13099 (cua--rectangle-set-corners): Don't move backwards at eol.
13100 (cua--forward-line): Don't move into void after eob.
13101
13102 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13103 point is set (and displayed) inside rectangle.
13104 (cua--rectangle-operation): Fix for highlight of empty lines.
13105 (cua--highlight-rectangle): Fix highlight for tabs.
13106 Position cursor at left/right edge of rectangle using new `cursor'
13107 property on overlay strings.
13108 (cua--indent-rectangle): Don't tabify.
13109 (cua-rotate-rectangle): Ignore that point has moved.
13110
13111 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13112
13113 * term/mac-win.el: Add ASCII equivalents for some function keys.
13114 (mode-line-frame-identification): Sync with x-win.el.
13115
13116 2004-09-02 Juri Linkov <juri@jurta.org>
13117
13118 * progmodes/compile.el (compilation-buffer-name): Compare major
13119 mode with second element of compilation-arguments instead of third
13120 to reflect latest changes in compilation-arguments structure.
13121 (recompile): Use global variable `compilation-directory' to get
13122 recent compilation directory only when `recompile' is invoked NOT
13123 in the compilation buffer. Otherwise, use `default-directory' of
13124 the compilation buffer.
13125 (compilation-error-properties): Allow to funcall col and end-col.
13126 (compilation-mode-font-lock-keywords): Check col and end-col by
13127 `integerp'.
13128 (compilation-goto-locus): If end-mk is non-nil in transient mark
13129 mode don't activate the mark (and don't display message in
13130 push-mark), but highlight overlay between mk and end-mk.
13131
13132 * progmodes/grep.el (grep-highlight-matches): New defcustom.
13133 (grep-regexp-alist): Add rule to highlight grep matches.
13134 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13135
13136 * info.el (Info-fontify-node): Don't compute other-tag
13137 if Info-hide-note-references=hide.
13138
13139 * help.el (function-called-at-point):
13140 * help-fns.el (variable-at-point):
13141 Try `find-tag-default' when other methods failed.
13142
13143 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13144 Do not push mark if inhibit-mark-movement is non-nil.
13145
13146 * textmodes/ispell.el (ispell-html-skip-alists):
13147 Fix backslashes in docstring.
13148
13149 2004-09-01 Juri Linkov <juri@jurta.org>
13150
13151 * isearch.el (isearch-wrap-function)
13152 (isearch-push-state-function): New defvars.
13153 (isearch-pop-fun-state): New defsubst.
13154 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13155 (isearch-push-state): Set the result of calling
13156 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13157 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13158 restore the mode-specific starting point of terminated search.
13159 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13160 (isearch-repeat): Call `isearch-wrap-function' if defined.
13161 (isearch-message-prefix): Don't add prefix "over" to the message
13162 for wrapped search if `isearch-wrap-function' is defined.
13163 (isearch-search): Call function saved in `isearch-pop-fun-state' to
13164 restore the mode-specific starting point of failed search.
13165
13166 * info.el (Info-search-whitespace-regexp): Fix backslashes.
13167 (Info-search): Add new optional arguments for the sake of isearch.
13168 Replace whitespace in Info-search-whitespace-regexp literally.
13169 Add backward search. Don't call `Info-select-node' if regexp is
13170 found in the same Info node. Don't add node to Info-history for
13171 wrapped isearch.
13172 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13173 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13174 (Info-mode): Set local variables `isearch-search-fun-function',
13175 `isearch-wrap-function', `isearch-push-state-function',
13176 `search-whitespace-regexp'.
13177
13178 * isearch.el: Remove ancient Change Log section.
13179 (isearch-string, isearch-message-string, isearch-point)
13180 (isearch-success, isearch-forward-flag, isearch-other-end)
13181 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13182 (isearch-barrier, isearch-within-brackets)
13183 (isearch-case-fold-search): Add suffix `-state' to state-related
13184 defsubsts to avoid name clashes with other function names.
13185
13186 * simple.el (next-error): New defgroup and defface.
13187 (next-error-highlight, next-error-highlight-no-select):
13188 New defcustoms.
13189 (next-error-no-select): Let-bind next-error-highlight to the value
13190 of next-error-highlight-no-select before calling `next-error'.
13191
13192 * progmodes/compile.el (compilation-goto-locus):
13193 Use `next-error' face instead of `region'. Set 4-th argument of
13194 `move-overlay' to `current-buffer' to move overlay to different
13195 source buffers. Use new variable `next-error-highlight'.
13196
13197 * simple.el (next-error-find-buffer): Move the rule
13198 "if current buffer is a next-error capable buffer" after the
13199 rule "if next-error-last-buffer is set to a live buffer".
13200 Simplify to test all rules in one `or'.
13201 (next-error): Doc fix.
13202 (next-error, previous-error, first-error)
13203 (next-error-no-select, previous-error-no-select):
13204 Make arguments optional.
13205
13206 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
13207
13208 * macros.el (apply-macro-to-region-lines): Make it operate on all
13209 lines that begin in the region, rather than on all complete lines
13210 in the region.
13211
13212 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13213
13214 * x-dnd.el (x-dnd-protocol-alist): Document update.
13215 (x-dnd-known-types): Defcustom it.
13216 (x-dnd-handle-motif): Print message-atom in error message.
13217
13218 2004-08-30 John Paul Wallington <jpw@gnu.org>
13219
13220 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13221 strings rather than programatically constructing message.
13222
13223 2004-08-30 Richard M. Stallman <rms@gnu.org>
13224
13225 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13226 Don't return a string that would read as the wrong character code.
13227
13228 2004-08-29 Kim F. Storm <storm@cua.dk>
13229
13230 * emulation/cua-base.el (cua-auto-expand-rectangles):
13231 Remove automatic rectangle padding feature; replace by non-destructive
13232 virtual rectangle edges feature.
13233 (cua-virtual-rectangle-edges): New defcustom.
13234 (cua-auto-tabify-rectangles): New defcustom.
13235 (cua-paste): If paste into a marked rectangle, insert rectangle at
13236 current column, even if virtual; also paste exactly as many lines
13237 as has been marked (ignore additional lines or add empty lines),
13238 but paste whole source if only one line is marked.
13239 (cua--update-indications): No longer use overwrite-cursor to
13240 indicate rectangle padding
13241
13242 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
13243 (cua--rectangle-virtual-edges): New defun.
13244 (cua--rectangle-get-corners): Remove optional PAD arg.
13245 (cua--rectangle-set-corners): Never do padding.
13246 (cua--forward-line): Remove optional PAD arg. Simplify.
13247 (cua-resize-rectangle-right, cua-resize-rectangle-left)
13248 (cua-resize-rectangle-down, cua-resize-rectangle-up):
13249 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
13250 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13251 (cua--rectangle-move): Never do padding. Simplify.
13252 (cua--tabify-start): New defun.
13253 (cua--rectangle-operation): Add tabify arg. All callers changed.
13254 (cua--pad-rectangle): Remove.
13255 (cua--delete-rectangle): Handle delete with virtual edges.
13256 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13257 (cua--insert-rectangle): Handle insert at virtual column.
13258 Perform auto-tabify if necessary.
13259 (cua--activate-rectangle): Remove optional FORCE arg.
13260 Never do padding. Simplify.
13261 (cua--highlight-rectangle): Enhance for virtual edges.
13262 (cua-toggle-rectangle-padding): Remove command.
13263 (cua-toggle-rectangle-virtual-edges): New command.
13264 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
13265 (cua--rectangle-post-command): Don't force rectangle padding.
13266 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13267
13268 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
13269
13270 * indent.el (edit-tab-stops-buffer): Doc fix.
13271
13272 2004-08-28 Richard M. Stallman <rms@gnu.org>
13273
13274 * progmodes/grep.el (grep-default-command): Use find-tag-default.
13275 (grep-tag-default): Function deleted.
13276
13277 * subr.el (find-tag-default): Move from etags.el.
13278
13279 * progmodes/etags.el (find-tag-default): Move to subr.el.
13280
13281 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
13282 into the basic character if it has an uppercase form.
13283
13284 2004-08-27 Kenichi Handa <handa@m17n.org>
13285
13286 * international/utf-8.el (utf-8-post-read-conversion): If the
13287 buffer is unibyte, temporarily make it multibyte.
13288
13289 2004-08-27 Masatake YAMATO <jet@gyve.org>
13290
13291 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
13292
13293 2004-08-25 John Paul Wallington <jpw@gnu.org>
13294
13295 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13296 0, 1, and many mismatches in message.
13297 (tex-start-shell): Use `set-process-query-on-exit-flag'.
13298
13299 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
13300 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
13301
13302 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13305 vc-diff-switches differently.
13306
13307 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
13308
13309 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13310 before and a real defvar after
13311 `speedbar-supported-extension-expressions'. This is to silence
13312 the compiler without breaking bootstrapping.
13313
13314 2004-08-22 Richard M. Stallman <rms@gnu.org>
13315
13316 * textmodes/flyspell.el (flyspell-word):
13317 Use set-process-query-on-exit-flag.
13318 (flyspell-highlight-duplicate-region): Take POSS as arg.
13319 (flyspell-word): Pass POSS as arg.
13320
13321 * progmodes/ada-xref.el: Many doc and style fixes.
13322 (ada-find-any-references): Use compilation-start.
13323 (ada-get-ali-file-name): Improve error msg.
13324 (ada-get-ada-file-name): Likewise.
13325
13326 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13327 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13328
13329 * mail/mail-extr.el (mail-extr-all-top-level-domains):
13330 Add forward defvar.
13331
13332 * whitespace.el (global-whitespace-mode): New alias
13333 for whitespace-global-mode.
13334
13335 * speedbar.el (speedbar-file-regexp): Move definition up.
13336 (speedbar-mode, speedbar-set-mode-line-format):
13337 Use with-no-warnings.
13338 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13339
13340 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13341 controls whether to display the error buffer.
13342
13343 * ps-mule.el: Delete compatibility code for old Emacses.
13344 (ps-mule-find-wrappoint): Don't use chars-in-region.
13345
13346 * frame.el (display-mouse-p, display-selections-p):
13347 Use with-no-warnings.
13348
13349 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13350
13351 2004-08-22 David Kastrup <dak@gnu.org>
13352
13353 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13354 information.
13355
13356 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13357
13358 2004-08-22 Andreas Schwab <schwab@suse.de>
13359
13360 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13361
13362 2004-08-22 Masatake YAMATO <jet@gyve.org>
13363
13364 * cvs-status.el (cvs-status-checkout): New function.
13365 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13366
13367 2004-08-21 David Kastrup <dak@gnu.org>
13368
13369 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13370 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13371 has been converted to use hashtables, the relation `nil=none' is
13372 no longer valid, as `nil' is not a hashtable. This patch tries to
13373 reduce the number of resulting errors.
13374
13375 2004-08-21 John Paul Wallington <jpw@gnu.org>
13376
13377 * subr.el (process-kill-without-query): Made obsolete in
13378 version 21.4, not 21.5.
13379
13380 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13381 (vc-previous-comment, vc-next-comment)
13382 (vc-comment-search-reverse, vc-comment-search-forward)
13383 (vc-comment-to-change-log): Likewise.
13384
13385 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13386
13387 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
13388
13389 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13390 Correct indentation of DEFMETHODS with non-standard method
13391 combinations (e.g., PROGN, MIN, MAX).
13392
13393 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
13394
13395 * startup.el (normal-top-level-add-subdirs-to-load-path):
13396 Avoid unnecessarily checking system-type.
13397 (normal-top-level): Set TERM to "dumb". Simplify.
13398
13399 * avoid.el (mouse-avoidance-ignore-p): New fun.
13400 Also ignore switch-frame, select-window, double, and triple clicks.
13401 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13402 (mouse-avoidance-fancy-hook): Use it.
13403
13404 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
13405
13406 * avoid.el (mouse-avoidance-nudge-mouse)
13407 (mouse-avoidance-banish-destination): Stay within the current window
13408 to avoid problems with mouse-autoselect-window.
13409
13410 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13411
13412 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13413 the newer format of some messages in cvs-1.12.1.
13414
13415 2004-08-19 Masatake YAMATO <jet@gyve.org>
13416
13417 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13418 (elp-results-jump-to-definition-by-mouse)
13419 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13420 (elp-output-result): Use elp-output-insert-symname.
13421
13422 2004-08-18 Kenichi Handa <handa@m17n.org>
13423
13424 * language/cyrillic.el: Register koi8-r in
13425 ctext-non-standard-encodings-alist.
13426 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13427
13428 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
13429
13430 * emacs-lisp/copyright.el (copyright-update-year): Delete code
13431 that replaces 20xy with xy.
13432
13433 2004-08-17 John Paul Wallington <jpw@gnu.org>
13434
13435 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13436 (reb-force-update): Doc fix.
13437
13438 2004-08-16 Richard M. Stallman <rms@gnu.org>
13439
13440 * progmodes/which-func.el (which-func-update-1): Doc fix.
13441
13442 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13443 (sh-mode-abbrev-table): New variable.
13444
13445 * progmodes/compile.el (compilation-mode): Doc fix.
13446
13447 * emacs-lisp/lisp-mode.el (eval-last-sexp):
13448 Don't cons a new symbol each time.
13449 (eval-last-sexp-fake-value): New variable.
13450
13451 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13452 (copyright-update-year): Detect continuation of list of years.
13453
13454 * term.el (term-default-fg-color, term-default-bg-color)
13455 (ansi-term-color-vector): Use `unspecified', not nil, as default.
13456
13457 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13458
13459 2004-08-16 Davis Herring <herring@lanl.gov>
13460
13461 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13462 (isearch-success, isearch-forward-flag, isearch-other-end)
13463 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13464 (isearch-barrier, isearch-within-brackets)
13465 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13466
13467 2004-08-16 Kenichi Handa <handa@m17n.org>
13468
13469 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13470
13471 2004-08-15 Kenichi Handa <handa@m17n.org>
13472
13473 * term/x-win.el (x-selection-value): If utf8 was successful but
13474 ctext was not, use utf8 string.
13475
13476 2004-08-14 Davis Herring <herring@lanl.gov>
13477
13478 * isearch.el: Remove accidental changes of March 4. Fix backing
13479 up when a regexp isearch is made more general. Use symbolic
13480 accessor functions for isearch stack frames to make usage clearer.
13481 (search-whitespace-regexp): Made groups in documentation shy (as
13482 is the group in the default value).
13483 (isearch-fallback): New function, addresses problems with regexps
13484 liberalized by `\|', adds support for liberalization by `\}' (the
13485 general repetition construct), and incorporates behavior for
13486 `*'/`?'.
13487 (isearch-}-char): New command, calls `isearch-fallback' with
13488 arguments appropriate to a typed `}'.
13489 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13490 appropriately.
13491 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13492 (isearch-string, isearch-message,string, isearch-point)
13493 (isearch-success, isearch-forward-flag, isearch-other-end)
13494 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13495 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13496 New inline functions to read fields of a stack frame.
13497
13498 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13499
13500 * battery.el (battery-linux-proc-acpi): Look into battery
13501 directories matching the literal string "CMB", too (required for
13502 Linux kernel version 2.6.7).
13503
13504 2004-08-14 John Paul Wallington <jpw@gnu.org>
13505
13506 * cus-start.el (read-file-name-completion-ignore-case): Add.
13507 (blink-cursor-alist): Change version to "21.4".
13508
13509 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13510
13511 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13512
13513 * speedbar.el (speedbar-scan-subdirs): New option.
13514 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13515 dolist.
13516 (speedbar-insert-files-at-point): Take an extra argument and use
13517 it to optionally find out if a subdir is empty. Also unreadable
13518 files don't get expand buttons.
13519 (speedbar-directory): New image (unused pixmap already existed).
13520 (speedbar-expand-image-button-alist): Use it.
13521
13522 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13523
13524 CC Mode update to 5.30.9:
13525
13526 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13527 Move from cc-vars to cc-defs for dependency reasons. Fix the
13528 POSIX char class test to check that it works in
13529 `skip-chars-(forward|backward)' too.
13530
13531 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13532 first argument starts with a special brace list.
13533
13534 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13535 when `c-opt-type-concat-key' is used (i.e. in Pike).
13536
13537 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13538 Fix bug when the inner char pair doesn't have paren syntax,
13539 i.e. "(<>)".
13540
13541 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13542 whitespace safe.
13543
13544 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13545 position for `arglist-intro', `arglist-cont-nonempty' and
13546 `arglist-close' when there are two arglist open parens on the same
13547 line and there's nothing in front of the first.
13548
13549 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13550 locking of qualified names in Java, which previously could fontify
13551 common indexing expressions in many cases. The standard Java
13552 naming conventions are used to tell them apart.
13553
13554 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13555 Fix inconsistency wrt opening parens on the first line inside a paren
13556 block.
13557
13558 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13559 compile time for the sake of `c-major-mode-is'.
13560
13561 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13562 `c-major-mode-is' in the event that this is used inside a
13563 `c-lang-defconst'.
13564
13565 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13566 `c-lang-defconst' so that it works better with fallback languages.
13567
13568 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13569 it to fail to record the base mode.
13570
13571 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13572 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13573 is used. Reorder the syntax checks to get more efficient
13574 skipping in some situations.
13575
13576 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13577 continuation which might precede the newly inserted '{'.
13578
13579 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13580 Fix cases where it could loop indefinitely.
13581
13582 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13583 size specs correctly. Only fontify identifiers in front of '('
13584 with as functions - don't accept any paren char. Tighten up
13585 initializer skipping to stop before function and class blocks.
13586
13587 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13588 the point could be left directly after an open paren when finding
13589 the beginning of the first decl in the block.
13590
13591 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13592 table when filtering out legitimate open parens to be recorded.
13593 This could cause cache inconsistencies when e.g.
13594 `c++-template-syntax-table' was temporarily in use.
13595
13596 * progmodes/cc-engine.el (c-on-identifier)
13597 (c-simple-skip-symbol-backward): Small fix for handling "-"
13598 correctly in `skip-chars-backward'. Affected the operator lfun
13599 syntax in Pike.
13600
13601 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13602 Fix bug that could cause an error from `after-change-functions' when
13603 the changed region is at bob.
13604
13605 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13606
13607 CC Mode update to 5.30.9:
13608
13609 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13610 to say that <TAB> doesn't insert WS into a CPP line.
13611 (c-indent-command, c-tab-always-indent): Amend doc strings.
13612
13613 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13614 checks for user errors, thus eliminating cryptic and unhelpful
13615 Emacs error messages. (1) Check the arg to `c-set-style' is a
13616 string. (2) Check that settings to `c-offsets-alist' are not
13617 spuriously quoted.
13618
13619 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13620 which precedes the newly inserted `{'.
13621
13622 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13623
13624 Sync with Tramp 2.0.44.
13625
13626 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13627 function "tramp_file_attributes". Otherwise, file names
13628 containing spaces are misinterpreted. Reported by Magnus Henoch
13629 <mange@freemail.hu>.
13630 (tramp-handle-file-truename): FILENAME must be expanded first.
13631 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13632 obscure results. Reported by D. Goel <deego@gnufans.org>.
13633 (tramp-handle-verify-visited-file-modtime): If file does not
13634 exist, say it is not modified if and only if that agrees with the
13635 buffer's record. Check whether a file is visiting the buffer, or
13636 the buffer has no recorded last modification time. Return t in
13637 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13638 <teirllm@auburn.edu>.
13639 (tramp-handle-write-region): Pass modtime explicitely to
13640 `set-visited-file-modtime', because filename can be different
13641 from (buffer-file-name) if `file-precious-flag' is set.
13642 `set-visited-file-modtime' must be called always when `visit' is t
13643 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13644 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13645 nil, don't apply the whole body. If the file doesn't exists, set
13646 modtime to '(-1 65535). Suggested by Luc Teirlinck
13647 <teirllm@auburn.edu>.
13648
13649 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13650
13651 * help.el (describe-bindings): Doc fix.
13652
13653 * subr.el (kbd): Doc fix.
13654
13655 2004-08-08 John Paul Wallington <jpw@gnu.org>
13656
13657 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13658 instead of `string-to-int'.
13659 (define-ibuffer-column mode): Fix indentation.
13660
13661 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13662
13663 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13664
13665 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13666
13667 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13668
13669 * novice.el (disabled-command-function): New variable renamed from
13670 `disabled-command-hook'.
13671 (disabled-command-hook): Keep the _variable_ as alias for
13672 `disabled-command-function' and make obsolete.
13673 (disabled-command-function): Function renamed from
13674 `disabled-command-hook'. Adapt code to name change of the variable.
13675
13676 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13677
13678 * simple.el (completion-root-regexp): New defvar.
13679 (completion-setup-function): Use it instead of a literal string.
13680
13681 2004-08-07 John Paul Wallington <jpw@gnu.org>
13682
13683 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13684 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13685 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13686 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13687
13688 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13689
13690 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13691 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13692
13693 2004-08-04 Kenichi Handa <handa@m17n.org>
13694
13695 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13696 Fix previous change.
13697
13698 2004-08-03 Kenichi Handa <handa@m17n.org>
13699
13700 * international/encoded-kb.el: The following changes are to
13701 utilize key-translation-map instead of minor mode map.
13702 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13703 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13704 (encoded-kbd-last-key): New function.
13705 (encoded-kbd-iso2022-single-shift): New function.
13706 (encoded-kbd-iso2022-designation)
13707 (encoded-kbd-self-insert-iso2022-7bit)
13708 (encoded-kbd-self-insert-iso2022-8bit)
13709 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13710 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13711 key-translation-map.
13712 (encoded-kbd-setup-keymap): Setup key-translation-map.
13713 (saved-key-translation-map): New variable.
13714 (encoded-kbd-mode): Save/restore key-translation-map.
13715 Adjust for the change of encoded-kbd-setup-keymap.
13716
13717 2004-08-02 Kim F. Storm <storm@cua.dk>
13718
13719 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13720 and call compute-motion with nil for topos and width to get proper
13721 usable width and height for both window and non-window systems.
13722
13723 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13724 calculate usable window width and height.
13725
13726 * window.el (window-buffer-height): Call compute-motion with nil width.
13727
13728 2004-08-01 David Kastrup <dak@gnu.org>
13729
13730 * replace.el (query-replace-read-from):
13731 Use `query-replace-compile-replacement'.
13732 (query-replace-compile-replacement): New function.
13733 (query-replace-read-to): Use `query-replace-compile-replacement'
13734 for repeating the last command.
13735
13736 2004-08-01 John Paul Wallington <jpw@gnu.org>
13737
13738 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13739 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13740 (pr-switches): Remove period from end of error messages.
13741
13742 * help-mode.el (help-go-back): Likewise.
13743
13744 * abbrev.el (only-global-abbrevs): Doc fix.
13745 (edit-abbrevs-map): Define within defvar.
13746 (quietly-read-abbrev-file): Doc fix.
13747
13748 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13749
13750 * novice.el (enable-command, disable-command): Doc fixes.
13751
13752 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13753
13754 2004-07-30 Richard M. Stallman <rms@gnu.org>
13755
13756 * subr.el (with-local-quit): Doc fix.
13757
13758 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13759
13760 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13761
13762 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13763
13764 * custom.el (defcustom): Doc fix.
13765
13766 2004-07-28 Masatake YAMATO <jet@gyve.org>
13767
13768 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13769
13770 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13771
13772 * imenu.el (imenu-prev-index-position-function)
13773 (imenu-extract-index-name-function, imenu-name-lookup-function)
13774 (imenu--index-alist): Docstring redundancy fix.
13775
13776 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13777
13778 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13779 binding dired-backup-overwrite.
13780
13781 2004-07-25 John Paul Wallington <jpw@gnu.org>
13782
13783 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13784
13785 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13786
13787 * term/tty-colors.el (tty-color-approximate): Doc fix.
13788
13789 * select.el (x-get-selection, x-set-selection): Doc fixes.
13790
13791 * frame.el (make-frame): Doc fix.
13792
13793 2004-07-24 Richard M. Stallman <rms@gnu.org>
13794
13795 * mail/rmail.el (rmail-mime-charset-pattern):
13796 Don't include semicolon in the charset value.
13797
13798 * replace.el (occur-next-error): Call set-window-point.
13799 (occur-engine): Handle negative NLINES.
13800
13801 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13802
13803 * frame.el (modify-all-frames-parameters): Minor doc fix.
13804 (set-frame-configuration): Doc fix.
13805
13806 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13807
13808 * simple.el (completion-setup-function): Compute the common parts
13809 and the first difference place correctly when
13810 partial-completion-mode is on.
13811
13812 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13813
13814 * ps-print.el: Doc fix.
13815 (ps-print-version): New version 6.6.5.
13816 (ps-printing-region): Doc fix.
13817 (ps-generate-string-list): Comment fix.
13818 (ps-message-log-max): Code fix.
13819
13820 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13821
13822 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13823 generated PostScript.
13824
13825 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13826
13827 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13828 with Gnus v5_10 branch.)
13829
13830 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13831
13832 * calendar/time-date.el (time-to-number-of-days): New function.
13833 Imported from from Gnus.
13834
13835 2004-07-22 Kim F. Storm <storm@cua.dk>
13836
13837 * progmodes/make-mode.el: Fix comments.
13838
13839 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13840
13841 * printing.el: Doc fix.
13842
13843 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13844
13845 * frame.el (modify-all-frames-parameters): Minor doc fix.
13846
13847 2004-07-20 Richard M. Stallman <rms@gnu.org>
13848
13849 * textmodes/fill.el (fill-nobreak-p): If this break point is
13850 at the end of the line, don't consider the newline which follows
13851 as a reason to return t.
13852
13853 2004-07-19 John Paul Wallington <jpw@gnu.org>
13854
13855 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13856
13857 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13858
13859 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13860 Delete irrelevant code.
13861
13862 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13863
13864 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13865 New docstring. From Luc Teirlinck.
13866
13867 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13868
13869 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13870 section.
13871 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13872 non-file buffers. We know it is nil.
13873
13874 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13875
13876 Sync with Tramp 2.0.43.
13877
13878 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13879 Remove outdated comment.
13880 (tramp-locked, tramp-locker): New variables for implementing a
13881 global lock.
13882 (tramp-sh-file-name-handler): Use them to implement the global lock.
13883
13884 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13885
13886 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13887 calls to respective `xxx` calls.
13888 (tramp-process-alive-regexp): Precise doc string.
13889 (tramp-multi-action-process-alive): New defun.
13890 (tramp-multi-actions): Use it.
13891 (tramp-handle-find-backup-file-name): `copy-tree' is available
13892 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13893 in order to avoid this function.
13894 (tramp-handle-write-region): Set current buffer. If connection
13895 wasn't open, `file-modes' has changed it accidently. Reported by
13896 David Kastrup <dak@gnu.org>.
13897 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13898 HOST.
13899 (tramp-action-password, tramp-multi-action-password): Apply it.
13900 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13901 name must still contain the port number. Otherwise, we have two
13902 Tramp buffers, with all the confusion. Reported by Myron Selby
13903 <myron@xytech.com> and Rolf Dubitzky
13904 <Dubitzky@physi.uni-heidelberg.de>.
13905
13906 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13907 HOST to `tramp-enter-passwd'.
13908
13909 * net/tramp-vc.el (all): Code cleanup. Change all
13910 `tramp-handle-xxx' calls to respective `xxx` calls.
13911
13912 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13913
13914 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13915 functions that are not erroneous if either 1-valued or
13916 multi-valued. Detect functions in this class.
13917 (testcover-1value-functions, testcover-compose-functions)
13918 (testcover-progn-functions) Add some additional functions to lists.
13919 (testcover-mark): Bugfix when marking up the definition for an
13920 empty function.
13921
13922 2004-07-17 Richard M. Stallman <rms@gnu.org>
13923
13924 * replace.el (occur-read-primary-args): Pass default to
13925 read-from-minibuffer.
13926
13927 * mail/footnote.el (footnote-section-tag): Use defcustom.
13928
13929 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13930 Compile font-lock-keywords, not KEYWORDS.
13931 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13932 Add warn, check-type. Handle cerror like error.
13933
13934 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13935
13936 * progmodes/which-func.el (which-func-keymap): New var.
13937 (which-func-face): New face.
13938 (which-func-format): Use them.
13939
13940 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13941
13942 * buff-menu.el (list-buffers-noselect): Append the buffer's
13943 process status to its mode name.
13944
13945 2004-07-16 Kim F. Storm <storm@cua.dk>
13946
13947 * simple.el (inhibit-mark-movement): New defvar.
13948 (beginning-of-buffer, end-of-buffer): Do not push mark if
13949 inhibit-mark-movement is non-nil or C-u prefix is given.
13950
13951 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13952 Init to beginning-of-buffer and end-of-buffer.
13953 (cua--undo-push-mark): New defvar.
13954 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13955 already active and command is in cua--preserve-mark-commands.
13956 Also fix check for shift modifier on non-window systems.
13957 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13958
13959 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13960
13961 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13962 of two integers, instead of a cons.
13963
13964 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13965 `visited-file-modtime' now returns a list of two integers, instead
13966 of a cons.
13967
13968 * dired.el (dired-directory-changed-p): Ditto.
13969
13970 * progmodes/grep.el (grep): Doc fix.
13971
13972 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13973
13974 * autorevert.el (auto-revert-tail-mode)
13975 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13976 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13977 in both at the same time.
13978 (auto-revert-tail-mode): New command.
13979 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13980 (auto-revert-handler): Revert only either tail or whole file.
13981
13982 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13983 add auto-revert-tail-mode.
13984
13985 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13986
13987 * printing.el: Doc fix. Change name of some funs.
13988 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13989 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13990 (pr-standard-file-name): New fun. Replace pr-standard-path.
13991 (pr-call-process): Code fix.
13992
13993 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13994
13995 * subr.el (with-selected-window): Doc fix.
13996
13997 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13998
13999 * subr.el (get-buffer-window-list): Doc fix.
14000
14001 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14002
14003 * files.el (switch-to-buffer-other-window): Doc fix.
14004
14005 * window.el (save-selected-window, one-window-p)
14006 (split-window-keep-point, split-window-vertically)
14007 (split-window-horizontally): Doc fixes.
14008
14009 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14010
14011 * printing.el: Doc fix. Now it uses call-process instead of
14012 shell-command for low command execution.
14013 (pr-version): New version number (6.8).
14014 (pr-shell-file-name): Option removed.
14015 (pr-shell-command): Fun removed.
14016 (pr-call-process): New fun. Replace pr-shell-command.
14017 (pr-standard-path, pr-remove-nil-from-list): New funs.
14018 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14019 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14020 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14021 (pr-ps-utility-process, pr-txt-print): Code fix.
14022
14023 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14024
14025 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14026 boolean.
14027
14028 2004-07-09 Lars Hansen <larsh@math.ku.dk>
14029
14030 * wid-edit.el (widget-field-buffer): Doc fix.
14031
14032 2004-07-09 John Paul Wallington <jpw@gnu.org>
14033
14034 * emacs-lisp/re-builder.el (reb-update-overlays):
14035 Distinguish between one and several matches in message.
14036
14037 2004-07-09 Richard M. Stallman <rms@gnu.org>
14038
14039 * mouse.el (mouse-set-region-1): If transient-mark-mode
14040 is `identity', change it to `only'.
14041
14042 * simple.el (current-word): Doc fix.
14043
14044 2004-07-09 Mark A. Hershberger <mah@everybody.org>
14045
14046 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14047 so that it is more understanding of whitespace.
14048
14049 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14050 (("ns" . "element") (attr-list) children) instead of
14051 ((:ns . "element") (attr-list) children) in order to reduce the
14052 number of symbols used.
14053 (xml-skip-dtd): Change to use xml-parse-dtd but set
14054 xml-validating-parsing to nil.
14055 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
14056 (xml-substitute-entity): Remove in favor of new entity substitution.
14057 (xml-substitute-special): Rewrite in to substitute complex
14058 entities from DOCTYPE declarations.
14059 (xml-parse-fragment): Parse fragments from entity deleclarations.
14060 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14061 (xml-parse-dtd, xml-substitute-special): Make validity checks
14062 conditioned on xml-validating-parser. Add "Not Well Formed" to
14063 error messages about well-formedness.
14064
14065 2004-07-08 Steven Tamm <steventamm@mac.com>
14066
14067 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14068 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14069 Do not treat double clicks and triple clicks specially in the
14070 scroll bar (preventing strange repositioning problems)
14071
14072 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
14073
14074 * replace.el (query-replace-regexp-eval): Fix last change.
14075
14076 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14077
14078 * replace.el (query-replace-descr): New fun.
14079 (query-replace-read-from, query-replace-read-args): Default to the
14080 previous from&to.
14081 (query-replace-read-to): Quote the `from' string when displaying it.
14082 (query-replace-regexp-eval): Immediately check read-only status.
14083 Use query-replace-read-from to get the \n checking.
14084 Quote the `from' string when displaying it.
14085 (map-query-replace-regexp, occur-read-primary-args):
14086 Quote the `from' string when displaying it.
14087
14088 * isearch.el (isearch-query-replace): Pass the regexp-ness and
14089 delimited-ness of the search to query-replace.
14090
14091 * replace.el (query-replace-read-from, query-replace-read-to):
14092 New funs extracted from query-replace-read-args.
14093 (query-replace-read-args): Use them.
14094
14095 * replace.el (query-replace-interactive, query-replace-read-args):
14096 Remove the `initial' special value.
14097 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14098 (occur-engine): Remove unused var `matchend'.
14099
14100 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14101 Use the search string without prompting.
14102
14103 2004-07-05 Kenichi Handa <handa@m17n.org>
14104
14105 * international/mule.el (decode-coding-inserted-region):
14106 Set last-coding-system-used only when coding is nil.
14107
14108 2004-07-03 Eli Zaretskii <eliz@gnu.org>
14109
14110 * progmodes/grep.el (grep-compute-defaults, grep-command)
14111 (grep-program, find-program, grep-find-use-xargs, grep-history)
14112 (grep-find-history, grep-tag-default, grep-find-command)
14113 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14114 Add autoload cookies, for unbundled packages that load `compile'
14115 and expect all grep-related symbols to become defined.
14116
14117 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
14118
14119 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14120 (iimage-mode-image-search-path): New user option to search the
14121 image file.
14122 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
14123 have locate-file.
14124 (iimage-mode-buffer): Use it.
14125
14126 2004-07-03 Nick Roberts <nickrob@gnu.org>
14127
14128 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14129 carefully.
14130 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14131
14132 2004-07-03 Juri Linkov <juri@jurta.org>
14133
14134 * replace.el (query-replace-read-args): Swallow space after 'foo,
14135 not after (quote foo). Match space only immediately after symbol,
14136 not anywhere in the whole string.
14137
14138 2004-07-02 Richard M. Stallman <rms@gnu.org>
14139
14140 * replace.el (query-replace-read-args): Swallow space after
14141 symbols, not after closeparens. But avoid error if string ends there.
14142
14143 * progmodes/python.el (python-beginning-of-statement):
14144 Exit the loop if backward-up-list gets error.
14145
14146 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14147
14148 2004-07-02 Andre Spiegel <spiegel@gnu.org>
14149
14150 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14151 only if vc-consult-headers is non-nil.
14152
14153 2004-07-02 Juri Linkov <juri@jurta.org>
14154
14155 * pcvs.el (cvs-mode-diff-repository): New command.
14156
14157 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14158
14159 2004-07-01 Juri Linkov <juri@jurta.org>
14160
14161 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14162 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
14163 C-M-% to isearch-query-replace-regexp.
14164 (minibuffer-local-isearch-map): Add arrow key bindings.
14165 Bind C-f to isearch-yank-char-in-minibuffer.
14166 (isearch-forward): Doc fix.
14167 (isearch-edit-string): Doc fix.
14168 (isearch-query-replace, isearch-query-replace-regexp): New funs.
14169 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
14170 (isearch-yank-char): Add optional arg.
14171 (isearch-yank-char-in-minibuffer): New fun.
14172
14173 * replace.el (query-replace-interactive): Change type from boolean
14174 to choice. Add value `initial'.
14175 (query-replace-read-args): Handle value `initial' of
14176 query-replace-interactive.
14177
14178 2004-06-29 Kim F. Storm <storm@cua.dk>
14179
14180 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14181 (breakpoint-disabled-bitmap-face): Add :group 'gud.
14182
14183 * progmodes/ada-xref.el (ada-tight-gvd-integration):
14184 Add :group 'ada.
14185
14186 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14187
14188 2004-06-29 Juri Linkov <juri@jurta.org>
14189
14190 * replace.el (query-replace-read-args): Swallow a space after
14191 everything except )]" which in most cases means after a symbol.
14192
14193 * emacs-lisp/pp.el (pp-buffer): Add autoload.
14194
14195 2004-06-28 Richard M. Stallman <rms@gnu.org>
14196
14197 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14198 More changes to go with previous change in font-lock.el.
14199
14200 2004-06-26 David Kastrup <dak@gnu.org>
14201
14202 * replace.el (perform-replace): Highlight the match even in
14203 non-query mode if there is potential replace string editing.
14204
14205 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
14206
14207 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14208 agree with new return value of `file-remote-p'.
14209 This syncs with Tramp 2.0.42.
14210
14211 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14212 according to new documentation of `file-remote-p'.
14213
14214 * files.el (file-remote-p): Fix doc to say that return value is
14215 identification of remote system, if not nil.
14216 (file-relative-name): Use new return value of `file-remote-p'.
14217
14218 2004-06-26 Nick Roberts <nickrob@gnu.org>
14219
14220 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14221 (gdb-goto-breakpoint): Fix breakage.
14222
14223 2004-06-26 Eli Zaretskii <eliz@gnu.org>
14224
14225 * man.el (Man-getpage-in-background): Add windows-nt to the list
14226 of systems where shell-file-name should be used instead of
14227 literal "sh".
14228
14229 2004-06-25 Sam Steingold <sds@gnu.org>
14230
14231 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14232 function names `(setf symbol)'.
14233
14234 2004-06-24 Richard M. Stallman <rms@gnu.org>
14235
14236 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
14237
14238 * font-lock.el (font-lock-keywords): Change format of compiled values.
14239 Document it.
14240 (font-lock-add-keywords): If font-lock-keywords is compiled,
14241 extract the uncompiled version, modify, then recompile.
14242 (font-lock-remove-keywords): Likewise.
14243 (font-lock-fontify-keywords-region): Handle changed format.
14244 (font-lock-compile-keywords): Handle changed format.
14245 (font-lock-set-defaults): Compile the keywords explicitly here.
14246
14247 2004-06-24 David Kastrup <dak@gnu.org>
14248
14249 * replace.el (query-replace-read-args): Implement `\,' and `\#'
14250 replacements here.
14251 (query-replace-regexp): Doc string explaining this and the new
14252 `\?' replacement. Remove `\,' and `\#' implementation here, as it
14253 is better placed in `query-replace-read-args'.
14254 (replace-regexp): Explain `\,', `\#' and `\?'.
14255 (replace-match-data): New function for thorough reuse/destruction
14256 of old match-data.
14257 (replace-match-maybe-edit): Function for implementing `\?' editing.
14258 (perform-replace): Fix maintaining of the match stack including
14259 already matched regions, implement `\?', fix various problems
14260 with regions while editing and other stuff.
14261 (replace-highlight): Simplify.
14262
14263 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
14264
14265 * progmodes/grep.el (grep-error-screen-columns): New variable.
14266 (grep-regexp-alist): Give it the full functionality of gnu style
14267 compilation messages with line and column ranges. Ask me for the
14268 perl script I'm working on, that uses these.
14269
14270 2004-06-23 Nick Roberts <nickrob@gnu.org>
14271
14272 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14273 Remove.
14274 (comint-insert-input, comint-mouse-insert-input): New functions
14275 based on comint-insert-clicked-input for two bindings but just
14276 one functionality.
14277
14278 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
14279
14280 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
14281
14282 2004-06-23 Lars Hansen <larsh@math.ku.dk>
14283
14284 * files.el (write-contents-functions): Doc fix.
14285
14286 2004-06-21 Juanma Barranquero <lektu@terra.es>
14287
14288 * image.el (image-library-alist): Rewrite docstring in active voice.
14289
14290 2004-06-20 Richard M. Stallman <rms@gnu.org>
14291
14292 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
14293
14294 * isearch.el (isearch-repeat): Avoid testing old match data.
14295 (isearch-message): Display trailing space in special font
14296 when search is failing.
14297 (isearch-search-fun-function): Doc fix.
14298
14299 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
14300
14301 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
14302
14303 * frame.el (show-trailing-whitespace): Doc fix.
14304
14305 * cus-edit.el (custom-variable-documentation): New function.
14306 (custom-variable): Use it.
14307
14308 2004-06-19 Nick Roberts <nickrob@gnu.org>
14309
14310 * man.el (Man-getpage-in-background): Revert previous change but
14311 make cygwin a special case.
14312
14313 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
14314
14315 * autorevert.el (global-auto-revert-non-file-buffers):
14316 Update docstring.
14317
14318 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
14319
14320 * progmodes/compile.el (compilation-error-properties): Store one
14321 more than end-col, if present, so that transient-mark-mode will
14322 highlight last char too.
14323 * progmodes/grep.el (grep-regexp-alist): Match columns and column
14324 ranges, if present.
14325
14326 2004-06-18 Jason Rumney <jasonr@gnu.org>
14327
14328 * makefile.w32-in: Double percent signs in for loops.
14329
14330 2004-06-17 David Kastrup <dak@gnu.org>
14331
14332 * replace.el (query-replace-read-args): Only warn about use of \n
14333 and \t when we are doing a regexp replacement and the actual
14334 escaped character is n or t.
14335 (query-replace-regexp): Add \, and \# interpretation to
14336 interactive call and document it.
14337 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14338 as shortkey for replace-count.
14339 (replace-quote): New function for doubling backslashes.
14340
14341 2004-06-17 Juanma Barranquero <lektu@terra.es>
14342
14343 * files.el (parse-colon-path, cd): Mention in docstring that the
14344 path separator is colon in GNU-like systems.
14345
14346 * newcomment.el (comment-region-internal): Fix docstring.
14347
14348 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14349 (ewoc-invalidate, ewoc-collect): Doc fixes.
14350 (ewoc--create-node, ewoc--delete-node-internal):
14351 Fix typos in docstring.
14352
14353 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14354
14355 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14356 manual to docstring.
14357
14358 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14359
14360 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14361
14362 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14363
14364 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14365 Add hyperlink to emacs-xtra manual to docstring.
14366
14367 * autorevert.el (global-auto-revert-non-file-buffers):
14368 Add hyperlink to emacs-xtra manual to docstring, as well as an
14369 info-link.
14370
14371 2004-06-14 Juanma Barranquero <lektu@terra.es>
14372
14373 * image.el (image-library-alist): New variable to map image types
14374 to external libraries. Initialized to nil, unless system-specific
14375 configs change it.
14376 (image-type-available-p): Determine whether an image type is
14377 available by calling `init-image-library'.
14378
14379 * term/w32-win.el (image-library-alist): Initialize to a known set
14380 of probable library names.
14381
14382 2004-06-14 Kenichi Handa <handa@m17n.org>
14383
14384 * international/code-pages.el (windows-1256, cp1125): Fix tables
14385 for several characters.
14386
14387 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14388
14389 2004-06-13 Richard M. Stallman <rms@gnu.org>
14390
14391 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14392
14393 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14394 not "`pc-selection-mode'".
14395
14396 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14397
14398 * simple.el (previous-matching-history-element): Specify a default.
14399
14400 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14401
14402 * cus-face.el (custom-declare-face): Simplify code.
14403
14404 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14405
14406 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
14407
14408 * files.el (before-save-hook): Add `time-stamp' to the options.
14409
14410 * time-stamp.el (time-stamp): Recommend adding it to
14411 `before-save-hook', rather than `write-file-functions'.
14412 Make a similar change in `Commentary' section.
14413
14414 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14415
14416 * diff-mode.el (diff-current-defun): If at start of hunk, use
14417 position of first change.
14418
14419 2004-06-13 Lars Hansen <larsh@math.ku.dk>
14420
14421 * dired-x.el (dired-mark-omitted): Bind to "*O".
14422
14423 2004-06-12 Karl Fogel <kfogel@red-bean.com>
14424
14425 * bookmark.el (bookmark-bmenu-relocate): New function, as
14426 suggested by David J. Biesack <David.Biesack@sas.com>.
14427 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14428 (bookmark-bmenu-mode): Describe binding in doc string.
14429 (bookmark-set-filename): Save the bookmark list if it's time.
14430
14431 2004-06-13 Kenichi Handa <handa@m17n.org>
14432
14433 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14434 (ccl-untranslated-to-ucs): Fix typo.
14435
14436 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14437
14438 * progmodes/python.el (python-open-block-statement-p):
14439 Fix indentation after a block opening that contains a comment.
14440
14441 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
14442
14443 * bindings.el (completion-ignored-extensions): Add file extensions
14444 of Python byte-compiled files.
14445
14446 2004-06-12 Juri Linkov <juri@jurta.org>
14447
14448 * info.el (Info-goto-node): Add autoload.
14449 (Info-toc): Add substring-no-properties on Info file name.
14450 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14451 (Info-mode-map): Bind L to Info-history, T to Info-toc.
14452
14453 2004-06-12 Kenichi Handa <handa@m17n.org>
14454
14455 * international/mule-cmds.el (set-language-environment):
14456 Load subst tables if necessary.
14457
14458 * international/mule.el (decode-char): Load subst tables if necessary.
14459 (encode-char): Likewise.
14460
14461 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14462 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14463 (utf-16le-decode-loop): Set r5 to -1 before loop.
14464 (utf-16be-decode-loop): Likewise.
14465 (ccl-decode-mule-utf-16le): Add EOF processing block.
14466 (ccl-decode-mule-utf-16be): Likewise.
14467 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14468 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14469 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14470 (ccl-mule-utf-16-encode-untrans): New CCL.
14471 (utf-16-decode-to-ucs): Handle pre-read character.
14472 (utf-16le-encode-loop): Handle surrogate pair.
14473 (utf-16be-encode-loop): Likewise.
14474 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14475 of utf-16le-encode-loop.
14476 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14477 of utf-16be-encode-loop.
14478 (mule-utf-16-post-read-conversion):
14479 Call utf-8-post-read-conversion at first.
14480 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14481 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14482 Add post-read-conversion and pre-write-conversion.
14483
14484 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14485 (utf-translate-cjk-unicode-range): New variable.
14486 (utf-translate-cjk-load-tables): New function.
14487 (utf-lookup-subst-table-for-decode): New function.
14488 (utf-lookup-subst-table-for-encode): New function.
14489 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14490 tables here. Update safe-charsets of utf-* coding systems.
14491 (ccl-mule-utf-untrans): New CCL.
14492 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14493 at end of each branch.
14494 (ccl-mule-utf-8-encode-untrans): New CCL.
14495 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14496 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14497 length of encoding. Don't return r0.
14498 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14499 (utf-8-post-read-conversion): Narrow to region properly.
14500 If utf-translate-cjk-mode is on, load tables if necessary.
14501 Call utf-8-compose with hash-table arg if necessary.
14502 Call XXX-compose-region instead of XXX-post-read-convesion.
14503 (utf-8-pre-write-conversion): New function.
14504 (mule-utf-8): Include CJK charsets in safe-charsets if
14505 utf-translate-cjk-mode is on. Add pre-write-conversion.
14506
14507 * international/characters.el: Temporarily set
14508 utf-translate-cjk-mode to nil.
14509
14510 * language/devan-util.el (devanagari-compose-region):
14511 Add autoload cookie.
14512
14513 * international/ccl.el (ccl-dump-call): Fix printing the
14514 subroutine name.
14515
14516 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14517
14518 * dired.el (dired-revert): If buffer is marked unmodified before
14519 reverting, keep it marked unmodified.
14520 Adapt to new conventions for commenting out code.
14521 (dired-make-relative): Adapt to new conventions for commenting out code.
14522
14523 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14524
14525 * eshell/esh-module.el (eshell-load-defgroups):
14526 Bind `vc-handled-backends' to nil when opening files.
14527
14528 2004-06-11 Juanma Barranquero <lektu@terra.es>
14529
14530 * files.el (parse-colon-path, cd): Doc fixes (refer to
14531 `path-separator', not colon).
14532
14533 2004-06-10 Juanma Barranquero <lektu@terra.es>
14534
14535 * newcomment.el (comment-search-forward)
14536 (comment-search-backward): Fix typos in docstring.
14537 (comment-region): Doc fix.
14538
14539 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14540
14541 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14542 switch is no longer stored in `dired-switches-alist'.
14543
14544 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14545 `dired-switches-alist'.
14546
14547 2004-06-10 Kim F. Storm <storm@cua.dk>
14548
14549 * pcvs.el (cvs-mode-diff-yesterday): New command.
14550
14551 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14552
14553 2004-06-10 Juri Linkov <juri@jurta.org>
14554
14555 * emacs-lisp/edebug.el (edebug-eval-defun):
14556 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14557 Fix docstring.
14558
14559 * simple.el (eval-expression-print-format): Don't print additional
14560 information on the first call to `eval-print-last-sexp'.
14561 (next-error-find-buffer): Fix punctuation.
14562 (killing) <defgroup>: Fix punctuation.
14563 (yank-excluded-properties): Change group from editing to killing.
14564
14565 * replace.el (perform-replace): Use `limit' to terminate the
14566 while-loop explicitly.
14567
14568 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14569
14570 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14571 Use lc-*.xpm as prefix instead of *-locol.xpm.
14572
14573 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14574 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14575 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14576 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14577 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14578 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14579 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14580 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14581 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14582 * toolbar/lc-up_arrow.xpm:
14583 Rename from *-locol.xpm.
14584
14585 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14586
14587 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14588 include forms like &<str>; as valid url patterns.
14589
14590 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14591
14592 * dired.el (dired-diff, dired-backup-diff)
14593 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14594 (dired-do-chown, dired-do-touch, dired-do-print)
14595 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14596 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14597 (dired-create-directory, dired-do-copy, dired-do-symlink)
14598 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14599 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14600 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14601 (dired-maybe-insert-subdir, dired-next-subdir)
14602 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14603 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14604 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14605 (dired-run-shell-command, dired-query): Remove redundant,
14606 or incorrect, autoloads.
14607
14608 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14609 does not end in a slash. Add optional argument KILL-ROOT.
14610 Update docstring.
14611 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14612 (dired-query): Add autoloads.
14613
14614 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14615
14616 * progmodes/compile.el (compilation-set-window-height):
14617 Rearrange the save-* functions because a buffer can have several current
14618 point in different windows.
14619 (compilation-error-regexp-alist-alist): Recognize {standard input}
14620 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14621
14622 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14623
14624 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14625 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14626 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14627 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14628 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14629 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14630 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14631 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14632 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14633 * toolbar/up_arrow-locol.xpm:
14634 New versions of icons that uses fewer colors.
14635
14636 * toolbar/tool-bar.el (tool-bar-local-item)
14637 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14638 if display-color-cells is 256 or less.
14639
14640 2004-06-08 Kim F. Storm <storm@cua.dk>
14641
14642 * wid-edit.el (widget-specify-button): Use hand pointer rather
14643 than mouse-face as visible mouse-over effect.
14644
14645 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14646
14647 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14648 and `print-level' to nil when writing out `save-place-alist'.
14649 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14650
14651 2004-06-07 Juanma Barranquero <lektu@terra.es>
14652
14653 * completion.el (completion-kill-region): Doc fix.
14654
14655 * format.el (format-insert-annotations)
14656 (format-annotate-location): Doc fixes.
14657 (format-subtract-regions): Make arguments match their use in docstring.
14658
14659 * simple.el (kill-region): Doc fix.
14660
14661 * subr.el (insert-buffer-substring-no-properties)
14662 (insert-buffer-substring-as-yank): Doc fixes.
14663
14664 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14665
14666 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14667 Update docstring.
14668 (dired-reset-subdir-switches): New function.
14669
14670 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14671 Limit scope of `buffer-read-only' binding.
14672
14673 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14674
14675 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14676 eshell-explicit-command-char.
14677
14678 2004-06-06 Juanma Barranquero <lektu@terra.es>
14679
14680 * help-fns.el (help-argument-name): Inherit from italic face only
14681 if the frame supports it.
14682
14683 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14684
14685 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14686 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14687 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14688 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14689 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14690 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14691 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14692 New conversions from xpm files.
14693
14694 * toolbar/README: New file.
14695
14696 2004-06-06 Richard M. Stallman <rms@gnu.org>
14697
14698 * isearch.el (isearch-mode-map): Undo previous change.
14699
14700 2004-06-05 Juri Linkov <juri@jurta.org>
14701
14702 * bindings.el (debug-ignored-errors): Add regexps for history
14703 related messages. Remove $ from "No further undo information".
14704 Move Ediff's messages to ediff.el.
14705
14706 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14707
14708 * cus-edit.el (custom-display): Add `min-colors'.
14709
14710 * custom.el (defface): Add `supports' to docstring.
14711
14712 * help-fns.el (help-argument-name): Add :group 'help.
14713
14714 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14715
14716 * find-dired.el (find-ls-subdir-switches): New user option.
14717 (find-dired): No longer call `abbreviate-file-name' on DIR.
14718 Set `dired-subdir-switches' buffer-locally.
14719
14720 * locate.el: Merge the two `Commentary' sections.
14721 (locate-ls-subdir-switches): New user option.
14722 (locate): Update for other changes.
14723 (locate-mode-map): Restore Dired binding for mouse-2.
14724 Bind `locate-mouse-view-file' to M-mouse-2.
14725 Bind `l' to `locate-do-redisplay'.
14726 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14727 (locate-mouse-view-file, locate-tags, locate-find-directory):
14728 Print message if used outside main listing.
14729 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14730 Various changes to support inserted subdirectories.
14731 (locate-insert-header): Change header of *Locate* buffer.
14732
14733 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14734 Change interactive default switches.
14735 (dired-rename-subdir-2): Update `dired-switches-alist'.
14736 (dired-insert-subdir, dired-kill-subdir):
14737 Handle `dired-switches-alist'. Do not mark buffer modified.
14738 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14739 (dired-insert-subdir-doinsert): Omit messages.
14740 Handle `dired-subdir-switches'.
14741 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14742
14743 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14744 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14745 subdirs if -R switch is used for a subdir.
14746 (dired-mode): Set `dired-switches-alist'.
14747 (dired-build-subdir-alist): Only print number of directories in
14748 echo area when invoked interactively.
14749
14750 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14751
14752 * dired-x.el (dired-omit-mode): Rename from
14753 dired-omit-files-p. Use define-minor-mode to define it.
14754 (dired-omit-files-p): Add as alias for dired-omit-mode.
14755 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14756 dired-mark-omitted.
14757 (dired-mark-omitted): Add. Bind to M-O.
14758
14759 2004-06-05 Kenichi Handa <handa@m17n.org>
14760
14761 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14762
14763 2004-06-05 Juanma Barranquero <lektu@terra.es>
14764
14765 * help-fns.el (help-argument-name): Reintroduce face.
14766 (help-default-arg-highlight): Use it, now that
14767 `face-differs-from-default-p' can be trusted.
14768
14769 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14770
14771 * textmodes/table.el: Sentence commands added to Point Motion
14772 group; kill and backward-kill commands added to Extraction group.
14773
14774 2004-06-04 Mario Lang <mlang@delysid.org>
14775
14776 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14777 systems appear to use mW, make the code handle this. Fix a
14778 division-by-zero bug while at it, and handle kernels with
14779 a slightly different layout in /proc/acpi.
14780
14781 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14782
14783 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14784 because the latter is a CL-ism. This fixes the bug reported by
14785 Shawn Boyette <mdxi@collapsar.net> in
14786 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14787
14788 2004-06-04 Miles Bader <miles@gnu.org>
14789
14790 * faces.el (display-supports-face-attributes-p): Function moved to
14791 C code. Previously only the tty-related portion of this function
14792 was done in C; however the previous attempt to do a halfway-proper
14793 job for non-tty displays in lisp didn't work properly because of
14794 funny conditions during Emacs startup.
14795 (face-differs-from-default-p): Simplify, now that
14796 display-supports-face-attributes-p works properly on all display
14797 types. Remove :stipple from comparison; it doesn't really work
14798 in emacs anyway.
14799
14800 2004-06-04 Miles Bader <miles@gnu.org>
14801
14802 * faces.el (face-differs-from-default-p): Use a different
14803 implementation, so we can really check whether FACE displays
14804 differently or not.
14805
14806 2004-06-04 Miles Bader <miles@gnu.org>
14807
14808 * faces.el (display-supports-face-attributes-p): Implement a
14809 `different from default' check for non-tty displays.
14810
14811 2004-06-03 David Kastrup <dak@gnu.org>
14812
14813 * woman.el (woman-mapcan): More concise code.
14814 (woman-topic-all-completions, woman-topic-all-completions-1)
14815 (woman-topic-all-completions-merge): Replace by a simpler and
14816 much faster implementation based on O(n log n) sort/merge instead
14817 of the old O(n^2) behavior.
14818
14819 2004-06-03 Miles Bader <miles@gnu.org>
14820
14821 * subr.el (read-number): Use canonical format for default in prompt.
14822
14823 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14824 Add regexp for " [...]" style defaults.
14825
14826 2004-06-02 Romain Francoise <romain@orebokech.com>
14827
14828 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14829 groups: if the user asks for a hidden buffer, open the
14830 corresponding filter group to expose it.
14831
14832 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14833 `ibuffer-jump-to-buffer'.
14834 (ibuffer-jump-offer-only-visible-buffers): New user option.
14835
14836 2004-06-02 Juanma Barranquero <lektu@terra.es>
14837
14838 * faces.el (frame-update-faces): Add empty docstring so the one
14839 for `ignore' doesn't show through.
14840
14841 * subr.el (process-kill-without-query): Remove spurious "\n" on
14842 obsolescence string.
14843 (focus-frame, unfocus-frame): Add obsolescence declaration and
14844 empty docstring.
14845
14846 * international/mule.el (register-char-codings): Make alias for
14847 `ignore'. Move docstring to obsolescence info and remove redundancy.
14848
14849 2004-06-02 Kim F. Storm <storm@cua.dk>
14850
14851 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14852 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14853
14854 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 * comint.el (comint-replace-by-expanded-history-before-point):
14857 Obey `start' as the docstring says.
14858 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14859 (comint-update-fence): Prevent font-lock from running unnecessarily.
14860 (comint-dynamic-list-completions): Use with-current-buffer.
14861
14862 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14863
14864 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14865 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14866 (bibtex-entry-update): Handle alternatives and optional fields.
14867 (bibtex-parse-entry): Bugfix, handle empty key.
14868
14869 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14870
14871 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14872
14873 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14874
14875 * desktop.el (desktop-save): Don't save minor modes without a
14876 known mode initialization function.
14877
14878 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14879
14880 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14881
14882 * autorevert.el: Update `Commentary' section.
14883
14884 2004-05-30 Juanma Barranquero <lektu@terra.es>
14885
14886 * dos-fns.el (convert-standard-filename):
14887 * files.el (convert-standard-filename):
14888 * w32-fns.el (convert-standard-filename):
14889 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14890
14891 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14892
14893 Sync with Tramp.
14894
14895 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14896 (tramp-let-maybe): Move to an earlier spot in the file.
14897 Patch by Andreas Schwab.
14898
14899 2004-05-30 Andreas Schwab <schwab@suse.de>
14900
14901 * dired.el (dired-get-filename): Don't use dired-re-dot.
14902
14903 2004-05-30 Richard M. Stallman <rms@gnu.org>
14904
14905 * files.el (find-file): Doc fix.
14906
14907 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14908
14909 2004-05-30 Nick Roberts <nickrob@gnu.org>
14910
14911 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14912 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14913 modeline of the locals buffer.
14914 (gdb-goto-breakpoint): Handle gdbmi.
14915 (gdb-get-frame-number): Change for gdbmi.
14916
14917 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14918
14919 * files.el (file-remote-p): Apply file name handler for operation
14920 `file-remote-p'. It isn' a property any longer.
14921 (file-relative-name): `fh' and `fd' get the required value via
14922 `find-file-name-handler' already.
14923
14924 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14925 (top): Remove setting of `file-remote-p' property for
14926 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14927
14928 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14929
14930 Version 2.0.41 of Tramp released.
14931
14932 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14933 Throw away if process has died.
14934 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14935 (tramp-out-of-band-prompt-regexp): Rename to
14936 `tramp-process-alive-regexp', because its usage is widen.
14937 (tramp-actions-copy-out-of-band): Apply it.
14938 (tramp-actions-before-shell, tramp-multi-actions):
14939 Add `tramp-action-process-alive' action.
14940 (tramp-action-process-alive): New defun.
14941 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14942 Add entry for `file-remote-p'.
14943 (tramp-handle-file-remote-p): New defun.
14944 (top): Remove setting of `file-remote-p'. Don't set
14945 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14946
14947 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14948 `file-remote-p'.
14949
14950 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14951 counted for (last) line. [They should or they shouldn't? --Stef]
14952 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14953
14954 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14955
14956 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14957 not really necessary but seems to keep the shell history smaller
14958 in some cases. It is no substitute for setting HISTFILE and
14959 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14960 though. Suggested by Luc Teirlinck.
14961 (tramp-open-connection-setup-interactive-shell): Export variables
14962 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14963 (tramp-set-process-query-on-exit-flag): New compat function.
14964 (tramp-open-connection-multi, tramp-open-connection-su)
14965 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14966 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14967 (tramp-let-maybe): New macro, let-binds a variable only if it
14968 isn't obsolete.
14969 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14970 (tramp-handle-file-truename): Use it.
14971 (tramp-completion-file-name-regexp-unified): Avoid matching
14972 filenames starting with "/:" -- those are reserved for
14973 file-name-non-special.
14974
14975 * tramp-smb.el (tramp-smb-open-connection):
14976 Use tramp-set-process-query-on-exit-flag compat function.
14977
14978 2004-05-29 Richard M. Stallman <rms@gnu.org>
14979
14980 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14981
14982 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14983 (eval-last-sexp-print-value): Print char equivalent regardless
14984 of standard-output value.
14985
14986 * thumbs.el (thumbs-subst-char-in-string): Delete.
14987 (thumbs-thumbname): Use subst-char-in-string.
14988 (thumbs-resize-image): Use condition-case, not ignore-errors.
14989 (thumbs-kill-buffer): Likewise.
14990
14991 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14992 (thumbs-mode): Make buffer read-only.
14993 (thumbs-make-thumb): Unconditionally accept an existing file.
14994 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14995 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14996 (thumbs-show-thumbs-list): Error if images not supported.
14997 (thumbs-save-current-image): Improve prompt string.
14998 (thumbs-mode-map): Define u, R, x.
14999 (thumbs-unmark): New command.
15000 (thumbs-emboss-image): Minor cleanup.
15001 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15002 (thumbs-rename-images): New command.
15003 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
15004
15005 * thumbs.el (thumbs-current-image): New function.
15006 (thumbs-file-list, thumbs-file-alist): New functions.
15007 (thumbs-find-image): Delete arg L.
15008 Don't set up thumbs-fileL as buffer-local global var.
15009 (thumbs-find-image-at-point): Use thumbs-current-image.
15010 (thumbs-set-image-at-point-to-root-window): Likewise.
15011 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15012 Record and warn about errors. Update thumbs-markedL for deletions.
15013 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15014 (thumbs-redraw-buffer): Use thumbs-file-list.
15015 (thumbs-mark): Use thumbs-current-image.
15016 (thumbs-show-name): Use thumbs-current-image.
15017
15018 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15019 and imenu--last-menubar-index-alist.
15020
15021 * subr.el (with-selected-window): Undo previous change.
15022
15023 2004-05-29 John Paul Wallington <jpw@gnu.org>
15024
15025 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15026 (thumbs-mouse-find-image): New command.
15027 (thumbs-mode-map): Bind it to mouse-2.
15028 (thumbs-mode): Make mode-class special.
15029 (thumbs-view-image-mode): Likewise.
15030
15031 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
15032
15033 * flymake.el: New file.
15034
15035 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
15036
15037 * files.el (find-file-noselect-1): Do not bind
15038 `inhibit-read-only' to t during execution of
15039 `find-file-not-found-functions'.
15040
15041 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15042
15043 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15044 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15045
15046 2004-05-28 Juri Linkov <juri@jurta.org>
15047
15048 * simple.el (eval-expression-print-format): New fun.
15049
15050 * simple.el (eval-expression):
15051 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15052 * emacs-lisp/edebug.el (edebug-compute-previous-result)
15053 (edebug-eval-expression): Print additionally the value returned by
15054 `eval-expression-print-format'.
15055
15056 * emacs-lisp/lisp.el (insert-pair-alist): New var.
15057 (insert-pair): Make arguments optional. Find character pair
15058 from `insert-pair-alist' according to the last input event.
15059 (insert-parentheses): Make arguments optional.
15060 (raise-sexp, delete-pair): New funs.
15061
15062 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15063 (emacs-lisp-mode-map, lisp-interaction-mode-map):
15064 Bind C-M-q to `indent-pp-sexp'.
15065
15066 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15067 `pp-to-string' modified to be able to format text with newlines.
15068 (pp-to-string): Move the buffer-formatting part of the code to
15069 `pp-buffer'. Call `pp-buffer'.
15070
15071 * info.el (Info-desktop-buffer-misc-data): Don't save information
15072 about virtual files.
15073 (Info-restore-desktop-buffer): Restore Info buffers in prepared
15074 buffers with names obtained from the desktop file instead of the
15075 default *info* buffer.
15076
15077 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15078
15079 * subr.el (with-selected-window): Only save/restore the selected window.
15080
15081 * progmodes/compile.el (compilation-error-regexp-alist):
15082 Use expand-file-name and data-directory.
15083
15084 * progmodes/grep.el (grep-tree): Rework previous fix.
15085
15086 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15087 after the user marked text with the mouse.
15088
15089 * startup.el (command-line): Keep the first regexp of
15090 auto-save-file-name-transforms intact.
15091
15092 2004-05-28 Juanma Barranquero <lektu@terra.es>
15093
15094 * cus-edit.el (customize-face, customize-face-other-window)
15095 (custom-face-edit-delete): Make arguments match their use in
15096 docstring.
15097 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15098 docstring.
15099
15100 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15101 not `cvs-butlast'.
15102
15103 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15104 `nbutlast' are in subr.el).
15105
15106 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15107 (set-w32-system-coding-system): Doc fixes.
15108
15109 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15110 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15111 Make arguments match their use in docstring.
15112 (artist-draw-region-trim-line-endings)
15113 (artist-mouse-choose-operation): Fix typo in docstring.
15114 (artist-key-set-point-common): Doc fix.
15115
15116 2004-05-28 Simon Josefsson <jas@extundo.com>
15117
15118 * mail/smtpmail.el (smtpmail-open-stream):
15119 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15120
15121 2004-05-26 Simon Josefsson <jas@extundo.com>
15122
15123 * starttls.el: Merge with my GNUTLS based starttls.el.
15124 (starttls-gnutls-program, starttls-use-gnutls)
15125 (starttls-extra-arguments, starttls-process-connection-type)
15126 (starttls-connect, starttls-failure, starttls-success): New variables.
15127 (starttls-program, starttls-extra-args): Doc fix.
15128 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15129 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15130 and pass on to corresponding *-gnutls function if it is set.
15131
15132 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
15133
15134 * autorevert.el (auto-revert-handler): Disable auto-reverting of
15135 remote files.
15136
15137 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
15138
15139 * files.el (file-name-non-special): There are more operations
15140 which need handling: `find-backup-file-name',
15141 `insert-file-contents', `verify-visited-file-modtime',
15142 `write-region'. Rename t value of method to `add'. Add new
15143 methods `quote' and `unquote-then-quote' to file-arg-indices.
15144
15145 2004-05-25 Juri Linkov <juri@jurta.org>
15146
15147 * info.el (Info-toc): Call Info-mode on intermediate buffer.
15148 (Info-index-nodes): Enclose code in condition-case to catch errors.
15149 (Info-index-node): Don't search all index nodes if request is only
15150 for the current node and file is not in the cache of index nodes.
15151 (Info-mode-map): Bind Info-copy-current-node-name to `w'
15152 for consistency with dired-copy-filename-as-kill.
15153 Bind `S' to Info-search-case-sensitively.
15154 (Info-copy-current-node-name): New arg. With zero prefix arg put
15155 the name inside a function call to `info'. Display copied text in
15156 the echo area.
15157
15158 2004-05-25 Sam Steingold <sds@gnu.org>
15159
15160 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15161 strip the package prefix from the symbol name, if any.
15162 Make it the `find-tag-default-function' for `lisp-mode'.
15163
15164 2004-05-25 John Paul Wallington <jpw@gnu.org>
15165
15166 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15167 instead of obsolete `process-kill-without-query'.
15168
15169 * textmodes/texinfmt.el (texinfo-indexvar-alist):
15170 Declare as variable, not constant.
15171
15172 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
15173
15174 * files.el (find-file-noselect-1): Fix bug introduced by
15175 Revision 1.694. As a side effect, `inhibit-read-only'
15176 is again, by default, t during execution of
15177 `find-file-not-found-functions'.
15178 (insert-directory): Check that lines were really inserted by
15179 the --dired switch, before erasing them.
15180
15181 2004-05-24 Nick Roberts <nickrob@gnu.org>
15182
15183 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15184 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15185 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15186 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15187 gud-minor-mode (gdbmi).
15188
15189 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15190
15191 * net/browse-url.el (browse-url-interactive-arg): Enable user to
15192 explicitly select the text to be taken as URL.
15193
15194 2004-05-23 Juri Linkov <juri@jurta.org>
15195
15196 * info.el (Info-index-nodes): New var and fun.
15197 (Info-goto-index, Info-index, info-apropos)
15198 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15199 (Info-index): Fix docstring. Store and restore Info-history-list.
15200 (Info-complete-nodes): New var.
15201 (Info-complete-menu-item): Use it.
15202 (Info-index-node): New fun.
15203 (Info-final-node, Info-forward-node, Info-backward-node)
15204 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15205 Use Info-index-node.
15206 (Info-extract-menu-item, Info-extract-menu-counting): Set second
15207 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15208 (Info-find-node-2): If a node with period in its name not found,
15209 try to find a node without the name part after period.
15210 (Info-select-node): Call Info-fontify-node only if
15211 Info-fontify-maximum-menu-size is not nil.
15212 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15213 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15214 Preserve Info-history-list.
15215 (Info-toc): Set Info-current-file.
15216 (Info-build-toc): Move point to the beginning of the buffer.
15217 Add main-file variable.
15218 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15219 Use backslashed representation of the control character ^_.
15220
15221 * textmodes/texinfmt.el (texinfo-print-index): Print index line
15222 numbers in the new Texinfo 4.7 format.
15223
15224 * add-log.el (change-log-font-lock-keywords): Remove `:' from
15225 regexps for function and variable names.
15226
15227 * descr-text.el (describe-property-list): Add [show] button for
15228 `syntax-table' property with action to pp to a separate buffer.
15229 (describe-char): Replace search-forward by re-search-forward with
15230 whitespace regexp after "character:" to not fail in too narrow windows.
15231
15232 * simple.el (next-error-find-buffer): Add a rule to return
15233 next-error capable buffer if one window on the selected frame
15234 displays such buffer.
15235
15236 2004-05-23 Nick Roberts <nickrob@gnu.org>
15237
15238 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
15239 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
15240 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
15241 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
15242 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
15243 Handle new value for gud-minor-mode (gdbmi).
15244 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15245 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15246 Change from local to global gdb variable set.
15247 (gdb-ann3): Initialise above gdb variable set.
15248 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15249 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15250 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15251 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15252 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15253 (gdb-info-locals-handler, gdb-invalidate-assembler)
15254 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15255 set as global variables.
15256 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15257 Handle gdbmi.
15258 (gdb-info-breakpoints-custom): Fix regexp.
15259 (def-gdb-var): Delete.
15260
15261 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15262 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15263 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15264 a new mode. The file (gdb-mi.el) for this mode will be included
15265 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15266 primary interface.
15267
15268 2004-05-23 Jesper Harder <harder@ifa.au.dk>
15269
15270 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15271 interpreted as a directory.
15272
15273 2004-05-22 Richard M. Stallman <rms@gnu.org>
15274
15275 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15276 as a close quote.
15277
15278 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
15279
15280 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
15281 Use assoc-string, not assoc-ignore-case.
15282
15283 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
15284
15285 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
15286 If moving back then fwd gets a defun that ends before point,
15287 try again moving fwd then back.
15288
15289 * files.el (file-name-non-special): Allow t in file-arg-indices
15290 to mean requote the return value. Use `identity' as an element
15291 rather than as the whole value.
15292
15293 * gs.el (gs-options): Add -dSAFER. Mark it risky.
15294
15295 2004-05-22 Juanma Barranquero <lektu@terra.es>
15296
15297 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
15298 `help-make-usage'.
15299 (help-highlight-arguments): Skip function name before searching
15300 for arguments.
15301
15302 2004-05-21 Juanma Barranquero <lektu@terra.es>
15303
15304 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15305 Don't mention in the docstring these arguments meant for
15306 internal (recursive) use only.
15307 (allout-char-spec): Comment out (it's not implemented).
15308 (allout-old-expose-topic, allout-exposure): Fix docstring and add
15309 obsolescence declaration.
15310 (allout-flatten-exposed-to-buffer)
15311 (allout-indented-exposed-to-buffer): Fix typos in docstring.
15312 (my-mark-marker): Doc fix.
15313 (produce-allout-mode-map, allout-sibling-index)
15314 (allout-isearch-expose, allout-distinctive-bullet)
15315 (allout-open-topic, allout-reindent-body)
15316 (allout-rebullet-heading, allout-process-exposed)
15317 (allout-insert-listified, allout-latex-verb-quote)
15318 (allout-insert-latex-header, allout-insert-latex-trailer):
15319 Make arguments match their use in docstring.
15320 (allout-primary-bullet, allout-old-style-prefixes)
15321 (allout-inhibit-protection, allout-init, allout-mode)
15322 (allout-before-change-protect, allout-flag-region):
15323 Use "Emacs" instead of "emacs" in docstrings.
15324
15325 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15326
15327 * international/characters.el: Modify syntax of more characters.
15328
15329 2004-05-21 Masatake YAMATO <jet@gyve.org>
15330
15331 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15332 (etags-tags-completion-table): Show parsing progress.
15333
15334 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15335
15336 * locate.el (locate-prompt-for-command): Shorten first line of
15337 docstring.
15338 (locate-mode): Expand docstring and include keymap summary.
15339
15340 * files.el (find-file-noselect-1): Limit the scope of the
15341 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
15342 is, by default, nil during the execution of
15343 `find-file-not-found-functions' and `find-file-hook'.
15344
15345 2004-05-20 Michael Mauger <mmaug@yahoo.com>
15346
15347 * facemenu.el (facemenu-color-name-equal): New function.
15348 (list-colors-display): Use it to compare colors instead of
15349 facemenu-color-equal.
15350
15351 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
15352
15353 * compare-w.el (compare-windows-face): Use min-colors instead of
15354 checking for tty or pc types.
15355
15356 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15357
15358 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15359 (completion-setup-function): Use with-current-buffer.
15360 Properly save excursion. Simplify.
15361 Don't assume there is necessarily a `mouse-face' property somewhere.
15362
15363 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15364
15365 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
15366
15367 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15368 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15369 Use with-current-buffer.
15370 (byte-goto-log-buffer): Delete.
15371 (byte-compile-log-file): Call compilation-forget-errors.
15372
15373 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15374
15375 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15376 output messages into the search result.
15377
15378 2004-05-19 Masatake YAMATO <jet@gyve.org>
15379
15380 * wid-edit.el (widget-radio-button-notify): Revert my last
15381 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15382
15383 2004-05-19 Kenichi Handa <handa@m17n.org>
15384
15385 * international/characters.el: Fix syntax (open/close) of CJK chars.
15386
15387 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15388
15389 * help-mode.el (help-go-back): Don't depend on position of back button.
15390
15391 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15392
15393 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15394 files files don't contain an accidental additional /.
15395
15396 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15397 in source buffer.
15398
15399 2004-05-18 Masatake YAMATO <jet@gyve.org>
15400
15401 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15402 to widget-apply. :action method assumes 2 arguments, not 3.
15403
15404 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
15405
15406 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15407 New constants.
15408 (hs-special-modes-alist): Add an f90-mode entry.
15409
15410 2004-05-17 Sam Steingold <sds@gnu.org>
15411
15412 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15413 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
15414
15415 2004-05-16 Kim F. Storm <storm@cua.dk>
15416
15417 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15418
15419 2004-05-15 John Wiegley <johnw@newartisans.com>
15420
15421 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15422 (eshell-output-object-to-target): Improve output speed 20% by not
15423 calling `eshell-stringify' if something is already known to be a string.
15424
15425 2004-05-15 Alex Ott <ott@jet.msk.su>
15426
15427 * textmodes/ispell.el (ispell-local-dictionary-alist):
15428 Add windows-1251 to the choice of coding systems.
15429 (ispell-dictionary-alist-6): Add support for "russianw.aff",
15430 encoded in cp1251.
15431
15432 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
15433
15434 * progmodes/compile.el (compilation-warning-face)
15435 (compilation-info-face): Use min-colors.
15436
15437 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15438
15439 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15440 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15441 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15442 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15443 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15444 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15445 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15446 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15447 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15448 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15449 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15450 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15451 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15452 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15453
15454 2004-05-15 Kim F. Storm <storm@cua.dk>
15455
15456 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15457 Use it to set triggered-p element of timer.
15458 (timer-event-handler): Set triggered-p element non-nil while running
15459 the timer function.
15460
15461 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15462
15463 * descr-text.el (describe-char-unicode-data)
15464 (describe-char-unicodedata-file): Re-enable the unicode code now that
15465 the licensing issues have been cleared in the unicode-4 license.
15466 (describe-text-properties-1): Remove unused `overlay' var.
15467 (describe-char): Remove unused var `buffer'.
15468
15469 2004-05-14 David Ponce <david@dponce.com>
15470
15471 * tree-widget.el: New file.
15472
15473 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15474
15475 * language/european.el ("Brazilian Portuguese"): Add support for
15476 Brazilian Portuguese.
15477
15478 2004-05-13 John Wiegley <johnw@newartisans.com>
15479
15480 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15481 `recentf-mode' if this variable has been customized to t.
15482
15483 * eshell/esh-test.el (eshell-test): Call the function
15484 `emacs-version' rather than trying to build a custom version string.
15485
15486 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15487
15488 * net/telnet.el (telnet-mode): Use define-derived-mode.
15489 Don't modify the global value of comint-prompt-regexp.
15490
15491 2004-05-13 John Paul Wallington <jpw@gnu.org>
15492
15493 * version.el (emacs-version): Check for `gtk' feature before
15494 `x-toolkit' feature.
15495
15496 2004-05-13 Juanma Barranquero <lektu@terra.es>
15497
15498 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15499 arguments in the docstring, they're used only in recursive calls.
15500
15501 * help-fns.el (help-arg-highlighting-function)
15502 (help-argument-name): Delete.
15503 (help-default-arg-highlight): New function.
15504 (help-do-arg-highlighting): Use it.
15505
15506 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15507
15508 * calendar/appt.el (appt-disp-window):
15509 Use `calendar-set-mode-line' for a centered mode-line.
15510
15511 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15512
15513 * calendar/appt.el (appt-disp-window): Do not split window
15514 excessively when `split-height-threshold' is low.
15515
15516 2004-05-12 Nick Roberts <nickrob@gnu.org>
15517
15518 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15519 kill-buffer-hook here and make it local.
15520 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15521
15522 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15523
15524 * progmodes/compile.el (compilation-set-window-height):
15525 Use save-excursion to protect against misplaced marker.
15526
15527 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15528
15529 * custom.el (defface): Document that type can have value gtk.
15530
15531 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15532
15533 2004-05-12 Kenichi Handa <handa@m17n.org>
15534
15535 * descr-text.el: Require quail at comile time.
15536 (describe-char): If an input method is on and it supports the
15537 character, show how to input it.
15538
15539 * international/quail.el (quail-install-decode-map): Accept a
15540 char-table whose subtype is `quail-decode-map'.
15541 (quail-store-decode-map-key, quail-gen-decode-map1)
15542 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15543 (quail-show-key): New functions.
15544
15545 2004-05-12 Juanma Barranquero <lektu@terra.es>
15546
15547 * generic.el (define-generic-mode): Remove redundant arglist info.
15548
15549 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15550 Make arguments match their use in docstring.
15551 (help-arg-highlighting-function): New variable.
15552 (help-argument-name): Mention it in the docstring.
15553 (help-do-arg-highlight): Use it. Expand regexp to accept also
15554 ARG-xxx and xxx-ARG references.
15555
15556 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15557
15558 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15559 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15560 and "mailto:addr1?to=addr2" equal.
15561
15562 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15563
15564 * man.el (Man-getpage-in-background): Use shell-file-name
15565 and shell-command-switch variables instead of hard-coded values.
15566
15567 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15568
15569 * iimage.el: New file.
15570
15571 2004-05-11 Juanma Barranquero <lektu@terra.es>
15572
15573 * custom.el (custom-initialize-default, defcustom):
15574 Fix typo in docstring.
15575
15576 * files.el (set-visited-file-name, file-expand-wildcards):
15577 Fix docstring.
15578
15579 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15580
15581 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15582
15583 * subr.el (eventp): Be more discriminating with integers.
15584
15585 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15586
15587 * progmodes/compile.el (compile): Add universal prefix arg.
15588 (compilation-error-regexp-alist-alist): Add edg patterns.
15589
15590 2004-05-10 Sam Steingold <sds@gnu.org>
15591
15592 * textmodes/ispell.el (ispell-message):
15593 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15594
15595 2004-05-10 Dave Love <fx@gnu.org>
15596
15597 * progmodes/python.el (help-buffer): Autoload when compiling.
15598 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15599 (run-python): Prepend to any existing PYTHONPATH.
15600
15601 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15602
15603 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15604 for pending breakpoints.
15605
15606 2004-05-10 Richard M. Stallman <rms@gnu.org>
15607
15608 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15609 directly without calling any functions in Rmail.
15610 (unrmail-unprune): Function deleted.
15611
15612 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15613
15614 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15615 C-c C-z binding.
15616
15617 2004-05-10 Kenichi Handa <handa@m17n.org>
15618
15619 * descr-text.el (describe-char): Fix previous change. Don't make
15620 a unibyte character to multibyte in the *Help* buffer.
15621
15622 2004-05-10 Miles Bader <miles@gnu.org>
15623
15624 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15625 buffer an error if the debugger process is actually running.
15626
15627 2004-05-10 Juanma Barranquero <lektu@terra.es>
15628
15629 * help-fns.el (help-argument-name): Default to italic.
15630 (help-highlight-arguments): Return always (usage . doc), even when
15631 usage is nil.
15632
15633 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15634 (define-ibuffer-filter): Add usage info.
15635 (define-ibuffer-op): Add usage info (but CL-style defaults for
15636 keyword args are not shown).
15637
15638 * subr.el (remove-overlays, read-passwd): Fix docstring.
15639 (start-process-shell-command): Fix docstring. Put usage info in a
15640 format usable by `describe-function'.
15641 (open-network-stream, open-network-stream-nowait)
15642 (open-network-stream-server): Fix docstring.
15643
15644 2004-05-09 Jason Rumney <jasonr@gnu.org>
15645
15646 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15647 Only define cp125* if windows-125* is already defined.
15648
15649 * language/korean.el (cp949): Add alias.
15650
15651 * language/chinese.el (cp936, cp950): Add aliases.
15652
15653 * language/japanese.el (cp932): Add alias.
15654
15655 * term/w32-win.el: Require code-pages.
15656
15657 * international/mule-cmds.el (set-locale-environment):
15658 On MS-Windows use ansi code-page for default coding-systems.
15659 Set up paper sizes for Windows 3 letter languages.
15660
15661 * international/code-pages.el (cp932, cp936, cp949, cp950):
15662 Add aliases. Also add cp125* if not already defined.
15663
15664 2004-05-09 Juanma Barranquero <lektu@terra.es>
15665
15666 * help-fns.el (help-highlight-arguments): Don't try to highlight
15667 missing or autoloaded arglists. Accept structured arguments, like
15668 the first ones of `do' and `flet'.
15669
15670 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15671 (cvs-get-marked): Remove redundant arglist info.
15672
15673 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15674 Don't use CL-style default args.
15675
15676 2004-05-08 Andreas Schwab <schwab@suse.de>
15677
15678 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15679
15680 * international/subst-ksc.el: Fix references to utf-translate-cjk
15681 into utf-translate-cjk-mode.
15682 * international/subst-big5.el: Likewise.
15683 * international/subst-gb2312.el: Likewise.
15684 * international/subst-jis.el: Likewise.
15685 * international/utf-16.el: Likewise.
15686 * international/utf-8.el: Likewise.
15687
15688 2004-05-08 John Wiegley <johnw@newartisans.com>
15689
15690 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15691 "virtual buffers" (off by default), which makes it possible to
15692 switch to the "virtual" buffers of recently visited files. When a
15693 buffer name search fails, and this option is on, iswitchb will
15694 look at the list of recently visited files, and permit matching
15695 against those names. When the user hits RET on a match, it will
15696 revisit that file.
15697 (iswitchb-read-buffer): Add two optional arguments, which makes
15698 isearchb.el possible.
15699 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15700 (iswitchb-next-match): Add support for virtual buffers.
15701
15702 * isearchb.el: This module extends iswitchb to provide "as you
15703 type" buffer selection.
15704
15705 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15706 Ignore the read-only property when flyspell highlighting is on.
15707 Not ignoring it leads to a series of confusing errors.
15708 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15709 but also make sure to call flyspell-incorrect-hook.
15710 (flyspell-maybe-correct-transposition): Perform transposition test
15711 by bit twiddling a string, rather than using a temp buffer.
15712 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15713 buffer. This is also the original version of the code, which
15714 could not be checked in before due to a previous lack of
15715 assignment papers. This version has seen heavy usage on my system
15716 for several years now.
15717
15718 * calendar/cal-bahai.el: New file, which adds support for the
15719 Baha'i calendar to Emacs. This calendar is based on a solar year
15720 of 19 months of 19 days, with 4 intercalary days. Each year
15721 begins on March 21, with the calendar starting in 1844.
15722
15723 * calendar/cal-menu.el, calendar/calendar.el
15724 * calendar/diary-lib.el, calendar/holidays.el:
15725 Added support for using cal-bahai.el.
15726
15727 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15728 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15729 function can be used outside of eshell buffers.
15730 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15731
15732 2004-05-08 Juanma Barranquero <lektu@terra.es>
15733
15734 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15735 word constituent so FOO-ARG is not recognized as an arg.
15736 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15737
15738 * simple.el (next-error): Fix typo in docstring.
15739 (open-line): Make argument names match their use in docstring.
15740 (split-line): Fix docstring.
15741
15742 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15743 usable by `describe-function'.
15744 (gensym, gentemp, typep, ignore-errors): Make argument names match
15745 their use in docstring.
15746
15747 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15748 argument to `help-setup-xref'.
15749
15750 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15751
15752 Version 2.0.40 of Tramp released.
15753
15754 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15755 Use symbol-function to invoke functions only known on some Emacs
15756 flavors. This avoids byte-compiler warnings. Reported by Kevin
15757 Scaldeferri <kevin@scaldeferri.com>.
15758 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15759 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15760 consistent with the other tramp-do-* functions.
15761 (tramp-do-copy-or-rename-file): Calls adjusted.
15762 (tramp-process-initial-commands): Avoid liveness check on shell --
15763 we know that it must be alive since we're opening a connection at
15764 this moment.
15765 (tramp-last-cmd): New internal variable.
15766 (tramp-process-echoes): New tunable.
15767 (tramp-send-command): Set tramp-last-cmd.
15768 (tramp-wait-for-output): Delete echo, if applicable.
15769 (tramp-read-passwd): Construct the key for the password cache in a
15770 way that works for multi methods, too.
15771 (tramp-bug): Add backup-directory-alist and
15772 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15773
15774 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15775
15776 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15777
15778 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15779 (tramp-actions-copy-out-of-band): New defcustoms.
15780 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15781 used instead of a synchronous one. Allows password entering.
15782 (tramp-action-out-of-band): New defun.
15783 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15784 Remove restriction with password from doc string.
15785 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15786 `tramp-out-of-band-prompt-regexp',
15787 `tramp-actions-copy-out-of-band', `password-cache' and
15788 `password-cache-expiry'.
15789 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15790 password caching.
15791 (tramp-touch): FILE can be a local file, too.
15792 (TODO): Remove items done.
15793 (tramp-handle-insert-directory): Properly quote file name also if
15794 not full-directory-p. Handle wildcard case. Reported by Andreas
15795 Schwab <schwab@suse.de>.
15796 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15797 new file.
15798 (tramp-handle-file-local-copy, tramp-handle-write-region):
15799 The permissions of the temporary file are set if filename exists.
15800 Reported by Ted Stern <stern@cray.com>.
15801 (tramp-backup-directory-alist)
15802 (tramp-bkup-backup-directory-info): New defcustoms.
15803 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15804 (tramp-handle-find-backup-file-name): New function.
15805 Implements Tramp's find-backup-file-name.
15806
15807 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15808 for `find-backup-file-name'.
15809
15810 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15811 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15812
15813 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15814
15815 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15816
15817 2004-05-07 Juanma Barranquero <lektu@terra.es>
15818
15819 * subr.el (lambda): Add arglist description to docstring.
15820 (declare): Fix typo in docstring.
15821 (open-network-stream): Fix docstring.
15822 (process-kill-without-query): Fix docstring and add obsolescence info.
15823 (last, butlast, nbutlast): Make arguments match their use in docstring.
15824 (insert-buffer-substring-no-properties): Likewise.
15825 (insert-buffer-substring-as-yank): Likewise.
15826 (split-string): Fix docstring.
15827
15828 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15829 Make argument names match their use in docstring.
15830
15831 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15832
15833 2004-05-06 Nick Roberts <nickrob@gnu.org>
15834
15835 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15836 Fit first sentence on one line for apropos-command.
15837
15838 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15839
15840 Changes largely merged in from Dave Love's code.
15841 * progmodes/python.el: Doc fixes.
15842 (python-mode-map): Add python-complete-symbol.
15843 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15844 (python-comment-indent, python-complete-symbol)
15845 (python-symbol-completions, python-partial-symbol)
15846 (python-try-complete): New.
15847 (python-indent-line): Remove optional arg. Use python-block-end-p.
15848 (python-check): Bind compilation-error-regexp-alist.
15849 (inferior-python-mode): Use rx. Move keybindings to top level.
15850 Set comint-input-filter.
15851 (python-preoutput-filter): Use rx.
15852 (python-input-filter): Re-introduce.
15853 (python-proc): Start new process if necessary.
15854 Check python-buffer non-nil.
15855 (view-return-to-alist): Defvar.
15856 (python-send-receive): New.
15857 (python-eldoc-function): Use it.
15858 (python-mode-running): Don't defvar.
15859 (python-mode): Set comment-indent-function.
15860 Maybe update hippie-expand-try-functions-list.
15861 (python-indentation-levels): Initialize differently.
15862 (python-block-end-p): New.
15863 (python-indent-line): Use it.
15864 (python-compilation-regexp-alist): Augment.
15865 (run-python): Import `emacs' module to Python rather than loading
15866 code directly. Set python-buffer differently.
15867 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15868 Use python-proc.
15869 (python-send-command): Go to end of comint buffer.
15870 (python-load-file): Use python-proc, emacs.eimport.
15871 (python-describe-symbol): Simplify interactive form.
15872 Use emacs.help. Do use temp-buffer-show-hook.
15873 Call print-help-return-message.
15874 (hippie-exp): Require when compiling.
15875 (python-preoutput-continuation): Use rx.
15876
15877 * diff-mode.el (diff-make-unified): Fix regexp.
15878
15879 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15880
15881 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15882 filter groups from the buffer when rebuilding the Ibuffer buffer
15883 and `ibuffer-show-empty-filter-groups' is nil.
15884
15885 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15886
15887 * ps-print.el (ps-print-quote): Call ps-value-string.
15888 (ps-setup): Call ps-comment-string.
15889 (ps-value-string, ps-comment-string): New funs.
15890
15891 2004-05-06 Juanma Barranquero <lektu@terra.es>
15892
15893 * ehelp.el (electric-help-command-loop): Check whether the last
15894 character is visible, not (point-max).
15895
15896 * help-fns.el (help-argument-name): Default to bold; don't inherit
15897 from font-lock-variable-name-face.
15898 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15899
15900 2004-05-05 Kenichi Handa <handa@m17n.org>
15901
15902 * descr-text.el (describe-char): Copy the character with text
15903 properties and overlays into the first line, and call
15904 describe-text-properties on it.
15905
15906 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15907
15908 * iswitchb.el (iswitchb-global-map): Fix typo.
15909 Remove unwanted ###autoloads from source file.
15910
15911 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15912
15913 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15914 in run-hooks. Use substitute-command-keys in message.
15915 (wdired-abort-changes): Add message.
15916
15917 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15918
15919 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15920 (sql-emacs20-p): Remove.
15921 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15922 (sql-builtin-face, sql-doc-face): Remove.
15923 (sql-mode-ansi-font-lock-keywords)
15924 (sql-mode-oracle-font-lock-keywords)
15925 (sql-mode-postgres-font-lock-keywords)
15926 (sql-mode-linter-font-lock-keywords)
15927 (sql-mode-ms-font-lock-keywords)
15928 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15929 (sql-product-font-lock): Fix font-lock reset when font rules change.
15930 (sql-highlight-product): Remove incorrect font-lock reset logic.
15931
15932 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15933
15934 * ses.el (ses-set-parameter): Fix typo.
15935
15936 2004-05-04 Kim F. Storm <storm@cua.dk>
15937
15938 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15939 Must expand directory for completion to work; and don't mess with
15940 process-environment.
15941 (ido-read-file-name): If command has ido property, don't use ido
15942 if value is ignore, or read as directory if value is dir.
15943 Set ido ignore property for dired-do-rename command.
15944
15945 2004-05-04 Juanma Barranquero <lektu@terra.es>
15946
15947 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15948 (electric-help-help): Check against unmapped commands.
15949
15950 * help-fns.el (help-argument-name): New face, inheriting from
15951 font-lock-variable-name-face, to highlight function arguments in
15952 `describe-function' and `describe-key'.
15953 (help-do-arg-highlight): Auxiliary function to highlight a given
15954 list of arguments in a string.
15955 (help-highlight-arguments): Highlight the function arguments and
15956 all uses of them in the docstring.
15957 (describe-function-1): Use it. Do docstring output via `insert',
15958 not 'princ', so text attributes are preserved.
15959
15960 * winner.el (winner-mode-map): Move `winner-undo' and
15961 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15962 previous bindings conflict with `prev-buffer', `next-buffer').
15963
15964 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15965
15966 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15967 (bibtex-entry-update): New command bound to C-c C-u.
15968 (bibtex-text-in-string): Fix regexp.
15969 (bibtex-assoc-of-regexp): Remove.
15970 (bibtex-progress-message): Fix docstring.
15971 (bibtex-inside-field): Use if.
15972 (bibtex-assoc-regexp): New function.
15973 (bibtex-format-entry): Make code more robust so that it formats
15974 also old entries.
15975 (bibtex-autokey-demangle-title): Merge with obsolete function
15976 bibtex-assoc-of-regexp.
15977 (bibtex-field-list): New function.
15978 (bibtex-entry): Use bibtex-field-list.
15979 (bibtex-parse-entry): Fix docstring.
15980 (bibtex-print-help-message): Use bibtex-field-list.
15981 (bibtex-make-field): Use bibtex-field-list.
15982 (bibtex-entry-index): Bugfix. Return crossref key if required.
15983 (bibtex-lessp): Fix docstring.
15984
15985 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15986
15987 * select.el (xselect-convert-to-string): Move comment to intended line.
15988
15989 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15990
15991 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15992 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15993
15994 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15995
15996 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15997 x-get-selection.
15998
15999 2004-05-03 Jason Rumney <jasonr@gnu.org>
16000
16001 * makefile.nt: Remove.
16002
16003 2004-05-03 Kim F. Storm <storm@cua.dk>
16004
16005 * emulation/cua-base.el (cua--update-indications): Fix last change.
16006 (cua-mode): Deactivate mark when cua-mode is enabled.
16007
16008 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
16009
16010 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16011
16012 2004-05-03 Nick Roberts <nickrob@gnu.org>
16013
16014 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16015 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16016 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16017 window over visible frames.
16018 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16019
16020 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
16021
16022 * progmodes/compile.el (compilation-gcpro): New var.
16023 (compilation-fake-loc): Use it.
16024 (compilation-forget-errors): Reset it.
16025
16026 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
16027
16028 * diff-mode.el (diff-header-face, diff-file-header-face):
16029 Use min-colors.
16030
16031 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16032
16033 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16034 (bibtex-clean-entry): Disentangle code.
16035 (bibtex-realign): New function.
16036 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
16037 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16038 Remove undocumented optional arg called-by-convert-alien.
16039 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
16040 for sorting instead of bibtex-sort-buffer.
16041
16042 2004-05-02 Eli Zaretskii <eliz@gnu.org>
16043
16044 * progmodes/compile.el (compilation-start): In the
16045 no-async-subprocesses branch, call sit-for to give redisplay a
16046 chance to show the updated process status in the mode line, and
16047 fontify the buffer explicitly after the process exits.
16048
16049 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16050
16051 * progmodes/python.el (python-compilation-line-number): Remove.
16052 (python-compilation-regexp-alist): Don't use it any more.
16053 (python-orig-start, python-input-filter): Remove.
16054 (inferior-python-mode): Don't set up comint-input-filter-functions.
16055 (python-send-region): Use compilation-fake-loc.
16056
16057 * progmodes/compile.el (compilation-messages-start): New var.
16058 (compilation-mode): Don't setup next-error-function here.
16059 (compilation-setup): Set it up here instead (for minor modes as well).
16060 Make compilation-messages-start buffer local.
16061 (compilation-next-error-function): Use it.
16062 (compilation-forget-errors): Set compilation-messages-start.
16063
16064 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
16065
16066 * ielm.el (ielm-prompt-read-only): Update docstring.
16067
16068 * comint.el (comint-prompt-read-only): Update docstring.
16069 (comint-update-fence, comint-kill-whole-line)
16070 (comint-kill-region): New functions.
16071
16072 * simple.el (kill-whole-line): Use "p" instead of "P" in
16073 interactive form.
16074
16075 2004-05-01 Juanma Barranquero <lektu@terra.es>
16076
16077 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16078 format arglist so default values in CL-style argument lists are
16079 correctly shown.
16080
16081 2004-05-01 Jason Rumney <jasonr@gnu.org>
16082
16083 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16084
16085 2004-05-01 Kenichi Handa <handa@m17n.org>
16086
16087 * international/titdic-cnv.el (miscdic-convert): Don't generate a
16088 quail file if it is up to date.
16089
16090 2004-04-30 Juri Linkov <juri@jurta.org>
16091
16092 * cus-edit.el (custom-mode-map):
16093 Add key binding `C-x C-s' to `Custom-save'.
16094
16095 * outline.el (outline-blank-line): New var.
16096 (outline-next-preface, outline-show-heading)
16097 (outline-end-of-subtree): Use it.
16098
16099 * dired-aux.el (dired-touch-initial): New fun.
16100 (dired-do-chxxx): Call it for op-symbol `touch'.
16101 (dired-diff): Use `dired-dwim-target-directory'
16102 if current dired buffer has no buffer mark.
16103
16104 * bindings.el (propertized-buffer-identification):
16105 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16106 Add C-M-arrow keys for consistency.
16107
16108 * files.el (confirm-kill-emacs):
16109 Change group from top-level `emacs' to `convenience'.
16110
16111 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16112 Push mark on the first call of successive command calls.
16113 (insert-pair): New fun created from `insert-parentheses' with
16114 `open' and `close' arguments added. Enclose active regions
16115 in paired characters. Compare adjacent characters syntax with
16116 inserted characters syntax before inserting a space.
16117 (insert-parentheses): Call `insert-pair' with ?\( ?\).
16118
16119 * delsel.el: Don't put `delete-selection' property
16120 on `insert-parentheses' symbol to take advantage of
16121 region handling in `insert-pair' function.
16122 Suggested by Stephan Stahl <stahl@eos.franken.de>.
16123
16124 2004-04-30 Kim F. Storm <storm@cua.dk>
16125
16126 * emulation/cua-base.el: Add support for changing cursor types;
16127 based on patch from Michael Mauger.
16128 (cua-normal-cursor-color, cua-read-only-cursor-color)
16129 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16130 Customization cursor type and/or cursor color.
16131 (cua--update-indications): Handle cursor type changes.
16132 (cua-mode): Update cursor indications if enabled.
16133
16134 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16135
16136 * mouse.el (mouse-drag-copy-region): New defcustom.
16137 (mouse-set-region, mouse-drag-region-1): Use it.
16138
16139 * simple.el (kill-ring-save): If region face background color is
16140 unspecified (if no highlighting), show extent of fully visible
16141 region even if transient-mark-mode is enabled.
16142
16143 * emulation/cua-base.el (cua--standard-movement-commands):
16144 Add cua-scroll-up and cua-scroll-down.
16145 (cua-scroll-up, cua-scroll-down): New commands.
16146 (cua--init-keymaps): Remap scroll-up and scroll-down.
16147
16148 * emulation/cua-rect.el (cua--convert-rectangle-as):
16149 New defmacro.
16150 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16151 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16152 New commands (suggested by Jordan Breeding).
16153
16154 2004-04-30 Juanma Barranquero <lektu@terra.es>
16155
16156 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16157
16158 2004-04-30 Mario Lang <mlang@delysid.org>
16159
16160 * diff.el (diff-switches): Fix typo in docstring.
16161
16162 2004-04-30 Alex Schroeder <alex@gnu.org>
16163
16164 * xml.el (xml-debug-print-internal): Don't add newline and
16165 indentation to text nodes and write empty elements as empty tags
16166 instead of opening and closing tags.
16167 (xml-debug-print): Take optional indent-string argument.
16168 (xml-print): Alias for xml-debug-print.
16169
16170 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16171
16172 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16173 than duplicate call to `line-beginning-position'.
16174
16175 * progmodes/f90.el (f90-get-present-comment-type):
16176 Return whitespace, as well as comment chars, for consistent filling
16177 of comment blocks. Use `match-string-no-properties'.
16178 (f90-break-line): Trim trailing whitespace when filling comments.
16179
16180 2004-04-30 Dave Love <fx@gnu.org>
16181
16182 * calendar/diary-lib.el (diary-outlook-formats): New variable.
16183 (diary-from-outlook-internal, diary-from-outlook)
16184 (diary-from-outlook-gnus, diary-from-outlook-rmail):
16185 New functions to import diary entries from Outlook-format
16186 appointments in mail messages.
16187
16188 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16189
16190 * progmodes/python.el (python-send-command): New fun.
16191 (python-send-region, python-load-file): Use it.
16192
16193 * progmodes/compile.el (compilation-last-buffer): Add var alias.
16194
16195 * help-fns.el (help-C-file-name): Use new subr-name.
16196 Prepend `src/' to the file name.
16197 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16198 (describe-function-1, describe-variable): Only find a C source file
16199 name if DOC is already loaded.
16200
16201 * help-mode.el (help-function-def, help-variable-def):
16202 Use the new find-function-search-for-symbol functionality.
16203 Allow FILE to be `C-source'.
16204
16205 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16206 (find-function-C-source): New fun.
16207 (find-function-search-for-symbol): Use it.
16208
16209 2004-03-29 Michael Mauger <mmaug@yahoo.com>
16210
16211 * progmodes/sql.el (sql-product-alist): Rename variable
16212 `sql-product-support'. Add Postgres login parameters.
16213 (sql-set-product, sql-product-feature): Update with renamed variable.
16214 (sql-connect-postgres): Add username prompt.
16215 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16216 Make patterns less product specific.
16217 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16218 (sql-mode-abbrev-table): Modify initialization.
16219 (sql-builtin-face): Add variable.
16220 (sql-keywords-re): Add macro.
16221 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16222 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16223 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16224 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16225 (sql-mode-linter-font-lock-keywords)
16226 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16227 (sql-mode-sybase-font-lock-keywords)
16228 (sql-mode-informix-font-lock-keywords)
16229 (sql-mode-interbase-font-lock-keywords)
16230 (sql-mode-ingres-font-lock-keywords)
16231 (sql-mode-solid-font-lock-keywords)
16232 (sql-mode-sqlite-font-lock-keywords)
16233 (sql-mode-db2-font-lock-keywords): Default to nil.
16234 (sql-product-font-lock): Always highlight ANSI keywords.
16235 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
16236 (sql-send-string): Add function.
16237
16238 2004-04-29 Dave Love <fx@gnu.org>
16239
16240 * progmodes/cfengine.el (cfengine-beginning-of-defun)
16241 (cfengine-end-of-defun): Ensure progress through buffer.
16242
16243 * info-look.el (cfengine-mode): Accept a terminal ().
16244
16245 2004-04-29 Juri Linkov <juri@jurta.org>
16246
16247 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
16248 instead of isearch-yank-word-or-char. Add new key bindings for
16249 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
16250 (isearch-del-char): New fun.
16251 (isearch-forward, isearch-edit-string): Update docstring.
16252 (isearch-yank-char): Doc fix.
16253 (isearch-other-meta-char): Restore point after scrolling.
16254
16255 * progmodes/compile.el (compilation-context-lines): Add nil option
16256 to disable compilation output window scrolling.
16257 (compilation-set-window): Use it.
16258
16259 * outline.el (outline-next-preface, outline-show-heading):
16260 Don't leave unhidden blank line before heading.
16261 (outline-end-of-subtree): Include last newline into subtree.
16262 (hide-entry): Leave point at beginning of heading instead of end.
16263 (outline-up-heading): Push mark for the first call of successive
16264 command calls.
16265
16266 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
16267
16268 * comint.el (comint-prompt-read-only): New variable.
16269 (comint-output-filter): Implement it.
16270
16271 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16272 (ielm-prompt-internal): New variable.
16273 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16274 (ielm-send-input): Delete unused variable `buf'.
16275 (ielm-eval-input): Use `ielm-prompt-internal'.
16276 (inferior-emacs-lisp-mode): Use new variables
16277 `comint-prompt-read-only' and `ielm-prompt-internal'.
16278 Get rid of obsolete variable `directory-sep-char'.
16279 (ielm): Use `zerop'.
16280
16281 2004-04-29 John Paul Wallington <jpw@gnu.org>
16282
16283 * thumbs.el (toplevel): Require cl at compile time.
16284 Remove conditional definitions of `ignore-errors' and `caddar'
16285 because they occur at run time.
16286
16287 2004-04-28 Nick Roberts <nickrob@gnu.org>
16288
16289 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
16290 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
16291 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
16292 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
16293
16294 * progmodes/gud.el (gud-common-init): Throw an error if program is
16295 already running under gdb.
16296
16297 2004-04-28 John Paul Wallington <jpw@gnu.org>
16298
16299 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
16300 (thumbs-show-image-num): Move assignment of
16301 `thumbs-current-image-filename' within scope of `i'.
16302 (thumbs-emboss-image): Don't use `evenp'.
16303
16304 2004-04-28 Richard M. Stallman <rms@gnu.org>
16305
16306 * progmodes/compile.el (compilation-context-lines): Default now 0.
16307
16308 2004-04-28 Juanma Barranquero <lektu@terra.es>
16309
16310 Use `time-less-p' from calendar/time-date.el instead of defining
16311 custom versions of it.
16312
16313 * pcomplete.el (pcomplete-time-less-p): Remove.
16314
16315 * thumbs.el (time-less-p): Remove.
16316
16317 * calendar/timeclock.el (timeclock-time-less-p): Remove.
16318 (timeclock-generate-report): Use `time-less-p'.
16319
16320 * emacs-lisp/autoload.el (autoload-before-p): Remove.
16321 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16322
16323 2004-04-28 Masatake YAMATO <jet@gyve.org>
16324
16325 * subr.el (remove-overlays): Make arguments optional.
16326
16327 * wid-edit.el (widget-specify-button): Put evaporate to the
16328 overlay for sample.
16329 (widget-specify-sample): Put evaporate to the overlay for sample.
16330 (widget-specify-doc): Put evaporate to the overlay for documentation.
16331
16332 2004-04-27 Jesper Harder <harder@ifa.au.dk>
16333
16334 * info.el (info-apropos): Make it an index node. Align node names
16335 like makeinfo.
16336
16337 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16338
16339 * net/browse-url.el (browse-url-netscape-sentinel)
16340 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16341 (browse-url-epiphany-sentinel, browse-url-mosaic):
16342 Use browse-url-*-program instead of a literal program name.
16343
16344 2004-04-27 Kevin Ryde <user42@zip.com.au>
16345
16346 * eshell/em-alias.el:
16347 * eshell/em-dirs.el:
16348 * eshell/em-hist.el:
16349 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16350 features when M-x customize-group loads modules before the main
16351 eshell.el.
16352
16353 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16354
16355 * subr.el (momentary-string-display): Support EXIT-CHAR that is
16356 either a character representation of an event or an event
16357 description list.
16358
16359 * type-break.el: Capitalise Emacs and Lisp.
16360 (type-break-good-break-interval, type-break-demo-boring-stats)
16361 (type-break-terse-messages, type-break-file-name): New defcustoms.
16362 (type-break-post-command-hook)
16363 (type-break-warning-countdown-string): Quote variable names in doc.
16364 (type-break-interval-start, type-break-auto-save-file-name): New vars.
16365 (type-break-mode): Document type-break-good-break-interval and the
16366 "session" file. Schedule break according to the session file.
16367 Kill session file buffer on exit. Organise for save-some-buffers
16368 to always save the session file.
16369 (type-break-mode-line-message-mode, type-break-query-mode):
16370 Uppercase arguments.
16371 (type-break-file-time, type-break-file-keystroke-count, timep)
16372 (type-break-choose-file, type-break-get-previous-time)
16373 (type-break-get-previous-count): New defuns.
16374 (type-break): Avoid break querying after a completed break in the
16375 case where the query was initiated during user invocation of the
16376 break. Optional terse messages.
16377 Use type-break-good-break-interval if type-break-good-rest-interval is
16378 nil. File the break time.
16379 (type-break-schedule): New optional args for overriding the use of
16380 the current time.
16381 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16382 after a break.
16383 (type-break-check): File the keystroke count.
16384 (type-break-do-query): Prevent a second query when the break is
16385 interrupted. Optional terse message.
16386 (type-break-keystroke-reset): Record the start of a typing interval.
16387 (type-break-demo-boring): Optional terse messages. Display word
16388 per minute and keystroke counts according to
16389 type-break-demo-boring-stats.
16390
16391 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
16392
16393 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16394 directories, make sure they exist under archive-tmpdir.
16395
16396 2004-04-27 Juri Linkov <juri@jurta.org>
16397
16398 * help.el (view-emacs-news): With argument, display info for the
16399 selected version by finding it among different NEWS files, and
16400 narrowing the buffer to the selected version.
16401
16402 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16403 same-window-buffer-names.
16404 (info): New arg `buffer'. Use it. Doc fix. Read file name for
16405 non-numeric prefix argument, append the number to the buffer name
16406 for numeric prefix argument.
16407 (info-other-window): Bind same-window-regexps to nil.
16408 (Info-reference-name): Rename to Info-point-loc.
16409 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16410 and Info-find-index-name for stringy Info-point-loc.
16411 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
16412 without middle `.', but with final `.' and optional line number
16413 for it. Set Info-point-loc for index nodes.
16414 (Info-index): Remove middle `.' from index entry regexp.
16415 Modify line number regexp.
16416 (Info-index-next): Decrement line number.
16417 (info-apropos): Remove middle `.' from index entry regexp.
16418 Add optional line number regexp at the end. Add matched value
16419 for line number to the result list and insert it to the buffer.
16420 Replace match-string by match-string-no-properties.
16421 Reorder result list.
16422 (Info-fontify-node): Hide index line numbers.
16423 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16424 empty matches.
16425 (Info-follow-reference): Use `str' instead of
16426 Info-following-node-name-re.
16427 (Info-toc): Use full file names. Set Info-current-node to "Top".
16428 (Info-fontify-node): Compare file names without directory name.
16429 (Info-try-follow-nearest-node): Don't set Info-reference-name.
16430 Set second arg of Info-extract-menu-node-name for index nodes.
16431 (info-xref-visited): Use magenta3 instead of magenta4.
16432 (Info-mode): Add info-apropos to docstring.
16433
16434 * log-view.el (log-view-diff): Replace interactive code "r"
16435 by a list to allow to call it even if region is not active.
16436
16437 * paren.el (show-paren-highlight-openparen): New var.
16438 (show-paren-function): Turn on openparen highlighting when
16439 matching forward if show-paren-highlight-openparen is non-nil.
16440
16441 * simple.el (kill-ring-save): Use blink-matching-delay instead of
16442 the constant value 1.
16443 (completions-common-part): Expand docstring.
16444
16445 * textmodes/picture.el (picture-mode-map): Add arrow keys.
16446
16447 2004-04-27 Kim F. Storm <storm@cua.dk>
16448
16449 * image.el (insert-sliced-image): Use line-height instead of
16450 line-spacing property on newline.
16451
16452 2004-04-26 Lars Hansen <larsh@math.ku.dk>
16453
16454 * desktop.el (desktop-buffer-misc-data-function): Rename to
16455 desktop-save-buffer and change docstring.
16456 (desktop-buffer-modes-to-save): Delete.
16457 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16458 desktop-buffer-modes-to-save.
16459 (desktop-save): Rename desktop-buffer-misc-data-function to
16460 desktop-save-buffer and allow non-function value.
16461 (desktop-missing-file-warning): Correct docstring.
16462
16463 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16464 to desktop-save-buffer.
16465
16466 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16467 desktop-save-buffer.
16468
16469 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16470
16471 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16472
16473 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16474
16475 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16476
16477 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16478
16479 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16480 (ielm): Only go to the end of the buffer when starting a new process.
16481
16482 2004-04-25 Juanma Barranquero <lektu@terra.es>
16483
16484 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16485 mode line. Bind `inhibit-read-only' to t before modifying
16486 properties of text in the buffer.
16487 (ielm): Force point to the end of buffer, even when running ielm
16488 from inside itself.
16489
16490 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16491
16492 * info.el (info-apropos): Reset Info-complete-cache.
16493
16494 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16495
16496 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16497 Also recognize severe Irix et al. messages.
16498 (compilation-normalize-filename, compile-abbreviate-directory):
16499 Delete functions.
16500 (compilation-get-file-structure): New function inherits
16501 functionality of the two preceding ones.
16502 (compilation-internal-error-properties, compilation-fake-loc):
16503 Use it so that different paths to the same file share the same
16504 markers. Also optimize finding adjacent marker slightly.
16505
16506 2004-04-25 Kim F. Storm <storm@cua.dk>
16507
16508 * image.el (insert-sliced-image): Add line-spacing t property
16509 to newlines separating image lines.
16510
16511 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16512
16513 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16514
16515 * ielm.el (ielm-prompt-read-only): New user option.
16516 (ielm-prompt): Expand docstring to describe new behavior.
16517 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16518 mention it in the docstring.
16519
16520 2004-04-24 Andreas Schwab <schwab@suse.de>
16521
16522 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16523
16524 * diff.el (diff): Set default-directory in diff buffer.
16525
16526 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16527
16528 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16529 mail was being composed if the terminal cannot display more than
16530 one frame; instead, switch to previous frame.
16531
16532 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16533 (rmail-start-mail): Support rmail-mail-new-frame even on
16534 terminals that can display only one frame at a time.
16535
16536 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16537
16538 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16539 (checkdoc-output-font-lock-keywords): Remove error regexp.
16540 (checkdoc-output-mode-map): Remove.
16541 (checkdoc-output-mode): Derive from compilation-mode.
16542 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16543
16544 * dired.el (dired-mode-map): Add a menu entry for wdired.
16545
16546 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16547 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16548
16549 * wdired.el (wdired-mode-map): Move init into declaration.
16550 Fix `return' binding.
16551 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16552 Use force-mode-line-update.
16553 (wdired-get-filename): Use `unless'.
16554 (wdired-preprocess-files): Don't assume names have no \n and use / for
16555 dir separator.
16556 (wdired-normalize-filename): Use replace-regexp-in-string.
16557 (wdired-load-hooks): Remove.
16558 (wdired-mode-hooks): Rename to wdired-mode-hook.
16559
16560 * info-look.el: Add support for cfengine-mode.
16561 (info-lookup-setup-mode): Use dolist.
16562
16563 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16564
16565 * wdired.el: New file.
16566
16567 2004-04-23 Juanma Barranquero <lektu@terra.es>
16568
16569 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16570
16571 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16572 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16573 (pcomplete--help, pcomplete--here): Doc fixes.
16574
16575 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16576
16577 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16578 handles wrong-number-of-arguments in backend call.
16579
16580 * vc.el (vc-print-log): Likewise.
16581
16582 2004-04-20 Dave Love <fx@gnu.org>
16583
16584 * emacs-lisp/rx.el: Doc fixes.
16585 (rx-constituents): Add/extend many forms.
16586 (rx-check): Check form is a list.
16587 (bracket): Defvar.
16588 (rx-check-any, rx-any, rx-check-not): Modify.
16589 (rx-not): Simplify.
16590 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16591 (rx-kleene): Use rx-trans-forms.
16592 (rx-quote-for-set): Delete.
16593 (rx): Allow multiple args.
16594
16595 2004-04-23 Kenichi Handa <handa@m17n.org>
16596
16597 * international/mule-util.el (char-displayable-p): Simplify by
16598 using internal-char-font.
16599
16600 2004-04-23 Juanma Barranquero <lektu@terra.es>
16601
16602 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16603
16604 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16605
16606 * diff-mode.el (diff-next-error): New fun.
16607 (diff-mode): Use it.
16608
16609 * simple.el (next-error): Change arg name.
16610 Add support for the documented C-u C-x ` usage.
16611
16612 * frame.el (special-display-popup-frame, next-multiframe-window)
16613 (previous-multiframe-window): Only consider frames on same display.
16614
16615 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16616
16617 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16618 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16619
16620 2004-04-22 Kim F. Storm <storm@cua.dk>
16621
16622 * net/telnet.el (telnet): Add optional port arg.
16623
16624 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16627 Minor sanity check on the `hyperlink' slot.
16628
16629 * Makefile.in (recompile): Compile new files.
16630
16631 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16632 Add byte-recompile-directory's optional `arg'.
16633
16634 * cvs-status.el (cvs-tree-use-charset): New var.
16635 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16636 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16637 (cvs-status-cvstrees): Use it.
16638
16639 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16640 Make it a normal major mode.
16641 (checkdoc-buffer-label): Make sure the file name is meaningful.
16642 (checkdoc-output-to-error-buffer): Remove.
16643 (checkdoc-error, checkdoc-start-section): Rewrite.
16644
16645 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16646 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16647 (Info-title-4-face): Use new syntax.
16648 (info-xref-visited): Inherit from info-xref.
16649
16650 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16651
16652 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16653
16654 * simple.el (next-error-last-buffer, next-error-function):
16655 New variables for the next-error framework.
16656 (next-error-buffer-p): New function.
16657 (next-error-find-buffer): Generalize compilation-find-buffer.
16658 (next-error, previous-error, first-error, next-error-no-select)
16659 (previous-error-no-select): Move from compile.el.
16660
16661 * replace.el (occur-next-error, occur-1): Hook into the next-error
16662 framework.
16663
16664 * progmodes/compile.el (compilation-start):
16665 Set next-error-last-buffer so next-error knows where to jump.
16666 (compilation-setup): Set the buffer-local variable
16667 next-error-function to 'compilation-next-error-function.
16668 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16669 alternate way to find if a buffer is a compilation buffer, for
16670 next-error convenience.
16671 (next-error-no-select, previous-error-no-select, next-error)
16672 (previous-error, first-error): Move to simple.el.
16673 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16674 (compilation-last-buffer): Remove.
16675 (compilation-start, compilation-next-error, compilation-setup)
16676 (compilation-next-error-function, compilation-find-buffer):
16677 Remove compilation-last-buffer use.
16678
16679 2004-04-21 Juanma Barranquero <lektu@terra.es>
16680
16681 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16682 (font-lock-warning-face): Fix spacing.
16683
16684 * makefile.w32-in (WINS): Add url/ directory.
16685
16686 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16687
16688 * desktop.el (desktop-buffer-mode-handlers): New variable.
16689 Alist of major mode specific functions to restore a desktop buffer.
16690 (desktop-buffer-handlers): Make variable obsolete.
16691 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16692 Catch errors signaled in handlers. Update buffer count.
16693 Evaluate desktop-buffer-point.
16694 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16695 move to dired.el.
16696 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16697 move to info.el.
16698 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16699 move to mail/rmail.el.
16700 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16701 to mh-e/mh-e.el.
16702 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16703 On fail, print message (to message buffer) even if
16704 desktop-missing-file-warning is nil.
16705 (desktop-buffer-misc-data-function): New buffer local variable.
16706 Function returning major mode specific data.
16707 (desktop-buffer-misc-functions): Make variable obsolete.
16708 (desktop-save): Use desktop-buffer-misc-data-function.
16709 (desktop-buffer-dired-misc-data): Rename to
16710 dired-desktop-buffer-misc-data and move to dired.el.
16711 (desktop-buffer-info-misc-data): Rename to
16712 Info-desktop-buffer-misc-data and move to info.el.
16713 (desktop-read): Add message about number of buffers restored/failed.
16714
16715 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16716 Add parameters. Pause to display error only when
16717 desktop-missing-file-warning is non-nil.
16718 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16719 (dired-mode): Bind desktop-buffer-misc-data-function.
16720
16721 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16722 Add Parameters.
16723 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16724 (Info-mode): Bind desktop-buffer-misc-data-function.
16725
16726 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16727 Add Parameters.
16728
16729 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16730 Add Parameters.
16731
16732 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16733
16734 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16735 the case of letters in case-insensitive expansions when the
16736 abbrev is preceded by characters with letter syntax.
16737
16738 2004-04-21 Richard M. Stallman <rms@gnu.org>
16739
16740 * progmodes/cperl-mode.el (cperl-putback-char):
16741 Delete Emacs 18 definition.
16742
16743 * international/mule.el (ctext-post-read-conversion):
16744 Use assoc-string, not assoc-ignore-case.
16745
16746 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16747
16748 * emacs-lisp/easymenu.el (easy-menu-add):
16749 Do call x-popup-menu, but only if it's defined.
16750
16751 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16752
16753 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16754 Handle multiple args: compile like progn.
16755
16756 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16757 take all args as &rest arg.
16758
16759 * autoinsert.el (auto-insert-alist): Insert the user's name in
16760 copyright notice, rather than Free Software Foundation.
16761
16762 2004-04-21 Kenichi Handa <handa@m17n.org>
16763
16764 * descr-text.el (describe-char): Make it work on *Help* buffer.
16765
16766 2004-04-21 Kim F. Storm <storm@cua.dk>
16767
16768 * image.el (insert-image): Add optional SLICE arg.
16769 (insert-sliced-image): New defun.
16770
16771 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16772
16773 * subr.el (read-number): Check whether `default' is nil.
16774
16775 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16776
16777 * progmodes/compile.el (compilation-error-properties):
16778 Split into two.
16779 (compilation-internal-error-properties): New one.
16780 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16781
16782 2004-04-20 Richard M. Stallman <rms@gnu.org>
16783
16784 * window.el (split-window-save-restore-data):
16785 Don't update the data if OLD-INFO is nil.
16786
16787 * view.el (view-return-to-alist): Mark it permanent local.
16788
16789 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16790
16791 * recentf.el (recentf-save-list): Catch and warn about errors.
16792
16793 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16794 so "Buffers" won't be pure.
16795
16796 * help-mode.el (help-mode-finish): Set help-return-alist first
16797 thing, setting only the entry for the selected window.
16798
16799 * help-fns.el (describe-function-1): If many non-control non-meta
16800 keys run the command, don't list all of them.
16801
16802 2004-04-20 Juanma Barranquero <lektu@terra.es>
16803
16804 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16805 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16806
16807 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16808
16809 2004-04-20 Kenichi Handa <handa@m17n.org>
16810
16811 * international/quail.el (quail-lookup-key): New optional arg
16812 NOT-RESET-INDICES.
16813 (quail-get-translations): Call quail-lookup-key with
16814 NOT-RESET-INDICES t.
16815 (quail-completion): Likewise.
16816 (quail-lookup-map-and-concat): Likewise.
16817
16818 2004-04-20 Kenichi Handa <handa@m17n.org>
16819
16820 * international/quail.el (quail-update-translation): Don't insert
16821 such an unsupported multibyte char in a unibyte buffer.
16822
16823 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16824
16825 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16826 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16827 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16828 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16829 (gdb-frame-assembler-buffer): Improve behaviour with
16830 multiple frames.
16831 (gdb-display-buffer): Extend search to all visible frames.
16832
16833 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16834
16835 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16836 characters left after base64 decoding.
16837 (rmail-decode-region): Use -dos variety of `coding', to remove any
16838 ^M characters left after qp or base64 decoding.
16839
16840 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16841
16842 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16843 messages.
16844
16845 2004-04-19 Stephen Eglen <stephen@gnu.org>
16846
16847 * add-log.el (add-change-log-entry): Update doc string to mention
16848 add-log-full-name and add-log-mailing-address.
16849
16850 2004-04-18 Juri Linkov <juri@jurta.org>
16851
16852 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16853 (Info-find-node-2): Simplify error message.
16854 (Info-insert-dir): Use Info-following-node-name.
16855 (Info-goto-node): Remove *info-history* and *info-toc*.
16856 (Info-history): Create a node of the virtual history file.
16857 (Info-toc): Create a node of the virtual toc file.
16858 (Info-insert-toc): New arg `curr-file' for reference file names.
16859 (info-apropos): Remove redundant var binding for temp-file.
16860 (Info-index, Info-index-next, Info-mode): Doc fix.
16861 (Info-goto-emacs-command-node): Don't jump to *info* from
16862 non-*info* Info buffers.
16863 (Info-fontify-node): Don't show the file name of external
16864 references if `Info-hide-note-references' is `hide'. Don't hide
16865 newlines at the end of paragraphs.
16866
16867 * international/mule-diag.el (list-input-methods):
16868 Fix args to help-xref-button.
16869
16870 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16871 to put into effect local variables from TUTORIAL files.
16872
16873 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16874 with default value taken from the variable `sentence-end'.
16875 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16876 Add nil const to :type.
16877 (sentence-end-without-period, sentence-end-double-space)
16878 (sentence-end-without-space): Doc fix.
16879
16880 * textmodes/paragraphs.el (forward-sentence):
16881 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16882 (fill-delete-newlines):
16883 * progmodes/cc-cmds.el (c-beginning-of-statement):
16884 Use function `sentence-end' instead of variable `sentence-end'.
16885
16886 2004-04-18 Andreas Schwab <schwab@suse.de>
16887
16888 * progmodes/compile.el (compilation-start): Set window start to
16889 point-min if compilation-scroll-output is nil.
16890
16891 2004-04-18 John Wiegley <johnw@newartisans.com>
16892
16893 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16894
16895 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16896
16897 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16898 (gdb-info-breakpoints-custom): Revert previous change.
16899 (gdb-view-assembler): Update assembler if necessary.
16900 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16901 (gdb-display-source-buffer): Update properly when both source and
16902 assembler are visible.
16903
16904 2004-04-17 John Wiegley <johnw@newartisans.com>
16905
16906 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16907 which limits the number of names shown in the minibuffer. Off by
16908 default.
16909 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16910 up iswitchb for users with a multitude of open buffers by showing
16911 only the first and last N/2 buffers in the completion list (which
16912 is enough to aid C-s/C-r, and to know that more characters are
16913 needed to refine the completion list).
16914
16915 2004-04-17 Richard M. Stallman <rms@gnu.org>
16916
16917 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16918 (file-truename): Expand all ~ constructs directly.
16919 (insert-directory): Delete any error msg output by the
16920 `insert-directory-program'.
16921
16922 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16923 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16924 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16925 (allout-init): Use find-file-hook, not find-file-hooks.
16926 (allout-mode): Eliminate Emacs 18 support.
16927 Use write-contents-functions, not local-write-file-hooks.
16928
16929 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16930
16931 * progmodes/compile.el (compilation-error-properties): Fix for
16932 adding messages when there are already markers for their file.
16933 (compilation-fake-loc): New function.
16934
16935 2004-04-16 Dave Love <fx@gnu.org>
16936
16937 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16938 (python-load-file): Fix python-orig-start setting.
16939
16940 * progmodes/compile.el: Doc fixes.
16941 (compilation-error-regexp-alist-alist)
16942 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16943 (compilation-assq): Wrap in eval-when-compile.
16944 (compilation-mode-font-lock-keywords): Don't use list*.
16945 (compilation-start): Avoid warning.
16946 (compilation-compat-error-properties)
16947 (compilation-directory-properties): Add keymap property.
16948 (compilation-parsing-end): Make it a marker for better compatibility.
16949
16950 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16951
16952 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16953
16954 * xml.el: Doc fixes.
16955 (xml-get-children): Only looks at sub-tags and ignore strings.
16956
16957 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16958
16959 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16962
16963 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16964
16965 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16966
16967 * vc.el (vc-print-log): Likewise.
16968
16969 2004-04-16 Masatake YAMATO <jet@gyve.org>
16970
16971 * simple.el (completion-setup-function): Set an initial value
16972 to `element-common-end' before entering loop. Set a value
16973 to `element-common-end' at the end of loop.
16974 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16975 (completions-common-part): Rename from completion-de-emphasis.
16976 (completions-first-difference): Rename from completion-emphasis.
16977 Suggested by RMS.
16978
16979 2004-04-16 Juanma Barranquero <lektu@terra.es>
16980
16981 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16982 (bookmark-edit-annotation-mode): Add mode name.
16983
16984 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16985
16986 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16987 for nested conflict markers.
16988 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16989
16990 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16991
16992 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16993
16994 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16995
16996 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16997
16998 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16999 Give a backtrace if requested.
17000
17001 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17002
17003 * progmodes/python.el (python-mouse-2-command, python-RET-command):
17004 Remove unused functions.
17005 (python-orig-start-line, python-orig-file): Remove.
17006 (python-orig-start): New var.
17007 (python-input-filter, python-compilation-line-number)
17008 (python-send-region, python-load-file): Use it.
17009
17010 * info.el (info): Always jump to *info*.
17011
17012 * subr.el (posn-set-point): New function.
17013
17014 * mouse.el (mouse-set-point): Use it.
17015
17016 * progmodes/compile.el (compile-goto-error): Use it.
17017 (compilation-button-map): New keymap.
17018 (compilation-error-properties): Use it.
17019 (compilation-shell-minor-mode-map): Don't bind mouse-2.
17020
17021 * smerge-mode.el (smerge-popup-context-menu): Use it.
17022
17023 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17024 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17025 mouse and non-mouse case.
17026
17027 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17028 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17029
17030 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17031 Make it work for non-mouse events.
17032
17033 * pcvs-info.el (cvs-status-map): Update binding name.
17034
17035 2004-04-14 Mark A. Hershberger <mah@everybody.org>
17036
17037 * xml.el (xml-maybe-do-ns): New function to handle namespace
17038 parsing of both attribute and element names.
17039 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17040 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17041 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
17042 (xml-parse-attlist): Make it do its own namespace parsing.
17043
17044 2004-04-14 Dave Love <fx@gnu.org>
17045
17046 * progmodes/python.el (run-python): Fix use of \n.
17047 (python-load-file): Remove `try' from Python fragment.
17048 (python-describe-symbol): Fix message.
17049
17050 * comint.el: Doc fixes.
17051 (comint-last-input-start, comint-last-input-end)
17052 (comint-last-output-start): Give them values.
17053 (comint-arguments): Avoid warning.
17054 (comint-skip-prompt): Use line-end-position.
17055 (comint-backward-matching-input): Rename arg to agree with doc.
17056 (comint-extract-string): Use syntax-ppss.
17057 (comint-dynamic-simple-complete): Delete useless list construction.
17058 (comint-redirect-subvert-readonly): New.
17059 (comint-redirect-preoutput-filter): Use it.
17060
17061 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17062 Correctly handle negative arguments when calling hook functions.
17063
17064 2004-04-14 Jesper Harder <harder@ifa.au.dk>
17065
17066 * info.el (info-apropos): Don't clobber Info-history-list.
17067
17068 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
17069
17070 * progmodes/compile.el (compilation-setup):
17071 Localize overlay-arrow-position.
17072 (compilation-sentinel): Restructure code equivalently.
17073 (compilation-next-error): Find message on same line after point if
17074 not found before point.
17075 (compile-mouse-goto-error): Restore function so that compilation
17076 buffer need not be current and use compile-goto-error.
17077 (compile-goto-error): Restore function.
17078 (next-error): Set overlay-arrow-position.
17079 (compilation-forget-errors): Don't localize already local
17080 compilation-locs and remove FIXME about refontifying.
17081
17082 2004-04-14 Kim F. Storm <storm@cua.dk>
17083
17084 * startup.el (emacs-quick-startup): New defvar (set by -Q).
17085 (command-line): New option -Q. Like -q --no-site-file, but
17086 in addition it also disables menu-bar, tool-bar, scroll-bars,
17087 tool-tips, and the blinking cursor.
17088 (command-line-1): Skip startup screen if -Q.
17089 (fancy-splash-head): Use ":align-to center" prop to center splash image.
17090
17091 * emulation/cua-base.el (cua-read-only-cursor-color)
17092 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17093
17094 2004-04-13 Dave Love <fx@gnu.org>
17095
17096 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
17097 (syntax): Don't require.
17098 (python) <defgroup>: Add :version.
17099 (python-quote-syntax): Re-written.
17100 (inferior-python-mode): Move stuff here from run-python and add
17101 some more.
17102 (python-preoutput-continuation, python-preoutput-result)
17103 (python-dotty-syntax-table): New.
17104 (python-describe-symbol): Use them.
17105 (run-python): Move stuff to inferior-python-mode. Modify code
17106 loaded into Python.
17107 (python-send-region): Use python-proc, python-send-string.
17108 (python-send-string): Send newlines too. Callers changed.
17109 (python-load-file): Re-written.
17110 (python-eldoc-function): New.
17111 (info-look): Don't require.
17112 (python-after-info-look): New. A modified version of former
17113 top-level code for use with eval-after-load.
17114 (python-maybe-jython, python-guess-indent): Use widened buffer.
17115 (python-fill-paragraph): Re-written.
17116 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
17117 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
17118
17119 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
17120
17121 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17122 Set compilation-error-regexp-alist earlier.
17123
17124 * progmodes/compile.el (compilation-minor-mode-map)
17125 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17126 (compile-goto-error): Re-merge the mouse and non-mouse commands.
17127
17128 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17129
17130 * progmodes/compile.el (compile-goto-error): Select the buffer/window
17131 corresponding to the event.
17132
17133 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
17134
17135 * loadup.el: Add cygwin to system-type list, for unexec() support.
17136
17137 2004-04-12 John Paul Wallington <jpw@gnu.org>
17138
17139 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17140 (ibuffer-restore-window-config-on-quit): New variable to replace
17141 `ibuffer-delete-window-on-quit'. Update all references.
17142 (ibuffer-prev-window-config): New variable.
17143 (ibuffer-quit): Restore previous window configuration instead of
17144 deleting window.
17145 (ibuffer): Save window configuration before showing Ibuffer buffer.
17146
17147 * help.el (describe-mode): Doc fix.
17148
17149 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17150
17151 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17152 not to treat nil as a function.
17153
17154 * vc-arch.el (vc-arch-root): Be a bit more careful.
17155 (vc-arch-register): Save the buffer if we modified it.
17156 (vc-arch-delete-rej-if-obsolete): Save excursion.
17157 (vc-arch-find-file-hook): Use the simpler after-save-hook.
17158 (vc-arch-responsible-p, vc-arch-init-version): New functions.
17159
17160 * net/ldap.el (ldap-search): Use list*.
17161
17162 2004-04-12 Juri Linkov <juri@jurta.org>
17163
17164 * info.el (Info-follow-reference): Allow multiline reference name.
17165
17166 2004-04-11 Dave Love <fx@gnu.org>
17167
17168 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17169
17170 * progmodes/python.el: New file.
17171
17172 2004-04-11 Andre Spiegel <spiegel@gnu.org>
17173
17174 * vc-hooks.el (vc-arg-list): Function removed.
17175 (vc-default-workfile-unchanged-p): Use condition-case to check for
17176 backward compatibility.
17177
17178 * vc.el (vc-print-log): Use condition-case to check for backward
17179 compatibility.
17180
17181 2004-04-11 Juri Linkov <juri@jurta.org>
17182
17183 * dired.el (dired-faces): New defgroup.
17184 (dired-header, dired-mark, dired-marked, dired-flagged)
17185 (dired-warning, dired-directory, dired-symlink, dired-ignored):
17186 New faces.
17187 (dired-header-face, dired-mark-face, dired-marked-face)
17188 (dired-flagged-face, dired-warning-face, dired-directory-face)
17189 (dired-symlink-face, dired-ignored-face): New face variables.
17190 (dired-font-lock-keywords): Use them instead of font-lock faces.
17191 Split the rule for dired marks into 3 separate rules: for marks,
17192 marked file names and flagged file names.
17193
17194 * help-mode.el (help-make-xrefs): Add a final newline to the
17195 *Help* buffer.
17196
17197 2004-04-11 John Paul Wallington <jpw@gnu.org>
17198
17199 * replace.el (occur-engine): Distinguish between one and several
17200 matches in the matches per buffer heading.
17201
17202 2004-04-11 Kim F. Storm <storm@cua.dk>
17203
17204 * ido.el (ido-confirm-unique-completion): New defcustom.
17205 (ido-complete): Use it.
17206 (ido-write-file): Set it to t unconditionally.
17207
17208 2004-04-10 Miles Bader <miles@gnu.org>
17209
17210 RCS keyword removal (only non-comment changes are enumerated here):
17211
17212 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17213 (byte-compile-insert-header): Don't use `byte-compile-version'.
17214 * forms.el (forms-version): Variable removed.
17215 (forms-mode): Don't use `forms-version'.
17216 * recentf.el (recentf-version): Variable removed.
17217 * progmodes/delphi.el (delphi-version): Variable removed.
17218 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17219
17220 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17221
17222 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17223
17224 2004-04-09 Jesper Harder <harder@ifa.au.dk>
17225
17226 * info.el (info-apropos): Improve menu item regexp.
17227
17228 2004-04-09 Simon Josefsson <jas@extundo.com>
17229
17230 * mail/smtpmail.el: Add comment, based on report by
17231 kdc@rcn.com (Kevin D. Clark).
17232
17233 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17234
17235 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17236 Redo one more thing that I didn't notice Daniel had undone.
17237
17238 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
17239
17240 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
17241 (gdb-goto-breakpoint, gdb-display-buffer)
17242 (gdb-display-source-buffer, gdb-view-source-function)
17243 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
17244 (gdb-source-info, gdb-frame-handler): Don't specify a window
17245 for display.
17246 (gdb-info-breakpoints-custom): Remove superfluous update of
17247 assembler buffer.
17248 (gdb-many-windows): Make settable outside gdb.
17249
17250 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
17251
17252 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17253 Derive from fundamental-mode rather than text-mode.
17254
17255 2004-04-08 Juri Linkov <juri@jurta.org>
17256
17257 * info.el (Info-history): Doc fix.
17258 (Info-history-list): New var.
17259 (info-xref): Change magenta4 to blue, remove bold for dark and
17260 light backgrounds, change bold to underline for non-color classes.
17261 (info-xref-visited): New face.
17262 (Info-fontify-visited-nodes): New custom.
17263 (Info-hide-note-references): Add new value `hide'. Doc fix.
17264 (Info-reference-name): New var.
17265 (Info-selection-hook): New custom.
17266 (Info-edit-mode-hook): New var.
17267 (Info-find-file): New fun.
17268 (Info-find-node): Move part of code to Info-find-file.
17269 (Info-find-node-2): Add anchors to Info-history-list. Move point
17270 to the place with the reference name if name is defined.
17271 (Info-select-node): Add current node to Info-history-list.
17272 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17273 (Info-search-whitespace-regexp): New custom.
17274 (Info-search-case-fold): New var.
17275 (Info-search): Add "case-sensitively" to the prompt.
17276 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
17277 (Info-search-case-sensitively, Info-search-next): New fun.
17278 (Info-up): Move point to the menu item of the current node.
17279 (Info-history): New fun. Add *info-history* to
17280 same-window-buffer-names.
17281 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
17282 (Info-insert-toc): New fun.
17283 (Info-build-toc): New fun.
17284 (Info-follow-reference): Add new arg `fork'. Doc fix.
17285 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
17286 with the same name prefer the reference closest to point.
17287 (Info-next-reference): Replace * by + in the *Note regexp.
17288 Add regexp for http:// and ftp://. Skip the *Note prefix.
17289 (Info-prev-reference): Replace * by + in the *Note regexp.
17290 Add regexp for http:// and ftp://. Skip the *Note prefix.
17291 (Info-follow-nearest-node): Add new arg `fork'.
17292 (Info-try-follow-nearest-node): Add new arg `fork'.
17293 Call browse-url for http:// and ftp:// references.
17294 Set Info-reference-name for index entries.
17295 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
17296 Info-search-next, Info-history, Info-toc, clone-buffer.
17297 (Info-menu-update): Replace * by + in the *Note regexp.
17298 (Info-mode): Add documentation for Info-history, Info-toc,
17299 Info-search-case-sensitively, Info-search-next, clone-buffer.
17300 (Info-fontify-menu-headers): Remove fun. Move code to
17301 Info-fontify-node.
17302 (Info-fontify-node): Add docstring. Add local vars
17303 fontify-visited-p and not-fontified-p. If not-fontified-p is t
17304 then fontify header line, titles, menu headers, http and ftp
17305 references, refill paragraphs. If not-fontified-p is t or
17306 fontify-visited-p is t then fontify cross references, menu items.
17307 Fontify menu headers. Fontify http and ftp references.
17308 Change regexp for cross references to require whitespace after *Note,
17309 add matching groups for file and node names. Remove hack for quote.
17310 Use display property for Info-hide-note-references=t. Use fifth
17311 or fourth match for help-echo. Display visited nodes in a
17312 different face. Unhide file names of external references.
17313 Unhide newlines. Display visited menu items in a different face.
17314
17315 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
17316
17317 * progmodes/compile.el: Require CL.
17318 (compilation-mode-font-lock-keywords): Re-install the "line as
17319 function" patch.
17320
17321 * help-fns.el (help-C-source-directory): New var.
17322 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17323 (describe-function-1, describe-variable): Use them.
17324
17325 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17326 to C source files specially.
17327
17328 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
17329
17330 * info.el (Info-hide-cookies-node): New function.
17331 (Info-select-node): Use it.
17332 (Info-display-images-node): Remove message with image file name.
17333
17334 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
17335
17336 * progmodes/compile.el (compilation-warning-face)
17337 (compilation-info-face, compilation-skip-threshold)
17338 (compilation-skip-visited, compilation-context-lines):
17339 Declare :version when added to Emacs.
17340 (compilation-error-regexp-alist-alist): Extend caml and irix.
17341 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17342 (compilation-mode-font-lock-keywords): Temporarily undo line as
17343 function patch, which wasn't ready.
17344
17345 2004-04-07 Kenichi Handa <handa@m17n.org>
17346
17347 * international/latin1-disp.el (latin1-display-setup): Check each
17348 character is displayable or not instead of calling
17349 latin1-display-check-font.
17350
17351 2004-04-06 Kenichi Handa <handa@m17n.org>
17352
17353 * language/ethio-util.el (ethio-sera-being-called-by-w3):
17354 New variable.
17355 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17356 instead of sera-being-called-by-w3.
17357 (ethio-fidel-to-sera-buffer): Likewise.
17358 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17359 instead of sera-being-called-by-w3.
17360 (ethio-write-file): Likewise.
17361
17362 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17363
17364 * printing.el: Doc fix.
17365
17366 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
17367
17368 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17369 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17370 (gdb-setup-windows): Only use separate IO buffer if required.
17371
17372 2004-04-06 Kim F. Storm <storm@cua.dk>
17373
17374 * term.el (term-is-xemacs): Remove.
17375 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17376 (term-window-width): New function.
17377 (term-mode, term-check-size): Use it.
17378 (term-mode): Disable overflow-newline-into-fringe in term buffer.
17379
17380 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
17381
17382 * cus-edit.el (custom-add-parent-links): Change unbound variable
17383 `symbol' to `name'.
17384
17385 2004-04-05 Jesper Harder <harder@ifa.au.dk>
17386 * info.el (info-apropos): New function.
17387 (Info-mode-menu): Add it.
17388 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17389
17390 * help-mode.el (help-make-xrefs): Recognize aliased variable with
17391 inherited docstring.
17392
17393 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17394
17395 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17396
17397 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17398
17399 * progmodes/compile.el (font-lock): Don't require any more.
17400 (compilation-error-properties, compilation-start, compilation-sentinel)
17401 (compilation-filter, next-error): Use with-current-buffer.
17402 (compilation-skip-to-next-location, compilation-skip-threshold)
17403 (compilation-skip-visited): Move to silence the byte-compiler.
17404 (compilation-setup): Simplify.
17405 (compilation-next-error): Use line-(beginning|end)-position.
17406 Make sure `pt' is non-nil before using compilation-loop.
17407 (compile-goto-error): Add optional event arg. Use it.
17408 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17409 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17410 Update the binding for mouse-2.
17411 (first-error): Set compilation-current-error to nil rather than bob.
17412 (compilation-parsing-end, compilation-parse-errors-function)
17413 (compilation-error-list, compilation-old-error-list):
17414 "New" compatibility variables.
17415 (compile-buffer-substring, compilation-compat-error-properties)
17416 (compilation-compat-parse-errors, compilation-forget-errors):
17417 New compatibility functions.
17418 (compilation-mode-font-lock-keywords): Use them.
17419
17420 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
17421
17422 * autorevert.el (auto-revert-handler): If point (or a window
17423 point) is at the end of the buffer, keep it there after
17424 reverting. This allows to tail a file.
17425 Mention this in the `Commentary'.
17426
17427 * format.el (format-write-file): Add optional argument CONFIRM
17428 and make it behave like the analogous argument to `write-file'.
17429
17430 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17431
17432 * progmodes/ebnf2ps.el: Doc fix.
17433 (ebnf-version): New version number (4.2).
17434 (ebnf-syntax): Customization and docstring fix.
17435 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17436 Put autoloaded funs before first use.
17437 (ebnf-style-database): Add dtd entry.
17438 (ebnf-syntax-alist): Add dtd initialization.
17439 (ebnf-token-sequence): New fun.
17440 (ebnf-comment-table): Add new comment action character.
17441 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17442
17443 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17444 Type Definition for XML).
17445
17446 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17447 * progmodes/ebnf-bnf.el (ebnf-sequence):
17448 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17449 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17450 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17451 Code simplification: call ebnf-token-sequence.
17452
17453 2004-04-04 Eli Zaretskii <eliz@gnu.org>
17454
17455 * calendar/timeclock.el (timeclock-relative)
17456 (timeclock-get-project-function, timeclock-get-workday-function)
17457 (timeclock-query-out, timeclock-when-to-leave)
17458 (timeclock-when-to-leave-string, timeclock-log-data)
17459 (timeclock-generate-report, timeclock-in): Doc fixes.
17460
17461 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17462
17463 * url/: New dir. Import the URL package from its repository.
17464
17465 2004-04-03 Andreas Schwab <schwab@suse.de>
17466
17467 * diff-mode.el (diff-mode): Fix missing quote.
17468
17469 2004-04-03 Juri Linkov <juri@jurta.org>
17470
17471 * descr-text.el (describe-property-list): Add `font-lock-face'.
17472
17473 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17474
17475 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17476
17477 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17478 Use utf-16le on little endian machines and utf-16be otherwise.
17479
17480 2004-04-02 David Kastrup <dak@gnu.org>
17481
17482 * net/browse-url.el (browse-url-generic): Use call-process
17483 instead of start-process to allow browsers that fork and detach.
17484
17485 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17486
17487 * compile.el (compilation-current-error): New var.
17488 (compilation-setup, compile-mouse-goto-error)
17489 (compile-goto-error, next-error): Use it.
17490 (compilation-skip-to-next-location): Default to t, which gives
17491 contiguous skipping like old compile (where this was redundant).
17492 (compilation-next-error): Prevent previous-* commands from moving
17493 back to message at or just before point.
17494
17495 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17496
17497 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17498 (gdb-source-info): Don't display source at startup, if required.
17499 (gdb-show-main): New option.
17500 (gdba): Update documentation.
17501 (gdb-source): Cover case of auto-display output.
17502
17503 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17504
17505 * autorevert.el: Delete obsolete autoload's and defvar's.
17506 (auto-revert-check-vc-info): New user option.
17507 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17508 (auto-revert-handler-vc): Delete.
17509 (auto-revert-handler): Treat return value `fast' of
17510 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17511
17512 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17513 return `fast'.
17514
17515 * files.el (buffer-stale-function): Doc change.
17516
17517 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17518
17519 * printing.el: New tip on Tips section.
17520 (pr-version): New version number (6.7.4).
17521 (pr-shell-file-name): Initialization fix.
17522
17523 2004-03-31 Juri Linkov <juri@jurta.org>
17524
17525 * dired.el: Add autoload for `dired-do-touch'.
17526 (dired-touch-program): New var.
17527 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17528 (dired-no-confirm): Add `touch' to docstring.
17529
17530 * dired-aux.el (dired-do-touch): New fun.
17531 (dired-do-chxxx): Add argument -t for touch operation.
17532
17533 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17534 `dired-move-to-filename-regexp'.
17535
17536 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17537
17538 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17539
17540 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17541
17542 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17543 and only if the buffer was modified.
17544
17545 2004-03-30 Kenichi Handa <handa@m17n.org>
17546
17547 * international/characters.el: Delete pairs for U+2308..U+230B.
17548
17549 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17550
17551 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17552 to detect the beginning of a level 2 or 3 annotation.
17553
17554 2004-03-29 Kenichi Handa <handa@m17n.org>
17555
17556 * international/ucs-tables.el (ucs-insert): Fix the error message.
17557
17558 2004-03-29 Kenichi Handa <handa@m17n.org>
17559
17560 * international/mule-util.el (char-displayable-p): Fix generation
17561 of XLFD file name.
17562
17563 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17564 before finding directories by `find'.
17565
17566 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17567
17568 * subr.el (interactive-form): Delete. Now implemented in C.
17569
17570 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17571
17572 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17573 (vc-diff-label): New fun.
17574 (vc-diff-internal): Use it.
17575
17576 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17577
17578 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17579
17580 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17581
17582 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17583 specify XML (EBNFX).
17584
17585 * progmodes/ebnf2ps.el: Doc fix.
17586 (ebnf-version): New version number (4.1).
17587 (ebnf-syntax): Adjust customization.
17588 (ebnf-style-database): Add ebnfx entry.
17589 (ebnf-syntax-alist): Add ebnfx initialization.
17590 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17591
17592 * printing.el: Doc fix.
17593 (pr-version): New version number (6.7.3).
17594 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17595 returns nil for mouse position. Reported by Drew Adams
17596 <drew.adams@oracle.com>.
17597 (pr-update-menus): Modify interactive declaration. Reported by Drew
17598 Adams <drew.adams@oracle.com>.
17599
17600 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17601
17602 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17603 (gud-gdba-marker-filter): Log the process input and output, if
17604 required. From Stefan Monnier.
17605 (gdb-debug-log, gdb-enable-debug-log): New variables.
17606 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17607
17608 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17609
17610 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17611 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17612
17613 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17614
17615 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17616 Call vc-find-file-hook here instead of in auto-revert-buffers.
17617 (auto-revert-buffers): Delete call to vc-find-file-hook.
17618 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17619 (global-auto-revert-mode, auto-revert-set-timer)
17620 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17621
17622 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17623
17624 * woman.el (woman-change-fonts): Rename local variable
17625 woman-font-alist to font-alist to avoid a compiler warning.
17626
17627 2004-03-27 Dave Love <fx@gnu.org>
17628
17629 * emacs-lisp/rx.el (rx): Doc fix.
17630 Fix copyright years.
17631
17632 * strokes.el (strokes-global-set-stroke-string): New function.
17633 (strokes-list-strokes): Cope with strings, not just commands.
17634 Set foreground colour of image.
17635 (strokes-global-set-stroke): Doc fix.
17636
17637 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17638
17639 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17640 Auto Revert mode.
17641 (Buffer-menu-files-only): New variable.
17642 (Buffer-menu-toggle-files-only): New function.
17643 (Buffer-menu-mode-map): Bind it to `T'.
17644 (Buffer-menu-mode): Mention `T' in docstring.
17645 Set buffer-stale-function.
17646 (list-buffers-noselect): Mark buffer non-modified and set
17647 Buffer-menu-files-only.
17648
17649 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17650
17651 * autorevert.el (auto-revert-handler): Print revert message
17652 before, rather than after, reverting.
17653 (buffer-stale-function): Move to files.el.
17654
17655 * files.el (buffer-stale-function): Move here from autorevert.el.
17656
17657 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17658
17659 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17660
17661 * calc/calc.el (calc-mode-map): Use mapc.
17662
17663 * apropos.el (apropos-mode): Don't autoload.
17664 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17665 (apropos): Use it.
17666 (apropos-print): Add optional `text' argument.
17667 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17668 Don't assume point-min == 1.
17669
17670 * bs.el (bs-buffer-list): Use buffer-local-value.
17671 (bs--set-toggle-to-show): Use with-current-buffer.
17672
17673 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17674 New funs.
17675 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17676
17677 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17678
17679 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17680 (dabbrev--find-expansion): Use pop.
17681 (dabbrev--search): Use match-string-no-properties.
17682
17683 * dired.el (dired-mode): Use run-mode-hooks.
17684 (dired-move-to-end-of-filename): Use match-string.
17685
17686 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17687 is bound before using it.
17688 (ediff-verbose-p): Make it into a var since it's not constant.
17689
17690 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17691
17692 * faces.el (read-face-font): Don't cons up unnecessarily.
17693 (header-line, tool-bar): Share common parts.
17694
17695 * files.el (file-relative-name): Use compare-strings.
17696
17697 * finder.el (finder-mode): Follow coding convention.
17698
17699 * subr.el (read-number): New function.
17700
17701 * ses.el (ses-read-number): Move to subr.el.
17702 (ses-set-header-row): Use read-number.
17703
17704 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17705
17706 * vc-hooks.el (vc-arg-list): New function, which handles both
17707 compiled and uncompiled code.
17708 (vc-default-workfile-unchanged-p): Use it.
17709
17710 * vc.el (vc-print-log): Undo prev change, use new function
17711 vc-arg-list from vc-hooks.el.
17712
17713 2004-03-26 Masatake YAMATO <jet@gyve.org>
17714
17715 * simple.el (completion-setup-function): Emphasize the
17716 first uncommon characters in the completions; and de-emphasize
17717 the common prefix substrings.
17718 (completion-emphasis): New face.
17719 (completion-de-emphasis): New face.
17720
17721 2004-03-25 Juanma Barranquero <lektu@terra.es>
17722
17723 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17724 Comment out (it's unused and unfinished code).
17725
17726 2004-03-25 Sam Steingold <sds@gnu.org>
17727
17728 * vc.el (vc-print-log): Fix a bug in the last patch:
17729 backend-function may be a byte-compiled object, not a lambda.
17730
17731 2004-03-25 Juri Linkov <juri@jurta.org>
17732
17733 * descr-text.el (describe-property-list): Add a button
17734 for `face' property that calls `describe-face'.
17735 Suggested by luis fernandes <elf@ee.ryerson.ca>
17736
17737 * international/mule.el (keyboard-coding-system):
17738 * kmacro.el (kmacro-call-macro): Fix docstring.
17739
17740 * dired.el: Fix comments.
17741
17742 * textmodes/fill.el (fill): Fix Info link.
17743
17744 * font-lock.el (fast-lock, lazy-lock):
17745 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17746 Info node.
17747
17748 * eshell/eshell.el (eshell): Fix broken info-link.
17749
17750 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17751 * eshell/em-banner.el (eshell-banner):
17752 * eshell/em-smart.el (eshell-smart):
17753 * eshell/esh-cmd.el (eshell-cmd):
17754 Comment out broken info-links to incomplete Info manual.
17755
17756 * info-xref.el: Fix commentary.
17757
17758 2004-03-25 Kevin Ryde <user42@zip.com.au>
17759
17760 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17761 Remove spurious node duplicate suppression, doesn't work, not wanted.
17762 (info-xref-output): Take format style args, add "sit-for 0" to let
17763 user see the results as they progress.
17764 (info-xref-check-all-custom): New function.
17765
17766 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17767
17768 * gdb-ui.el: Moved to progmodes.
17769
17770 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17771
17772 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17773
17774 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17775
17776 * calendar/appt.el (appt-check): Remove superfluous progn.
17777 When finished with diary buffer: if it was not being displayed
17778 before, kill it; otherwise restore its original state.
17779 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17780
17781 * calendar/calendar.el (calendar-set-mode-line): Use total
17782 available mode-line width, rather than frame-width.
17783
17784 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17785 after mode change so effect not lost.
17786
17787 2004-03-23 Dave Love <fx@gnu.org>
17788
17789 * dired.el (dired) <defgroup>: Add link to manual.
17790 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17791 (dired-revert): Use dolist.
17792 (dired-mode-map): Add U binding.
17793 (dired-mode): Add font-lock-beginning-of-syntax-function.
17794 (dired-garbage-files-regexp): Make it a defcustom.
17795
17796 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17797
17798 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17799 is equivalent to nil.
17800 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17801 (vc-arch-mode-line-string): Accept `added' state.
17802 (vc-arch-state): Use inode-sigs if available.
17803 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17804 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17805 (vc-arch-tagline-re): New var.
17806 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17807 New functions.
17808 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17809 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17810
17811 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17812 (vc-file-not-found-hook): Use it.
17813
17814 * diff-mode.el (diff-default-read-only): Change default.
17815 (diff-mode-hook): Make it a defcustom. Add some options.
17816 (diff-mode-map): Bind diff-refine-hook.
17817 (diff-yank-handler): New var.
17818 (diff-yank-function): New fun.
17819 (diff-font-lock-keywords): Use them.
17820 (diff-end-of-file): Handle case where file-header looks like diff text.
17821 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17822 (diff-file-kill): Delete a subsequent empty line, if applicable.
17823 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17824 (diff-find-file-name): Use it.
17825 (diff-tell-file-name): New command.
17826 (diff-mode): Be careful with view-mode.
17827 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17828 New functions, for use in diff-mode-hook.
17829 (diff-find-source-location): Catch "regex too large" errors.
17830 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17831 (diff-refine-hunk): New command.
17832
17833 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17834 (smerge-context-menu-map): Remove unused var.
17835 (smerge-keep-all): Preserve markers.
17836 (smerge-keep-n): New fun.
17837 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17838 (smerge-keep-current, smerge-ediff): Use it.
17839 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17840 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17841 (smerge-resolve): Resolve trivial 3-part conflicts.
17842
17843 2004-03-23 Juri Linkov <juri@jurta.org>
17844
17845 * man.el (Man-width): New var.
17846 (Man-getpage-in-background): Use it.
17847 (Man-support-local-filenames): New var and fun.
17848 (Man-build-man-command): Don't add a second %s.
17849 (Man-fontify-manpage): Clean up message.
17850 (Man-mode): Set outline-regexp, outline-level,
17851 imenu-generic-expression.
17852
17853 * woman.el (woman-fill-frame): Doc fix.
17854 (woman-decode-region): Use window-width instead of frame-width.
17855
17856 * abbrevlist.el (list-one-abbrev-table):
17857 * descr-text.el (describe-char):
17858 * international/mule-diag.el (describe-current-coding-system):
17859 * international/quail.el (quail-insert-decode-map):
17860 Use window-width instead of frame-width.
17861
17862 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17863 (jka-compr-mode-alist-additions): Add tbz.
17864 (jka-compr-write-region, jka-compr-insert-file-contents):
17865 Add message for undefined compress-program.
17866 (jka-compr-write-region): Remove redundant var bindings.
17867
17868 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17869 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17870 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17871 (dired-man): Use dired-guess-shell-command.
17872 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17873 Change default nil to t.
17874
17875 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17876 (dired-compare-directories): Add default value for empty input.
17877
17878 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17879
17880 * time.el (display-time-string-forms): Fix help-echo date format.
17881
17882 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17883
17884 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17885 (buffer-stale-function): New variable.
17886 (auto-revert-list-diff, auto-revert-dired-file-list)
17887 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17888 (auto-revert-handler): Take over some functionality of deleted
17889 functions.
17890 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17891
17892 * dired.el (dired-directory-changed-p): New fun, extracted from
17893 dired-internal-noselect.
17894 (dired-buffer-stale-p): New fun.
17895 (dired-internal-noselect): Use dired-directory-changed-p.
17896 Eliminate revert messages.
17897 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17898
17899 2004-03-23 Kenichi Handa <handa@m17n.org>
17900
17901 * international/characters.el: Setup syntaxes for more parentheses
17902 Unicode characters.
17903
17904 * international/mule-cmds.el (select-safe-coding-system):
17905 Merge coding-system and auto-cs before comparing them.
17906
17907 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17908
17909 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17910
17911 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17912 normal-auto-fill-function and comment-indent-function.
17913 The default values now work just as well.
17914 Don't set font-lock-beginning-of-syntax-function since we already set
17915 syntax-begin-function.
17916 (lisp-outline-level): Put ;;;###autoload at same level as (.
17917 (prin1-char): Quote special chars.
17918
17919 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17920 than with-no-warnings.
17921
17922 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17923 if the source location can't be found.
17924 (edebug-compute-previous-result): Use prin1-char.
17925
17926 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17927 (debug-ignored-errors): Add an entry.
17928
17929 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17930 (byte-compile-file): Output warning when deleting a file.
17931
17932 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17933 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17934
17935 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17936 (byte-compile-inline-expand): Use backquote.
17937 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17938 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17939
17940 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17941
17942 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17943
17944 2004-03-22 Juri Linkov <juri@jurta.org>
17945
17946 * finder.el (finder-known-keywords): Fix data, tex, unix.
17947
17948 * play/landmark.el: Fix keywords.
17949
17950 * language/ethio-util.el (ethio-find-file): Doc fix.
17951
17952 * emacs-lisp/warnings.el: Doc fix.
17953
17954 * textmodes/ispell.el (ispell-help): Doc fix.
17955
17956 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17957
17958 * format.el (format-insert-file): Always return a list of two
17959 elements, like insert-file-contents does.
17960
17961 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17962
17963 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17964 and vc-BACKEND-diff.
17965 (vc-print-log): If the print-log implementation supports it, use
17966 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17967 (vc-version-diff, vc-diff-internal): Doc fixes.
17968
17969 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17970 implementation supports it, let diff output go to *vc*,
17971 not *vc-diff*, since this is an internal call.
17972
17973 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17974
17975 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17976
17977 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17978
17979 2004-03-21 Dave Love <fx@gnu.org>
17980
17981 * progmodes/cfengine.el (cfengine-mode):
17982 Set parse-sexp-ignore-comments.
17983
17984 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17985
17986 2004-03-21 Juanma Barranquero <lektu@terra.es>
17987
17988 * allout.el (allout-mode): Fix docstring.
17989
17990 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17991
17992 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17993
17994 * autorevert.el (auto-revert-interval): Make new value take
17995 effect immediately when set through Custom.
17996 (auto-revert-set-timer): Add interactive declaration.
17997
17998 2004-03-19 David Ponce <david@dponce.com>
17999
18000 * ruler-mode.el (ruler-mode-header-line-format-old):
18001 Don't `make-variable-buffer-local'.
18002 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18003 (ruler-mode-header-line-format): Simply funcall the above.
18004 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18005 to save/restore a previous header line format.
18006 (ruler-mode-space): Don't depend on a numeric WIDTH value.
18007 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18008 fringes and margins width.
18009 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18010
18011 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18012
18013 * log-edit.el (log-edit-font-lock-keywords): Typo.
18014
18015 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18016 (tex-send-tex-command): Rather than here.
18017 (tex-compilation-parse-errors): Simplify.
18018
18019 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18020
18021 * time.el (display-time-string-forms): Add help-echo with date on time.
18022
18023 * composite.el (compose-region): Use restore-buffer-modified-p.
18024
18025 * disp-table.el (standard-display-8bit): Simplify.
18026
18027 * server.el (server-process-filter): Delete temp frame.
18028
18029 * add-log.el (add-change-log-entry): Simplify.
18030
18031 2004-03-19 Kim F. Storm <storm@cua.dk>
18032
18033 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18034 (hexl-follow-line): Don't require 'fringe.
18035
18036 * progmodes/compile.el (compilation-start): Always set
18037 compilation-last-buffer and return it.
18038
18039 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
18040
18041 * simple.el (clone-buffer): Doc fix.
18042
18043 2004-03-18 Juanma Barranquero <lektu@terra.es>
18044
18045 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18046
18047 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * log-edit.el (log-edit-font-lock-keywords): New var.
18050 (log-edit-mode): Use it.
18051
18052 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
18053
18054 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18055 properly for watching in speedbar.
18056
18057 2004-03-17 Masatake YAMATO <jet@gyve.org>
18058
18059 * smerge-mode.el (smerge-popup-context-menu):
18060 Put `unwind-protect' around `overlay-put' and `popup-menu'.
18061
18062 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18063
18064 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18065 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18066 Take sealed revisions into account.
18067 (vc-arch-checkin): Extract a summary line from the message.
18068
18069 2004-03-16 Masatake YAMATO <jet@gyve.org>
18070
18071 * register.el (register): Provide `register' feature.
18072
18073 2004-03-15 Masatake YAMATO <jet@gyve.org>
18074
18075 Added context menu support in smerge mode.
18076 Most of the part is written by Stefan Monnier.
18077
18078 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18079 New keymap and menu.
18080 (smerge-text-properties): New function.
18081 (smerge-remove-props): New function.
18082 (smerge-popup-context-menu): New function.
18083 (smerge-resolve): Call `smerge-remove-props'.
18084 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18085 (smerge-keep-current): Ditto.
18086 (smerge-kill-current): New function.
18087 (smerge-match-conflict): Put text properties.
18088 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18089
18090 2004-03-15 David Ponce <david@dponce.com>
18091
18092 * ruler-mode.el (ruler-mode-left-fringe-cols)
18093 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18094 (ruler-mode-right-scroll-bar-cols): Remove.
18095 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18096 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18097 Use fringe-columns and scroll-bar-columns.
18098
18099 2004-03-15 Masatake YAMATO <jet@gyve.org>
18100
18101 * hl-line.el (hl-line-range-function): New variable.
18102 (hl-line-move): New function.
18103 (global-hl-line-highlight): Use `hl-line-move'.
18104 (hl-line-highlight): Ditto.
18105
18106 * scroll-bar.el (scroll-bar-columns):
18107 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18108
18109 * ruler-mode.el (top-level): Require scroll-bar and fringe.
18110 (ruler-mode-left-fringe-cols)
18111 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18112 (ruler-mode-right-scroll-bar-cols)
18113 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18114 (ruler-mode-ruler-function): New variable.
18115 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18116 if the value for `ruler-mode-ruler-function'is given.
18117
18118 * hexl.el (hexl-mode-hook): Make the hook customizable.
18119 (hexl-address-area, hexl-ascii-area): New customize variables.
18120 (hexlify-buffer): Put font-lock-faces on the address area and
18121 the ascii area.
18122 (hexl-activate-ruler): New function.
18123 (hexl-follow-line): New function.
18124 (hexl-highlight-line-range): New function.
18125 (hexl-mode-ruler): New function.
18126
18127 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18128
18129 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
18130 (vc-default-find-file-hook): New fun.
18131 (vc-find-file-hook): Call new find-file-hook operation.
18132
18133 * vc-arch.el: New file.
18134
18135 2004-03-12 Jesper Harder <harder@ifa.au.dk>
18136
18137 * info-look.el (info-lookup): Reuse an existing Info window.
18138
18139 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18140
18141 * woman.el (woman-preserve-ascii): Default value changed to t and
18142 doc string revised.
18143
18144 2004-03-12 Richard M. Stallman <rms@gnu.org>
18145
18146 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18147 Fix minor bug.
18148
18149 * replace.el (occur-engine): Change message for count of matches.
18150
18151 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18152 For strings, do compare text properties.
18153
18154 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
18155
18156 * progmodes/compile.el (compile-auto-highlight)
18157 (compilation-error-list, compilation-old-error-list)
18158 (compilation-parse-errors-function, compilation-parsing-end)
18159 (compilation-error-message, compilation-directory-stack)
18160 (compilation-enter-directory-regexp-alist)
18161 (compilation-leave-directory-regexp-alist)
18162 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18163 (compilation-current-file, compilation-regexps): Remove vars.
18164
18165 (compile-error-at-point, compilation-error-filedata)
18166 (compilation-error-filedata-file-name, compile-reinitialize-errors)
18167 (compilation-next-error-locus, compilation-forget-errors)
18168 (count-regexp-groupings, compilation-parse-errors)
18169 (compile-collect-regexps, compile-buffer-substring): Remove funs.
18170
18171 (compile-internal): Make obsolete.
18172
18173 (compilation-first-column, compilation-error)
18174 (compilation-directory-matcher, compilation-page-delimiter)
18175 (compilation-mode-font-lock-keywords, compilation-debug)
18176 (compilation-error-face, compilation-warning-face)
18177 (compilation-info-face, compilation-line-face)
18178 (compilation-column-face, compilation-enter-directory-face)
18179 (compilation-leave-directory-face, compilation-skip-threshold)
18180 (compilation-skip-visited, compilation-context-lines): New vars.
18181
18182 (compilation-warning-face, compilation-info-face)
18183 (compilation-message-face): New faces.
18184
18185 (compilation-error-regexp-alist-alist): New constant.
18186
18187 (compilation-face, compilation-directory-properties)
18188 (compilation-assq, compilation-error-properties, compilation-start)
18189 (define-compilation-mode, compilation-loop)
18190 (compilation-set-window): New functions.
18191
18192 (compile): Additional argument for interactive compiles like TeX.
18193
18194 * progmodes/grep.el (kill-grep): Move here from compile.el
18195 (grep-error, grep-hit-face, grep-error-face)
18196 (grep-mode-font-lock-keywords): New variables.
18197 (grep-regexp-alist): Simplify regexp and add `binary' case.
18198 (grep-mode): New mode.
18199 (grep-process-setup): Simplify.
18200
18201 2004-03-11 Jason Rumney <jasonr@gnu.org>
18202
18203 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18204 letters on DOS/Windows.
18205
18206 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
18207
18208 * server.el (server-name): New var.
18209 (server-socket-dir): New var to replace server-socket-name.
18210 (server-start): Use them.
18211
18212 2004-03-11 Simon Josefsson <jas@extundo.com>
18213
18214 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18215 died to avoid infloop. Reported by Jonathan Glauner
18216 <jglauner@sbum.org>.
18217
18218 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18219
18220 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18221 (smerge-mode-menu): Use it to deactivate menu entries.
18222 (smerge-keep-current): New fun.
18223 (smerge-keep-current): Use it.
18224
18225 2004-03-10 John Paul Wallington <jpw@gnu.org>
18226
18227 * foldout.el (foldout-fold-list, foldout-modeline-string):
18228 Declare them as variables, not constants.
18229
18230 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18231
18232 * ps-print.el: Modification to print *Messages* buffer.
18233 (ps-print-version): New version 6.6.4.
18234 (ps-message-log-max): New fun.
18235 (ps-spool-without-faces, ps-spool-with-faces)
18236 (ps-count-lines-preprint): Code fix.
18237
18238 * printing.el: New tips in Tips section.
18239
18240 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18241
18242 * delim-col.el: Doc fix.
18243
18244 * printing.el: Doc fix. New doc section (Tips).
18245
18246 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18247
18248 * type-break.el (type-break-emacs-variant): Remove.
18249 (type-break-run-at-time, type-break-cancel-function-timers):
18250 Use fboundp rather than version name and number.
18251
18252 2004-03-09 Masatake YAMATO <jet@gyve.org>
18253
18254 * hexl.el (hexl-mode): Use `make-local-variable' instead of
18255 `make-variable-buffer-local'.
18256
18257 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
18258
18259 * find-dired.el (find-dired): Call `shell-command' instead of
18260 `start-process-shell-command'. By this, Tramp takes over
18261 handling of remote directories.
18262
18263 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18264
18265 * newcomment.el (comment-use-global-state): New var.
18266 (comment-search-forward): Use it.
18267
18268 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18269
18270 * cus-edit.el (fill) <defgroup>: Move to fill.el.
18271
18272 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18273 (enable-kinsoku): Make it a defcustom.
18274 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18275 paragraph to same-comment-start-marker.
18276
18277 2004-03-07 Dave Love <fx@gnu.org>
18278
18279 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
18280 (browse-url-mail): Use it.
18281
18282 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
18283 (rfc2368-unhexify-string): Use replace-regexp-in-string.
18284
18285 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18286
18287 * woman.el (woman-man.conf-path): Doc fix.
18288 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
18289
18290 2004-03-07 Eli Zaretskii <eliz@gnu.org>
18291
18292 * sort.el (sort-columns): Remove ms-dos from the list of systems
18293 where the external `sort' command is not used.
18294
18295 2004-03-07 Kim F. Storm <storm@cua.dk>
18296
18297 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
18298 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
18299 from overlay-arrow-variable-list.
18300 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
18301
18302 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
18303
18304 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18305 overlay arrow string properly for the assembler buffer.
18306
18307 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18308
18309 * mail/sendmail.el (mail-mode): Fix last change.
18310
18311 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
18312
18313 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18314 for the assembler buffer.
18315 (gdb-assembler-custom): Position the overlay arrow.
18316 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18317
18318 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18321
18322 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18323 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18324
18325 * mail/sendmail.el (mail-mode): Set comment-start-skip.
18326
18327 * newcomment.el (uncomment-region): Allow non-terminated comment.
18328 (comment-normalize-vars): Check the user-specified comstart marker.
18329
18330 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18331
18332 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18333 Otherwise, do use it if the region only contains font-lock text
18334 properties.
18335
18336 2004-03-04 Masatake YAMATO <jet@gyve.org>
18337
18338 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18339 as the callback function for eldoc.
18340 (hexl-print-current-point-info): New function.
18341 (hexl-current-address): Print the address in both decimal
18342 and hexadecimal format.
18343
18344 2004-03-04 Richard M. Stallman <rms@gnu.org>
18345
18346 * mail/rmail.el (rmail-convert-to-babyl-format):
18347 Specify t for UNIBYTE when calling mail-unquote-printable-region.
18348
18349 * mail/mail-utils.el (mail-unquote-printable-region):
18350 New arg UNIBYTE.
18351
18352 * startup.el (command-switch-alist): Doc fix.
18353
18354 * simple.el (undo): Temporarily set this-command to `undo-start',
18355 then set it to `undo' once undo-start returns without error.
18356
18357 * simple.el (minibuffer-history-sexp-flag): Doc fix.
18358
18359 * simple.el (kill-line): Don't disregard trailing whitespace
18360 in eol condition, if show-trailing-whitespace is set.
18361
18362 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18363 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18364 When disabling, restore old values only if mouse-sel-has-been-enabled.
18365
18366 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18367 (isearch-{-char): New function.
18368 (isearch-mode-map): Bind { to isearch-{-char.
18369
18370 * font-lock.el (lisp-font-lock-keywords-2):
18371 Turn off the CL with-... and do-... general patterns.
18372 Instead, recognize several specific with... and do... constructs.
18373
18374 * files.el (switch-to-buffer-other-window):
18375 Bind same-window-buffer-names and same-window-regexps to nil.
18376 (switch-to-buffer-other-frame): Likewise.
18377
18378 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18379
18380 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18381 recognizing leading comment on code line.
18382
18383 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18384
18385 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18386 hidden files/directories.
18387
18388 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18389
18390 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18391 only comment-start (in case the mode hasn't set it).
18392
18393 * Makefile.in (AUTOGENEL): New var.
18394 (bootstrap-prepare): Rename from bootstrap-clean.
18395 Don't remove elc files.
18396 (maintainer-clean): New target.
18397
18398 * xml.el (xml-get-attribute-or-nil): Simplify.
18399
18400 2004-03-02 Juri Linkov <juri@jurta.org>
18401
18402 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18403 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18404 URL to prevent their substitution with the environment variable
18405 values by browsers.
18406
18407 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18408
18409 * ps-print.el: Doc fix.
18410 (ps-print-version): New version number (6.6.3).
18411 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18412 Docstring fix.
18413 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18414 before printing.
18415 (ps-time-stamp-yyyy-mm-dd): New fun.
18416 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18417
18418 2004-03-02 Kim F. Storm <storm@cua.dk>
18419
18420 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18421
18422 2004-03-01 Juanma Barranquero <lektu@terra.es>
18423
18424 * allout.el (allout-rebullet-heading): Fix typo in docstring.
18425
18426 * desktop.el (desktop-file-version)
18427 (desktop-after-read-hook): Fix typos.
18428 (desktop-clear-preserve-buffers): Remove redundant info in
18429 docstring already shown by the obsolescence message.
18430 (desktop-truncate, desktop-internal-v2s)
18431 (desktop-value-to-string): Change argument name to match docstring.
18432
18433 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18434
18435 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18436 docstring.
18437
18438 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18439
18440 * printing.el: Replace "As Is..." in PostScript file print/preview by
18441 "No Preprocessing...". Suggested by Colin Marquardt
18442 <_marquardt_@zmd.de>.
18443 (pr-insert-section-4): Adjust buffer interface.
18444
18445 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18446
18447 Version 2.0.39 of Tramp released.
18448
18449 * net/tramp.el (tramp-handle-file-local-copy)
18450 (tramp-handle-write-region, tramp-open-connection-rsh):
18451 Variable name typo. Small change. From Patrick Tullmann
18452 <tullmann@flux.utah.edu>.
18453 (tramp-process-connection-type): New variable.
18454 (tramp-maybe-open-connection): Use it.
18455 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18456 (tramp-touch): Set last-modified time of a remote file.
18457 (tramp-handle-write-region): Say which function is used when encoding.
18458
18459 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18460
18461 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18462 case of non-existing filename, too. Reported by Christoph Bauer
18463 <c_bauer@informatik.uni-kl.de>.
18464 (tramp-smb-get-file-entries): The directory in question should
18465 have permissions "drwxrwxrwx". Just virtual, because we don't
18466 know the real permissions. Don't we know?
18467 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18468 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18469 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18470 output. If it was received chunkwise, there have been problems.
18471 Remove the "prompt not found" error message; it is obvious.
18472 Simplify algorithm.
18473 (tramp-smb-process-running): Remove. Since we acknowledge the
18474 virtual prompt for shares, there's no need for distinction of
18475 reading shares (process ends afterwards) and interactive mode of
18476 smblient.
18477 (tramp-smb-open-connection): Setting process sentinel removed.
18478 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18479 "NT_STATUS_NETWORK_ACCESS_DENIED".
18480 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18481 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18482 (top-level): Setting default value in `tramp-default-method-alist'
18483 corrected. Order of USER and HOST have been wrong.
18484 Nobody complained for months ...
18485 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18486 (tramp-smb-open-connection): Clear password cache if login has failed.
18487
18488 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18489 `tramp-unified-filenames'.
18490 (tramp-completion-mode): Make test for XEmacs explicitely.
18491 `event-to-character' can exists in Emacs packages too.
18492 Reported by Matt Swift <swift@alum.mit.edu>.
18493 (tramp-buffer-name): Buffer name must contain the user if exists.
18494 Reported by Adrian Phillips <a.phillips@met.no>.
18495 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18496 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18497 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18498 `tramp-do-copy-or-rename-file-one-local', because it handles also
18499 the case both files use the same out-of-band method.
18500 Implementation added.
18501 (tramp-handle-file-local-copy, tramp-handle-write-region):
18502 Out-of-band handling removed. `copy-file' called instead, which
18503 calls `tramp-do-copy-or-rename-file-out-of-band'.
18504 (tramp-action-password): Check for out-of-band method removed.
18505 This function is used for 'login-program.
18506 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18507 appropriate.
18508 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18509 and `tramp-parse-sknownhosts'.
18510 (tramp-completion-function-alist): It's a defvar now, because we
18511 want to apply the optimized `tramp-set-completion-function'
18512 instead of a static list.
18513 (tramp-set-completion-function): Implementation tuned.
18514 Avoid double entries, and entries where the function or the
18515 file/directory doesn't exist.
18516 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18517 for SSH2.
18518 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18519 (tramp-handle-dired-compress-file): New function.
18520 (tramp-async-proc): New variable.
18521 (tramp-handle-shell-command): Adding asynchronous processes.
18522 They are far from being perfect, but it works at least for
18523 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18524 (top-level): Require password.el if visible. Should be mandatory
18525 once No Gnus has found its way into (X)Emacs.
18526 (tramp-read-passwd): Invoke `password-read' if available,
18527 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18528 fallback any longer.
18529 (tramp-clear-passwd): New function.
18530 (tramp-process-actions, tramp-process-multi-actions):
18531 Clear password cache if login has failed.
18532
18533 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18534 its own module.
18535 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18536 `ange-ftp-ftp-name-res'. There could be incorrect values from
18537 previous calls in case the "ftp" method is used in the Tramp file
18538 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18539
18540 2004-02-28 Richard M. Stallman <rms@gnu.org>
18541
18542 * term.el (term-mouse-paste): Call mouse-set-point.
18543
18544 * thumbs.el: New file.
18545
18546 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18547
18548 * progmodes/ebnf-abn.el: Doc fix.
18549
18550 * progmodes/ebnf-bnf.el: Doc fix.
18551 (ebnf-repeat): Code fix.
18552
18553 * progmodes/ebnf2ps.el: Doc fix.
18554 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18555
18556 2004-02-28 Juri Linkov <juri@jurta.org>
18557
18558 * ffap.el (dired-at-point): Additional writability test for
18559 relative directory names.
18560 (dired-at-point-prompter): Treat directories as a directory, get
18561 the directory component from files.
18562 (ffap-string-at-point): Return string from region if region is active.
18563 (ffap-file-at-point): Remove redundant code.
18564
18565 2004-02-28 Kim F. Storm <storm@cua.dk>
18566
18567 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18568 Initialize margin area images to nil.
18569 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18570 (breakpoint-enabled-bitmap-face)
18571 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18572 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18573 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18574 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18575 (gdb-reset): Use gdb-remove-breakpoint-icons.
18576 (gdb-put-string): Add dprop arg to specify alternative display
18577 property (for setting fringe bitmap).
18578 (gdb-remove-strings): Doc fix.
18579 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18580 icon in fringe (if available), or else as icon or text in display
18581 margin. Creates necessary icons in breakpoint-bitmap,
18582 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18583 Also make left window margin if required.
18584 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18585 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18586 no longer needed.
18587 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18588 gdb-put-breakpoint-icon.
18589 (gdb-assembler-mode): Don't set left-margin-width here.
18590
18591 2004-02-27 Kevin Ryde <user42@zip.com.au>
18592
18593 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18594 comma, so that it DTRT in macros.
18595
18596 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18597
18598 * progmodes/sh-script.el (sh-shell-arg)
18599 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18600 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18601
18602 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18603
18604 * faces.el (face-spec-set-match-display): Add a new attribute,
18605 `min-colors'.
18606 (region, highlight, secondary-selection): Use `min-colors'.
18607
18608 * custom.el (defface): Add documentation for `min-colors'.
18609
18610 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18611 (font-lock-keyword-face, font-lock-function-name-face)
18612 (font-lock-variable-name-face, font-lock-constant-face):
18613 Use `min-colors'.
18614
18615 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18616
18617 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18618
18619 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18620 define assq-delete-all if it's not defined.
18621 (ebnf-generate-region): Code fix.
18622
18623 * printing.el: Doc fix.
18624 (pr-version): New version number (6.7.2).
18625 (pr-command): Return empty string if command is an empty string.
18626
18627 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18628
18629 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18630
18631 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18632 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18633 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18634 "tt" ["test"] ). Reported by Markus Dreyer
18635 <mdreyer@ix.urz.uni-heidelberg.de>.
18636 (ebnf-version): New version number (4.0).
18637 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18638 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18639 (ebnf-delete-style): New commands.
18640 (ebnf-directory, ebnf-file): New funs.
18641 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18642 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18643 (ebnf-syntax-alist): New var.
18644 (ebnf-element-width): New fun replacing ebnf-list-width.
18645 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18646 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18647 (ebnf-prologue): Adjust vars.
18648 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18649 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18650 (ebnf-check-style-values, ebnf-generate-production)
18651 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18652 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18653 (ebnf-token-repeat): Code fix.
18654
18655 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18656 %right, %left and %prec. Suggested by Matthew K. Junker
18657 <junker@alum.mit.edu>.
18658 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18659
18660 * progmodes/ebnf-iso.el: Doc fix.
18661 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18662 (ebnf-iso-lex): Code fix.
18663
18664 * progmodes/ebnf-bnf.el: Doc fix.
18665 (ebnf-bnf-lex): Code fix.
18666
18667 * progmodes/ebnf-otz.el: Doc fix.
18668
18669 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18670
18671 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18672 (abbrev-prefix-mark): Doc fix.
18673
18674 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18675
18676 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18677 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18678 (gdb-var-delete): Make interactive (really).
18679 (gdb-edit-value): Make non-interactive.
18680
18681 * progmodes/gud.el (gud-speedbar-menu-items):
18682 Add gdb-var-delete and, indirectly, gdb-edit-value.
18683 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18684 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18685 (gud-gdb-marker-filter): Add comment for annotations.
18686
18687 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18688
18689 * calendar/calendar.el (generate-calendar)
18690 (calendar-read-date): Prevent display of BC calendars once more -
18691 reverts 2003-10-01 change.
18692 (generate-calendar-month): Doc fix.
18693
18694 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18695
18696 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18697 return value of increment-calendar-month.
18698
18699 2004-02-21 Stephen Compall <s11@member.fsf.org>
18700
18701 * saveplace.el (save-place-forget-unreadable-files)
18702 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18703 (save-place-forget-unreadable-files): New function.
18704 (save-place-alist-to-file): Use it to filter out files that are
18705 no longer readable.
18706
18707 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18708 current Texinfo environment, using the same method as in
18709 `texinfo-insert-@end', and insert a space rather than a newline if
18710 point in a @table environment.
18711
18712 2004-02-21 Juri Linkov <juri@jurta.org>
18713
18714 * ffap.el (ffap-file-at-point): Try parent directories.
18715
18716 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18717
18718 * vcursor.el (vcursor-modifiers): New defcustom.
18719 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18720 hard-coded list.
18721
18722 2004-02-21 Masatake YAMATO <jet@gyve.org>
18723
18724 * play/animate.el (animate-birthday-present): Accept names other
18725 than `Sarah', too.
18726
18727 2004-02-21 Juri Linkov <juri@jurta.org>
18728
18729 * startup.el: Remove table of command line arguments from the
18730 Commentary section.
18731
18732 2004-02-20 John Wiegley <johnw@newartisans.com>
18733
18734 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18735 again" modifier from 'e' to 'E', since 'e' is also used by the
18736 "file extension" modifier.
18737
18738 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18739
18740 * help-fns.el (describe-categories): Doc fix.
18741
18742 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18743
18744 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18745 temporary file for buffer already visiting one. This change makes
18746 output likely to be directly usable by patch program.
18747 Suggested by Adrian Aichner <adrian@xemacs.org>
18748
18749 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18750
18751 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18752 case of variables defined in compound statements.
18753 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18754 Simplify constructions using switch-to-buffer.
18755
18756 2004-02-19 Simon Josefsson <jas@extundo.com>
18757
18758 * play/morse.el: Fix typo.
18759 (morse-code): Add @.
18760
18761 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18762
18763 * calendar/appt.el (appt-display-format): Change default to
18764 'ignore, for backwards compatibility.
18765 (appt-display-message): If appt-display-format is 'ignore,
18766 respect old vars appt-msg-window and appt-visible.
18767 (appt-activate): Don't depend on return value of cancel-timer.
18768
18769 * calendar/calendar.el (calendar-holidays): Doc fix.
18770
18771 * calendar/cal-coptic.el (coptic-prompt-for-date):
18772 Use assoc-string instead of assoc-ignore-case.
18773 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18774 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18775 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18776 * calendar/cal-islam.el (calendar-goto-islamic-date)
18777 (mark-islamic-diary-entries): Ditto.
18778 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18779 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18780 (calendar-read-mayan-tzolkin-date): Ditto.
18781 * calendar/calendar.el (calendar-read-date): Ditto.
18782 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18783
18784 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18785
18786 * progmodes/executable.el (executable-command-find-posix-p):
18787 Fix choice of the directory.
18788
18789 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18790
18791 * simple.el (interprogram-cut-function)
18792 (interprogram-paste-function, kill-new, kill-append):
18793 Doc fixes.
18794 (kill-region): Make it return nil. Doc fix.
18795 (yank-pop): Make its argument optional.
18796 (yank): Make ARG `-' equivalent to `-1'.
18797
18798 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18799
18800 * mail/rmail.el (rmail-get-new-mail): Don't reference
18801 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18802
18803 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18804
18805 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18806 if one of global-auto-revert-non-file-buffers or autorevert-mode
18807 is non-nil.
18808
18809 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18810
18811 * subr.el (delete-dups): A better implementation from Karl Heuer
18812 <kwzh@gnu.org>.
18813
18814 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18815
18816 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18817 correct place.
18818 * progmodes/icon.el (icon-indent-command): Ditto.
18819 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18820
18821 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18822
18823 * progmodes/grep.el (grep-compute-defaults): Undo change from
18824 2004-01-29: don't use executable-command-find-posix-p.
18825
18826 2004-02-16 Richard Sharman <rsharman@pobox.com>
18827
18828 * hilit-chg.el: Use require instead of eval-and-compile.
18829 (highlight-compare-buffers): New function.
18830
18831 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18832
18833 * man.el (Man-fontify-manpage): Render section headings in
18834 `Man-overstrike-face' even when overstrike was not used by man
18835 formatter for section headings.
18836
18837 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18838
18839 * rmail-spam-filter.el (vm-use-spam-filter)
18840 (rsf-min-region-length-added-to-spam-list): New variables.
18841 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18842 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18843 spam testing. Don't delete spam message if automatic deletion
18844 after output via variable rmail-delete-after-output is turned on.
18845 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18846 rsf-bbdb-dont-create-entries-for-spam.
18847 (check-field): New function, extracted from code in
18848 rmail-spam-filter to ease addition of header fields like content-type.
18849 (message-content-type): New variable to check the content-type:
18850 field added, also in defcustom of rsf-definitions-alist.
18851 (rmail-spam-filter): Replace repeated test code for header fields
18852 by calls to check-field; change the call to
18853 rmail-output-to-rmail-file such that rmail-current-message stays
18854 the same to avoid wrong deletion of unseen flags.
18855 (rsf-add-contents-type): New function to convert old format
18856 of rmail-spam-definitions-alist into new one.
18857 Change prefixes of all variables and functions from
18858 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18859
18860 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18861
18862 * loadhist.el (unload-hook-features-list): New defvar.
18863
18864 2004-02-16 Dave Love <fx@gnu.org>
18865
18866 * loadhist.el (unload-feature): Doc fix. Rename flist to
18867 unload-hook-features-list.
18868
18869 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18870
18871 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18872 cookie. Don't check if we are looking-at open-formula.
18873
18874 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18875
18876 * subr.el (match-string-no-properties): Use substring-no-properties.
18877
18878 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18879
18880 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18881 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18882 Use lower-case "rx" in all error message.
18883
18884 2004-02-16 Dave Love <fx@gnu.org>
18885
18886 * emacs-lisp/rx.el (rx-or): Put group around result.
18887 (rx-constituents): Add backref.
18888 (rx-syntax): Add string-delimiter, comment-delimiter.
18889 (rx-categories): Add combining-diacritic.
18890 (rx-check-not, rx-greedy, rx): Doc fix.
18891 (rx-backref, rx-check-backref): New.
18892
18893 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18894
18895 * newcomment.el (uncomment-region): Allow eob as comment end.
18896
18897 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18898
18899 * filecache.el: All message and error commands now use prefix
18900 "Filecache:" to make it easy to read *Messages* buffer.
18901
18902 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18903
18904 * autorevert.el: Add support to detect changed dired and VC buffers.
18905 (auto-revert-active-p, auto-revert-list-diff)
18906 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18907 (auto-revert-handler, auto-revert-active-p): New functions.
18908 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18909 and `auto-revert-active-p'.
18910 (eval-when-compile): Defvar dired-directory and vc-mode.
18911 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18912 (auto-revert-handler-vc): New functions.
18913
18914 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18915
18916 * progmodes/compile.el (compilation-directory): New defvar.
18917 (compile): Save current directory in compilation-directory.
18918 (recompile): Bind default-directory to compilation-directory if
18919 that is non-nil.
18920
18921 2004-02-16 Dave Love <fx@gnu.org>
18922
18923 * newcomment.el (comment-insert-comment-function)
18924 (comment-region-function, uncomment-region-function): New.
18925 (comment-indent): Use comment-insert-comment-function.
18926 (uncomment-region): Use uncomment-region-function.
18927 (comment-region): Use comment-region-function.
18928
18929 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18930
18931 2004-02-16 Richard Stallman <rms@gnu.org>
18932
18933 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18934 loaddefs* and ldefs-boot*.
18935
18936 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18937
18938 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18939 and email address at the beginning and end of the address.
18940
18941 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18942 anchored at the beginning of the email address.
18943
18944 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18945
18946 * international/ccl.el (ccl-compile-write): Pass `left' to
18947 ccl-embed-code to generate correct code of write-expr-register.
18948
18949 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18950
18951 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18952
18953 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18954
18955 * x-dnd.el: Mention support for Motif in commentary.
18956 (x-dnd-handle-drag-n-drop-event): Ditto.
18957
18958 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18959
18960 * ses.el: Use "ses--" prefixes for buffer-local variables.
18961 Use (point-min) instead of 1, even when we know the buffer
18962 is unnarrowed.
18963 (ses-build-load-map): Delete. Distribute its content to defconst's for
18964 the three maps.
18965 (ses-menu, ses-header-line-menu): New menus.
18966 (ses-mode-map): Use them.
18967 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18968
18969 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18970
18971 * Makefile.in: Fix the CC Mode recompile kludge so it works
18972 when building in a different directory.
18973
18974 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18975
18976 * simple.el (kill-new): Put yank-handler property on the entire string.
18977
18978 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18979
18980 * diff.el: Don't use compile any more, use diff-mode instead.
18981 (diff-regexp-alist, diff-old-file, diff-new-file)
18982 (diff-parse-differences, diff-process-setup): Remove.
18983 (diff-sentinel): New fun.
18984 (diff): Use it. Run the process ourselves.
18985 Use diff-mode for the rest of the processing.
18986
18987 * diff.el (diff): Simplify code handling `switch'.
18988
18989 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18990
18991 * pcvs-defs.el (cvs-menu): Add `tag'.
18992
18993 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18994
18995 * simple.el (kill-append): Doc fix.
18996
18997 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18998 Adapt outline-regexp to the new conventions for commenting out code.
18999
19000 2004-02-11 John Paul Wallington <jpw@gnu.org>
19001
19002 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19003
19004 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19005
19006 * diff.el (diff-switches): New fun.
19007 (diff, diff-backup): Use it.
19008 (diff): Clean up the args construction. Use backquote.
19009 Use listp instead of consp to avoid putting a nil arg.
19010 (diff): Add a revert-buffer function.
19011
19012 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19013
19014 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19015 handled by x-dnd-handle-file-name.
19016 (x-dnd-known-types): Add COMPOUND_TEXT.
19017 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19018 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19019 x-dnd-empty-state.
19020 (x-dnd-forget-drop): Ditto.
19021 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19022 (x-dnd-handle-one-url): Return private when inserting text.
19023 (x-dnd-insert-ctext): New function.
19024 (x-dnd-handle-file-name): New function for FILE_NAME.
19025 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19026 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19027 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19028
19029 2004-02-10 Kenichi Handa <handa@m17n.org>
19030
19031 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19032 instead of while loop.
19033
19034 2004-02-10 Miles Bader <miles@gnu.org>
19035
19036 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19037
19038 2004-02-09 Kenichi Handa <handa@m17n.org>
19039
19040 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19041 have end-of-line.
19042
19043 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
19044
19045 * Makefile.in: Added extra dependencies in the recompile target
19046 needed to cope with the compile time macro expansions in CC Mode.
19047
19048 2004-02-09 Kim F. Storm <storm@cua.dk>
19049
19050 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19051 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19052 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19053 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19054 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19055 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19056 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19057 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19058 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19059 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19060 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19061
19062 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19063
19064 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19065 Don't allow shrink if there's a window on our right.
19066
19067 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19068 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19069 Bring together declaration and initialization.
19070 (prolog-mode-variables): Don't set the syntax table.
19071 Don't set paragraph-start and comment-indent-function.
19072 Add /*..*/ to the comment regexps.
19073 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
19074 (prolog-mode-map): Don't bind TAB.
19075 (prolog-mode): Set the syntax table.
19076 (prolog-comment-indent): Remove.
19077 (inferior-prolog-mode-map): Initialize in the declaration.
19078 (inferior-prolog-mode-syntax-table)
19079 (inferior-prolog-mode-abbrev-table): New vars.
19080 (inferior-prolog-mode): Derive from comint-mode.
19081 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19082 minibuffer windows.
19083
19084 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19085 in file names, as long as it is unabmiguous.
19086
19087 2004-02-08 Andreas Schwab <schwab@suse.de>
19088
19089 * textmodes/reftex-toc.el
19090 (reftex-toc-load-all-files-for-promotion): Remove useless use of
19091 format. Doc fix.
19092
19093 * textmodes/refer.el (refer-find-entry-internal): Remove extra
19094 format string arguments.
19095
19096 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19097 string argument.
19098
19099 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19100
19101 * play/zone.el (zone-call): Fix format string.
19102
19103 * net/webjump.el (webjump-builtin): Add missing format string argument.
19104
19105 * midnight.el (midnight-delay-set): Remove extra format string argument.
19106
19107 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19108
19109 * hexl.el (hexl-insert-char): Add missing format string argument.
19110
19111 * format.el (format-decode): Fix format string.
19112
19113 * emulation/vi.el (vi-mode): Remove extra format string argument.
19114 (vi-repeat-last-search): Likewise.
19115 (vi-reverse-last-search): Likewise.
19116 (vi-goto-mark): Likewise.
19117 (vi-reverse-last-find-char): Likewise.
19118 (vi-repeat-last-find-char): Likewise.
19119 (vi-locate-def): Likewise.
19120
19121 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19122
19123 * ediff-util.el (ediff-toggle-read-only): Remove extra format
19124 string argument.
19125 (ediff-toggle-regexp-match): Likewise.
19126
19127 * dired-aux.el (dired-do-query-replace-regexp): Add missing
19128 format string argument.
19129
19130 * calc/calc-map.el (calc-get-operator): Remove extra format
19131 string argument.
19132
19133 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19134
19135 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19136 string argument.
19137
19138 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19139
19140 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19141
19142 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19143
19144 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19145 (cl-struct-setf-expander): Likewise.
19146
19147 * vc.el (with-vc-file): Fix unsafe uses of error.
19148 (vc-cancel-version): Likewise.
19149
19150 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
19151
19152 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19153 thousands separator; fixes <class>:<line-number> regexp for
19154 non-english locales.
19155
19156 2004-02-08 Andreas Schwab <schwab@suse.de>
19157
19158 * view.el (view-mode-enable): Revert previous change.
19159
19160 2004-02-07 Kim F. Storm <storm@cua.dk>
19161
19162 * simple.el (line-number-at-pos): Rename from line-at-pos.
19163 Uses changed (what-line and vc-annotate-warp-version).
19164
19165 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19166
19167 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19168 (diff-mode): Remove aborted attempt at support for compile.el.
19169 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19170
19171 2004-02-06 Andreas Schwab <schwab@suse.de>
19172
19173 * view.el (view-mode-enable): Add view-mode-map to
19174 minor-mode-overriding-map-alist.
19175
19176 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19177
19178 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19179
19180 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
19181
19182 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19183 with point inside rather than after the paragraph.
19184
19185 2004-02-04 Sam Steingold <sds@gnu.org>
19186
19187 * mail/smtpmail.el (smtpmail-try-auth-methods):
19188 Do not try authentication when no mechanism is available.
19189 Pass port-name as defaultport to `netrc-machine'.
19190
19191 2004-02-04 Stephen Eglen <stephen@gnu.org>
19192
19193 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19194 to show how minibuffer height can be constrained.
19195
19196 2004-02-04 John Paul Wallington <jpw@gnu.org>
19197
19198 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19199
19200 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19201
19202 * x-dnd.el: New file for drag and drop.
19203
19204 * term/x-win.el: require x-dnd, set after-make-frame-functions
19205 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19206 drag-n-drop event.
19207
19208 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19209 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19210 (dired-dnd-handle-file): New functions for drag and drop support.
19211 (dired-mode): Initialize drag and drop if x-dnd present.
19212
19213 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19214
19215 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19216 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19217 (cperl-mode): Set fill-paragraph-function.
19218 (cperl-fill-paragraph): Make it non-interactive.
19219
19220 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
19221
19222 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19223
19224 2004-02-02 David Kastrup <dak@gnu.org>
19225
19226 * replace.el (perform-replace): Allow 'literal argument in
19227 regexp-flag to indicate literal replacement.
19228 (query-replace-regexp-eval): Use it.
19229
19230 2004-02-01 Andreas Schwab <schwab@suse.de>
19231
19232 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19233
19234 2004-02-01 Stephen Eglen <stephen@gnu.org>
19235
19236 * info-look.el: Add support for maxima-mode. Update commentary
19237 because info-lookup-symbol is now bound to C-h S.
19238
19239 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
19240
19241 * simple.el (edit-and-eval-command): Bind print-level and
19242 minibuffer-history-sexp-flag around call to read-from-minibuffer.
19243 Correct initial position in command-history.
19244
19245 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
19246
19247 * files.el (read-directory-name): Adapt the docstring to recent
19248 change in Fread_file_name.
19249
19250 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
19251
19252 * ses.el (ses-print-cell): If print format too wide for column
19253 width, truncate decimal places if that helps to avoid "#####" fill.
19254 * ses.el (ses-initial-column-width): Revert previous change.
19255
19256 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
19257
19258 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19259 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19260 Add edebug info.
19261 (jit-lock-mode): Setup/cancel the new timer.
19262 (jit-lock-context-fontify): New fun. Extracted from
19263 context fontification code of jit-lock-stealth-fontify.
19264 (jit-lock-stealth-fontify): Don't do context fontification any more.
19265
19266 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19267 (jit-lock-fontify-now): Handle the `quit' case.
19268 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19269
19270 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
19271
19272 * progmodes/executable.el (executable-command-find-posix-p):
19273 New. Check if find handles arguments Posix-style.
19274
19275 * progmodes/grep.el (grep-compute-defaults):
19276 Use executable-command-find-posix-p.
19277 (grep-find): Check `grep-find-command'.
19278
19279 * filecache.el (file-cache-find-posix-p): Delete.
19280 (file-cache-add-directory-using-find):
19281 Use `executable-command-find-posix-p'.
19282
19283 2004-01-29 Dave Love <fx@gnu.org>
19284
19285 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19286 Iterate the hook function if arg is given.
19287 (mark-defun, narrow-to-defun): Change order of finding the limits.
19288
19289 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
19290 (byte-compile-format-warn): New.
19291 (byte-compile-callargs-warn): Use it.
19292 (Format, message, error): Add byte-compile-format-like property.
19293 (byte-compile-maybe-guarded): New.
19294 (byte-compile-if, byte-compile-cond): Use it.
19295 (byte-compile-lambda): Compile interactive forms,
19296 just to make warnings about them.
19297
19298 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
19299
19300 * ses.el (ses-initial-column-width): Increase to 14, so it will
19301 work well with the default printer of "%.7g" for extreme values
19302 like "-1.234567e+07".
19303
19304 2004-01-29 Kenichi Handa <handa@m17n.org>
19305
19306 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19307
19308 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
19309
19310 * dos-w32.el: Added support for the `default-printer-name' function.
19311
19312 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19313
19314 * server.el (server-socket-name): Don't use the hostname in the
19315 socket name since /tmp is local to the host anyway.
19316
19317 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19318 robust check of widening and fix var-naming.
19319
19320 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
19321
19322 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19323 or rmail-spam- to rsf- in all function and variable names.
19324 (rsf-min-region-to-spam-list): New variable.
19325 (rsf-bbdb-auto-delete-spam-entries): Rename from
19326 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
19327 scanned together with the recipients field for spam testing; Don't
19328 delete spam message if rmail-delete-after-output is non-nil;
19329 (rsf-check-field): New function, extracted from code in
19330 rmail-spam-filter to ease addition of header fields like
19331 content-type:;
19332 (message-content-type): New variable. The content-type: field was
19333 added also in defcustom of rsf-definitions-alist;
19334 (rmail-spam-filter): Replace repeated test code for header fields
19335 by calls to check-field; change the call to
19336 rmail-output-to-rmail-file such that rmail-current-message stays
19337 the same to avoid wrong deletion of unseen flags.
19338 (rmail-use-spam-filter): Add autoload cookie.
19339
19340 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
19341
19342 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
19343 (file-cache-add-directory-using-find): Add Cygwin support.
19344 (file-cache-find-command-posix-flag): New user variable.
19345
19346 * filecache.el (file-cache-add-directory): Check for
19347 directories an remove them from dir-files.
19348
19349 2004-01-27 Richard M. Stallman <rms@gnu.org>
19350
19351 * man.el (Man-fontify-manpage): Clean up message.
19352
19353 2004-01-27 Kenichi Handa <handa@m17n.org>
19354
19355 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19356 (sentence-end): Define using sentence-end-without-space.
19357
19358 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19359 a sentence ends with one of a character in sentence-end-without-space.
19360
19361 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
19362
19363 * font-lock.el (font-lock): Add jit-lock as explicit group member.
19364 (jit-lock): Group declaration moved to jit-lock.el.
19365 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19366 when necessary.
19367
19368 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19369 (jit-lock-context-unfontify-pos): Rename from
19370 jit-lock-first-unfontify-pos.
19371 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19372
19373 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19374
19375 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19376 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19377 (fortran-fill): When filling a string, adjust re-search-backward
19378 argument for special case of string just on fill-column.
19379 When filling non-string, allow one extra char if
19380 fortran-break-before-delimiters is non-nil.
19381 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19382 Use fortran-break-delimiters-re and fortran-no-break-re to
19383 correctly handle cases such as "**".
19384
19385 * progmodes/f90.el (f90-break-delimiters): Doc fix.
19386 (f90-no-break-re): Add some extra tokens. Doc fix.
19387
19388 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
19389
19390 * mail/rmail-spam-filter.el:
19391 Use two semicolons as Commentary line prefix.
19392 Add ";;; Code:" stylized comment.
19393 Delete end-of-line whitespace.
19394 Wrap (require 'cl) with `eval-when-compile'.
19395
19396 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
19397
19398 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19399 at the top level of vc.el.
19400
19401 2004-01-23 Andre Spiegel <spiegel@gnu.org>
19402
19403 * vc.el (vc-current-line): Function removed. This is now done by
19404 the new function line-at-pos in simple.el.
19405 (vc-annotate-warp-version): Use line-at-pos instead of
19406 vc-current-line.
19407
19408 2004-01-22 Kim F. Storm <storm@cua.dk>
19409
19410 * simple.el (line-at-pos): New defun.
19411 (what-line): Use it. Optimize by only counting lines in narrowed
19412 region once.
19413
19414 2004-01-22 Kenichi Handa <handa@m17n.org>
19415
19416 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19417 point (register r1) only for charset mule-unicode-0100-24ff.
19418
19419 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
19420
19421 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19422 trailing white space and ensure a final newline.
19423
19424 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19425 Add autoload cookie.
19426
19427 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
19428
19429 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19430 activate view-mode explicitly.
19431
19432 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19433
19434 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19435 menu-bar-enable-clipboard and make Paste use clipboard first.
19436
19437 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19438
19439 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
19440 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19441 (vc-mcvs-cvs): Remove.
19442 (vc-mcvs-command): Remove use of assert.
19443
19444 * outline.el (outline-insert-heading): Tighten up match.
19445 (outline-demote, outline-move-subtree-down): Don't assume anything
19446 about outline-regexp.
19447
19448 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19449 (texinfo-show-structure): Explicitly add ^, and simplify.
19450
19451 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
19452
19453 * calendar/appt.el (appt-check): Restore usage of
19454 appt-issue-message deleted in previous change.
19455 (top-level): Activate package when loaded (needed for backwards
19456 compatibility).
19457
19458 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19459
19460 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19461 following previous change to smtpmail-send-data.
19462
19463 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19464
19465 * vc.el (vc-default-previous-version): Doc enhancement.
19466 (vc-default-next-version): New function.
19467 (vc-print-log): New arg FOCUS-REV.
19468 (vc-annotate-mode): Derive from view-mode.
19469 (vc-annotate): New args REVISION, DISPLAY-MODE.
19470 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19471 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19472 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19473 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19474 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19475
19476 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19477
19478 2004-01-19 Karl Berry <karl@gnu.org>
19479
19480 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19481 or "TexInfo".
19482
19483 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19484
19485 * subr.el (delete-dups): New function.
19486
19487 2004-01-19 Karl Berry <karl@gnu.org>
19488
19489 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19490 with ^, since that's what texinfo-show-structure
19491 documentation says (plus it works much better in texinfo.txi).
19492
19493 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19494
19495 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19496
19497 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19498
19499 * progmodes/which-func.el (which-function-mode): Don't cancel
19500 which-func-update-timer if not set.
19501
19502 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19503
19504 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19505 Remove spurious left square bracket in XX:XXam regexp.
19506
19507 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19508
19509 * progmodes/cc-defs.el: Do not require cl at run time.
19510
19511 2004-01-16 Richard M. Stallman <rms@gnu.org>
19512
19513 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19514 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19515
19516 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19517 Call rmail-spam-filter. Delete and expunge spam.
19518 Print number of spam messages deleted.
19519 Save and restore the deletion status of old messages when reading
19520 new mail with spam filter, so that expunging spam does not expunge
19521 msgs deleted by the user.
19522 (rmail-only-expunge): Add an optional argument dont-show to
19523 prevent showing message after expunge.
19524
19525 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19526
19527 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19528 * subr.el (declare): New macro.
19529
19530 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19531
19532 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19533
19534 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19535
19536 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19537 Test window-system rather than system-type (for X11/Mac).
19538
19539 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19540
19541 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19542
19543 2004-01-12 Richard M. Stallman <rms@gnu.org>
19544
19545 * mail/rmail.el (rmail-convert-to-babyl-format):
19546 Use mail-unquote-printable-region.
19547 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19548 (rmail-hex-char-to-integer): Functions deleted.
19549
19550 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19551 (mail-unquote-printable-region): New arg NOERROR.
19552 For invalid encoding, either signal an error to just return nil.
19553
19554 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19555
19556 * calendar/appt.el: Update copyright and commentary.
19557 (appt-issue-message): Make obsolete.
19558 (appt-visible, appt-msg-window): Make obsolete, in favour of
19559 appt-display-format.
19560 (appt-display-mode-line, appt-display-duration)
19561 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19562 (appt-prev-comp-time, appt-display-count, appt-timer)
19563 (appt-convert-time): Doc change.
19564 (appt-disp-window-function, appt-delete-window-function):
19565 Use defcustom rather than defvar.
19566 (appt-display-format): New variable.
19567 (appt-display-message): New function with display code from appt-check.
19568 (appt-check): Add optional FORCE argument. Doc change.
19569 Add appt-make-list to diary-hook if displaying diary.
19570 Remove checking of view-diary-entries-initially.
19571 Message display section removed to new function appt-display-message.
19572 (appt-display-window): Doc change. Remove unused internal var
19573 this-buffer. Do not beep, since appt-display-message does that.
19574 (appt-make-list): Doc change. Use caar.
19575 (appt-sort-list): Simplify by using builtin sort function.
19576 (appt-update-list): New function for updating appts when diary is
19577 saved.
19578 (appt-activate): New autoloaded function to toggle package
19579 functionality.
19580
19581 * calendar/cal-x.el: (calendar-one-frame-setup)
19582 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19583
19584 * calendar/calendar.el: Update copyright.
19585 (view-diary-entries-initially, european-calendar-style): Doc change.
19586 (calendar-setup): Make defcustom rather than defvar.
19587 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19588 in let binding so local to function.
19589
19590 * calendar/diary-lib.el: Update copyright.
19591 (diary, diary-entry-time): Doc change.
19592 (list-diary-entries): Doc change. Trivial logic change.
19593 (fancy-diary-display): Restore make-face command mistakenly
19594 deleted 2003-05-08.
19595 (show-all-diary-entries): Allow to pop-up frame if needed.
19596
19597 2004-01-09 John Paul Wallington <jpw@gnu.org>
19598
19599 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19600 Temporarily select EVENT's window for changing eol type.
19601
19602 2004-01-09 Deepak Goel <deego@gnufans.org>
19603
19604 * calendar/diary-lib.el (diary-entry-time):
19605 Also accept time in the form XX[.XX][am/pm/AM/PM].
19606 (fancy-diary-font-lock-keywords): Likewise.
19607 (diary-font-lock-keywords): Likewise.
19608 * calendar/appt.el (appt-add): Likewise.
19609 (appt-make-list): Likewise.
19610 (appt-convert-time): Likewise.
19611
19612 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19613
19614 * gdb-ui.el (gdb-ann3): Revert previous change.
19615 (gdb-source-info): Allow for case of where compilation directory
19616 is not recorded.
19617
19618 2004-01-08 John Paul Wallington <jpw@gnu.org>
19619
19620 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19621
19622 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19623
19624 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19625
19626 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19627 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19628 problems.
19629 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19630
19631 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19632
19633 * files.el (write-file-functions, write-contents-functions):
19634 Clarify docstrings.
19635
19636 2004-01-07 Kenichi Handa <handa@m17n.org>
19637
19638 * international/mule.el (set-auto-coding): Fix for the case that
19639 end-of-line is only CR.
19640
19641 2004-01-07 Kim F. Storm <storm@cua.dk>
19642
19643 * subr.el (event-start, event-end): Doc fix.
19644 (posn-string, posn-image): New defuns.
19645 (posn-object): Return either image or string object.
19646 (posn-object-x-y): Return 8th element of position.
19647 (posn-object-width-height): New defun.
19648
19649 2004-01-06 Andreas Schwab <schwab@suse.de>
19650
19651 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19652 output.
19653
19654 2004-01-05 Karl Berry <karl@gnu.org>
19655
19656 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19657 / and *, too.
19658
19659 2003-12-31 Simon Josefsson <jas@extundo.com>
19660
19661 * files.el (before-save-hook): Add.
19662 (basic-save-buffer): Use before-save-hook.
19663
19664 * emacs-lisp/copyright.el: Fix comment to recommend
19665 before-save-hook instead of write-file-functions.
19666
19667 2004-01-05 Richard M. Stallman <rms@gnu.org>
19668
19669 * finder.el (finder-commentary): Call delete-other-windows.
19670
19671 * net/ange-ftp.el (ange-ftp-file-attributes):
19672 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19673
19674 2004-01-04 Karl Berry <karl@gnu.org>
19675
19676 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19677 comment characters % and # in the copyright year notice,
19678 as well as ;.
19679
19680 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19681
19682 * wid-edit.el (default): Define dummy :value-delete.
19683 Reported by Jesper Harder <harder@ifa.au.dk>.
19684
19685 2004-01-03 Richard M. Stallman <rms@gnu.org>
19686
19687 * progmodes/compile.el (compile-internal): Use point, not point-min,
19688 for set-window-point.
19689
19690 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19691
19692 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19693
19694 * progmodes/grep.el (grep-mode-map):
19695 Don't remap next-line, previous-line.
19696
19697 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19698
19699 * speedbar.el (speedbar-edit-line): Change regexp to position
19700 the cursor on the first character of this line's button.
19701
19702 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19703
19704 * subr.el (functionp): Doc fix.
19705
19706 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19707
19708 * progmodes/idlwave.el (idlwave-make-tags):
19709 * textmodes/flyspell.el (flyspell-large-region):.
19710 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19711 * emulation/viper-util.el (viper-glob-unix-files):
19712 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19713 * man.el (Man-init-defvars):
19714 * jka-compr.el (jka-compr-call-process):
19715 * files.el (get-free-disk-space,insert-directory):
19716 * ediff-ptch.el (ediff-test-patch-utility):
19717 * ediff-diff.el (ediff-test-utility):
19718 * dired-aux.el (dired-check-process):
19719 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19720 test the return value of call-process, because it can be a string.
19721
19722 2003-12-31 John Paul Wallington <jpw@gnu.org>
19723
19724 * bindings.el (completion-ignored-extensions): Add .pfsl.
19725
19726 2003-12-31 Kim F. Storm <storm@cua.dk>
19727
19728 * ido.el (ido-nonreadable-directory-p): New defun to check for
19729 nonreadable directory without activating tramp (to avoid problems
19730 with checking incomplete tramp paths).
19731 (ido-set-current-directory, ido-file-internal)
19732 (ido-file-name-all-completions1): Use it.
19733
19734 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19735
19736 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19737 documentation if the anchor (or node) name is preceded by `info
19738 anchor' or `Info anchor' in addition to earlier `info node' and
19739 `Info node'.
19740 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19741
19742 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19743
19744 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19745 error in arguments to base64-decode-region. Remove ^M characters
19746 after decoding base64.
19747
19748 2003-12-30 Simon Josefsson <jas@extundo.com>
19749
19750 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19751 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19752 have only been distributed with Emacs for some years.
19753 (texinfo-mode-hook): Customize.
19754
19755 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19756
19757 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19758 cleaner (suggested by Richard Stallman).
19759
19760 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19761 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19762 file-name clashes on 8+3 DOS filesystems.
19763
19764 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19765 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19766 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19767 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19768 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19769 file-name clashes on 8+3 filesystems.
19770
19771 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19772 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19773 file-name clashes on 8+3 DOS filesystems.
19774
19775 2003-12-29 Richard M. Stallman <rms@gnu.org>
19776
19777 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19778 Upcase the character.
19779
19780 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19781 Search for header separator alone on a line, literally,
19782 and search for it backward, not forward.
19783 (flyspell-abbrev-table): Always use global-abbrev-table
19784 if there is no local one.
19785
19786 * progmodes/sh-script.el (sh-get-indent-info):
19787 Don't move point back if at bob.
19788
19789 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19790
19791 * play/handwrite.el (handwrite): Make the handwrite credit message
19792 a comment rather than an output command.
19793
19794 * obsolete/sc.el: Display message that this file is obsolete.
19795
19796 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19797
19798 * mail/rfc822.el (rfc822-address-start): Declare variable.
19799 Renamed from address-start. All uses changed.
19800
19801 * term.el (term-exec): Set up sentinel.
19802 (term-sentinel): New function.
19803 (term-handle-exit): New function.
19804
19805 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19806 Use assoc-string, and mark them obsolete.
19807 (delay-mode-hooks): Mark as permanent local.
19808
19809 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19810
19811 * register.el (copy-rectangle-to-register): Doc fix.
19812
19813 * info.el (Info-insert-dir): Use assoc-string.
19814
19815 * info-look.el (info-lookup): Use assoc-string.
19816
19817 * frame.el (pop-up-frame-function): Use quote, not `function'.
19818 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19819 copying with lists as coordinate values.
19820
19821 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19822
19823 * find-dired.el (kill-find): New command.
19824 (find-dired): Make buffer read-only.
19825 Set up a keymap with C-c C-k running kill-find.
19826 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19827
19828 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19829
19830 * filecache.el (file-cache-ignore-case): New variable.
19831 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19832
19833 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19834 (comint-dynamic-complete-as-filename): Rename local vars.
19835 (comint-dynamic-list-filename-completions): Likewise.
19836
19837 * comint.el (comint-dynamic-list-completions-config): New var.
19838 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19839
19840 * comint.el (comint-file-name-chars): Add [].
19841 (comint-word): Use skip-chars-backward, not search.
19842
19843 * shell.el (shell-file-name-chars): Add [].
19844
19845 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19846
19847 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19848
19849 * generic.el (define-generic-mode): Doc fix.
19850
19851 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19852
19853 * files.el (kill-some-buffers): Doc fix.
19854
19855 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19856
19857 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19858 arg to send-invisible
19859 (send-invisible): Doc fix. The argument is now a prompt, not the
19860 string to send.
19861 (comint-read-noecho): Doc fix.
19862
19863 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19864
19865 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19866 "@", as required by some ISP hosting service. Fix defcustom
19867 argument syntax errors that prevented use of customization.
19868
19869 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19870
19871 * xml.el (xml-get-attribute-or-nil): Doc fix.
19872
19873 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19874
19875 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19876 write-file-hooks.
19877
19878 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19879
19880 * autorevert.el (auto-revert-interval): Doc fix.
19881
19882 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19883
19884 * xml.el (xml-get-attribute-or-nil): New function, like
19885 xml-get-attribute, but returns nil if the attribute was not found.
19886 (xml-get-attribute): Convert to defsubst, uses
19887 xml-get-attribute-or-nil.
19888
19889 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19890
19891 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19892
19893 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19894
19895 * custom.el (custom-declare-theme): Use `value' when putting
19896 properties on `theme'.
19897
19898 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19899
19900 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19901 for each yank-handler segment.
19902 (insert-for-yank-1): New function, with the body of the previous
19903 insert-for-yank.
19904
19905 * textmodes/table.el (table-yank-handler): New defcustom.
19906 (table--put-cell-indicator-property): Put yank-handler property
19907 that indicates the yank handler for the table cell.
19908
19909 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19910
19911 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19912 set of keywords.
19913
19914 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19915
19916 * international/mule-cmds.el (reset-language-environment)
19917 (set-language-environment): Don't invoke fontset-related functions
19918 if fontset-list is not fboundp.
19919
19920 2003-12-29 Kenichi Handa <handa@m17n.org>
19921
19922 * international/mule-cmds.el (reset-language-environment):
19923 Call set-overriding-fontspec-internal with nil.
19924 (set-language-environment): Call set-overriding-fontspec-internal
19925 if the language environment specify `overriding-fontspec'.
19926 (language-info-alist): Doc added.
19927
19928 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19929 characters of mule-unicode-0100-24ff.
19930 (ccl-encode-windows-1251-font): New CCL program.
19931 ("Bulgarian"): Specify overriding-fontspec.
19932 ("Belarusian"): Likewise.
19933
19934 2003-12-28 Sam Steingold <sds@gnu.org>
19935
19936 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19937 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19938
19939 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19940
19941 * progmodes/gud.el (gud-gdb-command-name): Set default to
19942 "gdb --annotate=3".
19943 (gud-gdb-marker-filter): Look out for annotations.
19944 (gdb-first-pre-prompt): New variable.
19945 Remove trailing white space.
19946
19947 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19948 if necessary.
19949 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19950 annotations are detected.
19951 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19952 instead of a local one to allow transition from
19953 gud-gdb-marker-filter.
19954 Remove trailing white space.
19955
19956 2003-12-27 Kim F. Storm <storm@cua.dk>
19957
19958 * ido.el: Handle non-readable directories.
19959 (ido-decorations): Add 9th element for non-readable directory.
19960 (ido-directory-nonreadable): New dynamic var.
19961 (ido-set-current-directory): Set it.
19962 (ido-read-buffer, ido-file-internal):
19963 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19964 (ido-file-name-all-completions1): Return empty list for
19965 non-readable directory.
19966 (ido-exhibit): Print [Not readable] if directory is not readable.
19967 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19968 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19969 Use it.
19970
19971 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19972
19973 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19974 calls to directory-files-and-attributes and file-attributes.
19975 (ls-lisp-format): Remove system dependent handling of user and
19976 group id's.
19977
19978 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19979
19980 * ffap.el (ffap-read-file-or-url): Revert previous change.
19981
19982 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19983
19984 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19985 new list of included files called `files-with-node-lines', that
19986 only have node lines. This way @include commands can include any
19987 file, such as version and update files without node lines, not
19988 just files that are chapters.
19989
19990 2003-12-25 Andreas Schwab <schwab@suse.de>
19991
19992 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19993 file not found.
19994
19995 2003-12-08 Miles Bader <miles@gnu.org>
19996
19997 * dired.el (dired-between-files): Always use dired-move-to-filename,
19998 which is more robust in non-english locales.
19999
20000 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
20001
20002 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20003
20004 2003-12-24 Andreas Schwab <schwab@suse.de>
20005
20006 * shell.el (shell-file-name-quote-list): Add backslash.
20007
20008 * comint.el (comint-quote-filename): Correctly handle backslash
20009 in comint-file-name-quote-list.
20010
20011 2003-12-24 Kenichi Handa <handa@m17n.org>
20012
20013 * international/mule-cmds.el (set-default-coding-systems):
20014 Call ucs-set-table-for-input for all buffers that don't have local
20015 value of buffer-file-coding-system.
20016
20017 * international/ucs-tables.el (ucs-set-table-for-input):
20018 If translation-table-for-encode is a symbol, get its
20019 translation-table property.
20020
20021 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
20022
20023 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20024 to `completing-read' on a recently fixed bug.
20025
20026 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20027 instead of SPACE, to get the list of possible fringe modes.
20028 SPACE only works if both `partial-completion-mode' and
20029 `completion-auto-help' are nil.
20030
20031 * complete.el (PC-is-complete-p): Delete.
20032 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20033 calls to `test-completion'.
20034
20035 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
20036
20037 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20038 to edit values when there are no children.
20039
20040 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20041 a mode called "Assembler" already exists.
20042 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20043 (gud-watch): Use format option. Remove font properties from string.
20044 (gdb-var-create-handler, gdb-var-list-children-handler):
20045 Don't bother about properties as there are none.
20046 (gdb-var-create-handler, gdb-var-list-children-handler)
20047 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20048 with two arguments.
20049 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20050 Let speedbar show value changes with a different font.
20051 (gdb-edit-value): New defun.
20052 (gdb-clear-partial-output, gdb-clear-inferior-io)
20053 (def-gdb-auto-update-handler): Use erase-buffer.
20054 (gdb-frame-handler): Display watch expressions in
20055 FUNCTION::VARIABLE format if required.
20056
20057 2003-12-23 John Paul Wallington <jpw@gnu.org>
20058
20059 * info.el (Info-unescape-quotes, Info-split-parameter-string)
20060 (Info-goto-emacs-command-node): Doc fixes.
20061
20062 2003-12-12 Jesper Harder <harder@ifa.au.dk>
20063
20064 * cus-edit.el (custom-add-parent-links): Define "many".
20065
20066 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
20067
20068 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20069 (widget-child-validate, widget-type-value-create)
20070 (widget-type-default-get, widget-type-match): New functions.
20071 (lazy): New widget.
20072 (menu-choice, checklist, radio-button-choice, editable-list)
20073 (group, documentation-string): Remove redundant (per 2003-10-25
20074 change) calls to `widget-children-value-delete'.
20075 (widget-choice-value-get, widget-choice-value-inline): Remove.
20076 (menu-choice): Update widget.
20077
20078 2003-12-03 Kenichi Handa <handa@m17n.org>
20079
20080 * language/cyrillic.el: Register "microsoft-cp1251" in
20081 ctext-non-standard-encodings-alist.
20082 ("Bulgarian"): Add ctext-non-standard-encodings.
20083 ("Belarusian"): Likewise.
20084
20085 * international/mule-conf.el (compound-text-with-extensions):
20086 Change the type to 2 (iso-2022 base).
20087
20088 * international/mule.el (ctext-non-standard-encodings-alist):
20089 Change the format.
20090 (ctext-non-standard-encodings): New variable.
20091 (ctext-post-read-conversion): Fully re-written.
20092 (ctext-non-standard-designations-alist): Delete it.
20093 (ctext-non-standard-encodings-table): New function.
20094 (ctext-pre-write-conversion): Fully re-written.
20095
20096 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
20097
20098 * cus-edit.el (custom-add-parent-links): Add documentation links
20099 for parent, if the item has none of its own.
20100
20101 2003-11-30 Richard M. Stallman <rms@gnu.org>
20102
20103 * dired-aux.el (dired-do-query-replace-regexp):
20104 Report files visited read-only.
20105
20106 2003-11-30 Juri Linkov <juri@jurta.org>
20107
20108 * dired-aux.el (dired-compare-directories): New command.
20109 (dired-file-set-difference, dired-files-attributes): New functions.
20110
20111 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
20112 Version 2.0.38 of Tramp released.
20113
20114 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
20115 Charles Curley <charlescurley@charlescurley.com>.
20116 (tramp-multi-connection-function-alist): Add ssht entry which adds
20117 "-e none -t -t" to the list of ssh args. Suggested by Adrian
20118 Aichner.
20119 (tramp-get-method-parameter): New function to retrieve a method
20120 parameter. This allows for omission of method parameters.
20121 Callers adjusted.
20122
20123 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
20124
20125 * net/tramp.el: Add new optional parameter ID-FORMAT to
20126 `file-attributes'. Calls of `file-attributes' won't use this
20127 parameter for backward compatibility reasons.
20128 (tramp-perl-file-attributes): Add a new parameter to Perl script
20129 in order to handle uid/gid as strings, if desired.
20130 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20131 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20132 order to make the function more general.
20133 (tramp-handle-file-attributes): Replace proprietary optional
20134 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20135 (tramp-handle-file-attributes-with-perl): Handle parameter
20136 NONNUMERIC if set. This wasn't done in the past.
20137 (tramp-post-connection): Apply second parameter "$2" if
20138 `tramp-remote-perl' is called.
20139
20140 * net/tramp-smb.el (tramp-smb-handle-delete-file):
20141 Correct cut'n'waste error (`filename' instead of `directory').
20142 (tramp-smb-handle-directory-files-and-attributes)
20143 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20144 introduced parameter ID-FORMAT.
20145 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20146 error (`directory' instead of `ldir').
20147
20148 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20149 `file-attributes' has a second parameter. If yes, apply it with
20150 value "'integer". Otherwise, don't use that parameter (default is
20151 integer format).
20152
20153 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
20154
20155 * help.el (help-map): Bind `display-local-help' to `C-h .'.
20156 (help-for-help): Add `C-h .' to the listed Help options.
20157 Remove trailing whitespace.
20158
20159 * help-at-pt.el: New file.
20160
20161 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
20162
20163 * subr.el (noreturn, 1value): New macros for test coverage.
20164 See `testcover.el'.
20165
20166 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20167
20168 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20169 for macro `1value'.
20170 (testcover-1value): New function. Checks that a 1value form
20171 actually returns only one value. Requested by RMS.
20172
20173 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
20174
20175 * gdb-ui.el (gud-watch, gdb-var-create-handler)
20176 (gdb-var-list-children, gdb-var-list-children-handler)
20177 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20178 gdb commands that use mi to keep them out of the command history.
20179
20180 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20181
20182 * cus-start.el (all): Add use-file-dialog.
20183
20184 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20185
20186 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20187
20188 2003-11-27 Kim F. Storm <storm@cua.dk>
20189
20190 * subr.el (posn-object-x-y): New defun.
20191
20192 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
20193
20194 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20195 Don't use `space' for \\\n.
20196 Be more selective as to which # are comment-starters.
20197
20198 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
20199
20200 * subr.el (number-sequence): Improve handling of floating point
20201 arguments (suggested by Kim Storm). Allow negative arguments.
20202
20203 2003-11-26 Kenichi Handa <handa@m17n.org>
20204
20205 * international/mule-cmds.el (standard-display-european-internal):
20206 Cancel the standard-display-table setting for ` and '.
20207
20208 2003-11-26 Kim F. Storm <storm@cua.dk>
20209
20210 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20211 New defcustoms to add ffap-like functionality to ido.
20212 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
20213 (ido-no-final-slash): New defun.
20214 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20215 (ido-read-file-name): ): Toggle VC checking via
20216 vc-handled-backends instead of vc-master-templates.
20217 (ido-file-internal): Handle ido-use-url-at-point and
20218 ido-use-filename-at-point via code borrowed from ffap-guesser.
20219 Handle new ido-exit code ffap.
20220 (ido-sort-list): Ignore final slash when sorting file names.
20221
20222 2003-11-25 Kim F. Storm <storm@cua.dk>
20223
20224 * emulation/cua-base.el (cua--standard-movement-commands):
20225 Add forward-sentence and backward-sentence.
20226
20227 2003-11-25 Stephen Eglen <stephen@gnu.org>
20228
20229 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20230 iswitchb-exit is set to 'usefirst when user selects buffer at head
20231 of list using RET. (Selecting buffers at the head of the list was
20232 broken if the substring was also a complete buffername.)
20233
20234 2003-11-23 Kim F. Storm <storm@cua.dk>
20235
20236 * progmodes/compile.el (grep-command, grep-use-null-device)
20237 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
20238 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
20239 (grep-regexp-alist, grep-program, find-program)
20240 (grep-find-use-xargs, grep-history, grep-find-history)
20241 (grep-process-setup, grep-compute-defaults)
20242 (grep-default-command, grep, grep-tag-default, grep-find)
20243 (grep-expand-command-macros, grep-tree-last-regexp)
20244 (grep-tree-last-files, grep-tree): Move grep variables, functions
20245 and commands to new file grep.el.
20246 (compilation-mode-map): Remove grep commands from Compile sub-menu.
20247 (compilation-process-setup-function): Doc fix.
20248 (compilation-highlight-regexp, compilation-highlight-overlay): New
20249 defvars used for highlighting current compile error in source buffer.
20250 (compile-internal): New optional args HIGHLIGHT-REGEXP and
20251 LOCAL-MAP which overrides compilation-highlight-regexp and
20252 compilation-mode-map for this compilation.
20253 Delay calling compilation-set-window-height until after running
20254 compilation-process-setup-function so it can buffer-local override
20255 compilation-window-height.
20256 Check buffer-local value of compilation-scroll-output.
20257 (compilation-set-window-height): Use buffer-local value of
20258 compilation-window-height.
20259 (compilation-revert-buffer): Don't pass (undefined)
20260 preserve-modes arg to revert-buffer.
20261 (next-error-no-select, previous-error-no-select): New commands.
20262 (compilation-goto-locus): Temporarily highlight current match in
20263 source buffer using compilation-highlight-regexp.
20264
20265 * progmodes/grep.el: New file with grep code from compile.el.
20266 (grep): New defcustom group.
20267 (grep-window-height): New defcustom, like compilation-window-height.
20268 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20269 (grep-scroll-output): New defcustom, like compilation-scroll-output.
20270 (grep-command, grep-use-null-device, grep-find-command)
20271 (grep-tree-files-aliases, grep-tree-ignore-case)
20272 (grep-tree-ignore-CVS-directories): Move to grep custom group.
20273 (grep-setup-hook): New hook variable.
20274 (grep-mode-map): New keymap for grep commands. Add Grep menu.
20275 (grep-last-buffer): New defvar, override compilation-last-buffer.
20276 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
20277 Call compile-internal with args highlight-regexp and grep-mode-map.
20278
20279 2003-11-23 Kim F. Storm <storm@cua.dk>
20280
20281 * subr.el (event-start, event-end): Doc fix.
20282 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
20283 (posn-area, posn-actual-col-row, posn-object): New defuns.
20284 (posn-col-row): Simplify doc. Rewrite to use cond.
20285 (posn-point): Also return buffer position for events outside text
20286 area (that info is now present in the event position).
20287
20288 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
20289 mouse-set-point so that hscroll still works now that clicks on
20290 fringes generate specific mouse events.
20291 (mouse-set-point): Note that it now works in fringes and margins
20292 too due to new semantics of posn-point in fringes and margins.
20293
20294 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
20295 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
20296
20297 2003-11-20 Kim F. Storm <storm@cua.dk>
20298
20299 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
20300 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
20301 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
20302 to 100 for icons to avoid increasing line height when shown.
20303
20304 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20305
20306 * newcomment.el (comment-normalize-vars): Initialize properly if
20307 comment-start was nil.
20308
20309 2003-11-19 Andreas Schwab <schwab@suse.de>
20310
20311 * simple.el (set-variable): Fix indentation.
20312
20313 2003-11-17 Kenichi Handa <handa@m17n.org>
20314
20315 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20316 Fix docstring.
20317
20318 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20319
20320 * international/latin1-disp.el (latin1-display): Fix docstring.
20321
20322 2003-11-16 John Wiegley <johnw@newartisans.com>
20323
20324 * eshell/em-ls.el (eshell-ls-file): There are times with
20325 size-width is nil and uncomputed (when directories are created in
20326 dired, for example); in this case, 4 is reasonable default value,
20327 although it may caused skewed new entries (which could be avoided
20328 by returning the original value of 8 in all cases, but 99% of the
20329 time this is a waste of whitespace).
20330
20331 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20332
20333 * cc-engine.el (c-guess-continued-construct)
20334 (c-guess-basic-syntax): Check a little more carefully if it's a
20335 function declaration when an unknown construct followed by a block
20336 is found inside a statement context. This avoids macros followed
20337 by blocks to be taken as function declarations.
20338
20339 (c-guess-continued-construct): Change the analysis of a statement
20340 continuation with a brace open to `substatement-block', for
20341 consistency with recognized statements.
20342
20343 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20344 start is in a position so that `c-beginning-of-statement-1' jumped
20345 to the beginning of the same statement.
20346
20347 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20348 Don't accept binary operators in the arglist if we're in a function
20349 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
20350 template recognition in cases like "if (a < b || c > d)".
20351
20352 (c-restricted-<>-arglists): New more appropriate name for
20353 `c-disallow-comma-in-<>-arglists'.
20354
20355 Accessing functions updated for the variable name change.
20356
20357 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20358 match data could get clobbered if NOT-INSIDE-TOKEN is used.
20359
20360 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20361 labels.
20362
20363 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20364 instead of duplicating parts of it. This fixes bogus label
20365 recognition.
20366
20367 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20368 of checking the context in which to apply the minimum indentation,
20369 so that it isn't enforced in e.g. namespace blocks.
20370
20371 * cc-vars.el (c-inside-block-syms): New constant used by
20372 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
20373 to somewhat reduce the risk of becoming stale.
20374
20375 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20376 cc-cmds to cc-engine to allow use from cc-align.
20377
20378 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20379 qualified identifiers containing "::".
20380
20381 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20382 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20383
20384 * cc-vars.el (c-emacs-features): Use a space in front of the name
20385 of the temporary buffer. That also avoids dumping problems in
20386 XEmacs due to undo info being left around after the buffer is killed.
20387
20388 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20389 arglist to see if it's a K&R style declaration.
20390
20391 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20392 before returning `knr-argdecl-intro'.
20393
20394 2003-11-16 John Wiegley <johnw@newartisans.com>
20395
20396 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20397 field in a long-listing always 8 characters, use `size-width',
20398 which has already been computed.
20399
20400 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
20401
20402 * subr.el (minor-mode-list): Add `hs-minor-mode'.
20403
20404 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20405
20406 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20407 Support operation while narrowed, with `diff-restrict-view'.
20408
20409 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20410
20411 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20412 Take additional optional arg NARROWFUN. For the generated functions:
20413 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
20414 include frags that arrange to check for and save narrowing state before
20415 the move and then conditionally call NARROWFUN after the move.
20416
20417 2003-11-14 John Wiegley <johnw@newartisans.com>
20418
20419 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20420 that was optional, but obviously missing based on surrounding code.
20421
20422 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20423 string arguments to numbers unless the whole argument was seen as
20424 a number.
20425
20426 2003-11-14 Kenichi Handa <handa@m17n.org>
20427
20428 * international/mule.el (ctext-non-standard-encodings-alist):
20429 Fix coding systems.
20430
20431 2003-11-10 Kenichi Handa <handa@m17n.org>
20432
20433 * language/kannada.el ("Kannada"): Add sample-text.
20434
20435 * language/knd-util.el (kannada-compose-region)
20436 (kannada-compose-string, kannada-post-read-conversion):
20437 Add autoload cookie.
20438
20439 * international/quail.el (quail-completion): Change the message
20440 "corresponding translations" to "corresponding characters".
20441
20442 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
20443
20444 * descr-text.el (describe-char): Fix typo.
20445
20446 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
20447
20448 These changes are to support Kannada language/script.
20449
20450 * Makefile.in (DONTCOMPILE): Add kannada.el.
20451
20452 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20453
20454 * loadup.el: Preload kannada.el.
20455
20456 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20457 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20458 New variables.
20459
20460 * language/kannada.el: New file.
20461
20462 * language/knd-util.el: New file.
20463
20464 2003-11-07 Andreas Schwab <schwab@suse.de>
20465
20466 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20467 Also highlight AH_*.
20468
20469 * xml.el (xml-parse-dtd): Fix misplaced paren.
20470
20471 2003-11-07 Kenichi Handa <handa@m17n.org>
20472
20473 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20474
20475 2003-11-05 Juri Linkov <juri@jurta.org>
20476
20477 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20478 (desktop-buffer-file): Use saved buffer-file-coding-system
20479 for file reading. Set auto-insert to nil to prevent automatic
20480 insertion into restored empty files.
20481
20482 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20483
20484 * files.el (risky-local-variable-p): Make second argument optional.
20485
20486 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20487
20488 * subr.el (add-hook): Fix last change.
20489
20490 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20491
20492 * mail/rmail.el (rmail-convert-to-babyl-format):
20493 If base64-decode-region signals an error, catch it and silently
20494 ignore it.
20495
20496 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20497
20498 * xml.el (xml-parse-region): Allow comments to appear after the
20499 topmost element has closed.
20500 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20501 (xml-ns-expand-attr): New functions to do namespace handling.
20502 (xml-intern-attrlist): Back-compatible handling of attribute names.
20503 (xml-parse-tag): Move namespace handling to separate functions.
20504 Now produces elements in the form ((:ns . "element") (attr-list)
20505 children) instead of ('ns:element (attr-list) children).
20506 (xml-parse-attlist): Fix attribute parsing.
20507 (xml-parse-dtd): Change parsing so that it produces strings
20508 instead of interned symbols.
20509
20510 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20511
20512 * dired.el (dired-ls-sorting-switches): Doc fix.
20513
20514 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20515
20516 * emacs-lisp/rx.el (rx-or): Fix the case of
20517 "(rx (and ?a (or ?b ?c) ?d))".
20518
20519 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20520
20521 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20522 (texinfo-format-region): Use it.
20523 (texinfo-format-buffer-1): Ditto.
20524
20525 2003-11-01 Alan Mackenzie <acm@muc.de>
20526
20527 Changes to allow scrolling whilst in isearch mode:
20528 * isearch.el (isearch-unread-key-sequence): New function,
20529 extracted from isearch-other-meta-char.
20530 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20531 "scrollable" standard functions.
20532 (isearch-allow-scroll): New customizable variable.
20533 (isearch-string-out-of-window, isearch-back-into-window)
20534 (isearch-reread-key-sequence-naturally)
20535 (isearch-lookup-scroll-key): New functions.
20536 (isearch-other-meta-char): Doc string and functionality enhanced.
20537 Now accepts a prefix argument.
20538 (isearch-lazy-highlight-window-end): New variable.
20539 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20540 end (thru isearch-lazy-highlight-window-end), not only its start.
20541
20542 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20543 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20544 (universal-argument, universal-argument-more, negative-argument)
20545 (digit-argument, universal-argument-other-key): Minor changes.
20546
20547 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20548
20549 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20550 recursively if the last message is deleted, thus avoiding an
20551 infinite loop.
20552
20553 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20554
20555 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20556 (tex-main-file): Don't add .tex if the extension is already present.
20557 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20558
20559 2003-10-29 Lute Kamstra <lute@gnu.org>
20560
20561 * progmodes/octave-inf.el (inferior-octave-prompt):
20562 Recognize version number in prompt.
20563
20564 2003-10-28 Dave Love <fx@gnu.org>
20565
20566 * international/characters.el: Fix some Unicode ranges.
20567
20568 2003-10-28 Kenichi Handa <handa@m17n.org>
20569
20570 * disp-table.el (standard-display-8bit)
20571 (standard-display-default, standard-display-ascii)
20572 (standard-display-g1, standard-display-graphic)
20573 (standard-display-underline): Assure that standard-display-table
20574 is a display table.
20575
20576 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20577
20578 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20579 reindenting the first line.
20580
20581 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20582
20583 * wid-edit.el (widget-default-delete): Always delete child widgets.
20584
20585 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20586
20587 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20588 if the line has code.
20589 Don't try to line up with something that's too far left.
20590
20591 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20592 (octave-mode-syntax-table): Add % as a comment starter.
20593 (octave-point): Remove.
20594 (octave-in-comment-p, octave-in-string-p)
20595 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20596 (octave-blink-matching-block-open, octave-auto-fill):
20597 Use line-(beginning|end)-position instead.
20598
20599 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20600
20601 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20602 for Francesco Potort\e,Al\e(B.
20603
20604 2003-10-23 Dave Love <fx@gnu.org>
20605
20606 * international/mule-cmds.el (locale-charset-to-coding-system):
20607 Don't rely on nil being a coding system.
20608
20609 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20610 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20611 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20612
20613 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20614
20615 * gdb-ui.el (gdb-current-language): New variable.
20616 (gdb-update-flag): Remove variable.
20617 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20618 (gdb-take-last-elt): Remove function.
20619 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20620 (gdb-post-prompt): Check for variable object changes here.
20621
20622 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20623 object changes in gdb-ui.el.
20624
20625 2003-10-21 Richard M. Stallman <rms@gnu.org>
20626
20627 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20628
20629 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20630 Don't check for foo*/ wildcard form here.
20631 (insert-directory): Recognize foo*/ as a wildcard.
20632 Separate wildcard-regexp variable from the arg, wildcard.
20633
20634 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20635 (remove-hook): Correctly handle strange cases about local hooks.
20636
20637 2003-10-21 David Ponce <david@dponce.com>
20638
20639 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20640 argument REAL, to return a real number instead of a rounded
20641 integer value. Define as inline function.
20642 (ruler-mode-right-fringe-cols): Likewise.
20643 (ruler-mode-scroll-bar-cols): New function.
20644 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20645 (ruler-mode-right-scroll-bar-cols): Likewise.
20646 (ruler-mode-space): New function.
20647 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20648 scroll bar mode and margins in a more robust way.
20649
20650 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20651
20652 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20653 (antlr-c-init-language-vars): New function.
20654 (antlr-mode): Use it with cc-mode before v5.29.
20655 (antlr-c-common-init): Don't set some local vars here.
20656 (antlr-mode): Set them here.
20657 (antlr-c-forward-sws): New function alias.
20658 (antlr-mode): Redefine with cc-mode before v5.30.
20659 (antlr-skip-sexps): Use it.
20660 (antlr-skip-exception-part): Ditto.
20661 (antlr-skip-file-prelude): Ditto.
20662 (antlr-outside-rule-p): Ditto.
20663 (antlr-end-of-body): Ditto.
20664 (antlr-option-kind): Ditto.
20665 (antlr-insert-option-area): Ditto.
20666 (antlr-file-dependencies): Ditto.
20667
20668 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20669
20670 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20671 Move backward only if point was not inside an entry.
20672
20673 2003-10-21 Richard M. Stallman <rms@gnu.org>
20674
20675 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20676
20677 2003-10-21 Juri Linkov <juri@jurta.org>
20678
20679 * compare-w.el: Automatically skip non-matching text to resync.
20680 (compare-windows-whitespace): Doc fix.
20681 (compare-windows-sync, compare-windows-sync-string-size)
20682 (compare-windows-recenter, compare-ignore-whitespace)
20683 (compare-windows-highlight, compare-windows-face): New variables.
20684 (compare-windows): Use compare-windows-sync.
20685 (compare-windows-highlight, compare-windows-dehighlight)
20686 (compare-windows-sync-regexp)
20687 (compare-windows-sync-default-function): New functions.
20688
20689 2003-10-21 Juri Linkov <juri@jurta.org>
20690
20691 * diff.el (diff-parse-differences): Don't visit the files now;
20692 instead, just record the error locus.
20693
20694 2003-10-21 Dave Love <fx@gnu.org>
20695
20696 * progmodes/cfengine.el: New file.
20697
20698 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20699
20700 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20701 default-directory when completing file names.
20702
20703 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20704
20705 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20706 followed by the word `face', it gets treated as a face, even if
20707 it is also defined as a variable or a function.
20708
20709 2003-10-20 Dave Love <fx@gnu.org>
20710
20711 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20712 Avoid incf in macro expansion.
20713
20714 2003-10-20 John Paul Wallington <jpw@gnu.org>
20715
20716 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20717 `evenp' so we don't implicitly require cl library at runtime.
20718
20719 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20720
20721 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20722 (help-make-xrefs): Only make cross-references for faces if
20723 preceded or followed by the word `face'. Do not make a
20724 cross-reference for variables without variable documentation,
20725 unless preceded by the word `variable' or `option'. Update doc
20726 string accordingly.
20727
20728 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20729
20730 * progmodes/hideshow.el: Rewrite one-armed `if'
20731 constructs using either `when' or `unless'.
20732 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20733
20734 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20735
20736 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20737 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20738 instead of 12x12.
20739
20740 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20741
20742 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20743 message while converting to Babyl.
20744
20745 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20746
20747 * allout.el (allout-mode): Doc fix.
20748
20749 2003-10-16 Lute Kamstra <lute@gnu.org>
20750
20751 * subr.el (force-mode-line-update): Fix docstring.
20752
20753 2003-10-14 Dave Love <fx@gnu.org>
20754
20755 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20756 (default-input-method): Add :link, improve :type.
20757 (locale-charset-language-names): Fix utf-8 pattern.
20758 (locale-charset-match-p, locale-charset-alist)
20759 (locale-charset-to-coding-system): New.
20760 (set-locale-environment): Deal with codeset part of locale specs.
20761
20762 2003-10-14 Lute Kamstra <lute@gnu.org>
20763
20764 * fringe.el (fringe-mode): Use active voice in docstring.
20765 (set-fringe-style): Ditto.
20766
20767 2003-10-13 Lute Kamstra <lute@gnu.org>
20768
20769 * fringe.el (fringe-mode): Fix docstring.
20770 (set-fringe-style): Ditto.
20771
20772 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20773
20774 * ediff-mult.el (ediff-filegroup-action):
20775 Use ediff-default-filtering-regexp.
20776
20777 * ediff-util.el (ediff-recenter): Don't call
20778 ediff-restore-highlighting twice.
20779 (ediff-select-difference): Set current difference.
20780 (ediff-unselect-and-select-difference): Add comment.
20781
20782 * ediff.el (ediff-directories,ediff-directory-revisions)
20783 (ediff-directories3,ediff-merge-directories)
20784 (ediff-merge-directories-with-ancestor)
20785 (ediff-merge-directory-revisions)
20786 (ediff-merge-directory-revisions-with-ancestor):
20787 Use ediff-default-filtering-regexp.
20788
20789 2003-10-12 Andreas Schwab <schwab@suse.de>
20790
20791 * international/mule-cmds.el (locale-charset-language-names):
20792 Simplify regex by removing unused grouping.
20793
20794 2003-10-10 Dave Love <fx@gnu.org>
20795
20796 * bindings.el: Don't bind stop.
20797
20798 2003-10-08 Miles Bader <miles@gnu.org>
20799
20800 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20801 face instead of attempting to emulate it.
20802
20803 2003-10-07 Kenichi Handa <handa@m17n.org>
20804
20805 * international/mule-diag.el (list-coding-systems-1): List coding
20806 systems that are loaded automatically.
20807
20808 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20809
20810 * international/mule.el (autoload-coding-system): New function.
20811
20812 2003-10-07 Andreas Schwab <schwab@suse.de>
20813
20814 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20815 change-log-default-name in the buffer visiting the file.
20816
20817 2003-10-06 Dave Love <fx@gnu.org>
20818
20819 * files.el (find-file-hook): Customize.
20820 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20821
20822 * bindings.el (completion-ignored-extensions): Remove .log.
20823 (global-map): Add again, open, stop keys.
20824
20825 2003-10-05 Richard M. Stallman <rms@gnu.org>
20826
20827 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20828 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20829 Use sh-modify directly.
20830 (sh-select): Use sh-append, not eval.
20831
20832 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20833
20834 * info.el (Info-following-node-name): New function.
20835
20836 * loadhist.el (unload-feature-special-hooks):
20837 Rename from loadhist-hook-functions.
20838 (loadhist-hook-functions): Now an alias.
20839
20840 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20841
20842 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20843 file-name clashes on 8+3 filesystems.
20844
20845 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20846 Rename loaddefs-boot.el to ldefs-boot.el
20847
20848 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20849 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20850
20851 2003-10-03 Lute Kamstra <lute@gnu.org>
20852
20853 * info.el (Info-mode): Revert previous change.
20854 (Info-escape-percent): New function.
20855 (Info-fontify-node): Use it.
20856
20857 2003-10-02 Andreas Schwab <schwab@suse.de>
20858
20859 * loaddefs-boot.el: Regenerated.
20860
20861 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20862
20863 * ffap.el: Remove defadvice related code from CVS since `complete'
20864 provides a `PC-completion-as-file-name-predicate' variable that
20865 ffap can override.
20866
20867 2003-10-02 Kenichi Handa <handa@m17n.org>
20868
20869 * international/utf-8.el (ccl-decode-mule-utf-8):
20870 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20871
20872 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20873 * international/subst-big5.el: Likewise.
20874 * international/subst-gb2312.el: Likewise.
20875 * international/subst-ksc.el: Likewise.
20876
20877 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20878
20879 * calendar/calendar.el (increment-calendar-month)
20880 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20881 (generate-calendar, calendar-read-date, calendar-interval)
20882 (calendar-day-of-week): Handle years BC.
20883 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20884
20885 2003-10-01 Dave Love <fx@gnu.org>
20886
20887 * language/cyrillic.el (cp1251): Alias for windows-1251.
20888
20889 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20890 bootstrap.
20891
20892 2003-10-01 Lute Kamstra <lute@gnu.org>
20893
20894 * files.el: Fix typo.
20895 * imenu.el (imenu--generic-function): Docstring fix.
20896
20897 2003-09-30 Richard M. Stallman <rms@gnu.org>
20898
20899 * dired.el (dired-mode): Handle dired-directory as a list.
20900
20901 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20902
20903 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20904
20905 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20906
20907 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20908 Replace gud-display with gud-watch.
20909 (gud-speedbar-buttons): Add stuff for watching expressions
20910 in the speedbar when using M-x gdba. Use dolist on old part
20911 of this function.
20912
20913 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20914 (gdb-update-flag): New variables.
20915 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20916 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20917 (gud-watch, gdb-var-create-handler) : New functions.
20918 (gdb-var-list-children, gdb-var-list-children-handler)
20919 (gdb-var-create-regexp, gdb-var-update-regexp)
20920 (gdb-var-list-children-regexp): New constants.
20921 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20922 (gdb-annotation-rules): Reduce annotation set (level 3).
20923 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20924 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20925 updates.
20926 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20927 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20928 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20929 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20930 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20931 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20932 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20933 (gud-display, gud-display1)
20934 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20935 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20936 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20937 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20938 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20939 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20940 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20941 (gdb-display-display-buffer, gdb-toggle-display)
20942 (gdb-delete-display, gdb-expressions-popup-menu)
20943 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20944 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20945 to display buffer.
20946
20947 2003-09-30 Richard M. Stallman <rms@gnu.org>
20948
20949 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20950 Instead, set which-func-functions.
20951
20952 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20953 (which-func-functions): New variable.
20954 (which-function): Use that.
20955
20956 * info.el (Info-mode): Double each `%' in header line.
20957
20958 * emacs-lisp/lisp-mnt.el (lm-with-file):
20959 When FILE is nil, run BODY in current buffer.
20960
20961 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20962
20963 * help.el (describe-mode): Start with a brief list of minor modes.
20964 Find them thru minor-mode-list so as to find them all.
20965 Show them in alphabetical order.
20966
20967 * mail/sendmail.el (mail-aliases): Doc fix.
20968
20969 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20970
20971 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20972
20973 * mail/rmailsum.el (rmail-make-summary-line-1):
20974 Change comma after last label to a space.
20975 (rmail-summary-font-lock-keywords): Adapt to that change.
20976
20977 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20978
20979 * progmodes/scheme.el (scheme-mode-variables): When setting
20980 `font-lock-defaults', also specify that "#" should
20981 be interpreted with `word' syntax.
20982 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20983
20984 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20985
20986 * desktop.el: A lot of comments updated.
20987 (desktop-save-mode): Minor mode introduced.
20988 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20989 (desktop-load-default): Function made obsolete.
20990 (desktop-locals-to-save): Variable made customizable.
20991 (desktop-read): Optional parameter `dirname' added.
20992 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20993 `desktop-read' used.
20994 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20995
20996 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20997
20998 * whitespace.el (whitespace-clean-msg): Add user customizable message
20999 for displaying ``clean'' output.
21000 (whitespace-buffer): Use `whitespace-clean-msg'.
21001 (whitespace-global-mode): Fix typo.
21002
21003 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
21004
21005 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21006
21007 2003-09-29 Lute Kamstra <lute@gnu.org>
21008
21009 * bindings.el (mode-line-modes): Remove superfluous :propertize
21010 construct in initialization.
21011 (mode-line-position): Change cons cell into proper list in
21012 initialization.
21013
21014 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21015
21016 * international/mule.el (decode-coding-inserted-region): Use car
21017 of the return value of find-operation-coding-system.
21018
21019 2003-09-29 Kenichi Handa <handa@m17n.org>
21020
21021 * descr-text.el (describe-char): Fix previous change.
21022
21023 2003-09-28 Kenichi Handa <handa@m17n.org>
21024
21025 * descr-text.el (describe-char-display): New function.
21026 (describe-char): Pay attention to display table on describing how
21027 a character is displayed.
21028
21029 * international/mule-cmds.el (encoded-string-description):
21030 Prepend "0x" to each encoded byte.
21031
21032 2003-09-28 Andreas Schwab <schwab@suse.de>
21033
21034 * find-file.el (ff-special-constructs): Add autoload cookie.
21035
21036 2003-09-28 Kevin Ryde <user42@zip.com.au>
21037
21038 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21039 makeinfo appends to duplicate index entries.
21040
21041 2003-09-28 Eli Zaretskii <eliz@gnu.org>
21042
21043 * dired-x.el (dired-clean-tex): Doc fix.
21044
21045 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21046 using a Chinese tutorial.
21047
21048 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21049
21050 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21051 between "MAIL FROM:" and "RCPT TO:" and the following address.
21052
21053 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21054
21055 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21056
21057 2003-09-28 David Ponce <david@dponce.com>
21058
21059 * recentf.el (recentf-initialize-file-name-history): New defcustom.
21060 (recentf-load-list): When `recentf-initialize-file-name-history'
21061 is non-nil, initialize an empty `file-name-history' with the
21062 recent list.
21063
21064 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
21065
21066 * man.el (Man-default-man-entry): Remove the leading `*' from the
21067 word at point.
21068
21069 2003-09-26 Lute Kamstra <lute@gnu.org>
21070
21071 * bindings.el (mode-line-position): Mention size indication in
21072 docstring.
21073
21074 2003-09-26 Andre Spiegel <spiegel@gnu.org>
21075
21076 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21077
21078 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21079 because it's autoloaded now.
21080
21081 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21082
21083 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21084 (sh-font-lock-keywords, sh-feature): Fix previous change of
21085 sh-feature to avoid infloop with sh-font-lock-keywords.
21086
21087 2003-09-25 Kim F. Storm <storm@cua.dk>
21088
21089 * frame.el (frame-current-scroll-bars): New defun.
21090
21091 * window.el (window-current-scroll-bars): New defun.
21092
21093 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21094
21095 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21096 cause errors when the state cache contains info on parts that have
21097 been narrowed out.
21098
21099 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21100
21101 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21102 `c-setup-paragraph-variables' has to be used when this variable is
21103 changed; it doesn't work to reinitialize the mode since that
21104 typically clobbers the variable.
21105
21106 * progmodes/cc-styles.el (c-setup-paragraph-variables):
21107 Make it interactive.
21108
21109 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21110
21111 * progmodes/cc-fonts.el (c-font-lock-declarations):
21112 Fix recognition of constructors and destructors for classes whose
21113 names are matched by `*-font-lock-extra-types'.
21114
21115 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21116 followed by an identifier in C++ then it's a type.
21117
21118 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21119
21120 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21121 problem that primarily affected XEmacs. Don't use faces to find
21122 unterminated strings since Emacs and XEmacs fontify strings
21123 differently - this function should now work better in XEmacs.
21124
21125 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21126
21127 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21128 `expand-abbrev' workaround which caused braces to misbehave inside
21129 macros.
21130
21131 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21132 handling. This bug could cause interactive font locking to bail out.
21133
21134 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21135
21136 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21137 Handle paren-style types in Pike. Also fixed some cases of
21138 insufficient handling of unbalanced parens.
21139
21140 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
21141
21142 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21143 common shell prompts that are not common filename or URL characters.
21144 (ffap-file-at-point): Use the new regexp to strip the prompts from
21145 the file names. This is an issue mostly for user prompts that
21146 don't have a trailing space and find-file-at-point is invoked from
21147 within a shell inside Emacs.
21148
21149 2003-09-24 Andre Spiegel <spiegel@gnu.org>
21150
21151 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21152 stamps numerically, rather than textually.
21153
21154 2003-09-24 Kenichi Handa <handa@m17n.org>
21155
21156 * language/devan-util.el (devanagari-post-read-conversion):
21157 * language/mlm-util.el (malayalam-post-read-conversion):
21158 * language/tml-util.el (tamil-post-read-conversion):
21159 Add autoload cookie.
21160
21161 * international/utf-8.el (utf-8-post-read-conversion):
21162 Call post-read-conversion functions for Devanagari, Malayalam,
21163 and Tamil.
21164
21165 2003-09-23 Dave Love <fx@gnu.org>
21166
21167 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21168
21169 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
21170
21171 * progmodes/gud.el (perldb): Add gud-until to list of commands.
21172 Update gud-remove.
21173
21174 2003-09-22 Richard M. Stallman <rms@gnu.org>
21175
21176 * progmodes/sh-script.el (sh-mode-default-syntax-table):
21177 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
21178 (sh-mode-syntax-table-input): New variable.
21179 (sh-require-final-newline): Don't use eval.
21180 (sh-builtins, sh-leading-keywords, sh-other-keywords)
21181 (sh-variables, sh-font-lock-keywords): Don't use eval.
21182 (sh-set-shell): When setting require-final-newline,
21183 treat value = `require-final-newline' as don't change it.
21184 Set sh-mode-syntax-table locally based on
21185 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21186
21187 * progmodes/compile.el (compile-internal):
21188 Call compilation-set-window-height before setting window start.
21189
21190 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
21191
21192 * emacs-lisp/bytecomp.el (byte-compile-log-file):
21193 Clear out byte-compile-last-warned-form.
21194
21195 2003-09-22 Richard M. Stallman <rms@gnu.org>
21196
21197 * woman.el (woman-file-name, woman-follow-word):
21198 If current-word returns nil, use "".
21199
21200 * simple.el (eval-expression): Bind standard-output in to-buffer case.
21201
21202 2003-09-22 Richard M. Stallman <rms@gnu.org>
21203
21204 * emacs-lisp/lisp-mnt.el (lm-with-file):
21205 Don't visit the file, just use insert-file-contents in temp buffer.
21206
21207 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
21208
21209 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21210 Add surrounding \\( and \\) around the header, as in
21211 for lm-history-header 'Change Log\\|History'.
21212
21213 2003-09-22 John Paul Wallington <jpw@gnu.org>
21214
21215 * progmodes/ld-script.el: Add Commentary section,
21216 minor cleanup of file header.
21217 (ld-script-font-lock-keywords): Doc fix.
21218 (toplevel): Provide `ld-script' feature.
21219
21220 2003-09-21 Kim F. Storm <storm@cua.dk>
21221
21222 * scroll-bar.el (set-scroll-bar-mode): Initialize to
21223 new built-in variable default-frame-scroll-bars.
21224 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21225 scroll-bar-mode; notably, use it instead of t when we toggle
21226 scroll-bars on.
21227 (toggle-scroll-bar): Use default-frame-scroll-bars.
21228
21229 2003-09-19 Masatake YAMATO <jet@gyve.org>
21230
21231 * pcvs.el (cvs-do-removal): Change the prompt depending on
21232 `filter' value.
21233
21234 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21235
21236 * startup.el (command-line-1): Stop startup-echo-area-message
21237 being hidden by "Loading image..." message.
21238 (use-fancy-splash-screens-p, display-splash-screen):
21239 Move display-graphic-p test from latter to former.
21240
21241 * progmodes/sh-script.el (sh-font-lock-keywords):
21242 Highlight escaped EOLs differently from other backslash constructs.
21243
21244 2003-09-19 Richard M. Stallman <rms@gnu.org>
21245
21246 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
21247 New functions.
21248 (edebug-enter, edebug-outside-excursion): Use them.
21249
21250 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21251 Fix the condition for whether to print "In WHERE".
21252
21253 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
21254
21255 * finder.el (finder-mode-hook): New variable.
21256 (finder-mode): Run hook finder-mode-hook
21257
21258 2003-09-18 Masatake YAMATO <jet@gyve.org>
21259
21260 * progmodes/ebrowse.el: Fix broken magic autoload comments.
21261
21262 2003-09-17 Mario Lang <mlang@delysid.org>
21263
21264 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21265 "p %e" to actually print the value in the GUD buffer.
21266
21267 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
21268
21269 From David Ponce <david.ponce@wanadoo.fr>:
21270 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21271 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21272 from loaddefs-boot.el if necessary.
21273
21274 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
21275
21276 * progmodes/gud.el (gud-find-class): Make jdb work again since
21277 cc-mode changed the syntactic information.
21278
21279 2003-09-15 David Ponce <david@dponce.com>
21280
21281 * recentf.el: (recentf-exclude): Accept predicates too.
21282 (recentf-file-readable-p): New function.
21283 (recentf-include-p): Handle predicates in recentf-exclude.
21284 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
21285 (recentf-cleanup): Likewise.
21286 (recentf-save-list): Use write-file to handle backup of
21287 recentf-save-file.
21288
21289 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
21290
21291 * loaddefs-boot.el: Renamed from `loaddefs.el'
21292 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
21293 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
21294 necessary.
21295
21296 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
21297
21298 * electric.el (Electric-pop-up-window): For the `one-window' case,
21299 no longer disconcertingly move point in the original buffer.
21300
21301 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21302
21303 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
21304
21305 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
21306
21307 * dired.el (dired-mode-map): Fix typo.
21308
21309 2003-09-11 Richard M. Stallman <rms@gnu.org>
21310
21311 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21312
21313 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21314
21315 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21316 the function is less noisy. Now only `kill-buffer' can ask questions.
21317
21318 2003-09-10 Mario Lang <mlang@delysid.org>
21319
21320 * battery.el: Update Commentary and Copyright.
21321 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21322 appear due to wrong ordering of the expressions in `or'.
21323
21324 2003-09-09 Lute Kamstra <lute@gnu.org>
21325
21326 * misc.el (upcase-char): Fix docstring.
21327 (zap-up-to-char): New command.
21328
21329 2003-09-08 David Ponce <david@dponce.com>
21330
21331 Ensure that recentf correctly updates the menu bar.
21332 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21333 (recentf-menu-bar): New function.
21334 (recentf-clear-data): Use it
21335 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
21336 of easy-menu-change.
21337
21338 2003-09-08 Lute Kamstra <lute@gnu.org>
21339
21340 * simple.el (size-indication-mode): New.
21341 * bindings.el (mode-line-position): Add buffer size indicator.
21342
21343 2003-09-04 Mario Lang <mlang@delysid.org>
21344
21345 * battery.el (battery-linux-proc-acpi): New function.
21346 (battery-status-function): Modify default value calculation to also
21347 check for availability of ACPI.
21348 (battery-echo-area-format): Ditto.
21349 (battery-mode-line-format): Ditto.
21350
21351 2003-09-06 Dave Love <fx@gnu.org>
21352
21353 * ielm.el (ielm-mode-hook): Add :options.
21354
21355 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21356 (eldoc-print-current-symbol-info): Use it.
21357
21358 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
21359
21360 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21361 being displayed in GUD buffer.
21362 (gdb-idle-input-queue): Remove var. Use just one queue.
21363 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21364 Remove functions. Use just one queue.
21365 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21366 (gdb-invalidate-assembler, gdb-get-current-frame):
21367 Modify functions. Use just one queue.
21368
21369 2003-09-04 Dave Love <fx@gnu.org>
21370
21371 * cus-start.el: Add blink-cursor-alist.
21372
21373 * ruler-mode.el (ruler-mode-fill-column-char)
21374 (ruler-mode-current-column-char): Use char-displayable-p,
21375 not window-system.
21376
21377 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21378
21379 * language/european.el (windows-1252): Move from code-pages.
21380
21381 * language/cyrillic.el ("Windows-1251"): Delete.
21382 ("Bulgarian", "Belarusian"): Remove `features'.
21383 (windows-1251): Move from code-pages.
21384
21385 * international/mule-diag.el (non-iso-charset-alist):
21386 Remove `codepage' stuff.
21387 (print-designation, list-coding-systems-1): Output fixes.
21388
21389 * international/code-pages.el (cp-make-translation-table)
21390 (cp-valid-codes): Made defsubsts.
21391 (cp-fix-safe-chars): Delete.
21392 (mule-diag): Don't require.
21393 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21394 (top-level): Check for defined coding system when defining
21395 cp... aliases. Change w32-add-charset-info test to avoid warning.
21396 (non-iso-charset-alist): Defvar when compiling.
21397 (cp-make-coding-system): Doc fix.
21398
21399 2003-09-02 Jason Rumney <jasonr@gnu.org>
21400
21401 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21402 line-ends from CVS before doing conversion.
21403
21404 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
21405
21406 * calendar/diary-lib.el (diary-header-line-flag)
21407 (diary-header-line-format): New variables.
21408 (list-diary-entries): Use them to set header line in simple diary.
21409
21410 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21411 other than font-lock-string-face to highlight backslashes.
21412
21413 2003-09-01 Jason Rumney <jasonr@gnu.org>
21414
21415 * international/titdic-cnv.el (tit-read-key-value): Include \r in
21416 regexp.
21417
21418 2003-09-01 Dave Love <fx@gnu.org>
21419
21420 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21421
21422 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21423 and :help; also line and column numbers labels.
21424
21425 * international/mule-util.el (char-displayable-p): Move from
21426 latin1-disp, rename and autoload.
21427
21428 * international/latin1-disp.el (latin1-char-displayable-p):
21429 Now obsolete alias. Replace uses with char-displayable-p.
21430 (latin1-display-ucs-per-lynx): Fix last change.
21431
21432 * international/mule-cmds.el (standard-display-european-internal):
21433 Don't use char code for Latin-1 NBSP.
21434 <XFree86 4>: Unfrob NBSP display table. Set display table to use
21435 U+2018, U+2019 for `'.
21436 (select-safe-coding-system): Message fix.
21437
21438 2003-09-01 Kenichi Handa <handa@m17n.org>
21439
21440 * international/fontset.el (setup-default-fontset): For Thai
21441 font, specify "*" family.
21442
21443 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21444
21445 * progmodes/compile.el (previous-error): Accept a prefix
21446 argument, similarly to next-error.
21447
21448 2003-08-31 Masatake YAMATO <jet@gyve.org>
21449
21450 * pcvs.el (cvs-do-removal): Use = instead of eq to check
21451 the number of files. Bind the number of files to a local
21452 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21453
21454 2003-08-30 Eli Zaretskii <eliz@gnu.org>
21455
21456 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21457 2003-07-26: msdos-long-file-names is a function, not a variable.
21458
21459 2003-08-29 Richard M. Stallman <rms@gnu.org>
21460
21461 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21462 Do nothing with mail-personal-alias-file if it is nil.
21463
21464 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21465 Do nothing if mail-personal-alias-file is nil.
21466
21467 * term.el (term-exec-1): Bind coding-system-for-read.
21468
21469 * dired.el (dired-mouse-find-file-other-window):
21470 Use dired-view-command-alist here, as in dired-view-file.
21471 (dired-view-command-alist): Use %s to substitute file name.
21472 Handle .ps_pages, .eps, .jpg, .gif, .png.
21473
21474 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21475
21476 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21477 `Info-prev-reference', instead of M-tab.
21478
21479 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21480
21481 * simple.el (blink-matching-open): Work correctly on chars that
21482 are designated as parens through the syntax-table text property.
21483
21484 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21485
21486 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21487 line break position in the middle of a non-kinsoku (e.g. latin)
21488 word, making it skip until either a space or a character with
21489 category "|".
21490 (kinsoku-longer): Test for end of buffer.
21491
21492 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21493
21494 * mail/rmail.el (rmail-convert-to-babyl-format):
21495 Detect quoted-printable- and base64-encoded messages and decode them
21496 automatically. Set the message's encoding from the charset=
21497 header, if any. Decode base64-encoded messages in Mail format as well.
21498
21499 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21500
21501 * mail/smtpmail.el: Fix previous change.
21502 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21503 calling smtpmail-via-smtp.
21504 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21505
21506 2003-08-26 John Paul Wallington <jpw@gnu.org>
21507
21508 * image.el (image-jpeg-p): Don't search beyond length of data.
21509
21510 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21511
21512 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21513 misfeature in `expand-abbrev' which caused electric keywords like
21514 "else" to disappear if an open brace was typed directly afterwards.
21515
21516 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21517
21518 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21519 mandatory in `define-widget'.
21520
21521 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21522 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21523
21524 (c-assignment-operators): New language constant that only contains
21525 the assignment operators.
21526
21527 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21528
21529 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21530
21531 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21532 Safeguard against unbalanced sexps.
21533
21534 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21535
21536 * version.el (emacs-version): Check for gtk. Include gtk version info.
21537
21538 2003-08-25 John Paul Wallington <jpw@gnu.org>
21539
21540 * man.el (Man-default-man-entry): Don't whizz past the section
21541 number before looking for it.
21542
21543 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21544
21545 * progmodes/gud.el (gud-display-line): Don't set window-point if
21546 source buffer is not visible. (Only happens with M-x gdba.)
21547
21548 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21549 documentation.
21550 (gdb-source, gdb-source-info): Update to assembler unnecessary
21551 as its done after each GDB command anyway.
21552 (gdb-pre-prompt): Use with-current-buffer.
21553 (gdb-insert-field): Add help-echo text.
21554 (gdb-invalidate-assembler): Re-display of assembler now done in
21555 gdb-info-breakpoints-custom.
21556 (gdb-info-breakpoints-custom): Force re-display of assembler to
21557 happen *after* update of breakpoints buffer.
21558 (gdb-display-source-buffer): Don't choke if gdb-source-window
21559 isn't visible.
21560 (gdb-put-string, gdb-put-arrow): Remove free variables.
21561
21562 2003-08-24 John Paul Wallington <jpw@gnu.org>
21563
21564 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21565
21566 * man.el (Man-default-man-entry): Strip text properties when
21567 snarfing parts of entry because `format' preserves properties.
21568
21569 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21570
21571 * files.el (file-newest-backup): Use `expand-file-name'.
21572
21573 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21574 Allow the diary to pop up a new frame, if needed.
21575
21576 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21577 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21578 (smtpmail-send-it): Make treatment of envelope-from consistent with
21579 sendmail.el.
21580
21581 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21582 (sh-leading-keywords): Add the bash `time' reserved word.
21583 (sh-variables): Add some bash variables.
21584 (sh-add-completer): Fix nil branch of case statement.
21585
21586 2003-08-24 Masatake YAMATO <jet@gyve.org>
21587
21588 * progmodes/ld-script.el: New file.
21589
21590 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21591
21592 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21593
21594 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21595
21596 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21597 Better explain obsolescence, and what to use instead.
21598
21599 2003-08-23 Masatake YAMATO <jet@gyve.org>
21600
21601 * pcvs.el (cvs-do-removal): Show the deleted file name
21602 on the prompt.
21603
21604 2003-08-20 Dave Love <fx@gnu.org>
21605
21606 * international/mule.el (make-coding-system)
21607 (set-buffer-file-coding-system): Doc fix.
21608
21609 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21610
21611 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21612
21613 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21614
21615 * international/utf-16.el: Add mime-text-unsuitable coding system
21616 properties.
21617
21618 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21619
21620 * cus-edit.el: Add some :links.
21621 (bib): Remove.
21622
21623 * textmodes/bib-mode.el (bib): Add :group external.
21624
21625 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21626
21627 * wid-edit.el (widget-echo-help): Make it handle expressions that
21628 evaluate to strings.
21629
21630 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21631
21632 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21633
21634 Simplify selection of SQL products to define highlighting and
21635 interactive mode. Includes detailed instructions on adding
21636 support for new products.
21637
21638 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21639 product for use in highlighting and interactive mode.
21640 (sql-interactive-product): New variable. SQL product for
21641 sql-interactive-mode.
21642 (sql-product-support): New variable. Specifies product-specific
21643 parameters to drive highlighting and interactive mode.
21644 (sql-imenu-generic-expression): Add more object types.
21645 (sql-sqlite-options): Correct comment.
21646 (sql-ms-program): Use "osql" rather than "isql".
21647 (sql-prompt-regexp, sql-prompt-length): Update comment.
21648 (sql-mode-menu): Add "Start SQLi session" entry.
21649 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21650 (sql-mode-abbrev-table): Add abbreviations. Support of
21651 SYSTEM-FLAG on define-abbrev. Support was removed with last
21652 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21653 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21654 names.
21655 (sql-mode-ansi-font-lock-keywords): Set as default value.
21656 (sql-mode-oracle-font-lock-keywords): Set as default value.
21657 Support Oracle 9i keywords.
21658 (sql-mode-postgres-font-lock-keywords): Set as default value.
21659 (sql-mode-linter-font-lock-keywords): Set as default value.
21660 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21661 SQLServer 2000.
21662 (sql-mode-sybase-font-lock-keywords)
21663 (sql-mode-interbase-font-lock-keywords)
21664 (sql-mode-sqlite-font-lock-keywords)
21665 (sql-mode-strong-font-lock-keywords)
21666 (sql-mode-mysql-font-lock-keywords)
21667 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21668 keywords.
21669 (sql-mode-font-lock-defaults): Update comment.
21670 (sql-product-feature): New function. Returns feature associated
21671 with a product from `sql-product-support' alist.
21672 (sql-product-font-lock): New function. Set font-lock support
21673 based on `sql-product'.
21674 (sql-add-product-keywords): New function. Add font-lock rules to
21675 product-specific keyword variables.
21676 (sql-set-product): New function. Set `sql-product' and apply
21677 appropriate font-lock highlighting.
21678 (sql-highlight-product): New function. Set font-lock support
21679 based on a product. Also set mode name to include product name.
21680 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21681 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21682 Use `sql-set-product'.
21683 (sql-highlight-ms-keywords)
21684 (sql-highlight-sybase-keywords)
21685 (sql-highlight-interbase-keywords)
21686 (sql-highlight-strong-keywords)
21687 (sql-highlight-mysql-keywords)
21688 (sql-highlight-sqlite-keywords)
21689 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21690 (sql-get-login): Prompt in the same order as the tokens.
21691 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21692 (sql-product-interactive): New function. Common portions of
21693 product-specific interactive mode wrappers.
21694 (sql-interactive-mode): Rewritten to use product features.
21695 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21696 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21697 (sql-db2, sql-linter): Use `sql-product-interactive'.
21698 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21699 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21700 (sql-connect-ingres, sql-connect-postgres)
21701 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21702 New functions. Format command line parameters and invoke comint on
21703 the appropriate interpreter. Code was in the corresponding
21704 `sql-xyz' function before.
21705 (sql-connect-ms): New function. Support -E argument to use
21706 operating system credentials for authentication.
21707
21708 2003-08-18 Kenichi Handa <handa@m17n.org>
21709
21710 * international/mule.el (encode-char): Fix for the ASCII case.
21711
21712 2003-08-15 Kenichi Handa <handa@m17n.org>
21713
21714 * international/fontset.el (setup-default-fontset): Change "*" to
21715 nil in the specifications of font family.
21716
21717 2003-08-18 Kim F. Storm <storm@cua.dk>
21718
21719 * kmacro.el (kmacro-keymap): Group related bindings in
21720 initialization for clarity. Bind C-s to start macro.
21721 Remove C-r binding.
21722 (kmacro-initial-counter-value): New defvar to hold initial counter
21723 value in case we set the value before defining a macro.
21724 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21725 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21726 not defining or executing macro. Doc fix.
21727 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21728 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21729 temporarily view older elements on the macro ring without cycling
21730 the ring.
21731 (kmacro-display): Doc fix.
21732 (kmacro-exec-ring-item): New helper function.
21733 (kmacro-call-ring-2nd): Use it.
21734 (kmacro-call-ring-2nd-repeat): Doc fix.
21735 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21736 (kmacro-end-or-call-macro): Execute last viewed macro (using
21737 kmacro-exec-ring-item) from ring if this follows
21738 kmacro-view-macro. This allows us to find a macro on the ring
21739 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21740 the ring to bring it to the head of the ring.
21741 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21742 Allow binding to reserved keys without specifying C-x C-k prefix.
21743 Ask for confirmation if entered key sequence is already bound to
21744 a non-macro command.
21745 (kmacro-view-macro): Repeating command will show older elements
21746 on the macro ring; C-k will execute the last viewed macro.
21747 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21748 property from 'ring to 'head.
21749
21750 2003-08-17 Alan Shutko <ats@acm.org>
21751
21752 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21753 keeping December out of the alist.
21754
21755 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21756
21757 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21758 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21759 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21760 (calendar-flatten): New function.
21761 (calendar-mouse-view-other-diary-entries)
21762 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21763 in the menu title and to show multi-line diary entries correctly
21764 in the menu.
21765
21766 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21767
21768 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21769 defcustom, because the default was recently changed.
21770
21771 2003-08-16 Richard M. Stallman <rms@gnu.org>
21772
21773 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21774
21775 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21776 New subroutine, broken out of eval-last-sexp-1.
21777 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21778
21779 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21780
21781 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21782
21783 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21784
21785 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21786
21787 * progmodes/compile.el (compilation-error-regexp-alist):
21788 Add Java ANt error detection as described in document
21789 http://ant.apache.org/faq.html
21790
21791 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21792
21793 * simple.el (backward-word, forward-to-indentation)
21794 (backward-to-indentation): Argument changed to optional.
21795 (next-line, previous-line): Use `or' instead of `unless'.
21796
21797 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21798
21799 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21800 instead of a constant.
21801
21802 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21803
21804 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21805
21806 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21807
21808 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21809 (vc-sccs-workfile-version): Search the entire delta table, rather
21810 than just the first entry, because that might be a deleted version.
21811
21812 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21813
21814 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21815 [save-place] binding in the Options menu. Have it require
21816 'saveplace' and then toggle the variable manually, to avoid an an
21817 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21818 for the bug report.
21819
21820 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21821
21822 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21823 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21824 (gdb-info-threads-custom): Add help-echo text.
21825 (gdb-display-back): Don't use purecopy.
21826 (gdb-info-breakpoints-custom, gdb-reset)
21827 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21828 icons can be displayed.
21829
21830 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21831
21832 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21833
21834 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21835
21836 * bookmark.el (bookmark-completing-read):
21837 Return a string, instead of a list of one string.
21838 Use a popup menu if activated from the mouse.
21839 (bookmark-edit-annotation): Remove unused vars.
21840 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21841 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21842 to bookmark-completing-read.
21843 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21844 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21845 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21846 and erase-buffer.
21847 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21848 (bookmark-menu-jump, bookmark-menu-insert)
21849 (bookmark-popup-menu-and-apply-function)
21850 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21851 (bookmark-menu-build-paned-menu): Remove by folding it into
21852 bookmark-menu-popup-paned-menu.
21853 (menu-bar-bookmark-map): Move the define-key statements here.
21854 Use the "non-menu" commands since they now pop up a menu if needed.
21855 (bookmark-exit-hook-internal): Simplify.
21856
21857 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21858
21859 * reftex-toc.el (reftex-toc-rename-label): New function.
21860 (reftex-toc-check-docstruct): New function.
21861
21862 * reftex.el (reftex-region-active-p): New function.
21863
21864 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21865 regexp to find the \bibliography macro.
21866
21867 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21868 which does not exist in LaTeX.
21869 (reftex-cite-format-builtin): Added amsrefs support.
21870 (reftex-toc-confirm-promotion): New option
21871
21872 * reftex-toc.el
21873 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21874 (reftex-toc-demote, reftex-toc-promote)
21875 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21876 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21877 (reftex-toc-newhead-from-alist)
21878 (reftex-toc-load-all-files-for-promotion): New functions.
21879 (reftex-toc-help): Added description of new keys.
21880 (reftex-toc-split-windows-fraction): New option.
21881 (reftex-recenter-toc-when-idle): Search *toc* window on all
21882 visible frames.
21883 (reftex-toc): Additional parameter REUSE
21884 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21885 with REUSE argument.
21886 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21887 the call of `reftex-toc'.
21888 (reftex-make-separate-toc-frame): New function .
21889 (reftex-toc-recenter): When called with triple prefix arg, call
21890 `reftex-make-separate-toc-frame' first.
21891 (reftex-toc-toggle-dedicated-frame): New command.
21892 (reftex-toc-quit): Adapted to delete frame when called in
21893 dedicated frame.
21894
21895 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21896 all enclosing macros.
21897
21898
21899 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21900
21901 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21902 first use.
21903
21904 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21905
21906 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21907
21908 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21909
21910 * calendar/calendar.el (list-diary-entries-hook)
21911 (diary-display-hook, nongregorian-diary-listing-hook)
21912 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21913 Add some customize options for these hooks.
21914 (calendar-abbrev-construct): Don't try to take a substring longer
21915 than the original string.
21916
21917 2003-08-05 Richard M. Stallman <rms@gnu.org>
21918
21919 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21920 (testcover-reinstrument-clauses): Doc fix.
21921
21922 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21923 (warning-type-format): Rename from warning-group-format.
21924
21925 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21926 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21927 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21928 to prevent warnings about defvar for an obsolete variable.
21929
21930 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21931 warning-group-format renamed to warning-type-format.
21932
21933 * subr.el (read-passwd): Use clear-string instead of fillarray.
21934
21935 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21936 Use vconcat instead of concat.
21937 (edmacro-sanitize-for-string): New function.
21938
21939 2003-08-05 Dave Love <fx@gnu.org>
21940
21941 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21942 line-number-display-limit-width.
21943
21944 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21945
21946 2003-08-05 Kenichi Handa <handa@m17n.org>
21947
21948 * international/code-pages.el: Don't require mule-diag.
21949
21950 * international/mule-diag.el (non-iso-charset-alist):
21951 Add autoload cookie.
21952
21953 * language/devan-util.el (dev-glyph-order): Add an entry for the
21954 glyph code #xC4.
21955
21956 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21957
21958 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21959 (european-calendar-style, diary-date-forms)
21960 (calendar-day-name-array, calendar-month-name-array): Doc change.
21961 (generate-calendar-month): Adapt for new behaviour of
21962 `calendar-day-name' function.
21963 (calendar-abbrev-length, calendar-day-abbrev-array)
21964 (calendar-month-abbrev-array): New variables.
21965 (calendar-abbrev-construct): New function.
21966 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21967 rather than fixing abbrevs at some width. Calling syntax change.
21968 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21969 (calendar-date-string): Adapt for new behaviours of
21970 `calendar-day-name' and `calendar-month-name' functions.
21971
21972 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21973 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21974 (diary-name-pattern): Use abbrev arrays, rather than fixing
21975 abbrevs at three chars. Calling syntax change.
21976 (mark-diary-entries): Adapt for new behaviours of
21977 `diary-name-pattern' and `calendar-make-alist' functions.
21978 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21979 `diary-name-pattern' function.
21980 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21981 fixing abbrevs at three chars. Calling syntax change.
21982 (cal-hebrew, cal-islam): Require when compiling.
21983 (diary-font-lock-keywords): Adapt for new behaviour of
21984 `font-lock-diary-date-forms' function.
21985
21986 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21987 (calendar-hebrew-month-name-array-common-year)
21988 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21989 (list-hebrew-diary-entries): Adapt for new behaviours of
21990 `calendar-day-name' and `add-to-diary-list' functions.
21991 (mark-hebrew-diary-entries): Adapt for new behaviours of
21992 `diary-name-pattern' and `calendar-make-alist' functions.
21993
21994 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21995 Add doc string.
21996 (list-islamic-diary-entries): Adapt for new behaviours of
21997 `calendar-day-name' and `add-to-diary-list' functions.
21998 (mark-islamic-diary-entries): Adapt for new behaviours of
21999 `diary-name-pattern' and `calendar-make-alist' functions.
22000
22001 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
22002 `calendar-month-name' function.
22003
22004 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22005
22006 * calendar/solar.el (solar-seasons-data): Move definition before use.
22007
22008 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22009 (cal-tex-LaTeX-hourbox): Move definition before use.
22010
22011 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22012 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22013 * lunar.el, solar.el (displayed-month, displayed-year):
22014 Define for compiler.
22015
22016 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22017
22018 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22019 MODE. Renamed from c-init-c-language-vars'.
22020 (c-initialize-cc-mode): Change accordingly.
22021 (c-common-init): Ditto.
22022 (c-mode): Ditto.
22023 (c++-mode): Use `c-init-language-vars-for'.
22024 (objc-mode): Ditto.
22025 (java-mode): Ditto.
22026 (idl-mode): Ditto.
22027 (pike-mode): Ditto.
22028 (awk-mode): Ditto.
22029
22030 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22031
22032 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22033 or not the point moved.
22034
22035 (c-search-decl-header-end): Don't trip up on operator identifiers
22036 in C++ and operators like == in all languages.
22037
22038 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22039 Detect leading labels correctly.
22040
22041 2003-08-02 Andreas Schwab <schwab@suse.de>
22042
22043 * textmodes/ispell.el: Don't redo key bindings on loading, put
22044 them only in loaddefs.el.
22045 * bookmark.el: Likewise.
22046 * dabbrev.el: Likewise.
22047 * emerge.el: Likewise.
22048
22049 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22050 has more than one member.
22051
22052 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22053
22054 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22055
22056 * lpr.el (printify-region): It was ending conversion before the
22057 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
22058
22059 2003-07-31 John Paul Wallington <jpw@gnu.org>
22060
22061 * net/browse-url.el (browse-url-epiphany): Doc fix.
22062
22063 2003-07-30 Kenichi Handa <handa@m17n.org>
22064
22065 * international/fontset.el (setup-default-fontset):
22066 Change registry names of Akurti fonts.
22067
22068 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22069
22070 * comint.el (comint-read-noecho): Use `clear-string' instead of
22071 `fillarray'.
22072
22073 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
22074
22075 * outline.el (outline-mode-hook): Add defvar.
22076
22077 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
22078
22079 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22080 Restore assembler in source window if that is what has been selected.
22081 (menu): Add gdb-restore-windows to menu. Make gdba
22082 specific menus only visible from gdba.
22083
22084 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
22085
22086 * progmodes/compile.el (compilation-environment): New user variable.
22087 (compile-internal): Respect it.
22088
22089 2003-07-23 Masatake YAMATO <jet@gyve.org>
22090
22091 * progmodes/gud.el (gdb-script-font-lock-keywords):
22092 Put `font-lock-function-name-face' on a symbol which includes
22093 `-' like `hook-run'. Put font-lock-variable-name-face
22094 on a symbol starting with $.
22095
22096 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
22097
22098 * files.el (set-visited-file-name): Use truename for buffer-file-name.
22099
22100 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22101
22102 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22103
22104 2003-07-26 Andre Spiegel <spiegel@gnu.org>
22105
22106 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22107 Use with-no-warnings.
22108 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22109 rather than to find-file-not-found-hook, which doesn't exist.
22110
22111 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22112
22113 * international/quail.el (quail-translate-key): Fix previous change.
22114
22115 2003-07-25 John Paul Wallington <jpw@gnu.org>
22116
22117 * server.el (server-start): Check `server-process' is non-nil
22118 before killing it to avoid killing current buffer's process.
22119
22120 * simple.el (choose-completion-string): Use `minibufferp';
22121 test `completion-reference-buffer' if `buffer' arg is nil.
22122 (push-mark): Use `when' and `unless'.
22123 (pop-mark): Use `when'.
22124
22125 * mouse-sel.el (mouse-sel-get-selection-function):
22126 Check `x-last-selected-text-primary'. Don't barf if it or
22127 `x-last-selected-text' aren't bound.
22128
22129 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22130
22131 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22132
22133 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
22134
22135 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22136
22137 2003-07-23 John Paul Wallington <jpw@gnu.org>
22138
22139 * tooltip.el (defface tooltip): Inherit from variable-pitch.
22140
22141 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22142
22143 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22144 string. Defvar the derived hook.
22145
22146 * macros.el (insert-kbd-macro): Escape double quote character.
22147 From Thomas W Murphy <twm@andrew.cmu.edu>.
22148
22149 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
22150
22151 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22152 to match the specific mark rather than reusing comment-start-skip.
22153
22154 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
22155
22156 * progmodes/hideshow.el (hs-special-modes-alist):
22157 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
22158
22159 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
22160
22161 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22162 value using ?\s.
22163
22164 2003-07-21 John Paul Wallington <jpw@gnu.org>
22165
22166 * subr.el (with-selected-window): Add closing paren.
22167
22168 2003-07-21 Richard M. Stallman <rms@gnu.org>
22169
22170 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22171 (lisp-mode): Likewise.
22172
22173 * subr.el (with-selected-window): Copy code form save-selected-window
22174 so as to call select-window with norecord arg.
22175 (dynamic-completion-table): Doc fix.
22176 (lazy-completion-table): Doc fix.
22177
22178 * international/mule-cmds.el (set-locale-environment):
22179 langinfo renamed to locale-info.
22180
22181 * international/mule.el (auto-coding-functions): Doc fix.
22182
22183 2003-07-21 Kenichi Handa <handa@m17n.org>
22184
22185 * international/quail.el (quail-translate-key):
22186 Update quail-current-str correctly.
22187
22188 2003-07-21 Andreas Schwab <schwab@suse.de>
22189
22190 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22191 ?, to "_".
22192
22193 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
22194 Version 2.0.36 of Tramp released.
22195
22196 * net/tramp.el (tramp-default-password-end-of-line): Rename from
22197 tramp-password-end-of-line.
22198 (tramp-password-end-of-line): New method parameter.
22199 (tramp-get-password-end-of-line): Function to access method
22200 parameter `tramp-password-end-of-line', or variable
22201 `tramp-default-password-end-of-line' (default value).
22202 (tramp-methods): Add entries for new parameter
22203 tramp-password-end-of-line.
22204 (tramp-enter-password): Use new function
22205 `tramp-get-password-end-of-line'.
22206 (tramp-handle-insert-file-contents): Do not
22207 unconditionally inhibit the file operation file-local-copy, only
22208 do that when the inhibit-file-name-operation is currently
22209 insert-file-contents. This fixes finding remote CVS-controlled
22210 files. (It would barf on inserting the CVS/Entries file
22211 literally, because the file-local-copy handler wasn't called.)
22212 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22213 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22214 (tramp-initial-commands): New variable.
22215 (tramp-process-initial-commands): New function, using the variable.
22216 (tramp-open-connection-setup-interactive-shell): Call the new function.
22217 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22218 method into the buffer name, never use nil. Reported by Hanak
22219 David <dhanak@inf.bme.hu>.
22220 (tramp-open-connection-setup-interactive-shell): Erase buffer
22221 before sending "stty -onlcr".
22222
22223 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22224
22225 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
22226
22227 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22228
22229 2003-07-19 John Paul Wallington <jpw@gnu.org>
22230
22231 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22232 (artist-draw-rect, artist-draw-square): Doc fixes.
22233
22234 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
22235
22236 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
22237
22238 2003-07-19 Kenichi Handa <handa@m17n.org>
22239
22240 * international/kkc.el (kkc-show-conversion-list-update):
22241 Highlight the correct candidate in the message.
22242
22243 2003-07-18 John Paul Wallington <jpw@gnu.org>
22244
22245 * simple.el (current-word): Don't include punctuation char when
22246 `really-word' arg is non-nil.
22247
22248 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
22249
22250 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22251 moved to the directory obsolete.
22252
22253 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
22254
22255 * info.el (Info-menu-entry-name-re): Allow newlines in
22256 menu entry names.
22257
22258 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22259 syntax-ppss-after-change-function.
22260 (syntax-ppss-after-change-function): New alias. Update uses.
22261 (syntax-ppss): Catch the case where the buffer is narrowed.
22262
22263 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22264
22265 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22266 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22267
22268 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22269
22270 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22271 since it might be modified.
22272
22273 * progmodes/cc-langs.el (c++-make-template-syntax-table)
22274 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22275 names to these language constants.
22276
22277 2003-07-15 Kim F. Storm <storm@cua.dk>
22278
22279 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
22280 All uses changed.
22281
22282 2003-07-14 Mark A. Hershberger <mah@everybody.org>
22283
22284 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
22285 Namespace support.
22286
22287 2003-07-13 Juanma Barranquero <lektu@terra.es>
22288
22289 * frame.el (modify-all-frames-parameters): Reinstall (copyright
22290 papers received).
22291
22292 2003-07-13 Karl Eichwalder <ke@suse.de>
22293
22294 * textmodes/po.el (po-find-charset): White space at the start of the
22295 Content-Type field body is non-mandatory.
22296
22297 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
22298
22299 * textmodes/texinfo.el (texinfo-section-list):
22300 Append appendixsection; a synonym for appendixsec.
22301
22302 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
22303
22304 * man.el (Man-translate-cleanup): New.
22305 (Man-translate-references): Call `Man-translate-cleanup' to clean
22306 leading, trailing and middle spaces.
22307
22308 2003-07-13 Lars Hansen <larsh@math.ku.dk>
22309
22310 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22311 Handle `dired-directory' being a list.
22312
22313 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
22314
22315 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22316 it doesn't exist.
22317
22318 2003-07-12 Richard M. Stallman <rms@gnu.org>
22319
22320 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22321
22322 * progmodes/cc-defs.el (c-make-keywords-re):
22323 Don't use delete-duplicates.
22324 (c-lang-const): Don't use mapcan.
22325
22326 * apropos.el (apropos-show-scores): Make it customizable.
22327 Document new meaning.
22328 (apropos): Compute scores from symbols.
22329 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22330
22331 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22332
22333 * ps-bdf.el: Fix copyright line.
22334 (bdf-directory-list): Fix initialization code.
22335
22336 2003-07-11 John Paul Wallington <jpw@gnu.org>
22337
22338 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22339 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22340 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22341
22342 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
22343
22344 * emacs-lisp/ring.el (ring-elements): Doc fix.
22345
22346 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22347
22348 * calendar/timeclock.el (timeclock-relative)
22349 (timeclock-ask-before-exiting, timeclock-use-display-time):
22350 Doc changes.
22351 (timeclock-modeline-display): Give a message if
22352 `timeclock-use-display-time' is non-nil but `display-time-mode'
22353 is not active.
22354
22355 2003-07-11 Kenichi Handa <handa@m17n.org>
22356
22357 * international/mule-cmds.el (set-language-environment):
22358 Set current-language-environment to the correct string.
22359
22360 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22361
22362 * ps-print.el: Print line number correctly in a region. Reported by
22363 Tim Allen <timallen@ls83.fsnet.co.uk>.
22364 (ps-print-version): New version number (6.6.2).
22365 (ps-printing-region): Code fix.
22366
22367 2003-07-10 John Paul Wallington <jpw@gnu.org>
22368
22369 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22370 this function can be called from `add-completions-from-tags-table'.
22371
22372 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
22373
22374 * calendar/timeclock.el (timeclock-use-display-time)
22375 (timeclock-day-over-hook, timeclock-workday-remaining)
22376 (timeclock-status-string, timeclock-when-to-leave)
22377 (timeclock-when-to-leave-string, timeclock-log-data)
22378 (timeclock-find-discrep, timeclock-day-base)
22379 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22380 (timeclock-modeline-display): Set the variable
22381 `timeclock-modeline-display'.
22382 (timeclock-update-modeline): Doc fix. Respect value of
22383 `timeclock-relative'.
22384
22385 2003-07-09 Richard M. Stallman <rms@gnu.org>
22386
22387 * textmodes/reftex-parse.el (reftex-all-document-files):
22388 Add autoload cookie.
22389
22390 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22391 (reftex-scanning-info-available-p): Add autoload cookie.
22392
22393 * international/mule-cmds.el
22394 (set-display-table-and-terminal-coding-system): Delete duplicate
22395 aset on standard-display-table.
22396
22397 * view.el (view-file): If existing buffer's major mode is special,
22398 don't go into view mode.
22399
22400 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22401
22402 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22403
22404 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22405 buffer changes; there's third party code that calls this function
22406 directly.
22407
22408 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22409
22410 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22411 (autodoc-font-lock-keywords): Don't byte compile on font lock
22412 initialization when running from byte compiled files.
22413
22414 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
22415
22416 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22417 statement ends with auto-increment "++".
22418
22419 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22420
22421 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22422 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22423 these are changed, so declare them as variables and not constants.
22424
22425 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
22426
22427 * subr.el (dolist, dotimes): Doc fix.
22428
22429 2003-07-08 Kim F. Storm <storm@cua.dk>
22430
22431 * international/mule-cmds.el
22432 (set-display-table-and-terminal-coding-system): Don't break
22433 bootstrap if standard-display-table isn't setup yet.
22434
22435 2003-07-07 Richard M. Stallman <rms@gnu.org>
22436
22437 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22438 Give it a doc string, and autoload it.
22439
22440 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22441 Use with-no-warnings.
22442
22443 * info.el (Info-search): If find invisible text, search again.
22444
22445 * isearch.el (search-whitespace-regexp): Add a shy group around it.
22446
22447 * man.el (Man-name-regexp): Match + as part of name.
22448
22449 * simple.el (visible-mode): Rename from vis-mode.
22450 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22451
22452 * simple.el (current-word): New arg REALLY-WORD specifies
22453 don't include punctuation chars.
22454
22455 * emacs-lisp/debug.el (debug, debugger-env-macro):
22456 Use with-no-warnings while accessing and binding unread-command-char.
22457
22458 * international/mule-cmds.el
22459 (set-display-table-and-terminal-coding-system): Use explicit loop
22460 instead of calling standard-display-default.
22461
22462 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22463 Use condition-case to catch error in ange-ftp-get-files.
22464
22465 * net/browse-url.el (browse-url-browser-function):
22466 Add alternative for Epiphany.
22467 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22468 (browse-url-epiphany-startup-arguments)
22469 (browse-url-epiphany-new-window-is-tab): New variables.
22470 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22471
22472 * progmodes/compile.el (compile-auto-highlight): Default now t.
22473 (compile): Doc fix.
22474 (compilation-next-error): Fix previous change.
22475
22476 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22477
22478 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22479
22480 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22481
22482 * gdb-ui.el (gdb-source-info): Display current frame when
22483 attaching to an existing process.
22484 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22485 while laying out windows when attaching to an existing process.
22486
22487 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22488
22489 * info.el (Info-menu): Use Info-menu-entry-name-re.
22490
22491 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22492
22493 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22494 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22495
22496 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22497 to match the same text.
22498
22499 2003-07-06 John Paul Wallington <jpw@gnu.org>
22500
22501 * vc.el (vc-annotate-offset): Move defvar up.
22502
22503 2003-07-06 Kim F. Storm <storm@cua.dk>
22504
22505 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22506 This should fix the infinite loop when extracting menu names.
22507
22508 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22509
22510 * files.el (auto-mode-alist, interpreter-mode-alist):
22511 Remove entries to CC Mode modes to avoid duplicates; they are now added
22512 with autoload directives in cc-mode.el.
22513
22514 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22515
22516 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22517 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22518 these are changed, so declare them as variables and not constants.
22519
22520 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22521 ensure that the entry for ".c" extension comes before the one for
22522 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22523 Fix incorrect entries that were added to `interpreter-mode-alist'.
22524 Move the autoload directives for AWK to the top level since they
22525 aren't recognized anywhere else. Do not use the new AWK mode doc
22526 in the autoload form for the old AWK mode.
22527
22528 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22529
22530 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22531 (bibtex-sort-ignore-string-entries): Default value t.
22532 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22533 erroneously in previous version.
22534 (bibtex-string-files): Docstring reflects new parsing scheme.
22535 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22536 docstring, add # as one of the chars to crush
22537 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22538 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22539 (bibtex-autokey-name-change-strings)
22540 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22541 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22542 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22543 (bibtex-autokey-title-terminators)
22544 (bibtex-autokey-titlewords-stretch)
22545 (bibtex-autokey-titleword-ignore)
22546 (bibtex-autokey-titleword-case-convert)
22547 (bibtex-autokey-titleword-abbrevs)
22548 (bibtex-autokey-titleword-abbrevs)
22549 (bibtex-autokey-titleword-change-strings)
22550 (bibtex-autokey-titleword-length)
22551 (bibtex-autokey-titleword-separator)
22552 (bibtex-autokey-name-year-separator)
22553 (bibtex-autokey-year-title-separator)
22554 (bibtex-autokey-before-presentation-function)
22555 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22556 Fix docstring.
22557 (bibtex-strings, bibtex-reference-keys):
22558 Use lazy-completion-table and make-variable-buffer-local.
22559 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22560 (bibtex-braced-string-syntax-table)
22561 (bibtex-quoted-string-syntax-table): New variables.
22562 (bibtex-parse-nested-braces): Remove.
22563 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22564 (bibtex-parse-association): Simplify.
22565 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22566 (bibtex-parse-field-text): Simplify.
22567 (bibtex-search-forward-field, bibtex-search-backward-field):
22568 argument BOUND can take value t.
22569 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22570 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22571 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22572 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22573 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22574 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22575 and ending of entry. Update for changes of bibtex-search-entry.
22576 Simplify.
22577 (bibtex-map-entries): FUN is called with three arguments.
22578 (bibtex-search-entry): Return a cons pair with buffer positions of
22579 beginning and end of entry.
22580 (bibtex-enclosing-field): Simplify.
22581 (bibtex-format-entry): Use booktitle to set a missing title.
22582 (bibtex-autokey-get-names): Fiddle with regexps.
22583 (bibtex-generate-autokey): Use identity.
22584 (bibtex-parse-keys): Use simplified parsing algorithm if
22585 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22586 arguments. Return alist of keys.
22587 (bibtex-parse-strings): Simplify. Return alist of strings.
22588 (bibtex-complete-string-cleanup): Fix docstring.
22589 (bibtex-read-key): New function.
22590 (bibtex-mode): Fix docstring. Do not parse for keys and
22591 strings when the mode is entered. Set fill-paragraph-function to
22592 bibtex-fill-field. Setup font-lock-mark-block-function the way
22593 font-lock intended.
22594 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22595 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22596 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22597 (bibtex-Preamble): Avoid hard coded constants.
22598 (bibtex-make-field): Fix docstring. Simplify.
22599 (bibtex-beginning-of-entry): Always return new position of point.
22600 (bibtex-end-of-entry): Rearrange cond clauses.
22601 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22602 Update for changes of bibtex-map-entries.
22603 (bibtex-ispell-abstract): Do not move point.
22604 (bibtex-entry-index): Use downcase. Simplify.
22605 (bibtex-lessp): Handle catch-all.
22606 (bibtex-find-crossref): Turn into a command.
22607 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22608 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22609 preamble entries.
22610 (bibtex-fill-field-bounds): New function.
22611 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22612 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22613 (bibtex-String): Use bibtex-strings. Always obey
22614 bibtex-sort-ignore-string-entries.
22615
22616 2003-07-05 John Paul Wallington <jpw@gnu.org>
22617
22618 * cus-theme.el (customize-create-theme):
22619 Call `customize-create-theme' in Reset widget's notify function.
22620
22621 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22622 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22623 (define-ibuffer-column name): Add summarizer.
22624 (define-ibuffer-column size): Likewise.
22625 (define-ibuffer-column filename): Likewise.
22626 (define-ibuffer-column process): Likewise. Change BODY's output too.
22627 (define-ibuffer-column filename-and-process): Likewise, likewise.
22628 (ibuffer): Remove local vars `already-in' and `need-update'.
22629
22630 * ibuf-ext.el: Don't require `derived' at compile-time.
22631
22632 2003-07-05 Kim F. Storm <storm@cua.dk>
22633
22634 * info.el: Disable paragraph refilling.
22635 (Info-refill-paragraphs): New defcustom.
22636 (Info-fontify-node): Use it.
22637
22638 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22639
22640 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22641 thingies from constructors created by defstruct.
22642
22643 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22644 the default value of the variable.
22645 (byte-code-meter): Move declaration to top level.
22646
22647 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22648
22649 * info.el (Info-following-node-name-re): New fun.
22650 (Info-following-node-name): Remove.
22651 (Info-insert-dir): Use the new fun.
22652 (Info-extract-pointer): Don't save restriction; use new fun.
22653 (Info-menu-entry-name-re): New const.
22654 (Info-menu-entry-name-re): Use it along with new fun.
22655 (Info-node-spec-re): Use new fun.
22656 (Info-complete-menu-item, Info-fontify-node): Use new const.
22657 (Info-goto-node, Info-follow-reference, Info-menu-update):
22658 Use match-string.
22659 (Info-follow-reference): Use assoc-string.
22660 Use a list of strings for the completion table.
22661 (Info-fontify-node): Use match-string, line-end-position.
22662 Limit the search for `node:' to the first line.
22663
22664 * newcomment.el (uncomment-region): Remove padding coming from
22665 comment-start rather than just from comment-padding.
22666
22667 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22668 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22669 (vc-cvs-rename-file): Remove (use the default).
22670 (vc-cvs-register): Register parent dir if needed.
22671 (vc-cvs-could-register): Return non-nil if parent can be registered.
22672 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22673 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22674
22675 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22676 (vc-svn-update): Fix the arguments to `svn'.
22677 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22678 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22679 Simple implementations, assuming `name' is a URL.
22680
22681 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22682 set of chars allowed unquoted in a case pattern.
22683
22684 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22685
22686 * font-lock.el (font-lock-extra-types-widget)
22687 (c-font-lock-extra-types, c++-font-lock-extra-types)
22688 (objc-font-lock-extra-types, java-font-lock-extra-types)
22689 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22690 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22691 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22692 (font-lock-match-c++-structor-declaration)
22693 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22694 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22695 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22696 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22697 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22698 (java-font-lock-keywords-3, java-font-lock-keywords)
22699 (java-font-lock-syntactic-face-function): Remove obsolete code
22700 and constants. It's all in cc-fonts.el now.
22701
22702 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22703
22704 * mail/sendmail.el (mail-specify-envelope-from)
22705 (mail-envelope-from): Doc fix.
22706
22707 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22708
22709 * generic-x.el: Do away with the dependency on `c-emacs-features'
22710 when populating `rul-generic-mode-syntax-table'; we already know
22711 this isn't XEmacs.
22712
22713 See ChangeLog.10 for earlier changes.
22714
22715 ;; Local Variables:
22716 ;; coding: iso-2022-7bit
22717 ;; End:
22718
22719 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22720 Copying and distribution of this file, with or without modification,
22721 are permitted provided the copyright notice and this notice are preserved.
22722
22723 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1