*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2004-10-09 Kim F. Storm <storm@cua.dk>
2
3 * subr.el (progress-reporter-update): Define before first usage.
4 (make-progress-reporter): Doc fix.
5
6 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7
8 * textmodes/paragraphs.el (sentence-end-double-space)
9 (sentence-end-without-period, sentence-end-without-space)
10 (sentence-end): Doc fixes.
11
12 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13
14 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Change
15 paragraph-start regexp so we don't fill code starting with #'(
16
17 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
18
19 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
20 New defcustom.
21 (extract-address-components): Use it.
22
23 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
24
25 * subr.el (make-progress-reporter, progress-reporter-update)
26 (progress-reporter-force-update, progress-reporter-do-update)
27 (progress-reporter-done): New functions.
28
29 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
30
31 * progmodes/etags.el (etags-tags-completion-table): Use progress
32 reporter.
33 (etags-tags-apropos): Likewise.
34
35 2004-10-08 Alan Mackenzie <acm@muc.de>
36
37 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
38 of current line.
39
40 2004-10-08 Masatake YAMATO <jet@gyve.org>
41
42 * server.el (server-process-filter): Wrap `process-send-region'
43 by `condition-case' to guard the case when the pipe to PROC is
44 closed.
45
46 2004-10-07 Mark A. Hershberger <mah@everybody.org>
47
48 * xml.el (xml-substitute-special): Limit handling of external
49 entities.
50
51 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
52
53 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
54
55 2004-10-06 John Paul Wallington <jpw@gnu.org>
56
57 * xml.el (xml-parse-dtd): Fix `error' call.
58
59 2004-10-05 Mark A. Hershberger <mah@everybody.org>
60
61 * xml.el (xml-substitute-special): Return a single string instead
62 of a list of strings if an entity substitution is made.
63
64 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
65
66 * calendar/icalendar.el: New file.
67
68 2004-10-05 Juri Linkov <juri@jurta.org>
69
70 * isearch.el (isearch-done): Set mark after running hook.
71 Suggested by Drew Adams <drew.adams@oracle.com>.
72
73 * info.el (Info-history, Info-toc): Fix Info headers.
74 (Info-toc): Narrow buffer before Info-fontify-node.
75 (Info-build-toc): Don't check for special Info file names.
76 Set main-file to nil if Info-find-file returns a symbol.
77
78 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
79
80 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
81 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
82 * calendar/cal-menu.el (calendar-mode-map): Ditto.
83
84 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
85
86 * calendar/cal-iso.el (calendar-iso-read-args): New function,
87 for old interactive spec from calendar-goto-iso-date.
88 (calendar-goto-iso-date): Use it.
89 (calendar-goto-iso-week): New function. Suggested by Emilio
90 C. Lopes <eclig@gmx.net>.
91
92 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
93
94 * textmodes/enriched.el (enriched-mode-map): Give
95 `set-left-margin' and `set-right-margin' bindings that follow the
96 minor mode conventions.
97
98 2004-10-03 Stefan <monnier@iro.umontreal.ca>
99
100 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
101 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
102 (latex-block-args-alist): Add minipage and picture.
103 (latex-block-body-alist): Use reftex-label if enabled.
104 (latex-insert-block): Don't insert a \n if not necessary.
105 (tex-compile-commands): Make sure dvips doesn't send to printer.
106 (tex-compile-default): Handle the case where no executable is found.
107 (latex-noindent-environments): New var.
108 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
109 If tex-indent-allhanging is non-nil, make sure we only align for macros
110 at beginning of line.
111
112 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
113
114 * newcomment.el (comment-beginning): Doc fix and don't choke on
115 unset `comment-end-skip' when at beginning of comment.
116
117 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
118
119 * term.el (term-adjust-current-row-cache): Don't allow the current
120 row to become negative.
121 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
122 the end of the line. Fix scroll down. Add comments.
123 (term-handle-ansi-escape): Don't exceed terminal width when moving
124 right.
125 (term-scroll-region): Move the cursor after setting the scroll region.
126
127 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
128
129 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
130 to `width' for consistency with docstring. Doc fix.
131
132 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
133
134 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
135 This is necessary for derived modes.
136
137 2004-09-30 Kim F. Storm <storm@cua.dk>
138
139 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
140 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
141
142 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
143 kmacro-extract-lambda functions.
144 (edit-kbd-macro): Handle kmacro lambda forms.
145 Include counter and counter format in edit buffer.
146 (edmacro-finish-edit): Get counter and format from edit buffer and
147 update kmacro bindings when found.
148
149 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
150
151 * textmodes/paragraphs.el (forward-paragraph):
152 Avoid args-out-of-range error when point winds up at the beginning of
153 the buffer and hard newlines are enabled.
154
155 * newcomment.el (comment-multi-line): Doc fix.
156
157 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
160 (diff-fixup-modifs): Catch unified-diff file-headers.
161
162 2004-09-28 Stefan <monnier@iro.umontreal.ca>
163
164 * dired.el (dired-view-command-alist): Use more efficient regexps.
165 Remove dubious arguments.
166 (dired-align-file): New function.
167 (dired-insert-directory): Use it.
168 (dired-move-to-end-of-filename): Make the " -> " search more specific.
169 (dired-buffers-for-dir): Remove unused var `pattern'.
170
171 2004-09-29 Kim F. Storm <storm@cua.dk>
172
173 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
174 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
175 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
176
177 * fringe.el (fringe-bitmap-p): New macro.
178 (fringe-bitmaps): Add standard fringe bitmaps on load.
179
180 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
181
182 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
183 from diary display excursion. Store diary buffer's point for
184 `simple-diary-display'.
185 (simple-diary-display): Set window point and start when
186 displaying buffer, to preserve point.
187
188 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
189
190 * textmodes/enriched.el (enriched-translations): Replace defconst
191 with defvar.
192
193 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
194
195 * printing.el: Doc fix.
196 (pr-version): New version number (6.8.1).
197 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
198 make-temp-name.
199 (pr-delete-file): Check if file exists before deleting it.
200 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
201
202 2004-09-26 Stefan <monnier@iro.umontreal.ca>
203
204 * term.el (term-display-table): New variable.
205 (term-mode): Use it.
206 (term-exec-1): Set the coding system to binary.
207 (term-emulate-terminal): Decode the string before inserting it.
208
209 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
210
211 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
212 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
213 (map): Bind S-prior, S-next and S-insert.
214 (term-mode): Set `indent-tabs-mode' to nil.
215 (term-paste): New function to be bound to S-insert.
216 (term-send-del, term-send-backspace): Change the strings sent.
217 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
218 (term-handle-colors-array): Fix handling of underline and reverse.
219 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
220 (term-erase-in-line): Fix comparison.
221 (term-emulate-terminal): Fix line wrap handling.
222 (term-start-output-log): Rename from `term-set-output-log'.
223 (term-stop-output-log): Rename from `term-stop-photo'.
224 (term-switch-to-alternate-sub-buffer): Comment out, unused.
225
226 2004-09-25 Stefan <monnier@iro.umontreal.ca>
227
228 * dired.el (dired-move-to-filename): Don't output a message if
229 raise-error is non-nil. Fix return position and value.
230
231 * files.el (insert-directory): Obey --dired even with symlinks.
232
233 2004-09-25 Lars Hansen <larsh@math.ku.dk>
234
235 * ls-lisp.el (ls-lisp-format): Mark file names with property
236 dired-filename.
237
238 2004-09-25 Kim F. Storm <storm@cua.dk>
239
240 * ido.el (ido-max-directory-size): New defcustom.
241 (ido-decorations): Add "too big" element.
242 (ido-directory-too-big): New dynamic var.
243 (ido-may-cache-directory): Don't cache big directories.
244 (ido-directory-too-big-p): New defun.
245 (ido-set-current-directory): Update ido-directory-too-big.
246 (ido-read-internal): Make empty ido-cur-item if too-big.
247 (ido-buffer-internal): Use ido-read-internal directly instead of
248 ido-read-buffer.
249 (ido-file-internal): Init ido-directory-too-big.
250 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
251 and redo completion with full list.
252 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
253 it, and show completions.
254 (ido-all-completions): Let bind ido-directory-too-big to nil.
255 (ido-exhibit): Handle ido-directory-too-big.
256 (ido-read-buffer): Handle fallback to read-buffer.
257 Init ido-directory-too-big.
258 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
259 Init ido-directory-too-big.
260
261 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
262
263 * subr.el (delay-mode-hooks): Doc fix.
264
265 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
266
267 * textmodes/enriched.el
268 (enriched-default-text-properties-local-flag): New variable.
269 (enriched-mode): Make sure that enabling and disabling the mode is
270 a no-op. Doc fix.
271
272 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
273
274 * calendar/holidays.el (holiday-advent): Report on a specified day
275 offset from advent, not just advent.
276 (holiday-easter-etc): Report on one specified day offset from
277 easter, not all easter holidays. Various Easter holidays moved to
278 `christian-holidays' variable in calendar.el.
279 * calendar/calendar.el (christian-holidays): Adapt for new
280 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
281
282 2004-09-23 Kim F. Storm <storm@cua.dk>
283
284 * image.el (insert-sliced-image): Add doc string.
285
286 * ido.el (ido-choice-list): New dynamic var for `list' context.
287 (ido-context-switch-command): New dynamic var.
288 (ido-define-mode-map): Generalize switch between file/buffer contexts.
289 (ido-read-internal): Handle new `list' context.
290 Handle insert-buffer and insert-file ido-exit values.
291 (ido-buffer-internal): New arg switch-cmd. Use it to setup
292 ido-context-switch-command. Handle insert-file ido-exit value.
293 (ido-read-buffer): Set ido-context-switch-command to 'ignore
294 unless it is already bound by caller.
295 (ido-file-internal): New arg switch-cmd. Use it to setup
296 ido-context-switch-command. Handle insert-buffer ido-exit value.
297 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
298 used for context switching.
299 (ido-all-completions): Handle new `list' context.
300 (ido-make-choice-list): Return choices for `list' context.
301 (ido-find-file-in-dir, ido-display-file, ido-write-file)
302 (ido-display-buffer, ido-kill-buffer): Disable context switching.
303 (ido-insert-buffer, ido-insert-file): Setup context switching.
304 (ido-exhibit): Handle `list' context.
305 (ido-read-file-name): Disable context switching. Handle fallback.
306 (ido-read-directory-name): Disable context switching.
307 (ido-completing-read): New defun like completing-read. Setup and
308 use new `list' context.
309
310 2004-09-20 Jesper Harder <harder@ifa.au.dk>
311
312 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
313
314 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
315
316 * subr.el (after-change-major-mode-hook): Doc fix.
317
318 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
319
320 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
321 of ghostscript for monochrome PostScript file in Windows.
322
323 2004-09-21 Kenichi Handa <handa@m17n.org>
324
325 * descr-text.el (describe-char): Checking of quail activation
326 fixed.
327
328 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
329
330 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
331 after the mode hooks instead of before. Doc fix.
332
333 2004-09-20 Jason Rumney <jasonr@gnu.org>
334
335 * startup.el (command-line) [windows-nt]: Try .emacs first, then
336 _emacs, but revert to .emacs if neither exists in home directory.
337
338 2004-09-20 John Paul Wallington <jpw@gnu.org>
339
340 * bindings.el (completion-ignored-extensions): Add .dfsl.
341
342 2004-09-20 Richard M. Stallman <rms@gnu.org>
343
344 * bindings.el (scroll-left): Make it disabled.
345
346 * files.el (enable-local-eval): Doc fix.
347
348 * indent.el (move-to-left-margin): Special case for minibuffer.
349
350 * term.el (term-emulate-terminal): Turn off undo for output.
351 Use with-current-buffer and save-selected-window.
352
353 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
354
355 * progmodes/make-mode.el (makefile-fill-paragraph):
356 Don't insist on spaces when looking for comments. # is enough.
357
358 * files.el (hack-local-variables): Copy the variables list
359 to another buffer, strip prefixes and suffixes there, then read.
360 (enable-local-eval): Doc fix.
361 (ignored-local-variables): Initialize to nil.
362 (risky-local-variable-p): Don't check ignored-local-variables here.
363 (hack-one-local-variable): Ignore var if in ignored-local-variables.
364
365 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
366
367 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
368 of = to "." (punctuation).
369
370 2004-09-19 Stefan <monnier@iro.umontreal.ca>
371
372 * subr.el (event-basic-type): Fix mask (extend to 22bits).
373
374 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
375
376 * textmodes/enriched.el (enriched-rerun-flag): New variable.
377 (enriched-before-change-major-mode): New function.
378 Add it to `change-major-mode-hook'.
379 (enriched-after-change-major-mode): New function.
380 Add it to `after-change-major-mode-hook'.
381 (enriched-mode): Make it work correctly if called from
382 `after-change-major-mode-hook'.
383 No longer set `indent-line-function'.
384
385 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
386
387 * subr.el (after-change-major-mode-hook): New variable.
388 (run-mode-hooks): Implement it.
389
390 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * battery.el (battery-linux-proc-apm): Use string-to-number.
393 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
394 Use dolist (and less indentation). Use erase-buffer.
395 Pre-initialize `design-capacity', `warn', and `low'.
396 (battery-format): Use replace-regexp-in-string.
397
398 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
399
400 * battery.el: Delete superfluous empty lines.
401 (battery-linux-proc-acpi): Attempt to gather information from all
402 battery subdirectories regardless of their file name.
403 (battery-linux-proc-apm): Replace all occurrences of
404 battery-hex-to-int-2 with string-to-int (base 16).
405 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
406 (battery-hex-map): Delete variable.
407
408 2004-09-18 John Paul Wallington <jpw@gnu.org>
409
410 * calc/calc-units.el (calc-quick-units): Fix overzealous
411 s/or/unless/.
412
413 2004-09-17 Romain Francoise <romain@orebokech.com>
414
415 * ibuf-ext.el (define-ibuffer-filter filename):
416 Expand dired-directory since buffer-file-name is absolute.
417
418 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
419
420 * ediff-init.el (ediff-current-diff-face-A)
421 (ediff-current-diff-face-B, ediff-current-diff-face-C)
422 (ediff-current-diff-face-Ancestor)
423 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
424 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
425 (ediff-even-diff-face-A, ediff-even-diff-face-B)
426 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
427 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
428 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
429 Use min-colors.
430
431 * term.el (term-down): Perform vertical motion if DOWN is negative.
432 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
433 (term-termcap-format): Synchronyze with the eterm terminfo entry
434 in etc/e/eterm.ti.
435 (term-handle-colors-array): If the current foreground or
436 background are zero (i.e. unspecified), use the foreground and
437 background of the default face for reverse video.
438 (term-ansi-at-eval-string, term-ansi-default-fg)
439 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
440 (term-mem): Delete ununsed function.
441 (term-protocol-version): Increment.
442 (term-current-face): Set to default.
443
444 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
445
446 * vc.el (annotate-time): Document point handling.
447 (vc-annotate-display-autoscale): Doc fix.
448
449 2004-09-15 Miles Bader <miles@gnu.org>
450
451 * generic.el (generic-make-keywords-list): Use symbol rather than
452 word anchors in regexp.
453
454 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
455
456 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
457 no file name consider `dired-directory'.
458
459 2004-09-14 Kim F. Storm <storm@cua.dk>
460
461 * faces.el (cursor): Add face-no-inherit property. Doc fix.
462
463 2004-09-14 Simon Josefsson <jas@extundo.com>
464
465 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
466
467 * textmodes/dns-mode.el: Add.
468
469 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
472 (disabled-command-function): Make the ?\ char more obvious.
473
474 * vc-arch.el (vc-arch-root, vc-arch-registered):
475 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
476
477 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
478
479 * windmove.el (windmove-frame-edges): Report coordinates of
480 outside edges of frame, not inside edges.
481 (windmove-coordinates-of-position): Convert into wrapper to new
482 function `windmove-coordinates-of-window-position';
483 `compute-motion' always applies to selected window.
484 (windmove-coordinates-of-position): Update documentation to refer
485 to Emacs 21 Lisp Reference Manual.
486 (windmove-find-other-window): Fix off-by-one errors for max x,y.
487
488 2004-09-13 Kim F. Storm <storm@cua.dk>
489
490 * isearch.el (isearch-resume-in-command-history): Rename from
491 isearch-resume-enabled and change default to nil.
492
493 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * vc-hooks.el (vc-ignore-dir-regexp): New var.
496 (vc-registered): Use it.
497 (vc-find-root): New fun.
498
499 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
500 Don't tell to use \\{...} when it's already done.
501
502 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
503 Provide a sample complex default.
504 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
505 (bibtex-entry): Use mapc.
506
507 2004-09-12 Kim F. Storm <storm@cua.dk>
508
509 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
510
511 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
512 inhibit-field-text-motion to t so rectangles work in comint buffers.
513
514 * simple.el (choose-completion-string): Set buffer before running
515 choose-completion-string-functions hook so it can be buffer-local.
516
517 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
518
519 * progmodes/compile.el (compilation-start): Parse command to see
520 if it starts with a cd, and if so perform it for the *compilation*
521 buffer. Change the header to reflect this.
522
523 2004-09-11 Kim F. Storm <storm@cua.dk>
524
525 * ido.el (ido-enable-dot-prefix): Doc fix.
526 (ido-enable-dot-prefix): New defcustom.
527 (ido-set-matches1): Use it.
528
529 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * textmodes/bibtex.el (bibtex-mark-active)
532 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
533
534 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
535
536 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
537 used in a case insensitive environment.
538 (bibtex-mode-map): Rearrange order of menus.
539 (bibtex-quoted-string-re): Obsolete.
540 (bibtex-complete-key-cleanup): Variable replaced by new function.
541 (bibtex-font-lock-keywords): Use backquotes.
542 (bibtex-font-lock-url-regexp): New internal variable.
543 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
544 "OPT" and "ALT".
545 (bibtex-insert-current-kill, bibtex-make-field)
546 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
547 (bibtex-parse-field-text): Simplify.
548 (bibtex-string=): New helper function.
549 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
550 (bibtex-map-entries): Use bibtex-string=.
551 (bibtex-search-entry): Use not.
552 (bibtex-enclosing-field): Fix docstring.
553 (bibtex-assoc-regexp): Obsolete.
554 (bibtex-format-entry): Use assoc-string and bibtex-string=.
555 (bibtex-autokey-get-names): Handle empty name field.
556 (bibtex-parse-strings): Use assoc-string and unless.
557 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
558 Use assoc-string.
559 (bibtex-pop): Simplify.
560 (bibtex-mode): Set font-lock-extra-managed-props.
561 (bibtex-entry-update): Use assoc-string.
562 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
563 (bibtex-autofill-entry): Use bibtex-string=.
564 (bibtex-print-help-message): Simplify.
565 (bibtex-find-entry): New optional arg START.
566 (bibtex-validate): Use bibtex-string= and assoc-string.
567 Do not call obsolete function compilation-parse-errors.
568 (bibtex-remove-delimiters): Only remove delimiters if present.
569 (bibtex-copy-entry-as-kill): Add docstring.
570 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
571 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
572 (bibtex-complete): Use bibtex-predefined-month-strings,
573 bibtex-string=, and new function bibtex-complete-key-cleanup.
574 (bibtex-generate-url-list): New variable.
575 (bibtex-url): New command bound to C-c C-l and mouse-2.
576 (bibtex-url-map): New local keymap for bibtex-url-mouse.
577 (bibtex-font-lock-url): New function.
578
579 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
582
583 2004-09-09 Kim F. Storm <storm@cua.dk>
584
585 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
586 counter and format with binding.
587 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
588 the declared macro uses own macro counter and format. Give symbol
589 kmacro property.
590 (kmacro-keymap): Bind kmacro-name-last-macro to n.
591 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
592 (kmacro-end-and-call-macro): Doc fix.
593
594 2004-09-09 Lars Hansen <larsh@math.ku.dk>
595
596 * desktop.el (desktop-clear-preserve-buffers):
597 Remove make-obsolete-variable.
598
599 2004-09-08 Richard M. Stallman <rms@gnu.org>
600
601 * buff-menu.el (list-buffers-noselect): Call format-mode-line
602 with the buffer as argument.
603
604 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
607
608 2004-09-08 Juri Linkov <juri@jurta.org>
609
610 * replace.el (perform-replace): Use `query-replace-descr'.
611
612 * cus-start.el (history-delete-duplicates): Specify customization.
613
614 * diff-mode.el (diff-mode-map):
615 * progmodes/compile.el (compilation-mode-map):
616 * progmodes/grep.el (grep-mode-map):
617 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
618 to `next-error-follow-minor-mode'.
619
620 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
621
622 * isearch.el (isearch-lazy-highlight-update): Take into account
623 the case of zero-length match at the search bound.
624
625 2004-09-08 Kim F. Storm <storm@cua.dk>
626
627 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
628 change. Use zero width overlays when necessary.
629
630 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
631
632 * subr.el (split-string): Docfix.
633
634 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
635
636 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
637 (display-call-tree): Ensure newline after caller/calls blocks.
638
639 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
640
641 * startup.el (command-line-1): Make option
642 --directory/-L modify `load-path' straight away.
643
644 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
645
646 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
647
648 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
649
650 * emacs-lisp/autoload.el (make-autoload):
651 Handle `define-compilation-mode'.
652
653 * emacs-lisp/lisp-mode.el (define-compilation-mode):
654 Specify `doc-string-elt' property.
655
656 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
657
658 * bs.el (bs-mode): Doc fix.
659
660 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
661
662 * info.el (Info-insert-dir): Fix temp buffer leak bug.
663
664 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
665
666 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
667
668 2004-09-08 Kenichi Handa <handa@m17n.org>
669
670 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
671 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
672 ps-mule-next-point -> 1+).
673
674 * composite.el (encode-composition-rule): Add autoload cooky.
675
676 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
677
678 * format.el (buffer-auto-save-file-format): Make it permanent local.
679
680 2004-09-07 Kim F. Storm <storm@cua.dk>
681
682 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
683 (authors-fixed-entries): Fix typo.
684 (authors-canonical-author-name): Compact multiple spaces.
685 Ignore trivial names (e.g. only first name).
686
687 * term.el (term-window-width): Only use full window width on
688 window system if overflow-newline-into-fringe is enabled.
689 (term-mode): Don't disable overflow-newline-into-fringe.
690
691 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
694 motion as seen on my Mac OS X xterms.
695
696 * newcomment.el (uncomment-region-default, comment-region-default):
697 New functions extracted from uncomment-region and comment-region.
698 (comment-region, comment-region-function, uncomment-region)
699 (uncomment-region-function): Use them.
700
701 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
702
703 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
704 It's not crucial but can make sense at times.
705
706 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
707 the first commit.
708
709 * vc.el (vc-buffer-context, vc-restore-buffer-context):
710 Disable obsolete code.
711
712 2004-09-07 Juri Linkov <juri@jurta.org>
713
714 * progmodes/grep.el (grep-highlight-matches): Change default from
715 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
716 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
717 if grep option `--color' is available, or to `nil' otherwise.
718 (grep-process-setup): Call `grep-compute-defaults' if
719 `grep-highlight-matches' is not computed. Set env-vars only
720 if `grep-highlight-matches' is `t'.
721 (grep-use-null-device): Remove redundant type `boolean' (`choice'
722 is already defined).
723
724 * progmodes/compile.el (compilation-start): Use copy of
725 `process-environment' created by `copy-sequence' to not
726 modify env-vars in the global `process-environment'.
727
728 2004-09-06 Eli Zaretskii <eliz@gnu.org>
729
730 * simple.el (next-error-follow-minor-mode): Fix last change.
731
732 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
733
734 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
735 permanent local.
736
737 2004-09-04 Richard M. Stallman <rms@gnu.org>
738
739 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
740 highlighting if the search string is empty.
741
742 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
743
744 * facemenu.el (facemenu-active-faces): Change condition of inner
745 `while' loop to also check the first two elements of `face-atts'
746 and `mask-atts'.
747
748 2004-09-04 John Paul Wallington <jpw@gnu.org>
749
750 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
751 (thumbs-view-image-mode): Make buffer read-only.
752
753 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
754
755 * textmodes/ispell.el (ispell-really-aspell): New defvar.
756 (ispell-check-version): Set it.
757 (ispell-send-replacement): New function.
758 (ispell-process-line): Call ispell-send-replacement.
759
760 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
761
762 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
763 Support choosing seconds with "s".
764
765 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
766
767 * terminal.el (te-escape): Show `?' in prompt for help key.
768
769 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
770
771 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
772
773 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
774
775 * simple.el (next-error-follow-minor-mode)
776 (next-error-follow-mode-post-command-hook): New functions.
777 (next-error-follow-last-line): New defvar.
778
779 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
780 * progmodes/compile.el (compilation-mode-map): Likewise.
781 * progmodes/grep.el (grep-mode-map): Likewise.
782 * replace.el (occur-mode-map): Likewise.
783
784 * newcomment.el (uncomment-region): Bind comment-use-global-state
785 to nil.
786
787 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
788
789 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
790 locally around the call to `revert-buffer'.
791
792 2004-09-03 Juri Linkov <juri@jurta.org>
793
794 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
795 `isearch-adjusted' to `t'.
796 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
797 (isearch-message-prefix): Add "pending" for isearch-adjusted.
798 (isearch-other-meta-char): Restore isearch-point unconditionally.
799 (isearch-query-replace): Add new arg `regexp-flag' and use it.
800 Set point to start of match if region is not active in transient
801 mark mode (to include the current match to region boundaries).
802 Push the search string to `query-replace-from-history-variable'.
803 Add prompt "Query replace regexp" for isearch-regexp.
804 Add region beginning/end as last arguments of `perform-replace.'
805 (isearch-query-replace-regexp): Replace code by the call to
806 `isearch-query-replace' with arg `t'.
807
808 2004-09-03 Richard M. Stallman <rms@gnu.org>
809
810 * startup.el (normal-top-level): Undo previous TERM change.
811
812 2004-09-03 Kim F. Storm <storm@cua.dk>
813
814 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
815 highlight overlays; allow using RET when cursor is over a button.
816 (cua--highlight-rectangle): Use it.
817 (cua--rectangle-set-corners): Don't move backwards at eol.
818 (cua--forward-line): Don't move into void after eob.
819
820 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
821 point is set (and displayed) inside rectangle.
822 (cua--rectangle-operation): Fix for highlight of empty lines.
823 (cua--highlight-rectangle): Fix highlight for tabs.
824 Position cursor at left/right edge of rectangle using new `cursor'
825 property on overlay strings.
826 (cua--indent-rectangle): Don't tabify.
827 (cua-rotate-rectangle): Ignore that point has moved.
828
829 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
830
831 * term/mac-win.el: Add ASCII equivalents for some function keys.
832 (mode-line-frame-identification): Sync with x-win.el.
833
834 2004-09-02 Juri Linkov <juri@jurta.org>
835
836 * progmodes/compile.el (compilation-buffer-name): Compare major
837 mode with second element of compilation-arguments instead of third
838 to reflect latest changes in compilation-arguments structure.
839 (recompile): Use global variable `compilation-directory' to get
840 recent compilation directory only when `recompile' is invoked NOT
841 in the compilation buffer. Otherwise, use `default-directory' of
842 the compilation buffer.
843 (compilation-error-properties): Allow to funcall col and end-col.
844 (compilation-mode-font-lock-keywords): Check col and end-col by
845 `integerp'.
846 (compilation-goto-locus): If end-mk is non-nil in transient mark
847 mode don't activate the mark (and don't display message in
848 push-mark), but highlight overlay between mk and end-mk.
849
850 * progmodes/grep.el (grep-highlight-matches): New defcustom.
851 (grep-regexp-alist): Add rule to highlight grep matches.
852 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
853
854 * info.el (Info-fontify-node): Don't compute other-tag
855 if Info-hide-note-references=hide.
856
857 * help.el (function-called-at-point):
858 * help-fns.el (variable-at-point):
859 Try `find-tag-default' when other methods failed.
860
861 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
862 Do not push mark if inhibit-mark-movement is non-nil.
863
864 * textmodes/ispell.el (ispell-html-skip-alists):
865 Fix backslashes in docstring.
866
867 2004-09-01 Juri Linkov <juri@jurta.org>
868
869 * isearch.el (isearch-wrap-function)
870 (isearch-push-state-function): New defvars.
871 (isearch-pop-fun-state): New defsubst.
872 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
873 (isearch-push-state): Set the result of calling
874 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
875 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
876 restore the mode-specific starting point of terminated search.
877 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
878 (isearch-repeat): Call `isearch-wrap-function' if defined.
879 (isearch-message-prefix): Don't add prefix "over" to the message
880 for wrapped search if `isearch-wrap-function' is defined.
881 (isearch-search): Call function saved in `isearch-pop-fun-state' to
882 restore the mode-specific starting point of failed search.
883
884 * info.el (Info-search-whitespace-regexp): Fix backslashes.
885 (Info-search): Add new optional arguments for the sake of isearch.
886 Replace whitespace in Info-search-whitespace-regexp literally.
887 Add backward search. Don't call `Info-select-node' if regexp is
888 found in the same Info node. Don't add node to Info-history for
889 wrapped isearch.
890 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
891 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
892 (Info-mode): Set local variables `isearch-search-fun-function',
893 `isearch-wrap-function', `isearch-push-state-function',
894 `search-whitespace-regexp'.
895
896 * isearch.el: Remove ancient Change Log section.
897 (isearch-string, isearch-message-string, isearch-point)
898 (isearch-success, isearch-forward-flag, isearch-other-end)
899 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
900 (isearch-barrier, isearch-within-brackets)
901 (isearch-case-fold-search): Add suffix `-state' to state-related
902 defsubsts to avoid name clashes with other function names.
903
904 * simple.el (next-error): New defgroup and defface.
905 (next-error-highlight, next-error-highlight-no-select):
906 New defcustoms.
907 (next-error-no-select): Let-bind next-error-highlight to the value
908 of next-error-highlight-no-select before calling `next-error'.
909
910 * progmodes/compile.el (compilation-goto-locus):
911 Use `next-error' face instead of `region'. Set 4-th argument of
912 `move-overlay' to `current-buffer' to move overlay to different
913 source buffers. Use new variable `next-error-highlight'.
914
915 * simple.el (next-error-find-buffer): Move the rule
916 "if current buffer is a next-error capable buffer" after the
917 rule "if next-error-last-buffer is set to a live buffer".
918 Simplify to test all rules in one `or'.
919 (next-error): Doc fix.
920 (next-error, previous-error, first-error)
921 (next-error-no-select, previous-error-no-select):
922 Make arguments optional.
923
924 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
925
926 * macros.el (apply-macro-to-region-lines): Make it operate on all
927 lines that begin in the region, rather than on all complete lines
928 in the region.
929
930 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
931
932 * x-dnd.el (x-dnd-protocol-alist): Document update.
933 (x-dnd-known-types): Defcustom it.
934 (x-dnd-handle-motif): Print message-atom in error message.
935
936 2004-08-30 John Paul Wallington <jpw@gnu.org>
937
938 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
939 strings rather than programatically constructing message.
940
941 2004-08-30 Richard M. Stallman <rms@gnu.org>
942
943 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
944 Don't return a string that would read as the wrong character code.
945
946 2004-08-29 Kim F. Storm <storm@cua.dk>
947
948 * emulation/cua-base.el (cua-auto-expand-rectangles):
949 Remove automatic rectangle padding feature; replace by non-destructive
950 virtual rectangle edges feature.
951 (cua-virtual-rectangle-edges): New defcustom.
952 (cua-auto-tabify-rectangles): New defcustom.
953 (cua-paste): If paste into a marked rectangle, insert rectangle at
954 current column, even if virtual; also paste exactly as many lines
955 as has been marked (ignore additional lines or add empty lines),
956 but paste whole source if only one line is marked.
957 (cua--update-indications): No longer use overwrite-cursor to
958 indicate rectangle padding
959
960 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
961 (cua--rectangle-virtual-edges): New defun.
962 (cua--rectangle-get-corners): Remove optional PAD arg.
963 (cua--rectangle-set-corners): Never do padding.
964 (cua--forward-line): Remove optional PAD arg. Simplify.
965 (cua-resize-rectangle-right, cua-resize-rectangle-left)
966 (cua-resize-rectangle-down, cua-resize-rectangle-up):
967 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
968 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
969 (cua--rectangle-move): Never do padding. Simplify.
970 (cua--tabify-start): New defun.
971 (cua--rectangle-operation): Add tabify arg. All callers changed.
972 (cua--pad-rectangle): Remove.
973 (cua--delete-rectangle): Handle delete with virtual edges.
974 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
975 (cua--insert-rectangle): Handle insert at virtual column.
976 Perform auto-tabify if necessary.
977 (cua--activate-rectangle): Remove optional FORCE arg.
978 Never do padding. Simplify.
979 (cua--highlight-rectangle): Enhance for virtual edges.
980 (cua-toggle-rectangle-padding): Remove command.
981 (cua-toggle-rectangle-virtual-edges): New command.
982 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
983 (cua--rectangle-post-command): Don't force rectangle padding.
984 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
985
986 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
987
988 * indent.el (edit-tab-stops-buffer): Doc fix.
989
990 2004-08-28 Richard M. Stallman <rms@gnu.org>
991
992 * progmodes/grep.el (grep-default-command): Use find-tag-default.
993 (grep-tag-default): Function deleted.
994
995 * subr.el (find-tag-default): Moved from etags.el.
996
997 * progmodes/etags.el (find-tag-default): Moved to subr.el.
998
999 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
1000 into the basic character if it has an uppercase form.
1001
1002 2004-08-27 Kenichi Handa <handa@m17n.org>
1003
1004 * international/utf-8.el (utf-8-post-read-conversion): If the
1005 buffer is unibyte, temporarily make it multibyte.
1006
1007 2004-08-27 Masatake YAMATO <jet@gyve.org>
1008
1009 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
1010
1011 2004-08-25 John Paul Wallington <jpw@gnu.org>
1012
1013 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
1014 0, 1, and many mismatches in message.
1015 (tex-start-shell): Use `set-process-query-on-exit-flag'.
1016
1017 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
1018 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
1019
1020 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
1023 vc-diff-switches differently.
1024
1025 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
1026
1027 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
1028 before and a real defvar after
1029 `speedbar-supported-extension-expressions'. This is to silence
1030 the compiler without breaking bootstrapping.
1031
1032 2004-08-22 Richard M. Stallman <rms@gnu.org>
1033
1034 * textmodes/flyspell.el (flyspell-word):
1035 Use set-process-query-on-exit-flag.
1036 (flyspell-highlight-duplicate-region): Take POSS as arg.
1037 (flyspell-word): Pass POSS as arg.
1038
1039 * progmodes/ada-xref.el: Many doc and style fixes.
1040 (ada-find-any-references): Use compilation-start.
1041 (ada-get-ali-file-name): Improve error msg.
1042 (ada-get-ada-file-name): Likewise.
1043
1044 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
1045 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
1046
1047 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1048 Add forward defvar.
1049
1050 * whitespace.el (global-whitespace-mode): New alias
1051 for whitespace-global-mode.
1052
1053 * speedbar.el (speedbar-file-regexp): Definition moved up.
1054 (speedbar-mode, speedbar-set-mode-line-format):
1055 Use with-no-warnings.
1056 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
1057
1058 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
1059 controls whether to display the error buffer.
1060
1061 * ps-mule.el: Delete compatibility code for old Emacses.
1062 (ps-mule-find-wrappoint): Don't use chars-in-region.
1063
1064 * frame.el (display-mouse-p, display-selections-p):
1065 Use with-no-warnings.
1066
1067 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
1068
1069 2004-08-22 David Kastrup <dak@gnu.org>
1070
1071 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
1072 information.
1073
1074 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
1075
1076 2004-08-22 Andreas Schwab <schwab@suse.de>
1077
1078 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
1079
1080 2004-08-22 Masatake YAMATO <jet@gyve.org>
1081
1082 * cvs-status.el (cvs-status-checkout): New function.
1083 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
1084
1085 2004-08-21 David Kastrup <dak@gnu.org>
1086
1087 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
1088 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
1089 has been converted to use hashtables, the relation `nil=none' is
1090 no longer valid, as `nil' is not a hashtable. This patch tries to
1091 reduce the number of resulting errors.
1092
1093 2004-08-21 John Paul Wallington <jpw@gnu.org>
1094
1095 * subr.el (process-kill-without-query): Made obsolete in
1096 version 21.4, not 21.5.
1097
1098 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
1099 (vc-previous-comment, vc-next-comment)
1100 (vc-comment-search-reverse, vc-comment-search-forward)
1101 (vc-comment-to-change-log): Likewise.
1102
1103 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
1104
1105 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
1106
1107 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
1108 Correct indentation of DEFMETHODS with non-standard method
1109 combinations (e.g., PROGN, MIN, MAX).
1110
1111 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * startup.el (normal-top-level-add-subdirs-to-load-path):
1114 Avoid unnecessarily checking system-type.
1115 (normal-top-level): Set TERM to "dumb". Simplify.
1116
1117 * avoid.el (mouse-avoidance-ignore-p): New fun.
1118 Also ignore switch-frame, select-window, double, and triple clicks.
1119 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
1120 (mouse-avoidance-fancy-hook): Use it.
1121
1122 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
1123
1124 * avoid.el (mouse-avoidance-nudge-mouse)
1125 (mouse-avoidance-banish-destination): Stay within the current window
1126 to avoid problems with mouse-autoselect-window.
1127
1128 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
1131 the newer format of some messages in cvs-1.12.1.
1132
1133 2004-08-19 Masatake YAMATO <jet@gyve.org>
1134
1135 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
1136 (elp-results-jump-to-definition-by-mouse)
1137 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
1138 (elp-output-result): Use elp-output-insert-symname.
1139
1140 2004-08-18 Kenichi Handa <handa@m17n.org>
1141
1142 * language/cyrillic.el: Register koi8-r in
1143 ctext-non-standard-encodings-alist.
1144 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
1145
1146 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
1147
1148 * emacs-lisp/copyright.el (copyright-update-year): Delete code
1149 that replaces 20xy with xy.
1150
1151 2004-08-17 John Paul Wallington <jpw@gnu.org>
1152
1153 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
1154 (reb-force-update): Doc fix.
1155
1156 2004-08-16 Richard M. Stallman <rms@gnu.org>
1157
1158 * progmodes/which-func.el (which-func-update-1): Doc fix.
1159
1160 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
1161 (sh-mode-abbrev-table): New variable.
1162
1163 * progmodes/compile.el (compilation-mode): Doc fix.
1164
1165 * emacs-lisp/lisp-mode.el (eval-last-sexp):
1166 Don't cons a new symbol each time.
1167 (eval-last-sexp-fake-value): New variable.
1168
1169 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
1170 (copyright-update-year): Detect continuation of list of years.
1171
1172 * term.el (term-default-fg-color, term-default-bg-color)
1173 (ansi-term-color-vector): Use `unspecified', not nil, as default.
1174
1175 * imenu.el: Several doc fixes: don't say variables are buffer-local.
1176
1177 2004-08-16 Davis Herring <herring@lanl.gov>
1178
1179 * isearch.el (isearch-string, isearch-message-string, isearch-point)
1180 (isearch-success, isearch-forward-flag, isearch-other-end)
1181 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1182 (isearch-barrier, isearch-within-brackets)
1183 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
1184
1185 2004-08-16 Kenichi Handa <handa@m17n.org>
1186
1187 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
1188
1189 2004-08-15 Kenichi Handa <handa@m17n.org>
1190
1191 * term/x-win.el (x-selection-value): If utf8 was successful but
1192 ctext was not, use utf8 string.
1193
1194 2004-08-14 Davis Herring <herring@lanl.gov>
1195
1196 * isearch.el: Remove accidental changes of March 4. Fix backing
1197 up when a regexp isearch is made more general. Use symbolic
1198 accessor functions for isearch stack frames to make usage clearer.
1199 (search-whitespace-regexp): Made groups in documentation shy (as
1200 is the group in the default value).
1201 (isearch-fallback): New function, addresses problems with regexps
1202 liberalized by `\|', adds support for liberalization by `\}' (the
1203 general repetition construct), and incorporates behavior for
1204 `*'/`?'.
1205 (isearch-}-char): New command, calls `isearch-fallback' with
1206 arguments appropriate to a typed `}'.
1207 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
1208 appropriately.
1209 (isearch-mode-map): Bind `}' to `isearch-}-char'.
1210 (isearch-string, isearch-message,string, isearch-point)
1211 (isearch-success, isearch-forward-flag, isearch-other-end)
1212 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1213 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
1214 New inline functions to read fields of a stack frame.
1215
1216 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
1217
1218 * battery.el (battery-linux-proc-acpi): Look into battery
1219 directories matching the literal string "CMB", too (required for
1220 Linux kernel version 2.6.7).
1221
1222 2004-08-14 John Paul Wallington <jpw@gnu.org>
1223
1224 * cus-start.el (read-file-name-completion-ignore-case): Add.
1225 (blink-cursor-alist): Change version to "21.4".
1226
1227 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
1228
1229 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
1230
1231 * speedbar.el (speedbar-scan-subdirs): New option.
1232 (speedbar-file-lists): Don't ignore file-name case on Unix and use
1233 dolist.
1234 (speedbar-insert-files-at-point): Take an extra argument and use
1235 it to optionally find out if a subdir is empty. Also unreadable
1236 files don't get expand buttons.
1237 (speedbar-directory): New image (unused pixmap already existed).
1238 (speedbar-expand-image-button-alist): Use it.
1239
1240 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
1241
1242 CC Mode update to 5.30.9:
1243
1244 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
1245 Move from cc-vars to cc-defs for dependency reasons. Fix the
1246 POSIX char class test to check that it works in
1247 `skip-chars-(forward|backward)' too.
1248
1249 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
1250 first argument starts with a special brace list.
1251
1252 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
1253 when `c-opt-type-concat-key' is used (i.e. in Pike).
1254
1255 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
1256 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
1257 >)".
1258
1259 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
1260 whitespace safe.
1261
1262 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
1263 position for `arglist-intro', `arglist-cont-nonempty' and
1264 `arglist-close' when there are two arglist open parens on the same
1265 line and there's nothing in front of the first.
1266
1267 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
1268 locking of qualified names in Java, which previously could fontify
1269 common indexing expressions in many cases. The standard Java
1270 naming conventions are used to tell them apart.
1271
1272 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
1273 Fix inconsistency wrt opening parens on the first line inside a paren
1274 block.
1275
1276 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
1277 compile time for the sake of `c-major-mode-is'.
1278
1279 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
1280 `c-major-mode-is' in the event that this is used inside a
1281 `c-lang-defconst'.
1282
1283 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
1284 `c-lang-defconst' so that it works better with fallback languages.
1285
1286 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
1287 it to fail to record the base mode.
1288
1289 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1290 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
1291 is used. Reordered the syntax checks to get more efficient
1292 skipping in some situations.
1293
1294 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
1295 continuation which might precede the newly inserted '{'.
1296
1297 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1298 Fix cases where it could loop indefinitely.
1299
1300 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
1301 size specs correctly. Only fontify identifiers in front of '('
1302 with as functions - don't accept any paren char. Tightened up
1303 initializer skipping to stop before function and class blocks.
1304
1305 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
1306 the point could be left directly after an open paren when finding
1307 the beginning of the first decl in the block.
1308
1309 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
1310 table when filtering out legitimate open parens to be recorded.
1311 This could cause cache inconsistencies when e.g.
1312 `c++-template-syntax-table' was temporarily in use.
1313
1314 * progmodes/cc-engine.el (c-on-identifier)
1315 (c-simple-skip-symbol-backward): Small fix for handling "-"
1316 correctly in `skip-chars-backward'. Affected the operator lfun
1317 syntax in Pike.
1318
1319 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
1320 Fix bug that could cause an error from `after-change-functions' when
1321 the changed region is at bob.
1322
1323 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
1324
1325 CC Mode update to 5.30.9:
1326
1327 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
1328 to say that <TAB> doesn't insert WS into a CPP line.
1329 (c-indent-command, c-tab-always-indent): Amend doc strings.
1330
1331 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
1332 checks for user errors, thus eliminating cryptic and unhelpful
1333 Emacs error messages. (1) Check the arg to `c-set-style' is a
1334 string. (2) Check that settings to `c-offsets-alist' are not
1335 spuriously quoted.
1336
1337 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
1338 which precedes the newly inserted `{'.
1339
1340 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
1341
1342 Sync with Tramp 2.0.44.
1343
1344 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
1345 function "tramp_file_attributes". Otherwise, file names
1346 containing spaces are misinterpreted. Reported by Magnus Henoch
1347 <mange@freemail.hu>.
1348 (tramp-handle-file-truename): FILENAME must be expanded first.
1349 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
1350 obscure results. Reported by D. Goel <deego@gnufans.org>.
1351 (tramp-handle-verify-visited-file-modtime): If file does not
1352 exist, say it is not modified if and only if that agrees with the
1353 buffer's record. Check whether a file is visiting the buffer, or
1354 the buffer has no recorded last modification time. Return t in
1355 case the visiting file doesn't exist. Suggested by Luc Teirlinck
1356 <teirllm@auburn.edu>.
1357 (tramp-handle-write-region): Pass modtime explicitely to
1358 `set-visited-file-modtime', because filename can be different
1359 from (buffer-file-name) if `file-precious-flag' is set.
1360 `set-visited-file-modtime' must be called always when `visit' is t
1361 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
1362 (tramp-handle-set-visited-file-modtime): If `time-list' is not
1363 nil, don't apply the whole body. If the file doesn't exists, set
1364 modtime to '(-1 65535). Suggested by Luc Teirlinck
1365 <teirllm@auburn.edu>.
1366
1367 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
1368
1369 * help.el (describe-bindings): Doc fix.
1370
1371 * subr.el (kbd): Doc fix.
1372
1373 2004-08-08 John Paul Wallington <jpw@gnu.org>
1374
1375 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
1376 instead of `string-to-int'.
1377 (define-ibuffer-column mode): Fix indentation.
1378
1379 2004-08-08 Lars Hansen <larsh@math.ku.dk>
1380
1381 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
1382
1383 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1384
1385 * subr.el (global-unset-key, local-unset-key): Doc fixes.
1386
1387 * novice.el (disabled-command-function): New variable renamed from
1388 `disabled-command-hook'.
1389 (disabled-command-hook): Keep the _variable_ as alias for
1390 `disabled-command-function' and make obsolete.
1391 (disabled-command-function): Function renamed from
1392 `disabled-command-hook'. Adapt code to name change of the variable.
1393
1394 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
1395
1396 * simple.el (completion-root-regexp): New defvar.
1397 (completion-setup-function): Use it instead of a literal string.
1398
1399 2004-08-07 John Paul Wallington <jpw@gnu.org>
1400
1401 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
1402 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
1403 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
1404 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
1405
1406 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1407
1408 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
1409 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
1410
1411 2004-08-04 Kenichi Handa <handa@m17n.org>
1412
1413 * international/encoded-kb.el (encoded-kbd-setup-keymap):
1414 Fix previous change.
1415
1416 2004-08-03 Kenichi Handa <handa@m17n.org>
1417
1418 * international/encoded-kb.el: The following changes are to
1419 utilize key-translation-map instead of minor mode map.
1420 (encoded-kbd-iso2022-non-ascii-map): Delete it.
1421 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
1422 (encoded-kbd-last-key): New function.
1423 (encoded-kbd-iso2022-single-shift): New function.
1424 (encoded-kbd-iso2022-designation)
1425 (encoded-kbd-self-insert-iso2022-7bit)
1426 (encoded-kbd-self-insert-iso2022-8bit)
1427 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
1428 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
1429 key-translation-map.
1430 (encoded-kbd-setup-keymap): Setup key-translation-map.
1431 (saved-key-translation-map): New variable.
1432 (encoded-kbd-mode): Save/restore key-translation-map.
1433 Adjust for the change of encoded-kbd-setup-keymap.
1434
1435 2004-08-02 Kim F. Storm <storm@cua.dk>
1436
1437 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
1438 and call compute-motion with nil for topos and width to get proper
1439 usable width and height for both window and non-window systems.
1440
1441 * windmove.el (windmove-coordinates-of-position): Let compute-motion
1442 calculate usable window width and height.
1443
1444 * window.el (window-buffer-height): Call compute-motion with nil width.
1445
1446 2004-08-01 David Kastrup <dak@gnu.org>
1447
1448 * replace.el (query-replace-read-from):
1449 Use `query-replace-compile-replacement'.
1450 (query-replace-compile-replacement): New function.
1451 (query-replace-read-to): Use `query-replace-compile-replacement'
1452 for repeating the last command.
1453
1454 2004-08-01 John Paul Wallington <jpw@gnu.org>
1455
1456 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
1457 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
1458 (pr-switches): Remove period from end of error messages.
1459
1460 * help-mode.el (help-go-back): Likewise.
1461
1462 * abbrev.el (only-global-abbrevs): Doc fix.
1463 (edit-abbrevs-map): Define within defvar.
1464 (quietly-read-abbrev-file): Doc fix.
1465
1466 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
1467
1468 * novice.el (enable-command, disable-command): Doc fixes.
1469
1470 * subr.el (event-modifiers, event-basic-type): Doc fixes.
1471
1472 2004-07-30 Richard M. Stallman <rms@gnu.org>
1473
1474 * subr.el (with-local-quit): Doc fix.
1475
1476 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
1477
1478 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
1479
1480 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
1481
1482 * custom.el (defcustom): Doc fix.
1483
1484 2004-07-28 Masatake YAMATO <jet@gyve.org>
1485
1486 * progmodes/etags.el (etags-tags-apropos): Show building progress.
1487
1488 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * imenu.el (imenu-prev-index-position-function)
1491 (imenu-extract-index-name-function, imenu-name-lookup-function)
1492 (imenu--index-alist): Docstring redundancy fix.
1493
1494 2004-07-25 Lars Hansen <larsh@math.ku.dk>
1495
1496 * wdired.el (wdired-finish-edit): Require dired-aux before locally
1497 binding dired-backup-overwrite.
1498
1499 2004-07-25 John Paul Wallington <jpw@gnu.org>
1500
1501 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
1502
1503 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1504
1505 * term/tty-colors.el (tty-color-approximate): Doc fix.
1506
1507 * select.el (x-get-selection, x-set-selection): Doc fixes.
1508
1509 * frame.el (make-frame): Doc fix.
1510
1511 2004-07-24 Richard M. Stallman <rms@gnu.org>
1512
1513 * mail/rmail.el (rmail-mime-charset-pattern):
1514 Don't include semicolon in the charset value.
1515
1516 * replace.el (occur-next-error): Call set-window-point.
1517 (occur-engine): Handle negative NLINES.
1518
1519 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
1520
1521 * frame.el (modify-all-frames-parameters): Minor doc fix.
1522 (set-frame-configuration): Doc fix.
1523
1524 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1525
1526 * simple.el (completion-setup-function): Compute the common parts
1527 and the first difference place correctly when
1528 partial-completion-mode is on.
1529
1530 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1531
1532 * ps-print.el: Doc fix.
1533 (ps-print-version): New version 6.6.5.
1534 (ps-printing-region): Doc fix.
1535 (ps-generate-string-list): Comment fix.
1536 (ps-message-log-max): Code fix.
1537
1538 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
1539
1540 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
1541 generated PostScript.
1542
1543 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
1544
1545 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
1546 with Gnus v5_10 branch.)
1547
1548 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
1549
1550 * calendar/time-date.el (time-to-number-of-days): New function.
1551 Imported from from Gnus.
1552
1553 2004-07-22 Kim F. Storm <storm@cua.dk>
1554
1555 * progmodes/make-mode.el: Fix comments.
1556
1557 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1558
1559 * printing.el: Doc fix.
1560
1561 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
1562
1563 * frame.el (modify-all-frames-parameters): Minor doc fix.
1564
1565 2004-07-20 Richard M. Stallman <rms@gnu.org>
1566
1567 * textmodes/fill.el (fill-nobreak-p): If this break point is
1568 at the end of the line, don't consider the newline which follows
1569 as a reason to return t.
1570
1571 2004-07-19 John Paul Wallington <jpw@gnu.org>
1572
1573 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
1574
1575 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
1576
1577 * dired-aux.el (dired-do-kill-lines): Expand docstring.
1578 Delete irrelevant code.
1579
1580 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1581
1582 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1583 New docstring. From Luc Teirlinck.
1584
1585 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
1586
1587 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
1588 section.
1589 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
1590 non-file buffers. We know it is nil.
1591
1592 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1593
1594 Sync with Tramp 2.0.43.
1595
1596 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1597 Remove outdated comment.
1598 (tramp-locked, tramp-locker): New variables for implementing a
1599 global lock.
1600 (tramp-sh-file-name-handler): Use them to implement the global lock.
1601
1602 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
1603
1604 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
1605 calls to respective `xxx` calls.
1606 (tramp-process-alive-regexp): Precise doc string.
1607 (tramp-multi-action-process-alive): New defun.
1608 (tramp-multi-actions): Use it.
1609 (tramp-handle-find-backup-file-name): `copy-tree' is available
1610 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
1611 in order to avoid this function.
1612 (tramp-handle-write-region): Set current buffer. If connection
1613 wasn't open, `file-modes' has changed it accidently. Reported by
1614 David Kastrup <dak@gnu.org>.
1615 (tramp-enter-password, tramp-read-passwd): New arguments USER and
1616 HOST.
1617 (tramp-action-password, tramp-multi-action-password): Apply it.
1618 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
1619 name must still contain the port number. Otherwise, we have two
1620 Tramp buffers, with all the confusion. Reported by Myron Selby
1621 <myron@xytech.com> and Rolf Dubitzky
1622 <Dubitzky@physi.uni-heidelberg.de>.
1623
1624 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
1625 HOST to `tramp-enter-passwd'.
1626
1627 * net/tramp-vc.el (all): Code cleanup. Change all
1628 `tramp-handle-xxx' calls to respective `xxx` calls.
1629
1630 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
1631
1632 * emacs-lisp/testcover.el: New category "potentially-1valued" for
1633 functions that are not erroneous if either 1-valued or
1634 multi-valued. Detect functions in this class.
1635 (testcover-1value-functions, testcover-compose-functions)
1636 (testcover-progn-functions) Added some additional functions to lists.
1637 (testcover-mark): Bugfix when marking up the definition for an
1638 empty function.
1639
1640 2004-07-17 Richard M. Stallman <rms@gnu.org>
1641
1642 * replace.el (occur-read-primary-args): Pass default to
1643 read-from-minibuffer.
1644
1645 * mail/footnote.el (footnote-section-tag): Use defcustom.
1646
1647 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1648 Compile font-lock-keywords, not KEYWORDS.
1649 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
1650 Add warn, check-type. Handle cerror like error.
1651
1652 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1653
1654 * progmodes/which-func.el (which-func-keymap): New var.
1655 (which-func-face): New face.
1656 (which-func-format): Use them.
1657
1658 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1659
1660 * buff-menu.el (list-buffers-noselect): Append the buffer's
1661 process status to its mode name.
1662
1663 2004-07-16 Kim F. Storm <storm@cua.dk>
1664
1665 * simple.el (inhibit-mark-movement): New defvar.
1666 (beginning-of-buffer, end-of-buffer): Do not push mark if
1667 inhibit-mark-movement is non-nil or C-u prefix is given.
1668
1669 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
1670 Init to beginning-of-buffer and end-of-buffer.
1671 (cua--undo-push-mark): New defvar.
1672 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
1673 already active and command is in cua--preserve-mark-commands.
1674 Also fix check for shift modifier on non-window systems.
1675 (cua--post-command-handler): Clear inhibit-mark-movement if set.
1676
1677 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1678
1679 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
1680 of two integers, instead of a cons.
1681
1682 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1683 `visited-file-modtime' now returns a list of two integers, instead
1684 of a cons.
1685
1686 * dired.el (dired-directory-changed-p): Ditto.
1687
1688 * progmodes/grep.el (grep): Doc fix.
1689
1690 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1691
1692 * autorevert.el (auto-revert-tail-mode)
1693 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
1694 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
1695 in both at the same time.
1696 (auto-revert-tail-mode): New command.
1697 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
1698 (auto-revert-handler): Revert only either tail or whole file.
1699
1700 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
1701 add auto-revert-tail-mode.
1702
1703 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1704
1705 * printing.el: Doc fix. Change name of some funs.
1706 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
1707 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
1708 (pr-standard-file-name): New fun. Replace pr-standard-path.
1709 (pr-call-process): Code fix.
1710
1711 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
1712
1713 * subr.el (with-selected-window): Doc fix.
1714
1715 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
1716
1717 * subr.el (get-buffer-window-list): Doc fix.
1718
1719 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1720
1721 * files.el (switch-to-buffer-other-window): Doc fix.
1722
1723 * window.el (save-selected-window, one-window-p)
1724 (split-window-keep-point, split-window-vertically)
1725 (split-window-horizontally): Doc fixes.
1726
1727 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1728
1729 * printing.el: Doc fix. Now it uses call-process instead of
1730 shell-command for low command execution.
1731 (pr-version): New version number (6.8).
1732 (pr-shell-file-name): Option removed.
1733 (pr-shell-command): Fun removed.
1734 (pr-call-process): New fun. Replace pr-shell-command.
1735 (pr-standard-path, pr-remove-nil-from-list): New funs.
1736 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1737 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1738 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1739 (pr-ps-utility-process, pr-txt-print): Code fix.
1740
1741 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1742
1743 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1744 boolean.
1745
1746 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1747
1748 * wid-edit.el (widget-field-buffer): Doc fix.
1749
1750 2004-07-09 John Paul Wallington <jpw@gnu.org>
1751
1752 * emacs-lisp/re-builder.el (reb-update-overlays):
1753 Distinguish between one and several matches in message.
1754
1755 2004-07-09 Richard M. Stallman <rms@gnu.org>
1756
1757 * mouse.el (mouse-set-region-1): If transient-mark-mode
1758 is `identity', change it to `only'.
1759
1760 * simple.el (current-word): Doc fix.
1761
1762 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1763
1764 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1765 so that it is more understanding of whitespace.
1766
1767 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1768 form
1769 (("ns" . "element") (attr-list) children) instead of
1770 ((:ns . "element") (attr-list) children) in order to reduce the
1771 number of symbols used.
1772 (xml-skip-dtd): Change to use xml-parse-dtd but set
1773 xml-validating-parsing to nil.
1774 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1775 (xml-substitute-entity): Remove in favor of new entity substitution.
1776 (xml-substitute-special): Rewrite in to substitute complex
1777 entities from DOCTYPE declarations.
1778 (xml-parse-fragment): Parse fragments from entity deleclarations.
1779 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1780 (xml-parse-dtd, xml-substitute-special): Make validity checks
1781 conditioned on xml-validating-parser. Add "Not Well Formed" to
1782 error messages about well-formedness.
1783
1784 2004-07-08 Steven Tamm <steventamm@mac.com>
1785
1786 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1787 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1788 Do not treat double clicks and triple clicks specially in the
1789 scroll bar (preventing strange repositioning problems)
1790
1791 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * replace.el (query-replace-regexp-eval): Fix last change.
1794
1795 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * replace.el (query-replace-descr): New fun.
1798 (query-replace-read-from, query-replace-read-args): Default to the
1799 previous from&to.
1800 (query-replace-read-to): Quote the `from' string when displaying it.
1801 (query-replace-regexp-eval): Immediately check read-only status.
1802 Use query-replace-read-from to get the \n checking.
1803 Quote the `from' string when displaying it.
1804 (map-query-replace-regexp, occur-read-primary-args):
1805 Quote the `from' string when displaying it.
1806
1807 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1808 delimited-ness of the search to query-replace.
1809
1810 * replace.el (query-replace-read-from, query-replace-read-to):
1811 New funs extracted from query-replace-read-args.
1812 (query-replace-read-args): Use them.
1813
1814 * replace.el (query-replace-interactive, query-replace-read-args):
1815 Remove the `initial' special value.
1816 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1817 (occur-engine): Remove unused var `matchend'.
1818
1819 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1820 Use the search string without prompting.
1821
1822 2004-07-05 Kenichi Handa <handa@m17n.org>
1823
1824 * international/mule.el (decode-coding-inserted-region):
1825 Set last-coding-system-used only when coding is nil.
1826
1827 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1828
1829 * progmodes/grep.el (grep-compute-defaults, grep-command)
1830 (grep-program, find-program, grep-find-use-xargs, grep-history)
1831 (grep-find-history, grep-tag-default, grep-find-command)
1832 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1833 Add autoload cookies, for unbundled packages that load `compile'
1834 and expect all grep-related symbols to become defined.
1835
1836 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1837
1838 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1839 (iimage-mode-image-search-path): New user option to search the
1840 image file.
1841 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1842 have locate-file.
1843 (iimage-mode-buffer): Use it.
1844
1845 2004-07-03 Nick Roberts <nickrob@gnu.org>
1846
1847 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1848 carefully.
1849 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1850
1851 2004-07-03 Juri Linkov <juri@jurta.org>
1852
1853 * replace.el (query-replace-read-args): Swallow space after 'foo,
1854 not after (quote foo). Match space only immediately after symbol,
1855 not anywhere in the whole string.
1856
1857 2004-07-02 Richard M. Stallman <rms@gnu.org>
1858
1859 * replace.el (query-replace-read-args): Swallow space after
1860 symbols, not after closeparens. But avoid error if string ends there.
1861
1862 * progmodes/python.el (python-beginning-of-statement):
1863 Exit the loop if backward-up-list gets error.
1864
1865 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1866
1867 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1868
1869 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1870 only if vc-consult-headers is non-nil.
1871
1872 2004-07-02 Juri Linkov <juri@jurta.org>
1873
1874 * pcvs.el (cvs-mode-diff-repository): New command.
1875
1876 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1877
1878 2004-07-01 Juri Linkov <juri@jurta.org>
1879
1880 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1881 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1882 C-M-% to isearch-query-replace-regexp.
1883 (minibuffer-local-isearch-map): Add arrow key bindings.
1884 Bind C-f to isearch-yank-char-in-minibuffer.
1885 (isearch-forward): Doc fix.
1886 (isearch-edit-string): Doc fix.
1887 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1888 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1889 (isearch-yank-char): Add optional arg.
1890 (isearch-yank-char-in-minibuffer): New fun.
1891
1892 * replace.el (query-replace-interactive): Change type from boolean
1893 to choice. Add value `initial'.
1894 (query-replace-read-args): Handle value `initial' of
1895 query-replace-interactive.
1896
1897 2004-06-29 Kim F. Storm <storm@cua.dk>
1898
1899 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1900 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1901
1902 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1903 Add :group 'ada.
1904
1905 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1906
1907 2004-06-29 Juri Linkov <juri@jurta.org>
1908
1909 * replace.el (query-replace-read-args): Swallow a space after
1910 everything except )]" which in most cases means after a symbol.
1911
1912 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1913
1914 2004-06-28 Richard M. Stallman <rms@gnu.org>
1915
1916 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1917 More changes to go with previous change in font-lock.el.
1918
1919 2004-06-26 David Kastrup <dak@gnu.org>
1920
1921 * replace.el (perform-replace): Highlight the match even in
1922 non-query mode if there is potential replace string editing.
1923
1924 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1925
1926 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1927 agree with new return value of `file-remote-p'.
1928 This syncs with Tramp 2.0.42.
1929
1930 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1931 according to new documentation of `file-remote-p'.
1932
1933 * files.el (file-remote-p): Fix doc to say that return value is
1934 identification of remote system, if not nil.
1935 (file-relative-name): Use new return value of `file-remote-p'.
1936
1937 2004-06-26 Nick Roberts <nickrob@gnu.org>
1938
1939 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1940 (gdb-goto-breakpoint): Fix breakage.
1941
1942 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1943
1944 * man.el (Man-getpage-in-background): Add windows-nt to the list
1945 of systems where shell-file-name should be used instead of
1946 literal "sh".
1947
1948 2004-06-25 Sam Steingold <sds@gnu.org>
1949
1950 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1951 function names `(setf symbol)'.
1952
1953 2004-06-24 Richard M. Stallman <rms@gnu.org>
1954
1955 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1956
1957 * font-lock.el (font-lock-keywords): Change format of compiled values.
1958 Document it.
1959 (font-lock-add-keywords): If font-lock-keywords is compiled,
1960 extract the uncompiled version, modify, then recompile.
1961 (font-lock-remove-keywords): Likewise.
1962 (font-lock-fontify-keywords-region): Handle changed format.
1963 (font-lock-compile-keywords): Handle changed format.
1964 (font-lock-set-defaults): Compile the keywords explicitly here.
1965
1966 2004-06-24 David Kastrup <dak@gnu.org>
1967
1968 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1969 replacements here.
1970 (query-replace-regexp): Doc string explaining this and the new
1971 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1972 is better placed in `query-replace-read-args'.
1973 (replace-regexp): Explain `\,', `\#' and `\?'.
1974 (replace-match-data): New function for thorough reuse/destruction
1975 of old match-data.
1976 (replace-match-maybe-edit): Function for implementing `\?' editing.
1977 (perform-replace): Fix maintaining of the match stack including
1978 already matched regions, implement `\?', fix various problems
1979 with regions while editing and other stuff.
1980 (replace-highlight): Simplify.
1981
1982 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1983
1984 * progmodes/grep.el (grep-error-screen-columns): New variable.
1985 (grep-regexp-alist): Give it the full functionality of gnu style
1986 compilation messages with line and column ranges. Ask me for the
1987 perl script I'm working on, that uses these.
1988
1989 2004-06-23 Nick Roberts <nickrob@gnu.org>
1990
1991 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1992 Remove.
1993 (comint-insert-input, comint-mouse-insert-input): New functions
1994 based on comint-insert-clicked-input for two bindings but just
1995 one functionality.
1996
1997 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1998
1999 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
2000
2001 2004-06-23 Lars Hansen <larsh@math.ku.dk>
2002
2003 * files.el (write-contents-functions): Doc fix.
2004
2005 2004-06-21 Juanma Barranquero <lektu@terra.es>
2006
2007 * image.el (image-library-alist): Rewrite docstring in active voice.
2008
2009 2004-06-20 Richard M. Stallman <rms@gnu.org>
2010
2011 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
2012
2013 * isearch.el (isearch-repeat): Avoid testing old match data.
2014 (isearch-message): Display trailing space in special font
2015 when search is failing.
2016 (isearch-search-fun-function): Doc fix.
2017
2018 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
2019
2020 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
2021
2022 * frame.el (show-trailing-whitespace): Doc fix.
2023
2024 * cus-edit.el (custom-variable-documentation): New function.
2025 (custom-variable): Use it.
2026
2027 2004-06-19 Nick Roberts <nickrob@gnu.org>
2028
2029 * man.el (Man-getpage-in-background): Revert previous change but
2030 make cygwin a special case.
2031
2032 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
2033
2034 * autorevert.el (global-auto-revert-non-file-buffers):
2035 Update docstring.
2036
2037 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
2038
2039 * progmodes/compile.el (compilation-error-properties): Store one
2040 more than end-col, if present, so that transient-mark-mode will
2041 highlight last char too.
2042 * progmodes/grep.el (grep-regexp-alist): Match columns and column
2043 ranges, if present.
2044
2045 2004-06-18 Jason Rumney <jasonr@gnu.org>
2046
2047 * makefile.w32-in: Double percent signs in for loops.
2048
2049 2004-06-17 David Kastrup <dak@gnu.org>
2050
2051 * replace.el (query-replace-read-args): Only warn about use of \n
2052 and \t when we are doing a regexp replacement and the actual
2053 escaped character is n or t.
2054 (query-replace-regexp): Add \, and \# interpretation to
2055 interactive call and document it.
2056 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2057 as shortkey for replace-count.
2058 (replace-quote): New function for doubling backslashes.
2059
2060 2004-06-17 Juanma Barranquero <lektu@terra.es>
2061
2062 * files.el (parse-colon-path, cd): Mention in docstring that the
2063 path separator is colon in GNU-like systems.
2064
2065 * newcomment.el (comment-region-internal): Fix docstring.
2066
2067 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
2068 (ewoc-invalidate, ewoc-collect): Doc fixes.
2069 (ewoc--create-node, ewoc--delete-node-internal):
2070 Fix typos in docstring.
2071
2072 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2073
2074 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
2075 manual to docstring.
2076
2077 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2078
2079 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
2080
2081 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2082
2083 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2084 Add hyperlink to emacs-xtra manual to docstring.
2085
2086 * autorevert.el (global-auto-revert-non-file-buffers):
2087 Add hyperlink to emacs-xtra manual to docstring, as well as an
2088 info-link.
2089
2090 2004-06-14 Juanma Barranquero <lektu@terra.es>
2091
2092 * image.el (image-library-alist): New variable to map image types
2093 to external libraries. Initialized to nil, unless system-specific
2094 configs change it.
2095 (image-type-available-p): Determine whether an image type is
2096 available by calling `init-image-library'.
2097
2098 * term/w32-win.el (image-library-alist): Initialize to a known set
2099 of probable library names.
2100
2101 2004-06-14 Kenichi Handa <handa@m17n.org>
2102
2103 * international/code-pages.el (windows-1256, cp1125): Fix tables
2104 for several characters.
2105
2106 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
2107
2108 2004-06-13 Richard M. Stallman <rms@gnu.org>
2109
2110 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
2111
2112 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
2113 not "`pc-selection-mode'".
2114
2115 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
2116
2117 * simple.el (previous-matching-history-element): Specify a default.
2118
2119 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
2120
2121 * cus-face.el (custom-declare-face): Simplify code.
2122
2123 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
2124
2125 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
2126
2127 * files.el (before-save-hook): Add `time-stamp' to the options.
2128
2129 * time-stamp.el (time-stamp): Recommend adding it to
2130 `before-save-hook', rather than `write-file-functions'.
2131 Make a similar change in `Commentary' section.
2132
2133 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
2134
2135 * diff-mode.el (diff-current-defun): If at start of hunk, use
2136 position of first change.
2137
2138 2004-06-13 Lars Hansen <larsh@math.ku.dk>
2139
2140 * dired-x.el (dired-mark-omitted): Bind to "*O".
2141
2142 2004-06-12 Karl Fogel <kfogel@red-bean.com>
2143
2144 * bookmark.el (bookmark-bmenu-relocate): New function, as
2145 suggested by David J. Biesack <David.Biesack@sas.com>.
2146 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
2147 (bookmark-bmenu-mode): Describe binding in doc string.
2148 (bookmark-set-filename): Save the bookmark list if it's time.
2149
2150 2004-06-13 Kenichi Handa <handa@m17n.org>
2151
2152 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
2153 (ccl-untranslated-to-ucs): Fix typo.
2154
2155 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2156
2157 * progmodes/python.el (python-open-block-statement-p):
2158 Fix indentation after a block opening that contains a comment.
2159
2160 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
2161
2162 * bindings.el (completion-ignored-extensions): Add file extensions
2163 of Python byte-compiled files.
2164
2165 2004-06-12 Juri Linkov <juri@jurta.org>
2166
2167 * info.el (Info-goto-node): Add autoload.
2168 (Info-toc): Add substring-no-properties on Info file name.
2169 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
2170 (Info-mode-map): Bind L to Info-history, T to Info-toc.
2171
2172 2004-06-12 Kenichi Handa <handa@m17n.org>
2173
2174 * international/mule-cmds.el (set-language-environment):
2175 Load subst tables if necessary.
2176
2177 * international/mule.el (decode-char): Load subst tables if necessary.
2178 (encode-char): Likewise.
2179
2180 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
2181 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
2182 (utf-16le-decode-loop): Set r5 to -1 before loop.
2183 (utf-16be-decode-loop): Likewise.
2184 (ccl-decode-mule-utf-16le): Add EOF processing block.
2185 (ccl-decode-mule-utf-16be): Likewise.
2186 (ccl-decode-mule-utf-16le-with-signature): Likewise.
2187 (ccl-decode-mule-utf-16be-with-signature): Likewise.
2188 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
2189 (ccl-mule-utf-16-encode-untrans): New CCL.
2190 (utf-16-decode-to-ucs): Handle pre-read character.
2191 (utf-16le-encode-loop): Handle surrogate pair.
2192 (utf-16be-encode-loop): Likewise.
2193 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
2194 of utf-16le-encode-loop.
2195 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
2196 of utf-16be-encode-loop.
2197 (mule-utf-16-post-read-conversion):
2198 Call utf-8-post-read-conversion at first.
2199 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
2200 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
2201 Add post-read-conversion and pre-write-conversion.
2202
2203 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
2204 (utf-translate-cjk-unicode-range): New variable.
2205 (utf-translate-cjk-load-tables): New function.
2206 (utf-lookup-subst-table-for-decode): New function.
2207 (utf-lookup-subst-table-for-encode): New function.
2208 (utf-translate-cjk-mode): Init-value changed to t. Don't load
2209 tables here. Update safe-charsets of utf-* coding systems.
2210 (ccl-mule-utf-untrans): New CCL.
2211 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
2212 at end of each branch.
2213 (ccl-mule-utf-8-encode-untrans): New CCL.
2214 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
2215 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
2216 length of encoding. Don't return r0.
2217 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
2218 (utf-8-post-read-conversion): Narrow to region properly.
2219 If utf-translate-cjk-mode is on, load tables if necessary.
2220 Call utf-8-compose with hash-table arg if necessary.
2221 Call XXX-compose-region instead of XXX-post-read-convesion.
2222 (utf-8-pre-write-conversion): New function.
2223 (mule-utf-8): Include CJK charsets in safe-charsets if
2224 utf-translate-cjk-mode is on. Add pre-write-conversion.
2225
2226 * international/characters.el: Temporarily set
2227 utf-translate-cjk-mode to nil.
2228
2229 * language/devan-util.el (devanagari-compose-region):
2230 Add autoload cookie.
2231
2232 * international/ccl.el (ccl-dump-call): Fix printing the
2233 subroutine name.
2234
2235 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
2236
2237 * dired.el (dired-revert): If buffer is marked unmodified before
2238 reverting, keep it marked unmodified.
2239 Adapt to new conventions for commenting out code.
2240 (dired-make-relative): Adapt to new conventions for commenting out code.
2241
2242 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
2243
2244 * eshell/esh-module.el (eshell-load-defgroups):
2245 Bind `vc-handled-backends' to nil when opening files.
2246
2247 2004-06-11 Juanma Barranquero <lektu@terra.es>
2248
2249 * files.el (parse-colon-path, cd): Doc fixes (refer to
2250 `path-separator', not colon).
2251
2252 2004-06-10 Juanma Barranquero <lektu@terra.es>
2253
2254 * newcomment.el (comment-search-forward)
2255 (comment-search-backward): Fix typos in docstring.
2256 (comment-region): Doc fix.
2257
2258 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
2259
2260 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
2261 switch is no longer stored in `dired-switches-alist'.
2262
2263 * dired-aux.el (dired-insert-subdir): Do not store R switch in
2264 `dired-switches-alist'.
2265
2266 2004-06-10 Kim F. Storm <storm@cua.dk>
2267
2268 * pcvs.el (cvs-mode-diff-yesterday): New command.
2269
2270 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
2271
2272 2004-06-10 Juri Linkov <juri@jurta.org>
2273
2274 * emacs-lisp/edebug.el (edebug-eval-defun):
2275 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
2276 Fix docstring.
2277
2278 * simple.el (eval-expression-print-format): Don't print additional
2279 information on the first call to `eval-print-last-sexp'.
2280 (next-error-find-buffer): Fix punctuation.
2281 (killing) <defgroup>: Fix punctuation.
2282 (yank-excluded-properties): Change group from editing to killing.
2283
2284 * replace.el (perform-replace): Use `limit' to terminate the
2285 while-loop explicitly.
2286
2287 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2288
2289 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
2290 Use lc-*.xpm as prefix instead of *-locol.xpm.
2291
2292 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
2293 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
2294 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
2295 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
2296 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
2297 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
2298 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
2299 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
2300 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
2301 * toolbar/lc-up_arrow.xpm:
2302 Renamed from *-locol.xpm.
2303
2304 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
2305
2306 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
2307 include forms like &<str>; as valid url patterns.
2308
2309 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
2310
2311 * dired.el (dired-diff, dired-backup-diff)
2312 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
2313 (dired-do-chown, dired-do-touch, dired-do-print)
2314 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
2315 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
2316 (dired-create-directory, dired-do-copy, dired-do-symlink)
2317 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
2318 (dired-do-copy-regexp, dired-do-hardlink-regexp)
2319 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
2320 (dired-maybe-insert-subdir, dired-next-subdir)
2321 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
2322 (dired-kill-subdir, dired-tree-up, dired-tree-down)
2323 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
2324 (dired-run-shell-command, dired-query): Remove redundant,
2325 or incorrect, autoloads.
2326
2327 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
2328 does not end in a slash. Add optional argument KILL-ROOT.
2329 Update docstring.
2330 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
2331 (dired-query): Add autoloads.
2332
2333 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
2334
2335 * progmodes/compile.el (compilation-set-window-height):
2336 Rearrange the save-* functions because a buffer can have several current
2337 point in different windows.
2338 (compilation-error-regexp-alist-alist): Recognize {standard input}
2339 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
2340
2341 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2342
2343 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
2344 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
2345 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
2346 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
2347 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
2348 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
2349 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
2350 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
2351 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
2352 * toolbar/up_arrow-locol.xpm:
2353 New versions of icons that uses fewer colors.
2354
2355 * toolbar/tool-bar.el (tool-bar-local-item)
2356 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
2357 if display-color-cells is 256 or less.
2358
2359 2004-06-08 Kim F. Storm <storm@cua.dk>
2360
2361 * wid-edit.el (widget-specify-button): Use hand pointer rather
2362 than mouse-face as visible mouse-over effect.
2363
2364 2004-06-07 Karl Fogel <kfogel@red-bean.com>
2365
2366 * saveplace.el (save-place-alist-to-file): Bind `print-length'
2367 and `print-level' to nil when writing out `save-place-alist'.
2368 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
2369
2370 2004-06-07 Juanma Barranquero <lektu@terra.es>
2371
2372 * completion.el (completion-kill-region): Doc fix.
2373
2374 * format.el (format-insert-annotations)
2375 (format-annotate-location): Doc fixes.
2376 (format-subtract-regions): Make arguments match their use in docstring.
2377
2378 * simple.el (kill-region): Doc fix.
2379
2380 * subr.el (insert-buffer-substring-no-properties)
2381 (insert-buffer-substring-as-yank): Doc fixes.
2382
2383 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
2384
2385 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2386 Update docstring.
2387 (dired-reset-subdir-switches): New function.
2388
2389 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
2390 Limit scope of `buffer-read-only' binding.
2391
2392 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
2393
2394 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
2395 eshell-explicit-command-char.
2396
2397 2004-06-06 Juanma Barranquero <lektu@terra.es>
2398
2399 * help-fns.el (help-argument-name): Inherit from italic face only
2400 if the frame supports it.
2401
2402 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2403
2404 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
2405 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
2406 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
2407 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
2408 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
2409 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
2410 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
2411 New conversions from xpm files.
2412
2413 * toolbar/README: New file.
2414
2415 2004-06-06 Richard M. Stallman <rms@gnu.org>
2416
2417 * isearch.el (isearch-mode-map): Undo previous change.
2418
2419 2004-06-05 Juri Linkov <juri@jurta.org>
2420
2421 * bindings.el (debug-ignored-errors): Add regexps for history
2422 related messages. Remove $ from "No further undo information".
2423 Move Ediff's messages to ediff.el.
2424
2425 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
2426
2427 * cus-edit.el (custom-display): Add `min-colors'.
2428
2429 * custom.el (defface): Add `supports' to docstring.
2430
2431 * help-fns.el (help-argument-name): Add :group 'help.
2432
2433 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
2434
2435 * find-dired.el (find-ls-subdir-switches): New user option.
2436 (find-dired): No longer call `abbreviate-file-name' on DIR.
2437 Set `dired-subdir-switches' buffer-locally.
2438
2439 * locate.el: Merge the two `Commentary' sections.
2440 (locate-ls-subdir-switches): New user option.
2441 (locate): Update for other changes.
2442 (locate-mode-map): Restore Dired binding for mouse-2.
2443 Bind `locate-mouse-view-file' to M-mouse-2.
2444 Bind `l' to `locate-do-redisplay'.
2445 (locate-main-listing-line-p, locate-do-redisplay): New functions.
2446 (locate-mouse-view-file, locate-tags, locate-find-directory):
2447 Print message if used outside main listing.
2448 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
2449 Various changes to support inserted subdirectories.
2450 (locate-insert-header): Change header of *Locate* buffer.
2451
2452 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2453 Change interactive default switches.
2454 (dired-rename-subdir-2): Update `dired-switches-alist'.
2455 (dired-insert-subdir, dired-kill-subdir):
2456 Handle `dired-switches-alist'. Do not mark buffer modified.
2457 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
2458 (dired-insert-subdir-doinsert): Omit messages.
2459 Handle `dired-subdir-switches'.
2460 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2461
2462 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
2463 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
2464 subdirs if -R switch is used for a subdir.
2465 (dired-mode): Set `dired-switches-alist'.
2466 (dired-build-subdir-alist): Only print number of directories in
2467 echo area when invoked interactively.
2468
2469 2004-06-05 Lars Hansen <larsh@math.ku.dk>
2470
2471 * dired-x.el (dired-omit-mode): Rename from
2472 dired-omit-files-p. Use define-minor-mode to define it.
2473 (dired-omit-files-p): Add as alias for dired-omit-mode.
2474 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
2475 dired-mark-omitted.
2476 (dired-mark-omitted): Add. Bind to M-O.
2477
2478 2004-06-05 Kenichi Handa <handa@m17n.org>
2479
2480 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
2481
2482 2004-06-05 Juanma Barranquero <lektu@terra.es>
2483
2484 * help-fns.el (help-argument-name): Reintroduce face.
2485 (help-default-arg-highlight): Use it, now that
2486 `face-differs-from-default-p' can be trusted.
2487
2488 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2489
2490 * textmodes/table.el: Sentence commands added to Point Motion
2491 group; kill and backward-kill commands added to Extraction group.
2492
2493 2004-06-04 Mario Lang <mlang@delysid.org>
2494
2495 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
2496 systems appear to use mW, make the code handle this. Fix a
2497 division-by-zero bug while at it, and handle kernels with
2498 a slightly different layout in /proc/acpi.
2499
2500 2004-06-04 Karl Fogel <kfogel@red-bean.com>
2501
2502 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
2503 because the latter is a CL-ism. This fixes the bug reported by
2504 Shawn Boyette <mdxi@collapsar.net> in
2505 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2506
2507 2004-06-04 Miles Bader <miles@gnu.org>
2508
2509 * faces.el (display-supports-face-attributes-p): Function moved to
2510 C code. Previously only the tty-related portion of this function
2511 was done in C; however the previous attempt to do a halfway-proper
2512 job for non-tty displays in lisp didn't work properly because of
2513 funny conditions during Emacs startup.
2514 (face-differs-from-default-p): Simplify, now that
2515 display-supports-face-attributes-p works properly on all display
2516 types. Remove :stipple from comparison; it doesn't really work
2517 in emacs anyway.
2518
2519 2004-06-04 Miles Bader <miles@gnu.org>
2520
2521 * faces.el (face-differs-from-default-p): Use a different
2522 implementation, so we can really check whether FACE displays
2523 differently or not.
2524
2525 2004-06-04 Miles Bader <miles@gnu.org>
2526
2527 * faces.el (display-supports-face-attributes-p): Implement a
2528 `different from default' check for non-tty displays.
2529
2530 2004-06-03 David Kastrup <dak@gnu.org>
2531
2532 * woman.el (woman-mapcan): More concise code.
2533 (woman-topic-all-completions, woman-topic-all-completions-1)
2534 (woman-topic-all-completions-merge): Replace by a simpler and
2535 much faster implementation based on O(n log n) sort/merge instead
2536 of the old O(n^2) behavior.
2537
2538 2004-06-03 Miles Bader <miles@gnu.org>
2539
2540 * subr.el (read-number): Use canonical format for default in prompt.
2541
2542 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
2543 Add regexp for " [...]" style defaults.
2544
2545 2004-06-02 Romain Francoise <romain@orebokech.com>
2546
2547 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
2548 groups: if the user asks for a hidden buffer, open the
2549 corresponding filter group to expose it.
2550
2551 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
2552 `ibuffer-jump-to-buffer'.
2553 (ibuffer-jump-offer-only-visible-buffers): New user option.
2554
2555 2004-06-02 Juanma Barranquero <lektu@terra.es>
2556
2557 * faces.el (frame-update-faces): Add empty docstring so the one
2558 for `ignore' doesn't show through.
2559
2560 * subr.el (process-kill-without-query): Remove spurious "\n" on
2561 obsolescence string.
2562 (focus-frame, unfocus-frame): Add obsolescence declaration and
2563 empty docstring.
2564
2565 * international/mule.el (register-char-codings): Make alias for
2566 `ignore'. Move docstring to obsolescence info and remove redundancy.
2567
2568 2004-06-02 Kim F. Storm <storm@cua.dk>
2569
2570 * frame.el (blink-cursor-start): Turn cursor off initially so blink
2571 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
2572
2573 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * comint.el (comint-replace-by-expanded-history-before-point):
2576 Obey `start' as the docstring says.
2577 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
2578 (comint-update-fence): Prevent font-lock from running unnecessarily.
2579 (comint-dynamic-list-completions): Use with-current-buffer.
2580
2581 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2582
2583 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
2584 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
2585 (bibtex-entry-update): Handle alternatives and optional fields.
2586 (bibtex-parse-entry): Bugfix, handle empty key.
2587
2588 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * vc-arch.el (vc-arch-state): Don't assume the file exists.
2591
2592 2004-05-31 Lars Hansen <larsh@math.ku.dk>
2593
2594 * desktop.el (desktop-save): Don't save minor modes without a
2595 known mode initialization function.
2596
2597 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
2598
2599 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
2600
2601 * autorevert.el: Update `Commentary' section.
2602
2603 2004-05-30 Juanma Barranquero <lektu@terra.es>
2604
2605 * dos-fns.el (convert-standard-filename):
2606 * files.el (convert-standard-filename):
2607 * w32-fns.el (convert-standard-filename):
2608 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
2609
2610 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2611
2612 Sync with Tramp.
2613
2614 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
2615 (tramp-let-maybe): Move to an earlier spot in the file.
2616 Patch by Andreas Schwab.
2617
2618 2004-05-30 Andreas Schwab <schwab@suse.de>
2619
2620 * dired.el (dired-get-filename): Don't use dired-re-dot.
2621
2622 2004-05-30 Richard M. Stallman <rms@gnu.org>
2623
2624 * files.el (find-file): Doc fix.
2625
2626 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
2627
2628 2004-05-30 Nick Roberts <nickrob@gnu.org>
2629
2630 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
2631 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
2632 modeline of the locals buffer.
2633 (gdb-goto-breakpoint): Handle gdbmi.
2634 (gdb-get-frame-number): Change for gdbmi.
2635
2636 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
2637
2638 * files.el (file-remote-p): Apply file name handler for operation
2639 `file-remote-p'. It isn' a property any longer.
2640 (file-relative-name): `fh' and `fd' get the required value via
2641 `find-file-name-handler' already.
2642
2643 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
2644 (top): Remove setting of `file-remote-p' property for
2645 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
2646
2647 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
2648
2649 Version 2.0.41 of Tramp released.
2650
2651 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
2652 Throw away if process has died.
2653 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
2654 (tramp-out-of-band-prompt-regexp): Rename to
2655 `tramp-process-alive-regexp', because its usage is widen.
2656 (tramp-actions-copy-out-of-band): Apply it.
2657 (tramp-actions-before-shell, tramp-multi-actions):
2658 Add `tramp-action-process-alive' action.
2659 (tramp-action-process-alive): New defun.
2660 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2661 Add entry for `file-remote-p'.
2662 (tramp-handle-file-remote-p): New defun.
2663 (top): Remove setting of `file-remote-p'. Don't set
2664 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
2665
2666 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2667 `file-remote-p'.
2668
2669 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
2670 counted for (last) line. [They should or they shouldn't? --Stef]
2671 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
2672
2673 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2674
2675 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
2676 not really necessary but seems to keep the shell history smaller
2677 in some cases. It is no substitute for setting HISTFILE and
2678 HISTSIZE from tramp-open-connection-setup-interactive-shell,
2679 though. Suggested by Luc Teirlinck.
2680 (tramp-open-connection-setup-interactive-shell): Export variables
2681 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
2682 (tramp-set-process-query-on-exit-flag): New compat function.
2683 (tramp-open-connection-multi, tramp-open-connection-su)
2684 (tramp-open-connection-rsh, tramp-open-connection-telnet)
2685 (tramp-do-copy-or-rename-file-out-of-band): Use it.
2686 (tramp-let-maybe): New macro, let-binds a variable only if it
2687 isn't obsolete.
2688 (tramp-check-ls-commands, tramp-handle-expand-file-name)
2689 (tramp-handle-file-truename): Use it.
2690 (tramp-completion-file-name-regexp-unified): Avoid matching
2691 filenames starting with "/:" -- those are reserved for
2692 file-name-non-special.
2693
2694 * tramp-smb.el (tramp-smb-open-connection):
2695 Use tramp-set-process-query-on-exit-flag compat function.
2696
2697 2004-05-29 Richard M. Stallman <rms@gnu.org>
2698
2699 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
2700
2701 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
2702 (eval-last-sexp-print-value): Print char equivalent regardless
2703 of standard-output value.
2704
2705 * thumbs.el (thumbs-subst-char-in-string): Delete.
2706 (thumbs-thumbname): Use subst-char-in-string.
2707 (thumbs-resize-image): Use condition-case, not ignore-errors.
2708 (thumbs-kill-buffer): Likewise.
2709
2710 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
2711 (thumbs-mode): Make buffer read-only.
2712 (thumbs-make-thumb): Unconditionally accept an existing file.
2713 (thumbs-insert-thumb): Add thumb-image-file property to the image.
2714 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
2715 (thumbs-show-thumbs-list): Error if images not supported.
2716 (thumbs-save-current-image): Improve prompt string.
2717 (thumbs-mode-map): Define u, R, x.
2718 (thumbs-unmark): New command.
2719 (thumbs-emboss-image): Minor cleanup.
2720 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2721 (thumbs-rename-images): New command.
2722 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
2723
2724 * thumbs.el (thumbs-current-image): New function.
2725 (thumbs-file-list, thumbs-file-alist): New functions.
2726 (thumbs-find-image): Delete arg L.
2727 Don't set up thumbs-fileL as buffer-local global var.
2728 (thumbs-find-image-at-point): Use thumbs-current-image.
2729 (thumbs-set-image-at-point-to-root-window): Likewise.
2730 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2731 Record and warn about errors. Update thumbs-markedL for deletions.
2732 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2733 (thumbs-redraw-buffer): Use thumbs-file-list.
2734 (thumbs-mark): Use thumbs-current-image.
2735 (thumbs-show-name): Use thumbs-current-image.
2736
2737 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2738 and imenu--last-menubar-index-alist.
2739
2740 * subr.el (with-selected-window): Undo previous change.
2741
2742 2004-05-29 John Paul Wallington <jpw@gnu.org>
2743
2744 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2745 (thumbs-mouse-find-image): New command.
2746 (thumbs-mode-map): Bind it to mouse-2.
2747 (thumbs-mode): Make mode-class special.
2748 (thumbs-view-image-mode): Likewise.
2749
2750 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2751
2752 * flymake.el: New file.
2753
2754 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2755
2756 * files.el (find-file-noselect-1): Do not bind
2757 `inhibit-read-only' to t during execution of
2758 `find-file-not-found-functions'.
2759
2760 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2763 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2764
2765 2004-05-28 Juri Linkov <juri@jurta.org>
2766
2767 * simple.el (eval-expression-print-format): New fun.
2768
2769 * simple.el (eval-expression):
2770 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2771 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2772 (edebug-eval-expression): Print additionally the value returned by
2773 `eval-expression-print-format'.
2774
2775 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2776 (insert-pair): Make arguments optional. Find character pair
2777 from `insert-pair-alist' according to the last input event.
2778 (insert-parentheses): Make arguments optional.
2779 (raise-sexp, delete-pair): New funs.
2780
2781 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2782 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2783 Bind C-M-q to `indent-pp-sexp'.
2784
2785 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2786 `pp-to-string' modified to be able to format text with newlines.
2787 (pp-to-string): Move the buffer-formatting part of the code to
2788 `pp-buffer'. Call `pp-buffer'.
2789
2790 * info.el (Info-desktop-buffer-misc-data): Don't save information
2791 about virtual files.
2792 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2793 buffers with names obtained from the desktop file instead of the
2794 default *info* buffer.
2795
2796 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * subr.el (with-selected-window): Only save/restore the selected window.
2799
2800 * progmodes/compile.el (compilation-error-regexp-alist):
2801 Use expand-file-name and data-directory.
2802
2803 * progmodes/grep.el (grep-tree): Rework previous fix.
2804
2805 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2806 after the user marked text with the mouse.
2807
2808 * startup.el (command-line): Keep the first regexp of
2809 auto-save-file-name-transforms intact.
2810
2811 2004-05-28 Juanma Barranquero <lektu@terra.es>
2812
2813 * cus-edit.el (customize-face, customize-face-other-window)
2814 (custom-face-edit-delete): Make arguments match their use in
2815 docstring.
2816 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2817 docstring.
2818
2819 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2820 not `cvs-butlast'.
2821
2822 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2823 `nbutlast' are in subr.el).
2824
2825 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2826 (set-w32-system-coding-system): Doc fixes.
2827
2828 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2829 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2830 Make arguments match their use in docstring.
2831 (artist-draw-region-trim-line-endings)
2832 (artist-mouse-choose-operation): Fix typo in docstring.
2833 (artist-key-set-point-common): Doc fix.
2834
2835 2004-05-28 Simon Josefsson <jas@extundo.com>
2836
2837 * mail/smtpmail.el (smtpmail-open-stream):
2838 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2839
2840 2004-05-26 Simon Josefsson <jas@extundo.com>
2841
2842 * starttls.el: Merge with my GNUTLS based starttls.el.
2843 (starttls-gnutls-program, starttls-use-gnutls)
2844 (starttls-extra-arguments, starttls-process-connection-type)
2845 (starttls-connect, starttls-failure, starttls-success): New variables.
2846 (starttls-program, starttls-extra-args): Doc fix.
2847 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2848 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2849 and pass on to corresponding *-gnutls function if it is set.
2850
2851 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2852
2853 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2854 remote files.
2855
2856 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2857
2858 * files.el (file-name-non-special): There are more operations
2859 which need handling: `find-backup-file-name',
2860 `insert-file-contents', `verify-visited-file-modtime',
2861 `write-region'. Rename t value of method to `add'. Add new
2862 methods `quote' and `unquote-then-quote' to file-arg-indices.
2863
2864 2004-05-25 Juri Linkov <juri@jurta.org>
2865
2866 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2867 (Info-index-nodes): Enclose code in condition-case to catch errors.
2868 (Info-index-node): Don't search all index nodes if request is only
2869 for the current node and file is not in the cache of index nodes.
2870 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2871 for consistency with dired-copy-filename-as-kill.
2872 Bind `S' to Info-search-case-sensitively.
2873 (Info-copy-current-node-name): New arg. With zero prefix arg put
2874 the name inside a function call to `info'. Display copied text in
2875 the echo area.
2876
2877 2004-05-25 Sam Steingold <sds@gnu.org>
2878
2879 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2880 strip the package prefix from the symbol name, if any.
2881 Make it the `find-tag-default-function' for `lisp-mode'.
2882
2883 2004-05-25 John Paul Wallington <jpw@gnu.org>
2884
2885 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2886 instead of obsolete `process-kill-without-query'.
2887
2888 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2889 Declare as variable, not constant.
2890
2891 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2892
2893 * files.el (find-file-noselect-1): Fix bug introduced by
2894 Revision 1.694. As a side effect, `inhibit-read-only'
2895 is again, by default, t during execution of
2896 `find-file-not-found-functions'.
2897 (insert-directory): Check that lines were really inserted by
2898 the --dired switch, before erasing them.
2899
2900 2004-05-24 Nick Roberts <nickrob@gnu.org>
2901
2902 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2903 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2904 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2905 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2906 gud-minor-mode (gdbmi).
2907
2908 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2909
2910 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2911 explicitly select the text to be taken as URL.
2912
2913 2004-05-23 Juri Linkov <juri@jurta.org>
2914
2915 * info.el (Info-index-nodes): New var and fun.
2916 (Info-goto-index, Info-index, info-apropos)
2917 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2918 (Info-index): Fix docstring. Store and restore Info-history-list.
2919 (Info-complete-nodes): New var.
2920 (Info-complete-menu-item): Use it.
2921 (Info-index-node): New fun.
2922 (Info-final-node, Info-forward-node, Info-backward-node)
2923 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2924 Use Info-index-node.
2925 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2926 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2927 (Info-find-node-2): If a node with period in its name not found,
2928 try to find a node without the name part after period.
2929 (Info-select-node): Call Info-fontify-node only if
2930 Info-fontify-maximum-menu-size is not nil.
2931 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2932 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2933 Preserve Info-history-list.
2934 (Info-toc): Set Info-current-file.
2935 (Info-build-toc): Move point to the beginning of the buffer.
2936 Add main-file variable.
2937 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2938 Use backslashed representation of the control character ^_.
2939
2940 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2941 numbers in the new Texinfo 4.7 format.
2942
2943 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2944 regexps for function and variable names.
2945
2946 * descr-text.el (describe-property-list): Add [show] button for
2947 `syntax-table' property with action to pp to a separate buffer.
2948 (describe-char): Replace search-forward by re-search-forward with
2949 whitespace regexp after "character:" to not fail in too narrow windows.
2950
2951 * simple.el (next-error-find-buffer): Add a rule to return
2952 next-error capable buffer if one window on the selected frame
2953 displays such buffer.
2954
2955 2004-05-23 Nick Roberts <nickrob@gnu.org>
2956
2957 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2958 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2959 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2960 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2961 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2962 Handle new value for gud-minor-mode (gdbmi).
2963 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2964 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2965 Change from local to global gdb variable set.
2966 (gdb-ann3): Initialise above gdb variable set.
2967 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2968 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2969 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2970 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2971 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2972 (gdb-info-locals-handler, gdb-invalidate-assembler)
2973 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2974 set as global variables.
2975 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2976 Handle gdbmi.
2977 (gdb-info-breakpoints-custom): Fix regexp.
2978 (def-gdb-var): Delete.
2979
2980 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2981 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2982 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2983 a new mode. The file (gdb-mi.el) for this mode will be included
2984 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2985 primary interface.
2986
2987 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2988
2989 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2990 interpreted as a directory.
2991
2992 2004-05-22 Richard M. Stallman <rms@gnu.org>
2993
2994 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2995 as a close quote.
2996
2997 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2998
2999 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
3000 Use assoc-string, not assoc-ignore-case.
3001
3002 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
3003
3004 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
3005 If moving back then fwd gets a defun that ends before point,
3006 try again moving fwd then back.
3007
3008 * files.el (file-name-non-special): Allow t in file-arg-indices
3009 to mean requote the return value. Use `identity' as an element
3010 rather than as the whole value.
3011
3012 * gs.el (gs-options): Add -dSAFER. Mark it risky.
3013
3014 2004-05-22 Juanma Barranquero <lektu@terra.es>
3015
3016 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
3017 `help-make-usage'.
3018 (help-highlight-arguments): Skip function name before searching
3019 for arguments.
3020
3021 2004-05-21 Juanma Barranquero <lektu@terra.es>
3022
3023 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
3024 Don't mention in the docstring these arguments meant for
3025 internal (recursive) use only.
3026 (allout-char-spec): Comment out (it's not implemented).
3027 (allout-old-expose-topic, allout-exposure): Fix docstring and add
3028 obsolescence declaration.
3029 (allout-flatten-exposed-to-buffer)
3030 (allout-indented-exposed-to-buffer): Fix typos in docstring.
3031 (my-mark-marker): Doc fix.
3032 (produce-allout-mode-map, allout-sibling-index)
3033 (allout-isearch-expose, allout-distinctive-bullet)
3034 (allout-open-topic, allout-reindent-body)
3035 (allout-rebullet-heading, allout-process-exposed)
3036 (allout-insert-listified, allout-latex-verb-quote)
3037 (allout-insert-latex-header, allout-insert-latex-trailer):
3038 Make arguments match their use in docstring.
3039 (allout-primary-bullet, allout-old-style-prefixes)
3040 (allout-inhibit-protection, allout-init, allout-mode)
3041 (allout-before-change-protect, allout-flag-region):
3042 Use "Emacs" instead of "emacs" in docstrings.
3043
3044 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3045
3046 * international/characters.el: Modify syntax of more characters.
3047
3048 2004-05-21 Masatake YAMATO <jet@gyve.org>
3049
3050 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
3051 (etags-tags-completion-table): Show parsing progress.
3052
3053 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
3054
3055 * locate.el (locate-prompt-for-command): Shorten first line of
3056 docstring.
3057 (locate-mode): Expand docstring and include keymap summary.
3058
3059 * files.el (find-file-noselect-1): Limit the scope of the
3060 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
3061 is, by default, nil during the execution of
3062 `find-file-not-found-functions' and `find-file-hook'.
3063
3064 2004-05-20 Michael Mauger <mmaug@yahoo.com>
3065
3066 * facemenu.el (facemenu-color-name-equal): New function.
3067 (list-colors-display): Use it to compare colors instead of
3068 facemenu-color-equal.
3069
3070 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
3071
3072 * compare-w.el (compare-windows-face): Use min-colors instead of
3073 checking for tty or pc types.
3074
3075 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
3078 (completion-setup-function): Use with-current-buffer.
3079 Properly save excursion. Simplify.
3080 Don't assume there is necessarily a `mouse-face' property somewhere.
3081
3082 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
3083
3084 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
3085
3086 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
3087 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
3088 Use with-current-buffer.
3089 (byte-goto-log-buffer): Delete.
3090 (byte-compile-log-file): Call compilation-forget-errors.
3091
3092 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3093
3094 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
3095 output messages into the search result.
3096
3097 2004-05-19 Masatake YAMATO <jet@gyve.org>
3098
3099 * wid-edit.el (widget-radio-button-notify): Revert my last
3100 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3101
3102 2004-05-19 Kenichi Handa <handa@m17n.org>
3103
3104 * international/characters.el: Fix syntax (open/close) of CJK chars.
3105
3106 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3107
3108 * help-mode.el (help-go-back): Don't depend on position of back button.
3109
3110 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
3113 files files don't contain an accidental additional /.
3114
3115 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
3116 in source buffer.
3117
3118 2004-05-18 Masatake YAMATO <jet@gyve.org>
3119
3120 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
3121 to widget-apply. :action method assumes 2 arguments, not 3.
3122
3123 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
3124
3125 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3126 New constants.
3127 (hs-special-modes-alist): Add an f90-mode entry.
3128
3129 2004-05-17 Sam Steingold <sds@gnu.org>
3130
3131 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
3132 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
3133
3134 2004-05-16 Kim F. Storm <storm@cua.dk>
3135
3136 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
3137
3138 2004-05-15 John Wiegley <johnw@newartisans.com>
3139
3140 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
3141 (eshell-output-object-to-target): Improve output speed 20% by not
3142 calling `eshell-stringify' if something is already known to be a string.
3143
3144 2004-05-15 Alex Ott <ott@jet.msk.su>
3145
3146 * textmodes/ispell.el (ispell-local-dictionary-alist):
3147 Add windows-1251 to the choice of coding systems.
3148 (ispell-dictionary-alist-6): Add support for "russianw.aff",
3149 encoded in cp1251.
3150
3151 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
3152
3153 * progmodes/compile.el (compilation-warning-face)
3154 (compilation-info-face): Use min-colors.
3155
3156 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3157
3158 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
3159 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
3160 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
3161 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
3162 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
3163 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
3164 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
3165 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
3166 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
3167 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
3168 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
3169 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
3170 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
3171 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
3172
3173 2004-05-15 Kim F. Storm <storm@cua.dk>
3174
3175 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
3176 Use it to set triggered-p element of timer.
3177 (timer-event-handler): Set triggered-p element non-nil while running
3178 the timer function.
3179
3180 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * descr-text.el (describe-char-unicode-data)
3183 (describe-char-unicodedata-file): Re-enable the unicode code now that
3184 the licensing issues have been cleared in the unicode-4 license.
3185 (describe-text-properties-1): Remove unused `overlay' var.
3186 (describe-char): Remove unused var `buffer'.
3187
3188 2004-05-14 David Ponce <david@dponce.com>
3189
3190 * tree-widget.el: New file.
3191
3192 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
3193
3194 * language/european.el ("Brazilian Portuguese"): Add support for
3195 Brazilian Portuguese.
3196
3197 2004-05-13 John Wiegley <johnw@newartisans.com>
3198
3199 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
3200 `recentf-mode' if this variable has been customized to t.
3201
3202 * eshell/esh-test.el (eshell-test): Call the function
3203 `emacs-version' rather than trying to build a custom version string.
3204
3205 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * net/telnet.el (telnet-mode): Use define-derived-mode.
3208 Don't modify the global value of comint-prompt-regexp.
3209
3210 2004-05-13 John Paul Wallington <jpw@gnu.org>
3211
3212 * version.el (emacs-version): Check for `gtk' feature before
3213 `x-toolkit' feature.
3214
3215 2004-05-13 Juanma Barranquero <lektu@terra.es>
3216
3217 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
3218 arguments in the docstring, they're used only in recursive calls.
3219
3220 * help-fns.el (help-arg-highlighting-function)
3221 (help-argument-name): Delete.
3222 (help-default-arg-highlight): New function.
3223 (help-do-arg-highlighting): Use it.
3224
3225 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3226
3227 * calendar/appt.el (appt-disp-window):
3228 Use `calendar-set-mode-line' for a centered mode-line.
3229
3230 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3231
3232 * calendar/appt.el (appt-disp-window): Do not split window
3233 excessively when `split-height-threshold' is low.
3234
3235 2004-05-12 Nick Roberts <nickrob@gnu.org>
3236
3237 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
3238 kill-buffer-hook here and make it local.
3239 (gud-kill-buffer-hook): Use kill-process for a sure kill.
3240
3241 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
3242
3243 * progmodes/compile.el (compilation-set-window-height):
3244 Use save-excursion to protect against misplaced marker.
3245
3246 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3247
3248 * custom.el (defface): Document that type can have value gtk.
3249
3250 * faces.el (face-spec-set-match-display): Handle type gtk in display.
3251
3252 2004-05-12 Kenichi Handa <handa@m17n.org>
3253
3254 * descr-text.el: Require quail at comile time.
3255 (describe-char): If an input method is on and it supports the
3256 character, show how to input it.
3257
3258 * international/quail.el (quail-install-decode-map): Accept a
3259 char-table whose subtype is `quail-decode-map'.
3260 (quail-store-decode-map-key, quail-gen-decode-map1)
3261 (quail-gen-decode-map, quail-find-key1, quail-find-key)
3262 (quail-show-key): New functions.
3263
3264 2004-05-12 Juanma Barranquero <lektu@terra.es>
3265
3266 * generic.el (define-generic-mode): Remove redundant arglist info.
3267
3268 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
3269 Make arguments match their use in docstring.
3270 (help-arg-highlighting-function): New variable.
3271 (help-argument-name): Mention it in the docstring.
3272 (help-do-arg-highlight): Use it. Expand regexp to accept also
3273 ARG-xxx and xxx-ARG references.
3274
3275 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3276
3277 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
3278 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
3279 and "mailto:addr1?to=addr2" equal.
3280
3281 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3282
3283 * man.el (Man-getpage-in-background): Use shell-file-name
3284 and shell-command-switch variables instead of hard-coded values.
3285
3286 2004-05-11 Eli Zaretskii <eliz@gnu.org>
3287
3288 * iimage.el: New file.
3289
3290 2004-05-11 Juanma Barranquero <lektu@terra.es>
3291
3292 * custom.el (custom-initialize-default, defcustom):
3293 Fix typo in docstring.
3294
3295 * files.el (set-visited-file-name, file-expand-wildcards):
3296 Fix docstring.
3297
3298 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
3301
3302 * subr.el (eventp): Be more discriminating with integers.
3303
3304 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
3305
3306 * progmodes/compile.el (compile): Add universal prefix arg.
3307 (compilation-error-regexp-alist-alist): Add edg patterns.
3308
3309 2004-05-10 Sam Steingold <sds@gnu.org>
3310
3311 * textmodes/ispell.el (ispell-message):
3312 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3313
3314 2004-05-10 Dave Love <fx@gnu.org>
3315
3316 * progmodes/python.el (help-buffer): Autoload when compiling.
3317 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
3318 (run-python): Prepend to any existing PYTHONPATH.
3319
3320 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
3321
3322 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
3323 for pending breakpoints.
3324
3325 2004-05-10 Richard M. Stallman <rms@gnu.org>
3326
3327 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
3328 directly without calling any functions in Rmail.
3329 (unrmail-unprune): Function deleted.
3330
3331 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
3334 C-c C-z binding.
3335
3336 2004-05-10 Kenichi Handa <handa@m17n.org>
3337
3338 * descr-text.el (describe-char): Fix previous change. Don't make
3339 a unibyte character to multibyte in the *Help* buffer.
3340
3341 2004-05-10 Miles Bader <miles@gnu.org>
3342
3343 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
3344 buffer an error if the debugger process is actually running.
3345
3346 2004-05-10 Juanma Barranquero <lektu@terra.es>
3347
3348 * help-fns.el (help-argument-name): Default to italic.
3349 (help-highlight-arguments): Return always (usage . doc), even when
3350 usage is nil.
3351
3352 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
3353 (define-ibuffer-filter): Add usage info.
3354 (define-ibuffer-op): Add usage info (but CL-style defaults for
3355 keyword args are not shown).
3356
3357 * subr.el (remove-overlays, read-passwd): Fix docstring.
3358 (start-process-shell-command): Fix docstring. Put usage info in a
3359 format usable by `describe-function'.
3360 (open-network-stream, open-network-stream-nowait)
3361 (open-network-stream-server): Fix docstring.
3362
3363 2004-05-09 Jason Rumney <jasonr@gnu.org>
3364
3365 * international/code-pages (cp932, cp936, cp949, c950): Remove.
3366 Only define cp125* if windows-125* is already defined.
3367
3368 * language/korean.el (cp949): Add alias.
3369
3370 * language/chinese.el (cp936, cp950): Add aliases.
3371
3372 * language/japanese.el (cp932): Add alias.
3373
3374 * term/w32-win.el: Require code-pages.
3375
3376 * international/mule-cmds.el (set-locale-environment):
3377 On MS-Windows use ansi code-page for default coding-systems.
3378 Set up paper sizes for Windows 3 letter languages.
3379
3380 * international/code-pages.el (cp932, cp936, cp949, cp950):
3381 Add aliases. Also add cp125* if not already defined.
3382
3383 2004-05-09 Juanma Barranquero <lektu@terra.es>
3384
3385 * help-fns.el (help-highlight-arguments): Don't try to highlight
3386 missing or autoloaded arglists. Accept structured arguments, like
3387 the first ones of `do' and `flet'.
3388
3389 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
3390 (cvs-get-marked): Remove redundant arglist info.
3391
3392 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
3393 Don't use CL-style default args.
3394
3395 2004-05-08 Andreas Schwab <schwab@suse.de>
3396
3397 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
3398
3399 * international/subst-ksc.el: Fix references to utf-translate-cjk
3400 into utf-translate-cjk-mode.
3401 * international/subst-big5.el: Likewise.
3402 * international/subst-gb2312.el: Likewise.
3403 * international/subst-jis.el: Likewise.
3404 * international/utf-16.el: Likewise.
3405 * international/utf-8.el: Likewise.
3406
3407 2004-05-08 John Wiegley <johnw@newartisans.com>
3408
3409 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
3410 "virtual buffers" (off by default), which makes it possible to
3411 switch to the "virtual" buffers of recently visited files. When a
3412 buffer name search fails, and this option is on, iswitchb will
3413 look at the list of recently visited files, and permit matching
3414 against those names. When the user hits RET on a match, it will
3415 revisit that file.
3416 (iswitchb-read-buffer): Add two optional arguments, which makes
3417 isearchb.el possible.
3418 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
3419 (iswitchb-next-match): Add support for virtual buffers.
3420
3421 * isearchb.el: This module extends iswitchb to provide "as you
3422 type" buffer selection.
3423
3424 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
3425 Ignore the read-only property when flyspell highlighting is on.
3426 Not ignoring it leads to a series of confusing errors.
3427 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
3428 but also make sure to call flyspell-incorrect-hook.
3429 (flyspell-maybe-correct-transposition): Perform transposition test
3430 by bit twiddling a string, rather than using a temp buffer.
3431 (flyspell-maybe-correct-doubling): Use a string rather than a temp
3432 buffer. This is also the original version of the code, which
3433 could not be checked in before due to a previous lack of
3434 assignment papers. This version has seen heavy usage on my system
3435 for several years now.
3436
3437 * calendar/cal-bahai.el: New file, which adds support for the
3438 Baha'i calendar to Emacs. This calendar is based on a solar year
3439 of 19 months of 19 days, with 4 intercalary days. Each year
3440 begins on March 21, with the calendar starting in 1844.
3441
3442 * calendar/cal-menu.el, calendar/calendar.el,
3443 calendar/diary-lib.el, calendar/holidays.el: Added support for
3444 using cal-bahai.el.
3445
3446 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
3447 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
3448 function can be used outside of eshell buffers.
3449 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
3450
3451 2004-05-08 Juanma Barranquero <lektu@terra.es>
3452
3453 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
3454 word constituent so FOO-ARG is not recognized as an arg.
3455 (help-highlight-arguments): Don't skip lists in mandatory arguments.
3456
3457 * simple.el (next-error): Fix typo in docstring.
3458 (open-line): Make argument names match their use in docstring.
3459 (split-line): Fix docstring.
3460
3461 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
3462 usable by `describe-function'.
3463 (gensym, gentemp, typep, ignore-errors): Make argument names match
3464 their use in docstring.
3465
3466 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
3467 argument to `help-setup-xref'.
3468
3469 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
3470
3471 Version 2.0.40 of Tramp released.
3472
3473 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
3474 Use symbol-function to invoke functions only known on some Emacs
3475 flavors. This avoids byte-compiler warnings. Reported by Kevin
3476 Scaldeferri <kevin@scaldeferri.com>.
3477 (tramp-do-copy-or-rename-file-via-buffer): Rename from
3478 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
3479 consistent with the other tramp-do-* functions.
3480 (tramp-do-copy-or-rename-file): Calls adjusted.
3481 (tramp-process-initial-commands): Avoid liveness check on shell --
3482 we know that it must be alive since we're opening a connection at
3483 this moment.
3484 (tramp-last-cmd): New internal variable.
3485 (tramp-process-echoes): New tunable.
3486 (tramp-send-command): Set tramp-last-cmd.
3487 (tramp-wait-for-output): Delete echo, if applicable.
3488 (tramp-read-passwd): Construct the key for the password cache in a
3489 way that works for multi methods, too.
3490 (tramp-bug): Add backup-directory-alist and
3491 bkup-backup-directory-info to bug reports, with Tramp counterparts.
3492
3493 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
3494
3495 * net/tramp*.el: Suppress byte-compiler warnings where possible.
3496
3497 * net/tramp.el (tramp-out-of-band-prompt-regexp)
3498 (tramp-actions-copy-out-of-band): New defcustoms.
3499 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
3500 used instead of a synchronous one. Allows password entering.
3501 (tramp-action-out-of-band): New defun.
3502 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
3503 Remove restriction with password from doc string.
3504 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
3505 `tramp-out-of-band-prompt-regexp',
3506 `tramp-actions-copy-out-of-band', `password-cache' and
3507 `password-cache-expiry'.
3508 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
3509 password caching.
3510 (tramp-touch): FILE can be a local file, too.
3511 (TODO): Remove items done.
3512 (tramp-handle-insert-directory): Properly quote file name also if
3513 not full-directory-p. Handle wildcard case. Reported by Andreas
3514 Schwab <schwab@suse.de>.
3515 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
3516 new file.
3517 (tramp-handle-file-local-copy, tramp-handle-write-region):
3518 The permissions of the temporary file are set if filename exists.
3519 Reported by Ted Stern <stern@cray.com>.
3520 (tramp-backup-directory-alist)
3521 (tramp-bkup-backup-directory-info): New defcustoms.
3522 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
3523 (tramp-handle-find-backup-file-name): New function.
3524 Implements Tramp's find-backup-file-name.
3525
3526 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
3527 for `find-backup-file-name'.
3528
3529 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
3530 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
3531
3532 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3533
3534 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
3535
3536 2004-05-07 Juanma Barranquero <lektu@terra.es>
3537
3538 * subr.el (lambda): Add arglist description to docstring.
3539 (declare): Fix typo in docstring.
3540 (open-network-stream): Fix docstring.
3541 (process-kill-without-query): Fix docstring and add obsolescence info.
3542 (last, butlast, nbutlast): Make arguments match their use in docstring.
3543 (insert-buffer-substring-no-properties): Likewise.
3544 (insert-buffer-substring-as-yank): Likewise.
3545 (split-string): Fix docstring.
3546
3547 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3548 Make argument names match their use in docstring.
3549
3550 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
3551
3552 2004-05-06 Nick Roberts <nickrob@gnu.org>
3553
3554 * progmodes/gdb-ui.el: Improve/extend documentation strings.
3555 Fit first sentence on one line for apropos-command.
3556
3557 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 Changes largely merged in from Dave Love's code.
3560 * progmodes/python.el: Doc fixes.
3561 (python-mode-map): Add python-complete-symbol.
3562 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
3563 (python-comment-indent, python-complete-symbol)
3564 (python-symbol-completions, python-partial-symbol)
3565 (python-try-complete): New.
3566 (python-indent-line): Remove optional arg. Use python-block-end-p.
3567 (python-check): Bind compilation-error-regexp-alist.
3568 (inferior-python-mode): Use rx. Move keybindings to top level.
3569 Set comint-input-filter.
3570 (python-preoutput-filter): Use rx.
3571 (python-input-filter): Re-introduce.
3572 (python-proc): Start new process if necessary.
3573 Check python-buffer non-nil.
3574 (view-return-to-alist): Defvar.
3575 (python-send-receive): New.
3576 (python-eldoc-function): Use it.
3577 (python-mode-running): Don't defvar.
3578 (python-mode): Set comment-indent-function.
3579 Maybe update hippie-expand-try-functions-list.
3580 (python-indentation-levels): Initialize differently.
3581 (python-block-end-p): New.
3582 (python-indent-line): Use it.
3583 (python-compilation-regexp-alist): Augment.
3584 (run-python): Import `emacs' module to Python rather than loading
3585 code directly. Set python-buffer differently.
3586 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
3587 Use python-proc.
3588 (python-send-command): Go to end of comint buffer.
3589 (python-load-file): Use python-proc, emacs.eimport.
3590 (python-describe-symbol): Simplify interactive form.
3591 Use emacs.help. Do use temp-buffer-show-hook.
3592 Call print-help-return-message.
3593 (hippie-exp): Require when compiling.
3594 (python-preoutput-continuation): Use rx.
3595
3596 * diff-mode.el (diff-make-unified): Fix regexp.
3597
3598 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
3599
3600 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
3601 filter groups from the buffer when rebuilding the Ibuffer buffer
3602 and `ibuffer-show-empty-filter-groups' is nil.
3603
3604 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3605
3606 * ps-print.el (ps-print-quote): Call ps-value-string.
3607 (ps-setup): Call ps-comment-string.
3608 (ps-value-string, ps-comment-string): New funs.
3609
3610 2004-05-06 Juanma Barranquero <lektu@terra.es>
3611
3612 * ehelp.el (electric-help-command-loop): Check whether the last
3613 character is visible, not (point-max).
3614
3615 * help-fns.el (help-argument-name): Default to bold; don't inherit
3616 from font-lock-variable-name-face.
3617 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
3618
3619 2004-05-05 Kenichi Handa <handa@m17n.org>
3620
3621 * descr-text.el (describe-char): Copy the character with text
3622 properties and overlays into the first line, and call
3623 describe-text-properties on it.
3624
3625 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
3626
3627 * iswitchb.el (iswitchb-global-map): Fix typo.
3628 Remove unwanted ###autoloads from source file.
3629
3630 2004-05-05 Lars Hansen <larsh@math.ku.dk>
3631
3632 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
3633 in run-hooks. Use substitute-command-keys in message.
3634 (wdired-abort-changes): Add message.
3635
3636 2004-05-03 Michael Mauger <mmaug@yahoo.com>
3637
3638 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
3639 (sql-emacs20-p): Remove.
3640 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
3641 (sql-builtin-face, sql-doc-face): Remove.
3642 (sql-mode-ansi-font-lock-keywords)
3643 (sql-mode-oracle-font-lock-keywords)
3644 (sql-mode-postgres-font-lock-keywords)
3645 (sql-mode-linter-font-lock-keywords)
3646 (sql-mode-ms-font-lock-keywords)
3647 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
3648 (sql-product-font-lock): Fix font-lock reset when font rules change.
3649 (sql-highlight-product): Remove incorrect font-lock reset logic.
3650
3651 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
3652
3653 * ses.el (ses-set-parameter): Fix typo.
3654
3655 2004-05-04 Kim F. Storm <storm@cua.dk>
3656
3657 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
3658 Must expand directory for completion to work; and don't mess with
3659 process-environment.
3660 (ido-read-file-name): If command has ido property, don't use ido
3661 if value is ignore, or read as directory if value is dir.
3662 Set ido ignore property for dired-do-rename command.
3663
3664 2004-05-04 Juanma Barranquero <lektu@terra.es>
3665
3666 * ehelp.el (electric-help-command-loop, electric-help-undefined)
3667 (electric-help-help): Check against unmapped commands.
3668
3669 * help-fns.el (help-argument-name): New face, inheriting from
3670 font-lock-variable-name-face, to highlight function arguments in
3671 `describe-function' and `describe-key'.
3672 (help-do-arg-highlight): Auxiliary function to highlight a given
3673 list of arguments in a string.
3674 (help-highlight-arguments): Highlight the function arguments and
3675 all uses of them in the docstring.
3676 (describe-function-1): Use it. Do docstring output via `insert',
3677 not 'princ', so text attributes are preserved.
3678
3679 * winner.el (winner-mode-map): Move `winner-undo' and
3680 `winner-redo' to C-c <left> and C-c <right>, respectively (the
3681 previous bindings conflict with `prev-buffer', `next-buffer').
3682
3683 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3684
3685 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
3686 (bibtex-entry-update): New command bound to C-c C-u.
3687 (bibtex-text-in-string): Fix regexp.
3688 (bibtex-assoc-of-regexp): Remove.
3689 (bibtex-progress-message): Fix docstring.
3690 (bibtex-inside-field): Use if.
3691 (bibtex-assoc-regexp): New function.
3692 (bibtex-format-entry): Make code more robust so that it formats
3693 also old entries.
3694 (bibtex-autokey-demangle-title): Merge with obsolete function
3695 bibtex-assoc-of-regexp.
3696 (bibtex-field-list): New function.
3697 (bibtex-entry): Use bibtex-field-list.
3698 (bibtex-parse-entry): Fix docstring.
3699 (bibtex-print-help-message): Use bibtex-field-list.
3700 (bibtex-make-field): Use bibtex-field-list.
3701 (bibtex-entry-index): Bugfix. Return crossref key if required.
3702 (bibtex-lessp): Fix docstring.
3703
3704 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
3705
3706 * select.el (xselect-convert-to-string): Move comment to intended line.
3707
3708 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3709
3710 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
3711 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
3712
3713 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3714
3715 * term/x-win.el (x-clipboard-yank): Don't exit on error from
3716 x-get-selection.
3717
3718 2004-05-03 Jason Rumney <jasonr@gnu.org>
3719
3720 * makefile.nt: Remove.
3721
3722 2004-05-03 Kim F. Storm <storm@cua.dk>
3723
3724 * emulation/cua-base.el (cua--update-indications): Fix last change.
3725 (cua-mode): Deactivate mark when cua-mode is enabled.
3726
3727 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
3728
3729 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3730
3731 2004-05-03 Nick Roberts <nickrob@gnu.org>
3732
3733 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3734 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3735 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3736 window over visible frames.
3737 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3738
3739 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * progmodes/compile.el (compilation-gcpro): New var.
3742 (compilation-fake-loc): Use it.
3743 (compilation-forget-errors): Reset it.
3744
3745 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3746
3747 * diff-mode.el (diff-header-face, diff-file-header-face):
3748 Use min-colors.
3749
3750 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3751
3752 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3753 (bibtex-clean-entry): Disentangle code.
3754 (bibtex-realign): New function.
3755 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3756 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3757 Remove undocumented optional arg called-by-convert-alien.
3758 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3759 for sorting instead of bibtex-sort-buffer.
3760
3761 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3762
3763 * progmodes/compile.el (compilation-start): In the
3764 no-async-subprocesses branch, call sit-for to give redisplay a
3765 chance to show the updated process status in the mode line, and
3766 fontify the buffer explicitly after the process exits.
3767
3768 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * progmodes/python.el (python-compilation-line-number): Remove.
3771 (python-compilation-regexp-alist): Don't use it any more.
3772 (python-orig-start, python-input-filter): Remove.
3773 (inferior-python-mode): Don't set up comint-input-filter-functions.
3774 (python-send-region): Use compilation-fake-loc.
3775
3776 * progmodes/compile.el (compilation-messages-start): New var.
3777 (compilation-mode): Don't setup next-error-function here.
3778 (compilation-setup): Set it up here instead (for minor modes as well).
3779 Make compilation-messages-start buffer local.
3780 (compilation-next-error-function): Use it.
3781 (compilation-forget-errors): Set compilation-messages-start.
3782
3783 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3784
3785 * ielm.el (ielm-prompt-read-only): Update docstring.
3786
3787 * comint.el (comint-prompt-read-only): Update docstring.
3788 (comint-update-fence, comint-kill-whole-line)
3789 (comint-kill-region): New functions.
3790
3791 * simple.el (kill-whole-line): Use "p" instead of "P" in
3792 interactive form.
3793
3794 2004-05-01 Juanma Barranquero <lektu@terra.es>
3795
3796 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3797 format arglist so default values in CL-style argument lists are
3798 correctly shown.
3799
3800 2004-05-01 Jason Rumney <jasonr@gnu.org>
3801
3802 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3803
3804 2004-05-01 Kenichi Handa <handa@m17n.org>
3805
3806 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3807 quail file if it is up to date.
3808
3809 2004-04-30 Juri Linkov <juri@jurta.org>
3810
3811 * cus-edit.el (custom-mode-map):
3812 Add key binding `C-x C-s' to `Custom-save'.
3813
3814 * outline.el (outline-blank-line): New var.
3815 (outline-next-preface, outline-show-heading)
3816 (outline-end-of-subtree): Use it.
3817
3818 * dired-aux.el (dired-touch-initial): New fun.
3819 (dired-do-chxxx): Call it for op-symbol `touch'.
3820 (dired-diff): Use `dired-dwim-target-directory'
3821 if current dired buffer has no buffer mark.
3822
3823 * bindings.el (propertized-buffer-identification):
3824 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3825 Add C-M-arrow keys for consistency.
3826
3827 * files.el (confirm-kill-emacs):
3828 Change group from top-level `emacs' to `convenience'.
3829
3830 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3831 Push mark on the first call of successive command calls.
3832 (insert-pair): New fun created from `insert-parentheses' with
3833 `open' and `close' arguments added. Enclose active regions
3834 in paired characters. Compare adjacent characters syntax with
3835 inserted characters syntax before inserting a space.
3836 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3837
3838 * delsel.el: Don't put `delete-selection' property
3839 on `insert-parentheses' symbol to take advantage of
3840 region handling in `insert-pair' function.
3841 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3842
3843 2004-04-30 Kim F. Storm <storm@cua.dk>
3844
3845 * emulation/cua-base.el: Add support for changing cursor types;
3846 based on patch from Michael Mauger.
3847 (cua-normal-cursor-color, cua-read-only-cursor-color)
3848 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3849 Customization cursor type and/or cursor color.
3850 (cua--update-indications): Handle cursor type changes.
3851 (cua-mode): Update cursor indications if enabled.
3852
3853 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3854
3855 * mouse.el (mouse-drag-copy-region): New defcustom.
3856 (mouse-set-region, mouse-drag-region-1): Use it.
3857
3858 * simple.el (kill-ring-save): If region face background color is
3859 unspecified (if no highlighting), show extent of fully visible
3860 region even if transient-mark-mode is enabled.
3861
3862 * emulation/cua-base.el (cua--standard-movement-commands):
3863 Add cua-scroll-up and cua-scroll-down.
3864 (cua-scroll-up, cua-scroll-down): New commands.
3865 (cua--init-keymaps): Remap scroll-up and scroll-down.
3866
3867 * emulation/cua-rect.el (cua--convert-rectangle-as):
3868 New defmacro.
3869 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3870 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3871 New commands (suggested by Jordan Breeding).
3872
3873 2004-04-30 Juanma Barranquero <lektu@terra.es>
3874
3875 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3876
3877 2004-04-30 Mario Lang <mlang@delysid.org>
3878
3879 * diff.el (diff-switches): Fix typo in docstring.
3880
3881 2004-04-30 Alex Schroeder <alex@gnu.org>
3882
3883 * xml.el (xml-debug-print-internal): Don't add newline and
3884 indentation to text nodes and write empty elements as empty tags
3885 instead of opening and closing tags.
3886 (xml-debug-print): Take optional indent-string argument.
3887 (xml-print): Alias for xml-debug-print.
3888
3889 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3890
3891 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3892 than duplicate call to `line-beginning-position'.
3893
3894 * progmodes/f90.el (f90-get-present-comment-type):
3895 Return whitespace, as well as comment chars, for consistent filling
3896 of comment blocks. Use `match-string-no-properties'.
3897 (f90-break-line): Trim trailing whitespace when filling comments.
3898
3899 2004-04-30 Dave Love <fx@gnu.org>
3900
3901 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3902 (diary-from-outlook-internal, diary-from-outlook)
3903 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3904 New functions to import diary entries from Outlook-format
3905 appointments in mail messages.
3906
3907 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * progmodes/python.el (python-send-command): New fun.
3910 (python-send-region, python-load-file): Use it.
3911
3912 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3913
3914 * help-fns.el (help-C-file-name): Use new subr-name.
3915 Prepend `src/' to the file name.
3916 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3917 (describe-function-1, describe-variable): Only find a C source file
3918 name if DOC is already loaded.
3919
3920 * help-mode.el (help-function-def, help-variable-def):
3921 Use the new find-function-search-for-symbol functionality.
3922 Allow FILE to be `C-source'.
3923
3924 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3925 (find-function-C-source): New fun.
3926 (find-function-search-for-symbol): Use it.
3927
3928 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3929
3930 * progmodes/sql.el (sql-product-alist): Rename variable
3931 `sql-product-support'. Add Postgres login parameters.
3932 (sql-set-product, sql-product-feature): Update with renamed variable.
3933 (sql-connect-postgres): Add username prompt.
3934 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3935 Make patterns less product specific.
3936 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3937 (sql-mode-abbrev-table): Modify initialization.
3938 (sql-builtin-face): Add variable.
3939 (sql-keywords-re): Add macro.
3940 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3941 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3942 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3943 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3944 (sql-mode-linter-font-lock-keywords)
3945 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3946 (sql-mode-sybase-font-lock-keywords)
3947 (sql-mode-informix-font-lock-keywords)
3948 (sql-mode-interbase-font-lock-keywords)
3949 (sql-mode-ingres-font-lock-keywords)
3950 (sql-mode-solid-font-lock-keywords)
3951 (sql-mode-sqlite-font-lock-keywords)
3952 (sql-mode-db2-font-lock-keywords): Default to nil.
3953 (sql-product-font-lock): Always highlight ANSI keywords.
3954 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3955 (sql-send-string): Add function.
3956
3957 2004-04-29 Dave Love <fx@gnu.org>
3958
3959 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3960 (cfengine-end-of-defun): Ensure progress through buffer.
3961
3962 * info-look.el (cfengine-mode): Accept a terminal ().
3963
3964 2004-04-29 Juri Linkov <juri@jurta.org>
3965
3966 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3967 instead of isearch-yank-word-or-char. Add new key bindings for
3968 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3969 (isearch-del-char): New fun.
3970 (isearch-forward, isearch-edit-string): Update docstring.
3971 (isearch-yank-char): Doc fix.
3972 (isearch-other-meta-char): Restore point after scrolling.
3973
3974 * progmodes/compile.el (compilation-context-lines): Add nil option
3975 to disable compilation output window scrolling.
3976 (compilation-set-window): Use it.
3977
3978 * outline.el (outline-next-preface, outline-show-heading):
3979 Don't leave unhidden blank line before heading.
3980 (outline-end-of-subtree): Include last newline into subtree.
3981 (hide-entry): Leave point at beginning of heading instead of end.
3982 (outline-up-heading): Push mark for the first call of successive
3983 command calls.
3984
3985 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3986
3987 * comint.el (comint-prompt-read-only): New variable.
3988 (comint-output-filter): Implement it.
3989
3990 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3991 (ielm-prompt-internal): New variable.
3992 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3993 (ielm-send-input): Delete unused variable `buf'.
3994 (ielm-eval-input): Use `ielm-prompt-internal'.
3995 (inferior-emacs-lisp-mode): Use new variables
3996 `comint-prompt-read-only' and `ielm-prompt-internal'.
3997 Get rid of obsolete variable `directory-sep-char'.
3998 (ielm): Use `zerop'.
3999
4000 2004-04-29 John Paul Wallington <jpw@gnu.org>
4001
4002 * thumbs.el (toplevel): Require cl at compile time.
4003 Remove conditional definitions of `ignore-errors' and `caddar'
4004 because they occur at run time.
4005
4006 2004-04-28 Nick Roberts <nickrob@gnu.org>
4007
4008 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
4009 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
4010 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4011 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
4012
4013 * progmodes/gud.el (gud-common-init): Throw an error if program is
4014 already running under gdb.
4015
4016 2004-04-28 John Paul Wallington <jpw@gnu.org>
4017
4018 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
4019 (thumbs-show-image-num): Move assignment of
4020 `thumbs-current-image-filename' within scope of `i'.
4021 (thumbs-emboss-image): Don't use `evenp'.
4022
4023 2004-04-28 Richard M. Stallman <rms@gnu.org>
4024
4025 * progmodes/compile.el (compilation-context-lines): Default now 0.
4026
4027 2004-04-28 Juanma Barranquero <lektu@terra.es>
4028
4029 Use `time-less-p' from calendar/time-date.el instead of defining
4030 custom versions of it.
4031
4032 * pcomplete.el (pcomplete-time-less-p): Remove.
4033
4034 * thumbs.el (time-less-p): Remove.
4035
4036 * calendar/timeclock.el (timeclock-time-less-p): Remove.
4037 (timeclock-generate-report): Use `time-less-p'.
4038
4039 * emacs-lisp/autoload.el (autoload-before-p): Remove.
4040 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
4041
4042 2004-04-28 Masatake YAMATO <jet@gyve.org>
4043
4044 * subr.el (remove-overlays): Make arguments optional.
4045
4046 * wid-edit.el (widget-specify-button): Put evaporate to the
4047 overlay for sample.
4048 (widget-specify-sample): Put evaporate to the overlay for sample.
4049 (widget-specify-doc): Put evaporate to the overlay for documentation.
4050
4051 2004-04-27 Jesper Harder <harder@ifa.au.dk>
4052
4053 * info.el (info-apropos): Make it an index node. Align node names
4054 like makeinfo.
4055
4056 2004-04-27 Eli Zaretskii <eliz@gnu.org>
4057
4058 * net/browse-url.el (browse-url-netscape-sentinel)
4059 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
4060 (browse-url-epiphany-sentinel, browse-url-mosaic):
4061 Use browse-url-*-program instead of a literal program name.
4062
4063 2004-04-27 Kevin Ryde <user42@zip.com.au>
4064
4065 * eshell/em-alias.el:
4066 * eshell/em-dirs.el:
4067 * eshell/em-hist.el:
4068 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
4069 features when M-x customize-group loads modules before the main
4070 eshell.el.
4071
4072 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
4073
4074 * subr.el (momentary-string-display): Support EXIT-CHAR that is
4075 either a character representation of an event or an event
4076 description list.
4077
4078 * type-break.el: Capitalise Emacs and Lisp.
4079 (type-break-good-break-interval, type-break-demo-boring-stats)
4080 (type-break-terse-messages, type-break-file-name): New defcustoms.
4081 (type-break-post-command-hook)
4082 (type-break-warning-countdown-string): Quote variable names in doc.
4083 (type-break-interval-start, type-break-auto-save-file-name): New vars.
4084 (type-break-mode): Document type-break-good-break-interval and the
4085 "session" file. Schedule break according to the session file.
4086 Kill session file buffer on exit. Organise for save-some-buffers
4087 to always save the session file.
4088 (type-break-mode-line-message-mode, type-break-query-mode):
4089 Uppercase arguments.
4090 (type-break-file-time, type-break-file-keystroke-count, timep)
4091 (type-break-choose-file, type-break-get-previous-time)
4092 (type-break-get-previous-count): New defuns.
4093 (type-break): Avoid break querying after a completed break in the
4094 case where the query was initiated during user invocation of the
4095 break. Optional terse messages.
4096 Use type-break-good-break-interval if type-break-good-rest-interval is
4097 nil. File the break time.
4098 (type-break-schedule): New optional args for overriding the use of
4099 the current time.
4100 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
4101 after a break.
4102 (type-break-check): File the keystroke count.
4103 (type-break-do-query): Prevent a second query when the break is
4104 interrupted. Optional terse message.
4105 (type-break-keystroke-reset): Record the start of a typing interval.
4106 (type-break-demo-boring): Optional terse messages. Display word
4107 per minute and keystroke counts according to
4108 type-break-demo-boring-stats.
4109
4110 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
4111
4112 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
4113 directories, make sure they exist under archive-tmpdir.
4114
4115 2004-04-27 Juri Linkov <juri@jurta.org>
4116
4117 * help.el (view-emacs-news): With argument, display info for the
4118 selected version by finding it among different NEWS files, and
4119 narrowing the buffer to the selected version.
4120
4121 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
4122 same-window-buffer-names.
4123 (info): New arg `buffer'. Use it. Doc fix. Read file name for
4124 non-numeric prefix argument, append the number to the buffer name
4125 for numeric prefix argument.
4126 (info-other-window): Bind same-window-regexps to nil.
4127 (Info-reference-name): Rename to Info-point-loc.
4128 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
4129 and Info-find-index-name for stringy Info-point-loc.
4130 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
4131 without middle `.', but with final `.' and optional line number
4132 for it. Set Info-point-loc for index nodes.
4133 (Info-index): Remove middle `.' from index entry regexp.
4134 Modify line number regexp.
4135 (Info-index-next): Decrement line number.
4136 (info-apropos): Remove middle `.' from index entry regexp.
4137 Add optional line number regexp at the end. Add matched value
4138 for line number to the result list and insert it to the buffer.
4139 Replace match-string by match-string-no-properties.
4140 Reorder result list.
4141 (Info-fontify-node): Hide index line numbers.
4142 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
4143 empty matches.
4144 (Info-follow-reference): Use `str' instead of
4145 Info-following-node-name-re.
4146 (Info-toc): Use full file names. Set Info-current-node to "Top".
4147 (Info-fontify-node): Compare file names without directory name.
4148 (Info-try-follow-nearest-node): Don't set Info-reference-name.
4149 Set second arg of Info-extract-menu-node-name for index nodes.
4150 (info-xref-visited): Use magenta3 instead of magenta4.
4151 (Info-mode): Add info-apropos to docstring.
4152
4153 * log-view.el (log-view-diff): Replace interactive code "r"
4154 by a list to allow to call it even if region is not active.
4155
4156 * paren.el (show-paren-highlight-openparen): New var.
4157 (show-paren-function): Turn on openparen highlighting when
4158 matching forward if show-paren-highlight-openparen is non-nil.
4159
4160 * simple.el (kill-ring-save): Use blink-matching-delay instead of
4161 the constant value 1.
4162 (completions-common-part): Expand docstring.
4163
4164 * textmodes/picture.el (picture-mode-map): Add arrow keys.
4165
4166 2004-04-27 Kim F. Storm <storm@cua.dk>
4167
4168 * image.el (insert-sliced-image): Use line-height instead of
4169 line-spacing property on newline.
4170
4171 2004-04-26 Lars Hansen <larsh@math.ku.dk>
4172
4173 * desktop.el (desktop-buffer-misc-data-function): Rename to
4174 desktop-save-buffer and change docstring.
4175 (desktop-buffer-modes-to-save): Delete.
4176 (desktop-save-buffer-p): Use desktop-save-buffer instead of
4177 desktop-buffer-modes-to-save.
4178 (desktop-save): Rename desktop-buffer-misc-data-function to
4179 desktop-save-buffer and allow non-function value.
4180 (desktop-missing-file-warning): Correct docstring.
4181
4182 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
4183 to desktop-save-buffer.
4184
4185 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
4186 desktop-save-buffer.
4187
4188 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
4189
4190 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
4191
4192 2004-04-26 Eli Zaretskii <eliz@gnu.org>
4193
4194 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
4195
4196 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
4199 (ielm): Only go to the end of the buffer when starting a new process.
4200
4201 2004-04-25 Juanma Barranquero <lektu@terra.es>
4202
4203 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
4204 mode line. Bind `inhibit-read-only' to t before modifying
4205 properties of text in the buffer.
4206 (ielm): Force point to the end of buffer, even when running ielm
4207 from inside itself.
4208
4209 2004-04-25 Jesper Harder <harder@ifa.au.dk>
4210
4211 * info.el (info-apropos): Reset Info-complete-cache.
4212
4213 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
4214
4215 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4216 Also recognize severe Irix et al. messages.
4217 (compilation-normalize-filename, compile-abbreviate-directory):
4218 Delete functions.
4219 (compilation-get-file-structure): New function inherits
4220 functionality of the two preceding ones.
4221 (compilation-internal-error-properties, compilation-fake-loc):
4222 Use it so that different paths to the same file share the same
4223 markers. Also optimize finding adjacent marker slightly.
4224
4225 2004-04-25 Kim F. Storm <storm@cua.dk>
4226
4227 * image.el (insert-sliced-image): Add line-spacing t property
4228 to newlines separating image lines.
4229
4230 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
4231
4232 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
4233
4234 * ielm.el (ielm-prompt-read-only): New user option.
4235 (ielm-prompt): Expand docstring to describe new behavior.
4236 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
4237 mention it in the docstring.
4238
4239 2004-04-24 Andreas Schwab <schwab@suse.de>
4240
4241 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
4242
4243 * diff.el (diff): Set default-directory in diff buffer.
4244
4245 2004-04-24 Eli Zaretskii <eliz@gnu.org>
4246
4247 * mail/sendmail.el (mail-bury): Don't delete the frame where the
4248 mail was being composed if the terminal cannot display more than
4249 one frame; instead, switch to previous frame.
4250
4251 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
4252 (rmail-start-mail): Support rmail-mail-new-frame even on
4253 terminals that can display only one frame at a time.
4254
4255 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
4258 (checkdoc-output-font-lock-keywords): Remove error regexp.
4259 (checkdoc-output-mode-map): Remove.
4260 (checkdoc-output-mode): Derive from compilation-mode.
4261 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
4262
4263 * dired.el (dired-mode-map): Add a menu entry for wdired.
4264
4265 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
4266 (rx-bracket, rx-check-any, rx-any): Clean up name space.
4267
4268 * wdired.el: (wdired-mode-map): Move init into declaration.
4269 Fix `return' binding.
4270 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4271 Use force-mode-line-update.
4272 (wdired-get-filename): Use `unless'.
4273 (wdired-preprocess-files): Don't assume names have no \n and use / for
4274 dir separator.
4275 (wdired-normalize-filename): Use replace-regexp-in-string.
4276 (wdired-load-hooks): Remove.
4277 (wdired-mode-hooks): Rename to wdired-mode-hook.
4278
4279 * info-look.el: Add support for cfengine-mode.
4280 (info-lookup-setup-mode): Use dolist.
4281
4282 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
4283
4284 * wdired.el: New file.
4285
4286 2004-04-23 Juanma Barranquero <lektu@terra.es>
4287
4288 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
4289
4290 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
4291 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
4292 (pcomplete--help, pcomplete--here): Doc fixes.
4293
4294 2004-04-23 Andre Spiegel <spiegel@gnu.org>
4295
4296 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
4297 handles wrong-number-of-arguments in backend call.
4298
4299 * vc.el (vc-print-log): Likewise.
4300
4301 2004-04-20 Dave Love <fx@gnu.org>
4302
4303 * emacs-lisp/rx.el: Doc fixes.
4304 (rx-constituents): Add/extend many forms.
4305 (rx-check): Check form is a list.
4306 (bracket): Defvar.
4307 (rx-check-any, rx-any, rx-check-not): Modify.
4308 (rx-not): Simplify.
4309 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
4310 (rx-kleene): Use rx-trans-forms.
4311 (rx-quote-for-set): Delete.
4312 (rx): Allow multiple args.
4313
4314 2004-04-23 Kenichi Handa <handa@m17n.org>
4315
4316 * international/mule-util.el (char-displayable-p): Simplify by
4317 using internal-char-font.
4318
4319 2004-04-23 Juanma Barranquero <lektu@terra.es>
4320
4321 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4322
4323 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * diff-mode.el (diff-next-error): New fun.
4326 (diff-mode): Use it.
4327
4328 * simple.el (next-error): Change arg name.
4329 Add support for the documented C-u C-x ` usage.
4330
4331 * frame.el (special-display-popup-frame, next-multiframe-window)
4332 (previous-multiframe-window): Only consider frames on same display.
4333
4334 2004-04-22 Lars Hansen <larsh@math.ku.dk>
4335
4336 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
4337 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
4338
4339 2004-04-22 Kim F. Storm <storm@cua.dk>
4340
4341 * net/telnet.el (telnet): Add optional port arg.
4342
4343 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4346 Minor sanity check on the `hyperlink' slot.
4347
4348 * Makefile.in (recompile): Compile new files.
4349
4350 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
4351 Add byte-recompile-directory's optional `arg'.
4352
4353 * cvs-status.el (cvs-tree-use-charset): New var.
4354 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
4355 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
4356 (cvs-status-cvstrees): Use it.
4357
4358 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
4359 Make it a normal major mode.
4360 (checkdoc-buffer-label): Make sure the file name is meaningful.
4361 (checkdoc-output-to-error-buffer): Remove.
4362 (checkdoc-error, checkdoc-start-section): Rewrite.
4363
4364 * info.el (info-node, info-menu-5, info-xref, info-header-node)
4365 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4366 (Info-title-4-face): Use new syntax.
4367 (info-xref-visited): Inherit from info-xref.
4368
4369 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
4370
4371 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4372
4373 * simple.el (next-error-last-buffer, next-error-function):
4374 New variables for the next-error framework.
4375 (next-error-buffer-p): New function.
4376 (next-error-find-buffer): Generalize compilation-find-buffer.
4377 (next-error, previous-error, first-error, next-error-no-select)
4378 (previous-error-no-select): Move from compile.el.
4379
4380 * replace.el (occur-next-error, occur-1): Hook into the next-error
4381 framework.
4382
4383 * progmodes/compile.el (compilation-start):
4384 Set next-error-last-buffer so next-error knows where to jump.
4385 (compilation-setup): Set the buffer-local variable
4386 next-error-function to 'compilation-next-error-function.
4387 (compilation-buffer-p, compilation-buffer-internal-p): Use an
4388 alternate way to find if a buffer is a compilation buffer, for
4389 next-error convenience.
4390 (next-error-no-select, previous-error-no-select, next-error)
4391 (previous-error, first-error): Move to simple.el.
4392 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
4393 (compilation-last-buffer): Remove.
4394 (compilation-start, compilation-next-error, compilation-setup)
4395 (compilation-next-error-function, compilation-find-buffer):
4396 Remove compilation-last-buffer use.
4397
4398 2004-04-21 Juanma Barranquero <lektu@terra.es>
4399
4400 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
4401 (font-lock-warning-face): Fix spacing.
4402
4403 * makefile.w32-in (WINS): Add url/ directory.
4404
4405 2004-04-21 Lars Hansen <larsh@math.ku.dk>
4406
4407 * desktop.el (desktop-buffer-mode-handlers): New variable.
4408 Alist of major mode specific functions to restore a desktop buffer.
4409 (desktop-buffer-handlers): Make variable obsolete.
4410 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
4411 Catch errors signaled in handlers. Update buffer count.
4412 Evaluate desktop-buffer-point.
4413 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
4414 move to dired.el.
4415 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
4416 move to info.el.
4417 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
4418 move to mail/rmail.el.
4419 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
4420 to mh-e/mh-e.el.
4421 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
4422 On fail, print message (to message buffer) even if
4423 desktop-missing-file-warning is nil.
4424 (desktop-buffer-misc-data-function): New buffer local variable.
4425 Function returning major mode specific data.
4426 (desktop-buffer-misc-functions): Make variable obsolete.
4427 (desktop-save): Use desktop-buffer-misc-data-function.
4428 (desktop-buffer-dired-misc-data): Rename to
4429 dired-desktop-buffer-misc-data and move to dired.el.
4430 (desktop-buffer-info-misc-data): Rename to
4431 Info-desktop-buffer-misc-data and move to info.el.
4432 (desktop-read): Add message about number of buffers restored/failed.
4433
4434 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
4435 Add parameters. Pause to display error only when
4436 desktop-missing-file-warning is non-nil.
4437 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4438 (dired-mode): Bind desktop-buffer-misc-data-function.
4439
4440 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
4441 Add Parameters.
4442 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4443 (Info-mode): Bind desktop-buffer-misc-data-function.
4444
4445 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
4446 Add Parameters.
4447
4448 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
4449 Add Parameters.
4450
4451 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
4452
4453 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
4454 the case of letters in case-insensitive expansions when the
4455 abbrev is preceded by characters with letter syntax.
4456
4457 2004-04-21 Richard M. Stallman <rms@gnu.org>
4458
4459 * progmodes/cperl-mode.el (cperl-putback-char):
4460 Delete Emacs 18 definition.
4461
4462 * international/mule.el (ctext-post-read-conversion):
4463 Use assoc-string, not assoc-ignore-case.
4464
4465 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
4466
4467 * emacs-lisp/easymenu.el (easy-menu-add):
4468 Do call x-popup-menu, but only if it's defined.
4469
4470 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
4471
4472 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
4473 Handle multiple args: compile like progn.
4474
4475 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
4476 take all args as &rest arg.
4477
4478 * autoinsert.el (auto-insert-alist): Insert the user's name in
4479 copyright notice, rather than Free Software Foundation.
4480
4481 2004-04-21 Kenichi Handa <handa@m17n.org>
4482
4483 * descr-text.el (describe-char): Make it work on *Help* buffer.
4484
4485 2004-04-21 Kim F. Storm <storm@cua.dk>
4486
4487 * image.el (insert-image): Add optional SLICE arg.
4488 (insert-sliced-image): New defun.
4489
4490 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
4491
4492 * subr.el (read-number): Check whether `default' is nil.
4493
4494 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * progmodes/compile.el (compilation-error-properties):
4497 Split into two.
4498 (compilation-internal-error-properties): New one.
4499 (compilation-compat-error-properties): Use it. Fix the non-marker case.
4500
4501 2004-04-20 Richard M. Stallman <rms@gnu.org>
4502
4503 * window.el (split-window-save-restore-data):
4504 Don't update the data if OLD-INFO is nil.
4505
4506 * view.el (view-return-to-alist): Mark it permanent local.
4507
4508 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
4509
4510 * recentf.el (recentf-save-list): Catch and warn about errors.
4511
4512 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
4513 so "Buffers" won't be pure.
4514
4515 * help-mode.el (help-mode-finish): Set help-return-alist first
4516 thing, setting only the entry for the selected window.
4517
4518 * help-fns.el (describe-function-1): If many non-control non-meta
4519 keys run the command, don't list all of them.
4520
4521 2004-04-20 Juanma Barranquero <lektu@terra.es>
4522
4523 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
4524 arg. Copied from Andre Spiegel's patch of 2004-03-21.
4525
4526 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
4527
4528 2004-04-20 Kenichi Handa <handa@m17n.org>
4529
4530 * international/quail.el (quail-lookup-key): New optional arg
4531 NOT-RESET-INDICES.
4532 (quail-get-translations): Call quail-lookup-key with
4533 NOT-RESET-INDICES t.
4534 (quail-completion): Likewise.
4535 (quail-lookup-map-and-concat): Likewise.
4536
4537 2004-04-20 Kenichi Handa <handa@m17n.org>
4538
4539 * international/quail.el (quail-update-translation): Don't insert
4540 such an unsupported multibyte char in a unibyte buffer.
4541
4542 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
4543
4544 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
4545 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
4546 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
4547 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
4548 (gdb-frame-assembler-buffer): Improve behaviour with
4549 multiple frames.
4550 (gdb-display-buffer): Extend search to all visible frames.
4551
4552 2004-04-19 Eli Zaretskii <eliz@gnu.org>
4553
4554 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
4555 characters left after base64 decoding.
4556 (rmail-decode-region): Use -dos variety of `coding', to remove any
4557 ^M characters left after qp or base64 decoding.
4558
4559 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4560
4561 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
4562 messages.
4563
4564 2004-04-19 Stephen Eglen <stephen@gnu.org>
4565
4566 * add-log.el (add-change-log-entry): Update doc string to mention
4567 add-log-full-name and add-log-mailing-address.
4568
4569 2004-04-18 Juri Linkov <juri@jurta.org>
4570
4571 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
4572 (Info-find-node-2): Simplify error message.
4573 (Info-insert-dir): Use Info-following-node-name.
4574 (Info-goto-node): Remove *info-history* and *info-toc*.
4575 (Info-history): Create a node of the virtual history file.
4576 (Info-toc): Create a node of the virtual toc file.
4577 (Info-insert-toc): New arg `curr-file' for reference file names.
4578 (info-apropos): Remove redundant var binding for temp-file.
4579 (Info-index, Info-index-next, Info-mode): Doc fix.
4580 (Info-goto-emacs-command-node): Don't jump to *info* from
4581 non-*info* Info buffers.
4582 (Info-fontify-node): Don't show the file name of external
4583 references if `Info-hide-note-references' is `hide'. Don't hide
4584 newlines at the end of paragraphs.
4585
4586 * international/mule-diag.el (list-input-methods):
4587 Fix args to help-xref-button.
4588
4589 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
4590 to put into effect local variables from TUTORIAL files.
4591
4592 * textmodes/paragraphs.el (sentence-end) <function>: New fun
4593 with default value taken from the variable `sentence-end'.
4594 (sentence-end) <defcustom>: Set default to nil. Doc fix.
4595 Add nil const to :type.
4596 (sentence-end-without-period, sentence-end-double-space)
4597 (sentence-end-without-space): Doc fix.
4598
4599 * textmodes/paragraphs.el (forward-sentence):
4600 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
4601 (fill-delete-newlines):
4602 * progmodes/cc-cmds.el (c-beginning-of-statement):
4603 Use function `sentence-end' instead of variable `sentence-end'.
4604
4605 2004-04-18 Andreas Schwab <schwab@suse.de>
4606
4607 * progmodes/compile.el (compilation-start): Set window start to
4608 point-min if compilation-scroll-output is nil.
4609
4610 2004-04-18 John Wiegley <johnw@newartisans.com>
4611
4612 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
4613
4614 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
4615
4616 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
4617 (gdb-info-breakpoints-custom): Revert previous change.
4618 (gdb-view-assembler): Update assembler if necessary.
4619 (gdb-frame-handler): Parse correctly for gdb-current-frame.
4620 (gdb-display-source-buffer): Update properly when both source and
4621 assembler are visible.
4622
4623 2004-04-17 John Wiegley <johnw@newartisans.com>
4624
4625 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
4626 which limits the number of names shown in the minibuffer. Off by
4627 default.
4628 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
4629 up iswitchb for users with a multitude of open buffers by showing
4630 only the first and last N/2 buffers in the completion list (which
4631 is enough to aid C-s/C-r, and to know that more characters are
4632 needed to refine the completion list).
4633
4634 2004-04-17 Richard M. Stallman <rms@gnu.org>
4635
4636 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
4637 (file-truename): Expand all ~ constructs directly.
4638 (insert-directory): Delete any error msg output by the
4639 `insert-directory-program'.
4640
4641 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
4642 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
4643 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
4644 (allout-init): Use find-file-hook, not find-file-hooks.
4645 (allout-mode): Eliminate Emacs 18 support.
4646 Use write-contents-functions, not local-write-file-hooks.
4647
4648 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
4649
4650 * progmodes/compile.el (compilation-error-properties): Fix for
4651 adding messages when there are already markers for their file.
4652 (compilation-fake-loc): New function.
4653
4654 2004-04-16 Dave Love <fx@gnu.org>
4655
4656 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
4657 (python-load-file): Fix python-orig-start setting.
4658
4659 * progmodes/compile.el: Doc fixes.
4660 (compilation-error-regexp-alist-alist)
4661 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
4662 (compilation-assq): Wrap in eval-when-compile.
4663 (compilation-mode-font-lock-keywords): Don't use list*.
4664 (compilation-start): Avoid warning.
4665 (compilation-compat-error-properties)
4666 (compilation-directory-properties): Add keymap property.
4667 (compilation-parsing-end): Make it a marker for better compatibility.
4668
4669 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
4670
4671 2004-04-16 Mark A. Hershberger <mah@everybody.org>
4672
4673 * xml.el: Doc fixes.
4674 (xml-get-children): Only looks at sub-tags and ignore strings.
4675
4676 * xml.el (xml-parse-tag): Avoid overwriting node-name.
4677
4678 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
4681
4682 2004-04-16 Andre Spiegel <spiegel@gnu.org>
4683
4684 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
4685
4686 * vc.el (vc-print-log): Likewise.
4687
4688 2004-04-16 Masatake YAMATO <jet@gyve.org>
4689
4690 * simple.el (completion-setup-function): Set an initial value
4691 to `element-common-end' before entering loop. Set a value
4692 to `element-common-end' at the end of loop.
4693 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
4694 (completions-common-part): Rename from completion-de-emphasis.
4695 (completions-first-difference): Rename from completion-emphasis.
4696 Suggested by RMS.
4697
4698 2004-04-16 Juanma Barranquero <lektu@terra.es>
4699
4700 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
4701 (bookmark-edit-annotation-mode): Add mode name.
4702
4703 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
4706 for nested conflict markers.
4707 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
4708
4709 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
4710
4711 * progmodes/gdb-ui.el (gdb-goto-info): New function.
4712
4713 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
4714
4715 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4718 Give a backtrace if requested.
4719
4720 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4721
4722 * progmodes/python.el (python-mouse-2-command, python-RET-command):
4723 Remove unused functions.
4724 (python-orig-start-line, python-orig-file): Remove.
4725 (python-orig-start): New var.
4726 (python-input-filter, python-compilation-line-number)
4727 (python-send-region, python-load-file): Use it.
4728
4729 * info.el (info): Always jump to *info*.
4730
4731 * subr.el (posn-set-point): New function.
4732
4733 * mouse.el (mouse-set-point): Use it.
4734
4735 * progmodes/compile.el (compile-goto-error): Use it.
4736 (compilation-button-map): New keymap.
4737 (compilation-error-properties): Use it.
4738 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4739
4740 * smerge-mode.el (smerge-popup-context-menu): Use it.
4741
4742 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4743 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4744 mouse and non-mouse case.
4745
4746 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4747 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4748
4749 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4750 Make it work for non-mouse events.
4751
4752 * pcvs-info.el (cvs-status-map): Update binding name.
4753
4754 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4755
4756 * xml.el (xml-maybe-do-ns): New function to handle namespace
4757 parsing of both attribute and element names.
4758 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4759 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4760 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4761 (xml-parse-attlist): Make it do its own namespace parsing.
4762
4763 2004-04-14 Dave Love <fx@gnu.org>
4764
4765 * progmodes/python.el (run-python): Fix use of \n.
4766 (python-load-file): Remove `try' from Python fragment.
4767 (python-describe-symbol): Fix message.
4768
4769 * comint.el: Doc fixes.
4770 (comint-last-input-start, comint-last-input-end)
4771 (comint-last-output-start): Give them values.
4772 (comint-arguments): Avoid warning.
4773 (comint-skip-prompt): Use line-end-position.
4774 (comint-backward-matching-input): Rename arg to agree with doc.
4775 (comint-extract-string): Use syntax-ppss.
4776 (comint-dynamic-simple-complete): Delete useless list construction.
4777 (comint-redirect-subvert-readonly): New.
4778 (comint-redirect-preoutput-filter): Use it.
4779
4780 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4781 Correctly handle negative arguments when calling hook functions.
4782
4783 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4784
4785 * info.el (info-apropos): Don't clobber Info-history-list.
4786
4787 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4788
4789 * progmodes/compile.el (compilation-setup):
4790 Localize overlay-arrow-position.
4791 (compilation-sentinel): Restructure code equivalently.
4792 (compilation-next-error): Find message on same line after point if
4793 not found before point.
4794 (compile-mouse-goto-error): Restore function so that compilation
4795 buffer need not be current and use compile-goto-error.
4796 (compile-goto-error): Restore function.
4797 (next-error): Set overlay-arrow-position.
4798 (compilation-forget-errors): Don't localize already local
4799 compilation-locs and remove FIXME about refontifying.
4800
4801 2004-04-14 Kim F. Storm <storm@cua.dk>
4802
4803 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4804 (command-line): New option -Q. Like -q --no-site-file, but
4805 in addition it also disables menu-bar, tool-bar, scroll-bars,
4806 tool-tips, and the blinking cursor.
4807 (command-line-1): Skip startup screen if -Q.
4808 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4809
4810 * emulation/cua-base.el (cua-read-only-cursor-color)
4811 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4812
4813 2004-04-13 Dave Love <fx@gnu.org>
4814
4815 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4816 (syntax): Don't require.
4817 (python) <defgroup>: Add :version.
4818 (python-quote-syntax): Re-written.
4819 (inferior-python-mode): Move stuff here from run-python and add
4820 some more.
4821 (python-preoutput-continuation, python-preoutput-result)
4822 (python-dotty-syntax-table): New.
4823 (python-describe-symbol): Use them.
4824 (run-python): Move stuff to inferior-python-mode. Modify code
4825 loaded into Python.
4826 (python-send-region): Use python-proc, python-send-string.
4827 (python-send-string): Send newlines too. Callers changed.
4828 (python-load-file): Re-written.
4829 (python-eldoc-function): New.
4830 (info-look): Don't require.
4831 (python-after-info-look): New. A modified version of former
4832 top-level code for use with eval-after-load.
4833 (python-maybe-jython, python-guess-indent): Use widened buffer.
4834 (python-fill-paragraph): Re-written.
4835 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4836 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4837
4838 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4841 Set compilation-error-regexp-alist earlier.
4842
4843 * progmodes/compile.el (compilation-minor-mode-map)
4844 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4845 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4846
4847 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4850 corresponding to the event.
4851
4852 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4853
4854 * loadup.el: Add cygwin to system-type list, for unexec() support.
4855
4856 2004-04-12 John Paul Wallington <jpw@gnu.org>
4857
4858 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4859 (ibuffer-restore-window-config-on-quit): New variable to replace
4860 `ibuffer-delete-window-on-quit'. Update all references.
4861 (ibuffer-prev-window-config): New variable.
4862 (ibuffer-quit): Restore previous window configuration instead of
4863 deleting window.
4864 (ibuffer): Save window configuration before showing Ibuffer buffer.
4865
4866 * help.el (describe-mode): Doc fix.
4867
4868 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4871 not to treat nil as a function.
4872
4873 * vc-arch.el (vc-arch-root): Be a bit more careful.
4874 (vc-arch-register): Save the buffer if we modified it.
4875 (vc-arch-delete-rej-if-obsolete): Save excursion.
4876 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4877 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4878
4879 * net/ldap.el (ldap-search): Use list*.
4880
4881 2004-04-12 Juri Linkov <juri@jurta.org>
4882
4883 * info.el (Info-follow-reference): Allow multiline reference name.
4884
4885 2004-04-11 Dave Love <fx@gnu.org>
4886
4887 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4888
4889 * progmodes/python.el: New file.
4890
4891 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4892
4893 * vc-hooks.el (vc-arg-list): Function removed.
4894 (vc-default-workfile-unchanged-p): Use condition-case to check for
4895 backward compatibility.
4896
4897 * vc.el (vc-print-log): Use condition-case to check for backward
4898 compatibility.
4899
4900 2004-04-11 Juri Linkov <juri@jurta.org>
4901
4902 * dired.el (dired-faces): New defgroup.
4903 (dired-header, dired-mark, dired-marked, dired-flagged)
4904 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4905 New faces.
4906 (dired-header-face, dired-mark-face, dired-marked-face)
4907 (dired-flagged-face, dired-warning-face, dired-directory-face)
4908 (dired-symlink-face, dired-ignored-face): New face variables.
4909 (dired-font-lock-keywords): Use them instead of font-lock faces.
4910 Split the rule for dired marks into 3 separate rules: for marks,
4911 marked file names and flagged file names.
4912
4913 * help-mode.el (help-make-xrefs): Add a final newline to the
4914 *Help* buffer.
4915
4916 2004-04-11 John Paul Wallington <jpw@gnu.org>
4917
4918 * replace.el (occur-engine): Distinguish between one and several
4919 matches in the matches per buffer heading.
4920
4921 2004-04-11 Kim F. Storm <storm@cua.dk>
4922
4923 * ido.el (ido-confirm-unique-completion): New defcustom.
4924 (ido-complete): Use it.
4925 (ido-write-file): Set it to t unconditionally.
4926
4927 2004-04-10 Miles Bader <miles@gnu.org>
4928
4929 RCS keyword removal (only non-comment changes are enumerated here):
4930
4931 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4932 (byte-compile-insert-header): Don't use `byte-compile-version'.
4933 * forms.el (forms-version): Variable removed.
4934 (forms-mode): Don't use `forms-version'.
4935 * recentf.el (recentf-version): Variable removed.
4936 * progmodes/delphi.el (delphi-version): Variable removed.
4937 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4938
4939 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4942
4943 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4944
4945 * info.el (info-apropos): Improve menu item regexp.
4946
4947 2004-04-09 Simon Josefsson <jas@extundo.com>
4948
4949 * mail/smtpmail.el: Add comment, based on report by
4950 kdc@rcn.com (Kevin D. Clark).
4951
4952 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4955 Redo one more thing that I didn't notice Daniel had undone.
4956
4957 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4958
4959 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4960 (gdb-goto-breakpoint, gdb-display-buffer)
4961 (gdb-display-source-buffer, gdb-view-source-function)
4962 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4963 (gdb-source-info, gdb-frame-handler): Don't specify a window
4964 for display.
4965 (gdb-info-breakpoints-custom): Remove superfluous update of
4966 assembler buffer.
4967 (gdb-many-windows): Make settable outside gdb.
4968
4969 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4970
4971 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4972 Derive from fundamental-mode rather than text-mode.
4973
4974 2004-04-08 Juri Linkov <juri@jurta.org>
4975
4976 * info.el (Info-history): Doc fix.
4977 (Info-history-list): New var.
4978 (info-xref): Change magenta4 to blue, remove bold for dark and
4979 light backgrounds, change bold to underline for non-color classes.
4980 (info-xref-visited): New face.
4981 (Info-fontify-visited-nodes): New custom.
4982 (Info-hide-note-references): Add new value `hide'. Doc fix.
4983 (Info-reference-name): New var.
4984 (Info-selection-hook): New custom.
4985 (Info-edit-mode-hook): New var.
4986 (Info-find-file): New fun.
4987 (Info-find-node): Move part of code to Info-find-file.
4988 (Info-find-node-2): Add anchors to Info-history-list. Move point
4989 to the place with the reference name if name is defined.
4990 (Info-select-node): Add current node to Info-history-list.
4991 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4992 (Info-search-whitespace-regexp): New custom.
4993 (Info-search-case-fold): New var.
4994 (Info-search): Add "case-sensitively" to the prompt.
4995 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4996 (Info-search-case-sensitively, Info-search-next): New fun.
4997 (Info-up): Move point to the menu item of the current node.
4998 (Info-history): New fun. Add *info-history* to
4999 same-window-buffer-names.
5000 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
5001 (Info-insert-toc): New fun.
5002 (Info-build-toc): New fun.
5003 (Info-follow-reference): Add new arg `fork'. Doc fix.
5004 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
5005 with the same name prefer the reference closest to point.
5006 (Info-next-reference): Replace * by + in the *Note regexp.
5007 Add regexp for http:// and ftp://. Skip the *Note prefix.
5008 (Info-prev-reference): Replace * by + in the *Note regexp.
5009 Add regexp for http:// and ftp://. Skip the *Note prefix.
5010 (Info-follow-nearest-node): Add new arg `fork'.
5011 (Info-try-follow-nearest-node): Add new arg `fork'.
5012 Call browse-url for http:// and ftp:// references.
5013 Set Info-reference-name for index entries.
5014 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
5015 Info-search-next, Info-history, Info-toc, clone-buffer.
5016 (Info-menu-update): Replace * by + in the *Note regexp.
5017 (Info-mode): Add documentation for Info-history, Info-toc,
5018 Info-search-case-sensitively, Info-search-next, clone-buffer.
5019 (Info-fontify-menu-headers): Remove fun. Move code to
5020 Info-fontify-node.
5021 (Info-fontify-node): Add docstring. Add local vars
5022 fontify-visited-p and not-fontified-p. If not-fontified-p is t
5023 then fontify header line, titles, menu headers, http and ftp
5024 references, refill paragraphs. If not-fontified-p is t or
5025 fontify-visited-p is t then fontify cross references, menu items.
5026 Fontify menu headers. Fontify http and ftp references.
5027 Change regexp for cross references to require whitespace after *Note,
5028 add matching groups for file and node names. Remove hack for quote.
5029 Use display property for Info-hide-note-references=t. Use fifth
5030 or fourth match for help-echo. Display visited nodes in a
5031 different face. Unhide file names of external references.
5032 Unhide newlines. Display visited menu items in a different face.
5033
5034 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * progmodes/compile.el: Require CL.
5037 (compilation-mode-font-lock-keywords): Re-install the "line as
5038 function" patch.
5039
5040 * help-fns.el (help-C-source-directory): New var.
5041 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
5042 (describe-function-1, describe-variable): Use them.
5043
5044 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
5045 to C source files specially.
5046
5047 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
5048
5049 * info.el (Info-hide-cookies-node): New function.
5050 (Info-select-node): Use it.
5051 (Info-display-images-node): Remove message with image file name.
5052
5053 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
5054
5055 * progmodes/compile.el (compilation-warning-face)
5056 (compilation-info-face, compilation-skip-threshold)
5057 (compilation-skip-visited, compilation-context-lines):
5058 Declare :version when added to Emacs.
5059 (compilation-error-regexp-alist-alist): Extend caml and irix.
5060 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
5061 (compilation-mode-font-lock-keywords): Temporarily undo line as
5062 function patch, which wasn't ready.
5063
5064 2004-04-07 Kenichi Handa <handa@m17n.org>
5065
5066 * international/latin1-disp.el (latin1-display-setup): Check each
5067 character is displayable or not instead of calling
5068 latin1-display-check-font.
5069
5070 2004-04-06 Kenichi Handa <handa@m17n.org>
5071
5072 * language/ethio-util.el (ethio-sera-being-called-by-w3):
5073 New variable.
5074 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
5075 instead of sera-being-called-by-w3.
5076 (ethio-fidel-to-sera-buffer): Likewise.
5077 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
5078 instead of sera-being-called-by-w3.
5079 (ethio-write-file): Likewise.
5080
5081 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5082
5083 * printing.el: Doc fix.
5084
5085 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
5086
5087 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
5088 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
5089 (gdb-setup-windows): Only use separate IO buffer if required.
5090
5091 2004-04-06 Kim F. Storm <storm@cua.dk>
5092
5093 * term.el (term-is-xemacs): Remove.
5094 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
5095 (term-window-width): New function.
5096 (term-mode, term-check-size): Use it.
5097 (term-mode): Disable overflow-newline-into-fringe in term buffer.
5098
5099 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
5100
5101 * cus-edit.el (custom-add-parent-links): Change unbound variable
5102 `symbol' to `name'.
5103
5104 2004-04-05 Jesper Harder <harder@ifa.au.dk>
5105 * info.el (info-apropos): New function.
5106 (Info-mode-menu): Add it.
5107 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
5108
5109 * help-mode.el (help-make-xrefs): Recognize aliased variable with
5110 inherited docstring.
5111
5112 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
5113
5114 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
5117
5118 * progmodes/compile.el (font-lock): Don't require any more.
5119 (compilation-error-properties, compilation-start, compilation-sentinel)
5120 (compilation-filter, next-error): Use with-current-buffer.
5121 (compilation-skip-to-next-location, compilation-skip-threshold)
5122 (compilation-skip-visited): Move to silence the byte-compiler.
5123 (compilation-setup): Simplify.
5124 (compilation-next-error): Use line-(beginning|end)-position.
5125 Make sure `pt' is non-nil before using compilation-loop.
5126 (compile-goto-error): Add optional event arg. Use it.
5127 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
5128 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
5129 Update the binding for mouse-2.
5130 (first-error): Set compilation-current-error to nil rather than bob.
5131 (compilation-parsing-end, compilation-parse-errors-function)
5132 (compilation-error-list, compilation-old-error-list):
5133 "New" compatibility variables.
5134 (compile-buffer-substring, compilation-compat-error-properties)
5135 (compilation-compat-parse-errors, compilation-forget-errors):
5136 New compatibility functions.
5137 (compilation-mode-font-lock-keywords): Use them.
5138
5139 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5140
5141 * autorevert.el (auto-revert-handler): If point (or a window
5142 point) is at the end of the buffer, keep it there after
5143 reverting. This allows to tail a file.
5144 Mention this in the `Commentary'.
5145
5146 * format.el (format-write-file): Add optional argument CONFIRM
5147 and make it behave like the analogous argument to `write-file'.
5148
5149 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5150
5151 * progmodes/ebnf2ps.el: Doc fix.
5152 (ebnf-version): New version number (4.2).
5153 (ebnf-syntax): Customization and docstring fix.
5154 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
5155 Put autoloaded funs before first use.
5156 (ebnf-style-database): Add dtd entry.
5157 (ebnf-syntax-alist): Add dtd initialization.
5158 (ebnf-token-sequence): New fun.
5159 (ebnf-comment-table): Add new comment action character.
5160 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
5161
5162 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
5163 Type Definition for XML).
5164
5165 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
5166 * progmodes/ebnf-bnf.el (ebnf-sequence):
5167 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
5168 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
5169 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
5170 Code simplification: call ebnf-token-sequence.
5171
5172 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5173
5174 * calendar/timeclock.el (timeclock-relative)
5175 (timeclock-get-project-function, timeclock-get-workday-function)
5176 (timeclock-query-out, timeclock-when-to-leave)
5177 (timeclock-when-to-leave-string, timeclock-log-data)
5178 (timeclock-generate-report, timeclock-in): Doc fixes.
5179
5180 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * url/: New dir. Import the URL package from its repository.
5183
5184 2004-04-03 Andreas Schwab <schwab@suse.de>
5185
5186 * diff-mode.el (diff-mode): Fix missing quote.
5187
5188 2004-04-03 Juri Linkov <juri@jurta.org>
5189
5190 * descr-text.el (describe-property-list): Add `font-lock-face'.
5191
5192 * dired.el (dired-font-lock-keywords): Fix permission regexps.
5193
5194 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5195
5196 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
5197 Use utf-16le on little endian machines and utf-16be otherwise.
5198
5199 2004-04-02 David Kastrup <dak@gnu.org>
5200
5201 * net/browse-url.el (browse-url-generic): Use call-process
5202 instead of start-process to allow browsers that fork and detach.
5203
5204 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
5205
5206 * compile.el (compilation-current-error): New var.
5207 (compilation-setup, compile-mouse-goto-error)
5208 (compile-goto-error, next-error): Use it.
5209 (compilation-skip-to-next-location): Default to t, which gives
5210 contiguous skipping like old compile (where this was redundant).
5211 (compilation-next-error): Prevent previous-* commands from moving
5212 back to message at or just before point.
5213
5214 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
5215
5216 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
5217 (gdb-source-info): Don't display source at startup, if required.
5218 (gdb-show-main): New option.
5219 (gdba): Update documentation.
5220 (gdb-source): Cover case of auto-display output.
5221
5222 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5223
5224 * autorevert.el: Delete obsolete autoload's and defvar's.
5225 (auto-revert-check-vc-info): New user option.
5226 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5227 (auto-revert-handler-vc): Delete.
5228 (auto-revert-handler): Treat return value `fast' of
5229 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
5230
5231 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
5232 return `fast'.
5233
5234 * files.el (buffer-stale-function): Doc change.
5235
5236 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5237
5238 * printing.el: New tip on Tips section.
5239 (pr-version): New version number (6.7.4).
5240 (pr-shell-file-name): Initialization fix.
5241
5242 2004-03-31 Juri Linkov <juri@jurta.org>
5243
5244 * dired.el: Add autoload for `dired-do-touch'.
5245 (dired-touch-program): New var.
5246 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
5247 (dired-no-confirm): Add `touch' to docstring.
5248
5249 * dired-aux.el (dired-do-touch): New fun.
5250 (dired-do-chxxx): Add argument -t for touch operation.
5251
5252 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
5253 `dired-move-to-filename-regexp'.
5254
5255 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
5256
5257 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
5258
5259 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5260
5261 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
5262 and only if the buffer was modified.
5263
5264 2004-03-30 Kenichi Handa <handa@m17n.org>
5265
5266 * international/characters.el: Delete pairs for U+2308..U+230B.
5267
5268 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
5269
5270 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
5271 to detect the beginning of a level 2 or 3 annotation.
5272
5273 2004-03-29 Kenichi Handa <handa@m17n.org>
5274
5275 * international/ucs-tables.el (ucs-insert): Fix the error message.
5276
5277 2004-03-29 Kenichi Handa <handa@m17n.org>
5278
5279 * international/mule-util.el (char-displayable-p): Fix generation
5280 of XLFD file name.
5281
5282 * Makefile.in (setwins, setwins_almost): Change directory to $wd
5283 before finding directories by `find'.
5284
5285 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * subr.el (interactive-form): Delete. Now implemented in C.
5288
5289 * pcvs.el (cvs-parse-process): Workaround for Darwin.
5290
5291 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
5292 (vc-diff-label): New fun.
5293 (vc-diff-internal): Use it.
5294
5295 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
5296
5297 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5298
5299 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
5300
5301 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
5302 specify XML (EBNFX).
5303
5304 * progmodes/ebnf2ps.el: Doc fix.
5305 (ebnf-version): New version number (4.1).
5306 (ebnf-syntax): Adjust customization.
5307 (ebnf-style-database): Add ebnfx entry.
5308 (ebnf-syntax-alist): Add ebnfx initialization.
5309 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
5310
5311 * printing.el: Doc fix.
5312 (pr-version): New version number (6.7.3).
5313 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
5314 returns nil for mouse position. Reported by Drew Adams
5315 <drew.adams@oracle.com>.
5316 (pr-update-menus): Modify interactive declaration. Reported by Drew
5317 Adams <drew.adams@oracle.com>.
5318
5319 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
5320
5321 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
5322 (gud-gdba-marker-filter): Log the process input and output, if
5323 required. From Stefan Monnier.
5324 (gdb-debug-log, gdb-enable-debug-log): New variables.
5325 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
5326
5327 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
5330 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
5331
5332 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
5333
5334 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
5335 Call vc-find-file-hook here instead of in auto-revert-buffers.
5336 (auto-revert-buffers): Delete call to vc-find-file-hook.
5337 (auto-revert-verbose, global-auto-revert-non-file-buffers)
5338 (global-auto-revert-mode, auto-revert-set-timer)
5339 (auto-revert-handler, auto-revert-buffers): Doc fixes.
5340
5341 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5342
5343 * woman.el (woman-change-fonts): Rename local variable
5344 woman-font-alist to font-alist to avoid a compiler warning.
5345
5346 2004-03-27 Dave Love <fx@gnu.org>
5347
5348 * emacs-lisp/rx.el (rx): Doc fix.
5349 Fix copyright years.
5350
5351 * strokes.el (strokes-global-set-stroke-string): New function.
5352 (strokes-list-strokes): Cope with strings, not just commands.
5353 Set foreground colour of image.
5354 (strokes-global-set-stroke): Doc fix.
5355
5356 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
5357
5358 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
5359 Auto Revert mode.
5360 (Buffer-menu-files-only): New variable.
5361 (Buffer-menu-toggle-files-only): New function.
5362 (Buffer-menu-mode-map): Bind it to `T'.
5363 (Buffer-menu-mode): Mention `T' in docstring.
5364 Set buffer-stale-function.
5365 (list-buffers-noselect): Mark buffer non-modified and set
5366 Buffer-menu-files-only.
5367
5368 * dired.el (buffer-stale-function): Remove no longer needed defvar.
5369
5370 * autorevert.el (auto-revert-handler): Print revert message
5371 before, rather than after, reverting.
5372 (buffer-stale-function): Move to files.el.
5373
5374 * files.el (buffer-stale-function): Move here from autorevert.el.
5375
5376 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
5379
5380 * calc/calc.el (calc-mode-map): Use mapc.
5381
5382 * apropos.el (apropos-mode): Don't autoload.
5383 (apropos-symbols-internal): New fun. Extracted from `apropos'.
5384 (apropos): Use it.
5385 (apropos-print): Add optional `text' argument.
5386 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
5387 Don't assume point-min == 1.
5388
5389 * bs.el (bs-buffer-list): Use buffer-local-value.
5390 (bs--set-toggle-to-show): Use with-current-buffer.
5391
5392 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
5393 New funs.
5394 (list-buffers-noselect): Use them. Adjust :align-to to new style.
5395
5396 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
5397
5398 * dabbrev.el (dabbrev-expand): Fix regexp construction.
5399 (dabbrev--find-expansion): Use pop.
5400 (dabbrev--search): Use match-string-no-properties.
5401
5402 * dired.el (dired-mode): Use run-mode-hooks.
5403 (dired-move-to-end-of-filename): Use match-string.
5404
5405 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
5406 is bound before using it.
5407 (ediff-verbose-p): Make it into a var since it's not constant.
5408
5409 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
5410
5411 * faces.el (read-face-font): Don't cons up unnecessarily.
5412 (header-line, tool-bar): Share common parts.
5413
5414 * files.el (file-relative-name): Use compare-strings.
5415
5416 * finder.el (finder-mode): Follow coding convention.
5417
5418 * subr.el (read-number): New function.
5419
5420 * ses.el (ses-read-number): Move to subr.el.
5421 (ses-set-header-row): Use read-number.
5422
5423 2004-03-26 Andre Spiegel <spiegel@gnu.org>
5424
5425 * vc-hooks.el (vc-arg-list): New function, which handles both
5426 compiled and uncompiled code.
5427 (vc-default-workfile-unchanged-p): Use it.
5428
5429 * vc.el (vc-print-log): Undo prev change, use new function
5430 vc-arg-list from vc-hooks.el.
5431
5432 2004-03-26 Masatake YAMATO <jet@gyve.org>
5433
5434 * simple.el (completion-setup-function): Emphasize the
5435 first uncommon characters in the completions; and de-emphasize
5436 the common prefix substrings.
5437 (completion-emphasis): New face.
5438 (completion-de-emphasis): New face.
5439
5440 2004-03-25 Juanma Barranquero <lektu@terra.es>
5441
5442 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
5443 Comment out (it's unused and unfinished code).
5444
5445 2004-03-25 Sam Steingold <sds@gnu.org>
5446
5447 * vc.el (vc-print-log): Fix a bug in the last patch:
5448 backend-function may be a byte-compiled object, not a lambda.
5449
5450 2004-03-25 Juri Linkov <juri@jurta.org>
5451
5452 * descr-text.el (describe-property-list): Add a button
5453 for `face' property that calls `describe-face'.
5454 Suggested by luis fernandes <elf@ee.ryerson.ca>
5455
5456 * international/mule.el (keyboard-coding-system):
5457 * kmacro.el (kmacro-call-macro): Fix docstring.
5458
5459 * dired.el: Fix comments.
5460
5461 * textmodes/fill.el (fill): Fix Info link.
5462
5463 * font-lock.el (fast-lock, lazy-lock):
5464 * jit-lock.el (jit-lock): Remove links to removed Support Modes
5465 Info node.
5466
5467 * eshell/eshell.el (eshell): Fix broken info-link.
5468
5469 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
5470 * eshell/em-banner.el (eshell-banner):
5471 * eshell/em-smart.el (eshell-smart):
5472 * eshell/esh-cmd.el (eshell-cmd):
5473 Comment out broken info-links to incomplete Info manual.
5474
5475 * info-xref.el: Fix commentary.
5476
5477 2004-03-25 Kevin Ryde <user42@zip.com.au>
5478
5479 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
5480 Remove spurious node duplicate suppression, doesn't work, not wanted.
5481 (info-xref-output): Take format style args, add "sit-for 0" to let
5482 user see the results as they progress.
5483 (info-xref-check-all-custom): New function.
5484
5485 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
5486
5487 * gdb-ui.el: Moved to progmodes.
5488
5489 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
5492
5493 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5494
5495 * calendar/appt.el (appt-check): Remove superfluous progn.
5496 When finished with diary buffer: if it was not being displayed
5497 before, kill it; otherwise restore its original state.
5498 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
5499
5500 * calendar/calendar.el (calendar-set-mode-line): Use total
5501 available mode-line width, rather than frame-width.
5502
5503 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
5504 after mode change so effect not lost.
5505
5506 2004-03-23 Dave Love <fx@gnu.org>
5507
5508 * dired.el (dired) <defgroup>: Add link to manual.
5509 (dired-font-lock-keywords): Add highlighting on unusual permissions.
5510 (dired-revert): Use dolist.
5511 (dired-mode-map): Add U binding.
5512 (dired-mode): Add font-lock-beginning-of-syntax-function.
5513 (dired-garbage-files-regexp): Make it a defcustom.
5514
5515 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
5518 is equivalent to nil.
5519 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
5520 (vc-arch-mode-line-string): Accept `added' state.
5521 (vc-arch-state): Use inode-sigs if available.
5522 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
5523 Copy&delete existing id file if any. Fallback if uuidgen is absent.
5524 (vc-arch-tagline-re): New var.
5525 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
5526 New functions.
5527 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
5528 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
5529
5530 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
5531 (vc-file-not-found-hook): Use it.
5532
5533 * diff-mode.el (diff-default-read-only): Change default.
5534 (diff-mode-hook): Make it a defcustom. Add some options.
5535 (diff-mode-map): Bind diff-refine-hook.
5536 (diff-yank-handler): New var.
5537 (diff-yank-function): New fun.
5538 (diff-font-lock-keywords): Use them.
5539 (diff-end-of-file): Handle case where file-header looks like diff text.
5540 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
5541 (diff-file-kill): Delete a subsequent empty line, if applicable.
5542 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
5543 (diff-find-file-name): Use it.
5544 (diff-tell-file-name): New command.
5545 (diff-mode): Be careful with view-mode.
5546 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
5547 New functions, for use in diff-mode-hook.
5548 (diff-find-source-location): Catch "regex too large" errors.
5549 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
5550 (diff-refine-hunk): New command.
5551
5552 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
5553 (smerge-context-menu-map): Remove unused var.
5554 (smerge-keep-all): Preserve markers.
5555 (smerge-keep-n): New fun.
5556 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5557 (smerge-keep-current, smerge-ediff): Use it.
5558 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
5559 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
5560 (smerge-resolve): Resolve trivial 3-part conflicts.
5561
5562 2004-03-23 Juri Linkov <juri@jurta.org>
5563
5564 * man.el (Man-width): New var.
5565 (Man-getpage-in-background): Use it.
5566 (Man-support-local-filenames): New var and fun.
5567 (Man-build-man-command): Don't add a second %s.
5568 (Man-fontify-manpage): Clean up message.
5569 (Man-mode): Set outline-regexp, outline-level,
5570 imenu-generic-expression.
5571
5572 * woman.el (woman-fill-frame): Doc fix.
5573 (woman-decode-region): Use window-width instead of frame-width.
5574
5575 * abbrevlist.el (list-one-abbrev-table):
5576 * descr-text.el (describe-char):
5577 * international/mule-diag.el (describe-current-coding-system):
5578 * international/quail.el (quail-insert-decode-map):
5579 Use window-width instead of frame-width.
5580
5581 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
5582 (jka-compr-mode-alist-additions): Add tbz.
5583 (jka-compr-write-region, jka-compr-insert-file-contents):
5584 Add message for undefined compress-program.
5585 (jka-compr-write-region): Remove redundant var bindings.
5586
5587 * dired-x.el (dired-guess-shell-alist-default): Add choices for
5588 extracting files into subdirectory. Add tbz and dz. Fix regexps.
5589 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
5590 (dired-man): Use dired-guess-shell-command.
5591 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
5592 Change default nil to t.
5593
5594 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
5595 (dired-compare-directories): Add default value for empty input.
5596
5597 * help-at-pt.el: Move suggestions for key bindings to Commentary.
5598
5599 * time.el (display-time-string-forms): Fix help-echo date format.
5600
5601 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
5602
5603 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
5604 (buffer-stale-function): New variable.
5605 (auto-revert-list-diff, auto-revert-dired-file-list)
5606 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
5607 (auto-revert-handler): Take over some functionality of deleted
5608 functions.
5609 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
5610
5611 * dired.el (dired-directory-changed-p): New fun, extracted from
5612 dired-internal-noselect.
5613 (dired-buffer-stale-p): New fun.
5614 (dired-internal-noselect): Use dired-directory-changed-p.
5615 Eliminate revert messages.
5616 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
5617
5618 2004-03-23 Kenichi Handa <handa@m17n.org>
5619
5620 * international/characters.el: Setup syntaxes for more parentheses
5621 Unicode characters.
5622
5623 * international/mule-cmds.el (select-safe-coding-system):
5624 Merge coding-system and auto-cs before comparing them.
5625
5626 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
5629
5630 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5631 normal-auto-fill-function and comment-indent-function.
5632 The default values now work just as well.
5633 Don't set font-lock-beginning-of-syntax-function since we already set
5634 syntax-begin-function.
5635 (lisp-outline-level): Put ;;;###autoload at same level as (.
5636 (prin1-char): Quote special chars.
5637
5638 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
5639 than with-no-warnings.
5640
5641 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
5642 if the source location can't be found.
5643 (edebug-compute-previous-result): Use prin1-char.
5644
5645 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
5646 (debug-ignored-errors): Add an entry.
5647
5648 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
5649 (byte-compile-file): Output warning when deleting a file.
5650
5651 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
5652 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
5653
5654 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
5655 (byte-compile-inline-expand): Use backquote.
5656 (byte-optimize-pure-func): Rename from byte-optimize-concat.
5657 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
5658
5659 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
5660
5661 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
5662
5663 2004-03-22 Juri Linkov <juri@jurta.org>
5664
5665 * finder.el (finder-known-keywords): Fix data, tex, unix.
5666
5667 * play/landmark.el: Fix keywords.
5668
5669 * language/ethio-util.el (ethio-find-file): Doc fix.
5670
5671 * emacs-lisp/warnings.el: Doc fix.
5672
5673 * textmodes/ispell.el (ispell-help): Doc fix.
5674
5675 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
5676
5677 * format.el (format-insert-file): Always return a list of two
5678 elements, like insert-file-contents does.
5679
5680 2004-03-21 Andre Spiegel <spiegel@gnu.org>
5681
5682 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
5683 and vc-BACKEND-diff.
5684 (vc-print-log): If the print-log implementation supports it, use
5685 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
5686 (vc-version-diff, vc-diff-internal): Doc fixes.
5687
5688 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
5689 implementation supports it, let diff output go to *vc*,
5690 not *vc-diff*, since this is an internal call.
5691
5692 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
5693
5694 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
5695
5696 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
5697
5698 2004-03-21 Dave Love <fx@gnu.org>
5699
5700 * progmodes/cfengine.el (cfengine-mode):
5701 Set parse-sexp-ignore-comments.
5702
5703 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
5704
5705 2004-03-21 Juanma Barranquero <lektu@terra.es>
5706
5707 * allout.el (allout-mode): Fix docstring.
5708
5709 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
5710
5711 * files.el (insert-directory): Fix bug if SWITCHES is a list.
5712
5713 * autorevert.el (auto-revert-interval): Make new value take
5714 effect immediately when set through Custom.
5715 (auto-revert-set-timer): Add interactive declaration.
5716
5717 2004-03-19 David Ponce <david@dponce.com>
5718
5719 * ruler-mode.el (ruler-mode-header-line-format-old):
5720 Don't `make-variable-buffer-local'.
5721 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5722 (ruler-mode-header-line-format): Simply funcall the above.
5723 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5724 to save/restore a previous header line format.
5725 (ruler-mode-space): Don't depend on a numeric WIDTH value.
5726 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5727 fringes and margins width.
5728 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5729
5730 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * log-edit.el (log-edit-font-lock-keywords): Typo.
5733
5734 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5735 (tex-send-tex-command): Rather than here.
5736 (tex-compilation-parse-errors): Simplify.
5737
5738 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5739
5740 * time.el (display-time-string-forms): Add help-echo with date on time.
5741
5742 * composite.el (compose-region): Use restore-buffer-modified-p.
5743
5744 * disp-table.el (standard-display-8bit): Simplify.
5745
5746 * server.el (server-process-filter): Delete temp frame.
5747
5748 * add-log.el (add-change-log-entry): Simplify.
5749
5750 2004-03-19 Kim F. Storm <storm@cua.dk>
5751
5752 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5753 (hexl-follow-line): Don't require 'fringe.
5754
5755 * progmodes/compile.el (compilation-start): Always set
5756 compilation-last-buffer and return it.
5757
5758 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5759
5760 * simple.el (clone-buffer): Doc fix.
5761
5762 2004-03-18 Juanma Barranquero <lektu@terra.es>
5763
5764 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5765
5766 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 * log-edit.el (log-edit-font-lock-keywords): New var.
5769 (log-edit-mode): Use it.
5770
5771 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5772
5773 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5774 properly for watching in speedbar.
5775
5776 2004-03-17 Masatake YAMATO <jet@gyve.org>
5777
5778 * smerge-mode.el (smerge-popup-context-menu):
5779 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5780
5781 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5784 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5785 Take sealed revisions into account.
5786 (vc-arch-checkin): Extract a summary line from the message.
5787
5788 2004-03-16 Masatake YAMATO <jet@gyve.org>
5789
5790 * register.el (register): Provide `register' feature.
5791
5792 2004-03-15 Masatake YAMATO <jet@gyve.org>
5793
5794 Added context menu support in smerge mode.
5795 Most of the part is written by Stefan Monnier.
5796
5797 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5798 New keymap and menu.
5799 (smerge-text-properties): New function.
5800 (smerge-remove-props): New function.
5801 (smerge-popup-context-menu): New function.
5802 (smerge-resolve): Call `smerge-remove-props'.
5803 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5804 (smerge-keep-current): Ditto.
5805 (smerge-kill-current): New function.
5806 (smerge-match-conflict): Put text properties.
5807 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5808
5809 2004-03-15 David Ponce <david@dponce.com>
5810
5811 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5812 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5813 (ruler-mode-right-scroll-bar-cols): Remove.
5814 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5815 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5816 Use fringe-columns and scroll-bar-columns.
5817
5818 2004-03-15 Masatake YAMATO <jet@gyve.org>
5819
5820 * hl-line.el (hl-line-range-function): New variable.
5821 (hl-line-move): New function.
5822 (global-hl-line-highlight): Use `hl-line-move'.
5823 (hl-line-highlight): Ditto.
5824
5825 * scroll-bar.el (scroll-bar-columns):
5826 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5827
5828 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5829 (ruler-mode-left-fringe-cols)
5830 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5831 (ruler-mode-right-scroll-bar-cols)
5832 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5833 (ruler-mode-ruler-function): New variable.
5834 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5835 if the value for `ruler-mode-ruler-function'is given.
5836
5837 * hexl.el (hexl-mode-hook): Make the hook customizable.
5838 (hexl-address-area, hexl-ascii-area): New customize variables.
5839 (hexlify-buffer): Put font-lock-faces on the address area and
5840 the ascii area.
5841 (hexl-activate-ruler): New function.
5842 (hexl-follow-line): New function.
5843 (hexl-highlight-line-range): New function.
5844 (hexl-mode-ruler): New function.
5845
5846 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5849 (vc-default-find-file-hook): New fun.
5850 (vc-find-file-hook): Call new find-file-hook operation.
5851
5852 * vc-arch.el: New file.
5853
5854 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5855
5856 * info-look.el (info-lookup): Reuse an existing Info window.
5857
5858 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5859
5860 * woman.el (woman-preserve-ascii): Default value changed to t and
5861 doc string revised.
5862
5863 2004-03-12 Richard M. Stallman <rms@gnu.org>
5864
5865 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5866 Fix minor bug.
5867
5868 * replace.el (occur-engine): Change message for count of matches.
5869
5870 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5871 For strings, do compare text properties.
5872
5873 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5874
5875 * progmodes/compile.el (compile-auto-highlight)
5876 (compilation-error-list, compilation-old-error-list)
5877 (compilation-parse-errors-function, compilation-parsing-end)
5878 (compilation-error-message, compilation-directory-stack)
5879 (compilation-enter-directory-regexp-alist)
5880 (compilation-leave-directory-regexp-alist)
5881 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5882 (compilation-current-file, compilation-regexps): Remove vars.
5883
5884 (compile-error-at-point, compilation-error-filedata)
5885 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5886 (compilation-next-error-locus, compilation-forget-errors)
5887 (count-regexp-groupings, compilation-parse-errors)
5888 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5889
5890 (compile-internal): Make obsolete.
5891
5892 (compilation-first-column, compilation-error)
5893 (compilation-directory-matcher, compilation-page-delimiter)
5894 (compilation-mode-font-lock-keywords, compilation-debug)
5895 (compilation-error-face, compilation-warning-face)
5896 (compilation-info-face, compilation-line-face)
5897 (compilation-column-face, compilation-enter-directory-face)
5898 (compilation-leave-directory-face, compilation-skip-threshold)
5899 (compilation-skip-visited, compilation-context-lines): New vars.
5900
5901 (compilation-warning-face, compilation-info-face)
5902 (compilation-message-face): New faces.
5903
5904 (compilation-error-regexp-alist-alist): New constant.
5905
5906 (compilation-face, compilation-directory-properties)
5907 (compilation-assq, compilation-error-properties, compilation-start)
5908 (define-compilation-mode, compilation-loop)
5909 (compilation-set-window): New functions.
5910
5911 (compile): Additional argument for interactive compiles like TeX.
5912
5913 * progmodes/grep.el (kill-grep): Move here from compile.el
5914 (grep-error, grep-hit-face, grep-error-face)
5915 (grep-mode-font-lock-keywords): New variables.
5916 (grep-regexp-alist): Simplify regexp and add `binary' case.
5917 (grep-mode): New mode.
5918 (grep-process-setup): Simplify.
5919
5920 2004-03-11 Jason Rumney <jasonr@gnu.org>
5921
5922 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5923 letters on DOS/Windows.
5924
5925 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * server.el (server-name): New var.
5928 (server-socket-dir): New var to replace server-socket-name.
5929 (server-start): Use them.
5930
5931 2004-03-11 Simon Josefsson <jas@extundo.com>
5932
5933 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5934 died to avoid infloop. Reported by Jonathan Glauner
5935 <jglauner@sbum.org>.
5936
5937 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5940 (smerge-mode-menu): Use it to deactivate menu entries.
5941 (smerge-keep-current): New fun.
5942 (smerge-keep-current): Use it.
5943
5944 2004-03-10 John Paul Wallington <jpw@gnu.org>
5945
5946 * foldout.el (foldout-fold-list, foldout-modeline-string):
5947 Declare them as variables, not constants.
5948
5949 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5950
5951 * ps-print.el: Modification to print *Messages* buffer.
5952 (ps-print-version): New version 6.6.4.
5953 (ps-message-log-max): New fun.
5954 (ps-spool-without-faces, ps-spool-with-faces)
5955 (ps-count-lines-preprint): Code fix.
5956
5957 * printing.el: New tips in Tips section.
5958
5959 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5960
5961 * delim-col.el: Doc fix.
5962
5963 * printing.el: Doc fix. New doc section (Tips).
5964
5965 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * type-break.el (type-break-emacs-variant): Remove.
5968 (type-break-run-at-time, type-break-cancel-function-timers):
5969 Use fboundp rather than version name and number.
5970
5971 2004-03-09 Masatake YAMATO <jet@gyve.org>
5972
5973 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5974 `make-variable-buffer-local'.
5975
5976 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5977
5978 * find-dired.el (find-dired): Call `shell-command' instead of
5979 `start-process-shell-command'. By this, Tramp takes over
5980 handling of remote directories.
5981
5982 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 * newcomment.el (comment-use-global-state): New var.
5985 (comment-search-forward): Use it.
5986
5987 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5988
5989 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5990
5991 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5992 (enable-kinsoku): Make it a defcustom.
5993 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5994 paragraph to same-comment-start-marker.
5995
5996 2004-03-07 Dave Love <fx@gnu.org>
5997
5998 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5999 (browse-url-mail): Use it.
6000
6001 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
6002 (rfc2368-unhexify-string): Use replace-regexp-in-string.
6003
6004 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6005
6006 * woman.el (woman-man.conf-path): Doc fix.
6007 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
6008
6009 2004-03-07 Eli Zaretskii <eliz@gnu.org>
6010
6011 * sort.el (sort-columns): Remove ms-dos from the list of systems
6012 where the external `sort' command is not used.
6013
6014 2004-03-07 Kim F. Storm <storm@cua.dk>
6015
6016 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
6017 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
6018 from overlay-arrow-variable-list.
6019 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
6020
6021 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
6022
6023 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
6024 overlay arrow string properly for the assembler buffer.
6025
6026 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * mail/sendmail.el (mail-mode): Fix last change.
6029
6030 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
6031
6032 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
6033 for the assembler buffer.
6034 (gdb-assembler-custom): Position the overlay arrow.
6035 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
6036
6037 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
6040
6041 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
6042 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
6043
6044 * mail/sendmail.el (mail-mode): Set comment-start-skip.
6045
6046 * newcomment.el (uncomment-region): Allow non-terminated comment.
6047 (comment-normalize-vars): Check the user-specified comstart marker.
6048
6049 2004-03-04 Jesper Harder <harder@ifa.au.dk>
6050
6051 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
6052 Otherwise, do use it if the region only contains font-lock text
6053 properties.
6054
6055 2004-03-04 Masatake YAMATO <jet@gyve.org>
6056
6057 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
6058 as the callback function for eldoc.
6059 (hexl-print-current-point-info): New function.
6060 (hexl-current-address): Print the address in both decimal
6061 and hexadecimal format.
6062
6063 2004-03-04 Richard M. Stallman <rms@gnu.org>
6064
6065 * mail/rmail.el (rmail-convert-to-babyl-format):
6066 Specify t for UNIBYTE when calling mail-unquote-printable-region.
6067
6068 * mail/mail-utils.el (mail-unquote-printable-region):
6069 New arg UNIBYTE.
6070
6071 * startup.el (command-switch-alist): Doc fix.
6072
6073 * simple.el (undo): Temporarily set this-command to `undo-start',
6074 then set it to `undo' once undo-start returns without error.
6075
6076 * simple.el (minibuffer-history-sexp-flag): Doc fix.
6077
6078 * simple.el (kill-line): Don't disregard trailing whitespace
6079 in eol condition, if show-trailing-whitespace is set.
6080
6081 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
6082 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
6083 When disabling, restore old values only if mouse-sel-has-been-enabled.
6084
6085 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
6086 (isearch-{-char): New function.
6087 (isearch-mode-map): Bind { to isearch-{-char.
6088
6089 * font-lock.el (lisp-font-lock-keywords-2):
6090 Turn off the CL with-... and do-... general patterns.
6091 Instead, recognize several specific with... and do... constructs.
6092
6093 * files.el (switch-to-buffer-other-window):
6094 Bind same-window-buffer-names and same-window-regexps to nil.
6095 (switch-to-buffer-other-frame): Likewise.
6096
6097 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
6100 recognizing leading comment on code line.
6101
6102 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
6105 hidden files/directories.
6106
6107 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6108
6109 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
6110 only comment-start (in case the mode hasn't set it).
6111
6112 * Makefile.in (AUTOGENEL): New var.
6113 (bootstrap-prepare): Rename from bootstrap-clean.
6114 Don't remove elc files.
6115 (maintainer-clean): New target.
6116
6117 * xml.el (xml-get-attribute-or-nil): Simplify.
6118
6119 2004-03-02 Juri Linkov <juri@jurta.org>
6120
6121 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
6122 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
6123 URL to prevent their substitution with the environment variable
6124 values by browsers.
6125
6126 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6127
6128 * ps-print.el: Doc fix.
6129 (ps-print-version): New version number (6.6.3).
6130 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
6131 Docstring fix.
6132 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
6133 before printing.
6134 (ps-time-stamp-yyyy-mm-dd): New fun.
6135 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
6136
6137 2004-03-02 Kim F. Storm <storm@cua.dk>
6138
6139 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
6140
6141 2004-03-01 Juanma Barranquero <lektu@terra.es>
6142
6143 * allout.el (allout-rebullet-heading): Fix typo in docstring.
6144
6145 * desktop.el (desktop-file-version)
6146 (desktop-after-read-hook): Fix typos.
6147 (desktop-clear-preserve-buffers): Remove redundant info in
6148 docstring already shown by the obsolescence message.
6149 (desktop-truncate, desktop-internal-v2s)
6150 (desktop-value-to-string): Change argument name to match docstring.
6151
6152 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
6153
6154 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
6155 docstring.
6156
6157 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6158
6159 * printing.el: Replace "As Is..." in PostScript file print/preview by
6160 "No Preprocessing...". Suggested by Colin Marquardt
6161 <_marquardt_@zmd.de>.
6162 (pr-insert-section-4): Adjust buffer interface.
6163
6164 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6165
6166 Version 2.0.39 of Tramp released.
6167
6168 * net/tramp.el (tramp-handle-file-local-copy)
6169 (tramp-handle-write-region, tramp-open-connection-rsh):
6170 Variable name typo. Small change. From Patrick Tullmann
6171 <tullmann@flux.utah.edu>.
6172 (tramp-process-connection-type): New variable.
6173 (tramp-maybe-open-connection): Use it.
6174 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
6175 (tramp-touch): Set last-modified time of a remote file.
6176 (tramp-handle-write-region): Say which function is used when encoding.
6177
6178 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
6179
6180 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
6181 case of non-existing filename, too. Reported by Christoph Bauer
6182 <c_bauer@informatik.uni-kl.de>.
6183 (tramp-smb-get-file-entries): The directory in question should
6184 have permissions "drwxrwxrwx". Just virtual, because we don't
6185 know the real permissions. Don't we know?
6186 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
6187 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
6188 (tramp-smb-wait-for-output): Optimize algorithm getting pending
6189 output. If it was received chunkwise, there have been problems.
6190 Remove the "prompt not found" error message; it is obvious.
6191 Simplify algorithm.
6192 (tramp-smb-process-running): Remove. Since we acknowledge the
6193 virtual prompt for shares, there's no need for distinction of
6194 reading shares (process ends afterwards) and interactive mode of
6195 smblient.
6196 (tramp-smb-open-connection): Setting process sentinel removed.
6197 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
6198 "NT_STATUS_NETWORK_ACCESS_DENIED".
6199 (tramp-smb-maybe-open-connection): Set `process-connection-type'
6200 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
6201 (top-level): Setting default value in `tramp-default-method-alist'
6202 corrected. Order of USER and HOST have been wrong.
6203 Nobody complained for months ...
6204 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
6205 (tramp-smb-open-connection): Clear password cache if login has failed.
6206
6207 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
6208 `tramp-unified-filenames'.
6209 (tramp-completion-mode): Make test for XEmacs explicitely.
6210 `event-to-character' can exists in Emacs packages too.
6211 Reported by Matt Swift <swift@alum.mit.edu>.
6212 (tramp-buffer-name): Buffer name must contain the user if exists.
6213 Reported by Adrian Phillips <a.phillips@met.no>.
6214 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
6215 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
6216 (tramp-do-copy-or-rename-file-out-of-band): Rename from
6217 `tramp-do-copy-or-rename-file-one-local', because it handles also
6218 the case both files use the same out-of-band method.
6219 Implementation added.
6220 (tramp-handle-file-local-copy, tramp-handle-write-region):
6221 Out-of-band handling removed. `copy-file' called instead, which
6222 calls `tramp-do-copy-or-rename-file-out-of-band'.
6223 (tramp-action-password): Check for out-of-band method removed.
6224 This function is used for 'login-program.
6225 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
6226 appropriate.
6227 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
6228 and `tramp-parse-sknownhosts'.
6229 (tramp-completion-function-alist): It's a defvar now, because we
6230 want to apply the optimized `tramp-set-completion-function'
6231 instead of a static list.
6232 (tramp-set-completion-function): Implementation tuned.
6233 Avoid double entries, and entries where the function or the
6234 file/directory doesn't exist.
6235 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
6236 for SSH2.
6237 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
6238 (tramp-handle-dired-compress-file): New function.
6239 (tramp-async-proc): New variable.
6240 (tramp-handle-shell-command): Adding asynchronous processes.
6241 They are far from being perfect, but it works at least for
6242 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
6243 (top-level): Require password.el if visible. Should be mandatory
6244 once No Gnus has found its way into (X)Emacs.
6245 (tramp-read-passwd): Invoke `password-read' if available,
6246 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
6247 fallback any longer.
6248 (tramp-clear-passwd): New function.
6249 (tramp-process-actions, tramp-process-multi-actions):
6250 Clear password cache if login has failed.
6251
6252 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
6253 its own module.
6254 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
6255 `ange-ftp-ftp-name-res'. There could be incorrect values from
6256 previous calls in case the "ftp" method is used in the Tramp file
6257 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6258
6259 2004-02-28 Richard M. Stallman <rms@gnu.org>
6260
6261 * term.el (term-mouse-paste): Call mouse-set-point.
6262
6263 * thumbs.el: New file.
6264
6265 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6266
6267 * progmodes/ebnf-abn.el: Doc fix.
6268
6269 * progmodes/ebnf-bnf.el: Doc fix.
6270 (ebnf-repeat): Code fix.
6271
6272 * progmodes/ebnf2ps.el: Doc fix.
6273 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
6274
6275 2004-02-28 Juri Linkov <juri@jurta.org>
6276
6277 * ffap.el (dired-at-point): Additional writability test for
6278 relative directory names.
6279 (dired-at-point-prompter): Treat directories as a directory, get
6280 the directory component from files.
6281 (ffap-string-at-point): Return string from region if region is active.
6282 (ffap-file-at-point): Remove redundant code.
6283
6284 2004-02-28 Kim F. Storm <storm@cua.dk>
6285
6286 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
6287 Initialize margin area images to nil.
6288 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6289 (breakpoint-enabled-bitmap-face)
6290 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
6291 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
6292 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
6293 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
6294 (gdb-reset): Use gdb-remove-breakpoint-icons.
6295 (gdb-put-string): Add dprop arg to specify alternative display
6296 property (for setting fringe bitmap).
6297 (gdb-remove-strings): Doc fix.
6298 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
6299 icon in fringe (if available), or else as icon or text in display
6300 margin. Creates necessary icons in breakpoint-bitmap,
6301 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
6302 Also make left window margin if required.
6303 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
6304 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
6305 no longer needed.
6306 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
6307 gdb-put-breakpoint-icon.
6308 (gdb-assembler-mode): Don't set left-margin-width here.
6309
6310 2004-02-27 Kevin Ryde <user42@zip.com.au>
6311
6312 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
6313 comma, so that it DTRT in macros.
6314
6315 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
6316
6317 * progmodes/sh-script.el (sh-shell-arg)
6318 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
6319 (sh-leading-keywords, sh-other-keywords): Fix custom type.
6320
6321 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6322
6323 * faces.el (face-spec-set-match-display): Add a new attribute,
6324 `min-colors'.
6325 (region, highlight, secondary-selection): Use `min-colors'.
6326
6327 * custom.el (defface): Add documentation for `min-colors'.
6328
6329 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6330 (font-lock-keyword-face, font-lock-function-name-face)
6331 (font-lock-variable-name-face, font-lock-constant-face):
6332 Use `min-colors'.
6333
6334 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
6335
6336 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6337
6338 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
6339 define assq-delete-all if it's not defined.
6340 (ebnf-generate-region): Code fix.
6341
6342 * printing.el: Doc fix.
6343 (pr-version): New version number (6.7.2).
6344 (pr-command): Return empty string if command is an empty string.
6345
6346 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6347
6348 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
6349
6350 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
6351 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
6352 semi-down-full. Fix a bug on productions like test = {"test"}* | (
6353 "tt" ["test"] ). Reported by Markus Dreyer
6354 <mdreyer@ix.urz.uni-heidelberg.de>.
6355 (ebnf-version): New version number (4.0).
6356 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
6357 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
6358 (ebnf-delete-style): New commands.
6359 (ebnf-directory, ebnf-file): New funs.
6360 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
6361 (ebnf-production-name-p, ebnf-stop-on-error): New options.
6362 (ebnf-syntax-alist): New var.
6363 (ebnf-element-width): New fun replacing ebnf-list-width.
6364 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
6365 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
6366 (ebnf-prologue): Adjust vars.
6367 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
6368 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
6369 (ebnf-check-style-values, ebnf-generate-production)
6370 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
6371 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
6372 (ebnf-token-repeat): Code fix.
6373
6374 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
6375 %right, %left and %prec. Suggested by Matthew K. Junker
6376 <junker@alum.mit.edu>.
6377 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
6378
6379 * progmodes/ebnf-iso.el: Doc fix.
6380 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
6381 (ebnf-iso-lex): Code fix.
6382
6383 * progmodes/ebnf-bnf.el: Doc fix.
6384 (ebnf-bnf-lex): Code fix.
6385
6386 * progmodes/ebnf-otz.el: Doc fix.
6387
6388 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6389
6390 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
6391 (abbrev-prefix-mark): Doc fix.
6392
6393 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
6394
6395 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
6396 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
6397 (gdb-var-delete): Make interactive (really).
6398 (gdb-edit-value): Make non-interactive.
6399
6400 * progmodes/gud.el (gud-speedbar-menu-items):
6401 Add gdb-var-delete and, indirectly, gdb-edit-value.
6402 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
6403 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
6404 (gud-gdb-marker-filter): Add comment for annotations.
6405
6406 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6407
6408 * calendar/calendar.el (generate-calendar)
6409 (calendar-read-date): Prevent display of BC calendars once more -
6410 reverts 2003-10-01 change.
6411 (generate-calendar-month): Doc fix.
6412
6413 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6414
6415 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
6416 return value of increment-calendar-month.
6417
6418 2004-02-21 Stephen Compall <s11@member.fsf.org>
6419
6420 * saveplace.el (save-place-forget-unreadable-files)
6421 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
6422 (save-place-forget-unreadable-files): New function.
6423 (save-place-alist-to-file): Use it to filter out files that are
6424 no longer readable.
6425
6426 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
6427 current Texinfo environment, using the same method as in
6428 `texinfo-insert-@end', and insert a space rather than a newline if
6429 point in a @table environment.
6430
6431 2004-02-21 Juri Linkov <juri@jurta.org>
6432
6433 * ffap.el (ffap-file-at-point): Try parent directories.
6434
6435 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
6436
6437 * vcursor.el (vcursor-modifiers): New defcustom.
6438 (vcursor-cs-binding): Use vcursor-modifiers instead of a
6439 hard-coded list.
6440
6441 2004-02-21 Masatake YAMATO <jet@gyve.org>
6442
6443 * play/animate.el (animate-birthday-present): Accept names other
6444 than `Sarah', too.
6445
6446 2004-02-21 Juri Linkov <juri@jurta.org>
6447
6448 * startup.el: Remove table of command line arguments from the
6449 Commentary section.
6450
6451 2004-02-20 John Wiegley <johnw@newartisans.com>
6452
6453 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
6454 again" modifier from 'e' to 'E', since 'e' is also used by the
6455 "file extension" modifier.
6456
6457 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
6458
6459 * help-fns.el (describe-categories): Doc fix.
6460
6461 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6462
6463 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
6464 temporary file for buffer already visiting one. This change makes
6465 output likely to be directly usable by patch program.
6466 Suggested by Adrian Aichner <adrian@xemacs.org>
6467
6468 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
6469
6470 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
6471 case of variables defined in compound statements.
6472 (gdb-setup-windows, gdb-source-info, gdb-source-info):
6473 Simplify constructions using switch-to-buffer.
6474
6475 2004-02-19 Simon Josefsson <jas@extundo.com>
6476
6477 * play/morse.el: Fix typo.
6478 (morse-code): Add @.
6479
6480 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6481
6482 * calendar/appt.el (appt-display-format): Change default to
6483 'ignore, for backwards compatibility.
6484 (appt-display-message): If appt-display-format is 'ignore,
6485 respect old vars appt-msg-window and appt-visible.
6486 (appt-activate): Don't depend on return value of cancel-timer.
6487
6488 * calendar/calendar.el (calendar-holidays): Doc fix.
6489
6490 * calendar/cal-coptic.el (coptic-prompt-for-date):
6491 Use assoc-string instead of assoc-ignore-case.
6492 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6493 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6494 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6495 * calendar/cal-islam.el (calendar-goto-islamic-date)
6496 (mark-islamic-diary-entries): Ditto.
6497 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6498 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6499 (calendar-read-mayan-tzolkin-date): Ditto.
6500 * calendar/calendar.el (calendar-read-date): Ditto.
6501 * calendar/diary-lib.el (mark-diary-entries): Ditto.
6502
6503 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
6504
6505 * progmodes/executable.el (executable-command-find-posix-p):
6506 Fix choice of the directory.
6507
6508 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6509
6510 * simple.el (interprogram-cut-function)
6511 (interprogram-paste-function, kill-new, kill-append):
6512 Doc fixes.
6513 (kill-region): Make it return nil. Doc fix.
6514 (yank-pop): Make its argument optional.
6515 (yank): Make ARG `-' equivalent to `-1'.
6516
6517 2004-02-17 Eli Zaretskii <eliz@gnu.org>
6518
6519 * mail/rmail.el (rmail-get-new-mail): Don't reference
6520 rmail-use-spam-filter if rmail-spam-filter is not loaded.
6521
6522 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6523
6524 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
6525 if one of global-auto-revert-non-file-buffers or autorevert-mode
6526 is non-nil.
6527
6528 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6529
6530 * subr.el (delete-dups): A better implementation from Karl Heuer
6531 <kwzh@gnu.org>.
6532
6533 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6534
6535 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
6536 correct place.
6537 * progmodes/icon.el (icon-indent-command): Ditto.
6538 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
6539
6540 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6541
6542 * progmodes/grep.el (grep-compute-defaults): Undo change from
6543 2004-01-29: don't use executable-command-find-posix-p.
6544
6545 2004-02-16 Richard Sharman <rsharman@pobox.com>
6546
6547 * hilit-chg.el: Use require instead of eval-and-compile.
6548 (highlight-compare-buffers): New function.
6549
6550 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
6551
6552 * man.el (Man-fontify-manpage): Render section headings in
6553 `Man-overstrike-face' even when overstrike was not used by man
6554 formatter for section headings.
6555
6556 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
6557
6558 * rmail-spam-filter.el: (vm-use-spam-filter)
6559 (rsf-min-region-length-added-to-spam-list): New variables.
6560 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
6561 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
6562 spam testing. Don't delete spam message if automatic deletion
6563 after output via variable rmail-delete-after-output is turned on.
6564 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
6565 rsf-bbdb-dont-create-entries-for-spam.
6566 (check-field): New function, extracted from code in
6567 rmail-spam-filter to ease addition of header fields like content-type.
6568 (message-content-type): New variable to check the content-type:
6569 field added, also in defcustom of rsf-definitions-alist.
6570 (rmail-spam-filter): Replace repeated test code for header fields
6571 by calls to check-field; change the call to
6572 rmail-output-to-rmail-file such that rmail-current-message stays
6573 the same to avoid wrong deletion of unseen flags.
6574 (rsf-add-contents-type): New function to convert old format
6575 of rmail-spam-definitions-alist into new one.
6576 Change prefixes of all variables and functions from
6577 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
6578
6579 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6580
6581 * loadhist.el (unload-hook-features-list): New defvar.
6582
6583 2004-02-16 Dave Love <fx@gnu.org>
6584
6585 * loadhist.el (unload-feature): Doc fix. Rename flist to
6586 unload-hook-features-list.
6587
6588 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
6589
6590 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
6591 cookie. Don't check if we are looking-at open-formula.
6592
6593 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6594
6595 * subr.el (match-string-no-properties): Use substring-no-properties.
6596
6597 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6598
6599 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
6600 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
6601 Use lower-case "rx" in all error message.
6602
6603 2004-02-16 Dave Love <fx@gnu.org>
6604
6605 * emacs-lisp/rx.el (rx-or): Put group around result.
6606 (rx-constituents): Add backref.
6607 (rx-syntax): Add string-delimiter, comment-delimiter.
6608 (rx-categories): Add combining-diacritic.
6609 (rx-check-not, rx-greedy, rx): Doc fix.
6610 (rx-backref, rx-check-backref): New.
6611
6612 2004-02-16 Jesper Harder <harder@ifa.au.dk>
6613
6614 * newcomment.el (uncomment-region): Allow eob as comment end.
6615
6616 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6617
6618 * filecache.el: All message and error commands now use prefix
6619 "Filecache:" to make it easy to read *Messages* buffer.
6620
6621 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6622
6623 * autorevert.el: Add support to detect changed dired and VC buffers.
6624 (auto-revert-active-p, auto-revert-list-diff)
6625 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
6626 (auto-revert-handler, auto-revert-active-p): New functions.
6627 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
6628 and `auto-revert-active-p'.
6629 (eval-when-compile): Defvar dired-directory and vc-mode.
6630 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6631 (auto-revert-handler-vc): New functions.
6632
6633 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
6634
6635 * progmodes/compile.el (compilation-directory): New defvar.
6636 (compile): Save current directory in compilation-directory.
6637 (recompile): Bind default-directory to compilation-directory if
6638 that is non-nil.
6639
6640 2004-02-16 Dave Love <fx@gnu.org>
6641
6642 * newcomment.el (comment-insert-comment-function)
6643 (comment-region-function, uncomment-region-function): New.
6644 (comment-indent): Use comment-insert-comment-function.
6645 (uncomment-region): Use uncomment-region-function.
6646 (comment-region): Use comment-region-function.
6647
6648 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
6649
6650 2004-02-16 Richard Stallman <rms@gnu.org>
6651
6652 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
6653 loaddefs* and ldefs-boot*.
6654
6655 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6656
6657 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
6658 and email address at the beginning and end of the address.
6659
6660 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
6661 anchored at the beginning of the email address.
6662
6663 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
6664
6665 * international/ccl.el (ccl-compile-write): Pass `left' to
6666 ccl-embed-code to generate correct code of write-expr-register.
6667
6668 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
6669
6670 * progmodes/grep.el (grep-compute-defaults): Fix typos.
6671
6672 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6673
6674 * x-dnd.el: Mention support for Motif in commentary.
6675 (x-dnd-handle-drag-n-drop-event): Ditto.
6676
6677 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6678
6679 * ses.el: Use "ses--" prefixes for buffer-local variables.
6680 Use (point-min) instead of 1, even when we know the buffer
6681 is unnarrowed.
6682 (ses-build-load-map): Delete. Distribute its content to defconst's for
6683 the three maps.
6684 (ses-menu, ses-header-line-menu): New menus.
6685 (ses-mode-map): Use them.
6686 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
6687
6688 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
6689
6690 * Makefile.in: Fix the CC Mode recompile kludge so it works
6691 when building in a different directory.
6692
6693 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
6694
6695 * simple.el (kill-new): Put yank-handler property on the entire string.
6696
6697 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * diff.el: Don't use compile any more, use diff-mode instead.
6700 (diff-regexp-alist, diff-old-file, diff-new-file)
6701 (diff-parse-differences, diff-process-setup): Remove.
6702 (diff-sentinel): New fun.
6703 (diff): Use it. Run the process ourselves.
6704 Use diff-mode for the rest of the processing.
6705
6706 * diff.el (diff): Simplify code handling `switch'.
6707
6708 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6709
6710 * pcvs-defs.el (cvs-menu): Add `tag'.
6711
6712 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6713
6714 * simple.el (kill-append): Doc fix.
6715
6716 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6717 Adapt outline-regexp to the new conventions for commenting out code.
6718
6719 2004-02-11 John Paul Wallington <jpw@gnu.org>
6720
6721 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6722
6723 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * diff.el (diff-switches): New fun.
6726 (diff, diff-backup): Use it.
6727 (diff): Clean up the args construction. Use backquote.
6728 Use listp instead of consp to avoid putting a nil arg.
6729 (diff): Add a revert-buffer function.
6730
6731 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6732
6733 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
6734 handled by x-dnd-handle-file-name.
6735 (x-dnd-known-types): Add COMPOUND_TEXT.
6736 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6737 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6738 x-dnd-empty-state.
6739 (x-dnd-forget-drop): Ditto.
6740 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6741 (x-dnd-handle-one-url): Return private when inserting text.
6742 (x-dnd-insert-ctext): New function.
6743 (x-dnd-handle-file-name): New function for FILE_NAME.
6744 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6745 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6746 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6747
6748 2004-02-10 Kenichi Handa <handa@m17n.org>
6749
6750 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6751 instead of while loop.
6752
6753 2004-02-10 Miles Bader <miles@gnu.org>
6754
6755 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6756
6757 2004-02-09 Kenichi Handa <handa@m17n.org>
6758
6759 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6760 have end-of-line.
6761
6762 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6763
6764 * Makefile.in: Added extra dependencies in the recompile target
6765 needed to cope with the compile time macro expansions in CC Mode.
6766
6767 2004-02-09 Kim F. Storm <storm@cua.dk>
6768
6769 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6770 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6771 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6772 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6773 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6774 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6775 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6776 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6777 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6778 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6779 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6780
6781 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6784 Don't allow shrink if there's a window on our right.
6785
6786 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6787 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6788 Bring together declaration and initialization.
6789 (prolog-mode-variables): Don't set the syntax table.
6790 Don't set paragraph-start and comment-indent-function.
6791 Add /*..*/ to the comment regexps.
6792 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6793 (prolog-mode-map): Don't bind TAB.
6794 (prolog-mode): Set the syntax table.
6795 (prolog-comment-indent): Remove.
6796 (inferior-prolog-mode-map): Initialize in the declaration.
6797 (inferior-prolog-mode-syntax-table)
6798 (inferior-prolog-mode-abbrev-table): New vars.
6799 (inferior-prolog-mode): Derive from comint-mode.
6800 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6801 minibuffer windows.
6802
6803 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6804 in file names, as long as it is unabmiguous.
6805
6806 2004-02-08 Andreas Schwab <schwab@suse.de>
6807
6808 * textmodes/reftex-toc.el
6809 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6810 format. Doc fix.
6811
6812 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6813 format string arguments.
6814
6815 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6816 string argument.
6817
6818 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6819
6820 * play/zone.el (zone-call): Fix format string.
6821
6822 * net/webjump.el (webjump-builtin): Add missing format string argument.
6823
6824 * midnight.el (midnight-delay-set): Remove extra format string argument.
6825
6826 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6827
6828 * hexl.el (hexl-insert-char): Add missing format string argument.
6829
6830 * format.el (format-decode): Fix format string.
6831
6832 * emulation/vi.el (vi-mode): Remove extra format string argument.
6833 (vi-repeat-last-search): Likewise.
6834 (vi-reverse-last-search): Likewise.
6835 (vi-goto-mark): Likewise.
6836 (vi-reverse-last-find-char): Likewise.
6837 (vi-repeat-last-find-char): Likewise.
6838 (vi-locate-def): Likewise.
6839
6840 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6841
6842 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6843 string argument.
6844 (ediff-toggle-regexp-match): Likewise.
6845
6846 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6847 format string argument.
6848
6849 * calc/calc-map.el (calc-get-operator): Remove extra format
6850 string argument.
6851
6852 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6853
6854 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6855 string argument.
6856
6857 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6858
6859 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6860
6861 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6862
6863 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6864 (cl-struct-setf-expander): Likewise.
6865
6866 * vc.el (with-vc-file): Fix unsafe uses of error.
6867 (vc-cancel-version): Likewise.
6868
6869 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6870
6871 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6872 thousands separator; fixes <class>:<line-number> regexp for
6873 non-english locales.
6874
6875 2004-02-08 Andreas Schwab <schwab@suse.de>
6876
6877 * view.el (view-mode-enable): Revert previous change.
6878
6879 2004-02-07 Kim F. Storm <storm@cua.dk>
6880
6881 * simple.el (line-number-at-pos): Rename from line-at-pos.
6882 Uses changed (what-line and vc-annotate-warp-version).
6883
6884 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6887 (diff-mode): Remove aborted attempt at support for compile.el.
6888 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6889
6890 2004-02-06 Andreas Schwab <schwab@suse.de>
6891
6892 * view.el (view-mode-enable): Add view-mode-map to
6893 minor-mode-overriding-map-alist.
6894
6895 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6896
6897 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6898
6899 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6900
6901 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6902 with point inside rather than after the paragraph.
6903
6904 2004-02-04 Sam Steingold <sds@gnu.org>
6905
6906 * mail/smtpmail.el (smtpmail-try-auth-methods):
6907 Do not try authentication when no mechanism is available.
6908 Pass port-name as defaultport to `netrc-machine'.
6909
6910 2004-02-04 Stephen Eglen <stephen@gnu.org>
6911
6912 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6913 to show how minibuffer height can be constrained.
6914
6915 2004-02-04 John Paul Wallington <jpw@gnu.org>
6916
6917 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6918
6919 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6920
6921 * x-dnd.el: New file for drag and drop.
6922
6923 * term/x-win.el: require x-dnd, set after-make-frame-functions
6924 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6925 drag-n-drop event.
6926
6927 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6928 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6929 (dired-dnd-handle-file): New functions for drag and drop support.
6930 (dired-mode): Initialize drag and drop if x-dnd present.
6931
6932 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6933
6934 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6935 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6936 (cperl-mode): Set fill-paragraph-function.
6937 (cperl-fill-paragraph): Make it non-interactive.
6938
6939 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6940
6941 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6942
6943 2004-02-02 David Kastrup <dak@gnu.org>
6944
6945 * replace.el (perform-replace): Allow 'literal argument in
6946 regexp-flag to indicate literal replacement.
6947 (query-replace-regexp-eval): Use it.
6948
6949 2004-02-01 Andreas Schwab <schwab@suse.de>
6950
6951 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6952
6953 2004-02-01 Stephen Eglen <stephen@gnu.org>
6954
6955 * info-look.el: Add support for maxima-mode. Update commentary
6956 because info-lookup-symbol is now bound to C-h S.
6957
6958 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6959
6960 * simple.el (edit-and-eval-command): Bind print-level and
6961 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6962 Correct initial position in command-history.
6963
6964 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6965
6966 * files.el (read-directory-name): Adapt the docstring to recent
6967 change in Fread_file_name.
6968
6969 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6970
6971 * ses.el (ses-print-cell): If print format too wide for column
6972 width, truncate decimal places if that helps to avoid "#####" fill.
6973 * ses.el (ses-initial-column-width): Revert previous change.
6974
6975 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6978 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6979 Add edebug info.
6980 (jit-lock-mode): Setup/cancel the new timer.
6981 (jit-lock-context-fontify): New fun. Extracted from
6982 context fontification code of jit-lock-stealth-fontify.
6983 (jit-lock-stealth-fontify): Don't do context fontification any more.
6984
6985 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6986 (jit-lock-fontify-now): Handle the `quit' case.
6987 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6988
6989 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6990
6991 * progmodes/executable.el (executable-command-find-posix-p):
6992 New. Check if find handles arguments Posix-style.
6993
6994 * progmodes/grep.el (grep-compute-defaults):
6995 Use executable-command-find-posix-p.
6996 (grep-find): Check `grep-find-command'.
6997
6998 * filecache.el (file-cache-find-posix-p): Delete.
6999 (file-cache-add-directory-using-find):
7000 Use `executable-command-find-posix-p'.
7001
7002 2004-01-29 Dave Love <fx@gnu.org>
7003
7004 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7005 Iterate the hook function if arg is given.
7006 (mark-defun, narrow-to-defun): Change order of finding the limits.
7007
7008 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
7009 (byte-compile-format-warn): New.
7010 (byte-compile-callargs-warn): Use it.
7011 (Format, message, error): Add byte-compile-format-like property.
7012 (byte-compile-maybe-guarded): New.
7013 (byte-compile-if, byte-compile-cond): Use it.
7014 (byte-compile-lambda): Compile interactive forms,
7015 just to make warnings about them.
7016
7017 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
7018
7019 * ses.el (ses-initial-column-width): Increase to 14, so it will
7020 work well with the default printer of "%.7g" for extreme values
7021 like "-1.234567e+07".
7022
7023 2004-01-29 Kenichi Handa <handa@m17n.org>
7024
7025 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7026
7027 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
7028
7029 * dos-w32.el: Added support for the `default-printer-name' function.
7030
7031 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7032
7033 * server.el (server-socket-name): Don't use the hostname in the
7034 socket name since /tmp is local to the host anyway.
7035
7036 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
7037 robust check of widening and fix var-naming.
7038
7039 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
7040
7041 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
7042 or rmail-spam- to rsf- in all function and variable names.
7043 (rsf-min-region-to-spam-list): New variable.
7044 (rsf-bbdb-auto-delete-spam-entries): Rename from
7045 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
7046 scanned together with the recipients field for spam testing; Don't
7047 delete spam message if rmail-delete-after-output is non-nil;
7048 (rsf-check-field): New function, extracted from code in
7049 rmail-spam-filter to ease addition of header fields like
7050 content-type:;
7051 (message-content-type): New variable. The content-type: field was
7052 added also in defcustom of rsf-definitions-alist;
7053 (rmail-spam-filter): Replace repeated test code for header fields
7054 by calls to check-field; change the call to
7055 rmail-output-to-rmail-file such that rmail-current-message stays
7056 the same to avoid wrong deletion of unseen flags.
7057 (rmail-use-spam-filter): Add autoload cookie.
7058
7059 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
7060
7061 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
7062 (file-cache-add-directory-using-find): Add Cygwin support.
7063 (file-cache-find-command-posix-flag): New user variable.
7064
7065 * filecache.el (file-cache-add-directory): Check for
7066 directories an remove them from dir-files.
7067
7068 2004-01-27 Richard M. Stallman <rms@gnu.org>
7069
7070 * man.el (Man-fontify-manpage): Clean up message.
7071
7072 2004-01-27 Kenichi Handa <handa@m17n.org>
7073
7074 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
7075 (sentence-end): Define using sentence-end-without-space.
7076
7077 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
7078 a sentence ends with one of a character in sentence-end-without-space.
7079
7080 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * font-lock.el (font-lock): Add jit-lock as explicit group member.
7083 (jit-lock): Group declaration moved to jit-lock.el.
7084 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
7085 when necessary.
7086
7087 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
7088 (jit-lock-context-unfontify-pos): Rename from
7089 jit-lock-first-unfontify-pos.
7090 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
7091
7092 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7093
7094 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
7095 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
7096 (fortran-fill): When filling a string, adjust re-search-backward
7097 argument for special case of string just on fill-column.
7098 When filling non-string, allow one extra char if
7099 fortran-break-before-delimiters is non-nil.
7100 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
7101 Use fortran-break-delimiters-re and fortran-no-break-re to
7102 correctly handle cases such as "**".
7103
7104 * progmodes/f90.el (f90-break-delimiters): Doc fix.
7105 (f90-no-break-re): Add some extra tokens. Doc fix.
7106
7107 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
7108
7109 * mail/rmail-spam-filter.el:
7110 Use two semicolons as Commentary line prefix.
7111 Add ";;; Code:" stylized comment.
7112 Delete end-of-line whitespace.
7113 Wrap (require 'cl) with `eval-when-compile'.
7114
7115 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
7116
7117 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
7118 at the top level of vc.el.
7119
7120 2004-01-23 Andre Spiegel <spiegel@gnu.org>
7121
7122 * vc.el (vc-current-line): Function removed. This is now done by
7123 the new function line-at-pos in simple.el.
7124 (vc-annotate-warp-version): Use line-at-pos instead of
7125 vc-current-line.
7126
7127 2004-01-22 Kim F. Storm <storm@cua.dk>
7128
7129 * simple.el (line-at-pos): New defun.
7130 (what-line): Use it. Optimize by only counting lines in narrowed
7131 region once.
7132
7133 2004-01-22 Kenichi Handa <handa@m17n.org>
7134
7135 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
7136 point (register r1) only for charset mule-unicode-0100-24ff.
7137
7138 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
7139
7140 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
7141 trailing white space and ensure a final newline.
7142
7143 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
7144 Add autoload cookie.
7145
7146 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
7147
7148 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
7149 activate view-mode explicitly.
7150
7151 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7152
7153 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
7154 use clipboard first.
7155
7156 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
7159 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
7160 (vc-mcvs-cvs): Remove.
7161 (vc-mcvs-command): Remove use of assert.
7162
7163 * outline.el (outline-insert-heading): Tighten up match.
7164 (outline-demote, outline-move-subtree-down): Don't assume anything
7165 about outline-regexp.
7166
7167 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
7168 (texinfo-show-structure): Explicitly add ^, and simplify.
7169
7170 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7171
7172 * calendar/appt.el (appt-check): Restore usage of
7173 appt-issue-message deleted in previous change.
7174 (top-level): Activate package when loaded (needed for backwards
7175 compatibility).
7176
7177 2004-01-20 Jesper Harder <harder@ifa.au.dk>
7178
7179 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
7180 following previous change to smtpmail-send-data.
7181
7182 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
7183
7184 * vc.el (vc-default-previous-version): Doc enhancement.
7185 (vc-default-next-version): New function.
7186 (vc-print-log): New arg FOCUS-REV.
7187 (vc-annotate-mode): Derive from view-mode.
7188 (vc-annotate): New args REVISION, DISPLAY-MODE.
7189 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
7190 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
7191 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
7192 (vc-annotate-show-diff-revision-at-line, vc-current-line)
7193 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
7194
7195 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
7196
7197 2004-01-19 Karl Berry <karl@gnu.org>
7198
7199 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
7200 or "TexInfo".
7201
7202 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
7203
7204 * subr.el (delete-dups): New function.
7205
7206 2004-01-19 Karl Berry <karl@gnu.org>
7207
7208 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
7209 with ^, since that's what texinfo-show-structure
7210 documentation says (plus it works much better in texinfo.txi).
7211
7212 2004-01-18 Jesper Harder <harder@ifa.au.dk>
7213
7214 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
7215
7216 2004-01-18 David Ponce <david@dponce.com> (tiny change)
7217
7218 * progmodes/which-func.el (which-function-mode): Don't cancel
7219 which-func-update-timer if not set.
7220
7221 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
7222
7223 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
7224 Remove spurious left square bracket in XX:XXam regexp.
7225
7226 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
7227
7228 * progmodes/cc-defs.el: Do not require cl at run time.
7229
7230 2004-01-16 Richard M. Stallman <rms@gnu.org>
7231
7232 * emacs-lisp/cl.el (cl-cannot-unload): New function.
7233 (cl-unload-hook): Defvar this to run cl-cannot-unload.
7234
7235 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
7236 Call rmail-spam-filter. Delete and expunge spam.
7237 Print number of spam messages deleted.
7238 Save and restore the deletion status of old messages when reading
7239 new mail with spam filter, so that expunging spam does not expunge
7240 msgs deleted by the user.
7241 (rmail-only-expunge): Add an optional argument dont-show to
7242 prevent showing message after expunge.
7243
7244 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7245
7246 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
7247 * subr.el (declare): New macro.
7248
7249 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
7250
7251 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
7252
7253 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7256 Test window-system rather than system-type (for X11/Mac).
7257
7258 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
7259
7260 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
7261
7262 2004-01-12 Richard M. Stallman <rms@gnu.org>
7263
7264 * mail/rmail.el (rmail-convert-to-babyl-format):
7265 Use mail-unquote-printable-region.
7266 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
7267 (rmail-hex-char-to-integer): Functions deleted.
7268
7269 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
7270 (mail-unquote-printable-region): New arg NOERROR.
7271 For invalid encoding, either signal an error to just return nil.
7272
7273 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7274
7275 * calendar/appt.el: Update copyright and commentary.
7276 (appt-issue-message): Make obsolete.
7277 (appt-visible, appt-msg-window): Make obsolete, in favour of
7278 appt-display-format.
7279 (appt-display-mode-line, appt-display-duration)
7280 (appt-display-diary, appt-time-msg-list, appt-mode-string)
7281 (appt-prev-comp-time, appt-display-count, appt-timer)
7282 (appt-convert-time): Doc change.
7283 (appt-disp-window-function, appt-delete-window-function):
7284 Use defcustom rather than defvar.
7285 (appt-display-format): New variable.
7286 (appt-display-message): New function with display code from appt-check.
7287 (appt-check): Add optional FORCE argument. Doc change.
7288 Add appt-make-list to diary-hook if displaying diary.
7289 Remove checking of view-diary-entries-initially.
7290 Message display section removed to new function appt-display-message.
7291 (appt-display-window): Doc change. Remove unused internal var
7292 this-buffer. Do not beep, since appt-display-message does that.
7293 (appt-make-list): Doc change. Use caar.
7294 (appt-sort-list): Simplify by using builtin sort function.
7295 (appt-update-list): New function for updating appts when diary is
7296 saved.
7297 (appt-activate): New autoloaded function to toggle package
7298 functionality.
7299
7300 * calendar/cal-x.el: (calendar-one-frame-setup)
7301 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
7302
7303 * calendar/calendar.el: Update copyright.
7304 (view-diary-entries-initially, european-calendar-style): Doc change.
7305 (calendar-setup): Make defcustom rather than defvar.
7306 (mark-visible-calendar-date): Initialize temp-face and faceinfo
7307 in let binding so local to function.
7308
7309 * calendar/diary-lib.el: Update copyright.
7310 (diary, diary-entry-time): Doc change.
7311 (list-diary-entries): Doc change. Trivial logic change.
7312 (fancy-diary-display): Restore make-face command mistakenly
7313 deleted 2003-05-08.
7314 (show-all-diary-entries): Allow to pop-up frame if needed.
7315
7316 2004-01-09 John Paul Wallington <jpw@gnu.org>
7317
7318 * bindings.el (mode-line-change-eol): Add EVENT parameter.
7319 Temporarily select EVENT's window for changing eol type.
7320
7321 2004-01-09 Deepak Goel <deego@gnufans.org>
7322
7323 * calendar/diary-lib.el (diary-entry-time):
7324 Also accept time in the form XX[.XX][am/pm/AM/PM].
7325 (fancy-diary-font-lock-keywords): Likewise.
7326 (diary-font-lock-keywords): Likewise.
7327 * calendar/appt.el (appt-add): Likewise.
7328 (appt-make-list): Likewise.
7329 (appt-convert-time): Likewise.
7330
7331 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
7332
7333 * gdb-ui.el (gdb-ann3): Revert previous change.
7334 (gdb-source-info): Allow for case of where compilation directory
7335 is not recorded.
7336
7337 2004-01-08 John Paul Wallington <jpw@gnu.org>
7338
7339 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
7340
7341 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
7342
7343 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
7344
7345 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
7346 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
7347 problems.
7348 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
7349
7350 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7351
7352 * files.el (write-file-functions, write-contents-functions):
7353 Clarify docstrings.
7354
7355 2004-01-07 Kenichi Handa <handa@m17n.org>
7356
7357 * international/mule.el (set-auto-coding): Fix for the case that
7358 end-of-line is only CR.
7359
7360 2004-01-07 Kim F. Storm <storm@cua.dk>
7361
7362 * subr.el (event-start, event-end): Doc fix.
7363 (posn-string, posn-image): New defuns.
7364 (posn-object): Return either image or string object.
7365 (posn-object-x-y): Return 8th element of position.
7366 (posn-object-width-height): New defun.
7367
7368 2004-01-06 Andreas Schwab <schwab@suse.de>
7369
7370 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
7371 output.
7372
7373 2004-01-05 Karl Berry <karl@gnu.org>
7374
7375 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
7376 / and *, too.
7377
7378 2003-12-31 Simon Josefsson <jas@extundo.com>
7379
7380 * files.el (before-save-hook): Add.
7381 (basic-save-buffer): Use before-save-hook.
7382
7383 * emacs-lisp/copyright.el: Fix comment to recommend
7384 before-save-hook instead of write-file-functions.
7385
7386 2004-01-05 Richard M. Stallman <rms@gnu.org>
7387
7388 * finder.el (finder-commentary): Call delete-other-windows.
7389
7390 * net/ange-ftp.el (ange-ftp-file-attributes):
7391 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
7392
7393 2004-01-04 Karl Berry <karl@gnu.org>
7394
7395 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
7396 comment characters % and # in the copyright year notice,
7397 as well as ;.
7398
7399 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
7400
7401 * wid-edit.el (default): Define dummy :value-delete.
7402 Reported by Jesper Harder <harder@ifa.au.dk>.
7403
7404 2004-01-03 Richard M. Stallman <rms@gnu.org>
7405
7406 * progmodes/compile.el (compile-internal): Use point, not point-min,
7407 for set-window-point.
7408
7409 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
7410
7411 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
7412
7413 * progmodes/grep.el (grep-mode-map):
7414 Don't remap next-line, previous-line.
7415
7416 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
7417
7418 * speedbar.el (speedbar-edit-line): Change regexp to position
7419 the cursor on the first character of this line's button.
7420
7421 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7422
7423 * subr.el (functionp): Doc fix.
7424
7425 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
7426
7427 * progmodes/idlwave.el (idlwave-make-tags):
7428 * textmodes/flyspell.el (flyspell-large-region):.
7429 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
7430 * emulation/viper-util.el (viper-glob-unix-files):
7431 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
7432 * man.el (Man-init-defvars):
7433 * jka-compr.el (jka-compr-call-process):
7434 * files.el (get-free-disk-space,insert-directory):
7435 * ediff-ptch.el (ediff-test-patch-utility):
7436 * ediff-diff.el (ediff-test-utility):
7437 * dired-aux.el (dired-check-process):
7438 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
7439 test the return value of call-process, because it can be a string.
7440
7441 2003-12-31 John Paul Wallington <jpw@gnu.org>
7442
7443 * bindings.el (completion-ignored-extensions): Add .pfsl.
7444
7445 2003-12-31 Kim F. Storm <storm@cua.dk>
7446
7447 * ido.el (ido-nonreadable-directory-p): New defun to check for
7448 nonreadable directory without activating tramp (to avoid problems
7449 with checking incomplete tramp paths).
7450 (ido-set-current-directory, ido-file-internal)
7451 (ido-file-name-all-completions1): Use it.
7452
7453 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7454
7455 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
7456 documentation if the anchor (or node) name is preceded by `info
7457 anchor' or `Info anchor' in addition to earlier `info node' and
7458 `Info node'.
7459 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
7460
7461 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7462
7463 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
7464 error in arguments to base64-decode-region. Remove ^M characters
7465 after decoding base64.
7466
7467 2003-12-30 Simon Josefsson <jas@extundo.com>
7468
7469 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
7470 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
7471 have only been distributed with Emacs for some years.
7472 (texinfo-mode-hook): Customize.
7473
7474 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7475
7476 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
7477 cleaner (suggested by Richard Stallman).
7478
7479 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7480 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
7481 file-name clashes on 8+3 DOS filesystems.
7482
7483 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
7484 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
7485 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
7486 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
7487 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
7488 file-name clashes on 8+3 filesystems.
7489
7490 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
7491 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
7492 file-name clashes on 8+3 DOS filesystems.
7493
7494 2003-12-29 Richard M. Stallman <rms@gnu.org>
7495
7496 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
7497 Upcase the character.
7498
7499 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7500 Search for header separator alone on a line, literally,
7501 and search for it backward, not forward.
7502 (flyspell-abbrev-table): Always use global-abbrev-table
7503 if there is no local one.
7504
7505 * progmodes/sh-script.el (sh-get-indent-info):
7506 Don't move point back if at bob.
7507
7508 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
7509
7510 * play/handwrite.el (handwrite): Make the handwrite credit message
7511 a comment rather than an output command.
7512
7513 * obsolete/sc.el: Display message that this file is obsolete.
7514
7515 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
7516
7517 * mail/rfc822.el (rfc822-address-start): Declare variable.
7518 Renamed from address-start. All uses changed.
7519
7520 * term.el (term-exec): Set up sentinel.
7521 (term-sentinel): New function.
7522 (term-handle-exit): New function.
7523
7524 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7525 Use assoc-string, and mark them obsolete.
7526 (delay-mode-hooks): Mark as permanent local.
7527
7528 * simple.el (sendmail-user-agent-compose): Use assoc-string.
7529
7530 * register.el (copy-rectangle-to-register): Doc fix.
7531
7532 * info.el (Info-insert-dir): Use assoc-string.
7533
7534 * info-look.el (info-lookup): Use assoc-string.
7535
7536 * frame.el (pop-up-frame-function): Use quote, not `function'.
7537 (frame-notice-user-settings): Calculate ADJUSTED-TOP
7538 copying with lists as coordinate values.
7539
7540 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
7541
7542 * find-dired.el (kill-find): New command.
7543 (find-dired): Make buffer read-only.
7544 Set up a keymap with C-c C-k running kill-find.
7545 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
7546
7547 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
7548
7549 * filecache.el (file-cache-ignore-case): New variable.
7550 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
7551
7552 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
7553 (comint-dynamic-complete-as-filename): Rename local vars.
7554 (comint-dynamic-list-filename-completions): Likewise.
7555
7556 * comint.el (comint-dynamic-list-completions-config): New var.
7557 (comint-dynamic-list-completions): Handle both SPC and TAB right.
7558
7559 * comint.el (comint-file-name-chars): Add [].
7560 (comint-word): Use skip-chars-backward, not search.
7561
7562 * shell.el (shell-file-name-chars): Add [].
7563
7564 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
7565
7566 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
7567
7568 * generic.el (define-generic-mode): Doc fix.
7569
7570 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7571
7572 * files.el (kill-some-buffers): Doc fix.
7573
7574 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
7575
7576 * comint.el (comint-watch-for-password-prompt): Pass `string' as
7577 arg to send-invisible
7578 (send-invisible): Doc fix. The argument is now a prompt, not the
7579 string to send.
7580 (comint-read-noecho): Doc fix.
7581
7582 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
7583
7584 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
7585 "@", as required by some ISP hosting service. Fix defcustom
7586 argument syntax errors that prevented use of customization.
7587
7588 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7589
7590 * xml.el (xml-get-attribute-or-nil): Doc fix.
7591
7592 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
7593
7594 * net/zone-mode.el (zone-mode): Use write-file-functions, not
7595 write-file-hooks.
7596
7597 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
7598
7599 * autorevert.el (auto-revert-interval): Doc fix.
7600
7601 2003-12-29 Mark A. Hershberger <mah@everybody.org>
7602
7603 * xml.el (xml-get-attribute-or-nil): New function, like
7604 xml-get-attribute, but returns nil if the attribute was not found.
7605 (xml-get-attribute): Convert to defsubst, uses
7606 xml-get-attribute-or-nil.
7607
7608 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7609
7610 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7611
7612 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
7613
7614 * custom.el (custom-declare-theme): Use `value' when putting
7615 properties on `theme'.
7616
7617 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
7618
7619 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
7620 for each yank-handler segment.
7621 (insert-for-yank-1): New function, with the body of the previous
7622 insert-for-yank.
7623
7624 * textmodes/table.el (table-yank-handler): New defcustom.
7625 (table--put-cell-indicator-property): Put yank-handler property
7626 that indicates the yank handler for the table cell.
7627
7628 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7629
7630 * generic-x.el (etc-modules-conf-generic-mode): A more complete
7631 set of keywords.
7632
7633 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7634
7635 * international/mule-cmds.el (reset-language-environment)
7636 (set-language-environment): Don't invoke fontset-related functions
7637 if fontset-list is not fboundp.
7638
7639 2003-12-29 Kenichi Handa <handa@m17n.org>
7640
7641 * international/mule-cmds.el (reset-language-environment):
7642 Call set-overriding-fontspec-internal with nil.
7643 (set-language-environment): Call set-overriding-fontspec-internal
7644 if the language environment specify `overriding-fontspec'.
7645 (language-info-alist): Doc added.
7646
7647 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
7648 characters of mule-unicode-0100-24ff.
7649 (ccl-encode-windows-1251-font): New CCL program.
7650 ("Bulgarian"): Specify overriding-fontspec.
7651 ("Belarusian"): Likewise.
7652
7653 2003-12-28 Sam Steingold <sds@gnu.org>
7654
7655 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
7656 parameter ID-FORMAT to conform with the 2003-11-30 patch.
7657
7658 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
7659
7660 * progmodes/gud.el (gud-gdb-command-name): Set default to
7661 "gdb --annotate=3".
7662 (gud-gdb-marker-filter): Look out for annotations.
7663 (gdb-first-pre-prompt): New variable.
7664 Remove trailing white space.
7665
7666 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
7667 if necessary.
7668 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
7669 annotations are detected.
7670 (gud-gdba-marker-filter): Use global variable gud-marker-acc
7671 instead of a local one to allow transition from
7672 gud-gdb-marker-filter.
7673 Remove trailing white space.
7674
7675 2003-12-27 Kim F. Storm <storm@cua.dk>
7676
7677 * ido.el: Handle non-readable directories.
7678 (ido-decorations): Add 9th element for non-readable directory.
7679 (ido-directory-nonreadable): New dynamic var.
7680 (ido-set-current-directory): Set it.
7681 (ido-read-buffer, ido-file-internal):
7682 (ido-read-file-name, ido-read-directory-name): Let-bind it.
7683 (ido-file-name-all-completions1): Return empty list for
7684 non-readable directory.
7685 (ido-exhibit): Print [Not readable] if directory is not readable.
7686 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
7687 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
7688 Use it.
7689
7690 2003-12-27 Lars Hansen <larsh@math.ku.dk>
7691
7692 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
7693 calls to directory-files-and-attributes and file-attributes.
7694 (ls-lisp-format): Remove system dependent handling of user and
7695 group id's.
7696
7697 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
7698
7699 * ffap.el (ffap-read-file-or-url): Revert previous change.
7700
7701 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
7702
7703 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
7704 new list of included files called `files-with-node-lines', that
7705 only have node lines. This way @include commands can include any
7706 file, such as version and update files without node lines, not
7707 just files that are chapters.
7708
7709 2003-12-25 Andreas Schwab <schwab@suse.de>
7710
7711 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
7712 file not found.
7713
7714 2003-12-08 Miles Bader <miles@gnu.org>
7715
7716 * dired.el (dired-between-files): Always use dired-move-to-filename,
7717 which is more robust in non-english locales.
7718
7719 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7720
7721 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7722
7723 2003-12-24 Andreas Schwab <schwab@suse.de>
7724
7725 * shell.el (shell-file-name-quote-list): Add backslash.
7726
7727 * comint.el (comint-quote-filename): Correctly handle backslash
7728 in comint-file-name-quote-list.
7729
7730 2003-12-24 Kenichi Handa <handa@m17n.org>
7731
7732 * international/mule-cmds.el (set-default-coding-systems):
7733 Call ucs-set-table-for-input for all buffers that don't have local
7734 value of buffer-file-coding-system.
7735
7736 * international/ucs-tables.el (ucs-set-table-for-input):
7737 If translation-table-for-encode is a symbol, get its
7738 translation-table property.
7739
7740 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7741
7742 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7743 to `completing-read' on a recently fixed bug.
7744
7745 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7746 instead of SPACE, to get the list of possible fringe modes.
7747 SPACE only works if both `partial-completion-mode' and
7748 `completion-auto-help' are nil.
7749
7750 * complete.el (PC-is-complete-p): Delete.
7751 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7752 calls to `test-completion'.
7753
7754 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7755
7756 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7757 to edit values when there are no children.
7758
7759 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7760 a mode called "Assembler" already exists.
7761 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7762 (gud-watch): Use format option. Remove font properties from string.
7763 (gdb-var-create-handler, gdb-var-list-children-handler):
7764 Don't bother about properties as there are none.
7765 (gdb-var-create-handler, gdb-var-list-children-handler)
7766 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7767 with two arguments.
7768 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7769 Let speedbar show value changes with a different font.
7770 (gdb-edit-value): New defun.
7771 (gdb-clear-partial-output, gdb-clear-inferior-io)
7772 (def-gdb-auto-update-handler): Use erase-buffer.
7773 (gdb-frame-handler): Display watch expressions in
7774 FUNCTION::VARIABLE format if required.
7775
7776 2003-12-23 John Paul Wallington <jpw@gnu.org>
7777
7778 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7779 (Info-goto-emacs-command-node): Doc fixes.
7780
7781 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7782
7783 * cus-edit.el (custom-add-parent-links): Define "many".
7784
7785 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7786
7787 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7788 (widget-child-validate, widget-type-value-create)
7789 (widget-type-default-get, widget-type-match): New functions.
7790 (lazy): New widget.
7791 (menu-choice, checklist, radio-button-choice, editable-list)
7792 (group, documentation-string): Remove redundant (per 2003-10-25
7793 change) calls to `widget-children-value-delete'.
7794 (widget-choice-value-get, widget-choice-value-inline): Remove.
7795 (menu-choice): Update widget.
7796
7797 2003-12-03 Kenichi Handa <handa@m17n.org>
7798
7799 * language/cyrillic.el: Register "microsoft-cp1251" in
7800 ctext-non-standard-encodings-alist.
7801 ("Bulgarian"): Add ctext-non-standard-encodings.
7802 ("Belarusian"): Likewise.
7803
7804 * international/mule-conf.el (compound-text-with-extensions):
7805 Change the type to 2 (iso-2022 base).
7806
7807 * international/mule.el (ctext-non-standard-encodings-alist):
7808 Change the format.
7809 (ctext-non-standard-encodings): New variable.
7810 (ctext-post-read-conversion): Fully re-written.
7811 (ctext-non-standard-designations-alist): Delete it.
7812 (ctext-non-standard-encodings-table): New function.
7813 (ctext-pre-write-conversion): Fully re-written.
7814
7815 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7816
7817 * cus-edit.el (custom-add-parent-links): Add documentation links
7818 for parent, if the item has none of its own.
7819
7820 2003-11-30 Richard M. Stallman <rms@gnu.org>
7821
7822 * dired-aux.el (dired-do-query-replace-regexp):
7823 Report files visited read-only.
7824
7825 2003-11-30 Juri Linkov <juri@jurta.org>
7826
7827 * dired-aux.el (dired-compare-directories): New command.
7828 (dired-file-set-difference, dired-files-attributes): New functions.
7829
7830 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7831 Version 2.0.38 of Tramp released.
7832
7833 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7834 Charles Curley <charlescurley@charlescurley.com>.
7835 (tramp-multi-connection-function-alist): Add ssht entry which adds
7836 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7837 Aichner.
7838 (tramp-get-method-parameter): New function to retrieve a method
7839 parameter. This allows for omission of method parameters.
7840 Callers adjusted.
7841
7842 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7843
7844 * net/tramp.el: Add new optional parameter ID-FORMAT to
7845 `file-attributes'. Calls of `file-attributes' won't use this
7846 parameter for backward compatibility reasons.
7847 (tramp-perl-file-attributes): Add a new parameter to Perl script
7848 in order to handle uid/gid as strings, if desired.
7849 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7850 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7851 order to make the function more general.
7852 (tramp-handle-file-attributes): Replace proprietary optional
7853 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7854 (tramp-handle-file-attributes-with-perl): Handle parameter
7855 NONNUMERIC if set. This wasn't done in the past.
7856 (tramp-post-connection): Apply second parameter "$2" if
7857 `tramp-remote-perl' is called.
7858
7859 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7860 Correct cut'n'waste error (`filename' instead of `directory').
7861 (tramp-smb-handle-directory-files-and-attributes)
7862 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7863 introduced parameter ID-FORMAT.
7864 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7865 error (`directory' instead of `ldir').
7866
7867 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7868 `file-attributes' has a second parameter. If yes, apply it with
7869 value "'integer". Otherwise, don't use that parameter (default is
7870 integer format).
7871
7872 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7873
7874 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7875 (help-for-help): Add `C-h .' to the listed Help options.
7876 Remove trailing whitespace.
7877
7878 * help-at-pt.el: New file.
7879
7880 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7881
7882 * subr.el (noreturn, 1value): New macros for test coverage.
7883 See `testcover.el'.
7884
7885 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7886
7887 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7888 for macro `1value'.
7889 (testcover-1value): New function. Checks that a 1value form
7890 actually returns only one value. Requested by RMS.
7891
7892 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7893
7894 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7895 (gdb-var-list-children, gdb-var-list-children-handler)
7896 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7897 gdb commands that use mi to keep them out of the command history.
7898
7899 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7900
7901 * cus-start.el (all): Add use-file-dialog.
7902
7903 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7906
7907 2003-11-27 Kim F. Storm <storm@cua.dk>
7908
7909 * subr.el (posn-object-x-y): New defun.
7910
7911 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7914 Don't use `space' for \\\n.
7915 Be more selective as to which # are comment-starters.
7916
7917 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7918
7919 * subr.el (number-sequence): Improve handling of floating point
7920 arguments (suggested by Kim Storm). Allow negative arguments.
7921
7922 2003-11-26 Kenichi Handa <handa@m17n.org>
7923
7924 * international/mule-cmds.el (standard-display-european-internal):
7925 Cancel the standard-display-table setting for ` and '.
7926
7927 2003-11-26 Kim F. Storm <storm@cua.dk>
7928
7929 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7930 New defcustoms to add ffap-like functionality to ido.
7931 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7932 (ido-no-final-slash): New defun.
7933 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7934 (ido-read-file-name): ): Toggle VC checking via
7935 vc-handled-backends instead of vc-master-templates.
7936 (ido-file-internal): Handle ido-use-url-at-point and
7937 ido-use-filename-at-point via code borrowed from ffap-guesser.
7938 Handle new ido-exit code ffap.
7939 (ido-sort-list): Ignore final slash when sorting file names.
7940
7941 2003-11-25 Kim F. Storm <storm@cua.dk>
7942
7943 * emulation/cua-base.el (cua--standard-movement-commands):
7944 Add forward-sentence and backward-sentence.
7945
7946 2003-11-25 Stephen Eglen <stephen@gnu.org>
7947
7948 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7949 iswitchb-exit is set to 'usefirst when user selects buffer at head
7950 of list using RET. (Selecting buffers at the head of the list was
7951 broken if the substring was also a complete buffername.)
7952
7953 2003-11-23 Kim F. Storm <storm@cua.dk>
7954
7955 * progmodes/compile.el (grep-command, grep-use-null-device)
7956 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7957 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7958 (grep-regexp-alist, grep-program, find-program)
7959 (grep-find-use-xargs, grep-history, grep-find-history)
7960 (grep-process-setup, grep-compute-defaults)
7961 (grep-default-command, grep, grep-tag-default, grep-find)
7962 (grep-expand-command-macros, grep-tree-last-regexp)
7963 (grep-tree-last-files, grep-tree): Move grep variables, functions
7964 and commands to new file grep.el.
7965 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7966 (compilation-process-setup-function): Doc fix.
7967 (compilation-highlight-regexp, compilation-highlight-overlay): New
7968 defvars used for highlighting current compile error in source buffer.
7969 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7970 LOCAL-MAP which overrides compilation-highlight-regexp and
7971 compilation-mode-map for this compilation.
7972 Delay calling compilation-set-window-height until after running
7973 compilation-process-setup-function so it can buffer-local override
7974 compilation-window-height.
7975 Check buffer-local value of compilation-scroll-output.
7976 (compilation-set-window-height): Use buffer-local value of
7977 compilation-window-height.
7978 (compilation-revert-buffer): Don't pass (undefined)
7979 preserve-modes arg to revert-buffer.
7980 (next-error-no-select, previous-error-no-select): New commands.
7981 (compilation-goto-locus): Temporarily highlight current match in
7982 source buffer using compilation-highlight-regexp.
7983
7984 * progmodes/grep.el: New file with grep code from compile.el.
7985 (grep): New defcustom group.
7986 (grep-window-height): New defcustom, like compilation-window-height.
7987 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7988 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7989 (grep-command, grep-use-null-device, grep-find-command)
7990 (grep-tree-files-aliases, grep-tree-ignore-case)
7991 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7992 (grep-setup-hook): New hook variable.
7993 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7994 (grep-last-buffer): New defvar, override compilation-last-buffer.
7995 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7996 Call compile-internal with args highlight-regexp and grep-mode-map.
7997
7998 2003-11-23 Kim F. Storm <storm@cua.dk>
7999
8000 * subr.el (event-start, event-end): Doc fix.
8001 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
8002 (posn-area, posn-actual-col-row, posn-object): New defuns.
8003 (posn-col-row): Simplify doc. Rewrite to use cond.
8004 (posn-point): Also return buffer position for events outside text
8005 area (that info is now present in the event position).
8006
8007 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
8008 mouse-set-point so that hscroll still works now that clicks on
8009 fringes generate specific mouse events.
8010 (mouse-set-point): Note that it now works in fringes and margins
8011 too due to new semantics of posn-point in fringes and margins.
8012
8013 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
8014 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
8015
8016 2003-11-20 Kim F. Storm <storm@cua.dk>
8017
8018 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
8019 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
8020 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
8021 to 100 for icons to avoid increasing line height when shown.
8022
8023 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8024
8025 * newcomment.el (comment-normalize-vars): Initialize properly if
8026 comment-start was nil.
8027
8028 2003-11-19 Andreas Schwab <schwab@suse.de>
8029
8030 * simple.el (set-variable): Fix indentation.
8031
8032 2003-11-17 Kenichi Handa <handa@m17n.org>
8033
8034 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
8035 Fix docstring.
8036
8037 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8038
8039 * international/latin1-disp.el (latin1-display): Fix docstring.
8040
8041 2003-11-16 John Wiegley <johnw@newartisans.com>
8042
8043 * eshell/em-ls.el (eshell-ls-file): There are times with
8044 size-width is nil and uncomputed (when directories are created in
8045 dired, for example); in this case, 4 is reasonable default value,
8046 although it may caused skewed new entries (which could be avoided
8047 by returning the original value of 8 in all cases, but 99% of the
8048 time this is a waste of whitespace).
8049
8050 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8051
8052 * cc-engine.el (c-guess-continued-construct)
8053 (c-guess-basic-syntax): Check a little more carefully if it's a
8054 function declaration when an unknown construct followed by a block
8055 is found inside a statement context. This avoids macros followed
8056 by blocks to be taken as function declarations.
8057
8058 (c-guess-continued-construct): Change the analysis of a statement
8059 continuation with a brace open to `substatement-block', for
8060 consistency with recognized statements.
8061
8062 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
8063 start is in a position so that `c-beginning-of-statement-1' jumped
8064 to the beginning of the same statement.
8065
8066 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
8067 Don't accept binary operators in the arglist if we're in a function
8068 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
8069 template recognition in cases like "if (a < b || c > d)".
8070
8071 (c-restricted-<>-arglists): New more appropriate name for
8072 `c-disallow-comma-in-<>-arglists'.
8073
8074 Accessing functions updated for the variable name change.
8075
8076 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
8077 match data could get clobbered if NOT-INSIDE-TOKEN is used.
8078
8079 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
8080 labels.
8081
8082 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
8083 instead of duplicating parts of it. This fixes bogus label
8084 recognition.
8085
8086 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
8087 of checking the context in which to apply the minimum indentation,
8088 so that it isn't enforced in e.g. namespace blocks.
8089
8090 * cc-vars.el (c-inside-block-syms): New constant used by
8091 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
8092 to somewhat reduce the risk of becoming stale.
8093
8094 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
8095 cc-cmds to cc-engine to allow use from cc-align.
8096
8097 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
8098 qualified identifiers containing "::".
8099
8100 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
8101 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
8102
8103 * cc-vars.el (c-emacs-features): Use a space in front of the name
8104 of the temporary buffer. That also avoids dumping problems in
8105 XEmacs due to undo info being left around after the buffer is killed.
8106
8107 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
8108 arglist to see if it's a K&R style declaration.
8109
8110 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
8111 before returning `knr-argdecl-intro'.
8112
8113 2003-11-16 John Wiegley <johnw@newartisans.com>
8114
8115 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
8116 field in a long-listing always 8 characters, use `size-width',
8117 which has already been computed.
8118
8119 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8120
8121 * subr.el (minor-mode-list): Add `hs-minor-mode'.
8122
8123 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
8124
8125 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
8126 Support operation while narrowed, with `diff-restrict-view'.
8127
8128 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
8129
8130 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8131 Take additional optional arg NARROWFUN. For the generated functions:
8132 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
8133 include frags that arrange to check for and save narrowing state before
8134 the move and then conditionally call NARROWFUN after the move.
8135
8136 2003-11-14 John Wiegley <johnw@newartisans.com>
8137
8138 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
8139 that was optional, but obviously missing based on surrounding code.
8140
8141 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
8142 string arguments to numbers unless the whole argument was seen as
8143 a number.
8144
8145 2003-11-14 Kenichi Handa <handa@m17n.org>
8146
8147 * international/mule.el (ctext-non-standard-encodings-alist):
8148 Fix coding systems.
8149
8150 2003-11-10 Kenichi Handa <handa@m17n.org>
8151
8152 * language/kannada.el ("Kannada"): Add sample-text.
8153
8154 * language/knd-util.el (kannada-compose-region)
8155 (kannada-compose-string, kannada-post-read-conversion):
8156 Add autoload cookie.
8157
8158 * international/quail.el (quail-completion): Change the message
8159 "corresponding translations" to "corresponding characters".
8160
8161 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
8162
8163 * descr-text.el (describe-char): Fix typo.
8164
8165 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
8166
8167 These changes are to support Kannada language/script.
8168
8169 * Makefile.in (DONTCOMPILE): Add kannada.el.
8170
8171 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
8172
8173 * loadup.el: Preload kannada.el.
8174
8175 * language/ind-util.el (ucs-kannada-to-is13194-alist)
8176 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
8177 New variables.
8178
8179 * language/kannada.el: New file.
8180
8181 * language/knd-util.el: New file.
8182
8183 2003-11-07 Andreas Schwab <schwab@suse.de>
8184
8185 * progmodes/autoconf.el (autoconf-font-lock-keywords):
8186 Also highlight AH_*.
8187
8188 * xml.el (xml-parse-dtd): Fix misplaced paren.
8189
8190 2003-11-07 Kenichi Handa <handa@m17n.org>
8191
8192 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
8193
8194 2003-11-05 Juri Linkov <juri@jurta.org>
8195
8196 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
8197 (desktop-buffer-file): Use saved buffer-file-coding-system
8198 for file reading. Set auto-insert to nil to prevent automatic
8199 insertion into restored empty files.
8200
8201 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8202
8203 * files.el (risky-local-variable-p): Make second argument optional.
8204
8205 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * subr.el (add-hook): Fix last change.
8208
8209 2003-11-03 Eli Zaretskii <eliz@gnu.org>
8210
8211 * mail/rmail.el (rmail-convert-to-babyl-format):
8212 If base64-decode-region signals an error, catch it and silently
8213 ignore it.
8214
8215 2003-11-01 Mark A. Hershberger <mah@everybody.org>
8216
8217 * xml.el (xml-parse-region): Allow comments to appear after the
8218 topmost element has closed.
8219 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
8220 (xml-ns-expand-attr): New functions to do namespace handling.
8221 (xml-intern-attrlist): Back-compatible handling of attribute names.
8222 (xml-parse-tag): Move namespace handling to separate functions.
8223 Now produces elements in the form ((:ns . "element") (attr-list)
8224 children) instead of ('ns:element (attr-list) children).
8225 (xml-parse-attlist): Fix attribute parsing.
8226 (xml-parse-dtd): Change parsing so that it produces strings
8227 instead of interned symbols.
8228
8229 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
8230
8231 * dired.el (dired-ls-sorting-switches): Doc fix.
8232
8233 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
8234
8235 * emacs-lisp/rx.el (rx-or): Fix the case of
8236 "(rx (and ?a (or ?b ?c) ?d))".
8237
8238 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
8239
8240 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
8241 (texinfo-format-region): Use it.
8242 (texinfo-format-buffer-1): Ditto.
8243
8244 2003-11-01 Alan Mackenzie <acm@muc.de>
8245
8246 Changes to allow scrolling whilst in isearch mode:
8247 * isearch.el (isearch-unread-key-sequence): New function,
8248 extracted from isearch-other-meta-char.
8249 (top level): (put 'foo 'isearch-scroll) on all Emacs's
8250 "scrollable" standard functions.
8251 (isearch-allow-scroll): New customizable variable.
8252 (isearch-string-out-of-window, isearch-back-into-window)
8253 (isearch-reread-key-sequence-naturally)
8254 (isearch-lookup-scroll-key): New functions.
8255 (isearch-other-meta-char): Doc string and functionality enhanced.
8256 Now accepts a prefix argument.
8257 (isearch-lazy-highlight-window-end): New variable.
8258 (isearch-lazy-highlight-new-loop): Pay attention to the window's
8259 end (thru isearch-lazy-highlight-window-end), not only its start.
8260
8261 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
8262 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
8263 (universal-argument, universal-argument-more, negative-argument)
8264 (digit-argument, universal-argument-other-key): Minor changes.
8265
8266 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8267
8268 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
8269 recursively if the last message is deleted, thus avoiding an
8270 infinite loop.
8271
8272 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
8275 (tex-main-file): Don't add .tex if the extension is already present.
8276 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
8277
8278 2003-10-29 Lute Kamstra <lute@gnu.org>
8279
8280 * progmodes/octave-inf.el (inferior-octave-prompt):
8281 Recognize version number in prompt.
8282
8283 2003-10-28 Dave Love <fx@gnu.org>
8284
8285 * international/characters.el: Fix some Unicode ranges.
8286
8287 2003-10-28 Kenichi Handa <handa@m17n.org>
8288
8289 * disp-table.el (standard-display-8bit)
8290 (standard-display-default, standard-display-ascii)
8291 (standard-display-g1, standard-display-graphic)
8292 (standard-display-underline): Assure that standard-display-table
8293 is a display table.
8294
8295 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
8296
8297 * simple.el (reindent-then-newline-and-indent): Delete space *after*
8298 reindenting the first line.
8299
8300 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
8301
8302 * wid-edit.el (widget-default-delete): Always delete child widgets.
8303
8304 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * newcomment.el (comment-indent): Don't call indent-according-to-mode
8307 if the line has code.
8308 Don't try to line up with something that's too far left.
8309
8310 * progmodes/octave-mod.el (octave-comment-start): Simplify.
8311 (octave-mode-syntax-table): Add % as a comment starter.
8312 (octave-point): Remove.
8313 (octave-in-comment-p, octave-in-string-p)
8314 (octave-not-in-string-or-comment-p, calculate-octave-indent)
8315 (octave-blink-matching-block-open, octave-auto-fill):
8316 Use line-(beginning|end)-position instead.
8317
8318 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
8319
8320 * emacs-lisp/authors.el (authors-aliases): Add correct realname
8321 for Francesco Potort\e,Al\e(B.
8322
8323 2003-10-23 Dave Love <fx@gnu.org>
8324
8325 * international/mule-cmds.el (locale-charset-to-coding-system):
8326 Don't rely on nil being a coding system.
8327
8328 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
8329 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
8330 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
8331
8332 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
8333
8334 * gdb-ui.el (gdb-current-language): New variable.
8335 (gdb-update-flag): Remove variable.
8336 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
8337 (gdb-take-last-elt): Remove function.
8338 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
8339 (gdb-post-prompt): Check for variable object changes here.
8340
8341 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
8342 object changes in gdb-ui.el.
8343
8344 2003-10-21 Richard M. Stallman <rms@gnu.org>
8345
8346 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
8347
8348 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
8349 Don't check for foo*/ wildcard form here.
8350 (insert-directory): Recognize foo*/ as a wildcard.
8351 Separate wildcard-regexp variable from the arg, wildcard.
8352
8353 * subr.el (add-hook): Correctly detect when make-local-hook was used.
8354 (remove-hook): Correctly handle strange cases about local hooks.
8355
8356 2003-10-21 David Ponce <david@dponce.com>
8357
8358 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
8359 argument REAL, to return a real number instead of a rounded
8360 integer value. Define as inline function.
8361 (ruler-mode-right-fringe-cols): Likewise.
8362 (ruler-mode-scroll-bar-cols): New function.
8363 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
8364 (ruler-mode-right-scroll-bar-cols): Likewise.
8365 (ruler-mode-space): New function.
8366 (ruler-mode-ruler): Use it. Handle variations of fringe style,
8367 scroll bar mode and margins in a more robust way.
8368
8369 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
8370
8371 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
8372 (antlr-c-init-language-vars): New function.
8373 (antlr-mode): Use it with cc-mode before v5.29.
8374 (antlr-c-common-init): Don't set some local vars here.
8375 (antlr-mode): Set them here.
8376 (antlr-c-forward-sws): New function alias.
8377 (antlr-mode): Redefine with cc-mode before v5.30.
8378 (antlr-skip-sexps): Use it.
8379 (antlr-skip-exception-part): Ditto.
8380 (antlr-skip-file-prelude): Ditto.
8381 (antlr-outside-rule-p): Ditto.
8382 (antlr-end-of-body): Ditto.
8383 (antlr-option-kind): Ditto.
8384 (antlr-insert-option-area): Ditto.
8385 (antlr-file-dependencies): Ditto.
8386
8387 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8388
8389 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
8390 Move backward only if point was not inside an entry.
8391
8392 2003-10-21 Richard M. Stallman <rms@gnu.org>
8393
8394 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
8395
8396 2003-10-21 Juri Linkov <juri@jurta.org>
8397
8398 * compare-w.el: Automatically skip non-matching text to resync.
8399 (compare-windows-whitespace): Doc fix.
8400 (compare-windows-sync, compare-windows-sync-string-size)
8401 (compare-windows-recenter, compare-ignore-whitespace)
8402 (compare-windows-highlight, compare-windows-face): New variables.
8403 (compare-windows): Use compare-windows-sync.
8404 (compare-windows-highlight, compare-windows-dehighlight)
8405 (compare-windows-sync-regexp)
8406 (compare-windows-sync-default-function): New functions.
8407
8408 2003-10-21 Juri Linkov <juri@jurta.org>
8409
8410 * diff.el (diff-parse-differences): Don't visit the files now;
8411 instead, just record the error locus.
8412
8413 2003-10-21 Dave Love <fx@gnu.org>
8414
8415 * progmodes/cfengine.el: New file.
8416
8417 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * complete.el (PC-do-completion): Do not forget to use `pred' as the
8420 default-directory when completing file names.
8421
8422 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
8423
8424 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
8425 followed by the word `face', it gets treated as a face, even if
8426 it is also defined as a variable or a function.
8427
8428 2003-10-20 Dave Love <fx@gnu.org>
8429
8430 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8431 Avoid incf in macro expansion.
8432
8433 2003-10-20 John Paul Wallington <jpw@gnu.org>
8434
8435 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
8436 `evenp' so we don't implicitly require cl library at runtime.
8437
8438 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
8439
8440 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
8441 (help-make-xrefs): Only make cross-references for faces if
8442 preceded or followed by the word `face'. Do not make a
8443 cross-reference for variables without variable documentation,
8444 unless preceded by the word `variable' or `option'. Update doc
8445 string accordingly.
8446
8447 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
8448
8449 * progmodes/hideshow.el: Rewrite one-armed `if'
8450 constructs using either `when' or `unless'.
8451 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
8452
8453 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
8454
8455 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
8456 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
8457 instead of 12x12.
8458
8459 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8460
8461 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
8462 message while converting to Babyl.
8463
8464 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
8465
8466 * allout.el (allout-mode): Doc fix.
8467
8468 2003-10-16 Lute Kamstra <lute@gnu.org>
8469
8470 * subr.el (force-mode-line-update): Fix docstring.
8471
8472 2003-10-14 Dave Love <fx@gnu.org>
8473
8474 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8475 (default-input-method): Add :link, improve :type.
8476 (locale-charset-language-names): Fix utf-8 pattern.
8477 (locale-charset-match-p, locale-charset-alist)
8478 (locale-charset-to-coding-system): New.
8479 (set-locale-environment): Deal with codeset part of locale specs.
8480
8481 2003-10-14 Lute Kamstra <lute@gnu.org>
8482
8483 * fringe.el (fringe-mode): Use active voice in docstring.
8484 (set-fringe-style): Ditto.
8485
8486 2003-10-13 Lute Kamstra <lute@gnu.org>
8487
8488 * fringe.el (fringe-mode): Fix docstring.
8489 (set-fringe-style): Ditto.
8490
8491 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
8492
8493 * ediff-mult.el (ediff-filegroup-action):
8494 Use ediff-default-filtering-regexp.
8495
8496 * ediff-util.el (ediff-recenter): Don't call
8497 ediff-restore-highlighting twice.
8498 (ediff-select-difference): Set current difference.
8499 (ediff-unselect-and-select-difference): Add comment.
8500
8501 * ediff.el (ediff-directories,ediff-directory-revisions)
8502 (ediff-directories3,ediff-merge-directories)
8503 (ediff-merge-directories-with-ancestor)
8504 (ediff-merge-directory-revisions)
8505 (ediff-merge-directory-revisions-with-ancestor):
8506 Use ediff-default-filtering-regexp.
8507
8508 2003-10-12 Andreas Schwab <schwab@suse.de>
8509
8510 * international/mule-cmds.el (locale-charset-language-names):
8511 Simplify regex by removing unused grouping.
8512
8513 2003-10-10 Dave Love <fx@gnu.org>
8514
8515 * bindings.el: Don't bind stop.
8516
8517 2003-10-08 Miles Bader <miles@gnu.org>
8518
8519 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
8520 face instead of attempting to emulate it.
8521
8522 2003-10-07 Kenichi Handa <handa@m17n.org>
8523
8524 * international/mule-diag.el (list-coding-systems-1): List coding
8525 systems that are loaded automatically.
8526
8527 * international/code-pages.el (iso-8859-11): Add autoload cookie.
8528
8529 * international/mule.el (autoload-coding-system): New function.
8530
8531 2003-10-07 Andreas Schwab <schwab@suse.de>
8532
8533 * log-edit.el (log-edit-changelog-entries): Prefer local value of
8534 change-log-default-name in the buffer visiting the file.
8535
8536 2003-10-06 Dave Love <fx@gnu.org>
8537
8538 * files.el (find-file-hook): Customize.
8539 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
8540
8541 * bindings.el (completion-ignored-extensions): Remove .log.
8542 (global-map): Add again, open, stop keys.
8543
8544 2003-10-05 Richard M. Stallman <rms@gnu.org>
8545
8546 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
8547 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
8548 Use sh-modify directly.
8549 (sh-select): Use sh-append, not eval.
8550
8551 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
8552
8553 * info.el (Info-following-node-name): New function.
8554
8555 * loadhist.el (unload-feature-special-hooks):
8556 Rename from loadhist-hook-functions.
8557 (loadhist-hook-functions): Now an alias.
8558
8559 2003-10-04 Eli Zaretskii <eliz@gnu.org>
8560
8561 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
8562 file-name clashes on 8+3 filesystems.
8563
8564 * Makefile.in (DONTCOMPILE, bootstrap-clean):
8565 Rename loaddefs-boot.el to ldefs-boot.el
8566
8567 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
8568 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
8569
8570 2003-10-03 Lute Kamstra <lute@gnu.org>
8571
8572 * info.el (Info-mode): Revert previous change.
8573 (Info-escape-percent): New function.
8574 (Info-fontify-node): Use it.
8575
8576 2003-10-02 Andreas Schwab <schwab@suse.de>
8577
8578 * loaddefs-boot.el: Regenerated.
8579
8580 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
8581
8582 * ffap.el: Remove defadvice related code from CVS since `complete'
8583 provides a `PC-completion-as-file-name-predicate' variable that
8584 ffap can override.
8585
8586 2003-10-02 Kenichi Handa <handa@m17n.org>
8587
8588 * international/utf-8.el (ccl-decode-mule-utf-8):
8589 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
8590
8591 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
8592 * international/subst-big5.el: Likewise.
8593 * international/subst-gb2312.el: Likewise.
8594 * international/subst-ksc.el: Likewise.
8595
8596 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8597
8598 * calendar/calendar.el (increment-calendar-month)
8599 (calendar-leap-year-p, calendar-absolute-from-gregorian)
8600 (generate-calendar, calendar-read-date, calendar-interval)
8601 (calendar-day-of-week): Handle years BC.
8602 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
8603
8604 2003-10-01 Dave Love <fx@gnu.org>
8605
8606 * language/cyrillic.el (cp1251): Alias for windows-1251.
8607
8608 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
8609 bootstrap.
8610
8611 2003-10-01 Lute Kamstra <lute@gnu.org>
8612
8613 * files.el: Fix typo.
8614 * imenu.el (imenu--generic-function): Docstring fix.
8615
8616 2003-09-30 Richard M. Stallman <rms@gnu.org>
8617
8618 * dired.el (dired-mode): Handle dired-directory as a list.
8619
8620 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
8621
8622 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
8623
8624 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
8625
8626 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
8627 Replace gud-display with gud-watch.
8628 (gud-speedbar-buttons): Add stuff for watching expressions
8629 in the speedbar when using M-x gdba. Use dolist on old part
8630 of this function.
8631
8632 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
8633 (gdb-update-flag): New variables.
8634 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
8635 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
8636 (gud-watch, gdb-var-create-handler) : New functions.
8637 (gdb-var-list-children, gdb-var-list-children-handler)
8638 (gdb-var-create-regexp, gdb-var-update-regexp)
8639 (gdb-var-list-children-regexp): New constants.
8640 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
8641 (gdb-annotation-rules): Reduce annotation set (level 3).
8642 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
8643 (gdb-post-prompt): Don't update GDB buffers every time speedbar
8644 updates.
8645 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
8646 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
8647 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
8648 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
8649 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
8650 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
8651 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
8652 (gud-display, gud-display1)
8653 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
8654 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
8655 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
8656 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
8657 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
8658 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
8659 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
8660 (gdb-display-display-buffer, gdb-toggle-display)
8661 (gdb-delete-display, gdb-expressions-popup-menu)
8662 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
8663 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
8664 to display buffer.
8665
8666 2003-09-30 Richard M. Stallman <rms@gnu.org>
8667
8668 * progmodes/ada-mode.el (ada-mode): Don't use advice.
8669 Instead, set which-func-functions.
8670
8671 * progmodes/which-func.el (which-func-modes): Add ada-mode.
8672 (which-func-functions): New variable.
8673 (which-function): Use that.
8674
8675 * info.el (Info-mode): Double each `%' in header line.
8676
8677 * emacs-lisp/lisp-mnt.el (lm-with-file):
8678 When FILE is nil, run BODY in current buffer.
8679
8680 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
8681
8682 * help.el (describe-mode): Start with a brief list of minor modes.
8683 Find them thru minor-mode-list so as to find them all.
8684 Show them in alphabetical order.
8685
8686 * mail/sendmail.el (mail-aliases): Doc fix.
8687
8688 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
8689
8690 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8691
8692 * mail/rmailsum.el (rmail-make-summary-line-1):
8693 Change comma after last label to a space.
8694 (rmail-summary-font-lock-keywords): Adapt to that change.
8695
8696 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
8697
8698 * progmodes/scheme.el (scheme-mode-variables): When setting
8699 `font-lock-defaults', also specify that "#" should
8700 be interpreted with `word' syntax.
8701 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
8702
8703 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8704
8705 * desktop.el: A lot of comments updated.
8706 (desktop-save-mode): Minor mode introduced.
8707 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
8708 (desktop-load-default): Function made obsolete.
8709 (desktop-locals-to-save): Variable made customizable.
8710 (desktop-read): Optional parameter `dirname' added.
8711 (desktop-change-dir, desktop-revert): Parameter `dirname' in
8712 `desktop-read' used.
8713 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
8714
8715 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
8716
8717 * whitespace.el (whitespace-clean-msg): Add user customizable message
8718 for displaying ``clean'' output.
8719 (whitespace-buffer): Use `whitespace-clean-msg'.
8720 (whitespace-global-mode): Fix typo.
8721
8722 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8723
8724 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8725
8726 2003-09-29 Lute Kamstra <lute@gnu.org>
8727
8728 * bindings.el (mode-line-modes): Remove superfluous :propertize
8729 construct in initialization.
8730 (mode-line-position): Change cons cell into proper list in
8731 initialization.
8732
8733 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8734
8735 * international/mule.el (decode-coding-inserted-region): Use car
8736 of the return value of find-operation-coding-system.
8737
8738 2003-09-29 Kenichi Handa <handa@m17n.org>
8739
8740 * descr-text.el (describe-char): Fix previous change.
8741
8742 2003-09-28 Kenichi Handa <handa@m17n.org>
8743
8744 * descr-text.el (describe-char-display): New function.
8745 (describe-char): Pay attention to display table on describing how
8746 a character is displayed.
8747
8748 * international/mule-cmds.el (encoded-string-description):
8749 Prepend "0x" to each encoded byte.
8750
8751 2003-09-28 Andreas Schwab <schwab@suse.de>
8752
8753 * find-file.el (ff-special-constructs): Add autoload cookie.
8754
8755 2003-09-28 Kevin Ryde <user42@zip.com.au>
8756
8757 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8758 makeinfo appends to duplicate index entries.
8759
8760 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8761
8762 * dired-x.el (dired-clean-tex): Doc fix.
8763
8764 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8765 using a Chinese tutorial.
8766
8767 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8768
8769 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8770 between "MAIL FROM:" and "RCPT TO:" and the following address.
8771
8772 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8773
8774 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8775
8776 2003-09-28 David Ponce <david@dponce.com>
8777
8778 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8779 (recentf-load-list): When `recentf-initialize-file-name-history'
8780 is non-nil, initialize an empty `file-name-history' with the
8781 recent list.
8782
8783 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8784
8785 * man.el (Man-default-man-entry): Remove the leading `*' from the
8786 word at point.
8787
8788 2003-09-26 Lute Kamstra <lute@gnu.org>
8789
8790 * bindings.el (mode-line-position): Mention size indication in
8791 docstring.
8792
8793 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8794
8795 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8796
8797 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8798 because it's autoloaded now.
8799
8800 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8801
8802 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8803 (sh-font-lock-keywords, sh-feature): Fix previous change of
8804 sh-feature to avoid infloop with sh-font-lock-keywords.
8805
8806 2003-09-25 Kim F. Storm <storm@cua.dk>
8807
8808 * frame.el (frame-current-scroll-bars): New defun.
8809
8810 * window.el (window-current-scroll-bars): New defun.
8811
8812 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8813
8814 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8815 cause errors when the state cache contains info on parts that have
8816 been narrowed out.
8817
8818 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8819
8820 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8821 `c-setup-paragraph-variables' has to be used when this variable is
8822 changed; it doesn't work to reinitialize the mode since that
8823 typically clobbers the variable.
8824
8825 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8826 Make it interactive.
8827
8828 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8829
8830 * progmodes/cc-fonts.el (c-font-lock-declarations):
8831 Fix recognition of constructors and destructors for classes whose
8832 names are matched by `*-font-lock-extra-types'.
8833
8834 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8835 followed by an identifier in C++ then it's a type.
8836
8837 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8838
8839 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8840 problem that primarily affected XEmacs. Don't use faces to find
8841 unterminated strings since Emacs and XEmacs fontify strings
8842 differently - this function should now work better in XEmacs.
8843
8844 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8845
8846 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8847 `expand-abbrev' workaround which caused braces to misbehave inside
8848 macros.
8849
8850 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8851 handling. This bug could cause interactive font locking to bail out.
8852
8853 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8854
8855 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8856 Handle paren-style types in Pike. Also fixed some cases of
8857 insufficient handling of unbalanced parens.
8858
8859 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8860
8861 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8862 common shell prompts that are not common filename or URL characters.
8863 (ffap-file-at-point): Use the new regexp to strip the prompts from
8864 the file names. This is an issue mostly for user prompts that
8865 don't have a trailing space and find-file-at-point is invoked from
8866 within a shell inside Emacs.
8867
8868 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8869
8870 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8871 stamps numerically, rather than textually.
8872
8873 2003-09-24 Kenichi Handa <handa@m17n.org>
8874
8875 * language/devan-util.el (devanagari-post-read-conversion):
8876 * language/mlm-util.el (malayalam-post-read-conversion):
8877 * language/tml-util.el (tamil-post-read-conversion):
8878 Add autoload cookie.
8879
8880 * international/utf-8.el (utf-8-post-read-conversion):
8881 Call post-read-conversion functions for Devanagari, Malayalam,
8882 and Tamil.
8883
8884 2003-09-23 Dave Love <fx@gnu.org>
8885
8886 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8887
8888 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8889
8890 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8891 Update gud-remove.
8892
8893 2003-09-22 Richard M. Stallman <rms@gnu.org>
8894
8895 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8896 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8897 (sh-mode-syntax-table-input): New variable.
8898 (sh-require-final-newline): Don't use eval.
8899 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8900 (sh-variables, sh-font-lock-keywords): Don't use eval.
8901 (sh-set-shell): When setting require-final-newline,
8902 treat value = `require-final-newline' as don't change it.
8903 Set sh-mode-syntax-table locally based on
8904 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8905
8906 * progmodes/compile.el (compile-internal):
8907 Call compilation-set-window-height before setting window start.
8908
8909 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8910
8911 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8912 Clear out byte-compile-last-warned-form.
8913
8914 2003-09-22 Richard M. Stallman <rms@gnu.org>
8915
8916 * woman.el (woman-file-name, woman-follow-word):
8917 If current-word returns nil, use "".
8918
8919 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8920
8921 2003-09-22 Richard M. Stallman <rms@gnu.org>
8922
8923 * emacs-lisp/lisp-mnt.el (lm-with-file):
8924 Don't visit the file, just use insert-file-contents in temp buffer.
8925
8926 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8927
8928 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8929 Add surrounding \\( and \\) around the header, as in
8930 for lm-history-header 'Change Log\\|History'.
8931
8932 2003-09-22 John Paul Wallington <jpw@gnu.org>
8933
8934 * progmodes/ld-script.el: Add Commentary section,
8935 minor cleanup of file header.
8936 (ld-script-font-lock-keywords): Doc fix.
8937 (toplevel): Provide `ld-script' feature.
8938
8939 2003-09-21 Kim F. Storm <storm@cua.dk>
8940
8941 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8942 new built-in variable default-frame-scroll-bars.
8943 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8944 scroll-bar-mode; notably, use it instead of t when we toggle
8945 scroll-bars on.
8946 (toggle-scroll-bar): Use default-frame-scroll-bars.
8947
8948 2003-09-19 Masatake YAMATO <jet@gyve.org>
8949
8950 * pcvs.el (cvs-do-removal): Change the prompt depending on
8951 `filter' value.
8952
8953 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8954
8955 * startup.el (command-line-1): Stop startup-echo-area-message
8956 being hidden by "Loading image..." message.
8957 (use-fancy-splash-screens-p, display-splash-screen):
8958 Move display-graphic-p test from latter to former.
8959
8960 * progmodes/sh-script.el (sh-font-lock-keywords):
8961 Highlight escaped EOLs differently from other backslash constructs.
8962
8963 2003-09-19 Richard M. Stallman <rms@gnu.org>
8964
8965 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8966 New functions.
8967 (edebug-enter, edebug-outside-excursion): Use them.
8968
8969 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8970 Fix the condition for whether to print "In WHERE".
8971
8972 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8973
8974 * finder.el (finder-mode-hook): New variable.
8975 (finder-mode): Run hook finder-mode-hook
8976
8977 2003-09-18 Masatake YAMATO <jet@gyve.org>
8978
8979 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8980
8981 2003-09-17 Mario Lang <mlang@delysid.org>
8982
8983 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8984 "p %e" to actually print the value in the GUD buffer.
8985
8986 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8987
8988 From David Ponce <david.ponce@wanadoo.fr>:
8989 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8990 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8991 from loaddefs-boot.el if necessary.
8992
8993 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8994
8995 * progmodes/gud.el (gud-find-class): Make jdb work again since
8996 cc-mode changed the syntactic information.
8997
8998 2003-09-15 David Ponce <david@dponce.com>
8999
9000 * recentf.el: (recentf-exclude): Accept predicates too.
9001 (recentf-file-readable-p): New function.
9002 (recentf-include-p): Handle predicates in recentf-exclude.
9003 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
9004 (recentf-cleanup): Likewise.
9005 (recentf-save-list): Use write-file to handle backup of
9006 recentf-save-file.
9007
9008 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
9009
9010 * loaddefs-boot.el: Renamed from `loaddefs.el'
9011 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
9012 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
9013 necessary.
9014
9015 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
9016
9017 * electric.el (Electric-pop-up-window): For the `one-window' case,
9018 no longer disconcertingly move point in the original buffer.
9019
9020 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9021
9022 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
9023
9024 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
9025
9026 * dired.el (dired-mode-map): Fix typo.
9027
9028 2003-09-11 Richard M. Stallman <rms@gnu.org>
9029
9030 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
9031
9032 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9033
9034 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
9035 the function is less noisy. Now only `kill-buffer' can ask questions.
9036
9037 2003-09-10 Mario Lang <mlang@delysid.org>
9038
9039 * battery.el: Update Commentary and Copyright.
9040 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
9041 appear due to wrong ordering of the expressions in `or'.
9042
9043 2003-09-09 Lute Kamstra <lute@gnu.org>
9044
9045 * misc.el (upcase-char): Fix docstring.
9046 (zap-up-to-char): New command.
9047
9048 2003-09-08 David Ponce <david@dponce.com>
9049
9050 Ensure that recentf correctly updates the menu bar.
9051 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
9052 (recentf-menu-bar): New function.
9053 (recentf-clear-data): Use it
9054 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
9055 of easy-menu-change.
9056
9057 2003-09-08 Lute Kamstra <lute@gnu.org>
9058
9059 * simple.el (size-indication-mode): New.
9060 * bindings.el (mode-line-position): Add buffer size indicator.
9061
9062 2003-09-04 Mario Lang <mlang@delysid.org>
9063
9064 * battery.el (battery-linux-proc-acpi): New function.
9065 (battery-status-function): Modify default value calculation to also
9066 check for availability of ACPI.
9067 (battery-echo-area-format): Ditto.
9068 (battery-mode-line-format): Ditto.
9069
9070 2003-09-06 Dave Love <fx@gnu.org>
9071
9072 * ielm.el (ielm-mode-hook): Add :options.
9073
9074 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
9075 (eldoc-print-current-symbol-info): Use it.
9076
9077 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
9078
9079 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
9080 being displayed in GUD buffer.
9081 (gdb-idle-input-queue): Remove var. Use just one queue.
9082 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
9083 Remove functions. Use just one queue.
9084 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
9085 (gdb-invalidate-assembler, gdb-get-current-frame):
9086 Modify functions. Use just one queue.
9087
9088 2003-09-04 Dave Love <fx@gnu.org>
9089
9090 * cus-start.el: Add blink-cursor-alist.
9091
9092 * ruler-mode.el (ruler-mode-fill-column-char)
9093 (ruler-mode-current-column-char): Use char-displayable-p,
9094 not window-system.
9095
9096 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
9097
9098 * language/european.el (windows-1252): Move from code-pages.
9099
9100 * language/cyrillic.el ("Windows-1251"): Delete.
9101 ("Bulgarian", "Belarusian"): Remove `features'.
9102 (windows-1251): Move from code-pages.
9103
9104 * international/mule-diag.el (non-iso-charset-alist):
9105 Remove `codepage' stuff.
9106 (print-designation, list-coding-systems-1): Output fixes.
9107
9108 * international/code-pages.el (cp-make-translation-table)
9109 (cp-valid-codes): Made defsubsts.
9110 (cp-fix-safe-chars): Delete.
9111 (mule-diag): Don't require.
9112 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
9113 (top-level): Check for defined coding system when defining
9114 cp... aliases. Change w32-add-charset-info test to avoid warning.
9115 (non-iso-charset-alist): Defvar when compiling.
9116 (cp-make-coding-system): Doc fix.
9117
9118 2003-09-02 Jason Rumney <jasonr@gnu.org>
9119
9120 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
9121 line-ends from CVS before doing conversion.
9122
9123 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9124
9125 * calendar/diary-lib.el (diary-header-line-flag)
9126 (diary-header-line-format): New variables.
9127 (list-diary-entries): Use them to set header line in simple diary.
9128
9129 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
9130 other than font-lock-string-face to highlight backslashes.
9131
9132 2003-09-01 Jason Rumney <jasonr@gnu.org>
9133
9134 * international/titdic-cnv.el (tit-read-key-value): Include \r in
9135 regexp.
9136
9137 2003-09-01 Dave Love <fx@gnu.org>
9138
9139 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
9140
9141 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
9142 and :help; also line and column numbers labels.
9143
9144 * international/mule-util.el (char-displayable-p): Move from
9145 latin1-disp, rename and autoload.
9146
9147 * international/latin1-disp.el (latin1-char-displayable-p):
9148 Now obsolete alias. Replace uses with char-displayable-p.
9149 (latin1-display-ucs-per-lynx): Fix last change.
9150
9151 * international/mule-cmds.el (standard-display-european-internal):
9152 Don't use char code for Latin-1 NBSP.
9153 <XFree86 4>: Unfrob NBSP display table. Set display table to use
9154 U+2018, U+2019 for `'.
9155 (select-safe-coding-system): Message fix.
9156
9157 2003-09-01 Kenichi Handa <handa@m17n.org>
9158
9159 * international/fontset.el (setup-default-fontset): For Thai
9160 font, specify "*" family.
9161
9162 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9163
9164 * progmodes/compile.el (previous-error): Accept a prefix
9165 argument, similarly to next-error.
9166
9167 2003-08-31 Masatake YAMATO <jet@gyve.org>
9168
9169 * pcvs.el (cvs-do-removal): Use = instead of eq to check
9170 the number of files. Bind the number of files to a local
9171 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
9172
9173 2003-08-30 Eli Zaretskii <eliz@gnu.org>
9174
9175 * vc-hooks.el (vc-make-version-backup): Fix the change made on
9176 2003-07-26: msdos-long-file-names is a function, not a variable.
9177
9178 2003-08-29 Richard M. Stallman <rms@gnu.org>
9179
9180 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
9181 Do nothing with mail-personal-alias-file if it is nil.
9182
9183 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
9184 Do nothing if mail-personal-alias-file is nil.
9185
9186 * term.el (term-exec-1): Bind coding-system-for-read.
9187
9188 * dired.el (dired-mouse-find-file-other-window):
9189 Use dired-view-command-alist here, as in dired-view-file.
9190 (dired-view-command-alist): Use %s to substitute file name.
9191 Handle .ps_pages, .eps, .jpg, .gif, .png.
9192
9193 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9194
9195 * info.el (Info-mode-map): Bind S-tab and <backtab> to
9196 `Info-prev-reference', instead of M-tab.
9197
9198 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
9199
9200 * simple.el (blink-matching-open): Work correctly on chars that
9201 are designated as parens through the syntax-table text property.
9202
9203 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
9204
9205 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
9206 line break position in the middle of a non-kinsoku (e.g. latin)
9207 word, making it skip until either a space or a character with
9208 category "|".
9209 (kinsoku-longer): Test for end of buffer.
9210
9211 2003-08-28 Eli Zaretskii <eliz@gnu.org>
9212
9213 * mail/rmail.el (rmail-convert-to-babyl-format):
9214 Detect quoted-printable- and base64-encoded messages and decode them
9215 automatically. Set the message's encoding from the charset=
9216 header, if any. Decode base64-encoded messages in Mail format as well.
9217
9218 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9219
9220 * mail/smtpmail.el: Fix previous change.
9221 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
9222 calling smtpmail-via-smtp.
9223 (smtpmail-via-smtp): Add fall-back values for envelope-from.
9224
9225 2003-08-26 John Paul Wallington <jpw@gnu.org>
9226
9227 * image.el (image-jpeg-p): Don't search beyond length of data.
9228
9229 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9230
9231 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
9232 misfeature in `expand-abbrev' which caused electric keywords like
9233 "else" to disappear if an open brace was typed directly afterwards.
9234
9235 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9236
9237 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
9238 mandatory in `define-widget'.
9239
9240 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
9241 Don't align the operators "!=", "<=" and ">=" as assignment operators.
9242
9243 (c-assignment-operators): New language constant that only contains
9244 the assignment operators.
9245
9246 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
9247
9248 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9249
9250 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9251 Safeguard against unbalanced sexps.
9252
9253 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
9254
9255 * version.el (emacs-version): Check for gtk. Include gtk version info.
9256
9257 2003-08-25 John Paul Wallington <jpw@gnu.org>
9258
9259 * man.el (Man-default-man-entry): Don't whizz past the section
9260 number before looking for it.
9261
9262 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
9263
9264 * progmodes/gud.el (gud-display-line): Don't set window-point if
9265 source buffer is not visible. (Only happens with M-x gdba.)
9266
9267 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
9268 documentation.
9269 (gdb-source, gdb-source-info): Update to assembler unnecessary
9270 as its done after each GDB command anyway.
9271 (gdb-pre-prompt): Use with-current-buffer.
9272 (gdb-insert-field): Add help-echo text.
9273 (gdb-invalidate-assembler): Re-display of assembler now done in
9274 gdb-info-breakpoints-custom.
9275 (gdb-info-breakpoints-custom): Force re-display of assembler to
9276 happen *after* update of breakpoints buffer.
9277 (gdb-display-source-buffer): Don't choke if gdb-source-window
9278 isn't visible.
9279 (gdb-put-string, gdb-put-arrow): Remove free variables.
9280
9281 2003-08-24 John Paul Wallington <jpw@gnu.org>
9282
9283 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
9284
9285 * man.el (Man-default-man-entry): Strip text properties when
9286 snarfing parts of entry because `format' preserves properties.
9287
9288 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9289
9290 * files.el (file-newest-backup): Use `expand-file-name'.
9291
9292 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
9293 Allow the diary to pop up a new frame, if needed.
9294
9295 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
9296 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
9297 (smtpmail-send-it): Make treatment of envelope-from consistent with
9298 sendmail.el.
9299
9300 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
9301 (sh-leading-keywords): Add the bash `time' reserved word.
9302 (sh-variables): Add some bash variables.
9303 (sh-add-completer): Fix nil branch of case statement.
9304
9305 2003-08-24 Masatake YAMATO <jet@gyve.org>
9306
9307 * progmodes/ld-script.el: New file.
9308
9309 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
9310
9311 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
9312
9313 2003-08-23 Andre Spiegel <spiegel@gnu.org>
9314
9315 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
9316 Better explain obsolescence, and what to use instead.
9317
9318 2003-08-23 Masatake YAMATO <jet@gyve.org>
9319
9320 * pcvs.el (cvs-do-removal): Show the deleted file name
9321 on the prompt.
9322
9323 2003-08-20 Dave Love <fx@gnu.org>
9324
9325 * international/mule.el (make-coding-system)
9326 (set-buffer-file-coding-system): Doc fix.
9327
9328 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
9329
9330 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
9331
9332 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
9333
9334 * international/utf-16.el: Add mime-text-unsuitable coding system
9335 properties.
9336
9337 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
9338
9339 * cus-edit.el: Add some :links.
9340 (bib): Remove.
9341
9342 * textmodes/bib-mode.el (bib): Add :group external.
9343
9344 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9345
9346 * wid-edit.el (widget-echo-help): Make it handle expressions that
9347 evaluate to strings.
9348
9349 2003-08-18 Michael Mauger <mmaug@yahoo.com>
9350
9351 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
9352
9353 Simplify selection of SQL products to define highlighting and
9354 interactive mode. Includes detailed instructions on adding
9355 support for new products.
9356
9357 * progmodes/sql.el (sql-product): New variable. Identifies SQL
9358 product for use in highlighting and interactive mode.
9359 (sql-interactive-product): New variable. SQL product for
9360 sql-interactive-mode.
9361 (sql-product-support): New variable. Specifies product-specific
9362 parameters to drive highlighting and interactive mode.
9363 (sql-imenu-generic-expression): Add more object types.
9364 (sql-sqlite-options): Correct comment.
9365 (sql-ms-program): Use "osql" rather than "isql".
9366 (sql-prompt-regexp, sql-prompt-length): Update comment.
9367 (sql-mode-menu): Add "Start SQLi session" entry.
9368 Replace Highlighting submenu with Product menu. Fix Send Region entry.
9369 (sql-mode-abbrev-table): Add abbreviations. Support of
9370 SYSTEM-FLAG on define-abbrev. Support was removed with last
9371 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
9372 (sql-mode-font-lock-object-name): Add font-lock pattern for object
9373 names.
9374 (sql-mode-ansi-font-lock-keywords): Set as default value.
9375 (sql-mode-oracle-font-lock-keywords): Set as default value.
9376 Support Oracle 9i keywords.
9377 (sql-mode-postgres-font-lock-keywords): Set as default value.
9378 (sql-mode-linter-font-lock-keywords): Set as default value.
9379 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
9380 SQLServer 2000.
9381 (sql-mode-sybase-font-lock-keywords)
9382 (sql-mode-interbase-font-lock-keywords)
9383 (sql-mode-sqlite-font-lock-keywords)
9384 (sql-mode-strong-font-lock-keywords)
9385 (sql-mode-mysql-font-lock-keywords)
9386 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
9387 keywords.
9388 (sql-mode-font-lock-defaults): Update comment.
9389 (sql-product-feature): New function. Returns feature associated
9390 with a product from `sql-product-support' alist.
9391 (sql-product-font-lock): New function. Set font-lock support
9392 based on `sql-product'.
9393 (sql-add-product-keywords): New function. Add font-lock rules to
9394 product-specific keyword variables.
9395 (sql-set-product): New function. Set `sql-product' and apply
9396 appropriate font-lock highlighting.
9397 (sql-highlight-product): New function. Set font-lock support
9398 based on a product. Also set mode name to include product name.
9399 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
9400 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
9401 Use `sql-set-product'.
9402 (sql-highlight-ms-keywords)
9403 (sql-highlight-sybase-keywords)
9404 (sql-highlight-interbase-keywords)
9405 (sql-highlight-strong-keywords)
9406 (sql-highlight-mysql-keywords)
9407 (sql-highlight-sqlite-keywords)
9408 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
9409 (sql-get-login): Prompt in the same order as the tokens.
9410 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
9411 (sql-product-interactive): New function. Common portions of
9412 product-specific interactive mode wrappers.
9413 (sql-interactive-mode): Rewritten to use product features.
9414 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9415 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9416 (sql-db2, sql-linter): Use `sql-product-interactive'.
9417 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9418 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9419 (sql-connect-ingres, sql-connect-postgres)
9420 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9421 New functions. Format command line parameters and invoke comint on
9422 the appropriate interpreter. Code was in the corresponding
9423 `sql-xyz' function before.
9424 (sql-connect-ms): New function. Support -E argument to use
9425 operating system credentials for authentication.
9426
9427 2003-08-18 Kenichi Handa <handa@m17n.org>
9428
9429 * international/mule.el (encode-char): Fix for the ASCII case.
9430
9431 2003-08-15 Kenichi Handa <handa@m17n.org>
9432
9433 * international/fontset.el (setup-default-fontset): Change "*" to
9434 nil in the specifications of font family.
9435
9436 2003-08-18 Kim F. Storm <storm@cua.dk>
9437
9438 * kmacro.el (kmacro-keymap): Group related bindings in
9439 initialization for clarity. Bind C-s to start macro.
9440 Remove C-r binding.
9441 (kmacro-initial-counter-value): New defvar to hold initial counter
9442 value in case we set the value before defining a macro.
9443 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
9444 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
9445 not defining or executing macro. Doc fix.
9446 (kmacro-add-counter): Clear kmacro-initial-counter-value.
9447 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
9448 temporarily view older elements on the macro ring without cycling
9449 the ring.
9450 (kmacro-display): Doc fix.
9451 (kmacro-exec-ring-item): New helper function.
9452 (kmacro-call-ring-2nd): Use it.
9453 (kmacro-call-ring-2nd-repeat): Doc fix.
9454 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
9455 (kmacro-end-or-call-macro): Execute last viewed macro (using
9456 kmacro-exec-ring-item) from ring if this follows
9457 kmacro-view-macro. This allows us to find a macro on the ring
9458 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
9459 the ring to bring it to the head of the ring.
9460 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
9461 Allow binding to reserved keys without specifying C-x C-k prefix.
9462 Ask for confirmation if entered key sequence is already bound to
9463 a non-macro command.
9464 (kmacro-view-macro): Repeating command will show older elements
9465 on the macro ring; C-k will execute the last viewed macro.
9466 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
9467 property from 'ring to 'head.
9468
9469 2003-08-17 Alan Shutko <ats@acm.org>
9470
9471 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
9472 keeping December out of the alist.
9473
9474 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9475
9476 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
9477 * calendar/calendar.el (calendar-mode-map): Bind it to key.
9478 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
9479 (calendar-flatten): New function.
9480 (calendar-mouse-view-other-diary-entries)
9481 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
9482 in the menu title and to show multi-line diary entries correctly
9483 in the menu.
9484
9485 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
9486
9487 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
9488 defcustom, because the default was recently changed.
9489
9490 2003-08-16 Richard M. Stallman <rms@gnu.org>
9491
9492 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
9493
9494 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9495 New subroutine, broken out of eval-last-sexp-1.
9496 (eval-last-sexp-1): Use eval-last-sexp-print-value.
9497
9498 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
9499
9500 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
9501
9502 * simple.el (eval-expression): Use eval-last-sexp-print-value.
9503
9504 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
9505
9506 * progmodes/compile.el (compilation-error-regexp-alist):
9507 Add Java ANt error detection as described in document
9508 http://ant.apache.org/faq.html
9509
9510 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
9511
9512 * simple.el (backward-word, forward-to-indentation)
9513 (backward-to-indentation): Argument changed to optional.
9514 (next-line, previous-line): Use `or' instead of `unless'.
9515
9516 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9517
9518 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
9519 instead of a constant.
9520
9521 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
9522
9523 * shell.el (shell): With prefix-arg, suggest a new buffer name.
9524
9525 2003-08-12 Andre Spiegel <spiegel@gnu.org>
9526
9527 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
9528 (vc-sccs-workfile-version): Search the entire delta table, rather
9529 than just the first entry, because that might be a deleted version.
9530
9531 2003-08-11 Karl Fogel <kfogel@red-bean.com>
9532
9533 * menu-bar.el (menu-bar-options-menu): Supply a body for the
9534 [save-place] binding in the Options menu. Have it require
9535 'saveplace' and then toggle the variable manually, to avoid an an
9536 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
9537 for the bug report.
9538
9539 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
9540
9541 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
9542 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
9543 (gdb-info-threads-custom): Add help-echo text.
9544 (gdb-display-back): Don't use purecopy.
9545 (gdb-info-breakpoints-custom, gdb-reset)
9546 (gdb-assembler-custom): Use display-images-p to test if breakpoint
9547 icons can be displayed.
9548
9549 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
9550
9551 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
9552
9553 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
9554
9555 * bookmark.el (bookmark-completing-read):
9556 Return a string, instead of a list of one string.
9557 Use a popup menu if activated from the mouse.
9558 (bookmark-edit-annotation): Remove unused vars.
9559 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
9560 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
9561 to bookmark-completing-read.
9562 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9563 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
9564 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
9565 and erase-buffer.
9566 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
9567 (bookmark-menu-jump, bookmark-menu-insert)
9568 (bookmark-popup-menu-and-apply-function)
9569 (bookmark-menu-popup-paned-bookmark-menu): Remove.
9570 (bookmark-menu-build-paned-menu): Remove by folding it into
9571 bookmark-menu-popup-paned-menu.
9572 (menu-bar-bookmark-map): Move the define-key statements here.
9573 Use the "non-menu" commands since they now pop up a menu if needed.
9574 (bookmark-exit-hook-internal): Simplify.
9575
9576 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
9577
9578 * reftex-toc.el (reftex-toc-rename-label): New function.
9579 (reftex-toc-check-docstruct): New function.
9580
9581 * reftex.el (reftex-region-active-p): New function.
9582
9583 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
9584 regexp to find the \bibliography macro.
9585
9586 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
9587 which does not exist in LaTeX.
9588 (reftex-cite-format-builtin): Added amsrefs support.
9589 (reftex-toc-confirm-promotion): New option
9590
9591 * reftex-toc.el
9592 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
9593 (reftex-toc-demote, reftex-toc-promote)
9594 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9595 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9596 (reftex-toc-newhead-from-alist)
9597 (reftex-toc-load-all-files-for-promotion): New functions.
9598 (reftex-toc-help): Added description of new keys.
9599 (reftex-toc-split-windows-fraction): New option.
9600 (reftex-recenter-toc-when-idle): Search *toc* window on all
9601 visible frames.
9602 (reftex-toc): Additional parameter REUSE
9603 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
9604 with REUSE argument.
9605 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
9606 the call of `reftex-toc'.
9607 (reftex-make-separate-toc-frame): New function .
9608 (reftex-toc-recenter): When called with triple prefix arg, call
9609 `reftex-make-separate-toc-frame' first.
9610 (reftex-toc-toggle-dedicated-frame): New command.
9611 (reftex-toc-quit): Adapted to delete frame when called in
9612 dedicated frame.
9613
9614 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
9615 all enclosing macros.
9616
9617
9618 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9619
9620 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
9621 first use.
9622
9623 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9624
9625 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
9626
9627 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9628
9629 * calendar/calendar.el (list-diary-entries-hook)
9630 (diary-display-hook, nongregorian-diary-listing-hook)
9631 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
9632 Add some customize options for these hooks.
9633 (calendar-abbrev-construct): Don't try to take a substring longer
9634 than the original string.
9635
9636 2003-08-05 Richard M. Stallman <rms@gnu.org>
9637
9638 * emacs-lisp/testcover.el (noreturn): Report error if does return.
9639 (testcover-reinstrument-clauses): Doc fix.
9640
9641 * emacs-lisp/warnings.el: Doc fixes, args renamed.
9642 (warning-type-format): Rename from warning-group-format.
9643
9644 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
9645 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
9646 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
9647 to prevent warnings about defvar for an obsolete variable.
9648
9649 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9650 warning-group-format renamed to warning-type-format.
9651
9652 * subr.el (read-passwd): Use clear-string instead of fillarray.
9653
9654 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
9655 Use vconcat instead of concat.
9656 (edmacro-sanitize-for-string): New function.
9657
9658 2003-08-05 Dave Love <fx@gnu.org>
9659
9660 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
9661 line-number-display-limit-width.
9662
9663 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
9664
9665 2003-08-05 Kenichi Handa <handa@m17n.org>
9666
9667 * international/code-pages.el: Don't require mule-diag.
9668
9669 * international/mule-diag.el (non-iso-charset-alist):
9670 Add autoload cookie.
9671
9672 * language/devan-util.el (dev-glyph-order): Add an entry for the
9673 glyph code #xC4.
9674
9675 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9676
9677 * calendar/calendar.el (diary-file, diary-file-name-prefix)
9678 (european-calendar-style, diary-date-forms)
9679 (calendar-day-name-array, calendar-month-name-array): Doc change.
9680 (generate-calendar-month): Adapt for new behaviour of
9681 `calendar-day-name' function.
9682 (calendar-abbrev-length, calendar-day-abbrev-array)
9683 (calendar-month-abbrev-array): New variables.
9684 (calendar-abbrev-construct): New function.
9685 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
9686 rather than fixing abbrevs at some width. Calling syntax change.
9687 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
9688 (calendar-date-string): Adapt for new behaviours of
9689 `calendar-day-name' and `calendar-month-name' functions.
9690
9691 * calendar/diary-lib.el (list-diary-entries): Adapt for new
9692 behaviour of `calendar-day-name' and `calendar-month-name' functions.
9693 (diary-name-pattern): Use abbrev arrays, rather than fixing
9694 abbrevs at three chars. Calling syntax change.
9695 (mark-diary-entries): Adapt for new behaviours of
9696 `diary-name-pattern' and `calendar-make-alist' functions.
9697 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
9698 `diary-name-pattern' function.
9699 (font-lock-diary-date-forms): Use abbrev arrays, rather than
9700 fixing abbrevs at three chars. Calling syntax change.
9701 (cal-hebrew, cal-islam): Require when compiling.
9702 (diary-font-lock-keywords): Adapt for new behaviour of
9703 `font-lock-diary-date-forms' function.
9704
9705 * calendar/cal-hebrew.el: Reposition some code so defined before used.
9706 (calendar-hebrew-month-name-array-common-year)
9707 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
9708 (list-hebrew-diary-entries): Adapt for new behaviours of
9709 `calendar-day-name' and `add-to-diary-list' functions.
9710 (mark-hebrew-diary-entries): Adapt for new behaviours of
9711 `diary-name-pattern' and `calendar-make-alist' functions.
9712
9713 * calendar/cal-islam.el (calendar-islamic-month-name-array):
9714 Add doc string.
9715 (list-islamic-diary-entries): Adapt for new behaviours of
9716 `calendar-day-name' and `add-to-diary-list' functions.
9717 (mark-islamic-diary-entries): Adapt for new behaviours of
9718 `diary-name-pattern' and `calendar-make-alist' functions.
9719
9720 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9721 `calendar-month-name' function.
9722
9723 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9724
9725 * calendar/solar.el (solar-seasons-data): Move definition before use.
9726
9727 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9728 (cal-tex-LaTeX-hourbox): Move definition before use.
9729
9730 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9731 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9732 lunar.el, solar.el
9733 (displayed-month, displayed-year): Define for compiler.
9734
9735 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9736
9737 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9738 MODE. Renamed from c-init-c-language-vars'.
9739 (c-initialize-cc-mode): Change accordingly.
9740 (c-common-init): Ditto.
9741 (c-mode): Ditto.
9742 (c++-mode): Use `c-init-language-vars-for'.
9743 (objc-mode): Ditto.
9744 (java-mode): Ditto.
9745 (idl-mode): Ditto.
9746 (pike-mode): Ditto.
9747 (awk-mode): Ditto.
9748
9749 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9750
9751 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9752 or not the point moved.
9753
9754 (c-search-decl-header-end): Don't trip up on operator identifiers
9755 in C++ and operators like == in all languages.
9756
9757 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9758 Detect leading labels correctly.
9759
9760 2003-08-02 Andreas Schwab <schwab@suse.de>
9761
9762 * textmodes/ispell.el: Don't redo key bindings on loading, put
9763 them only in loaddefs.el.
9764 * bookmark.el: Likewise.
9765 * dabbrev.el: Likewise.
9766 * emerge.el: Likewise.
9767
9768 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9769 has more than one member.
9770
9771 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9772
9773 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9774
9775 * lpr.el (printify-region): It was ending conversion before the
9776 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9777
9778 2003-07-31 John Paul Wallington <jpw@gnu.org>
9779
9780 * net/browse-url.el (browse-url-epiphany): Doc fix.
9781
9782 2003-07-30 Kenichi Handa <handa@m17n.org>
9783
9784 * international/fontset.el (setup-default-fontset):
9785 Change registry names of Akurti fonts.
9786
9787 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9788
9789 * comint.el (comint-read-noecho): Use `clear-string' instead of
9790 `fillarray'.
9791
9792 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9793
9794 * outline.el (outline-mode-hook): Add defvar.
9795
9796 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9797
9798 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9799 Restore assembler in source window if that is what has been selected.
9800 (menu): Add gdb-restore-windows to menu. Make gdba
9801 specific menus only visible from gdba.
9802
9803 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9804
9805 * progmodes/compile.el (compilation-environment): New user variable.
9806 (compile-internal): Respect it.
9807
9808 2003-07-23 Masatake YAMATO <jet@gyve.org>
9809
9810 * progmodes/gud.el (gdb-script-font-lock-keywords):
9811 Put `font-lock-function-name-face' on a symbol which includes
9812 `-' like `hook-run'. Put font-lock-variable-name-face
9813 on a symbol starting with $.
9814
9815 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9816
9817 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9818
9819 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9820
9821 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9822
9823 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9824
9825 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9826 Use with-no-warnings.
9827 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9828 rather than to find-file-not-found-hook, which doesn't exist.
9829
9830 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9831
9832 * international/quail.el (quail-translate-key): Fix previous change.
9833
9834 2003-07-25 John Paul Wallington <jpw@gnu.org>
9835
9836 * server.el (server-start): Check `server-process' is non-nil
9837 before killing it to avoid killing current buffer's process.
9838
9839 * simple.el (choose-completion-string): Use `minibufferp';
9840 test `completion-reference-buffer' if `buffer' arg is nil.
9841 (push-mark): Use `when' and `unless'.
9842 (pop-mark): Use `when'.
9843
9844 * mouse-sel.el (mouse-sel-get-selection-function):
9845 Check `x-last-selected-text-primary'. Don't barf if it or
9846 `x-last-selected-text' aren't bound.
9847
9848 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9849
9850 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9851
9852 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9853
9854 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9855
9856 2003-07-23 John Paul Wallington <jpw@gnu.org>
9857
9858 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9859
9860 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9861
9862 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9863 string. Defvar the derived hook.
9864
9865 * macros.el (insert-kbd-macro): Escape double quote character.
9866 From Thomas W Murphy <twm@andrew.cmu.edu>.
9867
9868 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9869
9870 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9871 to match the specific mark rather than reusing comment-start-skip.
9872
9873 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9874
9875 * progmodes/hideshow.el (hs-special-modes-alist):
9876 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9877
9878 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9879
9880 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9881 value using ?\s.
9882
9883 2003-07-21 John Paul Wallington <jpw@gnu.org>
9884
9885 * subr.el (with-selected-window): Add closing paren.
9886
9887 2003-07-21 Richard M. Stallman <rms@gnu.org>
9888
9889 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9890 (lisp-mode): Likewise.
9891
9892 * subr.el (with-selected-window): Copy code form save-selected-window
9893 so as to call select-window with norecord arg.
9894 (dynamic-completion-table): Doc fix.
9895 (lazy-completion-table): Doc fix.
9896
9897 * international/mule-cmds.el (set-locale-environment):
9898 langinfo renamed to locale-info.
9899
9900 * international/mule.el (auto-coding-functions): Doc fix.
9901
9902 2003-07-21 Kenichi Handa <handa@m17n.org>
9903
9904 * international/quail.el (quail-translate-key):
9905 Update quail-current-str correctly.
9906
9907 2003-07-21 Andreas Schwab <schwab@suse.de>
9908
9909 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9910 ?, to "_".
9911
9912 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9913 Version 2.0.36 of Tramp released.
9914
9915 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9916 tramp-password-end-of-line.
9917 (tramp-password-end-of-line): New method parameter.
9918 (tramp-get-password-end-of-line): Function to access method
9919 parameter `tramp-password-end-of-line', or variable
9920 `tramp-default-password-end-of-line' (default value).
9921 (tramp-methods): Add entries for new parameter
9922 tramp-password-end-of-line.
9923 (tramp-enter-password): Use new function
9924 `tramp-get-password-end-of-line'.
9925 (tramp-handle-insert-file-contents): Do not
9926 unconditionally inhibit the file operation file-local-copy, only
9927 do that when the inhibit-file-name-operation is currently
9928 insert-file-contents. This fixes finding remote CVS-controlled
9929 files. (It would barf on inserting the CVS/Entries file
9930 literally, because the file-local-copy handler wasn't called.)
9931 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9932 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9933 (tramp-initial-commands): New variable.
9934 (tramp-process-initial-commands): New function, using the variable.
9935 (tramp-open-connection-setup-interactive-shell): Call the new function.
9936 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9937 method into the buffer name, never use nil. Reported by Hanak
9938 David <dhanak@inf.bme.hu>.
9939 (tramp-open-connection-setup-interactive-shell): Erase buffer
9940 before sending "stty -onlcr".
9941
9942 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9943
9944 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9945
9946 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9947
9948 2003-07-19 John Paul Wallington <jpw@gnu.org>
9949
9950 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9951 (artist-draw-rect, artist-draw-square): Doc fixes.
9952
9953 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9954
9955 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9956
9957 2003-07-19 Kenichi Handa <handa@m17n.org>
9958
9959 * international/kkc.el (kkc-show-conversion-list-update):
9960 Highlight the correct candidate in the message.
9961
9962 2003-07-18 John Paul Wallington <jpw@gnu.org>
9963
9964 * simple.el (current-word): Don't include punctuation char when
9965 `really-word' arg is non-nil.
9966
9967 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9968
9969 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9970 moved to the directory obsolete.
9971
9972 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9973
9974 * info.el (Info-menu-entry-name-re): Allow newlines in
9975 menu entry names.
9976
9977 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9978 syntax-ppss-after-change-function.
9979 (syntax-ppss-after-change-function): New alias. Update uses.
9980 (syntax-ppss): Catch the case where the buffer is narrowed.
9981
9982 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9983
9984 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9985 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9986
9987 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9988
9989 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9990 since it might be modified.
9991
9992 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9993 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9994 names to these language constants.
9995
9996 2003-07-15 Kim F. Storm <storm@cua.dk>
9997
9998 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9999 All uses changed.
10000
10001 2003-07-14 Mark A. Hershberger <mah@everybody.org>
10002
10003 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
10004 Namespace support.
10005
10006 2003-07-13 Juanma Barranquero <lektu@terra.es>
10007
10008 * frame.el (modify-all-frames-parameters): Reinstall (copyright
10009 papers received).
10010
10011 2003-07-13 Karl Eichwalder <ke@suse.de>
10012
10013 * textmodes/po.el (po-find-charset): White space at the start of the
10014 Content-Type field body is non-mandatory.
10015
10016 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10017
10018 * textmodes/texinfo.el (texinfo-section-list):
10019 Append appendixsection; a synonym for appendixsec.
10020
10021 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
10022
10023 * man.el (Man-translate-cleanup): New.
10024 (Man-translate-references): Call `Man-translate-cleanup' to clean
10025 leading, trailing and middle spaces.
10026
10027 2003-07-13 Lars Hansen <larsh@math.ku.dk>
10028
10029 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
10030 Handle `dired-directory' being a list.
10031
10032 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
10033
10034 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
10035 it doesn't exist.
10036
10037 2003-07-12 Richard M. Stallman <rms@gnu.org>
10038
10039 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
10040
10041 * progmodes/cc-defs.el (c-make-keywords-re):
10042 Don't use delete-duplicates.
10043 (c-lang-const): Don't use mapcan.
10044
10045 * apropos.el (apropos-show-scores): Make it customizable.
10046 Document new meaning.
10047 (apropos): Compute scores from symbols.
10048 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
10049
10050 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10051
10052 * ps-bdf.el: Fix copyright line.
10053 (bdf-directory-list): Fix initialization code.
10054
10055 2003-07-11 John Paul Wallington <jpw@gnu.org>
10056
10057 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
10058 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
10059 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
10060
10061 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
10062
10063 * emacs-lisp/ring.el (ring-elements): Doc fix.
10064
10065 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10066
10067 * calendar/timeclock.el (timeclock-relative)
10068 (timeclock-ask-before-exiting, timeclock-use-display-time):
10069 Doc changes.
10070 (timeclock-modeline-display): Give a message if
10071 `timeclock-use-display-time' is non-nil but `display-time-mode'
10072 is not active.
10073
10074 2003-07-11 Kenichi Handa <handa@m17n.org>
10075
10076 * international/mule-cmds.el (set-language-environment):
10077 Set current-language-environment to the correct string.
10078
10079 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10080
10081 * ps-print.el: Print line number correctly in a region. Reported by
10082 Tim Allen <timallen@ls83.fsnet.co.uk>.
10083 (ps-print-version): New version number (6.6.2).
10084 (ps-printing-region): Code fix.
10085
10086 2003-07-10 John Paul Wallington <jpw@gnu.org>
10087
10088 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
10089 this function can be called from `add-completions-from-tags-table'.
10090
10091 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
10092
10093 * calendar/timeclock.el (timeclock-use-display-time)
10094 (timeclock-day-over-hook, timeclock-workday-remaining)
10095 (timeclock-status-string, timeclock-when-to-leave)
10096 (timeclock-when-to-leave-string, timeclock-log-data)
10097 (timeclock-find-discrep, timeclock-day-base)
10098 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
10099 (timeclock-modeline-display): Set the variable
10100 `timeclock-modeline-display'.
10101 (timeclock-update-modeline): Doc fix. Respect value of
10102 `timeclock-relative'.
10103
10104 2003-07-09 Richard M. Stallman <rms@gnu.org>
10105
10106 * textmodes/reftex-parse.el (reftex-all-document-files):
10107 Add autoload cookie.
10108
10109 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
10110 (reftex-scanning-info-available-p): Add autoload cookie.
10111
10112 * international/mule-cmds.el
10113 (set-display-table-and-terminal-coding-system): Delete duplicate
10114 aset on standard-display-table.
10115
10116 * view.el (view-file): If existing buffer's major mode is special,
10117 don't go into view mode.
10118
10119 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
10120
10121 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10122
10123 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
10124 buffer changes; there's third party code that calls this function
10125 directly.
10126
10127 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10128
10129 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
10130 (autodoc-font-lock-keywords): Don't byte compile on font lock
10131 initialization when running from byte compiled files.
10132
10133 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10134
10135 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
10136 statement ends with auto-increment "++".
10137
10138 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10139
10140 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10141 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10142 these are changed, so declare them as variables and not constants.
10143
10144 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
10145
10146 * subr.el (dolist, dotimes): Doc fix.
10147
10148 2003-07-08 Kim F. Storm <storm@cua.dk>
10149
10150 * international/mule-cmds.el
10151 (set-display-table-and-terminal-coding-system): Don't break
10152 bootstrap if standard-display-table isn't setup yet.
10153
10154 2003-07-07 Richard M. Stallman <rms@gnu.org>
10155
10156 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
10157 Give it a doc string, and autoload it.
10158
10159 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
10160 Use with-no-warnings.
10161
10162 * info.el (Info-search): If find invisible text, search again.
10163
10164 * isearch.el (search-whitespace-regexp): Add a shy group around it.
10165
10166 * man.el (Man-name-regexp): Match + as part of name.
10167
10168 * simple.el (visible-mode): Rename from vis-mode.
10169 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
10170
10171 * simple.el (current-word): New arg REALLY-WORD specifies
10172 don't include punctuation chars.
10173
10174 * emacs-lisp/debug.el (debug, debugger-env-macro):
10175 Use with-no-warnings while accessing and binding unread-command-char.
10176
10177 * international/mule-cmds.el
10178 (set-display-table-and-terminal-coding-system): Use explicit loop
10179 instead of calling standard-display-default.
10180
10181 * net/ange-ftp.el (ange-ftp-file-symlink-p):
10182 Use condition-case to catch error in ange-ftp-get-files.
10183
10184 * net/browse-url.el (browse-url-browser-function):
10185 Add alternative for Epiphany.
10186 (browse-url-epiphany-program, browse-url-epiphany-arguments)
10187 (browse-url-epiphany-startup-arguments)
10188 (browse-url-epiphany-new-window-is-tab): New variables.
10189 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
10190
10191 * progmodes/compile.el (compile-auto-highlight): Default now t.
10192 (compile): Doc fix.
10193 (compilation-next-error): Fix previous change.
10194
10195 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
10196
10197 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
10198
10199 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
10200
10201 * gdb-ui.el (gdb-source-info): Display current frame when
10202 attaching to an existing process.
10203 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
10204 while laying out windows when attaching to an existing process.
10205
10206 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
10207
10208 * info.el (Info-menu): Use Info-menu-entry-name-re.
10209
10210 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
10211
10212 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
10213 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
10214
10215 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
10216 to match the same text.
10217
10218 2003-07-06 John Paul Wallington <jpw@gnu.org>
10219
10220 * vc.el (vc-annotate-offset): Move defvar up.
10221
10222 2003-07-06 Kim F. Storm <storm@cua.dk>
10223
10224 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
10225 This should fix the infinite loop when extracting menu names.
10226
10227 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10228
10229 * files.el (auto-mode-alist, interpreter-mode-alist):
10230 Remove entries to CC Mode modes to avoid duplicates; they are now added
10231 with autoload directives in cc-mode.el.
10232
10233 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10234
10235 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10236 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10237 these are changed, so declare them as variables and not constants.
10238
10239 * progmodes/cc-mode.el: Fix some autoload problems: Try to
10240 ensure that the entry for ".c" extension comes before the one for
10241 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
10242 Fix incorrect entries that were added to `interpreter-mode-alist'.
10243 Move the autoload directives for AWK to the top level since they
10244 aren't recognized anywhere else. Do not use the new AWK mode doc
10245 in the autoload form for the old AWK mode.
10246
10247 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10248
10249 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
10250 (bibtex-sort-ignore-string-entries): Default value t.
10251 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
10252 erroneously in previous version.
10253 (bibtex-string-files): Docstring reflects new parsing scheme.
10254 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
10255 docstring, add # as one of the chars to crush
10256 (bibtex-autokey-prefix-string, bibtex-autokey-names)
10257 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
10258 (bibtex-autokey-name-change-strings)
10259 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
10260 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
10261 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
10262 (bibtex-autokey-title-terminators)
10263 (bibtex-autokey-titlewords-stretch)
10264 (bibtex-autokey-titleword-ignore)
10265 (bibtex-autokey-titleword-case-convert)
10266 (bibtex-autokey-titleword-abbrevs)
10267 (bibtex-autokey-titleword-abbrevs)
10268 (bibtex-autokey-titleword-change-strings)
10269 (bibtex-autokey-titleword-length)
10270 (bibtex-autokey-titleword-separator)
10271 (bibtex-autokey-name-year-separator)
10272 (bibtex-autokey-year-title-separator)
10273 (bibtex-autokey-before-presentation-function)
10274 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
10275 Fix docstring.
10276 (bibtex-strings, bibtex-reference-keys):
10277 Use lazy-completion-table and make-variable-buffer-local.
10278 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
10279 (bibtex-braced-string-syntax-table)
10280 (bibtex-quoted-string-syntax-table): New variables.
10281 (bibtex-parse-nested-braces): Remove.
10282 (bibtex-parse-field-string): Use syntax table and forward-sexp.
10283 (bibtex-parse-association): Simplify.
10284 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
10285 (bibtex-parse-field-text): Simplify.
10286 (bibtex-search-forward-field, bibtex-search-backward-field):
10287 argument BOUND can take value t.
10288 (bibtex-start-of-field, bibtex-start-of-name-in-field)
10289 (bibtex-end-of-name-in-field, bibtex-end-of-field)
10290 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
10291 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
10292 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
10293 (bibtex-skip-to-valid-entry): Return buffer position of beginning
10294 and ending of entry. Update for changes of bibtex-search-entry.
10295 Simplify.
10296 (bibtex-map-entries): FUN is called with three arguments.
10297 (bibtex-search-entry): Return a cons pair with buffer positions of
10298 beginning and end of entry.
10299 (bibtex-enclosing-field): Simplify.
10300 (bibtex-format-entry): Use booktitle to set a missing title.
10301 (bibtex-autokey-get-names): Fiddle with regexps.
10302 (bibtex-generate-autokey): Use identity.
10303 (bibtex-parse-keys): Use simplified parsing algorithm if
10304 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
10305 arguments. Return alist of keys.
10306 (bibtex-parse-strings): Simplify. Return alist of strings.
10307 (bibtex-complete-string-cleanup): Fix docstring.
10308 (bibtex-read-key): New function.
10309 (bibtex-mode): Fix docstring. Do not parse for keys and
10310 strings when the mode is entered. Set fill-paragraph-function to
10311 bibtex-fill-field. Setup font-lock-mark-block-function the way
10312 font-lock intended.
10313 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
10314 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
10315 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
10316 (bibtex-Preamble): Avoid hard coded constants.
10317 (bibtex-make-field): Fix docstring. Simplify.
10318 (bibtex-beginning-of-entry): Always return new position of point.
10319 (bibtex-end-of-entry): Rearrange cond clauses.
10320 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
10321 Update for changes of bibtex-map-entries.
10322 (bibtex-ispell-abstract): Do not move point.
10323 (bibtex-entry-index): Use downcase. Simplify.
10324 (bibtex-lessp): Handle catch-all.
10325 (bibtex-find-crossref): Turn into a command.
10326 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
10327 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
10328 preamble entries.
10329 (bibtex-fill-field-bounds): New function.
10330 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
10331 (bibtex-fill-entry): Use bibtex-fill-field-bounds
10332 (bibtex-String): Use bibtex-strings. Always obey
10333 bibtex-sort-ignore-string-entries.
10334
10335 2003-07-05 John Paul Wallington <jpw@gnu.org>
10336
10337 * cus-theme.el (customize-create-theme):
10338 Call `customize-create-theme' in Reset widget's notify function.
10339
10340 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
10341 (ibuffer-mark-interactive): Use `or' instead of `unless'.
10342 (define-ibuffer-column name): Add summarizer.
10343 (define-ibuffer-column size): Likewise.
10344 (define-ibuffer-column filename): Likewise.
10345 (define-ibuffer-column process): Likewise. Change BODY's output too.
10346 (define-ibuffer-column filename-and-process): Likewise, likewise.
10347 (ibuffer): Remove local vars `already-in' and `need-update'.
10348
10349 * ibuf-ext.el: Don't require `derived' at compile-time.
10350
10351 2003-07-05 Kim F. Storm <storm@cua.dk>
10352
10353 * info.el: Disable paragraph refilling.
10354 (Info-refill-paragraphs): New defcustom.
10355 (Info-fontify-node): Use it.
10356
10357 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
10358
10359 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
10360 thingies from constructors created by defstruct.
10361
10362 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
10363 the default value of the variable.
10364 (byte-code-meter): Move declaration to top level.
10365
10366 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
10367
10368 * info.el (Info-following-node-name-re): New fun.
10369 (Info-following-node-name): Remove.
10370 (Info-insert-dir): Use the new fun.
10371 (Info-extract-pointer): Don't save restriction; use new fun.
10372 (Info-menu-entry-name-re): New const.
10373 (Info-menu-entry-name-re): Use it along with new fun.
10374 (Info-node-spec-re): Use new fun.
10375 (Info-complete-menu-item, Info-fontify-node): Use new const.
10376 (Info-goto-node, Info-follow-reference, Info-menu-update):
10377 Use match-string.
10378 (Info-follow-reference): Use assoc-string.
10379 Use a list of strings for the completion table.
10380 (Info-fontify-node): Use match-string, line-end-position.
10381 Limit the search for `node:' to the first line.
10382
10383 * newcomment.el (uncomment-region): Remove padding coming from
10384 comment-start rather than just from comment-padding.
10385
10386 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
10387 (vc-cvs-stay-local-p): Use vc-stay-local-p.
10388 (vc-cvs-rename-file): Remove (use the default).
10389 (vc-cvs-register): Register parent dir if needed.
10390 (vc-cvs-could-register): Return non-nil if parent can be registered.
10391 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
10392 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
10393
10394 * vc-svn.el (vc-svn-use-edit): Make it into a const.
10395 (vc-svn-update): Fix the arguments to `svn'.
10396 (vc-svn-diff-tree): Just use `vc-svn-diff'.
10397 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
10398 Simple implementations, assuming `name' is a URL.
10399
10400 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
10401 set of chars allowed unquoted in a case pattern.
10402
10403 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
10404
10405 * font-lock.el (font-lock-extra-types-widget)
10406 (c-font-lock-extra-types, c++-font-lock-extra-types)
10407 (objc-font-lock-extra-types, java-font-lock-extra-types)
10408 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
10409 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
10410 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
10411 (font-lock-match-c++-structor-declaration)
10412 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
10413 (c++-font-lock-keywords-3, c++-font-lock-keywords)
10414 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
10415 (objc-font-lock-keywords-3, objc-font-lock-keywords)
10416 (java-font-lock-keywords-1, java-font-lock-keywords-2)
10417 (java-font-lock-keywords-3, java-font-lock-keywords)
10418 (java-font-lock-syntactic-face-function): Remove obsolete code
10419 and constants. It's all in cc-fonts.el now.
10420
10421 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
10422
10423 * mail/sendmail.el (mail-specify-envelope-from)
10424 (mail-envelope-from): Doc fix.
10425
10426 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
10427
10428 * generic-x.el: Do away with the dependency on `c-emacs-features'
10429 when populating `rul-generic-mode-syntax-table'; we already know
10430 this isn't XEmacs.
10431
10432 See ChangeLog.10 for earlier changes.
10433
10434 ;; Local Variables:
10435 ;; coding: iso-2022-7bit
10436 ;; End:
10437
10438 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
10439 Copying and distribution of this file, with or without modification,
10440 are permitted provided the copyright notice and this notice are preserved.
10441
10442 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1