]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-10-12 Kim F. Storm <storm@cua.dk>
2
3 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4 reset kmacro-initial-counter-value if set.
5 (kmacro-set-counter): Only set kmacro-counter if defining or executing
6 macro. Set kmacro-initial-counter-value otherwise. Never set both.
7 (kmacro-display): Show macro counter if non-zero.
8
9 * subr.el (substitute-key-definition): Mention command remapping
10 in doc string.
11
12 2004-10-11 Simon Josefsson <jas@extundo.com>
13
14 * mail/smtpmail.el (smtpmail-open-stream): Look for
15 starttls-gnutls-program instead of starttls-program iff
16 starttls-use-gnutls is non-nil.
17 (smtpmail-open-stream): Don't overwrite user settings of
18 starttls-extra-arguments and starttls-extra-args.
19
20 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
21
22 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
23 (ange-ftp-call-chmod): Reference remote-shell-program instead of
24 ange-ftp-remote-shell.
25
26 2004-10-10 Andreas Schwab <schwab@suse.de>
27
28 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
29 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
30 Reported by <sri@asu.edu>.
31
32 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
33
34 * vc.el (vc-annotate-mode): Remove variable.
35 (vc-annotate-display-select): Only call vc-annotate-mode
36 if we're not in that mode already.
37
38 2004-10-09 Kim F. Storm <storm@cua.dk>
39
40 * subr.el (progress-reporter-update): Define before first usage.
41 (make-progress-reporter): Doc fix.
42
43 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
44
45 * textmodes/paragraphs.el (sentence-end-double-space)
46 (sentence-end-without-period, sentence-end-without-space)
47 (sentence-end): Doc fixes.
48
49 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
50
51 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Change
52 paragraph-start regexp so we don't fill code starting with #'(
53
54 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
55
56 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
57 New defcustom.
58 (extract-address-components): Use it.
59
60 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
61
62 * subr.el (make-progress-reporter, progress-reporter-update)
63 (progress-reporter-force-update, progress-reporter-do-update)
64 (progress-reporter-done): New functions.
65
66 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
67
68 * progmodes/etags.el (etags-tags-completion-table): Use progress
69 reporter.
70 (etags-tags-apropos): Likewise.
71
72 2004-10-08 Alan Mackenzie <acm@muc.de>
73
74 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
75 of current line.
76
77 2004-10-08 Masatake YAMATO <jet@gyve.org>
78
79 * server.el (server-process-filter): Wrap `process-send-region'
80 by `condition-case' to guard the case when the pipe to PROC is
81 closed.
82
83 2004-10-07 Mark A. Hershberger <mah@everybody.org>
84
85 * xml.el (xml-substitute-special): Limit handling of external
86 entities.
87
88 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
89
90 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
91
92 2004-10-06 John Paul Wallington <jpw@gnu.org>
93
94 * xml.el (xml-parse-dtd): Fix `error' call.
95
96 2004-10-05 Mark A. Hershberger <mah@everybody.org>
97
98 * xml.el (xml-substitute-special): Return a single string instead
99 of a list of strings if an entity substitution is made.
100
101 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
102
103 * calendar/icalendar.el: New file.
104
105 2004-10-05 Juri Linkov <juri@jurta.org>
106
107 * isearch.el (isearch-done): Set mark after running hook.
108 Suggested by Drew Adams <drew.adams@oracle.com>.
109
110 * info.el (Info-history, Info-toc): Fix Info headers.
111 (Info-toc): Narrow buffer before Info-fontify-node.
112 (Info-build-toc): Don't check for special Info file names.
113 Set main-file to nil if Info-find-file returns a symbol.
114
115 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
116
117 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
118 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
119 * calendar/cal-menu.el (calendar-mode-map): Ditto.
120
121 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
122
123 * calendar/cal-iso.el (calendar-iso-read-args): New function,
124 for old interactive spec from calendar-goto-iso-date.
125 (calendar-goto-iso-date): Use it.
126 (calendar-goto-iso-week): New function. Suggested by Emilio
127 C. Lopes <eclig@gmx.net>.
128
129 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
130
131 * textmodes/enriched.el (enriched-mode-map): Give
132 `set-left-margin' and `set-right-margin' bindings that follow the
133 minor mode conventions.
134
135 2004-10-03 Stefan <monnier@iro.umontreal.ca>
136
137 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
138 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
139 (latex-block-args-alist): Add minipage and picture.
140 (latex-block-body-alist): Use reftex-label if enabled.
141 (latex-insert-block): Don't insert a \n if not necessary.
142 (tex-compile-commands): Make sure dvips doesn't send to printer.
143 (tex-compile-default): Handle the case where no executable is found.
144 (latex-noindent-environments): New var.
145 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
146 If tex-indent-allhanging is non-nil, make sure we only align for macros
147 at beginning of line.
148
149 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
150
151 * newcomment.el (comment-beginning): Doc fix and don't choke on
152 unset `comment-end-skip' when at beginning of comment.
153
154 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
155
156 * term.el (term-adjust-current-row-cache): Don't allow the current
157 row to become negative.
158 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
159 the end of the line. Fix scroll down. Add comments.
160 (term-handle-ansi-escape): Don't exceed terminal width when moving
161 right.
162 (term-scroll-region): Move the cursor after setting the scroll region.
163
164 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
165
166 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
167 to `width' for consistency with docstring. Doc fix.
168
169 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
170
171 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
172 This is necessary for derived modes.
173
174 2004-09-30 Kim F. Storm <storm@cua.dk>
175
176 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
177 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
178
179 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
180 kmacro-extract-lambda functions.
181 (edit-kbd-macro): Handle kmacro lambda forms.
182 Include counter and counter format in edit buffer.
183 (edmacro-finish-edit): Get counter and format from edit buffer and
184 update kmacro bindings when found.
185
186 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
187
188 * textmodes/paragraphs.el (forward-paragraph):
189 Avoid args-out-of-range error when point winds up at the beginning of
190 the buffer and hard newlines are enabled.
191
192 * newcomment.el (comment-multi-line): Doc fix.
193
194 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
197 (diff-fixup-modifs): Catch unified-diff file-headers.
198
199 2004-09-28 Stefan <monnier@iro.umontreal.ca>
200
201 * dired.el (dired-view-command-alist): Use more efficient regexps.
202 Remove dubious arguments.
203 (dired-align-file): New function.
204 (dired-insert-directory): Use it.
205 (dired-move-to-end-of-filename): Make the " -> " search more specific.
206 (dired-buffers-for-dir): Remove unused var `pattern'.
207
208 2004-09-29 Kim F. Storm <storm@cua.dk>
209
210 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
211 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
212 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
213
214 * fringe.el (fringe-bitmap-p): New macro.
215 (fringe-bitmaps): Add standard fringe bitmaps on load.
216
217 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
218
219 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
220 from diary display excursion. Store diary buffer's point for
221 `simple-diary-display'.
222 (simple-diary-display): Set window point and start when
223 displaying buffer, to preserve point.
224
225 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
226
227 * textmodes/enriched.el (enriched-translations): Replace defconst
228 with defvar.
229
230 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
231
232 * printing.el: Doc fix.
233 (pr-version): New version number (6.8.1).
234 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
235 make-temp-name.
236 (pr-delete-file): Check if file exists before deleting it.
237 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
238
239 2004-09-26 Stefan <monnier@iro.umontreal.ca>
240
241 * term.el (term-display-table): New variable.
242 (term-mode): Use it.
243 (term-exec-1): Set the coding system to binary.
244 (term-emulate-terminal): Decode the string before inserting it.
245
246 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
247
248 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
249 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
250 (map): Bind S-prior, S-next and S-insert.
251 (term-mode): Set `indent-tabs-mode' to nil.
252 (term-paste): New function to be bound to S-insert.
253 (term-send-del, term-send-backspace): Change the strings sent.
254 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
255 (term-handle-colors-array): Fix handling of underline and reverse.
256 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
257 (term-erase-in-line): Fix comparison.
258 (term-emulate-terminal): Fix line wrap handling.
259 (term-start-output-log): Rename from `term-set-output-log'.
260 (term-stop-output-log): Rename from `term-stop-photo'.
261 (term-switch-to-alternate-sub-buffer): Comment out, unused.
262
263 2004-09-25 Stefan <monnier@iro.umontreal.ca>
264
265 * dired.el (dired-move-to-filename): Don't output a message if
266 raise-error is non-nil. Fix return position and value.
267
268 * files.el (insert-directory): Obey --dired even with symlinks.
269
270 2004-09-25 Lars Hansen <larsh@math.ku.dk>
271
272 * ls-lisp.el (ls-lisp-format): Mark file names with property
273 dired-filename.
274
275 2004-09-25 Kim F. Storm <storm@cua.dk>
276
277 * ido.el (ido-max-directory-size): New defcustom.
278 (ido-decorations): Add "too big" element.
279 (ido-directory-too-big): New dynamic var.
280 (ido-may-cache-directory): Don't cache big directories.
281 (ido-directory-too-big-p): New defun.
282 (ido-set-current-directory): Update ido-directory-too-big.
283 (ido-read-internal): Make empty ido-cur-item if too-big.
284 (ido-buffer-internal): Use ido-read-internal directly instead of
285 ido-read-buffer.
286 (ido-file-internal): Init ido-directory-too-big.
287 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
288 and redo completion with full list.
289 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
290 it, and show completions.
291 (ido-all-completions): Let bind ido-directory-too-big to nil.
292 (ido-exhibit): Handle ido-directory-too-big.
293 (ido-read-buffer): Handle fallback to read-buffer.
294 Init ido-directory-too-big.
295 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
296 Init ido-directory-too-big.
297
298 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
299
300 * subr.el (delay-mode-hooks): Doc fix.
301
302 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
303
304 * textmodes/enriched.el
305 (enriched-default-text-properties-local-flag): New variable.
306 (enriched-mode): Make sure that enabling and disabling the mode is
307 a no-op. Doc fix.
308
309 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
310
311 * calendar/holidays.el (holiday-advent): Report on a specified day
312 offset from advent, not just advent.
313 (holiday-easter-etc): Report on one specified day offset from
314 easter, not all easter holidays. Various Easter holidays moved to
315 `christian-holidays' variable in calendar.el.
316 * calendar/calendar.el (christian-holidays): Adapt for new
317 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
318
319 2004-09-23 Kim F. Storm <storm@cua.dk>
320
321 * image.el (insert-sliced-image): Add doc string.
322
323 * ido.el (ido-choice-list): New dynamic var for `list' context.
324 (ido-context-switch-command): New dynamic var.
325 (ido-define-mode-map): Generalize switch between file/buffer contexts.
326 (ido-read-internal): Handle new `list' context.
327 Handle insert-buffer and insert-file ido-exit values.
328 (ido-buffer-internal): New arg switch-cmd. Use it to setup
329 ido-context-switch-command. Handle insert-file ido-exit value.
330 (ido-read-buffer): Set ido-context-switch-command to 'ignore
331 unless it is already bound by caller.
332 (ido-file-internal): New arg switch-cmd. Use it to setup
333 ido-context-switch-command. Handle insert-buffer ido-exit value.
334 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
335 used for context switching.
336 (ido-all-completions): Handle new `list' context.
337 (ido-make-choice-list): Return choices for `list' context.
338 (ido-find-file-in-dir, ido-display-file, ido-write-file)
339 (ido-display-buffer, ido-kill-buffer): Disable context switching.
340 (ido-insert-buffer, ido-insert-file): Setup context switching.
341 (ido-exhibit): Handle `list' context.
342 (ido-read-file-name): Disable context switching. Handle fallback.
343 (ido-read-directory-name): Disable context switching.
344 (ido-completing-read): New defun like completing-read. Setup and
345 use new `list' context.
346
347 2004-09-20 Jesper Harder <harder@ifa.au.dk>
348
349 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
350
351 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
352
353 * subr.el (after-change-major-mode-hook): Doc fix.
354
355 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
356
357 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
358 of ghostscript for monochrome PostScript file in Windows.
359
360 2004-09-21 Kenichi Handa <handa@m17n.org>
361
362 * descr-text.el (describe-char): Checking of quail activation
363 fixed.
364
365 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
366
367 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
368 after the mode hooks instead of before. Doc fix.
369
370 2004-09-20 Jason Rumney <jasonr@gnu.org>
371
372 * startup.el (command-line) [windows-nt]: Try .emacs first, then
373 _emacs, but revert to .emacs if neither exists in home directory.
374
375 2004-09-20 John Paul Wallington <jpw@gnu.org>
376
377 * bindings.el (completion-ignored-extensions): Add .dfsl.
378
379 2004-09-20 Richard M. Stallman <rms@gnu.org>
380
381 * bindings.el (scroll-left): Make it disabled.
382
383 * files.el (enable-local-eval): Doc fix.
384
385 * indent.el (move-to-left-margin): Special case for minibuffer.
386
387 * term.el (term-emulate-terminal): Turn off undo for output.
388 Use with-current-buffer and save-selected-window.
389
390 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
391
392 * progmodes/make-mode.el (makefile-fill-paragraph):
393 Don't insist on spaces when looking for comments. # is enough.
394
395 * files.el (hack-local-variables): Copy the variables list
396 to another buffer, strip prefixes and suffixes there, then read.
397 (enable-local-eval): Doc fix.
398 (ignored-local-variables): Initialize to nil.
399 (risky-local-variable-p): Don't check ignored-local-variables here.
400 (hack-one-local-variable): Ignore var if in ignored-local-variables.
401
402 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
403
404 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
405 of = to "." (punctuation).
406
407 2004-09-19 Stefan <monnier@iro.umontreal.ca>
408
409 * subr.el (event-basic-type): Fix mask (extend to 22bits).
410
411 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
412
413 * textmodes/enriched.el (enriched-rerun-flag): New variable.
414 (enriched-before-change-major-mode): New function.
415 Add it to `change-major-mode-hook'.
416 (enriched-after-change-major-mode): New function.
417 Add it to `after-change-major-mode-hook'.
418 (enriched-mode): Make it work correctly if called from
419 `after-change-major-mode-hook'.
420 No longer set `indent-line-function'.
421
422 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
423
424 * subr.el (after-change-major-mode-hook): New variable.
425 (run-mode-hooks): Implement it.
426
427 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * battery.el (battery-linux-proc-apm): Use string-to-number.
430 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
431 Use dolist (and less indentation). Use erase-buffer.
432 Pre-initialize `design-capacity', `warn', and `low'.
433 (battery-format): Use replace-regexp-in-string.
434
435 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
436
437 * battery.el: Delete superfluous empty lines.
438 (battery-linux-proc-acpi): Attempt to gather information from all
439 battery subdirectories regardless of their file name.
440 (battery-linux-proc-apm): Replace all occurrences of
441 battery-hex-to-int-2 with string-to-int (base 16).
442 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
443 (battery-hex-map): Delete variable.
444
445 2004-09-18 John Paul Wallington <jpw@gnu.org>
446
447 * calc/calc-units.el (calc-quick-units): Fix overzealous
448 s/or/unless/.
449
450 2004-09-17 Romain Francoise <romain@orebokech.com>
451
452 * ibuf-ext.el (define-ibuffer-filter filename):
453 Expand dired-directory since buffer-file-name is absolute.
454
455 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
456
457 * ediff-init.el (ediff-current-diff-face-A)
458 (ediff-current-diff-face-B, ediff-current-diff-face-C)
459 (ediff-current-diff-face-Ancestor)
460 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
461 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
462 (ediff-even-diff-face-A, ediff-even-diff-face-B)
463 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
464 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
465 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
466 Use min-colors.
467
468 * term.el (term-down): Perform vertical motion if DOWN is negative.
469 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
470 (term-termcap-format): Synchronyze with the eterm terminfo entry
471 in etc/e/eterm.ti.
472 (term-handle-colors-array): If the current foreground or
473 background are zero (i.e. unspecified), use the foreground and
474 background of the default face for reverse video.
475 (term-ansi-at-eval-string, term-ansi-default-fg)
476 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
477 (term-mem): Delete ununsed function.
478 (term-protocol-version): Increment.
479 (term-current-face): Set to default.
480
481 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
482
483 * vc.el (annotate-time): Document point handling.
484 (vc-annotate-display-autoscale): Doc fix.
485
486 2004-09-15 Miles Bader <miles@gnu.org>
487
488 * generic.el (generic-make-keywords-list): Use symbol rather than
489 word anchors in regexp.
490
491 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
492
493 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
494 no file name consider `dired-directory'.
495
496 2004-09-14 Kim F. Storm <storm@cua.dk>
497
498 * faces.el (cursor): Add face-no-inherit property. Doc fix.
499
500 2004-09-14 Simon Josefsson <jas@extundo.com>
501
502 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
503
504 * textmodes/dns-mode.el: Add.
505
506 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
509 (disabled-command-function): Make the ?\ char more obvious.
510
511 * vc-arch.el (vc-arch-root, vc-arch-registered):
512 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
513
514 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
515
516 * windmove.el (windmove-frame-edges): Report coordinates of
517 outside edges of frame, not inside edges.
518 (windmove-coordinates-of-position): Convert into wrapper to new
519 function `windmove-coordinates-of-window-position';
520 `compute-motion' always applies to selected window.
521 (windmove-coordinates-of-position): Update documentation to refer
522 to Emacs 21 Lisp Reference Manual.
523 (windmove-find-other-window): Fix off-by-one errors for max x,y.
524
525 2004-09-13 Kim F. Storm <storm@cua.dk>
526
527 * isearch.el (isearch-resume-in-command-history): Rename from
528 isearch-resume-enabled and change default to nil.
529
530 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * vc-hooks.el (vc-ignore-dir-regexp): New var.
533 (vc-registered): Use it.
534 (vc-find-root): New fun.
535
536 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
537 Don't tell to use \\{...} when it's already done.
538
539 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
540 Provide a sample complex default.
541 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
542 (bibtex-entry): Use mapc.
543
544 2004-09-12 Kim F. Storm <storm@cua.dk>
545
546 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
547
548 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
549 inhibit-field-text-motion to t so rectangles work in comint buffers.
550
551 * simple.el (choose-completion-string): Set buffer before running
552 choose-completion-string-functions hook so it can be buffer-local.
553
554 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
555
556 * progmodes/compile.el (compilation-start): Parse command to see
557 if it starts with a cd, and if so perform it for the *compilation*
558 buffer. Change the header to reflect this.
559
560 2004-09-11 Kim F. Storm <storm@cua.dk>
561
562 * ido.el (ido-enable-dot-prefix): Doc fix.
563 (ido-enable-dot-prefix): New defcustom.
564 (ido-set-matches1): Use it.
565
566 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * textmodes/bibtex.el (bibtex-mark-active)
569 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
570
571 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
572
573 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
574 used in a case insensitive environment.
575 (bibtex-mode-map): Rearrange order of menus.
576 (bibtex-quoted-string-re): Obsolete.
577 (bibtex-complete-key-cleanup): Variable replaced by new function.
578 (bibtex-font-lock-keywords): Use backquotes.
579 (bibtex-font-lock-url-regexp): New internal variable.
580 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
581 "OPT" and "ALT".
582 (bibtex-insert-current-kill, bibtex-make-field)
583 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
584 (bibtex-parse-field-text): Simplify.
585 (bibtex-string=): New helper function.
586 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
587 (bibtex-map-entries): Use bibtex-string=.
588 (bibtex-search-entry): Use not.
589 (bibtex-enclosing-field): Fix docstring.
590 (bibtex-assoc-regexp): Obsolete.
591 (bibtex-format-entry): Use assoc-string and bibtex-string=.
592 (bibtex-autokey-get-names): Handle empty name field.
593 (bibtex-parse-strings): Use assoc-string and unless.
594 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
595 Use assoc-string.
596 (bibtex-pop): Simplify.
597 (bibtex-mode): Set font-lock-extra-managed-props.
598 (bibtex-entry-update): Use assoc-string.
599 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
600 (bibtex-autofill-entry): Use bibtex-string=.
601 (bibtex-print-help-message): Simplify.
602 (bibtex-find-entry): New optional arg START.
603 (bibtex-validate): Use bibtex-string= and assoc-string.
604 Do not call obsolete function compilation-parse-errors.
605 (bibtex-remove-delimiters): Only remove delimiters if present.
606 (bibtex-copy-entry-as-kill): Add docstring.
607 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
608 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
609 (bibtex-complete): Use bibtex-predefined-month-strings,
610 bibtex-string=, and new function bibtex-complete-key-cleanup.
611 (bibtex-generate-url-list): New variable.
612 (bibtex-url): New command bound to C-c C-l and mouse-2.
613 (bibtex-url-map): New local keymap for bibtex-url-mouse.
614 (bibtex-font-lock-url): New function.
615
616 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
619
620 2004-09-09 Kim F. Storm <storm@cua.dk>
621
622 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
623 counter and format with binding.
624 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
625 the declared macro uses own macro counter and format. Give symbol
626 kmacro property.
627 (kmacro-keymap): Bind kmacro-name-last-macro to n.
628 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
629 (kmacro-end-and-call-macro): Doc fix.
630
631 2004-09-09 Lars Hansen <larsh@math.ku.dk>
632
633 * desktop.el (desktop-clear-preserve-buffers):
634 Remove make-obsolete-variable.
635
636 2004-09-08 Richard M. Stallman <rms@gnu.org>
637
638 * buff-menu.el (list-buffers-noselect): Call format-mode-line
639 with the buffer as argument.
640
641 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
644
645 2004-09-08 Juri Linkov <juri@jurta.org>
646
647 * replace.el (perform-replace): Use `query-replace-descr'.
648
649 * cus-start.el (history-delete-duplicates): Specify customization.
650
651 * diff-mode.el (diff-mode-map):
652 * progmodes/compile.el (compilation-mode-map):
653 * progmodes/grep.el (grep-mode-map):
654 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
655 to `next-error-follow-minor-mode'.
656
657 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658
659 * isearch.el (isearch-lazy-highlight-update): Take into account
660 the case of zero-length match at the search bound.
661
662 2004-09-08 Kim F. Storm <storm@cua.dk>
663
664 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
665 change. Use zero width overlays when necessary.
666
667 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
668
669 * subr.el (split-string): Docfix.
670
671 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
672
673 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
674 (display-call-tree): Ensure newline after caller/calls blocks.
675
676 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
677
678 * startup.el (command-line-1): Make option
679 --directory/-L modify `load-path' straight away.
680
681 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
682
683 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
684
685 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
686
687 * emacs-lisp/autoload.el (make-autoload):
688 Handle `define-compilation-mode'.
689
690 * emacs-lisp/lisp-mode.el (define-compilation-mode):
691 Specify `doc-string-elt' property.
692
693 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
694
695 * bs.el (bs-mode): Doc fix.
696
697 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
698
699 * info.el (Info-insert-dir): Fix temp buffer leak bug.
700
701 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
702
703 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
704
705 2004-09-08 Kenichi Handa <handa@m17n.org>
706
707 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
708 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
709 ps-mule-next-point -> 1+).
710
711 * composite.el (encode-composition-rule): Add autoload cooky.
712
713 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
714
715 * format.el (buffer-auto-save-file-format): Make it permanent local.
716
717 2004-09-07 Kim F. Storm <storm@cua.dk>
718
719 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
720 (authors-fixed-entries): Fix typo.
721 (authors-canonical-author-name): Compact multiple spaces.
722 Ignore trivial names (e.g. only first name).
723
724 * term.el (term-window-width): Only use full window width on
725 window system if overflow-newline-into-fringe is enabled.
726 (term-mode): Don't disable overflow-newline-into-fringe.
727
728 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
731 motion as seen on my Mac OS X xterms.
732
733 * newcomment.el (uncomment-region-default, comment-region-default):
734 New functions extracted from uncomment-region and comment-region.
735 (comment-region, comment-region-function, uncomment-region)
736 (uncomment-region-function): Use them.
737
738 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
739
740 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
741 It's not crucial but can make sense at times.
742
743 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
744 the first commit.
745
746 * vc.el (vc-buffer-context, vc-restore-buffer-context):
747 Disable obsolete code.
748
749 2004-09-07 Juri Linkov <juri@jurta.org>
750
751 * progmodes/grep.el (grep-highlight-matches): Change default from
752 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
753 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
754 if grep option `--color' is available, or to `nil' otherwise.
755 (grep-process-setup): Call `grep-compute-defaults' if
756 `grep-highlight-matches' is not computed. Set env-vars only
757 if `grep-highlight-matches' is `t'.
758 (grep-use-null-device): Remove redundant type `boolean' (`choice'
759 is already defined).
760
761 * progmodes/compile.el (compilation-start): Use copy of
762 `process-environment' created by `copy-sequence' to not
763 modify env-vars in the global `process-environment'.
764
765 2004-09-06 Eli Zaretskii <eliz@gnu.org>
766
767 * simple.el (next-error-follow-minor-mode): Fix last change.
768
769 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
770
771 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
772 permanent local.
773
774 2004-09-04 Richard M. Stallman <rms@gnu.org>
775
776 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
777 highlighting if the search string is empty.
778
779 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
780
781 * facemenu.el (facemenu-active-faces): Change condition of inner
782 `while' loop to also check the first two elements of `face-atts'
783 and `mask-atts'.
784
785 2004-09-04 John Paul Wallington <jpw@gnu.org>
786
787 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
788 (thumbs-view-image-mode): Make buffer read-only.
789
790 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
791
792 * textmodes/ispell.el (ispell-really-aspell): New defvar.
793 (ispell-check-version): Set it.
794 (ispell-send-replacement): New function.
795 (ispell-process-line): Call ispell-send-replacement.
796
797 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
798
799 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
800 Support choosing seconds with "s".
801
802 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
803
804 * terminal.el (te-escape): Show `?' in prompt for help key.
805
806 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
807
808 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
809
810 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
811
812 * simple.el (next-error-follow-minor-mode)
813 (next-error-follow-mode-post-command-hook): New functions.
814 (next-error-follow-last-line): New defvar.
815
816 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
817 * progmodes/compile.el (compilation-mode-map): Likewise.
818 * progmodes/grep.el (grep-mode-map): Likewise.
819 * replace.el (occur-mode-map): Likewise.
820
821 * newcomment.el (uncomment-region): Bind comment-use-global-state
822 to nil.
823
824 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
825
826 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
827 locally around the call to `revert-buffer'.
828
829 2004-09-03 Juri Linkov <juri@jurta.org>
830
831 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
832 `isearch-adjusted' to `t'.
833 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
834 (isearch-message-prefix): Add "pending" for isearch-adjusted.
835 (isearch-other-meta-char): Restore isearch-point unconditionally.
836 (isearch-query-replace): Add new arg `regexp-flag' and use it.
837 Set point to start of match if region is not active in transient
838 mark mode (to include the current match to region boundaries).
839 Push the search string to `query-replace-from-history-variable'.
840 Add prompt "Query replace regexp" for isearch-regexp.
841 Add region beginning/end as last arguments of `perform-replace.'
842 (isearch-query-replace-regexp): Replace code by the call to
843 `isearch-query-replace' with arg `t'.
844
845 2004-09-03 Richard M. Stallman <rms@gnu.org>
846
847 * startup.el (normal-top-level): Undo previous TERM change.
848
849 2004-09-03 Kim F. Storm <storm@cua.dk>
850
851 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
852 highlight overlays; allow using RET when cursor is over a button.
853 (cua--highlight-rectangle): Use it.
854 (cua--rectangle-set-corners): Don't move backwards at eol.
855 (cua--forward-line): Don't move into void after eob.
856
857 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
858 point is set (and displayed) inside rectangle.
859 (cua--rectangle-operation): Fix for highlight of empty lines.
860 (cua--highlight-rectangle): Fix highlight for tabs.
861 Position cursor at left/right edge of rectangle using new `cursor'
862 property on overlay strings.
863 (cua--indent-rectangle): Don't tabify.
864 (cua-rotate-rectangle): Ignore that point has moved.
865
866 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
867
868 * term/mac-win.el: Add ASCII equivalents for some function keys.
869 (mode-line-frame-identification): Sync with x-win.el.
870
871 2004-09-02 Juri Linkov <juri@jurta.org>
872
873 * progmodes/compile.el (compilation-buffer-name): Compare major
874 mode with second element of compilation-arguments instead of third
875 to reflect latest changes in compilation-arguments structure.
876 (recompile): Use global variable `compilation-directory' to get
877 recent compilation directory only when `recompile' is invoked NOT
878 in the compilation buffer. Otherwise, use `default-directory' of
879 the compilation buffer.
880 (compilation-error-properties): Allow to funcall col and end-col.
881 (compilation-mode-font-lock-keywords): Check col and end-col by
882 `integerp'.
883 (compilation-goto-locus): If end-mk is non-nil in transient mark
884 mode don't activate the mark (and don't display message in
885 push-mark), but highlight overlay between mk and end-mk.
886
887 * progmodes/grep.el (grep-highlight-matches): New defcustom.
888 (grep-regexp-alist): Add rule to highlight grep matches.
889 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
890
891 * info.el (Info-fontify-node): Don't compute other-tag
892 if Info-hide-note-references=hide.
893
894 * help.el (function-called-at-point):
895 * help-fns.el (variable-at-point):
896 Try `find-tag-default' when other methods failed.
897
898 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
899 Do not push mark if inhibit-mark-movement is non-nil.
900
901 * textmodes/ispell.el (ispell-html-skip-alists):
902 Fix backslashes in docstring.
903
904 2004-09-01 Juri Linkov <juri@jurta.org>
905
906 * isearch.el (isearch-wrap-function)
907 (isearch-push-state-function): New defvars.
908 (isearch-pop-fun-state): New defsubst.
909 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
910 (isearch-push-state): Set the result of calling
911 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
912 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
913 restore the mode-specific starting point of terminated search.
914 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
915 (isearch-repeat): Call `isearch-wrap-function' if defined.
916 (isearch-message-prefix): Don't add prefix "over" to the message
917 for wrapped search if `isearch-wrap-function' is defined.
918 (isearch-search): Call function saved in `isearch-pop-fun-state' to
919 restore the mode-specific starting point of failed search.
920
921 * info.el (Info-search-whitespace-regexp): Fix backslashes.
922 (Info-search): Add new optional arguments for the sake of isearch.
923 Replace whitespace in Info-search-whitespace-regexp literally.
924 Add backward search. Don't call `Info-select-node' if regexp is
925 found in the same Info node. Don't add node to Info-history for
926 wrapped isearch.
927 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
928 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
929 (Info-mode): Set local variables `isearch-search-fun-function',
930 `isearch-wrap-function', `isearch-push-state-function',
931 `search-whitespace-regexp'.
932
933 * isearch.el: Remove ancient Change Log section.
934 (isearch-string, isearch-message-string, isearch-point)
935 (isearch-success, isearch-forward-flag, isearch-other-end)
936 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
937 (isearch-barrier, isearch-within-brackets)
938 (isearch-case-fold-search): Add suffix `-state' to state-related
939 defsubsts to avoid name clashes with other function names.
940
941 * simple.el (next-error): New defgroup and defface.
942 (next-error-highlight, next-error-highlight-no-select):
943 New defcustoms.
944 (next-error-no-select): Let-bind next-error-highlight to the value
945 of next-error-highlight-no-select before calling `next-error'.
946
947 * progmodes/compile.el (compilation-goto-locus):
948 Use `next-error' face instead of `region'. Set 4-th argument of
949 `move-overlay' to `current-buffer' to move overlay to different
950 source buffers. Use new variable `next-error-highlight'.
951
952 * simple.el (next-error-find-buffer): Move the rule
953 "if current buffer is a next-error capable buffer" after the
954 rule "if next-error-last-buffer is set to a live buffer".
955 Simplify to test all rules in one `or'.
956 (next-error): Doc fix.
957 (next-error, previous-error, first-error)
958 (next-error-no-select, previous-error-no-select):
959 Make arguments optional.
960
961 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
962
963 * macros.el (apply-macro-to-region-lines): Make it operate on all
964 lines that begin in the region, rather than on all complete lines
965 in the region.
966
967 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
968
969 * x-dnd.el (x-dnd-protocol-alist): Document update.
970 (x-dnd-known-types): Defcustom it.
971 (x-dnd-handle-motif): Print message-atom in error message.
972
973 2004-08-30 John Paul Wallington <jpw@gnu.org>
974
975 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
976 strings rather than programatically constructing message.
977
978 2004-08-30 Richard M. Stallman <rms@gnu.org>
979
980 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
981 Don't return a string that would read as the wrong character code.
982
983 2004-08-29 Kim F. Storm <storm@cua.dk>
984
985 * emulation/cua-base.el (cua-auto-expand-rectangles):
986 Remove automatic rectangle padding feature; replace by non-destructive
987 virtual rectangle edges feature.
988 (cua-virtual-rectangle-edges): New defcustom.
989 (cua-auto-tabify-rectangles): New defcustom.
990 (cua-paste): If paste into a marked rectangle, insert rectangle at
991 current column, even if virtual; also paste exactly as many lines
992 as has been marked (ignore additional lines or add empty lines),
993 but paste whole source if only one line is marked.
994 (cua--update-indications): No longer use overwrite-cursor to
995 indicate rectangle padding
996
997 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
998 (cua--rectangle-virtual-edges): New defun.
999 (cua--rectangle-get-corners): Remove optional PAD arg.
1000 (cua--rectangle-set-corners): Never do padding.
1001 (cua--forward-line): Remove optional PAD arg. Simplify.
1002 (cua-resize-rectangle-right, cua-resize-rectangle-left)
1003 (cua-resize-rectangle-down, cua-resize-rectangle-up):
1004 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
1005 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
1006 (cua--rectangle-move): Never do padding. Simplify.
1007 (cua--tabify-start): New defun.
1008 (cua--rectangle-operation): Add tabify arg. All callers changed.
1009 (cua--pad-rectangle): Remove.
1010 (cua--delete-rectangle): Handle delete with virtual edges.
1011 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
1012 (cua--insert-rectangle): Handle insert at virtual column.
1013 Perform auto-tabify if necessary.
1014 (cua--activate-rectangle): Remove optional FORCE arg.
1015 Never do padding. Simplify.
1016 (cua--highlight-rectangle): Enhance for virtual edges.
1017 (cua-toggle-rectangle-padding): Remove command.
1018 (cua-toggle-rectangle-virtual-edges): New command.
1019 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
1020 (cua--rectangle-post-command): Don't force rectangle padding.
1021 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
1022
1023 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
1024
1025 * indent.el (edit-tab-stops-buffer): Doc fix.
1026
1027 2004-08-28 Richard M. Stallman <rms@gnu.org>
1028
1029 * progmodes/grep.el (grep-default-command): Use find-tag-default.
1030 (grep-tag-default): Function deleted.
1031
1032 * subr.el (find-tag-default): Moved from etags.el.
1033
1034 * progmodes/etags.el (find-tag-default): Moved to subr.el.
1035
1036 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
1037 into the basic character if it has an uppercase form.
1038
1039 2004-08-27 Kenichi Handa <handa@m17n.org>
1040
1041 * international/utf-8.el (utf-8-post-read-conversion): If the
1042 buffer is unibyte, temporarily make it multibyte.
1043
1044 2004-08-27 Masatake YAMATO <jet@gyve.org>
1045
1046 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
1047
1048 2004-08-25 John Paul Wallington <jpw@gnu.org>
1049
1050 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
1051 0, 1, and many mismatches in message.
1052 (tex-start-shell): Use `set-process-query-on-exit-flag'.
1053
1054 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
1055 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
1056
1057 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
1060 vc-diff-switches differently.
1061
1062 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
1063
1064 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
1065 before and a real defvar after
1066 `speedbar-supported-extension-expressions'. This is to silence
1067 the compiler without breaking bootstrapping.
1068
1069 2004-08-22 Richard M. Stallman <rms@gnu.org>
1070
1071 * textmodes/flyspell.el (flyspell-word):
1072 Use set-process-query-on-exit-flag.
1073 (flyspell-highlight-duplicate-region): Take POSS as arg.
1074 (flyspell-word): Pass POSS as arg.
1075
1076 * progmodes/ada-xref.el: Many doc and style fixes.
1077 (ada-find-any-references): Use compilation-start.
1078 (ada-get-ali-file-name): Improve error msg.
1079 (ada-get-ada-file-name): Likewise.
1080
1081 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
1082 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
1083
1084 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1085 Add forward defvar.
1086
1087 * whitespace.el (global-whitespace-mode): New alias
1088 for whitespace-global-mode.
1089
1090 * speedbar.el (speedbar-file-regexp): Definition moved up.
1091 (speedbar-mode, speedbar-set-mode-line-format):
1092 Use with-no-warnings.
1093 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
1094
1095 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
1096 controls whether to display the error buffer.
1097
1098 * ps-mule.el: Delete compatibility code for old Emacses.
1099 (ps-mule-find-wrappoint): Don't use chars-in-region.
1100
1101 * frame.el (display-mouse-p, display-selections-p):
1102 Use with-no-warnings.
1103
1104 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
1105
1106 2004-08-22 David Kastrup <dak@gnu.org>
1107
1108 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
1109 information.
1110
1111 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
1112
1113 2004-08-22 Andreas Schwab <schwab@suse.de>
1114
1115 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
1116
1117 2004-08-22 Masatake YAMATO <jet@gyve.org>
1118
1119 * cvs-status.el (cvs-status-checkout): New function.
1120 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
1121
1122 2004-08-21 David Kastrup <dak@gnu.org>
1123
1124 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
1125 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
1126 has been converted to use hashtables, the relation `nil=none' is
1127 no longer valid, as `nil' is not a hashtable. This patch tries to
1128 reduce the number of resulting errors.
1129
1130 2004-08-21 John Paul Wallington <jpw@gnu.org>
1131
1132 * subr.el (process-kill-without-query): Made obsolete in
1133 version 21.4, not 21.5.
1134
1135 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
1136 (vc-previous-comment, vc-next-comment)
1137 (vc-comment-search-reverse, vc-comment-search-forward)
1138 (vc-comment-to-change-log): Likewise.
1139
1140 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
1141
1142 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
1143
1144 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
1145 Correct indentation of DEFMETHODS with non-standard method
1146 combinations (e.g., PROGN, MIN, MAX).
1147
1148 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * startup.el (normal-top-level-add-subdirs-to-load-path):
1151 Avoid unnecessarily checking system-type.
1152 (normal-top-level): Set TERM to "dumb". Simplify.
1153
1154 * avoid.el (mouse-avoidance-ignore-p): New fun.
1155 Also ignore switch-frame, select-window, double, and triple clicks.
1156 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
1157 (mouse-avoidance-fancy-hook): Use it.
1158
1159 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
1160
1161 * avoid.el (mouse-avoidance-nudge-mouse)
1162 (mouse-avoidance-banish-destination): Stay within the current window
1163 to avoid problems with mouse-autoselect-window.
1164
1165 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
1168 the newer format of some messages in cvs-1.12.1.
1169
1170 2004-08-19 Masatake YAMATO <jet@gyve.org>
1171
1172 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
1173 (elp-results-jump-to-definition-by-mouse)
1174 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
1175 (elp-output-result): Use elp-output-insert-symname.
1176
1177 2004-08-18 Kenichi Handa <handa@m17n.org>
1178
1179 * language/cyrillic.el: Register koi8-r in
1180 ctext-non-standard-encodings-alist.
1181 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
1182
1183 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
1184
1185 * emacs-lisp/copyright.el (copyright-update-year): Delete code
1186 that replaces 20xy with xy.
1187
1188 2004-08-17 John Paul Wallington <jpw@gnu.org>
1189
1190 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
1191 (reb-force-update): Doc fix.
1192
1193 2004-08-16 Richard M. Stallman <rms@gnu.org>
1194
1195 * progmodes/which-func.el (which-func-update-1): Doc fix.
1196
1197 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
1198 (sh-mode-abbrev-table): New variable.
1199
1200 * progmodes/compile.el (compilation-mode): Doc fix.
1201
1202 * emacs-lisp/lisp-mode.el (eval-last-sexp):
1203 Don't cons a new symbol each time.
1204 (eval-last-sexp-fake-value): New variable.
1205
1206 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
1207 (copyright-update-year): Detect continuation of list of years.
1208
1209 * term.el (term-default-fg-color, term-default-bg-color)
1210 (ansi-term-color-vector): Use `unspecified', not nil, as default.
1211
1212 * imenu.el: Several doc fixes: don't say variables are buffer-local.
1213
1214 2004-08-16 Davis Herring <herring@lanl.gov>
1215
1216 * isearch.el (isearch-string, isearch-message-string, isearch-point)
1217 (isearch-success, isearch-forward-flag, isearch-other-end)
1218 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1219 (isearch-barrier, isearch-within-brackets)
1220 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
1221
1222 2004-08-16 Kenichi Handa <handa@m17n.org>
1223
1224 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
1225
1226 2004-08-15 Kenichi Handa <handa@m17n.org>
1227
1228 * term/x-win.el (x-selection-value): If utf8 was successful but
1229 ctext was not, use utf8 string.
1230
1231 2004-08-14 Davis Herring <herring@lanl.gov>
1232
1233 * isearch.el: Remove accidental changes of March 4. Fix backing
1234 up when a regexp isearch is made more general. Use symbolic
1235 accessor functions for isearch stack frames to make usage clearer.
1236 (search-whitespace-regexp): Made groups in documentation shy (as
1237 is the group in the default value).
1238 (isearch-fallback): New function, addresses problems with regexps
1239 liberalized by `\|', adds support for liberalization by `\}' (the
1240 general repetition construct), and incorporates behavior for
1241 `*'/`?'.
1242 (isearch-}-char): New command, calls `isearch-fallback' with
1243 arguments appropriate to a typed `}'.
1244 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
1245 appropriately.
1246 (isearch-mode-map): Bind `}' to `isearch-}-char'.
1247 (isearch-string, isearch-message,string, isearch-point)
1248 (isearch-success, isearch-forward-flag, isearch-other-end)
1249 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1250 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
1251 New inline functions to read fields of a stack frame.
1252
1253 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
1254
1255 * battery.el (battery-linux-proc-acpi): Look into battery
1256 directories matching the literal string "CMB", too (required for
1257 Linux kernel version 2.6.7).
1258
1259 2004-08-14 John Paul Wallington <jpw@gnu.org>
1260
1261 * cus-start.el (read-file-name-completion-ignore-case): Add.
1262 (blink-cursor-alist): Change version to "21.4".
1263
1264 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
1265
1266 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
1267
1268 * speedbar.el (speedbar-scan-subdirs): New option.
1269 (speedbar-file-lists): Don't ignore file-name case on Unix and use
1270 dolist.
1271 (speedbar-insert-files-at-point): Take an extra argument and use
1272 it to optionally find out if a subdir is empty. Also unreadable
1273 files don't get expand buttons.
1274 (speedbar-directory): New image (unused pixmap already existed).
1275 (speedbar-expand-image-button-alist): Use it.
1276
1277 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
1278
1279 CC Mode update to 5.30.9:
1280
1281 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
1282 Move from cc-vars to cc-defs for dependency reasons. Fix the
1283 POSIX char class test to check that it works in
1284 `skip-chars-(forward|backward)' too.
1285
1286 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
1287 first argument starts with a special brace list.
1288
1289 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
1290 when `c-opt-type-concat-key' is used (i.e. in Pike).
1291
1292 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
1293 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
1294 >)".
1295
1296 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
1297 whitespace safe.
1298
1299 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
1300 position for `arglist-intro', `arglist-cont-nonempty' and
1301 `arglist-close' when there are two arglist open parens on the same
1302 line and there's nothing in front of the first.
1303
1304 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
1305 locking of qualified names in Java, which previously could fontify
1306 common indexing expressions in many cases. The standard Java
1307 naming conventions are used to tell them apart.
1308
1309 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
1310 Fix inconsistency wrt opening parens on the first line inside a paren
1311 block.
1312
1313 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
1314 compile time for the sake of `c-major-mode-is'.
1315
1316 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
1317 `c-major-mode-is' in the event that this is used inside a
1318 `c-lang-defconst'.
1319
1320 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
1321 `c-lang-defconst' so that it works better with fallback languages.
1322
1323 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
1324 it to fail to record the base mode.
1325
1326 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1327 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
1328 is used. Reordered the syntax checks to get more efficient
1329 skipping in some situations.
1330
1331 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
1332 continuation which might precede the newly inserted '{'.
1333
1334 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1335 Fix cases where it could loop indefinitely.
1336
1337 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
1338 size specs correctly. Only fontify identifiers in front of '('
1339 with as functions - don't accept any paren char. Tightened up
1340 initializer skipping to stop before function and class blocks.
1341
1342 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
1343 the point could be left directly after an open paren when finding
1344 the beginning of the first decl in the block.
1345
1346 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
1347 table when filtering out legitimate open parens to be recorded.
1348 This could cause cache inconsistencies when e.g.
1349 `c++-template-syntax-table' was temporarily in use.
1350
1351 * progmodes/cc-engine.el (c-on-identifier)
1352 (c-simple-skip-symbol-backward): Small fix for handling "-"
1353 correctly in `skip-chars-backward'. Affected the operator lfun
1354 syntax in Pike.
1355
1356 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
1357 Fix bug that could cause an error from `after-change-functions' when
1358 the changed region is at bob.
1359
1360 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
1361
1362 CC Mode update to 5.30.9:
1363
1364 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
1365 to say that <TAB> doesn't insert WS into a CPP line.
1366 (c-indent-command, c-tab-always-indent): Amend doc strings.
1367
1368 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
1369 checks for user errors, thus eliminating cryptic and unhelpful
1370 Emacs error messages. (1) Check the arg to `c-set-style' is a
1371 string. (2) Check that settings to `c-offsets-alist' are not
1372 spuriously quoted.
1373
1374 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
1375 which precedes the newly inserted `{'.
1376
1377 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
1378
1379 Sync with Tramp 2.0.44.
1380
1381 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
1382 function "tramp_file_attributes". Otherwise, file names
1383 containing spaces are misinterpreted. Reported by Magnus Henoch
1384 <mange@freemail.hu>.
1385 (tramp-handle-file-truename): FILENAME must be expanded first.
1386 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
1387 obscure results. Reported by D. Goel <deego@gnufans.org>.
1388 (tramp-handle-verify-visited-file-modtime): If file does not
1389 exist, say it is not modified if and only if that agrees with the
1390 buffer's record. Check whether a file is visiting the buffer, or
1391 the buffer has no recorded last modification time. Return t in
1392 case the visiting file doesn't exist. Suggested by Luc Teirlinck
1393 <teirllm@auburn.edu>.
1394 (tramp-handle-write-region): Pass modtime explicitely to
1395 `set-visited-file-modtime', because filename can be different
1396 from (buffer-file-name) if `file-precious-flag' is set.
1397 `set-visited-file-modtime' must be called always when `visit' is t
1398 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
1399 (tramp-handle-set-visited-file-modtime): If `time-list' is not
1400 nil, don't apply the whole body. If the file doesn't exists, set
1401 modtime to '(-1 65535). Suggested by Luc Teirlinck
1402 <teirllm@auburn.edu>.
1403
1404 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
1405
1406 * help.el (describe-bindings): Doc fix.
1407
1408 * subr.el (kbd): Doc fix.
1409
1410 2004-08-08 John Paul Wallington <jpw@gnu.org>
1411
1412 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
1413 instead of `string-to-int'.
1414 (define-ibuffer-column mode): Fix indentation.
1415
1416 2004-08-08 Lars Hansen <larsh@math.ku.dk>
1417
1418 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
1419
1420 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1421
1422 * subr.el (global-unset-key, local-unset-key): Doc fixes.
1423
1424 * novice.el (disabled-command-function): New variable renamed from
1425 `disabled-command-hook'.
1426 (disabled-command-hook): Keep the _variable_ as alias for
1427 `disabled-command-function' and make obsolete.
1428 (disabled-command-function): Function renamed from
1429 `disabled-command-hook'. Adapt code to name change of the variable.
1430
1431 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
1432
1433 * simple.el (completion-root-regexp): New defvar.
1434 (completion-setup-function): Use it instead of a literal string.
1435
1436 2004-08-07 John Paul Wallington <jpw@gnu.org>
1437
1438 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
1439 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
1440 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
1441 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
1442
1443 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1444
1445 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
1446 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
1447
1448 2004-08-04 Kenichi Handa <handa@m17n.org>
1449
1450 * international/encoded-kb.el (encoded-kbd-setup-keymap):
1451 Fix previous change.
1452
1453 2004-08-03 Kenichi Handa <handa@m17n.org>
1454
1455 * international/encoded-kb.el: The following changes are to
1456 utilize key-translation-map instead of minor mode map.
1457 (encoded-kbd-iso2022-non-ascii-map): Delete it.
1458 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
1459 (encoded-kbd-last-key): New function.
1460 (encoded-kbd-iso2022-single-shift): New function.
1461 (encoded-kbd-iso2022-designation)
1462 (encoded-kbd-self-insert-iso2022-7bit)
1463 (encoded-kbd-self-insert-iso2022-8bit)
1464 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
1465 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
1466 key-translation-map.
1467 (encoded-kbd-setup-keymap): Setup key-translation-map.
1468 (saved-key-translation-map): New variable.
1469 (encoded-kbd-mode): Save/restore key-translation-map.
1470 Adjust for the change of encoded-kbd-setup-keymap.
1471
1472 2004-08-02 Kim F. Storm <storm@cua.dk>
1473
1474 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
1475 and call compute-motion with nil for topos and width to get proper
1476 usable width and height for both window and non-window systems.
1477
1478 * windmove.el (windmove-coordinates-of-position): Let compute-motion
1479 calculate usable window width and height.
1480
1481 * window.el (window-buffer-height): Call compute-motion with nil width.
1482
1483 2004-08-01 David Kastrup <dak@gnu.org>
1484
1485 * replace.el (query-replace-read-from):
1486 Use `query-replace-compile-replacement'.
1487 (query-replace-compile-replacement): New function.
1488 (query-replace-read-to): Use `query-replace-compile-replacement'
1489 for repeating the last command.
1490
1491 2004-08-01 John Paul Wallington <jpw@gnu.org>
1492
1493 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
1494 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
1495 (pr-switches): Remove period from end of error messages.
1496
1497 * help-mode.el (help-go-back): Likewise.
1498
1499 * abbrev.el (only-global-abbrevs): Doc fix.
1500 (edit-abbrevs-map): Define within defvar.
1501 (quietly-read-abbrev-file): Doc fix.
1502
1503 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
1504
1505 * novice.el (enable-command, disable-command): Doc fixes.
1506
1507 * subr.el (event-modifiers, event-basic-type): Doc fixes.
1508
1509 2004-07-30 Richard M. Stallman <rms@gnu.org>
1510
1511 * subr.el (with-local-quit): Doc fix.
1512
1513 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
1514
1515 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
1516
1517 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
1518
1519 * custom.el (defcustom): Doc fix.
1520
1521 2004-07-28 Masatake YAMATO <jet@gyve.org>
1522
1523 * progmodes/etags.el (etags-tags-apropos): Show building progress.
1524
1525 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * imenu.el (imenu-prev-index-position-function)
1528 (imenu-extract-index-name-function, imenu-name-lookup-function)
1529 (imenu--index-alist): Docstring redundancy fix.
1530
1531 2004-07-25 Lars Hansen <larsh@math.ku.dk>
1532
1533 * wdired.el (wdired-finish-edit): Require dired-aux before locally
1534 binding dired-backup-overwrite.
1535
1536 2004-07-25 John Paul Wallington <jpw@gnu.org>
1537
1538 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
1539
1540 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1541
1542 * term/tty-colors.el (tty-color-approximate): Doc fix.
1543
1544 * select.el (x-get-selection, x-set-selection): Doc fixes.
1545
1546 * frame.el (make-frame): Doc fix.
1547
1548 2004-07-24 Richard M. Stallman <rms@gnu.org>
1549
1550 * mail/rmail.el (rmail-mime-charset-pattern):
1551 Don't include semicolon in the charset value.
1552
1553 * replace.el (occur-next-error): Call set-window-point.
1554 (occur-engine): Handle negative NLINES.
1555
1556 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
1557
1558 * frame.el (modify-all-frames-parameters): Minor doc fix.
1559 (set-frame-configuration): Doc fix.
1560
1561 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1562
1563 * simple.el (completion-setup-function): Compute the common parts
1564 and the first difference place correctly when
1565 partial-completion-mode is on.
1566
1567 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1568
1569 * ps-print.el: Doc fix.
1570 (ps-print-version): New version 6.6.5.
1571 (ps-printing-region): Doc fix.
1572 (ps-generate-string-list): Comment fix.
1573 (ps-message-log-max): Code fix.
1574
1575 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
1576
1577 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
1578 generated PostScript.
1579
1580 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
1581
1582 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
1583 with Gnus v5_10 branch.)
1584
1585 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
1586
1587 * calendar/time-date.el (time-to-number-of-days): New function.
1588 Imported from from Gnus.
1589
1590 2004-07-22 Kim F. Storm <storm@cua.dk>
1591
1592 * progmodes/make-mode.el: Fix comments.
1593
1594 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1595
1596 * printing.el: Doc fix.
1597
1598 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
1599
1600 * frame.el (modify-all-frames-parameters): Minor doc fix.
1601
1602 2004-07-20 Richard M. Stallman <rms@gnu.org>
1603
1604 * textmodes/fill.el (fill-nobreak-p): If this break point is
1605 at the end of the line, don't consider the newline which follows
1606 as a reason to return t.
1607
1608 2004-07-19 John Paul Wallington <jpw@gnu.org>
1609
1610 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
1611
1612 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
1613
1614 * dired-aux.el (dired-do-kill-lines): Expand docstring.
1615 Delete irrelevant code.
1616
1617 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1618
1619 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1620 New docstring. From Luc Teirlinck.
1621
1622 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
1623
1624 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
1625 section.
1626 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
1627 non-file buffers. We know it is nil.
1628
1629 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1630
1631 Sync with Tramp 2.0.43.
1632
1633 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1634 Remove outdated comment.
1635 (tramp-locked, tramp-locker): New variables for implementing a
1636 global lock.
1637 (tramp-sh-file-name-handler): Use them to implement the global lock.
1638
1639 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
1640
1641 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
1642 calls to respective `xxx` calls.
1643 (tramp-process-alive-regexp): Precise doc string.
1644 (tramp-multi-action-process-alive): New defun.
1645 (tramp-multi-actions): Use it.
1646 (tramp-handle-find-backup-file-name): `copy-tree' is available
1647 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
1648 in order to avoid this function.
1649 (tramp-handle-write-region): Set current buffer. If connection
1650 wasn't open, `file-modes' has changed it accidently. Reported by
1651 David Kastrup <dak@gnu.org>.
1652 (tramp-enter-password, tramp-read-passwd): New arguments USER and
1653 HOST.
1654 (tramp-action-password, tramp-multi-action-password): Apply it.
1655 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
1656 name must still contain the port number. Otherwise, we have two
1657 Tramp buffers, with all the confusion. Reported by Myron Selby
1658 <myron@xytech.com> and Rolf Dubitzky
1659 <Dubitzky@physi.uni-heidelberg.de>.
1660
1661 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
1662 HOST to `tramp-enter-passwd'.
1663
1664 * net/tramp-vc.el (all): Code cleanup. Change all
1665 `tramp-handle-xxx' calls to respective `xxx` calls.
1666
1667 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
1668
1669 * emacs-lisp/testcover.el: New category "potentially-1valued" for
1670 functions that are not erroneous if either 1-valued or
1671 multi-valued. Detect functions in this class.
1672 (testcover-1value-functions, testcover-compose-functions)
1673 (testcover-progn-functions) Added some additional functions to lists.
1674 (testcover-mark): Bugfix when marking up the definition for an
1675 empty function.
1676
1677 2004-07-17 Richard M. Stallman <rms@gnu.org>
1678
1679 * replace.el (occur-read-primary-args): Pass default to
1680 read-from-minibuffer.
1681
1682 * mail/footnote.el (footnote-section-tag): Use defcustom.
1683
1684 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1685 Compile font-lock-keywords, not KEYWORDS.
1686 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
1687 Add warn, check-type. Handle cerror like error.
1688
1689 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1690
1691 * progmodes/which-func.el (which-func-keymap): New var.
1692 (which-func-face): New face.
1693 (which-func-format): Use them.
1694
1695 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1696
1697 * buff-menu.el (list-buffers-noselect): Append the buffer's
1698 process status to its mode name.
1699
1700 2004-07-16 Kim F. Storm <storm@cua.dk>
1701
1702 * simple.el (inhibit-mark-movement): New defvar.
1703 (beginning-of-buffer, end-of-buffer): Do not push mark if
1704 inhibit-mark-movement is non-nil or C-u prefix is given.
1705
1706 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
1707 Init to beginning-of-buffer and end-of-buffer.
1708 (cua--undo-push-mark): New defvar.
1709 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
1710 already active and command is in cua--preserve-mark-commands.
1711 Also fix check for shift modifier on non-window systems.
1712 (cua--post-command-handler): Clear inhibit-mark-movement if set.
1713
1714 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1715
1716 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
1717 of two integers, instead of a cons.
1718
1719 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1720 `visited-file-modtime' now returns a list of two integers, instead
1721 of a cons.
1722
1723 * dired.el (dired-directory-changed-p): Ditto.
1724
1725 * progmodes/grep.el (grep): Doc fix.
1726
1727 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1728
1729 * autorevert.el (auto-revert-tail-mode)
1730 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
1731 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
1732 in both at the same time.
1733 (auto-revert-tail-mode): New command.
1734 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
1735 (auto-revert-handler): Revert only either tail or whole file.
1736
1737 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
1738 add auto-revert-tail-mode.
1739
1740 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1741
1742 * printing.el: Doc fix. Change name of some funs.
1743 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
1744 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
1745 (pr-standard-file-name): New fun. Replace pr-standard-path.
1746 (pr-call-process): Code fix.
1747
1748 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
1749
1750 * subr.el (with-selected-window): Doc fix.
1751
1752 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
1753
1754 * subr.el (get-buffer-window-list): Doc fix.
1755
1756 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1757
1758 * files.el (switch-to-buffer-other-window): Doc fix.
1759
1760 * window.el (save-selected-window, one-window-p)
1761 (split-window-keep-point, split-window-vertically)
1762 (split-window-horizontally): Doc fixes.
1763
1764 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1765
1766 * printing.el: Doc fix. Now it uses call-process instead of
1767 shell-command for low command execution.
1768 (pr-version): New version number (6.8).
1769 (pr-shell-file-name): Option removed.
1770 (pr-shell-command): Fun removed.
1771 (pr-call-process): New fun. Replace pr-shell-command.
1772 (pr-standard-path, pr-remove-nil-from-list): New funs.
1773 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1774 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1775 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1776 (pr-ps-utility-process, pr-txt-print): Code fix.
1777
1778 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1779
1780 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1781 boolean.
1782
1783 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1784
1785 * wid-edit.el (widget-field-buffer): Doc fix.
1786
1787 2004-07-09 John Paul Wallington <jpw@gnu.org>
1788
1789 * emacs-lisp/re-builder.el (reb-update-overlays):
1790 Distinguish between one and several matches in message.
1791
1792 2004-07-09 Richard M. Stallman <rms@gnu.org>
1793
1794 * mouse.el (mouse-set-region-1): If transient-mark-mode
1795 is `identity', change it to `only'.
1796
1797 * simple.el (current-word): Doc fix.
1798
1799 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1800
1801 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1802 so that it is more understanding of whitespace.
1803
1804 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1805 form
1806 (("ns" . "element") (attr-list) children) instead of
1807 ((:ns . "element") (attr-list) children) in order to reduce the
1808 number of symbols used.
1809 (xml-skip-dtd): Change to use xml-parse-dtd but set
1810 xml-validating-parsing to nil.
1811 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1812 (xml-substitute-entity): Remove in favor of new entity substitution.
1813 (xml-substitute-special): Rewrite in to substitute complex
1814 entities from DOCTYPE declarations.
1815 (xml-parse-fragment): Parse fragments from entity deleclarations.
1816 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1817 (xml-parse-dtd, xml-substitute-special): Make validity checks
1818 conditioned on xml-validating-parser. Add "Not Well Formed" to
1819 error messages about well-formedness.
1820
1821 2004-07-08 Steven Tamm <steventamm@mac.com>
1822
1823 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1824 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1825 Do not treat double clicks and triple clicks specially in the
1826 scroll bar (preventing strange repositioning problems)
1827
1828 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1829
1830 * replace.el (query-replace-regexp-eval): Fix last change.
1831
1832 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * replace.el (query-replace-descr): New fun.
1835 (query-replace-read-from, query-replace-read-args): Default to the
1836 previous from&to.
1837 (query-replace-read-to): Quote the `from' string when displaying it.
1838 (query-replace-regexp-eval): Immediately check read-only status.
1839 Use query-replace-read-from to get the \n checking.
1840 Quote the `from' string when displaying it.
1841 (map-query-replace-regexp, occur-read-primary-args):
1842 Quote the `from' string when displaying it.
1843
1844 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1845 delimited-ness of the search to query-replace.
1846
1847 * replace.el (query-replace-read-from, query-replace-read-to):
1848 New funs extracted from query-replace-read-args.
1849 (query-replace-read-args): Use them.
1850
1851 * replace.el (query-replace-interactive, query-replace-read-args):
1852 Remove the `initial' special value.
1853 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1854 (occur-engine): Remove unused var `matchend'.
1855
1856 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1857 Use the search string without prompting.
1858
1859 2004-07-05 Kenichi Handa <handa@m17n.org>
1860
1861 * international/mule.el (decode-coding-inserted-region):
1862 Set last-coding-system-used only when coding is nil.
1863
1864 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1865
1866 * progmodes/grep.el (grep-compute-defaults, grep-command)
1867 (grep-program, find-program, grep-find-use-xargs, grep-history)
1868 (grep-find-history, grep-tag-default, grep-find-command)
1869 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1870 Add autoload cookies, for unbundled packages that load `compile'
1871 and expect all grep-related symbols to become defined.
1872
1873 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1874
1875 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1876 (iimage-mode-image-search-path): New user option to search the
1877 image file.
1878 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1879 have locate-file.
1880 (iimage-mode-buffer): Use it.
1881
1882 2004-07-03 Nick Roberts <nickrob@gnu.org>
1883
1884 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1885 carefully.
1886 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1887
1888 2004-07-03 Juri Linkov <juri@jurta.org>
1889
1890 * replace.el (query-replace-read-args): Swallow space after 'foo,
1891 not after (quote foo). Match space only immediately after symbol,
1892 not anywhere in the whole string.
1893
1894 2004-07-02 Richard M. Stallman <rms@gnu.org>
1895
1896 * replace.el (query-replace-read-args): Swallow space after
1897 symbols, not after closeparens. But avoid error if string ends there.
1898
1899 * progmodes/python.el (python-beginning-of-statement):
1900 Exit the loop if backward-up-list gets error.
1901
1902 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1903
1904 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1905
1906 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1907 only if vc-consult-headers is non-nil.
1908
1909 2004-07-02 Juri Linkov <juri@jurta.org>
1910
1911 * pcvs.el (cvs-mode-diff-repository): New command.
1912
1913 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1914
1915 2004-07-01 Juri Linkov <juri@jurta.org>
1916
1917 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1918 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1919 C-M-% to isearch-query-replace-regexp.
1920 (minibuffer-local-isearch-map): Add arrow key bindings.
1921 Bind C-f to isearch-yank-char-in-minibuffer.
1922 (isearch-forward): Doc fix.
1923 (isearch-edit-string): Doc fix.
1924 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1925 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1926 (isearch-yank-char): Add optional arg.
1927 (isearch-yank-char-in-minibuffer): New fun.
1928
1929 * replace.el (query-replace-interactive): Change type from boolean
1930 to choice. Add value `initial'.
1931 (query-replace-read-args): Handle value `initial' of
1932 query-replace-interactive.
1933
1934 2004-06-29 Kim F. Storm <storm@cua.dk>
1935
1936 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1937 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1938
1939 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1940 Add :group 'ada.
1941
1942 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1943
1944 2004-06-29 Juri Linkov <juri@jurta.org>
1945
1946 * replace.el (query-replace-read-args): Swallow a space after
1947 everything except )]" which in most cases means after a symbol.
1948
1949 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1950
1951 2004-06-28 Richard M. Stallman <rms@gnu.org>
1952
1953 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1954 More changes to go with previous change in font-lock.el.
1955
1956 2004-06-26 David Kastrup <dak@gnu.org>
1957
1958 * replace.el (perform-replace): Highlight the match even in
1959 non-query mode if there is potential replace string editing.
1960
1961 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1962
1963 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1964 agree with new return value of `file-remote-p'.
1965 This syncs with Tramp 2.0.42.
1966
1967 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1968 according to new documentation of `file-remote-p'.
1969
1970 * files.el (file-remote-p): Fix doc to say that return value is
1971 identification of remote system, if not nil.
1972 (file-relative-name): Use new return value of `file-remote-p'.
1973
1974 2004-06-26 Nick Roberts <nickrob@gnu.org>
1975
1976 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1977 (gdb-goto-breakpoint): Fix breakage.
1978
1979 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1980
1981 * man.el (Man-getpage-in-background): Add windows-nt to the list
1982 of systems where shell-file-name should be used instead of
1983 literal "sh".
1984
1985 2004-06-25 Sam Steingold <sds@gnu.org>
1986
1987 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1988 function names `(setf symbol)'.
1989
1990 2004-06-24 Richard M. Stallman <rms@gnu.org>
1991
1992 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1993
1994 * font-lock.el (font-lock-keywords): Change format of compiled values.
1995 Document it.
1996 (font-lock-add-keywords): If font-lock-keywords is compiled,
1997 extract the uncompiled version, modify, then recompile.
1998 (font-lock-remove-keywords): Likewise.
1999 (font-lock-fontify-keywords-region): Handle changed format.
2000 (font-lock-compile-keywords): Handle changed format.
2001 (font-lock-set-defaults): Compile the keywords explicitly here.
2002
2003 2004-06-24 David Kastrup <dak@gnu.org>
2004
2005 * replace.el (query-replace-read-args): Implement `\,' and `\#'
2006 replacements here.
2007 (query-replace-regexp): Doc string explaining this and the new
2008 `\?' replacement. Remove `\,' and `\#' implementation here, as it
2009 is better placed in `query-replace-read-args'.
2010 (replace-regexp): Explain `\,', `\#' and `\?'.
2011 (replace-match-data): New function for thorough reuse/destruction
2012 of old match-data.
2013 (replace-match-maybe-edit): Function for implementing `\?' editing.
2014 (perform-replace): Fix maintaining of the match stack including
2015 already matched regions, implement `\?', fix various problems
2016 with regions while editing and other stuff.
2017 (replace-highlight): Simplify.
2018
2019 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
2020
2021 * progmodes/grep.el (grep-error-screen-columns): New variable.
2022 (grep-regexp-alist): Give it the full functionality of gnu style
2023 compilation messages with line and column ranges. Ask me for the
2024 perl script I'm working on, that uses these.
2025
2026 2004-06-23 Nick Roberts <nickrob@gnu.org>
2027
2028 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
2029 Remove.
2030 (comint-insert-input, comint-mouse-insert-input): New functions
2031 based on comint-insert-clicked-input for two bindings but just
2032 one functionality.
2033
2034 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2035
2036 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
2037
2038 2004-06-23 Lars Hansen <larsh@math.ku.dk>
2039
2040 * files.el (write-contents-functions): Doc fix.
2041
2042 2004-06-21 Juanma Barranquero <lektu@terra.es>
2043
2044 * image.el (image-library-alist): Rewrite docstring in active voice.
2045
2046 2004-06-20 Richard M. Stallman <rms@gnu.org>
2047
2048 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
2049
2050 * isearch.el (isearch-repeat): Avoid testing old match data.
2051 (isearch-message): Display trailing space in special font
2052 when search is failing.
2053 (isearch-search-fun-function): Doc fix.
2054
2055 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
2056
2057 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
2058
2059 * frame.el (show-trailing-whitespace): Doc fix.
2060
2061 * cus-edit.el (custom-variable-documentation): New function.
2062 (custom-variable): Use it.
2063
2064 2004-06-19 Nick Roberts <nickrob@gnu.org>
2065
2066 * man.el (Man-getpage-in-background): Revert previous change but
2067 make cygwin a special case.
2068
2069 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
2070
2071 * autorevert.el (global-auto-revert-non-file-buffers):
2072 Update docstring.
2073
2074 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
2075
2076 * progmodes/compile.el (compilation-error-properties): Store one
2077 more than end-col, if present, so that transient-mark-mode will
2078 highlight last char too.
2079 * progmodes/grep.el (grep-regexp-alist): Match columns and column
2080 ranges, if present.
2081
2082 2004-06-18 Jason Rumney <jasonr@gnu.org>
2083
2084 * makefile.w32-in: Double percent signs in for loops.
2085
2086 2004-06-17 David Kastrup <dak@gnu.org>
2087
2088 * replace.el (query-replace-read-args): Only warn about use of \n
2089 and \t when we are doing a regexp replacement and the actual
2090 escaped character is n or t.
2091 (query-replace-regexp): Add \, and \# interpretation to
2092 interactive call and document it.
2093 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2094 as shortkey for replace-count.
2095 (replace-quote): New function for doubling backslashes.
2096
2097 2004-06-17 Juanma Barranquero <lektu@terra.es>
2098
2099 * files.el (parse-colon-path, cd): Mention in docstring that the
2100 path separator is colon in GNU-like systems.
2101
2102 * newcomment.el (comment-region-internal): Fix docstring.
2103
2104 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
2105 (ewoc-invalidate, ewoc-collect): Doc fixes.
2106 (ewoc--create-node, ewoc--delete-node-internal):
2107 Fix typos in docstring.
2108
2109 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2110
2111 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
2112 manual to docstring.
2113
2114 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2115
2116 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
2117
2118 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2119
2120 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2121 Add hyperlink to emacs-xtra manual to docstring.
2122
2123 * autorevert.el (global-auto-revert-non-file-buffers):
2124 Add hyperlink to emacs-xtra manual to docstring, as well as an
2125 info-link.
2126
2127 2004-06-14 Juanma Barranquero <lektu@terra.es>
2128
2129 * image.el (image-library-alist): New variable to map image types
2130 to external libraries. Initialized to nil, unless system-specific
2131 configs change it.
2132 (image-type-available-p): Determine whether an image type is
2133 available by calling `init-image-library'.
2134
2135 * term/w32-win.el (image-library-alist): Initialize to a known set
2136 of probable library names.
2137
2138 2004-06-14 Kenichi Handa <handa@m17n.org>
2139
2140 * international/code-pages.el (windows-1256, cp1125): Fix tables
2141 for several characters.
2142
2143 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
2144
2145 2004-06-13 Richard M. Stallman <rms@gnu.org>
2146
2147 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
2148
2149 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
2150 not "`pc-selection-mode'".
2151
2152 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
2153
2154 * simple.el (previous-matching-history-element): Specify a default.
2155
2156 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
2157
2158 * cus-face.el (custom-declare-face): Simplify code.
2159
2160 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
2161
2162 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
2163
2164 * files.el (before-save-hook): Add `time-stamp' to the options.
2165
2166 * time-stamp.el (time-stamp): Recommend adding it to
2167 `before-save-hook', rather than `write-file-functions'.
2168 Make a similar change in `Commentary' section.
2169
2170 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
2171
2172 * diff-mode.el (diff-current-defun): If at start of hunk, use
2173 position of first change.
2174
2175 2004-06-13 Lars Hansen <larsh@math.ku.dk>
2176
2177 * dired-x.el (dired-mark-omitted): Bind to "*O".
2178
2179 2004-06-12 Karl Fogel <kfogel@red-bean.com>
2180
2181 * bookmark.el (bookmark-bmenu-relocate): New function, as
2182 suggested by David J. Biesack <David.Biesack@sas.com>.
2183 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
2184 (bookmark-bmenu-mode): Describe binding in doc string.
2185 (bookmark-set-filename): Save the bookmark list if it's time.
2186
2187 2004-06-13 Kenichi Handa <handa@m17n.org>
2188
2189 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
2190 (ccl-untranslated-to-ucs): Fix typo.
2191
2192 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2193
2194 * progmodes/python.el (python-open-block-statement-p):
2195 Fix indentation after a block opening that contains a comment.
2196
2197 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
2198
2199 * bindings.el (completion-ignored-extensions): Add file extensions
2200 of Python byte-compiled files.
2201
2202 2004-06-12 Juri Linkov <juri@jurta.org>
2203
2204 * info.el (Info-goto-node): Add autoload.
2205 (Info-toc): Add substring-no-properties on Info file name.
2206 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
2207 (Info-mode-map): Bind L to Info-history, T to Info-toc.
2208
2209 2004-06-12 Kenichi Handa <handa@m17n.org>
2210
2211 * international/mule-cmds.el (set-language-environment):
2212 Load subst tables if necessary.
2213
2214 * international/mule.el (decode-char): Load subst tables if necessary.
2215 (encode-char): Likewise.
2216
2217 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
2218 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
2219 (utf-16le-decode-loop): Set r5 to -1 before loop.
2220 (utf-16be-decode-loop): Likewise.
2221 (ccl-decode-mule-utf-16le): Add EOF processing block.
2222 (ccl-decode-mule-utf-16be): Likewise.
2223 (ccl-decode-mule-utf-16le-with-signature): Likewise.
2224 (ccl-decode-mule-utf-16be-with-signature): Likewise.
2225 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
2226 (ccl-mule-utf-16-encode-untrans): New CCL.
2227 (utf-16-decode-to-ucs): Handle pre-read character.
2228 (utf-16le-encode-loop): Handle surrogate pair.
2229 (utf-16be-encode-loop): Likewise.
2230 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
2231 of utf-16le-encode-loop.
2232 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
2233 of utf-16be-encode-loop.
2234 (mule-utf-16-post-read-conversion):
2235 Call utf-8-post-read-conversion at first.
2236 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
2237 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
2238 Add post-read-conversion and pre-write-conversion.
2239
2240 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
2241 (utf-translate-cjk-unicode-range): New variable.
2242 (utf-translate-cjk-load-tables): New function.
2243 (utf-lookup-subst-table-for-decode): New function.
2244 (utf-lookup-subst-table-for-encode): New function.
2245 (utf-translate-cjk-mode): Init-value changed to t. Don't load
2246 tables here. Update safe-charsets of utf-* coding systems.
2247 (ccl-mule-utf-untrans): New CCL.
2248 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
2249 at end of each branch.
2250 (ccl-mule-utf-8-encode-untrans): New CCL.
2251 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
2252 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
2253 length of encoding. Don't return r0.
2254 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
2255 (utf-8-post-read-conversion): Narrow to region properly.
2256 If utf-translate-cjk-mode is on, load tables if necessary.
2257 Call utf-8-compose with hash-table arg if necessary.
2258 Call XXX-compose-region instead of XXX-post-read-convesion.
2259 (utf-8-pre-write-conversion): New function.
2260 (mule-utf-8): Include CJK charsets in safe-charsets if
2261 utf-translate-cjk-mode is on. Add pre-write-conversion.
2262
2263 * international/characters.el: Temporarily set
2264 utf-translate-cjk-mode to nil.
2265
2266 * language/devan-util.el (devanagari-compose-region):
2267 Add autoload cookie.
2268
2269 * international/ccl.el (ccl-dump-call): Fix printing the
2270 subroutine name.
2271
2272 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
2273
2274 * dired.el (dired-revert): If buffer is marked unmodified before
2275 reverting, keep it marked unmodified.
2276 Adapt to new conventions for commenting out code.
2277 (dired-make-relative): Adapt to new conventions for commenting out code.
2278
2279 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
2280
2281 * eshell/esh-module.el (eshell-load-defgroups):
2282 Bind `vc-handled-backends' to nil when opening files.
2283
2284 2004-06-11 Juanma Barranquero <lektu@terra.es>
2285
2286 * files.el (parse-colon-path, cd): Doc fixes (refer to
2287 `path-separator', not colon).
2288
2289 2004-06-10 Juanma Barranquero <lektu@terra.es>
2290
2291 * newcomment.el (comment-search-forward)
2292 (comment-search-backward): Fix typos in docstring.
2293 (comment-region): Doc fix.
2294
2295 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
2296
2297 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
2298 switch is no longer stored in `dired-switches-alist'.
2299
2300 * dired-aux.el (dired-insert-subdir): Do not store R switch in
2301 `dired-switches-alist'.
2302
2303 2004-06-10 Kim F. Storm <storm@cua.dk>
2304
2305 * pcvs.el (cvs-mode-diff-yesterday): New command.
2306
2307 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
2308
2309 2004-06-10 Juri Linkov <juri@jurta.org>
2310
2311 * emacs-lisp/edebug.el (edebug-eval-defun):
2312 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
2313 Fix docstring.
2314
2315 * simple.el (eval-expression-print-format): Don't print additional
2316 information on the first call to `eval-print-last-sexp'.
2317 (next-error-find-buffer): Fix punctuation.
2318 (killing) <defgroup>: Fix punctuation.
2319 (yank-excluded-properties): Change group from editing to killing.
2320
2321 * replace.el (perform-replace): Use `limit' to terminate the
2322 while-loop explicitly.
2323
2324 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2325
2326 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
2327 Use lc-*.xpm as prefix instead of *-locol.xpm.
2328
2329 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
2330 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
2331 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
2332 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
2333 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
2334 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
2335 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
2336 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
2337 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
2338 * toolbar/lc-up_arrow.xpm:
2339 Renamed from *-locol.xpm.
2340
2341 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
2342
2343 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
2344 include forms like &<str>; as valid url patterns.
2345
2346 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
2347
2348 * dired.el (dired-diff, dired-backup-diff)
2349 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
2350 (dired-do-chown, dired-do-touch, dired-do-print)
2351 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
2352 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
2353 (dired-create-directory, dired-do-copy, dired-do-symlink)
2354 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
2355 (dired-do-copy-regexp, dired-do-hardlink-regexp)
2356 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
2357 (dired-maybe-insert-subdir, dired-next-subdir)
2358 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
2359 (dired-kill-subdir, dired-tree-up, dired-tree-down)
2360 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
2361 (dired-run-shell-command, dired-query): Remove redundant,
2362 or incorrect, autoloads.
2363
2364 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
2365 does not end in a slash. Add optional argument KILL-ROOT.
2366 Update docstring.
2367 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
2368 (dired-query): Add autoloads.
2369
2370 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
2371
2372 * progmodes/compile.el (compilation-set-window-height):
2373 Rearrange the save-* functions because a buffer can have several current
2374 point in different windows.
2375 (compilation-error-regexp-alist-alist): Recognize {standard input}
2376 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
2377
2378 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2379
2380 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
2381 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
2382 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
2383 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
2384 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
2385 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
2386 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
2387 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
2388 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
2389 * toolbar/up_arrow-locol.xpm:
2390 New versions of icons that uses fewer colors.
2391
2392 * toolbar/tool-bar.el (tool-bar-local-item)
2393 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
2394 if display-color-cells is 256 or less.
2395
2396 2004-06-08 Kim F. Storm <storm@cua.dk>
2397
2398 * wid-edit.el (widget-specify-button): Use hand pointer rather
2399 than mouse-face as visible mouse-over effect.
2400
2401 2004-06-07 Karl Fogel <kfogel@red-bean.com>
2402
2403 * saveplace.el (save-place-alist-to-file): Bind `print-length'
2404 and `print-level' to nil when writing out `save-place-alist'.
2405 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
2406
2407 2004-06-07 Juanma Barranquero <lektu@terra.es>
2408
2409 * completion.el (completion-kill-region): Doc fix.
2410
2411 * format.el (format-insert-annotations)
2412 (format-annotate-location): Doc fixes.
2413 (format-subtract-regions): Make arguments match their use in docstring.
2414
2415 * simple.el (kill-region): Doc fix.
2416
2417 * subr.el (insert-buffer-substring-no-properties)
2418 (insert-buffer-substring-as-yank): Doc fixes.
2419
2420 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
2421
2422 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2423 Update docstring.
2424 (dired-reset-subdir-switches): New function.
2425
2426 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
2427 Limit scope of `buffer-read-only' binding.
2428
2429 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
2430
2431 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
2432 eshell-explicit-command-char.
2433
2434 2004-06-06 Juanma Barranquero <lektu@terra.es>
2435
2436 * help-fns.el (help-argument-name): Inherit from italic face only
2437 if the frame supports it.
2438
2439 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2440
2441 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
2442 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
2443 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
2444 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
2445 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
2446 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
2447 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
2448 New conversions from xpm files.
2449
2450 * toolbar/README: New file.
2451
2452 2004-06-06 Richard M. Stallman <rms@gnu.org>
2453
2454 * isearch.el (isearch-mode-map): Undo previous change.
2455
2456 2004-06-05 Juri Linkov <juri@jurta.org>
2457
2458 * bindings.el (debug-ignored-errors): Add regexps for history
2459 related messages. Remove $ from "No further undo information".
2460 Move Ediff's messages to ediff.el.
2461
2462 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
2463
2464 * cus-edit.el (custom-display): Add `min-colors'.
2465
2466 * custom.el (defface): Add `supports' to docstring.
2467
2468 * help-fns.el (help-argument-name): Add :group 'help.
2469
2470 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
2471
2472 * find-dired.el (find-ls-subdir-switches): New user option.
2473 (find-dired): No longer call `abbreviate-file-name' on DIR.
2474 Set `dired-subdir-switches' buffer-locally.
2475
2476 * locate.el: Merge the two `Commentary' sections.
2477 (locate-ls-subdir-switches): New user option.
2478 (locate): Update for other changes.
2479 (locate-mode-map): Restore Dired binding for mouse-2.
2480 Bind `locate-mouse-view-file' to M-mouse-2.
2481 Bind `l' to `locate-do-redisplay'.
2482 (locate-main-listing-line-p, locate-do-redisplay): New functions.
2483 (locate-mouse-view-file, locate-tags, locate-find-directory):
2484 Print message if used outside main listing.
2485 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
2486 Various changes to support inserted subdirectories.
2487 (locate-insert-header): Change header of *Locate* buffer.
2488
2489 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2490 Change interactive default switches.
2491 (dired-rename-subdir-2): Update `dired-switches-alist'.
2492 (dired-insert-subdir, dired-kill-subdir):
2493 Handle `dired-switches-alist'. Do not mark buffer modified.
2494 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
2495 (dired-insert-subdir-doinsert): Omit messages.
2496 Handle `dired-subdir-switches'.
2497 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2498
2499 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
2500 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
2501 subdirs if -R switch is used for a subdir.
2502 (dired-mode): Set `dired-switches-alist'.
2503 (dired-build-subdir-alist): Only print number of directories in
2504 echo area when invoked interactively.
2505
2506 2004-06-05 Lars Hansen <larsh@math.ku.dk>
2507
2508 * dired-x.el (dired-omit-mode): Rename from
2509 dired-omit-files-p. Use define-minor-mode to define it.
2510 (dired-omit-files-p): Add as alias for dired-omit-mode.
2511 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
2512 dired-mark-omitted.
2513 (dired-mark-omitted): Add. Bind to M-O.
2514
2515 2004-06-05 Kenichi Handa <handa@m17n.org>
2516
2517 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
2518
2519 2004-06-05 Juanma Barranquero <lektu@terra.es>
2520
2521 * help-fns.el (help-argument-name): Reintroduce face.
2522 (help-default-arg-highlight): Use it, now that
2523 `face-differs-from-default-p' can be trusted.
2524
2525 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2526
2527 * textmodes/table.el: Sentence commands added to Point Motion
2528 group; kill and backward-kill commands added to Extraction group.
2529
2530 2004-06-04 Mario Lang <mlang@delysid.org>
2531
2532 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
2533 systems appear to use mW, make the code handle this. Fix a
2534 division-by-zero bug while at it, and handle kernels with
2535 a slightly different layout in /proc/acpi.
2536
2537 2004-06-04 Karl Fogel <kfogel@red-bean.com>
2538
2539 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
2540 because the latter is a CL-ism. This fixes the bug reported by
2541 Shawn Boyette <mdxi@collapsar.net> in
2542 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2543
2544 2004-06-04 Miles Bader <miles@gnu.org>
2545
2546 * faces.el (display-supports-face-attributes-p): Function moved to
2547 C code. Previously only the tty-related portion of this function
2548 was done in C; however the previous attempt to do a halfway-proper
2549 job for non-tty displays in lisp didn't work properly because of
2550 funny conditions during Emacs startup.
2551 (face-differs-from-default-p): Simplify, now that
2552 display-supports-face-attributes-p works properly on all display
2553 types. Remove :stipple from comparison; it doesn't really work
2554 in emacs anyway.
2555
2556 2004-06-04 Miles Bader <miles@gnu.org>
2557
2558 * faces.el (face-differs-from-default-p): Use a different
2559 implementation, so we can really check whether FACE displays
2560 differently or not.
2561
2562 2004-06-04 Miles Bader <miles@gnu.org>
2563
2564 * faces.el (display-supports-face-attributes-p): Implement a
2565 `different from default' check for non-tty displays.
2566
2567 2004-06-03 David Kastrup <dak@gnu.org>
2568
2569 * woman.el (woman-mapcan): More concise code.
2570 (woman-topic-all-completions, woman-topic-all-completions-1)
2571 (woman-topic-all-completions-merge): Replace by a simpler and
2572 much faster implementation based on O(n log n) sort/merge instead
2573 of the old O(n^2) behavior.
2574
2575 2004-06-03 Miles Bader <miles@gnu.org>
2576
2577 * subr.el (read-number): Use canonical format for default in prompt.
2578
2579 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
2580 Add regexp for " [...]" style defaults.
2581
2582 2004-06-02 Romain Francoise <romain@orebokech.com>
2583
2584 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
2585 groups: if the user asks for a hidden buffer, open the
2586 corresponding filter group to expose it.
2587
2588 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
2589 `ibuffer-jump-to-buffer'.
2590 (ibuffer-jump-offer-only-visible-buffers): New user option.
2591
2592 2004-06-02 Juanma Barranquero <lektu@terra.es>
2593
2594 * faces.el (frame-update-faces): Add empty docstring so the one
2595 for `ignore' doesn't show through.
2596
2597 * subr.el (process-kill-without-query): Remove spurious "\n" on
2598 obsolescence string.
2599 (focus-frame, unfocus-frame): Add obsolescence declaration and
2600 empty docstring.
2601
2602 * international/mule.el (register-char-codings): Make alias for
2603 `ignore'. Move docstring to obsolescence info and remove redundancy.
2604
2605 2004-06-02 Kim F. Storm <storm@cua.dk>
2606
2607 * frame.el (blink-cursor-start): Turn cursor off initially so blink
2608 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
2609
2610 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2611
2612 * comint.el (comint-replace-by-expanded-history-before-point):
2613 Obey `start' as the docstring says.
2614 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
2615 (comint-update-fence): Prevent font-lock from running unnecessarily.
2616 (comint-dynamic-list-completions): Use with-current-buffer.
2617
2618 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2619
2620 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
2621 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
2622 (bibtex-entry-update): Handle alternatives and optional fields.
2623 (bibtex-parse-entry): Bugfix, handle empty key.
2624
2625 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * vc-arch.el (vc-arch-state): Don't assume the file exists.
2628
2629 2004-05-31 Lars Hansen <larsh@math.ku.dk>
2630
2631 * desktop.el (desktop-save): Don't save minor modes without a
2632 known mode initialization function.
2633
2634 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
2635
2636 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
2637
2638 * autorevert.el: Update `Commentary' section.
2639
2640 2004-05-30 Juanma Barranquero <lektu@terra.es>
2641
2642 * dos-fns.el (convert-standard-filename):
2643 * files.el (convert-standard-filename):
2644 * w32-fns.el (convert-standard-filename):
2645 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
2646
2647 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2648
2649 Sync with Tramp.
2650
2651 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
2652 (tramp-let-maybe): Move to an earlier spot in the file.
2653 Patch by Andreas Schwab.
2654
2655 2004-05-30 Andreas Schwab <schwab@suse.de>
2656
2657 * dired.el (dired-get-filename): Don't use dired-re-dot.
2658
2659 2004-05-30 Richard M. Stallman <rms@gnu.org>
2660
2661 * files.el (find-file): Doc fix.
2662
2663 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
2664
2665 2004-05-30 Nick Roberts <nickrob@gnu.org>
2666
2667 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
2668 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
2669 modeline of the locals buffer.
2670 (gdb-goto-breakpoint): Handle gdbmi.
2671 (gdb-get-frame-number): Change for gdbmi.
2672
2673 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
2674
2675 * files.el (file-remote-p): Apply file name handler for operation
2676 `file-remote-p'. It isn' a property any longer.
2677 (file-relative-name): `fh' and `fd' get the required value via
2678 `find-file-name-handler' already.
2679
2680 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
2681 (top): Remove setting of `file-remote-p' property for
2682 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
2683
2684 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
2685
2686 Version 2.0.41 of Tramp released.
2687
2688 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
2689 Throw away if process has died.
2690 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
2691 (tramp-out-of-band-prompt-regexp): Rename to
2692 `tramp-process-alive-regexp', because its usage is widen.
2693 (tramp-actions-copy-out-of-band): Apply it.
2694 (tramp-actions-before-shell, tramp-multi-actions):
2695 Add `tramp-action-process-alive' action.
2696 (tramp-action-process-alive): New defun.
2697 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2698 Add entry for `file-remote-p'.
2699 (tramp-handle-file-remote-p): New defun.
2700 (top): Remove setting of `file-remote-p'. Don't set
2701 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
2702
2703 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2704 `file-remote-p'.
2705
2706 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
2707 counted for (last) line. [They should or they shouldn't? --Stef]
2708 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
2709
2710 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2711
2712 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
2713 not really necessary but seems to keep the shell history smaller
2714 in some cases. It is no substitute for setting HISTFILE and
2715 HISTSIZE from tramp-open-connection-setup-interactive-shell,
2716 though. Suggested by Luc Teirlinck.
2717 (tramp-open-connection-setup-interactive-shell): Export variables
2718 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
2719 (tramp-set-process-query-on-exit-flag): New compat function.
2720 (tramp-open-connection-multi, tramp-open-connection-su)
2721 (tramp-open-connection-rsh, tramp-open-connection-telnet)
2722 (tramp-do-copy-or-rename-file-out-of-band): Use it.
2723 (tramp-let-maybe): New macro, let-binds a variable only if it
2724 isn't obsolete.
2725 (tramp-check-ls-commands, tramp-handle-expand-file-name)
2726 (tramp-handle-file-truename): Use it.
2727 (tramp-completion-file-name-regexp-unified): Avoid matching
2728 filenames starting with "/:" -- those are reserved for
2729 file-name-non-special.
2730
2731 * tramp-smb.el (tramp-smb-open-connection):
2732 Use tramp-set-process-query-on-exit-flag compat function.
2733
2734 2004-05-29 Richard M. Stallman <rms@gnu.org>
2735
2736 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
2737
2738 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
2739 (eval-last-sexp-print-value): Print char equivalent regardless
2740 of standard-output value.
2741
2742 * thumbs.el (thumbs-subst-char-in-string): Delete.
2743 (thumbs-thumbname): Use subst-char-in-string.
2744 (thumbs-resize-image): Use condition-case, not ignore-errors.
2745 (thumbs-kill-buffer): Likewise.
2746
2747 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
2748 (thumbs-mode): Make buffer read-only.
2749 (thumbs-make-thumb): Unconditionally accept an existing file.
2750 (thumbs-insert-thumb): Add thumb-image-file property to the image.
2751 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
2752 (thumbs-show-thumbs-list): Error if images not supported.
2753 (thumbs-save-current-image): Improve prompt string.
2754 (thumbs-mode-map): Define u, R, x.
2755 (thumbs-unmark): New command.
2756 (thumbs-emboss-image): Minor cleanup.
2757 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2758 (thumbs-rename-images): New command.
2759 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
2760
2761 * thumbs.el (thumbs-current-image): New function.
2762 (thumbs-file-list, thumbs-file-alist): New functions.
2763 (thumbs-find-image): Delete arg L.
2764 Don't set up thumbs-fileL as buffer-local global var.
2765 (thumbs-find-image-at-point): Use thumbs-current-image.
2766 (thumbs-set-image-at-point-to-root-window): Likewise.
2767 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2768 Record and warn about errors. Update thumbs-markedL for deletions.
2769 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2770 (thumbs-redraw-buffer): Use thumbs-file-list.
2771 (thumbs-mark): Use thumbs-current-image.
2772 (thumbs-show-name): Use thumbs-current-image.
2773
2774 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2775 and imenu--last-menubar-index-alist.
2776
2777 * subr.el (with-selected-window): Undo previous change.
2778
2779 2004-05-29 John Paul Wallington <jpw@gnu.org>
2780
2781 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2782 (thumbs-mouse-find-image): New command.
2783 (thumbs-mode-map): Bind it to mouse-2.
2784 (thumbs-mode): Make mode-class special.
2785 (thumbs-view-image-mode): Likewise.
2786
2787 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2788
2789 * flymake.el: New file.
2790
2791 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2792
2793 * files.el (find-file-noselect-1): Do not bind
2794 `inhibit-read-only' to t during execution of
2795 `find-file-not-found-functions'.
2796
2797 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2800 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2801
2802 2004-05-28 Juri Linkov <juri@jurta.org>
2803
2804 * simple.el (eval-expression-print-format): New fun.
2805
2806 * simple.el (eval-expression):
2807 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2808 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2809 (edebug-eval-expression): Print additionally the value returned by
2810 `eval-expression-print-format'.
2811
2812 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2813 (insert-pair): Make arguments optional. Find character pair
2814 from `insert-pair-alist' according to the last input event.
2815 (insert-parentheses): Make arguments optional.
2816 (raise-sexp, delete-pair): New funs.
2817
2818 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2819 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2820 Bind C-M-q to `indent-pp-sexp'.
2821
2822 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2823 `pp-to-string' modified to be able to format text with newlines.
2824 (pp-to-string): Move the buffer-formatting part of the code to
2825 `pp-buffer'. Call `pp-buffer'.
2826
2827 * info.el (Info-desktop-buffer-misc-data): Don't save information
2828 about virtual files.
2829 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2830 buffers with names obtained from the desktop file instead of the
2831 default *info* buffer.
2832
2833 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * subr.el (with-selected-window): Only save/restore the selected window.
2836
2837 * progmodes/compile.el (compilation-error-regexp-alist):
2838 Use expand-file-name and data-directory.
2839
2840 * progmodes/grep.el (grep-tree): Rework previous fix.
2841
2842 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2843 after the user marked text with the mouse.
2844
2845 * startup.el (command-line): Keep the first regexp of
2846 auto-save-file-name-transforms intact.
2847
2848 2004-05-28 Juanma Barranquero <lektu@terra.es>
2849
2850 * cus-edit.el (customize-face, customize-face-other-window)
2851 (custom-face-edit-delete): Make arguments match their use in
2852 docstring.
2853 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2854 docstring.
2855
2856 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2857 not `cvs-butlast'.
2858
2859 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2860 `nbutlast' are in subr.el).
2861
2862 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2863 (set-w32-system-coding-system): Doc fixes.
2864
2865 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2866 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2867 Make arguments match their use in docstring.
2868 (artist-draw-region-trim-line-endings)
2869 (artist-mouse-choose-operation): Fix typo in docstring.
2870 (artist-key-set-point-common): Doc fix.
2871
2872 2004-05-28 Simon Josefsson <jas@extundo.com>
2873
2874 * mail/smtpmail.el (smtpmail-open-stream):
2875 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2876
2877 2004-05-26 Simon Josefsson <jas@extundo.com>
2878
2879 * starttls.el: Merge with my GNUTLS based starttls.el.
2880 (starttls-gnutls-program, starttls-use-gnutls)
2881 (starttls-extra-arguments, starttls-process-connection-type)
2882 (starttls-connect, starttls-failure, starttls-success): New variables.
2883 (starttls-program, starttls-extra-args): Doc fix.
2884 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2885 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2886 and pass on to corresponding *-gnutls function if it is set.
2887
2888 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2889
2890 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2891 remote files.
2892
2893 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * files.el (file-name-non-special): There are more operations
2896 which need handling: `find-backup-file-name',
2897 `insert-file-contents', `verify-visited-file-modtime',
2898 `write-region'. Rename t value of method to `add'. Add new
2899 methods `quote' and `unquote-then-quote' to file-arg-indices.
2900
2901 2004-05-25 Juri Linkov <juri@jurta.org>
2902
2903 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2904 (Info-index-nodes): Enclose code in condition-case to catch errors.
2905 (Info-index-node): Don't search all index nodes if request is only
2906 for the current node and file is not in the cache of index nodes.
2907 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2908 for consistency with dired-copy-filename-as-kill.
2909 Bind `S' to Info-search-case-sensitively.
2910 (Info-copy-current-node-name): New arg. With zero prefix arg put
2911 the name inside a function call to `info'. Display copied text in
2912 the echo area.
2913
2914 2004-05-25 Sam Steingold <sds@gnu.org>
2915
2916 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2917 strip the package prefix from the symbol name, if any.
2918 Make it the `find-tag-default-function' for `lisp-mode'.
2919
2920 2004-05-25 John Paul Wallington <jpw@gnu.org>
2921
2922 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2923 instead of obsolete `process-kill-without-query'.
2924
2925 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2926 Declare as variable, not constant.
2927
2928 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2929
2930 * files.el (find-file-noselect-1): Fix bug introduced by
2931 Revision 1.694. As a side effect, `inhibit-read-only'
2932 is again, by default, t during execution of
2933 `find-file-not-found-functions'.
2934 (insert-directory): Check that lines were really inserted by
2935 the --dired switch, before erasing them.
2936
2937 2004-05-24 Nick Roberts <nickrob@gnu.org>
2938
2939 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2940 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2941 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2942 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2943 gud-minor-mode (gdbmi).
2944
2945 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2946
2947 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2948 explicitly select the text to be taken as URL.
2949
2950 2004-05-23 Juri Linkov <juri@jurta.org>
2951
2952 * info.el (Info-index-nodes): New var and fun.
2953 (Info-goto-index, Info-index, info-apropos)
2954 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2955 (Info-index): Fix docstring. Store and restore Info-history-list.
2956 (Info-complete-nodes): New var.
2957 (Info-complete-menu-item): Use it.
2958 (Info-index-node): New fun.
2959 (Info-final-node, Info-forward-node, Info-backward-node)
2960 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2961 Use Info-index-node.
2962 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2963 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2964 (Info-find-node-2): If a node with period in its name not found,
2965 try to find a node without the name part after period.
2966 (Info-select-node): Call Info-fontify-node only if
2967 Info-fontify-maximum-menu-size is not nil.
2968 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2969 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2970 Preserve Info-history-list.
2971 (Info-toc): Set Info-current-file.
2972 (Info-build-toc): Move point to the beginning of the buffer.
2973 Add main-file variable.
2974 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2975 Use backslashed representation of the control character ^_.
2976
2977 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2978 numbers in the new Texinfo 4.7 format.
2979
2980 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2981 regexps for function and variable names.
2982
2983 * descr-text.el (describe-property-list): Add [show] button for
2984 `syntax-table' property with action to pp to a separate buffer.
2985 (describe-char): Replace search-forward by re-search-forward with
2986 whitespace regexp after "character:" to not fail in too narrow windows.
2987
2988 * simple.el (next-error-find-buffer): Add a rule to return
2989 next-error capable buffer if one window on the selected frame
2990 displays such buffer.
2991
2992 2004-05-23 Nick Roberts <nickrob@gnu.org>
2993
2994 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2995 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2996 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2997 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2998 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2999 Handle new value for gud-minor-mode (gdbmi).
3000 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
3001 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
3002 Change from local to global gdb variable set.
3003 (gdb-ann3): Initialise above gdb variable set.
3004 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
3005 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
3006 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
3007 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
3008 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
3009 (gdb-info-locals-handler, gdb-invalidate-assembler)
3010 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
3011 set as global variables.
3012 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
3013 Handle gdbmi.
3014 (gdb-info-breakpoints-custom): Fix regexp.
3015 (def-gdb-var): Delete.
3016
3017 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
3018 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
3019 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
3020 a new mode. The file (gdb-mi.el) for this mode will be included
3021 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
3022 primary interface.
3023
3024 2004-05-23 Jesper Harder <harder@ifa.au.dk>
3025
3026 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
3027 interpreted as a directory.
3028
3029 2004-05-22 Richard M. Stallman <rms@gnu.org>
3030
3031 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
3032 as a close quote.
3033
3034 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
3035
3036 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
3037 Use assoc-string, not assoc-ignore-case.
3038
3039 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
3040
3041 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
3042 If moving back then fwd gets a defun that ends before point,
3043 try again moving fwd then back.
3044
3045 * files.el (file-name-non-special): Allow t in file-arg-indices
3046 to mean requote the return value. Use `identity' as an element
3047 rather than as the whole value.
3048
3049 * gs.el (gs-options): Add -dSAFER. Mark it risky.
3050
3051 2004-05-22 Juanma Barranquero <lektu@terra.es>
3052
3053 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
3054 `help-make-usage'.
3055 (help-highlight-arguments): Skip function name before searching
3056 for arguments.
3057
3058 2004-05-21 Juanma Barranquero <lektu@terra.es>
3059
3060 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
3061 Don't mention in the docstring these arguments meant for
3062 internal (recursive) use only.
3063 (allout-char-spec): Comment out (it's not implemented).
3064 (allout-old-expose-topic, allout-exposure): Fix docstring and add
3065 obsolescence declaration.
3066 (allout-flatten-exposed-to-buffer)
3067 (allout-indented-exposed-to-buffer): Fix typos in docstring.
3068 (my-mark-marker): Doc fix.
3069 (produce-allout-mode-map, allout-sibling-index)
3070 (allout-isearch-expose, allout-distinctive-bullet)
3071 (allout-open-topic, allout-reindent-body)
3072 (allout-rebullet-heading, allout-process-exposed)
3073 (allout-insert-listified, allout-latex-verb-quote)
3074 (allout-insert-latex-header, allout-insert-latex-trailer):
3075 Make arguments match their use in docstring.
3076 (allout-primary-bullet, allout-old-style-prefixes)
3077 (allout-inhibit-protection, allout-init, allout-mode)
3078 (allout-before-change-protect, allout-flag-region):
3079 Use "Emacs" instead of "emacs" in docstrings.
3080
3081 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3082
3083 * international/characters.el: Modify syntax of more characters.
3084
3085 2004-05-21 Masatake YAMATO <jet@gyve.org>
3086
3087 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
3088 (etags-tags-completion-table): Show parsing progress.
3089
3090 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
3091
3092 * locate.el (locate-prompt-for-command): Shorten first line of
3093 docstring.
3094 (locate-mode): Expand docstring and include keymap summary.
3095
3096 * files.el (find-file-noselect-1): Limit the scope of the
3097 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
3098 is, by default, nil during the execution of
3099 `find-file-not-found-functions' and `find-file-hook'.
3100
3101 2004-05-20 Michael Mauger <mmaug@yahoo.com>
3102
3103 * facemenu.el (facemenu-color-name-equal): New function.
3104 (list-colors-display): Use it to compare colors instead of
3105 facemenu-color-equal.
3106
3107 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
3108
3109 * compare-w.el (compare-windows-face): Use min-colors instead of
3110 checking for tty or pc types.
3111
3112 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
3115 (completion-setup-function): Use with-current-buffer.
3116 Properly save excursion. Simplify.
3117 Don't assume there is necessarily a `mouse-face' property somewhere.
3118
3119 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
3120
3121 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
3122
3123 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
3124 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
3125 Use with-current-buffer.
3126 (byte-goto-log-buffer): Delete.
3127 (byte-compile-log-file): Call compilation-forget-errors.
3128
3129 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3130
3131 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
3132 output messages into the search result.
3133
3134 2004-05-19 Masatake YAMATO <jet@gyve.org>
3135
3136 * wid-edit.el (widget-radio-button-notify): Revert my last
3137 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3138
3139 2004-05-19 Kenichi Handa <handa@m17n.org>
3140
3141 * international/characters.el: Fix syntax (open/close) of CJK chars.
3142
3143 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3144
3145 * help-mode.el (help-go-back): Don't depend on position of back button.
3146
3147 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3148
3149 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
3150 files files don't contain an accidental additional /.
3151
3152 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
3153 in source buffer.
3154
3155 2004-05-18 Masatake YAMATO <jet@gyve.org>
3156
3157 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
3158 to widget-apply. :action method assumes 2 arguments, not 3.
3159
3160 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
3161
3162 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3163 New constants.
3164 (hs-special-modes-alist): Add an f90-mode entry.
3165
3166 2004-05-17 Sam Steingold <sds@gnu.org>
3167
3168 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
3169 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
3170
3171 2004-05-16 Kim F. Storm <storm@cua.dk>
3172
3173 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
3174
3175 2004-05-15 John Wiegley <johnw@newartisans.com>
3176
3177 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
3178 (eshell-output-object-to-target): Improve output speed 20% by not
3179 calling `eshell-stringify' if something is already known to be a string.
3180
3181 2004-05-15 Alex Ott <ott@jet.msk.su>
3182
3183 * textmodes/ispell.el (ispell-local-dictionary-alist):
3184 Add windows-1251 to the choice of coding systems.
3185 (ispell-dictionary-alist-6): Add support for "russianw.aff",
3186 encoded in cp1251.
3187
3188 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
3189
3190 * progmodes/compile.el (compilation-warning-face)
3191 (compilation-info-face): Use min-colors.
3192
3193 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3194
3195 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
3196 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
3197 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
3198 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
3199 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
3200 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
3201 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
3202 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
3203 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
3204 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
3205 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
3206 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
3207 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
3208 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
3209
3210 2004-05-15 Kim F. Storm <storm@cua.dk>
3211
3212 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
3213 Use it to set triggered-p element of timer.
3214 (timer-event-handler): Set triggered-p element non-nil while running
3215 the timer function.
3216
3217 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * descr-text.el (describe-char-unicode-data)
3220 (describe-char-unicodedata-file): Re-enable the unicode code now that
3221 the licensing issues have been cleared in the unicode-4 license.
3222 (describe-text-properties-1): Remove unused `overlay' var.
3223 (describe-char): Remove unused var `buffer'.
3224
3225 2004-05-14 David Ponce <david@dponce.com>
3226
3227 * tree-widget.el: New file.
3228
3229 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
3230
3231 * language/european.el ("Brazilian Portuguese"): Add support for
3232 Brazilian Portuguese.
3233
3234 2004-05-13 John Wiegley <johnw@newartisans.com>
3235
3236 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
3237 `recentf-mode' if this variable has been customized to t.
3238
3239 * eshell/esh-test.el (eshell-test): Call the function
3240 `emacs-version' rather than trying to build a custom version string.
3241
3242 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * net/telnet.el (telnet-mode): Use define-derived-mode.
3245 Don't modify the global value of comint-prompt-regexp.
3246
3247 2004-05-13 John Paul Wallington <jpw@gnu.org>
3248
3249 * version.el (emacs-version): Check for `gtk' feature before
3250 `x-toolkit' feature.
3251
3252 2004-05-13 Juanma Barranquero <lektu@terra.es>
3253
3254 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
3255 arguments in the docstring, they're used only in recursive calls.
3256
3257 * help-fns.el (help-arg-highlighting-function)
3258 (help-argument-name): Delete.
3259 (help-default-arg-highlight): New function.
3260 (help-do-arg-highlighting): Use it.
3261
3262 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3263
3264 * calendar/appt.el (appt-disp-window):
3265 Use `calendar-set-mode-line' for a centered mode-line.
3266
3267 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3268
3269 * calendar/appt.el (appt-disp-window): Do not split window
3270 excessively when `split-height-threshold' is low.
3271
3272 2004-05-12 Nick Roberts <nickrob@gnu.org>
3273
3274 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
3275 kill-buffer-hook here and make it local.
3276 (gud-kill-buffer-hook): Use kill-process for a sure kill.
3277
3278 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
3279
3280 * progmodes/compile.el (compilation-set-window-height):
3281 Use save-excursion to protect against misplaced marker.
3282
3283 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3284
3285 * custom.el (defface): Document that type can have value gtk.
3286
3287 * faces.el (face-spec-set-match-display): Handle type gtk in display.
3288
3289 2004-05-12 Kenichi Handa <handa@m17n.org>
3290
3291 * descr-text.el: Require quail at comile time.
3292 (describe-char): If an input method is on and it supports the
3293 character, show how to input it.
3294
3295 * international/quail.el (quail-install-decode-map): Accept a
3296 char-table whose subtype is `quail-decode-map'.
3297 (quail-store-decode-map-key, quail-gen-decode-map1)
3298 (quail-gen-decode-map, quail-find-key1, quail-find-key)
3299 (quail-show-key): New functions.
3300
3301 2004-05-12 Juanma Barranquero <lektu@terra.es>
3302
3303 * generic.el (define-generic-mode): Remove redundant arglist info.
3304
3305 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
3306 Make arguments match their use in docstring.
3307 (help-arg-highlighting-function): New variable.
3308 (help-argument-name): Mention it in the docstring.
3309 (help-do-arg-highlight): Use it. Expand regexp to accept also
3310 ARG-xxx and xxx-ARG references.
3311
3312 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3313
3314 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
3315 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
3316 and "mailto:addr1?to=addr2" equal.
3317
3318 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3319
3320 * man.el (Man-getpage-in-background): Use shell-file-name
3321 and shell-command-switch variables instead of hard-coded values.
3322
3323 2004-05-11 Eli Zaretskii <eliz@gnu.org>
3324
3325 * iimage.el: New file.
3326
3327 2004-05-11 Juanma Barranquero <lektu@terra.es>
3328
3329 * custom.el (custom-initialize-default, defcustom):
3330 Fix typo in docstring.
3331
3332 * files.el (set-visited-file-name, file-expand-wildcards):
3333 Fix docstring.
3334
3335 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
3338
3339 * subr.el (eventp): Be more discriminating with integers.
3340
3341 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
3342
3343 * progmodes/compile.el (compile): Add universal prefix arg.
3344 (compilation-error-regexp-alist-alist): Add edg patterns.
3345
3346 2004-05-10 Sam Steingold <sds@gnu.org>
3347
3348 * textmodes/ispell.el (ispell-message):
3349 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3350
3351 2004-05-10 Dave Love <fx@gnu.org>
3352
3353 * progmodes/python.el (help-buffer): Autoload when compiling.
3354 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
3355 (run-python): Prepend to any existing PYTHONPATH.
3356
3357 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
3358
3359 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
3360 for pending breakpoints.
3361
3362 2004-05-10 Richard M. Stallman <rms@gnu.org>
3363
3364 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
3365 directly without calling any functions in Rmail.
3366 (unrmail-unprune): Function deleted.
3367
3368 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
3371 C-c C-z binding.
3372
3373 2004-05-10 Kenichi Handa <handa@m17n.org>
3374
3375 * descr-text.el (describe-char): Fix previous change. Don't make
3376 a unibyte character to multibyte in the *Help* buffer.
3377
3378 2004-05-10 Miles Bader <miles@gnu.org>
3379
3380 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
3381 buffer an error if the debugger process is actually running.
3382
3383 2004-05-10 Juanma Barranquero <lektu@terra.es>
3384
3385 * help-fns.el (help-argument-name): Default to italic.
3386 (help-highlight-arguments): Return always (usage . doc), even when
3387 usage is nil.
3388
3389 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
3390 (define-ibuffer-filter): Add usage info.
3391 (define-ibuffer-op): Add usage info (but CL-style defaults for
3392 keyword args are not shown).
3393
3394 * subr.el (remove-overlays, read-passwd): Fix docstring.
3395 (start-process-shell-command): Fix docstring. Put usage info in a
3396 format usable by `describe-function'.
3397 (open-network-stream, open-network-stream-nowait)
3398 (open-network-stream-server): Fix docstring.
3399
3400 2004-05-09 Jason Rumney <jasonr@gnu.org>
3401
3402 * international/code-pages (cp932, cp936, cp949, c950): Remove.
3403 Only define cp125* if windows-125* is already defined.
3404
3405 * language/korean.el (cp949): Add alias.
3406
3407 * language/chinese.el (cp936, cp950): Add aliases.
3408
3409 * language/japanese.el (cp932): Add alias.
3410
3411 * term/w32-win.el: Require code-pages.
3412
3413 * international/mule-cmds.el (set-locale-environment):
3414 On MS-Windows use ansi code-page for default coding-systems.
3415 Set up paper sizes for Windows 3 letter languages.
3416
3417 * international/code-pages.el (cp932, cp936, cp949, cp950):
3418 Add aliases. Also add cp125* if not already defined.
3419
3420 2004-05-09 Juanma Barranquero <lektu@terra.es>
3421
3422 * help-fns.el (help-highlight-arguments): Don't try to highlight
3423 missing or autoloaded arglists. Accept structured arguments, like
3424 the first ones of `do' and `flet'.
3425
3426 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
3427 (cvs-get-marked): Remove redundant arglist info.
3428
3429 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
3430 Don't use CL-style default args.
3431
3432 2004-05-08 Andreas Schwab <schwab@suse.de>
3433
3434 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
3435
3436 * international/subst-ksc.el: Fix references to utf-translate-cjk
3437 into utf-translate-cjk-mode.
3438 * international/subst-big5.el: Likewise.
3439 * international/subst-gb2312.el: Likewise.
3440 * international/subst-jis.el: Likewise.
3441 * international/utf-16.el: Likewise.
3442 * international/utf-8.el: Likewise.
3443
3444 2004-05-08 John Wiegley <johnw@newartisans.com>
3445
3446 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
3447 "virtual buffers" (off by default), which makes it possible to
3448 switch to the "virtual" buffers of recently visited files. When a
3449 buffer name search fails, and this option is on, iswitchb will
3450 look at the list of recently visited files, and permit matching
3451 against those names. When the user hits RET on a match, it will
3452 revisit that file.
3453 (iswitchb-read-buffer): Add two optional arguments, which makes
3454 isearchb.el possible.
3455 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
3456 (iswitchb-next-match): Add support for virtual buffers.
3457
3458 * isearchb.el: This module extends iswitchb to provide "as you
3459 type" buffer selection.
3460
3461 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
3462 Ignore the read-only property when flyspell highlighting is on.
3463 Not ignoring it leads to a series of confusing errors.
3464 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
3465 but also make sure to call flyspell-incorrect-hook.
3466 (flyspell-maybe-correct-transposition): Perform transposition test
3467 by bit twiddling a string, rather than using a temp buffer.
3468 (flyspell-maybe-correct-doubling): Use a string rather than a temp
3469 buffer. This is also the original version of the code, which
3470 could not be checked in before due to a previous lack of
3471 assignment papers. This version has seen heavy usage on my system
3472 for several years now.
3473
3474 * calendar/cal-bahai.el: New file, which adds support for the
3475 Baha'i calendar to Emacs. This calendar is based on a solar year
3476 of 19 months of 19 days, with 4 intercalary days. Each year
3477 begins on March 21, with the calendar starting in 1844.
3478
3479 * calendar/cal-menu.el, calendar/calendar.el,
3480 calendar/diary-lib.el, calendar/holidays.el: Added support for
3481 using cal-bahai.el.
3482
3483 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
3484 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
3485 function can be used outside of eshell buffers.
3486 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
3487
3488 2004-05-08 Juanma Barranquero <lektu@terra.es>
3489
3490 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
3491 word constituent so FOO-ARG is not recognized as an arg.
3492 (help-highlight-arguments): Don't skip lists in mandatory arguments.
3493
3494 * simple.el (next-error): Fix typo in docstring.
3495 (open-line): Make argument names match their use in docstring.
3496 (split-line): Fix docstring.
3497
3498 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
3499 usable by `describe-function'.
3500 (gensym, gentemp, typep, ignore-errors): Make argument names match
3501 their use in docstring.
3502
3503 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
3504 argument to `help-setup-xref'.
3505
3506 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
3507
3508 Version 2.0.40 of Tramp released.
3509
3510 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
3511 Use symbol-function to invoke functions only known on some Emacs
3512 flavors. This avoids byte-compiler warnings. Reported by Kevin
3513 Scaldeferri <kevin@scaldeferri.com>.
3514 (tramp-do-copy-or-rename-file-via-buffer): Rename from
3515 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
3516 consistent with the other tramp-do-* functions.
3517 (tramp-do-copy-or-rename-file): Calls adjusted.
3518 (tramp-process-initial-commands): Avoid liveness check on shell --
3519 we know that it must be alive since we're opening a connection at
3520 this moment.
3521 (tramp-last-cmd): New internal variable.
3522 (tramp-process-echoes): New tunable.
3523 (tramp-send-command): Set tramp-last-cmd.
3524 (tramp-wait-for-output): Delete echo, if applicable.
3525 (tramp-read-passwd): Construct the key for the password cache in a
3526 way that works for multi methods, too.
3527 (tramp-bug): Add backup-directory-alist and
3528 bkup-backup-directory-info to bug reports, with Tramp counterparts.
3529
3530 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
3531
3532 * net/tramp*.el: Suppress byte-compiler warnings where possible.
3533
3534 * net/tramp.el (tramp-out-of-band-prompt-regexp)
3535 (tramp-actions-copy-out-of-band): New defcustoms.
3536 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
3537 used instead of a synchronous one. Allows password entering.
3538 (tramp-action-out-of-band): New defun.
3539 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
3540 Remove restriction with password from doc string.
3541 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
3542 `tramp-out-of-band-prompt-regexp',
3543 `tramp-actions-copy-out-of-band', `password-cache' and
3544 `password-cache-expiry'.
3545 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
3546 password caching.
3547 (tramp-touch): FILE can be a local file, too.
3548 (TODO): Remove items done.
3549 (tramp-handle-insert-directory): Properly quote file name also if
3550 not full-directory-p. Handle wildcard case. Reported by Andreas
3551 Schwab <schwab@suse.de>.
3552 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
3553 new file.
3554 (tramp-handle-file-local-copy, tramp-handle-write-region):
3555 The permissions of the temporary file are set if filename exists.
3556 Reported by Ted Stern <stern@cray.com>.
3557 (tramp-backup-directory-alist)
3558 (tramp-bkup-backup-directory-info): New defcustoms.
3559 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
3560 (tramp-handle-find-backup-file-name): New function.
3561 Implements Tramp's find-backup-file-name.
3562
3563 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
3564 for `find-backup-file-name'.
3565
3566 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
3567 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
3568
3569 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3570
3571 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
3572
3573 2004-05-07 Juanma Barranquero <lektu@terra.es>
3574
3575 * subr.el (lambda): Add arglist description to docstring.
3576 (declare): Fix typo in docstring.
3577 (open-network-stream): Fix docstring.
3578 (process-kill-without-query): Fix docstring and add obsolescence info.
3579 (last, butlast, nbutlast): Make arguments match their use in docstring.
3580 (insert-buffer-substring-no-properties): Likewise.
3581 (insert-buffer-substring-as-yank): Likewise.
3582 (split-string): Fix docstring.
3583
3584 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3585 Make argument names match their use in docstring.
3586
3587 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
3588
3589 2004-05-06 Nick Roberts <nickrob@gnu.org>
3590
3591 * progmodes/gdb-ui.el: Improve/extend documentation strings.
3592 Fit first sentence on one line for apropos-command.
3593
3594 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 Changes largely merged in from Dave Love's code.
3597 * progmodes/python.el: Doc fixes.
3598 (python-mode-map): Add python-complete-symbol.
3599 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
3600 (python-comment-indent, python-complete-symbol)
3601 (python-symbol-completions, python-partial-symbol)
3602 (python-try-complete): New.
3603 (python-indent-line): Remove optional arg. Use python-block-end-p.
3604 (python-check): Bind compilation-error-regexp-alist.
3605 (inferior-python-mode): Use rx. Move keybindings to top level.
3606 Set comint-input-filter.
3607 (python-preoutput-filter): Use rx.
3608 (python-input-filter): Re-introduce.
3609 (python-proc): Start new process if necessary.
3610 Check python-buffer non-nil.
3611 (view-return-to-alist): Defvar.
3612 (python-send-receive): New.
3613 (python-eldoc-function): Use it.
3614 (python-mode-running): Don't defvar.
3615 (python-mode): Set comment-indent-function.
3616 Maybe update hippie-expand-try-functions-list.
3617 (python-indentation-levels): Initialize differently.
3618 (python-block-end-p): New.
3619 (python-indent-line): Use it.
3620 (python-compilation-regexp-alist): Augment.
3621 (run-python): Import `emacs' module to Python rather than loading
3622 code directly. Set python-buffer differently.
3623 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
3624 Use python-proc.
3625 (python-send-command): Go to end of comint buffer.
3626 (python-load-file): Use python-proc, emacs.eimport.
3627 (python-describe-symbol): Simplify interactive form.
3628 Use emacs.help. Do use temp-buffer-show-hook.
3629 Call print-help-return-message.
3630 (hippie-exp): Require when compiling.
3631 (python-preoutput-continuation): Use rx.
3632
3633 * diff-mode.el (diff-make-unified): Fix regexp.
3634
3635 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
3636
3637 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
3638 filter groups from the buffer when rebuilding the Ibuffer buffer
3639 and `ibuffer-show-empty-filter-groups' is nil.
3640
3641 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3642
3643 * ps-print.el (ps-print-quote): Call ps-value-string.
3644 (ps-setup): Call ps-comment-string.
3645 (ps-value-string, ps-comment-string): New funs.
3646
3647 2004-05-06 Juanma Barranquero <lektu@terra.es>
3648
3649 * ehelp.el (electric-help-command-loop): Check whether the last
3650 character is visible, not (point-max).
3651
3652 * help-fns.el (help-argument-name): Default to bold; don't inherit
3653 from font-lock-variable-name-face.
3654 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
3655
3656 2004-05-05 Kenichi Handa <handa@m17n.org>
3657
3658 * descr-text.el (describe-char): Copy the character with text
3659 properties and overlays into the first line, and call
3660 describe-text-properties on it.
3661
3662 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
3663
3664 * iswitchb.el (iswitchb-global-map): Fix typo.
3665 Remove unwanted ###autoloads from source file.
3666
3667 2004-05-05 Lars Hansen <larsh@math.ku.dk>
3668
3669 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
3670 in run-hooks. Use substitute-command-keys in message.
3671 (wdired-abort-changes): Add message.
3672
3673 2004-05-03 Michael Mauger <mmaug@yahoo.com>
3674
3675 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
3676 (sql-emacs20-p): Remove.
3677 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
3678 (sql-builtin-face, sql-doc-face): Remove.
3679 (sql-mode-ansi-font-lock-keywords)
3680 (sql-mode-oracle-font-lock-keywords)
3681 (sql-mode-postgres-font-lock-keywords)
3682 (sql-mode-linter-font-lock-keywords)
3683 (sql-mode-ms-font-lock-keywords)
3684 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
3685 (sql-product-font-lock): Fix font-lock reset when font rules change.
3686 (sql-highlight-product): Remove incorrect font-lock reset logic.
3687
3688 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
3689
3690 * ses.el (ses-set-parameter): Fix typo.
3691
3692 2004-05-04 Kim F. Storm <storm@cua.dk>
3693
3694 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
3695 Must expand directory for completion to work; and don't mess with
3696 process-environment.
3697 (ido-read-file-name): If command has ido property, don't use ido
3698 if value is ignore, or read as directory if value is dir.
3699 Set ido ignore property for dired-do-rename command.
3700
3701 2004-05-04 Juanma Barranquero <lektu@terra.es>
3702
3703 * ehelp.el (electric-help-command-loop, electric-help-undefined)
3704 (electric-help-help): Check against unmapped commands.
3705
3706 * help-fns.el (help-argument-name): New face, inheriting from
3707 font-lock-variable-name-face, to highlight function arguments in
3708 `describe-function' and `describe-key'.
3709 (help-do-arg-highlight): Auxiliary function to highlight a given
3710 list of arguments in a string.
3711 (help-highlight-arguments): Highlight the function arguments and
3712 all uses of them in the docstring.
3713 (describe-function-1): Use it. Do docstring output via `insert',
3714 not 'princ', so text attributes are preserved.
3715
3716 * winner.el (winner-mode-map): Move `winner-undo' and
3717 `winner-redo' to C-c <left> and C-c <right>, respectively (the
3718 previous bindings conflict with `prev-buffer', `next-buffer').
3719
3720 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3721
3722 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
3723 (bibtex-entry-update): New command bound to C-c C-u.
3724 (bibtex-text-in-string): Fix regexp.
3725 (bibtex-assoc-of-regexp): Remove.
3726 (bibtex-progress-message): Fix docstring.
3727 (bibtex-inside-field): Use if.
3728 (bibtex-assoc-regexp): New function.
3729 (bibtex-format-entry): Make code more robust so that it formats
3730 also old entries.
3731 (bibtex-autokey-demangle-title): Merge with obsolete function
3732 bibtex-assoc-of-regexp.
3733 (bibtex-field-list): New function.
3734 (bibtex-entry): Use bibtex-field-list.
3735 (bibtex-parse-entry): Fix docstring.
3736 (bibtex-print-help-message): Use bibtex-field-list.
3737 (bibtex-make-field): Use bibtex-field-list.
3738 (bibtex-entry-index): Bugfix. Return crossref key if required.
3739 (bibtex-lessp): Fix docstring.
3740
3741 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
3742
3743 * select.el (xselect-convert-to-string): Move comment to intended line.
3744
3745 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3746
3747 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
3748 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
3749
3750 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3751
3752 * term/x-win.el (x-clipboard-yank): Don't exit on error from
3753 x-get-selection.
3754
3755 2004-05-03 Jason Rumney <jasonr@gnu.org>
3756
3757 * makefile.nt: Remove.
3758
3759 2004-05-03 Kim F. Storm <storm@cua.dk>
3760
3761 * emulation/cua-base.el (cua--update-indications): Fix last change.
3762 (cua-mode): Deactivate mark when cua-mode is enabled.
3763
3764 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
3765
3766 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3767
3768 2004-05-03 Nick Roberts <nickrob@gnu.org>
3769
3770 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3771 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3772 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3773 window over visible frames.
3774 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3775
3776 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * progmodes/compile.el (compilation-gcpro): New var.
3779 (compilation-fake-loc): Use it.
3780 (compilation-forget-errors): Reset it.
3781
3782 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3783
3784 * diff-mode.el (diff-header-face, diff-file-header-face):
3785 Use min-colors.
3786
3787 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3788
3789 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3790 (bibtex-clean-entry): Disentangle code.
3791 (bibtex-realign): New function.
3792 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3793 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3794 Remove undocumented optional arg called-by-convert-alien.
3795 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3796 for sorting instead of bibtex-sort-buffer.
3797
3798 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3799
3800 * progmodes/compile.el (compilation-start): In the
3801 no-async-subprocesses branch, call sit-for to give redisplay a
3802 chance to show the updated process status in the mode line, and
3803 fontify the buffer explicitly after the process exits.
3804
3805 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * progmodes/python.el (python-compilation-line-number): Remove.
3808 (python-compilation-regexp-alist): Don't use it any more.
3809 (python-orig-start, python-input-filter): Remove.
3810 (inferior-python-mode): Don't set up comint-input-filter-functions.
3811 (python-send-region): Use compilation-fake-loc.
3812
3813 * progmodes/compile.el (compilation-messages-start): New var.
3814 (compilation-mode): Don't setup next-error-function here.
3815 (compilation-setup): Set it up here instead (for minor modes as well).
3816 Make compilation-messages-start buffer local.
3817 (compilation-next-error-function): Use it.
3818 (compilation-forget-errors): Set compilation-messages-start.
3819
3820 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3821
3822 * ielm.el (ielm-prompt-read-only): Update docstring.
3823
3824 * comint.el (comint-prompt-read-only): Update docstring.
3825 (comint-update-fence, comint-kill-whole-line)
3826 (comint-kill-region): New functions.
3827
3828 * simple.el (kill-whole-line): Use "p" instead of "P" in
3829 interactive form.
3830
3831 2004-05-01 Juanma Barranquero <lektu@terra.es>
3832
3833 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3834 format arglist so default values in CL-style argument lists are
3835 correctly shown.
3836
3837 2004-05-01 Jason Rumney <jasonr@gnu.org>
3838
3839 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3840
3841 2004-05-01 Kenichi Handa <handa@m17n.org>
3842
3843 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3844 quail file if it is up to date.
3845
3846 2004-04-30 Juri Linkov <juri@jurta.org>
3847
3848 * cus-edit.el (custom-mode-map):
3849 Add key binding `C-x C-s' to `Custom-save'.
3850
3851 * outline.el (outline-blank-line): New var.
3852 (outline-next-preface, outline-show-heading)
3853 (outline-end-of-subtree): Use it.
3854
3855 * dired-aux.el (dired-touch-initial): New fun.
3856 (dired-do-chxxx): Call it for op-symbol `touch'.
3857 (dired-diff): Use `dired-dwim-target-directory'
3858 if current dired buffer has no buffer mark.
3859
3860 * bindings.el (propertized-buffer-identification):
3861 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3862 Add C-M-arrow keys for consistency.
3863
3864 * files.el (confirm-kill-emacs):
3865 Change group from top-level `emacs' to `convenience'.
3866
3867 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3868 Push mark on the first call of successive command calls.
3869 (insert-pair): New fun created from `insert-parentheses' with
3870 `open' and `close' arguments added. Enclose active regions
3871 in paired characters. Compare adjacent characters syntax with
3872 inserted characters syntax before inserting a space.
3873 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3874
3875 * delsel.el: Don't put `delete-selection' property
3876 on `insert-parentheses' symbol to take advantage of
3877 region handling in `insert-pair' function.
3878 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3879
3880 2004-04-30 Kim F. Storm <storm@cua.dk>
3881
3882 * emulation/cua-base.el: Add support for changing cursor types;
3883 based on patch from Michael Mauger.
3884 (cua-normal-cursor-color, cua-read-only-cursor-color)
3885 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3886 Customization cursor type and/or cursor color.
3887 (cua--update-indications): Handle cursor type changes.
3888 (cua-mode): Update cursor indications if enabled.
3889
3890 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3891
3892 * mouse.el (mouse-drag-copy-region): New defcustom.
3893 (mouse-set-region, mouse-drag-region-1): Use it.
3894
3895 * simple.el (kill-ring-save): If region face background color is
3896 unspecified (if no highlighting), show extent of fully visible
3897 region even if transient-mark-mode is enabled.
3898
3899 * emulation/cua-base.el (cua--standard-movement-commands):
3900 Add cua-scroll-up and cua-scroll-down.
3901 (cua-scroll-up, cua-scroll-down): New commands.
3902 (cua--init-keymaps): Remap scroll-up and scroll-down.
3903
3904 * emulation/cua-rect.el (cua--convert-rectangle-as):
3905 New defmacro.
3906 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3907 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3908 New commands (suggested by Jordan Breeding).
3909
3910 2004-04-30 Juanma Barranquero <lektu@terra.es>
3911
3912 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3913
3914 2004-04-30 Mario Lang <mlang@delysid.org>
3915
3916 * diff.el (diff-switches): Fix typo in docstring.
3917
3918 2004-04-30 Alex Schroeder <alex@gnu.org>
3919
3920 * xml.el (xml-debug-print-internal): Don't add newline and
3921 indentation to text nodes and write empty elements as empty tags
3922 instead of opening and closing tags.
3923 (xml-debug-print): Take optional indent-string argument.
3924 (xml-print): Alias for xml-debug-print.
3925
3926 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3927
3928 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3929 than duplicate call to `line-beginning-position'.
3930
3931 * progmodes/f90.el (f90-get-present-comment-type):
3932 Return whitespace, as well as comment chars, for consistent filling
3933 of comment blocks. Use `match-string-no-properties'.
3934 (f90-break-line): Trim trailing whitespace when filling comments.
3935
3936 2004-04-30 Dave Love <fx@gnu.org>
3937
3938 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3939 (diary-from-outlook-internal, diary-from-outlook)
3940 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3941 New functions to import diary entries from Outlook-format
3942 appointments in mail messages.
3943
3944 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * progmodes/python.el (python-send-command): New fun.
3947 (python-send-region, python-load-file): Use it.
3948
3949 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3950
3951 * help-fns.el (help-C-file-name): Use new subr-name.
3952 Prepend `src/' to the file name.
3953 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3954 (describe-function-1, describe-variable): Only find a C source file
3955 name if DOC is already loaded.
3956
3957 * help-mode.el (help-function-def, help-variable-def):
3958 Use the new find-function-search-for-symbol functionality.
3959 Allow FILE to be `C-source'.
3960
3961 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3962 (find-function-C-source): New fun.
3963 (find-function-search-for-symbol): Use it.
3964
3965 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3966
3967 * progmodes/sql.el (sql-product-alist): Rename variable
3968 `sql-product-support'. Add Postgres login parameters.
3969 (sql-set-product, sql-product-feature): Update with renamed variable.
3970 (sql-connect-postgres): Add username prompt.
3971 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3972 Make patterns less product specific.
3973 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3974 (sql-mode-abbrev-table): Modify initialization.
3975 (sql-builtin-face): Add variable.
3976 (sql-keywords-re): Add macro.
3977 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3978 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3979 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3980 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3981 (sql-mode-linter-font-lock-keywords)
3982 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3983 (sql-mode-sybase-font-lock-keywords)
3984 (sql-mode-informix-font-lock-keywords)
3985 (sql-mode-interbase-font-lock-keywords)
3986 (sql-mode-ingres-font-lock-keywords)
3987 (sql-mode-solid-font-lock-keywords)
3988 (sql-mode-sqlite-font-lock-keywords)
3989 (sql-mode-db2-font-lock-keywords): Default to nil.
3990 (sql-product-font-lock): Always highlight ANSI keywords.
3991 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3992 (sql-send-string): Add function.
3993
3994 2004-04-29 Dave Love <fx@gnu.org>
3995
3996 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3997 (cfengine-end-of-defun): Ensure progress through buffer.
3998
3999 * info-look.el (cfengine-mode): Accept a terminal ().
4000
4001 2004-04-29 Juri Linkov <juri@jurta.org>
4002
4003 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
4004 instead of isearch-yank-word-or-char. Add new key bindings for
4005 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
4006 (isearch-del-char): New fun.
4007 (isearch-forward, isearch-edit-string): Update docstring.
4008 (isearch-yank-char): Doc fix.
4009 (isearch-other-meta-char): Restore point after scrolling.
4010
4011 * progmodes/compile.el (compilation-context-lines): Add nil option
4012 to disable compilation output window scrolling.
4013 (compilation-set-window): Use it.
4014
4015 * outline.el (outline-next-preface, outline-show-heading):
4016 Don't leave unhidden blank line before heading.
4017 (outline-end-of-subtree): Include last newline into subtree.
4018 (hide-entry): Leave point at beginning of heading instead of end.
4019 (outline-up-heading): Push mark for the first call of successive
4020 command calls.
4021
4022 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
4023
4024 * comint.el (comint-prompt-read-only): New variable.
4025 (comint-output-filter): Implement it.
4026
4027 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
4028 (ielm-prompt-internal): New variable.
4029 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
4030 (ielm-send-input): Delete unused variable `buf'.
4031 (ielm-eval-input): Use `ielm-prompt-internal'.
4032 (inferior-emacs-lisp-mode): Use new variables
4033 `comint-prompt-read-only' and `ielm-prompt-internal'.
4034 Get rid of obsolete variable `directory-sep-char'.
4035 (ielm): Use `zerop'.
4036
4037 2004-04-29 John Paul Wallington <jpw@gnu.org>
4038
4039 * thumbs.el (toplevel): Require cl at compile time.
4040 Remove conditional definitions of `ignore-errors' and `caddar'
4041 because they occur at run time.
4042
4043 2004-04-28 Nick Roberts <nickrob@gnu.org>
4044
4045 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
4046 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
4047 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4048 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
4049
4050 * progmodes/gud.el (gud-common-init): Throw an error if program is
4051 already running under gdb.
4052
4053 2004-04-28 John Paul Wallington <jpw@gnu.org>
4054
4055 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
4056 (thumbs-show-image-num): Move assignment of
4057 `thumbs-current-image-filename' within scope of `i'.
4058 (thumbs-emboss-image): Don't use `evenp'.
4059
4060 2004-04-28 Richard M. Stallman <rms@gnu.org>
4061
4062 * progmodes/compile.el (compilation-context-lines): Default now 0.
4063
4064 2004-04-28 Juanma Barranquero <lektu@terra.es>
4065
4066 Use `time-less-p' from calendar/time-date.el instead of defining
4067 custom versions of it.
4068
4069 * pcomplete.el (pcomplete-time-less-p): Remove.
4070
4071 * thumbs.el (time-less-p): Remove.
4072
4073 * calendar/timeclock.el (timeclock-time-less-p): Remove.
4074 (timeclock-generate-report): Use `time-less-p'.
4075
4076 * emacs-lisp/autoload.el (autoload-before-p): Remove.
4077 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
4078
4079 2004-04-28 Masatake YAMATO <jet@gyve.org>
4080
4081 * subr.el (remove-overlays): Make arguments optional.
4082
4083 * wid-edit.el (widget-specify-button): Put evaporate to the
4084 overlay for sample.
4085 (widget-specify-sample): Put evaporate to the overlay for sample.
4086 (widget-specify-doc): Put evaporate to the overlay for documentation.
4087
4088 2004-04-27 Jesper Harder <harder@ifa.au.dk>
4089
4090 * info.el (info-apropos): Make it an index node. Align node names
4091 like makeinfo.
4092
4093 2004-04-27 Eli Zaretskii <eliz@gnu.org>
4094
4095 * net/browse-url.el (browse-url-netscape-sentinel)
4096 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
4097 (browse-url-epiphany-sentinel, browse-url-mosaic):
4098 Use browse-url-*-program instead of a literal program name.
4099
4100 2004-04-27 Kevin Ryde <user42@zip.com.au>
4101
4102 * eshell/em-alias.el:
4103 * eshell/em-dirs.el:
4104 * eshell/em-hist.el:
4105 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
4106 features when M-x customize-group loads modules before the main
4107 eshell.el.
4108
4109 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
4110
4111 * subr.el (momentary-string-display): Support EXIT-CHAR that is
4112 either a character representation of an event or an event
4113 description list.
4114
4115 * type-break.el: Capitalise Emacs and Lisp.
4116 (type-break-good-break-interval, type-break-demo-boring-stats)
4117 (type-break-terse-messages, type-break-file-name): New defcustoms.
4118 (type-break-post-command-hook)
4119 (type-break-warning-countdown-string): Quote variable names in doc.
4120 (type-break-interval-start, type-break-auto-save-file-name): New vars.
4121 (type-break-mode): Document type-break-good-break-interval and the
4122 "session" file. Schedule break according to the session file.
4123 Kill session file buffer on exit. Organise for save-some-buffers
4124 to always save the session file.
4125 (type-break-mode-line-message-mode, type-break-query-mode):
4126 Uppercase arguments.
4127 (type-break-file-time, type-break-file-keystroke-count, timep)
4128 (type-break-choose-file, type-break-get-previous-time)
4129 (type-break-get-previous-count): New defuns.
4130 (type-break): Avoid break querying after a completed break in the
4131 case where the query was initiated during user invocation of the
4132 break. Optional terse messages.
4133 Use type-break-good-break-interval if type-break-good-rest-interval is
4134 nil. File the break time.
4135 (type-break-schedule): New optional args for overriding the use of
4136 the current time.
4137 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
4138 after a break.
4139 (type-break-check): File the keystroke count.
4140 (type-break-do-query): Prevent a second query when the break is
4141 interrupted. Optional terse message.
4142 (type-break-keystroke-reset): Record the start of a typing interval.
4143 (type-break-demo-boring): Optional terse messages. Display word
4144 per minute and keystroke counts according to
4145 type-break-demo-boring-stats.
4146
4147 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
4148
4149 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
4150 directories, make sure they exist under archive-tmpdir.
4151
4152 2004-04-27 Juri Linkov <juri@jurta.org>
4153
4154 * help.el (view-emacs-news): With argument, display info for the
4155 selected version by finding it among different NEWS files, and
4156 narrowing the buffer to the selected version.
4157
4158 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
4159 same-window-buffer-names.
4160 (info): New arg `buffer'. Use it. Doc fix. Read file name for
4161 non-numeric prefix argument, append the number to the buffer name
4162 for numeric prefix argument.
4163 (info-other-window): Bind same-window-regexps to nil.
4164 (Info-reference-name): Rename to Info-point-loc.
4165 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
4166 and Info-find-index-name for stringy Info-point-loc.
4167 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
4168 without middle `.', but with final `.' and optional line number
4169 for it. Set Info-point-loc for index nodes.
4170 (Info-index): Remove middle `.' from index entry regexp.
4171 Modify line number regexp.
4172 (Info-index-next): Decrement line number.
4173 (info-apropos): Remove middle `.' from index entry regexp.
4174 Add optional line number regexp at the end. Add matched value
4175 for line number to the result list and insert it to the buffer.
4176 Replace match-string by match-string-no-properties.
4177 Reorder result list.
4178 (Info-fontify-node): Hide index line numbers.
4179 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
4180 empty matches.
4181 (Info-follow-reference): Use `str' instead of
4182 Info-following-node-name-re.
4183 (Info-toc): Use full file names. Set Info-current-node to "Top".
4184 (Info-fontify-node): Compare file names without directory name.
4185 (Info-try-follow-nearest-node): Don't set Info-reference-name.
4186 Set second arg of Info-extract-menu-node-name for index nodes.
4187 (info-xref-visited): Use magenta3 instead of magenta4.
4188 (Info-mode): Add info-apropos to docstring.
4189
4190 * log-view.el (log-view-diff): Replace interactive code "r"
4191 by a list to allow to call it even if region is not active.
4192
4193 * paren.el (show-paren-highlight-openparen): New var.
4194 (show-paren-function): Turn on openparen highlighting when
4195 matching forward if show-paren-highlight-openparen is non-nil.
4196
4197 * simple.el (kill-ring-save): Use blink-matching-delay instead of
4198 the constant value 1.
4199 (completions-common-part): Expand docstring.
4200
4201 * textmodes/picture.el (picture-mode-map): Add arrow keys.
4202
4203 2004-04-27 Kim F. Storm <storm@cua.dk>
4204
4205 * image.el (insert-sliced-image): Use line-height instead of
4206 line-spacing property on newline.
4207
4208 2004-04-26 Lars Hansen <larsh@math.ku.dk>
4209
4210 * desktop.el (desktop-buffer-misc-data-function): Rename to
4211 desktop-save-buffer and change docstring.
4212 (desktop-buffer-modes-to-save): Delete.
4213 (desktop-save-buffer-p): Use desktop-save-buffer instead of
4214 desktop-buffer-modes-to-save.
4215 (desktop-save): Rename desktop-buffer-misc-data-function to
4216 desktop-save-buffer and allow non-function value.
4217 (desktop-missing-file-warning): Correct docstring.
4218
4219 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
4220 to desktop-save-buffer.
4221
4222 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
4223 desktop-save-buffer.
4224
4225 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
4226
4227 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
4228
4229 2004-04-26 Eli Zaretskii <eliz@gnu.org>
4230
4231 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
4232
4233 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
4234
4235 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
4236 (ielm): Only go to the end of the buffer when starting a new process.
4237
4238 2004-04-25 Juanma Barranquero <lektu@terra.es>
4239
4240 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
4241 mode line. Bind `inhibit-read-only' to t before modifying
4242 properties of text in the buffer.
4243 (ielm): Force point to the end of buffer, even when running ielm
4244 from inside itself.
4245
4246 2004-04-25 Jesper Harder <harder@ifa.au.dk>
4247
4248 * info.el (info-apropos): Reset Info-complete-cache.
4249
4250 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
4251
4252 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4253 Also recognize severe Irix et al. messages.
4254 (compilation-normalize-filename, compile-abbreviate-directory):
4255 Delete functions.
4256 (compilation-get-file-structure): New function inherits
4257 functionality of the two preceding ones.
4258 (compilation-internal-error-properties, compilation-fake-loc):
4259 Use it so that different paths to the same file share the same
4260 markers. Also optimize finding adjacent marker slightly.
4261
4262 2004-04-25 Kim F. Storm <storm@cua.dk>
4263
4264 * image.el (insert-sliced-image): Add line-spacing t property
4265 to newlines separating image lines.
4266
4267 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
4268
4269 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
4270
4271 * ielm.el (ielm-prompt-read-only): New user option.
4272 (ielm-prompt): Expand docstring to describe new behavior.
4273 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
4274 mention it in the docstring.
4275
4276 2004-04-24 Andreas Schwab <schwab@suse.de>
4277
4278 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
4279
4280 * diff.el (diff): Set default-directory in diff buffer.
4281
4282 2004-04-24 Eli Zaretskii <eliz@gnu.org>
4283
4284 * mail/sendmail.el (mail-bury): Don't delete the frame where the
4285 mail was being composed if the terminal cannot display more than
4286 one frame; instead, switch to previous frame.
4287
4288 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
4289 (rmail-start-mail): Support rmail-mail-new-frame even on
4290 terminals that can display only one frame at a time.
4291
4292 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
4295 (checkdoc-output-font-lock-keywords): Remove error regexp.
4296 (checkdoc-output-mode-map): Remove.
4297 (checkdoc-output-mode): Derive from compilation-mode.
4298 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
4299
4300 * dired.el (dired-mode-map): Add a menu entry for wdired.
4301
4302 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
4303 (rx-bracket, rx-check-any, rx-any): Clean up name space.
4304
4305 * wdired.el: (wdired-mode-map): Move init into declaration.
4306 Fix `return' binding.
4307 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4308 Use force-mode-line-update.
4309 (wdired-get-filename): Use `unless'.
4310 (wdired-preprocess-files): Don't assume names have no \n and use / for
4311 dir separator.
4312 (wdired-normalize-filename): Use replace-regexp-in-string.
4313 (wdired-load-hooks): Remove.
4314 (wdired-mode-hooks): Rename to wdired-mode-hook.
4315
4316 * info-look.el: Add support for cfengine-mode.
4317 (info-lookup-setup-mode): Use dolist.
4318
4319 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
4320
4321 * wdired.el: New file.
4322
4323 2004-04-23 Juanma Barranquero <lektu@terra.es>
4324
4325 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
4326
4327 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
4328 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
4329 (pcomplete--help, pcomplete--here): Doc fixes.
4330
4331 2004-04-23 Andre Spiegel <spiegel@gnu.org>
4332
4333 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
4334 handles wrong-number-of-arguments in backend call.
4335
4336 * vc.el (vc-print-log): Likewise.
4337
4338 2004-04-20 Dave Love <fx@gnu.org>
4339
4340 * emacs-lisp/rx.el: Doc fixes.
4341 (rx-constituents): Add/extend many forms.
4342 (rx-check): Check form is a list.
4343 (bracket): Defvar.
4344 (rx-check-any, rx-any, rx-check-not): Modify.
4345 (rx-not): Simplify.
4346 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
4347 (rx-kleene): Use rx-trans-forms.
4348 (rx-quote-for-set): Delete.
4349 (rx): Allow multiple args.
4350
4351 2004-04-23 Kenichi Handa <handa@m17n.org>
4352
4353 * international/mule-util.el (char-displayable-p): Simplify by
4354 using internal-char-font.
4355
4356 2004-04-23 Juanma Barranquero <lektu@terra.es>
4357
4358 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4359
4360 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * diff-mode.el (diff-next-error): New fun.
4363 (diff-mode): Use it.
4364
4365 * simple.el (next-error): Change arg name.
4366 Add support for the documented C-u C-x ` usage.
4367
4368 * frame.el (special-display-popup-frame, next-multiframe-window)
4369 (previous-multiframe-window): Only consider frames on same display.
4370
4371 2004-04-22 Lars Hansen <larsh@math.ku.dk>
4372
4373 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
4374 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
4375
4376 2004-04-22 Kim F. Storm <storm@cua.dk>
4377
4378 * net/telnet.el (telnet): Add optional port arg.
4379
4380 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4383 Minor sanity check on the `hyperlink' slot.
4384
4385 * Makefile.in (recompile): Compile new files.
4386
4387 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
4388 Add byte-recompile-directory's optional `arg'.
4389
4390 * cvs-status.el (cvs-tree-use-charset): New var.
4391 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
4392 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
4393 (cvs-status-cvstrees): Use it.
4394
4395 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
4396 Make it a normal major mode.
4397 (checkdoc-buffer-label): Make sure the file name is meaningful.
4398 (checkdoc-output-to-error-buffer): Remove.
4399 (checkdoc-error, checkdoc-start-section): Rewrite.
4400
4401 * info.el (info-node, info-menu-5, info-xref, info-header-node)
4402 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4403 (Info-title-4-face): Use new syntax.
4404 (info-xref-visited): Inherit from info-xref.
4405
4406 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
4407
4408 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4409
4410 * simple.el (next-error-last-buffer, next-error-function):
4411 New variables for the next-error framework.
4412 (next-error-buffer-p): New function.
4413 (next-error-find-buffer): Generalize compilation-find-buffer.
4414 (next-error, previous-error, first-error, next-error-no-select)
4415 (previous-error-no-select): Move from compile.el.
4416
4417 * replace.el (occur-next-error, occur-1): Hook into the next-error
4418 framework.
4419
4420 * progmodes/compile.el (compilation-start):
4421 Set next-error-last-buffer so next-error knows where to jump.
4422 (compilation-setup): Set the buffer-local variable
4423 next-error-function to 'compilation-next-error-function.
4424 (compilation-buffer-p, compilation-buffer-internal-p): Use an
4425 alternate way to find if a buffer is a compilation buffer, for
4426 next-error convenience.
4427 (next-error-no-select, previous-error-no-select, next-error)
4428 (previous-error, first-error): Move to simple.el.
4429 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
4430 (compilation-last-buffer): Remove.
4431 (compilation-start, compilation-next-error, compilation-setup)
4432 (compilation-next-error-function, compilation-find-buffer):
4433 Remove compilation-last-buffer use.
4434
4435 2004-04-21 Juanma Barranquero <lektu@terra.es>
4436
4437 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
4438 (font-lock-warning-face): Fix spacing.
4439
4440 * makefile.w32-in (WINS): Add url/ directory.
4441
4442 2004-04-21 Lars Hansen <larsh@math.ku.dk>
4443
4444 * desktop.el (desktop-buffer-mode-handlers): New variable.
4445 Alist of major mode specific functions to restore a desktop buffer.
4446 (desktop-buffer-handlers): Make variable obsolete.
4447 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
4448 Catch errors signaled in handlers. Update buffer count.
4449 Evaluate desktop-buffer-point.
4450 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
4451 move to dired.el.
4452 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
4453 move to info.el.
4454 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
4455 move to mail/rmail.el.
4456 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
4457 to mh-e/mh-e.el.
4458 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
4459 On fail, print message (to message buffer) even if
4460 desktop-missing-file-warning is nil.
4461 (desktop-buffer-misc-data-function): New buffer local variable.
4462 Function returning major mode specific data.
4463 (desktop-buffer-misc-functions): Make variable obsolete.
4464 (desktop-save): Use desktop-buffer-misc-data-function.
4465 (desktop-buffer-dired-misc-data): Rename to
4466 dired-desktop-buffer-misc-data and move to dired.el.
4467 (desktop-buffer-info-misc-data): Rename to
4468 Info-desktop-buffer-misc-data and move to info.el.
4469 (desktop-read): Add message about number of buffers restored/failed.
4470
4471 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
4472 Add parameters. Pause to display error only when
4473 desktop-missing-file-warning is non-nil.
4474 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4475 (dired-mode): Bind desktop-buffer-misc-data-function.
4476
4477 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
4478 Add Parameters.
4479 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4480 (Info-mode): Bind desktop-buffer-misc-data-function.
4481
4482 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
4483 Add Parameters.
4484
4485 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
4486 Add Parameters.
4487
4488 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
4489
4490 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
4491 the case of letters in case-insensitive expansions when the
4492 abbrev is preceded by characters with letter syntax.
4493
4494 2004-04-21 Richard M. Stallman <rms@gnu.org>
4495
4496 * progmodes/cperl-mode.el (cperl-putback-char):
4497 Delete Emacs 18 definition.
4498
4499 * international/mule.el (ctext-post-read-conversion):
4500 Use assoc-string, not assoc-ignore-case.
4501
4502 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
4503
4504 * emacs-lisp/easymenu.el (easy-menu-add):
4505 Do call x-popup-menu, but only if it's defined.
4506
4507 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
4508
4509 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
4510 Handle multiple args: compile like progn.
4511
4512 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
4513 take all args as &rest arg.
4514
4515 * autoinsert.el (auto-insert-alist): Insert the user's name in
4516 copyright notice, rather than Free Software Foundation.
4517
4518 2004-04-21 Kenichi Handa <handa@m17n.org>
4519
4520 * descr-text.el (describe-char): Make it work on *Help* buffer.
4521
4522 2004-04-21 Kim F. Storm <storm@cua.dk>
4523
4524 * image.el (insert-image): Add optional SLICE arg.
4525 (insert-sliced-image): New defun.
4526
4527 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
4528
4529 * subr.el (read-number): Check whether `default' is nil.
4530
4531 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4532
4533 * progmodes/compile.el (compilation-error-properties):
4534 Split into two.
4535 (compilation-internal-error-properties): New one.
4536 (compilation-compat-error-properties): Use it. Fix the non-marker case.
4537
4538 2004-04-20 Richard M. Stallman <rms@gnu.org>
4539
4540 * window.el (split-window-save-restore-data):
4541 Don't update the data if OLD-INFO is nil.
4542
4543 * view.el (view-return-to-alist): Mark it permanent local.
4544
4545 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
4546
4547 * recentf.el (recentf-save-list): Catch and warn about errors.
4548
4549 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
4550 so "Buffers" won't be pure.
4551
4552 * help-mode.el (help-mode-finish): Set help-return-alist first
4553 thing, setting only the entry for the selected window.
4554
4555 * help-fns.el (describe-function-1): If many non-control non-meta
4556 keys run the command, don't list all of them.
4557
4558 2004-04-20 Juanma Barranquero <lektu@terra.es>
4559
4560 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
4561 arg. Copied from Andre Spiegel's patch of 2004-03-21.
4562
4563 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
4564
4565 2004-04-20 Kenichi Handa <handa@m17n.org>
4566
4567 * international/quail.el (quail-lookup-key): New optional arg
4568 NOT-RESET-INDICES.
4569 (quail-get-translations): Call quail-lookup-key with
4570 NOT-RESET-INDICES t.
4571 (quail-completion): Likewise.
4572 (quail-lookup-map-and-concat): Likewise.
4573
4574 2004-04-20 Kenichi Handa <handa@m17n.org>
4575
4576 * international/quail.el (quail-update-translation): Don't insert
4577 such an unsupported multibyte char in a unibyte buffer.
4578
4579 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
4580
4581 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
4582 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
4583 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
4584 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
4585 (gdb-frame-assembler-buffer): Improve behaviour with
4586 multiple frames.
4587 (gdb-display-buffer): Extend search to all visible frames.
4588
4589 2004-04-19 Eli Zaretskii <eliz@gnu.org>
4590
4591 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
4592 characters left after base64 decoding.
4593 (rmail-decode-region): Use -dos variety of `coding', to remove any
4594 ^M characters left after qp or base64 decoding.
4595
4596 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4597
4598 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
4599 messages.
4600
4601 2004-04-19 Stephen Eglen <stephen@gnu.org>
4602
4603 * add-log.el (add-change-log-entry): Update doc string to mention
4604 add-log-full-name and add-log-mailing-address.
4605
4606 2004-04-18 Juri Linkov <juri@jurta.org>
4607
4608 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
4609 (Info-find-node-2): Simplify error message.
4610 (Info-insert-dir): Use Info-following-node-name.
4611 (Info-goto-node): Remove *info-history* and *info-toc*.
4612 (Info-history): Create a node of the virtual history file.
4613 (Info-toc): Create a node of the virtual toc file.
4614 (Info-insert-toc): New arg `curr-file' for reference file names.
4615 (info-apropos): Remove redundant var binding for temp-file.
4616 (Info-index, Info-index-next, Info-mode): Doc fix.
4617 (Info-goto-emacs-command-node): Don't jump to *info* from
4618 non-*info* Info buffers.
4619 (Info-fontify-node): Don't show the file name of external
4620 references if `Info-hide-note-references' is `hide'. Don't hide
4621 newlines at the end of paragraphs.
4622
4623 * international/mule-diag.el (list-input-methods):
4624 Fix args to help-xref-button.
4625
4626 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
4627 to put into effect local variables from TUTORIAL files.
4628
4629 * textmodes/paragraphs.el (sentence-end) <function>: New fun
4630 with default value taken from the variable `sentence-end'.
4631 (sentence-end) <defcustom>: Set default to nil. Doc fix.
4632 Add nil const to :type.
4633 (sentence-end-without-period, sentence-end-double-space)
4634 (sentence-end-without-space): Doc fix.
4635
4636 * textmodes/paragraphs.el (forward-sentence):
4637 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
4638 (fill-delete-newlines):
4639 * progmodes/cc-cmds.el (c-beginning-of-statement):
4640 Use function `sentence-end' instead of variable `sentence-end'.
4641
4642 2004-04-18 Andreas Schwab <schwab@suse.de>
4643
4644 * progmodes/compile.el (compilation-start): Set window start to
4645 point-min if compilation-scroll-output is nil.
4646
4647 2004-04-18 John Wiegley <johnw@newartisans.com>
4648
4649 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
4650
4651 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
4652
4653 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
4654 (gdb-info-breakpoints-custom): Revert previous change.
4655 (gdb-view-assembler): Update assembler if necessary.
4656 (gdb-frame-handler): Parse correctly for gdb-current-frame.
4657 (gdb-display-source-buffer): Update properly when both source and
4658 assembler are visible.
4659
4660 2004-04-17 John Wiegley <johnw@newartisans.com>
4661
4662 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
4663 which limits the number of names shown in the minibuffer. Off by
4664 default.
4665 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
4666 up iswitchb for users with a multitude of open buffers by showing
4667 only the first and last N/2 buffers in the completion list (which
4668 is enough to aid C-s/C-r, and to know that more characters are
4669 needed to refine the completion list).
4670
4671 2004-04-17 Richard M. Stallman <rms@gnu.org>
4672
4673 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
4674 (file-truename): Expand all ~ constructs directly.
4675 (insert-directory): Delete any error msg output by the
4676 `insert-directory-program'.
4677
4678 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
4679 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
4680 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
4681 (allout-init): Use find-file-hook, not find-file-hooks.
4682 (allout-mode): Eliminate Emacs 18 support.
4683 Use write-contents-functions, not local-write-file-hooks.
4684
4685 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
4686
4687 * progmodes/compile.el (compilation-error-properties): Fix for
4688 adding messages when there are already markers for their file.
4689 (compilation-fake-loc): New function.
4690
4691 2004-04-16 Dave Love <fx@gnu.org>
4692
4693 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
4694 (python-load-file): Fix python-orig-start setting.
4695
4696 * progmodes/compile.el: Doc fixes.
4697 (compilation-error-regexp-alist-alist)
4698 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
4699 (compilation-assq): Wrap in eval-when-compile.
4700 (compilation-mode-font-lock-keywords): Don't use list*.
4701 (compilation-start): Avoid warning.
4702 (compilation-compat-error-properties)
4703 (compilation-directory-properties): Add keymap property.
4704 (compilation-parsing-end): Make it a marker for better compatibility.
4705
4706 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
4707
4708 2004-04-16 Mark A. Hershberger <mah@everybody.org>
4709
4710 * xml.el: Doc fixes.
4711 (xml-get-children): Only looks at sub-tags and ignore strings.
4712
4713 * xml.el (xml-parse-tag): Avoid overwriting node-name.
4714
4715 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
4718
4719 2004-04-16 Andre Spiegel <spiegel@gnu.org>
4720
4721 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
4722
4723 * vc.el (vc-print-log): Likewise.
4724
4725 2004-04-16 Masatake YAMATO <jet@gyve.org>
4726
4727 * simple.el (completion-setup-function): Set an initial value
4728 to `element-common-end' before entering loop. Set a value
4729 to `element-common-end' at the end of loop.
4730 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
4731 (completions-common-part): Rename from completion-de-emphasis.
4732 (completions-first-difference): Rename from completion-emphasis.
4733 Suggested by RMS.
4734
4735 2004-04-16 Juanma Barranquero <lektu@terra.es>
4736
4737 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
4738 (bookmark-edit-annotation-mode): Add mode name.
4739
4740 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
4743 for nested conflict markers.
4744 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
4745
4746 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
4747
4748 * progmodes/gdb-ui.el (gdb-goto-info): New function.
4749
4750 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
4751
4752 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4755 Give a backtrace if requested.
4756
4757 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4758
4759 * progmodes/python.el (python-mouse-2-command, python-RET-command):
4760 Remove unused functions.
4761 (python-orig-start-line, python-orig-file): Remove.
4762 (python-orig-start): New var.
4763 (python-input-filter, python-compilation-line-number)
4764 (python-send-region, python-load-file): Use it.
4765
4766 * info.el (info): Always jump to *info*.
4767
4768 * subr.el (posn-set-point): New function.
4769
4770 * mouse.el (mouse-set-point): Use it.
4771
4772 * progmodes/compile.el (compile-goto-error): Use it.
4773 (compilation-button-map): New keymap.
4774 (compilation-error-properties): Use it.
4775 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4776
4777 * smerge-mode.el (smerge-popup-context-menu): Use it.
4778
4779 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4780 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4781 mouse and non-mouse case.
4782
4783 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4784 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4785
4786 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4787 Make it work for non-mouse events.
4788
4789 * pcvs-info.el (cvs-status-map): Update binding name.
4790
4791 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4792
4793 * xml.el (xml-maybe-do-ns): New function to handle namespace
4794 parsing of both attribute and element names.
4795 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4796 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4797 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4798 (xml-parse-attlist): Make it do its own namespace parsing.
4799
4800 2004-04-14 Dave Love <fx@gnu.org>
4801
4802 * progmodes/python.el (run-python): Fix use of \n.
4803 (python-load-file): Remove `try' from Python fragment.
4804 (python-describe-symbol): Fix message.
4805
4806 * comint.el: Doc fixes.
4807 (comint-last-input-start, comint-last-input-end)
4808 (comint-last-output-start): Give them values.
4809 (comint-arguments): Avoid warning.
4810 (comint-skip-prompt): Use line-end-position.
4811 (comint-backward-matching-input): Rename arg to agree with doc.
4812 (comint-extract-string): Use syntax-ppss.
4813 (comint-dynamic-simple-complete): Delete useless list construction.
4814 (comint-redirect-subvert-readonly): New.
4815 (comint-redirect-preoutput-filter): Use it.
4816
4817 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4818 Correctly handle negative arguments when calling hook functions.
4819
4820 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4821
4822 * info.el (info-apropos): Don't clobber Info-history-list.
4823
4824 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4825
4826 * progmodes/compile.el (compilation-setup):
4827 Localize overlay-arrow-position.
4828 (compilation-sentinel): Restructure code equivalently.
4829 (compilation-next-error): Find message on same line after point if
4830 not found before point.
4831 (compile-mouse-goto-error): Restore function so that compilation
4832 buffer need not be current and use compile-goto-error.
4833 (compile-goto-error): Restore function.
4834 (next-error): Set overlay-arrow-position.
4835 (compilation-forget-errors): Don't localize already local
4836 compilation-locs and remove FIXME about refontifying.
4837
4838 2004-04-14 Kim F. Storm <storm@cua.dk>
4839
4840 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4841 (command-line): New option -Q. Like -q --no-site-file, but
4842 in addition it also disables menu-bar, tool-bar, scroll-bars,
4843 tool-tips, and the blinking cursor.
4844 (command-line-1): Skip startup screen if -Q.
4845 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4846
4847 * emulation/cua-base.el (cua-read-only-cursor-color)
4848 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4849
4850 2004-04-13 Dave Love <fx@gnu.org>
4851
4852 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4853 (syntax): Don't require.
4854 (python) <defgroup>: Add :version.
4855 (python-quote-syntax): Re-written.
4856 (inferior-python-mode): Move stuff here from run-python and add
4857 some more.
4858 (python-preoutput-continuation, python-preoutput-result)
4859 (python-dotty-syntax-table): New.
4860 (python-describe-symbol): Use them.
4861 (run-python): Move stuff to inferior-python-mode. Modify code
4862 loaded into Python.
4863 (python-send-region): Use python-proc, python-send-string.
4864 (python-send-string): Send newlines too. Callers changed.
4865 (python-load-file): Re-written.
4866 (python-eldoc-function): New.
4867 (info-look): Don't require.
4868 (python-after-info-look): New. A modified version of former
4869 top-level code for use with eval-after-load.
4870 (python-maybe-jython, python-guess-indent): Use widened buffer.
4871 (python-fill-paragraph): Re-written.
4872 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4873 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4874
4875 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4878 Set compilation-error-regexp-alist earlier.
4879
4880 * progmodes/compile.el (compilation-minor-mode-map)
4881 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4882 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4883
4884 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4887 corresponding to the event.
4888
4889 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4890
4891 * loadup.el: Add cygwin to system-type list, for unexec() support.
4892
4893 2004-04-12 John Paul Wallington <jpw@gnu.org>
4894
4895 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4896 (ibuffer-restore-window-config-on-quit): New variable to replace
4897 `ibuffer-delete-window-on-quit'. Update all references.
4898 (ibuffer-prev-window-config): New variable.
4899 (ibuffer-quit): Restore previous window configuration instead of
4900 deleting window.
4901 (ibuffer): Save window configuration before showing Ibuffer buffer.
4902
4903 * help.el (describe-mode): Doc fix.
4904
4905 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4908 not to treat nil as a function.
4909
4910 * vc-arch.el (vc-arch-root): Be a bit more careful.
4911 (vc-arch-register): Save the buffer if we modified it.
4912 (vc-arch-delete-rej-if-obsolete): Save excursion.
4913 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4914 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4915
4916 * net/ldap.el (ldap-search): Use list*.
4917
4918 2004-04-12 Juri Linkov <juri@jurta.org>
4919
4920 * info.el (Info-follow-reference): Allow multiline reference name.
4921
4922 2004-04-11 Dave Love <fx@gnu.org>
4923
4924 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4925
4926 * progmodes/python.el: New file.
4927
4928 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4929
4930 * vc-hooks.el (vc-arg-list): Function removed.
4931 (vc-default-workfile-unchanged-p): Use condition-case to check for
4932 backward compatibility.
4933
4934 * vc.el (vc-print-log): Use condition-case to check for backward
4935 compatibility.
4936
4937 2004-04-11 Juri Linkov <juri@jurta.org>
4938
4939 * dired.el (dired-faces): New defgroup.
4940 (dired-header, dired-mark, dired-marked, dired-flagged)
4941 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4942 New faces.
4943 (dired-header-face, dired-mark-face, dired-marked-face)
4944 (dired-flagged-face, dired-warning-face, dired-directory-face)
4945 (dired-symlink-face, dired-ignored-face): New face variables.
4946 (dired-font-lock-keywords): Use them instead of font-lock faces.
4947 Split the rule for dired marks into 3 separate rules: for marks,
4948 marked file names and flagged file names.
4949
4950 * help-mode.el (help-make-xrefs): Add a final newline to the
4951 *Help* buffer.
4952
4953 2004-04-11 John Paul Wallington <jpw@gnu.org>
4954
4955 * replace.el (occur-engine): Distinguish between one and several
4956 matches in the matches per buffer heading.
4957
4958 2004-04-11 Kim F. Storm <storm@cua.dk>
4959
4960 * ido.el (ido-confirm-unique-completion): New defcustom.
4961 (ido-complete): Use it.
4962 (ido-write-file): Set it to t unconditionally.
4963
4964 2004-04-10 Miles Bader <miles@gnu.org>
4965
4966 RCS keyword removal (only non-comment changes are enumerated here):
4967
4968 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4969 (byte-compile-insert-header): Don't use `byte-compile-version'.
4970 * forms.el (forms-version): Variable removed.
4971 (forms-mode): Don't use `forms-version'.
4972 * recentf.el (recentf-version): Variable removed.
4973 * progmodes/delphi.el (delphi-version): Variable removed.
4974 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4975
4976 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4977
4978 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4979
4980 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4981
4982 * info.el (info-apropos): Improve menu item regexp.
4983
4984 2004-04-09 Simon Josefsson <jas@extundo.com>
4985
4986 * mail/smtpmail.el: Add comment, based on report by
4987 kdc@rcn.com (Kevin D. Clark).
4988
4989 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4992 Redo one more thing that I didn't notice Daniel had undone.
4993
4994 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4995
4996 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4997 (gdb-goto-breakpoint, gdb-display-buffer)
4998 (gdb-display-source-buffer, gdb-view-source-function)
4999 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
5000 (gdb-source-info, gdb-frame-handler): Don't specify a window
5001 for display.
5002 (gdb-info-breakpoints-custom): Remove superfluous update of
5003 assembler buffer.
5004 (gdb-many-windows): Make settable outside gdb.
5005
5006 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5007
5008 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
5009 Derive from fundamental-mode rather than text-mode.
5010
5011 2004-04-08 Juri Linkov <juri@jurta.org>
5012
5013 * info.el (Info-history): Doc fix.
5014 (Info-history-list): New var.
5015 (info-xref): Change magenta4 to blue, remove bold for dark and
5016 light backgrounds, change bold to underline for non-color classes.
5017 (info-xref-visited): New face.
5018 (Info-fontify-visited-nodes): New custom.
5019 (Info-hide-note-references): Add new value `hide'. Doc fix.
5020 (Info-reference-name): New var.
5021 (Info-selection-hook): New custom.
5022 (Info-edit-mode-hook): New var.
5023 (Info-find-file): New fun.
5024 (Info-find-node): Move part of code to Info-find-file.
5025 (Info-find-node-2): Add anchors to Info-history-list. Move point
5026 to the place with the reference name if name is defined.
5027 (Info-select-node): Add current node to Info-history-list.
5028 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
5029 (Info-search-whitespace-regexp): New custom.
5030 (Info-search-case-fold): New var.
5031 (Info-search): Add "case-sensitively" to the prompt.
5032 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
5033 (Info-search-case-sensitively, Info-search-next): New fun.
5034 (Info-up): Move point to the menu item of the current node.
5035 (Info-history): New fun. Add *info-history* to
5036 same-window-buffer-names.
5037 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
5038 (Info-insert-toc): New fun.
5039 (Info-build-toc): New fun.
5040 (Info-follow-reference): Add new arg `fork'. Doc fix.
5041 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
5042 with the same name prefer the reference closest to point.
5043 (Info-next-reference): Replace * by + in the *Note regexp.
5044 Add regexp for http:// and ftp://. Skip the *Note prefix.
5045 (Info-prev-reference): Replace * by + in the *Note regexp.
5046 Add regexp for http:// and ftp://. Skip the *Note prefix.
5047 (Info-follow-nearest-node): Add new arg `fork'.
5048 (Info-try-follow-nearest-node): Add new arg `fork'.
5049 Call browse-url for http:// and ftp:// references.
5050 Set Info-reference-name for index entries.
5051 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
5052 Info-search-next, Info-history, Info-toc, clone-buffer.
5053 (Info-menu-update): Replace * by + in the *Note regexp.
5054 (Info-mode): Add documentation for Info-history, Info-toc,
5055 Info-search-case-sensitively, Info-search-next, clone-buffer.
5056 (Info-fontify-menu-headers): Remove fun. Move code to
5057 Info-fontify-node.
5058 (Info-fontify-node): Add docstring. Add local vars
5059 fontify-visited-p and not-fontified-p. If not-fontified-p is t
5060 then fontify header line, titles, menu headers, http and ftp
5061 references, refill paragraphs. If not-fontified-p is t or
5062 fontify-visited-p is t then fontify cross references, menu items.
5063 Fontify menu headers. Fontify http and ftp references.
5064 Change regexp for cross references to require whitespace after *Note,
5065 add matching groups for file and node names. Remove hack for quote.
5066 Use display property for Info-hide-note-references=t. Use fifth
5067 or fourth match for help-echo. Display visited nodes in a
5068 different face. Unhide file names of external references.
5069 Unhide newlines. Display visited menu items in a different face.
5070
5071 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * progmodes/compile.el: Require CL.
5074 (compilation-mode-font-lock-keywords): Re-install the "line as
5075 function" patch.
5076
5077 * help-fns.el (help-C-source-directory): New var.
5078 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
5079 (describe-function-1, describe-variable): Use them.
5080
5081 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
5082 to C source files specially.
5083
5084 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
5085
5086 * info.el (Info-hide-cookies-node): New function.
5087 (Info-select-node): Use it.
5088 (Info-display-images-node): Remove message with image file name.
5089
5090 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
5091
5092 * progmodes/compile.el (compilation-warning-face)
5093 (compilation-info-face, compilation-skip-threshold)
5094 (compilation-skip-visited, compilation-context-lines):
5095 Declare :version when added to Emacs.
5096 (compilation-error-regexp-alist-alist): Extend caml and irix.
5097 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
5098 (compilation-mode-font-lock-keywords): Temporarily undo line as
5099 function patch, which wasn't ready.
5100
5101 2004-04-07 Kenichi Handa <handa@m17n.org>
5102
5103 * international/latin1-disp.el (latin1-display-setup): Check each
5104 character is displayable or not instead of calling
5105 latin1-display-check-font.
5106
5107 2004-04-06 Kenichi Handa <handa@m17n.org>
5108
5109 * language/ethio-util.el (ethio-sera-being-called-by-w3):
5110 New variable.
5111 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
5112 instead of sera-being-called-by-w3.
5113 (ethio-fidel-to-sera-buffer): Likewise.
5114 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
5115 instead of sera-being-called-by-w3.
5116 (ethio-write-file): Likewise.
5117
5118 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5119
5120 * printing.el: Doc fix.
5121
5122 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
5123
5124 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
5125 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
5126 (gdb-setup-windows): Only use separate IO buffer if required.
5127
5128 2004-04-06 Kim F. Storm <storm@cua.dk>
5129
5130 * term.el (term-is-xemacs): Remove.
5131 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
5132 (term-window-width): New function.
5133 (term-mode, term-check-size): Use it.
5134 (term-mode): Disable overflow-newline-into-fringe in term buffer.
5135
5136 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
5137
5138 * cus-edit.el (custom-add-parent-links): Change unbound variable
5139 `symbol' to `name'.
5140
5141 2004-04-05 Jesper Harder <harder@ifa.au.dk>
5142 * info.el (info-apropos): New function.
5143 (Info-mode-menu): Add it.
5144 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
5145
5146 * help-mode.el (help-make-xrefs): Recognize aliased variable with
5147 inherited docstring.
5148
5149 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
5150
5151 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
5154
5155 * progmodes/compile.el (font-lock): Don't require any more.
5156 (compilation-error-properties, compilation-start, compilation-sentinel)
5157 (compilation-filter, next-error): Use with-current-buffer.
5158 (compilation-skip-to-next-location, compilation-skip-threshold)
5159 (compilation-skip-visited): Move to silence the byte-compiler.
5160 (compilation-setup): Simplify.
5161 (compilation-next-error): Use line-(beginning|end)-position.
5162 Make sure `pt' is non-nil before using compilation-loop.
5163 (compile-goto-error): Add optional event arg. Use it.
5164 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
5165 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
5166 Update the binding for mouse-2.
5167 (first-error): Set compilation-current-error to nil rather than bob.
5168 (compilation-parsing-end, compilation-parse-errors-function)
5169 (compilation-error-list, compilation-old-error-list):
5170 "New" compatibility variables.
5171 (compile-buffer-substring, compilation-compat-error-properties)
5172 (compilation-compat-parse-errors, compilation-forget-errors):
5173 New compatibility functions.
5174 (compilation-mode-font-lock-keywords): Use them.
5175
5176 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5177
5178 * autorevert.el (auto-revert-handler): If point (or a window
5179 point) is at the end of the buffer, keep it there after
5180 reverting. This allows to tail a file.
5181 Mention this in the `Commentary'.
5182
5183 * format.el (format-write-file): Add optional argument CONFIRM
5184 and make it behave like the analogous argument to `write-file'.
5185
5186 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5187
5188 * progmodes/ebnf2ps.el: Doc fix.
5189 (ebnf-version): New version number (4.2).
5190 (ebnf-syntax): Customization and docstring fix.
5191 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
5192 Put autoloaded funs before first use.
5193 (ebnf-style-database): Add dtd entry.
5194 (ebnf-syntax-alist): Add dtd initialization.
5195 (ebnf-token-sequence): New fun.
5196 (ebnf-comment-table): Add new comment action character.
5197 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
5198
5199 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
5200 Type Definition for XML).
5201
5202 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
5203 * progmodes/ebnf-bnf.el (ebnf-sequence):
5204 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
5205 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
5206 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
5207 Code simplification: call ebnf-token-sequence.
5208
5209 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5210
5211 * calendar/timeclock.el (timeclock-relative)
5212 (timeclock-get-project-function, timeclock-get-workday-function)
5213 (timeclock-query-out, timeclock-when-to-leave)
5214 (timeclock-when-to-leave-string, timeclock-log-data)
5215 (timeclock-generate-report, timeclock-in): Doc fixes.
5216
5217 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * url/: New dir. Import the URL package from its repository.
5220
5221 2004-04-03 Andreas Schwab <schwab@suse.de>
5222
5223 * diff-mode.el (diff-mode): Fix missing quote.
5224
5225 2004-04-03 Juri Linkov <juri@jurta.org>
5226
5227 * descr-text.el (describe-property-list): Add `font-lock-face'.
5228
5229 * dired.el (dired-font-lock-keywords): Fix permission regexps.
5230
5231 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5232
5233 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
5234 Use utf-16le on little endian machines and utf-16be otherwise.
5235
5236 2004-04-02 David Kastrup <dak@gnu.org>
5237
5238 * net/browse-url.el (browse-url-generic): Use call-process
5239 instead of start-process to allow browsers that fork and detach.
5240
5241 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
5242
5243 * compile.el (compilation-current-error): New var.
5244 (compilation-setup, compile-mouse-goto-error)
5245 (compile-goto-error, next-error): Use it.
5246 (compilation-skip-to-next-location): Default to t, which gives
5247 contiguous skipping like old compile (where this was redundant).
5248 (compilation-next-error): Prevent previous-* commands from moving
5249 back to message at or just before point.
5250
5251 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
5252
5253 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
5254 (gdb-source-info): Don't display source at startup, if required.
5255 (gdb-show-main): New option.
5256 (gdba): Update documentation.
5257 (gdb-source): Cover case of auto-display output.
5258
5259 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5260
5261 * autorevert.el: Delete obsolete autoload's and defvar's.
5262 (auto-revert-check-vc-info): New user option.
5263 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5264 (auto-revert-handler-vc): Delete.
5265 (auto-revert-handler): Treat return value `fast' of
5266 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
5267
5268 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
5269 return `fast'.
5270
5271 * files.el (buffer-stale-function): Doc change.
5272
5273 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5274
5275 * printing.el: New tip on Tips section.
5276 (pr-version): New version number (6.7.4).
5277 (pr-shell-file-name): Initialization fix.
5278
5279 2004-03-31 Juri Linkov <juri@jurta.org>
5280
5281 * dired.el: Add autoload for `dired-do-touch'.
5282 (dired-touch-program): New var.
5283 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
5284 (dired-no-confirm): Add `touch' to docstring.
5285
5286 * dired-aux.el (dired-do-touch): New fun.
5287 (dired-do-chxxx): Add argument -t for touch operation.
5288
5289 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
5290 `dired-move-to-filename-regexp'.
5291
5292 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
5293
5294 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
5295
5296 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5297
5298 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
5299 and only if the buffer was modified.
5300
5301 2004-03-30 Kenichi Handa <handa@m17n.org>
5302
5303 * international/characters.el: Delete pairs for U+2308..U+230B.
5304
5305 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
5306
5307 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
5308 to detect the beginning of a level 2 or 3 annotation.
5309
5310 2004-03-29 Kenichi Handa <handa@m17n.org>
5311
5312 * international/ucs-tables.el (ucs-insert): Fix the error message.
5313
5314 2004-03-29 Kenichi Handa <handa@m17n.org>
5315
5316 * international/mule-util.el (char-displayable-p): Fix generation
5317 of XLFD file name.
5318
5319 * Makefile.in (setwins, setwins_almost): Change directory to $wd
5320 before finding directories by `find'.
5321
5322 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * subr.el (interactive-form): Delete. Now implemented in C.
5325
5326 * pcvs.el (cvs-parse-process): Workaround for Darwin.
5327
5328 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
5329 (vc-diff-label): New fun.
5330 (vc-diff-internal): Use it.
5331
5332 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
5333
5334 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5335
5336 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
5337
5338 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
5339 specify XML (EBNFX).
5340
5341 * progmodes/ebnf2ps.el: Doc fix.
5342 (ebnf-version): New version number (4.1).
5343 (ebnf-syntax): Adjust customization.
5344 (ebnf-style-database): Add ebnfx entry.
5345 (ebnf-syntax-alist): Add ebnfx initialization.
5346 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
5347
5348 * printing.el: Doc fix.
5349 (pr-version): New version number (6.7.3).
5350 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
5351 returns nil for mouse position. Reported by Drew Adams
5352 <drew.adams@oracle.com>.
5353 (pr-update-menus): Modify interactive declaration. Reported by Drew
5354 Adams <drew.adams@oracle.com>.
5355
5356 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
5357
5358 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
5359 (gud-gdba-marker-filter): Log the process input and output, if
5360 required. From Stefan Monnier.
5361 (gdb-debug-log, gdb-enable-debug-log): New variables.
5362 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
5363
5364 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
5367 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
5368
5369 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
5370
5371 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
5372 Call vc-find-file-hook here instead of in auto-revert-buffers.
5373 (auto-revert-buffers): Delete call to vc-find-file-hook.
5374 (auto-revert-verbose, global-auto-revert-non-file-buffers)
5375 (global-auto-revert-mode, auto-revert-set-timer)
5376 (auto-revert-handler, auto-revert-buffers): Doc fixes.
5377
5378 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5379
5380 * woman.el (woman-change-fonts): Rename local variable
5381 woman-font-alist to font-alist to avoid a compiler warning.
5382
5383 2004-03-27 Dave Love <fx@gnu.org>
5384
5385 * emacs-lisp/rx.el (rx): Doc fix.
5386 Fix copyright years.
5387
5388 * strokes.el (strokes-global-set-stroke-string): New function.
5389 (strokes-list-strokes): Cope with strings, not just commands.
5390 Set foreground colour of image.
5391 (strokes-global-set-stroke): Doc fix.
5392
5393 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
5394
5395 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
5396 Auto Revert mode.
5397 (Buffer-menu-files-only): New variable.
5398 (Buffer-menu-toggle-files-only): New function.
5399 (Buffer-menu-mode-map): Bind it to `T'.
5400 (Buffer-menu-mode): Mention `T' in docstring.
5401 Set buffer-stale-function.
5402 (list-buffers-noselect): Mark buffer non-modified and set
5403 Buffer-menu-files-only.
5404
5405 * dired.el (buffer-stale-function): Remove no longer needed defvar.
5406
5407 * autorevert.el (auto-revert-handler): Print revert message
5408 before, rather than after, reverting.
5409 (buffer-stale-function): Move to files.el.
5410
5411 * files.el (buffer-stale-function): Move here from autorevert.el.
5412
5413 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
5416
5417 * calc/calc.el (calc-mode-map): Use mapc.
5418
5419 * apropos.el (apropos-mode): Don't autoload.
5420 (apropos-symbols-internal): New fun. Extracted from `apropos'.
5421 (apropos): Use it.
5422 (apropos-print): Add optional `text' argument.
5423 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
5424 Don't assume point-min == 1.
5425
5426 * bs.el (bs-buffer-list): Use buffer-local-value.
5427 (bs--set-toggle-to-show): Use with-current-buffer.
5428
5429 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
5430 New funs.
5431 (list-buffers-noselect): Use them. Adjust :align-to to new style.
5432
5433 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
5434
5435 * dabbrev.el (dabbrev-expand): Fix regexp construction.
5436 (dabbrev--find-expansion): Use pop.
5437 (dabbrev--search): Use match-string-no-properties.
5438
5439 * dired.el (dired-mode): Use run-mode-hooks.
5440 (dired-move-to-end-of-filename): Use match-string.
5441
5442 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
5443 is bound before using it.
5444 (ediff-verbose-p): Make it into a var since it's not constant.
5445
5446 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
5447
5448 * faces.el (read-face-font): Don't cons up unnecessarily.
5449 (header-line, tool-bar): Share common parts.
5450
5451 * files.el (file-relative-name): Use compare-strings.
5452
5453 * finder.el (finder-mode): Follow coding convention.
5454
5455 * subr.el (read-number): New function.
5456
5457 * ses.el (ses-read-number): Move to subr.el.
5458 (ses-set-header-row): Use read-number.
5459
5460 2004-03-26 Andre Spiegel <spiegel@gnu.org>
5461
5462 * vc-hooks.el (vc-arg-list): New function, which handles both
5463 compiled and uncompiled code.
5464 (vc-default-workfile-unchanged-p): Use it.
5465
5466 * vc.el (vc-print-log): Undo prev change, use new function
5467 vc-arg-list from vc-hooks.el.
5468
5469 2004-03-26 Masatake YAMATO <jet@gyve.org>
5470
5471 * simple.el (completion-setup-function): Emphasize the
5472 first uncommon characters in the completions; and de-emphasize
5473 the common prefix substrings.
5474 (completion-emphasis): New face.
5475 (completion-de-emphasis): New face.
5476
5477 2004-03-25 Juanma Barranquero <lektu@terra.es>
5478
5479 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
5480 Comment out (it's unused and unfinished code).
5481
5482 2004-03-25 Sam Steingold <sds@gnu.org>
5483
5484 * vc.el (vc-print-log): Fix a bug in the last patch:
5485 backend-function may be a byte-compiled object, not a lambda.
5486
5487 2004-03-25 Juri Linkov <juri@jurta.org>
5488
5489 * descr-text.el (describe-property-list): Add a button
5490 for `face' property that calls `describe-face'.
5491 Suggested by luis fernandes <elf@ee.ryerson.ca>
5492
5493 * international/mule.el (keyboard-coding-system):
5494 * kmacro.el (kmacro-call-macro): Fix docstring.
5495
5496 * dired.el: Fix comments.
5497
5498 * textmodes/fill.el (fill): Fix Info link.
5499
5500 * font-lock.el (fast-lock, lazy-lock):
5501 * jit-lock.el (jit-lock): Remove links to removed Support Modes
5502 Info node.
5503
5504 * eshell/eshell.el (eshell): Fix broken info-link.
5505
5506 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
5507 * eshell/em-banner.el (eshell-banner):
5508 * eshell/em-smart.el (eshell-smart):
5509 * eshell/esh-cmd.el (eshell-cmd):
5510 Comment out broken info-links to incomplete Info manual.
5511
5512 * info-xref.el: Fix commentary.
5513
5514 2004-03-25 Kevin Ryde <user42@zip.com.au>
5515
5516 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
5517 Remove spurious node duplicate suppression, doesn't work, not wanted.
5518 (info-xref-output): Take format style args, add "sit-for 0" to let
5519 user see the results as they progress.
5520 (info-xref-check-all-custom): New function.
5521
5522 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
5523
5524 * gdb-ui.el: Moved to progmodes.
5525
5526 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
5529
5530 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5531
5532 * calendar/appt.el (appt-check): Remove superfluous progn.
5533 When finished with diary buffer: if it was not being displayed
5534 before, kill it; otherwise restore its original state.
5535 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
5536
5537 * calendar/calendar.el (calendar-set-mode-line): Use total
5538 available mode-line width, rather than frame-width.
5539
5540 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
5541 after mode change so effect not lost.
5542
5543 2004-03-23 Dave Love <fx@gnu.org>
5544
5545 * dired.el (dired) <defgroup>: Add link to manual.
5546 (dired-font-lock-keywords): Add highlighting on unusual permissions.
5547 (dired-revert): Use dolist.
5548 (dired-mode-map): Add U binding.
5549 (dired-mode): Add font-lock-beginning-of-syntax-function.
5550 (dired-garbage-files-regexp): Make it a defcustom.
5551
5552 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
5555 is equivalent to nil.
5556 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
5557 (vc-arch-mode-line-string): Accept `added' state.
5558 (vc-arch-state): Use inode-sigs if available.
5559 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
5560 Copy&delete existing id file if any. Fallback if uuidgen is absent.
5561 (vc-arch-tagline-re): New var.
5562 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
5563 New functions.
5564 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
5565 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
5566
5567 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
5568 (vc-file-not-found-hook): Use it.
5569
5570 * diff-mode.el (diff-default-read-only): Change default.
5571 (diff-mode-hook): Make it a defcustom. Add some options.
5572 (diff-mode-map): Bind diff-refine-hook.
5573 (diff-yank-handler): New var.
5574 (diff-yank-function): New fun.
5575 (diff-font-lock-keywords): Use them.
5576 (diff-end-of-file): Handle case where file-header looks like diff text.
5577 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
5578 (diff-file-kill): Delete a subsequent empty line, if applicable.
5579 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
5580 (diff-find-file-name): Use it.
5581 (diff-tell-file-name): New command.
5582 (diff-mode): Be careful with view-mode.
5583 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
5584 New functions, for use in diff-mode-hook.
5585 (diff-find-source-location): Catch "regex too large" errors.
5586 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
5587 (diff-refine-hunk): New command.
5588
5589 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
5590 (smerge-context-menu-map): Remove unused var.
5591 (smerge-keep-all): Preserve markers.
5592 (smerge-keep-n): New fun.
5593 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5594 (smerge-keep-current, smerge-ediff): Use it.
5595 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
5596 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
5597 (smerge-resolve): Resolve trivial 3-part conflicts.
5598
5599 2004-03-23 Juri Linkov <juri@jurta.org>
5600
5601 * man.el (Man-width): New var.
5602 (Man-getpage-in-background): Use it.
5603 (Man-support-local-filenames): New var and fun.
5604 (Man-build-man-command): Don't add a second %s.
5605 (Man-fontify-manpage): Clean up message.
5606 (Man-mode): Set outline-regexp, outline-level,
5607 imenu-generic-expression.
5608
5609 * woman.el (woman-fill-frame): Doc fix.
5610 (woman-decode-region): Use window-width instead of frame-width.
5611
5612 * abbrevlist.el (list-one-abbrev-table):
5613 * descr-text.el (describe-char):
5614 * international/mule-diag.el (describe-current-coding-system):
5615 * international/quail.el (quail-insert-decode-map):
5616 Use window-width instead of frame-width.
5617
5618 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
5619 (jka-compr-mode-alist-additions): Add tbz.
5620 (jka-compr-write-region, jka-compr-insert-file-contents):
5621 Add message for undefined compress-program.
5622 (jka-compr-write-region): Remove redundant var bindings.
5623
5624 * dired-x.el (dired-guess-shell-alist-default): Add choices for
5625 extracting files into subdirectory. Add tbz and dz. Fix regexps.
5626 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
5627 (dired-man): Use dired-guess-shell-command.
5628 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
5629 Change default nil to t.
5630
5631 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
5632 (dired-compare-directories): Add default value for empty input.
5633
5634 * help-at-pt.el: Move suggestions for key bindings to Commentary.
5635
5636 * time.el (display-time-string-forms): Fix help-echo date format.
5637
5638 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
5639
5640 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
5641 (buffer-stale-function): New variable.
5642 (auto-revert-list-diff, auto-revert-dired-file-list)
5643 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
5644 (auto-revert-handler): Take over some functionality of deleted
5645 functions.
5646 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
5647
5648 * dired.el (dired-directory-changed-p): New fun, extracted from
5649 dired-internal-noselect.
5650 (dired-buffer-stale-p): New fun.
5651 (dired-internal-noselect): Use dired-directory-changed-p.
5652 Eliminate revert messages.
5653 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
5654
5655 2004-03-23 Kenichi Handa <handa@m17n.org>
5656
5657 * international/characters.el: Setup syntaxes for more parentheses
5658 Unicode characters.
5659
5660 * international/mule-cmds.el (select-safe-coding-system):
5661 Merge coding-system and auto-cs before comparing them.
5662
5663 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
5666
5667 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5668 normal-auto-fill-function and comment-indent-function.
5669 The default values now work just as well.
5670 Don't set font-lock-beginning-of-syntax-function since we already set
5671 syntax-begin-function.
5672 (lisp-outline-level): Put ;;;###autoload at same level as (.
5673 (prin1-char): Quote special chars.
5674
5675 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
5676 than with-no-warnings.
5677
5678 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
5679 if the source location can't be found.
5680 (edebug-compute-previous-result): Use prin1-char.
5681
5682 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
5683 (debug-ignored-errors): Add an entry.
5684
5685 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
5686 (byte-compile-file): Output warning when deleting a file.
5687
5688 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
5689 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
5690
5691 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
5692 (byte-compile-inline-expand): Use backquote.
5693 (byte-optimize-pure-func): Rename from byte-optimize-concat.
5694 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
5695
5696 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
5697
5698 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
5699
5700 2004-03-22 Juri Linkov <juri@jurta.org>
5701
5702 * finder.el (finder-known-keywords): Fix data, tex, unix.
5703
5704 * play/landmark.el: Fix keywords.
5705
5706 * language/ethio-util.el (ethio-find-file): Doc fix.
5707
5708 * emacs-lisp/warnings.el: Doc fix.
5709
5710 * textmodes/ispell.el (ispell-help): Doc fix.
5711
5712 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
5713
5714 * format.el (format-insert-file): Always return a list of two
5715 elements, like insert-file-contents does.
5716
5717 2004-03-21 Andre Spiegel <spiegel@gnu.org>
5718
5719 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
5720 and vc-BACKEND-diff.
5721 (vc-print-log): If the print-log implementation supports it, use
5722 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
5723 (vc-version-diff, vc-diff-internal): Doc fixes.
5724
5725 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
5726 implementation supports it, let diff output go to *vc*,
5727 not *vc-diff*, since this is an internal call.
5728
5729 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
5730
5731 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
5732
5733 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
5734
5735 2004-03-21 Dave Love <fx@gnu.org>
5736
5737 * progmodes/cfengine.el (cfengine-mode):
5738 Set parse-sexp-ignore-comments.
5739
5740 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
5741
5742 2004-03-21 Juanma Barranquero <lektu@terra.es>
5743
5744 * allout.el (allout-mode): Fix docstring.
5745
5746 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
5747
5748 * files.el (insert-directory): Fix bug if SWITCHES is a list.
5749
5750 * autorevert.el (auto-revert-interval): Make new value take
5751 effect immediately when set through Custom.
5752 (auto-revert-set-timer): Add interactive declaration.
5753
5754 2004-03-19 David Ponce <david@dponce.com>
5755
5756 * ruler-mode.el (ruler-mode-header-line-format-old):
5757 Don't `make-variable-buffer-local'.
5758 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5759 (ruler-mode-header-line-format): Simply funcall the above.
5760 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5761 to save/restore a previous header line format.
5762 (ruler-mode-space): Don't depend on a numeric WIDTH value.
5763 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5764 fringes and margins width.
5765 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5766
5767 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * log-edit.el (log-edit-font-lock-keywords): Typo.
5770
5771 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5772 (tex-send-tex-command): Rather than here.
5773 (tex-compilation-parse-errors): Simplify.
5774
5775 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5776
5777 * time.el (display-time-string-forms): Add help-echo with date on time.
5778
5779 * composite.el (compose-region): Use restore-buffer-modified-p.
5780
5781 * disp-table.el (standard-display-8bit): Simplify.
5782
5783 * server.el (server-process-filter): Delete temp frame.
5784
5785 * add-log.el (add-change-log-entry): Simplify.
5786
5787 2004-03-19 Kim F. Storm <storm@cua.dk>
5788
5789 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5790 (hexl-follow-line): Don't require 'fringe.
5791
5792 * progmodes/compile.el (compilation-start): Always set
5793 compilation-last-buffer and return it.
5794
5795 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5796
5797 * simple.el (clone-buffer): Doc fix.
5798
5799 2004-03-18 Juanma Barranquero <lektu@terra.es>
5800
5801 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5802
5803 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5804
5805 * log-edit.el (log-edit-font-lock-keywords): New var.
5806 (log-edit-mode): Use it.
5807
5808 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5809
5810 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5811 properly for watching in speedbar.
5812
5813 2004-03-17 Masatake YAMATO <jet@gyve.org>
5814
5815 * smerge-mode.el (smerge-popup-context-menu):
5816 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5817
5818 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5821 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5822 Take sealed revisions into account.
5823 (vc-arch-checkin): Extract a summary line from the message.
5824
5825 2004-03-16 Masatake YAMATO <jet@gyve.org>
5826
5827 * register.el (register): Provide `register' feature.
5828
5829 2004-03-15 Masatake YAMATO <jet@gyve.org>
5830
5831 Added context menu support in smerge mode.
5832 Most of the part is written by Stefan Monnier.
5833
5834 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5835 New keymap and menu.
5836 (smerge-text-properties): New function.
5837 (smerge-remove-props): New function.
5838 (smerge-popup-context-menu): New function.
5839 (smerge-resolve): Call `smerge-remove-props'.
5840 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5841 (smerge-keep-current): Ditto.
5842 (smerge-kill-current): New function.
5843 (smerge-match-conflict): Put text properties.
5844 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5845
5846 2004-03-15 David Ponce <david@dponce.com>
5847
5848 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5849 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5850 (ruler-mode-right-scroll-bar-cols): Remove.
5851 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5852 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5853 Use fringe-columns and scroll-bar-columns.
5854
5855 2004-03-15 Masatake YAMATO <jet@gyve.org>
5856
5857 * hl-line.el (hl-line-range-function): New variable.
5858 (hl-line-move): New function.
5859 (global-hl-line-highlight): Use `hl-line-move'.
5860 (hl-line-highlight): Ditto.
5861
5862 * scroll-bar.el (scroll-bar-columns):
5863 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5864
5865 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5866 (ruler-mode-left-fringe-cols)
5867 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5868 (ruler-mode-right-scroll-bar-cols)
5869 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5870 (ruler-mode-ruler-function): New variable.
5871 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5872 if the value for `ruler-mode-ruler-function'is given.
5873
5874 * hexl.el (hexl-mode-hook): Make the hook customizable.
5875 (hexl-address-area, hexl-ascii-area): New customize variables.
5876 (hexlify-buffer): Put font-lock-faces on the address area and
5877 the ascii area.
5878 (hexl-activate-ruler): New function.
5879 (hexl-follow-line): New function.
5880 (hexl-highlight-line-range): New function.
5881 (hexl-mode-ruler): New function.
5882
5883 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5886 (vc-default-find-file-hook): New fun.
5887 (vc-find-file-hook): Call new find-file-hook operation.
5888
5889 * vc-arch.el: New file.
5890
5891 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5892
5893 * info-look.el (info-lookup): Reuse an existing Info window.
5894
5895 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5896
5897 * woman.el (woman-preserve-ascii): Default value changed to t and
5898 doc string revised.
5899
5900 2004-03-12 Richard M. Stallman <rms@gnu.org>
5901
5902 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5903 Fix minor bug.
5904
5905 * replace.el (occur-engine): Change message for count of matches.
5906
5907 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5908 For strings, do compare text properties.
5909
5910 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5911
5912 * progmodes/compile.el (compile-auto-highlight)
5913 (compilation-error-list, compilation-old-error-list)
5914 (compilation-parse-errors-function, compilation-parsing-end)
5915 (compilation-error-message, compilation-directory-stack)
5916 (compilation-enter-directory-regexp-alist)
5917 (compilation-leave-directory-regexp-alist)
5918 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5919 (compilation-current-file, compilation-regexps): Remove vars.
5920
5921 (compile-error-at-point, compilation-error-filedata)
5922 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5923 (compilation-next-error-locus, compilation-forget-errors)
5924 (count-regexp-groupings, compilation-parse-errors)
5925 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5926
5927 (compile-internal): Make obsolete.
5928
5929 (compilation-first-column, compilation-error)
5930 (compilation-directory-matcher, compilation-page-delimiter)
5931 (compilation-mode-font-lock-keywords, compilation-debug)
5932 (compilation-error-face, compilation-warning-face)
5933 (compilation-info-face, compilation-line-face)
5934 (compilation-column-face, compilation-enter-directory-face)
5935 (compilation-leave-directory-face, compilation-skip-threshold)
5936 (compilation-skip-visited, compilation-context-lines): New vars.
5937
5938 (compilation-warning-face, compilation-info-face)
5939 (compilation-message-face): New faces.
5940
5941 (compilation-error-regexp-alist-alist): New constant.
5942
5943 (compilation-face, compilation-directory-properties)
5944 (compilation-assq, compilation-error-properties, compilation-start)
5945 (define-compilation-mode, compilation-loop)
5946 (compilation-set-window): New functions.
5947
5948 (compile): Additional argument for interactive compiles like TeX.
5949
5950 * progmodes/grep.el (kill-grep): Move here from compile.el
5951 (grep-error, grep-hit-face, grep-error-face)
5952 (grep-mode-font-lock-keywords): New variables.
5953 (grep-regexp-alist): Simplify regexp and add `binary' case.
5954 (grep-mode): New mode.
5955 (grep-process-setup): Simplify.
5956
5957 2004-03-11 Jason Rumney <jasonr@gnu.org>
5958
5959 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5960 letters on DOS/Windows.
5961
5962 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * server.el (server-name): New var.
5965 (server-socket-dir): New var to replace server-socket-name.
5966 (server-start): Use them.
5967
5968 2004-03-11 Simon Josefsson <jas@extundo.com>
5969
5970 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5971 died to avoid infloop. Reported by Jonathan Glauner
5972 <jglauner@sbum.org>.
5973
5974 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5977 (smerge-mode-menu): Use it to deactivate menu entries.
5978 (smerge-keep-current): New fun.
5979 (smerge-keep-current): Use it.
5980
5981 2004-03-10 John Paul Wallington <jpw@gnu.org>
5982
5983 * foldout.el (foldout-fold-list, foldout-modeline-string):
5984 Declare them as variables, not constants.
5985
5986 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5987
5988 * ps-print.el: Modification to print *Messages* buffer.
5989 (ps-print-version): New version 6.6.4.
5990 (ps-message-log-max): New fun.
5991 (ps-spool-without-faces, ps-spool-with-faces)
5992 (ps-count-lines-preprint): Code fix.
5993
5994 * printing.el: New tips in Tips section.
5995
5996 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5997
5998 * delim-col.el: Doc fix.
5999
6000 * printing.el: Doc fix. New doc section (Tips).
6001
6002 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * type-break.el (type-break-emacs-variant): Remove.
6005 (type-break-run-at-time, type-break-cancel-function-timers):
6006 Use fboundp rather than version name and number.
6007
6008 2004-03-09 Masatake YAMATO <jet@gyve.org>
6009
6010 * hexl.el (hexl-mode): Use `make-local-variable' instead of
6011 `make-variable-buffer-local'.
6012
6013 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
6014
6015 * find-dired.el (find-dired): Call `shell-command' instead of
6016 `start-process-shell-command'. By this, Tramp takes over
6017 handling of remote directories.
6018
6019 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * newcomment.el (comment-use-global-state): New var.
6022 (comment-search-forward): Use it.
6023
6024 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
6025
6026 * cus-edit.el (fill) <defgroup>: Move to fill.el.
6027
6028 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
6029 (enable-kinsoku): Make it a defcustom.
6030 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
6031 paragraph to same-comment-start-marker.
6032
6033 2004-03-07 Dave Love <fx@gnu.org>
6034
6035 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
6036 (browse-url-mail): Use it.
6037
6038 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
6039 (rfc2368-unhexify-string): Use replace-regexp-in-string.
6040
6041 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6042
6043 * woman.el (woman-man.conf-path): Doc fix.
6044 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
6045
6046 2004-03-07 Eli Zaretskii <eliz@gnu.org>
6047
6048 * sort.el (sort-columns): Remove ms-dos from the list of systems
6049 where the external `sort' command is not used.
6050
6051 2004-03-07 Kim F. Storm <storm@cua.dk>
6052
6053 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
6054 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
6055 from overlay-arrow-variable-list.
6056 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
6057
6058 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
6059
6060 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
6061 overlay arrow string properly for the assembler buffer.
6062
6063 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * mail/sendmail.el (mail-mode): Fix last change.
6066
6067 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
6068
6069 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
6070 for the assembler buffer.
6071 (gdb-assembler-custom): Position the overlay arrow.
6072 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
6073
6074 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
6077
6078 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
6079 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
6080
6081 * mail/sendmail.el (mail-mode): Set comment-start-skip.
6082
6083 * newcomment.el (uncomment-region): Allow non-terminated comment.
6084 (comment-normalize-vars): Check the user-specified comstart marker.
6085
6086 2004-03-04 Jesper Harder <harder@ifa.au.dk>
6087
6088 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
6089 Otherwise, do use it if the region only contains font-lock text
6090 properties.
6091
6092 2004-03-04 Masatake YAMATO <jet@gyve.org>
6093
6094 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
6095 as the callback function for eldoc.
6096 (hexl-print-current-point-info): New function.
6097 (hexl-current-address): Print the address in both decimal
6098 and hexadecimal format.
6099
6100 2004-03-04 Richard M. Stallman <rms@gnu.org>
6101
6102 * mail/rmail.el (rmail-convert-to-babyl-format):
6103 Specify t for UNIBYTE when calling mail-unquote-printable-region.
6104
6105 * mail/mail-utils.el (mail-unquote-printable-region):
6106 New arg UNIBYTE.
6107
6108 * startup.el (command-switch-alist): Doc fix.
6109
6110 * simple.el (undo): Temporarily set this-command to `undo-start',
6111 then set it to `undo' once undo-start returns without error.
6112
6113 * simple.el (minibuffer-history-sexp-flag): Doc fix.
6114
6115 * simple.el (kill-line): Don't disregard trailing whitespace
6116 in eol condition, if show-trailing-whitespace is set.
6117
6118 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
6119 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
6120 When disabling, restore old values only if mouse-sel-has-been-enabled.
6121
6122 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
6123 (isearch-{-char): New function.
6124 (isearch-mode-map): Bind { to isearch-{-char.
6125
6126 * font-lock.el (lisp-font-lock-keywords-2):
6127 Turn off the CL with-... and do-... general patterns.
6128 Instead, recognize several specific with... and do... constructs.
6129
6130 * files.el (switch-to-buffer-other-window):
6131 Bind same-window-buffer-names and same-window-regexps to nil.
6132 (switch-to-buffer-other-frame): Likewise.
6133
6134 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
6137 recognizing leading comment on code line.
6138
6139 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
6142 hidden files/directories.
6143
6144 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
6147 only comment-start (in case the mode hasn't set it).
6148
6149 * Makefile.in (AUTOGENEL): New var.
6150 (bootstrap-prepare): Rename from bootstrap-clean.
6151 Don't remove elc files.
6152 (maintainer-clean): New target.
6153
6154 * xml.el (xml-get-attribute-or-nil): Simplify.
6155
6156 2004-03-02 Juri Linkov <juri@jurta.org>
6157
6158 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
6159 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
6160 URL to prevent their substitution with the environment variable
6161 values by browsers.
6162
6163 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6164
6165 * ps-print.el: Doc fix.
6166 (ps-print-version): New version number (6.6.3).
6167 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
6168 Docstring fix.
6169 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
6170 before printing.
6171 (ps-time-stamp-yyyy-mm-dd): New fun.
6172 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
6173
6174 2004-03-02 Kim F. Storm <storm@cua.dk>
6175
6176 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
6177
6178 2004-03-01 Juanma Barranquero <lektu@terra.es>
6179
6180 * allout.el (allout-rebullet-heading): Fix typo in docstring.
6181
6182 * desktop.el (desktop-file-version)
6183 (desktop-after-read-hook): Fix typos.
6184 (desktop-clear-preserve-buffers): Remove redundant info in
6185 docstring already shown by the obsolescence message.
6186 (desktop-truncate, desktop-internal-v2s)
6187 (desktop-value-to-string): Change argument name to match docstring.
6188
6189 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
6190
6191 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
6192 docstring.
6193
6194 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6195
6196 * printing.el: Replace "As Is..." in PostScript file print/preview by
6197 "No Preprocessing...". Suggested by Colin Marquardt
6198 <_marquardt_@zmd.de>.
6199 (pr-insert-section-4): Adjust buffer interface.
6200
6201 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6202
6203 Version 2.0.39 of Tramp released.
6204
6205 * net/tramp.el (tramp-handle-file-local-copy)
6206 (tramp-handle-write-region, tramp-open-connection-rsh):
6207 Variable name typo. Small change. From Patrick Tullmann
6208 <tullmann@flux.utah.edu>.
6209 (tramp-process-connection-type): New variable.
6210 (tramp-maybe-open-connection): Use it.
6211 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
6212 (tramp-touch): Set last-modified time of a remote file.
6213 (tramp-handle-write-region): Say which function is used when encoding.
6214
6215 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
6216
6217 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
6218 case of non-existing filename, too. Reported by Christoph Bauer
6219 <c_bauer@informatik.uni-kl.de>.
6220 (tramp-smb-get-file-entries): The directory in question should
6221 have permissions "drwxrwxrwx". Just virtual, because we don't
6222 know the real permissions. Don't we know?
6223 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
6224 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
6225 (tramp-smb-wait-for-output): Optimize algorithm getting pending
6226 output. If it was received chunkwise, there have been problems.
6227 Remove the "prompt not found" error message; it is obvious.
6228 Simplify algorithm.
6229 (tramp-smb-process-running): Remove. Since we acknowledge the
6230 virtual prompt for shares, there's no need for distinction of
6231 reading shares (process ends afterwards) and interactive mode of
6232 smblient.
6233 (tramp-smb-open-connection): Setting process sentinel removed.
6234 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
6235 "NT_STATUS_NETWORK_ACCESS_DENIED".
6236 (tramp-smb-maybe-open-connection): Set `process-connection-type'
6237 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
6238 (top-level): Setting default value in `tramp-default-method-alist'
6239 corrected. Order of USER and HOST have been wrong.
6240 Nobody complained for months ...
6241 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
6242 (tramp-smb-open-connection): Clear password cache if login has failed.
6243
6244 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
6245 `tramp-unified-filenames'.
6246 (tramp-completion-mode): Make test for XEmacs explicitely.
6247 `event-to-character' can exists in Emacs packages too.
6248 Reported by Matt Swift <swift@alum.mit.edu>.
6249 (tramp-buffer-name): Buffer name must contain the user if exists.
6250 Reported by Adrian Phillips <a.phillips@met.no>.
6251 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
6252 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
6253 (tramp-do-copy-or-rename-file-out-of-band): Rename from
6254 `tramp-do-copy-or-rename-file-one-local', because it handles also
6255 the case both files use the same out-of-band method.
6256 Implementation added.
6257 (tramp-handle-file-local-copy, tramp-handle-write-region):
6258 Out-of-band handling removed. `copy-file' called instead, which
6259 calls `tramp-do-copy-or-rename-file-out-of-band'.
6260 (tramp-action-password): Check for out-of-band method removed.
6261 This function is used for 'login-program.
6262 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
6263 appropriate.
6264 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
6265 and `tramp-parse-sknownhosts'.
6266 (tramp-completion-function-alist): It's a defvar now, because we
6267 want to apply the optimized `tramp-set-completion-function'
6268 instead of a static list.
6269 (tramp-set-completion-function): Implementation tuned.
6270 Avoid double entries, and entries where the function or the
6271 file/directory doesn't exist.
6272 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
6273 for SSH2.
6274 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
6275 (tramp-handle-dired-compress-file): New function.
6276 (tramp-async-proc): New variable.
6277 (tramp-handle-shell-command): Adding asynchronous processes.
6278 They are far from being perfect, but it works at least for
6279 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
6280 (top-level): Require password.el if visible. Should be mandatory
6281 once No Gnus has found its way into (X)Emacs.
6282 (tramp-read-passwd): Invoke `password-read' if available,
6283 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
6284 fallback any longer.
6285 (tramp-clear-passwd): New function.
6286 (tramp-process-actions, tramp-process-multi-actions):
6287 Clear password cache if login has failed.
6288
6289 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
6290 its own module.
6291 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
6292 `ange-ftp-ftp-name-res'. There could be incorrect values from
6293 previous calls in case the "ftp" method is used in the Tramp file
6294 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6295
6296 2004-02-28 Richard M. Stallman <rms@gnu.org>
6297
6298 * term.el (term-mouse-paste): Call mouse-set-point.
6299
6300 * thumbs.el: New file.
6301
6302 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6303
6304 * progmodes/ebnf-abn.el: Doc fix.
6305
6306 * progmodes/ebnf-bnf.el: Doc fix.
6307 (ebnf-repeat): Code fix.
6308
6309 * progmodes/ebnf2ps.el: Doc fix.
6310 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
6311
6312 2004-02-28 Juri Linkov <juri@jurta.org>
6313
6314 * ffap.el (dired-at-point): Additional writability test for
6315 relative directory names.
6316 (dired-at-point-prompter): Treat directories as a directory, get
6317 the directory component from files.
6318 (ffap-string-at-point): Return string from region if region is active.
6319 (ffap-file-at-point): Remove redundant code.
6320
6321 2004-02-28 Kim F. Storm <storm@cua.dk>
6322
6323 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
6324 Initialize margin area images to nil.
6325 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6326 (breakpoint-enabled-bitmap-face)
6327 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
6328 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
6329 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
6330 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
6331 (gdb-reset): Use gdb-remove-breakpoint-icons.
6332 (gdb-put-string): Add dprop arg to specify alternative display
6333 property (for setting fringe bitmap).
6334 (gdb-remove-strings): Doc fix.
6335 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
6336 icon in fringe (if available), or else as icon or text in display
6337 margin. Creates necessary icons in breakpoint-bitmap,
6338 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
6339 Also make left window margin if required.
6340 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
6341 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
6342 no longer needed.
6343 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
6344 gdb-put-breakpoint-icon.
6345 (gdb-assembler-mode): Don't set left-margin-width here.
6346
6347 2004-02-27 Kevin Ryde <user42@zip.com.au>
6348
6349 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
6350 comma, so that it DTRT in macros.
6351
6352 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
6353
6354 * progmodes/sh-script.el (sh-shell-arg)
6355 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
6356 (sh-leading-keywords, sh-other-keywords): Fix custom type.
6357
6358 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6359
6360 * faces.el (face-spec-set-match-display): Add a new attribute,
6361 `min-colors'.
6362 (region, highlight, secondary-selection): Use `min-colors'.
6363
6364 * custom.el (defface): Add documentation for `min-colors'.
6365
6366 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6367 (font-lock-keyword-face, font-lock-function-name-face)
6368 (font-lock-variable-name-face, font-lock-constant-face):
6369 Use `min-colors'.
6370
6371 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
6372
6373 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6374
6375 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
6376 define assq-delete-all if it's not defined.
6377 (ebnf-generate-region): Code fix.
6378
6379 * printing.el: Doc fix.
6380 (pr-version): New version number (6.7.2).
6381 (pr-command): Return empty string if command is an empty string.
6382
6383 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6384
6385 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
6386
6387 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
6388 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
6389 semi-down-full. Fix a bug on productions like test = {"test"}* | (
6390 "tt" ["test"] ). Reported by Markus Dreyer
6391 <mdreyer@ix.urz.uni-heidelberg.de>.
6392 (ebnf-version): New version number (4.0).
6393 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
6394 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
6395 (ebnf-delete-style): New commands.
6396 (ebnf-directory, ebnf-file): New funs.
6397 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
6398 (ebnf-production-name-p, ebnf-stop-on-error): New options.
6399 (ebnf-syntax-alist): New var.
6400 (ebnf-element-width): New fun replacing ebnf-list-width.
6401 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
6402 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
6403 (ebnf-prologue): Adjust vars.
6404 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
6405 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
6406 (ebnf-check-style-values, ebnf-generate-production)
6407 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
6408 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
6409 (ebnf-token-repeat): Code fix.
6410
6411 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
6412 %right, %left and %prec. Suggested by Matthew K. Junker
6413 <junker@alum.mit.edu>.
6414 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
6415
6416 * progmodes/ebnf-iso.el: Doc fix.
6417 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
6418 (ebnf-iso-lex): Code fix.
6419
6420 * progmodes/ebnf-bnf.el: Doc fix.
6421 (ebnf-bnf-lex): Code fix.
6422
6423 * progmodes/ebnf-otz.el: Doc fix.
6424
6425 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6426
6427 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
6428 (abbrev-prefix-mark): Doc fix.
6429
6430 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
6431
6432 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
6433 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
6434 (gdb-var-delete): Make interactive (really).
6435 (gdb-edit-value): Make non-interactive.
6436
6437 * progmodes/gud.el (gud-speedbar-menu-items):
6438 Add gdb-var-delete and, indirectly, gdb-edit-value.
6439 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
6440 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
6441 (gud-gdb-marker-filter): Add comment for annotations.
6442
6443 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6444
6445 * calendar/calendar.el (generate-calendar)
6446 (calendar-read-date): Prevent display of BC calendars once more -
6447 reverts 2003-10-01 change.
6448 (generate-calendar-month): Doc fix.
6449
6450 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6451
6452 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
6453 return value of increment-calendar-month.
6454
6455 2004-02-21 Stephen Compall <s11@member.fsf.org>
6456
6457 * saveplace.el (save-place-forget-unreadable-files)
6458 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
6459 (save-place-forget-unreadable-files): New function.
6460 (save-place-alist-to-file): Use it to filter out files that are
6461 no longer readable.
6462
6463 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
6464 current Texinfo environment, using the same method as in
6465 `texinfo-insert-@end', and insert a space rather than a newline if
6466 point in a @table environment.
6467
6468 2004-02-21 Juri Linkov <juri@jurta.org>
6469
6470 * ffap.el (ffap-file-at-point): Try parent directories.
6471
6472 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
6473
6474 * vcursor.el (vcursor-modifiers): New defcustom.
6475 (vcursor-cs-binding): Use vcursor-modifiers instead of a
6476 hard-coded list.
6477
6478 2004-02-21 Masatake YAMATO <jet@gyve.org>
6479
6480 * play/animate.el (animate-birthday-present): Accept names other
6481 than `Sarah', too.
6482
6483 2004-02-21 Juri Linkov <juri@jurta.org>
6484
6485 * startup.el: Remove table of command line arguments from the
6486 Commentary section.
6487
6488 2004-02-20 John Wiegley <johnw@newartisans.com>
6489
6490 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
6491 again" modifier from 'e' to 'E', since 'e' is also used by the
6492 "file extension" modifier.
6493
6494 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
6495
6496 * help-fns.el (describe-categories): Doc fix.
6497
6498 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6499
6500 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
6501 temporary file for buffer already visiting one. This change makes
6502 output likely to be directly usable by patch program.
6503 Suggested by Adrian Aichner <adrian@xemacs.org>
6504
6505 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
6506
6507 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
6508 case of variables defined in compound statements.
6509 (gdb-setup-windows, gdb-source-info, gdb-source-info):
6510 Simplify constructions using switch-to-buffer.
6511
6512 2004-02-19 Simon Josefsson <jas@extundo.com>
6513
6514 * play/morse.el: Fix typo.
6515 (morse-code): Add @.
6516
6517 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6518
6519 * calendar/appt.el (appt-display-format): Change default to
6520 'ignore, for backwards compatibility.
6521 (appt-display-message): If appt-display-format is 'ignore,
6522 respect old vars appt-msg-window and appt-visible.
6523 (appt-activate): Don't depend on return value of cancel-timer.
6524
6525 * calendar/calendar.el (calendar-holidays): Doc fix.
6526
6527 * calendar/cal-coptic.el (coptic-prompt-for-date):
6528 Use assoc-string instead of assoc-ignore-case.
6529 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6530 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6531 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6532 * calendar/cal-islam.el (calendar-goto-islamic-date)
6533 (mark-islamic-diary-entries): Ditto.
6534 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6535 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6536 (calendar-read-mayan-tzolkin-date): Ditto.
6537 * calendar/calendar.el (calendar-read-date): Ditto.
6538 * calendar/diary-lib.el (mark-diary-entries): Ditto.
6539
6540 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
6541
6542 * progmodes/executable.el (executable-command-find-posix-p):
6543 Fix choice of the directory.
6544
6545 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6546
6547 * simple.el (interprogram-cut-function)
6548 (interprogram-paste-function, kill-new, kill-append):
6549 Doc fixes.
6550 (kill-region): Make it return nil. Doc fix.
6551 (yank-pop): Make its argument optional.
6552 (yank): Make ARG `-' equivalent to `-1'.
6553
6554 2004-02-17 Eli Zaretskii <eliz@gnu.org>
6555
6556 * mail/rmail.el (rmail-get-new-mail): Don't reference
6557 rmail-use-spam-filter if rmail-spam-filter is not loaded.
6558
6559 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6560
6561 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
6562 if one of global-auto-revert-non-file-buffers or autorevert-mode
6563 is non-nil.
6564
6565 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6566
6567 * subr.el (delete-dups): A better implementation from Karl Heuer
6568 <kwzh@gnu.org>.
6569
6570 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6571
6572 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
6573 correct place.
6574 * progmodes/icon.el (icon-indent-command): Ditto.
6575 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
6576
6577 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6578
6579 * progmodes/grep.el (grep-compute-defaults): Undo change from
6580 2004-01-29: don't use executable-command-find-posix-p.
6581
6582 2004-02-16 Richard Sharman <rsharman@pobox.com>
6583
6584 * hilit-chg.el: Use require instead of eval-and-compile.
6585 (highlight-compare-buffers): New function.
6586
6587 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
6588
6589 * man.el (Man-fontify-manpage): Render section headings in
6590 `Man-overstrike-face' even when overstrike was not used by man
6591 formatter for section headings.
6592
6593 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
6594
6595 * rmail-spam-filter.el: (vm-use-spam-filter)
6596 (rsf-min-region-length-added-to-spam-list): New variables.
6597 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
6598 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
6599 spam testing. Don't delete spam message if automatic deletion
6600 after output via variable rmail-delete-after-output is turned on.
6601 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
6602 rsf-bbdb-dont-create-entries-for-spam.
6603 (check-field): New function, extracted from code in
6604 rmail-spam-filter to ease addition of header fields like content-type.
6605 (message-content-type): New variable to check the content-type:
6606 field added, also in defcustom of rsf-definitions-alist.
6607 (rmail-spam-filter): Replace repeated test code for header fields
6608 by calls to check-field; change the call to
6609 rmail-output-to-rmail-file such that rmail-current-message stays
6610 the same to avoid wrong deletion of unseen flags.
6611 (rsf-add-contents-type): New function to convert old format
6612 of rmail-spam-definitions-alist into new one.
6613 Change prefixes of all variables and functions from
6614 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
6615
6616 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6617
6618 * loadhist.el (unload-hook-features-list): New defvar.
6619
6620 2004-02-16 Dave Love <fx@gnu.org>
6621
6622 * loadhist.el (unload-feature): Doc fix. Rename flist to
6623 unload-hook-features-list.
6624
6625 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
6626
6627 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
6628 cookie. Don't check if we are looking-at open-formula.
6629
6630 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6631
6632 * subr.el (match-string-no-properties): Use substring-no-properties.
6633
6634 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6635
6636 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
6637 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
6638 Use lower-case "rx" in all error message.
6639
6640 2004-02-16 Dave Love <fx@gnu.org>
6641
6642 * emacs-lisp/rx.el (rx-or): Put group around result.
6643 (rx-constituents): Add backref.
6644 (rx-syntax): Add string-delimiter, comment-delimiter.
6645 (rx-categories): Add combining-diacritic.
6646 (rx-check-not, rx-greedy, rx): Doc fix.
6647 (rx-backref, rx-check-backref): New.
6648
6649 2004-02-16 Jesper Harder <harder@ifa.au.dk>
6650
6651 * newcomment.el (uncomment-region): Allow eob as comment end.
6652
6653 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6654
6655 * filecache.el: All message and error commands now use prefix
6656 "Filecache:" to make it easy to read *Messages* buffer.
6657
6658 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6659
6660 * autorevert.el: Add support to detect changed dired and VC buffers.
6661 (auto-revert-active-p, auto-revert-list-diff)
6662 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
6663 (auto-revert-handler, auto-revert-active-p): New functions.
6664 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
6665 and `auto-revert-active-p'.
6666 (eval-when-compile): Defvar dired-directory and vc-mode.
6667 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6668 (auto-revert-handler-vc): New functions.
6669
6670 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
6671
6672 * progmodes/compile.el (compilation-directory): New defvar.
6673 (compile): Save current directory in compilation-directory.
6674 (recompile): Bind default-directory to compilation-directory if
6675 that is non-nil.
6676
6677 2004-02-16 Dave Love <fx@gnu.org>
6678
6679 * newcomment.el (comment-insert-comment-function)
6680 (comment-region-function, uncomment-region-function): New.
6681 (comment-indent): Use comment-insert-comment-function.
6682 (uncomment-region): Use uncomment-region-function.
6683 (comment-region): Use comment-region-function.
6684
6685 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
6686
6687 2004-02-16 Richard Stallman <rms@gnu.org>
6688
6689 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
6690 loaddefs* and ldefs-boot*.
6691
6692 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6693
6694 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
6695 and email address at the beginning and end of the address.
6696
6697 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
6698 anchored at the beginning of the email address.
6699
6700 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
6701
6702 * international/ccl.el (ccl-compile-write): Pass `left' to
6703 ccl-embed-code to generate correct code of write-expr-register.
6704
6705 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
6706
6707 * progmodes/grep.el (grep-compute-defaults): Fix typos.
6708
6709 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6710
6711 * x-dnd.el: Mention support for Motif in commentary.
6712 (x-dnd-handle-drag-n-drop-event): Ditto.
6713
6714 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6715
6716 * ses.el: Use "ses--" prefixes for buffer-local variables.
6717 Use (point-min) instead of 1, even when we know the buffer
6718 is unnarrowed.
6719 (ses-build-load-map): Delete. Distribute its content to defconst's for
6720 the three maps.
6721 (ses-menu, ses-header-line-menu): New menus.
6722 (ses-mode-map): Use them.
6723 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
6724
6725 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
6726
6727 * Makefile.in: Fix the CC Mode recompile kludge so it works
6728 when building in a different directory.
6729
6730 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
6731
6732 * simple.el (kill-new): Put yank-handler property on the entire string.
6733
6734 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * diff.el: Don't use compile any more, use diff-mode instead.
6737 (diff-regexp-alist, diff-old-file, diff-new-file)
6738 (diff-parse-differences, diff-process-setup): Remove.
6739 (diff-sentinel): New fun.
6740 (diff): Use it. Run the process ourselves.
6741 Use diff-mode for the rest of the processing.
6742
6743 * diff.el (diff): Simplify code handling `switch'.
6744
6745 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * pcvs-defs.el (cvs-menu): Add `tag'.
6748
6749 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6750
6751 * simple.el (kill-append): Doc fix.
6752
6753 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6754 Adapt outline-regexp to the new conventions for commenting out code.
6755
6756 2004-02-11 John Paul Wallington <jpw@gnu.org>
6757
6758 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6759
6760 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * diff.el (diff-switches): New fun.
6763 (diff, diff-backup): Use it.
6764 (diff): Clean up the args construction. Use backquote.
6765 Use listp instead of consp to avoid putting a nil arg.
6766 (diff): Add a revert-buffer function.
6767
6768 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6769
6770 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
6771 handled by x-dnd-handle-file-name.
6772 (x-dnd-known-types): Add COMPOUND_TEXT.
6773 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6774 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6775 x-dnd-empty-state.
6776 (x-dnd-forget-drop): Ditto.
6777 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6778 (x-dnd-handle-one-url): Return private when inserting text.
6779 (x-dnd-insert-ctext): New function.
6780 (x-dnd-handle-file-name): New function for FILE_NAME.
6781 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6782 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6783 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6784
6785 2004-02-10 Kenichi Handa <handa@m17n.org>
6786
6787 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6788 instead of while loop.
6789
6790 2004-02-10 Miles Bader <miles@gnu.org>
6791
6792 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6793
6794 2004-02-09 Kenichi Handa <handa@m17n.org>
6795
6796 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6797 have end-of-line.
6798
6799 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6800
6801 * Makefile.in: Added extra dependencies in the recompile target
6802 needed to cope with the compile time macro expansions in CC Mode.
6803
6804 2004-02-09 Kim F. Storm <storm@cua.dk>
6805
6806 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6807 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6808 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6809 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6810 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6811 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6812 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6813 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6814 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6815 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6816 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6817
6818 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6821 Don't allow shrink if there's a window on our right.
6822
6823 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6824 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6825 Bring together declaration and initialization.
6826 (prolog-mode-variables): Don't set the syntax table.
6827 Don't set paragraph-start and comment-indent-function.
6828 Add /*..*/ to the comment regexps.
6829 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6830 (prolog-mode-map): Don't bind TAB.
6831 (prolog-mode): Set the syntax table.
6832 (prolog-comment-indent): Remove.
6833 (inferior-prolog-mode-map): Initialize in the declaration.
6834 (inferior-prolog-mode-syntax-table)
6835 (inferior-prolog-mode-abbrev-table): New vars.
6836 (inferior-prolog-mode): Derive from comint-mode.
6837 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6838 minibuffer windows.
6839
6840 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6841 in file names, as long as it is unabmiguous.
6842
6843 2004-02-08 Andreas Schwab <schwab@suse.de>
6844
6845 * textmodes/reftex-toc.el
6846 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6847 format. Doc fix.
6848
6849 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6850 format string arguments.
6851
6852 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6853 string argument.
6854
6855 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6856
6857 * play/zone.el (zone-call): Fix format string.
6858
6859 * net/webjump.el (webjump-builtin): Add missing format string argument.
6860
6861 * midnight.el (midnight-delay-set): Remove extra format string argument.
6862
6863 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6864
6865 * hexl.el (hexl-insert-char): Add missing format string argument.
6866
6867 * format.el (format-decode): Fix format string.
6868
6869 * emulation/vi.el (vi-mode): Remove extra format string argument.
6870 (vi-repeat-last-search): Likewise.
6871 (vi-reverse-last-search): Likewise.
6872 (vi-goto-mark): Likewise.
6873 (vi-reverse-last-find-char): Likewise.
6874 (vi-repeat-last-find-char): Likewise.
6875 (vi-locate-def): Likewise.
6876
6877 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6878
6879 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6880 string argument.
6881 (ediff-toggle-regexp-match): Likewise.
6882
6883 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6884 format string argument.
6885
6886 * calc/calc-map.el (calc-get-operator): Remove extra format
6887 string argument.
6888
6889 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6890
6891 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6892 string argument.
6893
6894 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6895
6896 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6897
6898 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6899
6900 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6901 (cl-struct-setf-expander): Likewise.
6902
6903 * vc.el (with-vc-file): Fix unsafe uses of error.
6904 (vc-cancel-version): Likewise.
6905
6906 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6907
6908 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6909 thousands separator; fixes <class>:<line-number> regexp for
6910 non-english locales.
6911
6912 2004-02-08 Andreas Schwab <schwab@suse.de>
6913
6914 * view.el (view-mode-enable): Revert previous change.
6915
6916 2004-02-07 Kim F. Storm <storm@cua.dk>
6917
6918 * simple.el (line-number-at-pos): Rename from line-at-pos.
6919 Uses changed (what-line and vc-annotate-warp-version).
6920
6921 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6924 (diff-mode): Remove aborted attempt at support for compile.el.
6925 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6926
6927 2004-02-06 Andreas Schwab <schwab@suse.de>
6928
6929 * view.el (view-mode-enable): Add view-mode-map to
6930 minor-mode-overriding-map-alist.
6931
6932 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6933
6934 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6935
6936 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6939 with point inside rather than after the paragraph.
6940
6941 2004-02-04 Sam Steingold <sds@gnu.org>
6942
6943 * mail/smtpmail.el (smtpmail-try-auth-methods):
6944 Do not try authentication when no mechanism is available.
6945 Pass port-name as defaultport to `netrc-machine'.
6946
6947 2004-02-04 Stephen Eglen <stephen@gnu.org>
6948
6949 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6950 to show how minibuffer height can be constrained.
6951
6952 2004-02-04 John Paul Wallington <jpw@gnu.org>
6953
6954 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6955
6956 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6957
6958 * x-dnd.el: New file for drag and drop.
6959
6960 * term/x-win.el: require x-dnd, set after-make-frame-functions
6961 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6962 drag-n-drop event.
6963
6964 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6965 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6966 (dired-dnd-handle-file): New functions for drag and drop support.
6967 (dired-mode): Initialize drag and drop if x-dnd present.
6968
6969 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6972 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6973 (cperl-mode): Set fill-paragraph-function.
6974 (cperl-fill-paragraph): Make it non-interactive.
6975
6976 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6977
6978 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6979
6980 2004-02-02 David Kastrup <dak@gnu.org>
6981
6982 * replace.el (perform-replace): Allow 'literal argument in
6983 regexp-flag to indicate literal replacement.
6984 (query-replace-regexp-eval): Use it.
6985
6986 2004-02-01 Andreas Schwab <schwab@suse.de>
6987
6988 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6989
6990 2004-02-01 Stephen Eglen <stephen@gnu.org>
6991
6992 * info-look.el: Add support for maxima-mode. Update commentary
6993 because info-lookup-symbol is now bound to C-h S.
6994
6995 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6996
6997 * simple.el (edit-and-eval-command): Bind print-level and
6998 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6999 Correct initial position in command-history.
7000
7001 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
7002
7003 * files.el (read-directory-name): Adapt the docstring to recent
7004 change in Fread_file_name.
7005
7006 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
7007
7008 * ses.el (ses-print-cell): If print format too wide for column
7009 width, truncate decimal places if that helps to avoid "#####" fill.
7010 * ses.el (ses-initial-column-width): Revert previous change.
7011
7012 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
7015 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
7016 Add edebug info.
7017 (jit-lock-mode): Setup/cancel the new timer.
7018 (jit-lock-context-fontify): New fun. Extracted from
7019 context fontification code of jit-lock-stealth-fontify.
7020 (jit-lock-stealth-fontify): Don't do context fontification any more.
7021
7022 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
7023 (jit-lock-fontify-now): Handle the `quit' case.
7024 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
7025
7026 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
7027
7028 * progmodes/executable.el (executable-command-find-posix-p):
7029 New. Check if find handles arguments Posix-style.
7030
7031 * progmodes/grep.el (grep-compute-defaults):
7032 Use executable-command-find-posix-p.
7033 (grep-find): Check `grep-find-command'.
7034
7035 * filecache.el (file-cache-find-posix-p): Delete.
7036 (file-cache-add-directory-using-find):
7037 Use `executable-command-find-posix-p'.
7038
7039 2004-01-29 Dave Love <fx@gnu.org>
7040
7041 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7042 Iterate the hook function if arg is given.
7043 (mark-defun, narrow-to-defun): Change order of finding the limits.
7044
7045 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
7046 (byte-compile-format-warn): New.
7047 (byte-compile-callargs-warn): Use it.
7048 (Format, message, error): Add byte-compile-format-like property.
7049 (byte-compile-maybe-guarded): New.
7050 (byte-compile-if, byte-compile-cond): Use it.
7051 (byte-compile-lambda): Compile interactive forms,
7052 just to make warnings about them.
7053
7054 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
7055
7056 * ses.el (ses-initial-column-width): Increase to 14, so it will
7057 work well with the default printer of "%.7g" for extreme values
7058 like "-1.234567e+07".
7059
7060 2004-01-29 Kenichi Handa <handa@m17n.org>
7061
7062 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7063
7064 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
7065
7066 * dos-w32.el: Added support for the `default-printer-name' function.
7067
7068 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * server.el (server-socket-name): Don't use the hostname in the
7071 socket name since /tmp is local to the host anyway.
7072
7073 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
7074 robust check of widening and fix var-naming.
7075
7076 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
7077
7078 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
7079 or rmail-spam- to rsf- in all function and variable names.
7080 (rsf-min-region-to-spam-list): New variable.
7081 (rsf-bbdb-auto-delete-spam-entries): Rename from
7082 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
7083 scanned together with the recipients field for spam testing; Don't
7084 delete spam message if rmail-delete-after-output is non-nil;
7085 (rsf-check-field): New function, extracted from code in
7086 rmail-spam-filter to ease addition of header fields like
7087 content-type:;
7088 (message-content-type): New variable. The content-type: field was
7089 added also in defcustom of rsf-definitions-alist;
7090 (rmail-spam-filter): Replace repeated test code for header fields
7091 by calls to check-field; change the call to
7092 rmail-output-to-rmail-file such that rmail-current-message stays
7093 the same to avoid wrong deletion of unseen flags.
7094 (rmail-use-spam-filter): Add autoload cookie.
7095
7096 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
7097
7098 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
7099 (file-cache-add-directory-using-find): Add Cygwin support.
7100 (file-cache-find-command-posix-flag): New user variable.
7101
7102 * filecache.el (file-cache-add-directory): Check for
7103 directories an remove them from dir-files.
7104
7105 2004-01-27 Richard M. Stallman <rms@gnu.org>
7106
7107 * man.el (Man-fontify-manpage): Clean up message.
7108
7109 2004-01-27 Kenichi Handa <handa@m17n.org>
7110
7111 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
7112 (sentence-end): Define using sentence-end-without-space.
7113
7114 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
7115 a sentence ends with one of a character in sentence-end-without-space.
7116
7117 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * font-lock.el (font-lock): Add jit-lock as explicit group member.
7120 (jit-lock): Group declaration moved to jit-lock.el.
7121 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
7122 when necessary.
7123
7124 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
7125 (jit-lock-context-unfontify-pos): Rename from
7126 jit-lock-first-unfontify-pos.
7127 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
7128
7129 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7130
7131 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
7132 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
7133 (fortran-fill): When filling a string, adjust re-search-backward
7134 argument for special case of string just on fill-column.
7135 When filling non-string, allow one extra char if
7136 fortran-break-before-delimiters is non-nil.
7137 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
7138 Use fortran-break-delimiters-re and fortran-no-break-re to
7139 correctly handle cases such as "**".
7140
7141 * progmodes/f90.el (f90-break-delimiters): Doc fix.
7142 (f90-no-break-re): Add some extra tokens. Doc fix.
7143
7144 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
7145
7146 * mail/rmail-spam-filter.el:
7147 Use two semicolons as Commentary line prefix.
7148 Add ";;; Code:" stylized comment.
7149 Delete end-of-line whitespace.
7150 Wrap (require 'cl) with `eval-when-compile'.
7151
7152 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
7153
7154 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
7155 at the top level of vc.el.
7156
7157 2004-01-23 Andre Spiegel <spiegel@gnu.org>
7158
7159 * vc.el (vc-current-line): Function removed. This is now done by
7160 the new function line-at-pos in simple.el.
7161 (vc-annotate-warp-version): Use line-at-pos instead of
7162 vc-current-line.
7163
7164 2004-01-22 Kim F. Storm <storm@cua.dk>
7165
7166 * simple.el (line-at-pos): New defun.
7167 (what-line): Use it. Optimize by only counting lines in narrowed
7168 region once.
7169
7170 2004-01-22 Kenichi Handa <handa@m17n.org>
7171
7172 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
7173 point (register r1) only for charset mule-unicode-0100-24ff.
7174
7175 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
7176
7177 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
7178 trailing white space and ensure a final newline.
7179
7180 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
7181 Add autoload cookie.
7182
7183 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
7184
7185 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
7186 activate view-mode explicitly.
7187
7188 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7189
7190 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
7191 use clipboard first.
7192
7193 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
7196 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
7197 (vc-mcvs-cvs): Remove.
7198 (vc-mcvs-command): Remove use of assert.
7199
7200 * outline.el (outline-insert-heading): Tighten up match.
7201 (outline-demote, outline-move-subtree-down): Don't assume anything
7202 about outline-regexp.
7203
7204 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
7205 (texinfo-show-structure): Explicitly add ^, and simplify.
7206
7207 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7208
7209 * calendar/appt.el (appt-check): Restore usage of
7210 appt-issue-message deleted in previous change.
7211 (top-level): Activate package when loaded (needed for backwards
7212 compatibility).
7213
7214 2004-01-20 Jesper Harder <harder@ifa.au.dk>
7215
7216 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
7217 following previous change to smtpmail-send-data.
7218
7219 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
7220
7221 * vc.el (vc-default-previous-version): Doc enhancement.
7222 (vc-default-next-version): New function.
7223 (vc-print-log): New arg FOCUS-REV.
7224 (vc-annotate-mode): Derive from view-mode.
7225 (vc-annotate): New args REVISION, DISPLAY-MODE.
7226 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
7227 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
7228 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
7229 (vc-annotate-show-diff-revision-at-line, vc-current-line)
7230 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
7231
7232 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
7233
7234 2004-01-19 Karl Berry <karl@gnu.org>
7235
7236 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
7237 or "TexInfo".
7238
7239 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
7240
7241 * subr.el (delete-dups): New function.
7242
7243 2004-01-19 Karl Berry <karl@gnu.org>
7244
7245 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
7246 with ^, since that's what texinfo-show-structure
7247 documentation says (plus it works much better in texinfo.txi).
7248
7249 2004-01-18 Jesper Harder <harder@ifa.au.dk>
7250
7251 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
7252
7253 2004-01-18 David Ponce <david@dponce.com> (tiny change)
7254
7255 * progmodes/which-func.el (which-function-mode): Don't cancel
7256 which-func-update-timer if not set.
7257
7258 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
7259
7260 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
7261 Remove spurious left square bracket in XX:XXam regexp.
7262
7263 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
7264
7265 * progmodes/cc-defs.el: Do not require cl at run time.
7266
7267 2004-01-16 Richard M. Stallman <rms@gnu.org>
7268
7269 * emacs-lisp/cl.el (cl-cannot-unload): New function.
7270 (cl-unload-hook): Defvar this to run cl-cannot-unload.
7271
7272 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
7273 Call rmail-spam-filter. Delete and expunge spam.
7274 Print number of spam messages deleted.
7275 Save and restore the deletion status of old messages when reading
7276 new mail with spam filter, so that expunging spam does not expunge
7277 msgs deleted by the user.
7278 (rmail-only-expunge): Add an optional argument dont-show to
7279 prevent showing message after expunge.
7280
7281 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7282
7283 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
7284 * subr.el (declare): New macro.
7285
7286 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
7287
7288 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
7289
7290 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7291
7292 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7293 Test window-system rather than system-type (for X11/Mac).
7294
7295 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
7296
7297 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
7298
7299 2004-01-12 Richard M. Stallman <rms@gnu.org>
7300
7301 * mail/rmail.el (rmail-convert-to-babyl-format):
7302 Use mail-unquote-printable-region.
7303 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
7304 (rmail-hex-char-to-integer): Functions deleted.
7305
7306 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
7307 (mail-unquote-printable-region): New arg NOERROR.
7308 For invalid encoding, either signal an error to just return nil.
7309
7310 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7311
7312 * calendar/appt.el: Update copyright and commentary.
7313 (appt-issue-message): Make obsolete.
7314 (appt-visible, appt-msg-window): Make obsolete, in favour of
7315 appt-display-format.
7316 (appt-display-mode-line, appt-display-duration)
7317 (appt-display-diary, appt-time-msg-list, appt-mode-string)
7318 (appt-prev-comp-time, appt-display-count, appt-timer)
7319 (appt-convert-time): Doc change.
7320 (appt-disp-window-function, appt-delete-window-function):
7321 Use defcustom rather than defvar.
7322 (appt-display-format): New variable.
7323 (appt-display-message): New function with display code from appt-check.
7324 (appt-check): Add optional FORCE argument. Doc change.
7325 Add appt-make-list to diary-hook if displaying diary.
7326 Remove checking of view-diary-entries-initially.
7327 Message display section removed to new function appt-display-message.
7328 (appt-display-window): Doc change. Remove unused internal var
7329 this-buffer. Do not beep, since appt-display-message does that.
7330 (appt-make-list): Doc change. Use caar.
7331 (appt-sort-list): Simplify by using builtin sort function.
7332 (appt-update-list): New function for updating appts when diary is
7333 saved.
7334 (appt-activate): New autoloaded function to toggle package
7335 functionality.
7336
7337 * calendar/cal-x.el: (calendar-one-frame-setup)
7338 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
7339
7340 * calendar/calendar.el: Update copyright.
7341 (view-diary-entries-initially, european-calendar-style): Doc change.
7342 (calendar-setup): Make defcustom rather than defvar.
7343 (mark-visible-calendar-date): Initialize temp-face and faceinfo
7344 in let binding so local to function.
7345
7346 * calendar/diary-lib.el: Update copyright.
7347 (diary, diary-entry-time): Doc change.
7348 (list-diary-entries): Doc change. Trivial logic change.
7349 (fancy-diary-display): Restore make-face command mistakenly
7350 deleted 2003-05-08.
7351 (show-all-diary-entries): Allow to pop-up frame if needed.
7352
7353 2004-01-09 John Paul Wallington <jpw@gnu.org>
7354
7355 * bindings.el (mode-line-change-eol): Add EVENT parameter.
7356 Temporarily select EVENT's window for changing eol type.
7357
7358 2004-01-09 Deepak Goel <deego@gnufans.org>
7359
7360 * calendar/diary-lib.el (diary-entry-time):
7361 Also accept time in the form XX[.XX][am/pm/AM/PM].
7362 (fancy-diary-font-lock-keywords): Likewise.
7363 (diary-font-lock-keywords): Likewise.
7364 * calendar/appt.el (appt-add): Likewise.
7365 (appt-make-list): Likewise.
7366 (appt-convert-time): Likewise.
7367
7368 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
7369
7370 * gdb-ui.el (gdb-ann3): Revert previous change.
7371 (gdb-source-info): Allow for case of where compilation directory
7372 is not recorded.
7373
7374 2004-01-08 John Paul Wallington <jpw@gnu.org>
7375
7376 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
7377
7378 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
7379
7380 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
7381
7382 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
7383 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
7384 problems.
7385 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
7386
7387 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7388
7389 * files.el (write-file-functions, write-contents-functions):
7390 Clarify docstrings.
7391
7392 2004-01-07 Kenichi Handa <handa@m17n.org>
7393
7394 * international/mule.el (set-auto-coding): Fix for the case that
7395 end-of-line is only CR.
7396
7397 2004-01-07 Kim F. Storm <storm@cua.dk>
7398
7399 * subr.el (event-start, event-end): Doc fix.
7400 (posn-string, posn-image): New defuns.
7401 (posn-object): Return either image or string object.
7402 (posn-object-x-y): Return 8th element of position.
7403 (posn-object-width-height): New defun.
7404
7405 2004-01-06 Andreas Schwab <schwab@suse.de>
7406
7407 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
7408 output.
7409
7410 2004-01-05 Karl Berry <karl@gnu.org>
7411
7412 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
7413 / and *, too.
7414
7415 2003-12-31 Simon Josefsson <jas@extundo.com>
7416
7417 * files.el (before-save-hook): Add.
7418 (basic-save-buffer): Use before-save-hook.
7419
7420 * emacs-lisp/copyright.el: Fix comment to recommend
7421 before-save-hook instead of write-file-functions.
7422
7423 2004-01-05 Richard M. Stallman <rms@gnu.org>
7424
7425 * finder.el (finder-commentary): Call delete-other-windows.
7426
7427 * net/ange-ftp.el (ange-ftp-file-attributes):
7428 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
7429
7430 2004-01-04 Karl Berry <karl@gnu.org>
7431
7432 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
7433 comment characters % and # in the copyright year notice,
7434 as well as ;.
7435
7436 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
7437
7438 * wid-edit.el (default): Define dummy :value-delete.
7439 Reported by Jesper Harder <harder@ifa.au.dk>.
7440
7441 2004-01-03 Richard M. Stallman <rms@gnu.org>
7442
7443 * progmodes/compile.el (compile-internal): Use point, not point-min,
7444 for set-window-point.
7445
7446 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
7447
7448 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
7449
7450 * progmodes/grep.el (grep-mode-map):
7451 Don't remap next-line, previous-line.
7452
7453 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
7454
7455 * speedbar.el (speedbar-edit-line): Change regexp to position
7456 the cursor on the first character of this line's button.
7457
7458 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7459
7460 * subr.el (functionp): Doc fix.
7461
7462 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
7463
7464 * progmodes/idlwave.el (idlwave-make-tags):
7465 * textmodes/flyspell.el (flyspell-large-region):.
7466 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
7467 * emulation/viper-util.el (viper-glob-unix-files):
7468 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
7469 * man.el (Man-init-defvars):
7470 * jka-compr.el (jka-compr-call-process):
7471 * files.el (get-free-disk-space,insert-directory):
7472 * ediff-ptch.el (ediff-test-patch-utility):
7473 * ediff-diff.el (ediff-test-utility):
7474 * dired-aux.el (dired-check-process):
7475 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
7476 test the return value of call-process, because it can be a string.
7477
7478 2003-12-31 John Paul Wallington <jpw@gnu.org>
7479
7480 * bindings.el (completion-ignored-extensions): Add .pfsl.
7481
7482 2003-12-31 Kim F. Storm <storm@cua.dk>
7483
7484 * ido.el (ido-nonreadable-directory-p): New defun to check for
7485 nonreadable directory without activating tramp (to avoid problems
7486 with checking incomplete tramp paths).
7487 (ido-set-current-directory, ido-file-internal)
7488 (ido-file-name-all-completions1): Use it.
7489
7490 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7491
7492 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
7493 documentation if the anchor (or node) name is preceded by `info
7494 anchor' or `Info anchor' in addition to earlier `info node' and
7495 `Info node'.
7496 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
7497
7498 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7499
7500 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
7501 error in arguments to base64-decode-region. Remove ^M characters
7502 after decoding base64.
7503
7504 2003-12-30 Simon Josefsson <jas@extundo.com>
7505
7506 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
7507 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
7508 have only been distributed with Emacs for some years.
7509 (texinfo-mode-hook): Customize.
7510
7511 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7512
7513 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
7514 cleaner (suggested by Richard Stallman).
7515
7516 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7517 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
7518 file-name clashes on 8+3 DOS filesystems.
7519
7520 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
7521 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
7522 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
7523 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
7524 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
7525 file-name clashes on 8+3 filesystems.
7526
7527 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
7528 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
7529 file-name clashes on 8+3 DOS filesystems.
7530
7531 2003-12-29 Richard M. Stallman <rms@gnu.org>
7532
7533 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
7534 Upcase the character.
7535
7536 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7537 Search for header separator alone on a line, literally,
7538 and search for it backward, not forward.
7539 (flyspell-abbrev-table): Always use global-abbrev-table
7540 if there is no local one.
7541
7542 * progmodes/sh-script.el (sh-get-indent-info):
7543 Don't move point back if at bob.
7544
7545 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
7546
7547 * play/handwrite.el (handwrite): Make the handwrite credit message
7548 a comment rather than an output command.
7549
7550 * obsolete/sc.el: Display message that this file is obsolete.
7551
7552 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
7553
7554 * mail/rfc822.el (rfc822-address-start): Declare variable.
7555 Renamed from address-start. All uses changed.
7556
7557 * term.el (term-exec): Set up sentinel.
7558 (term-sentinel): New function.
7559 (term-handle-exit): New function.
7560
7561 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7562 Use assoc-string, and mark them obsolete.
7563 (delay-mode-hooks): Mark as permanent local.
7564
7565 * simple.el (sendmail-user-agent-compose): Use assoc-string.
7566
7567 * register.el (copy-rectangle-to-register): Doc fix.
7568
7569 * info.el (Info-insert-dir): Use assoc-string.
7570
7571 * info-look.el (info-lookup): Use assoc-string.
7572
7573 * frame.el (pop-up-frame-function): Use quote, not `function'.
7574 (frame-notice-user-settings): Calculate ADJUSTED-TOP
7575 copying with lists as coordinate values.
7576
7577 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
7578
7579 * find-dired.el (kill-find): New command.
7580 (find-dired): Make buffer read-only.
7581 Set up a keymap with C-c C-k running kill-find.
7582 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
7583
7584 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
7585
7586 * filecache.el (file-cache-ignore-case): New variable.
7587 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
7588
7589 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
7590 (comint-dynamic-complete-as-filename): Rename local vars.
7591 (comint-dynamic-list-filename-completions): Likewise.
7592
7593 * comint.el (comint-dynamic-list-completions-config): New var.
7594 (comint-dynamic-list-completions): Handle both SPC and TAB right.
7595
7596 * comint.el (comint-file-name-chars): Add [].
7597 (comint-word): Use skip-chars-backward, not search.
7598
7599 * shell.el (shell-file-name-chars): Add [].
7600
7601 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
7602
7603 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
7604
7605 * generic.el (define-generic-mode): Doc fix.
7606
7607 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7608
7609 * files.el (kill-some-buffers): Doc fix.
7610
7611 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
7612
7613 * comint.el (comint-watch-for-password-prompt): Pass `string' as
7614 arg to send-invisible
7615 (send-invisible): Doc fix. The argument is now a prompt, not the
7616 string to send.
7617 (comint-read-noecho): Doc fix.
7618
7619 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
7620
7621 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
7622 "@", as required by some ISP hosting service. Fix defcustom
7623 argument syntax errors that prevented use of customization.
7624
7625 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7626
7627 * xml.el (xml-get-attribute-or-nil): Doc fix.
7628
7629 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
7630
7631 * net/zone-mode.el (zone-mode): Use write-file-functions, not
7632 write-file-hooks.
7633
7634 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
7635
7636 * autorevert.el (auto-revert-interval): Doc fix.
7637
7638 2003-12-29 Mark A. Hershberger <mah@everybody.org>
7639
7640 * xml.el (xml-get-attribute-or-nil): New function, like
7641 xml-get-attribute, but returns nil if the attribute was not found.
7642 (xml-get-attribute): Convert to defsubst, uses
7643 xml-get-attribute-or-nil.
7644
7645 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7646
7647 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7648
7649 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
7650
7651 * custom.el (custom-declare-theme): Use `value' when putting
7652 properties on `theme'.
7653
7654 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
7655
7656 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
7657 for each yank-handler segment.
7658 (insert-for-yank-1): New function, with the body of the previous
7659 insert-for-yank.
7660
7661 * textmodes/table.el (table-yank-handler): New defcustom.
7662 (table--put-cell-indicator-property): Put yank-handler property
7663 that indicates the yank handler for the table cell.
7664
7665 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7666
7667 * generic-x.el (etc-modules-conf-generic-mode): A more complete
7668 set of keywords.
7669
7670 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7671
7672 * international/mule-cmds.el (reset-language-environment)
7673 (set-language-environment): Don't invoke fontset-related functions
7674 if fontset-list is not fboundp.
7675
7676 2003-12-29 Kenichi Handa <handa@m17n.org>
7677
7678 * international/mule-cmds.el (reset-language-environment):
7679 Call set-overriding-fontspec-internal with nil.
7680 (set-language-environment): Call set-overriding-fontspec-internal
7681 if the language environment specify `overriding-fontspec'.
7682 (language-info-alist): Doc added.
7683
7684 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
7685 characters of mule-unicode-0100-24ff.
7686 (ccl-encode-windows-1251-font): New CCL program.
7687 ("Bulgarian"): Specify overriding-fontspec.
7688 ("Belarusian"): Likewise.
7689
7690 2003-12-28 Sam Steingold <sds@gnu.org>
7691
7692 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
7693 parameter ID-FORMAT to conform with the 2003-11-30 patch.
7694
7695 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
7696
7697 * progmodes/gud.el (gud-gdb-command-name): Set default to
7698 "gdb --annotate=3".
7699 (gud-gdb-marker-filter): Look out for annotations.
7700 (gdb-first-pre-prompt): New variable.
7701 Remove trailing white space.
7702
7703 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
7704 if necessary.
7705 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
7706 annotations are detected.
7707 (gud-gdba-marker-filter): Use global variable gud-marker-acc
7708 instead of a local one to allow transition from
7709 gud-gdb-marker-filter.
7710 Remove trailing white space.
7711
7712 2003-12-27 Kim F. Storm <storm@cua.dk>
7713
7714 * ido.el: Handle non-readable directories.
7715 (ido-decorations): Add 9th element for non-readable directory.
7716 (ido-directory-nonreadable): New dynamic var.
7717 (ido-set-current-directory): Set it.
7718 (ido-read-buffer, ido-file-internal):
7719 (ido-read-file-name, ido-read-directory-name): Let-bind it.
7720 (ido-file-name-all-completions1): Return empty list for
7721 non-readable directory.
7722 (ido-exhibit): Print [Not readable] if directory is not readable.
7723 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
7724 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
7725 Use it.
7726
7727 2003-12-27 Lars Hansen <larsh@math.ku.dk>
7728
7729 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
7730 calls to directory-files-and-attributes and file-attributes.
7731 (ls-lisp-format): Remove system dependent handling of user and
7732 group id's.
7733
7734 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
7735
7736 * ffap.el (ffap-read-file-or-url): Revert previous change.
7737
7738 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
7739
7740 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
7741 new list of included files called `files-with-node-lines', that
7742 only have node lines. This way @include commands can include any
7743 file, such as version and update files without node lines, not
7744 just files that are chapters.
7745
7746 2003-12-25 Andreas Schwab <schwab@suse.de>
7747
7748 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
7749 file not found.
7750
7751 2003-12-08 Miles Bader <miles@gnu.org>
7752
7753 * dired.el (dired-between-files): Always use dired-move-to-filename,
7754 which is more robust in non-english locales.
7755
7756 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7757
7758 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7759
7760 2003-12-24 Andreas Schwab <schwab@suse.de>
7761
7762 * shell.el (shell-file-name-quote-list): Add backslash.
7763
7764 * comint.el (comint-quote-filename): Correctly handle backslash
7765 in comint-file-name-quote-list.
7766
7767 2003-12-24 Kenichi Handa <handa@m17n.org>
7768
7769 * international/mule-cmds.el (set-default-coding-systems):
7770 Call ucs-set-table-for-input for all buffers that don't have local
7771 value of buffer-file-coding-system.
7772
7773 * international/ucs-tables.el (ucs-set-table-for-input):
7774 If translation-table-for-encode is a symbol, get its
7775 translation-table property.
7776
7777 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7778
7779 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7780 to `completing-read' on a recently fixed bug.
7781
7782 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7783 instead of SPACE, to get the list of possible fringe modes.
7784 SPACE only works if both `partial-completion-mode' and
7785 `completion-auto-help' are nil.
7786
7787 * complete.el (PC-is-complete-p): Delete.
7788 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7789 calls to `test-completion'.
7790
7791 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7792
7793 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7794 to edit values when there are no children.
7795
7796 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7797 a mode called "Assembler" already exists.
7798 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7799 (gud-watch): Use format option. Remove font properties from string.
7800 (gdb-var-create-handler, gdb-var-list-children-handler):
7801 Don't bother about properties as there are none.
7802 (gdb-var-create-handler, gdb-var-list-children-handler)
7803 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7804 with two arguments.
7805 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7806 Let speedbar show value changes with a different font.
7807 (gdb-edit-value): New defun.
7808 (gdb-clear-partial-output, gdb-clear-inferior-io)
7809 (def-gdb-auto-update-handler): Use erase-buffer.
7810 (gdb-frame-handler): Display watch expressions in
7811 FUNCTION::VARIABLE format if required.
7812
7813 2003-12-23 John Paul Wallington <jpw@gnu.org>
7814
7815 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7816 (Info-goto-emacs-command-node): Doc fixes.
7817
7818 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7819
7820 * cus-edit.el (custom-add-parent-links): Define "many".
7821
7822 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7823
7824 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7825 (widget-child-validate, widget-type-value-create)
7826 (widget-type-default-get, widget-type-match): New functions.
7827 (lazy): New widget.
7828 (menu-choice, checklist, radio-button-choice, editable-list)
7829 (group, documentation-string): Remove redundant (per 2003-10-25
7830 change) calls to `widget-children-value-delete'.
7831 (widget-choice-value-get, widget-choice-value-inline): Remove.
7832 (menu-choice): Update widget.
7833
7834 2003-12-03 Kenichi Handa <handa@m17n.org>
7835
7836 * language/cyrillic.el: Register "microsoft-cp1251" in
7837 ctext-non-standard-encodings-alist.
7838 ("Bulgarian"): Add ctext-non-standard-encodings.
7839 ("Belarusian"): Likewise.
7840
7841 * international/mule-conf.el (compound-text-with-extensions):
7842 Change the type to 2 (iso-2022 base).
7843
7844 * international/mule.el (ctext-non-standard-encodings-alist):
7845 Change the format.
7846 (ctext-non-standard-encodings): New variable.
7847 (ctext-post-read-conversion): Fully re-written.
7848 (ctext-non-standard-designations-alist): Delete it.
7849 (ctext-non-standard-encodings-table): New function.
7850 (ctext-pre-write-conversion): Fully re-written.
7851
7852 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7853
7854 * cus-edit.el (custom-add-parent-links): Add documentation links
7855 for parent, if the item has none of its own.
7856
7857 2003-11-30 Richard M. Stallman <rms@gnu.org>
7858
7859 * dired-aux.el (dired-do-query-replace-regexp):
7860 Report files visited read-only.
7861
7862 2003-11-30 Juri Linkov <juri@jurta.org>
7863
7864 * dired-aux.el (dired-compare-directories): New command.
7865 (dired-file-set-difference, dired-files-attributes): New functions.
7866
7867 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7868 Version 2.0.38 of Tramp released.
7869
7870 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7871 Charles Curley <charlescurley@charlescurley.com>.
7872 (tramp-multi-connection-function-alist): Add ssht entry which adds
7873 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7874 Aichner.
7875 (tramp-get-method-parameter): New function to retrieve a method
7876 parameter. This allows for omission of method parameters.
7877 Callers adjusted.
7878
7879 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7880
7881 * net/tramp.el: Add new optional parameter ID-FORMAT to
7882 `file-attributes'. Calls of `file-attributes' won't use this
7883 parameter for backward compatibility reasons.
7884 (tramp-perl-file-attributes): Add a new parameter to Perl script
7885 in order to handle uid/gid as strings, if desired.
7886 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7887 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7888 order to make the function more general.
7889 (tramp-handle-file-attributes): Replace proprietary optional
7890 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7891 (tramp-handle-file-attributes-with-perl): Handle parameter
7892 NONNUMERIC if set. This wasn't done in the past.
7893 (tramp-post-connection): Apply second parameter "$2" if
7894 `tramp-remote-perl' is called.
7895
7896 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7897 Correct cut'n'waste error (`filename' instead of `directory').
7898 (tramp-smb-handle-directory-files-and-attributes)
7899 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7900 introduced parameter ID-FORMAT.
7901 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7902 error (`directory' instead of `ldir').
7903
7904 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7905 `file-attributes' has a second parameter. If yes, apply it with
7906 value "'integer". Otherwise, don't use that parameter (default is
7907 integer format).
7908
7909 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7912 (help-for-help): Add `C-h .' to the listed Help options.
7913 Remove trailing whitespace.
7914
7915 * help-at-pt.el: New file.
7916
7917 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7918
7919 * subr.el (noreturn, 1value): New macros for test coverage.
7920 See `testcover.el'.
7921
7922 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7923
7924 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7925 for macro `1value'.
7926 (testcover-1value): New function. Checks that a 1value form
7927 actually returns only one value. Requested by RMS.
7928
7929 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7930
7931 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7932 (gdb-var-list-children, gdb-var-list-children-handler)
7933 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7934 gdb commands that use mi to keep them out of the command history.
7935
7936 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7937
7938 * cus-start.el (all): Add use-file-dialog.
7939
7940 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7943
7944 2003-11-27 Kim F. Storm <storm@cua.dk>
7945
7946 * subr.el (posn-object-x-y): New defun.
7947
7948 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7951 Don't use `space' for \\\n.
7952 Be more selective as to which # are comment-starters.
7953
7954 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7955
7956 * subr.el (number-sequence): Improve handling of floating point
7957 arguments (suggested by Kim Storm). Allow negative arguments.
7958
7959 2003-11-26 Kenichi Handa <handa@m17n.org>
7960
7961 * international/mule-cmds.el (standard-display-european-internal):
7962 Cancel the standard-display-table setting for ` and '.
7963
7964 2003-11-26 Kim F. Storm <storm@cua.dk>
7965
7966 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7967 New defcustoms to add ffap-like functionality to ido.
7968 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7969 (ido-no-final-slash): New defun.
7970 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7971 (ido-read-file-name): ): Toggle VC checking via
7972 vc-handled-backends instead of vc-master-templates.
7973 (ido-file-internal): Handle ido-use-url-at-point and
7974 ido-use-filename-at-point via code borrowed from ffap-guesser.
7975 Handle new ido-exit code ffap.
7976 (ido-sort-list): Ignore final slash when sorting file names.
7977
7978 2003-11-25 Kim F. Storm <storm@cua.dk>
7979
7980 * emulation/cua-base.el (cua--standard-movement-commands):
7981 Add forward-sentence and backward-sentence.
7982
7983 2003-11-25 Stephen Eglen <stephen@gnu.org>
7984
7985 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7986 iswitchb-exit is set to 'usefirst when user selects buffer at head
7987 of list using RET. (Selecting buffers at the head of the list was
7988 broken if the substring was also a complete buffername.)
7989
7990 2003-11-23 Kim F. Storm <storm@cua.dk>
7991
7992 * progmodes/compile.el (grep-command, grep-use-null-device)
7993 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7994 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7995 (grep-regexp-alist, grep-program, find-program)
7996 (grep-find-use-xargs, grep-history, grep-find-history)
7997 (grep-process-setup, grep-compute-defaults)
7998 (grep-default-command, grep, grep-tag-default, grep-find)
7999 (grep-expand-command-macros, grep-tree-last-regexp)
8000 (grep-tree-last-files, grep-tree): Move grep variables, functions
8001 and commands to new file grep.el.
8002 (compilation-mode-map): Remove grep commands from Compile sub-menu.
8003 (compilation-process-setup-function): Doc fix.
8004 (compilation-highlight-regexp, compilation-highlight-overlay): New
8005 defvars used for highlighting current compile error in source buffer.
8006 (compile-internal): New optional args HIGHLIGHT-REGEXP and
8007 LOCAL-MAP which overrides compilation-highlight-regexp and
8008 compilation-mode-map for this compilation.
8009 Delay calling compilation-set-window-height until after running
8010 compilation-process-setup-function so it can buffer-local override
8011 compilation-window-height.
8012 Check buffer-local value of compilation-scroll-output.
8013 (compilation-set-window-height): Use buffer-local value of
8014 compilation-window-height.
8015 (compilation-revert-buffer): Don't pass (undefined)
8016 preserve-modes arg to revert-buffer.
8017 (next-error-no-select, previous-error-no-select): New commands.
8018 (compilation-goto-locus): Temporarily highlight current match in
8019 source buffer using compilation-highlight-regexp.
8020
8021 * progmodes/grep.el: New file with grep code from compile.el.
8022 (grep): New defcustom group.
8023 (grep-window-height): New defcustom, like compilation-window-height.
8024 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
8025 (grep-scroll-output): New defcustom, like compilation-scroll-output.
8026 (grep-command, grep-use-null-device, grep-find-command)
8027 (grep-tree-files-aliases, grep-tree-ignore-case)
8028 (grep-tree-ignore-CVS-directories): Move to grep custom group.
8029 (grep-setup-hook): New hook variable.
8030 (grep-mode-map): New keymap for grep commands. Add Grep menu.
8031 (grep-last-buffer): New defvar, override compilation-last-buffer.
8032 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
8033 Call compile-internal with args highlight-regexp and grep-mode-map.
8034
8035 2003-11-23 Kim F. Storm <storm@cua.dk>
8036
8037 * subr.el (event-start, event-end): Doc fix.
8038 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
8039 (posn-area, posn-actual-col-row, posn-object): New defuns.
8040 (posn-col-row): Simplify doc. Rewrite to use cond.
8041 (posn-point): Also return buffer position for events outside text
8042 area (that info is now present in the event position).
8043
8044 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
8045 mouse-set-point so that hscroll still works now that clicks on
8046 fringes generate specific mouse events.
8047 (mouse-set-point): Note that it now works in fringes and margins
8048 too due to new semantics of posn-point in fringes and margins.
8049
8050 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
8051 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
8052
8053 2003-11-20 Kim F. Storm <storm@cua.dk>
8054
8055 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
8056 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
8057 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
8058 to 100 for icons to avoid increasing line height when shown.
8059
8060 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8061
8062 * newcomment.el (comment-normalize-vars): Initialize properly if
8063 comment-start was nil.
8064
8065 2003-11-19 Andreas Schwab <schwab@suse.de>
8066
8067 * simple.el (set-variable): Fix indentation.
8068
8069 2003-11-17 Kenichi Handa <handa@m17n.org>
8070
8071 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
8072 Fix docstring.
8073
8074 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8075
8076 * international/latin1-disp.el (latin1-display): Fix docstring.
8077
8078 2003-11-16 John Wiegley <johnw@newartisans.com>
8079
8080 * eshell/em-ls.el (eshell-ls-file): There are times with
8081 size-width is nil and uncomputed (when directories are created in
8082 dired, for example); in this case, 4 is reasonable default value,
8083 although it may caused skewed new entries (which could be avoided
8084 by returning the original value of 8 in all cases, but 99% of the
8085 time this is a waste of whitespace).
8086
8087 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8088
8089 * cc-engine.el (c-guess-continued-construct)
8090 (c-guess-basic-syntax): Check a little more carefully if it's a
8091 function declaration when an unknown construct followed by a block
8092 is found inside a statement context. This avoids macros followed
8093 by blocks to be taken as function declarations.
8094
8095 (c-guess-continued-construct): Change the analysis of a statement
8096 continuation with a brace open to `substatement-block', for
8097 consistency with recognized statements.
8098
8099 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
8100 start is in a position so that `c-beginning-of-statement-1' jumped
8101 to the beginning of the same statement.
8102
8103 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
8104 Don't accept binary operators in the arglist if we're in a function
8105 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
8106 template recognition in cases like "if (a < b || c > d)".
8107
8108 (c-restricted-<>-arglists): New more appropriate name for
8109 `c-disallow-comma-in-<>-arglists'.
8110
8111 Accessing functions updated for the variable name change.
8112
8113 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
8114 match data could get clobbered if NOT-INSIDE-TOKEN is used.
8115
8116 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
8117 labels.
8118
8119 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
8120 instead of duplicating parts of it. This fixes bogus label
8121 recognition.
8122
8123 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
8124 of checking the context in which to apply the minimum indentation,
8125 so that it isn't enforced in e.g. namespace blocks.
8126
8127 * cc-vars.el (c-inside-block-syms): New constant used by
8128 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
8129 to somewhat reduce the risk of becoming stale.
8130
8131 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
8132 cc-cmds to cc-engine to allow use from cc-align.
8133
8134 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
8135 qualified identifiers containing "::".
8136
8137 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
8138 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
8139
8140 * cc-vars.el (c-emacs-features): Use a space in front of the name
8141 of the temporary buffer. That also avoids dumping problems in
8142 XEmacs due to undo info being left around after the buffer is killed.
8143
8144 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
8145 arglist to see if it's a K&R style declaration.
8146
8147 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
8148 before returning `knr-argdecl-intro'.
8149
8150 2003-11-16 John Wiegley <johnw@newartisans.com>
8151
8152 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
8153 field in a long-listing always 8 characters, use `size-width',
8154 which has already been computed.
8155
8156 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8157
8158 * subr.el (minor-mode-list): Add `hs-minor-mode'.
8159
8160 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
8161
8162 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
8163 Support operation while narrowed, with `diff-restrict-view'.
8164
8165 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
8166
8167 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8168 Take additional optional arg NARROWFUN. For the generated functions:
8169 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
8170 include frags that arrange to check for and save narrowing state before
8171 the move and then conditionally call NARROWFUN after the move.
8172
8173 2003-11-14 John Wiegley <johnw@newartisans.com>
8174
8175 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
8176 that was optional, but obviously missing based on surrounding code.
8177
8178 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
8179 string arguments to numbers unless the whole argument was seen as
8180 a number.
8181
8182 2003-11-14 Kenichi Handa <handa@m17n.org>
8183
8184 * international/mule.el (ctext-non-standard-encodings-alist):
8185 Fix coding systems.
8186
8187 2003-11-10 Kenichi Handa <handa@m17n.org>
8188
8189 * language/kannada.el ("Kannada"): Add sample-text.
8190
8191 * language/knd-util.el (kannada-compose-region)
8192 (kannada-compose-string, kannada-post-read-conversion):
8193 Add autoload cookie.
8194
8195 * international/quail.el (quail-completion): Change the message
8196 "corresponding translations" to "corresponding characters".
8197
8198 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
8199
8200 * descr-text.el (describe-char): Fix typo.
8201
8202 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
8203
8204 These changes are to support Kannada language/script.
8205
8206 * Makefile.in (DONTCOMPILE): Add kannada.el.
8207
8208 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
8209
8210 * loadup.el: Preload kannada.el.
8211
8212 * language/ind-util.el (ucs-kannada-to-is13194-alist)
8213 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
8214 New variables.
8215
8216 * language/kannada.el: New file.
8217
8218 * language/knd-util.el: New file.
8219
8220 2003-11-07 Andreas Schwab <schwab@suse.de>
8221
8222 * progmodes/autoconf.el (autoconf-font-lock-keywords):
8223 Also highlight AH_*.
8224
8225 * xml.el (xml-parse-dtd): Fix misplaced paren.
8226
8227 2003-11-07 Kenichi Handa <handa@m17n.org>
8228
8229 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
8230
8231 2003-11-05 Juri Linkov <juri@jurta.org>
8232
8233 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
8234 (desktop-buffer-file): Use saved buffer-file-coding-system
8235 for file reading. Set auto-insert to nil to prevent automatic
8236 insertion into restored empty files.
8237
8238 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8239
8240 * files.el (risky-local-variable-p): Make second argument optional.
8241
8242 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * subr.el (add-hook): Fix last change.
8245
8246 2003-11-03 Eli Zaretskii <eliz@gnu.org>
8247
8248 * mail/rmail.el (rmail-convert-to-babyl-format):
8249 If base64-decode-region signals an error, catch it and silently
8250 ignore it.
8251
8252 2003-11-01 Mark A. Hershberger <mah@everybody.org>
8253
8254 * xml.el (xml-parse-region): Allow comments to appear after the
8255 topmost element has closed.
8256 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
8257 (xml-ns-expand-attr): New functions to do namespace handling.
8258 (xml-intern-attrlist): Back-compatible handling of attribute names.
8259 (xml-parse-tag): Move namespace handling to separate functions.
8260 Now produces elements in the form ((:ns . "element") (attr-list)
8261 children) instead of ('ns:element (attr-list) children).
8262 (xml-parse-attlist): Fix attribute parsing.
8263 (xml-parse-dtd): Change parsing so that it produces strings
8264 instead of interned symbols.
8265
8266 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
8267
8268 * dired.el (dired-ls-sorting-switches): Doc fix.
8269
8270 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
8271
8272 * emacs-lisp/rx.el (rx-or): Fix the case of
8273 "(rx (and ?a (or ?b ?c) ?d))".
8274
8275 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
8276
8277 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
8278 (texinfo-format-region): Use it.
8279 (texinfo-format-buffer-1): Ditto.
8280
8281 2003-11-01 Alan Mackenzie <acm@muc.de>
8282
8283 Changes to allow scrolling whilst in isearch mode:
8284 * isearch.el (isearch-unread-key-sequence): New function,
8285 extracted from isearch-other-meta-char.
8286 (top level): (put 'foo 'isearch-scroll) on all Emacs's
8287 "scrollable" standard functions.
8288 (isearch-allow-scroll): New customizable variable.
8289 (isearch-string-out-of-window, isearch-back-into-window)
8290 (isearch-reread-key-sequence-naturally)
8291 (isearch-lookup-scroll-key): New functions.
8292 (isearch-other-meta-char): Doc string and functionality enhanced.
8293 Now accepts a prefix argument.
8294 (isearch-lazy-highlight-window-end): New variable.
8295 (isearch-lazy-highlight-new-loop): Pay attention to the window's
8296 end (thru isearch-lazy-highlight-window-end), not only its start.
8297
8298 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
8299 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
8300 (universal-argument, universal-argument-more, negative-argument)
8301 (digit-argument, universal-argument-other-key): Minor changes.
8302
8303 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8304
8305 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
8306 recursively if the last message is deleted, thus avoiding an
8307 infinite loop.
8308
8309 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8310
8311 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
8312 (tex-main-file): Don't add .tex if the extension is already present.
8313 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
8314
8315 2003-10-29 Lute Kamstra <lute@gnu.org>
8316
8317 * progmodes/octave-inf.el (inferior-octave-prompt):
8318 Recognize version number in prompt.
8319
8320 2003-10-28 Dave Love <fx@gnu.org>
8321
8322 * international/characters.el: Fix some Unicode ranges.
8323
8324 2003-10-28 Kenichi Handa <handa@m17n.org>
8325
8326 * disp-table.el (standard-display-8bit)
8327 (standard-display-default, standard-display-ascii)
8328 (standard-display-g1, standard-display-graphic)
8329 (standard-display-underline): Assure that standard-display-table
8330 is a display table.
8331
8332 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * simple.el (reindent-then-newline-and-indent): Delete space *after*
8335 reindenting the first line.
8336
8337 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
8338
8339 * wid-edit.el (widget-default-delete): Always delete child widgets.
8340
8341 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * newcomment.el (comment-indent): Don't call indent-according-to-mode
8344 if the line has code.
8345 Don't try to line up with something that's too far left.
8346
8347 * progmodes/octave-mod.el (octave-comment-start): Simplify.
8348 (octave-mode-syntax-table): Add % as a comment starter.
8349 (octave-point): Remove.
8350 (octave-in-comment-p, octave-in-string-p)
8351 (octave-not-in-string-or-comment-p, calculate-octave-indent)
8352 (octave-blink-matching-block-open, octave-auto-fill):
8353 Use line-(beginning|end)-position instead.
8354
8355 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
8356
8357 * emacs-lisp/authors.el (authors-aliases): Add correct realname
8358 for Francesco Potort\e,Al\e(B.
8359
8360 2003-10-23 Dave Love <fx@gnu.org>
8361
8362 * international/mule-cmds.el (locale-charset-to-coding-system):
8363 Don't rely on nil being a coding system.
8364
8365 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
8366 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
8367 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
8368
8369 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
8370
8371 * gdb-ui.el (gdb-current-language): New variable.
8372 (gdb-update-flag): Remove variable.
8373 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
8374 (gdb-take-last-elt): Remove function.
8375 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
8376 (gdb-post-prompt): Check for variable object changes here.
8377
8378 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
8379 object changes in gdb-ui.el.
8380
8381 2003-10-21 Richard M. Stallman <rms@gnu.org>
8382
8383 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
8384
8385 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
8386 Don't check for foo*/ wildcard form here.
8387 (insert-directory): Recognize foo*/ as a wildcard.
8388 Separate wildcard-regexp variable from the arg, wildcard.
8389
8390 * subr.el (add-hook): Correctly detect when make-local-hook was used.
8391 (remove-hook): Correctly handle strange cases about local hooks.
8392
8393 2003-10-21 David Ponce <david@dponce.com>
8394
8395 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
8396 argument REAL, to return a real number instead of a rounded
8397 integer value. Define as inline function.
8398 (ruler-mode-right-fringe-cols): Likewise.
8399 (ruler-mode-scroll-bar-cols): New function.
8400 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
8401 (ruler-mode-right-scroll-bar-cols): Likewise.
8402 (ruler-mode-space): New function.
8403 (ruler-mode-ruler): Use it. Handle variations of fringe style,
8404 scroll bar mode and margins in a more robust way.
8405
8406 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
8407
8408 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
8409 (antlr-c-init-language-vars): New function.
8410 (antlr-mode): Use it with cc-mode before v5.29.
8411 (antlr-c-common-init): Don't set some local vars here.
8412 (antlr-mode): Set them here.
8413 (antlr-c-forward-sws): New function alias.
8414 (antlr-mode): Redefine with cc-mode before v5.30.
8415 (antlr-skip-sexps): Use it.
8416 (antlr-skip-exception-part): Ditto.
8417 (antlr-skip-file-prelude): Ditto.
8418 (antlr-outside-rule-p): Ditto.
8419 (antlr-end-of-body): Ditto.
8420 (antlr-option-kind): Ditto.
8421 (antlr-insert-option-area): Ditto.
8422 (antlr-file-dependencies): Ditto.
8423
8424 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8425
8426 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
8427 Move backward only if point was not inside an entry.
8428
8429 2003-10-21 Richard M. Stallman <rms@gnu.org>
8430
8431 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
8432
8433 2003-10-21 Juri Linkov <juri@jurta.org>
8434
8435 * compare-w.el: Automatically skip non-matching text to resync.
8436 (compare-windows-whitespace): Doc fix.
8437 (compare-windows-sync, compare-windows-sync-string-size)
8438 (compare-windows-recenter, compare-ignore-whitespace)
8439 (compare-windows-highlight, compare-windows-face): New variables.
8440 (compare-windows): Use compare-windows-sync.
8441 (compare-windows-highlight, compare-windows-dehighlight)
8442 (compare-windows-sync-regexp)
8443 (compare-windows-sync-default-function): New functions.
8444
8445 2003-10-21 Juri Linkov <juri@jurta.org>
8446
8447 * diff.el (diff-parse-differences): Don't visit the files now;
8448 instead, just record the error locus.
8449
8450 2003-10-21 Dave Love <fx@gnu.org>
8451
8452 * progmodes/cfengine.el: New file.
8453
8454 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * complete.el (PC-do-completion): Do not forget to use `pred' as the
8457 default-directory when completing file names.
8458
8459 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
8460
8461 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
8462 followed by the word `face', it gets treated as a face, even if
8463 it is also defined as a variable or a function.
8464
8465 2003-10-20 Dave Love <fx@gnu.org>
8466
8467 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8468 Avoid incf in macro expansion.
8469
8470 2003-10-20 John Paul Wallington <jpw@gnu.org>
8471
8472 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
8473 `evenp' so we don't implicitly require cl library at runtime.
8474
8475 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
8476
8477 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
8478 (help-make-xrefs): Only make cross-references for faces if
8479 preceded or followed by the word `face'. Do not make a
8480 cross-reference for variables without variable documentation,
8481 unless preceded by the word `variable' or `option'. Update doc
8482 string accordingly.
8483
8484 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
8485
8486 * progmodes/hideshow.el: Rewrite one-armed `if'
8487 constructs using either `when' or `unless'.
8488 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
8489
8490 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
8491
8492 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
8493 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
8494 instead of 12x12.
8495
8496 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8497
8498 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
8499 message while converting to Babyl.
8500
8501 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
8502
8503 * allout.el (allout-mode): Doc fix.
8504
8505 2003-10-16 Lute Kamstra <lute@gnu.org>
8506
8507 * subr.el (force-mode-line-update): Fix docstring.
8508
8509 2003-10-14 Dave Love <fx@gnu.org>
8510
8511 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8512 (default-input-method): Add :link, improve :type.
8513 (locale-charset-language-names): Fix utf-8 pattern.
8514 (locale-charset-match-p, locale-charset-alist)
8515 (locale-charset-to-coding-system): New.
8516 (set-locale-environment): Deal with codeset part of locale specs.
8517
8518 2003-10-14 Lute Kamstra <lute@gnu.org>
8519
8520 * fringe.el (fringe-mode): Use active voice in docstring.
8521 (set-fringe-style): Ditto.
8522
8523 2003-10-13 Lute Kamstra <lute@gnu.org>
8524
8525 * fringe.el (fringe-mode): Fix docstring.
8526 (set-fringe-style): Ditto.
8527
8528 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
8529
8530 * ediff-mult.el (ediff-filegroup-action):
8531 Use ediff-default-filtering-regexp.
8532
8533 * ediff-util.el (ediff-recenter): Don't call
8534 ediff-restore-highlighting twice.
8535 (ediff-select-difference): Set current difference.
8536 (ediff-unselect-and-select-difference): Add comment.
8537
8538 * ediff.el (ediff-directories,ediff-directory-revisions)
8539 (ediff-directories3,ediff-merge-directories)
8540 (ediff-merge-directories-with-ancestor)
8541 (ediff-merge-directory-revisions)
8542 (ediff-merge-directory-revisions-with-ancestor):
8543 Use ediff-default-filtering-regexp.
8544
8545 2003-10-12 Andreas Schwab <schwab@suse.de>
8546
8547 * international/mule-cmds.el (locale-charset-language-names):
8548 Simplify regex by removing unused grouping.
8549
8550 2003-10-10 Dave Love <fx@gnu.org>
8551
8552 * bindings.el: Don't bind stop.
8553
8554 2003-10-08 Miles Bader <miles@gnu.org>
8555
8556 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
8557 face instead of attempting to emulate it.
8558
8559 2003-10-07 Kenichi Handa <handa@m17n.org>
8560
8561 * international/mule-diag.el (list-coding-systems-1): List coding
8562 systems that are loaded automatically.
8563
8564 * international/code-pages.el (iso-8859-11): Add autoload cookie.
8565
8566 * international/mule.el (autoload-coding-system): New function.
8567
8568 2003-10-07 Andreas Schwab <schwab@suse.de>
8569
8570 * log-edit.el (log-edit-changelog-entries): Prefer local value of
8571 change-log-default-name in the buffer visiting the file.
8572
8573 2003-10-06 Dave Love <fx@gnu.org>
8574
8575 * files.el (find-file-hook): Customize.
8576 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
8577
8578 * bindings.el (completion-ignored-extensions): Remove .log.
8579 (global-map): Add again, open, stop keys.
8580
8581 2003-10-05 Richard M. Stallman <rms@gnu.org>
8582
8583 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
8584 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
8585 Use sh-modify directly.
8586 (sh-select): Use sh-append, not eval.
8587
8588 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
8589
8590 * info.el (Info-following-node-name): New function.
8591
8592 * loadhist.el (unload-feature-special-hooks):
8593 Rename from loadhist-hook-functions.
8594 (loadhist-hook-functions): Now an alias.
8595
8596 2003-10-04 Eli Zaretskii <eliz@gnu.org>
8597
8598 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
8599 file-name clashes on 8+3 filesystems.
8600
8601 * Makefile.in (DONTCOMPILE, bootstrap-clean):
8602 Rename loaddefs-boot.el to ldefs-boot.el
8603
8604 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
8605 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
8606
8607 2003-10-03 Lute Kamstra <lute@gnu.org>
8608
8609 * info.el (Info-mode): Revert previous change.
8610 (Info-escape-percent): New function.
8611 (Info-fontify-node): Use it.
8612
8613 2003-10-02 Andreas Schwab <schwab@suse.de>
8614
8615 * loaddefs-boot.el: Regenerated.
8616
8617 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
8618
8619 * ffap.el: Remove defadvice related code from CVS since `complete'
8620 provides a `PC-completion-as-file-name-predicate' variable that
8621 ffap can override.
8622
8623 2003-10-02 Kenichi Handa <handa@m17n.org>
8624
8625 * international/utf-8.el (ccl-decode-mule-utf-8):
8626 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
8627
8628 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
8629 * international/subst-big5.el: Likewise.
8630 * international/subst-gb2312.el: Likewise.
8631 * international/subst-ksc.el: Likewise.
8632
8633 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8634
8635 * calendar/calendar.el (increment-calendar-month)
8636 (calendar-leap-year-p, calendar-absolute-from-gregorian)
8637 (generate-calendar, calendar-read-date, calendar-interval)
8638 (calendar-day-of-week): Handle years BC.
8639 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
8640
8641 2003-10-01 Dave Love <fx@gnu.org>
8642
8643 * language/cyrillic.el (cp1251): Alias for windows-1251.
8644
8645 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
8646 bootstrap.
8647
8648 2003-10-01 Lute Kamstra <lute@gnu.org>
8649
8650 * files.el: Fix typo.
8651 * imenu.el (imenu--generic-function): Docstring fix.
8652
8653 2003-09-30 Richard M. Stallman <rms@gnu.org>
8654
8655 * dired.el (dired-mode): Handle dired-directory as a list.
8656
8657 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
8658
8659 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
8660
8661 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
8662
8663 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
8664 Replace gud-display with gud-watch.
8665 (gud-speedbar-buttons): Add stuff for watching expressions
8666 in the speedbar when using M-x gdba. Use dolist on old part
8667 of this function.
8668
8669 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
8670 (gdb-update-flag): New variables.
8671 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
8672 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
8673 (gud-watch, gdb-var-create-handler) : New functions.
8674 (gdb-var-list-children, gdb-var-list-children-handler)
8675 (gdb-var-create-regexp, gdb-var-update-regexp)
8676 (gdb-var-list-children-regexp): New constants.
8677 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
8678 (gdb-annotation-rules): Reduce annotation set (level 3).
8679 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
8680 (gdb-post-prompt): Don't update GDB buffers every time speedbar
8681 updates.
8682 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
8683 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
8684 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
8685 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
8686 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
8687 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
8688 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
8689 (gud-display, gud-display1)
8690 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
8691 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
8692 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
8693 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
8694 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
8695 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
8696 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
8697 (gdb-display-display-buffer, gdb-toggle-display)
8698 (gdb-delete-display, gdb-expressions-popup-menu)
8699 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
8700 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
8701 to display buffer.
8702
8703 2003-09-30 Richard M. Stallman <rms@gnu.org>
8704
8705 * progmodes/ada-mode.el (ada-mode): Don't use advice.
8706 Instead, set which-func-functions.
8707
8708 * progmodes/which-func.el (which-func-modes): Add ada-mode.
8709 (which-func-functions): New variable.
8710 (which-function): Use that.
8711
8712 * info.el (Info-mode): Double each `%' in header line.
8713
8714 * emacs-lisp/lisp-mnt.el (lm-with-file):
8715 When FILE is nil, run BODY in current buffer.
8716
8717 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
8718
8719 * help.el (describe-mode): Start with a brief list of minor modes.
8720 Find them thru minor-mode-list so as to find them all.
8721 Show them in alphabetical order.
8722
8723 * mail/sendmail.el (mail-aliases): Doc fix.
8724
8725 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
8726
8727 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8728
8729 * mail/rmailsum.el (rmail-make-summary-line-1):
8730 Change comma after last label to a space.
8731 (rmail-summary-font-lock-keywords): Adapt to that change.
8732
8733 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
8734
8735 * progmodes/scheme.el (scheme-mode-variables): When setting
8736 `font-lock-defaults', also specify that "#" should
8737 be interpreted with `word' syntax.
8738 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
8739
8740 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8741
8742 * desktop.el: A lot of comments updated.
8743 (desktop-save-mode): Minor mode introduced.
8744 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
8745 (desktop-load-default): Function made obsolete.
8746 (desktop-locals-to-save): Variable made customizable.
8747 (desktop-read): Optional parameter `dirname' added.
8748 (desktop-change-dir, desktop-revert): Parameter `dirname' in
8749 `desktop-read' used.
8750 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
8751
8752 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
8753
8754 * whitespace.el (whitespace-clean-msg): Add user customizable message
8755 for displaying ``clean'' output.
8756 (whitespace-buffer): Use `whitespace-clean-msg'.
8757 (whitespace-global-mode): Fix typo.
8758
8759 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8760
8761 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8762
8763 2003-09-29 Lute Kamstra <lute@gnu.org>
8764
8765 * bindings.el (mode-line-modes): Remove superfluous :propertize
8766 construct in initialization.
8767 (mode-line-position): Change cons cell into proper list in
8768 initialization.
8769
8770 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8771
8772 * international/mule.el (decode-coding-inserted-region): Use car
8773 of the return value of find-operation-coding-system.
8774
8775 2003-09-29 Kenichi Handa <handa@m17n.org>
8776
8777 * descr-text.el (describe-char): Fix previous change.
8778
8779 2003-09-28 Kenichi Handa <handa@m17n.org>
8780
8781 * descr-text.el (describe-char-display): New function.
8782 (describe-char): Pay attention to display table on describing how
8783 a character is displayed.
8784
8785 * international/mule-cmds.el (encoded-string-description):
8786 Prepend "0x" to each encoded byte.
8787
8788 2003-09-28 Andreas Schwab <schwab@suse.de>
8789
8790 * find-file.el (ff-special-constructs): Add autoload cookie.
8791
8792 2003-09-28 Kevin Ryde <user42@zip.com.au>
8793
8794 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8795 makeinfo appends to duplicate index entries.
8796
8797 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8798
8799 * dired-x.el (dired-clean-tex): Doc fix.
8800
8801 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8802 using a Chinese tutorial.
8803
8804 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8805
8806 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8807 between "MAIL FROM:" and "RCPT TO:" and the following address.
8808
8809 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8810
8811 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8812
8813 2003-09-28 David Ponce <david@dponce.com>
8814
8815 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8816 (recentf-load-list): When `recentf-initialize-file-name-history'
8817 is non-nil, initialize an empty `file-name-history' with the
8818 recent list.
8819
8820 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8821
8822 * man.el (Man-default-man-entry): Remove the leading `*' from the
8823 word at point.
8824
8825 2003-09-26 Lute Kamstra <lute@gnu.org>
8826
8827 * bindings.el (mode-line-position): Mention size indication in
8828 docstring.
8829
8830 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8831
8832 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8833
8834 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8835 because it's autoloaded now.
8836
8837 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8838
8839 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8840 (sh-font-lock-keywords, sh-feature): Fix previous change of
8841 sh-feature to avoid infloop with sh-font-lock-keywords.
8842
8843 2003-09-25 Kim F. Storm <storm@cua.dk>
8844
8845 * frame.el (frame-current-scroll-bars): New defun.
8846
8847 * window.el (window-current-scroll-bars): New defun.
8848
8849 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8850
8851 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8852 cause errors when the state cache contains info on parts that have
8853 been narrowed out.
8854
8855 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8856
8857 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8858 `c-setup-paragraph-variables' has to be used when this variable is
8859 changed; it doesn't work to reinitialize the mode since that
8860 typically clobbers the variable.
8861
8862 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8863 Make it interactive.
8864
8865 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8866
8867 * progmodes/cc-fonts.el (c-font-lock-declarations):
8868 Fix recognition of constructors and destructors for classes whose
8869 names are matched by `*-font-lock-extra-types'.
8870
8871 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8872 followed by an identifier in C++ then it's a type.
8873
8874 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8875
8876 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8877 problem that primarily affected XEmacs. Don't use faces to find
8878 unterminated strings since Emacs and XEmacs fontify strings
8879 differently - this function should now work better in XEmacs.
8880
8881 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8882
8883 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8884 `expand-abbrev' workaround which caused braces to misbehave inside
8885 macros.
8886
8887 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8888 handling. This bug could cause interactive font locking to bail out.
8889
8890 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8891
8892 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8893 Handle paren-style types in Pike. Also fixed some cases of
8894 insufficient handling of unbalanced parens.
8895
8896 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8897
8898 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8899 common shell prompts that are not common filename or URL characters.
8900 (ffap-file-at-point): Use the new regexp to strip the prompts from
8901 the file names. This is an issue mostly for user prompts that
8902 don't have a trailing space and find-file-at-point is invoked from
8903 within a shell inside Emacs.
8904
8905 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8906
8907 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8908 stamps numerically, rather than textually.
8909
8910 2003-09-24 Kenichi Handa <handa@m17n.org>
8911
8912 * language/devan-util.el (devanagari-post-read-conversion):
8913 * language/mlm-util.el (malayalam-post-read-conversion):
8914 * language/tml-util.el (tamil-post-read-conversion):
8915 Add autoload cookie.
8916
8917 * international/utf-8.el (utf-8-post-read-conversion):
8918 Call post-read-conversion functions for Devanagari, Malayalam,
8919 and Tamil.
8920
8921 2003-09-23 Dave Love <fx@gnu.org>
8922
8923 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8924
8925 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8926
8927 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8928 Update gud-remove.
8929
8930 2003-09-22 Richard M. Stallman <rms@gnu.org>
8931
8932 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8933 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8934 (sh-mode-syntax-table-input): New variable.
8935 (sh-require-final-newline): Don't use eval.
8936 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8937 (sh-variables, sh-font-lock-keywords): Don't use eval.
8938 (sh-set-shell): When setting require-final-newline,
8939 treat value = `require-final-newline' as don't change it.
8940 Set sh-mode-syntax-table locally based on
8941 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8942
8943 * progmodes/compile.el (compile-internal):
8944 Call compilation-set-window-height before setting window start.
8945
8946 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8947
8948 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8949 Clear out byte-compile-last-warned-form.
8950
8951 2003-09-22 Richard M. Stallman <rms@gnu.org>
8952
8953 * woman.el (woman-file-name, woman-follow-word):
8954 If current-word returns nil, use "".
8955
8956 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8957
8958 2003-09-22 Richard M. Stallman <rms@gnu.org>
8959
8960 * emacs-lisp/lisp-mnt.el (lm-with-file):
8961 Don't visit the file, just use insert-file-contents in temp buffer.
8962
8963 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8964
8965 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8966 Add surrounding \\( and \\) around the header, as in
8967 for lm-history-header 'Change Log\\|History'.
8968
8969 2003-09-22 John Paul Wallington <jpw@gnu.org>
8970
8971 * progmodes/ld-script.el: Add Commentary section,
8972 minor cleanup of file header.
8973 (ld-script-font-lock-keywords): Doc fix.
8974 (toplevel): Provide `ld-script' feature.
8975
8976 2003-09-21 Kim F. Storm <storm@cua.dk>
8977
8978 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8979 new built-in variable default-frame-scroll-bars.
8980 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8981 scroll-bar-mode; notably, use it instead of t when we toggle
8982 scroll-bars on.
8983 (toggle-scroll-bar): Use default-frame-scroll-bars.
8984
8985 2003-09-19 Masatake YAMATO <jet@gyve.org>
8986
8987 * pcvs.el (cvs-do-removal): Change the prompt depending on
8988 `filter' value.
8989
8990 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8991
8992 * startup.el (command-line-1): Stop startup-echo-area-message
8993 being hidden by "Loading image..." message.
8994 (use-fancy-splash-screens-p, display-splash-screen):
8995 Move display-graphic-p test from latter to former.
8996
8997 * progmodes/sh-script.el (sh-font-lock-keywords):
8998 Highlight escaped EOLs differently from other backslash constructs.
8999
9000 2003-09-19 Richard M. Stallman <rms@gnu.org>
9001
9002 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
9003 New functions.
9004 (edebug-enter, edebug-outside-excursion): Use them.
9005
9006 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9007 Fix the condition for whether to print "In WHERE".
9008
9009 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
9010
9011 * finder.el (finder-mode-hook): New variable.
9012 (finder-mode): Run hook finder-mode-hook
9013
9014 2003-09-18 Masatake YAMATO <jet@gyve.org>
9015
9016 * progmodes/ebrowse.el: Fix broken magic autoload comments.
9017
9018 2003-09-17 Mario Lang <mlang@delysid.org>
9019
9020 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
9021 "p %e" to actually print the value in the GUD buffer.
9022
9023 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
9024
9025 From David Ponce <david.ponce@wanadoo.fr>:
9026 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
9027 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
9028 from loaddefs-boot.el if necessary.
9029
9030 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
9031
9032 * progmodes/gud.el (gud-find-class): Make jdb work again since
9033 cc-mode changed the syntactic information.
9034
9035 2003-09-15 David Ponce <david@dponce.com>
9036
9037 * recentf.el: (recentf-exclude): Accept predicates too.
9038 (recentf-file-readable-p): New function.
9039 (recentf-include-p): Handle predicates in recentf-exclude.
9040 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
9041 (recentf-cleanup): Likewise.
9042 (recentf-save-list): Use write-file to handle backup of
9043 recentf-save-file.
9044
9045 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
9046
9047 * loaddefs-boot.el: Renamed from `loaddefs.el'
9048 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
9049 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
9050 necessary.
9051
9052 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
9053
9054 * electric.el (Electric-pop-up-window): For the `one-window' case,
9055 no longer disconcertingly move point in the original buffer.
9056
9057 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9059 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
9060
9061 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
9062
9063 * dired.el (dired-mode-map): Fix typo.
9064
9065 2003-09-11 Richard M. Stallman <rms@gnu.org>
9066
9067 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
9068
9069 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9070
9071 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
9072 the function is less noisy. Now only `kill-buffer' can ask questions.
9073
9074 2003-09-10 Mario Lang <mlang@delysid.org>
9075
9076 * battery.el: Update Commentary and Copyright.
9077 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
9078 appear due to wrong ordering of the expressions in `or'.
9079
9080 2003-09-09 Lute Kamstra <lute@gnu.org>
9081
9082 * misc.el (upcase-char): Fix docstring.
9083 (zap-up-to-char): New command.
9084
9085 2003-09-08 David Ponce <david@dponce.com>
9086
9087 Ensure that recentf correctly updates the menu bar.
9088 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
9089 (recentf-menu-bar): New function.
9090 (recentf-clear-data): Use it
9091 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
9092 of easy-menu-change.
9093
9094 2003-09-08 Lute Kamstra <lute@gnu.org>
9095
9096 * simple.el (size-indication-mode): New.
9097 * bindings.el (mode-line-position): Add buffer size indicator.
9098
9099 2003-09-04 Mario Lang <mlang@delysid.org>
9100
9101 * battery.el (battery-linux-proc-acpi): New function.
9102 (battery-status-function): Modify default value calculation to also
9103 check for availability of ACPI.
9104 (battery-echo-area-format): Ditto.
9105 (battery-mode-line-format): Ditto.
9106
9107 2003-09-06 Dave Love <fx@gnu.org>
9108
9109 * ielm.el (ielm-mode-hook): Add :options.
9110
9111 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
9112 (eldoc-print-current-symbol-info): Use it.
9113
9114 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
9115
9116 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
9117 being displayed in GUD buffer.
9118 (gdb-idle-input-queue): Remove var. Use just one queue.
9119 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
9120 Remove functions. Use just one queue.
9121 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
9122 (gdb-invalidate-assembler, gdb-get-current-frame):
9123 Modify functions. Use just one queue.
9124
9125 2003-09-04 Dave Love <fx@gnu.org>
9126
9127 * cus-start.el: Add blink-cursor-alist.
9128
9129 * ruler-mode.el (ruler-mode-fill-column-char)
9130 (ruler-mode-current-column-char): Use char-displayable-p,
9131 not window-system.
9132
9133 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
9134
9135 * language/european.el (windows-1252): Move from code-pages.
9136
9137 * language/cyrillic.el ("Windows-1251"): Delete.
9138 ("Bulgarian", "Belarusian"): Remove `features'.
9139 (windows-1251): Move from code-pages.
9140
9141 * international/mule-diag.el (non-iso-charset-alist):
9142 Remove `codepage' stuff.
9143 (print-designation, list-coding-systems-1): Output fixes.
9144
9145 * international/code-pages.el (cp-make-translation-table)
9146 (cp-valid-codes): Made defsubsts.
9147 (cp-fix-safe-chars): Delete.
9148 (mule-diag): Don't require.
9149 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
9150 (top-level): Check for defined coding system when defining
9151 cp... aliases. Change w32-add-charset-info test to avoid warning.
9152 (non-iso-charset-alist): Defvar when compiling.
9153 (cp-make-coding-system): Doc fix.
9154
9155 2003-09-02 Jason Rumney <jasonr@gnu.org>
9156
9157 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
9158 line-ends from CVS before doing conversion.
9159
9160 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9161
9162 * calendar/diary-lib.el (diary-header-line-flag)
9163 (diary-header-line-format): New variables.
9164 (list-diary-entries): Use them to set header line in simple diary.
9165
9166 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
9167 other than font-lock-string-face to highlight backslashes.
9168
9169 2003-09-01 Jason Rumney <jasonr@gnu.org>
9170
9171 * international/titdic-cnv.el (tit-read-key-value): Include \r in
9172 regexp.
9173
9174 2003-09-01 Dave Love <fx@gnu.org>
9175
9176 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
9177
9178 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
9179 and :help; also line and column numbers labels.
9180
9181 * international/mule-util.el (char-displayable-p): Move from
9182 latin1-disp, rename and autoload.
9183
9184 * international/latin1-disp.el (latin1-char-displayable-p):
9185 Now obsolete alias. Replace uses with char-displayable-p.
9186 (latin1-display-ucs-per-lynx): Fix last change.
9187
9188 * international/mule-cmds.el (standard-display-european-internal):
9189 Don't use char code for Latin-1 NBSP.
9190 <XFree86 4>: Unfrob NBSP display table. Set display table to use
9191 U+2018, U+2019 for `'.
9192 (select-safe-coding-system): Message fix.
9193
9194 2003-09-01 Kenichi Handa <handa@m17n.org>
9195
9196 * international/fontset.el (setup-default-fontset): For Thai
9197 font, specify "*" family.
9198
9199 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9200
9201 * progmodes/compile.el (previous-error): Accept a prefix
9202 argument, similarly to next-error.
9203
9204 2003-08-31 Masatake YAMATO <jet@gyve.org>
9205
9206 * pcvs.el (cvs-do-removal): Use = instead of eq to check
9207 the number of files. Bind the number of files to a local
9208 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
9209
9210 2003-08-30 Eli Zaretskii <eliz@gnu.org>
9211
9212 * vc-hooks.el (vc-make-version-backup): Fix the change made on
9213 2003-07-26: msdos-long-file-names is a function, not a variable.
9214
9215 2003-08-29 Richard M. Stallman <rms@gnu.org>
9216
9217 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
9218 Do nothing with mail-personal-alias-file if it is nil.
9219
9220 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
9221 Do nothing if mail-personal-alias-file is nil.
9222
9223 * term.el (term-exec-1): Bind coding-system-for-read.
9224
9225 * dired.el (dired-mouse-find-file-other-window):
9226 Use dired-view-command-alist here, as in dired-view-file.
9227 (dired-view-command-alist): Use %s to substitute file name.
9228 Handle .ps_pages, .eps, .jpg, .gif, .png.
9229
9230 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9231
9232 * info.el (Info-mode-map): Bind S-tab and <backtab> to
9233 `Info-prev-reference', instead of M-tab.
9234
9235 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
9236
9237 * simple.el (blink-matching-open): Work correctly on chars that
9238 are designated as parens through the syntax-table text property.
9239
9240 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
9241
9242 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
9243 line break position in the middle of a non-kinsoku (e.g. latin)
9244 word, making it skip until either a space or a character with
9245 category "|".
9246 (kinsoku-longer): Test for end of buffer.
9247
9248 2003-08-28 Eli Zaretskii <eliz@gnu.org>
9249
9250 * mail/rmail.el (rmail-convert-to-babyl-format):
9251 Detect quoted-printable- and base64-encoded messages and decode them
9252 automatically. Set the message's encoding from the charset=
9253 header, if any. Decode base64-encoded messages in Mail format as well.
9254
9255 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9256
9257 * mail/smtpmail.el: Fix previous change.
9258 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
9259 calling smtpmail-via-smtp.
9260 (smtpmail-via-smtp): Add fall-back values for envelope-from.
9261
9262 2003-08-26 John Paul Wallington <jpw@gnu.org>
9263
9264 * image.el (image-jpeg-p): Don't search beyond length of data.
9265
9266 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9267
9268 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
9269 misfeature in `expand-abbrev' which caused electric keywords like
9270 "else" to disappear if an open brace was typed directly afterwards.
9271
9272 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9273
9274 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
9275 mandatory in `define-widget'.
9276
9277 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
9278 Don't align the operators "!=", "<=" and ">=" as assignment operators.
9279
9280 (c-assignment-operators): New language constant that only contains
9281 the assignment operators.
9282
9283 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
9284
9285 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9286
9287 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9288 Safeguard against unbalanced sexps.
9289
9290 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
9291
9292 * version.el (emacs-version): Check for gtk. Include gtk version info.
9293
9294 2003-08-25 John Paul Wallington <jpw@gnu.org>
9295
9296 * man.el (Man-default-man-entry): Don't whizz past the section
9297 number before looking for it.
9298
9299 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
9300
9301 * progmodes/gud.el (gud-display-line): Don't set window-point if
9302 source buffer is not visible. (Only happens with M-x gdba.)
9303
9304 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
9305 documentation.
9306 (gdb-source, gdb-source-info): Update to assembler unnecessary
9307 as its done after each GDB command anyway.
9308 (gdb-pre-prompt): Use with-current-buffer.
9309 (gdb-insert-field): Add help-echo text.
9310 (gdb-invalidate-assembler): Re-display of assembler now done in
9311 gdb-info-breakpoints-custom.
9312 (gdb-info-breakpoints-custom): Force re-display of assembler to
9313 happen *after* update of breakpoints buffer.
9314 (gdb-display-source-buffer): Don't choke if gdb-source-window
9315 isn't visible.
9316 (gdb-put-string, gdb-put-arrow): Remove free variables.
9317
9318 2003-08-24 John Paul Wallington <jpw@gnu.org>
9319
9320 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
9321
9322 * man.el (Man-default-man-entry): Strip text properties when
9323 snarfing parts of entry because `format' preserves properties.
9324
9325 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9326
9327 * files.el (file-newest-backup): Use `expand-file-name'.
9328
9329 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
9330 Allow the diary to pop up a new frame, if needed.
9331
9332 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
9333 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
9334 (smtpmail-send-it): Make treatment of envelope-from consistent with
9335 sendmail.el.
9336
9337 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
9338 (sh-leading-keywords): Add the bash `time' reserved word.
9339 (sh-variables): Add some bash variables.
9340 (sh-add-completer): Fix nil branch of case statement.
9341
9342 2003-08-24 Masatake YAMATO <jet@gyve.org>
9343
9344 * progmodes/ld-script.el: New file.
9345
9346 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
9347
9348 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
9349
9350 2003-08-23 Andre Spiegel <spiegel@gnu.org>
9351
9352 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
9353 Better explain obsolescence, and what to use instead.
9354
9355 2003-08-23 Masatake YAMATO <jet@gyve.org>
9356
9357 * pcvs.el (cvs-do-removal): Show the deleted file name
9358 on the prompt.
9359
9360 2003-08-20 Dave Love <fx@gnu.org>
9361
9362 * international/mule.el (make-coding-system)
9363 (set-buffer-file-coding-system): Doc fix.
9364
9365 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
9366
9367 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
9368
9369 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
9370
9371 * international/utf-16.el: Add mime-text-unsuitable coding system
9372 properties.
9373
9374 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
9375
9376 * cus-edit.el: Add some :links.
9377 (bib): Remove.
9378
9379 * textmodes/bib-mode.el (bib): Add :group external.
9380
9381 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9382
9383 * wid-edit.el (widget-echo-help): Make it handle expressions that
9384 evaluate to strings.
9385
9386 2003-08-18 Michael Mauger <mmaug@yahoo.com>
9387
9388 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
9389
9390 Simplify selection of SQL products to define highlighting and
9391 interactive mode. Includes detailed instructions on adding
9392 support for new products.
9393
9394 * progmodes/sql.el (sql-product): New variable. Identifies SQL
9395 product for use in highlighting and interactive mode.
9396 (sql-interactive-product): New variable. SQL product for
9397 sql-interactive-mode.
9398 (sql-product-support): New variable. Specifies product-specific
9399 parameters to drive highlighting and interactive mode.
9400 (sql-imenu-generic-expression): Add more object types.
9401 (sql-sqlite-options): Correct comment.
9402 (sql-ms-program): Use "osql" rather than "isql".
9403 (sql-prompt-regexp, sql-prompt-length): Update comment.
9404 (sql-mode-menu): Add "Start SQLi session" entry.
9405 Replace Highlighting submenu with Product menu. Fix Send Region entry.
9406 (sql-mode-abbrev-table): Add abbreviations. Support of
9407 SYSTEM-FLAG on define-abbrev. Support was removed with last
9408 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
9409 (sql-mode-font-lock-object-name): Add font-lock pattern for object
9410 names.
9411 (sql-mode-ansi-font-lock-keywords): Set as default value.
9412 (sql-mode-oracle-font-lock-keywords): Set as default value.
9413 Support Oracle 9i keywords.
9414 (sql-mode-postgres-font-lock-keywords): Set as default value.
9415 (sql-mode-linter-font-lock-keywords): Set as default value.
9416 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
9417 SQLServer 2000.
9418 (sql-mode-sybase-font-lock-keywords)
9419 (sql-mode-interbase-font-lock-keywords)
9420 (sql-mode-sqlite-font-lock-keywords)
9421 (sql-mode-strong-font-lock-keywords)
9422 (sql-mode-mysql-font-lock-keywords)
9423 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
9424 keywords.
9425 (sql-mode-font-lock-defaults): Update comment.
9426 (sql-product-feature): New function. Returns feature associated
9427 with a product from `sql-product-support' alist.
9428 (sql-product-font-lock): New function. Set font-lock support
9429 based on `sql-product'.
9430 (sql-add-product-keywords): New function. Add font-lock rules to
9431 product-specific keyword variables.
9432 (sql-set-product): New function. Set `sql-product' and apply
9433 appropriate font-lock highlighting.
9434 (sql-highlight-product): New function. Set font-lock support
9435 based on a product. Also set mode name to include product name.
9436 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
9437 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
9438 Use `sql-set-product'.
9439 (sql-highlight-ms-keywords)
9440 (sql-highlight-sybase-keywords)
9441 (sql-highlight-interbase-keywords)
9442 (sql-highlight-strong-keywords)
9443 (sql-highlight-mysql-keywords)
9444 (sql-highlight-sqlite-keywords)
9445 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
9446 (sql-get-login): Prompt in the same order as the tokens.
9447 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
9448 (sql-product-interactive): New function. Common portions of
9449 product-specific interactive mode wrappers.
9450 (sql-interactive-mode): Rewritten to use product features.
9451 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9452 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9453 (sql-db2, sql-linter): Use `sql-product-interactive'.
9454 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9455 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9456 (sql-connect-ingres, sql-connect-postgres)
9457 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9458 New functions. Format command line parameters and invoke comint on
9459 the appropriate interpreter. Code was in the corresponding
9460 `sql-xyz' function before.
9461 (sql-connect-ms): New function. Support -E argument to use
9462 operating system credentials for authentication.
9463
9464 2003-08-18 Kenichi Handa <handa@m17n.org>
9465
9466 * international/mule.el (encode-char): Fix for the ASCII case.
9467
9468 2003-08-15 Kenichi Handa <handa@m17n.org>
9469
9470 * international/fontset.el (setup-default-fontset): Change "*" to
9471 nil in the specifications of font family.
9472
9473 2003-08-18 Kim F. Storm <storm@cua.dk>
9474
9475 * kmacro.el (kmacro-keymap): Group related bindings in
9476 initialization for clarity. Bind C-s to start macro.
9477 Remove C-r binding.
9478 (kmacro-initial-counter-value): New defvar to hold initial counter
9479 value in case we set the value before defining a macro.
9480 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
9481 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
9482 not defining or executing macro. Doc fix.
9483 (kmacro-add-counter): Clear kmacro-initial-counter-value.
9484 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
9485 temporarily view older elements on the macro ring without cycling
9486 the ring.
9487 (kmacro-display): Doc fix.
9488 (kmacro-exec-ring-item): New helper function.
9489 (kmacro-call-ring-2nd): Use it.
9490 (kmacro-call-ring-2nd-repeat): Doc fix.
9491 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
9492 (kmacro-end-or-call-macro): Execute last viewed macro (using
9493 kmacro-exec-ring-item) from ring if this follows
9494 kmacro-view-macro. This allows us to find a macro on the ring
9495 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
9496 the ring to bring it to the head of the ring.
9497 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
9498 Allow binding to reserved keys without specifying C-x C-k prefix.
9499 Ask for confirmation if entered key sequence is already bound to
9500 a non-macro command.
9501 (kmacro-view-macro): Repeating command will show older elements
9502 on the macro ring; C-k will execute the last viewed macro.
9503 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
9504 property from 'ring to 'head.
9505
9506 2003-08-17 Alan Shutko <ats@acm.org>
9507
9508 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
9509 keeping December out of the alist.
9510
9511 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9512
9513 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
9514 * calendar/calendar.el (calendar-mode-map): Bind it to key.
9515 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
9516 (calendar-flatten): New function.
9517 (calendar-mouse-view-other-diary-entries)
9518 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
9519 in the menu title and to show multi-line diary entries correctly
9520 in the menu.
9521
9522 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
9523
9524 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
9525 defcustom, because the default was recently changed.
9526
9527 2003-08-16 Richard M. Stallman <rms@gnu.org>
9528
9529 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
9530
9531 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9532 New subroutine, broken out of eval-last-sexp-1.
9533 (eval-last-sexp-1): Use eval-last-sexp-print-value.
9534
9535 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
9536
9537 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
9538
9539 * simple.el (eval-expression): Use eval-last-sexp-print-value.
9540
9541 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
9542
9543 * progmodes/compile.el (compilation-error-regexp-alist):
9544 Add Java ANt error detection as described in document
9545 http://ant.apache.org/faq.html
9546
9547 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
9548
9549 * simple.el (backward-word, forward-to-indentation)
9550 (backward-to-indentation): Argument changed to optional.
9551 (next-line, previous-line): Use `or' instead of `unless'.
9552
9553 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9554
9555 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
9556 instead of a constant.
9557
9558 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
9559
9560 * shell.el (shell): With prefix-arg, suggest a new buffer name.
9561
9562 2003-08-12 Andre Spiegel <spiegel@gnu.org>
9563
9564 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
9565 (vc-sccs-workfile-version): Search the entire delta table, rather
9566 than just the first entry, because that might be a deleted version.
9567
9568 2003-08-11 Karl Fogel <kfogel@red-bean.com>
9569
9570 * menu-bar.el (menu-bar-options-menu): Supply a body for the
9571 [save-place] binding in the Options menu. Have it require
9572 'saveplace' and then toggle the variable manually, to avoid an an
9573 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
9574 for the bug report.
9575
9576 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
9577
9578 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
9579 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
9580 (gdb-info-threads-custom): Add help-echo text.
9581 (gdb-display-back): Don't use purecopy.
9582 (gdb-info-breakpoints-custom, gdb-reset)
9583 (gdb-assembler-custom): Use display-images-p to test if breakpoint
9584 icons can be displayed.
9585
9586 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
9587
9588 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
9589
9590 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
9591
9592 * bookmark.el (bookmark-completing-read):
9593 Return a string, instead of a list of one string.
9594 Use a popup menu if activated from the mouse.
9595 (bookmark-edit-annotation): Remove unused vars.
9596 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
9597 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
9598 to bookmark-completing-read.
9599 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9600 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
9601 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
9602 and erase-buffer.
9603 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
9604 (bookmark-menu-jump, bookmark-menu-insert)
9605 (bookmark-popup-menu-and-apply-function)
9606 (bookmark-menu-popup-paned-bookmark-menu): Remove.
9607 (bookmark-menu-build-paned-menu): Remove by folding it into
9608 bookmark-menu-popup-paned-menu.
9609 (menu-bar-bookmark-map): Move the define-key statements here.
9610 Use the "non-menu" commands since they now pop up a menu if needed.
9611 (bookmark-exit-hook-internal): Simplify.
9612
9613 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
9614
9615 * reftex-toc.el (reftex-toc-rename-label): New function.
9616 (reftex-toc-check-docstruct): New function.
9617
9618 * reftex.el (reftex-region-active-p): New function.
9619
9620 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
9621 regexp to find the \bibliography macro.
9622
9623 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
9624 which does not exist in LaTeX.
9625 (reftex-cite-format-builtin): Added amsrefs support.
9626 (reftex-toc-confirm-promotion): New option
9627
9628 * reftex-toc.el
9629 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
9630 (reftex-toc-demote, reftex-toc-promote)
9631 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9632 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9633 (reftex-toc-newhead-from-alist)
9634 (reftex-toc-load-all-files-for-promotion): New functions.
9635 (reftex-toc-help): Added description of new keys.
9636 (reftex-toc-split-windows-fraction): New option.
9637 (reftex-recenter-toc-when-idle): Search *toc* window on all
9638 visible frames.
9639 (reftex-toc): Additional parameter REUSE
9640 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
9641 with REUSE argument.
9642 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
9643 the call of `reftex-toc'.
9644 (reftex-make-separate-toc-frame): New function .
9645 (reftex-toc-recenter): When called with triple prefix arg, call
9646 `reftex-make-separate-toc-frame' first.
9647 (reftex-toc-toggle-dedicated-frame): New command.
9648 (reftex-toc-quit): Adapted to delete frame when called in
9649 dedicated frame.
9650
9651 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
9652 all enclosing macros.
9653
9654
9655 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9656
9657 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
9658 first use.
9659
9660 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9661
9662 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
9663
9664 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9665
9666 * calendar/calendar.el (list-diary-entries-hook)
9667 (diary-display-hook, nongregorian-diary-listing-hook)
9668 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
9669 Add some customize options for these hooks.
9670 (calendar-abbrev-construct): Don't try to take a substring longer
9671 than the original string.
9672
9673 2003-08-05 Richard M. Stallman <rms@gnu.org>
9674
9675 * emacs-lisp/testcover.el (noreturn): Report error if does return.
9676 (testcover-reinstrument-clauses): Doc fix.
9677
9678 * emacs-lisp/warnings.el: Doc fixes, args renamed.
9679 (warning-type-format): Rename from warning-group-format.
9680
9681 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
9682 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
9683 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
9684 to prevent warnings about defvar for an obsolete variable.
9685
9686 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9687 warning-group-format renamed to warning-type-format.
9688
9689 * subr.el (read-passwd): Use clear-string instead of fillarray.
9690
9691 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
9692 Use vconcat instead of concat.
9693 (edmacro-sanitize-for-string): New function.
9694
9695 2003-08-05 Dave Love <fx@gnu.org>
9696
9697 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
9698 line-number-display-limit-width.
9699
9700 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
9701
9702 2003-08-05 Kenichi Handa <handa@m17n.org>
9703
9704 * international/code-pages.el: Don't require mule-diag.
9705
9706 * international/mule-diag.el (non-iso-charset-alist):
9707 Add autoload cookie.
9708
9709 * language/devan-util.el (dev-glyph-order): Add an entry for the
9710 glyph code #xC4.
9711
9712 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9713
9714 * calendar/calendar.el (diary-file, diary-file-name-prefix)
9715 (european-calendar-style, diary-date-forms)
9716 (calendar-day-name-array, calendar-month-name-array): Doc change.
9717 (generate-calendar-month): Adapt for new behaviour of
9718 `calendar-day-name' function.
9719 (calendar-abbrev-length, calendar-day-abbrev-array)
9720 (calendar-month-abbrev-array): New variables.
9721 (calendar-abbrev-construct): New function.
9722 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
9723 rather than fixing abbrevs at some width. Calling syntax change.
9724 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
9725 (calendar-date-string): Adapt for new behaviours of
9726 `calendar-day-name' and `calendar-month-name' functions.
9727
9728 * calendar/diary-lib.el (list-diary-entries): Adapt for new
9729 behaviour of `calendar-day-name' and `calendar-month-name' functions.
9730 (diary-name-pattern): Use abbrev arrays, rather than fixing
9731 abbrevs at three chars. Calling syntax change.
9732 (mark-diary-entries): Adapt for new behaviours of
9733 `diary-name-pattern' and `calendar-make-alist' functions.
9734 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
9735 `diary-name-pattern' function.
9736 (font-lock-diary-date-forms): Use abbrev arrays, rather than
9737 fixing abbrevs at three chars. Calling syntax change.
9738 (cal-hebrew, cal-islam): Require when compiling.
9739 (diary-font-lock-keywords): Adapt for new behaviour of
9740 `font-lock-diary-date-forms' function.
9741
9742 * calendar/cal-hebrew.el: Reposition some code so defined before used.
9743 (calendar-hebrew-month-name-array-common-year)
9744 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
9745 (list-hebrew-diary-entries): Adapt for new behaviours of
9746 `calendar-day-name' and `add-to-diary-list' functions.
9747 (mark-hebrew-diary-entries): Adapt for new behaviours of
9748 `diary-name-pattern' and `calendar-make-alist' functions.
9749
9750 * calendar/cal-islam.el (calendar-islamic-month-name-array):
9751 Add doc string.
9752 (list-islamic-diary-entries): Adapt for new behaviours of
9753 `calendar-day-name' and `add-to-diary-list' functions.
9754 (mark-islamic-diary-entries): Adapt for new behaviours of
9755 `diary-name-pattern' and `calendar-make-alist' functions.
9756
9757 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9758 `calendar-month-name' function.
9759
9760 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9761
9762 * calendar/solar.el (solar-seasons-data): Move definition before use.
9763
9764 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9765 (cal-tex-LaTeX-hourbox): Move definition before use.
9766
9767 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9768 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9769 lunar.el, solar.el
9770 (displayed-month, displayed-year): Define for compiler.
9771
9772 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9773
9774 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9775 MODE. Renamed from c-init-c-language-vars'.
9776 (c-initialize-cc-mode): Change accordingly.
9777 (c-common-init): Ditto.
9778 (c-mode): Ditto.
9779 (c++-mode): Use `c-init-language-vars-for'.
9780 (objc-mode): Ditto.
9781 (java-mode): Ditto.
9782 (idl-mode): Ditto.
9783 (pike-mode): Ditto.
9784 (awk-mode): Ditto.
9785
9786 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9787
9788 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9789 or not the point moved.
9790
9791 (c-search-decl-header-end): Don't trip up on operator identifiers
9792 in C++ and operators like == in all languages.
9793
9794 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9795 Detect leading labels correctly.
9796
9797 2003-08-02 Andreas Schwab <schwab@suse.de>
9798
9799 * textmodes/ispell.el: Don't redo key bindings on loading, put
9800 them only in loaddefs.el.
9801 * bookmark.el: Likewise.
9802 * dabbrev.el: Likewise.
9803 * emerge.el: Likewise.
9804
9805 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9806 has more than one member.
9807
9808 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9809
9810 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9811
9812 * lpr.el (printify-region): It was ending conversion before the
9813 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9814
9815 2003-07-31 John Paul Wallington <jpw@gnu.org>
9816
9817 * net/browse-url.el (browse-url-epiphany): Doc fix.
9818
9819 2003-07-30 Kenichi Handa <handa@m17n.org>
9820
9821 * international/fontset.el (setup-default-fontset):
9822 Change registry names of Akurti fonts.
9823
9824 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9825
9826 * comint.el (comint-read-noecho): Use `clear-string' instead of
9827 `fillarray'.
9828
9829 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9830
9831 * outline.el (outline-mode-hook): Add defvar.
9832
9833 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9834
9835 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9836 Restore assembler in source window if that is what has been selected.
9837 (menu): Add gdb-restore-windows to menu. Make gdba
9838 specific menus only visible from gdba.
9839
9840 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9841
9842 * progmodes/compile.el (compilation-environment): New user variable.
9843 (compile-internal): Respect it.
9844
9845 2003-07-23 Masatake YAMATO <jet@gyve.org>
9846
9847 * progmodes/gud.el (gdb-script-font-lock-keywords):
9848 Put `font-lock-function-name-face' on a symbol which includes
9849 `-' like `hook-run'. Put font-lock-variable-name-face
9850 on a symbol starting with $.
9851
9852 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9853
9854 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9855
9856 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9857
9858 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9859
9860 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9861
9862 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9863 Use with-no-warnings.
9864 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9865 rather than to find-file-not-found-hook, which doesn't exist.
9866
9867 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9868
9869 * international/quail.el (quail-translate-key): Fix previous change.
9870
9871 2003-07-25 John Paul Wallington <jpw@gnu.org>
9872
9873 * server.el (server-start): Check `server-process' is non-nil
9874 before killing it to avoid killing current buffer's process.
9875
9876 * simple.el (choose-completion-string): Use `minibufferp';
9877 test `completion-reference-buffer' if `buffer' arg is nil.
9878 (push-mark): Use `when' and `unless'.
9879 (pop-mark): Use `when'.
9880
9881 * mouse-sel.el (mouse-sel-get-selection-function):
9882 Check `x-last-selected-text-primary'. Don't barf if it or
9883 `x-last-selected-text' aren't bound.
9884
9885 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9886
9887 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9888
9889 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9890
9891 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9892
9893 2003-07-23 John Paul Wallington <jpw@gnu.org>
9894
9895 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9896
9897 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9898
9899 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9900 string. Defvar the derived hook.
9901
9902 * macros.el (insert-kbd-macro): Escape double quote character.
9903 From Thomas W Murphy <twm@andrew.cmu.edu>.
9904
9905 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9906
9907 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9908 to match the specific mark rather than reusing comment-start-skip.
9909
9910 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9911
9912 * progmodes/hideshow.el (hs-special-modes-alist):
9913 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9914
9915 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9916
9917 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9918 value using ?\s.
9919
9920 2003-07-21 John Paul Wallington <jpw@gnu.org>
9921
9922 * subr.el (with-selected-window): Add closing paren.
9923
9924 2003-07-21 Richard M. Stallman <rms@gnu.org>
9925
9926 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9927 (lisp-mode): Likewise.
9928
9929 * subr.el (with-selected-window): Copy code form save-selected-window
9930 so as to call select-window with norecord arg.
9931 (dynamic-completion-table): Doc fix.
9932 (lazy-completion-table): Doc fix.
9933
9934 * international/mule-cmds.el (set-locale-environment):
9935 langinfo renamed to locale-info.
9936
9937 * international/mule.el (auto-coding-functions): Doc fix.
9938
9939 2003-07-21 Kenichi Handa <handa@m17n.org>
9940
9941 * international/quail.el (quail-translate-key):
9942 Update quail-current-str correctly.
9943
9944 2003-07-21 Andreas Schwab <schwab@suse.de>
9945
9946 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9947 ?, to "_".
9948
9949 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9950 Version 2.0.36 of Tramp released.
9951
9952 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9953 tramp-password-end-of-line.
9954 (tramp-password-end-of-line): New method parameter.
9955 (tramp-get-password-end-of-line): Function to access method
9956 parameter `tramp-password-end-of-line', or variable
9957 `tramp-default-password-end-of-line' (default value).
9958 (tramp-methods): Add entries for new parameter
9959 tramp-password-end-of-line.
9960 (tramp-enter-password): Use new function
9961 `tramp-get-password-end-of-line'.
9962 (tramp-handle-insert-file-contents): Do not
9963 unconditionally inhibit the file operation file-local-copy, only
9964 do that when the inhibit-file-name-operation is currently
9965 insert-file-contents. This fixes finding remote CVS-controlled
9966 files. (It would barf on inserting the CVS/Entries file
9967 literally, because the file-local-copy handler wasn't called.)
9968 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9969 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9970 (tramp-initial-commands): New variable.
9971 (tramp-process-initial-commands): New function, using the variable.
9972 (tramp-open-connection-setup-interactive-shell): Call the new function.
9973 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9974 method into the buffer name, never use nil. Reported by Hanak
9975 David <dhanak@inf.bme.hu>.
9976 (tramp-open-connection-setup-interactive-shell): Erase buffer
9977 before sending "stty -onlcr".
9978
9979 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9980
9981 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9982
9983 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9984
9985 2003-07-19 John Paul Wallington <jpw@gnu.org>
9986
9987 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9988 (artist-draw-rect, artist-draw-square): Doc fixes.
9989
9990 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9991
9992 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9993
9994 2003-07-19 Kenichi Handa <handa@m17n.org>
9995
9996 * international/kkc.el (kkc-show-conversion-list-update):
9997 Highlight the correct candidate in the message.
9998
9999 2003-07-18 John Paul Wallington <jpw@gnu.org>
10000
10001 * simple.el (current-word): Don't include punctuation char when
10002 `really-word' arg is non-nil.
10003
10004 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
10005
10006 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
10007 moved to the directory obsolete.
10008
10009 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
10010
10011 * info.el (Info-menu-entry-name-re): Allow newlines in
10012 menu entry names.
10013
10014 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
10015 syntax-ppss-after-change-function.
10016 (syntax-ppss-after-change-function): New alias. Update uses.
10017 (syntax-ppss): Catch the case where the buffer is narrowed.
10018
10019 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10020
10021 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
10022 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
10023
10024 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10025
10026 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
10027 since it might be modified.
10028
10029 * progmodes/cc-langs.el (c++-make-template-syntax-table)
10030 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
10031 names to these language constants.
10032
10033 2003-07-15 Kim F. Storm <storm@cua.dk>
10034
10035 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
10036 All uses changed.
10037
10038 2003-07-14 Mark A. Hershberger <mah@everybody.org>
10039
10040 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
10041 Namespace support.
10042
10043 2003-07-13 Juanma Barranquero <lektu@terra.es>
10044
10045 * frame.el (modify-all-frames-parameters): Reinstall (copyright
10046 papers received).
10047
10048 2003-07-13 Karl Eichwalder <ke@suse.de>
10049
10050 * textmodes/po.el (po-find-charset): White space at the start of the
10051 Content-Type field body is non-mandatory.
10052
10053 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10054
10055 * textmodes/texinfo.el (texinfo-section-list):
10056 Append appendixsection; a synonym for appendixsec.
10057
10058 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
10059
10060 * man.el (Man-translate-cleanup): New.
10061 (Man-translate-references): Call `Man-translate-cleanup' to clean
10062 leading, trailing and middle spaces.
10063
10064 2003-07-13 Lars Hansen <larsh@math.ku.dk>
10065
10066 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
10067 Handle `dired-directory' being a list.
10068
10069 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
10070
10071 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
10072 it doesn't exist.
10073
10074 2003-07-12 Richard M. Stallman <rms@gnu.org>
10075
10076 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
10077
10078 * progmodes/cc-defs.el (c-make-keywords-re):
10079 Don't use delete-duplicates.
10080 (c-lang-const): Don't use mapcan.
10081
10082 * apropos.el (apropos-show-scores): Make it customizable.
10083 Document new meaning.
10084 (apropos): Compute scores from symbols.
10085 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
10086
10087 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10088
10089 * ps-bdf.el: Fix copyright line.
10090 (bdf-directory-list): Fix initialization code.
10091
10092 2003-07-11 John Paul Wallington <jpw@gnu.org>
10093
10094 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
10095 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
10096 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
10097
10098 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
10099
10100 * emacs-lisp/ring.el (ring-elements): Doc fix.
10101
10102 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10103
10104 * calendar/timeclock.el (timeclock-relative)
10105 (timeclock-ask-before-exiting, timeclock-use-display-time):
10106 Doc changes.
10107 (timeclock-modeline-display): Give a message if
10108 `timeclock-use-display-time' is non-nil but `display-time-mode'
10109 is not active.
10110
10111 2003-07-11 Kenichi Handa <handa@m17n.org>
10112
10113 * international/mule-cmds.el (set-language-environment):
10114 Set current-language-environment to the correct string.
10115
10116 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10117
10118 * ps-print.el: Print line number correctly in a region. Reported by
10119 Tim Allen <timallen@ls83.fsnet.co.uk>.
10120 (ps-print-version): New version number (6.6.2).
10121 (ps-printing-region): Code fix.
10122
10123 2003-07-10 John Paul Wallington <jpw@gnu.org>
10124
10125 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
10126 this function can be called from `add-completions-from-tags-table'.
10127
10128 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
10129
10130 * calendar/timeclock.el (timeclock-use-display-time)
10131 (timeclock-day-over-hook, timeclock-workday-remaining)
10132 (timeclock-status-string, timeclock-when-to-leave)
10133 (timeclock-when-to-leave-string, timeclock-log-data)
10134 (timeclock-find-discrep, timeclock-day-base)
10135 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
10136 (timeclock-modeline-display): Set the variable
10137 `timeclock-modeline-display'.
10138 (timeclock-update-modeline): Doc fix. Respect value of
10139 `timeclock-relative'.
10140
10141 2003-07-09 Richard M. Stallman <rms@gnu.org>
10142
10143 * textmodes/reftex-parse.el (reftex-all-document-files):
10144 Add autoload cookie.
10145
10146 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
10147 (reftex-scanning-info-available-p): Add autoload cookie.
10148
10149 * international/mule-cmds.el
10150 (set-display-table-and-terminal-coding-system): Delete duplicate
10151 aset on standard-display-table.
10152
10153 * view.el (view-file): If existing buffer's major mode is special,
10154 don't go into view mode.
10155
10156 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
10157
10158 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10159
10160 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
10161 buffer changes; there's third party code that calls this function
10162 directly.
10163
10164 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10165
10166 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
10167 (autodoc-font-lock-keywords): Don't byte compile on font lock
10168 initialization when running from byte compiled files.
10169
10170 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10171
10172 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
10173 statement ends with auto-increment "++".
10174
10175 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10176
10177 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10178 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10179 these are changed, so declare them as variables and not constants.
10180
10181 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
10182
10183 * subr.el (dolist, dotimes): Doc fix.
10184
10185 2003-07-08 Kim F. Storm <storm@cua.dk>
10186
10187 * international/mule-cmds.el
10188 (set-display-table-and-terminal-coding-system): Don't break
10189 bootstrap if standard-display-table isn't setup yet.
10190
10191 2003-07-07 Richard M. Stallman <rms@gnu.org>
10192
10193 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
10194 Give it a doc string, and autoload it.
10195
10196 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
10197 Use with-no-warnings.
10198
10199 * info.el (Info-search): If find invisible text, search again.
10200
10201 * isearch.el (search-whitespace-regexp): Add a shy group around it.
10202
10203 * man.el (Man-name-regexp): Match + as part of name.
10204
10205 * simple.el (visible-mode): Rename from vis-mode.
10206 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
10207
10208 * simple.el (current-word): New arg REALLY-WORD specifies
10209 don't include punctuation chars.
10210
10211 * emacs-lisp/debug.el (debug, debugger-env-macro):
10212 Use with-no-warnings while accessing and binding unread-command-char.
10213
10214 * international/mule-cmds.el
10215 (set-display-table-and-terminal-coding-system): Use explicit loop
10216 instead of calling standard-display-default.
10217
10218 * net/ange-ftp.el (ange-ftp-file-symlink-p):
10219 Use condition-case to catch error in ange-ftp-get-files.
10220
10221 * net/browse-url.el (browse-url-browser-function):
10222 Add alternative for Epiphany.
10223 (browse-url-epiphany-program, browse-url-epiphany-arguments)
10224 (browse-url-epiphany-startup-arguments)
10225 (browse-url-epiphany-new-window-is-tab): New variables.
10226 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
10227
10228 * progmodes/compile.el (compile-auto-highlight): Default now t.
10229 (compile): Doc fix.
10230 (compilation-next-error): Fix previous change.
10231
10232 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
10233
10234 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
10235
10236 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
10237
10238 * gdb-ui.el (gdb-source-info): Display current frame when
10239 attaching to an existing process.
10240 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
10241 while laying out windows when attaching to an existing process.
10242
10243 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
10244
10245 * info.el (Info-menu): Use Info-menu-entry-name-re.
10246
10247 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
10248
10249 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
10250 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
10251
10252 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
10253 to match the same text.
10254
10255 2003-07-06 John Paul Wallington <jpw@gnu.org>
10256
10257 * vc.el (vc-annotate-offset): Move defvar up.
10258
10259 2003-07-06 Kim F. Storm <storm@cua.dk>
10260
10261 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
10262 This should fix the infinite loop when extracting menu names.
10263
10264 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10265
10266 * files.el (auto-mode-alist, interpreter-mode-alist):
10267 Remove entries to CC Mode modes to avoid duplicates; they are now added
10268 with autoload directives in cc-mode.el.
10269
10270 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10271
10272 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10273 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10274 these are changed, so declare them as variables and not constants.
10275
10276 * progmodes/cc-mode.el: Fix some autoload problems: Try to
10277 ensure that the entry for ".c" extension comes before the one for
10278 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
10279 Fix incorrect entries that were added to `interpreter-mode-alist'.
10280 Move the autoload directives for AWK to the top level since they
10281 aren't recognized anywhere else. Do not use the new AWK mode doc
10282 in the autoload form for the old AWK mode.
10283
10284 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10285
10286 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
10287 (bibtex-sort-ignore-string-entries): Default value t.
10288 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
10289 erroneously in previous version.
10290 (bibtex-string-files): Docstring reflects new parsing scheme.
10291 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
10292 docstring, add # as one of the chars to crush
10293 (bibtex-autokey-prefix-string, bibtex-autokey-names)
10294 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
10295 (bibtex-autokey-name-change-strings)
10296 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
10297 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
10298 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
10299 (bibtex-autokey-title-terminators)
10300 (bibtex-autokey-titlewords-stretch)
10301 (bibtex-autokey-titleword-ignore)
10302 (bibtex-autokey-titleword-case-convert)
10303 (bibtex-autokey-titleword-abbrevs)
10304 (bibtex-autokey-titleword-abbrevs)
10305 (bibtex-autokey-titleword-change-strings)
10306 (bibtex-autokey-titleword-length)
10307 (bibtex-autokey-titleword-separator)
10308 (bibtex-autokey-name-year-separator)
10309 (bibtex-autokey-year-title-separator)
10310 (bibtex-autokey-before-presentation-function)
10311 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
10312 Fix docstring.
10313 (bibtex-strings, bibtex-reference-keys):
10314 Use lazy-completion-table and make-variable-buffer-local.
10315 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
10316 (bibtex-braced-string-syntax-table)
10317 (bibtex-quoted-string-syntax-table): New variables.
10318 (bibtex-parse-nested-braces): Remove.
10319 (bibtex-parse-field-string): Use syntax table and forward-sexp.
10320 (bibtex-parse-association): Simplify.
10321 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
10322 (bibtex-parse-field-text): Simplify.
10323 (bibtex-search-forward-field, bibtex-search-backward-field):
10324 argument BOUND can take value t.
10325 (bibtex-start-of-field, bibtex-start-of-name-in-field)
10326 (bibtex-end-of-name-in-field, bibtex-end-of-field)
10327 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
10328 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
10329 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
10330 (bibtex-skip-to-valid-entry): Return buffer position of beginning
10331 and ending of entry. Update for changes of bibtex-search-entry.
10332 Simplify.
10333 (bibtex-map-entries): FUN is called with three arguments.
10334 (bibtex-search-entry): Return a cons pair with buffer positions of
10335 beginning and end of entry.
10336 (bibtex-enclosing-field): Simplify.
10337 (bibtex-format-entry): Use booktitle to set a missing title.
10338 (bibtex-autokey-get-names): Fiddle with regexps.
10339 (bibtex-generate-autokey): Use identity.
10340 (bibtex-parse-keys): Use simplified parsing algorithm if
10341 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
10342 arguments. Return alist of keys.
10343 (bibtex-parse-strings): Simplify. Return alist of strings.
10344 (bibtex-complete-string-cleanup): Fix docstring.
10345 (bibtex-read-key): New function.
10346 (bibtex-mode): Fix docstring. Do not parse for keys and
10347 strings when the mode is entered. Set fill-paragraph-function to
10348 bibtex-fill-field. Setup font-lock-mark-block-function the way
10349 font-lock intended.
10350 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
10351 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
10352 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
10353 (bibtex-Preamble): Avoid hard coded constants.
10354 (bibtex-make-field): Fix docstring. Simplify.
10355 (bibtex-beginning-of-entry): Always return new position of point.
10356 (bibtex-end-of-entry): Rearrange cond clauses.
10357 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
10358 Update for changes of bibtex-map-entries.
10359 (bibtex-ispell-abstract): Do not move point.
10360 (bibtex-entry-index): Use downcase. Simplify.
10361 (bibtex-lessp): Handle catch-all.
10362 (bibtex-find-crossref): Turn into a command.
10363 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
10364 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
10365 preamble entries.
10366 (bibtex-fill-field-bounds): New function.
10367 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
10368 (bibtex-fill-entry): Use bibtex-fill-field-bounds
10369 (bibtex-String): Use bibtex-strings. Always obey
10370 bibtex-sort-ignore-string-entries.
10371
10372 2003-07-05 John Paul Wallington <jpw@gnu.org>
10373
10374 * cus-theme.el (customize-create-theme):
10375 Call `customize-create-theme' in Reset widget's notify function.
10376
10377 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
10378 (ibuffer-mark-interactive): Use `or' instead of `unless'.
10379 (define-ibuffer-column name): Add summarizer.
10380 (define-ibuffer-column size): Likewise.
10381 (define-ibuffer-column filename): Likewise.
10382 (define-ibuffer-column process): Likewise. Change BODY's output too.
10383 (define-ibuffer-column filename-and-process): Likewise, likewise.
10384 (ibuffer): Remove local vars `already-in' and `need-update'.
10385
10386 * ibuf-ext.el: Don't require `derived' at compile-time.
10387
10388 2003-07-05 Kim F. Storm <storm@cua.dk>
10389
10390 * info.el: Disable paragraph refilling.
10391 (Info-refill-paragraphs): New defcustom.
10392 (Info-fontify-node): Use it.
10393
10394 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
10395
10396 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
10397 thingies from constructors created by defstruct.
10398
10399 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
10400 the default value of the variable.
10401 (byte-code-meter): Move declaration to top level.
10402
10403 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
10404
10405 * info.el (Info-following-node-name-re): New fun.
10406 (Info-following-node-name): Remove.
10407 (Info-insert-dir): Use the new fun.
10408 (Info-extract-pointer): Don't save restriction; use new fun.
10409 (Info-menu-entry-name-re): New const.
10410 (Info-menu-entry-name-re): Use it along with new fun.
10411 (Info-node-spec-re): Use new fun.
10412 (Info-complete-menu-item, Info-fontify-node): Use new const.
10413 (Info-goto-node, Info-follow-reference, Info-menu-update):
10414 Use match-string.
10415 (Info-follow-reference): Use assoc-string.
10416 Use a list of strings for the completion table.
10417 (Info-fontify-node): Use match-string, line-end-position.
10418 Limit the search for `node:' to the first line.
10419
10420 * newcomment.el (uncomment-region): Remove padding coming from
10421 comment-start rather than just from comment-padding.
10422
10423 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
10424 (vc-cvs-stay-local-p): Use vc-stay-local-p.
10425 (vc-cvs-rename-file): Remove (use the default).
10426 (vc-cvs-register): Register parent dir if needed.
10427 (vc-cvs-could-register): Return non-nil if parent can be registered.
10428 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
10429 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
10430
10431 * vc-svn.el (vc-svn-use-edit): Make it into a const.
10432 (vc-svn-update): Fix the arguments to `svn'.
10433 (vc-svn-diff-tree): Just use `vc-svn-diff'.
10434 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
10435 Simple implementations, assuming `name' is a URL.
10436
10437 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
10438 set of chars allowed unquoted in a case pattern.
10439
10440 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
10441
10442 * font-lock.el (font-lock-extra-types-widget)
10443 (c-font-lock-extra-types, c++-font-lock-extra-types)
10444 (objc-font-lock-extra-types, java-font-lock-extra-types)
10445 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
10446 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
10447 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
10448 (font-lock-match-c++-structor-declaration)
10449 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
10450 (c++-font-lock-keywords-3, c++-font-lock-keywords)
10451 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
10452 (objc-font-lock-keywords-3, objc-font-lock-keywords)
10453 (java-font-lock-keywords-1, java-font-lock-keywords-2)
10454 (java-font-lock-keywords-3, java-font-lock-keywords)
10455 (java-font-lock-syntactic-face-function): Remove obsolete code
10456 and constants. It's all in cc-fonts.el now.
10457
10458 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
10459
10460 * mail/sendmail.el (mail-specify-envelope-from)
10461 (mail-envelope-from): Doc fix.
10462
10463 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
10464
10465 * generic-x.el: Do away with the dependency on `c-emacs-features'
10466 when populating `rul-generic-mode-syntax-table'; we already know
10467 this isn't XEmacs.
10468
10469 See ChangeLog.10 for earlier changes.
10470
10471 ;; Local Variables:
10472 ;; coding: iso-2022-7bit
10473 ;; End:
10474
10475 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
10476 Copying and distribution of this file, with or without modification,
10477 are permitted provided the copyright notice and this notice are preserved.
10478
10479 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1