Add.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-10-15 Simon Josefsson <jas@extundo.com>
2
3 * net/password.el: Add.
4
5 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
6
7 * button.el (button-activate): Allow a marker to display as an
8 action.
9
10 * help-fns.el (describe-variable): Use it to make "below" a
11 hyperlink.
12
13 * help.el (describe-mode): Use it to make minor mode list into
14 hyperlinks.
15
16 2004-10-14 Masatake YAMATO <jet@gyve.org>
17
18 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
19 (gdb-script-end-of-defun): New function.
20 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
21 `gdb-script-end-of-defun' as *-of-defun-function.
22
23 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * vc.el (vc-annotate-display-select): Fix typo.
26
27 * subr.el (substitute-key-definition-key): New function.
28 (substitute-key-definition): Use it with map-keymap.
29 (event-modifiers): Use push.
30 (mouse-movement-p, with-temp-buffer): Simplify.
31
32 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
33
34 Sync with Tramp 2.0.45.
35
36 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
37 defined. This is not the case for XEmacs without package "edebug".
38 (tramp-set-auto-save-file-modes): Set permissions of autosaved
39 remote files to the permissions of the original file. This is not
40 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
41 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
42 (tramp-perl-decode): Fix an error in Perl implementation.
43 $pending must be cleared every loop. Reported by Benjamin Place
44 <benjaminplace@sprintmail.com>
45
46 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
47 Don't activate advice during definition. This is done later on,
48 depending on test result of `substitute-in-file-name'.
49 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
50
51 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
54
55 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
56
57 2004-10-12 David Ponce <david@dponce.com>
58
59 * recentf.el (recentf-edit-list): Update the menu when the recentf
60 list has been modified.
61
62 2004-10-12 Simon Josefsson <jas@extundo.com>
63
64 * net/tls.el (tls-certtool-program): New variable.
65 (tls-certificate-information): New function, based on
66 ssl-certificate-information.
67
68 2004-10-12 Kenichi Handa <handa@m17n.org>
69
70 * international/mule.el (coding-system-equal): Move from mule-util.el.
71
72 * international/mule-util.el (coding-system-equal): Move to mule.el.
73
74 2004-10-12 Kim F. Storm <storm@cua.dk>
75
76 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
77 reset kmacro-initial-counter-value if set.
78 (kmacro-set-counter): Only set kmacro-counter if defining or executing
79 macro. Set kmacro-initial-counter-value otherwise. Never set both.
80 (kmacro-display): Show macro counter if non-zero.
81
82 * subr.el (substitute-key-definition): Mention command remapping
83 in doc string.
84
85 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
88
89 * font-lock.el (font-lock-apply-highlight): Fix last change.
90
91 2004-10-11 Simon Josefsson <jas@extundo.com>
92
93 * mail/smtpmail.el (smtpmail-open-stream): Look for
94 starttls-gnutls-program instead of starttls-program iff
95 starttls-use-gnutls is non-nil.
96 (smtpmail-open-stream): Don't overwrite user settings of
97 starttls-extra-arguments and starttls-extra-args.
98
99 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * comint.el (comint-mouse-insert-input): Remove.
102 (comint-insert-input): Make it work for mouse bindings.
103 (comint-mode-map): Move defs into the declaration.
104 (comint-output-filter): Typo.
105
106 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
107
108 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
109
110 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
111 (ange-ftp-call-chmod): Reference remote-shell-program instead of
112 ange-ftp-remote-shell.
113
114 2004-10-10 Andreas Schwab <schwab@suse.de>
115
116 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
117 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
118 Reported by <sri@asu.edu>.
119
120 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
121
122 * vc.el (vc-annotate-mode): Remove variable.
123 (vc-annotate-display-select): Only call vc-annotate-mode
124 if we're not in that mode already.
125
126 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
129 (imenu-choose-buffer-index): Check here for rescan instead.
130
131 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
132 where the face expression evals to nil.
133
134 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
135 (tex-font-lock-keywords-2): Use it.
136 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
137
138 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
139
140 2004-10-09 Kim F. Storm <storm@cua.dk>
141
142 * subr.el (progress-reporter-update): Define before first usage.
143 (make-progress-reporter): Doc fix.
144
145 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
146
147 * textmodes/paragraphs.el (sentence-end-double-space)
148 (sentence-end-without-period, sentence-end-without-space)
149 (sentence-end): Doc fixes.
150
151 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
152
153 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
154 Change paragraph-start regexp so we don't fill code starting with #'(.
155
156 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
157
158 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
159 New defcustom.
160 (extract-address-components): Use it.
161
162 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
163
164 * subr.el (make-progress-reporter, progress-reporter-update)
165 (progress-reporter-force-update, progress-reporter-do-update)
166 (progress-reporter-done): New functions.
167
168 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
169
170 * progmodes/etags.el (etags-tags-completion-table): Use progress
171 reporter.
172 (etags-tags-apropos): Likewise.
173
174 2004-10-08 Alan Mackenzie <acm@muc.de>
175
176 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
177 of current line.
178
179 2004-10-08 Masatake YAMATO <jet@gyve.org>
180
181 * server.el (server-process-filter): Wrap `process-send-region'
182 by `condition-case' to guard the case when the pipe to PROC is closed.
183
184 2004-10-07 Mark A. Hershberger <mah@everybody.org>
185
186 * xml.el (xml-substitute-special): Limit handling of external entities.
187
188 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
189
190 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
191
192 2004-10-06 John Paul Wallington <jpw@gnu.org>
193
194 * xml.el (xml-parse-dtd): Fix `error' call.
195
196 2004-10-05 Mark A. Hershberger <mah@everybody.org>
197
198 * xml.el (xml-substitute-special): Return a single string instead
199 of a list of strings if an entity substitution is made.
200
201 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
202
203 * calendar/icalendar.el: New file.
204
205 2004-10-05 Juri Linkov <juri@jurta.org>
206
207 * isearch.el (isearch-done): Set mark after running hook.
208 Suggested by Drew Adams <drew.adams@oracle.com>.
209
210 * info.el (Info-history, Info-toc): Fix Info headers.
211 (Info-toc): Narrow buffer before Info-fontify-node.
212 (Info-build-toc): Don't check for special Info file names.
213 Set main-file to nil if Info-find-file returns a symbol.
214
215 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
216
217 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
218 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
219 * calendar/cal-menu.el (calendar-mode-map): Ditto.
220
221 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
222
223 * calendar/cal-iso.el (calendar-iso-read-args): New function,
224 for old interactive spec from calendar-goto-iso-date.
225 (calendar-goto-iso-date): Use it.
226 (calendar-goto-iso-week): New function. Suggested by Emilio
227 C. Lopes <eclig@gmx.net>.
228
229 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
230
231 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
232 `set-right-margin' bindings that follow the minor mode conventions.
233
234 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
237 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
238 (latex-block-args-alist): Add minipage and picture.
239 (latex-block-body-alist): Use reftex-label if enabled.
240 (latex-insert-block): Don't insert a \n if not necessary.
241 (tex-compile-commands): Make sure dvips doesn't send to printer.
242 (tex-compile-default): Handle the case where no executable is found.
243 (latex-noindent-environments): New var.
244 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
245 If tex-indent-allhanging is non-nil, make sure we only align for macros
246 at beginning of line.
247
248 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
249
250 * newcomment.el (comment-beginning): Doc fix and don't choke on
251 unset `comment-end-skip' when at beginning of comment.
252
253 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
254
255 * term.el (term-adjust-current-row-cache): Don't allow the current
256 row to become negative.
257 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
258 the end of the line. Fix scroll down. Add comments.
259 (term-handle-ansi-escape): Don't exceed terminal width when moving
260 right.
261 (term-scroll-region): Move the cursor after setting the scroll region.
262
263 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
264
265 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
266 to `width' for consistency with docstring. Doc fix.
267
268 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
269
270 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
271 This is necessary for derived modes.
272
273 2004-09-30 Kim F. Storm <storm@cua.dk>
274
275 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
276 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
277
278 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
279 kmacro-extract-lambda functions.
280 (edit-kbd-macro): Handle kmacro lambda forms.
281 Include counter and counter format in edit buffer.
282 (edmacro-finish-edit): Get counter and format from edit buffer and
283 update kmacro bindings when found.
284
285 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
286
287 * textmodes/paragraphs.el (forward-paragraph):
288 Avoid args-out-of-range error when point winds up at the beginning of
289 the buffer and hard newlines are enabled.
290
291 * newcomment.el (comment-multi-line): Doc fix.
292
293 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
296 (diff-fixup-modifs): Catch unified-diff file-headers.
297
298 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * dired.el (dired-view-command-alist): Use more efficient regexps.
301 Remove dubious arguments.
302 (dired-align-file): New function.
303 (dired-insert-directory): Use it.
304 (dired-move-to-end-of-filename): Make the " -> " search more specific.
305 (dired-buffers-for-dir): Remove unused var `pattern'.
306
307 2004-09-29 Kim F. Storm <storm@cua.dk>
308
309 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
310 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
311 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
312
313 * fringe.el (fringe-bitmap-p): New macro.
314 (fringe-bitmaps): Add standard fringe bitmaps on load.
315
316 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
317
318 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
319 from diary display excursion. Store diary buffer's point for
320 `simple-diary-display'.
321 (simple-diary-display): Set window point and start when
322 displaying buffer, to preserve point.
323
324 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
325
326 * textmodes/enriched.el (enriched-translations): Replace defconst
327 with defvar.
328
329 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
330
331 * printing.el: Doc fix.
332 (pr-version): New version number (6.8.1).
333 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
334 make-temp-name.
335 (pr-delete-file): Check if file exists before deleting it.
336 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
337
338 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * term.el (term-display-table): New variable.
341 (term-mode): Use it.
342 (term-exec-1): Set the coding system to binary.
343 (term-emulate-terminal): Decode the string before inserting it.
344
345 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
346
347 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
348 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
349 (map): Bind S-prior, S-next and S-insert.
350 (term-mode): Set `indent-tabs-mode' to nil.
351 (term-paste): New function to be bound to S-insert.
352 (term-send-del, term-send-backspace): Change the strings sent.
353 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
354 (term-handle-colors-array): Fix handling of underline and reverse.
355 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
356 (term-erase-in-line): Fix comparison.
357 (term-emulate-terminal): Fix line wrap handling.
358 (term-start-output-log): Rename from `term-set-output-log'.
359 (term-stop-output-log): Rename from `term-stop-photo'.
360 (term-switch-to-alternate-sub-buffer): Comment out, unused.
361
362 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * dired.el (dired-move-to-filename): Don't output a message if
365 raise-error is non-nil. Fix return position and value.
366
367 * files.el (insert-directory): Obey --dired even with symlinks.
368
369 2004-09-25 Lars Hansen <larsh@math.ku.dk>
370
371 * ls-lisp.el (ls-lisp-format): Mark file names with property
372 dired-filename.
373
374 2004-09-25 Kim F. Storm <storm@cua.dk>
375
376 * ido.el (ido-max-directory-size): New defcustom.
377 (ido-decorations): Add "too big" element.
378 (ido-directory-too-big): New dynamic var.
379 (ido-may-cache-directory): Don't cache big directories.
380 (ido-directory-too-big-p): New defun.
381 (ido-set-current-directory): Update ido-directory-too-big.
382 (ido-read-internal): Make empty ido-cur-item if too-big.
383 (ido-buffer-internal): Use ido-read-internal directly instead of
384 ido-read-buffer.
385 (ido-file-internal): Init ido-directory-too-big.
386 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
387 and redo completion with full list.
388 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
389 it, and show completions.
390 (ido-all-completions): Let bind ido-directory-too-big to nil.
391 (ido-exhibit): Handle ido-directory-too-big.
392 (ido-read-buffer): Handle fallback to read-buffer.
393 Init ido-directory-too-big.
394 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
395 Init ido-directory-too-big.
396
397 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
398
399 * subr.el (delay-mode-hooks): Doc fix.
400
401 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
402
403 * textmodes/enriched.el
404 (enriched-default-text-properties-local-flag): New variable.
405 (enriched-mode): Make sure that enabling and disabling the mode is
406 a no-op. Doc fix.
407
408 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
409
410 * calendar/holidays.el (holiday-advent): Report on a specified day
411 offset from advent, not just advent.
412 (holiday-easter-etc): Report on one specified day offset from
413 easter, not all easter holidays. Various Easter holidays moved to
414 `christian-holidays' variable in calendar.el.
415 * calendar/calendar.el (christian-holidays): Adapt for new
416 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
417
418 2004-09-23 Kim F. Storm <storm@cua.dk>
419
420 * image.el (insert-sliced-image): Add doc string.
421
422 * ido.el (ido-choice-list): New dynamic var for `list' context.
423 (ido-context-switch-command): New dynamic var.
424 (ido-define-mode-map): Generalize switch between file/buffer contexts.
425 (ido-read-internal): Handle new `list' context.
426 Handle insert-buffer and insert-file ido-exit values.
427 (ido-buffer-internal): New arg switch-cmd. Use it to setup
428 ido-context-switch-command. Handle insert-file ido-exit value.
429 (ido-read-buffer): Set ido-context-switch-command to 'ignore
430 unless it is already bound by caller.
431 (ido-file-internal): New arg switch-cmd. Use it to setup
432 ido-context-switch-command. Handle insert-buffer ido-exit value.
433 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
434 used for context switching.
435 (ido-all-completions): Handle new `list' context.
436 (ido-make-choice-list): Return choices for `list' context.
437 (ido-find-file-in-dir, ido-display-file, ido-write-file)
438 (ido-display-buffer, ido-kill-buffer): Disable context switching.
439 (ido-insert-buffer, ido-insert-file): Setup context switching.
440 (ido-exhibit): Handle `list' context.
441 (ido-read-file-name): Disable context switching. Handle fallback.
442 (ido-read-directory-name): Disable context switching.
443 (ido-completing-read): New defun like completing-read. Setup and
444 use new `list' context.
445
446 2004-09-20 Jesper Harder <harder@ifa.au.dk>
447
448 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
449
450 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
451
452 * subr.el (after-change-major-mode-hook): Doc fix.
453
454 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
455
456 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
457 of ghostscript for monochrome PostScript file in Windows.
458
459 2004-09-21 Kenichi Handa <handa@m17n.org>
460
461 * descr-text.el (describe-char): Checking of quail activation
462 fixed.
463
464 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
465
466 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
467 after the mode hooks instead of before. Doc fix.
468
469 2004-09-20 Jason Rumney <jasonr@gnu.org>
470
471 * startup.el (command-line) [windows-nt]: Try .emacs first, then
472 _emacs, but revert to .emacs if neither exists in home directory.
473
474 2004-09-20 John Paul Wallington <jpw@gnu.org>
475
476 * bindings.el (completion-ignored-extensions): Add .dfsl.
477
478 2004-09-20 Richard M. Stallman <rms@gnu.org>
479
480 * bindings.el (scroll-left): Make it disabled.
481
482 * files.el (enable-local-eval): Doc fix.
483
484 * indent.el (move-to-left-margin): Special case for minibuffer.
485
486 * term.el (term-emulate-terminal): Turn off undo for output.
487 Use with-current-buffer and save-selected-window.
488
489 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
490
491 * progmodes/make-mode.el (makefile-fill-paragraph):
492 Don't insist on spaces when looking for comments. # is enough.
493
494 * files.el (hack-local-variables): Copy the variables list
495 to another buffer, strip prefixes and suffixes there, then read.
496 (enable-local-eval): Doc fix.
497 (ignored-local-variables): Initialize to nil.
498 (risky-local-variable-p): Don't check ignored-local-variables here.
499 (hack-one-local-variable): Ignore var if in ignored-local-variables.
500
501 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
502
503 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
504 of = to "." (punctuation).
505
506 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * subr.el (event-basic-type): Fix mask (extend to 22bits).
509
510 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
511
512 * textmodes/enriched.el (enriched-rerun-flag): New variable.
513 (enriched-before-change-major-mode): New function.
514 Add it to `change-major-mode-hook'.
515 (enriched-after-change-major-mode): New function.
516 Add it to `after-change-major-mode-hook'.
517 (enriched-mode): Make it work correctly if called from
518 `after-change-major-mode-hook'.
519 No longer set `indent-line-function'.
520
521 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
522
523 * subr.el (after-change-major-mode-hook): New variable.
524 (run-mode-hooks): Implement it.
525
526 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
527
528 * battery.el (battery-linux-proc-apm): Use string-to-number.
529 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
530 Use dolist (and less indentation). Use erase-buffer.
531 Pre-initialize `design-capacity', `warn', and `low'.
532 (battery-format): Use replace-regexp-in-string.
533
534 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
535
536 * battery.el: Delete superfluous empty lines.
537 (battery-linux-proc-acpi): Attempt to gather information from all
538 battery subdirectories regardless of their file name.
539 (battery-linux-proc-apm): Replace all occurrences of
540 battery-hex-to-int-2 with string-to-int (base 16).
541 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
542 (battery-hex-map): Delete variable.
543
544 2004-09-18 John Paul Wallington <jpw@gnu.org>
545
546 * calc/calc-units.el (calc-quick-units): Fix overzealous
547 s/or/unless/.
548
549 2004-09-17 Romain Francoise <romain@orebokech.com>
550
551 * ibuf-ext.el (define-ibuffer-filter filename):
552 Expand dired-directory since buffer-file-name is absolute.
553
554 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
555
556 * ediff-init.el (ediff-current-diff-face-A)
557 (ediff-current-diff-face-B, ediff-current-diff-face-C)
558 (ediff-current-diff-face-Ancestor)
559 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
560 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
561 (ediff-even-diff-face-A, ediff-even-diff-face-B)
562 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
563 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
564 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
565 Use min-colors.
566
567 * term.el (term-down): Perform vertical motion if DOWN is negative.
568 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
569 (term-termcap-format): Synchronyze with the eterm terminfo entry
570 in etc/e/eterm.ti.
571 (term-handle-colors-array): If the current foreground or
572 background are zero (i.e. unspecified), use the foreground and
573 background of the default face for reverse video.
574 (term-ansi-at-eval-string, term-ansi-default-fg)
575 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
576 (term-mem): Delete ununsed function.
577 (term-protocol-version): Increment.
578 (term-current-face): Set to default.
579
580 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
581
582 * vc.el (annotate-time): Document point handling.
583 (vc-annotate-display-autoscale): Doc fix.
584
585 2004-09-15 Miles Bader <miles@gnu.org>
586
587 * generic.el (generic-make-keywords-list): Use symbol rather than
588 word anchors in regexp.
589
590 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
591
592 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
593 no file name consider `dired-directory'.
594
595 2004-09-14 Kim F. Storm <storm@cua.dk>
596
597 * faces.el (cursor): Add face-no-inherit property. Doc fix.
598
599 2004-09-14 Simon Josefsson <jas@extundo.com>
600
601 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
602
603 * textmodes/dns-mode.el: Add.
604
605 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
608 (disabled-command-function): Make the ?\ char more obvious.
609
610 * vc-arch.el (vc-arch-root, vc-arch-registered):
611 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
612
613 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
614
615 * windmove.el (windmove-frame-edges): Report coordinates of
616 outside edges of frame, not inside edges.
617 (windmove-coordinates-of-position): Convert into wrapper to new
618 function `windmove-coordinates-of-window-position';
619 `compute-motion' always applies to selected window.
620 (windmove-coordinates-of-position): Update documentation to refer
621 to Emacs 21 Lisp Reference Manual.
622 (windmove-find-other-window): Fix off-by-one errors for max x,y.
623
624 2004-09-13 Kim F. Storm <storm@cua.dk>
625
626 * isearch.el (isearch-resume-in-command-history): Rename from
627 isearch-resume-enabled and change default to nil.
628
629 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * vc-hooks.el (vc-ignore-dir-regexp): New var.
632 (vc-registered): Use it.
633 (vc-find-root): New fun.
634
635 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
636 Don't tell to use \\{...} when it's already done.
637
638 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
639 Provide a sample complex default.
640 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
641 (bibtex-entry): Use mapc.
642
643 2004-09-12 Kim F. Storm <storm@cua.dk>
644
645 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
646
647 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
648 inhibit-field-text-motion to t so rectangles work in comint buffers.
649
650 * simple.el (choose-completion-string): Set buffer before running
651 choose-completion-string-functions hook so it can be buffer-local.
652
653 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
654
655 * progmodes/compile.el (compilation-start): Parse command to see
656 if it starts with a cd, and if so perform it for the *compilation*
657 buffer. Change the header to reflect this.
658
659 2004-09-11 Kim F. Storm <storm@cua.dk>
660
661 * ido.el (ido-enable-dot-prefix): Doc fix.
662 (ido-enable-dot-prefix): New defcustom.
663 (ido-set-matches1): Use it.
664
665 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * textmodes/bibtex.el (bibtex-mark-active)
668 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
669
670 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
671
672 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
673 used in a case insensitive environment.
674 (bibtex-mode-map): Rearrange order of menus.
675 (bibtex-quoted-string-re): Obsolete.
676 (bibtex-complete-key-cleanup): Variable replaced by new function.
677 (bibtex-font-lock-keywords): Use backquotes.
678 (bibtex-font-lock-url-regexp): New internal variable.
679 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
680 "OPT" and "ALT".
681 (bibtex-insert-current-kill, bibtex-make-field)
682 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
683 (bibtex-parse-field-text): Simplify.
684 (bibtex-string=): New helper function.
685 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
686 (bibtex-map-entries): Use bibtex-string=.
687 (bibtex-search-entry): Use not.
688 (bibtex-enclosing-field): Fix docstring.
689 (bibtex-assoc-regexp): Obsolete.
690 (bibtex-format-entry): Use assoc-string and bibtex-string=.
691 (bibtex-autokey-get-names): Handle empty name field.
692 (bibtex-parse-strings): Use assoc-string and unless.
693 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
694 Use assoc-string.
695 (bibtex-pop): Simplify.
696 (bibtex-mode): Set font-lock-extra-managed-props.
697 (bibtex-entry-update): Use assoc-string.
698 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
699 (bibtex-autofill-entry): Use bibtex-string=.
700 (bibtex-print-help-message): Simplify.
701 (bibtex-find-entry): New optional arg START.
702 (bibtex-validate): Use bibtex-string= and assoc-string.
703 Do not call obsolete function compilation-parse-errors.
704 (bibtex-remove-delimiters): Only remove delimiters if present.
705 (bibtex-copy-entry-as-kill): Add docstring.
706 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
707 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
708 (bibtex-complete): Use bibtex-predefined-month-strings,
709 bibtex-string=, and new function bibtex-complete-key-cleanup.
710 (bibtex-generate-url-list): New variable.
711 (bibtex-url): New command bound to C-c C-l and mouse-2.
712 (bibtex-url-map): New local keymap for bibtex-url-mouse.
713 (bibtex-font-lock-url): New function.
714
715 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
718
719 2004-09-09 Kim F. Storm <storm@cua.dk>
720
721 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
722 counter and format with binding.
723 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
724 the declared macro uses own macro counter and format. Give symbol
725 kmacro property.
726 (kmacro-keymap): Bind kmacro-name-last-macro to n.
727 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
728 (kmacro-end-and-call-macro): Doc fix.
729
730 2004-09-09 Lars Hansen <larsh@math.ku.dk>
731
732 * desktop.el (desktop-clear-preserve-buffers):
733 Remove make-obsolete-variable.
734
735 2004-09-08 Richard M. Stallman <rms@gnu.org>
736
737 * buff-menu.el (list-buffers-noselect): Call format-mode-line
738 with the buffer as argument.
739
740 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
743
744 2004-09-08 Juri Linkov <juri@jurta.org>
745
746 * replace.el (perform-replace): Use `query-replace-descr'.
747
748 * cus-start.el (history-delete-duplicates): Specify customization.
749
750 * diff-mode.el (diff-mode-map):
751 * progmodes/compile.el (compilation-mode-map):
752 * progmodes/grep.el (grep-mode-map):
753 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
754 to `next-error-follow-minor-mode'.
755
756 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
757
758 * isearch.el (isearch-lazy-highlight-update): Take into account
759 the case of zero-length match at the search bound.
760
761 2004-09-08 Kim F. Storm <storm@cua.dk>
762
763 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
764 change. Use zero width overlays when necessary.
765
766 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
767
768 * subr.el (split-string): Docfix.
769
770 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
771
772 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
773 (display-call-tree): Ensure newline after caller/calls blocks.
774
775 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
776
777 * startup.el (command-line-1): Make option
778 --directory/-L modify `load-path' straight away.
779
780 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
781
782 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
783
784 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
785
786 * emacs-lisp/autoload.el (make-autoload):
787 Handle `define-compilation-mode'.
788
789 * emacs-lisp/lisp-mode.el (define-compilation-mode):
790 Specify `doc-string-elt' property.
791
792 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
793
794 * bs.el (bs-mode): Doc fix.
795
796 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
797
798 * info.el (Info-insert-dir): Fix temp buffer leak bug.
799
800 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
801
802 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
803
804 2004-09-08 Kenichi Handa <handa@m17n.org>
805
806 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
807 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
808 ps-mule-next-point -> 1+).
809
810 * composite.el (encode-composition-rule): Add autoload cooky.
811
812 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
813
814 * format.el (buffer-auto-save-file-format): Make it permanent local.
815
816 2004-09-07 Kim F. Storm <storm@cua.dk>
817
818 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
819 (authors-fixed-entries): Fix typo.
820 (authors-canonical-author-name): Compact multiple spaces.
821 Ignore trivial names (e.g. only first name).
822
823 * term.el (term-window-width): Only use full window width on
824 window system if overflow-newline-into-fringe is enabled.
825 (term-mode): Don't disable overflow-newline-into-fringe.
826
827 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
830 motion as seen on my Mac OS X xterms.
831
832 * newcomment.el (uncomment-region-default, comment-region-default):
833 New functions extracted from uncomment-region and comment-region.
834 (comment-region, comment-region-function, uncomment-region)
835 (uncomment-region-function): Use them.
836
837 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
838
839 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
840 It's not crucial but can make sense at times.
841
842 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
843 the first commit.
844
845 * vc.el (vc-buffer-context, vc-restore-buffer-context):
846 Disable obsolete code.
847
848 2004-09-07 Juri Linkov <juri@jurta.org>
849
850 * progmodes/grep.el (grep-highlight-matches): Change default from
851 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
852 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
853 if grep option `--color' is available, or to `nil' otherwise.
854 (grep-process-setup): Call `grep-compute-defaults' if
855 `grep-highlight-matches' is not computed. Set env-vars only
856 if `grep-highlight-matches' is `t'.
857 (grep-use-null-device): Remove redundant type `boolean' (`choice'
858 is already defined).
859
860 * progmodes/compile.el (compilation-start): Use copy of
861 `process-environment' created by `copy-sequence' to not
862 modify env-vars in the global `process-environment'.
863
864 2004-09-06 Eli Zaretskii <eliz@gnu.org>
865
866 * simple.el (next-error-follow-minor-mode): Fix last change.
867
868 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
869
870 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
871 permanent local.
872
873 2004-09-04 Richard M. Stallman <rms@gnu.org>
874
875 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
876 highlighting if the search string is empty.
877
878 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
879
880 * facemenu.el (facemenu-active-faces): Change condition of inner
881 `while' loop to also check the first two elements of `face-atts'
882 and `mask-atts'.
883
884 2004-09-04 John Paul Wallington <jpw@gnu.org>
885
886 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
887 (thumbs-view-image-mode): Make buffer read-only.
888
889 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
890
891 * textmodes/ispell.el (ispell-really-aspell): New defvar.
892 (ispell-check-version): Set it.
893 (ispell-send-replacement): New function.
894 (ispell-process-line): Call ispell-send-replacement.
895
896 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
897
898 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
899 Support choosing seconds with "s".
900
901 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
902
903 * terminal.el (te-escape): Show `?' in prompt for help key.
904
905 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
906
907 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
908
909 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
910
911 * simple.el (next-error-follow-minor-mode)
912 (next-error-follow-mode-post-command-hook): New functions.
913 (next-error-follow-last-line): New defvar.
914
915 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
916 * progmodes/compile.el (compilation-mode-map): Likewise.
917 * progmodes/grep.el (grep-mode-map): Likewise.
918 * replace.el (occur-mode-map): Likewise.
919
920 * newcomment.el (uncomment-region): Bind comment-use-global-state
921 to nil.
922
923 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
924
925 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
926 locally around the call to `revert-buffer'.
927
928 2004-09-03 Juri Linkov <juri@jurta.org>
929
930 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
931 `isearch-adjusted' to `t'.
932 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
933 (isearch-message-prefix): Add "pending" for isearch-adjusted.
934 (isearch-other-meta-char): Restore isearch-point unconditionally.
935 (isearch-query-replace): Add new arg `regexp-flag' and use it.
936 Set point to start of match if region is not active in transient
937 mark mode (to include the current match to region boundaries).
938 Push the search string to `query-replace-from-history-variable'.
939 Add prompt "Query replace regexp" for isearch-regexp.
940 Add region beginning/end as last arguments of `perform-replace.'
941 (isearch-query-replace-regexp): Replace code by the call to
942 `isearch-query-replace' with arg `t'.
943
944 2004-09-03 Richard M. Stallman <rms@gnu.org>
945
946 * startup.el (normal-top-level): Undo previous TERM change.
947
948 2004-09-03 Kim F. Storm <storm@cua.dk>
949
950 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
951 highlight overlays; allow using RET when cursor is over a button.
952 (cua--highlight-rectangle): Use it.
953 (cua--rectangle-set-corners): Don't move backwards at eol.
954 (cua--forward-line): Don't move into void after eob.
955
956 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
957 point is set (and displayed) inside rectangle.
958 (cua--rectangle-operation): Fix for highlight of empty lines.
959 (cua--highlight-rectangle): Fix highlight for tabs.
960 Position cursor at left/right edge of rectangle using new `cursor'
961 property on overlay strings.
962 (cua--indent-rectangle): Don't tabify.
963 (cua-rotate-rectangle): Ignore that point has moved.
964
965 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
966
967 * term/mac-win.el: Add ASCII equivalents for some function keys.
968 (mode-line-frame-identification): Sync with x-win.el.
969
970 2004-09-02 Juri Linkov <juri@jurta.org>
971
972 * progmodes/compile.el (compilation-buffer-name): Compare major
973 mode with second element of compilation-arguments instead of third
974 to reflect latest changes in compilation-arguments structure.
975 (recompile): Use global variable `compilation-directory' to get
976 recent compilation directory only when `recompile' is invoked NOT
977 in the compilation buffer. Otherwise, use `default-directory' of
978 the compilation buffer.
979 (compilation-error-properties): Allow to funcall col and end-col.
980 (compilation-mode-font-lock-keywords): Check col and end-col by
981 `integerp'.
982 (compilation-goto-locus): If end-mk is non-nil in transient mark
983 mode don't activate the mark (and don't display message in
984 push-mark), but highlight overlay between mk and end-mk.
985
986 * progmodes/grep.el (grep-highlight-matches): New defcustom.
987 (grep-regexp-alist): Add rule to highlight grep matches.
988 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
989
990 * info.el (Info-fontify-node): Don't compute other-tag
991 if Info-hide-note-references=hide.
992
993 * help.el (function-called-at-point):
994 * help-fns.el (variable-at-point):
995 Try `find-tag-default' when other methods failed.
996
997 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
998 Do not push mark if inhibit-mark-movement is non-nil.
999
1000 * textmodes/ispell.el (ispell-html-skip-alists):
1001 Fix backslashes in docstring.
1002
1003 2004-09-01 Juri Linkov <juri@jurta.org>
1004
1005 * isearch.el (isearch-wrap-function)
1006 (isearch-push-state-function): New defvars.
1007 (isearch-pop-fun-state): New defsubst.
1008 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
1009 (isearch-push-state): Set the result of calling
1010 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
1011 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
1012 restore the mode-specific starting point of terminated search.
1013 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
1014 (isearch-repeat): Call `isearch-wrap-function' if defined.
1015 (isearch-message-prefix): Don't add prefix "over" to the message
1016 for wrapped search if `isearch-wrap-function' is defined.
1017 (isearch-search): Call function saved in `isearch-pop-fun-state' to
1018 restore the mode-specific starting point of failed search.
1019
1020 * info.el (Info-search-whitespace-regexp): Fix backslashes.
1021 (Info-search): Add new optional arguments for the sake of isearch.
1022 Replace whitespace in Info-search-whitespace-regexp literally.
1023 Add backward search. Don't call `Info-select-node' if regexp is
1024 found in the same Info node. Don't add node to Info-history for
1025 wrapped isearch.
1026 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
1027 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
1028 (Info-mode): Set local variables `isearch-search-fun-function',
1029 `isearch-wrap-function', `isearch-push-state-function',
1030 `search-whitespace-regexp'.
1031
1032 * isearch.el: Remove ancient Change Log section.
1033 (isearch-string, isearch-message-string, isearch-point)
1034 (isearch-success, isearch-forward-flag, isearch-other-end)
1035 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1036 (isearch-barrier, isearch-within-brackets)
1037 (isearch-case-fold-search): Add suffix `-state' to state-related
1038 defsubsts to avoid name clashes with other function names.
1039
1040 * simple.el (next-error): New defgroup and defface.
1041 (next-error-highlight, next-error-highlight-no-select):
1042 New defcustoms.
1043 (next-error-no-select): Let-bind next-error-highlight to the value
1044 of next-error-highlight-no-select before calling `next-error'.
1045
1046 * progmodes/compile.el (compilation-goto-locus):
1047 Use `next-error' face instead of `region'. Set 4-th argument of
1048 `move-overlay' to `current-buffer' to move overlay to different
1049 source buffers. Use new variable `next-error-highlight'.
1050
1051 * simple.el (next-error-find-buffer): Move the rule
1052 "if current buffer is a next-error capable buffer" after the
1053 rule "if next-error-last-buffer is set to a live buffer".
1054 Simplify to test all rules in one `or'.
1055 (next-error): Doc fix.
1056 (next-error, previous-error, first-error)
1057 (next-error-no-select, previous-error-no-select):
1058 Make arguments optional.
1059
1060 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
1061
1062 * macros.el (apply-macro-to-region-lines): Make it operate on all
1063 lines that begin in the region, rather than on all complete lines
1064 in the region.
1065
1066 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1067
1068 * x-dnd.el (x-dnd-protocol-alist): Document update.
1069 (x-dnd-known-types): Defcustom it.
1070 (x-dnd-handle-motif): Print message-atom in error message.
1071
1072 2004-08-30 John Paul Wallington <jpw@gnu.org>
1073
1074 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
1075 strings rather than programatically constructing message.
1076
1077 2004-08-30 Richard M. Stallman <rms@gnu.org>
1078
1079 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
1080 Don't return a string that would read as the wrong character code.
1081
1082 2004-08-29 Kim F. Storm <storm@cua.dk>
1083
1084 * emulation/cua-base.el (cua-auto-expand-rectangles):
1085 Remove automatic rectangle padding feature; replace by non-destructive
1086 virtual rectangle edges feature.
1087 (cua-virtual-rectangle-edges): New defcustom.
1088 (cua-auto-tabify-rectangles): New defcustom.
1089 (cua-paste): If paste into a marked rectangle, insert rectangle at
1090 current column, even if virtual; also paste exactly as many lines
1091 as has been marked (ignore additional lines or add empty lines),
1092 but paste whole source if only one line is marked.
1093 (cua--update-indications): No longer use overwrite-cursor to
1094 indicate rectangle padding
1095
1096 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
1097 (cua--rectangle-virtual-edges): New defun.
1098 (cua--rectangle-get-corners): Remove optional PAD arg.
1099 (cua--rectangle-set-corners): Never do padding.
1100 (cua--forward-line): Remove optional PAD arg. Simplify.
1101 (cua-resize-rectangle-right, cua-resize-rectangle-left)
1102 (cua-resize-rectangle-down, cua-resize-rectangle-up):
1103 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
1104 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
1105 (cua--rectangle-move): Never do padding. Simplify.
1106 (cua--tabify-start): New defun.
1107 (cua--rectangle-operation): Add tabify arg. All callers changed.
1108 (cua--pad-rectangle): Remove.
1109 (cua--delete-rectangle): Handle delete with virtual edges.
1110 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
1111 (cua--insert-rectangle): Handle insert at virtual column.
1112 Perform auto-tabify if necessary.
1113 (cua--activate-rectangle): Remove optional FORCE arg.
1114 Never do padding. Simplify.
1115 (cua--highlight-rectangle): Enhance for virtual edges.
1116 (cua-toggle-rectangle-padding): Remove command.
1117 (cua-toggle-rectangle-virtual-edges): New command.
1118 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
1119 (cua--rectangle-post-command): Don't force rectangle padding.
1120 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
1121
1122 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
1123
1124 * indent.el (edit-tab-stops-buffer): Doc fix.
1125
1126 2004-08-28 Richard M. Stallman <rms@gnu.org>
1127
1128 * progmodes/grep.el (grep-default-command): Use find-tag-default.
1129 (grep-tag-default): Function deleted.
1130
1131 * subr.el (find-tag-default): Moved from etags.el.
1132
1133 * progmodes/etags.el (find-tag-default): Moved to subr.el.
1134
1135 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
1136 into the basic character if it has an uppercase form.
1137
1138 2004-08-27 Kenichi Handa <handa@m17n.org>
1139
1140 * international/utf-8.el (utf-8-post-read-conversion): If the
1141 buffer is unibyte, temporarily make it multibyte.
1142
1143 2004-08-27 Masatake YAMATO <jet@gyve.org>
1144
1145 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
1146
1147 2004-08-25 John Paul Wallington <jpw@gnu.org>
1148
1149 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
1150 0, 1, and many mismatches in message.
1151 (tex-start-shell): Use `set-process-query-on-exit-flag'.
1152
1153 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
1154 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
1155
1156 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
1159 vc-diff-switches differently.
1160
1161 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
1162
1163 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
1164 before and a real defvar after
1165 `speedbar-supported-extension-expressions'. This is to silence
1166 the compiler without breaking bootstrapping.
1167
1168 2004-08-22 Richard M. Stallman <rms@gnu.org>
1169
1170 * textmodes/flyspell.el (flyspell-word):
1171 Use set-process-query-on-exit-flag.
1172 (flyspell-highlight-duplicate-region): Take POSS as arg.
1173 (flyspell-word): Pass POSS as arg.
1174
1175 * progmodes/ada-xref.el: Many doc and style fixes.
1176 (ada-find-any-references): Use compilation-start.
1177 (ada-get-ali-file-name): Improve error msg.
1178 (ada-get-ada-file-name): Likewise.
1179
1180 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
1181 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
1182
1183 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1184 Add forward defvar.
1185
1186 * whitespace.el (global-whitespace-mode): New alias
1187 for whitespace-global-mode.
1188
1189 * speedbar.el (speedbar-file-regexp): Definition moved up.
1190 (speedbar-mode, speedbar-set-mode-line-format):
1191 Use with-no-warnings.
1192 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
1193
1194 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
1195 controls whether to display the error buffer.
1196
1197 * ps-mule.el: Delete compatibility code for old Emacses.
1198 (ps-mule-find-wrappoint): Don't use chars-in-region.
1199
1200 * frame.el (display-mouse-p, display-selections-p):
1201 Use with-no-warnings.
1202
1203 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
1204
1205 2004-08-22 David Kastrup <dak@gnu.org>
1206
1207 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
1208 information.
1209
1210 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
1211
1212 2004-08-22 Andreas Schwab <schwab@suse.de>
1213
1214 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
1215
1216 2004-08-22 Masatake YAMATO <jet@gyve.org>
1217
1218 * cvs-status.el (cvs-status-checkout): New function.
1219 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
1220
1221 2004-08-21 David Kastrup <dak@gnu.org>
1222
1223 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
1224 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
1225 has been converted to use hashtables, the relation `nil=none' is
1226 no longer valid, as `nil' is not a hashtable. This patch tries to
1227 reduce the number of resulting errors.
1228
1229 2004-08-21 John Paul Wallington <jpw@gnu.org>
1230
1231 * subr.el (process-kill-without-query): Made obsolete in
1232 version 21.4, not 21.5.
1233
1234 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
1235 (vc-previous-comment, vc-next-comment)
1236 (vc-comment-search-reverse, vc-comment-search-forward)
1237 (vc-comment-to-change-log): Likewise.
1238
1239 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
1240
1241 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
1242
1243 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
1244 Correct indentation of DEFMETHODS with non-standard method
1245 combinations (e.g., PROGN, MIN, MAX).
1246
1247 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * startup.el (normal-top-level-add-subdirs-to-load-path):
1250 Avoid unnecessarily checking system-type.
1251 (normal-top-level): Set TERM to "dumb". Simplify.
1252
1253 * avoid.el (mouse-avoidance-ignore-p): New fun.
1254 Also ignore switch-frame, select-window, double, and triple clicks.
1255 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
1256 (mouse-avoidance-fancy-hook): Use it.
1257
1258 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
1259
1260 * avoid.el (mouse-avoidance-nudge-mouse)
1261 (mouse-avoidance-banish-destination): Stay within the current window
1262 to avoid problems with mouse-autoselect-window.
1263
1264 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
1267 the newer format of some messages in cvs-1.12.1.
1268
1269 2004-08-19 Masatake YAMATO <jet@gyve.org>
1270
1271 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
1272 (elp-results-jump-to-definition-by-mouse)
1273 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
1274 (elp-output-result): Use elp-output-insert-symname.
1275
1276 2004-08-18 Kenichi Handa <handa@m17n.org>
1277
1278 * language/cyrillic.el: Register koi8-r in
1279 ctext-non-standard-encodings-alist.
1280 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
1281
1282 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
1283
1284 * emacs-lisp/copyright.el (copyright-update-year): Delete code
1285 that replaces 20xy with xy.
1286
1287 2004-08-17 John Paul Wallington <jpw@gnu.org>
1288
1289 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
1290 (reb-force-update): Doc fix.
1291
1292 2004-08-16 Richard M. Stallman <rms@gnu.org>
1293
1294 * progmodes/which-func.el (which-func-update-1): Doc fix.
1295
1296 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
1297 (sh-mode-abbrev-table): New variable.
1298
1299 * progmodes/compile.el (compilation-mode): Doc fix.
1300
1301 * emacs-lisp/lisp-mode.el (eval-last-sexp):
1302 Don't cons a new symbol each time.
1303 (eval-last-sexp-fake-value): New variable.
1304
1305 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
1306 (copyright-update-year): Detect continuation of list of years.
1307
1308 * term.el (term-default-fg-color, term-default-bg-color)
1309 (ansi-term-color-vector): Use `unspecified', not nil, as default.
1310
1311 * imenu.el: Several doc fixes: don't say variables are buffer-local.
1312
1313 2004-08-16 Davis Herring <herring@lanl.gov>
1314
1315 * isearch.el (isearch-string, isearch-message-string, isearch-point)
1316 (isearch-success, isearch-forward-flag, isearch-other-end)
1317 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1318 (isearch-barrier, isearch-within-brackets)
1319 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
1320
1321 2004-08-16 Kenichi Handa <handa@m17n.org>
1322
1323 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
1324
1325 2004-08-15 Kenichi Handa <handa@m17n.org>
1326
1327 * term/x-win.el (x-selection-value): If utf8 was successful but
1328 ctext was not, use utf8 string.
1329
1330 2004-08-14 Davis Herring <herring@lanl.gov>
1331
1332 * isearch.el: Remove accidental changes of March 4. Fix backing
1333 up when a regexp isearch is made more general. Use symbolic
1334 accessor functions for isearch stack frames to make usage clearer.
1335 (search-whitespace-regexp): Made groups in documentation shy (as
1336 is the group in the default value).
1337 (isearch-fallback): New function, addresses problems with regexps
1338 liberalized by `\|', adds support for liberalization by `\}' (the
1339 general repetition construct), and incorporates behavior for
1340 `*'/`?'.
1341 (isearch-}-char): New command, calls `isearch-fallback' with
1342 arguments appropriate to a typed `}'.
1343 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
1344 appropriately.
1345 (isearch-mode-map): Bind `}' to `isearch-}-char'.
1346 (isearch-string, isearch-message,string, isearch-point)
1347 (isearch-success, isearch-forward-flag, isearch-other-end)
1348 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1349 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
1350 New inline functions to read fields of a stack frame.
1351
1352 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
1353
1354 * battery.el (battery-linux-proc-acpi): Look into battery
1355 directories matching the literal string "CMB", too (required for
1356 Linux kernel version 2.6.7).
1357
1358 2004-08-14 John Paul Wallington <jpw@gnu.org>
1359
1360 * cus-start.el (read-file-name-completion-ignore-case): Add.
1361 (blink-cursor-alist): Change version to "21.4".
1362
1363 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
1364
1365 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
1366
1367 * speedbar.el (speedbar-scan-subdirs): New option.
1368 (speedbar-file-lists): Don't ignore file-name case on Unix and use
1369 dolist.
1370 (speedbar-insert-files-at-point): Take an extra argument and use
1371 it to optionally find out if a subdir is empty. Also unreadable
1372 files don't get expand buttons.
1373 (speedbar-directory): New image (unused pixmap already existed).
1374 (speedbar-expand-image-button-alist): Use it.
1375
1376 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
1377
1378 CC Mode update to 5.30.9:
1379
1380 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
1381 Move from cc-vars to cc-defs for dependency reasons. Fix the
1382 POSIX char class test to check that it works in
1383 `skip-chars-(forward|backward)' too.
1384
1385 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
1386 first argument starts with a special brace list.
1387
1388 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
1389 when `c-opt-type-concat-key' is used (i.e. in Pike).
1390
1391 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
1392 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
1393 >)".
1394
1395 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
1396 whitespace safe.
1397
1398 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
1399 position for `arglist-intro', `arglist-cont-nonempty' and
1400 `arglist-close' when there are two arglist open parens on the same
1401 line and there's nothing in front of the first.
1402
1403 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
1404 locking of qualified names in Java, which previously could fontify
1405 common indexing expressions in many cases. The standard Java
1406 naming conventions are used to tell them apart.
1407
1408 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
1409 Fix inconsistency wrt opening parens on the first line inside a paren
1410 block.
1411
1412 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
1413 compile time for the sake of `c-major-mode-is'.
1414
1415 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
1416 `c-major-mode-is' in the event that this is used inside a
1417 `c-lang-defconst'.
1418
1419 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
1420 `c-lang-defconst' so that it works better with fallback languages.
1421
1422 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
1423 it to fail to record the base mode.
1424
1425 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1426 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
1427 is used. Reordered the syntax checks to get more efficient
1428 skipping in some situations.
1429
1430 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
1431 continuation which might precede the newly inserted '{'.
1432
1433 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1434 Fix cases where it could loop indefinitely.
1435
1436 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
1437 size specs correctly. Only fontify identifiers in front of '('
1438 with as functions - don't accept any paren char. Tightened up
1439 initializer skipping to stop before function and class blocks.
1440
1441 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
1442 the point could be left directly after an open paren when finding
1443 the beginning of the first decl in the block.
1444
1445 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
1446 table when filtering out legitimate open parens to be recorded.
1447 This could cause cache inconsistencies when e.g.
1448 `c++-template-syntax-table' was temporarily in use.
1449
1450 * progmodes/cc-engine.el (c-on-identifier)
1451 (c-simple-skip-symbol-backward): Small fix for handling "-"
1452 correctly in `skip-chars-backward'. Affected the operator lfun
1453 syntax in Pike.
1454
1455 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
1456 Fix bug that could cause an error from `after-change-functions' when
1457 the changed region is at bob.
1458
1459 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
1460
1461 CC Mode update to 5.30.9:
1462
1463 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
1464 to say that <TAB> doesn't insert WS into a CPP line.
1465 (c-indent-command, c-tab-always-indent): Amend doc strings.
1466
1467 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
1468 checks for user errors, thus eliminating cryptic and unhelpful
1469 Emacs error messages. (1) Check the arg to `c-set-style' is a
1470 string. (2) Check that settings to `c-offsets-alist' are not
1471 spuriously quoted.
1472
1473 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
1474 which precedes the newly inserted `{'.
1475
1476 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
1477
1478 Sync with Tramp 2.0.44.
1479
1480 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
1481 function "tramp_file_attributes". Otherwise, file names
1482 containing spaces are misinterpreted. Reported by Magnus Henoch
1483 <mange@freemail.hu>.
1484 (tramp-handle-file-truename): FILENAME must be expanded first.
1485 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
1486 obscure results. Reported by D. Goel <deego@gnufans.org>.
1487 (tramp-handle-verify-visited-file-modtime): If file does not
1488 exist, say it is not modified if and only if that agrees with the
1489 buffer's record. Check whether a file is visiting the buffer, or
1490 the buffer has no recorded last modification time. Return t in
1491 case the visiting file doesn't exist. Suggested by Luc Teirlinck
1492 <teirllm@auburn.edu>.
1493 (tramp-handle-write-region): Pass modtime explicitely to
1494 `set-visited-file-modtime', because filename can be different
1495 from (buffer-file-name) if `file-precious-flag' is set.
1496 `set-visited-file-modtime' must be called always when `visit' is t
1497 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
1498 (tramp-handle-set-visited-file-modtime): If `time-list' is not
1499 nil, don't apply the whole body. If the file doesn't exists, set
1500 modtime to '(-1 65535). Suggested by Luc Teirlinck
1501 <teirllm@auburn.edu>.
1502
1503 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
1504
1505 * help.el (describe-bindings): Doc fix.
1506
1507 * subr.el (kbd): Doc fix.
1508
1509 2004-08-08 John Paul Wallington <jpw@gnu.org>
1510
1511 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
1512 instead of `string-to-int'.
1513 (define-ibuffer-column mode): Fix indentation.
1514
1515 2004-08-08 Lars Hansen <larsh@math.ku.dk>
1516
1517 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
1518
1519 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1520
1521 * subr.el (global-unset-key, local-unset-key): Doc fixes.
1522
1523 * novice.el (disabled-command-function): New variable renamed from
1524 `disabled-command-hook'.
1525 (disabled-command-hook): Keep the _variable_ as alias for
1526 `disabled-command-function' and make obsolete.
1527 (disabled-command-function): Function renamed from
1528 `disabled-command-hook'. Adapt code to name change of the variable.
1529
1530 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
1531
1532 * simple.el (completion-root-regexp): New defvar.
1533 (completion-setup-function): Use it instead of a literal string.
1534
1535 2004-08-07 John Paul Wallington <jpw@gnu.org>
1536
1537 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
1538 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
1539 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
1540 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
1541
1542 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1543
1544 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
1545 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
1546
1547 2004-08-04 Kenichi Handa <handa@m17n.org>
1548
1549 * international/encoded-kb.el (encoded-kbd-setup-keymap):
1550 Fix previous change.
1551
1552 2004-08-03 Kenichi Handa <handa@m17n.org>
1553
1554 * international/encoded-kb.el: The following changes are to
1555 utilize key-translation-map instead of minor mode map.
1556 (encoded-kbd-iso2022-non-ascii-map): Delete it.
1557 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
1558 (encoded-kbd-last-key): New function.
1559 (encoded-kbd-iso2022-single-shift): New function.
1560 (encoded-kbd-iso2022-designation)
1561 (encoded-kbd-self-insert-iso2022-7bit)
1562 (encoded-kbd-self-insert-iso2022-8bit)
1563 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
1564 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
1565 key-translation-map.
1566 (encoded-kbd-setup-keymap): Setup key-translation-map.
1567 (saved-key-translation-map): New variable.
1568 (encoded-kbd-mode): Save/restore key-translation-map.
1569 Adjust for the change of encoded-kbd-setup-keymap.
1570
1571 2004-08-02 Kim F. Storm <storm@cua.dk>
1572
1573 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
1574 and call compute-motion with nil for topos and width to get proper
1575 usable width and height for both window and non-window systems.
1576
1577 * windmove.el (windmove-coordinates-of-position): Let compute-motion
1578 calculate usable window width and height.
1579
1580 * window.el (window-buffer-height): Call compute-motion with nil width.
1581
1582 2004-08-01 David Kastrup <dak@gnu.org>
1583
1584 * replace.el (query-replace-read-from):
1585 Use `query-replace-compile-replacement'.
1586 (query-replace-compile-replacement): New function.
1587 (query-replace-read-to): Use `query-replace-compile-replacement'
1588 for repeating the last command.
1589
1590 2004-08-01 John Paul Wallington <jpw@gnu.org>
1591
1592 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
1593 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
1594 (pr-switches): Remove period from end of error messages.
1595
1596 * help-mode.el (help-go-back): Likewise.
1597
1598 * abbrev.el (only-global-abbrevs): Doc fix.
1599 (edit-abbrevs-map): Define within defvar.
1600 (quietly-read-abbrev-file): Doc fix.
1601
1602 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
1603
1604 * novice.el (enable-command, disable-command): Doc fixes.
1605
1606 * subr.el (event-modifiers, event-basic-type): Doc fixes.
1607
1608 2004-07-30 Richard M. Stallman <rms@gnu.org>
1609
1610 * subr.el (with-local-quit): Doc fix.
1611
1612 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
1613
1614 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
1615
1616 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
1617
1618 * custom.el (defcustom): Doc fix.
1619
1620 2004-07-28 Masatake YAMATO <jet@gyve.org>
1621
1622 * progmodes/etags.el (etags-tags-apropos): Show building progress.
1623
1624 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * imenu.el (imenu-prev-index-position-function)
1627 (imenu-extract-index-name-function, imenu-name-lookup-function)
1628 (imenu--index-alist): Docstring redundancy fix.
1629
1630 2004-07-25 Lars Hansen <larsh@math.ku.dk>
1631
1632 * wdired.el (wdired-finish-edit): Require dired-aux before locally
1633 binding dired-backup-overwrite.
1634
1635 2004-07-25 John Paul Wallington <jpw@gnu.org>
1636
1637 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
1638
1639 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1640
1641 * term/tty-colors.el (tty-color-approximate): Doc fix.
1642
1643 * select.el (x-get-selection, x-set-selection): Doc fixes.
1644
1645 * frame.el (make-frame): Doc fix.
1646
1647 2004-07-24 Richard M. Stallman <rms@gnu.org>
1648
1649 * mail/rmail.el (rmail-mime-charset-pattern):
1650 Don't include semicolon in the charset value.
1651
1652 * replace.el (occur-next-error): Call set-window-point.
1653 (occur-engine): Handle negative NLINES.
1654
1655 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
1656
1657 * frame.el (modify-all-frames-parameters): Minor doc fix.
1658 (set-frame-configuration): Doc fix.
1659
1660 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1661
1662 * simple.el (completion-setup-function): Compute the common parts
1663 and the first difference place correctly when
1664 partial-completion-mode is on.
1665
1666 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1667
1668 * ps-print.el: Doc fix.
1669 (ps-print-version): New version 6.6.5.
1670 (ps-printing-region): Doc fix.
1671 (ps-generate-string-list): Comment fix.
1672 (ps-message-log-max): Code fix.
1673
1674 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
1675
1676 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
1677 generated PostScript.
1678
1679 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
1680
1681 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
1682 with Gnus v5_10 branch.)
1683
1684 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
1685
1686 * calendar/time-date.el (time-to-number-of-days): New function.
1687 Imported from from Gnus.
1688
1689 2004-07-22 Kim F. Storm <storm@cua.dk>
1690
1691 * progmodes/make-mode.el: Fix comments.
1692
1693 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1694
1695 * printing.el: Doc fix.
1696
1697 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
1698
1699 * frame.el (modify-all-frames-parameters): Minor doc fix.
1700
1701 2004-07-20 Richard M. Stallman <rms@gnu.org>
1702
1703 * textmodes/fill.el (fill-nobreak-p): If this break point is
1704 at the end of the line, don't consider the newline which follows
1705 as a reason to return t.
1706
1707 2004-07-19 John Paul Wallington <jpw@gnu.org>
1708
1709 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
1710
1711 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
1712
1713 * dired-aux.el (dired-do-kill-lines): Expand docstring.
1714 Delete irrelevant code.
1715
1716 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1717
1718 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1719 New docstring. From Luc Teirlinck.
1720
1721 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
1722
1723 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
1724 section.
1725 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
1726 non-file buffers. We know it is nil.
1727
1728 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1729
1730 Sync with Tramp 2.0.43.
1731
1732 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1733 Remove outdated comment.
1734 (tramp-locked, tramp-locker): New variables for implementing a
1735 global lock.
1736 (tramp-sh-file-name-handler): Use them to implement the global lock.
1737
1738 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
1739
1740 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
1741 calls to respective `xxx` calls.
1742 (tramp-process-alive-regexp): Precise doc string.
1743 (tramp-multi-action-process-alive): New defun.
1744 (tramp-multi-actions): Use it.
1745 (tramp-handle-find-backup-file-name): `copy-tree' is available
1746 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
1747 in order to avoid this function.
1748 (tramp-handle-write-region): Set current buffer. If connection
1749 wasn't open, `file-modes' has changed it accidently. Reported by
1750 David Kastrup <dak@gnu.org>.
1751 (tramp-enter-password, tramp-read-passwd): New arguments USER and
1752 HOST.
1753 (tramp-action-password, tramp-multi-action-password): Apply it.
1754 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
1755 name must still contain the port number. Otherwise, we have two
1756 Tramp buffers, with all the confusion. Reported by Myron Selby
1757 <myron@xytech.com> and Rolf Dubitzky
1758 <Dubitzky@physi.uni-heidelberg.de>.
1759
1760 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
1761 HOST to `tramp-enter-passwd'.
1762
1763 * net/tramp-vc.el (all): Code cleanup. Change all
1764 `tramp-handle-xxx' calls to respective `xxx` calls.
1765
1766 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
1767
1768 * emacs-lisp/testcover.el: New category "potentially-1valued" for
1769 functions that are not erroneous if either 1-valued or
1770 multi-valued. Detect functions in this class.
1771 (testcover-1value-functions, testcover-compose-functions)
1772 (testcover-progn-functions) Added some additional functions to lists.
1773 (testcover-mark): Bugfix when marking up the definition for an
1774 empty function.
1775
1776 2004-07-17 Richard M. Stallman <rms@gnu.org>
1777
1778 * replace.el (occur-read-primary-args): Pass default to
1779 read-from-minibuffer.
1780
1781 * mail/footnote.el (footnote-section-tag): Use defcustom.
1782
1783 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1784 Compile font-lock-keywords, not KEYWORDS.
1785 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
1786 Add warn, check-type. Handle cerror like error.
1787
1788 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1789
1790 * progmodes/which-func.el (which-func-keymap): New var.
1791 (which-func-face): New face.
1792 (which-func-format): Use them.
1793
1794 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1795
1796 * buff-menu.el (list-buffers-noselect): Append the buffer's
1797 process status to its mode name.
1798
1799 2004-07-16 Kim F. Storm <storm@cua.dk>
1800
1801 * simple.el (inhibit-mark-movement): New defvar.
1802 (beginning-of-buffer, end-of-buffer): Do not push mark if
1803 inhibit-mark-movement is non-nil or C-u prefix is given.
1804
1805 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
1806 Init to beginning-of-buffer and end-of-buffer.
1807 (cua--undo-push-mark): New defvar.
1808 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
1809 already active and command is in cua--preserve-mark-commands.
1810 Also fix check for shift modifier on non-window systems.
1811 (cua--post-command-handler): Clear inhibit-mark-movement if set.
1812
1813 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1814
1815 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
1816 of two integers, instead of a cons.
1817
1818 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1819 `visited-file-modtime' now returns a list of two integers, instead
1820 of a cons.
1821
1822 * dired.el (dired-directory-changed-p): Ditto.
1823
1824 * progmodes/grep.el (grep): Doc fix.
1825
1826 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1827
1828 * autorevert.el (auto-revert-tail-mode)
1829 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
1830 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
1831 in both at the same time.
1832 (auto-revert-tail-mode): New command.
1833 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
1834 (auto-revert-handler): Revert only either tail or whole file.
1835
1836 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
1837 add auto-revert-tail-mode.
1838
1839 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1840
1841 * printing.el: Doc fix. Change name of some funs.
1842 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
1843 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
1844 (pr-standard-file-name): New fun. Replace pr-standard-path.
1845 (pr-call-process): Code fix.
1846
1847 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
1848
1849 * subr.el (with-selected-window): Doc fix.
1850
1851 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
1852
1853 * subr.el (get-buffer-window-list): Doc fix.
1854
1855 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1856
1857 * files.el (switch-to-buffer-other-window): Doc fix.
1858
1859 * window.el (save-selected-window, one-window-p)
1860 (split-window-keep-point, split-window-vertically)
1861 (split-window-horizontally): Doc fixes.
1862
1863 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1864
1865 * printing.el: Doc fix. Now it uses call-process instead of
1866 shell-command for low command execution.
1867 (pr-version): New version number (6.8).
1868 (pr-shell-file-name): Option removed.
1869 (pr-shell-command): Fun removed.
1870 (pr-call-process): New fun. Replace pr-shell-command.
1871 (pr-standard-path, pr-remove-nil-from-list): New funs.
1872 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1873 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1874 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1875 (pr-ps-utility-process, pr-txt-print): Code fix.
1876
1877 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1878
1879 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1880 boolean.
1881
1882 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1883
1884 * wid-edit.el (widget-field-buffer): Doc fix.
1885
1886 2004-07-09 John Paul Wallington <jpw@gnu.org>
1887
1888 * emacs-lisp/re-builder.el (reb-update-overlays):
1889 Distinguish between one and several matches in message.
1890
1891 2004-07-09 Richard M. Stallman <rms@gnu.org>
1892
1893 * mouse.el (mouse-set-region-1): If transient-mark-mode
1894 is `identity', change it to `only'.
1895
1896 * simple.el (current-word): Doc fix.
1897
1898 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1899
1900 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1901 so that it is more understanding of whitespace.
1902
1903 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1904 form
1905 (("ns" . "element") (attr-list) children) instead of
1906 ((:ns . "element") (attr-list) children) in order to reduce the
1907 number of symbols used.
1908 (xml-skip-dtd): Change to use xml-parse-dtd but set
1909 xml-validating-parsing to nil.
1910 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1911 (xml-substitute-entity): Remove in favor of new entity substitution.
1912 (xml-substitute-special): Rewrite in to substitute complex
1913 entities from DOCTYPE declarations.
1914 (xml-parse-fragment): Parse fragments from entity deleclarations.
1915 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1916 (xml-parse-dtd, xml-substitute-special): Make validity checks
1917 conditioned on xml-validating-parser. Add "Not Well Formed" to
1918 error messages about well-formedness.
1919
1920 2004-07-08 Steven Tamm <steventamm@mac.com>
1921
1922 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1923 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1924 Do not treat double clicks and triple clicks specially in the
1925 scroll bar (preventing strange repositioning problems)
1926
1927 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * replace.el (query-replace-regexp-eval): Fix last change.
1930
1931 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * replace.el (query-replace-descr): New fun.
1934 (query-replace-read-from, query-replace-read-args): Default to the
1935 previous from&to.
1936 (query-replace-read-to): Quote the `from' string when displaying it.
1937 (query-replace-regexp-eval): Immediately check read-only status.
1938 Use query-replace-read-from to get the \n checking.
1939 Quote the `from' string when displaying it.
1940 (map-query-replace-regexp, occur-read-primary-args):
1941 Quote the `from' string when displaying it.
1942
1943 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1944 delimited-ness of the search to query-replace.
1945
1946 * replace.el (query-replace-read-from, query-replace-read-to):
1947 New funs extracted from query-replace-read-args.
1948 (query-replace-read-args): Use them.
1949
1950 * replace.el (query-replace-interactive, query-replace-read-args):
1951 Remove the `initial' special value.
1952 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1953 (occur-engine): Remove unused var `matchend'.
1954
1955 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1956 Use the search string without prompting.
1957
1958 2004-07-05 Kenichi Handa <handa@m17n.org>
1959
1960 * international/mule.el (decode-coding-inserted-region):
1961 Set last-coding-system-used only when coding is nil.
1962
1963 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1964
1965 * progmodes/grep.el (grep-compute-defaults, grep-command)
1966 (grep-program, find-program, grep-find-use-xargs, grep-history)
1967 (grep-find-history, grep-tag-default, grep-find-command)
1968 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1969 Add autoload cookies, for unbundled packages that load `compile'
1970 and expect all grep-related symbols to become defined.
1971
1972 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1973
1974 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1975 (iimage-mode-image-search-path): New user option to search the
1976 image file.
1977 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1978 have locate-file.
1979 (iimage-mode-buffer): Use it.
1980
1981 2004-07-03 Nick Roberts <nickrob@gnu.org>
1982
1983 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1984 carefully.
1985 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1986
1987 2004-07-03 Juri Linkov <juri@jurta.org>
1988
1989 * replace.el (query-replace-read-args): Swallow space after 'foo,
1990 not after (quote foo). Match space only immediately after symbol,
1991 not anywhere in the whole string.
1992
1993 2004-07-02 Richard M. Stallman <rms@gnu.org>
1994
1995 * replace.el (query-replace-read-args): Swallow space after
1996 symbols, not after closeparens. But avoid error if string ends there.
1997
1998 * progmodes/python.el (python-beginning-of-statement):
1999 Exit the loop if backward-up-list gets error.
2000
2001 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
2002
2003 2004-07-02 Andre Spiegel <spiegel@gnu.org>
2004
2005 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
2006 only if vc-consult-headers is non-nil.
2007
2008 2004-07-02 Juri Linkov <juri@jurta.org>
2009
2010 * pcvs.el (cvs-mode-diff-repository): New command.
2011
2012 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
2013
2014 2004-07-01 Juri Linkov <juri@jurta.org>
2015
2016 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
2017 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
2018 C-M-% to isearch-query-replace-regexp.
2019 (minibuffer-local-isearch-map): Add arrow key bindings.
2020 Bind C-f to isearch-yank-char-in-minibuffer.
2021 (isearch-forward): Doc fix.
2022 (isearch-edit-string): Doc fix.
2023 (isearch-query-replace, isearch-query-replace-regexp): New funs.
2024 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
2025 (isearch-yank-char): Add optional arg.
2026 (isearch-yank-char-in-minibuffer): New fun.
2027
2028 * replace.el (query-replace-interactive): Change type from boolean
2029 to choice. Add value `initial'.
2030 (query-replace-read-args): Handle value `initial' of
2031 query-replace-interactive.
2032
2033 2004-06-29 Kim F. Storm <storm@cua.dk>
2034
2035 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
2036 (breakpoint-disabled-bitmap-face): Add :group 'gud.
2037
2038 * progmodes/ada-xref.el (ada-tight-gvd-integration):
2039 Add :group 'ada.
2040
2041 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
2042
2043 2004-06-29 Juri Linkov <juri@jurta.org>
2044
2045 * replace.el (query-replace-read-args): Swallow a space after
2046 everything except )]" which in most cases means after a symbol.
2047
2048 * emacs-lisp/pp.el (pp-buffer): Add autoload.
2049
2050 2004-06-28 Richard M. Stallman <rms@gnu.org>
2051
2052 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
2053 More changes to go with previous change in font-lock.el.
2054
2055 2004-06-26 David Kastrup <dak@gnu.org>
2056
2057 * replace.el (perform-replace): Highlight the match even in
2058 non-query mode if there is potential replace string editing.
2059
2060 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
2061
2062 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
2063 agree with new return value of `file-remote-p'.
2064 This syncs with Tramp 2.0.42.
2065
2066 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
2067 according to new documentation of `file-remote-p'.
2068
2069 * files.el (file-remote-p): Fix doc to say that return value is
2070 identification of remote system, if not nil.
2071 (file-relative-name): Use new return value of `file-remote-p'.
2072
2073 2004-06-26 Nick Roberts <nickrob@gnu.org>
2074
2075 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
2076 (gdb-goto-breakpoint): Fix breakage.
2077
2078 2004-06-26 Eli Zaretskii <eliz@gnu.org>
2079
2080 * man.el (Man-getpage-in-background): Add windows-nt to the list
2081 of systems where shell-file-name should be used instead of
2082 literal "sh".
2083
2084 2004-06-25 Sam Steingold <sds@gnu.org>
2085
2086 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
2087 function names `(setf symbol)'.
2088
2089 2004-06-24 Richard M. Stallman <rms@gnu.org>
2090
2091 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
2092
2093 * font-lock.el (font-lock-keywords): Change format of compiled values.
2094 Document it.
2095 (font-lock-add-keywords): If font-lock-keywords is compiled,
2096 extract the uncompiled version, modify, then recompile.
2097 (font-lock-remove-keywords): Likewise.
2098 (font-lock-fontify-keywords-region): Handle changed format.
2099 (font-lock-compile-keywords): Handle changed format.
2100 (font-lock-set-defaults): Compile the keywords explicitly here.
2101
2102 2004-06-24 David Kastrup <dak@gnu.org>
2103
2104 * replace.el (query-replace-read-args): Implement `\,' and `\#'
2105 replacements here.
2106 (query-replace-regexp): Doc string explaining this and the new
2107 `\?' replacement. Remove `\,' and `\#' implementation here, as it
2108 is better placed in `query-replace-read-args'.
2109 (replace-regexp): Explain `\,', `\#' and `\?'.
2110 (replace-match-data): New function for thorough reuse/destruction
2111 of old match-data.
2112 (replace-match-maybe-edit): Function for implementing `\?' editing.
2113 (perform-replace): Fix maintaining of the match stack including
2114 already matched regions, implement `\?', fix various problems
2115 with regions while editing and other stuff.
2116 (replace-highlight): Simplify.
2117
2118 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
2119
2120 * progmodes/grep.el (grep-error-screen-columns): New variable.
2121 (grep-regexp-alist): Give it the full functionality of gnu style
2122 compilation messages with line and column ranges. Ask me for the
2123 perl script I'm working on, that uses these.
2124
2125 2004-06-23 Nick Roberts <nickrob@gnu.org>
2126
2127 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
2128 Remove.
2129 (comint-insert-input, comint-mouse-insert-input): New functions
2130 based on comint-insert-clicked-input for two bindings but just
2131 one functionality.
2132
2133 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2134
2135 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
2136
2137 2004-06-23 Lars Hansen <larsh@math.ku.dk>
2138
2139 * files.el (write-contents-functions): Doc fix.
2140
2141 2004-06-21 Juanma Barranquero <lektu@terra.es>
2142
2143 * image.el (image-library-alist): Rewrite docstring in active voice.
2144
2145 2004-06-20 Richard M. Stallman <rms@gnu.org>
2146
2147 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
2148
2149 * isearch.el (isearch-repeat): Avoid testing old match data.
2150 (isearch-message): Display trailing space in special font
2151 when search is failing.
2152 (isearch-search-fun-function): Doc fix.
2153
2154 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
2155
2156 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
2157
2158 * frame.el (show-trailing-whitespace): Doc fix.
2159
2160 * cus-edit.el (custom-variable-documentation): New function.
2161 (custom-variable): Use it.
2162
2163 2004-06-19 Nick Roberts <nickrob@gnu.org>
2164
2165 * man.el (Man-getpage-in-background): Revert previous change but
2166 make cygwin a special case.
2167
2168 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
2169
2170 * autorevert.el (global-auto-revert-non-file-buffers):
2171 Update docstring.
2172
2173 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
2174
2175 * progmodes/compile.el (compilation-error-properties): Store one
2176 more than end-col, if present, so that transient-mark-mode will
2177 highlight last char too.
2178 * progmodes/grep.el (grep-regexp-alist): Match columns and column
2179 ranges, if present.
2180
2181 2004-06-18 Jason Rumney <jasonr@gnu.org>
2182
2183 * makefile.w32-in: Double percent signs in for loops.
2184
2185 2004-06-17 David Kastrup <dak@gnu.org>
2186
2187 * replace.el (query-replace-read-args): Only warn about use of \n
2188 and \t when we are doing a regexp replacement and the actual
2189 escaped character is n or t.
2190 (query-replace-regexp): Add \, and \# interpretation to
2191 interactive call and document it.
2192 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2193 as shortkey for replace-count.
2194 (replace-quote): New function for doubling backslashes.
2195
2196 2004-06-17 Juanma Barranquero <lektu@terra.es>
2197
2198 * files.el (parse-colon-path, cd): Mention in docstring that the
2199 path separator is colon in GNU-like systems.
2200
2201 * newcomment.el (comment-region-internal): Fix docstring.
2202
2203 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
2204 (ewoc-invalidate, ewoc-collect): Doc fixes.
2205 (ewoc--create-node, ewoc--delete-node-internal):
2206 Fix typos in docstring.
2207
2208 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2209
2210 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
2211 manual to docstring.
2212
2213 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2214
2215 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
2216
2217 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2218
2219 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2220 Add hyperlink to emacs-xtra manual to docstring.
2221
2222 * autorevert.el (global-auto-revert-non-file-buffers):
2223 Add hyperlink to emacs-xtra manual to docstring, as well as an
2224 info-link.
2225
2226 2004-06-14 Juanma Barranquero <lektu@terra.es>
2227
2228 * image.el (image-library-alist): New variable to map image types
2229 to external libraries. Initialized to nil, unless system-specific
2230 configs change it.
2231 (image-type-available-p): Determine whether an image type is
2232 available by calling `init-image-library'.
2233
2234 * term/w32-win.el (image-library-alist): Initialize to a known set
2235 of probable library names.
2236
2237 2004-06-14 Kenichi Handa <handa@m17n.org>
2238
2239 * international/code-pages.el (windows-1256, cp1125): Fix tables
2240 for several characters.
2241
2242 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
2243
2244 2004-06-13 Richard M. Stallman <rms@gnu.org>
2245
2246 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
2247
2248 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
2249 not "`pc-selection-mode'".
2250
2251 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
2252
2253 * simple.el (previous-matching-history-element): Specify a default.
2254
2255 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
2256
2257 * cus-face.el (custom-declare-face): Simplify code.
2258
2259 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
2260
2261 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
2262
2263 * files.el (before-save-hook): Add `time-stamp' to the options.
2264
2265 * time-stamp.el (time-stamp): Recommend adding it to
2266 `before-save-hook', rather than `write-file-functions'.
2267 Make a similar change in `Commentary' section.
2268
2269 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
2270
2271 * diff-mode.el (diff-current-defun): If at start of hunk, use
2272 position of first change.
2273
2274 2004-06-13 Lars Hansen <larsh@math.ku.dk>
2275
2276 * dired-x.el (dired-mark-omitted): Bind to "*O".
2277
2278 2004-06-12 Karl Fogel <kfogel@red-bean.com>
2279
2280 * bookmark.el (bookmark-bmenu-relocate): New function, as
2281 suggested by David J. Biesack <David.Biesack@sas.com>.
2282 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
2283 (bookmark-bmenu-mode): Describe binding in doc string.
2284 (bookmark-set-filename): Save the bookmark list if it's time.
2285
2286 2004-06-13 Kenichi Handa <handa@m17n.org>
2287
2288 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
2289 (ccl-untranslated-to-ucs): Fix typo.
2290
2291 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2292
2293 * progmodes/python.el (python-open-block-statement-p):
2294 Fix indentation after a block opening that contains a comment.
2295
2296 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
2297
2298 * bindings.el (completion-ignored-extensions): Add file extensions
2299 of Python byte-compiled files.
2300
2301 2004-06-12 Juri Linkov <juri@jurta.org>
2302
2303 * info.el (Info-goto-node): Add autoload.
2304 (Info-toc): Add substring-no-properties on Info file name.
2305 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
2306 (Info-mode-map): Bind L to Info-history, T to Info-toc.
2307
2308 2004-06-12 Kenichi Handa <handa@m17n.org>
2309
2310 * international/mule-cmds.el (set-language-environment):
2311 Load subst tables if necessary.
2312
2313 * international/mule.el (decode-char): Load subst tables if necessary.
2314 (encode-char): Likewise.
2315
2316 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
2317 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
2318 (utf-16le-decode-loop): Set r5 to -1 before loop.
2319 (utf-16be-decode-loop): Likewise.
2320 (ccl-decode-mule-utf-16le): Add EOF processing block.
2321 (ccl-decode-mule-utf-16be): Likewise.
2322 (ccl-decode-mule-utf-16le-with-signature): Likewise.
2323 (ccl-decode-mule-utf-16be-with-signature): Likewise.
2324 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
2325 (ccl-mule-utf-16-encode-untrans): New CCL.
2326 (utf-16-decode-to-ucs): Handle pre-read character.
2327 (utf-16le-encode-loop): Handle surrogate pair.
2328 (utf-16be-encode-loop): Likewise.
2329 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
2330 of utf-16le-encode-loop.
2331 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
2332 of utf-16be-encode-loop.
2333 (mule-utf-16-post-read-conversion):
2334 Call utf-8-post-read-conversion at first.
2335 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
2336 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
2337 Add post-read-conversion and pre-write-conversion.
2338
2339 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
2340 (utf-translate-cjk-unicode-range): New variable.
2341 (utf-translate-cjk-load-tables): New function.
2342 (utf-lookup-subst-table-for-decode): New function.
2343 (utf-lookup-subst-table-for-encode): New function.
2344 (utf-translate-cjk-mode): Init-value changed to t. Don't load
2345 tables here. Update safe-charsets of utf-* coding systems.
2346 (ccl-mule-utf-untrans): New CCL.
2347 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
2348 at end of each branch.
2349 (ccl-mule-utf-8-encode-untrans): New CCL.
2350 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
2351 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
2352 length of encoding. Don't return r0.
2353 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
2354 (utf-8-post-read-conversion): Narrow to region properly.
2355 If utf-translate-cjk-mode is on, load tables if necessary.
2356 Call utf-8-compose with hash-table arg if necessary.
2357 Call XXX-compose-region instead of XXX-post-read-convesion.
2358 (utf-8-pre-write-conversion): New function.
2359 (mule-utf-8): Include CJK charsets in safe-charsets if
2360 utf-translate-cjk-mode is on. Add pre-write-conversion.
2361
2362 * international/characters.el: Temporarily set
2363 utf-translate-cjk-mode to nil.
2364
2365 * language/devan-util.el (devanagari-compose-region):
2366 Add autoload cookie.
2367
2368 * international/ccl.el (ccl-dump-call): Fix printing the
2369 subroutine name.
2370
2371 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
2372
2373 * dired.el (dired-revert): If buffer is marked unmodified before
2374 reverting, keep it marked unmodified.
2375 Adapt to new conventions for commenting out code.
2376 (dired-make-relative): Adapt to new conventions for commenting out code.
2377
2378 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
2379
2380 * eshell/esh-module.el (eshell-load-defgroups):
2381 Bind `vc-handled-backends' to nil when opening files.
2382
2383 2004-06-11 Juanma Barranquero <lektu@terra.es>
2384
2385 * files.el (parse-colon-path, cd): Doc fixes (refer to
2386 `path-separator', not colon).
2387
2388 2004-06-10 Juanma Barranquero <lektu@terra.es>
2389
2390 * newcomment.el (comment-search-forward)
2391 (comment-search-backward): Fix typos in docstring.
2392 (comment-region): Doc fix.
2393
2394 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
2395
2396 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
2397 switch is no longer stored in `dired-switches-alist'.
2398
2399 * dired-aux.el (dired-insert-subdir): Do not store R switch in
2400 `dired-switches-alist'.
2401
2402 2004-06-10 Kim F. Storm <storm@cua.dk>
2403
2404 * pcvs.el (cvs-mode-diff-yesterday): New command.
2405
2406 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
2407
2408 2004-06-10 Juri Linkov <juri@jurta.org>
2409
2410 * emacs-lisp/edebug.el (edebug-eval-defun):
2411 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
2412 Fix docstring.
2413
2414 * simple.el (eval-expression-print-format): Don't print additional
2415 information on the first call to `eval-print-last-sexp'.
2416 (next-error-find-buffer): Fix punctuation.
2417 (killing) <defgroup>: Fix punctuation.
2418 (yank-excluded-properties): Change group from editing to killing.
2419
2420 * replace.el (perform-replace): Use `limit' to terminate the
2421 while-loop explicitly.
2422
2423 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2424
2425 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
2426 Use lc-*.xpm as prefix instead of *-locol.xpm.
2427
2428 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
2429 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
2430 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
2431 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
2432 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
2433 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
2434 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
2435 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
2436 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
2437 * toolbar/lc-up_arrow.xpm:
2438 Renamed from *-locol.xpm.
2439
2440 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
2441
2442 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
2443 include forms like &<str>; as valid url patterns.
2444
2445 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
2446
2447 * dired.el (dired-diff, dired-backup-diff)
2448 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
2449 (dired-do-chown, dired-do-touch, dired-do-print)
2450 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
2451 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
2452 (dired-create-directory, dired-do-copy, dired-do-symlink)
2453 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
2454 (dired-do-copy-regexp, dired-do-hardlink-regexp)
2455 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
2456 (dired-maybe-insert-subdir, dired-next-subdir)
2457 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
2458 (dired-kill-subdir, dired-tree-up, dired-tree-down)
2459 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
2460 (dired-run-shell-command, dired-query): Remove redundant,
2461 or incorrect, autoloads.
2462
2463 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
2464 does not end in a slash. Add optional argument KILL-ROOT.
2465 Update docstring.
2466 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
2467 (dired-query): Add autoloads.
2468
2469 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
2470
2471 * progmodes/compile.el (compilation-set-window-height):
2472 Rearrange the save-* functions because a buffer can have several current
2473 point in different windows.
2474 (compilation-error-regexp-alist-alist): Recognize {standard input}
2475 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
2476
2477 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2478
2479 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
2480 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
2481 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
2482 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
2483 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
2484 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
2485 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
2486 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
2487 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
2488 * toolbar/up_arrow-locol.xpm:
2489 New versions of icons that uses fewer colors.
2490
2491 * toolbar/tool-bar.el (tool-bar-local-item)
2492 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
2493 if display-color-cells is 256 or less.
2494
2495 2004-06-08 Kim F. Storm <storm@cua.dk>
2496
2497 * wid-edit.el (widget-specify-button): Use hand pointer rather
2498 than mouse-face as visible mouse-over effect.
2499
2500 2004-06-07 Karl Fogel <kfogel@red-bean.com>
2501
2502 * saveplace.el (save-place-alist-to-file): Bind `print-length'
2503 and `print-level' to nil when writing out `save-place-alist'.
2504 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
2505
2506 2004-06-07 Juanma Barranquero <lektu@terra.es>
2507
2508 * completion.el (completion-kill-region): Doc fix.
2509
2510 * format.el (format-insert-annotations)
2511 (format-annotate-location): Doc fixes.
2512 (format-subtract-regions): Make arguments match their use in docstring.
2513
2514 * simple.el (kill-region): Doc fix.
2515
2516 * subr.el (insert-buffer-substring-no-properties)
2517 (insert-buffer-substring-as-yank): Doc fixes.
2518
2519 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
2520
2521 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2522 Update docstring.
2523 (dired-reset-subdir-switches): New function.
2524
2525 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
2526 Limit scope of `buffer-read-only' binding.
2527
2528 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
2529
2530 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
2531 eshell-explicit-command-char.
2532
2533 2004-06-06 Juanma Barranquero <lektu@terra.es>
2534
2535 * help-fns.el (help-argument-name): Inherit from italic face only
2536 if the frame supports it.
2537
2538 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2539
2540 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
2541 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
2542 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
2543 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
2544 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
2545 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
2546 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
2547 New conversions from xpm files.
2548
2549 * toolbar/README: New file.
2550
2551 2004-06-06 Richard M. Stallman <rms@gnu.org>
2552
2553 * isearch.el (isearch-mode-map): Undo previous change.
2554
2555 2004-06-05 Juri Linkov <juri@jurta.org>
2556
2557 * bindings.el (debug-ignored-errors): Add regexps for history
2558 related messages. Remove $ from "No further undo information".
2559 Move Ediff's messages to ediff.el.
2560
2561 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
2562
2563 * cus-edit.el (custom-display): Add `min-colors'.
2564
2565 * custom.el (defface): Add `supports' to docstring.
2566
2567 * help-fns.el (help-argument-name): Add :group 'help.
2568
2569 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
2570
2571 * find-dired.el (find-ls-subdir-switches): New user option.
2572 (find-dired): No longer call `abbreviate-file-name' on DIR.
2573 Set `dired-subdir-switches' buffer-locally.
2574
2575 * locate.el: Merge the two `Commentary' sections.
2576 (locate-ls-subdir-switches): New user option.
2577 (locate): Update for other changes.
2578 (locate-mode-map): Restore Dired binding for mouse-2.
2579 Bind `locate-mouse-view-file' to M-mouse-2.
2580 Bind `l' to `locate-do-redisplay'.
2581 (locate-main-listing-line-p, locate-do-redisplay): New functions.
2582 (locate-mouse-view-file, locate-tags, locate-find-directory):
2583 Print message if used outside main listing.
2584 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
2585 Various changes to support inserted subdirectories.
2586 (locate-insert-header): Change header of *Locate* buffer.
2587
2588 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2589 Change interactive default switches.
2590 (dired-rename-subdir-2): Update `dired-switches-alist'.
2591 (dired-insert-subdir, dired-kill-subdir):
2592 Handle `dired-switches-alist'. Do not mark buffer modified.
2593 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
2594 (dired-insert-subdir-doinsert): Omit messages.
2595 Handle `dired-subdir-switches'.
2596 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2597
2598 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
2599 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
2600 subdirs if -R switch is used for a subdir.
2601 (dired-mode): Set `dired-switches-alist'.
2602 (dired-build-subdir-alist): Only print number of directories in
2603 echo area when invoked interactively.
2604
2605 2004-06-05 Lars Hansen <larsh@math.ku.dk>
2606
2607 * dired-x.el (dired-omit-mode): Rename from
2608 dired-omit-files-p. Use define-minor-mode to define it.
2609 (dired-omit-files-p): Add as alias for dired-omit-mode.
2610 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
2611 dired-mark-omitted.
2612 (dired-mark-omitted): Add. Bind to M-O.
2613
2614 2004-06-05 Kenichi Handa <handa@m17n.org>
2615
2616 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
2617
2618 2004-06-05 Juanma Barranquero <lektu@terra.es>
2619
2620 * help-fns.el (help-argument-name): Reintroduce face.
2621 (help-default-arg-highlight): Use it, now that
2622 `face-differs-from-default-p' can be trusted.
2623
2624 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2625
2626 * textmodes/table.el: Sentence commands added to Point Motion
2627 group; kill and backward-kill commands added to Extraction group.
2628
2629 2004-06-04 Mario Lang <mlang@delysid.org>
2630
2631 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
2632 systems appear to use mW, make the code handle this. Fix a
2633 division-by-zero bug while at it, and handle kernels with
2634 a slightly different layout in /proc/acpi.
2635
2636 2004-06-04 Karl Fogel <kfogel@red-bean.com>
2637
2638 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
2639 because the latter is a CL-ism. This fixes the bug reported by
2640 Shawn Boyette <mdxi@collapsar.net> in
2641 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2642
2643 2004-06-04 Miles Bader <miles@gnu.org>
2644
2645 * faces.el (display-supports-face-attributes-p): Function moved to
2646 C code. Previously only the tty-related portion of this function
2647 was done in C; however the previous attempt to do a halfway-proper
2648 job for non-tty displays in lisp didn't work properly because of
2649 funny conditions during Emacs startup.
2650 (face-differs-from-default-p): Simplify, now that
2651 display-supports-face-attributes-p works properly on all display
2652 types. Remove :stipple from comparison; it doesn't really work
2653 in emacs anyway.
2654
2655 2004-06-04 Miles Bader <miles@gnu.org>
2656
2657 * faces.el (face-differs-from-default-p): Use a different
2658 implementation, so we can really check whether FACE displays
2659 differently or not.
2660
2661 2004-06-04 Miles Bader <miles@gnu.org>
2662
2663 * faces.el (display-supports-face-attributes-p): Implement a
2664 `different from default' check for non-tty displays.
2665
2666 2004-06-03 David Kastrup <dak@gnu.org>
2667
2668 * woman.el (woman-mapcan): More concise code.
2669 (woman-topic-all-completions, woman-topic-all-completions-1)
2670 (woman-topic-all-completions-merge): Replace by a simpler and
2671 much faster implementation based on O(n log n) sort/merge instead
2672 of the old O(n^2) behavior.
2673
2674 2004-06-03 Miles Bader <miles@gnu.org>
2675
2676 * subr.el (read-number): Use canonical format for default in prompt.
2677
2678 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
2679 Add regexp for " [...]" style defaults.
2680
2681 2004-06-02 Romain Francoise <romain@orebokech.com>
2682
2683 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
2684 groups: if the user asks for a hidden buffer, open the
2685 corresponding filter group to expose it.
2686
2687 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
2688 `ibuffer-jump-to-buffer'.
2689 (ibuffer-jump-offer-only-visible-buffers): New user option.
2690
2691 2004-06-02 Juanma Barranquero <lektu@terra.es>
2692
2693 * faces.el (frame-update-faces): Add empty docstring so the one
2694 for `ignore' doesn't show through.
2695
2696 * subr.el (process-kill-without-query): Remove spurious "\n" on
2697 obsolescence string.
2698 (focus-frame, unfocus-frame): Add obsolescence declaration and
2699 empty docstring.
2700
2701 * international/mule.el (register-char-codings): Make alias for
2702 `ignore'. Move docstring to obsolescence info and remove redundancy.
2703
2704 2004-06-02 Kim F. Storm <storm@cua.dk>
2705
2706 * frame.el (blink-cursor-start): Turn cursor off initially so blink
2707 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
2708
2709 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * comint.el (comint-replace-by-expanded-history-before-point):
2712 Obey `start' as the docstring says.
2713 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
2714 (comint-update-fence): Prevent font-lock from running unnecessarily.
2715 (comint-dynamic-list-completions): Use with-current-buffer.
2716
2717 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2718
2719 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
2720 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
2721 (bibtex-entry-update): Handle alternatives and optional fields.
2722 (bibtex-parse-entry): Bugfix, handle empty key.
2723
2724 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * vc-arch.el (vc-arch-state): Don't assume the file exists.
2727
2728 2004-05-31 Lars Hansen <larsh@math.ku.dk>
2729
2730 * desktop.el (desktop-save): Don't save minor modes without a
2731 known mode initialization function.
2732
2733 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
2734
2735 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
2736
2737 * autorevert.el: Update `Commentary' section.
2738
2739 2004-05-30 Juanma Barranquero <lektu@terra.es>
2740
2741 * dos-fns.el (convert-standard-filename):
2742 * files.el (convert-standard-filename):
2743 * w32-fns.el (convert-standard-filename):
2744 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
2745
2746 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2747
2748 Sync with Tramp.
2749
2750 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
2751 (tramp-let-maybe): Move to an earlier spot in the file.
2752 Patch by Andreas Schwab.
2753
2754 2004-05-30 Andreas Schwab <schwab@suse.de>
2755
2756 * dired.el (dired-get-filename): Don't use dired-re-dot.
2757
2758 2004-05-30 Richard M. Stallman <rms@gnu.org>
2759
2760 * files.el (find-file): Doc fix.
2761
2762 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
2763
2764 2004-05-30 Nick Roberts <nickrob@gnu.org>
2765
2766 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
2767 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
2768 modeline of the locals buffer.
2769 (gdb-goto-breakpoint): Handle gdbmi.
2770 (gdb-get-frame-number): Change for gdbmi.
2771
2772 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
2773
2774 * files.el (file-remote-p): Apply file name handler for operation
2775 `file-remote-p'. It isn' a property any longer.
2776 (file-relative-name): `fh' and `fd' get the required value via
2777 `find-file-name-handler' already.
2778
2779 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
2780 (top): Remove setting of `file-remote-p' property for
2781 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
2782
2783 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
2784
2785 Version 2.0.41 of Tramp released.
2786
2787 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
2788 Throw away if process has died.
2789 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
2790 (tramp-out-of-band-prompt-regexp): Rename to
2791 `tramp-process-alive-regexp', because its usage is widen.
2792 (tramp-actions-copy-out-of-band): Apply it.
2793 (tramp-actions-before-shell, tramp-multi-actions):
2794 Add `tramp-action-process-alive' action.
2795 (tramp-action-process-alive): New defun.
2796 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2797 Add entry for `file-remote-p'.
2798 (tramp-handle-file-remote-p): New defun.
2799 (top): Remove setting of `file-remote-p'. Don't set
2800 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
2801
2802 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2803 `file-remote-p'.
2804
2805 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
2806 counted for (last) line. [They should or they shouldn't? --Stef]
2807 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
2808
2809 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2810
2811 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
2812 not really necessary but seems to keep the shell history smaller
2813 in some cases. It is no substitute for setting HISTFILE and
2814 HISTSIZE from tramp-open-connection-setup-interactive-shell,
2815 though. Suggested by Luc Teirlinck.
2816 (tramp-open-connection-setup-interactive-shell): Export variables
2817 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
2818 (tramp-set-process-query-on-exit-flag): New compat function.
2819 (tramp-open-connection-multi, tramp-open-connection-su)
2820 (tramp-open-connection-rsh, tramp-open-connection-telnet)
2821 (tramp-do-copy-or-rename-file-out-of-band): Use it.
2822 (tramp-let-maybe): New macro, let-binds a variable only if it
2823 isn't obsolete.
2824 (tramp-check-ls-commands, tramp-handle-expand-file-name)
2825 (tramp-handle-file-truename): Use it.
2826 (tramp-completion-file-name-regexp-unified): Avoid matching
2827 filenames starting with "/:" -- those are reserved for
2828 file-name-non-special.
2829
2830 * tramp-smb.el (tramp-smb-open-connection):
2831 Use tramp-set-process-query-on-exit-flag compat function.
2832
2833 2004-05-29 Richard M. Stallman <rms@gnu.org>
2834
2835 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
2836
2837 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
2838 (eval-last-sexp-print-value): Print char equivalent regardless
2839 of standard-output value.
2840
2841 * thumbs.el (thumbs-subst-char-in-string): Delete.
2842 (thumbs-thumbname): Use subst-char-in-string.
2843 (thumbs-resize-image): Use condition-case, not ignore-errors.
2844 (thumbs-kill-buffer): Likewise.
2845
2846 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
2847 (thumbs-mode): Make buffer read-only.
2848 (thumbs-make-thumb): Unconditionally accept an existing file.
2849 (thumbs-insert-thumb): Add thumb-image-file property to the image.
2850 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
2851 (thumbs-show-thumbs-list): Error if images not supported.
2852 (thumbs-save-current-image): Improve prompt string.
2853 (thumbs-mode-map): Define u, R, x.
2854 (thumbs-unmark): New command.
2855 (thumbs-emboss-image): Minor cleanup.
2856 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2857 (thumbs-rename-images): New command.
2858 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
2859
2860 * thumbs.el (thumbs-current-image): New function.
2861 (thumbs-file-list, thumbs-file-alist): New functions.
2862 (thumbs-find-image): Delete arg L.
2863 Don't set up thumbs-fileL as buffer-local global var.
2864 (thumbs-find-image-at-point): Use thumbs-current-image.
2865 (thumbs-set-image-at-point-to-root-window): Likewise.
2866 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2867 Record and warn about errors. Update thumbs-markedL for deletions.
2868 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2869 (thumbs-redraw-buffer): Use thumbs-file-list.
2870 (thumbs-mark): Use thumbs-current-image.
2871 (thumbs-show-name): Use thumbs-current-image.
2872
2873 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2874 and imenu--last-menubar-index-alist.
2875
2876 * subr.el (with-selected-window): Undo previous change.
2877
2878 2004-05-29 John Paul Wallington <jpw@gnu.org>
2879
2880 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2881 (thumbs-mouse-find-image): New command.
2882 (thumbs-mode-map): Bind it to mouse-2.
2883 (thumbs-mode): Make mode-class special.
2884 (thumbs-view-image-mode): Likewise.
2885
2886 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2887
2888 * flymake.el: New file.
2889
2890 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2891
2892 * files.el (find-file-noselect-1): Do not bind
2893 `inhibit-read-only' to t during execution of
2894 `find-file-not-found-functions'.
2895
2896 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2899 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2900
2901 2004-05-28 Juri Linkov <juri@jurta.org>
2902
2903 * simple.el (eval-expression-print-format): New fun.
2904
2905 * simple.el (eval-expression):
2906 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2907 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2908 (edebug-eval-expression): Print additionally the value returned by
2909 `eval-expression-print-format'.
2910
2911 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2912 (insert-pair): Make arguments optional. Find character pair
2913 from `insert-pair-alist' according to the last input event.
2914 (insert-parentheses): Make arguments optional.
2915 (raise-sexp, delete-pair): New funs.
2916
2917 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2918 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2919 Bind C-M-q to `indent-pp-sexp'.
2920
2921 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2922 `pp-to-string' modified to be able to format text with newlines.
2923 (pp-to-string): Move the buffer-formatting part of the code to
2924 `pp-buffer'. Call `pp-buffer'.
2925
2926 * info.el (Info-desktop-buffer-misc-data): Don't save information
2927 about virtual files.
2928 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2929 buffers with names obtained from the desktop file instead of the
2930 default *info* buffer.
2931
2932 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * subr.el (with-selected-window): Only save/restore the selected window.
2935
2936 * progmodes/compile.el (compilation-error-regexp-alist):
2937 Use expand-file-name and data-directory.
2938
2939 * progmodes/grep.el (grep-tree): Rework previous fix.
2940
2941 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2942 after the user marked text with the mouse.
2943
2944 * startup.el (command-line): Keep the first regexp of
2945 auto-save-file-name-transforms intact.
2946
2947 2004-05-28 Juanma Barranquero <lektu@terra.es>
2948
2949 * cus-edit.el (customize-face, customize-face-other-window)
2950 (custom-face-edit-delete): Make arguments match their use in
2951 docstring.
2952 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2953 docstring.
2954
2955 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2956 not `cvs-butlast'.
2957
2958 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2959 `nbutlast' are in subr.el).
2960
2961 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2962 (set-w32-system-coding-system): Doc fixes.
2963
2964 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2965 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2966 Make arguments match their use in docstring.
2967 (artist-draw-region-trim-line-endings)
2968 (artist-mouse-choose-operation): Fix typo in docstring.
2969 (artist-key-set-point-common): Doc fix.
2970
2971 2004-05-28 Simon Josefsson <jas@extundo.com>
2972
2973 * mail/smtpmail.el (smtpmail-open-stream):
2974 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2975
2976 2004-05-26 Simon Josefsson <jas@extundo.com>
2977
2978 * starttls.el: Merge with my GNUTLS based starttls.el.
2979 (starttls-gnutls-program, starttls-use-gnutls)
2980 (starttls-extra-arguments, starttls-process-connection-type)
2981 (starttls-connect, starttls-failure, starttls-success): New variables.
2982 (starttls-program, starttls-extra-args): Doc fix.
2983 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2984 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2985 and pass on to corresponding *-gnutls function if it is set.
2986
2987 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2988
2989 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2990 remote files.
2991
2992 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2993
2994 * files.el (file-name-non-special): There are more operations
2995 which need handling: `find-backup-file-name',
2996 `insert-file-contents', `verify-visited-file-modtime',
2997 `write-region'. Rename t value of method to `add'. Add new
2998 methods `quote' and `unquote-then-quote' to file-arg-indices.
2999
3000 2004-05-25 Juri Linkov <juri@jurta.org>
3001
3002 * info.el (Info-toc): Call Info-mode on intermediate buffer.
3003 (Info-index-nodes): Enclose code in condition-case to catch errors.
3004 (Info-index-node): Don't search all index nodes if request is only
3005 for the current node and file is not in the cache of index nodes.
3006 (Info-mode-map): Bind Info-copy-current-node-name to `w'
3007 for consistency with dired-copy-filename-as-kill.
3008 Bind `S' to Info-search-case-sensitively.
3009 (Info-copy-current-node-name): New arg. With zero prefix arg put
3010 the name inside a function call to `info'. Display copied text in
3011 the echo area.
3012
3013 2004-05-25 Sam Steingold <sds@gnu.org>
3014
3015 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
3016 strip the package prefix from the symbol name, if any.
3017 Make it the `find-tag-default-function' for `lisp-mode'.
3018
3019 2004-05-25 John Paul Wallington <jpw@gnu.org>
3020
3021 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
3022 instead of obsolete `process-kill-without-query'.
3023
3024 * textmodes/texinfmt.el (texinfo-indexvar-alist):
3025 Declare as variable, not constant.
3026
3027 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
3028
3029 * files.el (find-file-noselect-1): Fix bug introduced by
3030 Revision 1.694. As a side effect, `inhibit-read-only'
3031 is again, by default, t during execution of
3032 `find-file-not-found-functions'.
3033 (insert-directory): Check that lines were really inserted by
3034 the --dired switch, before erasing them.
3035
3036 2004-05-24 Nick Roberts <nickrob@gnu.org>
3037
3038 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
3039 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
3040 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
3041 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
3042 gud-minor-mode (gdbmi).
3043
3044 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3045
3046 * net/browse-url.el (browse-url-interactive-arg): Enable user to
3047 explicitly select the text to be taken as URL.
3048
3049 2004-05-23 Juri Linkov <juri@jurta.org>
3050
3051 * info.el (Info-index-nodes): New var and fun.
3052 (Info-goto-index, Info-index, info-apropos)
3053 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
3054 (Info-index): Fix docstring. Store and restore Info-history-list.
3055 (Info-complete-nodes): New var.
3056 (Info-complete-menu-item): Use it.
3057 (Info-index-node): New fun.
3058 (Info-final-node, Info-forward-node, Info-backward-node)
3059 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
3060 Use Info-index-node.
3061 (Info-extract-menu-item, Info-extract-menu-counting): Set second
3062 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
3063 (Info-find-node-2): If a node with period in its name not found,
3064 try to find a node without the name part after period.
3065 (Info-select-node): Call Info-fontify-node only if
3066 Info-fontify-maximum-menu-size is not nil.
3067 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
3068 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
3069 Preserve Info-history-list.
3070 (Info-toc): Set Info-current-file.
3071 (Info-build-toc): Move point to the beginning of the buffer.
3072 Add main-file variable.
3073 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
3074 Use backslashed representation of the control character ^_.
3075
3076 * textmodes/texinfmt.el (texinfo-print-index): Print index line
3077 numbers in the new Texinfo 4.7 format.
3078
3079 * add-log.el (change-log-font-lock-keywords): Remove `:' from
3080 regexps for function and variable names.
3081
3082 * descr-text.el (describe-property-list): Add [show] button for
3083 `syntax-table' property with action to pp to a separate buffer.
3084 (describe-char): Replace search-forward by re-search-forward with
3085 whitespace regexp after "character:" to not fail in too narrow windows.
3086
3087 * simple.el (next-error-find-buffer): Add a rule to return
3088 next-error capable buffer if one window on the selected frame
3089 displays such buffer.
3090
3091 2004-05-23 Nick Roberts <nickrob@gnu.org>
3092
3093 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
3094 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
3095 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
3096 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
3097 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
3098 Handle new value for gud-minor-mode (gdbmi).
3099 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
3100 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
3101 Change from local to global gdb variable set.
3102 (gdb-ann3): Initialise above gdb variable set.
3103 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
3104 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
3105 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
3106 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
3107 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
3108 (gdb-info-locals-handler, gdb-invalidate-assembler)
3109 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
3110 set as global variables.
3111 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
3112 Handle gdbmi.
3113 (gdb-info-breakpoints-custom): Fix regexp.
3114 (def-gdb-var): Delete.
3115
3116 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
3117 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
3118 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
3119 a new mode. The file (gdb-mi.el) for this mode will be included
3120 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
3121 primary interface.
3122
3123 2004-05-23 Jesper Harder <harder@ifa.au.dk>
3124
3125 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
3126 interpreted as a directory.
3127
3128 2004-05-22 Richard M. Stallman <rms@gnu.org>
3129
3130 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
3131 as a close quote.
3132
3133 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
3134
3135 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
3136 Use assoc-string, not assoc-ignore-case.
3137
3138 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
3139
3140 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
3141 If moving back then fwd gets a defun that ends before point,
3142 try again moving fwd then back.
3143
3144 * files.el (file-name-non-special): Allow t in file-arg-indices
3145 to mean requote the return value. Use `identity' as an element
3146 rather than as the whole value.
3147
3148 * gs.el (gs-options): Add -dSAFER. Mark it risky.
3149
3150 2004-05-22 Juanma Barranquero <lektu@terra.es>
3151
3152 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
3153 `help-make-usage'.
3154 (help-highlight-arguments): Skip function name before searching
3155 for arguments.
3156
3157 2004-05-21 Juanma Barranquero <lektu@terra.es>
3158
3159 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
3160 Don't mention in the docstring these arguments meant for
3161 internal (recursive) use only.
3162 (allout-char-spec): Comment out (it's not implemented).
3163 (allout-old-expose-topic, allout-exposure): Fix docstring and add
3164 obsolescence declaration.
3165 (allout-flatten-exposed-to-buffer)
3166 (allout-indented-exposed-to-buffer): Fix typos in docstring.
3167 (my-mark-marker): Doc fix.
3168 (produce-allout-mode-map, allout-sibling-index)
3169 (allout-isearch-expose, allout-distinctive-bullet)
3170 (allout-open-topic, allout-reindent-body)
3171 (allout-rebullet-heading, allout-process-exposed)
3172 (allout-insert-listified, allout-latex-verb-quote)
3173 (allout-insert-latex-header, allout-insert-latex-trailer):
3174 Make arguments match their use in docstring.
3175 (allout-primary-bullet, allout-old-style-prefixes)
3176 (allout-inhibit-protection, allout-init, allout-mode)
3177 (allout-before-change-protect, allout-flag-region):
3178 Use "Emacs" instead of "emacs" in docstrings.
3179
3180 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3181
3182 * international/characters.el: Modify syntax of more characters.
3183
3184 2004-05-21 Masatake YAMATO <jet@gyve.org>
3185
3186 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
3187 (etags-tags-completion-table): Show parsing progress.
3188
3189 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
3190
3191 * locate.el (locate-prompt-for-command): Shorten first line of
3192 docstring.
3193 (locate-mode): Expand docstring and include keymap summary.
3194
3195 * files.el (find-file-noselect-1): Limit the scope of the
3196 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
3197 is, by default, nil during the execution of
3198 `find-file-not-found-functions' and `find-file-hook'.
3199
3200 2004-05-20 Michael Mauger <mmaug@yahoo.com>
3201
3202 * facemenu.el (facemenu-color-name-equal): New function.
3203 (list-colors-display): Use it to compare colors instead of
3204 facemenu-color-equal.
3205
3206 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
3207
3208 * compare-w.el (compare-windows-face): Use min-colors instead of
3209 checking for tty or pc types.
3210
3211 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
3214 (completion-setup-function): Use with-current-buffer.
3215 Properly save excursion. Simplify.
3216 Don't assume there is necessarily a `mouse-face' property somewhere.
3217
3218 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
3219
3220 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
3221
3222 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
3223 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
3224 Use with-current-buffer.
3225 (byte-goto-log-buffer): Delete.
3226 (byte-compile-log-file): Call compilation-forget-errors.
3227
3228 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3229
3230 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
3231 output messages into the search result.
3232
3233 2004-05-19 Masatake YAMATO <jet@gyve.org>
3234
3235 * wid-edit.el (widget-radio-button-notify): Revert my last
3236 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3237
3238 2004-05-19 Kenichi Handa <handa@m17n.org>
3239
3240 * international/characters.el: Fix syntax (open/close) of CJK chars.
3241
3242 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3243
3244 * help-mode.el (help-go-back): Don't depend on position of back button.
3245
3246 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
3249 files files don't contain an accidental additional /.
3250
3251 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
3252 in source buffer.
3253
3254 2004-05-18 Masatake YAMATO <jet@gyve.org>
3255
3256 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
3257 to widget-apply. :action method assumes 2 arguments, not 3.
3258
3259 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
3260
3261 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3262 New constants.
3263 (hs-special-modes-alist): Add an f90-mode entry.
3264
3265 2004-05-17 Sam Steingold <sds@gnu.org>
3266
3267 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
3268 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
3269
3270 2004-05-16 Kim F. Storm <storm@cua.dk>
3271
3272 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
3273
3274 2004-05-15 John Wiegley <johnw@newartisans.com>
3275
3276 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
3277 (eshell-output-object-to-target): Improve output speed 20% by not
3278 calling `eshell-stringify' if something is already known to be a string.
3279
3280 2004-05-15 Alex Ott <ott@jet.msk.su>
3281
3282 * textmodes/ispell.el (ispell-local-dictionary-alist):
3283 Add windows-1251 to the choice of coding systems.
3284 (ispell-dictionary-alist-6): Add support for "russianw.aff",
3285 encoded in cp1251.
3286
3287 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
3288
3289 * progmodes/compile.el (compilation-warning-face)
3290 (compilation-info-face): Use min-colors.
3291
3292 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3293
3294 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
3295 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
3296 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
3297 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
3298 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
3299 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
3300 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
3301 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
3302 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
3303 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
3304 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
3305 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
3306 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
3307 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
3308
3309 2004-05-15 Kim F. Storm <storm@cua.dk>
3310
3311 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
3312 Use it to set triggered-p element of timer.
3313 (timer-event-handler): Set triggered-p element non-nil while running
3314 the timer function.
3315
3316 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * descr-text.el (describe-char-unicode-data)
3319 (describe-char-unicodedata-file): Re-enable the unicode code now that
3320 the licensing issues have been cleared in the unicode-4 license.
3321 (describe-text-properties-1): Remove unused `overlay' var.
3322 (describe-char): Remove unused var `buffer'.
3323
3324 2004-05-14 David Ponce <david@dponce.com>
3325
3326 * tree-widget.el: New file.
3327
3328 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
3329
3330 * language/european.el ("Brazilian Portuguese"): Add support for
3331 Brazilian Portuguese.
3332
3333 2004-05-13 John Wiegley <johnw@newartisans.com>
3334
3335 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
3336 `recentf-mode' if this variable has been customized to t.
3337
3338 * eshell/esh-test.el (eshell-test): Call the function
3339 `emacs-version' rather than trying to build a custom version string.
3340
3341 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * net/telnet.el (telnet-mode): Use define-derived-mode.
3344 Don't modify the global value of comint-prompt-regexp.
3345
3346 2004-05-13 John Paul Wallington <jpw@gnu.org>
3347
3348 * version.el (emacs-version): Check for `gtk' feature before
3349 `x-toolkit' feature.
3350
3351 2004-05-13 Juanma Barranquero <lektu@terra.es>
3352
3353 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
3354 arguments in the docstring, they're used only in recursive calls.
3355
3356 * help-fns.el (help-arg-highlighting-function)
3357 (help-argument-name): Delete.
3358 (help-default-arg-highlight): New function.
3359 (help-do-arg-highlighting): Use it.
3360
3361 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3362
3363 * calendar/appt.el (appt-disp-window):
3364 Use `calendar-set-mode-line' for a centered mode-line.
3365
3366 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3367
3368 * calendar/appt.el (appt-disp-window): Do not split window
3369 excessively when `split-height-threshold' is low.
3370
3371 2004-05-12 Nick Roberts <nickrob@gnu.org>
3372
3373 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
3374 kill-buffer-hook here and make it local.
3375 (gud-kill-buffer-hook): Use kill-process for a sure kill.
3376
3377 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
3378
3379 * progmodes/compile.el (compilation-set-window-height):
3380 Use save-excursion to protect against misplaced marker.
3381
3382 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3383
3384 * custom.el (defface): Document that type can have value gtk.
3385
3386 * faces.el (face-spec-set-match-display): Handle type gtk in display.
3387
3388 2004-05-12 Kenichi Handa <handa@m17n.org>
3389
3390 * descr-text.el: Require quail at comile time.
3391 (describe-char): If an input method is on and it supports the
3392 character, show how to input it.
3393
3394 * international/quail.el (quail-install-decode-map): Accept a
3395 char-table whose subtype is `quail-decode-map'.
3396 (quail-store-decode-map-key, quail-gen-decode-map1)
3397 (quail-gen-decode-map, quail-find-key1, quail-find-key)
3398 (quail-show-key): New functions.
3399
3400 2004-05-12 Juanma Barranquero <lektu@terra.es>
3401
3402 * generic.el (define-generic-mode): Remove redundant arglist info.
3403
3404 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
3405 Make arguments match their use in docstring.
3406 (help-arg-highlighting-function): New variable.
3407 (help-argument-name): Mention it in the docstring.
3408 (help-do-arg-highlight): Use it. Expand regexp to accept also
3409 ARG-xxx and xxx-ARG references.
3410
3411 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3412
3413 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
3414 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
3415 and "mailto:addr1?to=addr2" equal.
3416
3417 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3418
3419 * man.el (Man-getpage-in-background): Use shell-file-name
3420 and shell-command-switch variables instead of hard-coded values.
3421
3422 2004-05-11 Eli Zaretskii <eliz@gnu.org>
3423
3424 * iimage.el: New file.
3425
3426 2004-05-11 Juanma Barranquero <lektu@terra.es>
3427
3428 * custom.el (custom-initialize-default, defcustom):
3429 Fix typo in docstring.
3430
3431 * files.el (set-visited-file-name, file-expand-wildcards):
3432 Fix docstring.
3433
3434 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
3437
3438 * subr.el (eventp): Be more discriminating with integers.
3439
3440 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
3441
3442 * progmodes/compile.el (compile): Add universal prefix arg.
3443 (compilation-error-regexp-alist-alist): Add edg patterns.
3444
3445 2004-05-10 Sam Steingold <sds@gnu.org>
3446
3447 * textmodes/ispell.el (ispell-message):
3448 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3449
3450 2004-05-10 Dave Love <fx@gnu.org>
3451
3452 * progmodes/python.el (help-buffer): Autoload when compiling.
3453 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
3454 (run-python): Prepend to any existing PYTHONPATH.
3455
3456 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
3457
3458 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
3459 for pending breakpoints.
3460
3461 2004-05-10 Richard M. Stallman <rms@gnu.org>
3462
3463 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
3464 directly without calling any functions in Rmail.
3465 (unrmail-unprune): Function deleted.
3466
3467 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
3470 C-c C-z binding.
3471
3472 2004-05-10 Kenichi Handa <handa@m17n.org>
3473
3474 * descr-text.el (describe-char): Fix previous change. Don't make
3475 a unibyte character to multibyte in the *Help* buffer.
3476
3477 2004-05-10 Miles Bader <miles@gnu.org>
3478
3479 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
3480 buffer an error if the debugger process is actually running.
3481
3482 2004-05-10 Juanma Barranquero <lektu@terra.es>
3483
3484 * help-fns.el (help-argument-name): Default to italic.
3485 (help-highlight-arguments): Return always (usage . doc), even when
3486 usage is nil.
3487
3488 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
3489 (define-ibuffer-filter): Add usage info.
3490 (define-ibuffer-op): Add usage info (but CL-style defaults for
3491 keyword args are not shown).
3492
3493 * subr.el (remove-overlays, read-passwd): Fix docstring.
3494 (start-process-shell-command): Fix docstring. Put usage info in a
3495 format usable by `describe-function'.
3496 (open-network-stream, open-network-stream-nowait)
3497 (open-network-stream-server): Fix docstring.
3498
3499 2004-05-09 Jason Rumney <jasonr@gnu.org>
3500
3501 * international/code-pages (cp932, cp936, cp949, c950): Remove.
3502 Only define cp125* if windows-125* is already defined.
3503
3504 * language/korean.el (cp949): Add alias.
3505
3506 * language/chinese.el (cp936, cp950): Add aliases.
3507
3508 * language/japanese.el (cp932): Add alias.
3509
3510 * term/w32-win.el: Require code-pages.
3511
3512 * international/mule-cmds.el (set-locale-environment):
3513 On MS-Windows use ansi code-page for default coding-systems.
3514 Set up paper sizes for Windows 3 letter languages.
3515
3516 * international/code-pages.el (cp932, cp936, cp949, cp950):
3517 Add aliases. Also add cp125* if not already defined.
3518
3519 2004-05-09 Juanma Barranquero <lektu@terra.es>
3520
3521 * help-fns.el (help-highlight-arguments): Don't try to highlight
3522 missing or autoloaded arglists. Accept structured arguments, like
3523 the first ones of `do' and `flet'.
3524
3525 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
3526 (cvs-get-marked): Remove redundant arglist info.
3527
3528 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
3529 Don't use CL-style default args.
3530
3531 2004-05-08 Andreas Schwab <schwab@suse.de>
3532
3533 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
3534
3535 * international/subst-ksc.el: Fix references to utf-translate-cjk
3536 into utf-translate-cjk-mode.
3537 * international/subst-big5.el: Likewise.
3538 * international/subst-gb2312.el: Likewise.
3539 * international/subst-jis.el: Likewise.
3540 * international/utf-16.el: Likewise.
3541 * international/utf-8.el: Likewise.
3542
3543 2004-05-08 John Wiegley <johnw@newartisans.com>
3544
3545 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
3546 "virtual buffers" (off by default), which makes it possible to
3547 switch to the "virtual" buffers of recently visited files. When a
3548 buffer name search fails, and this option is on, iswitchb will
3549 look at the list of recently visited files, and permit matching
3550 against those names. When the user hits RET on a match, it will
3551 revisit that file.
3552 (iswitchb-read-buffer): Add two optional arguments, which makes
3553 isearchb.el possible.
3554 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
3555 (iswitchb-next-match): Add support for virtual buffers.
3556
3557 * isearchb.el: This module extends iswitchb to provide "as you
3558 type" buffer selection.
3559
3560 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
3561 Ignore the read-only property when flyspell highlighting is on.
3562 Not ignoring it leads to a series of confusing errors.
3563 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
3564 but also make sure to call flyspell-incorrect-hook.
3565 (flyspell-maybe-correct-transposition): Perform transposition test
3566 by bit twiddling a string, rather than using a temp buffer.
3567 (flyspell-maybe-correct-doubling): Use a string rather than a temp
3568 buffer. This is also the original version of the code, which
3569 could not be checked in before due to a previous lack of
3570 assignment papers. This version has seen heavy usage on my system
3571 for several years now.
3572
3573 * calendar/cal-bahai.el: New file, which adds support for the
3574 Baha'i calendar to Emacs. This calendar is based on a solar year
3575 of 19 months of 19 days, with 4 intercalary days. Each year
3576 begins on March 21, with the calendar starting in 1844.
3577
3578 * calendar/cal-menu.el, calendar/calendar.el,
3579 calendar/diary-lib.el, calendar/holidays.el: Added support for
3580 using cal-bahai.el.
3581
3582 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
3583 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
3584 function can be used outside of eshell buffers.
3585 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
3586
3587 2004-05-08 Juanma Barranquero <lektu@terra.es>
3588
3589 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
3590 word constituent so FOO-ARG is not recognized as an arg.
3591 (help-highlight-arguments): Don't skip lists in mandatory arguments.
3592
3593 * simple.el (next-error): Fix typo in docstring.
3594 (open-line): Make argument names match their use in docstring.
3595 (split-line): Fix docstring.
3596
3597 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
3598 usable by `describe-function'.
3599 (gensym, gentemp, typep, ignore-errors): Make argument names match
3600 their use in docstring.
3601
3602 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
3603 argument to `help-setup-xref'.
3604
3605 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
3606
3607 Version 2.0.40 of Tramp released.
3608
3609 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
3610 Use symbol-function to invoke functions only known on some Emacs
3611 flavors. This avoids byte-compiler warnings. Reported by Kevin
3612 Scaldeferri <kevin@scaldeferri.com>.
3613 (tramp-do-copy-or-rename-file-via-buffer): Rename from
3614 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
3615 consistent with the other tramp-do-* functions.
3616 (tramp-do-copy-or-rename-file): Calls adjusted.
3617 (tramp-process-initial-commands): Avoid liveness check on shell --
3618 we know that it must be alive since we're opening a connection at
3619 this moment.
3620 (tramp-last-cmd): New internal variable.
3621 (tramp-process-echoes): New tunable.
3622 (tramp-send-command): Set tramp-last-cmd.
3623 (tramp-wait-for-output): Delete echo, if applicable.
3624 (tramp-read-passwd): Construct the key for the password cache in a
3625 way that works for multi methods, too.
3626 (tramp-bug): Add backup-directory-alist and
3627 bkup-backup-directory-info to bug reports, with Tramp counterparts.
3628
3629 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
3630
3631 * net/tramp*.el: Suppress byte-compiler warnings where possible.
3632
3633 * net/tramp.el (tramp-out-of-band-prompt-regexp)
3634 (tramp-actions-copy-out-of-band): New defcustoms.
3635 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
3636 used instead of a synchronous one. Allows password entering.
3637 (tramp-action-out-of-band): New defun.
3638 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
3639 Remove restriction with password from doc string.
3640 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
3641 `tramp-out-of-band-prompt-regexp',
3642 `tramp-actions-copy-out-of-band', `password-cache' and
3643 `password-cache-expiry'.
3644 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
3645 password caching.
3646 (tramp-touch): FILE can be a local file, too.
3647 (TODO): Remove items done.
3648 (tramp-handle-insert-directory): Properly quote file name also if
3649 not full-directory-p. Handle wildcard case. Reported by Andreas
3650 Schwab <schwab@suse.de>.
3651 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
3652 new file.
3653 (tramp-handle-file-local-copy, tramp-handle-write-region):
3654 The permissions of the temporary file are set if filename exists.
3655 Reported by Ted Stern <stern@cray.com>.
3656 (tramp-backup-directory-alist)
3657 (tramp-bkup-backup-directory-info): New defcustoms.
3658 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
3659 (tramp-handle-find-backup-file-name): New function.
3660 Implements Tramp's find-backup-file-name.
3661
3662 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
3663 for `find-backup-file-name'.
3664
3665 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
3666 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
3667
3668 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3669
3670 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
3671
3672 2004-05-07 Juanma Barranquero <lektu@terra.es>
3673
3674 * subr.el (lambda): Add arglist description to docstring.
3675 (declare): Fix typo in docstring.
3676 (open-network-stream): Fix docstring.
3677 (process-kill-without-query): Fix docstring and add obsolescence info.
3678 (last, butlast, nbutlast): Make arguments match their use in docstring.
3679 (insert-buffer-substring-no-properties): Likewise.
3680 (insert-buffer-substring-as-yank): Likewise.
3681 (split-string): Fix docstring.
3682
3683 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3684 Make argument names match their use in docstring.
3685
3686 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
3687
3688 2004-05-06 Nick Roberts <nickrob@gnu.org>
3689
3690 * progmodes/gdb-ui.el: Improve/extend documentation strings.
3691 Fit first sentence on one line for apropos-command.
3692
3693 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 Changes largely merged in from Dave Love's code.
3696 * progmodes/python.el: Doc fixes.
3697 (python-mode-map): Add python-complete-symbol.
3698 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
3699 (python-comment-indent, python-complete-symbol)
3700 (python-symbol-completions, python-partial-symbol)
3701 (python-try-complete): New.
3702 (python-indent-line): Remove optional arg. Use python-block-end-p.
3703 (python-check): Bind compilation-error-regexp-alist.
3704 (inferior-python-mode): Use rx. Move keybindings to top level.
3705 Set comint-input-filter.
3706 (python-preoutput-filter): Use rx.
3707 (python-input-filter): Re-introduce.
3708 (python-proc): Start new process if necessary.
3709 Check python-buffer non-nil.
3710 (view-return-to-alist): Defvar.
3711 (python-send-receive): New.
3712 (python-eldoc-function): Use it.
3713 (python-mode-running): Don't defvar.
3714 (python-mode): Set comment-indent-function.
3715 Maybe update hippie-expand-try-functions-list.
3716 (python-indentation-levels): Initialize differently.
3717 (python-block-end-p): New.
3718 (python-indent-line): Use it.
3719 (python-compilation-regexp-alist): Augment.
3720 (run-python): Import `emacs' module to Python rather than loading
3721 code directly. Set python-buffer differently.
3722 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
3723 Use python-proc.
3724 (python-send-command): Go to end of comint buffer.
3725 (python-load-file): Use python-proc, emacs.eimport.
3726 (python-describe-symbol): Simplify interactive form.
3727 Use emacs.help. Do use temp-buffer-show-hook.
3728 Call print-help-return-message.
3729 (hippie-exp): Require when compiling.
3730 (python-preoutput-continuation): Use rx.
3731
3732 * diff-mode.el (diff-make-unified): Fix regexp.
3733
3734 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
3735
3736 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
3737 filter groups from the buffer when rebuilding the Ibuffer buffer
3738 and `ibuffer-show-empty-filter-groups' is nil.
3739
3740 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3741
3742 * ps-print.el (ps-print-quote): Call ps-value-string.
3743 (ps-setup): Call ps-comment-string.
3744 (ps-value-string, ps-comment-string): New funs.
3745
3746 2004-05-06 Juanma Barranquero <lektu@terra.es>
3747
3748 * ehelp.el (electric-help-command-loop): Check whether the last
3749 character is visible, not (point-max).
3750
3751 * help-fns.el (help-argument-name): Default to bold; don't inherit
3752 from font-lock-variable-name-face.
3753 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
3754
3755 2004-05-05 Kenichi Handa <handa@m17n.org>
3756
3757 * descr-text.el (describe-char): Copy the character with text
3758 properties and overlays into the first line, and call
3759 describe-text-properties on it.
3760
3761 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
3762
3763 * iswitchb.el (iswitchb-global-map): Fix typo.
3764 Remove unwanted ###autoloads from source file.
3765
3766 2004-05-05 Lars Hansen <larsh@math.ku.dk>
3767
3768 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
3769 in run-hooks. Use substitute-command-keys in message.
3770 (wdired-abort-changes): Add message.
3771
3772 2004-05-03 Michael Mauger <mmaug@yahoo.com>
3773
3774 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
3775 (sql-emacs20-p): Remove.
3776 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
3777 (sql-builtin-face, sql-doc-face): Remove.
3778 (sql-mode-ansi-font-lock-keywords)
3779 (sql-mode-oracle-font-lock-keywords)
3780 (sql-mode-postgres-font-lock-keywords)
3781 (sql-mode-linter-font-lock-keywords)
3782 (sql-mode-ms-font-lock-keywords)
3783 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
3784 (sql-product-font-lock): Fix font-lock reset when font rules change.
3785 (sql-highlight-product): Remove incorrect font-lock reset logic.
3786
3787 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
3788
3789 * ses.el (ses-set-parameter): Fix typo.
3790
3791 2004-05-04 Kim F. Storm <storm@cua.dk>
3792
3793 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
3794 Must expand directory for completion to work; and don't mess with
3795 process-environment.
3796 (ido-read-file-name): If command has ido property, don't use ido
3797 if value is ignore, or read as directory if value is dir.
3798 Set ido ignore property for dired-do-rename command.
3799
3800 2004-05-04 Juanma Barranquero <lektu@terra.es>
3801
3802 * ehelp.el (electric-help-command-loop, electric-help-undefined)
3803 (electric-help-help): Check against unmapped commands.
3804
3805 * help-fns.el (help-argument-name): New face, inheriting from
3806 font-lock-variable-name-face, to highlight function arguments in
3807 `describe-function' and `describe-key'.
3808 (help-do-arg-highlight): Auxiliary function to highlight a given
3809 list of arguments in a string.
3810 (help-highlight-arguments): Highlight the function arguments and
3811 all uses of them in the docstring.
3812 (describe-function-1): Use it. Do docstring output via `insert',
3813 not 'princ', so text attributes are preserved.
3814
3815 * winner.el (winner-mode-map): Move `winner-undo' and
3816 `winner-redo' to C-c <left> and C-c <right>, respectively (the
3817 previous bindings conflict with `prev-buffer', `next-buffer').
3818
3819 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3820
3821 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
3822 (bibtex-entry-update): New command bound to C-c C-u.
3823 (bibtex-text-in-string): Fix regexp.
3824 (bibtex-assoc-of-regexp): Remove.
3825 (bibtex-progress-message): Fix docstring.
3826 (bibtex-inside-field): Use if.
3827 (bibtex-assoc-regexp): New function.
3828 (bibtex-format-entry): Make code more robust so that it formats
3829 also old entries.
3830 (bibtex-autokey-demangle-title): Merge with obsolete function
3831 bibtex-assoc-of-regexp.
3832 (bibtex-field-list): New function.
3833 (bibtex-entry): Use bibtex-field-list.
3834 (bibtex-parse-entry): Fix docstring.
3835 (bibtex-print-help-message): Use bibtex-field-list.
3836 (bibtex-make-field): Use bibtex-field-list.
3837 (bibtex-entry-index): Bugfix. Return crossref key if required.
3838 (bibtex-lessp): Fix docstring.
3839
3840 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
3841
3842 * select.el (xselect-convert-to-string): Move comment to intended line.
3843
3844 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3845
3846 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
3847 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
3848
3849 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3850
3851 * term/x-win.el (x-clipboard-yank): Don't exit on error from
3852 x-get-selection.
3853
3854 2004-05-03 Jason Rumney <jasonr@gnu.org>
3855
3856 * makefile.nt: Remove.
3857
3858 2004-05-03 Kim F. Storm <storm@cua.dk>
3859
3860 * emulation/cua-base.el (cua--update-indications): Fix last change.
3861 (cua-mode): Deactivate mark when cua-mode is enabled.
3862
3863 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
3864
3865 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3866
3867 2004-05-03 Nick Roberts <nickrob@gnu.org>
3868
3869 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3870 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3871 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3872 window over visible frames.
3873 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3874
3875 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * progmodes/compile.el (compilation-gcpro): New var.
3878 (compilation-fake-loc): Use it.
3879 (compilation-forget-errors): Reset it.
3880
3881 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3882
3883 * diff-mode.el (diff-header-face, diff-file-header-face):
3884 Use min-colors.
3885
3886 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3887
3888 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3889 (bibtex-clean-entry): Disentangle code.
3890 (bibtex-realign): New function.
3891 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3892 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3893 Remove undocumented optional arg called-by-convert-alien.
3894 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3895 for sorting instead of bibtex-sort-buffer.
3896
3897 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3898
3899 * progmodes/compile.el (compilation-start): In the
3900 no-async-subprocesses branch, call sit-for to give redisplay a
3901 chance to show the updated process status in the mode line, and
3902 fontify the buffer explicitly after the process exits.
3903
3904 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * progmodes/python.el (python-compilation-line-number): Remove.
3907 (python-compilation-regexp-alist): Don't use it any more.
3908 (python-orig-start, python-input-filter): Remove.
3909 (inferior-python-mode): Don't set up comint-input-filter-functions.
3910 (python-send-region): Use compilation-fake-loc.
3911
3912 * progmodes/compile.el (compilation-messages-start): New var.
3913 (compilation-mode): Don't setup next-error-function here.
3914 (compilation-setup): Set it up here instead (for minor modes as well).
3915 Make compilation-messages-start buffer local.
3916 (compilation-next-error-function): Use it.
3917 (compilation-forget-errors): Set compilation-messages-start.
3918
3919 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3920
3921 * ielm.el (ielm-prompt-read-only): Update docstring.
3922
3923 * comint.el (comint-prompt-read-only): Update docstring.
3924 (comint-update-fence, comint-kill-whole-line)
3925 (comint-kill-region): New functions.
3926
3927 * simple.el (kill-whole-line): Use "p" instead of "P" in
3928 interactive form.
3929
3930 2004-05-01 Juanma Barranquero <lektu@terra.es>
3931
3932 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3933 format arglist so default values in CL-style argument lists are
3934 correctly shown.
3935
3936 2004-05-01 Jason Rumney <jasonr@gnu.org>
3937
3938 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3939
3940 2004-05-01 Kenichi Handa <handa@m17n.org>
3941
3942 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3943 quail file if it is up to date.
3944
3945 2004-04-30 Juri Linkov <juri@jurta.org>
3946
3947 * cus-edit.el (custom-mode-map):
3948 Add key binding `C-x C-s' to `Custom-save'.
3949
3950 * outline.el (outline-blank-line): New var.
3951 (outline-next-preface, outline-show-heading)
3952 (outline-end-of-subtree): Use it.
3953
3954 * dired-aux.el (dired-touch-initial): New fun.
3955 (dired-do-chxxx): Call it for op-symbol `touch'.
3956 (dired-diff): Use `dired-dwim-target-directory'
3957 if current dired buffer has no buffer mark.
3958
3959 * bindings.el (propertized-buffer-identification):
3960 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3961 Add C-M-arrow keys for consistency.
3962
3963 * files.el (confirm-kill-emacs):
3964 Change group from top-level `emacs' to `convenience'.
3965
3966 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3967 Push mark on the first call of successive command calls.
3968 (insert-pair): New fun created from `insert-parentheses' with
3969 `open' and `close' arguments added. Enclose active regions
3970 in paired characters. Compare adjacent characters syntax with
3971 inserted characters syntax before inserting a space.
3972 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3973
3974 * delsel.el: Don't put `delete-selection' property
3975 on `insert-parentheses' symbol to take advantage of
3976 region handling in `insert-pair' function.
3977 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3978
3979 2004-04-30 Kim F. Storm <storm@cua.dk>
3980
3981 * emulation/cua-base.el: Add support for changing cursor types;
3982 based on patch from Michael Mauger.
3983 (cua-normal-cursor-color, cua-read-only-cursor-color)
3984 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3985 Customization cursor type and/or cursor color.
3986 (cua--update-indications): Handle cursor type changes.
3987 (cua-mode): Update cursor indications if enabled.
3988
3989 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3990
3991 * mouse.el (mouse-drag-copy-region): New defcustom.
3992 (mouse-set-region, mouse-drag-region-1): Use it.
3993
3994 * simple.el (kill-ring-save): If region face background color is
3995 unspecified (if no highlighting), show extent of fully visible
3996 region even if transient-mark-mode is enabled.
3997
3998 * emulation/cua-base.el (cua--standard-movement-commands):
3999 Add cua-scroll-up and cua-scroll-down.
4000 (cua-scroll-up, cua-scroll-down): New commands.
4001 (cua--init-keymaps): Remap scroll-up and scroll-down.
4002
4003 * emulation/cua-rect.el (cua--convert-rectangle-as):
4004 New defmacro.
4005 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
4006 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
4007 New commands (suggested by Jordan Breeding).
4008
4009 2004-04-30 Juanma Barranquero <lektu@terra.es>
4010
4011 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
4012
4013 2004-04-30 Mario Lang <mlang@delysid.org>
4014
4015 * diff.el (diff-switches): Fix typo in docstring.
4016
4017 2004-04-30 Alex Schroeder <alex@gnu.org>
4018
4019 * xml.el (xml-debug-print-internal): Don't add newline and
4020 indentation to text nodes and write empty elements as empty tags
4021 instead of opening and closing tags.
4022 (xml-debug-print): Take optional indent-string argument.
4023 (xml-print): Alias for xml-debug-print.
4024
4025 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4026
4027 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
4028 than duplicate call to `line-beginning-position'.
4029
4030 * progmodes/f90.el (f90-get-present-comment-type):
4031 Return whitespace, as well as comment chars, for consistent filling
4032 of comment blocks. Use `match-string-no-properties'.
4033 (f90-break-line): Trim trailing whitespace when filling comments.
4034
4035 2004-04-30 Dave Love <fx@gnu.org>
4036
4037 * calendar/diary-lib.el (diary-outlook-formats): New variable.
4038 (diary-from-outlook-internal, diary-from-outlook)
4039 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4040 New functions to import diary entries from Outlook-format
4041 appointments in mail messages.
4042
4043 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * progmodes/python.el (python-send-command): New fun.
4046 (python-send-region, python-load-file): Use it.
4047
4048 * progmodes/compile.el (compilation-last-buffer): Add var alias.
4049
4050 * help-fns.el (help-C-file-name): Use new subr-name.
4051 Prepend `src/' to the file name.
4052 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
4053 (describe-function-1, describe-variable): Only find a C source file
4054 name if DOC is already loaded.
4055
4056 * help-mode.el (help-function-def, help-variable-def):
4057 Use the new find-function-search-for-symbol functionality.
4058 Allow FILE to be `C-source'.
4059
4060 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
4061 (find-function-C-source): New fun.
4062 (find-function-search-for-symbol): Use it.
4063
4064 2004-03-29 Michael Mauger <mmaug@yahoo.com>
4065
4066 * progmodes/sql.el (sql-product-alist): Rename variable
4067 `sql-product-support'. Add Postgres login parameters.
4068 (sql-set-product, sql-product-feature): Update with renamed variable.
4069 (sql-connect-postgres): Add username prompt.
4070 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
4071 Make patterns less product specific.
4072 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
4073 (sql-mode-abbrev-table): Modify initialization.
4074 (sql-builtin-face): Add variable.
4075 (sql-keywords-re): Add macro.
4076 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
4077 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
4078 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
4079 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
4080 (sql-mode-linter-font-lock-keywords)
4081 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
4082 (sql-mode-sybase-font-lock-keywords)
4083 (sql-mode-informix-font-lock-keywords)
4084 (sql-mode-interbase-font-lock-keywords)
4085 (sql-mode-ingres-font-lock-keywords)
4086 (sql-mode-solid-font-lock-keywords)
4087 (sql-mode-sqlite-font-lock-keywords)
4088 (sql-mode-db2-font-lock-keywords): Default to nil.
4089 (sql-product-font-lock): Always highlight ANSI keywords.
4090 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
4091 (sql-send-string): Add function.
4092
4093 2004-04-29 Dave Love <fx@gnu.org>
4094
4095 * progmodes/cfengine.el (cfengine-beginning-of-defun)
4096 (cfengine-end-of-defun): Ensure progress through buffer.
4097
4098 * info-look.el (cfengine-mode): Accept a terminal ().
4099
4100 2004-04-29 Juri Linkov <juri@jurta.org>
4101
4102 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
4103 instead of isearch-yank-word-or-char. Add new key bindings for
4104 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
4105 (isearch-del-char): New fun.
4106 (isearch-forward, isearch-edit-string): Update docstring.
4107 (isearch-yank-char): Doc fix.
4108 (isearch-other-meta-char): Restore point after scrolling.
4109
4110 * progmodes/compile.el (compilation-context-lines): Add nil option
4111 to disable compilation output window scrolling.
4112 (compilation-set-window): Use it.
4113
4114 * outline.el (outline-next-preface, outline-show-heading):
4115 Don't leave unhidden blank line before heading.
4116 (outline-end-of-subtree): Include last newline into subtree.
4117 (hide-entry): Leave point at beginning of heading instead of end.
4118 (outline-up-heading): Push mark for the first call of successive
4119 command calls.
4120
4121 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
4122
4123 * comint.el (comint-prompt-read-only): New variable.
4124 (comint-output-filter): Implement it.
4125
4126 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
4127 (ielm-prompt-internal): New variable.
4128 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
4129 (ielm-send-input): Delete unused variable `buf'.
4130 (ielm-eval-input): Use `ielm-prompt-internal'.
4131 (inferior-emacs-lisp-mode): Use new variables
4132 `comint-prompt-read-only' and `ielm-prompt-internal'.
4133 Get rid of obsolete variable `directory-sep-char'.
4134 (ielm): Use `zerop'.
4135
4136 2004-04-29 John Paul Wallington <jpw@gnu.org>
4137
4138 * thumbs.el (toplevel): Require cl at compile time.
4139 Remove conditional definitions of `ignore-errors' and `caddar'
4140 because they occur at run time.
4141
4142 2004-04-28 Nick Roberts <nickrob@gnu.org>
4143
4144 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
4145 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
4146 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4147 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
4148
4149 * progmodes/gud.el (gud-common-init): Throw an error if program is
4150 already running under gdb.
4151
4152 2004-04-28 John Paul Wallington <jpw@gnu.org>
4153
4154 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
4155 (thumbs-show-image-num): Move assignment of
4156 `thumbs-current-image-filename' within scope of `i'.
4157 (thumbs-emboss-image): Don't use `evenp'.
4158
4159 2004-04-28 Richard M. Stallman <rms@gnu.org>
4160
4161 * progmodes/compile.el (compilation-context-lines): Default now 0.
4162
4163 2004-04-28 Juanma Barranquero <lektu@terra.es>
4164
4165 Use `time-less-p' from calendar/time-date.el instead of defining
4166 custom versions of it.
4167
4168 * pcomplete.el (pcomplete-time-less-p): Remove.
4169
4170 * thumbs.el (time-less-p): Remove.
4171
4172 * calendar/timeclock.el (timeclock-time-less-p): Remove.
4173 (timeclock-generate-report): Use `time-less-p'.
4174
4175 * emacs-lisp/autoload.el (autoload-before-p): Remove.
4176 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
4177
4178 2004-04-28 Masatake YAMATO <jet@gyve.org>
4179
4180 * subr.el (remove-overlays): Make arguments optional.
4181
4182 * wid-edit.el (widget-specify-button): Put evaporate to the
4183 overlay for sample.
4184 (widget-specify-sample): Put evaporate to the overlay for sample.
4185 (widget-specify-doc): Put evaporate to the overlay for documentation.
4186
4187 2004-04-27 Jesper Harder <harder@ifa.au.dk>
4188
4189 * info.el (info-apropos): Make it an index node. Align node names
4190 like makeinfo.
4191
4192 2004-04-27 Eli Zaretskii <eliz@gnu.org>
4193
4194 * net/browse-url.el (browse-url-netscape-sentinel)
4195 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
4196 (browse-url-epiphany-sentinel, browse-url-mosaic):
4197 Use browse-url-*-program instead of a literal program name.
4198
4199 2004-04-27 Kevin Ryde <user42@zip.com.au>
4200
4201 * eshell/em-alias.el:
4202 * eshell/em-dirs.el:
4203 * eshell/em-hist.el:
4204 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
4205 features when M-x customize-group loads modules before the main
4206 eshell.el.
4207
4208 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
4209
4210 * subr.el (momentary-string-display): Support EXIT-CHAR that is
4211 either a character representation of an event or an event
4212 description list.
4213
4214 * type-break.el: Capitalise Emacs and Lisp.
4215 (type-break-good-break-interval, type-break-demo-boring-stats)
4216 (type-break-terse-messages, type-break-file-name): New defcustoms.
4217 (type-break-post-command-hook)
4218 (type-break-warning-countdown-string): Quote variable names in doc.
4219 (type-break-interval-start, type-break-auto-save-file-name): New vars.
4220 (type-break-mode): Document type-break-good-break-interval and the
4221 "session" file. Schedule break according to the session file.
4222 Kill session file buffer on exit. Organise for save-some-buffers
4223 to always save the session file.
4224 (type-break-mode-line-message-mode, type-break-query-mode):
4225 Uppercase arguments.
4226 (type-break-file-time, type-break-file-keystroke-count, timep)
4227 (type-break-choose-file, type-break-get-previous-time)
4228 (type-break-get-previous-count): New defuns.
4229 (type-break): Avoid break querying after a completed break in the
4230 case where the query was initiated during user invocation of the
4231 break. Optional terse messages.
4232 Use type-break-good-break-interval if type-break-good-rest-interval is
4233 nil. File the break time.
4234 (type-break-schedule): New optional args for overriding the use of
4235 the current time.
4236 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
4237 after a break.
4238 (type-break-check): File the keystroke count.
4239 (type-break-do-query): Prevent a second query when the break is
4240 interrupted. Optional terse message.
4241 (type-break-keystroke-reset): Record the start of a typing interval.
4242 (type-break-demo-boring): Optional terse messages. Display word
4243 per minute and keystroke counts according to
4244 type-break-demo-boring-stats.
4245
4246 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
4247
4248 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
4249 directories, make sure they exist under archive-tmpdir.
4250
4251 2004-04-27 Juri Linkov <juri@jurta.org>
4252
4253 * help.el (view-emacs-news): With argument, display info for the
4254 selected version by finding it among different NEWS files, and
4255 narrowing the buffer to the selected version.
4256
4257 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
4258 same-window-buffer-names.
4259 (info): New arg `buffer'. Use it. Doc fix. Read file name for
4260 non-numeric prefix argument, append the number to the buffer name
4261 for numeric prefix argument.
4262 (info-other-window): Bind same-window-regexps to nil.
4263 (Info-reference-name): Rename to Info-point-loc.
4264 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
4265 and Info-find-index-name for stringy Info-point-loc.
4266 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
4267 without middle `.', but with final `.' and optional line number
4268 for it. Set Info-point-loc for index nodes.
4269 (Info-index): Remove middle `.' from index entry regexp.
4270 Modify line number regexp.
4271 (Info-index-next): Decrement line number.
4272 (info-apropos): Remove middle `.' from index entry regexp.
4273 Add optional line number regexp at the end. Add matched value
4274 for line number to the result list and insert it to the buffer.
4275 Replace match-string by match-string-no-properties.
4276 Reorder result list.
4277 (Info-fontify-node): Hide index line numbers.
4278 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
4279 empty matches.
4280 (Info-follow-reference): Use `str' instead of
4281 Info-following-node-name-re.
4282 (Info-toc): Use full file names. Set Info-current-node to "Top".
4283 (Info-fontify-node): Compare file names without directory name.
4284 (Info-try-follow-nearest-node): Don't set Info-reference-name.
4285 Set second arg of Info-extract-menu-node-name for index nodes.
4286 (info-xref-visited): Use magenta3 instead of magenta4.
4287 (Info-mode): Add info-apropos to docstring.
4288
4289 * log-view.el (log-view-diff): Replace interactive code "r"
4290 by a list to allow to call it even if region is not active.
4291
4292 * paren.el (show-paren-highlight-openparen): New var.
4293 (show-paren-function): Turn on openparen highlighting when
4294 matching forward if show-paren-highlight-openparen is non-nil.
4295
4296 * simple.el (kill-ring-save): Use blink-matching-delay instead of
4297 the constant value 1.
4298 (completions-common-part): Expand docstring.
4299
4300 * textmodes/picture.el (picture-mode-map): Add arrow keys.
4301
4302 2004-04-27 Kim F. Storm <storm@cua.dk>
4303
4304 * image.el (insert-sliced-image): Use line-height instead of
4305 line-spacing property on newline.
4306
4307 2004-04-26 Lars Hansen <larsh@math.ku.dk>
4308
4309 * desktop.el (desktop-buffer-misc-data-function): Rename to
4310 desktop-save-buffer and change docstring.
4311 (desktop-buffer-modes-to-save): Delete.
4312 (desktop-save-buffer-p): Use desktop-save-buffer instead of
4313 desktop-buffer-modes-to-save.
4314 (desktop-save): Rename desktop-buffer-misc-data-function to
4315 desktop-save-buffer and allow non-function value.
4316 (desktop-missing-file-warning): Correct docstring.
4317
4318 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
4319 to desktop-save-buffer.
4320
4321 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
4322 desktop-save-buffer.
4323
4324 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
4325
4326 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
4327
4328 2004-04-26 Eli Zaretskii <eliz@gnu.org>
4329
4330 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
4331
4332 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
4333
4334 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
4335 (ielm): Only go to the end of the buffer when starting a new process.
4336
4337 2004-04-25 Juanma Barranquero <lektu@terra.es>
4338
4339 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
4340 mode line. Bind `inhibit-read-only' to t before modifying
4341 properties of text in the buffer.
4342 (ielm): Force point to the end of buffer, even when running ielm
4343 from inside itself.
4344
4345 2004-04-25 Jesper Harder <harder@ifa.au.dk>
4346
4347 * info.el (info-apropos): Reset Info-complete-cache.
4348
4349 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
4350
4351 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4352 Also recognize severe Irix et al. messages.
4353 (compilation-normalize-filename, compile-abbreviate-directory):
4354 Delete functions.
4355 (compilation-get-file-structure): New function inherits
4356 functionality of the two preceding ones.
4357 (compilation-internal-error-properties, compilation-fake-loc):
4358 Use it so that different paths to the same file share the same
4359 markers. Also optimize finding adjacent marker slightly.
4360
4361 2004-04-25 Kim F. Storm <storm@cua.dk>
4362
4363 * image.el (insert-sliced-image): Add line-spacing t property
4364 to newlines separating image lines.
4365
4366 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
4367
4368 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
4369
4370 * ielm.el (ielm-prompt-read-only): New user option.
4371 (ielm-prompt): Expand docstring to describe new behavior.
4372 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
4373 mention it in the docstring.
4374
4375 2004-04-24 Andreas Schwab <schwab@suse.de>
4376
4377 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
4378
4379 * diff.el (diff): Set default-directory in diff buffer.
4380
4381 2004-04-24 Eli Zaretskii <eliz@gnu.org>
4382
4383 * mail/sendmail.el (mail-bury): Don't delete the frame where the
4384 mail was being composed if the terminal cannot display more than
4385 one frame; instead, switch to previous frame.
4386
4387 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
4388 (rmail-start-mail): Support rmail-mail-new-frame even on
4389 terminals that can display only one frame at a time.
4390
4391 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
4394 (checkdoc-output-font-lock-keywords): Remove error regexp.
4395 (checkdoc-output-mode-map): Remove.
4396 (checkdoc-output-mode): Derive from compilation-mode.
4397 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
4398
4399 * dired.el (dired-mode-map): Add a menu entry for wdired.
4400
4401 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
4402 (rx-bracket, rx-check-any, rx-any): Clean up name space.
4403
4404 * wdired.el: (wdired-mode-map): Move init into declaration.
4405 Fix `return' binding.
4406 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4407 Use force-mode-line-update.
4408 (wdired-get-filename): Use `unless'.
4409 (wdired-preprocess-files): Don't assume names have no \n and use / for
4410 dir separator.
4411 (wdired-normalize-filename): Use replace-regexp-in-string.
4412 (wdired-load-hooks): Remove.
4413 (wdired-mode-hooks): Rename to wdired-mode-hook.
4414
4415 * info-look.el: Add support for cfengine-mode.
4416 (info-lookup-setup-mode): Use dolist.
4417
4418 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
4419
4420 * wdired.el: New file.
4421
4422 2004-04-23 Juanma Barranquero <lektu@terra.es>
4423
4424 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
4425
4426 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
4427 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
4428 (pcomplete--help, pcomplete--here): Doc fixes.
4429
4430 2004-04-23 Andre Spiegel <spiegel@gnu.org>
4431
4432 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
4433 handles wrong-number-of-arguments in backend call.
4434
4435 * vc.el (vc-print-log): Likewise.
4436
4437 2004-04-20 Dave Love <fx@gnu.org>
4438
4439 * emacs-lisp/rx.el: Doc fixes.
4440 (rx-constituents): Add/extend many forms.
4441 (rx-check): Check form is a list.
4442 (bracket): Defvar.
4443 (rx-check-any, rx-any, rx-check-not): Modify.
4444 (rx-not): Simplify.
4445 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
4446 (rx-kleene): Use rx-trans-forms.
4447 (rx-quote-for-set): Delete.
4448 (rx): Allow multiple args.
4449
4450 2004-04-23 Kenichi Handa <handa@m17n.org>
4451
4452 * international/mule-util.el (char-displayable-p): Simplify by
4453 using internal-char-font.
4454
4455 2004-04-23 Juanma Barranquero <lektu@terra.es>
4456
4457 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4458
4459 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * diff-mode.el (diff-next-error): New fun.
4462 (diff-mode): Use it.
4463
4464 * simple.el (next-error): Change arg name.
4465 Add support for the documented C-u C-x ` usage.
4466
4467 * frame.el (special-display-popup-frame, next-multiframe-window)
4468 (previous-multiframe-window): Only consider frames on same display.
4469
4470 2004-04-22 Lars Hansen <larsh@math.ku.dk>
4471
4472 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
4473 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
4474
4475 2004-04-22 Kim F. Storm <storm@cua.dk>
4476
4477 * net/telnet.el (telnet): Add optional port arg.
4478
4479 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4482 Minor sanity check on the `hyperlink' slot.
4483
4484 * Makefile.in (recompile): Compile new files.
4485
4486 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
4487 Add byte-recompile-directory's optional `arg'.
4488
4489 * cvs-status.el (cvs-tree-use-charset): New var.
4490 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
4491 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
4492 (cvs-status-cvstrees): Use it.
4493
4494 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
4495 Make it a normal major mode.
4496 (checkdoc-buffer-label): Make sure the file name is meaningful.
4497 (checkdoc-output-to-error-buffer): Remove.
4498 (checkdoc-error, checkdoc-start-section): Rewrite.
4499
4500 * info.el (info-node, info-menu-5, info-xref, info-header-node)
4501 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4502 (Info-title-4-face): Use new syntax.
4503 (info-xref-visited): Inherit from info-xref.
4504
4505 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
4506
4507 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4508
4509 * simple.el (next-error-last-buffer, next-error-function):
4510 New variables for the next-error framework.
4511 (next-error-buffer-p): New function.
4512 (next-error-find-buffer): Generalize compilation-find-buffer.
4513 (next-error, previous-error, first-error, next-error-no-select)
4514 (previous-error-no-select): Move from compile.el.
4515
4516 * replace.el (occur-next-error, occur-1): Hook into the next-error
4517 framework.
4518
4519 * progmodes/compile.el (compilation-start):
4520 Set next-error-last-buffer so next-error knows where to jump.
4521 (compilation-setup): Set the buffer-local variable
4522 next-error-function to 'compilation-next-error-function.
4523 (compilation-buffer-p, compilation-buffer-internal-p): Use an
4524 alternate way to find if a buffer is a compilation buffer, for
4525 next-error convenience.
4526 (next-error-no-select, previous-error-no-select, next-error)
4527 (previous-error, first-error): Move to simple.el.
4528 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
4529 (compilation-last-buffer): Remove.
4530 (compilation-start, compilation-next-error, compilation-setup)
4531 (compilation-next-error-function, compilation-find-buffer):
4532 Remove compilation-last-buffer use.
4533
4534 2004-04-21 Juanma Barranquero <lektu@terra.es>
4535
4536 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
4537 (font-lock-warning-face): Fix spacing.
4538
4539 * makefile.w32-in (WINS): Add url/ directory.
4540
4541 2004-04-21 Lars Hansen <larsh@math.ku.dk>
4542
4543 * desktop.el (desktop-buffer-mode-handlers): New variable.
4544 Alist of major mode specific functions to restore a desktop buffer.
4545 (desktop-buffer-handlers): Make variable obsolete.
4546 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
4547 Catch errors signaled in handlers. Update buffer count.
4548 Evaluate desktop-buffer-point.
4549 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
4550 move to dired.el.
4551 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
4552 move to info.el.
4553 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
4554 move to mail/rmail.el.
4555 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
4556 to mh-e/mh-e.el.
4557 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
4558 On fail, print message (to message buffer) even if
4559 desktop-missing-file-warning is nil.
4560 (desktop-buffer-misc-data-function): New buffer local variable.
4561 Function returning major mode specific data.
4562 (desktop-buffer-misc-functions): Make variable obsolete.
4563 (desktop-save): Use desktop-buffer-misc-data-function.
4564 (desktop-buffer-dired-misc-data): Rename to
4565 dired-desktop-buffer-misc-data and move to dired.el.
4566 (desktop-buffer-info-misc-data): Rename to
4567 Info-desktop-buffer-misc-data and move to info.el.
4568 (desktop-read): Add message about number of buffers restored/failed.
4569
4570 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
4571 Add parameters. Pause to display error only when
4572 desktop-missing-file-warning is non-nil.
4573 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4574 (dired-mode): Bind desktop-buffer-misc-data-function.
4575
4576 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
4577 Add Parameters.
4578 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4579 (Info-mode): Bind desktop-buffer-misc-data-function.
4580
4581 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
4582 Add Parameters.
4583
4584 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
4585 Add Parameters.
4586
4587 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
4588
4589 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
4590 the case of letters in case-insensitive expansions when the
4591 abbrev is preceded by characters with letter syntax.
4592
4593 2004-04-21 Richard M. Stallman <rms@gnu.org>
4594
4595 * progmodes/cperl-mode.el (cperl-putback-char):
4596 Delete Emacs 18 definition.
4597
4598 * international/mule.el (ctext-post-read-conversion):
4599 Use assoc-string, not assoc-ignore-case.
4600
4601 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
4602
4603 * emacs-lisp/easymenu.el (easy-menu-add):
4604 Do call x-popup-menu, but only if it's defined.
4605
4606 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
4607
4608 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
4609 Handle multiple args: compile like progn.
4610
4611 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
4612 take all args as &rest arg.
4613
4614 * autoinsert.el (auto-insert-alist): Insert the user's name in
4615 copyright notice, rather than Free Software Foundation.
4616
4617 2004-04-21 Kenichi Handa <handa@m17n.org>
4618
4619 * descr-text.el (describe-char): Make it work on *Help* buffer.
4620
4621 2004-04-21 Kim F. Storm <storm@cua.dk>
4622
4623 * image.el (insert-image): Add optional SLICE arg.
4624 (insert-sliced-image): New defun.
4625
4626 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
4627
4628 * subr.el (read-number): Check whether `default' is nil.
4629
4630 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * progmodes/compile.el (compilation-error-properties):
4633 Split into two.
4634 (compilation-internal-error-properties): New one.
4635 (compilation-compat-error-properties): Use it. Fix the non-marker case.
4636
4637 2004-04-20 Richard M. Stallman <rms@gnu.org>
4638
4639 * window.el (split-window-save-restore-data):
4640 Don't update the data if OLD-INFO is nil.
4641
4642 * view.el (view-return-to-alist): Mark it permanent local.
4643
4644 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
4645
4646 * recentf.el (recentf-save-list): Catch and warn about errors.
4647
4648 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
4649 so "Buffers" won't be pure.
4650
4651 * help-mode.el (help-mode-finish): Set help-return-alist first
4652 thing, setting only the entry for the selected window.
4653
4654 * help-fns.el (describe-function-1): If many non-control non-meta
4655 keys run the command, don't list all of them.
4656
4657 2004-04-20 Juanma Barranquero <lektu@terra.es>
4658
4659 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
4660 arg. Copied from Andre Spiegel's patch of 2004-03-21.
4661
4662 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
4663
4664 2004-04-20 Kenichi Handa <handa@m17n.org>
4665
4666 * international/quail.el (quail-lookup-key): New optional arg
4667 NOT-RESET-INDICES.
4668 (quail-get-translations): Call quail-lookup-key with
4669 NOT-RESET-INDICES t.
4670 (quail-completion): Likewise.
4671 (quail-lookup-map-and-concat): Likewise.
4672
4673 2004-04-20 Kenichi Handa <handa@m17n.org>
4674
4675 * international/quail.el (quail-update-translation): Don't insert
4676 such an unsupported multibyte char in a unibyte buffer.
4677
4678 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
4679
4680 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
4681 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
4682 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
4683 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
4684 (gdb-frame-assembler-buffer): Improve behaviour with
4685 multiple frames.
4686 (gdb-display-buffer): Extend search to all visible frames.
4687
4688 2004-04-19 Eli Zaretskii <eliz@gnu.org>
4689
4690 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
4691 characters left after base64 decoding.
4692 (rmail-decode-region): Use -dos variety of `coding', to remove any
4693 ^M characters left after qp or base64 decoding.
4694
4695 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4696
4697 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
4698 messages.
4699
4700 2004-04-19 Stephen Eglen <stephen@gnu.org>
4701
4702 * add-log.el (add-change-log-entry): Update doc string to mention
4703 add-log-full-name and add-log-mailing-address.
4704
4705 2004-04-18 Juri Linkov <juri@jurta.org>
4706
4707 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
4708 (Info-find-node-2): Simplify error message.
4709 (Info-insert-dir): Use Info-following-node-name.
4710 (Info-goto-node): Remove *info-history* and *info-toc*.
4711 (Info-history): Create a node of the virtual history file.
4712 (Info-toc): Create a node of the virtual toc file.
4713 (Info-insert-toc): New arg `curr-file' for reference file names.
4714 (info-apropos): Remove redundant var binding for temp-file.
4715 (Info-index, Info-index-next, Info-mode): Doc fix.
4716 (Info-goto-emacs-command-node): Don't jump to *info* from
4717 non-*info* Info buffers.
4718 (Info-fontify-node): Don't show the file name of external
4719 references if `Info-hide-note-references' is `hide'. Don't hide
4720 newlines at the end of paragraphs.
4721
4722 * international/mule-diag.el (list-input-methods):
4723 Fix args to help-xref-button.
4724
4725 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
4726 to put into effect local variables from TUTORIAL files.
4727
4728 * textmodes/paragraphs.el (sentence-end) <function>: New fun
4729 with default value taken from the variable `sentence-end'.
4730 (sentence-end) <defcustom>: Set default to nil. Doc fix.
4731 Add nil const to :type.
4732 (sentence-end-without-period, sentence-end-double-space)
4733 (sentence-end-without-space): Doc fix.
4734
4735 * textmodes/paragraphs.el (forward-sentence):
4736 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
4737 (fill-delete-newlines):
4738 * progmodes/cc-cmds.el (c-beginning-of-statement):
4739 Use function `sentence-end' instead of variable `sentence-end'.
4740
4741 2004-04-18 Andreas Schwab <schwab@suse.de>
4742
4743 * progmodes/compile.el (compilation-start): Set window start to
4744 point-min if compilation-scroll-output is nil.
4745
4746 2004-04-18 John Wiegley <johnw@newartisans.com>
4747
4748 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
4749
4750 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
4751
4752 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
4753 (gdb-info-breakpoints-custom): Revert previous change.
4754 (gdb-view-assembler): Update assembler if necessary.
4755 (gdb-frame-handler): Parse correctly for gdb-current-frame.
4756 (gdb-display-source-buffer): Update properly when both source and
4757 assembler are visible.
4758
4759 2004-04-17 John Wiegley <johnw@newartisans.com>
4760
4761 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
4762 which limits the number of names shown in the minibuffer. Off by
4763 default.
4764 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
4765 up iswitchb for users with a multitude of open buffers by showing
4766 only the first and last N/2 buffers in the completion list (which
4767 is enough to aid C-s/C-r, and to know that more characters are
4768 needed to refine the completion list).
4769
4770 2004-04-17 Richard M. Stallman <rms@gnu.org>
4771
4772 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
4773 (file-truename): Expand all ~ constructs directly.
4774 (insert-directory): Delete any error msg output by the
4775 `insert-directory-program'.
4776
4777 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
4778 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
4779 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
4780 (allout-init): Use find-file-hook, not find-file-hooks.
4781 (allout-mode): Eliminate Emacs 18 support.
4782 Use write-contents-functions, not local-write-file-hooks.
4783
4784 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
4785
4786 * progmodes/compile.el (compilation-error-properties): Fix for
4787 adding messages when there are already markers for their file.
4788 (compilation-fake-loc): New function.
4789
4790 2004-04-16 Dave Love <fx@gnu.org>
4791
4792 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
4793 (python-load-file): Fix python-orig-start setting.
4794
4795 * progmodes/compile.el: Doc fixes.
4796 (compilation-error-regexp-alist-alist)
4797 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
4798 (compilation-assq): Wrap in eval-when-compile.
4799 (compilation-mode-font-lock-keywords): Don't use list*.
4800 (compilation-start): Avoid warning.
4801 (compilation-compat-error-properties)
4802 (compilation-directory-properties): Add keymap property.
4803 (compilation-parsing-end): Make it a marker for better compatibility.
4804
4805 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
4806
4807 2004-04-16 Mark A. Hershberger <mah@everybody.org>
4808
4809 * xml.el: Doc fixes.
4810 (xml-get-children): Only looks at sub-tags and ignore strings.
4811
4812 * xml.el (xml-parse-tag): Avoid overwriting node-name.
4813
4814 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
4817
4818 2004-04-16 Andre Spiegel <spiegel@gnu.org>
4819
4820 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
4821
4822 * vc.el (vc-print-log): Likewise.
4823
4824 2004-04-16 Masatake YAMATO <jet@gyve.org>
4825
4826 * simple.el (completion-setup-function): Set an initial value
4827 to `element-common-end' before entering loop. Set a value
4828 to `element-common-end' at the end of loop.
4829 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
4830 (completions-common-part): Rename from completion-de-emphasis.
4831 (completions-first-difference): Rename from completion-emphasis.
4832 Suggested by RMS.
4833
4834 2004-04-16 Juanma Barranquero <lektu@terra.es>
4835
4836 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
4837 (bookmark-edit-annotation-mode): Add mode name.
4838
4839 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
4842 for nested conflict markers.
4843 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
4844
4845 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
4846
4847 * progmodes/gdb-ui.el (gdb-goto-info): New function.
4848
4849 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
4850
4851 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4854 Give a backtrace if requested.
4855
4856 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4857
4858 * progmodes/python.el (python-mouse-2-command, python-RET-command):
4859 Remove unused functions.
4860 (python-orig-start-line, python-orig-file): Remove.
4861 (python-orig-start): New var.
4862 (python-input-filter, python-compilation-line-number)
4863 (python-send-region, python-load-file): Use it.
4864
4865 * info.el (info): Always jump to *info*.
4866
4867 * subr.el (posn-set-point): New function.
4868
4869 * mouse.el (mouse-set-point): Use it.
4870
4871 * progmodes/compile.el (compile-goto-error): Use it.
4872 (compilation-button-map): New keymap.
4873 (compilation-error-properties): Use it.
4874 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4875
4876 * smerge-mode.el (smerge-popup-context-menu): Use it.
4877
4878 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4879 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4880 mouse and non-mouse case.
4881
4882 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4883 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4884
4885 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4886 Make it work for non-mouse events.
4887
4888 * pcvs-info.el (cvs-status-map): Update binding name.
4889
4890 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4891
4892 * xml.el (xml-maybe-do-ns): New function to handle namespace
4893 parsing of both attribute and element names.
4894 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4895 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4896 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4897 (xml-parse-attlist): Make it do its own namespace parsing.
4898
4899 2004-04-14 Dave Love <fx@gnu.org>
4900
4901 * progmodes/python.el (run-python): Fix use of \n.
4902 (python-load-file): Remove `try' from Python fragment.
4903 (python-describe-symbol): Fix message.
4904
4905 * comint.el: Doc fixes.
4906 (comint-last-input-start, comint-last-input-end)
4907 (comint-last-output-start): Give them values.
4908 (comint-arguments): Avoid warning.
4909 (comint-skip-prompt): Use line-end-position.
4910 (comint-backward-matching-input): Rename arg to agree with doc.
4911 (comint-extract-string): Use syntax-ppss.
4912 (comint-dynamic-simple-complete): Delete useless list construction.
4913 (comint-redirect-subvert-readonly): New.
4914 (comint-redirect-preoutput-filter): Use it.
4915
4916 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4917 Correctly handle negative arguments when calling hook functions.
4918
4919 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4920
4921 * info.el (info-apropos): Don't clobber Info-history-list.
4922
4923 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4924
4925 * progmodes/compile.el (compilation-setup):
4926 Localize overlay-arrow-position.
4927 (compilation-sentinel): Restructure code equivalently.
4928 (compilation-next-error): Find message on same line after point if
4929 not found before point.
4930 (compile-mouse-goto-error): Restore function so that compilation
4931 buffer need not be current and use compile-goto-error.
4932 (compile-goto-error): Restore function.
4933 (next-error): Set overlay-arrow-position.
4934 (compilation-forget-errors): Don't localize already local
4935 compilation-locs and remove FIXME about refontifying.
4936
4937 2004-04-14 Kim F. Storm <storm@cua.dk>
4938
4939 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4940 (command-line): New option -Q. Like -q --no-site-file, but
4941 in addition it also disables menu-bar, tool-bar, scroll-bars,
4942 tool-tips, and the blinking cursor.
4943 (command-line-1): Skip startup screen if -Q.
4944 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4945
4946 * emulation/cua-base.el (cua-read-only-cursor-color)
4947 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4948
4949 2004-04-13 Dave Love <fx@gnu.org>
4950
4951 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4952 (syntax): Don't require.
4953 (python) <defgroup>: Add :version.
4954 (python-quote-syntax): Re-written.
4955 (inferior-python-mode): Move stuff here from run-python and add
4956 some more.
4957 (python-preoutput-continuation, python-preoutput-result)
4958 (python-dotty-syntax-table): New.
4959 (python-describe-symbol): Use them.
4960 (run-python): Move stuff to inferior-python-mode. Modify code
4961 loaded into Python.
4962 (python-send-region): Use python-proc, python-send-string.
4963 (python-send-string): Send newlines too. Callers changed.
4964 (python-load-file): Re-written.
4965 (python-eldoc-function): New.
4966 (info-look): Don't require.
4967 (python-after-info-look): New. A modified version of former
4968 top-level code for use with eval-after-load.
4969 (python-maybe-jython, python-guess-indent): Use widened buffer.
4970 (python-fill-paragraph): Re-written.
4971 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4972 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4973
4974 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4977 Set compilation-error-regexp-alist earlier.
4978
4979 * progmodes/compile.el (compilation-minor-mode-map)
4980 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4981 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4982
4983 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4986 corresponding to the event.
4987
4988 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4989
4990 * loadup.el: Add cygwin to system-type list, for unexec() support.
4991
4992 2004-04-12 John Paul Wallington <jpw@gnu.org>
4993
4994 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4995 (ibuffer-restore-window-config-on-quit): New variable to replace
4996 `ibuffer-delete-window-on-quit'. Update all references.
4997 (ibuffer-prev-window-config): New variable.
4998 (ibuffer-quit): Restore previous window configuration instead of
4999 deleting window.
5000 (ibuffer): Save window configuration before showing Ibuffer buffer.
5001
5002 * help.el (describe-mode): Doc fix.
5003
5004 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
5007 not to treat nil as a function.
5008
5009 * vc-arch.el (vc-arch-root): Be a bit more careful.
5010 (vc-arch-register): Save the buffer if we modified it.
5011 (vc-arch-delete-rej-if-obsolete): Save excursion.
5012 (vc-arch-find-file-hook): Use the simpler after-save-hook.
5013 (vc-arch-responsible-p, vc-arch-init-version): New functions.
5014
5015 * net/ldap.el (ldap-search): Use list*.
5016
5017 2004-04-12 Juri Linkov <juri@jurta.org>
5018
5019 * info.el (Info-follow-reference): Allow multiline reference name.
5020
5021 2004-04-11 Dave Love <fx@gnu.org>
5022
5023 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
5024
5025 * progmodes/python.el: New file.
5026
5027 2004-04-11 Andre Spiegel <spiegel@gnu.org>
5028
5029 * vc-hooks.el (vc-arg-list): Function removed.
5030 (vc-default-workfile-unchanged-p): Use condition-case to check for
5031 backward compatibility.
5032
5033 * vc.el (vc-print-log): Use condition-case to check for backward
5034 compatibility.
5035
5036 2004-04-11 Juri Linkov <juri@jurta.org>
5037
5038 * dired.el (dired-faces): New defgroup.
5039 (dired-header, dired-mark, dired-marked, dired-flagged)
5040 (dired-warning, dired-directory, dired-symlink, dired-ignored):
5041 New faces.
5042 (dired-header-face, dired-mark-face, dired-marked-face)
5043 (dired-flagged-face, dired-warning-face, dired-directory-face)
5044 (dired-symlink-face, dired-ignored-face): New face variables.
5045 (dired-font-lock-keywords): Use them instead of font-lock faces.
5046 Split the rule for dired marks into 3 separate rules: for marks,
5047 marked file names and flagged file names.
5048
5049 * help-mode.el (help-make-xrefs): Add a final newline to the
5050 *Help* buffer.
5051
5052 2004-04-11 John Paul Wallington <jpw@gnu.org>
5053
5054 * replace.el (occur-engine): Distinguish between one and several
5055 matches in the matches per buffer heading.
5056
5057 2004-04-11 Kim F. Storm <storm@cua.dk>
5058
5059 * ido.el (ido-confirm-unique-completion): New defcustom.
5060 (ido-complete): Use it.
5061 (ido-write-file): Set it to t unconditionally.
5062
5063 2004-04-10 Miles Bader <miles@gnu.org>
5064
5065 RCS keyword removal (only non-comment changes are enumerated here):
5066
5067 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
5068 (byte-compile-insert-header): Don't use `byte-compile-version'.
5069 * forms.el (forms-version): Variable removed.
5070 (forms-mode): Don't use `forms-version'.
5071 * recentf.el (recentf-version): Variable removed.
5072 * progmodes/delphi.el (delphi-version): Variable removed.
5073 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
5074
5075 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5076
5077 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
5078
5079 2004-04-09 Jesper Harder <harder@ifa.au.dk>
5080
5081 * info.el (info-apropos): Improve menu item regexp.
5082
5083 2004-04-09 Simon Josefsson <jas@extundo.com>
5084
5085 * mail/smtpmail.el: Add comment, based on report by
5086 kdc@rcn.com (Kevin D. Clark).
5087
5088 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5091 Redo one more thing that I didn't notice Daniel had undone.
5092
5093 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
5094
5095 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
5096 (gdb-goto-breakpoint, gdb-display-buffer)
5097 (gdb-display-source-buffer, gdb-view-source-function)
5098 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
5099 (gdb-source-info, gdb-frame-handler): Don't specify a window
5100 for display.
5101 (gdb-info-breakpoints-custom): Remove superfluous update of
5102 assembler buffer.
5103 (gdb-many-windows): Make settable outside gdb.
5104
5105 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5106
5107 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
5108 Derive from fundamental-mode rather than text-mode.
5109
5110 2004-04-08 Juri Linkov <juri@jurta.org>
5111
5112 * info.el (Info-history): Doc fix.
5113 (Info-history-list): New var.
5114 (info-xref): Change magenta4 to blue, remove bold for dark and
5115 light backgrounds, change bold to underline for non-color classes.
5116 (info-xref-visited): New face.
5117 (Info-fontify-visited-nodes): New custom.
5118 (Info-hide-note-references): Add new value `hide'. Doc fix.
5119 (Info-reference-name): New var.
5120 (Info-selection-hook): New custom.
5121 (Info-edit-mode-hook): New var.
5122 (Info-find-file): New fun.
5123 (Info-find-node): Move part of code to Info-find-file.
5124 (Info-find-node-2): Add anchors to Info-history-list. Move point
5125 to the place with the reference name if name is defined.
5126 (Info-select-node): Add current node to Info-history-list.
5127 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
5128 (Info-search-whitespace-regexp): New custom.
5129 (Info-search-case-fold): New var.
5130 (Info-search): Add "case-sensitively" to the prompt.
5131 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
5132 (Info-search-case-sensitively, Info-search-next): New fun.
5133 (Info-up): Move point to the menu item of the current node.
5134 (Info-history): New fun. Add *info-history* to
5135 same-window-buffer-names.
5136 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
5137 (Info-insert-toc): New fun.
5138 (Info-build-toc): New fun.
5139 (Info-follow-reference): Add new arg `fork'. Doc fix.
5140 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
5141 with the same name prefer the reference closest to point.
5142 (Info-next-reference): Replace * by + in the *Note regexp.
5143 Add regexp for http:// and ftp://. Skip the *Note prefix.
5144 (Info-prev-reference): Replace * by + in the *Note regexp.
5145 Add regexp for http:// and ftp://. Skip the *Note prefix.
5146 (Info-follow-nearest-node): Add new arg `fork'.
5147 (Info-try-follow-nearest-node): Add new arg `fork'.
5148 Call browse-url for http:// and ftp:// references.
5149 Set Info-reference-name for index entries.
5150 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
5151 Info-search-next, Info-history, Info-toc, clone-buffer.
5152 (Info-menu-update): Replace * by + in the *Note regexp.
5153 (Info-mode): Add documentation for Info-history, Info-toc,
5154 Info-search-case-sensitively, Info-search-next, clone-buffer.
5155 (Info-fontify-menu-headers): Remove fun. Move code to
5156 Info-fontify-node.
5157 (Info-fontify-node): Add docstring. Add local vars
5158 fontify-visited-p and not-fontified-p. If not-fontified-p is t
5159 then fontify header line, titles, menu headers, http and ftp
5160 references, refill paragraphs. If not-fontified-p is t or
5161 fontify-visited-p is t then fontify cross references, menu items.
5162 Fontify menu headers. Fontify http and ftp references.
5163 Change regexp for cross references to require whitespace after *Note,
5164 add matching groups for file and node names. Remove hack for quote.
5165 Use display property for Info-hide-note-references=t. Use fifth
5166 or fourth match for help-echo. Display visited nodes in a
5167 different face. Unhide file names of external references.
5168 Unhide newlines. Display visited menu items in a different face.
5169
5170 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * progmodes/compile.el: Require CL.
5173 (compilation-mode-font-lock-keywords): Re-install the "line as
5174 function" patch.
5175
5176 * help-fns.el (help-C-source-directory): New var.
5177 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
5178 (describe-function-1, describe-variable): Use them.
5179
5180 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
5181 to C source files specially.
5182
5183 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
5184
5185 * info.el (Info-hide-cookies-node): New function.
5186 (Info-select-node): Use it.
5187 (Info-display-images-node): Remove message with image file name.
5188
5189 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
5190
5191 * progmodes/compile.el (compilation-warning-face)
5192 (compilation-info-face, compilation-skip-threshold)
5193 (compilation-skip-visited, compilation-context-lines):
5194 Declare :version when added to Emacs.
5195 (compilation-error-regexp-alist-alist): Extend caml and irix.
5196 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
5197 (compilation-mode-font-lock-keywords): Temporarily undo line as
5198 function patch, which wasn't ready.
5199
5200 2004-04-07 Kenichi Handa <handa@m17n.org>
5201
5202 * international/latin1-disp.el (latin1-display-setup): Check each
5203 character is displayable or not instead of calling
5204 latin1-display-check-font.
5205
5206 2004-04-06 Kenichi Handa <handa@m17n.org>
5207
5208 * language/ethio-util.el (ethio-sera-being-called-by-w3):
5209 New variable.
5210 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
5211 instead of sera-being-called-by-w3.
5212 (ethio-fidel-to-sera-buffer): Likewise.
5213 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
5214 instead of sera-being-called-by-w3.
5215 (ethio-write-file): Likewise.
5216
5217 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5218
5219 * printing.el: Doc fix.
5220
5221 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
5222
5223 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
5224 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
5225 (gdb-setup-windows): Only use separate IO buffer if required.
5226
5227 2004-04-06 Kim F. Storm <storm@cua.dk>
5228
5229 * term.el (term-is-xemacs): Remove.
5230 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
5231 (term-window-width): New function.
5232 (term-mode, term-check-size): Use it.
5233 (term-mode): Disable overflow-newline-into-fringe in term buffer.
5234
5235 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
5236
5237 * cus-edit.el (custom-add-parent-links): Change unbound variable
5238 `symbol' to `name'.
5239
5240 2004-04-05 Jesper Harder <harder@ifa.au.dk>
5241 * info.el (info-apropos): New function.
5242 (Info-mode-menu): Add it.
5243 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
5244
5245 * help-mode.el (help-make-xrefs): Recognize aliased variable with
5246 inherited docstring.
5247
5248 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
5249
5250 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5251
5252 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
5253
5254 * progmodes/compile.el (font-lock): Don't require any more.
5255 (compilation-error-properties, compilation-start, compilation-sentinel)
5256 (compilation-filter, next-error): Use with-current-buffer.
5257 (compilation-skip-to-next-location, compilation-skip-threshold)
5258 (compilation-skip-visited): Move to silence the byte-compiler.
5259 (compilation-setup): Simplify.
5260 (compilation-next-error): Use line-(beginning|end)-position.
5261 Make sure `pt' is non-nil before using compilation-loop.
5262 (compile-goto-error): Add optional event arg. Use it.
5263 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
5264 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
5265 Update the binding for mouse-2.
5266 (first-error): Set compilation-current-error to nil rather than bob.
5267 (compilation-parsing-end, compilation-parse-errors-function)
5268 (compilation-error-list, compilation-old-error-list):
5269 "New" compatibility variables.
5270 (compile-buffer-substring, compilation-compat-error-properties)
5271 (compilation-compat-parse-errors, compilation-forget-errors):
5272 New compatibility functions.
5273 (compilation-mode-font-lock-keywords): Use them.
5274
5275 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5276
5277 * autorevert.el (auto-revert-handler): If point (or a window
5278 point) is at the end of the buffer, keep it there after
5279 reverting. This allows to tail a file.
5280 Mention this in the `Commentary'.
5281
5282 * format.el (format-write-file): Add optional argument CONFIRM
5283 and make it behave like the analogous argument to `write-file'.
5284
5285 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5286
5287 * progmodes/ebnf2ps.el: Doc fix.
5288 (ebnf-version): New version number (4.2).
5289 (ebnf-syntax): Customization and docstring fix.
5290 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
5291 Put autoloaded funs before first use.
5292 (ebnf-style-database): Add dtd entry.
5293 (ebnf-syntax-alist): Add dtd initialization.
5294 (ebnf-token-sequence): New fun.
5295 (ebnf-comment-table): Add new comment action character.
5296 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
5297
5298 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
5299 Type Definition for XML).
5300
5301 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
5302 * progmodes/ebnf-bnf.el (ebnf-sequence):
5303 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
5304 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
5305 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
5306 Code simplification: call ebnf-token-sequence.
5307
5308 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5309
5310 * calendar/timeclock.el (timeclock-relative)
5311 (timeclock-get-project-function, timeclock-get-workday-function)
5312 (timeclock-query-out, timeclock-when-to-leave)
5313 (timeclock-when-to-leave-string, timeclock-log-data)
5314 (timeclock-generate-report, timeclock-in): Doc fixes.
5315
5316 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * url/: New dir. Import the URL package from its repository.
5319
5320 2004-04-03 Andreas Schwab <schwab@suse.de>
5321
5322 * diff-mode.el (diff-mode): Fix missing quote.
5323
5324 2004-04-03 Juri Linkov <juri@jurta.org>
5325
5326 * descr-text.el (describe-property-list): Add `font-lock-face'.
5327
5328 * dired.el (dired-font-lock-keywords): Fix permission regexps.
5329
5330 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5331
5332 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
5333 Use utf-16le on little endian machines and utf-16be otherwise.
5334
5335 2004-04-02 David Kastrup <dak@gnu.org>
5336
5337 * net/browse-url.el (browse-url-generic): Use call-process
5338 instead of start-process to allow browsers that fork and detach.
5339
5340 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
5341
5342 * compile.el (compilation-current-error): New var.
5343 (compilation-setup, compile-mouse-goto-error)
5344 (compile-goto-error, next-error): Use it.
5345 (compilation-skip-to-next-location): Default to t, which gives
5346 contiguous skipping like old compile (where this was redundant).
5347 (compilation-next-error): Prevent previous-* commands from moving
5348 back to message at or just before point.
5349
5350 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
5351
5352 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
5353 (gdb-source-info): Don't display source at startup, if required.
5354 (gdb-show-main): New option.
5355 (gdba): Update documentation.
5356 (gdb-source): Cover case of auto-display output.
5357
5358 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5359
5360 * autorevert.el: Delete obsolete autoload's and defvar's.
5361 (auto-revert-check-vc-info): New user option.
5362 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5363 (auto-revert-handler-vc): Delete.
5364 (auto-revert-handler): Treat return value `fast' of
5365 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
5366
5367 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
5368 return `fast'.
5369
5370 * files.el (buffer-stale-function): Doc change.
5371
5372 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5373
5374 * printing.el: New tip on Tips section.
5375 (pr-version): New version number (6.7.4).
5376 (pr-shell-file-name): Initialization fix.
5377
5378 2004-03-31 Juri Linkov <juri@jurta.org>
5379
5380 * dired.el: Add autoload for `dired-do-touch'.
5381 (dired-touch-program): New var.
5382 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
5383 (dired-no-confirm): Add `touch' to docstring.
5384
5385 * dired-aux.el (dired-do-touch): New fun.
5386 (dired-do-chxxx): Add argument -t for touch operation.
5387
5388 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
5389 `dired-move-to-filename-regexp'.
5390
5391 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
5392
5393 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
5394
5395 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5396
5397 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
5398 and only if the buffer was modified.
5399
5400 2004-03-30 Kenichi Handa <handa@m17n.org>
5401
5402 * international/characters.el: Delete pairs for U+2308..U+230B.
5403
5404 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
5405
5406 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
5407 to detect the beginning of a level 2 or 3 annotation.
5408
5409 2004-03-29 Kenichi Handa <handa@m17n.org>
5410
5411 * international/ucs-tables.el (ucs-insert): Fix the error message.
5412
5413 2004-03-29 Kenichi Handa <handa@m17n.org>
5414
5415 * international/mule-util.el (char-displayable-p): Fix generation
5416 of XLFD file name.
5417
5418 * Makefile.in (setwins, setwins_almost): Change directory to $wd
5419 before finding directories by `find'.
5420
5421 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * subr.el (interactive-form): Delete. Now implemented in C.
5424
5425 * pcvs.el (cvs-parse-process): Workaround for Darwin.
5426
5427 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
5428 (vc-diff-label): New fun.
5429 (vc-diff-internal): Use it.
5430
5431 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
5432
5433 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5434
5435 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
5436
5437 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
5438 specify XML (EBNFX).
5439
5440 * progmodes/ebnf2ps.el: Doc fix.
5441 (ebnf-version): New version number (4.1).
5442 (ebnf-syntax): Adjust customization.
5443 (ebnf-style-database): Add ebnfx entry.
5444 (ebnf-syntax-alist): Add ebnfx initialization.
5445 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
5446
5447 * printing.el: Doc fix.
5448 (pr-version): New version number (6.7.3).
5449 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
5450 returns nil for mouse position. Reported by Drew Adams
5451 <drew.adams@oracle.com>.
5452 (pr-update-menus): Modify interactive declaration. Reported by Drew
5453 Adams <drew.adams@oracle.com>.
5454
5455 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
5456
5457 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
5458 (gud-gdba-marker-filter): Log the process input and output, if
5459 required. From Stefan Monnier.
5460 (gdb-debug-log, gdb-enable-debug-log): New variables.
5461 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
5462
5463 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
5466 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
5467
5468 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
5469
5470 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
5471 Call vc-find-file-hook here instead of in auto-revert-buffers.
5472 (auto-revert-buffers): Delete call to vc-find-file-hook.
5473 (auto-revert-verbose, global-auto-revert-non-file-buffers)
5474 (global-auto-revert-mode, auto-revert-set-timer)
5475 (auto-revert-handler, auto-revert-buffers): Doc fixes.
5476
5477 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5478
5479 * woman.el (woman-change-fonts): Rename local variable
5480 woman-font-alist to font-alist to avoid a compiler warning.
5481
5482 2004-03-27 Dave Love <fx@gnu.org>
5483
5484 * emacs-lisp/rx.el (rx): Doc fix.
5485 Fix copyright years.
5486
5487 * strokes.el (strokes-global-set-stroke-string): New function.
5488 (strokes-list-strokes): Cope with strings, not just commands.
5489 Set foreground colour of image.
5490 (strokes-global-set-stroke): Doc fix.
5491
5492 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
5493
5494 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
5495 Auto Revert mode.
5496 (Buffer-menu-files-only): New variable.
5497 (Buffer-menu-toggle-files-only): New function.
5498 (Buffer-menu-mode-map): Bind it to `T'.
5499 (Buffer-menu-mode): Mention `T' in docstring.
5500 Set buffer-stale-function.
5501 (list-buffers-noselect): Mark buffer non-modified and set
5502 Buffer-menu-files-only.
5503
5504 * dired.el (buffer-stale-function): Remove no longer needed defvar.
5505
5506 * autorevert.el (auto-revert-handler): Print revert message
5507 before, rather than after, reverting.
5508 (buffer-stale-function): Move to files.el.
5509
5510 * files.el (buffer-stale-function): Move here from autorevert.el.
5511
5512 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
5515
5516 * calc/calc.el (calc-mode-map): Use mapc.
5517
5518 * apropos.el (apropos-mode): Don't autoload.
5519 (apropos-symbols-internal): New fun. Extracted from `apropos'.
5520 (apropos): Use it.
5521 (apropos-print): Add optional `text' argument.
5522 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
5523 Don't assume point-min == 1.
5524
5525 * bs.el (bs-buffer-list): Use buffer-local-value.
5526 (bs--set-toggle-to-show): Use with-current-buffer.
5527
5528 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
5529 New funs.
5530 (list-buffers-noselect): Use them. Adjust :align-to to new style.
5531
5532 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
5533
5534 * dabbrev.el (dabbrev-expand): Fix regexp construction.
5535 (dabbrev--find-expansion): Use pop.
5536 (dabbrev--search): Use match-string-no-properties.
5537
5538 * dired.el (dired-mode): Use run-mode-hooks.
5539 (dired-move-to-end-of-filename): Use match-string.
5540
5541 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
5542 is bound before using it.
5543 (ediff-verbose-p): Make it into a var since it's not constant.
5544
5545 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
5546
5547 * faces.el (read-face-font): Don't cons up unnecessarily.
5548 (header-line, tool-bar): Share common parts.
5549
5550 * files.el (file-relative-name): Use compare-strings.
5551
5552 * finder.el (finder-mode): Follow coding convention.
5553
5554 * subr.el (read-number): New function.
5555
5556 * ses.el (ses-read-number): Move to subr.el.
5557 (ses-set-header-row): Use read-number.
5558
5559 2004-03-26 Andre Spiegel <spiegel@gnu.org>
5560
5561 * vc-hooks.el (vc-arg-list): New function, which handles both
5562 compiled and uncompiled code.
5563 (vc-default-workfile-unchanged-p): Use it.
5564
5565 * vc.el (vc-print-log): Undo prev change, use new function
5566 vc-arg-list from vc-hooks.el.
5567
5568 2004-03-26 Masatake YAMATO <jet@gyve.org>
5569
5570 * simple.el (completion-setup-function): Emphasize the
5571 first uncommon characters in the completions; and de-emphasize
5572 the common prefix substrings.
5573 (completion-emphasis): New face.
5574 (completion-de-emphasis): New face.
5575
5576 2004-03-25 Juanma Barranquero <lektu@terra.es>
5577
5578 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
5579 Comment out (it's unused and unfinished code).
5580
5581 2004-03-25 Sam Steingold <sds@gnu.org>
5582
5583 * vc.el (vc-print-log): Fix a bug in the last patch:
5584 backend-function may be a byte-compiled object, not a lambda.
5585
5586 2004-03-25 Juri Linkov <juri@jurta.org>
5587
5588 * descr-text.el (describe-property-list): Add a button
5589 for `face' property that calls `describe-face'.
5590 Suggested by luis fernandes <elf@ee.ryerson.ca>
5591
5592 * international/mule.el (keyboard-coding-system):
5593 * kmacro.el (kmacro-call-macro): Fix docstring.
5594
5595 * dired.el: Fix comments.
5596
5597 * textmodes/fill.el (fill): Fix Info link.
5598
5599 * font-lock.el (fast-lock, lazy-lock):
5600 * jit-lock.el (jit-lock): Remove links to removed Support Modes
5601 Info node.
5602
5603 * eshell/eshell.el (eshell): Fix broken info-link.
5604
5605 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
5606 * eshell/em-banner.el (eshell-banner):
5607 * eshell/em-smart.el (eshell-smart):
5608 * eshell/esh-cmd.el (eshell-cmd):
5609 Comment out broken info-links to incomplete Info manual.
5610
5611 * info-xref.el: Fix commentary.
5612
5613 2004-03-25 Kevin Ryde <user42@zip.com.au>
5614
5615 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
5616 Remove spurious node duplicate suppression, doesn't work, not wanted.
5617 (info-xref-output): Take format style args, add "sit-for 0" to let
5618 user see the results as they progress.
5619 (info-xref-check-all-custom): New function.
5620
5621 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
5622
5623 * gdb-ui.el: Moved to progmodes.
5624
5625 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
5628
5629 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5630
5631 * calendar/appt.el (appt-check): Remove superfluous progn.
5632 When finished with diary buffer: if it was not being displayed
5633 before, kill it; otherwise restore its original state.
5634 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
5635
5636 * calendar/calendar.el (calendar-set-mode-line): Use total
5637 available mode-line width, rather than frame-width.
5638
5639 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
5640 after mode change so effect not lost.
5641
5642 2004-03-23 Dave Love <fx@gnu.org>
5643
5644 * dired.el (dired) <defgroup>: Add link to manual.
5645 (dired-font-lock-keywords): Add highlighting on unusual permissions.
5646 (dired-revert): Use dolist.
5647 (dired-mode-map): Add U binding.
5648 (dired-mode): Add font-lock-beginning-of-syntax-function.
5649 (dired-garbage-files-regexp): Make it a defcustom.
5650
5651 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5652
5653 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
5654 is equivalent to nil.
5655 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
5656 (vc-arch-mode-line-string): Accept `added' state.
5657 (vc-arch-state): Use inode-sigs if available.
5658 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
5659 Copy&delete existing id file if any. Fallback if uuidgen is absent.
5660 (vc-arch-tagline-re): New var.
5661 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
5662 New functions.
5663 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
5664 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
5665
5666 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
5667 (vc-file-not-found-hook): Use it.
5668
5669 * diff-mode.el (diff-default-read-only): Change default.
5670 (diff-mode-hook): Make it a defcustom. Add some options.
5671 (diff-mode-map): Bind diff-refine-hook.
5672 (diff-yank-handler): New var.
5673 (diff-yank-function): New fun.
5674 (diff-font-lock-keywords): Use them.
5675 (diff-end-of-file): Handle case where file-header looks like diff text.
5676 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
5677 (diff-file-kill): Delete a subsequent empty line, if applicable.
5678 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
5679 (diff-find-file-name): Use it.
5680 (diff-tell-file-name): New command.
5681 (diff-mode): Be careful with view-mode.
5682 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
5683 New functions, for use in diff-mode-hook.
5684 (diff-find-source-location): Catch "regex too large" errors.
5685 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
5686 (diff-refine-hunk): New command.
5687
5688 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
5689 (smerge-context-menu-map): Remove unused var.
5690 (smerge-keep-all): Preserve markers.
5691 (smerge-keep-n): New fun.
5692 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5693 (smerge-keep-current, smerge-ediff): Use it.
5694 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
5695 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
5696 (smerge-resolve): Resolve trivial 3-part conflicts.
5697
5698 2004-03-23 Juri Linkov <juri@jurta.org>
5699
5700 * man.el (Man-width): New var.
5701 (Man-getpage-in-background): Use it.
5702 (Man-support-local-filenames): New var and fun.
5703 (Man-build-man-command): Don't add a second %s.
5704 (Man-fontify-manpage): Clean up message.
5705 (Man-mode): Set outline-regexp, outline-level,
5706 imenu-generic-expression.
5707
5708 * woman.el (woman-fill-frame): Doc fix.
5709 (woman-decode-region): Use window-width instead of frame-width.
5710
5711 * abbrevlist.el (list-one-abbrev-table):
5712 * descr-text.el (describe-char):
5713 * international/mule-diag.el (describe-current-coding-system):
5714 * international/quail.el (quail-insert-decode-map):
5715 Use window-width instead of frame-width.
5716
5717 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
5718 (jka-compr-mode-alist-additions): Add tbz.
5719 (jka-compr-write-region, jka-compr-insert-file-contents):
5720 Add message for undefined compress-program.
5721 (jka-compr-write-region): Remove redundant var bindings.
5722
5723 * dired-x.el (dired-guess-shell-alist-default): Add choices for
5724 extracting files into subdirectory. Add tbz and dz. Fix regexps.
5725 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
5726 (dired-man): Use dired-guess-shell-command.
5727 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
5728 Change default nil to t.
5729
5730 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
5731 (dired-compare-directories): Add default value for empty input.
5732
5733 * help-at-pt.el: Move suggestions for key bindings to Commentary.
5734
5735 * time.el (display-time-string-forms): Fix help-echo date format.
5736
5737 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
5738
5739 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
5740 (buffer-stale-function): New variable.
5741 (auto-revert-list-diff, auto-revert-dired-file-list)
5742 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
5743 (auto-revert-handler): Take over some functionality of deleted
5744 functions.
5745 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
5746
5747 * dired.el (dired-directory-changed-p): New fun, extracted from
5748 dired-internal-noselect.
5749 (dired-buffer-stale-p): New fun.
5750 (dired-internal-noselect): Use dired-directory-changed-p.
5751 Eliminate revert messages.
5752 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
5753
5754 2004-03-23 Kenichi Handa <handa@m17n.org>
5755
5756 * international/characters.el: Setup syntaxes for more parentheses
5757 Unicode characters.
5758
5759 * international/mule-cmds.el (select-safe-coding-system):
5760 Merge coding-system and auto-cs before comparing them.
5761
5762 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
5765
5766 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5767 normal-auto-fill-function and comment-indent-function.
5768 The default values now work just as well.
5769 Don't set font-lock-beginning-of-syntax-function since we already set
5770 syntax-begin-function.
5771 (lisp-outline-level): Put ;;;###autoload at same level as (.
5772 (prin1-char): Quote special chars.
5773
5774 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
5775 than with-no-warnings.
5776
5777 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
5778 if the source location can't be found.
5779 (edebug-compute-previous-result): Use prin1-char.
5780
5781 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
5782 (debug-ignored-errors): Add an entry.
5783
5784 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
5785 (byte-compile-file): Output warning when deleting a file.
5786
5787 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
5788 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
5789
5790 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
5791 (byte-compile-inline-expand): Use backquote.
5792 (byte-optimize-pure-func): Rename from byte-optimize-concat.
5793 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
5794
5795 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
5796
5797 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
5798
5799 2004-03-22 Juri Linkov <juri@jurta.org>
5800
5801 * finder.el (finder-known-keywords): Fix data, tex, unix.
5802
5803 * play/landmark.el: Fix keywords.
5804
5805 * language/ethio-util.el (ethio-find-file): Doc fix.
5806
5807 * emacs-lisp/warnings.el: Doc fix.
5808
5809 * textmodes/ispell.el (ispell-help): Doc fix.
5810
5811 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
5812
5813 * format.el (format-insert-file): Always return a list of two
5814 elements, like insert-file-contents does.
5815
5816 2004-03-21 Andre Spiegel <spiegel@gnu.org>
5817
5818 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
5819 and vc-BACKEND-diff.
5820 (vc-print-log): If the print-log implementation supports it, use
5821 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
5822 (vc-version-diff, vc-diff-internal): Doc fixes.
5823
5824 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
5825 implementation supports it, let diff output go to *vc*,
5826 not *vc-diff*, since this is an internal call.
5827
5828 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
5829
5830 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
5831
5832 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
5833
5834 2004-03-21 Dave Love <fx@gnu.org>
5835
5836 * progmodes/cfengine.el (cfengine-mode):
5837 Set parse-sexp-ignore-comments.
5838
5839 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
5840
5841 2004-03-21 Juanma Barranquero <lektu@terra.es>
5842
5843 * allout.el (allout-mode): Fix docstring.
5844
5845 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
5846
5847 * files.el (insert-directory): Fix bug if SWITCHES is a list.
5848
5849 * autorevert.el (auto-revert-interval): Make new value take
5850 effect immediately when set through Custom.
5851 (auto-revert-set-timer): Add interactive declaration.
5852
5853 2004-03-19 David Ponce <david@dponce.com>
5854
5855 * ruler-mode.el (ruler-mode-header-line-format-old):
5856 Don't `make-variable-buffer-local'.
5857 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5858 (ruler-mode-header-line-format): Simply funcall the above.
5859 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5860 to save/restore a previous header line format.
5861 (ruler-mode-space): Don't depend on a numeric WIDTH value.
5862 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5863 fringes and margins width.
5864 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5865
5866 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * log-edit.el (log-edit-font-lock-keywords): Typo.
5869
5870 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5871 (tex-send-tex-command): Rather than here.
5872 (tex-compilation-parse-errors): Simplify.
5873
5874 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5875
5876 * time.el (display-time-string-forms): Add help-echo with date on time.
5877
5878 * composite.el (compose-region): Use restore-buffer-modified-p.
5879
5880 * disp-table.el (standard-display-8bit): Simplify.
5881
5882 * server.el (server-process-filter): Delete temp frame.
5883
5884 * add-log.el (add-change-log-entry): Simplify.
5885
5886 2004-03-19 Kim F. Storm <storm@cua.dk>
5887
5888 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5889 (hexl-follow-line): Don't require 'fringe.
5890
5891 * progmodes/compile.el (compilation-start): Always set
5892 compilation-last-buffer and return it.
5893
5894 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5895
5896 * simple.el (clone-buffer): Doc fix.
5897
5898 2004-03-18 Juanma Barranquero <lektu@terra.es>
5899
5900 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5901
5902 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * log-edit.el (log-edit-font-lock-keywords): New var.
5905 (log-edit-mode): Use it.
5906
5907 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5908
5909 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5910 properly for watching in speedbar.
5911
5912 2004-03-17 Masatake YAMATO <jet@gyve.org>
5913
5914 * smerge-mode.el (smerge-popup-context-menu):
5915 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5916
5917 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5920 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5921 Take sealed revisions into account.
5922 (vc-arch-checkin): Extract a summary line from the message.
5923
5924 2004-03-16 Masatake YAMATO <jet@gyve.org>
5925
5926 * register.el (register): Provide `register' feature.
5927
5928 2004-03-15 Masatake YAMATO <jet@gyve.org>
5929
5930 Added context menu support in smerge mode.
5931 Most of the part is written by Stefan Monnier.
5932
5933 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5934 New keymap and menu.
5935 (smerge-text-properties): New function.
5936 (smerge-remove-props): New function.
5937 (smerge-popup-context-menu): New function.
5938 (smerge-resolve): Call `smerge-remove-props'.
5939 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5940 (smerge-keep-current): Ditto.
5941 (smerge-kill-current): New function.
5942 (smerge-match-conflict): Put text properties.
5943 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5944
5945 2004-03-15 David Ponce <david@dponce.com>
5946
5947 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5948 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5949 (ruler-mode-right-scroll-bar-cols): Remove.
5950 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5951 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5952 Use fringe-columns and scroll-bar-columns.
5953
5954 2004-03-15 Masatake YAMATO <jet@gyve.org>
5955
5956 * hl-line.el (hl-line-range-function): New variable.
5957 (hl-line-move): New function.
5958 (global-hl-line-highlight): Use `hl-line-move'.
5959 (hl-line-highlight): Ditto.
5960
5961 * scroll-bar.el (scroll-bar-columns):
5962 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5963
5964 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5965 (ruler-mode-left-fringe-cols)
5966 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5967 (ruler-mode-right-scroll-bar-cols)
5968 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5969 (ruler-mode-ruler-function): New variable.
5970 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5971 if the value for `ruler-mode-ruler-function'is given.
5972
5973 * hexl.el (hexl-mode-hook): Make the hook customizable.
5974 (hexl-address-area, hexl-ascii-area): New customize variables.
5975 (hexlify-buffer): Put font-lock-faces on the address area and
5976 the ascii area.
5977 (hexl-activate-ruler): New function.
5978 (hexl-follow-line): New function.
5979 (hexl-highlight-line-range): New function.
5980 (hexl-mode-ruler): New function.
5981
5982 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5985 (vc-default-find-file-hook): New fun.
5986 (vc-find-file-hook): Call new find-file-hook operation.
5987
5988 * vc-arch.el: New file.
5989
5990 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5991
5992 * info-look.el (info-lookup): Reuse an existing Info window.
5993
5994 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5995
5996 * woman.el (woman-preserve-ascii): Default value changed to t and
5997 doc string revised.
5998
5999 2004-03-12 Richard M. Stallman <rms@gnu.org>
6000
6001 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6002 Fix minor bug.
6003
6004 * replace.el (occur-engine): Change message for count of matches.
6005
6006 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6007 For strings, do compare text properties.
6008
6009 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
6010
6011 * progmodes/compile.el (compile-auto-highlight)
6012 (compilation-error-list, compilation-old-error-list)
6013 (compilation-parse-errors-function, compilation-parsing-end)
6014 (compilation-error-message, compilation-directory-stack)
6015 (compilation-enter-directory-regexp-alist)
6016 (compilation-leave-directory-regexp-alist)
6017 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
6018 (compilation-current-file, compilation-regexps): Remove vars.
6019
6020 (compile-error-at-point, compilation-error-filedata)
6021 (compilation-error-filedata-file-name, compile-reinitialize-errors)
6022 (compilation-next-error-locus, compilation-forget-errors)
6023 (count-regexp-groupings, compilation-parse-errors)
6024 (compile-collect-regexps, compile-buffer-substring): Remove funs.
6025
6026 (compile-internal): Make obsolete.
6027
6028 (compilation-first-column, compilation-error)
6029 (compilation-directory-matcher, compilation-page-delimiter)
6030 (compilation-mode-font-lock-keywords, compilation-debug)
6031 (compilation-error-face, compilation-warning-face)
6032 (compilation-info-face, compilation-line-face)
6033 (compilation-column-face, compilation-enter-directory-face)
6034 (compilation-leave-directory-face, compilation-skip-threshold)
6035 (compilation-skip-visited, compilation-context-lines): New vars.
6036
6037 (compilation-warning-face, compilation-info-face)
6038 (compilation-message-face): New faces.
6039
6040 (compilation-error-regexp-alist-alist): New constant.
6041
6042 (compilation-face, compilation-directory-properties)
6043 (compilation-assq, compilation-error-properties, compilation-start)
6044 (define-compilation-mode, compilation-loop)
6045 (compilation-set-window): New functions.
6046
6047 (compile): Additional argument for interactive compiles like TeX.
6048
6049 * progmodes/grep.el (kill-grep): Move here from compile.el
6050 (grep-error, grep-hit-face, grep-error-face)
6051 (grep-mode-font-lock-keywords): New variables.
6052 (grep-regexp-alist): Simplify regexp and add `binary' case.
6053 (grep-mode): New mode.
6054 (grep-process-setup): Simplify.
6055
6056 2004-03-11 Jason Rumney <jasonr@gnu.org>
6057
6058 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
6059 letters on DOS/Windows.
6060
6061 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6062
6063 * server.el (server-name): New var.
6064 (server-socket-dir): New var to replace server-socket-name.
6065 (server-start): Use them.
6066
6067 2004-03-11 Simon Josefsson <jas@extundo.com>
6068
6069 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
6070 died to avoid infloop. Reported by Jonathan Glauner
6071 <jglauner@sbum.org>.
6072
6073 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
6076 (smerge-mode-menu): Use it to deactivate menu entries.
6077 (smerge-keep-current): New fun.
6078 (smerge-keep-current): Use it.
6079
6080 2004-03-10 John Paul Wallington <jpw@gnu.org>
6081
6082 * foldout.el (foldout-fold-list, foldout-modeline-string):
6083 Declare them as variables, not constants.
6084
6085 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6086
6087 * ps-print.el: Modification to print *Messages* buffer.
6088 (ps-print-version): New version 6.6.4.
6089 (ps-message-log-max): New fun.
6090 (ps-spool-without-faces, ps-spool-with-faces)
6091 (ps-count-lines-preprint): Code fix.
6092
6093 * printing.el: New tips in Tips section.
6094
6095 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6096
6097 * delim-col.el: Doc fix.
6098
6099 * printing.el: Doc fix. New doc section (Tips).
6100
6101 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * type-break.el (type-break-emacs-variant): Remove.
6104 (type-break-run-at-time, type-break-cancel-function-timers):
6105 Use fboundp rather than version name and number.
6106
6107 2004-03-09 Masatake YAMATO <jet@gyve.org>
6108
6109 * hexl.el (hexl-mode): Use `make-local-variable' instead of
6110 `make-variable-buffer-local'.
6111
6112 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
6113
6114 * find-dired.el (find-dired): Call `shell-command' instead of
6115 `start-process-shell-command'. By this, Tramp takes over
6116 handling of remote directories.
6117
6118 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * newcomment.el (comment-use-global-state): New var.
6121 (comment-search-forward): Use it.
6122
6123 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
6124
6125 * cus-edit.el (fill) <defgroup>: Move to fill.el.
6126
6127 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
6128 (enable-kinsoku): Make it a defcustom.
6129 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
6130 paragraph to same-comment-start-marker.
6131
6132 2004-03-07 Dave Love <fx@gnu.org>
6133
6134 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
6135 (browse-url-mail): Use it.
6136
6137 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
6138 (rfc2368-unhexify-string): Use replace-regexp-in-string.
6139
6140 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6141
6142 * woman.el (woman-man.conf-path): Doc fix.
6143 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
6144
6145 2004-03-07 Eli Zaretskii <eliz@gnu.org>
6146
6147 * sort.el (sort-columns): Remove ms-dos from the list of systems
6148 where the external `sort' command is not used.
6149
6150 2004-03-07 Kim F. Storm <storm@cua.dk>
6151
6152 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
6153 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
6154 from overlay-arrow-variable-list.
6155 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
6156
6157 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
6158
6159 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
6160 overlay arrow string properly for the assembler buffer.
6161
6162 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * mail/sendmail.el (mail-mode): Fix last change.
6165
6166 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
6167
6168 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
6169 for the assembler buffer.
6170 (gdb-assembler-custom): Position the overlay arrow.
6171 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
6172
6173 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
6176
6177 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
6178 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
6179
6180 * mail/sendmail.el (mail-mode): Set comment-start-skip.
6181
6182 * newcomment.el (uncomment-region): Allow non-terminated comment.
6183 (comment-normalize-vars): Check the user-specified comstart marker.
6184
6185 2004-03-04 Jesper Harder <harder@ifa.au.dk>
6186
6187 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
6188 Otherwise, do use it if the region only contains font-lock text
6189 properties.
6190
6191 2004-03-04 Masatake YAMATO <jet@gyve.org>
6192
6193 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
6194 as the callback function for eldoc.
6195 (hexl-print-current-point-info): New function.
6196 (hexl-current-address): Print the address in both decimal
6197 and hexadecimal format.
6198
6199 2004-03-04 Richard M. Stallman <rms@gnu.org>
6200
6201 * mail/rmail.el (rmail-convert-to-babyl-format):
6202 Specify t for UNIBYTE when calling mail-unquote-printable-region.
6203
6204 * mail/mail-utils.el (mail-unquote-printable-region):
6205 New arg UNIBYTE.
6206
6207 * startup.el (command-switch-alist): Doc fix.
6208
6209 * simple.el (undo): Temporarily set this-command to `undo-start',
6210 then set it to `undo' once undo-start returns without error.
6211
6212 * simple.el (minibuffer-history-sexp-flag): Doc fix.
6213
6214 * simple.el (kill-line): Don't disregard trailing whitespace
6215 in eol condition, if show-trailing-whitespace is set.
6216
6217 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
6218 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
6219 When disabling, restore old values only if mouse-sel-has-been-enabled.
6220
6221 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
6222 (isearch-{-char): New function.
6223 (isearch-mode-map): Bind { to isearch-{-char.
6224
6225 * font-lock.el (lisp-font-lock-keywords-2):
6226 Turn off the CL with-... and do-... general patterns.
6227 Instead, recognize several specific with... and do... constructs.
6228
6229 * files.el (switch-to-buffer-other-window):
6230 Bind same-window-buffer-names and same-window-regexps to nil.
6231 (switch-to-buffer-other-frame): Likewise.
6232
6233 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
6236 recognizing leading comment on code line.
6237
6238 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6239
6240 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
6241 hidden files/directories.
6242
6243 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
6246 only comment-start (in case the mode hasn't set it).
6247
6248 * Makefile.in (AUTOGENEL): New var.
6249 (bootstrap-prepare): Rename from bootstrap-clean.
6250 Don't remove elc files.
6251 (maintainer-clean): New target.
6252
6253 * xml.el (xml-get-attribute-or-nil): Simplify.
6254
6255 2004-03-02 Juri Linkov <juri@jurta.org>
6256
6257 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
6258 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
6259 URL to prevent their substitution with the environment variable
6260 values by browsers.
6261
6262 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6263
6264 * ps-print.el: Doc fix.
6265 (ps-print-version): New version number (6.6.3).
6266 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
6267 Docstring fix.
6268 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
6269 before printing.
6270 (ps-time-stamp-yyyy-mm-dd): New fun.
6271 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
6272
6273 2004-03-02 Kim F. Storm <storm@cua.dk>
6274
6275 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
6276
6277 2004-03-01 Juanma Barranquero <lektu@terra.es>
6278
6279 * allout.el (allout-rebullet-heading): Fix typo in docstring.
6280
6281 * desktop.el (desktop-file-version)
6282 (desktop-after-read-hook): Fix typos.
6283 (desktop-clear-preserve-buffers): Remove redundant info in
6284 docstring already shown by the obsolescence message.
6285 (desktop-truncate, desktop-internal-v2s)
6286 (desktop-value-to-string): Change argument name to match docstring.
6287
6288 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
6289
6290 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
6291 docstring.
6292
6293 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6294
6295 * printing.el: Replace "As Is..." in PostScript file print/preview by
6296 "No Preprocessing...". Suggested by Colin Marquardt
6297 <_marquardt_@zmd.de>.
6298 (pr-insert-section-4): Adjust buffer interface.
6299
6300 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6301
6302 Version 2.0.39 of Tramp released.
6303
6304 * net/tramp.el (tramp-handle-file-local-copy)
6305 (tramp-handle-write-region, tramp-open-connection-rsh):
6306 Variable name typo. Small change. From Patrick Tullmann
6307 <tullmann@flux.utah.edu>.
6308 (tramp-process-connection-type): New variable.
6309 (tramp-maybe-open-connection): Use it.
6310 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
6311 (tramp-touch): Set last-modified time of a remote file.
6312 (tramp-handle-write-region): Say which function is used when encoding.
6313
6314 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
6315
6316 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
6317 case of non-existing filename, too. Reported by Christoph Bauer
6318 <c_bauer@informatik.uni-kl.de>.
6319 (tramp-smb-get-file-entries): The directory in question should
6320 have permissions "drwxrwxrwx". Just virtual, because we don't
6321 know the real permissions. Don't we know?
6322 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
6323 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
6324 (tramp-smb-wait-for-output): Optimize algorithm getting pending
6325 output. If it was received chunkwise, there have been problems.
6326 Remove the "prompt not found" error message; it is obvious.
6327 Simplify algorithm.
6328 (tramp-smb-process-running): Remove. Since we acknowledge the
6329 virtual prompt for shares, there's no need for distinction of
6330 reading shares (process ends afterwards) and interactive mode of
6331 smblient.
6332 (tramp-smb-open-connection): Setting process sentinel removed.
6333 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
6334 "NT_STATUS_NETWORK_ACCESS_DENIED".
6335 (tramp-smb-maybe-open-connection): Set `process-connection-type'
6336 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
6337 (top-level): Setting default value in `tramp-default-method-alist'
6338 corrected. Order of USER and HOST have been wrong.
6339 Nobody complained for months ...
6340 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
6341 (tramp-smb-open-connection): Clear password cache if login has failed.
6342
6343 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
6344 `tramp-unified-filenames'.
6345 (tramp-completion-mode): Make test for XEmacs explicitely.
6346 `event-to-character' can exists in Emacs packages too.
6347 Reported by Matt Swift <swift@alum.mit.edu>.
6348 (tramp-buffer-name): Buffer name must contain the user if exists.
6349 Reported by Adrian Phillips <a.phillips@met.no>.
6350 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
6351 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
6352 (tramp-do-copy-or-rename-file-out-of-band): Rename from
6353 `tramp-do-copy-or-rename-file-one-local', because it handles also
6354 the case both files use the same out-of-band method.
6355 Implementation added.
6356 (tramp-handle-file-local-copy, tramp-handle-write-region):
6357 Out-of-band handling removed. `copy-file' called instead, which
6358 calls `tramp-do-copy-or-rename-file-out-of-band'.
6359 (tramp-action-password): Check for out-of-band method removed.
6360 This function is used for 'login-program.
6361 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
6362 appropriate.
6363 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
6364 and `tramp-parse-sknownhosts'.
6365 (tramp-completion-function-alist): It's a defvar now, because we
6366 want to apply the optimized `tramp-set-completion-function'
6367 instead of a static list.
6368 (tramp-set-completion-function): Implementation tuned.
6369 Avoid double entries, and entries where the function or the
6370 file/directory doesn't exist.
6371 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
6372 for SSH2.
6373 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
6374 (tramp-handle-dired-compress-file): New function.
6375 (tramp-async-proc): New variable.
6376 (tramp-handle-shell-command): Adding asynchronous processes.
6377 They are far from being perfect, but it works at least for
6378 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
6379 (top-level): Require password.el if visible. Should be mandatory
6380 once No Gnus has found its way into (X)Emacs.
6381 (tramp-read-passwd): Invoke `password-read' if available,
6382 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
6383 fallback any longer.
6384 (tramp-clear-passwd): New function.
6385 (tramp-process-actions, tramp-process-multi-actions):
6386 Clear password cache if login has failed.
6387
6388 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
6389 its own module.
6390 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
6391 `ange-ftp-ftp-name-res'. There could be incorrect values from
6392 previous calls in case the "ftp" method is used in the Tramp file
6393 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6394
6395 2004-02-28 Richard M. Stallman <rms@gnu.org>
6396
6397 * term.el (term-mouse-paste): Call mouse-set-point.
6398
6399 * thumbs.el: New file.
6400
6401 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6402
6403 * progmodes/ebnf-abn.el: Doc fix.
6404
6405 * progmodes/ebnf-bnf.el: Doc fix.
6406 (ebnf-repeat): Code fix.
6407
6408 * progmodes/ebnf2ps.el: Doc fix.
6409 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
6410
6411 2004-02-28 Juri Linkov <juri@jurta.org>
6412
6413 * ffap.el (dired-at-point): Additional writability test for
6414 relative directory names.
6415 (dired-at-point-prompter): Treat directories as a directory, get
6416 the directory component from files.
6417 (ffap-string-at-point): Return string from region if region is active.
6418 (ffap-file-at-point): Remove redundant code.
6419
6420 2004-02-28 Kim F. Storm <storm@cua.dk>
6421
6422 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
6423 Initialize margin area images to nil.
6424 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6425 (breakpoint-enabled-bitmap-face)
6426 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
6427 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
6428 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
6429 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
6430 (gdb-reset): Use gdb-remove-breakpoint-icons.
6431 (gdb-put-string): Add dprop arg to specify alternative display
6432 property (for setting fringe bitmap).
6433 (gdb-remove-strings): Doc fix.
6434 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
6435 icon in fringe (if available), or else as icon or text in display
6436 margin. Creates necessary icons in breakpoint-bitmap,
6437 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
6438 Also make left window margin if required.
6439 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
6440 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
6441 no longer needed.
6442 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
6443 gdb-put-breakpoint-icon.
6444 (gdb-assembler-mode): Don't set left-margin-width here.
6445
6446 2004-02-27 Kevin Ryde <user42@zip.com.au>
6447
6448 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
6449 comma, so that it DTRT in macros.
6450
6451 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
6452
6453 * progmodes/sh-script.el (sh-shell-arg)
6454 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
6455 (sh-leading-keywords, sh-other-keywords): Fix custom type.
6456
6457 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6458
6459 * faces.el (face-spec-set-match-display): Add a new attribute,
6460 `min-colors'.
6461 (region, highlight, secondary-selection): Use `min-colors'.
6462
6463 * custom.el (defface): Add documentation for `min-colors'.
6464
6465 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6466 (font-lock-keyword-face, font-lock-function-name-face)
6467 (font-lock-variable-name-face, font-lock-constant-face):
6468 Use `min-colors'.
6469
6470 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
6471
6472 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6473
6474 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
6475 define assq-delete-all if it's not defined.
6476 (ebnf-generate-region): Code fix.
6477
6478 * printing.el: Doc fix.
6479 (pr-version): New version number (6.7.2).
6480 (pr-command): Return empty string if command is an empty string.
6481
6482 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6483
6484 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
6485
6486 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
6487 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
6488 semi-down-full. Fix a bug on productions like test = {"test"}* | (
6489 "tt" ["test"] ). Reported by Markus Dreyer
6490 <mdreyer@ix.urz.uni-heidelberg.de>.
6491 (ebnf-version): New version number (4.0).
6492 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
6493 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
6494 (ebnf-delete-style): New commands.
6495 (ebnf-directory, ebnf-file): New funs.
6496 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
6497 (ebnf-production-name-p, ebnf-stop-on-error): New options.
6498 (ebnf-syntax-alist): New var.
6499 (ebnf-element-width): New fun replacing ebnf-list-width.
6500 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
6501 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
6502 (ebnf-prologue): Adjust vars.
6503 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
6504 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
6505 (ebnf-check-style-values, ebnf-generate-production)
6506 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
6507 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
6508 (ebnf-token-repeat): Code fix.
6509
6510 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
6511 %right, %left and %prec. Suggested by Matthew K. Junker
6512 <junker@alum.mit.edu>.
6513 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
6514
6515 * progmodes/ebnf-iso.el: Doc fix.
6516 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
6517 (ebnf-iso-lex): Code fix.
6518
6519 * progmodes/ebnf-bnf.el: Doc fix.
6520 (ebnf-bnf-lex): Code fix.
6521
6522 * progmodes/ebnf-otz.el: Doc fix.
6523
6524 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6525
6526 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
6527 (abbrev-prefix-mark): Doc fix.
6528
6529 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
6530
6531 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
6532 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
6533 (gdb-var-delete): Make interactive (really).
6534 (gdb-edit-value): Make non-interactive.
6535
6536 * progmodes/gud.el (gud-speedbar-menu-items):
6537 Add gdb-var-delete and, indirectly, gdb-edit-value.
6538 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
6539 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
6540 (gud-gdb-marker-filter): Add comment for annotations.
6541
6542 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6543
6544 * calendar/calendar.el (generate-calendar)
6545 (calendar-read-date): Prevent display of BC calendars once more -
6546 reverts 2003-10-01 change.
6547 (generate-calendar-month): Doc fix.
6548
6549 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6550
6551 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
6552 return value of increment-calendar-month.
6553
6554 2004-02-21 Stephen Compall <s11@member.fsf.org>
6555
6556 * saveplace.el (save-place-forget-unreadable-files)
6557 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
6558 (save-place-forget-unreadable-files): New function.
6559 (save-place-alist-to-file): Use it to filter out files that are
6560 no longer readable.
6561
6562 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
6563 current Texinfo environment, using the same method as in
6564 `texinfo-insert-@end', and insert a space rather than a newline if
6565 point in a @table environment.
6566
6567 2004-02-21 Juri Linkov <juri@jurta.org>
6568
6569 * ffap.el (ffap-file-at-point): Try parent directories.
6570
6571 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
6572
6573 * vcursor.el (vcursor-modifiers): New defcustom.
6574 (vcursor-cs-binding): Use vcursor-modifiers instead of a
6575 hard-coded list.
6576
6577 2004-02-21 Masatake YAMATO <jet@gyve.org>
6578
6579 * play/animate.el (animate-birthday-present): Accept names other
6580 than `Sarah', too.
6581
6582 2004-02-21 Juri Linkov <juri@jurta.org>
6583
6584 * startup.el: Remove table of command line arguments from the
6585 Commentary section.
6586
6587 2004-02-20 John Wiegley <johnw@newartisans.com>
6588
6589 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
6590 again" modifier from 'e' to 'E', since 'e' is also used by the
6591 "file extension" modifier.
6592
6593 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
6594
6595 * help-fns.el (describe-categories): Doc fix.
6596
6597 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6598
6599 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
6600 temporary file for buffer already visiting one. This change makes
6601 output likely to be directly usable by patch program.
6602 Suggested by Adrian Aichner <adrian@xemacs.org>
6603
6604 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
6605
6606 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
6607 case of variables defined in compound statements.
6608 (gdb-setup-windows, gdb-source-info, gdb-source-info):
6609 Simplify constructions using switch-to-buffer.
6610
6611 2004-02-19 Simon Josefsson <jas@extundo.com>
6612
6613 * play/morse.el: Fix typo.
6614 (morse-code): Add @.
6615
6616 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6617
6618 * calendar/appt.el (appt-display-format): Change default to
6619 'ignore, for backwards compatibility.
6620 (appt-display-message): If appt-display-format is 'ignore,
6621 respect old vars appt-msg-window and appt-visible.
6622 (appt-activate): Don't depend on return value of cancel-timer.
6623
6624 * calendar/calendar.el (calendar-holidays): Doc fix.
6625
6626 * calendar/cal-coptic.el (coptic-prompt-for-date):
6627 Use assoc-string instead of assoc-ignore-case.
6628 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6629 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6630 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6631 * calendar/cal-islam.el (calendar-goto-islamic-date)
6632 (mark-islamic-diary-entries): Ditto.
6633 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6634 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6635 (calendar-read-mayan-tzolkin-date): Ditto.
6636 * calendar/calendar.el (calendar-read-date): Ditto.
6637 * calendar/diary-lib.el (mark-diary-entries): Ditto.
6638
6639 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
6640
6641 * progmodes/executable.el (executable-command-find-posix-p):
6642 Fix choice of the directory.
6643
6644 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6645
6646 * simple.el (interprogram-cut-function)
6647 (interprogram-paste-function, kill-new, kill-append):
6648 Doc fixes.
6649 (kill-region): Make it return nil. Doc fix.
6650 (yank-pop): Make its argument optional.
6651 (yank): Make ARG `-' equivalent to `-1'.
6652
6653 2004-02-17 Eli Zaretskii <eliz@gnu.org>
6654
6655 * mail/rmail.el (rmail-get-new-mail): Don't reference
6656 rmail-use-spam-filter if rmail-spam-filter is not loaded.
6657
6658 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6659
6660 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
6661 if one of global-auto-revert-non-file-buffers or autorevert-mode
6662 is non-nil.
6663
6664 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6665
6666 * subr.el (delete-dups): A better implementation from Karl Heuer
6667 <kwzh@gnu.org>.
6668
6669 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6670
6671 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
6672 correct place.
6673 * progmodes/icon.el (icon-indent-command): Ditto.
6674 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
6675
6676 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6677
6678 * progmodes/grep.el (grep-compute-defaults): Undo change from
6679 2004-01-29: don't use executable-command-find-posix-p.
6680
6681 2004-02-16 Richard Sharman <rsharman@pobox.com>
6682
6683 * hilit-chg.el: Use require instead of eval-and-compile.
6684 (highlight-compare-buffers): New function.
6685
6686 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
6687
6688 * man.el (Man-fontify-manpage): Render section headings in
6689 `Man-overstrike-face' even when overstrike was not used by man
6690 formatter for section headings.
6691
6692 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
6693
6694 * rmail-spam-filter.el: (vm-use-spam-filter)
6695 (rsf-min-region-length-added-to-spam-list): New variables.
6696 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
6697 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
6698 spam testing. Don't delete spam message if automatic deletion
6699 after output via variable rmail-delete-after-output is turned on.
6700 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
6701 rsf-bbdb-dont-create-entries-for-spam.
6702 (check-field): New function, extracted from code in
6703 rmail-spam-filter to ease addition of header fields like content-type.
6704 (message-content-type): New variable to check the content-type:
6705 field added, also in defcustom of rsf-definitions-alist.
6706 (rmail-spam-filter): Replace repeated test code for header fields
6707 by calls to check-field; change the call to
6708 rmail-output-to-rmail-file such that rmail-current-message stays
6709 the same to avoid wrong deletion of unseen flags.
6710 (rsf-add-contents-type): New function to convert old format
6711 of rmail-spam-definitions-alist into new one.
6712 Change prefixes of all variables and functions from
6713 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
6714
6715 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6716
6717 * loadhist.el (unload-hook-features-list): New defvar.
6718
6719 2004-02-16 Dave Love <fx@gnu.org>
6720
6721 * loadhist.el (unload-feature): Doc fix. Rename flist to
6722 unload-hook-features-list.
6723
6724 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
6725
6726 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
6727 cookie. Don't check if we are looking-at open-formula.
6728
6729 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6730
6731 * subr.el (match-string-no-properties): Use substring-no-properties.
6732
6733 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6734
6735 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
6736 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
6737 Use lower-case "rx" in all error message.
6738
6739 2004-02-16 Dave Love <fx@gnu.org>
6740
6741 * emacs-lisp/rx.el (rx-or): Put group around result.
6742 (rx-constituents): Add backref.
6743 (rx-syntax): Add string-delimiter, comment-delimiter.
6744 (rx-categories): Add combining-diacritic.
6745 (rx-check-not, rx-greedy, rx): Doc fix.
6746 (rx-backref, rx-check-backref): New.
6747
6748 2004-02-16 Jesper Harder <harder@ifa.au.dk>
6749
6750 * newcomment.el (uncomment-region): Allow eob as comment end.
6751
6752 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6753
6754 * filecache.el: All message and error commands now use prefix
6755 "Filecache:" to make it easy to read *Messages* buffer.
6756
6757 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6758
6759 * autorevert.el: Add support to detect changed dired and VC buffers.
6760 (auto-revert-active-p, auto-revert-list-diff)
6761 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
6762 (auto-revert-handler, auto-revert-active-p): New functions.
6763 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
6764 and `auto-revert-active-p'.
6765 (eval-when-compile): Defvar dired-directory and vc-mode.
6766 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6767 (auto-revert-handler-vc): New functions.
6768
6769 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
6770
6771 * progmodes/compile.el (compilation-directory): New defvar.
6772 (compile): Save current directory in compilation-directory.
6773 (recompile): Bind default-directory to compilation-directory if
6774 that is non-nil.
6775
6776 2004-02-16 Dave Love <fx@gnu.org>
6777
6778 * newcomment.el (comment-insert-comment-function)
6779 (comment-region-function, uncomment-region-function): New.
6780 (comment-indent): Use comment-insert-comment-function.
6781 (uncomment-region): Use uncomment-region-function.
6782 (comment-region): Use comment-region-function.
6783
6784 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
6785
6786 2004-02-16 Richard Stallman <rms@gnu.org>
6787
6788 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
6789 loaddefs* and ldefs-boot*.
6790
6791 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6792
6793 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
6794 and email address at the beginning and end of the address.
6795
6796 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
6797 anchored at the beginning of the email address.
6798
6799 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
6800
6801 * international/ccl.el (ccl-compile-write): Pass `left' to
6802 ccl-embed-code to generate correct code of write-expr-register.
6803
6804 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
6805
6806 * progmodes/grep.el (grep-compute-defaults): Fix typos.
6807
6808 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6809
6810 * x-dnd.el: Mention support for Motif in commentary.
6811 (x-dnd-handle-drag-n-drop-event): Ditto.
6812
6813 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6814
6815 * ses.el: Use "ses--" prefixes for buffer-local variables.
6816 Use (point-min) instead of 1, even when we know the buffer
6817 is unnarrowed.
6818 (ses-build-load-map): Delete. Distribute its content to defconst's for
6819 the three maps.
6820 (ses-menu, ses-header-line-menu): New menus.
6821 (ses-mode-map): Use them.
6822 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
6823
6824 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
6825
6826 * Makefile.in: Fix the CC Mode recompile kludge so it works
6827 when building in a different directory.
6828
6829 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
6830
6831 * simple.el (kill-new): Put yank-handler property on the entire string.
6832
6833 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * diff.el: Don't use compile any more, use diff-mode instead.
6836 (diff-regexp-alist, diff-old-file, diff-new-file)
6837 (diff-parse-differences, diff-process-setup): Remove.
6838 (diff-sentinel): New fun.
6839 (diff): Use it. Run the process ourselves.
6840 Use diff-mode for the rest of the processing.
6841
6842 * diff.el (diff): Simplify code handling `switch'.
6843
6844 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * pcvs-defs.el (cvs-menu): Add `tag'.
6847
6848 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6849
6850 * simple.el (kill-append): Doc fix.
6851
6852 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6853 Adapt outline-regexp to the new conventions for commenting out code.
6854
6855 2004-02-11 John Paul Wallington <jpw@gnu.org>
6856
6857 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6858
6859 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * diff.el (diff-switches): New fun.
6862 (diff, diff-backup): Use it.
6863 (diff): Clean up the args construction. Use backquote.
6864 Use listp instead of consp to avoid putting a nil arg.
6865 (diff): Add a revert-buffer function.
6866
6867 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6868
6869 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
6870 handled by x-dnd-handle-file-name.
6871 (x-dnd-known-types): Add COMPOUND_TEXT.
6872 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6873 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6874 x-dnd-empty-state.
6875 (x-dnd-forget-drop): Ditto.
6876 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6877 (x-dnd-handle-one-url): Return private when inserting text.
6878 (x-dnd-insert-ctext): New function.
6879 (x-dnd-handle-file-name): New function for FILE_NAME.
6880 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6881 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6882 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6883
6884 2004-02-10 Kenichi Handa <handa@m17n.org>
6885
6886 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6887 instead of while loop.
6888
6889 2004-02-10 Miles Bader <miles@gnu.org>
6890
6891 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6892
6893 2004-02-09 Kenichi Handa <handa@m17n.org>
6894
6895 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6896 have end-of-line.
6897
6898 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6899
6900 * Makefile.in: Added extra dependencies in the recompile target
6901 needed to cope with the compile time macro expansions in CC Mode.
6902
6903 2004-02-09 Kim F. Storm <storm@cua.dk>
6904
6905 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6906 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6907 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6908 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6909 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6910 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6911 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6912 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6913 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6914 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6915 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6916
6917 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6920 Don't allow shrink if there's a window on our right.
6921
6922 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6923 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6924 Bring together declaration and initialization.
6925 (prolog-mode-variables): Don't set the syntax table.
6926 Don't set paragraph-start and comment-indent-function.
6927 Add /*..*/ to the comment regexps.
6928 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6929 (prolog-mode-map): Don't bind TAB.
6930 (prolog-mode): Set the syntax table.
6931 (prolog-comment-indent): Remove.
6932 (inferior-prolog-mode-map): Initialize in the declaration.
6933 (inferior-prolog-mode-syntax-table)
6934 (inferior-prolog-mode-abbrev-table): New vars.
6935 (inferior-prolog-mode): Derive from comint-mode.
6936 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6937 minibuffer windows.
6938
6939 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6940 in file names, as long as it is unabmiguous.
6941
6942 2004-02-08 Andreas Schwab <schwab@suse.de>
6943
6944 * textmodes/reftex-toc.el
6945 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6946 format. Doc fix.
6947
6948 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6949 format string arguments.
6950
6951 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6952 string argument.
6953
6954 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6955
6956 * play/zone.el (zone-call): Fix format string.
6957
6958 * net/webjump.el (webjump-builtin): Add missing format string argument.
6959
6960 * midnight.el (midnight-delay-set): Remove extra format string argument.
6961
6962 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6963
6964 * hexl.el (hexl-insert-char): Add missing format string argument.
6965
6966 * format.el (format-decode): Fix format string.
6967
6968 * emulation/vi.el (vi-mode): Remove extra format string argument.
6969 (vi-repeat-last-search): Likewise.
6970 (vi-reverse-last-search): Likewise.
6971 (vi-goto-mark): Likewise.
6972 (vi-reverse-last-find-char): Likewise.
6973 (vi-repeat-last-find-char): Likewise.
6974 (vi-locate-def): Likewise.
6975
6976 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6977
6978 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6979 string argument.
6980 (ediff-toggle-regexp-match): Likewise.
6981
6982 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6983 format string argument.
6984
6985 * calc/calc-map.el (calc-get-operator): Remove extra format
6986 string argument.
6987
6988 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6989
6990 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6991 string argument.
6992
6993 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6994
6995 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6996
6997 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6998
6999 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
7000 (cl-struct-setf-expander): Likewise.
7001
7002 * vc.el (with-vc-file): Fix unsafe uses of error.
7003 (vc-cancel-version): Likewise.
7004
7005 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
7006
7007 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
7008 thousands separator; fixes <class>:<line-number> regexp for
7009 non-english locales.
7010
7011 2004-02-08 Andreas Schwab <schwab@suse.de>
7012
7013 * view.el (view-mode-enable): Revert previous change.
7014
7015 2004-02-07 Kim F. Storm <storm@cua.dk>
7016
7017 * simple.el (line-number-at-pos): Rename from line-at-pos.
7018 Uses changed (what-line and vc-annotate-warp-version).
7019
7020 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
7023 (diff-mode): Remove aborted attempt at support for compile.el.
7024 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
7025
7026 2004-02-06 Andreas Schwab <schwab@suse.de>
7027
7028 * view.el (view-mode-enable): Add view-mode-map to
7029 minor-mode-overriding-map-alist.
7030
7031 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7032
7033 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
7034
7035 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
7038 with point inside rather than after the paragraph.
7039
7040 2004-02-04 Sam Steingold <sds@gnu.org>
7041
7042 * mail/smtpmail.el (smtpmail-try-auth-methods):
7043 Do not try authentication when no mechanism is available.
7044 Pass port-name as defaultport to `netrc-machine'.
7045
7046 2004-02-04 Stephen Eglen <stephen@gnu.org>
7047
7048 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
7049 to show how minibuffer height can be constrained.
7050
7051 2004-02-04 John Paul Wallington <jpw@gnu.org>
7052
7053 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
7054
7055 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7056
7057 * x-dnd.el: New file for drag and drop.
7058
7059 * term/x-win.el: require x-dnd, set after-make-frame-functions
7060 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
7061 drag-n-drop event.
7062
7063 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
7064 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
7065 (dired-dnd-handle-file): New functions for drag and drop support.
7066 (dired-mode): Initialize drag and drop if x-dnd present.
7067
7068 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
7071 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
7072 (cperl-mode): Set fill-paragraph-function.
7073 (cperl-fill-paragraph): Make it non-interactive.
7074
7075 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
7076
7077 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
7078
7079 2004-02-02 David Kastrup <dak@gnu.org>
7080
7081 * replace.el (perform-replace): Allow 'literal argument in
7082 regexp-flag to indicate literal replacement.
7083 (query-replace-regexp-eval): Use it.
7084
7085 2004-02-01 Andreas Schwab <schwab@suse.de>
7086
7087 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
7088
7089 2004-02-01 Stephen Eglen <stephen@gnu.org>
7090
7091 * info-look.el: Add support for maxima-mode. Update commentary
7092 because info-lookup-symbol is now bound to C-h S.
7093
7094 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
7095
7096 * simple.el (edit-and-eval-command): Bind print-level and
7097 minibuffer-history-sexp-flag around call to read-from-minibuffer.
7098 Correct initial position in command-history.
7099
7100 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
7101
7102 * files.el (read-directory-name): Adapt the docstring to recent
7103 change in Fread_file_name.
7104
7105 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
7106
7107 * ses.el (ses-print-cell): If print format too wide for column
7108 width, truncate decimal places if that helps to avoid "#####" fill.
7109 * ses.el (ses-initial-column-width): Revert previous change.
7110
7111 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
7114 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
7115 Add edebug info.
7116 (jit-lock-mode): Setup/cancel the new timer.
7117 (jit-lock-context-fontify): New fun. Extracted from
7118 context fontification code of jit-lock-stealth-fontify.
7119 (jit-lock-stealth-fontify): Don't do context fontification any more.
7120
7121 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
7122 (jit-lock-fontify-now): Handle the `quit' case.
7123 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
7124
7125 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
7126
7127 * progmodes/executable.el (executable-command-find-posix-p):
7128 New. Check if find handles arguments Posix-style.
7129
7130 * progmodes/grep.el (grep-compute-defaults):
7131 Use executable-command-find-posix-p.
7132 (grep-find): Check `grep-find-command'.
7133
7134 * filecache.el (file-cache-find-posix-p): Delete.
7135 (file-cache-add-directory-using-find):
7136 Use `executable-command-find-posix-p'.
7137
7138 2004-01-29 Dave Love <fx@gnu.org>
7139
7140 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7141 Iterate the hook function if arg is given.
7142 (mark-defun, narrow-to-defun): Change order of finding the limits.
7143
7144 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
7145 (byte-compile-format-warn): New.
7146 (byte-compile-callargs-warn): Use it.
7147 (Format, message, error): Add byte-compile-format-like property.
7148 (byte-compile-maybe-guarded): New.
7149 (byte-compile-if, byte-compile-cond): Use it.
7150 (byte-compile-lambda): Compile interactive forms,
7151 just to make warnings about them.
7152
7153 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
7154
7155 * ses.el (ses-initial-column-width): Increase to 14, so it will
7156 work well with the default printer of "%.7g" for extreme values
7157 like "-1.234567e+07".
7158
7159 2004-01-29 Kenichi Handa <handa@m17n.org>
7160
7161 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7162
7163 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
7164
7165 * dos-w32.el: Added support for the `default-printer-name' function.
7166
7167 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * server.el (server-socket-name): Don't use the hostname in the
7170 socket name since /tmp is local to the host anyway.
7171
7172 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
7173 robust check of widening and fix var-naming.
7174
7175 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
7176
7177 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
7178 or rmail-spam- to rsf- in all function and variable names.
7179 (rsf-min-region-to-spam-list): New variable.
7180 (rsf-bbdb-auto-delete-spam-entries): Rename from
7181 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
7182 scanned together with the recipients field for spam testing; Don't
7183 delete spam message if rmail-delete-after-output is non-nil;
7184 (rsf-check-field): New function, extracted from code in
7185 rmail-spam-filter to ease addition of header fields like
7186 content-type:;
7187 (message-content-type): New variable. The content-type: field was
7188 added also in defcustom of rsf-definitions-alist;
7189 (rmail-spam-filter): Replace repeated test code for header fields
7190 by calls to check-field; change the call to
7191 rmail-output-to-rmail-file such that rmail-current-message stays
7192 the same to avoid wrong deletion of unseen flags.
7193 (rmail-use-spam-filter): Add autoload cookie.
7194
7195 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
7196
7197 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
7198 (file-cache-add-directory-using-find): Add Cygwin support.
7199 (file-cache-find-command-posix-flag): New user variable.
7200
7201 * filecache.el (file-cache-add-directory): Check for
7202 directories an remove them from dir-files.
7203
7204 2004-01-27 Richard M. Stallman <rms@gnu.org>
7205
7206 * man.el (Man-fontify-manpage): Clean up message.
7207
7208 2004-01-27 Kenichi Handa <handa@m17n.org>
7209
7210 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
7211 (sentence-end): Define using sentence-end-without-space.
7212
7213 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
7214 a sentence ends with one of a character in sentence-end-without-space.
7215
7216 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * font-lock.el (font-lock): Add jit-lock as explicit group member.
7219 (jit-lock): Group declaration moved to jit-lock.el.
7220 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
7221 when necessary.
7222
7223 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
7224 (jit-lock-context-unfontify-pos): Rename from
7225 jit-lock-first-unfontify-pos.
7226 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
7227
7228 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7229
7230 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
7231 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
7232 (fortran-fill): When filling a string, adjust re-search-backward
7233 argument for special case of string just on fill-column.
7234 When filling non-string, allow one extra char if
7235 fortran-break-before-delimiters is non-nil.
7236 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
7237 Use fortran-break-delimiters-re and fortran-no-break-re to
7238 correctly handle cases such as "**".
7239
7240 * progmodes/f90.el (f90-break-delimiters): Doc fix.
7241 (f90-no-break-re): Add some extra tokens. Doc fix.
7242
7243 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
7244
7245 * mail/rmail-spam-filter.el:
7246 Use two semicolons as Commentary line prefix.
7247 Add ";;; Code:" stylized comment.
7248 Delete end-of-line whitespace.
7249 Wrap (require 'cl) with `eval-when-compile'.
7250
7251 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
7252
7253 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
7254 at the top level of vc.el.
7255
7256 2004-01-23 Andre Spiegel <spiegel@gnu.org>
7257
7258 * vc.el (vc-current-line): Function removed. This is now done by
7259 the new function line-at-pos in simple.el.
7260 (vc-annotate-warp-version): Use line-at-pos instead of
7261 vc-current-line.
7262
7263 2004-01-22 Kim F. Storm <storm@cua.dk>
7264
7265 * simple.el (line-at-pos): New defun.
7266 (what-line): Use it. Optimize by only counting lines in narrowed
7267 region once.
7268
7269 2004-01-22 Kenichi Handa <handa@m17n.org>
7270
7271 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
7272 point (register r1) only for charset mule-unicode-0100-24ff.
7273
7274 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
7275
7276 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
7277 trailing white space and ensure a final newline.
7278
7279 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
7280 Add autoload cookie.
7281
7282 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
7283
7284 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
7285 activate view-mode explicitly.
7286
7287 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7288
7289 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
7290 use clipboard first.
7291
7292 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
7295 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
7296 (vc-mcvs-cvs): Remove.
7297 (vc-mcvs-command): Remove use of assert.
7298
7299 * outline.el (outline-insert-heading): Tighten up match.
7300 (outline-demote, outline-move-subtree-down): Don't assume anything
7301 about outline-regexp.
7302
7303 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
7304 (texinfo-show-structure): Explicitly add ^, and simplify.
7305
7306 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7307
7308 * calendar/appt.el (appt-check): Restore usage of
7309 appt-issue-message deleted in previous change.
7310 (top-level): Activate package when loaded (needed for backwards
7311 compatibility).
7312
7313 2004-01-20 Jesper Harder <harder@ifa.au.dk>
7314
7315 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
7316 following previous change to smtpmail-send-data.
7317
7318 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
7319
7320 * vc.el (vc-default-previous-version): Doc enhancement.
7321 (vc-default-next-version): New function.
7322 (vc-print-log): New arg FOCUS-REV.
7323 (vc-annotate-mode): Derive from view-mode.
7324 (vc-annotate): New args REVISION, DISPLAY-MODE.
7325 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
7326 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
7327 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
7328 (vc-annotate-show-diff-revision-at-line, vc-current-line)
7329 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
7330
7331 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
7332
7333 2004-01-19 Karl Berry <karl@gnu.org>
7334
7335 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
7336 or "TexInfo".
7337
7338 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
7339
7340 * subr.el (delete-dups): New function.
7341
7342 2004-01-19 Karl Berry <karl@gnu.org>
7343
7344 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
7345 with ^, since that's what texinfo-show-structure
7346 documentation says (plus it works much better in texinfo.txi).
7347
7348 2004-01-18 Jesper Harder <harder@ifa.au.dk>
7349
7350 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
7351
7352 2004-01-18 David Ponce <david@dponce.com> (tiny change)
7353
7354 * progmodes/which-func.el (which-function-mode): Don't cancel
7355 which-func-update-timer if not set.
7356
7357 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
7358
7359 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
7360 Remove spurious left square bracket in XX:XXam regexp.
7361
7362 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
7363
7364 * progmodes/cc-defs.el: Do not require cl at run time.
7365
7366 2004-01-16 Richard M. Stallman <rms@gnu.org>
7367
7368 * emacs-lisp/cl.el (cl-cannot-unload): New function.
7369 (cl-unload-hook): Defvar this to run cl-cannot-unload.
7370
7371 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
7372 Call rmail-spam-filter. Delete and expunge spam.
7373 Print number of spam messages deleted.
7374 Save and restore the deletion status of old messages when reading
7375 new mail with spam filter, so that expunging spam does not expunge
7376 msgs deleted by the user.
7377 (rmail-only-expunge): Add an optional argument dont-show to
7378 prevent showing message after expunge.
7379
7380 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7381
7382 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
7383 * subr.el (declare): New macro.
7384
7385 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
7386
7387 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
7388
7389 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7392 Test window-system rather than system-type (for X11/Mac).
7393
7394 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
7395
7396 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
7397
7398 2004-01-12 Richard M. Stallman <rms@gnu.org>
7399
7400 * mail/rmail.el (rmail-convert-to-babyl-format):
7401 Use mail-unquote-printable-region.
7402 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
7403 (rmail-hex-char-to-integer): Functions deleted.
7404
7405 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
7406 (mail-unquote-printable-region): New arg NOERROR.
7407 For invalid encoding, either signal an error to just return nil.
7408
7409 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7410
7411 * calendar/appt.el: Update copyright and commentary.
7412 (appt-issue-message): Make obsolete.
7413 (appt-visible, appt-msg-window): Make obsolete, in favour of
7414 appt-display-format.
7415 (appt-display-mode-line, appt-display-duration)
7416 (appt-display-diary, appt-time-msg-list, appt-mode-string)
7417 (appt-prev-comp-time, appt-display-count, appt-timer)
7418 (appt-convert-time): Doc change.
7419 (appt-disp-window-function, appt-delete-window-function):
7420 Use defcustom rather than defvar.
7421 (appt-display-format): New variable.
7422 (appt-display-message): New function with display code from appt-check.
7423 (appt-check): Add optional FORCE argument. Doc change.
7424 Add appt-make-list to diary-hook if displaying diary.
7425 Remove checking of view-diary-entries-initially.
7426 Message display section removed to new function appt-display-message.
7427 (appt-display-window): Doc change. Remove unused internal var
7428 this-buffer. Do not beep, since appt-display-message does that.
7429 (appt-make-list): Doc change. Use caar.
7430 (appt-sort-list): Simplify by using builtin sort function.
7431 (appt-update-list): New function for updating appts when diary is
7432 saved.
7433 (appt-activate): New autoloaded function to toggle package
7434 functionality.
7435
7436 * calendar/cal-x.el: (calendar-one-frame-setup)
7437 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
7438
7439 * calendar/calendar.el: Update copyright.
7440 (view-diary-entries-initially, european-calendar-style): Doc change.
7441 (calendar-setup): Make defcustom rather than defvar.
7442 (mark-visible-calendar-date): Initialize temp-face and faceinfo
7443 in let binding so local to function.
7444
7445 * calendar/diary-lib.el: Update copyright.
7446 (diary, diary-entry-time): Doc change.
7447 (list-diary-entries): Doc change. Trivial logic change.
7448 (fancy-diary-display): Restore make-face command mistakenly
7449 deleted 2003-05-08.
7450 (show-all-diary-entries): Allow to pop-up frame if needed.
7451
7452 2004-01-09 John Paul Wallington <jpw@gnu.org>
7453
7454 * bindings.el (mode-line-change-eol): Add EVENT parameter.
7455 Temporarily select EVENT's window for changing eol type.
7456
7457 2004-01-09 Deepak Goel <deego@gnufans.org>
7458
7459 * calendar/diary-lib.el (diary-entry-time):
7460 Also accept time in the form XX[.XX][am/pm/AM/PM].
7461 (fancy-diary-font-lock-keywords): Likewise.
7462 (diary-font-lock-keywords): Likewise.
7463 * calendar/appt.el (appt-add): Likewise.
7464 (appt-make-list): Likewise.
7465 (appt-convert-time): Likewise.
7466
7467 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
7468
7469 * gdb-ui.el (gdb-ann3): Revert previous change.
7470 (gdb-source-info): Allow for case of where compilation directory
7471 is not recorded.
7472
7473 2004-01-08 John Paul Wallington <jpw@gnu.org>
7474
7475 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
7476
7477 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
7478
7479 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
7480
7481 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
7482 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
7483 problems.
7484 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
7485
7486 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7487
7488 * files.el (write-file-functions, write-contents-functions):
7489 Clarify docstrings.
7490
7491 2004-01-07 Kenichi Handa <handa@m17n.org>
7492
7493 * international/mule.el (set-auto-coding): Fix for the case that
7494 end-of-line is only CR.
7495
7496 2004-01-07 Kim F. Storm <storm@cua.dk>
7497
7498 * subr.el (event-start, event-end): Doc fix.
7499 (posn-string, posn-image): New defuns.
7500 (posn-object): Return either image or string object.
7501 (posn-object-x-y): Return 8th element of position.
7502 (posn-object-width-height): New defun.
7503
7504 2004-01-06 Andreas Schwab <schwab@suse.de>
7505
7506 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
7507 output.
7508
7509 2004-01-05 Karl Berry <karl@gnu.org>
7510
7511 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
7512 / and *, too.
7513
7514 2003-12-31 Simon Josefsson <jas@extundo.com>
7515
7516 * files.el (before-save-hook): Add.
7517 (basic-save-buffer): Use before-save-hook.
7518
7519 * emacs-lisp/copyright.el: Fix comment to recommend
7520 before-save-hook instead of write-file-functions.
7521
7522 2004-01-05 Richard M. Stallman <rms@gnu.org>
7523
7524 * finder.el (finder-commentary): Call delete-other-windows.
7525
7526 * net/ange-ftp.el (ange-ftp-file-attributes):
7527 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
7528
7529 2004-01-04 Karl Berry <karl@gnu.org>
7530
7531 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
7532 comment characters % and # in the copyright year notice,
7533 as well as ;.
7534
7535 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
7536
7537 * wid-edit.el (default): Define dummy :value-delete.
7538 Reported by Jesper Harder <harder@ifa.au.dk>.
7539
7540 2004-01-03 Richard M. Stallman <rms@gnu.org>
7541
7542 * progmodes/compile.el (compile-internal): Use point, not point-min,
7543 for set-window-point.
7544
7545 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
7546
7547 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
7548
7549 * progmodes/grep.el (grep-mode-map):
7550 Don't remap next-line, previous-line.
7551
7552 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
7553
7554 * speedbar.el (speedbar-edit-line): Change regexp to position
7555 the cursor on the first character of this line's button.
7556
7557 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7558
7559 * subr.el (functionp): Doc fix.
7560
7561 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
7562
7563 * progmodes/idlwave.el (idlwave-make-tags):
7564 * textmodes/flyspell.el (flyspell-large-region):.
7565 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
7566 * emulation/viper-util.el (viper-glob-unix-files):
7567 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
7568 * man.el (Man-init-defvars):
7569 * jka-compr.el (jka-compr-call-process):
7570 * files.el (get-free-disk-space,insert-directory):
7571 * ediff-ptch.el (ediff-test-patch-utility):
7572 * ediff-diff.el (ediff-test-utility):
7573 * dired-aux.el (dired-check-process):
7574 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
7575 test the return value of call-process, because it can be a string.
7576
7577 2003-12-31 John Paul Wallington <jpw@gnu.org>
7578
7579 * bindings.el (completion-ignored-extensions): Add .pfsl.
7580
7581 2003-12-31 Kim F. Storm <storm@cua.dk>
7582
7583 * ido.el (ido-nonreadable-directory-p): New defun to check for
7584 nonreadable directory without activating tramp (to avoid problems
7585 with checking incomplete tramp paths).
7586 (ido-set-current-directory, ido-file-internal)
7587 (ido-file-name-all-completions1): Use it.
7588
7589 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7590
7591 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
7592 documentation if the anchor (or node) name is preceded by `info
7593 anchor' or `Info anchor' in addition to earlier `info node' and
7594 `Info node'.
7595 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
7596
7597 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7598
7599 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
7600 error in arguments to base64-decode-region. Remove ^M characters
7601 after decoding base64.
7602
7603 2003-12-30 Simon Josefsson <jas@extundo.com>
7604
7605 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
7606 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
7607 have only been distributed with Emacs for some years.
7608 (texinfo-mode-hook): Customize.
7609
7610 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7611
7612 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
7613 cleaner (suggested by Richard Stallman).
7614
7615 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7616 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
7617 file-name clashes on 8+3 DOS filesystems.
7618
7619 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
7620 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
7621 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
7622 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
7623 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
7624 file-name clashes on 8+3 filesystems.
7625
7626 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
7627 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
7628 file-name clashes on 8+3 DOS filesystems.
7629
7630 2003-12-29 Richard M. Stallman <rms@gnu.org>
7631
7632 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
7633 Upcase the character.
7634
7635 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7636 Search for header separator alone on a line, literally,
7637 and search for it backward, not forward.
7638 (flyspell-abbrev-table): Always use global-abbrev-table
7639 if there is no local one.
7640
7641 * progmodes/sh-script.el (sh-get-indent-info):
7642 Don't move point back if at bob.
7643
7644 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
7645
7646 * play/handwrite.el (handwrite): Make the handwrite credit message
7647 a comment rather than an output command.
7648
7649 * obsolete/sc.el: Display message that this file is obsolete.
7650
7651 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
7652
7653 * mail/rfc822.el (rfc822-address-start): Declare variable.
7654 Renamed from address-start. All uses changed.
7655
7656 * term.el (term-exec): Set up sentinel.
7657 (term-sentinel): New function.
7658 (term-handle-exit): New function.
7659
7660 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7661 Use assoc-string, and mark them obsolete.
7662 (delay-mode-hooks): Mark as permanent local.
7663
7664 * simple.el (sendmail-user-agent-compose): Use assoc-string.
7665
7666 * register.el (copy-rectangle-to-register): Doc fix.
7667
7668 * info.el (Info-insert-dir): Use assoc-string.
7669
7670 * info-look.el (info-lookup): Use assoc-string.
7671
7672 * frame.el (pop-up-frame-function): Use quote, not `function'.
7673 (frame-notice-user-settings): Calculate ADJUSTED-TOP
7674 copying with lists as coordinate values.
7675
7676 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
7677
7678 * find-dired.el (kill-find): New command.
7679 (find-dired): Make buffer read-only.
7680 Set up a keymap with C-c C-k running kill-find.
7681 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
7682
7683 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
7684
7685 * filecache.el (file-cache-ignore-case): New variable.
7686 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
7687
7688 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
7689 (comint-dynamic-complete-as-filename): Rename local vars.
7690 (comint-dynamic-list-filename-completions): Likewise.
7691
7692 * comint.el (comint-dynamic-list-completions-config): New var.
7693 (comint-dynamic-list-completions): Handle both SPC and TAB right.
7694
7695 * comint.el (comint-file-name-chars): Add [].
7696 (comint-word): Use skip-chars-backward, not search.
7697
7698 * shell.el (shell-file-name-chars): Add [].
7699
7700 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
7701
7702 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
7703
7704 * generic.el (define-generic-mode): Doc fix.
7705
7706 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7707
7708 * files.el (kill-some-buffers): Doc fix.
7709
7710 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
7711
7712 * comint.el (comint-watch-for-password-prompt): Pass `string' as
7713 arg to send-invisible
7714 (send-invisible): Doc fix. The argument is now a prompt, not the
7715 string to send.
7716 (comint-read-noecho): Doc fix.
7717
7718 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
7719
7720 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
7721 "@", as required by some ISP hosting service. Fix defcustom
7722 argument syntax errors that prevented use of customization.
7723
7724 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7725
7726 * xml.el (xml-get-attribute-or-nil): Doc fix.
7727
7728 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
7729
7730 * net/zone-mode.el (zone-mode): Use write-file-functions, not
7731 write-file-hooks.
7732
7733 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
7734
7735 * autorevert.el (auto-revert-interval): Doc fix.
7736
7737 2003-12-29 Mark A. Hershberger <mah@everybody.org>
7738
7739 * xml.el (xml-get-attribute-or-nil): New function, like
7740 xml-get-attribute, but returns nil if the attribute was not found.
7741 (xml-get-attribute): Convert to defsubst, uses
7742 xml-get-attribute-or-nil.
7743
7744 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7745
7746 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7747
7748 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
7749
7750 * custom.el (custom-declare-theme): Use `value' when putting
7751 properties on `theme'.
7752
7753 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
7754
7755 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
7756 for each yank-handler segment.
7757 (insert-for-yank-1): New function, with the body of the previous
7758 insert-for-yank.
7759
7760 * textmodes/table.el (table-yank-handler): New defcustom.
7761 (table--put-cell-indicator-property): Put yank-handler property
7762 that indicates the yank handler for the table cell.
7763
7764 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7765
7766 * generic-x.el (etc-modules-conf-generic-mode): A more complete
7767 set of keywords.
7768
7769 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7770
7771 * international/mule-cmds.el (reset-language-environment)
7772 (set-language-environment): Don't invoke fontset-related functions
7773 if fontset-list is not fboundp.
7774
7775 2003-12-29 Kenichi Handa <handa@m17n.org>
7776
7777 * international/mule-cmds.el (reset-language-environment):
7778 Call set-overriding-fontspec-internal with nil.
7779 (set-language-environment): Call set-overriding-fontspec-internal
7780 if the language environment specify `overriding-fontspec'.
7781 (language-info-alist): Doc added.
7782
7783 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
7784 characters of mule-unicode-0100-24ff.
7785 (ccl-encode-windows-1251-font): New CCL program.
7786 ("Bulgarian"): Specify overriding-fontspec.
7787 ("Belarusian"): Likewise.
7788
7789 2003-12-28 Sam Steingold <sds@gnu.org>
7790
7791 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
7792 parameter ID-FORMAT to conform with the 2003-11-30 patch.
7793
7794 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
7795
7796 * progmodes/gud.el (gud-gdb-command-name): Set default to
7797 "gdb --annotate=3".
7798 (gud-gdb-marker-filter): Look out for annotations.
7799 (gdb-first-pre-prompt): New variable.
7800 Remove trailing white space.
7801
7802 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
7803 if necessary.
7804 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
7805 annotations are detected.
7806 (gud-gdba-marker-filter): Use global variable gud-marker-acc
7807 instead of a local one to allow transition from
7808 gud-gdb-marker-filter.
7809 Remove trailing white space.
7810
7811 2003-12-27 Kim F. Storm <storm@cua.dk>
7812
7813 * ido.el: Handle non-readable directories.
7814 (ido-decorations): Add 9th element for non-readable directory.
7815 (ido-directory-nonreadable): New dynamic var.
7816 (ido-set-current-directory): Set it.
7817 (ido-read-buffer, ido-file-internal):
7818 (ido-read-file-name, ido-read-directory-name): Let-bind it.
7819 (ido-file-name-all-completions1): Return empty list for
7820 non-readable directory.
7821 (ido-exhibit): Print [Not readable] if directory is not readable.
7822 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
7823 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
7824 Use it.
7825
7826 2003-12-27 Lars Hansen <larsh@math.ku.dk>
7827
7828 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
7829 calls to directory-files-and-attributes and file-attributes.
7830 (ls-lisp-format): Remove system dependent handling of user and
7831 group id's.
7832
7833 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
7834
7835 * ffap.el (ffap-read-file-or-url): Revert previous change.
7836
7837 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
7838
7839 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
7840 new list of included files called `files-with-node-lines', that
7841 only have node lines. This way @include commands can include any
7842 file, such as version and update files without node lines, not
7843 just files that are chapters.
7844
7845 2003-12-25 Andreas Schwab <schwab@suse.de>
7846
7847 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
7848 file not found.
7849
7850 2003-12-08 Miles Bader <miles@gnu.org>
7851
7852 * dired.el (dired-between-files): Always use dired-move-to-filename,
7853 which is more robust in non-english locales.
7854
7855 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7856
7857 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7858
7859 2003-12-24 Andreas Schwab <schwab@suse.de>
7860
7861 * shell.el (shell-file-name-quote-list): Add backslash.
7862
7863 * comint.el (comint-quote-filename): Correctly handle backslash
7864 in comint-file-name-quote-list.
7865
7866 2003-12-24 Kenichi Handa <handa@m17n.org>
7867
7868 * international/mule-cmds.el (set-default-coding-systems):
7869 Call ucs-set-table-for-input for all buffers that don't have local
7870 value of buffer-file-coding-system.
7871
7872 * international/ucs-tables.el (ucs-set-table-for-input):
7873 If translation-table-for-encode is a symbol, get its
7874 translation-table property.
7875
7876 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7877
7878 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7879 to `completing-read' on a recently fixed bug.
7880
7881 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7882 instead of SPACE, to get the list of possible fringe modes.
7883 SPACE only works if both `partial-completion-mode' and
7884 `completion-auto-help' are nil.
7885
7886 * complete.el (PC-is-complete-p): Delete.
7887 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7888 calls to `test-completion'.
7889
7890 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7891
7892 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7893 to edit values when there are no children.
7894
7895 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7896 a mode called "Assembler" already exists.
7897 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7898 (gud-watch): Use format option. Remove font properties from string.
7899 (gdb-var-create-handler, gdb-var-list-children-handler):
7900 Don't bother about properties as there are none.
7901 (gdb-var-create-handler, gdb-var-list-children-handler)
7902 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7903 with two arguments.
7904 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7905 Let speedbar show value changes with a different font.
7906 (gdb-edit-value): New defun.
7907 (gdb-clear-partial-output, gdb-clear-inferior-io)
7908 (def-gdb-auto-update-handler): Use erase-buffer.
7909 (gdb-frame-handler): Display watch expressions in
7910 FUNCTION::VARIABLE format if required.
7911
7912 2003-12-23 John Paul Wallington <jpw@gnu.org>
7913
7914 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7915 (Info-goto-emacs-command-node): Doc fixes.
7916
7917 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7918
7919 * cus-edit.el (custom-add-parent-links): Define "many".
7920
7921 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7922
7923 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7924 (widget-child-validate, widget-type-value-create)
7925 (widget-type-default-get, widget-type-match): New functions.
7926 (lazy): New widget.
7927 (menu-choice, checklist, radio-button-choice, editable-list)
7928 (group, documentation-string): Remove redundant (per 2003-10-25
7929 change) calls to `widget-children-value-delete'.
7930 (widget-choice-value-get, widget-choice-value-inline): Remove.
7931 (menu-choice): Update widget.
7932
7933 2003-12-03 Kenichi Handa <handa@m17n.org>
7934
7935 * language/cyrillic.el: Register "microsoft-cp1251" in
7936 ctext-non-standard-encodings-alist.
7937 ("Bulgarian"): Add ctext-non-standard-encodings.
7938 ("Belarusian"): Likewise.
7939
7940 * international/mule-conf.el (compound-text-with-extensions):
7941 Change the type to 2 (iso-2022 base).
7942
7943 * international/mule.el (ctext-non-standard-encodings-alist):
7944 Change the format.
7945 (ctext-non-standard-encodings): New variable.
7946 (ctext-post-read-conversion): Fully re-written.
7947 (ctext-non-standard-designations-alist): Delete it.
7948 (ctext-non-standard-encodings-table): New function.
7949 (ctext-pre-write-conversion): Fully re-written.
7950
7951 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7952
7953 * cus-edit.el (custom-add-parent-links): Add documentation links
7954 for parent, if the item has none of its own.
7955
7956 2003-11-30 Richard M. Stallman <rms@gnu.org>
7957
7958 * dired-aux.el (dired-do-query-replace-regexp):
7959 Report files visited read-only.
7960
7961 2003-11-30 Juri Linkov <juri@jurta.org>
7962
7963 * dired-aux.el (dired-compare-directories): New command.
7964 (dired-file-set-difference, dired-files-attributes): New functions.
7965
7966 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7967 Version 2.0.38 of Tramp released.
7968
7969 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7970 Charles Curley <charlescurley@charlescurley.com>.
7971 (tramp-multi-connection-function-alist): Add ssht entry which adds
7972 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7973 Aichner.
7974 (tramp-get-method-parameter): New function to retrieve a method
7975 parameter. This allows for omission of method parameters.
7976 Callers adjusted.
7977
7978 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7979
7980 * net/tramp.el: Add new optional parameter ID-FORMAT to
7981 `file-attributes'. Calls of `file-attributes' won't use this
7982 parameter for backward compatibility reasons.
7983 (tramp-perl-file-attributes): Add a new parameter to Perl script
7984 in order to handle uid/gid as strings, if desired.
7985 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7986 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7987 order to make the function more general.
7988 (tramp-handle-file-attributes): Replace proprietary optional
7989 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7990 (tramp-handle-file-attributes-with-perl): Handle parameter
7991 NONNUMERIC if set. This wasn't done in the past.
7992 (tramp-post-connection): Apply second parameter "$2" if
7993 `tramp-remote-perl' is called.
7994
7995 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7996 Correct cut'n'waste error (`filename' instead of `directory').
7997 (tramp-smb-handle-directory-files-and-attributes)
7998 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7999 introduced parameter ID-FORMAT.
8000 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
8001 error (`directory' instead of `ldir').
8002
8003 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
8004 `file-attributes' has a second parameter. If yes, apply it with
8005 value "'integer". Otherwise, don't use that parameter (default is
8006 integer format).
8007
8008 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8009
8010 * help.el (help-map): Bind `display-local-help' to `C-h .'.
8011 (help-for-help): Add `C-h .' to the listed Help options.
8012 Remove trailing whitespace.
8013
8014 * help-at-pt.el: New file.
8015
8016 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
8017
8018 * subr.el (noreturn, 1value): New macros for test coverage.
8019 See `testcover.el'.
8020
8021 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
8022
8023 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
8024 for macro `1value'.
8025 (testcover-1value): New function. Checks that a 1value form
8026 actually returns only one value. Requested by RMS.
8027
8028 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
8029
8030 * gdb-ui.el (gud-watch, gdb-var-create-handler)
8031 (gdb-var-list-children, gdb-var-list-children-handler)
8032 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
8033 gdb commands that use mi to keep them out of the command history.
8034
8035 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8036
8037 * cus-start.el (all): Add use-file-dialog.
8038
8039 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8040
8041 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
8042
8043 2003-11-27 Kim F. Storm <storm@cua.dk>
8044
8045 * subr.el (posn-object-x-y): New defun.
8046
8047 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
8050 Don't use `space' for \\\n.
8051 Be more selective as to which # are comment-starters.
8052
8053 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
8054
8055 * subr.el (number-sequence): Improve handling of floating point
8056 arguments (suggested by Kim Storm). Allow negative arguments.
8057
8058 2003-11-26 Kenichi Handa <handa@m17n.org>
8059
8060 * international/mule-cmds.el (standard-display-european-internal):
8061 Cancel the standard-display-table setting for ` and '.
8062
8063 2003-11-26 Kim F. Storm <storm@cua.dk>
8064
8065 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
8066 New defcustoms to add ffap-like functionality to ido.
8067 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
8068 (ido-no-final-slash): New defun.
8069 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
8070 (ido-read-file-name): ): Toggle VC checking via
8071 vc-handled-backends instead of vc-master-templates.
8072 (ido-file-internal): Handle ido-use-url-at-point and
8073 ido-use-filename-at-point via code borrowed from ffap-guesser.
8074 Handle new ido-exit code ffap.
8075 (ido-sort-list): Ignore final slash when sorting file names.
8076
8077 2003-11-25 Kim F. Storm <storm@cua.dk>
8078
8079 * emulation/cua-base.el (cua--standard-movement-commands):
8080 Add forward-sentence and backward-sentence.
8081
8082 2003-11-25 Stephen Eglen <stephen@gnu.org>
8083
8084 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
8085 iswitchb-exit is set to 'usefirst when user selects buffer at head
8086 of list using RET. (Selecting buffers at the head of the list was
8087 broken if the substring was also a complete buffername.)
8088
8089 2003-11-23 Kim F. Storm <storm@cua.dk>
8090
8091 * progmodes/compile.el (grep-command, grep-use-null-device)
8092 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
8093 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
8094 (grep-regexp-alist, grep-program, find-program)
8095 (grep-find-use-xargs, grep-history, grep-find-history)
8096 (grep-process-setup, grep-compute-defaults)
8097 (grep-default-command, grep, grep-tag-default, grep-find)
8098 (grep-expand-command-macros, grep-tree-last-regexp)
8099 (grep-tree-last-files, grep-tree): Move grep variables, functions
8100 and commands to new file grep.el.
8101 (compilation-mode-map): Remove grep commands from Compile sub-menu.
8102 (compilation-process-setup-function): Doc fix.
8103 (compilation-highlight-regexp, compilation-highlight-overlay): New
8104 defvars used for highlighting current compile error in source buffer.
8105 (compile-internal): New optional args HIGHLIGHT-REGEXP and
8106 LOCAL-MAP which overrides compilation-highlight-regexp and
8107 compilation-mode-map for this compilation.
8108 Delay calling compilation-set-window-height until after running
8109 compilation-process-setup-function so it can buffer-local override
8110 compilation-window-height.
8111 Check buffer-local value of compilation-scroll-output.
8112 (compilation-set-window-height): Use buffer-local value of
8113 compilation-window-height.
8114 (compilation-revert-buffer): Don't pass (undefined)
8115 preserve-modes arg to revert-buffer.
8116 (next-error-no-select, previous-error-no-select): New commands.
8117 (compilation-goto-locus): Temporarily highlight current match in
8118 source buffer using compilation-highlight-regexp.
8119
8120 * progmodes/grep.el: New file with grep code from compile.el.
8121 (grep): New defcustom group.
8122 (grep-window-height): New defcustom, like compilation-window-height.
8123 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
8124 (grep-scroll-output): New defcustom, like compilation-scroll-output.
8125 (grep-command, grep-use-null-device, grep-find-command)
8126 (grep-tree-files-aliases, grep-tree-ignore-case)
8127 (grep-tree-ignore-CVS-directories): Move to grep custom group.
8128 (grep-setup-hook): New hook variable.
8129 (grep-mode-map): New keymap for grep commands. Add Grep menu.
8130 (grep-last-buffer): New defvar, override compilation-last-buffer.
8131 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
8132 Call compile-internal with args highlight-regexp and grep-mode-map.
8133
8134 2003-11-23 Kim F. Storm <storm@cua.dk>
8135
8136 * subr.el (event-start, event-end): Doc fix.
8137 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
8138 (posn-area, posn-actual-col-row, posn-object): New defuns.
8139 (posn-col-row): Simplify doc. Rewrite to use cond.
8140 (posn-point): Also return buffer position for events outside text
8141 area (that info is now present in the event position).
8142
8143 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
8144 mouse-set-point so that hscroll still works now that clicks on
8145 fringes generate specific mouse events.
8146 (mouse-set-point): Note that it now works in fringes and margins
8147 too due to new semantics of posn-point in fringes and margins.
8148
8149 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
8150 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
8151
8152 2003-11-20 Kim F. Storm <storm@cua.dk>
8153
8154 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
8155 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
8156 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
8157 to 100 for icons to avoid increasing line height when shown.
8158
8159 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8160
8161 * newcomment.el (comment-normalize-vars): Initialize properly if
8162 comment-start was nil.
8163
8164 2003-11-19 Andreas Schwab <schwab@suse.de>
8165
8166 * simple.el (set-variable): Fix indentation.
8167
8168 2003-11-17 Kenichi Handa <handa@m17n.org>
8169
8170 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
8171 Fix docstring.
8172
8173 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8174
8175 * international/latin1-disp.el (latin1-display): Fix docstring.
8176
8177 2003-11-16 John Wiegley <johnw@newartisans.com>
8178
8179 * eshell/em-ls.el (eshell-ls-file): There are times with
8180 size-width is nil and uncomputed (when directories are created in
8181 dired, for example); in this case, 4 is reasonable default value,
8182 although it may caused skewed new entries (which could be avoided
8183 by returning the original value of 8 in all cases, but 99% of the
8184 time this is a waste of whitespace).
8185
8186 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8187
8188 * cc-engine.el (c-guess-continued-construct)
8189 (c-guess-basic-syntax): Check a little more carefully if it's a
8190 function declaration when an unknown construct followed by a block
8191 is found inside a statement context. This avoids macros followed
8192 by blocks to be taken as function declarations.
8193
8194 (c-guess-continued-construct): Change the analysis of a statement
8195 continuation with a brace open to `substatement-block', for
8196 consistency with recognized statements.
8197
8198 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
8199 start is in a position so that `c-beginning-of-statement-1' jumped
8200 to the beginning of the same statement.
8201
8202 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
8203 Don't accept binary operators in the arglist if we're in a function
8204 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
8205 template recognition in cases like "if (a < b || c > d)".
8206
8207 (c-restricted-<>-arglists): New more appropriate name for
8208 `c-disallow-comma-in-<>-arglists'.
8209
8210 Accessing functions updated for the variable name change.
8211
8212 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
8213 match data could get clobbered if NOT-INSIDE-TOKEN is used.
8214
8215 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
8216 labels.
8217
8218 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
8219 instead of duplicating parts of it. This fixes bogus label
8220 recognition.
8221
8222 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
8223 of checking the context in which to apply the minimum indentation,
8224 so that it isn't enforced in e.g. namespace blocks.
8225
8226 * cc-vars.el (c-inside-block-syms): New constant used by
8227 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
8228 to somewhat reduce the risk of becoming stale.
8229
8230 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
8231 cc-cmds to cc-engine to allow use from cc-align.
8232
8233 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
8234 qualified identifiers containing "::".
8235
8236 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
8237 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
8238
8239 * cc-vars.el (c-emacs-features): Use a space in front of the name
8240 of the temporary buffer. That also avoids dumping problems in
8241 XEmacs due to undo info being left around after the buffer is killed.
8242
8243 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
8244 arglist to see if it's a K&R style declaration.
8245
8246 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
8247 before returning `knr-argdecl-intro'.
8248
8249 2003-11-16 John Wiegley <johnw@newartisans.com>
8250
8251 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
8252 field in a long-listing always 8 characters, use `size-width',
8253 which has already been computed.
8254
8255 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8256
8257 * subr.el (minor-mode-list): Add `hs-minor-mode'.
8258
8259 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
8260
8261 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
8262 Support operation while narrowed, with `diff-restrict-view'.
8263
8264 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
8265
8266 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8267 Take additional optional arg NARROWFUN. For the generated functions:
8268 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
8269 include frags that arrange to check for and save narrowing state before
8270 the move and then conditionally call NARROWFUN after the move.
8271
8272 2003-11-14 John Wiegley <johnw@newartisans.com>
8273
8274 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
8275 that was optional, but obviously missing based on surrounding code.
8276
8277 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
8278 string arguments to numbers unless the whole argument was seen as
8279 a number.
8280
8281 2003-11-14 Kenichi Handa <handa@m17n.org>
8282
8283 * international/mule.el (ctext-non-standard-encodings-alist):
8284 Fix coding systems.
8285
8286 2003-11-10 Kenichi Handa <handa@m17n.org>
8287
8288 * language/kannada.el ("Kannada"): Add sample-text.
8289
8290 * language/knd-util.el (kannada-compose-region)
8291 (kannada-compose-string, kannada-post-read-conversion):
8292 Add autoload cookie.
8293
8294 * international/quail.el (quail-completion): Change the message
8295 "corresponding translations" to "corresponding characters".
8296
8297 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
8298
8299 * descr-text.el (describe-char): Fix typo.
8300
8301 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
8302
8303 These changes are to support Kannada language/script.
8304
8305 * Makefile.in (DONTCOMPILE): Add kannada.el.
8306
8307 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
8308
8309 * loadup.el: Preload kannada.el.
8310
8311 * language/ind-util.el (ucs-kannada-to-is13194-alist)
8312 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
8313 New variables.
8314
8315 * language/kannada.el: New file.
8316
8317 * language/knd-util.el: New file.
8318
8319 2003-11-07 Andreas Schwab <schwab@suse.de>
8320
8321 * progmodes/autoconf.el (autoconf-font-lock-keywords):
8322 Also highlight AH_*.
8323
8324 * xml.el (xml-parse-dtd): Fix misplaced paren.
8325
8326 2003-11-07 Kenichi Handa <handa@m17n.org>
8327
8328 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
8329
8330 2003-11-05 Juri Linkov <juri@jurta.org>
8331
8332 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
8333 (desktop-buffer-file): Use saved buffer-file-coding-system
8334 for file reading. Set auto-insert to nil to prevent automatic
8335 insertion into restored empty files.
8336
8337 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8338
8339 * files.el (risky-local-variable-p): Make second argument optional.
8340
8341 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * subr.el (add-hook): Fix last change.
8344
8345 2003-11-03 Eli Zaretskii <eliz@gnu.org>
8346
8347 * mail/rmail.el (rmail-convert-to-babyl-format):
8348 If base64-decode-region signals an error, catch it and silently
8349 ignore it.
8350
8351 2003-11-01 Mark A. Hershberger <mah@everybody.org>
8352
8353 * xml.el (xml-parse-region): Allow comments to appear after the
8354 topmost element has closed.
8355 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
8356 (xml-ns-expand-attr): New functions to do namespace handling.
8357 (xml-intern-attrlist): Back-compatible handling of attribute names.
8358 (xml-parse-tag): Move namespace handling to separate functions.
8359 Now produces elements in the form ((:ns . "element") (attr-list)
8360 children) instead of ('ns:element (attr-list) children).
8361 (xml-parse-attlist): Fix attribute parsing.
8362 (xml-parse-dtd): Change parsing so that it produces strings
8363 instead of interned symbols.
8364
8365 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
8366
8367 * dired.el (dired-ls-sorting-switches): Doc fix.
8368
8369 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
8370
8371 * emacs-lisp/rx.el (rx-or): Fix the case of
8372 "(rx (and ?a (or ?b ?c) ?d))".
8373
8374 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
8375
8376 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
8377 (texinfo-format-region): Use it.
8378 (texinfo-format-buffer-1): Ditto.
8379
8380 2003-11-01 Alan Mackenzie <acm@muc.de>
8381
8382 Changes to allow scrolling whilst in isearch mode:
8383 * isearch.el (isearch-unread-key-sequence): New function,
8384 extracted from isearch-other-meta-char.
8385 (top level): (put 'foo 'isearch-scroll) on all Emacs's
8386 "scrollable" standard functions.
8387 (isearch-allow-scroll): New customizable variable.
8388 (isearch-string-out-of-window, isearch-back-into-window)
8389 (isearch-reread-key-sequence-naturally)
8390 (isearch-lookup-scroll-key): New functions.
8391 (isearch-other-meta-char): Doc string and functionality enhanced.
8392 Now accepts a prefix argument.
8393 (isearch-lazy-highlight-window-end): New variable.
8394 (isearch-lazy-highlight-new-loop): Pay attention to the window's
8395 end (thru isearch-lazy-highlight-window-end), not only its start.
8396
8397 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
8398 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
8399 (universal-argument, universal-argument-more, negative-argument)
8400 (digit-argument, universal-argument-other-key): Minor changes.
8401
8402 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8403
8404 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
8405 recursively if the last message is deleted, thus avoiding an
8406 infinite loop.
8407
8408 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
8411 (tex-main-file): Don't add .tex if the extension is already present.
8412 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
8413
8414 2003-10-29 Lute Kamstra <lute@gnu.org>
8415
8416 * progmodes/octave-inf.el (inferior-octave-prompt):
8417 Recognize version number in prompt.
8418
8419 2003-10-28 Dave Love <fx@gnu.org>
8420
8421 * international/characters.el: Fix some Unicode ranges.
8422
8423 2003-10-28 Kenichi Handa <handa@m17n.org>
8424
8425 * disp-table.el (standard-display-8bit)
8426 (standard-display-default, standard-display-ascii)
8427 (standard-display-g1, standard-display-graphic)
8428 (standard-display-underline): Assure that standard-display-table
8429 is a display table.
8430
8431 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * simple.el (reindent-then-newline-and-indent): Delete space *after*
8434 reindenting the first line.
8435
8436 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
8437
8438 * wid-edit.el (widget-default-delete): Always delete child widgets.
8439
8440 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * newcomment.el (comment-indent): Don't call indent-according-to-mode
8443 if the line has code.
8444 Don't try to line up with something that's too far left.
8445
8446 * progmodes/octave-mod.el (octave-comment-start): Simplify.
8447 (octave-mode-syntax-table): Add % as a comment starter.
8448 (octave-point): Remove.
8449 (octave-in-comment-p, octave-in-string-p)
8450 (octave-not-in-string-or-comment-p, calculate-octave-indent)
8451 (octave-blink-matching-block-open, octave-auto-fill):
8452 Use line-(beginning|end)-position instead.
8453
8454 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
8455
8456 * emacs-lisp/authors.el (authors-aliases): Add correct realname
8457 for Francesco Potort\e,Al\e(B.
8458
8459 2003-10-23 Dave Love <fx@gnu.org>
8460
8461 * international/mule-cmds.el (locale-charset-to-coding-system):
8462 Don't rely on nil being a coding system.
8463
8464 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
8465 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
8466 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
8467
8468 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
8469
8470 * gdb-ui.el (gdb-current-language): New variable.
8471 (gdb-update-flag): Remove variable.
8472 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
8473 (gdb-take-last-elt): Remove function.
8474 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
8475 (gdb-post-prompt): Check for variable object changes here.
8476
8477 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
8478 object changes in gdb-ui.el.
8479
8480 2003-10-21 Richard M. Stallman <rms@gnu.org>
8481
8482 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
8483
8484 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
8485 Don't check for foo*/ wildcard form here.
8486 (insert-directory): Recognize foo*/ as a wildcard.
8487 Separate wildcard-regexp variable from the arg, wildcard.
8488
8489 * subr.el (add-hook): Correctly detect when make-local-hook was used.
8490 (remove-hook): Correctly handle strange cases about local hooks.
8491
8492 2003-10-21 David Ponce <david@dponce.com>
8493
8494 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
8495 argument REAL, to return a real number instead of a rounded
8496 integer value. Define as inline function.
8497 (ruler-mode-right-fringe-cols): Likewise.
8498 (ruler-mode-scroll-bar-cols): New function.
8499 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
8500 (ruler-mode-right-scroll-bar-cols): Likewise.
8501 (ruler-mode-space): New function.
8502 (ruler-mode-ruler): Use it. Handle variations of fringe style,
8503 scroll bar mode and margins in a more robust way.
8504
8505 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
8506
8507 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
8508 (antlr-c-init-language-vars): New function.
8509 (antlr-mode): Use it with cc-mode before v5.29.
8510 (antlr-c-common-init): Don't set some local vars here.
8511 (antlr-mode): Set them here.
8512 (antlr-c-forward-sws): New function alias.
8513 (antlr-mode): Redefine with cc-mode before v5.30.
8514 (antlr-skip-sexps): Use it.
8515 (antlr-skip-exception-part): Ditto.
8516 (antlr-skip-file-prelude): Ditto.
8517 (antlr-outside-rule-p): Ditto.
8518 (antlr-end-of-body): Ditto.
8519 (antlr-option-kind): Ditto.
8520 (antlr-insert-option-area): Ditto.
8521 (antlr-file-dependencies): Ditto.
8522
8523 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8524
8525 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
8526 Move backward only if point was not inside an entry.
8527
8528 2003-10-21 Richard M. Stallman <rms@gnu.org>
8529
8530 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
8531
8532 2003-10-21 Juri Linkov <juri@jurta.org>
8533
8534 * compare-w.el: Automatically skip non-matching text to resync.
8535 (compare-windows-whitespace): Doc fix.
8536 (compare-windows-sync, compare-windows-sync-string-size)
8537 (compare-windows-recenter, compare-ignore-whitespace)
8538 (compare-windows-highlight, compare-windows-face): New variables.
8539 (compare-windows): Use compare-windows-sync.
8540 (compare-windows-highlight, compare-windows-dehighlight)
8541 (compare-windows-sync-regexp)
8542 (compare-windows-sync-default-function): New functions.
8543
8544 2003-10-21 Juri Linkov <juri@jurta.org>
8545
8546 * diff.el (diff-parse-differences): Don't visit the files now;
8547 instead, just record the error locus.
8548
8549 2003-10-21 Dave Love <fx@gnu.org>
8550
8551 * progmodes/cfengine.el: New file.
8552
8553 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * complete.el (PC-do-completion): Do not forget to use `pred' as the
8556 default-directory when completing file names.
8557
8558 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
8559
8560 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
8561 followed by the word `face', it gets treated as a face, even if
8562 it is also defined as a variable or a function.
8563
8564 2003-10-20 Dave Love <fx@gnu.org>
8565
8566 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8567 Avoid incf in macro expansion.
8568
8569 2003-10-20 John Paul Wallington <jpw@gnu.org>
8570
8571 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
8572 `evenp' so we don't implicitly require cl library at runtime.
8573
8574 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
8575
8576 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
8577 (help-make-xrefs): Only make cross-references for faces if
8578 preceded or followed by the word `face'. Do not make a
8579 cross-reference for variables without variable documentation,
8580 unless preceded by the word `variable' or `option'. Update doc
8581 string accordingly.
8582
8583 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
8584
8585 * progmodes/hideshow.el: Rewrite one-armed `if'
8586 constructs using either `when' or `unless'.
8587 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
8588
8589 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
8590
8591 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
8592 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
8593 instead of 12x12.
8594
8595 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8596
8597 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
8598 message while converting to Babyl.
8599
8600 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
8601
8602 * allout.el (allout-mode): Doc fix.
8603
8604 2003-10-16 Lute Kamstra <lute@gnu.org>
8605
8606 * subr.el (force-mode-line-update): Fix docstring.
8607
8608 2003-10-14 Dave Love <fx@gnu.org>
8609
8610 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8611 (default-input-method): Add :link, improve :type.
8612 (locale-charset-language-names): Fix utf-8 pattern.
8613 (locale-charset-match-p, locale-charset-alist)
8614 (locale-charset-to-coding-system): New.
8615 (set-locale-environment): Deal with codeset part of locale specs.
8616
8617 2003-10-14 Lute Kamstra <lute@gnu.org>
8618
8619 * fringe.el (fringe-mode): Use active voice in docstring.
8620 (set-fringe-style): Ditto.
8621
8622 2003-10-13 Lute Kamstra <lute@gnu.org>
8623
8624 * fringe.el (fringe-mode): Fix docstring.
8625 (set-fringe-style): Ditto.
8626
8627 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
8628
8629 * ediff-mult.el (ediff-filegroup-action):
8630 Use ediff-default-filtering-regexp.
8631
8632 * ediff-util.el (ediff-recenter): Don't call
8633 ediff-restore-highlighting twice.
8634 (ediff-select-difference): Set current difference.
8635 (ediff-unselect-and-select-difference): Add comment.
8636
8637 * ediff.el (ediff-directories,ediff-directory-revisions)
8638 (ediff-directories3,ediff-merge-directories)
8639 (ediff-merge-directories-with-ancestor)
8640 (ediff-merge-directory-revisions)
8641 (ediff-merge-directory-revisions-with-ancestor):
8642 Use ediff-default-filtering-regexp.
8643
8644 2003-10-12 Andreas Schwab <schwab@suse.de>
8645
8646 * international/mule-cmds.el (locale-charset-language-names):
8647 Simplify regex by removing unused grouping.
8648
8649 2003-10-10 Dave Love <fx@gnu.org>
8650
8651 * bindings.el: Don't bind stop.
8652
8653 2003-10-08 Miles Bader <miles@gnu.org>
8654
8655 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
8656 face instead of attempting to emulate it.
8657
8658 2003-10-07 Kenichi Handa <handa@m17n.org>
8659
8660 * international/mule-diag.el (list-coding-systems-1): List coding
8661 systems that are loaded automatically.
8662
8663 * international/code-pages.el (iso-8859-11): Add autoload cookie.
8664
8665 * international/mule.el (autoload-coding-system): New function.
8666
8667 2003-10-07 Andreas Schwab <schwab@suse.de>
8668
8669 * log-edit.el (log-edit-changelog-entries): Prefer local value of
8670 change-log-default-name in the buffer visiting the file.
8671
8672 2003-10-06 Dave Love <fx@gnu.org>
8673
8674 * files.el (find-file-hook): Customize.
8675 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
8676
8677 * bindings.el (completion-ignored-extensions): Remove .log.
8678 (global-map): Add again, open, stop keys.
8679
8680 2003-10-05 Richard M. Stallman <rms@gnu.org>
8681
8682 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
8683 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
8684 Use sh-modify directly.
8685 (sh-select): Use sh-append, not eval.
8686
8687 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
8688
8689 * info.el (Info-following-node-name): New function.
8690
8691 * loadhist.el (unload-feature-special-hooks):
8692 Rename from loadhist-hook-functions.
8693 (loadhist-hook-functions): Now an alias.
8694
8695 2003-10-04 Eli Zaretskii <eliz@gnu.org>
8696
8697 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
8698 file-name clashes on 8+3 filesystems.
8699
8700 * Makefile.in (DONTCOMPILE, bootstrap-clean):
8701 Rename loaddefs-boot.el to ldefs-boot.el
8702
8703 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
8704 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
8705
8706 2003-10-03 Lute Kamstra <lute@gnu.org>
8707
8708 * info.el (Info-mode): Revert previous change.
8709 (Info-escape-percent): New function.
8710 (Info-fontify-node): Use it.
8711
8712 2003-10-02 Andreas Schwab <schwab@suse.de>
8713
8714 * loaddefs-boot.el: Regenerated.
8715
8716 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
8717
8718 * ffap.el: Remove defadvice related code from CVS since `complete'
8719 provides a `PC-completion-as-file-name-predicate' variable that
8720 ffap can override.
8721
8722 2003-10-02 Kenichi Handa <handa@m17n.org>
8723
8724 * international/utf-8.el (ccl-decode-mule-utf-8):
8725 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
8726
8727 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
8728 * international/subst-big5.el: Likewise.
8729 * international/subst-gb2312.el: Likewise.
8730 * international/subst-ksc.el: Likewise.
8731
8732 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8733
8734 * calendar/calendar.el (increment-calendar-month)
8735 (calendar-leap-year-p, calendar-absolute-from-gregorian)
8736 (generate-calendar, calendar-read-date, calendar-interval)
8737 (calendar-day-of-week): Handle years BC.
8738 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
8739
8740 2003-10-01 Dave Love <fx@gnu.org>
8741
8742 * language/cyrillic.el (cp1251): Alias for windows-1251.
8743
8744 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
8745 bootstrap.
8746
8747 2003-10-01 Lute Kamstra <lute@gnu.org>
8748
8749 * files.el: Fix typo.
8750 * imenu.el (imenu--generic-function): Docstring fix.
8751
8752 2003-09-30 Richard M. Stallman <rms@gnu.org>
8753
8754 * dired.el (dired-mode): Handle dired-directory as a list.
8755
8756 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
8757
8758 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
8759
8760 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
8761
8762 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
8763 Replace gud-display with gud-watch.
8764 (gud-speedbar-buttons): Add stuff for watching expressions
8765 in the speedbar when using M-x gdba. Use dolist on old part
8766 of this function.
8767
8768 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
8769 (gdb-update-flag): New variables.
8770 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
8771 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
8772 (gud-watch, gdb-var-create-handler) : New functions.
8773 (gdb-var-list-children, gdb-var-list-children-handler)
8774 (gdb-var-create-regexp, gdb-var-update-regexp)
8775 (gdb-var-list-children-regexp): New constants.
8776 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
8777 (gdb-annotation-rules): Reduce annotation set (level 3).
8778 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
8779 (gdb-post-prompt): Don't update GDB buffers every time speedbar
8780 updates.
8781 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
8782 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
8783 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
8784 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
8785 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
8786 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
8787 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
8788 (gud-display, gud-display1)
8789 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
8790 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
8791 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
8792 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
8793 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
8794 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
8795 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
8796 (gdb-display-display-buffer, gdb-toggle-display)
8797 (gdb-delete-display, gdb-expressions-popup-menu)
8798 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
8799 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
8800 to display buffer.
8801
8802 2003-09-30 Richard M. Stallman <rms@gnu.org>
8803
8804 * progmodes/ada-mode.el (ada-mode): Don't use advice.
8805 Instead, set which-func-functions.
8806
8807 * progmodes/which-func.el (which-func-modes): Add ada-mode.
8808 (which-func-functions): New variable.
8809 (which-function): Use that.
8810
8811 * info.el (Info-mode): Double each `%' in header line.
8812
8813 * emacs-lisp/lisp-mnt.el (lm-with-file):
8814 When FILE is nil, run BODY in current buffer.
8815
8816 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
8817
8818 * help.el (describe-mode): Start with a brief list of minor modes.
8819 Find them thru minor-mode-list so as to find them all.
8820 Show them in alphabetical order.
8821
8822 * mail/sendmail.el (mail-aliases): Doc fix.
8823
8824 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
8825
8826 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8827
8828 * mail/rmailsum.el (rmail-make-summary-line-1):
8829 Change comma after last label to a space.
8830 (rmail-summary-font-lock-keywords): Adapt to that change.
8831
8832 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
8833
8834 * progmodes/scheme.el (scheme-mode-variables): When setting
8835 `font-lock-defaults', also specify that "#" should
8836 be interpreted with `word' syntax.
8837 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
8838
8839 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8840
8841 * desktop.el: A lot of comments updated.
8842 (desktop-save-mode): Minor mode introduced.
8843 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
8844 (desktop-load-default): Function made obsolete.
8845 (desktop-locals-to-save): Variable made customizable.
8846 (desktop-read): Optional parameter `dirname' added.
8847 (desktop-change-dir, desktop-revert): Parameter `dirname' in
8848 `desktop-read' used.
8849 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
8850
8851 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
8852
8853 * whitespace.el (whitespace-clean-msg): Add user customizable message
8854 for displaying ``clean'' output.
8855 (whitespace-buffer): Use `whitespace-clean-msg'.
8856 (whitespace-global-mode): Fix typo.
8857
8858 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8859
8860 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8861
8862 2003-09-29 Lute Kamstra <lute@gnu.org>
8863
8864 * bindings.el (mode-line-modes): Remove superfluous :propertize
8865 construct in initialization.
8866 (mode-line-position): Change cons cell into proper list in
8867 initialization.
8868
8869 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8870
8871 * international/mule.el (decode-coding-inserted-region): Use car
8872 of the return value of find-operation-coding-system.
8873
8874 2003-09-29 Kenichi Handa <handa@m17n.org>
8875
8876 * descr-text.el (describe-char): Fix previous change.
8877
8878 2003-09-28 Kenichi Handa <handa@m17n.org>
8879
8880 * descr-text.el (describe-char-display): New function.
8881 (describe-char): Pay attention to display table on describing how
8882 a character is displayed.
8883
8884 * international/mule-cmds.el (encoded-string-description):
8885 Prepend "0x" to each encoded byte.
8886
8887 2003-09-28 Andreas Schwab <schwab@suse.de>
8888
8889 * find-file.el (ff-special-constructs): Add autoload cookie.
8890
8891 2003-09-28 Kevin Ryde <user42@zip.com.au>
8892
8893 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8894 makeinfo appends to duplicate index entries.
8895
8896 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8897
8898 * dired-x.el (dired-clean-tex): Doc fix.
8899
8900 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8901 using a Chinese tutorial.
8902
8903 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8904
8905 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8906 between "MAIL FROM:" and "RCPT TO:" and the following address.
8907
8908 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8909
8910 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8911
8912 2003-09-28 David Ponce <david@dponce.com>
8913
8914 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8915 (recentf-load-list): When `recentf-initialize-file-name-history'
8916 is non-nil, initialize an empty `file-name-history' with the
8917 recent list.
8918
8919 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8920
8921 * man.el (Man-default-man-entry): Remove the leading `*' from the
8922 word at point.
8923
8924 2003-09-26 Lute Kamstra <lute@gnu.org>
8925
8926 * bindings.el (mode-line-position): Mention size indication in
8927 docstring.
8928
8929 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8930
8931 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8932
8933 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8934 because it's autoloaded now.
8935
8936 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8937
8938 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8939 (sh-font-lock-keywords, sh-feature): Fix previous change of
8940 sh-feature to avoid infloop with sh-font-lock-keywords.
8941
8942 2003-09-25 Kim F. Storm <storm@cua.dk>
8943
8944 * frame.el (frame-current-scroll-bars): New defun.
8945
8946 * window.el (window-current-scroll-bars): New defun.
8947
8948 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8949
8950 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8951 cause errors when the state cache contains info on parts that have
8952 been narrowed out.
8953
8954 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8955
8956 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8957 `c-setup-paragraph-variables' has to be used when this variable is
8958 changed; it doesn't work to reinitialize the mode since that
8959 typically clobbers the variable.
8960
8961 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8962 Make it interactive.
8963
8964 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8965
8966 * progmodes/cc-fonts.el (c-font-lock-declarations):
8967 Fix recognition of constructors and destructors for classes whose
8968 names are matched by `*-font-lock-extra-types'.
8969
8970 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8971 followed by an identifier in C++ then it's a type.
8972
8973 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8974
8975 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8976 problem that primarily affected XEmacs. Don't use faces to find
8977 unterminated strings since Emacs and XEmacs fontify strings
8978 differently - this function should now work better in XEmacs.
8979
8980 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8981
8982 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8983 `expand-abbrev' workaround which caused braces to misbehave inside
8984 macros.
8985
8986 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8987 handling. This bug could cause interactive font locking to bail out.
8988
8989 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8990
8991 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8992 Handle paren-style types in Pike. Also fixed some cases of
8993 insufficient handling of unbalanced parens.
8994
8995 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8996
8997 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8998 common shell prompts that are not common filename or URL characters.
8999 (ffap-file-at-point): Use the new regexp to strip the prompts from
9000 the file names. This is an issue mostly for user prompts that
9001 don't have a trailing space and find-file-at-point is invoked from
9002 within a shell inside Emacs.
9003
9004 2003-09-24 Andre Spiegel <spiegel@gnu.org>
9005
9006 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
9007 stamps numerically, rather than textually.
9008
9009 2003-09-24 Kenichi Handa <handa@m17n.org>
9010
9011 * language/devan-util.el (devanagari-post-read-conversion):
9012 * language/mlm-util.el (malayalam-post-read-conversion):
9013 * language/tml-util.el (tamil-post-read-conversion):
9014 Add autoload cookie.
9015
9016 * international/utf-8.el (utf-8-post-read-conversion):
9017 Call post-read-conversion functions for Devanagari, Malayalam,
9018 and Tamil.
9019
9020 2003-09-23 Dave Love <fx@gnu.org>
9021
9022 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
9023
9024 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
9025
9026 * progmodes/gud.el (perldb): Add gud-until to list of commands.
9027 Update gud-remove.
9028
9029 2003-09-22 Richard M. Stallman <rms@gnu.org>
9030
9031 * progmodes/sh-script.el (sh-mode-default-syntax-table):
9032 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
9033 (sh-mode-syntax-table-input): New variable.
9034 (sh-require-final-newline): Don't use eval.
9035 (sh-builtins, sh-leading-keywords, sh-other-keywords)
9036 (sh-variables, sh-font-lock-keywords): Don't use eval.
9037 (sh-set-shell): When setting require-final-newline,
9038 treat value = `require-final-newline' as don't change it.
9039 Set sh-mode-syntax-table locally based on
9040 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
9041
9042 * progmodes/compile.el (compile-internal):
9043 Call compilation-set-window-height before setting window start.
9044
9045 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
9046
9047 * emacs-lisp/bytecomp.el (byte-compile-log-file):
9048 Clear out byte-compile-last-warned-form.
9049
9050 2003-09-22 Richard M. Stallman <rms@gnu.org>
9051
9052 * woman.el (woman-file-name, woman-follow-word):
9053 If current-word returns nil, use "".
9054
9055 * simple.el (eval-expression): Bind standard-output in to-buffer case.
9056
9057 2003-09-22 Richard M. Stallman <rms@gnu.org>
9058
9059 * emacs-lisp/lisp-mnt.el (lm-with-file):
9060 Don't visit the file, just use insert-file-contents in temp buffer.
9061
9062 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
9063
9064 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
9065 Add surrounding \\( and \\) around the header, as in
9066 for lm-history-header 'Change Log\\|History'.
9067
9068 2003-09-22 John Paul Wallington <jpw@gnu.org>
9069
9070 * progmodes/ld-script.el: Add Commentary section,
9071 minor cleanup of file header.
9072 (ld-script-font-lock-keywords): Doc fix.
9073 (toplevel): Provide `ld-script' feature.
9074
9075 2003-09-21 Kim F. Storm <storm@cua.dk>
9076
9077 * scroll-bar.el (set-scroll-bar-mode): Initialize to
9078 new built-in variable default-frame-scroll-bars.
9079 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
9080 scroll-bar-mode; notably, use it instead of t when we toggle
9081 scroll-bars on.
9082 (toggle-scroll-bar): Use default-frame-scroll-bars.
9083
9084 2003-09-19 Masatake YAMATO <jet@gyve.org>
9085
9086 * pcvs.el (cvs-do-removal): Change the prompt depending on
9087 `filter' value.
9088
9089 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9090
9091 * startup.el (command-line-1): Stop startup-echo-area-message
9092 being hidden by "Loading image..." message.
9093 (use-fancy-splash-screens-p, display-splash-screen):
9094 Move display-graphic-p test from latter to former.
9095
9096 * progmodes/sh-script.el (sh-font-lock-keywords):
9097 Highlight escaped EOLs differently from other backslash constructs.
9098
9099 2003-09-19 Richard M. Stallman <rms@gnu.org>
9100
9101 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
9102 New functions.
9103 (edebug-enter, edebug-outside-excursion): Use them.
9104
9105 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9106 Fix the condition for whether to print "In WHERE".
9107
9108 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
9109
9110 * finder.el (finder-mode-hook): New variable.
9111 (finder-mode): Run hook finder-mode-hook
9112
9113 2003-09-18 Masatake YAMATO <jet@gyve.org>
9114
9115 * progmodes/ebrowse.el: Fix broken magic autoload comments.
9116
9117 2003-09-17 Mario Lang <mlang@delysid.org>
9118
9119 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
9120 "p %e" to actually print the value in the GUD buffer.
9121
9122 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
9123
9124 From David Ponce <david.ponce@wanadoo.fr>:
9125 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
9126 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
9127 from loaddefs-boot.el if necessary.
9128
9129 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
9130
9131 * progmodes/gud.el (gud-find-class): Make jdb work again since
9132 cc-mode changed the syntactic information.
9133
9134 2003-09-15 David Ponce <david@dponce.com>
9135
9136 * recentf.el: (recentf-exclude): Accept predicates too.
9137 (recentf-file-readable-p): New function.
9138 (recentf-include-p): Handle predicates in recentf-exclude.
9139 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
9140 (recentf-cleanup): Likewise.
9141 (recentf-save-list): Use write-file to handle backup of
9142 recentf-save-file.
9143
9144 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
9145
9146 * loaddefs-boot.el: Renamed from `loaddefs.el'
9147 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
9148 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
9149 necessary.
9150
9151 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
9152
9153 * electric.el (Electric-pop-up-window): For the `one-window' case,
9154 no longer disconcertingly move point in the original buffer.
9155
9156 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
9159
9160 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
9161
9162 * dired.el (dired-mode-map): Fix typo.
9163
9164 2003-09-11 Richard M. Stallman <rms@gnu.org>
9165
9166 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
9167
9168 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9169
9170 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
9171 the function is less noisy. Now only `kill-buffer' can ask questions.
9172
9173 2003-09-10 Mario Lang <mlang@delysid.org>
9174
9175 * battery.el: Update Commentary and Copyright.
9176 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
9177 appear due to wrong ordering of the expressions in `or'.
9178
9179 2003-09-09 Lute Kamstra <lute@gnu.org>
9180
9181 * misc.el (upcase-char): Fix docstring.
9182 (zap-up-to-char): New command.
9183
9184 2003-09-08 David Ponce <david@dponce.com>
9185
9186 Ensure that recentf correctly updates the menu bar.
9187 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
9188 (recentf-menu-bar): New function.
9189 (recentf-clear-data): Use it
9190 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
9191 of easy-menu-change.
9192
9193 2003-09-08 Lute Kamstra <lute@gnu.org>
9194
9195 * simple.el (size-indication-mode): New.
9196 * bindings.el (mode-line-position): Add buffer size indicator.
9197
9198 2003-09-04 Mario Lang <mlang@delysid.org>
9199
9200 * battery.el (battery-linux-proc-acpi): New function.
9201 (battery-status-function): Modify default value calculation to also
9202 check for availability of ACPI.
9203 (battery-echo-area-format): Ditto.
9204 (battery-mode-line-format): Ditto.
9205
9206 2003-09-06 Dave Love <fx@gnu.org>
9207
9208 * ielm.el (ielm-mode-hook): Add :options.
9209
9210 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
9211 (eldoc-print-current-symbol-info): Use it.
9212
9213 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
9214
9215 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
9216 being displayed in GUD buffer.
9217 (gdb-idle-input-queue): Remove var. Use just one queue.
9218 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
9219 Remove functions. Use just one queue.
9220 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
9221 (gdb-invalidate-assembler, gdb-get-current-frame):
9222 Modify functions. Use just one queue.
9223
9224 2003-09-04 Dave Love <fx@gnu.org>
9225
9226 * cus-start.el: Add blink-cursor-alist.
9227
9228 * ruler-mode.el (ruler-mode-fill-column-char)
9229 (ruler-mode-current-column-char): Use char-displayable-p,
9230 not window-system.
9231
9232 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
9233
9234 * language/european.el (windows-1252): Move from code-pages.
9235
9236 * language/cyrillic.el ("Windows-1251"): Delete.
9237 ("Bulgarian", "Belarusian"): Remove `features'.
9238 (windows-1251): Move from code-pages.
9239
9240 * international/mule-diag.el (non-iso-charset-alist):
9241 Remove `codepage' stuff.
9242 (print-designation, list-coding-systems-1): Output fixes.
9243
9244 * international/code-pages.el (cp-make-translation-table)
9245 (cp-valid-codes): Made defsubsts.
9246 (cp-fix-safe-chars): Delete.
9247 (mule-diag): Don't require.
9248 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
9249 (top-level): Check for defined coding system when defining
9250 cp... aliases. Change w32-add-charset-info test to avoid warning.
9251 (non-iso-charset-alist): Defvar when compiling.
9252 (cp-make-coding-system): Doc fix.
9253
9254 2003-09-02 Jason Rumney <jasonr@gnu.org>
9255
9256 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
9257 line-ends from CVS before doing conversion.
9258
9259 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9260
9261 * calendar/diary-lib.el (diary-header-line-flag)
9262 (diary-header-line-format): New variables.
9263 (list-diary-entries): Use them to set header line in simple diary.
9264
9265 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
9266 other than font-lock-string-face to highlight backslashes.
9267
9268 2003-09-01 Jason Rumney <jasonr@gnu.org>
9269
9270 * international/titdic-cnv.el (tit-read-key-value): Include \r in
9271 regexp.
9272
9273 2003-09-01 Dave Love <fx@gnu.org>
9274
9275 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
9276
9277 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
9278 and :help; also line and column numbers labels.
9279
9280 * international/mule-util.el (char-displayable-p): Move from
9281 latin1-disp, rename and autoload.
9282
9283 * international/latin1-disp.el (latin1-char-displayable-p):
9284 Now obsolete alias. Replace uses with char-displayable-p.
9285 (latin1-display-ucs-per-lynx): Fix last change.
9286
9287 * international/mule-cmds.el (standard-display-european-internal):
9288 Don't use char code for Latin-1 NBSP.
9289 <XFree86 4>: Unfrob NBSP display table. Set display table to use
9290 U+2018, U+2019 for `'.
9291 (select-safe-coding-system): Message fix.
9292
9293 2003-09-01 Kenichi Handa <handa@m17n.org>
9294
9295 * international/fontset.el (setup-default-fontset): For Thai
9296 font, specify "*" family.
9297
9298 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9299
9300 * progmodes/compile.el (previous-error): Accept a prefix
9301 argument, similarly to next-error.
9302
9303 2003-08-31 Masatake YAMATO <jet@gyve.org>
9304
9305 * pcvs.el (cvs-do-removal): Use = instead of eq to check
9306 the number of files. Bind the number of files to a local
9307 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
9308
9309 2003-08-30 Eli Zaretskii <eliz@gnu.org>
9310
9311 * vc-hooks.el (vc-make-version-backup): Fix the change made on
9312 2003-07-26: msdos-long-file-names is a function, not a variable.
9313
9314 2003-08-29 Richard M. Stallman <rms@gnu.org>
9315
9316 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
9317 Do nothing with mail-personal-alias-file if it is nil.
9318
9319 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
9320 Do nothing if mail-personal-alias-file is nil.
9321
9322 * term.el (term-exec-1): Bind coding-system-for-read.
9323
9324 * dired.el (dired-mouse-find-file-other-window):
9325 Use dired-view-command-alist here, as in dired-view-file.
9326 (dired-view-command-alist): Use %s to substitute file name.
9327 Handle .ps_pages, .eps, .jpg, .gif, .png.
9328
9329 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9330
9331 * info.el (Info-mode-map): Bind S-tab and <backtab> to
9332 `Info-prev-reference', instead of M-tab.
9333
9334 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
9335
9336 * simple.el (blink-matching-open): Work correctly on chars that
9337 are designated as parens through the syntax-table text property.
9338
9339 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
9340
9341 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
9342 line break position in the middle of a non-kinsoku (e.g. latin)
9343 word, making it skip until either a space or a character with
9344 category "|".
9345 (kinsoku-longer): Test for end of buffer.
9346
9347 2003-08-28 Eli Zaretskii <eliz@gnu.org>
9348
9349 * mail/rmail.el (rmail-convert-to-babyl-format):
9350 Detect quoted-printable- and base64-encoded messages and decode them
9351 automatically. Set the message's encoding from the charset=
9352 header, if any. Decode base64-encoded messages in Mail format as well.
9353
9354 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9355
9356 * mail/smtpmail.el: Fix previous change.
9357 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
9358 calling smtpmail-via-smtp.
9359 (smtpmail-via-smtp): Add fall-back values for envelope-from.
9360
9361 2003-08-26 John Paul Wallington <jpw@gnu.org>
9362
9363 * image.el (image-jpeg-p): Don't search beyond length of data.
9364
9365 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9366
9367 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
9368 misfeature in `expand-abbrev' which caused electric keywords like
9369 "else" to disappear if an open brace was typed directly afterwards.
9370
9371 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9372
9373 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
9374 mandatory in `define-widget'.
9375
9376 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
9377 Don't align the operators "!=", "<=" and ">=" as assignment operators.
9378
9379 (c-assignment-operators): New language constant that only contains
9380 the assignment operators.
9381
9382 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
9383
9384 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9385
9386 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9387 Safeguard against unbalanced sexps.
9388
9389 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
9390
9391 * version.el (emacs-version): Check for gtk. Include gtk version info.
9392
9393 2003-08-25 John Paul Wallington <jpw@gnu.org>
9394
9395 * man.el (Man-default-man-entry): Don't whizz past the section
9396 number before looking for it.
9397
9398 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
9399
9400 * progmodes/gud.el (gud-display-line): Don't set window-point if
9401 source buffer is not visible. (Only happens with M-x gdba.)
9402
9403 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
9404 documentation.
9405 (gdb-source, gdb-source-info): Update to assembler unnecessary
9406 as its done after each GDB command anyway.
9407 (gdb-pre-prompt): Use with-current-buffer.
9408 (gdb-insert-field): Add help-echo text.
9409 (gdb-invalidate-assembler): Re-display of assembler now done in
9410 gdb-info-breakpoints-custom.
9411 (gdb-info-breakpoints-custom): Force re-display of assembler to
9412 happen *after* update of breakpoints buffer.
9413 (gdb-display-source-buffer): Don't choke if gdb-source-window
9414 isn't visible.
9415 (gdb-put-string, gdb-put-arrow): Remove free variables.
9416
9417 2003-08-24 John Paul Wallington <jpw@gnu.org>
9418
9419 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
9420
9421 * man.el (Man-default-man-entry): Strip text properties when
9422 snarfing parts of entry because `format' preserves properties.
9423
9424 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9425
9426 * files.el (file-newest-backup): Use `expand-file-name'.
9427
9428 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
9429 Allow the diary to pop up a new frame, if needed.
9430
9431 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
9432 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
9433 (smtpmail-send-it): Make treatment of envelope-from consistent with
9434 sendmail.el.
9435
9436 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
9437 (sh-leading-keywords): Add the bash `time' reserved word.
9438 (sh-variables): Add some bash variables.
9439 (sh-add-completer): Fix nil branch of case statement.
9440
9441 2003-08-24 Masatake YAMATO <jet@gyve.org>
9442
9443 * progmodes/ld-script.el: New file.
9444
9445 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
9446
9447 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
9448
9449 2003-08-23 Andre Spiegel <spiegel@gnu.org>
9450
9451 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
9452 Better explain obsolescence, and what to use instead.
9453
9454 2003-08-23 Masatake YAMATO <jet@gyve.org>
9455
9456 * pcvs.el (cvs-do-removal): Show the deleted file name
9457 on the prompt.
9458
9459 2003-08-20 Dave Love <fx@gnu.org>
9460
9461 * international/mule.el (make-coding-system)
9462 (set-buffer-file-coding-system): Doc fix.
9463
9464 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
9465
9466 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
9467
9468 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
9469
9470 * international/utf-16.el: Add mime-text-unsuitable coding system
9471 properties.
9472
9473 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
9474
9475 * cus-edit.el: Add some :links.
9476 (bib): Remove.
9477
9478 * textmodes/bib-mode.el (bib): Add :group external.
9479
9480 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9481
9482 * wid-edit.el (widget-echo-help): Make it handle expressions that
9483 evaluate to strings.
9484
9485 2003-08-18 Michael Mauger <mmaug@yahoo.com>
9486
9487 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
9488
9489 Simplify selection of SQL products to define highlighting and
9490 interactive mode. Includes detailed instructions on adding
9491 support for new products.
9492
9493 * progmodes/sql.el (sql-product): New variable. Identifies SQL
9494 product for use in highlighting and interactive mode.
9495 (sql-interactive-product): New variable. SQL product for
9496 sql-interactive-mode.
9497 (sql-product-support): New variable. Specifies product-specific
9498 parameters to drive highlighting and interactive mode.
9499 (sql-imenu-generic-expression): Add more object types.
9500 (sql-sqlite-options): Correct comment.
9501 (sql-ms-program): Use "osql" rather than "isql".
9502 (sql-prompt-regexp, sql-prompt-length): Update comment.
9503 (sql-mode-menu): Add "Start SQLi session" entry.
9504 Replace Highlighting submenu with Product menu. Fix Send Region entry.
9505 (sql-mode-abbrev-table): Add abbreviations. Support of
9506 SYSTEM-FLAG on define-abbrev. Support was removed with last
9507 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
9508 (sql-mode-font-lock-object-name): Add font-lock pattern for object
9509 names.
9510 (sql-mode-ansi-font-lock-keywords): Set as default value.
9511 (sql-mode-oracle-font-lock-keywords): Set as default value.
9512 Support Oracle 9i keywords.
9513 (sql-mode-postgres-font-lock-keywords): Set as default value.
9514 (sql-mode-linter-font-lock-keywords): Set as default value.
9515 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
9516 SQLServer 2000.
9517 (sql-mode-sybase-font-lock-keywords)
9518 (sql-mode-interbase-font-lock-keywords)
9519 (sql-mode-sqlite-font-lock-keywords)
9520 (sql-mode-strong-font-lock-keywords)
9521 (sql-mode-mysql-font-lock-keywords)
9522 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
9523 keywords.
9524 (sql-mode-font-lock-defaults): Update comment.
9525 (sql-product-feature): New function. Returns feature associated
9526 with a product from `sql-product-support' alist.
9527 (sql-product-font-lock): New function. Set font-lock support
9528 based on `sql-product'.
9529 (sql-add-product-keywords): New function. Add font-lock rules to
9530 product-specific keyword variables.
9531 (sql-set-product): New function. Set `sql-product' and apply
9532 appropriate font-lock highlighting.
9533 (sql-highlight-product): New function. Set font-lock support
9534 based on a product. Also set mode name to include product name.
9535 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
9536 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
9537 Use `sql-set-product'.
9538 (sql-highlight-ms-keywords)
9539 (sql-highlight-sybase-keywords)
9540 (sql-highlight-interbase-keywords)
9541 (sql-highlight-strong-keywords)
9542 (sql-highlight-mysql-keywords)
9543 (sql-highlight-sqlite-keywords)
9544 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
9545 (sql-get-login): Prompt in the same order as the tokens.
9546 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
9547 (sql-product-interactive): New function. Common portions of
9548 product-specific interactive mode wrappers.
9549 (sql-interactive-mode): Rewritten to use product features.
9550 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9551 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9552 (sql-db2, sql-linter): Use `sql-product-interactive'.
9553 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9554 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9555 (sql-connect-ingres, sql-connect-postgres)
9556 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9557 New functions. Format command line parameters and invoke comint on
9558 the appropriate interpreter. Code was in the corresponding
9559 `sql-xyz' function before.
9560 (sql-connect-ms): New function. Support -E argument to use
9561 operating system credentials for authentication.
9562
9563 2003-08-18 Kenichi Handa <handa@m17n.org>
9564
9565 * international/mule.el (encode-char): Fix for the ASCII case.
9566
9567 2003-08-15 Kenichi Handa <handa@m17n.org>
9568
9569 * international/fontset.el (setup-default-fontset): Change "*" to
9570 nil in the specifications of font family.
9571
9572 2003-08-18 Kim F. Storm <storm@cua.dk>
9573
9574 * kmacro.el (kmacro-keymap): Group related bindings in
9575 initialization for clarity. Bind C-s to start macro.
9576 Remove C-r binding.
9577 (kmacro-initial-counter-value): New defvar to hold initial counter
9578 value in case we set the value before defining a macro.
9579 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
9580 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
9581 not defining or executing macro. Doc fix.
9582 (kmacro-add-counter): Clear kmacro-initial-counter-value.
9583 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
9584 temporarily view older elements on the macro ring without cycling
9585 the ring.
9586 (kmacro-display): Doc fix.
9587 (kmacro-exec-ring-item): New helper function.
9588 (kmacro-call-ring-2nd): Use it.
9589 (kmacro-call-ring-2nd-repeat): Doc fix.
9590 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
9591 (kmacro-end-or-call-macro): Execute last viewed macro (using
9592 kmacro-exec-ring-item) from ring if this follows
9593 kmacro-view-macro. This allows us to find a macro on the ring
9594 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
9595 the ring to bring it to the head of the ring.
9596 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
9597 Allow binding to reserved keys without specifying C-x C-k prefix.
9598 Ask for confirmation if entered key sequence is already bound to
9599 a non-macro command.
9600 (kmacro-view-macro): Repeating command will show older elements
9601 on the macro ring; C-k will execute the last viewed macro.
9602 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
9603 property from 'ring to 'head.
9604
9605 2003-08-17 Alan Shutko <ats@acm.org>
9606
9607 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
9608 keeping December out of the alist.
9609
9610 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9611
9612 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
9613 * calendar/calendar.el (calendar-mode-map): Bind it to key.
9614 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
9615 (calendar-flatten): New function.
9616 (calendar-mouse-view-other-diary-entries)
9617 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
9618 in the menu title and to show multi-line diary entries correctly
9619 in the menu.
9620
9621 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
9622
9623 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
9624 defcustom, because the default was recently changed.
9625
9626 2003-08-16 Richard M. Stallman <rms@gnu.org>
9627
9628 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
9629
9630 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9631 New subroutine, broken out of eval-last-sexp-1.
9632 (eval-last-sexp-1): Use eval-last-sexp-print-value.
9633
9634 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
9635
9636 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
9637
9638 * simple.el (eval-expression): Use eval-last-sexp-print-value.
9639
9640 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
9641
9642 * progmodes/compile.el (compilation-error-regexp-alist):
9643 Add Java ANt error detection as described in document
9644 http://ant.apache.org/faq.html
9645
9646 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
9647
9648 * simple.el (backward-word, forward-to-indentation)
9649 (backward-to-indentation): Argument changed to optional.
9650 (next-line, previous-line): Use `or' instead of `unless'.
9651
9652 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9653
9654 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
9655 instead of a constant.
9656
9657 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
9658
9659 * shell.el (shell): With prefix-arg, suggest a new buffer name.
9660
9661 2003-08-12 Andre Spiegel <spiegel@gnu.org>
9662
9663 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
9664 (vc-sccs-workfile-version): Search the entire delta table, rather
9665 than just the first entry, because that might be a deleted version.
9666
9667 2003-08-11 Karl Fogel <kfogel@red-bean.com>
9668
9669 * menu-bar.el (menu-bar-options-menu): Supply a body for the
9670 [save-place] binding in the Options menu. Have it require
9671 'saveplace' and then toggle the variable manually, to avoid an an
9672 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
9673 for the bug report.
9674
9675 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
9676
9677 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
9678 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
9679 (gdb-info-threads-custom): Add help-echo text.
9680 (gdb-display-back): Don't use purecopy.
9681 (gdb-info-breakpoints-custom, gdb-reset)
9682 (gdb-assembler-custom): Use display-images-p to test if breakpoint
9683 icons can be displayed.
9684
9685 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
9686
9687 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
9688
9689 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
9690
9691 * bookmark.el (bookmark-completing-read):
9692 Return a string, instead of a list of one string.
9693 Use a popup menu if activated from the mouse.
9694 (bookmark-edit-annotation): Remove unused vars.
9695 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
9696 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
9697 to bookmark-completing-read.
9698 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9699 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
9700 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
9701 and erase-buffer.
9702 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
9703 (bookmark-menu-jump, bookmark-menu-insert)
9704 (bookmark-popup-menu-and-apply-function)
9705 (bookmark-menu-popup-paned-bookmark-menu): Remove.
9706 (bookmark-menu-build-paned-menu): Remove by folding it into
9707 bookmark-menu-popup-paned-menu.
9708 (menu-bar-bookmark-map): Move the define-key statements here.
9709 Use the "non-menu" commands since they now pop up a menu if needed.
9710 (bookmark-exit-hook-internal): Simplify.
9711
9712 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
9713
9714 * reftex-toc.el (reftex-toc-rename-label): New function.
9715 (reftex-toc-check-docstruct): New function.
9716
9717 * reftex.el (reftex-region-active-p): New function.
9718
9719 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
9720 regexp to find the \bibliography macro.
9721
9722 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
9723 which does not exist in LaTeX.
9724 (reftex-cite-format-builtin): Added amsrefs support.
9725 (reftex-toc-confirm-promotion): New option
9726
9727 * reftex-toc.el
9728 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
9729 (reftex-toc-demote, reftex-toc-promote)
9730 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9731 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9732 (reftex-toc-newhead-from-alist)
9733 (reftex-toc-load-all-files-for-promotion): New functions.
9734 (reftex-toc-help): Added description of new keys.
9735 (reftex-toc-split-windows-fraction): New option.
9736 (reftex-recenter-toc-when-idle): Search *toc* window on all
9737 visible frames.
9738 (reftex-toc): Additional parameter REUSE
9739 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
9740 with REUSE argument.
9741 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
9742 the call of `reftex-toc'.
9743 (reftex-make-separate-toc-frame): New function .
9744 (reftex-toc-recenter): When called with triple prefix arg, call
9745 `reftex-make-separate-toc-frame' first.
9746 (reftex-toc-toggle-dedicated-frame): New command.
9747 (reftex-toc-quit): Adapted to delete frame when called in
9748 dedicated frame.
9749
9750 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
9751 all enclosing macros.
9752
9753
9754 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9755
9756 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
9757 first use.
9758
9759 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9760
9761 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
9762
9763 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9764
9765 * calendar/calendar.el (list-diary-entries-hook)
9766 (diary-display-hook, nongregorian-diary-listing-hook)
9767 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
9768 Add some customize options for these hooks.
9769 (calendar-abbrev-construct): Don't try to take a substring longer
9770 than the original string.
9771
9772 2003-08-05 Richard M. Stallman <rms@gnu.org>
9773
9774 * emacs-lisp/testcover.el (noreturn): Report error if does return.
9775 (testcover-reinstrument-clauses): Doc fix.
9776
9777 * emacs-lisp/warnings.el: Doc fixes, args renamed.
9778 (warning-type-format): Rename from warning-group-format.
9779
9780 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
9781 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
9782 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
9783 to prevent warnings about defvar for an obsolete variable.
9784
9785 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9786 warning-group-format renamed to warning-type-format.
9787
9788 * subr.el (read-passwd): Use clear-string instead of fillarray.
9789
9790 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
9791 Use vconcat instead of concat.
9792 (edmacro-sanitize-for-string): New function.
9793
9794 2003-08-05 Dave Love <fx@gnu.org>
9795
9796 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
9797 line-number-display-limit-width.
9798
9799 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
9800
9801 2003-08-05 Kenichi Handa <handa@m17n.org>
9802
9803 * international/code-pages.el: Don't require mule-diag.
9804
9805 * international/mule-diag.el (non-iso-charset-alist):
9806 Add autoload cookie.
9807
9808 * language/devan-util.el (dev-glyph-order): Add an entry for the
9809 glyph code #xC4.
9810
9811 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9812
9813 * calendar/calendar.el (diary-file, diary-file-name-prefix)
9814 (european-calendar-style, diary-date-forms)
9815 (calendar-day-name-array, calendar-month-name-array): Doc change.
9816 (generate-calendar-month): Adapt for new behaviour of
9817 `calendar-day-name' function.
9818 (calendar-abbrev-length, calendar-day-abbrev-array)
9819 (calendar-month-abbrev-array): New variables.
9820 (calendar-abbrev-construct): New function.
9821 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
9822 rather than fixing abbrevs at some width. Calling syntax change.
9823 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
9824 (calendar-date-string): Adapt for new behaviours of
9825 `calendar-day-name' and `calendar-month-name' functions.
9826
9827 * calendar/diary-lib.el (list-diary-entries): Adapt for new
9828 behaviour of `calendar-day-name' and `calendar-month-name' functions.
9829 (diary-name-pattern): Use abbrev arrays, rather than fixing
9830 abbrevs at three chars. Calling syntax change.
9831 (mark-diary-entries): Adapt for new behaviours of
9832 `diary-name-pattern' and `calendar-make-alist' functions.
9833 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
9834 `diary-name-pattern' function.
9835 (font-lock-diary-date-forms): Use abbrev arrays, rather than
9836 fixing abbrevs at three chars. Calling syntax change.
9837 (cal-hebrew, cal-islam): Require when compiling.
9838 (diary-font-lock-keywords): Adapt for new behaviour of
9839 `font-lock-diary-date-forms' function.
9840
9841 * calendar/cal-hebrew.el: Reposition some code so defined before used.
9842 (calendar-hebrew-month-name-array-common-year)
9843 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
9844 (list-hebrew-diary-entries): Adapt for new behaviours of
9845 `calendar-day-name' and `add-to-diary-list' functions.
9846 (mark-hebrew-diary-entries): Adapt for new behaviours of
9847 `diary-name-pattern' and `calendar-make-alist' functions.
9848
9849 * calendar/cal-islam.el (calendar-islamic-month-name-array):
9850 Add doc string.
9851 (list-islamic-diary-entries): Adapt for new behaviours of
9852 `calendar-day-name' and `add-to-diary-list' functions.
9853 (mark-islamic-diary-entries): Adapt for new behaviours of
9854 `diary-name-pattern' and `calendar-make-alist' functions.
9855
9856 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9857 `calendar-month-name' function.
9858
9859 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9860
9861 * calendar/solar.el (solar-seasons-data): Move definition before use.
9862
9863 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9864 (cal-tex-LaTeX-hourbox): Move definition before use.
9865
9866 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9867 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9868 lunar.el, solar.el
9869 (displayed-month, displayed-year): Define for compiler.
9870
9871 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9872
9873 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9874 MODE. Renamed from c-init-c-language-vars'.
9875 (c-initialize-cc-mode): Change accordingly.
9876 (c-common-init): Ditto.
9877 (c-mode): Ditto.
9878 (c++-mode): Use `c-init-language-vars-for'.
9879 (objc-mode): Ditto.
9880 (java-mode): Ditto.
9881 (idl-mode): Ditto.
9882 (pike-mode): Ditto.
9883 (awk-mode): Ditto.
9884
9885 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9886
9887 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9888 or not the point moved.
9889
9890 (c-search-decl-header-end): Don't trip up on operator identifiers
9891 in C++ and operators like == in all languages.
9892
9893 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9894 Detect leading labels correctly.
9895
9896 2003-08-02 Andreas Schwab <schwab@suse.de>
9897
9898 * textmodes/ispell.el: Don't redo key bindings on loading, put
9899 them only in loaddefs.el.
9900 * bookmark.el: Likewise.
9901 * dabbrev.el: Likewise.
9902 * emerge.el: Likewise.
9903
9904 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9905 has more than one member.
9906
9907 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9908
9909 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9910
9911 * lpr.el (printify-region): It was ending conversion before the
9912 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9913
9914 2003-07-31 John Paul Wallington <jpw@gnu.org>
9915
9916 * net/browse-url.el (browse-url-epiphany): Doc fix.
9917
9918 2003-07-30 Kenichi Handa <handa@m17n.org>
9919
9920 * international/fontset.el (setup-default-fontset):
9921 Change registry names of Akurti fonts.
9922
9923 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9924
9925 * comint.el (comint-read-noecho): Use `clear-string' instead of
9926 `fillarray'.
9927
9928 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9929
9930 * outline.el (outline-mode-hook): Add defvar.
9931
9932 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9933
9934 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9935 Restore assembler in source window if that is what has been selected.
9936 (menu): Add gdb-restore-windows to menu. Make gdba
9937 specific menus only visible from gdba.
9938
9939 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9940
9941 * progmodes/compile.el (compilation-environment): New user variable.
9942 (compile-internal): Respect it.
9943
9944 2003-07-23 Masatake YAMATO <jet@gyve.org>
9945
9946 * progmodes/gud.el (gdb-script-font-lock-keywords):
9947 Put `font-lock-function-name-face' on a symbol which includes
9948 `-' like `hook-run'. Put font-lock-variable-name-face
9949 on a symbol starting with $.
9950
9951 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9952
9953 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9954
9955 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9956
9957 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9958
9959 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9960
9961 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9962 Use with-no-warnings.
9963 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9964 rather than to find-file-not-found-hook, which doesn't exist.
9965
9966 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9967
9968 * international/quail.el (quail-translate-key): Fix previous change.
9969
9970 2003-07-25 John Paul Wallington <jpw@gnu.org>
9971
9972 * server.el (server-start): Check `server-process' is non-nil
9973 before killing it to avoid killing current buffer's process.
9974
9975 * simple.el (choose-completion-string): Use `minibufferp';
9976 test `completion-reference-buffer' if `buffer' arg is nil.
9977 (push-mark): Use `when' and `unless'.
9978 (pop-mark): Use `when'.
9979
9980 * mouse-sel.el (mouse-sel-get-selection-function):
9981 Check `x-last-selected-text-primary'. Don't barf if it or
9982 `x-last-selected-text' aren't bound.
9983
9984 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9985
9986 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9987
9988 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9989
9990 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9991
9992 2003-07-23 John Paul Wallington <jpw@gnu.org>
9993
9994 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9995
9996 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9997
9998 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9999 string. Defvar the derived hook.
10000
10001 * macros.el (insert-kbd-macro): Escape double quote character.
10002 From Thomas W Murphy <twm@andrew.cmu.edu>.
10003
10004 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
10005
10006 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
10007 to match the specific mark rather than reusing comment-start-skip.
10008
10009 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
10010
10011 * progmodes/hideshow.el (hs-special-modes-alist):
10012 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
10013
10014 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
10015
10016 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
10017 value using ?\s.
10018
10019 2003-07-21 John Paul Wallington <jpw@gnu.org>
10020
10021 * subr.el (with-selected-window): Add closing paren.
10022
10023 2003-07-21 Richard M. Stallman <rms@gnu.org>
10024
10025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
10026 (lisp-mode): Likewise.
10027
10028 * subr.el (with-selected-window): Copy code form save-selected-window
10029 so as to call select-window with norecord arg.
10030 (dynamic-completion-table): Doc fix.
10031 (lazy-completion-table): Doc fix.
10032
10033 * international/mule-cmds.el (set-locale-environment):
10034 langinfo renamed to locale-info.
10035
10036 * international/mule.el (auto-coding-functions): Doc fix.
10037
10038 2003-07-21 Kenichi Handa <handa@m17n.org>
10039
10040 * international/quail.el (quail-translate-key):
10041 Update quail-current-str correctly.
10042
10043 2003-07-21 Andreas Schwab <schwab@suse.de>
10044
10045 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
10046 ?, to "_".
10047
10048 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
10049 Version 2.0.36 of Tramp released.
10050
10051 * net/tramp.el (tramp-default-password-end-of-line): Rename from
10052 tramp-password-end-of-line.
10053 (tramp-password-end-of-line): New method parameter.
10054 (tramp-get-password-end-of-line): Function to access method
10055 parameter `tramp-password-end-of-line', or variable
10056 `tramp-default-password-end-of-line' (default value).
10057 (tramp-methods): Add entries for new parameter
10058 tramp-password-end-of-line.
10059 (tramp-enter-password): Use new function
10060 `tramp-get-password-end-of-line'.
10061 (tramp-handle-insert-file-contents): Do not
10062 unconditionally inhibit the file operation file-local-copy, only
10063 do that when the inhibit-file-name-operation is currently
10064 insert-file-contents. This fixes finding remote CVS-controlled
10065 files. (It would barf on inserting the CVS/Entries file
10066 literally, because the file-local-copy handler wasn't called.)
10067 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
10068 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
10069 (tramp-initial-commands): New variable.
10070 (tramp-process-initial-commands): New function, using the variable.
10071 (tramp-open-connection-setup-interactive-shell): Call the new function.
10072 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
10073 method into the buffer name, never use nil. Reported by Hanak
10074 David <dhanak@inf.bme.hu>.
10075 (tramp-open-connection-setup-interactive-shell): Erase buffer
10076 before sending "stty -onlcr".
10077
10078 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
10079
10080 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
10081
10082 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
10083
10084 2003-07-19 John Paul Wallington <jpw@gnu.org>
10085
10086 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
10087 (artist-draw-rect, artist-draw-square): Doc fixes.
10088
10089 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
10090
10091 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
10092
10093 2003-07-19 Kenichi Handa <handa@m17n.org>
10094
10095 * international/kkc.el (kkc-show-conversion-list-update):
10096 Highlight the correct candidate in the message.
10097
10098 2003-07-18 John Paul Wallington <jpw@gnu.org>
10099
10100 * simple.el (current-word): Don't include punctuation char when
10101 `really-word' arg is non-nil.
10102
10103 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
10104
10105 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
10106 moved to the directory obsolete.
10107
10108 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
10109
10110 * info.el (Info-menu-entry-name-re): Allow newlines in
10111 menu entry names.
10112
10113 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
10114 syntax-ppss-after-change-function.
10115 (syntax-ppss-after-change-function): New alias. Update uses.
10116 (syntax-ppss): Catch the case where the buffer is narrowed.
10117
10118 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10119
10120 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
10121 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
10122
10123 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10124
10125 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
10126 since it might be modified.
10127
10128 * progmodes/cc-langs.el (c++-make-template-syntax-table)
10129 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
10130 names to these language constants.
10131
10132 2003-07-15 Kim F. Storm <storm@cua.dk>
10133
10134 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
10135 All uses changed.
10136
10137 2003-07-14 Mark A. Hershberger <mah@everybody.org>
10138
10139 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
10140 Namespace support.
10141
10142 2003-07-13 Juanma Barranquero <lektu@terra.es>
10143
10144 * frame.el (modify-all-frames-parameters): Reinstall (copyright
10145 papers received).
10146
10147 2003-07-13 Karl Eichwalder <ke@suse.de>
10148
10149 * textmodes/po.el (po-find-charset): White space at the start of the
10150 Content-Type field body is non-mandatory.
10151
10152 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10153
10154 * textmodes/texinfo.el (texinfo-section-list):
10155 Append appendixsection; a synonym for appendixsec.
10156
10157 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
10158
10159 * man.el (Man-translate-cleanup): New.
10160 (Man-translate-references): Call `Man-translate-cleanup' to clean
10161 leading, trailing and middle spaces.
10162
10163 2003-07-13 Lars Hansen <larsh@math.ku.dk>
10164
10165 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
10166 Handle `dired-directory' being a list.
10167
10168 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
10169
10170 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
10171 it doesn't exist.
10172
10173 2003-07-12 Richard M. Stallman <rms@gnu.org>
10174
10175 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
10176
10177 * progmodes/cc-defs.el (c-make-keywords-re):
10178 Don't use delete-duplicates.
10179 (c-lang-const): Don't use mapcan.
10180
10181 * apropos.el (apropos-show-scores): Make it customizable.
10182 Document new meaning.
10183 (apropos): Compute scores from symbols.
10184 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
10185
10186 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10187
10188 * ps-bdf.el: Fix copyright line.
10189 (bdf-directory-list): Fix initialization code.
10190
10191 2003-07-11 John Paul Wallington <jpw@gnu.org>
10192
10193 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
10194 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
10195 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
10196
10197 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
10198
10199 * emacs-lisp/ring.el (ring-elements): Doc fix.
10200
10201 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10202
10203 * calendar/timeclock.el (timeclock-relative)
10204 (timeclock-ask-before-exiting, timeclock-use-display-time):
10205 Doc changes.
10206 (timeclock-modeline-display): Give a message if
10207 `timeclock-use-display-time' is non-nil but `display-time-mode'
10208 is not active.
10209
10210 2003-07-11 Kenichi Handa <handa@m17n.org>
10211
10212 * international/mule-cmds.el (set-language-environment):
10213 Set current-language-environment to the correct string.
10214
10215 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10216
10217 * ps-print.el: Print line number correctly in a region. Reported by
10218 Tim Allen <timallen@ls83.fsnet.co.uk>.
10219 (ps-print-version): New version number (6.6.2).
10220 (ps-printing-region): Code fix.
10221
10222 2003-07-10 John Paul Wallington <jpw@gnu.org>
10223
10224 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
10225 this function can be called from `add-completions-from-tags-table'.
10226
10227 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
10228
10229 * calendar/timeclock.el (timeclock-use-display-time)
10230 (timeclock-day-over-hook, timeclock-workday-remaining)
10231 (timeclock-status-string, timeclock-when-to-leave)
10232 (timeclock-when-to-leave-string, timeclock-log-data)
10233 (timeclock-find-discrep, timeclock-day-base)
10234 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
10235 (timeclock-modeline-display): Set the variable
10236 `timeclock-modeline-display'.
10237 (timeclock-update-modeline): Doc fix. Respect value of
10238 `timeclock-relative'.
10239
10240 2003-07-09 Richard M. Stallman <rms@gnu.org>
10241
10242 * textmodes/reftex-parse.el (reftex-all-document-files):
10243 Add autoload cookie.
10244
10245 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
10246 (reftex-scanning-info-available-p): Add autoload cookie.
10247
10248 * international/mule-cmds.el
10249 (set-display-table-and-terminal-coding-system): Delete duplicate
10250 aset on standard-display-table.
10251
10252 * view.el (view-file): If existing buffer's major mode is special,
10253 don't go into view mode.
10254
10255 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
10256
10257 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10258
10259 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
10260 buffer changes; there's third party code that calls this function
10261 directly.
10262
10263 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10264
10265 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
10266 (autodoc-font-lock-keywords): Don't byte compile on font lock
10267 initialization when running from byte compiled files.
10268
10269 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10270
10271 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
10272 statement ends with auto-increment "++".
10273
10274 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10275
10276 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10277 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10278 these are changed, so declare them as variables and not constants.
10279
10280 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
10281
10282 * subr.el (dolist, dotimes): Doc fix.
10283
10284 2003-07-08 Kim F. Storm <storm@cua.dk>
10285
10286 * international/mule-cmds.el
10287 (set-display-table-and-terminal-coding-system): Don't break
10288 bootstrap if standard-display-table isn't setup yet.
10289
10290 2003-07-07 Richard M. Stallman <rms@gnu.org>
10291
10292 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
10293 Give it a doc string, and autoload it.
10294
10295 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
10296 Use with-no-warnings.
10297
10298 * info.el (Info-search): If find invisible text, search again.
10299
10300 * isearch.el (search-whitespace-regexp): Add a shy group around it.
10301
10302 * man.el (Man-name-regexp): Match + as part of name.
10303
10304 * simple.el (visible-mode): Rename from vis-mode.
10305 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
10306
10307 * simple.el (current-word): New arg REALLY-WORD specifies
10308 don't include punctuation chars.
10309
10310 * emacs-lisp/debug.el (debug, debugger-env-macro):
10311 Use with-no-warnings while accessing and binding unread-command-char.
10312
10313 * international/mule-cmds.el
10314 (set-display-table-and-terminal-coding-system): Use explicit loop
10315 instead of calling standard-display-default.
10316
10317 * net/ange-ftp.el (ange-ftp-file-symlink-p):
10318 Use condition-case to catch error in ange-ftp-get-files.
10319
10320 * net/browse-url.el (browse-url-browser-function):
10321 Add alternative for Epiphany.
10322 (browse-url-epiphany-program, browse-url-epiphany-arguments)
10323 (browse-url-epiphany-startup-arguments)
10324 (browse-url-epiphany-new-window-is-tab): New variables.
10325 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
10326
10327 * progmodes/compile.el (compile-auto-highlight): Default now t.
10328 (compile): Doc fix.
10329 (compilation-next-error): Fix previous change.
10330
10331 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
10332
10333 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
10334
10335 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
10336
10337 * gdb-ui.el (gdb-source-info): Display current frame when
10338 attaching to an existing process.
10339 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
10340 while laying out windows when attaching to an existing process.
10341
10342 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
10343
10344 * info.el (Info-menu): Use Info-menu-entry-name-re.
10345
10346 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
10347
10348 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
10349 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
10350
10351 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
10352 to match the same text.
10353
10354 2003-07-06 John Paul Wallington <jpw@gnu.org>
10355
10356 * vc.el (vc-annotate-offset): Move defvar up.
10357
10358 2003-07-06 Kim F. Storm <storm@cua.dk>
10359
10360 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
10361 This should fix the infinite loop when extracting menu names.
10362
10363 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10364
10365 * files.el (auto-mode-alist, interpreter-mode-alist):
10366 Remove entries to CC Mode modes to avoid duplicates; they are now added
10367 with autoload directives in cc-mode.el.
10368
10369 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10370
10371 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10372 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10373 these are changed, so declare them as variables and not constants.
10374
10375 * progmodes/cc-mode.el: Fix some autoload problems: Try to
10376 ensure that the entry for ".c" extension comes before the one for
10377 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
10378 Fix incorrect entries that were added to `interpreter-mode-alist'.
10379 Move the autoload directives for AWK to the top level since they
10380 aren't recognized anywhere else. Do not use the new AWK mode doc
10381 in the autoload form for the old AWK mode.
10382
10383 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10384
10385 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
10386 (bibtex-sort-ignore-string-entries): Default value t.
10387 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
10388 erroneously in previous version.
10389 (bibtex-string-files): Docstring reflects new parsing scheme.
10390 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
10391 docstring, add # as one of the chars to crush
10392 (bibtex-autokey-prefix-string, bibtex-autokey-names)
10393 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
10394 (bibtex-autokey-name-change-strings)
10395 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
10396 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
10397 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
10398 (bibtex-autokey-title-terminators)
10399 (bibtex-autokey-titlewords-stretch)
10400 (bibtex-autokey-titleword-ignore)
10401 (bibtex-autokey-titleword-case-convert)
10402 (bibtex-autokey-titleword-abbrevs)
10403 (bibtex-autokey-titleword-abbrevs)
10404 (bibtex-autokey-titleword-change-strings)
10405 (bibtex-autokey-titleword-length)
10406 (bibtex-autokey-titleword-separator)
10407 (bibtex-autokey-name-year-separator)
10408 (bibtex-autokey-year-title-separator)
10409 (bibtex-autokey-before-presentation-function)
10410 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
10411 Fix docstring.
10412 (bibtex-strings, bibtex-reference-keys):
10413 Use lazy-completion-table and make-variable-buffer-local.
10414 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
10415 (bibtex-braced-string-syntax-table)
10416 (bibtex-quoted-string-syntax-table): New variables.
10417 (bibtex-parse-nested-braces): Remove.
10418 (bibtex-parse-field-string): Use syntax table and forward-sexp.
10419 (bibtex-parse-association): Simplify.
10420 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
10421 (bibtex-parse-field-text): Simplify.
10422 (bibtex-search-forward-field, bibtex-search-backward-field):
10423 argument BOUND can take value t.
10424 (bibtex-start-of-field, bibtex-start-of-name-in-field)
10425 (bibtex-end-of-name-in-field, bibtex-end-of-field)
10426 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
10427 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
10428 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
10429 (bibtex-skip-to-valid-entry): Return buffer position of beginning
10430 and ending of entry. Update for changes of bibtex-search-entry.
10431 Simplify.
10432 (bibtex-map-entries): FUN is called with three arguments.
10433 (bibtex-search-entry): Return a cons pair with buffer positions of
10434 beginning and end of entry.
10435 (bibtex-enclosing-field): Simplify.
10436 (bibtex-format-entry): Use booktitle to set a missing title.
10437 (bibtex-autokey-get-names): Fiddle with regexps.
10438 (bibtex-generate-autokey): Use identity.
10439 (bibtex-parse-keys): Use simplified parsing algorithm if
10440 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
10441 arguments. Return alist of keys.
10442 (bibtex-parse-strings): Simplify. Return alist of strings.
10443 (bibtex-complete-string-cleanup): Fix docstring.
10444 (bibtex-read-key): New function.
10445 (bibtex-mode): Fix docstring. Do not parse for keys and
10446 strings when the mode is entered. Set fill-paragraph-function to
10447 bibtex-fill-field. Setup font-lock-mark-block-function the way
10448 font-lock intended.
10449 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
10450 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
10451 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
10452 (bibtex-Preamble): Avoid hard coded constants.
10453 (bibtex-make-field): Fix docstring. Simplify.
10454 (bibtex-beginning-of-entry): Always return new position of point.
10455 (bibtex-end-of-entry): Rearrange cond clauses.
10456 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
10457 Update for changes of bibtex-map-entries.
10458 (bibtex-ispell-abstract): Do not move point.
10459 (bibtex-entry-index): Use downcase. Simplify.
10460 (bibtex-lessp): Handle catch-all.
10461 (bibtex-find-crossref): Turn into a command.
10462 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
10463 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
10464 preamble entries.
10465 (bibtex-fill-field-bounds): New function.
10466 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
10467 (bibtex-fill-entry): Use bibtex-fill-field-bounds
10468 (bibtex-String): Use bibtex-strings. Always obey
10469 bibtex-sort-ignore-string-entries.
10470
10471 2003-07-05 John Paul Wallington <jpw@gnu.org>
10472
10473 * cus-theme.el (customize-create-theme):
10474 Call `customize-create-theme' in Reset widget's notify function.
10475
10476 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
10477 (ibuffer-mark-interactive): Use `or' instead of `unless'.
10478 (define-ibuffer-column name): Add summarizer.
10479 (define-ibuffer-column size): Likewise.
10480 (define-ibuffer-column filename): Likewise.
10481 (define-ibuffer-column process): Likewise. Change BODY's output too.
10482 (define-ibuffer-column filename-and-process): Likewise, likewise.
10483 (ibuffer): Remove local vars `already-in' and `need-update'.
10484
10485 * ibuf-ext.el: Don't require `derived' at compile-time.
10486
10487 2003-07-05 Kim F. Storm <storm@cua.dk>
10488
10489 * info.el: Disable paragraph refilling.
10490 (Info-refill-paragraphs): New defcustom.
10491 (Info-fontify-node): Use it.
10492
10493 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
10494
10495 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
10496 thingies from constructors created by defstruct.
10497
10498 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
10499 the default value of the variable.
10500 (byte-code-meter): Move declaration to top level.
10501
10502 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
10503
10504 * info.el (Info-following-node-name-re): New fun.
10505 (Info-following-node-name): Remove.
10506 (Info-insert-dir): Use the new fun.
10507 (Info-extract-pointer): Don't save restriction; use new fun.
10508 (Info-menu-entry-name-re): New const.
10509 (Info-menu-entry-name-re): Use it along with new fun.
10510 (Info-node-spec-re): Use new fun.
10511 (Info-complete-menu-item, Info-fontify-node): Use new const.
10512 (Info-goto-node, Info-follow-reference, Info-menu-update):
10513 Use match-string.
10514 (Info-follow-reference): Use assoc-string.
10515 Use a list of strings for the completion table.
10516 (Info-fontify-node): Use match-string, line-end-position.
10517 Limit the search for `node:' to the first line.
10518
10519 * newcomment.el (uncomment-region): Remove padding coming from
10520 comment-start rather than just from comment-padding.
10521
10522 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
10523 (vc-cvs-stay-local-p): Use vc-stay-local-p.
10524 (vc-cvs-rename-file): Remove (use the default).
10525 (vc-cvs-register): Register parent dir if needed.
10526 (vc-cvs-could-register): Return non-nil if parent can be registered.
10527 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
10528 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
10529
10530 * vc-svn.el (vc-svn-use-edit): Make it into a const.
10531 (vc-svn-update): Fix the arguments to `svn'.
10532 (vc-svn-diff-tree): Just use `vc-svn-diff'.
10533 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
10534 Simple implementations, assuming `name' is a URL.
10535
10536 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
10537 set of chars allowed unquoted in a case pattern.
10538
10539 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
10540
10541 * font-lock.el (font-lock-extra-types-widget)
10542 (c-font-lock-extra-types, c++-font-lock-extra-types)
10543 (objc-font-lock-extra-types, java-font-lock-extra-types)
10544 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
10545 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
10546 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
10547 (font-lock-match-c++-structor-declaration)
10548 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
10549 (c++-font-lock-keywords-3, c++-font-lock-keywords)
10550 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
10551 (objc-font-lock-keywords-3, objc-font-lock-keywords)
10552 (java-font-lock-keywords-1, java-font-lock-keywords-2)
10553 (java-font-lock-keywords-3, java-font-lock-keywords)
10554 (java-font-lock-syntactic-face-function): Remove obsolete code
10555 and constants. It's all in cc-fonts.el now.
10556
10557 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
10558
10559 * mail/sendmail.el (mail-specify-envelope-from)
10560 (mail-envelope-from): Doc fix.
10561
10562 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
10563
10564 * generic-x.el: Do away with the dependency on `c-emacs-features'
10565 when populating `rul-generic-mode-syntax-table'; we already know
10566 this isn't XEmacs.
10567
10568 See ChangeLog.10 for earlier changes.
10569
10570 ;; Local Variables:
10571 ;; coding: iso-2022-7bit
10572 ;; End:
10573
10574 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
10575 Copying and distribution of this file, with or without modification,
10576 are permitted provided the copyright notice and this notice are preserved.
10577
10578 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1