*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2004-09-29 Kim F. Storm <storm@cua.dk>
2
3 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
6
7 * fringe.el (fringe-bitmap-p): New macro.
8 (fringe-bitmaps): Add standard fringe bitmaps on load.
9
10 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11
12 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13 from diary display excursion. Store diary buffer's point for
14 `simple-diary-display'.
15 (simple-diary-display): Set window point and start when
16 displaying buffer, to preserve point.
17
18 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
19
20 * textmodes/enriched.el (enriched-translations): Replace defconst
21 with defvar.
22
23 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24
25 * printing.el: Doc fix.
26 (pr-version): New version number (6.8.1).
27 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
28 make-temp-name.
29 (pr-delete-file): Check if file exists before deleting it. Reported by
30 Lennart Borgman <lennart.borgman.073@student.lu.se>.
31
32 2004-09-26 Stefan <monnier@iro.umontreal.ca>
33
34 * term.el (term-display-table): New variable.
35 (term-mode): Use it.
36 (term-exec-1): Set the coding system to binary.
37 (term-emulate-terminal): Decode the string before inserting it.
38
39 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
40
41 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
42 (term-ansi-default-bg, term-ansi-current-temp): Delete unused
43 vars.
44 (map): Bind S-prior, S-next and S-insert.
45 (term-mode): Set `indent-tabs-mode' to nil.
46 (term-paste): New function to be bound to S-insert.
47 (term-send-del, term-send-backspace): Change the strings sent.
48 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
49 (term-handle-colors-array): Fix handling of underline and reverse.
50 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add
51 comments.
52 (term-erase-in-line): Fix comparison.
53 (term-emulate-terminal): Fix line wrap handling.
54 (term-start-output-log): Renamed from `term-set-output-log'.
55 (term-stop-output-log): Renamed from `term-stop-photo'.
56 (term-switch-to-alternate-sub-buffer): Comment out, unused.
57
58 2004-09-25 Stefan <monnier@iro.umontreal.ca>
59
60 * dired.el (dired-move-to-filename): Don't output a message if
61 raise-error is non-nil. Fix return position and value.
62
63 * files.el (insert-directory): Obey --dired even with symlinks.
64
65 2004-09-25 Lars Hansen <larsh@math.ku.dk>
66
67 * ls-lisp.el (ls-lisp-format): Mark file names with property
68 dired-filename.
69
70 2004-09-25 Kim F. Storm <storm@cua.dk>
71
72 * ido.el (ido-max-directory-size): New defcustom.
73 (ido-decorations): Add "too big" element.
74 (ido-directory-too-big): New dynamic var.
75 (ido-may-cache-directory): Don't cache big directories.
76 (ido-directory-too-big-p): New defun.
77 (ido-set-current-directory): Update ido-directory-too-big.
78 (ido-read-internal): Make empty ido-cur-item if too-big.
79 (ido-buffer-internal): Use ido-read-internal directly instead of
80 ido-read-buffer.
81 (ido-file-internal): Init ido-directory-too-big.
82 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
83 and redo completion with full list.
84 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
85 it, and show completions.
86 (ido-all-completions): Let bind ido-directory-too-big to nil.
87 (ido-exhibit): Handle ido-directory-too-big.
88 (ido-read-buffer): Handle fallback to read-buffer.
89 Init ido-directory-too-big.
90 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
91 Init ido-directory-too-big.
92
93 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
94
95 * subr.el (delay-mode-hooks): Doc fix.
96
97 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
98
99 * textmodes/enriched.el
100 (enriched-default-text-properties-local-flag): New variable.
101 (enriched-mode): Make sure that enabling and disabling the mode is
102 a no-op. Doc fix.
103
104 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
105
106 * calendar/holidays.el (holiday-advent): Report on a specified day
107 offset from advent, not just advent.
108 (holiday-easter-etc): Report on one specified day offset from
109 easter, not all easter holidays. Various Easter holidays moved to
110 `christian-holidays' variable in calendar.el.
111 * calendar/calendar.el (christian-holidays): Adapt for new
112 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
113
114 2004-09-23 Kim F. Storm <storm@cua.dk>
115
116 * image.el (insert-sliced-image): Add doc string.
117
118 * ido.el (ido-choice-list): New dynamic var for `list' context.
119 (ido-context-switch-command): New dynamic var.
120 (ido-define-mode-map): Generalize switch between file/buffer contexts.
121 (ido-read-internal): Handle new `list' context.
122 Handle insert-buffer and insert-file ido-exit values.
123 (ido-buffer-internal): New arg switch-cmd. Use it to setup
124 ido-context-switch-command. Handle insert-file ido-exit value.
125 (ido-read-buffer): Set ido-context-switch-command to 'ignore
126 unless it is already bound by caller.
127 (ido-file-internal): New arg switch-cmd. Use it to setup
128 ido-context-switch-command. Handle insert-buffer ido-exit value.
129 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
130 used for context switching.
131 (ido-all-completions): Handle new `list' context.
132 (ido-make-choice-list): Return choices for `list' context.
133 (ido-find-file-in-dir, ido-display-file, ido-write-file)
134 (ido-display-buffer, ido-kill-buffer): Disable context switching.
135 (ido-insert-buffer, ido-insert-file): Setup context switching.
136 (ido-exhibit): Handle `list' context.
137 (ido-read-file-name): Disable context switching. Handle fallback.
138 (ido-read-directory-name): Disable context switching.
139 (ido-completing-read): New defun like completing-read. Setup and
140 use new `list' context.
141
142 2004-09-20 Jesper Harder <harder@ifa.au.dk>
143
144 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
145
146 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
147
148 * subr.el (after-change-major-mode-hook): Doc fix.
149
150 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
151
152 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
153 of ghostscript for monochrome PostScript file in Windows.
154
155 2004-09-21 Kenichi Handa <handa@m17n.org>
156
157 * descr-text.el (describe-char): Checking of quail activation
158 fixed.
159
160 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
161
162 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
163 after the mode hooks instead of before. Doc fix.
164
165 2004-09-20 Jason Rumney <jasonr@gnu.org>
166
167 * startup.el (command-line) [windows-nt]: Try .emacs first, then
168 _emacs, but revert to .emacs if neither exists in home directory.
169
170 2004-09-20 John Paul Wallington <jpw@gnu.org>
171
172 * bindings.el (completion-ignored-extensions): Add .dfsl.
173
174 2004-09-20 Richard M. Stallman <rms@gnu.org>
175
176 * bindings.el (scroll-left): Make it disabled.
177
178 * files.el (enable-local-eval): Doc fix.
179
180 * indent.el (move-to-left-margin): Special case for minibuffer.
181
182 * term.el (term-emulate-terminal): Turn off undo for output.
183 Use with-current-buffer and save-selected-window.
184
185 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
186
187 * progmodes/make-mode.el (makefile-fill-paragraph):
188 Don't insist on spaces when looking for comments. # is enough.
189
190 * files.el (hack-local-variables): Copy the variables list
191 to another buffer, strip prefixes and suffixes there, then read.
192 (enable-local-eval): Doc fix.
193 (ignored-local-variables): Initialize to nil.
194 (risky-local-variable-p): Don't check ignored-local-variables here.
195 (hack-one-local-variable): Ignore var if in ignored-local-variables.
196
197 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
198
199 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
200 of = to "." (punctuation).
201
202 2004-09-19 Stefan <monnier@iro.umontreal.ca>
203
204 * subr.el (event-basic-type): Fix mask (extend to 22bits).
205
206 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
207
208 * textmodes/enriched.el (enriched-rerun-flag): New variable.
209 (enriched-before-change-major-mode): New function.
210 Add it to `change-major-mode-hook'.
211 (enriched-after-change-major-mode): New function.
212 Add it to `after-change-major-mode-hook'.
213 (enriched-mode): Make it work correctly if called from
214 `after-change-major-mode-hook'.
215 No longer set `indent-line-function'.
216
217 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
218
219 * subr.el (after-change-major-mode-hook): New variable.
220 (run-mode-hooks): Implement it.
221
222 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * battery.el (battery-linux-proc-apm): Use string-to-number.
225 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
226 Use dolist (and less indentation). Use erase-buffer.
227 Pre-initialize `design-capacity', `warn', and `low'.
228 (battery-format): Use replace-regexp-in-string.
229
230 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
231
232 * battery.el: Delete superfluous empty lines.
233 (battery-linux-proc-acpi): Attempt to gather information from all
234 battery subdirectories regardless of their file name.
235 (battery-linux-proc-apm): Replace all occurrences of
236 battery-hex-to-int-2 with string-to-int (base 16).
237 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
238 (battery-hex-map): Delete variable.
239
240 2004-09-18 John Paul Wallington <jpw@gnu.org>
241
242 * calc/calc-units.el (calc-quick-units): Fix overzealous
243 s/or/unless/.
244
245 2004-09-17 Romain Francoise <romain@orebokech.com>
246
247 * ibuf-ext.el (define-ibuffer-filter filename):
248 Expand dired-directory since buffer-file-name is absolute.
249
250 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
251
252 * ediff-init.el (ediff-current-diff-face-A)
253 (ediff-current-diff-face-B, ediff-current-diff-face-C)
254 (ediff-current-diff-face-Ancestor)
255 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
256 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
257 (ediff-even-diff-face-A, ediff-even-diff-face-B)
258 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
259 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
260 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
261 Use min-colors.
262
263 * term.el (term-down): Perform vertical motion if DOWN is negative.
264 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
265 (term-termcap-format): Synchronyze with the eterm terminfo entry
266 in etc/e/eterm.ti.
267 (term-handle-colors-array): If the current foreground or
268 background are zero (i.e. unspecified), use the foreground and
269 background of the default face for reverse video.
270 (term-ansi-at-eval-string, term-ansi-default-fg)
271 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
272 (term-mem): Delete ununsed function.
273 (term-protocol-version): Increment.
274 (term-current-face): Set to default.
275
276 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
277
278 * vc.el (annotate-time): Document point handling.
279 (vc-annotate-display-autoscale): Doc fix.
280
281 2004-09-15 Miles Bader <miles@gnu.org>
282
283 * generic.el (generic-make-keywords-list): Use symbol rather than
284 word anchors in regexp.
285
286 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
287
288 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
289 no file name consider `dired-directory'.
290
291 2004-09-14 Kim F. Storm <storm@cua.dk>
292
293 * faces.el (cursor): Add face-no-inherit property. Doc fix.
294
295 2004-09-14 Simon Josefsson <jas@extundo.com>
296
297 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
298
299 * textmodes/dns-mode.el: Add.
300
301 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
304 (disabled-command-function): Make the ?\ char more obvious.
305
306 * vc-arch.el (vc-arch-root, vc-arch-registered):
307 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
308
309 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
310
311 * windmove.el (windmove-frame-edges): Report coordinates of
312 outside edges of frame, not inside edges.
313 (windmove-coordinates-of-position): Convert into wrapper to new
314 function `windmove-coordinates-of-window-position';
315 `compute-motion' always applies to selected window.
316 (windmove-coordinates-of-position): Update documentation to refer
317 to Emacs 21 Lisp Reference Manual.
318 (windmove-find-other-window): Fix off-by-one errors for max x,y.
319
320 2004-09-13 Kim F. Storm <storm@cua.dk>
321
322 * isearch.el (isearch-resume-in-command-history): Rename from
323 isearch-resume-enabled and change default to nil.
324
325 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * vc-hooks.el (vc-ignore-dir-regexp): New var.
328 (vc-registered): Use it.
329 (vc-find-root): New fun.
330
331 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
332 Don't tell to use \\{...} when it's already done.
333
334 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
335 Provide a sample complex default.
336 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
337 (bibtex-entry): Use mapc.
338
339 2004-09-12 Kim F. Storm <storm@cua.dk>
340
341 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
342
343 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
344 inhibit-field-text-motion to t so rectangles work in comint buffers.
345
346 * simple.el (choose-completion-string): Set buffer before running
347 choose-completion-string-functions hook so it can be buffer-local.
348
349 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
350
351 * progmodes/compile.el (compilation-start): Parse command to see
352 if it starts with a cd, and if so perform it for the *compilation*
353 buffer. Change the header to reflect this.
354
355 2004-09-11 Kim F. Storm <storm@cua.dk>
356
357 * ido.el (ido-enable-dot-prefix): Doc fix.
358 (ido-enable-dot-prefix): New defcustom.
359 (ido-set-matches1): Use it.
360
361 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * textmodes/bibtex.el (bibtex-mark-active)
364 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
365
366 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
367
368 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
369 used in a case insensitive environment.
370 (bibtex-mode-map): Rearrange order of menus.
371 (bibtex-quoted-string-re): Obsolete.
372 (bibtex-complete-key-cleanup): Variable replaced by new function.
373 (bibtex-font-lock-keywords): Use backquotes.
374 (bibtex-font-lock-url-regexp): New internal variable.
375 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
376 "OPT" and "ALT".
377 (bibtex-insert-current-kill, bibtex-make-field)
378 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
379 (bibtex-parse-field-text): Simplify.
380 (bibtex-string=): New helper function.
381 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
382 (bibtex-map-entries): Use bibtex-string=.
383 (bibtex-search-entry): Use not.
384 (bibtex-enclosing-field): Fix docstring.
385 (bibtex-assoc-regexp): Obsolete.
386 (bibtex-format-entry): Use assoc-string and bibtex-string=.
387 (bibtex-autokey-get-names): Handle empty name field.
388 (bibtex-parse-strings): Use assoc-string and unless.
389 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
390 Use assoc-string.
391 (bibtex-pop): Simplify.
392 (bibtex-mode): Set font-lock-extra-managed-props.
393 (bibtex-entry-update): Use assoc-string.
394 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
395 (bibtex-autofill-entry): Use bibtex-string=.
396 (bibtex-print-help-message): Simplify.
397 (bibtex-find-entry): New optional arg START.
398 (bibtex-validate): Use bibtex-string= and assoc-string.
399 Do not call obsolete function compilation-parse-errors.
400 (bibtex-remove-delimiters): Only remove delimiters if present.
401 (bibtex-copy-entry-as-kill): Add docstring.
402 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
403 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
404 (bibtex-complete): Use bibtex-predefined-month-strings,
405 bibtex-string=, and new function bibtex-complete-key-cleanup.
406 (bibtex-generate-url-list): New variable.
407 (bibtex-url): New command bound to C-c C-l and mouse-2.
408 (bibtex-url-map): New local keymap for bibtex-url-mouse.
409 (bibtex-font-lock-url): New function.
410
411 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
414
415 2004-09-09 Kim F. Storm <storm@cua.dk>
416
417 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
418 counter and format with binding.
419 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
420 the declared macro uses own macro counter and format. Give symbol
421 kmacro property.
422 (kmacro-keymap): Bind kmacro-name-last-macro to n.
423 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
424 (kmacro-end-and-call-macro): Doc fix.
425
426 2004-09-09 Lars Hansen <larsh@math.ku.dk>
427
428 * desktop.el (desktop-clear-preserve-buffers):
429 Remove make-obsolete-variable.
430
431 2004-09-08 Richard M. Stallman <rms@gnu.org>
432
433 * buff-menu.el (list-buffers-noselect): Call format-mode-line
434 with the buffer as argument.
435
436 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
439
440 2004-09-08 Juri Linkov <juri@jurta.org>
441
442 * replace.el (perform-replace): Use `query-replace-descr'.
443
444 * cus-start.el (history-delete-duplicates): Specify customization.
445
446 * diff-mode.el (diff-mode-map):
447 * progmodes/compile.el (compilation-mode-map):
448 * progmodes/grep.el (grep-mode-map):
449 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
450 to `next-error-follow-minor-mode'.
451
452 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
453
454 * isearch.el (isearch-lazy-highlight-update): Take into account
455 the case of zero-length match at the search bound.
456
457 2004-09-08 Kim F. Storm <storm@cua.dk>
458
459 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
460 change. Use zero width overlays when necessary.
461
462 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
463
464 * subr.el (split-string): Docfix.
465
466 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
467
468 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
469 (display-call-tree): Ensure newline after caller/calls blocks.
470
471 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
472
473 * startup.el (command-line-1): Make option
474 --directory/-L modify `load-path' straight away.
475
476 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
477
478 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
479
480 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
481
482 * emacs-lisp/autoload.el (make-autoload):
483 Handle `define-compilation-mode'.
484
485 * emacs-lisp/lisp-mode.el (define-compilation-mode):
486 Specify `doc-string-elt' property.
487
488 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
489
490 * bs.el (bs-mode): Doc fix.
491
492 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
493
494 * info.el (Info-insert-dir): Fix temp buffer leak bug.
495
496 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
497
498 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
499
500 2004-09-08 Kenichi Handa <handa@m17n.org>
501
502 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
503 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
504 ps-mule-next-point -> 1+).
505
506 * composite.el (encode-composition-rule): Add autoload cooky.
507
508 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
509
510 * format.el (buffer-auto-save-file-format): Make it permanent local.
511
512 2004-09-07 Kim F. Storm <storm@cua.dk>
513
514 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
515 (authors-fixed-entries): Fix typo.
516 (authors-canonical-author-name): Compact multiple spaces.
517 Ignore trivial names (e.g. only first name).
518
519 * term.el (term-window-width): Only use full window width on
520 window system if overflow-newline-into-fringe is enabled.
521 (term-mode): Don't disable overflow-newline-into-fringe.
522
523 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
526 motion as seen on my Mac OS X xterms.
527
528 * newcomment.el (uncomment-region-default, comment-region-default):
529 New functions extracted from uncomment-region and comment-region.
530 (comment-region, comment-region-function, uncomment-region)
531 (uncomment-region-function): Use them.
532
533 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
534
535 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
536 It's not crucial but can make sense at times.
537
538 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
539 the first commit.
540
541 * vc.el (vc-buffer-context, vc-restore-buffer-context):
542 Disable obsolete code.
543
544 2004-09-07 Juri Linkov <juri@jurta.org>
545
546 * progmodes/grep.el (grep-highlight-matches): Change default from
547 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
548 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
549 if grep option `--color' is available, or to `nil' otherwise.
550 (grep-process-setup): Call `grep-compute-defaults' if
551 `grep-highlight-matches' is not computed. Set env-vars only
552 if `grep-highlight-matches' is `t'.
553 (grep-use-null-device): Remove redundant type `boolean' (`choice'
554 is already defined).
555
556 * progmodes/compile.el (compilation-start): Use copy of
557 `process-environment' created by `copy-sequence' to not
558 modify env-vars in the global `process-environment'.
559
560 2004-09-06 Eli Zaretskii <eliz@gnu.org>
561
562 * simple.el (next-error-follow-minor-mode): Fix last change.
563
564 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
565
566 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
567 permanent local.
568
569 2004-09-04 Richard M. Stallman <rms@gnu.org>
570
571 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
572 highlighting if the search string is empty.
573
574 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
575
576 * facemenu.el (facemenu-active-faces): Change condition of inner
577 `while' loop to also check the first two elements of `face-atts'
578 and `mask-atts'.
579
580 2004-09-04 John Paul Wallington <jpw@gnu.org>
581
582 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
583 (thumbs-view-image-mode): Make buffer read-only.
584
585 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
586
587 * textmodes/ispell.el (ispell-really-aspell): New defvar.
588 (ispell-check-version): Set it.
589 (ispell-send-replacement): New function.
590 (ispell-process-line): Call ispell-send-replacement.
591
592 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
593
594 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
595 Support choosing seconds with "s".
596
597 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
598
599 * terminal.el (te-escape): Show `?' in prompt for help key.
600
601 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
602
603 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
604
605 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
606
607 * simple.el (next-error-follow-minor-mode)
608 (next-error-follow-mode-post-command-hook): New functions.
609 (next-error-follow-last-line): New defvar.
610
611 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
612 * progmodes/compile.el (compilation-mode-map): Likewise.
613 * progmodes/grep.el (grep-mode-map): Likewise.
614 * replace.el (occur-mode-map): Likewise.
615
616 * newcomment.el (uncomment-region): Bind comment-use-global-state
617 to nil.
618
619 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
620
621 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
622 locally around the call to `revert-buffer'.
623
624 2004-09-03 Juri Linkov <juri@jurta.org>
625
626 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
627 `isearch-adjusted' to `t'.
628 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
629 (isearch-message-prefix): Add "pending" for isearch-adjusted.
630 (isearch-other-meta-char): Restore isearch-point unconditionally.
631 (isearch-query-replace): Add new arg `regexp-flag' and use it.
632 Set point to start of match if region is not active in transient
633 mark mode (to include the current match to region boundaries).
634 Push the search string to `query-replace-from-history-variable'.
635 Add prompt "Query replace regexp" for isearch-regexp.
636 Add region beginning/end as last arguments of `perform-replace.'
637 (isearch-query-replace-regexp): Replace code by the call to
638 `isearch-query-replace' with arg `t'.
639
640 2004-09-03 Richard M. Stallman <rms@gnu.org>
641
642 * startup.el (normal-top-level): Undo previous TERM change.
643
644 2004-09-03 Kim F. Storm <storm@cua.dk>
645
646 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
647 highlight overlays; allow using RET when cursor is over a button.
648 (cua--highlight-rectangle): Use it.
649 (cua--rectangle-set-corners): Don't move backwards at eol.
650 (cua--forward-line): Don't move into void after eob.
651
652 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
653 point is set (and displayed) inside rectangle.
654 (cua--rectangle-operation): Fix for highlight of empty lines.
655 (cua--highlight-rectangle): Fix highlight for tabs.
656 Position cursor at left/right edge of rectangle using new `cursor'
657 property on overlay strings.
658 (cua--indent-rectangle): Don't tabify.
659 (cua-rotate-rectangle): Ignore that point has moved.
660
661 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
662
663 * term/mac-win.el: Add ASCII equivalents for some function keys.
664 (mode-line-frame-identification): Sync with x-win.el.
665
666 2004-09-02 Juri Linkov <juri@jurta.org>
667
668 * progmodes/compile.el (compilation-buffer-name): Compare major
669 mode with second element of compilation-arguments instead of third
670 to reflect latest changes in compilation-arguments structure.
671 (recompile): Use global variable `compilation-directory' to get
672 recent compilation directory only when `recompile' is invoked NOT
673 in the compilation buffer. Otherwise, use `default-directory' of
674 the compilation buffer.
675 (compilation-error-properties): Allow to funcall col and end-col.
676 (compilation-mode-font-lock-keywords): Check col and end-col by
677 `integerp'.
678 (compilation-goto-locus): If end-mk is non-nil in transient mark
679 mode don't activate the mark (and don't display message in
680 push-mark), but highlight overlay between mk and end-mk.
681
682 * progmodes/grep.el (grep-highlight-matches): New defcustom.
683 (grep-regexp-alist): Add rule to highlight grep matches.
684 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
685
686 * info.el (Info-fontify-node): Don't compute other-tag
687 if Info-hide-note-references=hide.
688
689 * help.el (function-called-at-point):
690 * help-fns.el (variable-at-point):
691 Try `find-tag-default' when other methods failed.
692
693 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
694 Do not push mark if inhibit-mark-movement is non-nil.
695
696 * textmodes/ispell.el (ispell-html-skip-alists):
697 Fix backslashes in docstring.
698
699 2004-09-01 Juri Linkov <juri@jurta.org>
700
701 * isearch.el (isearch-wrap-function)
702 (isearch-push-state-function): New defvars.
703 (isearch-pop-fun-state): New defsubst.
704 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
705 (isearch-push-state): Set the result of calling
706 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
707 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
708 restore the mode-specific starting point of terminated search.
709 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
710 (isearch-repeat): Call `isearch-wrap-function' if defined.
711 (isearch-message-prefix): Don't add prefix "over" to the message
712 for wrapped search if `isearch-wrap-function' is defined.
713 (isearch-search): Call function saved in `isearch-pop-fun-state' to
714 restore the mode-specific starting point of failed search.
715
716 * info.el (Info-search-whitespace-regexp): Fix backslashes.
717 (Info-search): Add new optional arguments for the sake of isearch.
718 Replace whitespace in Info-search-whitespace-regexp literally.
719 Add backward search. Don't call `Info-select-node' if regexp is
720 found in the same Info node. Don't add node to Info-history for
721 wrapped isearch.
722 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
723 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
724 (Info-mode): Set local variables `isearch-search-fun-function',
725 `isearch-wrap-function', `isearch-push-state-function',
726 `search-whitespace-regexp'.
727
728 * isearch.el: Remove ancient Change Log section.
729 (isearch-string, isearch-message-string, isearch-point)
730 (isearch-success, isearch-forward-flag, isearch-other-end)
731 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
732 (isearch-barrier, isearch-within-brackets)
733 (isearch-case-fold-search): Add suffix `-state' to state-related
734 defsubsts to avoid name clashes with other function names.
735
736 * simple.el (next-error): New defgroup and defface.
737 (next-error-highlight, next-error-highlight-no-select):
738 New defcustoms.
739 (next-error-no-select): Let-bind next-error-highlight to the value
740 of next-error-highlight-no-select before calling `next-error'.
741
742 * progmodes/compile.el (compilation-goto-locus):
743 Use `next-error' face instead of `region'. Set 4-th argument of
744 `move-overlay' to `current-buffer' to move overlay to different
745 source buffers. Use new variable `next-error-highlight'.
746
747 * simple.el (next-error-find-buffer): Move the rule
748 "if current buffer is a next-error capable buffer" after the
749 rule "if next-error-last-buffer is set to a live buffer".
750 Simplify to test all rules in one `or'.
751 (next-error): Doc fix.
752 (next-error, previous-error, first-error)
753 (next-error-no-select, previous-error-no-select):
754 Make arguments optional.
755
756 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
757
758 * macros.el (apply-macro-to-region-lines): Make it operate on all
759 lines that begin in the region, rather than on all complete lines
760 in the region.
761
762 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
763
764 * x-dnd.el (x-dnd-protocol-alist): Document update.
765 (x-dnd-known-types): Defcustom it.
766 (x-dnd-handle-motif): Print message-atom in error message.
767
768 2004-08-30 John Paul Wallington <jpw@gnu.org>
769
770 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
771 strings rather than programatically constructing message.
772
773 2004-08-30 Richard M. Stallman <rms@gnu.org>
774
775 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
776 Don't return a string that would read as the wrong character code.
777
778 2004-08-29 Kim F. Storm <storm@cua.dk>
779
780 * emulation/cua-base.el (cua-auto-expand-rectangles):
781 Remove automatic rectangle padding feature; replace by non-destructive
782 virtual rectangle edges feature.
783 (cua-virtual-rectangle-edges): New defcustom.
784 (cua-auto-tabify-rectangles): New defcustom.
785 (cua-paste): If paste into a marked rectangle, insert rectangle at
786 current column, even if virtual; also paste exactly as many lines
787 as has been marked (ignore additional lines or add empty lines),
788 but paste whole source if only one line is marked.
789 (cua--update-indications): No longer use overwrite-cursor to
790 indicate rectangle padding
791
792 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
793 (cua--rectangle-virtual-edges): New defun.
794 (cua--rectangle-get-corners): Remove optional PAD arg.
795 (cua--rectangle-set-corners): Never do padding.
796 (cua--forward-line): Remove optional PAD arg. Simplify.
797 (cua-resize-rectangle-right, cua-resize-rectangle-left)
798 (cua-resize-rectangle-down, cua-resize-rectangle-up):
799 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
800 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
801 (cua--rectangle-move): Never do padding. Simplify.
802 (cua--tabify-start): New defun.
803 (cua--rectangle-operation): Add tabify arg. All callers changed.
804 (cua--pad-rectangle): Remove.
805 (cua--delete-rectangle): Handle delete with virtual edges.
806 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
807 (cua--insert-rectangle): Handle insert at virtual column.
808 Perform auto-tabify if necessary.
809 (cua--activate-rectangle): Remove optional FORCE arg.
810 Never do padding. Simplify.
811 (cua--highlight-rectangle): Enhance for virtual edges.
812 (cua-toggle-rectangle-padding): Remove command.
813 (cua-toggle-rectangle-virtual-edges): New command.
814 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
815 (cua--rectangle-post-command): Don't force rectangle padding.
816 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
817
818 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
819
820 * indent.el (edit-tab-stops-buffer): Doc fix.
821
822 2004-08-28 Richard M. Stallman <rms@gnu.org>
823
824 * progmodes/grep.el (grep-default-command): Use find-tag-default.
825 (grep-tag-default): Function deleted.
826
827 * subr.el (find-tag-default): Moved from etags.el.
828
829 * progmodes/etags.el (find-tag-default): Moved to subr.el.
830
831 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
832 into the basic character if it has an uppercase form.
833
834 2004-08-27 Kenichi Handa <handa@m17n.org>
835
836 * international/utf-8.el (utf-8-post-read-conversion): If the
837 buffer is unibyte, temporarily make it multibyte.
838
839 2004-08-27 Masatake YAMATO <jet@gyve.org>
840
841 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
842
843 2004-08-25 John Paul Wallington <jpw@gnu.org>
844
845 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
846 0, 1, and many mismatches in message.
847 (tex-start-shell): Use `set-process-query-on-exit-flag'.
848
849 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
850 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
851
852 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
855 vc-diff-switches differently.
856
857 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
858
859 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
860 before and a real defvar after
861 `speedbar-supported-extension-expressions'. This is to silence
862 the compiler without breaking bootstrapping.
863
864 2004-08-22 Richard M. Stallman <rms@gnu.org>
865
866 * textmodes/flyspell.el (flyspell-word):
867 Use set-process-query-on-exit-flag.
868 (flyspell-highlight-duplicate-region): Take POSS as arg.
869 (flyspell-word): Pass POSS as arg.
870
871 * progmodes/ada-xref.el: Many doc and style fixes.
872 (ada-find-any-references): Use compilation-start.
873 (ada-get-ali-file-name): Improve error msg.
874 (ada-get-ada-file-name): Likewise.
875
876 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
877 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
878
879 * mail/mail-extr.el (mail-extr-all-top-level-domains):
880 Add forward defvar.
881
882 * whitespace.el (global-whitespace-mode): New alias
883 for whitespace-global-mode.
884
885 * speedbar.el (speedbar-file-regexp): Definition moved up.
886 (speedbar-mode, speedbar-set-mode-line-format):
887 Use with-no-warnings.
888 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
889
890 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
891 controls whether to display the error buffer.
892
893 * ps-mule.el: Delete compatibility code for old Emacses.
894 (ps-mule-find-wrappoint): Don't use chars-in-region.
895
896 * frame.el (display-mouse-p, display-selections-p):
897 Use with-no-warnings.
898
899 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
900
901 2004-08-22 David Kastrup <dak@gnu.org>
902
903 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
904 information.
905
906 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
907
908 2004-08-22 Andreas Schwab <schwab@suse.de>
909
910 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
911
912 2004-08-22 Masatake YAMATO <jet@gyve.org>
913
914 * cvs-status.el (cvs-status-checkout): New function.
915 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
916
917 2004-08-21 David Kastrup <dak@gnu.org>
918
919 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
920 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
921 has been converted to use hashtables, the relation `nil=none' is
922 no longer valid, as `nil' is not a hashtable. This patch tries to
923 reduce the number of resulting errors.
924
925 2004-08-21 John Paul Wallington <jpw@gnu.org>
926
927 * subr.el (process-kill-without-query): Made obsolete in
928 version 21.4, not 21.5.
929
930 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
931 (vc-previous-comment, vc-next-comment)
932 (vc-comment-search-reverse, vc-comment-search-forward)
933 (vc-comment-to-change-log): Likewise.
934
935 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
936
937 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
938
939 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
940 Correct indentation of DEFMETHODS with non-standard method
941 combinations (e.g., PROGN, MIN, MAX).
942
943 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * startup.el (normal-top-level-add-subdirs-to-load-path):
946 Avoid unnecessarily checking system-type.
947 (normal-top-level): Set TERM to "dumb". Simplify.
948
949 * avoid.el (mouse-avoidance-ignore-p): New fun.
950 Also ignore switch-frame, select-window, double, and triple clicks.
951 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
952 (mouse-avoidance-fancy-hook): Use it.
953
954 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
955
956 * avoid.el (mouse-avoidance-nudge-mouse)
957 (mouse-avoidance-banish-destination): Stay within the current window
958 to avoid problems with mouse-autoselect-window.
959
960 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
963 the newer format of some messages in cvs-1.12.1.
964
965 2004-08-19 Masatake YAMATO <jet@gyve.org>
966
967 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
968 (elp-results-jump-to-definition-by-mouse)
969 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
970 (elp-output-result): Use elp-output-insert-symname.
971
972 2004-08-18 Kenichi Handa <handa@m17n.org>
973
974 * language/cyrillic.el: Register koi8-r in
975 ctext-non-standard-encodings-alist.
976 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
977
978 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
979
980 * emacs-lisp/copyright.el (copyright-update-year): Delete code
981 that replaces 20xy with xy.
982
983 2004-08-17 John Paul Wallington <jpw@gnu.org>
984
985 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
986 (reb-force-update): Doc fix.
987
988 2004-08-16 Richard M. Stallman <rms@gnu.org>
989
990 * progmodes/which-func.el (which-func-update-1): Doc fix.
991
992 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
993 (sh-mode-abbrev-table): New variable.
994
995 * progmodes/compile.el (compilation-mode): Doc fix.
996
997 * emacs-lisp/lisp-mode.el (eval-last-sexp):
998 Don't cons a new symbol each time.
999 (eval-last-sexp-fake-value): New variable.
1000
1001 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
1002 (copyright-update-year): Detect continuation of list of years.
1003
1004 * term.el (term-default-fg-color, term-default-bg-color)
1005 (ansi-term-color-vector): Use `unspecified', not nil, as default.
1006
1007 * imenu.el: Several doc fixes: don't say variables are buffer-local.
1008
1009 2004-08-16 Davis Herring <herring@lanl.gov>
1010
1011 * isearch.el (isearch-string, isearch-message-string, isearch-point)
1012 (isearch-success, isearch-forward-flag, isearch-other-end)
1013 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1014 (isearch-barrier, isearch-within-brackets)
1015 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
1016
1017 2004-08-16 Kenichi Handa <handa@m17n.org>
1018
1019 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
1020
1021 2004-08-15 Kenichi Handa <handa@m17n.org>
1022
1023 * term/x-win.el (x-selection-value): If utf8 was successful but
1024 ctext was not, use utf8 string.
1025
1026 2004-08-14 Davis Herring <herring@lanl.gov>
1027
1028 * isearch.el: Remove accidental changes of March 4. Fix backing
1029 up when a regexp isearch is made more general. Use symbolic
1030 accessor functions for isearch stack frames to make usage clearer.
1031 (search-whitespace-regexp): Made groups in documentation shy (as
1032 is the group in the default value).
1033 (isearch-fallback): New function, addresses problems with regexps
1034 liberalized by `\|', adds support for liberalization by `\}' (the
1035 general repetition construct), and incorporates behavior for
1036 `*'/`?'.
1037 (isearch-}-char): New command, calls `isearch-fallback' with
1038 arguments appropriate to a typed `}'.
1039 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
1040 appropriately.
1041 (isearch-mode-map): Bind `}' to `isearch-}-char'.
1042 (isearch-string, isearch-message,string, isearch-point)
1043 (isearch-success, isearch-forward-flag, isearch-other-end)
1044 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1045 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
1046 New inline functions to read fields of a stack frame.
1047
1048 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
1049
1050 * battery.el (battery-linux-proc-acpi): Look into battery
1051 directories matching the literal string "CMB", too (required for
1052 Linux kernel version 2.6.7).
1053
1054 2004-08-14 John Paul Wallington <jpw@gnu.org>
1055
1056 * cus-start.el (read-file-name-completion-ignore-case): Add.
1057 (blink-cursor-alist): Change version to "21.4".
1058
1059 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
1060
1061 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
1062
1063 * speedbar.el (speedbar-scan-subdirs): New option.
1064 (speedbar-file-lists): Don't ignore file-name case on Unix and use
1065 dolist.
1066 (speedbar-insert-files-at-point): Take an extra argument and use
1067 it to optionally find out if a subdir is empty. Also unreadable
1068 files don't get expand buttons.
1069 (speedbar-directory): New image (unused pixmap already existed).
1070 (speedbar-expand-image-button-alist): Use it.
1071
1072 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
1073
1074 CC Mode update to 5.30.9:
1075
1076 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
1077 Move from cc-vars to cc-defs for dependency reasons. Fix the
1078 POSIX char class test to check that it works in
1079 `skip-chars-(forward|backward)' too.
1080
1081 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
1082 first argument starts with a special brace list.
1083
1084 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
1085 when `c-opt-type-concat-key' is used (i.e. in Pike).
1086
1087 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
1088 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
1089 >)".
1090
1091 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
1092 whitespace safe.
1093
1094 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
1095 position for `arglist-intro', `arglist-cont-nonempty' and
1096 `arglist-close' when there are two arglist open parens on the same
1097 line and there's nothing in front of the first.
1098
1099 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
1100 locking of qualified names in Java, which previously could fontify
1101 common indexing expressions in many cases. The standard Java
1102 naming conventions are used to tell them apart.
1103
1104 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
1105 Fix inconsistency wrt opening parens on the first line inside a paren
1106 block.
1107
1108 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
1109 compile time for the sake of `c-major-mode-is'.
1110
1111 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
1112 `c-major-mode-is' in the event that this is used inside a
1113 `c-lang-defconst'.
1114
1115 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
1116 `c-lang-defconst' so that it works better with fallback languages.
1117
1118 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
1119 it to fail to record the base mode.
1120
1121 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1122 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
1123 is used. Reordered the syntax checks to get more efficient
1124 skipping in some situations.
1125
1126 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
1127 continuation which might precede the newly inserted '{'.
1128
1129 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1130 Fix cases where it could loop indefinitely.
1131
1132 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
1133 size specs correctly. Only fontify identifiers in front of '('
1134 with as functions - don't accept any paren char. Tightened up
1135 initializer skipping to stop before function and class blocks.
1136
1137 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
1138 the point could be left directly after an open paren when finding
1139 the beginning of the first decl in the block.
1140
1141 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
1142 table when filtering out legitimate open parens to be recorded.
1143 This could cause cache inconsistencies when e.g.
1144 `c++-template-syntax-table' was temporarily in use.
1145
1146 * progmodes/cc-engine.el (c-on-identifier)
1147 (c-simple-skip-symbol-backward): Small fix for handling "-"
1148 correctly in `skip-chars-backward'. Affected the operator lfun
1149 syntax in Pike.
1150
1151 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
1152 Fix bug that could cause an error from `after-change-functions' when
1153 the changed region is at bob.
1154
1155 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
1156
1157 CC Mode update to 5.30.9:
1158
1159 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
1160 to say that <TAB> doesn't insert WS into a CPP line.
1161 (c-indent-command, c-tab-always-indent): Amend doc strings.
1162
1163 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
1164 checks for user errors, thus eliminating cryptic and unhelpful
1165 Emacs error messages. (1) Check the arg to `c-set-style' is a
1166 string. (2) Check that settings to `c-offsets-alist' are not
1167 spuriously quoted.
1168
1169 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
1170 which precedes the newly inserted `{'.
1171
1172 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
1173
1174 Sync with Tramp 2.0.44.
1175
1176 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
1177 function "tramp_file_attributes". Otherwise, file names
1178 containing spaces are misinterpreted. Reported by Magnus Henoch
1179 <mange@freemail.hu>.
1180 (tramp-handle-file-truename): FILENAME must be expanded first.
1181 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
1182 obscure results. Reported by D. Goel <deego@gnufans.org>.
1183 (tramp-handle-verify-visited-file-modtime): If file does not
1184 exist, say it is not modified if and only if that agrees with the
1185 buffer's record. Check whether a file is visiting the buffer, or
1186 the buffer has no recorded last modification time. Return t in
1187 case the visiting file doesn't exist. Suggested by Luc Teirlinck
1188 <teirllm@auburn.edu>.
1189 (tramp-handle-write-region): Pass modtime explicitely to
1190 `set-visited-file-modtime', because filename can be different
1191 from (buffer-file-name) if `file-precious-flag' is set.
1192 `set-visited-file-modtime' must be called always when `visit' is t
1193 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
1194 (tramp-handle-set-visited-file-modtime): If `time-list' is not
1195 nil, don't apply the whole body. If the file doesn't exists, set
1196 modtime to '(-1 65535). Suggested by Luc Teirlinck
1197 <teirllm@auburn.edu>.
1198
1199 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
1200
1201 * help.el (describe-bindings): Doc fix.
1202
1203 * subr.el (kbd): Doc fix.
1204
1205 2004-08-08 John Paul Wallington <jpw@gnu.org>
1206
1207 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
1208 instead of `string-to-int'.
1209 (define-ibuffer-column mode): Fix indentation.
1210
1211 2004-08-08 Lars Hansen <larsh@math.ku.dk>
1212
1213 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
1214
1215 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1216
1217 * subr.el (global-unset-key, local-unset-key): Doc fixes.
1218
1219 * novice.el (disabled-command-function): New variable renamed from
1220 `disabled-command-hook'.
1221 (disabled-command-hook): Keep the _variable_ as alias for
1222 `disabled-command-function' and make obsolete.
1223 (disabled-command-function): Function renamed from
1224 `disabled-command-hook'. Adapt code to name change of the variable.
1225
1226 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
1227
1228 * simple.el (completion-root-regexp): New defvar.
1229 (completion-setup-function): Use it instead of a literal string.
1230
1231 2004-08-07 John Paul Wallington <jpw@gnu.org>
1232
1233 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
1234 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
1235 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
1236 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
1237
1238 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1239
1240 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
1241 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
1242
1243 2004-08-04 Kenichi Handa <handa@m17n.org>
1244
1245 * international/encoded-kb.el (encoded-kbd-setup-keymap):
1246 Fix previous change.
1247
1248 2004-08-03 Kenichi Handa <handa@m17n.org>
1249
1250 * international/encoded-kb.el: The following changes are to
1251 utilize key-translation-map instead of minor mode map.
1252 (encoded-kbd-iso2022-non-ascii-map): Delete it.
1253 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
1254 (encoded-kbd-last-key): New function.
1255 (encoded-kbd-iso2022-single-shift): New function.
1256 (encoded-kbd-iso2022-designation)
1257 (encoded-kbd-self-insert-iso2022-7bit)
1258 (encoded-kbd-self-insert-iso2022-8bit)
1259 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
1260 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
1261 key-translation-map.
1262 (encoded-kbd-setup-keymap): Setup key-translation-map.
1263 (saved-key-translation-map): New variable.
1264 (encoded-kbd-mode): Save/restore key-translation-map.
1265 Adjust for the change of encoded-kbd-setup-keymap.
1266
1267 2004-08-02 Kim F. Storm <storm@cua.dk>
1268
1269 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
1270 and call compute-motion with nil for topos and width to get proper
1271 usable width and height for both window and non-window systems.
1272
1273 * windmove.el (windmove-coordinates-of-position): Let compute-motion
1274 calculate usable window width and height.
1275
1276 * window.el (window-buffer-height): Call compute-motion with nil width.
1277
1278 2004-08-01 David Kastrup <dak@gnu.org>
1279
1280 * replace.el (query-replace-read-from):
1281 Use `query-replace-compile-replacement'.
1282 (query-replace-compile-replacement): New function.
1283 (query-replace-read-to): Use `query-replace-compile-replacement'
1284 for repeating the last command.
1285
1286 2004-08-01 John Paul Wallington <jpw@gnu.org>
1287
1288 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
1289 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
1290 (pr-switches): Remove period from end of error messages.
1291
1292 * help-mode.el (help-go-back): Likewise.
1293
1294 * abbrev.el (only-global-abbrevs): Doc fix.
1295 (edit-abbrevs-map): Define within defvar.
1296 (quietly-read-abbrev-file): Doc fix.
1297
1298 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
1299
1300 * novice.el (enable-command, disable-command): Doc fixes.
1301
1302 * subr.el (event-modifiers, event-basic-type): Doc fixes.
1303
1304 2004-07-30 Richard M. Stallman <rms@gnu.org>
1305
1306 * subr.el (with-local-quit): Doc fix.
1307
1308 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
1309
1310 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
1311
1312 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
1313
1314 * custom.el (defcustom): Doc fix.
1315
1316 2004-07-28 Masatake YAMATO <jet@gyve.org>
1317
1318 * progmodes/etags.el (etags-tags-apropos): Show building progress.
1319
1320 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * imenu.el (imenu-prev-index-position-function)
1323 (imenu-extract-index-name-function, imenu-name-lookup-function)
1324 (imenu--index-alist): Docstring redundancy fix.
1325
1326 2004-07-25 Lars Hansen <larsh@math.ku.dk>
1327
1328 * wdired.el (wdired-finish-edit): Require dired-aux before locally
1329 binding dired-backup-overwrite.
1330
1331 2004-07-25 John Paul Wallington <jpw@gnu.org>
1332
1333 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
1334
1335 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1336
1337 * term/tty-colors.el (tty-color-approximate): Doc fix.
1338
1339 * select.el (x-get-selection, x-set-selection): Doc fixes.
1340
1341 * frame.el (make-frame): Doc fix.
1342
1343 2004-07-24 Richard M. Stallman <rms@gnu.org>
1344
1345 * mail/rmail.el (rmail-mime-charset-pattern):
1346 Don't include semicolon in the charset value.
1347
1348 * replace.el (occur-next-error): Call set-window-point.
1349 (occur-engine): Handle negative NLINES.
1350
1351 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
1352
1353 * frame.el (modify-all-frames-parameters): Minor doc fix.
1354 (set-frame-configuration): Doc fix.
1355
1356 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1357
1358 * simple.el (completion-setup-function): Compute the common parts
1359 and the first difference place correctly when
1360 partial-completion-mode is on.
1361
1362 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1363
1364 * ps-print.el: Doc fix.
1365 (ps-print-version): New version 6.6.5.
1366 (ps-printing-region): Doc fix.
1367 (ps-generate-string-list): Comment fix.
1368 (ps-message-log-max): Code fix.
1369
1370 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
1371
1372 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
1373 generated PostScript.
1374
1375 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
1376
1377 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
1378 with Gnus v5_10 branch.)
1379
1380 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
1381
1382 * calendar/time-date.el (time-to-number-of-days): New function.
1383 Imported from from Gnus.
1384
1385 2004-07-22 Kim F. Storm <storm@cua.dk>
1386
1387 * progmodes/make-mode.el: Fix comments.
1388
1389 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1390
1391 * printing.el: Doc fix.
1392
1393 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
1394
1395 * frame.el (modify-all-frames-parameters): Minor doc fix.
1396
1397 2004-07-20 Richard M. Stallman <rms@gnu.org>
1398
1399 * textmodes/fill.el (fill-nobreak-p): If this break point is
1400 at the end of the line, don't consider the newline which follows
1401 as a reason to return t.
1402
1403 2004-07-19 John Paul Wallington <jpw@gnu.org>
1404
1405 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
1406
1407 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
1408
1409 * dired-aux.el (dired-do-kill-lines): Expand docstring.
1410 Delete irrelevant code.
1411
1412 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1413
1414 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1415 New docstring. From Luc Teirlinck.
1416
1417 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
1418
1419 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
1420 section.
1421 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
1422 non-file buffers. We know it is nil.
1423
1424 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1425
1426 Sync with Tramp 2.0.43.
1427
1428 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1429 Remove outdated comment.
1430 (tramp-locked, tramp-locker): New variables for implementing a
1431 global lock.
1432 (tramp-sh-file-name-handler): Use them to implement the global lock.
1433
1434 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
1435
1436 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
1437 calls to respective `xxx` calls.
1438 (tramp-process-alive-regexp): Precise doc string.
1439 (tramp-multi-action-process-alive): New defun.
1440 (tramp-multi-actions): Use it.
1441 (tramp-handle-find-backup-file-name): `copy-tree' is available
1442 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
1443 in order to avoid this function.
1444 (tramp-handle-write-region): Set current buffer. If connection
1445 wasn't open, `file-modes' has changed it accidently. Reported by
1446 David Kastrup <dak@gnu.org>.
1447 (tramp-enter-password, tramp-read-passwd): New arguments USER and
1448 HOST.
1449 (tramp-action-password, tramp-multi-action-password): Apply it.
1450 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
1451 name must still contain the port number. Otherwise, we have two
1452 Tramp buffers, with all the confusion. Reported by Myron Selby
1453 <myron@xytech.com> and Rolf Dubitzky
1454 <Dubitzky@physi.uni-heidelberg.de>.
1455
1456 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
1457 HOST to `tramp-enter-passwd'.
1458
1459 * net/tramp-vc.el (all): Code cleanup. Change all
1460 `tramp-handle-xxx' calls to respective `xxx` calls.
1461
1462 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
1463
1464 * emacs-lisp/testcover.el: New category "potentially-1valued" for
1465 functions that are not erroneous if either 1-valued or
1466 multi-valued. Detect functions in this class.
1467 (testcover-1value-functions, testcover-compose-functions)
1468 (testcover-progn-functions) Added some additional functions to lists.
1469 (testcover-mark): Bugfix when marking up the definition for an
1470 empty function.
1471
1472 2004-07-17 Richard M. Stallman <rms@gnu.org>
1473
1474 * replace.el (occur-read-primary-args): Pass default to
1475 read-from-minibuffer.
1476
1477 * mail/footnote.el (footnote-section-tag): Use defcustom.
1478
1479 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1480 Compile font-lock-keywords, not KEYWORDS.
1481 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
1482 Add warn, check-type. Handle cerror like error.
1483
1484 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1485
1486 * progmodes/which-func.el (which-func-keymap): New var.
1487 (which-func-face): New face.
1488 (which-func-format): Use them.
1489
1490 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1491
1492 * buff-menu.el (list-buffers-noselect): Append the buffer's
1493 process status to its mode name.
1494
1495 2004-07-16 Kim F. Storm <storm@cua.dk>
1496
1497 * simple.el (inhibit-mark-movement): New defvar.
1498 (beginning-of-buffer, end-of-buffer): Do not push mark if
1499 inhibit-mark-movement is non-nil or C-u prefix is given.
1500
1501 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
1502 Init to beginning-of-buffer and end-of-buffer.
1503 (cua--undo-push-mark): New defvar.
1504 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
1505 already active and command is in cua--preserve-mark-commands.
1506 Also fix check for shift modifier on non-window systems.
1507 (cua--post-command-handler): Clear inhibit-mark-movement if set.
1508
1509 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1510
1511 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
1512 of two integers, instead of a cons.
1513
1514 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1515 `visited-file-modtime' now returns a list of two integers, instead
1516 of a cons.
1517
1518 * dired.el (dired-directory-changed-p): Ditto.
1519
1520 * progmodes/grep.el (grep): Doc fix.
1521
1522 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1523
1524 * autorevert.el (auto-revert-tail-mode)
1525 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
1526 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
1527 in both at the same time.
1528 (auto-revert-tail-mode): New command.
1529 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
1530 (auto-revert-handler): Revert only either tail or whole file.
1531
1532 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
1533 add auto-revert-tail-mode.
1534
1535 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1536
1537 * printing.el: Doc fix. Change name of some funs.
1538 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
1539 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
1540 (pr-standard-file-name): New fun. Replace pr-standard-path.
1541 (pr-call-process): Code fix.
1542
1543 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
1544
1545 * subr.el (with-selected-window): Doc fix.
1546
1547 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
1548
1549 * subr.el (get-buffer-window-list): Doc fix.
1550
1551 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1552
1553 * files.el (switch-to-buffer-other-window): Doc fix.
1554
1555 * window.el (save-selected-window, one-window-p)
1556 (split-window-keep-point, split-window-vertically)
1557 (split-window-horizontally): Doc fixes.
1558
1559 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1560
1561 * printing.el: Doc fix. Now it uses call-process instead of
1562 shell-command for low command execution.
1563 (pr-version): New version number (6.8).
1564 (pr-shell-file-name): Option removed.
1565 (pr-shell-command): Fun removed.
1566 (pr-call-process): New fun. Replace pr-shell-command.
1567 (pr-standard-path, pr-remove-nil-from-list): New funs.
1568 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1569 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1570 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1571 (pr-ps-utility-process, pr-txt-print): Code fix.
1572
1573 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1574
1575 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1576 boolean.
1577
1578 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1579
1580 * wid-edit.el (widget-field-buffer): Doc fix.
1581
1582 2004-07-09 John Paul Wallington <jpw@gnu.org>
1583
1584 * emacs-lisp/re-builder.el (reb-update-overlays):
1585 Distinguish between one and several matches in message.
1586
1587 2004-07-09 Richard M. Stallman <rms@gnu.org>
1588
1589 * mouse.el (mouse-set-region-1): If transient-mark-mode
1590 is `identity', change it to `only'.
1591
1592 * simple.el (current-word): Doc fix.
1593
1594 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1595
1596 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1597 so that it is more understanding of whitespace.
1598
1599 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1600 form
1601 (("ns" . "element") (attr-list) children) instead of
1602 ((:ns . "element") (attr-list) children) in order to reduce the
1603 number of symbols used.
1604 (xml-skip-dtd): Change to use xml-parse-dtd but set
1605 xml-validating-parsing to nil.
1606 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1607 (xml-substitute-entity): Remove in favor of new entity substitution.
1608 (xml-substitute-special): Rewrite in to substitute complex
1609 entities from DOCTYPE declarations.
1610 (xml-parse-fragment): Parse fragments from entity deleclarations.
1611 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1612 (xml-parse-dtd, xml-substitute-special): Make validity checks
1613 conditioned on xml-validating-parser. Add "Not Well Formed" to
1614 error messages about well-formedness.
1615
1616 2004-07-08 Steven Tamm <steventamm@mac.com>
1617
1618 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1619 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1620 Do not treat double clicks and triple clicks specially in the
1621 scroll bar (preventing strange repositioning problems)
1622
1623 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * replace.el (query-replace-regexp-eval): Fix last change.
1626
1627 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * replace.el (query-replace-descr): New fun.
1630 (query-replace-read-from, query-replace-read-args): Default to the
1631 previous from&to.
1632 (query-replace-read-to): Quote the `from' string when displaying it.
1633 (query-replace-regexp-eval): Immediately check read-only status.
1634 Use query-replace-read-from to get the \n checking.
1635 Quote the `from' string when displaying it.
1636 (map-query-replace-regexp, occur-read-primary-args):
1637 Quote the `from' string when displaying it.
1638
1639 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1640 delimited-ness of the search to query-replace.
1641
1642 * replace.el (query-replace-read-from, query-replace-read-to):
1643 New funs extracted from query-replace-read-args.
1644 (query-replace-read-args): Use them.
1645
1646 * replace.el (query-replace-interactive, query-replace-read-args):
1647 Remove the `initial' special value.
1648 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1649 (occur-engine): Remove unused var `matchend'.
1650
1651 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1652 Use the search string without prompting.
1653
1654 2004-07-05 Kenichi Handa <handa@m17n.org>
1655
1656 * international/mule.el (decode-coding-inserted-region):
1657 Set last-coding-system-used only when coding is nil.
1658
1659 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1660
1661 * progmodes/grep.el (grep-compute-defaults, grep-command)
1662 (grep-program, find-program, grep-find-use-xargs, grep-history)
1663 (grep-find-history, grep-tag-default, grep-find-command)
1664 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1665 Add autoload cookies, for unbundled packages that load `compile'
1666 and expect all grep-related symbols to become defined.
1667
1668 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1669
1670 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1671 (iimage-mode-image-search-path): New user option to search the
1672 image file.
1673 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1674 have locate-file.
1675 (iimage-mode-buffer): Use it.
1676
1677 2004-07-03 Nick Roberts <nickrob@gnu.org>
1678
1679 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1680 carefully.
1681 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1682
1683 2004-07-03 Juri Linkov <juri@jurta.org>
1684
1685 * replace.el (query-replace-read-args): Swallow space after 'foo,
1686 not after (quote foo). Match space only immediately after symbol,
1687 not anywhere in the whole string.
1688
1689 2004-07-02 Richard M. Stallman <rms@gnu.org>
1690
1691 * replace.el (query-replace-read-args): Swallow space after
1692 symbols, not after closeparens. But avoid error if string ends there.
1693
1694 * progmodes/python.el (python-beginning-of-statement):
1695 Exit the loop if backward-up-list gets error.
1696
1697 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1698
1699 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1700
1701 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1702 only if vc-consult-headers is non-nil.
1703
1704 2004-07-02 Juri Linkov <juri@jurta.org>
1705
1706 * pcvs.el (cvs-mode-diff-repository): New command.
1707
1708 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1709
1710 2004-07-01 Juri Linkov <juri@jurta.org>
1711
1712 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1713 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1714 C-M-% to isearch-query-replace-regexp.
1715 (minibuffer-local-isearch-map): Add arrow key bindings.
1716 Bind C-f to isearch-yank-char-in-minibuffer.
1717 (isearch-forward): Doc fix.
1718 (isearch-edit-string): Doc fix.
1719 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1720 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1721 (isearch-yank-char): Add optional arg.
1722 (isearch-yank-char-in-minibuffer): New fun.
1723
1724 * replace.el (query-replace-interactive): Change type from boolean
1725 to choice. Add value `initial'.
1726 (query-replace-read-args): Handle value `initial' of
1727 query-replace-interactive.
1728
1729 2004-06-29 Kim F. Storm <storm@cua.dk>
1730
1731 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1732 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1733
1734 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1735 Add :group 'ada.
1736
1737 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1738
1739 2004-06-29 Juri Linkov <juri@jurta.org>
1740
1741 * replace.el (query-replace-read-args): Swallow a space after
1742 everything except )]" which in most cases means after a symbol.
1743
1744 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1745
1746 2004-06-28 Richard M. Stallman <rms@gnu.org>
1747
1748 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1749 More changes to go with previous change in font-lock.el.
1750
1751 2004-06-26 David Kastrup <dak@gnu.org>
1752
1753 * replace.el (perform-replace): Highlight the match even in
1754 non-query mode if there is potential replace string editing.
1755
1756 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1757
1758 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1759 agree with new return value of `file-remote-p'.
1760 This syncs with Tramp 2.0.42.
1761
1762 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1763 according to new documentation of `file-remote-p'.
1764
1765 * files.el (file-remote-p): Fix doc to say that return value is
1766 identification of remote system, if not nil.
1767 (file-relative-name): Use new return value of `file-remote-p'.
1768
1769 2004-06-26 Nick Roberts <nickrob@gnu.org>
1770
1771 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1772 (gdb-goto-breakpoint): Fix breakage.
1773
1774 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1775
1776 * man.el (Man-getpage-in-background): Add windows-nt to the list
1777 of systems where shell-file-name should be used instead of
1778 literal "sh".
1779
1780 2004-06-25 Sam Steingold <sds@gnu.org>
1781
1782 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1783 function names `(setf symbol)'.
1784
1785 2004-06-24 Richard M. Stallman <rms@gnu.org>
1786
1787 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1788
1789 * font-lock.el (font-lock-keywords): Change format of compiled values.
1790 Document it.
1791 (font-lock-add-keywords): If font-lock-keywords is compiled,
1792 extract the uncompiled version, modify, then recompile.
1793 (font-lock-remove-keywords): Likewise.
1794 (font-lock-fontify-keywords-region): Handle changed format.
1795 (font-lock-compile-keywords): Handle changed format.
1796 (font-lock-set-defaults): Compile the keywords explicitly here.
1797
1798 2004-06-24 David Kastrup <dak@gnu.org>
1799
1800 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1801 replacements here.
1802 (query-replace-regexp): Doc string explaining this and the new
1803 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1804 is better placed in `query-replace-read-args'.
1805 (replace-regexp): Explain `\,', `\#' and `\?'.
1806 (replace-match-data): New function for thorough reuse/destruction
1807 of old match-data.
1808 (replace-match-maybe-edit): Function for implementing `\?' editing.
1809 (perform-replace): Fix maintaining of the match stack including
1810 already matched regions, implement `\?', fix various problems
1811 with regions while editing and other stuff.
1812 (replace-highlight): Simplify.
1813
1814 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1815
1816 * progmodes/grep.el (grep-error-screen-columns): New variable.
1817 (grep-regexp-alist): Give it the full functionality of gnu style
1818 compilation messages with line and column ranges. Ask me for the
1819 perl script I'm working on, that uses these.
1820
1821 2004-06-23 Nick Roberts <nickrob@gnu.org>
1822
1823 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1824 Remove.
1825 (comint-insert-input, comint-mouse-insert-input): New functions
1826 based on comint-insert-clicked-input for two bindings but just
1827 one functionality.
1828
1829 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1830
1831 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1832
1833 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1834
1835 * files.el (write-contents-functions): Doc fix.
1836
1837 2004-06-21 Juanma Barranquero <lektu@terra.es>
1838
1839 * image.el (image-library-alist): Rewrite docstring in active voice.
1840
1841 2004-06-20 Richard M. Stallman <rms@gnu.org>
1842
1843 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1844
1845 * isearch.el (isearch-repeat): Avoid testing old match data.
1846 (isearch-message): Display trailing space in special font
1847 when search is failing.
1848 (isearch-search-fun-function): Doc fix.
1849
1850 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1851
1852 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1853
1854 * frame.el (show-trailing-whitespace): Doc fix.
1855
1856 * cus-edit.el (custom-variable-documentation): New function.
1857 (custom-variable): Use it.
1858
1859 2004-06-19 Nick Roberts <nickrob@gnu.org>
1860
1861 * man.el (Man-getpage-in-background): Revert previous change but
1862 make cygwin a special case.
1863
1864 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1865
1866 * autorevert.el (global-auto-revert-non-file-buffers):
1867 Update docstring.
1868
1869 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1870
1871 * progmodes/compile.el (compilation-error-properties): Store one
1872 more than end-col, if present, so that transient-mark-mode will
1873 highlight last char too.
1874 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1875 ranges, if present.
1876
1877 2004-06-18 Jason Rumney <jasonr@gnu.org>
1878
1879 * makefile.w32-in: Double percent signs in for loops.
1880
1881 2004-06-17 David Kastrup <dak@gnu.org>
1882
1883 * replace.el (query-replace-read-args): Only warn about use of \n
1884 and \t when we are doing a regexp replacement and the actual
1885 escaped character is n or t.
1886 (query-replace-regexp): Add \, and \# interpretation to
1887 interactive call and document it.
1888 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1889 as shortkey for replace-count.
1890 (replace-quote): New function for doubling backslashes.
1891
1892 2004-06-17 Juanma Barranquero <lektu@terra.es>
1893
1894 * files.el (parse-colon-path, cd): Mention in docstring that the
1895 path separator is colon in GNU-like systems.
1896
1897 * newcomment.el (comment-region-internal): Fix docstring.
1898
1899 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1900 (ewoc-invalidate, ewoc-collect): Doc fixes.
1901 (ewoc--create-node, ewoc--delete-node-internal):
1902 Fix typos in docstring.
1903
1904 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1905
1906 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1907 manual to docstring.
1908
1909 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1910
1911 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1912
1913 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1914
1915 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1916 Add hyperlink to emacs-xtra manual to docstring.
1917
1918 * autorevert.el (global-auto-revert-non-file-buffers):
1919 Add hyperlink to emacs-xtra manual to docstring, as well as an
1920 info-link.
1921
1922 2004-06-14 Juanma Barranquero <lektu@terra.es>
1923
1924 * image.el (image-library-alist): New variable to map image types
1925 to external libraries. Initialized to nil, unless system-specific
1926 configs change it.
1927 (image-type-available-p): Determine whether an image type is
1928 available by calling `init-image-library'.
1929
1930 * term/w32-win.el (image-library-alist): Initialize to a known set
1931 of probable library names.
1932
1933 2004-06-14 Kenichi Handa <handa@m17n.org>
1934
1935 * international/code-pages.el (windows-1256, cp1125): Fix tables
1936 for several characters.
1937
1938 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1939
1940 2004-06-13 Richard M. Stallman <rms@gnu.org>
1941
1942 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1943
1944 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1945 not "`pc-selection-mode'".
1946
1947 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1948
1949 * simple.el (previous-matching-history-element): Specify a default.
1950
1951 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1952
1953 * cus-face.el (custom-declare-face): Simplify code.
1954
1955 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1956
1957 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1958
1959 * files.el (before-save-hook): Add `time-stamp' to the options.
1960
1961 * time-stamp.el (time-stamp): Recommend adding it to
1962 `before-save-hook', rather than `write-file-functions'.
1963 Make a similar change in `Commentary' section.
1964
1965 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1966
1967 * diff-mode.el (diff-current-defun): If at start of hunk, use
1968 position of first change.
1969
1970 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1971
1972 * dired-x.el (dired-mark-omitted): Bind to "*O".
1973
1974 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1975
1976 * bookmark.el (bookmark-bmenu-relocate): New function, as
1977 suggested by David J. Biesack <David.Biesack@sas.com>.
1978 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1979 (bookmark-bmenu-mode): Describe binding in doc string.
1980 (bookmark-set-filename): Save the bookmark list if it's time.
1981
1982 2004-06-13 Kenichi Handa <handa@m17n.org>
1983
1984 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1985 (ccl-untranslated-to-ucs): Fix typo.
1986
1987 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1988
1989 * progmodes/python.el (python-open-block-statement-p):
1990 Fix indentation after a block opening that contains a comment.
1991
1992 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1993
1994 * bindings.el (completion-ignored-extensions): Add file extensions
1995 of Python byte-compiled files.
1996
1997 2004-06-12 Juri Linkov <juri@jurta.org>
1998
1999 * info.el (Info-goto-node): Add autoload.
2000 (Info-toc): Add substring-no-properties on Info file name.
2001 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
2002 (Info-mode-map): Bind L to Info-history, T to Info-toc.
2003
2004 2004-06-12 Kenichi Handa <handa@m17n.org>
2005
2006 * international/mule-cmds.el (set-language-environment):
2007 Load subst tables if necessary.
2008
2009 * international/mule.el (decode-char): Load subst tables if necessary.
2010 (encode-char): Likewise.
2011
2012 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
2013 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
2014 (utf-16le-decode-loop): Set r5 to -1 before loop.
2015 (utf-16be-decode-loop): Likewise.
2016 (ccl-decode-mule-utf-16le): Add EOF processing block.
2017 (ccl-decode-mule-utf-16be): Likewise.
2018 (ccl-decode-mule-utf-16le-with-signature): Likewise.
2019 (ccl-decode-mule-utf-16be-with-signature): Likewise.
2020 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
2021 (ccl-mule-utf-16-encode-untrans): New CCL.
2022 (utf-16-decode-to-ucs): Handle pre-read character.
2023 (utf-16le-encode-loop): Handle surrogate pair.
2024 (utf-16be-encode-loop): Likewise.
2025 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
2026 of utf-16le-encode-loop.
2027 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
2028 of utf-16be-encode-loop.
2029 (mule-utf-16-post-read-conversion):
2030 Call utf-8-post-read-conversion at first.
2031 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
2032 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
2033 Add post-read-conversion and pre-write-conversion.
2034
2035 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
2036 (utf-translate-cjk-unicode-range): New variable.
2037 (utf-translate-cjk-load-tables): New function.
2038 (utf-lookup-subst-table-for-decode): New function.
2039 (utf-lookup-subst-table-for-encode): New function.
2040 (utf-translate-cjk-mode): Init-value changed to t. Don't load
2041 tables here. Update safe-charsets of utf-* coding systems.
2042 (ccl-mule-utf-untrans): New CCL.
2043 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
2044 at end of each branch.
2045 (ccl-mule-utf-8-encode-untrans): New CCL.
2046 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
2047 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
2048 length of encoding. Don't return r0.
2049 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
2050 (utf-8-post-read-conversion): Narrow to region properly.
2051 If utf-translate-cjk-mode is on, load tables if necessary.
2052 Call utf-8-compose with hash-table arg if necessary.
2053 Call XXX-compose-region instead of XXX-post-read-convesion.
2054 (utf-8-pre-write-conversion): New function.
2055 (mule-utf-8): Include CJK charsets in safe-charsets if
2056 utf-translate-cjk-mode is on. Add pre-write-conversion.
2057
2058 * international/characters.el: Temporarily set
2059 utf-translate-cjk-mode to nil.
2060
2061 * language/devan-util.el (devanagari-compose-region):
2062 Add autoload cookie.
2063
2064 * international/ccl.el (ccl-dump-call): Fix printing the
2065 subroutine name.
2066
2067 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
2068
2069 * dired.el (dired-revert): If buffer is marked unmodified before
2070 reverting, keep it marked unmodified.
2071 Adapt to new conventions for commenting out code.
2072 (dired-make-relative): Adapt to new conventions for commenting out code.
2073
2074 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
2075
2076 * eshell/esh-module.el (eshell-load-defgroups):
2077 Bind `vc-handled-backends' to nil when opening files.
2078
2079 2004-06-11 Juanma Barranquero <lektu@terra.es>
2080
2081 * files.el (parse-colon-path, cd): Doc fixes (refer to
2082 `path-separator', not colon).
2083
2084 2004-06-10 Juanma Barranquero <lektu@terra.es>
2085
2086 * newcomment.el (comment-search-forward)
2087 (comment-search-backward): Fix typos in docstring.
2088 (comment-region): Doc fix.
2089
2090 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
2091
2092 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
2093 switch is no longer stored in `dired-switches-alist'.
2094
2095 * dired-aux.el (dired-insert-subdir): Do not store R switch in
2096 `dired-switches-alist'.
2097
2098 2004-06-10 Kim F. Storm <storm@cua.dk>
2099
2100 * pcvs.el (cvs-mode-diff-yesterday): New command.
2101
2102 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
2103
2104 2004-06-10 Juri Linkov <juri@jurta.org>
2105
2106 * emacs-lisp/edebug.el (edebug-eval-defun):
2107 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
2108 Fix docstring.
2109
2110 * simple.el (eval-expression-print-format): Don't print additional
2111 information on the first call to `eval-print-last-sexp'.
2112 (next-error-find-buffer): Fix punctuation.
2113 (killing) <defgroup>: Fix punctuation.
2114 (yank-excluded-properties): Change group from editing to killing.
2115
2116 * replace.el (perform-replace): Use `limit' to terminate the
2117 while-loop explicitly.
2118
2119 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2120
2121 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
2122 Use lc-*.xpm as prefix instead of *-locol.xpm.
2123
2124 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
2125 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
2126 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
2127 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
2128 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
2129 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
2130 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
2131 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
2132 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
2133 * toolbar/lc-up_arrow.xpm:
2134 Renamed from *-locol.xpm.
2135
2136 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
2137
2138 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
2139 include forms like &<str>; as valid url patterns.
2140
2141 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
2142
2143 * dired.el (dired-diff, dired-backup-diff)
2144 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
2145 (dired-do-chown, dired-do-touch, dired-do-print)
2146 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
2147 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
2148 (dired-create-directory, dired-do-copy, dired-do-symlink)
2149 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
2150 (dired-do-copy-regexp, dired-do-hardlink-regexp)
2151 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
2152 (dired-maybe-insert-subdir, dired-next-subdir)
2153 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
2154 (dired-kill-subdir, dired-tree-up, dired-tree-down)
2155 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
2156 (dired-run-shell-command, dired-query): Remove redundant,
2157 or incorrect, autoloads.
2158
2159 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
2160 does not end in a slash. Add optional argument KILL-ROOT.
2161 Update docstring.
2162 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
2163 (dired-query): Add autoloads.
2164
2165 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
2166
2167 * progmodes/compile.el (compilation-set-window-height):
2168 Rearrange the save-* functions because a buffer can have several current
2169 point in different windows.
2170 (compilation-error-regexp-alist-alist): Recognize {standard input}
2171 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
2172
2173 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2174
2175 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
2176 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
2177 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
2178 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
2179 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
2180 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
2181 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
2182 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
2183 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
2184 * toolbar/up_arrow-locol.xpm:
2185 New versions of icons that uses fewer colors.
2186
2187 * toolbar/tool-bar.el (tool-bar-local-item)
2188 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
2189 if display-color-cells is 256 or less.
2190
2191 2004-06-08 Kim F. Storm <storm@cua.dk>
2192
2193 * wid-edit.el (widget-specify-button): Use hand pointer rather
2194 than mouse-face as visible mouse-over effect.
2195
2196 2004-06-07 Karl Fogel <kfogel@red-bean.com>
2197
2198 * saveplace.el (save-place-alist-to-file): Bind `print-length'
2199 and `print-level' to nil when writing out `save-place-alist'.
2200 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
2201
2202 2004-06-07 Juanma Barranquero <lektu@terra.es>
2203
2204 * completion.el (completion-kill-region): Doc fix.
2205
2206 * format.el (format-insert-annotations)
2207 (format-annotate-location): Doc fixes.
2208 (format-subtract-regions): Make arguments match their use in docstring.
2209
2210 * simple.el (kill-region): Doc fix.
2211
2212 * subr.el (insert-buffer-substring-no-properties)
2213 (insert-buffer-substring-as-yank): Doc fixes.
2214
2215 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
2216
2217 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2218 Update docstring.
2219 (dired-reset-subdir-switches): New function.
2220
2221 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
2222 Limit scope of `buffer-read-only' binding.
2223
2224 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
2225
2226 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
2227 eshell-explicit-command-char.
2228
2229 2004-06-06 Juanma Barranquero <lektu@terra.es>
2230
2231 * help-fns.el (help-argument-name): Inherit from italic face only
2232 if the frame supports it.
2233
2234 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2235
2236 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
2237 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
2238 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
2239 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
2240 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
2241 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
2242 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
2243 New conversions from xpm files.
2244
2245 * toolbar/README: New file.
2246
2247 2004-06-06 Richard M. Stallman <rms@gnu.org>
2248
2249 * isearch.el (isearch-mode-map): Undo previous change.
2250
2251 2004-06-05 Juri Linkov <juri@jurta.org>
2252
2253 * bindings.el (debug-ignored-errors): Add regexps for history
2254 related messages. Remove $ from "No further undo information".
2255 Move Ediff's messages to ediff.el.
2256
2257 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
2258
2259 * cus-edit.el (custom-display): Add `min-colors'.
2260
2261 * custom.el (defface): Add `supports' to docstring.
2262
2263 * help-fns.el (help-argument-name): Add :group 'help.
2264
2265 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
2266
2267 * find-dired.el (find-ls-subdir-switches): New user option.
2268 (find-dired): No longer call `abbreviate-file-name' on DIR.
2269 Set `dired-subdir-switches' buffer-locally.
2270
2271 * locate.el: Merge the two `Commentary' sections.
2272 (locate-ls-subdir-switches): New user option.
2273 (locate): Update for other changes.
2274 (locate-mode-map): Restore Dired binding for mouse-2.
2275 Bind `locate-mouse-view-file' to M-mouse-2.
2276 Bind `l' to `locate-do-redisplay'.
2277 (locate-main-listing-line-p, locate-do-redisplay): New functions.
2278 (locate-mouse-view-file, locate-tags, locate-find-directory):
2279 Print message if used outside main listing.
2280 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
2281 Various changes to support inserted subdirectories.
2282 (locate-insert-header): Change header of *Locate* buffer.
2283
2284 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2285 Change interactive default switches.
2286 (dired-rename-subdir-2): Update `dired-switches-alist'.
2287 (dired-insert-subdir, dired-kill-subdir):
2288 Handle `dired-switches-alist'. Do not mark buffer modified.
2289 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
2290 (dired-insert-subdir-doinsert): Omit messages.
2291 Handle `dired-subdir-switches'.
2292 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2293
2294 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
2295 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
2296 subdirs if -R switch is used for a subdir.
2297 (dired-mode): Set `dired-switches-alist'.
2298 (dired-build-subdir-alist): Only print number of directories in
2299 echo area when invoked interactively.
2300
2301 2004-06-05 Lars Hansen <larsh@math.ku.dk>
2302
2303 * dired-x.el (dired-omit-mode): Rename from
2304 dired-omit-files-p. Use define-minor-mode to define it.
2305 (dired-omit-files-p): Add as alias for dired-omit-mode.
2306 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
2307 dired-mark-omitted.
2308 (dired-mark-omitted): Add. Bind to M-O.
2309
2310 2004-06-05 Kenichi Handa <handa@m17n.org>
2311
2312 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
2313
2314 2004-06-05 Juanma Barranquero <lektu@terra.es>
2315
2316 * help-fns.el (help-argument-name): Reintroduce face.
2317 (help-default-arg-highlight): Use it, now that
2318 `face-differs-from-default-p' can be trusted.
2319
2320 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2321
2322 * textmodes/table.el: Sentence commands added to Point Motion
2323 group; kill and backward-kill commands added to Extraction group.
2324
2325 2004-06-04 Mario Lang <mlang@delysid.org>
2326
2327 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
2328 systems appear to use mW, make the code handle this. Fix a
2329 division-by-zero bug while at it, and handle kernels with
2330 a slightly different layout in /proc/acpi.
2331
2332 2004-06-04 Karl Fogel <kfogel@red-bean.com>
2333
2334 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
2335 because the latter is a CL-ism. This fixes the bug reported by
2336 Shawn Boyette <mdxi@collapsar.net> in
2337 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2338
2339 2004-06-04 Miles Bader <miles@gnu.org>
2340
2341 * faces.el (display-supports-face-attributes-p): Function moved to
2342 C code. Previously only the tty-related portion of this function
2343 was done in C; however the previous attempt to do a halfway-proper
2344 job for non-tty displays in lisp didn't work properly because of
2345 funny conditions during Emacs startup.
2346 (face-differs-from-default-p): Simplify, now that
2347 display-supports-face-attributes-p works properly on all display
2348 types. Remove :stipple from comparison; it doesn't really work
2349 in emacs anyway.
2350
2351 2004-06-04 Miles Bader <miles@gnu.org>
2352
2353 * faces.el (face-differs-from-default-p): Use a different
2354 implementation, so we can really check whether FACE displays
2355 differently or not.
2356
2357 2004-06-04 Miles Bader <miles@gnu.org>
2358
2359 * faces.el (display-supports-face-attributes-p): Implement a
2360 `different from default' check for non-tty displays.
2361
2362 2004-06-03 David Kastrup <dak@gnu.org>
2363
2364 * woman.el (woman-mapcan): More concise code.
2365 (woman-topic-all-completions, woman-topic-all-completions-1)
2366 (woman-topic-all-completions-merge): Replace by a simpler and
2367 much faster implementation based on O(n log n) sort/merge instead
2368 of the old O(n^2) behavior.
2369
2370 2004-06-03 Miles Bader <miles@gnu.org>
2371
2372 * subr.el (read-number): Use canonical format for default in prompt.
2373
2374 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
2375 Add regexp for " [...]" style defaults.
2376
2377 2004-06-02 Romain Francoise <romain@orebokech.com>
2378
2379 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
2380 groups: if the user asks for a hidden buffer, open the
2381 corresponding filter group to expose it.
2382
2383 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
2384 `ibuffer-jump-to-buffer'.
2385 (ibuffer-jump-offer-only-visible-buffers): New user option.
2386
2387 2004-06-02 Juanma Barranquero <lektu@terra.es>
2388
2389 * faces.el (frame-update-faces): Add empty docstring so the one
2390 for `ignore' doesn't show through.
2391
2392 * subr.el (process-kill-without-query): Remove spurious "\n" on
2393 obsolescence string.
2394 (focus-frame, unfocus-frame): Add obsolescence declaration and
2395 empty docstring.
2396
2397 * international/mule.el (register-char-codings): Make alias for
2398 `ignore'. Move docstring to obsolescence info and remove redundancy.
2399
2400 2004-06-02 Kim F. Storm <storm@cua.dk>
2401
2402 * frame.el (blink-cursor-start): Turn cursor off initially so blink
2403 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
2404
2405 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * comint.el (comint-replace-by-expanded-history-before-point):
2408 Obey `start' as the docstring says.
2409 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
2410 (comint-update-fence): Prevent font-lock from running unnecessarily.
2411 (comint-dynamic-list-completions): Use with-current-buffer.
2412
2413 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2414
2415 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
2416 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
2417 (bibtex-entry-update): Handle alternatives and optional fields.
2418 (bibtex-parse-entry): Bugfix, handle empty key.
2419
2420 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * vc-arch.el (vc-arch-state): Don't assume the file exists.
2423
2424 2004-05-31 Lars Hansen <larsh@math.ku.dk>
2425
2426 * desktop.el (desktop-save): Don't save minor modes without a
2427 known mode initialization function.
2428
2429 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
2430
2431 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
2432
2433 * autorevert.el: Update `Commentary' section.
2434
2435 2004-05-30 Juanma Barranquero <lektu@terra.es>
2436
2437 * dos-fns.el (convert-standard-filename):
2438 * files.el (convert-standard-filename):
2439 * w32-fns.el (convert-standard-filename):
2440 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
2441
2442 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2443
2444 Sync with Tramp.
2445
2446 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
2447 (tramp-let-maybe): Move to an earlier spot in the file.
2448 Patch by Andreas Schwab.
2449
2450 2004-05-30 Andreas Schwab <schwab@suse.de>
2451
2452 * dired.el (dired-get-filename): Don't use dired-re-dot.
2453
2454 2004-05-30 Richard M. Stallman <rms@gnu.org>
2455
2456 * files.el (find-file): Doc fix.
2457
2458 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
2459
2460 2004-05-30 Nick Roberts <nickrob@gnu.org>
2461
2462 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
2463 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
2464 modeline of the locals buffer.
2465 (gdb-goto-breakpoint): Handle gdbmi.
2466 (gdb-get-frame-number): Change for gdbmi.
2467
2468 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
2469
2470 * files.el (file-remote-p): Apply file name handler for operation
2471 `file-remote-p'. It isn' a property any longer.
2472 (file-relative-name): `fh' and `fd' get the required value via
2473 `find-file-name-handler' already.
2474
2475 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
2476 (top): Remove setting of `file-remote-p' property for
2477 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
2478
2479 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
2480
2481 Version 2.0.41 of Tramp released.
2482
2483 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
2484 Throw away if process has died.
2485 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
2486 (tramp-out-of-band-prompt-regexp): Rename to
2487 `tramp-process-alive-regexp', because its usage is widen.
2488 (tramp-actions-copy-out-of-band): Apply it.
2489 (tramp-actions-before-shell, tramp-multi-actions):
2490 Add `tramp-action-process-alive' action.
2491 (tramp-action-process-alive): New defun.
2492 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2493 Add entry for `file-remote-p'.
2494 (tramp-handle-file-remote-p): New defun.
2495 (top): Remove setting of `file-remote-p'. Don't set
2496 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
2497
2498 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2499 `file-remote-p'.
2500
2501 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
2502 counted for (last) line. [They should or they shouldn't? --Stef]
2503 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
2504
2505 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2506
2507 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
2508 not really necessary but seems to keep the shell history smaller
2509 in some cases. It is no substitute for setting HISTFILE and
2510 HISTSIZE from tramp-open-connection-setup-interactive-shell,
2511 though. Suggested by Luc Teirlinck.
2512 (tramp-open-connection-setup-interactive-shell): Export variables
2513 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
2514 (tramp-set-process-query-on-exit-flag): New compat function.
2515 (tramp-open-connection-multi, tramp-open-connection-su)
2516 (tramp-open-connection-rsh, tramp-open-connection-telnet)
2517 (tramp-do-copy-or-rename-file-out-of-band): Use it.
2518 (tramp-let-maybe): New macro, let-binds a variable only if it
2519 isn't obsolete.
2520 (tramp-check-ls-commands, tramp-handle-expand-file-name)
2521 (tramp-handle-file-truename): Use it.
2522 (tramp-completion-file-name-regexp-unified): Avoid matching
2523 filenames starting with "/:" -- those are reserved for
2524 file-name-non-special.
2525
2526 * tramp-smb.el (tramp-smb-open-connection):
2527 Use tramp-set-process-query-on-exit-flag compat function.
2528
2529 2004-05-29 Richard M. Stallman <rms@gnu.org>
2530
2531 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
2532
2533 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
2534 (eval-last-sexp-print-value): Print char equivalent regardless
2535 of standard-output value.
2536
2537 * thumbs.el (thumbs-subst-char-in-string): Delete.
2538 (thumbs-thumbname): Use subst-char-in-string.
2539 (thumbs-resize-image): Use condition-case, not ignore-errors.
2540 (thumbs-kill-buffer): Likewise.
2541
2542 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
2543 (thumbs-mode): Make buffer read-only.
2544 (thumbs-make-thumb): Unconditionally accept an existing file.
2545 (thumbs-insert-thumb): Add thumb-image-file property to the image.
2546 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
2547 (thumbs-show-thumbs-list): Error if images not supported.
2548 (thumbs-save-current-image): Improve prompt string.
2549 (thumbs-mode-map): Define u, R, x.
2550 (thumbs-unmark): New command.
2551 (thumbs-emboss-image): Minor cleanup.
2552 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2553 (thumbs-rename-images): New command.
2554 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
2555
2556 * thumbs.el (thumbs-current-image): New function.
2557 (thumbs-file-list, thumbs-file-alist): New functions.
2558 (thumbs-find-image): Delete arg L.
2559 Don't set up thumbs-fileL as buffer-local global var.
2560 (thumbs-find-image-at-point): Use thumbs-current-image.
2561 (thumbs-set-image-at-point-to-root-window): Likewise.
2562 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2563 Record and warn about errors. Update thumbs-markedL for deletions.
2564 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2565 (thumbs-redraw-buffer): Use thumbs-file-list.
2566 (thumbs-mark): Use thumbs-current-image.
2567 (thumbs-show-name): Use thumbs-current-image.
2568
2569 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2570 and imenu--last-menubar-index-alist.
2571
2572 * subr.el (with-selected-window): Undo previous change.
2573
2574 2004-05-29 John Paul Wallington <jpw@gnu.org>
2575
2576 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2577 (thumbs-mouse-find-image): New command.
2578 (thumbs-mode-map): Bind it to mouse-2.
2579 (thumbs-mode): Make mode-class special.
2580 (thumbs-view-image-mode): Likewise.
2581
2582 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2583
2584 * flymake.el: New file.
2585
2586 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2587
2588 * files.el (find-file-noselect-1): Do not bind
2589 `inhibit-read-only' to t during execution of
2590 `find-file-not-found-functions'.
2591
2592 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2595 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2596
2597 2004-05-28 Juri Linkov <juri@jurta.org>
2598
2599 * simple.el (eval-expression-print-format): New fun.
2600
2601 * simple.el (eval-expression):
2602 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2603 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2604 (edebug-eval-expression): Print additionally the value returned by
2605 `eval-expression-print-format'.
2606
2607 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2608 (insert-pair): Make arguments optional. Find character pair
2609 from `insert-pair-alist' according to the last input event.
2610 (insert-parentheses): Make arguments optional.
2611 (raise-sexp, delete-pair): New funs.
2612
2613 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2614 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2615 Bind C-M-q to `indent-pp-sexp'.
2616
2617 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2618 `pp-to-string' modified to be able to format text with newlines.
2619 (pp-to-string): Move the buffer-formatting part of the code to
2620 `pp-buffer'. Call `pp-buffer'.
2621
2622 * info.el (Info-desktop-buffer-misc-data): Don't save information
2623 about virtual files.
2624 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2625 buffers with names obtained from the desktop file instead of the
2626 default *info* buffer.
2627
2628 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * subr.el (with-selected-window): Only save/restore the selected window.
2631
2632 * progmodes/compile.el (compilation-error-regexp-alist):
2633 Use expand-file-name and data-directory.
2634
2635 * progmodes/grep.el (grep-tree): Rework previous fix.
2636
2637 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2638 after the user marked text with the mouse.
2639
2640 * startup.el (command-line): Keep the first regexp of
2641 auto-save-file-name-transforms intact.
2642
2643 2004-05-28 Juanma Barranquero <lektu@terra.es>
2644
2645 * cus-edit.el (customize-face, customize-face-other-window)
2646 (custom-face-edit-delete): Make arguments match their use in
2647 docstring.
2648 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2649 docstring.
2650
2651 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2652 not `cvs-butlast'.
2653
2654 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2655 `nbutlast' are in subr.el).
2656
2657 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2658 (set-w32-system-coding-system): Doc fixes.
2659
2660 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2661 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2662 Make arguments match their use in docstring.
2663 (artist-draw-region-trim-line-endings)
2664 (artist-mouse-choose-operation): Fix typo in docstring.
2665 (artist-key-set-point-common): Doc fix.
2666
2667 2004-05-28 Simon Josefsson <jas@extundo.com>
2668
2669 * mail/smtpmail.el (smtpmail-open-stream):
2670 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2671
2672 2004-05-26 Simon Josefsson <jas@extundo.com>
2673
2674 * starttls.el: Merge with my GNUTLS based starttls.el.
2675 (starttls-gnutls-program, starttls-use-gnutls)
2676 (starttls-extra-arguments, starttls-process-connection-type)
2677 (starttls-connect, starttls-failure, starttls-success): New variables.
2678 (starttls-program, starttls-extra-args): Doc fix.
2679 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2680 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2681 and pass on to corresponding *-gnutls function if it is set.
2682
2683 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2684
2685 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2686 remote files.
2687
2688 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2689
2690 * files.el (file-name-non-special): There are more operations
2691 which need handling: `find-backup-file-name',
2692 `insert-file-contents', `verify-visited-file-modtime',
2693 `write-region'. Rename t value of method to `add'. Add new
2694 methods `quote' and `unquote-then-quote' to file-arg-indices.
2695
2696 2004-05-25 Juri Linkov <juri@jurta.org>
2697
2698 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2699 (Info-index-nodes): Enclose code in condition-case to catch errors.
2700 (Info-index-node): Don't search all index nodes if request is only
2701 for the current node and file is not in the cache of index nodes.
2702 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2703 for consistency with dired-copy-filename-as-kill.
2704 Bind `S' to Info-search-case-sensitively.
2705 (Info-copy-current-node-name): New arg. With zero prefix arg put
2706 the name inside a function call to `info'. Display copied text in
2707 the echo area.
2708
2709 2004-05-25 Sam Steingold <sds@gnu.org>
2710
2711 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2712 strip the package prefix from the symbol name, if any.
2713 Make it the `find-tag-default-function' for `lisp-mode'.
2714
2715 2004-05-25 John Paul Wallington <jpw@gnu.org>
2716
2717 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2718 instead of obsolete `process-kill-without-query'.
2719
2720 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2721 Declare as variable, not constant.
2722
2723 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2724
2725 * files.el (find-file-noselect-1): Fix bug introduced by
2726 Revision 1.694. As a side effect, `inhibit-read-only'
2727 is again, by default, t during execution of
2728 `find-file-not-found-functions'.
2729 (insert-directory): Check that lines were really inserted by
2730 the --dired switch, before erasing them.
2731
2732 2004-05-24 Nick Roberts <nickrob@gnu.org>
2733
2734 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2735 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2736 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2737 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2738 gud-minor-mode (gdbmi).
2739
2740 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2741
2742 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2743 explicitly select the text to be taken as URL.
2744
2745 2004-05-23 Juri Linkov <juri@jurta.org>
2746
2747 * info.el (Info-index-nodes): New var and fun.
2748 (Info-goto-index, Info-index, info-apropos)
2749 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2750 (Info-index): Fix docstring. Store and restore Info-history-list.
2751 (Info-complete-nodes): New var.
2752 (Info-complete-menu-item): Use it.
2753 (Info-index-node): New fun.
2754 (Info-final-node, Info-forward-node, Info-backward-node)
2755 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2756 Use Info-index-node.
2757 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2758 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2759 (Info-find-node-2): If a node with period in its name not found,
2760 try to find a node without the name part after period.
2761 (Info-select-node): Call Info-fontify-node only if
2762 Info-fontify-maximum-menu-size is not nil.
2763 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2764 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2765 Preserve Info-history-list.
2766 (Info-toc): Set Info-current-file.
2767 (Info-build-toc): Move point to the beginning of the buffer.
2768 Add main-file variable.
2769 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2770 Use backslashed representation of the control character ^_.
2771
2772 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2773 numbers in the new Texinfo 4.7 format.
2774
2775 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2776 regexps for function and variable names.
2777
2778 * descr-text.el (describe-property-list): Add [show] button for
2779 `syntax-table' property with action to pp to a separate buffer.
2780 (describe-char): Replace search-forward by re-search-forward with
2781 whitespace regexp after "character:" to not fail in too narrow windows.
2782
2783 * simple.el (next-error-find-buffer): Add a rule to return
2784 next-error capable buffer if one window on the selected frame
2785 displays such buffer.
2786
2787 2004-05-23 Nick Roberts <nickrob@gnu.org>
2788
2789 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2790 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2791 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2792 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2793 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2794 Handle new value for gud-minor-mode (gdbmi).
2795 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2796 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2797 Change from local to global gdb variable set.
2798 (gdb-ann3): Initialise above gdb variable set.
2799 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2800 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2801 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2802 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2803 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2804 (gdb-info-locals-handler, gdb-invalidate-assembler)
2805 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2806 set as global variables.
2807 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2808 Handle gdbmi.
2809 (gdb-info-breakpoints-custom): Fix regexp.
2810 (def-gdb-var): Delete.
2811
2812 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2813 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2814 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2815 a new mode. The file (gdb-mi.el) for this mode will be included
2816 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2817 primary interface.
2818
2819 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2820
2821 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2822 interpreted as a directory.
2823
2824 2004-05-22 Richard M. Stallman <rms@gnu.org>
2825
2826 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2827 as a close quote.
2828
2829 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2830
2831 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2832 Use assoc-string, not assoc-ignore-case.
2833
2834 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2835
2836 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2837 If moving back then fwd gets a defun that ends before point,
2838 try again moving fwd then back.
2839
2840 * files.el (file-name-non-special): Allow t in file-arg-indices
2841 to mean requote the return value. Use `identity' as an element
2842 rather than as the whole value.
2843
2844 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2845
2846 2004-05-22 Juanma Barranquero <lektu@terra.es>
2847
2848 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2849 `help-make-usage'.
2850 (help-highlight-arguments): Skip function name before searching
2851 for arguments.
2852
2853 2004-05-21 Juanma Barranquero <lektu@terra.es>
2854
2855 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2856 Don't mention in the docstring these arguments meant for
2857 internal (recursive) use only.
2858 (allout-char-spec): Comment out (it's not implemented).
2859 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2860 obsolescence declaration.
2861 (allout-flatten-exposed-to-buffer)
2862 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2863 (my-mark-marker): Doc fix.
2864 (produce-allout-mode-map, allout-sibling-index)
2865 (allout-isearch-expose, allout-distinctive-bullet)
2866 (allout-open-topic, allout-reindent-body)
2867 (allout-rebullet-heading, allout-process-exposed)
2868 (allout-insert-listified, allout-latex-verb-quote)
2869 (allout-insert-latex-header, allout-insert-latex-trailer):
2870 Make arguments match their use in docstring.
2871 (allout-primary-bullet, allout-old-style-prefixes)
2872 (allout-inhibit-protection, allout-init, allout-mode)
2873 (allout-before-change-protect, allout-flag-region):
2874 Use "Emacs" instead of "emacs" in docstrings.
2875
2876 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2877
2878 * international/characters.el: Modify syntax of more characters.
2879
2880 2004-05-21 Masatake YAMATO <jet@gyve.org>
2881
2882 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2883 (etags-tags-completion-table): Show parsing progress.
2884
2885 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2886
2887 * locate.el (locate-prompt-for-command): Shorten first line of
2888 docstring.
2889 (locate-mode): Expand docstring and include keymap summary.
2890
2891 * files.el (find-file-noselect-1): Limit the scope of the
2892 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2893 is, by default, nil during the execution of
2894 `find-file-not-found-functions' and `find-file-hook'.
2895
2896 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2897
2898 * facemenu.el (facemenu-color-name-equal): New function.
2899 (list-colors-display): Use it to compare colors instead of
2900 facemenu-color-equal.
2901
2902 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2903
2904 * compare-w.el (compare-windows-face): Use min-colors instead of
2905 checking for tty or pc types.
2906
2907 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2908
2909 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2910 (completion-setup-function): Use with-current-buffer.
2911 Properly save excursion. Simplify.
2912 Don't assume there is necessarily a `mouse-face' property somewhere.
2913
2914 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2915
2916 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2917
2918 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2919 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2920 Use with-current-buffer.
2921 (byte-goto-log-buffer): Delete.
2922 (byte-compile-log-file): Call compilation-forget-errors.
2923
2924 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2925
2926 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2927 output messages into the search result.
2928
2929 2004-05-19 Masatake YAMATO <jet@gyve.org>
2930
2931 * wid-edit.el (widget-radio-button-notify): Revert my last
2932 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2933
2934 2004-05-19 Kenichi Handa <handa@m17n.org>
2935
2936 * international/characters.el: Fix syntax (open/close) of CJK chars.
2937
2938 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2939
2940 * help-mode.el (help-go-back): Don't depend on position of back button.
2941
2942 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2945 files files don't contain an accidental additional /.
2946
2947 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2948 in source buffer.
2949
2950 2004-05-18 Masatake YAMATO <jet@gyve.org>
2951
2952 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2953 to widget-apply. :action method assumes 2 arguments, not 3.
2954
2955 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2956
2957 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2958 New constants.
2959 (hs-special-modes-alist): Add an f90-mode entry.
2960
2961 2004-05-17 Sam Steingold <sds@gnu.org>
2962
2963 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2964 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2965
2966 2004-05-16 Kim F. Storm <storm@cua.dk>
2967
2968 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2969
2970 2004-05-15 John Wiegley <johnw@newartisans.com>
2971
2972 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2973 (eshell-output-object-to-target): Improve output speed 20% by not
2974 calling `eshell-stringify' if something is already known to be a string.
2975
2976 2004-05-15 Alex Ott <ott@jet.msk.su>
2977
2978 * textmodes/ispell.el (ispell-local-dictionary-alist):
2979 Add windows-1251 to the choice of coding systems.
2980 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2981 encoded in cp1251.
2982
2983 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2984
2985 * progmodes/compile.el (compilation-warning-face)
2986 (compilation-info-face): Use min-colors.
2987
2988 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2989
2990 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2991 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2992 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2993 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2994 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2995 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2996 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2997 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2998 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2999 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
3000 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
3001 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
3002 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
3003 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
3004
3005 2004-05-15 Kim F. Storm <storm@cua.dk>
3006
3007 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
3008 Use it to set triggered-p element of timer.
3009 (timer-event-handler): Set triggered-p element non-nil while running
3010 the timer function.
3011
3012 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * descr-text.el (describe-char-unicode-data)
3015 (describe-char-unicodedata-file): Re-enable the unicode code now that
3016 the licensing issues have been cleared in the unicode-4 license.
3017 (describe-text-properties-1): Remove unused `overlay' var.
3018 (describe-char): Remove unused var `buffer'.
3019
3020 2004-05-14 David Ponce <david@dponce.com>
3021
3022 * tree-widget.el: New file.
3023
3024 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
3025
3026 * language/european.el ("Brazilian Portuguese"): Add support for
3027 Brazilian Portuguese.
3028
3029 2004-05-13 John Wiegley <johnw@newartisans.com>
3030
3031 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
3032 `recentf-mode' if this variable has been customized to t.
3033
3034 * eshell/esh-test.el (eshell-test): Call the function
3035 `emacs-version' rather than trying to build a custom version string.
3036
3037 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * net/telnet.el (telnet-mode): Use define-derived-mode.
3040 Don't modify the global value of comint-prompt-regexp.
3041
3042 2004-05-13 John Paul Wallington <jpw@gnu.org>
3043
3044 * version.el (emacs-version): Check for `gtk' feature before
3045 `x-toolkit' feature.
3046
3047 2004-05-13 Juanma Barranquero <lektu@terra.es>
3048
3049 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
3050 arguments in the docstring, they're used only in recursive calls.
3051
3052 * help-fns.el (help-arg-highlighting-function)
3053 (help-argument-name): Delete.
3054 (help-default-arg-highlight): New function.
3055 (help-do-arg-highlighting): Use it.
3056
3057 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3058
3059 * calendar/appt.el (appt-disp-window):
3060 Use `calendar-set-mode-line' for a centered mode-line.
3061
3062 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3063
3064 * calendar/appt.el (appt-disp-window): Do not split window
3065 excessively when `split-height-threshold' is low.
3066
3067 2004-05-12 Nick Roberts <nickrob@gnu.org>
3068
3069 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
3070 kill-buffer-hook here and make it local.
3071 (gud-kill-buffer-hook): Use kill-process for a sure kill.
3072
3073 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
3074
3075 * progmodes/compile.el (compilation-set-window-height):
3076 Use save-excursion to protect against misplaced marker.
3077
3078 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3079
3080 * custom.el (defface): Document that type can have value gtk.
3081
3082 * faces.el (face-spec-set-match-display): Handle type gtk in display.
3083
3084 2004-05-12 Kenichi Handa <handa@m17n.org>
3085
3086 * descr-text.el: Require quail at comile time.
3087 (describe-char): If an input method is on and it supports the
3088 character, show how to input it.
3089
3090 * international/quail.el (quail-install-decode-map): Accept a
3091 char-table whose subtype is `quail-decode-map'.
3092 (quail-store-decode-map-key, quail-gen-decode-map1)
3093 (quail-gen-decode-map, quail-find-key1, quail-find-key)
3094 (quail-show-key): New functions.
3095
3096 2004-05-12 Juanma Barranquero <lektu@terra.es>
3097
3098 * generic.el (define-generic-mode): Remove redundant arglist info.
3099
3100 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
3101 Make arguments match their use in docstring.
3102 (help-arg-highlighting-function): New variable.
3103 (help-argument-name): Mention it in the docstring.
3104 (help-do-arg-highlight): Use it. Expand regexp to accept also
3105 ARG-xxx and xxx-ARG references.
3106
3107 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3108
3109 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
3110 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
3111 and "mailto:addr1?to=addr2" equal.
3112
3113 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3114
3115 * man.el (Man-getpage-in-background): Use shell-file-name
3116 and shell-command-switch variables instead of hard-coded values.
3117
3118 2004-05-11 Eli Zaretskii <eliz@gnu.org>
3119
3120 * iimage.el: New file.
3121
3122 2004-05-11 Juanma Barranquero <lektu@terra.es>
3123
3124 * custom.el (custom-initialize-default, defcustom):
3125 Fix typo in docstring.
3126
3127 * files.el (set-visited-file-name, file-expand-wildcards):
3128 Fix docstring.
3129
3130 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
3133
3134 * subr.el (eventp): Be more discriminating with integers.
3135
3136 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
3137
3138 * progmodes/compile.el (compile): Add universal prefix arg.
3139 (compilation-error-regexp-alist-alist): Add edg patterns.
3140
3141 2004-05-10 Sam Steingold <sds@gnu.org>
3142
3143 * textmodes/ispell.el (ispell-message):
3144 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3145
3146 2004-05-10 Dave Love <fx@gnu.org>
3147
3148 * progmodes/python.el (help-buffer): Autoload when compiling.
3149 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
3150 (run-python): Prepend to any existing PYTHONPATH.
3151
3152 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
3153
3154 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
3155 for pending breakpoints.
3156
3157 2004-05-10 Richard M. Stallman <rms@gnu.org>
3158
3159 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
3160 directly without calling any functions in Rmail.
3161 (unrmail-unprune): Function deleted.
3162
3163 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
3166 C-c C-z binding.
3167
3168 2004-05-10 Kenichi Handa <handa@m17n.org>
3169
3170 * descr-text.el (describe-char): Fix previous change. Don't make
3171 a unibyte character to multibyte in the *Help* buffer.
3172
3173 2004-05-10 Miles Bader <miles@gnu.org>
3174
3175 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
3176 buffer an error if the debugger process is actually running.
3177
3178 2004-05-10 Juanma Barranquero <lektu@terra.es>
3179
3180 * help-fns.el (help-argument-name): Default to italic.
3181 (help-highlight-arguments): Return always (usage . doc), even when
3182 usage is nil.
3183
3184 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
3185 (define-ibuffer-filter): Add usage info.
3186 (define-ibuffer-op): Add usage info (but CL-style defaults for
3187 keyword args are not shown).
3188
3189 * subr.el (remove-overlays, read-passwd): Fix docstring.
3190 (start-process-shell-command): Fix docstring. Put usage info in a
3191 format usable by `describe-function'.
3192 (open-network-stream, open-network-stream-nowait)
3193 (open-network-stream-server): Fix docstring.
3194
3195 2004-05-09 Jason Rumney <jasonr@gnu.org>
3196
3197 * international/code-pages (cp932, cp936, cp949, c950): Remove.
3198 Only define cp125* if windows-125* is already defined.
3199
3200 * language/korean.el (cp949): Add alias.
3201
3202 * language/chinese.el (cp936, cp950): Add aliases.
3203
3204 * language/japanese.el (cp932): Add alias.
3205
3206 * term/w32-win.el: Require code-pages.
3207
3208 * international/mule-cmds.el (set-locale-environment):
3209 On MS-Windows use ansi code-page for default coding-systems.
3210 Set up paper sizes for Windows 3 letter languages.
3211
3212 * international/code-pages.el (cp932, cp936, cp949, cp950):
3213 Add aliases. Also add cp125* if not already defined.
3214
3215 2004-05-09 Juanma Barranquero <lektu@terra.es>
3216
3217 * help-fns.el (help-highlight-arguments): Don't try to highlight
3218 missing or autoloaded arglists. Accept structured arguments, like
3219 the first ones of `do' and `flet'.
3220
3221 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
3222 (cvs-get-marked): Remove redundant arglist info.
3223
3224 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
3225 Don't use CL-style default args.
3226
3227 2004-05-08 Andreas Schwab <schwab@suse.de>
3228
3229 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
3230
3231 * international/subst-ksc.el: Fix references to utf-translate-cjk
3232 into utf-translate-cjk-mode.
3233 * international/subst-big5.el: Likewise.
3234 * international/subst-gb2312.el: Likewise.
3235 * international/subst-jis.el: Likewise.
3236 * international/utf-16.el: Likewise.
3237 * international/utf-8.el: Likewise.
3238
3239 2004-05-08 John Wiegley <johnw@newartisans.com>
3240
3241 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
3242 "virtual buffers" (off by default), which makes it possible to
3243 switch to the "virtual" buffers of recently visited files. When a
3244 buffer name search fails, and this option is on, iswitchb will
3245 look at the list of recently visited files, and permit matching
3246 against those names. When the user hits RET on a match, it will
3247 revisit that file.
3248 (iswitchb-read-buffer): Add two optional arguments, which makes
3249 isearchb.el possible.
3250 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
3251 (iswitchb-next-match): Add support for virtual buffers.
3252
3253 * isearchb.el: This module extends iswitchb to provide "as you
3254 type" buffer selection.
3255
3256 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
3257 Ignore the read-only property when flyspell highlighting is on.
3258 Not ignoring it leads to a series of confusing errors.
3259 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
3260 but also make sure to call flyspell-incorrect-hook.
3261 (flyspell-maybe-correct-transposition): Perform transposition test
3262 by bit twiddling a string, rather than using a temp buffer.
3263 (flyspell-maybe-correct-doubling): Use a string rather than a temp
3264 buffer. This is also the original version of the code, which
3265 could not be checked in before due to a previous lack of
3266 assignment papers. This version has seen heavy usage on my system
3267 for several years now.
3268
3269 * calendar/cal-bahai.el: New file, which adds support for the
3270 Baha'i calendar to Emacs. This calendar is based on a solar year
3271 of 19 months of 19 days, with 4 intercalary days. Each year
3272 begins on March 21, with the calendar starting in 1844.
3273
3274 * calendar/cal-menu.el, calendar/calendar.el,
3275 calendar/diary-lib.el, calendar/holidays.el: Added support for
3276 using cal-bahai.el.
3277
3278 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
3279 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
3280 function can be used outside of eshell buffers.
3281 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
3282
3283 2004-05-08 Juanma Barranquero <lektu@terra.es>
3284
3285 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
3286 word constituent so FOO-ARG is not recognized as an arg.
3287 (help-highlight-arguments): Don't skip lists in mandatory arguments.
3288
3289 * simple.el (next-error): Fix typo in docstring.
3290 (open-line): Make argument names match their use in docstring.
3291 (split-line): Fix docstring.
3292
3293 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
3294 usable by `describe-function'.
3295 (gensym, gentemp, typep, ignore-errors): Make argument names match
3296 their use in docstring.
3297
3298 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
3299 argument to `help-setup-xref'.
3300
3301 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
3302
3303 Version 2.0.40 of Tramp released.
3304
3305 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
3306 Use symbol-function to invoke functions only known on some Emacs
3307 flavors. This avoids byte-compiler warnings. Reported by Kevin
3308 Scaldeferri <kevin@scaldeferri.com>.
3309 (tramp-do-copy-or-rename-file-via-buffer): Rename from
3310 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
3311 consistent with the other tramp-do-* functions.
3312 (tramp-do-copy-or-rename-file): Calls adjusted.
3313 (tramp-process-initial-commands): Avoid liveness check on shell --
3314 we know that it must be alive since we're opening a connection at
3315 this moment.
3316 (tramp-last-cmd): New internal variable.
3317 (tramp-process-echoes): New tunable.
3318 (tramp-send-command): Set tramp-last-cmd.
3319 (tramp-wait-for-output): Delete echo, if applicable.
3320 (tramp-read-passwd): Construct the key for the password cache in a
3321 way that works for multi methods, too.
3322 (tramp-bug): Add backup-directory-alist and
3323 bkup-backup-directory-info to bug reports, with Tramp counterparts.
3324
3325 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
3326
3327 * net/tramp*.el: Suppress byte-compiler warnings where possible.
3328
3329 * net/tramp.el (tramp-out-of-band-prompt-regexp)
3330 (tramp-actions-copy-out-of-band): New defcustoms.
3331 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
3332 used instead of a synchronous one. Allows password entering.
3333 (tramp-action-out-of-band): New defun.
3334 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
3335 Remove restriction with password from doc string.
3336 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
3337 `tramp-out-of-band-prompt-regexp',
3338 `tramp-actions-copy-out-of-band', `password-cache' and
3339 `password-cache-expiry'.
3340 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
3341 password caching.
3342 (tramp-touch): FILE can be a local file, too.
3343 (TODO): Remove items done.
3344 (tramp-handle-insert-directory): Properly quote file name also if
3345 not full-directory-p. Handle wildcard case. Reported by Andreas
3346 Schwab <schwab@suse.de>.
3347 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
3348 new file.
3349 (tramp-handle-file-local-copy, tramp-handle-write-region):
3350 The permissions of the temporary file are set if filename exists.
3351 Reported by Ted Stern <stern@cray.com>.
3352 (tramp-backup-directory-alist)
3353 (tramp-bkup-backup-directory-info): New defcustoms.
3354 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
3355 (tramp-handle-find-backup-file-name): New function.
3356 Implements Tramp's find-backup-file-name.
3357
3358 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
3359 for `find-backup-file-name'.
3360
3361 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
3362 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
3363
3364 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3365
3366 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
3367
3368 2004-05-07 Juanma Barranquero <lektu@terra.es>
3369
3370 * subr.el (lambda): Add arglist description to docstring.
3371 (declare): Fix typo in docstring.
3372 (open-network-stream): Fix docstring.
3373 (process-kill-without-query): Fix docstring and add obsolescence info.
3374 (last, butlast, nbutlast): Make arguments match their use in docstring.
3375 (insert-buffer-substring-no-properties): Likewise.
3376 (insert-buffer-substring-as-yank): Likewise.
3377 (split-string): Fix docstring.
3378
3379 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3380 Make argument names match their use in docstring.
3381
3382 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
3383
3384 2004-05-06 Nick Roberts <nickrob@gnu.org>
3385
3386 * progmodes/gdb-ui.el: Improve/extend documentation strings.
3387 Fit first sentence on one line for apropos-command.
3388
3389 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 Changes largely merged in from Dave Love's code.
3392 * progmodes/python.el: Doc fixes.
3393 (python-mode-map): Add python-complete-symbol.
3394 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
3395 (python-comment-indent, python-complete-symbol)
3396 (python-symbol-completions, python-partial-symbol)
3397 (python-try-complete): New.
3398 (python-indent-line): Remove optional arg. Use python-block-end-p.
3399 (python-check): Bind compilation-error-regexp-alist.
3400 (inferior-python-mode): Use rx. Move keybindings to top level.
3401 Set comint-input-filter.
3402 (python-preoutput-filter): Use rx.
3403 (python-input-filter): Re-introduce.
3404 (python-proc): Start new process if necessary.
3405 Check python-buffer non-nil.
3406 (view-return-to-alist): Defvar.
3407 (python-send-receive): New.
3408 (python-eldoc-function): Use it.
3409 (python-mode-running): Don't defvar.
3410 (python-mode): Set comment-indent-function.
3411 Maybe update hippie-expand-try-functions-list.
3412 (python-indentation-levels): Initialize differently.
3413 (python-block-end-p): New.
3414 (python-indent-line): Use it.
3415 (python-compilation-regexp-alist): Augment.
3416 (run-python): Import `emacs' module to Python rather than loading
3417 code directly. Set python-buffer differently.
3418 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
3419 Use python-proc.
3420 (python-send-command): Go to end of comint buffer.
3421 (python-load-file): Use python-proc, emacs.eimport.
3422 (python-describe-symbol): Simplify interactive form.
3423 Use emacs.help. Do use temp-buffer-show-hook.
3424 Call print-help-return-message.
3425 (hippie-exp): Require when compiling.
3426 (python-preoutput-continuation): Use rx.
3427
3428 * diff-mode.el (diff-make-unified): Fix regexp.
3429
3430 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
3431
3432 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
3433 filter groups from the buffer when rebuilding the Ibuffer buffer
3434 and `ibuffer-show-empty-filter-groups' is nil.
3435
3436 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3437
3438 * ps-print.el (ps-print-quote): Call ps-value-string.
3439 (ps-setup): Call ps-comment-string.
3440 (ps-value-string, ps-comment-string): New funs.
3441
3442 2004-05-06 Juanma Barranquero <lektu@terra.es>
3443
3444 * ehelp.el (electric-help-command-loop): Check whether the last
3445 character is visible, not (point-max).
3446
3447 * help-fns.el (help-argument-name): Default to bold; don't inherit
3448 from font-lock-variable-name-face.
3449 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
3450
3451 2004-05-05 Kenichi Handa <handa@m17n.org>
3452
3453 * descr-text.el (describe-char): Copy the character with text
3454 properties and overlays into the first line, and call
3455 describe-text-properties on it.
3456
3457 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
3458
3459 * iswitchb.el (iswitchb-global-map): Fix typo.
3460 Remove unwanted ###autoloads from source file.
3461
3462 2004-05-05 Lars Hansen <larsh@math.ku.dk>
3463
3464 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
3465 in run-hooks. Use substitute-command-keys in message.
3466 (wdired-abort-changes): Add message.
3467
3468 2004-05-03 Michael Mauger <mmaug@yahoo.com>
3469
3470 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
3471 (sql-emacs20-p): Remove.
3472 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
3473 (sql-builtin-face, sql-doc-face): Remove.
3474 (sql-mode-ansi-font-lock-keywords)
3475 (sql-mode-oracle-font-lock-keywords)
3476 (sql-mode-postgres-font-lock-keywords)
3477 (sql-mode-linter-font-lock-keywords)
3478 (sql-mode-ms-font-lock-keywords)
3479 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
3480 (sql-product-font-lock): Fix font-lock reset when font rules change.
3481 (sql-highlight-product): Remove incorrect font-lock reset logic.
3482
3483 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
3484
3485 * ses.el (ses-set-parameter): Fix typo.
3486
3487 2004-05-04 Kim F. Storm <storm@cua.dk>
3488
3489 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
3490 Must expand directory for completion to work; and don't mess with
3491 process-environment.
3492 (ido-read-file-name): If command has ido property, don't use ido
3493 if value is ignore, or read as directory if value is dir.
3494 Set ido ignore property for dired-do-rename command.
3495
3496 2004-05-04 Juanma Barranquero <lektu@terra.es>
3497
3498 * ehelp.el (electric-help-command-loop, electric-help-undefined)
3499 (electric-help-help): Check against unmapped commands.
3500
3501 * help-fns.el (help-argument-name): New face, inheriting from
3502 font-lock-variable-name-face, to highlight function arguments in
3503 `describe-function' and `describe-key'.
3504 (help-do-arg-highlight): Auxiliary function to highlight a given
3505 list of arguments in a string.
3506 (help-highlight-arguments): Highlight the function arguments and
3507 all uses of them in the docstring.
3508 (describe-function-1): Use it. Do docstring output via `insert',
3509 not 'princ', so text attributes are preserved.
3510
3511 * winner.el (winner-mode-map): Move `winner-undo' and
3512 `winner-redo' to C-c <left> and C-c <right>, respectively (the
3513 previous bindings conflict with `prev-buffer', `next-buffer').
3514
3515 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3516
3517 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
3518 (bibtex-entry-update): New command bound to C-c C-u.
3519 (bibtex-text-in-string): Fix regexp.
3520 (bibtex-assoc-of-regexp): Remove.
3521 (bibtex-progress-message): Fix docstring.
3522 (bibtex-inside-field): Use if.
3523 (bibtex-assoc-regexp): New function.
3524 (bibtex-format-entry): Make code more robust so that it formats
3525 also old entries.
3526 (bibtex-autokey-demangle-title): Merge with obsolete function
3527 bibtex-assoc-of-regexp.
3528 (bibtex-field-list): New function.
3529 (bibtex-entry): Use bibtex-field-list.
3530 (bibtex-parse-entry): Fix docstring.
3531 (bibtex-print-help-message): Use bibtex-field-list.
3532 (bibtex-make-field): Use bibtex-field-list.
3533 (bibtex-entry-index): Bugfix. Return crossref key if required.
3534 (bibtex-lessp): Fix docstring.
3535
3536 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
3537
3538 * select.el (xselect-convert-to-string): Move comment to intended line.
3539
3540 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3541
3542 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
3543 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
3544
3545 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3546
3547 * term/x-win.el (x-clipboard-yank): Don't exit on error from
3548 x-get-selection.
3549
3550 2004-05-03 Jason Rumney <jasonr@gnu.org>
3551
3552 * makefile.nt: Remove.
3553
3554 2004-05-03 Kim F. Storm <storm@cua.dk>
3555
3556 * emulation/cua-base.el (cua--update-indications): Fix last change.
3557 (cua-mode): Deactivate mark when cua-mode is enabled.
3558
3559 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
3560
3561 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3562
3563 2004-05-03 Nick Roberts <nickrob@gnu.org>
3564
3565 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3566 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3567 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3568 window over visible frames.
3569 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3570
3571 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * progmodes/compile.el (compilation-gcpro): New var.
3574 (compilation-fake-loc): Use it.
3575 (compilation-forget-errors): Reset it.
3576
3577 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3578
3579 * diff-mode.el (diff-header-face, diff-file-header-face):
3580 Use min-colors.
3581
3582 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3583
3584 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3585 (bibtex-clean-entry): Disentangle code.
3586 (bibtex-realign): New function.
3587 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3588 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3589 Remove undocumented optional arg called-by-convert-alien.
3590 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3591 for sorting instead of bibtex-sort-buffer.
3592
3593 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3594
3595 * progmodes/compile.el (compilation-start): In the
3596 no-async-subprocesses branch, call sit-for to give redisplay a
3597 chance to show the updated process status in the mode line, and
3598 fontify the buffer explicitly after the process exits.
3599
3600 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * progmodes/python.el (python-compilation-line-number): Remove.
3603 (python-compilation-regexp-alist): Don't use it any more.
3604 (python-orig-start, python-input-filter): Remove.
3605 (inferior-python-mode): Don't set up comint-input-filter-functions.
3606 (python-send-region): Use compilation-fake-loc.
3607
3608 * progmodes/compile.el (compilation-messages-start): New var.
3609 (compilation-mode): Don't setup next-error-function here.
3610 (compilation-setup): Set it up here instead (for minor modes as well).
3611 Make compilation-messages-start buffer local.
3612 (compilation-next-error-function): Use it.
3613 (compilation-forget-errors): Set compilation-messages-start.
3614
3615 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3616
3617 * ielm.el (ielm-prompt-read-only): Update docstring.
3618
3619 * comint.el (comint-prompt-read-only): Update docstring.
3620 (comint-update-fence, comint-kill-whole-line)
3621 (comint-kill-region): New functions.
3622
3623 * simple.el (kill-whole-line): Use "p" instead of "P" in
3624 interactive form.
3625
3626 2004-05-01 Juanma Barranquero <lektu@terra.es>
3627
3628 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3629 format arglist so default values in CL-style argument lists are
3630 correctly shown.
3631
3632 2004-05-01 Jason Rumney <jasonr@gnu.org>
3633
3634 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3635
3636 2004-05-01 Kenichi Handa <handa@m17n.org>
3637
3638 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3639 quail file if it is up to date.
3640
3641 2004-04-30 Juri Linkov <juri@jurta.org>
3642
3643 * cus-edit.el (custom-mode-map):
3644 Add key binding `C-x C-s' to `Custom-save'.
3645
3646 * outline.el (outline-blank-line): New var.
3647 (outline-next-preface, outline-show-heading)
3648 (outline-end-of-subtree): Use it.
3649
3650 * dired-aux.el (dired-touch-initial): New fun.
3651 (dired-do-chxxx): Call it for op-symbol `touch'.
3652 (dired-diff): Use `dired-dwim-target-directory'
3653 if current dired buffer has no buffer mark.
3654
3655 * bindings.el (propertized-buffer-identification):
3656 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3657 Add C-M-arrow keys for consistency.
3658
3659 * files.el (confirm-kill-emacs):
3660 Change group from top-level `emacs' to `convenience'.
3661
3662 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3663 Push mark on the first call of successive command calls.
3664 (insert-pair): New fun created from `insert-parentheses' with
3665 `open' and `close' arguments added. Enclose active regions
3666 in paired characters. Compare adjacent characters syntax with
3667 inserted characters syntax before inserting a space.
3668 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3669
3670 * delsel.el: Don't put `delete-selection' property
3671 on `insert-parentheses' symbol to take advantage of
3672 region handling in `insert-pair' function.
3673 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3674
3675 2004-04-30 Kim F. Storm <storm@cua.dk>
3676
3677 * emulation/cua-base.el: Add support for changing cursor types;
3678 based on patch from Michael Mauger.
3679 (cua-normal-cursor-color, cua-read-only-cursor-color)
3680 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3681 Customization cursor type and/or cursor color.
3682 (cua--update-indications): Handle cursor type changes.
3683 (cua-mode): Update cursor indications if enabled.
3684
3685 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3686
3687 * mouse.el (mouse-drag-copy-region): New defcustom.
3688 (mouse-set-region, mouse-drag-region-1): Use it.
3689
3690 * simple.el (kill-ring-save): If region face background color is
3691 unspecified (if no highlighting), show extent of fully visible
3692 region even if transient-mark-mode is enabled.
3693
3694 * emulation/cua-base.el (cua--standard-movement-commands):
3695 Add cua-scroll-up and cua-scroll-down.
3696 (cua-scroll-up, cua-scroll-down): New commands.
3697 (cua--init-keymaps): Remap scroll-up and scroll-down.
3698
3699 * emulation/cua-rect.el (cua--convert-rectangle-as):
3700 New defmacro.
3701 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3702 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3703 New commands (suggested by Jordan Breeding).
3704
3705 2004-04-30 Juanma Barranquero <lektu@terra.es>
3706
3707 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3708
3709 2004-04-30 Mario Lang <mlang@delysid.org>
3710
3711 * diff.el (diff-switches): Fix typo in docstring.
3712
3713 2004-04-30 Alex Schroeder <alex@gnu.org>
3714
3715 * xml.el (xml-debug-print-internal): Don't add newline and
3716 indentation to text nodes and write empty elements as empty tags
3717 instead of opening and closing tags.
3718 (xml-debug-print): Take optional indent-string argument.
3719 (xml-print): Alias for xml-debug-print.
3720
3721 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3722
3723 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3724 than duplicate call to `line-beginning-position'.
3725
3726 * progmodes/f90.el (f90-get-present-comment-type):
3727 Return whitespace, as well as comment chars, for consistent filling
3728 of comment blocks. Use `match-string-no-properties'.
3729 (f90-break-line): Trim trailing whitespace when filling comments.
3730
3731 2004-04-30 Dave Love <fx@gnu.org>
3732
3733 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3734 (diary-from-outlook-internal, diary-from-outlook)
3735 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3736 New functions to import diary entries from Outlook-format
3737 appointments in mail messages.
3738
3739 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * progmodes/python.el (python-send-command): New fun.
3742 (python-send-region, python-load-file): Use it.
3743
3744 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3745
3746 * help-fns.el (help-C-file-name): Use new subr-name.
3747 Prepend `src/' to the file name.
3748 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3749 (describe-function-1, describe-variable): Only find a C source file
3750 name if DOC is already loaded.
3751
3752 * help-mode.el (help-function-def, help-variable-def):
3753 Use the new find-function-search-for-symbol functionality.
3754 Allow FILE to be `C-source'.
3755
3756 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3757 (find-function-C-source): New fun.
3758 (find-function-search-for-symbol): Use it.
3759
3760 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3761
3762 * progmodes/sql.el (sql-product-alist): Rename variable
3763 `sql-product-support'. Add Postgres login parameters.
3764 (sql-set-product, sql-product-feature): Update with renamed variable.
3765 (sql-connect-postgres): Add username prompt.
3766 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3767 Make patterns less product specific.
3768 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3769 (sql-mode-abbrev-table): Modify initialization.
3770 (sql-builtin-face): Add variable.
3771 (sql-keywords-re): Add macro.
3772 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3773 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3774 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3775 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3776 (sql-mode-linter-font-lock-keywords)
3777 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3778 (sql-mode-sybase-font-lock-keywords)
3779 (sql-mode-informix-font-lock-keywords)
3780 (sql-mode-interbase-font-lock-keywords)
3781 (sql-mode-ingres-font-lock-keywords)
3782 (sql-mode-solid-font-lock-keywords)
3783 (sql-mode-sqlite-font-lock-keywords)
3784 (sql-mode-db2-font-lock-keywords): Default to nil.
3785 (sql-product-font-lock): Always highlight ANSI keywords.
3786 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3787 (sql-send-string): Add function.
3788
3789 2004-04-29 Dave Love <fx@gnu.org>
3790
3791 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3792 (cfengine-end-of-defun): Ensure progress through buffer.
3793
3794 * info-look.el (cfengine-mode): Accept a terminal ().
3795
3796 2004-04-29 Juri Linkov <juri@jurta.org>
3797
3798 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3799 instead of isearch-yank-word-or-char. Add new key bindings for
3800 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3801 (isearch-del-char): New fun.
3802 (isearch-forward, isearch-edit-string): Update docstring.
3803 (isearch-yank-char): Doc fix.
3804 (isearch-other-meta-char): Restore point after scrolling.
3805
3806 * progmodes/compile.el (compilation-context-lines): Add nil option
3807 to disable compilation output window scrolling.
3808 (compilation-set-window): Use it.
3809
3810 * outline.el (outline-next-preface, outline-show-heading):
3811 Don't leave unhidden blank line before heading.
3812 (outline-end-of-subtree): Include last newline into subtree.
3813 (hide-entry): Leave point at beginning of heading instead of end.
3814 (outline-up-heading): Push mark for the first call of successive
3815 command calls.
3816
3817 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3818
3819 * comint.el (comint-prompt-read-only): New variable.
3820 (comint-output-filter): Implement it.
3821
3822 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3823 (ielm-prompt-internal): New variable.
3824 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3825 (ielm-send-input): Delete unused variable `buf'.
3826 (ielm-eval-input): Use `ielm-prompt-internal'.
3827 (inferior-emacs-lisp-mode): Use new variables
3828 `comint-prompt-read-only' and `ielm-prompt-internal'.
3829 Get rid of obsolete variable `directory-sep-char'.
3830 (ielm): Use `zerop'.
3831
3832 2004-04-29 John Paul Wallington <jpw@gnu.org>
3833
3834 * thumbs.el (toplevel): Require cl at compile time.
3835 Remove conditional definitions of `ignore-errors' and `caddar'
3836 because they occur at run time.
3837
3838 2004-04-28 Nick Roberts <nickrob@gnu.org>
3839
3840 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3841 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3842 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3843 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3844
3845 * progmodes/gud.el (gud-common-init): Throw an error if program is
3846 already running under gdb.
3847
3848 2004-04-28 John Paul Wallington <jpw@gnu.org>
3849
3850 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3851 (thumbs-show-image-num): Move assignment of
3852 `thumbs-current-image-filename' within scope of `i'.
3853 (thumbs-emboss-image): Don't use `evenp'.
3854
3855 2004-04-28 Richard M. Stallman <rms@gnu.org>
3856
3857 * progmodes/compile.el (compilation-context-lines): Default now 0.
3858
3859 2004-04-28 Juanma Barranquero <lektu@terra.es>
3860
3861 Use `time-less-p' from calendar/time-date.el instead of defining
3862 custom versions of it.
3863
3864 * pcomplete.el (pcomplete-time-less-p): Remove.
3865
3866 * thumbs.el (time-less-p): Remove.
3867
3868 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3869 (timeclock-generate-report): Use `time-less-p'.
3870
3871 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3872 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3873
3874 2004-04-28 Masatake YAMATO <jet@gyve.org>
3875
3876 * subr.el (remove-overlays): Make arguments optional.
3877
3878 * wid-edit.el (widget-specify-button): Put evaporate to the
3879 overlay for sample.
3880 (widget-specify-sample): Put evaporate to the overlay for sample.
3881 (widget-specify-doc): Put evaporate to the overlay for documentation.
3882
3883 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3884
3885 * info.el (info-apropos): Make it an index node. Align node names
3886 like makeinfo.
3887
3888 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3889
3890 * net/browse-url.el (browse-url-netscape-sentinel)
3891 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3892 (browse-url-epiphany-sentinel, browse-url-mosaic):
3893 Use browse-url-*-program instead of a literal program name.
3894
3895 2004-04-27 Kevin Ryde <user42@zip.com.au>
3896
3897 * eshell/em-alias.el:
3898 * eshell/em-dirs.el:
3899 * eshell/em-hist.el:
3900 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3901 features when M-x customize-group loads modules before the main
3902 eshell.el.
3903
3904 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3905
3906 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3907 either a character representation of an event or an event
3908 description list.
3909
3910 * type-break.el: Capitalise Emacs and Lisp.
3911 (type-break-good-break-interval, type-break-demo-boring-stats)
3912 (type-break-terse-messages, type-break-file-name): New defcustoms.
3913 (type-break-post-command-hook)
3914 (type-break-warning-countdown-string): Quote variable names in doc.
3915 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3916 (type-break-mode): Document type-break-good-break-interval and the
3917 "session" file. Schedule break according to the session file.
3918 Kill session file buffer on exit. Organise for save-some-buffers
3919 to always save the session file.
3920 (type-break-mode-line-message-mode, type-break-query-mode):
3921 Uppercase arguments.
3922 (type-break-file-time, type-break-file-keystroke-count, timep)
3923 (type-break-choose-file, type-break-get-previous-time)
3924 (type-break-get-previous-count): New defuns.
3925 (type-break): Avoid break querying after a completed break in the
3926 case where the query was initiated during user invocation of the
3927 break. Optional terse messages.
3928 Use type-break-good-break-interval if type-break-good-rest-interval is
3929 nil. File the break time.
3930 (type-break-schedule): New optional args for overriding the use of
3931 the current time.
3932 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3933 after a break.
3934 (type-break-check): File the keystroke count.
3935 (type-break-do-query): Prevent a second query when the break is
3936 interrupted. Optional terse message.
3937 (type-break-keystroke-reset): Record the start of a typing interval.
3938 (type-break-demo-boring): Optional terse messages. Display word
3939 per minute and keystroke counts according to
3940 type-break-demo-boring-stats.
3941
3942 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3943
3944 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3945 directories, make sure they exist under archive-tmpdir.
3946
3947 2004-04-27 Juri Linkov <juri@jurta.org>
3948
3949 * help.el (view-emacs-news): With argument, display info for the
3950 selected version by finding it among different NEWS files, and
3951 narrowing the buffer to the selected version.
3952
3953 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3954 same-window-buffer-names.
3955 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3956 non-numeric prefix argument, append the number to the buffer name
3957 for numeric prefix argument.
3958 (info-other-window): Bind same-window-regexps to nil.
3959 (Info-reference-name): Rename to Info-point-loc.
3960 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3961 and Info-find-index-name for stringy Info-point-loc.
3962 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3963 without middle `.', but with final `.' and optional line number
3964 for it. Set Info-point-loc for index nodes.
3965 (Info-index): Remove middle `.' from index entry regexp.
3966 Modify line number regexp.
3967 (Info-index-next): Decrement line number.
3968 (info-apropos): Remove middle `.' from index entry regexp.
3969 Add optional line number regexp at the end. Add matched value
3970 for line number to the result list and insert it to the buffer.
3971 Replace match-string by match-string-no-properties.
3972 Reorder result list.
3973 (Info-fontify-node): Hide index line numbers.
3974 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3975 empty matches.
3976 (Info-follow-reference): Use `str' instead of
3977 Info-following-node-name-re.
3978 (Info-toc): Use full file names. Set Info-current-node to "Top".
3979 (Info-fontify-node): Compare file names without directory name.
3980 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3981 Set second arg of Info-extract-menu-node-name for index nodes.
3982 (info-xref-visited): Use magenta3 instead of magenta4.
3983 (Info-mode): Add info-apropos to docstring.
3984
3985 * log-view.el (log-view-diff): Replace interactive code "r"
3986 by a list to allow to call it even if region is not active.
3987
3988 * paren.el (show-paren-highlight-openparen): New var.
3989 (show-paren-function): Turn on openparen highlighting when
3990 matching forward if show-paren-highlight-openparen is non-nil.
3991
3992 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3993 the constant value 1.
3994 (completions-common-part): Expand docstring.
3995
3996 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3997
3998 2004-04-27 Kim F. Storm <storm@cua.dk>
3999
4000 * image.el (insert-sliced-image): Use line-height instead of
4001 line-spacing property on newline.
4002
4003 2004-04-26 Lars Hansen <larsh@math.ku.dk>
4004
4005 * desktop.el (desktop-buffer-misc-data-function): Rename to
4006 desktop-save-buffer and change docstring.
4007 (desktop-buffer-modes-to-save): Delete.
4008 (desktop-save-buffer-p): Use desktop-save-buffer instead of
4009 desktop-buffer-modes-to-save.
4010 (desktop-save): Rename desktop-buffer-misc-data-function to
4011 desktop-save-buffer and allow non-function value.
4012 (desktop-missing-file-warning): Correct docstring.
4013
4014 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
4015 to desktop-save-buffer.
4016
4017 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
4018 desktop-save-buffer.
4019
4020 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
4021
4022 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
4023
4024 2004-04-26 Eli Zaretskii <eliz@gnu.org>
4025
4026 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
4027
4028 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
4029
4030 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
4031 (ielm): Only go to the end of the buffer when starting a new process.
4032
4033 2004-04-25 Juanma Barranquero <lektu@terra.es>
4034
4035 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
4036 mode line. Bind `inhibit-read-only' to t before modifying
4037 properties of text in the buffer.
4038 (ielm): Force point to the end of buffer, even when running ielm
4039 from inside itself.
4040
4041 2004-04-25 Jesper Harder <harder@ifa.au.dk>
4042
4043 * info.el (info-apropos): Reset Info-complete-cache.
4044
4045 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
4046
4047 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4048 Also recognize severe Irix et al. messages.
4049 (compilation-normalize-filename, compile-abbreviate-directory):
4050 Delete functions.
4051 (compilation-get-file-structure): New function inherits
4052 functionality of the two preceding ones.
4053 (compilation-internal-error-properties, compilation-fake-loc):
4054 Use it so that different paths to the same file share the same
4055 markers. Also optimize finding adjacent marker slightly.
4056
4057 2004-04-25 Kim F. Storm <storm@cua.dk>
4058
4059 * image.el (insert-sliced-image): Add line-spacing t property
4060 to newlines separating image lines.
4061
4062 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
4063
4064 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
4065
4066 * ielm.el (ielm-prompt-read-only): New user option.
4067 (ielm-prompt): Expand docstring to describe new behavior.
4068 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
4069 mention it in the docstring.
4070
4071 2004-04-24 Andreas Schwab <schwab@suse.de>
4072
4073 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
4074
4075 * diff.el (diff): Set default-directory in diff buffer.
4076
4077 2004-04-24 Eli Zaretskii <eliz@gnu.org>
4078
4079 * mail/sendmail.el (mail-bury): Don't delete the frame where the
4080 mail was being composed if the terminal cannot display more than
4081 one frame; instead, switch to previous frame.
4082
4083 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
4084 (rmail-start-mail): Support rmail-mail-new-frame even on
4085 terminals that can display only one frame at a time.
4086
4087 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4088
4089 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
4090 (checkdoc-output-font-lock-keywords): Remove error regexp.
4091 (checkdoc-output-mode-map): Remove.
4092 (checkdoc-output-mode): Derive from compilation-mode.
4093 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
4094
4095 * dired.el (dired-mode-map): Add a menu entry for wdired.
4096
4097 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
4098 (rx-bracket, rx-check-any, rx-any): Clean up name space.
4099
4100 * wdired.el: (wdired-mode-map): Move init into declaration.
4101 Fix `return' binding.
4102 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4103 Use force-mode-line-update.
4104 (wdired-get-filename): Use `unless'.
4105 (wdired-preprocess-files): Don't assume names have no \n and use / for
4106 dir separator.
4107 (wdired-normalize-filename): Use replace-regexp-in-string.
4108 (wdired-load-hooks): Remove.
4109 (wdired-mode-hooks): Rename to wdired-mode-hook.
4110
4111 * info-look.el: Add support for cfengine-mode.
4112 (info-lookup-setup-mode): Use dolist.
4113
4114 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
4115
4116 * wdired.el: New file.
4117
4118 2004-04-23 Juanma Barranquero <lektu@terra.es>
4119
4120 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
4121
4122 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
4123 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
4124 (pcomplete--help, pcomplete--here): Doc fixes.
4125
4126 2004-04-23 Andre Spiegel <spiegel@gnu.org>
4127
4128 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
4129 handles wrong-number-of-arguments in backend call.
4130
4131 * vc.el (vc-print-log): Likewise.
4132
4133 2004-04-20 Dave Love <fx@gnu.org>
4134
4135 * emacs-lisp/rx.el: Doc fixes.
4136 (rx-constituents): Add/extend many forms.
4137 (rx-check): Check form is a list.
4138 (bracket): Defvar.
4139 (rx-check-any, rx-any, rx-check-not): Modify.
4140 (rx-not): Simplify.
4141 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
4142 (rx-kleene): Use rx-trans-forms.
4143 (rx-quote-for-set): Delete.
4144 (rx): Allow multiple args.
4145
4146 2004-04-23 Kenichi Handa <handa@m17n.org>
4147
4148 * international/mule-util.el (char-displayable-p): Simplify by
4149 using internal-char-font.
4150
4151 2004-04-23 Juanma Barranquero <lektu@terra.es>
4152
4153 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4154
4155 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * diff-mode.el (diff-next-error): New fun.
4158 (diff-mode): Use it.
4159
4160 * simple.el (next-error): Change arg name.
4161 Add support for the documented C-u C-x ` usage.
4162
4163 * frame.el (special-display-popup-frame, next-multiframe-window)
4164 (previous-multiframe-window): Only consider frames on same display.
4165
4166 2004-04-22 Lars Hansen <larsh@math.ku.dk>
4167
4168 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
4169 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
4170
4171 2004-04-22 Kim F. Storm <storm@cua.dk>
4172
4173 * net/telnet.el (telnet): Add optional port arg.
4174
4175 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4178 Minor sanity check on the `hyperlink' slot.
4179
4180 * Makefile.in (recompile): Compile new files.
4181
4182 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
4183 Add byte-recompile-directory's optional `arg'.
4184
4185 * cvs-status.el (cvs-tree-use-charset): New var.
4186 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
4187 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
4188 (cvs-status-cvstrees): Use it.
4189
4190 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
4191 Make it a normal major mode.
4192 (checkdoc-buffer-label): Make sure the file name is meaningful.
4193 (checkdoc-output-to-error-buffer): Remove.
4194 (checkdoc-error, checkdoc-start-section): Rewrite.
4195
4196 * info.el (info-node, info-menu-5, info-xref, info-header-node)
4197 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4198 (Info-title-4-face): Use new syntax.
4199 (info-xref-visited): Inherit from info-xref.
4200
4201 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
4202
4203 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4204
4205 * simple.el (next-error-last-buffer, next-error-function):
4206 New variables for the next-error framework.
4207 (next-error-buffer-p): New function.
4208 (next-error-find-buffer): Generalize compilation-find-buffer.
4209 (next-error, previous-error, first-error, next-error-no-select)
4210 (previous-error-no-select): Move from compile.el.
4211
4212 * replace.el (occur-next-error, occur-1): Hook into the next-error
4213 framework.
4214
4215 * progmodes/compile.el (compilation-start):
4216 Set next-error-last-buffer so next-error knows where to jump.
4217 (compilation-setup): Set the buffer-local variable
4218 next-error-function to 'compilation-next-error-function.
4219 (compilation-buffer-p, compilation-buffer-internal-p): Use an
4220 alternate way to find if a buffer is a compilation buffer, for
4221 next-error convenience.
4222 (next-error-no-select, previous-error-no-select, next-error)
4223 (previous-error, first-error): Move to simple.el.
4224 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
4225 (compilation-last-buffer): Remove.
4226 (compilation-start, compilation-next-error, compilation-setup)
4227 (compilation-next-error-function, compilation-find-buffer):
4228 Remove compilation-last-buffer use.
4229
4230 2004-04-21 Juanma Barranquero <lektu@terra.es>
4231
4232 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
4233 (font-lock-warning-face): Fix spacing.
4234
4235 * makefile.w32-in (WINS): Add url/ directory.
4236
4237 2004-04-21 Lars Hansen <larsh@math.ku.dk>
4238
4239 * desktop.el (desktop-buffer-mode-handlers): New variable.
4240 Alist of major mode specific functions to restore a desktop buffer.
4241 (desktop-buffer-handlers): Make variable obsolete.
4242 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
4243 Catch errors signaled in handlers. Update buffer count.
4244 Evaluate desktop-buffer-point.
4245 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
4246 move to dired.el.
4247 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
4248 move to info.el.
4249 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
4250 move to mail/rmail.el.
4251 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
4252 to mh-e/mh-e.el.
4253 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
4254 On fail, print message (to message buffer) even if
4255 desktop-missing-file-warning is nil.
4256 (desktop-buffer-misc-data-function): New buffer local variable.
4257 Function returning major mode specific data.
4258 (desktop-buffer-misc-functions): Make variable obsolete.
4259 (desktop-save): Use desktop-buffer-misc-data-function.
4260 (desktop-buffer-dired-misc-data): Rename to
4261 dired-desktop-buffer-misc-data and move to dired.el.
4262 (desktop-buffer-info-misc-data): Rename to
4263 Info-desktop-buffer-misc-data and move to info.el.
4264 (desktop-read): Add message about number of buffers restored/failed.
4265
4266 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
4267 Add parameters. Pause to display error only when
4268 desktop-missing-file-warning is non-nil.
4269 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4270 (dired-mode): Bind desktop-buffer-misc-data-function.
4271
4272 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
4273 Add Parameters.
4274 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4275 (Info-mode): Bind desktop-buffer-misc-data-function.
4276
4277 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
4278 Add Parameters.
4279
4280 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
4281 Add Parameters.
4282
4283 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
4284
4285 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
4286 the case of letters in case-insensitive expansions when the
4287 abbrev is preceded by characters with letter syntax.
4288
4289 2004-04-21 Richard M. Stallman <rms@gnu.org>
4290
4291 * progmodes/cperl-mode.el (cperl-putback-char):
4292 Delete Emacs 18 definition.
4293
4294 * international/mule.el (ctext-post-read-conversion):
4295 Use assoc-string, not assoc-ignore-case.
4296
4297 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
4298
4299 * emacs-lisp/easymenu.el (easy-menu-add):
4300 Do call x-popup-menu, but only if it's defined.
4301
4302 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
4303
4304 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
4305 Handle multiple args: compile like progn.
4306
4307 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
4308 take all args as &rest arg.
4309
4310 * autoinsert.el (auto-insert-alist): Insert the user's name in
4311 copyright notice, rather than Free Software Foundation.
4312
4313 2004-04-21 Kenichi Handa <handa@m17n.org>
4314
4315 * descr-text.el (describe-char): Make it work on *Help* buffer.
4316
4317 2004-04-21 Kim F. Storm <storm@cua.dk>
4318
4319 * image.el (insert-image): Add optional SLICE arg.
4320 (insert-sliced-image): New defun.
4321
4322 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
4323
4324 * subr.el (read-number): Check whether `default' is nil.
4325
4326 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * progmodes/compile.el (compilation-error-properties):
4329 Split into two.
4330 (compilation-internal-error-properties): New one.
4331 (compilation-compat-error-properties): Use it. Fix the non-marker case.
4332
4333 2004-04-20 Richard M. Stallman <rms@gnu.org>
4334
4335 * window.el (split-window-save-restore-data):
4336 Don't update the data if OLD-INFO is nil.
4337
4338 * view.el (view-return-to-alist): Mark it permanent local.
4339
4340 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
4341
4342 * recentf.el (recentf-save-list): Catch and warn about errors.
4343
4344 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
4345 so "Buffers" won't be pure.
4346
4347 * help-mode.el (help-mode-finish): Set help-return-alist first
4348 thing, setting only the entry for the selected window.
4349
4350 * help-fns.el (describe-function-1): If many non-control non-meta
4351 keys run the command, don't list all of them.
4352
4353 2004-04-20 Juanma Barranquero <lektu@terra.es>
4354
4355 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
4356 arg. Copied from Andre Spiegel's patch of 2004-03-21.
4357
4358 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
4359
4360 2004-04-20 Kenichi Handa <handa@m17n.org>
4361
4362 * international/quail.el (quail-lookup-key): New optional arg
4363 NOT-RESET-INDICES.
4364 (quail-get-translations): Call quail-lookup-key with
4365 NOT-RESET-INDICES t.
4366 (quail-completion): Likewise.
4367 (quail-lookup-map-and-concat): Likewise.
4368
4369 2004-04-20 Kenichi Handa <handa@m17n.org>
4370
4371 * international/quail.el (quail-update-translation): Don't insert
4372 such an unsupported multibyte char in a unibyte buffer.
4373
4374 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
4375
4376 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
4377 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
4378 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
4379 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
4380 (gdb-frame-assembler-buffer): Improve behaviour with
4381 multiple frames.
4382 (gdb-display-buffer): Extend search to all visible frames.
4383
4384 2004-04-19 Eli Zaretskii <eliz@gnu.org>
4385
4386 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
4387 characters left after base64 decoding.
4388 (rmail-decode-region): Use -dos variety of `coding', to remove any
4389 ^M characters left after qp or base64 decoding.
4390
4391 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4392
4393 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
4394 messages.
4395
4396 2004-04-19 Stephen Eglen <stephen@gnu.org>
4397
4398 * add-log.el (add-change-log-entry): Update doc string to mention
4399 add-log-full-name and add-log-mailing-address.
4400
4401 2004-04-18 Juri Linkov <juri@jurta.org>
4402
4403 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
4404 (Info-find-node-2): Simplify error message.
4405 (Info-insert-dir): Use Info-following-node-name.
4406 (Info-goto-node): Remove *info-history* and *info-toc*.
4407 (Info-history): Create a node of the virtual history file.
4408 (Info-toc): Create a node of the virtual toc file.
4409 (Info-insert-toc): New arg `curr-file' for reference file names.
4410 (info-apropos): Remove redundant var binding for temp-file.
4411 (Info-index, Info-index-next, Info-mode): Doc fix.
4412 (Info-goto-emacs-command-node): Don't jump to *info* from
4413 non-*info* Info buffers.
4414 (Info-fontify-node): Don't show the file name of external
4415 references if `Info-hide-note-references' is `hide'. Don't hide
4416 newlines at the end of paragraphs.
4417
4418 * international/mule-diag.el (list-input-methods):
4419 Fix args to help-xref-button.
4420
4421 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
4422 to put into effect local variables from TUTORIAL files.
4423
4424 * textmodes/paragraphs.el (sentence-end) <function>: New fun
4425 with default value taken from the variable `sentence-end'.
4426 (sentence-end) <defcustom>: Set default to nil. Doc fix.
4427 Add nil const to :type.
4428 (sentence-end-without-period, sentence-end-double-space)
4429 (sentence-end-without-space): Doc fix.
4430
4431 * textmodes/paragraphs.el (forward-sentence):
4432 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
4433 (fill-delete-newlines):
4434 * progmodes/cc-cmds.el (c-beginning-of-statement):
4435 Use function `sentence-end' instead of variable `sentence-end'.
4436
4437 2004-04-18 Andreas Schwab <schwab@suse.de>
4438
4439 * progmodes/compile.el (compilation-start): Set window start to
4440 point-min if compilation-scroll-output is nil.
4441
4442 2004-04-18 John Wiegley <johnw@newartisans.com>
4443
4444 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
4445
4446 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
4447
4448 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
4449 (gdb-info-breakpoints-custom): Revert previous change.
4450 (gdb-view-assembler): Update assembler if necessary.
4451 (gdb-frame-handler): Parse correctly for gdb-current-frame.
4452 (gdb-display-source-buffer): Update properly when both source and
4453 assembler are visible.
4454
4455 2004-04-17 John Wiegley <johnw@newartisans.com>
4456
4457 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
4458 which limits the number of names shown in the minibuffer. Off by
4459 default.
4460 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
4461 up iswitchb for users with a multitude of open buffers by showing
4462 only the first and last N/2 buffers in the completion list (which
4463 is enough to aid C-s/C-r, and to know that more characters are
4464 needed to refine the completion list).
4465
4466 2004-04-17 Richard M. Stallman <rms@gnu.org>
4467
4468 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
4469 (file-truename): Expand all ~ constructs directly.
4470 (insert-directory): Delete any error msg output by the
4471 `insert-directory-program'.
4472
4473 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
4474 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
4475 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
4476 (allout-init): Use find-file-hook, not find-file-hooks.
4477 (allout-mode): Eliminate Emacs 18 support.
4478 Use write-contents-functions, not local-write-file-hooks.
4479
4480 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
4481
4482 * progmodes/compile.el (compilation-error-properties): Fix for
4483 adding messages when there are already markers for their file.
4484 (compilation-fake-loc): New function.
4485
4486 2004-04-16 Dave Love <fx@gnu.org>
4487
4488 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
4489 (python-load-file): Fix python-orig-start setting.
4490
4491 * progmodes/compile.el: Doc fixes.
4492 (compilation-error-regexp-alist-alist)
4493 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
4494 (compilation-assq): Wrap in eval-when-compile.
4495 (compilation-mode-font-lock-keywords): Don't use list*.
4496 (compilation-start): Avoid warning.
4497 (compilation-compat-error-properties)
4498 (compilation-directory-properties): Add keymap property.
4499 (compilation-parsing-end): Make it a marker for better compatibility.
4500
4501 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
4502
4503 2004-04-16 Mark A. Hershberger <mah@everybody.org>
4504
4505 * xml.el: Doc fixes.
4506 (xml-get-children): Only looks at sub-tags and ignore strings.
4507
4508 * xml.el (xml-parse-tag): Avoid overwriting node-name.
4509
4510 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
4513
4514 2004-04-16 Andre Spiegel <spiegel@gnu.org>
4515
4516 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
4517
4518 * vc.el (vc-print-log): Likewise.
4519
4520 2004-04-16 Masatake YAMATO <jet@gyve.org>
4521
4522 * simple.el (completion-setup-function): Set an initial value
4523 to `element-common-end' before entering loop. Set a value
4524 to `element-common-end' at the end of loop.
4525 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
4526 (completions-common-part): Rename from completion-de-emphasis.
4527 (completions-first-difference): Rename from completion-emphasis.
4528 Suggested by RMS.
4529
4530 2004-04-16 Juanma Barranquero <lektu@terra.es>
4531
4532 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
4533 (bookmark-edit-annotation-mode): Add mode name.
4534
4535 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4536
4537 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
4538 for nested conflict markers.
4539 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
4540
4541 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
4542
4543 * progmodes/gdb-ui.el (gdb-goto-info): New function.
4544
4545 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
4546
4547 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4550 Give a backtrace if requested.
4551
4552 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4553
4554 * progmodes/python.el (python-mouse-2-command, python-RET-command):
4555 Remove unused functions.
4556 (python-orig-start-line, python-orig-file): Remove.
4557 (python-orig-start): New var.
4558 (python-input-filter, python-compilation-line-number)
4559 (python-send-region, python-load-file): Use it.
4560
4561 * info.el (info): Always jump to *info*.
4562
4563 * subr.el (posn-set-point): New function.
4564
4565 * mouse.el (mouse-set-point): Use it.
4566
4567 * progmodes/compile.el (compile-goto-error): Use it.
4568 (compilation-button-map): New keymap.
4569 (compilation-error-properties): Use it.
4570 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4571
4572 * smerge-mode.el (smerge-popup-context-menu): Use it.
4573
4574 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4575 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4576 mouse and non-mouse case.
4577
4578 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4579 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4580
4581 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4582 Make it work for non-mouse events.
4583
4584 * pcvs-info.el (cvs-status-map): Update binding name.
4585
4586 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4587
4588 * xml.el (xml-maybe-do-ns): New function to handle namespace
4589 parsing of both attribute and element names.
4590 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4591 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4592 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4593 (xml-parse-attlist): Make it do its own namespace parsing.
4594
4595 2004-04-14 Dave Love <fx@gnu.org>
4596
4597 * progmodes/python.el (run-python): Fix use of \n.
4598 (python-load-file): Remove `try' from Python fragment.
4599 (python-describe-symbol): Fix message.
4600
4601 * comint.el: Doc fixes.
4602 (comint-last-input-start, comint-last-input-end)
4603 (comint-last-output-start): Give them values.
4604 (comint-arguments): Avoid warning.
4605 (comint-skip-prompt): Use line-end-position.
4606 (comint-backward-matching-input): Rename arg to agree with doc.
4607 (comint-extract-string): Use syntax-ppss.
4608 (comint-dynamic-simple-complete): Delete useless list construction.
4609 (comint-redirect-subvert-readonly): New.
4610 (comint-redirect-preoutput-filter): Use it.
4611
4612 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4613 Correctly handle negative arguments when calling hook functions.
4614
4615 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4616
4617 * info.el (info-apropos): Don't clobber Info-history-list.
4618
4619 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4620
4621 * progmodes/compile.el (compilation-setup):
4622 Localize overlay-arrow-position.
4623 (compilation-sentinel): Restructure code equivalently.
4624 (compilation-next-error): Find message on same line after point if
4625 not found before point.
4626 (compile-mouse-goto-error): Restore function so that compilation
4627 buffer need not be current and use compile-goto-error.
4628 (compile-goto-error): Restore function.
4629 (next-error): Set overlay-arrow-position.
4630 (compilation-forget-errors): Don't localize already local
4631 compilation-locs and remove FIXME about refontifying.
4632
4633 2004-04-14 Kim F. Storm <storm@cua.dk>
4634
4635 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4636 (command-line): New option -Q. Like -q --no-site-file, but
4637 in addition it also disables menu-bar, tool-bar, scroll-bars,
4638 tool-tips, and the blinking cursor.
4639 (command-line-1): Skip startup screen if -Q.
4640 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4641
4642 * emulation/cua-base.el (cua-read-only-cursor-color)
4643 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4644
4645 2004-04-13 Dave Love <fx@gnu.org>
4646
4647 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4648 (syntax): Don't require.
4649 (python) <defgroup>: Add :version.
4650 (python-quote-syntax): Re-written.
4651 (inferior-python-mode): Move stuff here from run-python and add
4652 some more.
4653 (python-preoutput-continuation, python-preoutput-result)
4654 (python-dotty-syntax-table): New.
4655 (python-describe-symbol): Use them.
4656 (run-python): Move stuff to inferior-python-mode. Modify code
4657 loaded into Python.
4658 (python-send-region): Use python-proc, python-send-string.
4659 (python-send-string): Send newlines too. Callers changed.
4660 (python-load-file): Re-written.
4661 (python-eldoc-function): New.
4662 (info-look): Don't require.
4663 (python-after-info-look): New. A modified version of former
4664 top-level code for use with eval-after-load.
4665 (python-maybe-jython, python-guess-indent): Use widened buffer.
4666 (python-fill-paragraph): Re-written.
4667 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4668 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4669
4670 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4673 Set compilation-error-regexp-alist earlier.
4674
4675 * progmodes/compile.el (compilation-minor-mode-map)
4676 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4677 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4678
4679 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4682 corresponding to the event.
4683
4684 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4685
4686 * loadup.el: Add cygwin to system-type list, for unexec() support.
4687
4688 2004-04-12 John Paul Wallington <jpw@gnu.org>
4689
4690 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4691 (ibuffer-restore-window-config-on-quit): New variable to replace
4692 `ibuffer-delete-window-on-quit'. Update all references.
4693 (ibuffer-prev-window-config): New variable.
4694 (ibuffer-quit): Restore previous window configuration instead of
4695 deleting window.
4696 (ibuffer): Save window configuration before showing Ibuffer buffer.
4697
4698 * help.el (describe-mode): Doc fix.
4699
4700 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4703 not to treat nil as a function.
4704
4705 * vc-arch.el (vc-arch-root): Be a bit more careful.
4706 (vc-arch-register): Save the buffer if we modified it.
4707 (vc-arch-delete-rej-if-obsolete): Save excursion.
4708 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4709 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4710
4711 * net/ldap.el (ldap-search): Use list*.
4712
4713 2004-04-12 Juri Linkov <juri@jurta.org>
4714
4715 * info.el (Info-follow-reference): Allow multiline reference name.
4716
4717 2004-04-11 Dave Love <fx@gnu.org>
4718
4719 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4720
4721 * progmodes/python.el: New file.
4722
4723 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4724
4725 * vc-hooks.el (vc-arg-list): Function removed.
4726 (vc-default-workfile-unchanged-p): Use condition-case to check for
4727 backward compatibility.
4728
4729 * vc.el (vc-print-log): Use condition-case to check for backward
4730 compatibility.
4731
4732 2004-04-11 Juri Linkov <juri@jurta.org>
4733
4734 * dired.el (dired-faces): New defgroup.
4735 (dired-header, dired-mark, dired-marked, dired-flagged)
4736 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4737 New faces.
4738 (dired-header-face, dired-mark-face, dired-marked-face)
4739 (dired-flagged-face, dired-warning-face, dired-directory-face)
4740 (dired-symlink-face, dired-ignored-face): New face variables.
4741 (dired-font-lock-keywords): Use them instead of font-lock faces.
4742 Split the rule for dired marks into 3 separate rules: for marks,
4743 marked file names and flagged file names.
4744
4745 * help-mode.el (help-make-xrefs): Add a final newline to the
4746 *Help* buffer.
4747
4748 2004-04-11 John Paul Wallington <jpw@gnu.org>
4749
4750 * replace.el (occur-engine): Distinguish between one and several
4751 matches in the matches per buffer heading.
4752
4753 2004-04-11 Kim F. Storm <storm@cua.dk>
4754
4755 * ido.el (ido-confirm-unique-completion): New defcustom.
4756 (ido-complete): Use it.
4757 (ido-write-file): Set it to t unconditionally.
4758
4759 2004-04-10 Miles Bader <miles@gnu.org>
4760
4761 RCS keyword removal (only non-comment changes are enumerated here):
4762
4763 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4764 (byte-compile-insert-header): Don't use `byte-compile-version'.
4765 * forms.el (forms-version): Variable removed.
4766 (forms-mode): Don't use `forms-version'.
4767 * recentf.el (recentf-version): Variable removed.
4768 * progmodes/delphi.el (delphi-version): Variable removed.
4769 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4770
4771 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4774
4775 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4776
4777 * info.el (info-apropos): Improve menu item regexp.
4778
4779 2004-04-09 Simon Josefsson <jas@extundo.com>
4780
4781 * mail/smtpmail.el: Add comment, based on report by
4782 kdc@rcn.com (Kevin D. Clark).
4783
4784 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4787 Redo one more thing that I didn't notice Daniel had undone.
4788
4789 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4790
4791 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4792 (gdb-goto-breakpoint, gdb-display-buffer)
4793 (gdb-display-source-buffer, gdb-view-source-function)
4794 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4795 (gdb-source-info, gdb-frame-handler): Don't specify a window
4796 for display.
4797 (gdb-info-breakpoints-custom): Remove superfluous update of
4798 assembler buffer.
4799 (gdb-many-windows): Make settable outside gdb.
4800
4801 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4802
4803 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4804 Derive from fundamental-mode rather than text-mode.
4805
4806 2004-04-08 Juri Linkov <juri@jurta.org>
4807
4808 * info.el (Info-history): Doc fix.
4809 (Info-history-list): New var.
4810 (info-xref): Change magenta4 to blue, remove bold for dark and
4811 light backgrounds, change bold to underline for non-color classes.
4812 (info-xref-visited): New face.
4813 (Info-fontify-visited-nodes): New custom.
4814 (Info-hide-note-references): Add new value `hide'. Doc fix.
4815 (Info-reference-name): New var.
4816 (Info-selection-hook): New custom.
4817 (Info-edit-mode-hook): New var.
4818 (Info-find-file): New fun.
4819 (Info-find-node): Move part of code to Info-find-file.
4820 (Info-find-node-2): Add anchors to Info-history-list. Move point
4821 to the place with the reference name if name is defined.
4822 (Info-select-node): Add current node to Info-history-list.
4823 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4824 (Info-search-whitespace-regexp): New custom.
4825 (Info-search-case-fold): New var.
4826 (Info-search): Add "case-sensitively" to the prompt.
4827 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4828 (Info-search-case-sensitively, Info-search-next): New fun.
4829 (Info-up): Move point to the menu item of the current node.
4830 (Info-history): New fun. Add *info-history* to
4831 same-window-buffer-names.
4832 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4833 (Info-insert-toc): New fun.
4834 (Info-build-toc): New fun.
4835 (Info-follow-reference): Add new arg `fork'. Doc fix.
4836 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4837 with the same name prefer the reference closest to point.
4838 (Info-next-reference): Replace * by + in the *Note regexp.
4839 Add regexp for http:// and ftp://. Skip the *Note prefix.
4840 (Info-prev-reference): Replace * by + in the *Note regexp.
4841 Add regexp for http:// and ftp://. Skip the *Note prefix.
4842 (Info-follow-nearest-node): Add new arg `fork'.
4843 (Info-try-follow-nearest-node): Add new arg `fork'.
4844 Call browse-url for http:// and ftp:// references.
4845 Set Info-reference-name for index entries.
4846 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4847 Info-search-next, Info-history, Info-toc, clone-buffer.
4848 (Info-menu-update): Replace * by + in the *Note regexp.
4849 (Info-mode): Add documentation for Info-history, Info-toc,
4850 Info-search-case-sensitively, Info-search-next, clone-buffer.
4851 (Info-fontify-menu-headers): Remove fun. Move code to
4852 Info-fontify-node.
4853 (Info-fontify-node): Add docstring. Add local vars
4854 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4855 then fontify header line, titles, menu headers, http and ftp
4856 references, refill paragraphs. If not-fontified-p is t or
4857 fontify-visited-p is t then fontify cross references, menu items.
4858 Fontify menu headers. Fontify http and ftp references.
4859 Change regexp for cross references to require whitespace after *Note,
4860 add matching groups for file and node names. Remove hack for quote.
4861 Use display property for Info-hide-note-references=t. Use fifth
4862 or fourth match for help-echo. Display visited nodes in a
4863 different face. Unhide file names of external references.
4864 Unhide newlines. Display visited menu items in a different face.
4865
4866 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * progmodes/compile.el: Require CL.
4869 (compilation-mode-font-lock-keywords): Re-install the "line as
4870 function" patch.
4871
4872 * help-fns.el (help-C-source-directory): New var.
4873 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4874 (describe-function-1, describe-variable): Use them.
4875
4876 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4877 to C source files specially.
4878
4879 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4880
4881 * info.el (Info-hide-cookies-node): New function.
4882 (Info-select-node): Use it.
4883 (Info-display-images-node): Remove message with image file name.
4884
4885 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4886
4887 * progmodes/compile.el (compilation-warning-face)
4888 (compilation-info-face, compilation-skip-threshold)
4889 (compilation-skip-visited, compilation-context-lines):
4890 Declare :version when added to Emacs.
4891 (compilation-error-regexp-alist-alist): Extend caml and irix.
4892 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4893 (compilation-mode-font-lock-keywords): Temporarily undo line as
4894 function patch, which wasn't ready.
4895
4896 2004-04-07 Kenichi Handa <handa@m17n.org>
4897
4898 * international/latin1-disp.el (latin1-display-setup): Check each
4899 character is displayable or not instead of calling
4900 latin1-display-check-font.
4901
4902 2004-04-06 Kenichi Handa <handa@m17n.org>
4903
4904 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4905 New variable.
4906 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4907 instead of sera-being-called-by-w3.
4908 (ethio-fidel-to-sera-buffer): Likewise.
4909 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4910 instead of sera-being-called-by-w3.
4911 (ethio-write-file): Likewise.
4912
4913 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4914
4915 * printing.el: Doc fix.
4916
4917 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4918
4919 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4920 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4921 (gdb-setup-windows): Only use separate IO buffer if required.
4922
4923 2004-04-06 Kim F. Storm <storm@cua.dk>
4924
4925 * term.el (term-is-xemacs): Remove.
4926 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4927 (term-window-width): New function.
4928 (term-mode, term-check-size): Use it.
4929 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4930
4931 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4932
4933 * cus-edit.el (custom-add-parent-links): Change unbound variable
4934 `symbol' to `name'.
4935
4936 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4937 * info.el (info-apropos): New function.
4938 (Info-mode-menu): Add it.
4939 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4940
4941 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4942 inherited docstring.
4943
4944 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4945
4946 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4947
4948 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4949
4950 * progmodes/compile.el (font-lock): Don't require any more.
4951 (compilation-error-properties, compilation-start, compilation-sentinel)
4952 (compilation-filter, next-error): Use with-current-buffer.
4953 (compilation-skip-to-next-location, compilation-skip-threshold)
4954 (compilation-skip-visited): Move to silence the byte-compiler.
4955 (compilation-setup): Simplify.
4956 (compilation-next-error): Use line-(beginning|end)-position.
4957 Make sure `pt' is non-nil before using compilation-loop.
4958 (compile-goto-error): Add optional event arg. Use it.
4959 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4960 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4961 Update the binding for mouse-2.
4962 (first-error): Set compilation-current-error to nil rather than bob.
4963 (compilation-parsing-end, compilation-parse-errors-function)
4964 (compilation-error-list, compilation-old-error-list):
4965 "New" compatibility variables.
4966 (compile-buffer-substring, compilation-compat-error-properties)
4967 (compilation-compat-parse-errors, compilation-forget-errors):
4968 New compatibility functions.
4969 (compilation-mode-font-lock-keywords): Use them.
4970
4971 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4972
4973 * autorevert.el (auto-revert-handler): If point (or a window
4974 point) is at the end of the buffer, keep it there after
4975 reverting. This allows to tail a file.
4976 Mention this in the `Commentary'.
4977
4978 * format.el (format-write-file): Add optional argument CONFIRM
4979 and make it behave like the analogous argument to `write-file'.
4980
4981 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4982
4983 * progmodes/ebnf2ps.el: Doc fix.
4984 (ebnf-version): New version number (4.2).
4985 (ebnf-syntax): Customization and docstring fix.
4986 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4987 Put autoloaded funs before first use.
4988 (ebnf-style-database): Add dtd entry.
4989 (ebnf-syntax-alist): Add dtd initialization.
4990 (ebnf-token-sequence): New fun.
4991 (ebnf-comment-table): Add new comment action character.
4992 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4993
4994 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4995 Type Definition for XML).
4996
4997 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4998 * progmodes/ebnf-bnf.el (ebnf-sequence):
4999 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
5000 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
5001 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
5002 Code simplification: call ebnf-token-sequence.
5003
5004 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5005
5006 * calendar/timeclock.el (timeclock-relative)
5007 (timeclock-get-project-function, timeclock-get-workday-function)
5008 (timeclock-query-out, timeclock-when-to-leave)
5009 (timeclock-when-to-leave-string, timeclock-log-data)
5010 (timeclock-generate-report, timeclock-in): Doc fixes.
5011
5012 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * url/: New dir. Import the URL package from its repository.
5015
5016 2004-04-03 Andreas Schwab <schwab@suse.de>
5017
5018 * diff-mode.el (diff-mode): Fix missing quote.
5019
5020 2004-04-03 Juri Linkov <juri@jurta.org>
5021
5022 * descr-text.el (describe-property-list): Add `font-lock-face'.
5023
5024 * dired.el (dired-font-lock-keywords): Fix permission regexps.
5025
5026 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5027
5028 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
5029 Use utf-16le on little endian machines and utf-16be otherwise.
5030
5031 2004-04-02 David Kastrup <dak@gnu.org>
5032
5033 * net/browse-url.el (browse-url-generic): Use call-process
5034 instead of start-process to allow browsers that fork and detach.
5035
5036 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
5037
5038 * compile.el (compilation-current-error): New var.
5039 (compilation-setup, compile-mouse-goto-error)
5040 (compile-goto-error, next-error): Use it.
5041 (compilation-skip-to-next-location): Default to t, which gives
5042 contiguous skipping like old compile (where this was redundant).
5043 (compilation-next-error): Prevent previous-* commands from moving
5044 back to message at or just before point.
5045
5046 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
5047
5048 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
5049 (gdb-source-info): Don't display source at startup, if required.
5050 (gdb-show-main): New option.
5051 (gdba): Update documentation.
5052 (gdb-source): Cover case of auto-display output.
5053
5054 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5055
5056 * autorevert.el: Delete obsolete autoload's and defvar's.
5057 (auto-revert-check-vc-info): New user option.
5058 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5059 (auto-revert-handler-vc): Delete.
5060 (auto-revert-handler): Treat return value `fast' of
5061 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
5062
5063 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
5064 return `fast'.
5065
5066 * files.el (buffer-stale-function): Doc change.
5067
5068 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5069
5070 * printing.el: New tip on Tips section.
5071 (pr-version): New version number (6.7.4).
5072 (pr-shell-file-name): Initialization fix.
5073
5074 2004-03-31 Juri Linkov <juri@jurta.org>
5075
5076 * dired.el: Add autoload for `dired-do-touch'.
5077 (dired-touch-program): New var.
5078 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
5079 (dired-no-confirm): Add `touch' to docstring.
5080
5081 * dired-aux.el (dired-do-touch): New fun.
5082 (dired-do-chxxx): Add argument -t for touch operation.
5083
5084 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
5085 `dired-move-to-filename-regexp'.
5086
5087 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
5088
5089 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
5090
5091 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5092
5093 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
5094 and only if the buffer was modified.
5095
5096 2004-03-30 Kenichi Handa <handa@m17n.org>
5097
5098 * international/characters.el: Delete pairs for U+2308..U+230B.
5099
5100 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
5101
5102 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
5103 to detect the beginning of a level 2 or 3 annotation.
5104
5105 2004-03-29 Kenichi Handa <handa@m17n.org>
5106
5107 * international/ucs-tables.el (ucs-insert): Fix the error message.
5108
5109 2004-03-29 Kenichi Handa <handa@m17n.org>
5110
5111 * international/mule-util.el (char-displayable-p): Fix generation
5112 of XLFD file name.
5113
5114 * Makefile.in (setwins, setwins_almost): Change directory to $wd
5115 before finding directories by `find'.
5116
5117 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * subr.el (interactive-form): Delete. Now implemented in C.
5120
5121 * pcvs.el (cvs-parse-process): Workaround for Darwin.
5122
5123 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
5124 (vc-diff-label): New fun.
5125 (vc-diff-internal): Use it.
5126
5127 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
5128
5129 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5130
5131 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
5132
5133 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
5134 specify XML (EBNFX).
5135
5136 * progmodes/ebnf2ps.el: Doc fix.
5137 (ebnf-version): New version number (4.1).
5138 (ebnf-syntax): Adjust customization.
5139 (ebnf-style-database): Add ebnfx entry.
5140 (ebnf-syntax-alist): Add ebnfx initialization.
5141 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
5142
5143 * printing.el: Doc fix.
5144 (pr-version): New version number (6.7.3).
5145 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
5146 returns nil for mouse position. Reported by Drew Adams
5147 <drew.adams@oracle.com>.
5148 (pr-update-menus): Modify interactive declaration. Reported by Drew
5149 Adams <drew.adams@oracle.com>.
5150
5151 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
5152
5153 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
5154 (gud-gdba-marker-filter): Log the process input and output, if
5155 required. From Stefan Monnier.
5156 (gdb-debug-log, gdb-enable-debug-log): New variables.
5157 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
5158
5159 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
5162 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
5163
5164 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
5165
5166 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
5167 Call vc-find-file-hook here instead of in auto-revert-buffers.
5168 (auto-revert-buffers): Delete call to vc-find-file-hook.
5169 (auto-revert-verbose, global-auto-revert-non-file-buffers)
5170 (global-auto-revert-mode, auto-revert-set-timer)
5171 (auto-revert-handler, auto-revert-buffers): Doc fixes.
5172
5173 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5174
5175 * woman.el (woman-change-fonts): Rename local variable
5176 woman-font-alist to font-alist to avoid a compiler warning.
5177
5178 2004-03-27 Dave Love <fx@gnu.org>
5179
5180 * emacs-lisp/rx.el (rx): Doc fix.
5181 Fix copyright years.
5182
5183 * strokes.el (strokes-global-set-stroke-string): New function.
5184 (strokes-list-strokes): Cope with strings, not just commands.
5185 Set foreground colour of image.
5186 (strokes-global-set-stroke): Doc fix.
5187
5188 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
5189
5190 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
5191 Auto Revert mode.
5192 (Buffer-menu-files-only): New variable.
5193 (Buffer-menu-toggle-files-only): New function.
5194 (Buffer-menu-mode-map): Bind it to `T'.
5195 (Buffer-menu-mode): Mention `T' in docstring.
5196 Set buffer-stale-function.
5197 (list-buffers-noselect): Mark buffer non-modified and set
5198 Buffer-menu-files-only.
5199
5200 * dired.el (buffer-stale-function): Remove no longer needed defvar.
5201
5202 * autorevert.el (auto-revert-handler): Print revert message
5203 before, rather than after, reverting.
5204 (buffer-stale-function): Move to files.el.
5205
5206 * files.el (buffer-stale-function): Move here from autorevert.el.
5207
5208 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5209
5210 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
5211
5212 * calc/calc.el (calc-mode-map): Use mapc.
5213
5214 * apropos.el (apropos-mode): Don't autoload.
5215 (apropos-symbols-internal): New fun. Extracted from `apropos'.
5216 (apropos): Use it.
5217 (apropos-print): Add optional `text' argument.
5218 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
5219 Don't assume point-min == 1.
5220
5221 * bs.el (bs-buffer-list): Use buffer-local-value.
5222 (bs--set-toggle-to-show): Use with-current-buffer.
5223
5224 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
5225 New funs.
5226 (list-buffers-noselect): Use them. Adjust :align-to to new style.
5227
5228 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
5229
5230 * dabbrev.el (dabbrev-expand): Fix regexp construction.
5231 (dabbrev--find-expansion): Use pop.
5232 (dabbrev--search): Use match-string-no-properties.
5233
5234 * dired.el (dired-mode): Use run-mode-hooks.
5235 (dired-move-to-end-of-filename): Use match-string.
5236
5237 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
5238 is bound before using it.
5239 (ediff-verbose-p): Make it into a var since it's not constant.
5240
5241 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
5242
5243 * faces.el (read-face-font): Don't cons up unnecessarily.
5244 (header-line, tool-bar): Share common parts.
5245
5246 * files.el (file-relative-name): Use compare-strings.
5247
5248 * finder.el (finder-mode): Follow coding convention.
5249
5250 * subr.el (read-number): New function.
5251
5252 * ses.el (ses-read-number): Move to subr.el.
5253 (ses-set-header-row): Use read-number.
5254
5255 2004-03-26 Andre Spiegel <spiegel@gnu.org>
5256
5257 * vc-hooks.el (vc-arg-list): New function, which handles both
5258 compiled and uncompiled code.
5259 (vc-default-workfile-unchanged-p): Use it.
5260
5261 * vc.el (vc-print-log): Undo prev change, use new function
5262 vc-arg-list from vc-hooks.el.
5263
5264 2004-03-26 Masatake YAMATO <jet@gyve.org>
5265
5266 * simple.el (completion-setup-function): Emphasize the
5267 first uncommon characters in the completions; and de-emphasize
5268 the common prefix substrings.
5269 (completion-emphasis): New face.
5270 (completion-de-emphasis): New face.
5271
5272 2004-03-25 Juanma Barranquero <lektu@terra.es>
5273
5274 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
5275 Comment out (it's unused and unfinished code).
5276
5277 2004-03-25 Sam Steingold <sds@gnu.org>
5278
5279 * vc.el (vc-print-log): Fix a bug in the last patch:
5280 backend-function may be a byte-compiled object, not a lambda.
5281
5282 2004-03-25 Juri Linkov <juri@jurta.org>
5283
5284 * descr-text.el (describe-property-list): Add a button
5285 for `face' property that calls `describe-face'.
5286 Suggested by luis fernandes <elf@ee.ryerson.ca>
5287
5288 * international/mule.el (keyboard-coding-system):
5289 * kmacro.el (kmacro-call-macro): Fix docstring.
5290
5291 * dired.el: Fix comments.
5292
5293 * textmodes/fill.el (fill): Fix Info link.
5294
5295 * font-lock.el (fast-lock, lazy-lock):
5296 * jit-lock.el (jit-lock): Remove links to removed Support Modes
5297 Info node.
5298
5299 * eshell/eshell.el (eshell): Fix broken info-link.
5300
5301 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
5302 * eshell/em-banner.el (eshell-banner):
5303 * eshell/em-smart.el (eshell-smart):
5304 * eshell/esh-cmd.el (eshell-cmd):
5305 Comment out broken info-links to incomplete Info manual.
5306
5307 * info-xref.el: Fix commentary.
5308
5309 2004-03-25 Kevin Ryde <user42@zip.com.au>
5310
5311 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
5312 Remove spurious node duplicate suppression, doesn't work, not wanted.
5313 (info-xref-output): Take format style args, add "sit-for 0" to let
5314 user see the results as they progress.
5315 (info-xref-check-all-custom): New function.
5316
5317 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
5318
5319 * gdb-ui.el: Moved to progmodes.
5320
5321 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5322
5323 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
5324
5325 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5326
5327 * calendar/appt.el (appt-check): Remove superfluous progn.
5328 When finished with diary buffer: if it was not being displayed
5329 before, kill it; otherwise restore its original state.
5330 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
5331
5332 * calendar/calendar.el (calendar-set-mode-line): Use total
5333 available mode-line width, rather than frame-width.
5334
5335 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
5336 after mode change so effect not lost.
5337
5338 2004-03-23 Dave Love <fx@gnu.org>
5339
5340 * dired.el (dired) <defgroup>: Add link to manual.
5341 (dired-font-lock-keywords): Add highlighting on unusual permissions.
5342 (dired-revert): Use dolist.
5343 (dired-mode-map): Add U binding.
5344 (dired-mode): Add font-lock-beginning-of-syntax-function.
5345 (dired-garbage-files-regexp): Make it a defcustom.
5346
5347 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
5350 is equivalent to nil.
5351 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
5352 (vc-arch-mode-line-string): Accept `added' state.
5353 (vc-arch-state): Use inode-sigs if available.
5354 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
5355 Copy&delete existing id file if any. Fallback if uuidgen is absent.
5356 (vc-arch-tagline-re): New var.
5357 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
5358 New functions.
5359 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
5360 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
5361
5362 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
5363 (vc-file-not-found-hook): Use it.
5364
5365 * diff-mode.el (diff-default-read-only): Change default.
5366 (diff-mode-hook): Make it a defcustom. Add some options.
5367 (diff-mode-map): Bind diff-refine-hook.
5368 (diff-yank-handler): New var.
5369 (diff-yank-function): New fun.
5370 (diff-font-lock-keywords): Use them.
5371 (diff-end-of-file): Handle case where file-header looks like diff text.
5372 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
5373 (diff-file-kill): Delete a subsequent empty line, if applicable.
5374 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
5375 (diff-find-file-name): Use it.
5376 (diff-tell-file-name): New command.
5377 (diff-mode): Be careful with view-mode.
5378 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
5379 New functions, for use in diff-mode-hook.
5380 (diff-find-source-location): Catch "regex too large" errors.
5381 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
5382 (diff-refine-hunk): New command.
5383
5384 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
5385 (smerge-context-menu-map): Remove unused var.
5386 (smerge-keep-all): Preserve markers.
5387 (smerge-keep-n): New fun.
5388 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5389 (smerge-keep-current, smerge-ediff): Use it.
5390 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
5391 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
5392 (smerge-resolve): Resolve trivial 3-part conflicts.
5393
5394 2004-03-23 Juri Linkov <juri@jurta.org>
5395
5396 * man.el (Man-width): New var.
5397 (Man-getpage-in-background): Use it.
5398 (Man-support-local-filenames): New var and fun.
5399 (Man-build-man-command): Don't add a second %s.
5400 (Man-fontify-manpage): Clean up message.
5401 (Man-mode): Set outline-regexp, outline-level,
5402 imenu-generic-expression.
5403
5404 * woman.el (woman-fill-frame): Doc fix.
5405 (woman-decode-region): Use window-width instead of frame-width.
5406
5407 * abbrevlist.el (list-one-abbrev-table):
5408 * descr-text.el (describe-char):
5409 * international/mule-diag.el (describe-current-coding-system):
5410 * international/quail.el (quail-insert-decode-map):
5411 Use window-width instead of frame-width.
5412
5413 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
5414 (jka-compr-mode-alist-additions): Add tbz.
5415 (jka-compr-write-region, jka-compr-insert-file-contents):
5416 Add message for undefined compress-program.
5417 (jka-compr-write-region): Remove redundant var bindings.
5418
5419 * dired-x.el (dired-guess-shell-alist-default): Add choices for
5420 extracting files into subdirectory. Add tbz and dz. Fix regexps.
5421 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
5422 (dired-man): Use dired-guess-shell-command.
5423 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
5424 Change default nil to t.
5425
5426 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
5427 (dired-compare-directories): Add default value for empty input.
5428
5429 * help-at-pt.el: Move suggestions for key bindings to Commentary.
5430
5431 * time.el (display-time-string-forms): Fix help-echo date format.
5432
5433 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
5434
5435 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
5436 (buffer-stale-function): New variable.
5437 (auto-revert-list-diff, auto-revert-dired-file-list)
5438 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
5439 (auto-revert-handler): Take over some functionality of deleted
5440 functions.
5441 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
5442
5443 * dired.el (dired-directory-changed-p): New fun, extracted from
5444 dired-internal-noselect.
5445 (dired-buffer-stale-p): New fun.
5446 (dired-internal-noselect): Use dired-directory-changed-p.
5447 Eliminate revert messages.
5448 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
5449
5450 2004-03-23 Kenichi Handa <handa@m17n.org>
5451
5452 * international/characters.el: Setup syntaxes for more parentheses
5453 Unicode characters.
5454
5455 * international/mule-cmds.el (select-safe-coding-system):
5456 Merge coding-system and auto-cs before comparing them.
5457
5458 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
5461
5462 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5463 normal-auto-fill-function and comment-indent-function.
5464 The default values now work just as well.
5465 Don't set font-lock-beginning-of-syntax-function since we already set
5466 syntax-begin-function.
5467 (lisp-outline-level): Put ;;;###autoload at same level as (.
5468 (prin1-char): Quote special chars.
5469
5470 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
5471 than with-no-warnings.
5472
5473 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
5474 if the source location can't be found.
5475 (edebug-compute-previous-result): Use prin1-char.
5476
5477 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
5478 (debug-ignored-errors): Add an entry.
5479
5480 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
5481 (byte-compile-file): Output warning when deleting a file.
5482
5483 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
5484 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
5485
5486 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
5487 (byte-compile-inline-expand): Use backquote.
5488 (byte-optimize-pure-func): Rename from byte-optimize-concat.
5489 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
5490
5491 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
5492
5493 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
5494
5495 2004-03-22 Juri Linkov <juri@jurta.org>
5496
5497 * finder.el (finder-known-keywords): Fix data, tex, unix.
5498
5499 * play/landmark.el: Fix keywords.
5500
5501 * language/ethio-util.el (ethio-find-file): Doc fix.
5502
5503 * emacs-lisp/warnings.el: Doc fix.
5504
5505 * textmodes/ispell.el (ispell-help): Doc fix.
5506
5507 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
5508
5509 * format.el (format-insert-file): Always return a list of two
5510 elements, like insert-file-contents does.
5511
5512 2004-03-21 Andre Spiegel <spiegel@gnu.org>
5513
5514 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
5515 and vc-BACKEND-diff.
5516 (vc-print-log): If the print-log implementation supports it, use
5517 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
5518 (vc-version-diff, vc-diff-internal): Doc fixes.
5519
5520 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
5521 implementation supports it, let diff output go to *vc*,
5522 not *vc-diff*, since this is an internal call.
5523
5524 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
5525
5526 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
5527
5528 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
5529
5530 2004-03-21 Dave Love <fx@gnu.org>
5531
5532 * progmodes/cfengine.el (cfengine-mode):
5533 Set parse-sexp-ignore-comments.
5534
5535 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
5536
5537 2004-03-21 Juanma Barranquero <lektu@terra.es>
5538
5539 * allout.el (allout-mode): Fix docstring.
5540
5541 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
5542
5543 * files.el (insert-directory): Fix bug if SWITCHES is a list.
5544
5545 * autorevert.el (auto-revert-interval): Make new value take
5546 effect immediately when set through Custom.
5547 (auto-revert-set-timer): Add interactive declaration.
5548
5549 2004-03-19 David Ponce <david@dponce.com>
5550
5551 * ruler-mode.el (ruler-mode-header-line-format-old):
5552 Don't `make-variable-buffer-local'.
5553 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5554 (ruler-mode-header-line-format): Simply funcall the above.
5555 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5556 to save/restore a previous header line format.
5557 (ruler-mode-space): Don't depend on a numeric WIDTH value.
5558 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5559 fringes and margins width.
5560 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5561
5562 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * log-edit.el (log-edit-font-lock-keywords): Typo.
5565
5566 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5567 (tex-send-tex-command): Rather than here.
5568 (tex-compilation-parse-errors): Simplify.
5569
5570 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5571
5572 * time.el (display-time-string-forms): Add help-echo with date on time.
5573
5574 * composite.el (compose-region): Use restore-buffer-modified-p.
5575
5576 * disp-table.el (standard-display-8bit): Simplify.
5577
5578 * server.el (server-process-filter): Delete temp frame.
5579
5580 * add-log.el (add-change-log-entry): Simplify.
5581
5582 2004-03-19 Kim F. Storm <storm@cua.dk>
5583
5584 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5585 (hexl-follow-line): Don't require 'fringe.
5586
5587 * progmodes/compile.el (compilation-start): Always set
5588 compilation-last-buffer and return it.
5589
5590 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5591
5592 * simple.el (clone-buffer): Doc fix.
5593
5594 2004-03-18 Juanma Barranquero <lektu@terra.es>
5595
5596 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5597
5598 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * log-edit.el (log-edit-font-lock-keywords): New var.
5601 (log-edit-mode): Use it.
5602
5603 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5604
5605 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5606 properly for watching in speedbar.
5607
5608 2004-03-17 Masatake YAMATO <jet@gyve.org>
5609
5610 * smerge-mode.el (smerge-popup-context-menu):
5611 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5612
5613 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5616 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5617 Take sealed revisions into account.
5618 (vc-arch-checkin): Extract a summary line from the message.
5619
5620 2004-03-16 Masatake YAMATO <jet@gyve.org>
5621
5622 * register.el (register): Provide `register' feature.
5623
5624 2004-03-15 Masatake YAMATO <jet@gyve.org>
5625
5626 Added context menu support in smerge mode.
5627 Most of the part is written by Stefan Monnier.
5628
5629 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5630 New keymap and menu.
5631 (smerge-text-properties): New function.
5632 (smerge-remove-props): New function.
5633 (smerge-popup-context-menu): New function.
5634 (smerge-resolve): Call `smerge-remove-props'.
5635 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5636 (smerge-keep-current): Ditto.
5637 (smerge-kill-current): New function.
5638 (smerge-match-conflict): Put text properties.
5639 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5640
5641 2004-03-15 David Ponce <david@dponce.com>
5642
5643 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5644 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5645 (ruler-mode-right-scroll-bar-cols): Remove.
5646 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5647 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5648 Use fringe-columns and scroll-bar-columns.
5649
5650 2004-03-15 Masatake YAMATO <jet@gyve.org>
5651
5652 * hl-line.el (hl-line-range-function): New variable.
5653 (hl-line-move): New function.
5654 (global-hl-line-highlight): Use `hl-line-move'.
5655 (hl-line-highlight): Ditto.
5656
5657 * scroll-bar.el (scroll-bar-columns):
5658 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5659
5660 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5661 (ruler-mode-left-fringe-cols)
5662 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5663 (ruler-mode-right-scroll-bar-cols)
5664 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5665 (ruler-mode-ruler-function): New variable.
5666 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5667 if the value for `ruler-mode-ruler-function'is given.
5668
5669 * hexl.el (hexl-mode-hook): Make the hook customizable.
5670 (hexl-address-area, hexl-ascii-area): New customize variables.
5671 (hexlify-buffer): Put font-lock-faces on the address area and
5672 the ascii area.
5673 (hexl-activate-ruler): New function.
5674 (hexl-follow-line): New function.
5675 (hexl-highlight-line-range): New function.
5676 (hexl-mode-ruler): New function.
5677
5678 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5681 (vc-default-find-file-hook): New fun.
5682 (vc-find-file-hook): Call new find-file-hook operation.
5683
5684 * vc-arch.el: New file.
5685
5686 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5687
5688 * info-look.el (info-lookup): Reuse an existing Info window.
5689
5690 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5691
5692 * woman.el (woman-preserve-ascii): Default value changed to t and
5693 doc string revised.
5694
5695 2004-03-12 Richard M. Stallman <rms@gnu.org>
5696
5697 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5698 Fix minor bug.
5699
5700 * replace.el (occur-engine): Change message for count of matches.
5701
5702 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5703 For strings, do compare text properties.
5704
5705 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5706
5707 * progmodes/compile.el (compile-auto-highlight)
5708 (compilation-error-list, compilation-old-error-list)
5709 (compilation-parse-errors-function, compilation-parsing-end)
5710 (compilation-error-message, compilation-directory-stack)
5711 (compilation-enter-directory-regexp-alist)
5712 (compilation-leave-directory-regexp-alist)
5713 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5714 (compilation-current-file, compilation-regexps): Remove vars.
5715
5716 (compile-error-at-point, compilation-error-filedata)
5717 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5718 (compilation-next-error-locus, compilation-forget-errors)
5719 (count-regexp-groupings, compilation-parse-errors)
5720 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5721
5722 (compile-internal): Make obsolete.
5723
5724 (compilation-first-column, compilation-error)
5725 (compilation-directory-matcher, compilation-page-delimiter)
5726 (compilation-mode-font-lock-keywords, compilation-debug)
5727 (compilation-error-face, compilation-warning-face)
5728 (compilation-info-face, compilation-line-face)
5729 (compilation-column-face, compilation-enter-directory-face)
5730 (compilation-leave-directory-face, compilation-skip-threshold)
5731 (compilation-skip-visited, compilation-context-lines): New vars.
5732
5733 (compilation-warning-face, compilation-info-face)
5734 (compilation-message-face): New faces.
5735
5736 (compilation-error-regexp-alist-alist): New constant.
5737
5738 (compilation-face, compilation-directory-properties)
5739 (compilation-assq, compilation-error-properties, compilation-start)
5740 (define-compilation-mode, compilation-loop)
5741 (compilation-set-window): New functions.
5742
5743 (compile): Additional argument for interactive compiles like TeX.
5744
5745 * progmodes/grep.el (kill-grep): Move here from compile.el
5746 (grep-error, grep-hit-face, grep-error-face)
5747 (grep-mode-font-lock-keywords): New variables.
5748 (grep-regexp-alist): Simplify regexp and add `binary' case.
5749 (grep-mode): New mode.
5750 (grep-process-setup): Simplify.
5751
5752 2004-03-11 Jason Rumney <jasonr@gnu.org>
5753
5754 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5755 letters on DOS/Windows.
5756
5757 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5758
5759 * server.el (server-name): New var.
5760 (server-socket-dir): New var to replace server-socket-name.
5761 (server-start): Use them.
5762
5763 2004-03-11 Simon Josefsson <jas@extundo.com>
5764
5765 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5766 died to avoid infloop. Reported by Jonathan Glauner
5767 <jglauner@sbum.org>.
5768
5769 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5772 (smerge-mode-menu): Use it to deactivate menu entries.
5773 (smerge-keep-current): New fun.
5774 (smerge-keep-current): Use it.
5775
5776 2004-03-10 John Paul Wallington <jpw@gnu.org>
5777
5778 * foldout.el (foldout-fold-list, foldout-modeline-string):
5779 Declare them as variables, not constants.
5780
5781 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5782
5783 * ps-print.el: Modification to print *Messages* buffer.
5784 (ps-print-version): New version 6.6.4.
5785 (ps-message-log-max): New fun.
5786 (ps-spool-without-faces, ps-spool-with-faces)
5787 (ps-count-lines-preprint): Code fix.
5788
5789 * printing.el: New tips in Tips section.
5790
5791 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5792
5793 * delim-col.el: Doc fix.
5794
5795 * printing.el: Doc fix. New doc section (Tips).
5796
5797 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * type-break.el (type-break-emacs-variant): Remove.
5800 (type-break-run-at-time, type-break-cancel-function-timers):
5801 Use fboundp rather than version name and number.
5802
5803 2004-03-09 Masatake YAMATO <jet@gyve.org>
5804
5805 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5806 `make-variable-buffer-local'.
5807
5808 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5809
5810 * find-dired.el (find-dired): Call `shell-command' instead of
5811 `start-process-shell-command'. By this, Tramp takes over
5812 handling of remote directories.
5813
5814 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5815
5816 * newcomment.el (comment-use-global-state): New var.
5817 (comment-search-forward): Use it.
5818
5819 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5820
5821 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5822
5823 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5824 (enable-kinsoku): Make it a defcustom.
5825 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5826 paragraph to same-comment-start-marker.
5827
5828 2004-03-07 Dave Love <fx@gnu.org>
5829
5830 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5831 (browse-url-mail): Use it.
5832
5833 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5834 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5835
5836 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5837
5838 * woman.el (woman-man.conf-path): Doc fix.
5839 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5840
5841 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5842
5843 * sort.el (sort-columns): Remove ms-dos from the list of systems
5844 where the external `sort' command is not used.
5845
5846 2004-03-07 Kim F. Storm <storm@cua.dk>
5847
5848 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5849 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5850 from overlay-arrow-variable-list.
5851 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5852
5853 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5854
5855 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5856 overlay arrow string properly for the assembler buffer.
5857
5858 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * mail/sendmail.el (mail-mode): Fix last change.
5861
5862 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5863
5864 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5865 for the assembler buffer.
5866 (gdb-assembler-custom): Position the overlay arrow.
5867 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5868
5869 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5872
5873 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5874 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5875
5876 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5877
5878 * newcomment.el (uncomment-region): Allow non-terminated comment.
5879 (comment-normalize-vars): Check the user-specified comstart marker.
5880
5881 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5882
5883 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5884 Otherwise, do use it if the region only contains font-lock text
5885 properties.
5886
5887 2004-03-04 Masatake YAMATO <jet@gyve.org>
5888
5889 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5890 as the callback function for eldoc.
5891 (hexl-print-current-point-info): New function.
5892 (hexl-current-address): Print the address in both decimal
5893 and hexadecimal format.
5894
5895 2004-03-04 Richard M. Stallman <rms@gnu.org>
5896
5897 * mail/rmail.el (rmail-convert-to-babyl-format):
5898 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5899
5900 * mail/mail-utils.el (mail-unquote-printable-region):
5901 New arg UNIBYTE.
5902
5903 * startup.el (command-switch-alist): Doc fix.
5904
5905 * simple.el (undo): Temporarily set this-command to `undo-start',
5906 then set it to `undo' once undo-start returns without error.
5907
5908 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5909
5910 * simple.el (kill-line): Don't disregard trailing whitespace
5911 in eol condition, if show-trailing-whitespace is set.
5912
5913 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5914 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5915 When disabling, restore old values only if mouse-sel-has-been-enabled.
5916
5917 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5918 (isearch-{-char): New function.
5919 (isearch-mode-map): Bind { to isearch-{-char.
5920
5921 * font-lock.el (lisp-font-lock-keywords-2):
5922 Turn off the CL with-... and do-... general patterns.
5923 Instead, recognize several specific with... and do... constructs.
5924
5925 * files.el (switch-to-buffer-other-window):
5926 Bind same-window-buffer-names and same-window-regexps to nil.
5927 (switch-to-buffer-other-frame): Likewise.
5928
5929 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5932 recognizing leading comment on code line.
5933
5934 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5937 hidden files/directories.
5938
5939 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5940
5941 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5942 only comment-start (in case the mode hasn't set it).
5943
5944 * Makefile.in (AUTOGENEL): New var.
5945 (bootstrap-prepare): Rename from bootstrap-clean.
5946 Don't remove elc files.
5947 (maintainer-clean): New target.
5948
5949 * xml.el (xml-get-attribute-or-nil): Simplify.
5950
5951 2004-03-02 Juri Linkov <juri@jurta.org>
5952
5953 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5954 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5955 URL to prevent their substitution with the environment variable
5956 values by browsers.
5957
5958 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5959
5960 * ps-print.el: Doc fix.
5961 (ps-print-version): New version number (6.6.3).
5962 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5963 Docstring fix.
5964 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5965 before printing.
5966 (ps-time-stamp-yyyy-mm-dd): New fun.
5967 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5968
5969 2004-03-02 Kim F. Storm <storm@cua.dk>
5970
5971 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5972
5973 2004-03-01 Juanma Barranquero <lektu@terra.es>
5974
5975 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5976
5977 * desktop.el (desktop-file-version)
5978 (desktop-after-read-hook): Fix typos.
5979 (desktop-clear-preserve-buffers): Remove redundant info in
5980 docstring already shown by the obsolescence message.
5981 (desktop-truncate, desktop-internal-v2s)
5982 (desktop-value-to-string): Change argument name to match docstring.
5983
5984 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5985
5986 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5987 docstring.
5988
5989 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5990
5991 * printing.el: Replace "As Is..." in PostScript file print/preview by
5992 "No Preprocessing...". Suggested by Colin Marquardt
5993 <_marquardt_@zmd.de>.
5994 (pr-insert-section-4): Adjust buffer interface.
5995
5996 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5997
5998 Version 2.0.39 of Tramp released.
5999
6000 * net/tramp.el (tramp-handle-file-local-copy)
6001 (tramp-handle-write-region, tramp-open-connection-rsh):
6002 Variable name typo. Small change. From Patrick Tullmann
6003 <tullmann@flux.utah.edu>.
6004 (tramp-process-connection-type): New variable.
6005 (tramp-maybe-open-connection): Use it.
6006 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
6007 (tramp-touch): Set last-modified time of a remote file.
6008 (tramp-handle-write-region): Say which function is used when encoding.
6009
6010 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
6011
6012 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
6013 case of non-existing filename, too. Reported by Christoph Bauer
6014 <c_bauer@informatik.uni-kl.de>.
6015 (tramp-smb-get-file-entries): The directory in question should
6016 have permissions "drwxrwxrwx". Just virtual, because we don't
6017 know the real permissions. Don't we know?
6018 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
6019 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
6020 (tramp-smb-wait-for-output): Optimize algorithm getting pending
6021 output. If it was received chunkwise, there have been problems.
6022 Remove the "prompt not found" error message; it is obvious.
6023 Simplify algorithm.
6024 (tramp-smb-process-running): Remove. Since we acknowledge the
6025 virtual prompt for shares, there's no need for distinction of
6026 reading shares (process ends afterwards) and interactive mode of
6027 smblient.
6028 (tramp-smb-open-connection): Setting process sentinel removed.
6029 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
6030 "NT_STATUS_NETWORK_ACCESS_DENIED".
6031 (tramp-smb-maybe-open-connection): Set `process-connection-type'
6032 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
6033 (top-level): Setting default value in `tramp-default-method-alist'
6034 corrected. Order of USER and HOST have been wrong.
6035 Nobody complained for months ...
6036 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
6037 (tramp-smb-open-connection): Clear password cache if login has failed.
6038
6039 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
6040 `tramp-unified-filenames'.
6041 (tramp-completion-mode): Make test for XEmacs explicitely.
6042 `event-to-character' can exists in Emacs packages too.
6043 Reported by Matt Swift <swift@alum.mit.edu>.
6044 (tramp-buffer-name): Buffer name must contain the user if exists.
6045 Reported by Adrian Phillips <a.phillips@met.no>.
6046 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
6047 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
6048 (tramp-do-copy-or-rename-file-out-of-band): Rename from
6049 `tramp-do-copy-or-rename-file-one-local', because it handles also
6050 the case both files use the same out-of-band method.
6051 Implementation added.
6052 (tramp-handle-file-local-copy, tramp-handle-write-region):
6053 Out-of-band handling removed. `copy-file' called instead, which
6054 calls `tramp-do-copy-or-rename-file-out-of-band'.
6055 (tramp-action-password): Check for out-of-band method removed.
6056 This function is used for 'login-program.
6057 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
6058 appropriate.
6059 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
6060 and `tramp-parse-sknownhosts'.
6061 (tramp-completion-function-alist): It's a defvar now, because we
6062 want to apply the optimized `tramp-set-completion-function'
6063 instead of a static list.
6064 (tramp-set-completion-function): Implementation tuned.
6065 Avoid double entries, and entries where the function or the
6066 file/directory doesn't exist.
6067 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
6068 for SSH2.
6069 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
6070 (tramp-handle-dired-compress-file): New function.
6071 (tramp-async-proc): New variable.
6072 (tramp-handle-shell-command): Adding asynchronous processes.
6073 They are far from being perfect, but it works at least for
6074 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
6075 (top-level): Require password.el if visible. Should be mandatory
6076 once No Gnus has found its way into (X)Emacs.
6077 (tramp-read-passwd): Invoke `password-read' if available,
6078 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
6079 fallback any longer.
6080 (tramp-clear-passwd): New function.
6081 (tramp-process-actions, tramp-process-multi-actions):
6082 Clear password cache if login has failed.
6083
6084 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
6085 its own module.
6086 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
6087 `ange-ftp-ftp-name-res'. There could be incorrect values from
6088 previous calls in case the "ftp" method is used in the Tramp file
6089 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6090
6091 2004-02-28 Richard M. Stallman <rms@gnu.org>
6092
6093 * term.el (term-mouse-paste): Call mouse-set-point.
6094
6095 * thumbs.el: New file.
6096
6097 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6098
6099 * progmodes/ebnf-abn.el: Doc fix.
6100
6101 * progmodes/ebnf-bnf.el: Doc fix.
6102 (ebnf-repeat): Code fix.
6103
6104 * progmodes/ebnf2ps.el: Doc fix.
6105 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
6106
6107 2004-02-28 Juri Linkov <juri@jurta.org>
6108
6109 * ffap.el (dired-at-point): Additional writability test for
6110 relative directory names.
6111 (dired-at-point-prompter): Treat directories as a directory, get
6112 the directory component from files.
6113 (ffap-string-at-point): Return string from region if region is active.
6114 (ffap-file-at-point): Remove redundant code.
6115
6116 2004-02-28 Kim F. Storm <storm@cua.dk>
6117
6118 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
6119 Initialize margin area images to nil.
6120 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6121 (breakpoint-enabled-bitmap-face)
6122 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
6123 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
6124 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
6125 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
6126 (gdb-reset): Use gdb-remove-breakpoint-icons.
6127 (gdb-put-string): Add dprop arg to specify alternative display
6128 property (for setting fringe bitmap).
6129 (gdb-remove-strings): Doc fix.
6130 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
6131 icon in fringe (if available), or else as icon or text in display
6132 margin. Creates necessary icons in breakpoint-bitmap,
6133 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
6134 Also make left window margin if required.
6135 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
6136 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
6137 no longer needed.
6138 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
6139 gdb-put-breakpoint-icon.
6140 (gdb-assembler-mode): Don't set left-margin-width here.
6141
6142 2004-02-27 Kevin Ryde <user42@zip.com.au>
6143
6144 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
6145 comma, so that it DTRT in macros.
6146
6147 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
6148
6149 * progmodes/sh-script.el (sh-shell-arg)
6150 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
6151 (sh-leading-keywords, sh-other-keywords): Fix custom type.
6152
6153 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6154
6155 * faces.el (face-spec-set-match-display): Add a new attribute,
6156 `min-colors'.
6157 (region, highlight, secondary-selection): Use `min-colors'.
6158
6159 * custom.el (defface): Add documentation for `min-colors'.
6160
6161 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6162 (font-lock-keyword-face, font-lock-function-name-face)
6163 (font-lock-variable-name-face, font-lock-constant-face):
6164 Use `min-colors'.
6165
6166 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
6167
6168 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6169
6170 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
6171 define assq-delete-all if it's not defined.
6172 (ebnf-generate-region): Code fix.
6173
6174 * printing.el: Doc fix.
6175 (pr-version): New version number (6.7.2).
6176 (pr-command): Return empty string if command is an empty string.
6177
6178 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6179
6180 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
6181
6182 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
6183 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
6184 semi-down-full. Fix a bug on productions like test = {"test"}* | (
6185 "tt" ["test"] ). Reported by Markus Dreyer
6186 <mdreyer@ix.urz.uni-heidelberg.de>.
6187 (ebnf-version): New version number (4.0).
6188 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
6189 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
6190 (ebnf-delete-style): New commands.
6191 (ebnf-directory, ebnf-file): New funs.
6192 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
6193 (ebnf-production-name-p, ebnf-stop-on-error): New options.
6194 (ebnf-syntax-alist): New var.
6195 (ebnf-element-width): New fun replacing ebnf-list-width.
6196 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
6197 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
6198 (ebnf-prologue): Adjust vars.
6199 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
6200 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
6201 (ebnf-check-style-values, ebnf-generate-production)
6202 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
6203 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
6204 (ebnf-token-repeat): Code fix.
6205
6206 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
6207 %right, %left and %prec. Suggested by Matthew K. Junker
6208 <junker@alum.mit.edu>.
6209 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
6210
6211 * progmodes/ebnf-iso.el: Doc fix.
6212 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
6213 (ebnf-iso-lex): Code fix.
6214
6215 * progmodes/ebnf-bnf.el: Doc fix.
6216 (ebnf-bnf-lex): Code fix.
6217
6218 * progmodes/ebnf-otz.el: Doc fix.
6219
6220 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6221
6222 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
6223 (abbrev-prefix-mark): Doc fix.
6224
6225 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
6226
6227 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
6228 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
6229 (gdb-var-delete): Make interactive (really).
6230 (gdb-edit-value): Make non-interactive.
6231
6232 * progmodes/gud.el (gud-speedbar-menu-items):
6233 Add gdb-var-delete and, indirectly, gdb-edit-value.
6234 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
6235 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
6236 (gud-gdb-marker-filter): Add comment for annotations.
6237
6238 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6239
6240 * calendar/calendar.el (generate-calendar)
6241 (calendar-read-date): Prevent display of BC calendars once more -
6242 reverts 2003-10-01 change.
6243 (generate-calendar-month): Doc fix.
6244
6245 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6246
6247 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
6248 return value of increment-calendar-month.
6249
6250 2004-02-21 Stephen Compall <s11@member.fsf.org>
6251
6252 * saveplace.el (save-place-forget-unreadable-files)
6253 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
6254 (save-place-forget-unreadable-files): New function.
6255 (save-place-alist-to-file): Use it to filter out files that are
6256 no longer readable.
6257
6258 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
6259 current Texinfo environment, using the same method as in
6260 `texinfo-insert-@end', and insert a space rather than a newline if
6261 point in a @table environment.
6262
6263 2004-02-21 Juri Linkov <juri@jurta.org>
6264
6265 * ffap.el (ffap-file-at-point): Try parent directories.
6266
6267 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
6268
6269 * vcursor.el (vcursor-modifiers): New defcustom.
6270 (vcursor-cs-binding): Use vcursor-modifiers instead of a
6271 hard-coded list.
6272
6273 2004-02-21 Masatake YAMATO <jet@gyve.org>
6274
6275 * play/animate.el (animate-birthday-present): Accept names other
6276 than `Sarah', too.
6277
6278 2004-02-21 Juri Linkov <juri@jurta.org>
6279
6280 * startup.el: Remove table of command line arguments from the
6281 Commentary section.
6282
6283 2004-02-20 John Wiegley <johnw@newartisans.com>
6284
6285 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
6286 again" modifier from 'e' to 'E', since 'e' is also used by the
6287 "file extension" modifier.
6288
6289 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * help-fns.el (describe-categories): Doc fix.
6292
6293 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6294
6295 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
6296 temporary file for buffer already visiting one. This change makes
6297 output likely to be directly usable by patch program.
6298 Suggested by Adrian Aichner <adrian@xemacs.org>
6299
6300 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
6301
6302 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
6303 case of variables defined in compound statements.
6304 (gdb-setup-windows, gdb-source-info, gdb-source-info):
6305 Simplify constructions using switch-to-buffer.
6306
6307 2004-02-19 Simon Josefsson <jas@extundo.com>
6308
6309 * play/morse.el: Fix typo.
6310 (morse-code): Add @.
6311
6312 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6313
6314 * calendar/appt.el (appt-display-format): Change default to
6315 'ignore, for backwards compatibility.
6316 (appt-display-message): If appt-display-format is 'ignore,
6317 respect old vars appt-msg-window and appt-visible.
6318 (appt-activate): Don't depend on return value of cancel-timer.
6319
6320 * calendar/calendar.el (calendar-holidays): Doc fix.
6321
6322 * calendar/cal-coptic.el (coptic-prompt-for-date):
6323 Use assoc-string instead of assoc-ignore-case.
6324 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6325 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6326 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6327 * calendar/cal-islam.el (calendar-goto-islamic-date)
6328 (mark-islamic-diary-entries): Ditto.
6329 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6330 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6331 (calendar-read-mayan-tzolkin-date): Ditto.
6332 * calendar/calendar.el (calendar-read-date): Ditto.
6333 * calendar/diary-lib.el (mark-diary-entries): Ditto.
6334
6335 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
6336
6337 * progmodes/executable.el (executable-command-find-posix-p):
6338 Fix choice of the directory.
6339
6340 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6341
6342 * simple.el (interprogram-cut-function)
6343 (interprogram-paste-function, kill-new, kill-append):
6344 Doc fixes.
6345 (kill-region): Make it return nil. Doc fix.
6346 (yank-pop): Make its argument optional.
6347 (yank): Make ARG `-' equivalent to `-1'.
6348
6349 2004-02-17 Eli Zaretskii <eliz@gnu.org>
6350
6351 * mail/rmail.el (rmail-get-new-mail): Don't reference
6352 rmail-use-spam-filter if rmail-spam-filter is not loaded.
6353
6354 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6355
6356 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
6357 if one of global-auto-revert-non-file-buffers or autorevert-mode
6358 is non-nil.
6359
6360 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6361
6362 * subr.el (delete-dups): A better implementation from Karl Heuer
6363 <kwzh@gnu.org>.
6364
6365 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6366
6367 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
6368 correct place.
6369 * progmodes/icon.el (icon-indent-command): Ditto.
6370 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
6371
6372 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6373
6374 * progmodes/grep.el (grep-compute-defaults): Undo change from
6375 2004-01-29: don't use executable-command-find-posix-p.
6376
6377 2004-02-16 Richard Sharman <rsharman@pobox.com>
6378
6379 * hilit-chg.el: Use require instead of eval-and-compile.
6380 (highlight-compare-buffers): New function.
6381
6382 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
6383
6384 * man.el (Man-fontify-manpage): Render section headings in
6385 `Man-overstrike-face' even when overstrike was not used by man
6386 formatter for section headings.
6387
6388 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
6389
6390 * rmail-spam-filter.el: (vm-use-spam-filter)
6391 (rsf-min-region-length-added-to-spam-list): New variables.
6392 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
6393 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
6394 spam testing. Don't delete spam message if automatic deletion
6395 after output via variable rmail-delete-after-output is turned on.
6396 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
6397 rsf-bbdb-dont-create-entries-for-spam.
6398 (check-field): New function, extracted from code in
6399 rmail-spam-filter to ease addition of header fields like content-type.
6400 (message-content-type): New variable to check the content-type:
6401 field added, also in defcustom of rsf-definitions-alist.
6402 (rmail-spam-filter): Replace repeated test code for header fields
6403 by calls to check-field; change the call to
6404 rmail-output-to-rmail-file such that rmail-current-message stays
6405 the same to avoid wrong deletion of unseen flags.
6406 (rsf-add-contents-type): New function to convert old format
6407 of rmail-spam-definitions-alist into new one.
6408 Change prefixes of all variables and functions from
6409 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
6410
6411 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6412
6413 * loadhist.el (unload-hook-features-list): New defvar.
6414
6415 2004-02-16 Dave Love <fx@gnu.org>
6416
6417 * loadhist.el (unload-feature): Doc fix. Rename flist to
6418 unload-hook-features-list.
6419
6420 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
6421
6422 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
6423 cookie. Don't check if we are looking-at open-formula.
6424
6425 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6426
6427 * subr.el (match-string-no-properties): Use substring-no-properties.
6428
6429 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6430
6431 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
6432 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
6433 Use lower-case "rx" in all error message.
6434
6435 2004-02-16 Dave Love <fx@gnu.org>
6436
6437 * emacs-lisp/rx.el (rx-or): Put group around result.
6438 (rx-constituents): Add backref.
6439 (rx-syntax): Add string-delimiter, comment-delimiter.
6440 (rx-categories): Add combining-diacritic.
6441 (rx-check-not, rx-greedy, rx): Doc fix.
6442 (rx-backref, rx-check-backref): New.
6443
6444 2004-02-16 Jesper Harder <harder@ifa.au.dk>
6445
6446 * newcomment.el (uncomment-region): Allow eob as comment end.
6447
6448 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6449
6450 * filecache.el: All message and error commands now use prefix
6451 "Filecache:" to make it easy to read *Messages* buffer.
6452
6453 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6454
6455 * autorevert.el: Add support to detect changed dired and VC buffers.
6456 (auto-revert-active-p, auto-revert-list-diff)
6457 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
6458 (auto-revert-handler, auto-revert-active-p): New functions.
6459 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
6460 and `auto-revert-active-p'.
6461 (eval-when-compile): Defvar dired-directory and vc-mode.
6462 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6463 (auto-revert-handler-vc): New functions.
6464
6465 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
6466
6467 * progmodes/compile.el (compilation-directory): New defvar.
6468 (compile): Save current directory in compilation-directory.
6469 (recompile): Bind default-directory to compilation-directory if
6470 that is non-nil.
6471
6472 2004-02-16 Dave Love <fx@gnu.org>
6473
6474 * newcomment.el (comment-insert-comment-function)
6475 (comment-region-function, uncomment-region-function): New.
6476 (comment-indent): Use comment-insert-comment-function.
6477 (uncomment-region): Use uncomment-region-function.
6478 (comment-region): Use comment-region-function.
6479
6480 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
6481
6482 2004-02-16 Richard Stallman <rms@gnu.org>
6483
6484 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
6485 loaddefs* and ldefs-boot*.
6486
6487 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6488
6489 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
6490 and email address at the beginning and end of the address.
6491
6492 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
6493 anchored at the beginning of the email address.
6494
6495 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
6496
6497 * international/ccl.el (ccl-compile-write): Pass `left' to
6498 ccl-embed-code to generate correct code of write-expr-register.
6499
6500 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
6501
6502 * progmodes/grep.el (grep-compute-defaults): Fix typos.
6503
6504 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6505
6506 * x-dnd.el: Mention support for Motif in commentary.
6507 (x-dnd-handle-drag-n-drop-event): Ditto.
6508
6509 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6510
6511 * ses.el: Use "ses--" prefixes for buffer-local variables.
6512 Use (point-min) instead of 1, even when we know the buffer
6513 is unnarrowed.
6514 (ses-build-load-map): Delete. Distribute its content to defconst's for
6515 the three maps.
6516 (ses-menu, ses-header-line-menu): New menus.
6517 (ses-mode-map): Use them.
6518 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
6519
6520 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
6521
6522 * Makefile.in: Fix the CC Mode recompile kludge so it works
6523 when building in a different directory.
6524
6525 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
6526
6527 * simple.el (kill-new): Put yank-handler property on the entire string.
6528
6529 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * diff.el: Don't use compile any more, use diff-mode instead.
6532 (diff-regexp-alist, diff-old-file, diff-new-file)
6533 (diff-parse-differences, diff-process-setup): Remove.
6534 (diff-sentinel): New fun.
6535 (diff): Use it. Run the process ourselves.
6536 Use diff-mode for the rest of the processing.
6537
6538 * diff.el (diff): Simplify code handling `switch'.
6539
6540 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6541
6542 * pcvs-defs.el (cvs-menu): Add `tag'.
6543
6544 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6545
6546 * simple.el (kill-append): Doc fix.
6547
6548 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6549 Adapt outline-regexp to the new conventions for commenting out code.
6550
6551 2004-02-11 John Paul Wallington <jpw@gnu.org>
6552
6553 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6554
6555 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * diff.el (diff-switches): New fun.
6558 (diff, diff-backup): Use it.
6559 (diff): Clean up the args construction. Use backquote.
6560 Use listp instead of consp to avoid putting a nil arg.
6561 (diff): Add a revert-buffer function.
6562
6563 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6564
6565 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
6566 handled by x-dnd-handle-file-name.
6567 (x-dnd-known-types): Add COMPOUND_TEXT.
6568 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6569 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6570 x-dnd-empty-state.
6571 (x-dnd-forget-drop): Ditto.
6572 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6573 (x-dnd-handle-one-url): Return private when inserting text.
6574 (x-dnd-insert-ctext): New function.
6575 (x-dnd-handle-file-name): New function for FILE_NAME.
6576 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6577 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6578 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6579
6580 2004-02-10 Kenichi Handa <handa@m17n.org>
6581
6582 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6583 instead of while loop.
6584
6585 2004-02-10 Miles Bader <miles@gnu.org>
6586
6587 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6588
6589 2004-02-09 Kenichi Handa <handa@m17n.org>
6590
6591 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6592 have end-of-line.
6593
6594 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6595
6596 * Makefile.in: Added extra dependencies in the recompile target
6597 needed to cope with the compile time macro expansions in CC Mode.
6598
6599 2004-02-09 Kim F. Storm <storm@cua.dk>
6600
6601 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6602 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6603 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6604 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6605 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6606 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6607 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6608 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6609 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6610 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6611 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6612
6613 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6616 Don't allow shrink if there's a window on our right.
6617
6618 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6619 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6620 Bring together declaration and initialization.
6621 (prolog-mode-variables): Don't set the syntax table.
6622 Don't set paragraph-start and comment-indent-function.
6623 Add /*..*/ to the comment regexps.
6624 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6625 (prolog-mode-map): Don't bind TAB.
6626 (prolog-mode): Set the syntax table.
6627 (prolog-comment-indent): Remove.
6628 (inferior-prolog-mode-map): Initialize in the declaration.
6629 (inferior-prolog-mode-syntax-table)
6630 (inferior-prolog-mode-abbrev-table): New vars.
6631 (inferior-prolog-mode): Derive from comint-mode.
6632 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6633 minibuffer windows.
6634
6635 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6636 in file names, as long as it is unabmiguous.
6637
6638 2004-02-08 Andreas Schwab <schwab@suse.de>
6639
6640 * textmodes/reftex-toc.el
6641 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6642 format. Doc fix.
6643
6644 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6645 format string arguments.
6646
6647 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6648 string argument.
6649
6650 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6651
6652 * play/zone.el (zone-call): Fix format string.
6653
6654 * net/webjump.el (webjump-builtin): Add missing format string argument.
6655
6656 * midnight.el (midnight-delay-set): Remove extra format string argument.
6657
6658 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6659
6660 * hexl.el (hexl-insert-char): Add missing format string argument.
6661
6662 * format.el (format-decode): Fix format string.
6663
6664 * emulation/vi.el (vi-mode): Remove extra format string argument.
6665 (vi-repeat-last-search): Likewise.
6666 (vi-reverse-last-search): Likewise.
6667 (vi-goto-mark): Likewise.
6668 (vi-reverse-last-find-char): Likewise.
6669 (vi-repeat-last-find-char): Likewise.
6670 (vi-locate-def): Likewise.
6671
6672 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6673
6674 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6675 string argument.
6676 (ediff-toggle-regexp-match): Likewise.
6677
6678 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6679 format string argument.
6680
6681 * calc/calc-map.el (calc-get-operator): Remove extra format
6682 string argument.
6683
6684 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6685
6686 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6687 string argument.
6688
6689 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6690
6691 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6692
6693 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6694
6695 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6696 (cl-struct-setf-expander): Likewise.
6697
6698 * vc.el (with-vc-file): Fix unsafe uses of error.
6699 (vc-cancel-version): Likewise.
6700
6701 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6702
6703 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6704 thousands separator; fixes <class>:<line-number> regexp for
6705 non-english locales.
6706
6707 2004-02-08 Andreas Schwab <schwab@suse.de>
6708
6709 * view.el (view-mode-enable): Revert previous change.
6710
6711 2004-02-07 Kim F. Storm <storm@cua.dk>
6712
6713 * simple.el (line-number-at-pos): Rename from line-at-pos.
6714 Uses changed (what-line and vc-annotate-warp-version).
6715
6716 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6719 (diff-mode): Remove aborted attempt at support for compile.el.
6720 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6721
6722 2004-02-06 Andreas Schwab <schwab@suse.de>
6723
6724 * view.el (view-mode-enable): Add view-mode-map to
6725 minor-mode-overriding-map-alist.
6726
6727 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6728
6729 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6730
6731 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6734 with point inside rather than after the paragraph.
6735
6736 2004-02-04 Sam Steingold <sds@gnu.org>
6737
6738 * mail/smtpmail.el (smtpmail-try-auth-methods):
6739 Do not try authentication when no mechanism is available.
6740 Pass port-name as defaultport to `netrc-machine'.
6741
6742 2004-02-04 Stephen Eglen <stephen@gnu.org>
6743
6744 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6745 to show how minibuffer height can be constrained.
6746
6747 2004-02-04 John Paul Wallington <jpw@gnu.org>
6748
6749 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6750
6751 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6752
6753 * x-dnd.el: New file for drag and drop.
6754
6755 * term/x-win.el: require x-dnd, set after-make-frame-functions
6756 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6757 drag-n-drop event.
6758
6759 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6760 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6761 (dired-dnd-handle-file): New functions for drag and drop support.
6762 (dired-mode): Initialize drag and drop if x-dnd present.
6763
6764 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6767 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6768 (cperl-mode): Set fill-paragraph-function.
6769 (cperl-fill-paragraph): Make it non-interactive.
6770
6771 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6772
6773 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6774
6775 2004-02-02 David Kastrup <dak@gnu.org>
6776
6777 * replace.el (perform-replace): Allow 'literal argument in
6778 regexp-flag to indicate literal replacement.
6779 (query-replace-regexp-eval): Use it.
6780
6781 2004-02-01 Andreas Schwab <schwab@suse.de>
6782
6783 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6784
6785 2004-02-01 Stephen Eglen <stephen@gnu.org>
6786
6787 * info-look.el: Add support for maxima-mode. Update commentary
6788 because info-lookup-symbol is now bound to C-h S.
6789
6790 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6791
6792 * simple.el (edit-and-eval-command): Bind print-level and
6793 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6794 Correct initial position in command-history.
6795
6796 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6797
6798 * files.el (read-directory-name): Adapt the docstring to recent
6799 change in Fread_file_name.
6800
6801 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6802
6803 * ses.el (ses-print-cell): If print format too wide for column
6804 width, truncate decimal places if that helps to avoid "#####" fill.
6805 * ses.el (ses-initial-column-width): Revert previous change.
6806
6807 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6810 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6811 Add edebug info.
6812 (jit-lock-mode): Setup/cancel the new timer.
6813 (jit-lock-context-fontify): New fun. Extracted from
6814 context fontification code of jit-lock-stealth-fontify.
6815 (jit-lock-stealth-fontify): Don't do context fontification any more.
6816
6817 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6818 (jit-lock-fontify-now): Handle the `quit' case.
6819 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6820
6821 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6822
6823 * progmodes/executable.el (executable-command-find-posix-p):
6824 New. Check if find handles arguments Posix-style.
6825
6826 * progmodes/grep.el (grep-compute-defaults):
6827 Use executable-command-find-posix-p.
6828 (grep-find): Check `grep-find-command'.
6829
6830 * filecache.el (file-cache-find-posix-p): Delete.
6831 (file-cache-add-directory-using-find):
6832 Use `executable-command-find-posix-p'.
6833
6834 2004-01-29 Dave Love <fx@gnu.org>
6835
6836 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6837 Iterate the hook function if arg is given.
6838 (mark-defun, narrow-to-defun): Change order of finding the limits.
6839
6840 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6841 (byte-compile-format-warn): New.
6842 (byte-compile-callargs-warn): Use it.
6843 (Format, message, error): Add byte-compile-format-like property.
6844 (byte-compile-maybe-guarded): New.
6845 (byte-compile-if, byte-compile-cond): Use it.
6846 (byte-compile-lambda): Compile interactive forms,
6847 just to make warnings about them.
6848
6849 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6850
6851 * ses.el (ses-initial-column-width): Increase to 14, so it will
6852 work well with the default printer of "%.7g" for extreme values
6853 like "-1.234567e+07".
6854
6855 2004-01-29 Kenichi Handa <handa@m17n.org>
6856
6857 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6858
6859 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6860
6861 * dos-w32.el: Added support for the `default-printer-name' function.
6862
6863 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * server.el (server-socket-name): Don't use the hostname in the
6866 socket name since /tmp is local to the host anyway.
6867
6868 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6869 robust check of widening and fix var-naming.
6870
6871 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6872
6873 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6874 or rmail-spam- to rsf- in all function and variable names.
6875 (rsf-min-region-to-spam-list): New variable.
6876 (rsf-bbdb-auto-delete-spam-entries): Rename from
6877 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6878 scanned together with the recipients field for spam testing; Don't
6879 delete spam message if rmail-delete-after-output is non-nil;
6880 (rsf-check-field): New function, extracted from code in
6881 rmail-spam-filter to ease addition of header fields like
6882 content-type:;
6883 (message-content-type): New variable. The content-type: field was
6884 added also in defcustom of rsf-definitions-alist;
6885 (rmail-spam-filter): Replace repeated test code for header fields
6886 by calls to check-field; change the call to
6887 rmail-output-to-rmail-file such that rmail-current-message stays
6888 the same to avoid wrong deletion of unseen flags.
6889 (rmail-use-spam-filter): Add autoload cookie.
6890
6891 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6892
6893 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6894 (file-cache-add-directory-using-find): Add Cygwin support.
6895 (file-cache-find-command-posix-flag): New user variable.
6896
6897 * filecache.el (file-cache-add-directory): Check for
6898 directories an remove them from dir-files.
6899
6900 2004-01-27 Richard M. Stallman <rms@gnu.org>
6901
6902 * man.el (Man-fontify-manpage): Clean up message.
6903
6904 2004-01-27 Kenichi Handa <handa@m17n.org>
6905
6906 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6907 (sentence-end): Define using sentence-end-without-space.
6908
6909 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6910 a sentence ends with one of a character in sentence-end-without-space.
6911
6912 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6915 (jit-lock): Group declaration moved to jit-lock.el.
6916 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6917 when necessary.
6918
6919 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6920 (jit-lock-context-unfontify-pos): Rename from
6921 jit-lock-first-unfontify-pos.
6922 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6923
6924 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6925
6926 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6927 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6928 (fortran-fill): When filling a string, adjust re-search-backward
6929 argument for special case of string just on fill-column.
6930 When filling non-string, allow one extra char if
6931 fortran-break-before-delimiters is non-nil.
6932 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6933 Use fortran-break-delimiters-re and fortran-no-break-re to
6934 correctly handle cases such as "**".
6935
6936 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6937 (f90-no-break-re): Add some extra tokens. Doc fix.
6938
6939 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6940
6941 * mail/rmail-spam-filter.el:
6942 Use two semicolons as Commentary line prefix.
6943 Add ";;; Code:" stylized comment.
6944 Delete end-of-line whitespace.
6945 Wrap (require 'cl) with `eval-when-compile'.
6946
6947 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6948
6949 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6950 at the top level of vc.el.
6951
6952 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6953
6954 * vc.el (vc-current-line): Function removed. This is now done by
6955 the new function line-at-pos in simple.el.
6956 (vc-annotate-warp-version): Use line-at-pos instead of
6957 vc-current-line.
6958
6959 2004-01-22 Kim F. Storm <storm@cua.dk>
6960
6961 * simple.el (line-at-pos): New defun.
6962 (what-line): Use it. Optimize by only counting lines in narrowed
6963 region once.
6964
6965 2004-01-22 Kenichi Handa <handa@m17n.org>
6966
6967 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6968 point (register r1) only for charset mule-unicode-0100-24ff.
6969
6970 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6971
6972 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6973 trailing white space and ensure a final newline.
6974
6975 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6976 Add autoload cookie.
6977
6978 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6979
6980 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6981 activate view-mode explicitly.
6982
6983 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6984
6985 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6986 use clipboard first.
6987
6988 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6991 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6992 (vc-mcvs-cvs): Remove.
6993 (vc-mcvs-command): Remove use of assert.
6994
6995 * outline.el (outline-insert-heading): Tighten up match.
6996 (outline-demote, outline-move-subtree-down): Don't assume anything
6997 about outline-regexp.
6998
6999 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
7000 (texinfo-show-structure): Explicitly add ^, and simplify.
7001
7002 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7003
7004 * calendar/appt.el (appt-check): Restore usage of
7005 appt-issue-message deleted in previous change.
7006 (top-level): Activate package when loaded (needed for backwards
7007 compatibility).
7008
7009 2004-01-20 Jesper Harder <harder@ifa.au.dk>
7010
7011 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
7012 following previous change to smtpmail-send-data.
7013
7014 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
7015
7016 * vc.el (vc-default-previous-version): Doc enhancement.
7017 (vc-default-next-version): New function.
7018 (vc-print-log): New arg FOCUS-REV.
7019 (vc-annotate-mode): Derive from view-mode.
7020 (vc-annotate): New args REVISION, DISPLAY-MODE.
7021 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
7022 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
7023 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
7024 (vc-annotate-show-diff-revision-at-line, vc-current-line)
7025 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
7026
7027 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
7028
7029 2004-01-19 Karl Berry <karl@gnu.org>
7030
7031 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
7032 or "TexInfo".
7033
7034 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
7035
7036 * subr.el (delete-dups): New function.
7037
7038 2004-01-19 Karl Berry <karl@gnu.org>
7039
7040 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
7041 with ^, since that's what texinfo-show-structure
7042 documentation says (plus it works much better in texinfo.txi).
7043
7044 2004-01-18 Jesper Harder <harder@ifa.au.dk>
7045
7046 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
7047
7048 2004-01-18 David Ponce <david@dponce.com> (tiny change)
7049
7050 * progmodes/which-func.el (which-function-mode): Don't cancel
7051 which-func-update-timer if not set.
7052
7053 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
7054
7055 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
7056 Remove spurious left square bracket in XX:XXam regexp.
7057
7058 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * progmodes/cc-defs.el: Do not require cl at run time.
7061
7062 2004-01-16 Richard M. Stallman <rms@gnu.org>
7063
7064 * emacs-lisp/cl.el (cl-cannot-unload): New function.
7065 (cl-unload-hook): Defvar this to run cl-cannot-unload.
7066
7067 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
7068 Call rmail-spam-filter. Delete and expunge spam.
7069 Print number of spam messages deleted.
7070 Save and restore the deletion status of old messages when reading
7071 new mail with spam filter, so that expunging spam does not expunge
7072 msgs deleted by the user.
7073 (rmail-only-expunge): Add an optional argument dont-show to
7074 prevent showing message after expunge.
7075
7076 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7077
7078 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
7079 * subr.el (declare): New macro.
7080
7081 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
7082
7083 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
7084
7085 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7088 Test window-system rather than system-type (for X11/Mac).
7089
7090 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
7091
7092 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
7093
7094 2004-01-12 Richard M. Stallman <rms@gnu.org>
7095
7096 * mail/rmail.el (rmail-convert-to-babyl-format):
7097 Use mail-unquote-printable-region.
7098 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
7099 (rmail-hex-char-to-integer): Functions deleted.
7100
7101 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
7102 (mail-unquote-printable-region): New arg NOERROR.
7103 For invalid encoding, either signal an error to just return nil.
7104
7105 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7106
7107 * calendar/appt.el: Update copyright and commentary.
7108 (appt-issue-message): Make obsolete.
7109 (appt-visible, appt-msg-window): Make obsolete, in favour of
7110 appt-display-format.
7111 (appt-display-mode-line, appt-display-duration)
7112 (appt-display-diary, appt-time-msg-list, appt-mode-string)
7113 (appt-prev-comp-time, appt-display-count, appt-timer)
7114 (appt-convert-time): Doc change.
7115 (appt-disp-window-function, appt-delete-window-function):
7116 Use defcustom rather than defvar.
7117 (appt-display-format): New variable.
7118 (appt-display-message): New function with display code from appt-check.
7119 (appt-check): Add optional FORCE argument. Doc change.
7120 Add appt-make-list to diary-hook if displaying diary.
7121 Remove checking of view-diary-entries-initially.
7122 Message display section removed to new function appt-display-message.
7123 (appt-display-window): Doc change. Remove unused internal var
7124 this-buffer. Do not beep, since appt-display-message does that.
7125 (appt-make-list): Doc change. Use caar.
7126 (appt-sort-list): Simplify by using builtin sort function.
7127 (appt-update-list): New function for updating appts when diary is
7128 saved.
7129 (appt-activate): New autoloaded function to toggle package
7130 functionality.
7131
7132 * calendar/cal-x.el: (calendar-one-frame-setup)
7133 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
7134
7135 * calendar/calendar.el: Update copyright.
7136 (view-diary-entries-initially, european-calendar-style): Doc change.
7137 (calendar-setup): Make defcustom rather than defvar.
7138 (mark-visible-calendar-date): Initialize temp-face and faceinfo
7139 in let binding so local to function.
7140
7141 * calendar/diary-lib.el: Update copyright.
7142 (diary, diary-entry-time): Doc change.
7143 (list-diary-entries): Doc change. Trivial logic change.
7144 (fancy-diary-display): Restore make-face command mistakenly
7145 deleted 2003-05-08.
7146 (show-all-diary-entries): Allow to pop-up frame if needed.
7147
7148 2004-01-09 John Paul Wallington <jpw@gnu.org>
7149
7150 * bindings.el (mode-line-change-eol): Add EVENT parameter.
7151 Temporarily select EVENT's window for changing eol type.
7152
7153 2004-01-09 Deepak Goel <deego@gnufans.org>
7154
7155 * calendar/diary-lib.el (diary-entry-time):
7156 Also accept time in the form XX[.XX][am/pm/AM/PM].
7157 (fancy-diary-font-lock-keywords): Likewise.
7158 (diary-font-lock-keywords): Likewise.
7159 * calendar/appt.el (appt-add): Likewise.
7160 (appt-make-list): Likewise.
7161 (appt-convert-time): Likewise.
7162
7163 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
7164
7165 * gdb-ui.el (gdb-ann3): Revert previous change.
7166 (gdb-source-info): Allow for case of where compilation directory
7167 is not recorded.
7168
7169 2004-01-08 John Paul Wallington <jpw@gnu.org>
7170
7171 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
7172
7173 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
7174
7175 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
7176
7177 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
7178 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
7179 problems.
7180 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
7181
7182 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7183
7184 * files.el (write-file-functions, write-contents-functions):
7185 Clarify docstrings.
7186
7187 2004-01-07 Kenichi Handa <handa@m17n.org>
7188
7189 * international/mule.el (set-auto-coding): Fix for the case that
7190 end-of-line is only CR.
7191
7192 2004-01-07 Kim F. Storm <storm@cua.dk>
7193
7194 * subr.el (event-start, event-end): Doc fix.
7195 (posn-string, posn-image): New defuns.
7196 (posn-object): Return either image or string object.
7197 (posn-object-x-y): Return 8th element of position.
7198 (posn-object-width-height): New defun.
7199
7200 2004-01-06 Andreas Schwab <schwab@suse.de>
7201
7202 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
7203 output.
7204
7205 2004-01-05 Karl Berry <karl@gnu.org>
7206
7207 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
7208 / and *, too.
7209
7210 2003-12-31 Simon Josefsson <jas@extundo.com>
7211
7212 * files.el (before-save-hook): Add.
7213 (basic-save-buffer): Use before-save-hook.
7214
7215 * emacs-lisp/copyright.el: Fix comment to recommend
7216 before-save-hook instead of write-file-functions.
7217
7218 2004-01-05 Richard M. Stallman <rms@gnu.org>
7219
7220 * finder.el (finder-commentary): Call delete-other-windows.
7221
7222 * net/ange-ftp.el (ange-ftp-file-attributes):
7223 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
7224
7225 2004-01-04 Karl Berry <karl@gnu.org>
7226
7227 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
7228 comment characters % and # in the copyright year notice,
7229 as well as ;.
7230
7231 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
7232
7233 * wid-edit.el (default): Define dummy :value-delete.
7234 Reported by Jesper Harder <harder@ifa.au.dk>.
7235
7236 2004-01-03 Richard M. Stallman <rms@gnu.org>
7237
7238 * progmodes/compile.el (compile-internal): Use point, not point-min,
7239 for set-window-point.
7240
7241 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
7242
7243 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
7244
7245 * progmodes/grep.el (grep-mode-map):
7246 Don't remap next-line, previous-line.
7247
7248 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
7249
7250 * speedbar.el (speedbar-edit-line): Change regexp to position
7251 the cursor on the first character of this line's button.
7252
7253 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7254
7255 * subr.el (functionp): Doc fix.
7256
7257 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
7258
7259 * progmodes/idlwave.el (idlwave-make-tags):
7260 * textmodes/flyspell.el (flyspell-large-region):.
7261 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
7262 * emulation/viper-util.el (viper-glob-unix-files):
7263 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
7264 * man.el (Man-init-defvars):
7265 * jka-compr.el (jka-compr-call-process):
7266 * files.el (get-free-disk-space,insert-directory):
7267 * ediff-ptch.el (ediff-test-patch-utility):
7268 * ediff-diff.el (ediff-test-utility):
7269 * dired-aux.el (dired-check-process):
7270 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
7271 test the return value of call-process, because it can be a string.
7272
7273 2003-12-31 John Paul Wallington <jpw@gnu.org>
7274
7275 * bindings.el (completion-ignored-extensions): Add .pfsl.
7276
7277 2003-12-31 Kim F. Storm <storm@cua.dk>
7278
7279 * ido.el (ido-nonreadable-directory-p): New defun to check for
7280 nonreadable directory without activating tramp (to avoid problems
7281 with checking incomplete tramp paths).
7282 (ido-set-current-directory, ido-file-internal)
7283 (ido-file-name-all-completions1): Use it.
7284
7285 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7286
7287 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
7288 documentation if the anchor (or node) name is preceded by `info
7289 anchor' or `Info anchor' in addition to earlier `info node' and
7290 `Info node'.
7291 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
7292
7293 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7294
7295 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
7296 error in arguments to base64-decode-region. Remove ^M characters
7297 after decoding base64.
7298
7299 2003-12-30 Simon Josefsson <jas@extundo.com>
7300
7301 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
7302 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
7303 have only been distributed with Emacs for some years.
7304 (texinfo-mode-hook): Customize.
7305
7306 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7307
7308 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
7309 cleaner (suggested by Richard Stallman).
7310
7311 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7312 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
7313 file-name clashes on 8+3 DOS filesystems.
7314
7315 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
7316 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
7317 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
7318 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
7319 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
7320 file-name clashes on 8+3 filesystems.
7321
7322 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
7323 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
7324 file-name clashes on 8+3 DOS filesystems.
7325
7326 2003-12-29 Richard M. Stallman <rms@gnu.org>
7327
7328 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
7329 Upcase the character.
7330
7331 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7332 Search for header separator alone on a line, literally,
7333 and search for it backward, not forward.
7334 (flyspell-abbrev-table): Always use global-abbrev-table
7335 if there is no local one.
7336
7337 * progmodes/sh-script.el (sh-get-indent-info):
7338 Don't move point back if at bob.
7339
7340 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
7341
7342 * play/handwrite.el (handwrite): Make the handwrite credit message
7343 a comment rather than an output command.
7344
7345 * obsolete/sc.el: Display message that this file is obsolete.
7346
7347 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
7348
7349 * mail/rfc822.el (rfc822-address-start): Declare variable.
7350 Renamed from address-start. All uses changed.
7351
7352 * term.el (term-exec): Set up sentinel.
7353 (term-sentinel): New function.
7354 (term-handle-exit): New function.
7355
7356 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7357 Use assoc-string, and mark them obsolete.
7358 (delay-mode-hooks): Mark as permanent local.
7359
7360 * simple.el (sendmail-user-agent-compose): Use assoc-string.
7361
7362 * register.el (copy-rectangle-to-register): Doc fix.
7363
7364 * info.el (Info-insert-dir): Use assoc-string.
7365
7366 * info-look.el (info-lookup): Use assoc-string.
7367
7368 * frame.el (pop-up-frame-function): Use quote, not `function'.
7369 (frame-notice-user-settings): Calculate ADJUSTED-TOP
7370 copying with lists as coordinate values.
7371
7372 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
7373
7374 * find-dired.el (kill-find): New command.
7375 (find-dired): Make buffer read-only.
7376 Set up a keymap with C-c C-k running kill-find.
7377 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
7378
7379 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
7380
7381 * filecache.el (file-cache-ignore-case): New variable.
7382 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
7383
7384 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
7385 (comint-dynamic-complete-as-filename): Rename local vars.
7386 (comint-dynamic-list-filename-completions): Likewise.
7387
7388 * comint.el (comint-dynamic-list-completions-config): New var.
7389 (comint-dynamic-list-completions): Handle both SPC and TAB right.
7390
7391 * comint.el (comint-file-name-chars): Add [].
7392 (comint-word): Use skip-chars-backward, not search.
7393
7394 * shell.el (shell-file-name-chars): Add [].
7395
7396 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
7397
7398 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
7399
7400 * generic.el (define-generic-mode): Doc fix.
7401
7402 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7403
7404 * files.el (kill-some-buffers): Doc fix.
7405
7406 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
7407
7408 * comint.el (comint-watch-for-password-prompt): Pass `string' as
7409 arg to send-invisible
7410 (send-invisible): Doc fix. The argument is now a prompt, not the
7411 string to send.
7412 (comint-read-noecho): Doc fix.
7413
7414 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
7415
7416 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
7417 "@", as required by some ISP hosting service. Fix defcustom
7418 argument syntax errors that prevented use of customization.
7419
7420 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7421
7422 * xml.el (xml-get-attribute-or-nil): Doc fix.
7423
7424 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
7425
7426 * net/zone-mode.el (zone-mode): Use write-file-functions, not
7427 write-file-hooks.
7428
7429 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
7430
7431 * autorevert.el (auto-revert-interval): Doc fix.
7432
7433 2003-12-29 Mark A. Hershberger <mah@everybody.org>
7434
7435 * xml.el (xml-get-attribute-or-nil): New function, like
7436 xml-get-attribute, but returns nil if the attribute was not found.
7437 (xml-get-attribute): Convert to defsubst, uses
7438 xml-get-attribute-or-nil.
7439
7440 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7441
7442 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7443
7444 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
7445
7446 * custom.el (custom-declare-theme): Use `value' when putting
7447 properties on `theme'.
7448
7449 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
7450
7451 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
7452 for each yank-handler segment.
7453 (insert-for-yank-1): New function, with the body of the previous
7454 insert-for-yank.
7455
7456 * textmodes/table.el (table-yank-handler): New defcustom.
7457 (table--put-cell-indicator-property): Put yank-handler property
7458 that indicates the yank handler for the table cell.
7459
7460 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7461
7462 * generic-x.el (etc-modules-conf-generic-mode): A more complete
7463 set of keywords.
7464
7465 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7466
7467 * international/mule-cmds.el (reset-language-environment)
7468 (set-language-environment): Don't invoke fontset-related functions
7469 if fontset-list is not fboundp.
7470
7471 2003-12-29 Kenichi Handa <handa@m17n.org>
7472
7473 * international/mule-cmds.el (reset-language-environment):
7474 Call set-overriding-fontspec-internal with nil.
7475 (set-language-environment): Call set-overriding-fontspec-internal
7476 if the language environment specify `overriding-fontspec'.
7477 (language-info-alist): Doc added.
7478
7479 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
7480 characters of mule-unicode-0100-24ff.
7481 (ccl-encode-windows-1251-font): New CCL program.
7482 ("Bulgarian"): Specify overriding-fontspec.
7483 ("Belarusian"): Likewise.
7484
7485 2003-12-28 Sam Steingold <sds@gnu.org>
7486
7487 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
7488 parameter ID-FORMAT to conform with the 2003-11-30 patch.
7489
7490 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
7491
7492 * progmodes/gud.el (gud-gdb-command-name): Set default to
7493 "gdb --annotate=3".
7494 (gud-gdb-marker-filter): Look out for annotations.
7495 (gdb-first-pre-prompt): New variable.
7496 Remove trailing white space.
7497
7498 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
7499 if necessary.
7500 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
7501 annotations are detected.
7502 (gud-gdba-marker-filter): Use global variable gud-marker-acc
7503 instead of a local one to allow transition from
7504 gud-gdb-marker-filter.
7505 Remove trailing white space.
7506
7507 2003-12-27 Kim F. Storm <storm@cua.dk>
7508
7509 * ido.el: Handle non-readable directories.
7510 (ido-decorations): Add 9th element for non-readable directory.
7511 (ido-directory-nonreadable): New dynamic var.
7512 (ido-set-current-directory): Set it.
7513 (ido-read-buffer, ido-file-internal):
7514 (ido-read-file-name, ido-read-directory-name): Let-bind it.
7515 (ido-file-name-all-completions1): Return empty list for
7516 non-readable directory.
7517 (ido-exhibit): Print [Not readable] if directory is not readable.
7518 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
7519 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
7520 Use it.
7521
7522 2003-12-27 Lars Hansen <larsh@math.ku.dk>
7523
7524 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
7525 calls to directory-files-and-attributes and file-attributes.
7526 (ls-lisp-format): Remove system dependent handling of user and
7527 group id's.
7528
7529 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
7530
7531 * ffap.el (ffap-read-file-or-url): Revert previous change.
7532
7533 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
7534
7535 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
7536 new list of included files called `files-with-node-lines', that
7537 only have node lines. This way @include commands can include any
7538 file, such as version and update files without node lines, not
7539 just files that are chapters.
7540
7541 2003-12-25 Andreas Schwab <schwab@suse.de>
7542
7543 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
7544 file not found.
7545
7546 2003-12-08 Miles Bader <miles@gnu.org>
7547
7548 * dired.el (dired-between-files): Always use dired-move-to-filename,
7549 which is more robust in non-english locales.
7550
7551 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7552
7553 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7554
7555 2003-12-24 Andreas Schwab <schwab@suse.de>
7556
7557 * shell.el (shell-file-name-quote-list): Add backslash.
7558
7559 * comint.el (comint-quote-filename): Correctly handle backslash
7560 in comint-file-name-quote-list.
7561
7562 2003-12-24 Kenichi Handa <handa@m17n.org>
7563
7564 * international/mule-cmds.el (set-default-coding-systems):
7565 Call ucs-set-table-for-input for all buffers that don't have local
7566 value of buffer-file-coding-system.
7567
7568 * international/ucs-tables.el (ucs-set-table-for-input):
7569 If translation-table-for-encode is a symbol, get its
7570 translation-table property.
7571
7572 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7573
7574 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7575 to `completing-read' on a recently fixed bug.
7576
7577 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7578 instead of SPACE, to get the list of possible fringe modes.
7579 SPACE only works if both `partial-completion-mode' and
7580 `completion-auto-help' are nil.
7581
7582 * complete.el (PC-is-complete-p): Delete.
7583 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7584 calls to `test-completion'.
7585
7586 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7587
7588 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7589 to edit values when there are no children.
7590
7591 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7592 a mode called "Assembler" already exists.
7593 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7594 (gud-watch): Use format option. Remove font properties from string.
7595 (gdb-var-create-handler, gdb-var-list-children-handler):
7596 Don't bother about properties as there are none.
7597 (gdb-var-create-handler, gdb-var-list-children-handler)
7598 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7599 with two arguments.
7600 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7601 Let speedbar show value changes with a different font.
7602 (gdb-edit-value): New defun.
7603 (gdb-clear-partial-output, gdb-clear-inferior-io)
7604 (def-gdb-auto-update-handler): Use erase-buffer.
7605 (gdb-frame-handler): Display watch expressions in
7606 FUNCTION::VARIABLE format if required.
7607
7608 2003-12-23 John Paul Wallington <jpw@gnu.org>
7609
7610 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7611 (Info-goto-emacs-command-node): Doc fixes.
7612
7613 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7614
7615 * cus-edit.el (custom-add-parent-links): Define "many".
7616
7617 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7618
7619 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7620 (widget-child-validate, widget-type-value-create)
7621 (widget-type-default-get, widget-type-match): New functions.
7622 (lazy): New widget.
7623 (menu-choice, checklist, radio-button-choice, editable-list)
7624 (group, documentation-string): Remove redundant (per 2003-10-25
7625 change) calls to `widget-children-value-delete'.
7626 (widget-choice-value-get, widget-choice-value-inline): Remove.
7627 (menu-choice): Update widget.
7628
7629 2003-12-03 Kenichi Handa <handa@m17n.org>
7630
7631 * language/cyrillic.el: Register "microsoft-cp1251" in
7632 ctext-non-standard-encodings-alist.
7633 ("Bulgarian"): Add ctext-non-standard-encodings.
7634 ("Belarusian"): Likewise.
7635
7636 * international/mule-conf.el (compound-text-with-extensions):
7637 Change the type to 2 (iso-2022 base).
7638
7639 * international/mule.el (ctext-non-standard-encodings-alist):
7640 Change the format.
7641 (ctext-non-standard-encodings): New variable.
7642 (ctext-post-read-conversion): Fully re-written.
7643 (ctext-non-standard-designations-alist): Delete it.
7644 (ctext-non-standard-encodings-table): New function.
7645 (ctext-pre-write-conversion): Fully re-written.
7646
7647 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7648
7649 * cus-edit.el (custom-add-parent-links): Add documentation links
7650 for parent, if the item has none of its own.
7651
7652 2003-11-30 Richard M. Stallman <rms@gnu.org>
7653
7654 * dired-aux.el (dired-do-query-replace-regexp):
7655 Report files visited read-only.
7656
7657 2003-11-30 Juri Linkov <juri@jurta.org>
7658
7659 * dired-aux.el (dired-compare-directories): New command.
7660 (dired-file-set-difference, dired-files-attributes): New functions.
7661
7662 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7663 Version 2.0.38 of Tramp released.
7664
7665 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7666 Charles Curley <charlescurley@charlescurley.com>.
7667 (tramp-multi-connection-function-alist): Add ssht entry which adds
7668 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7669 Aichner.
7670 (tramp-get-method-parameter): New function to retrieve a method
7671 parameter. This allows for omission of method parameters.
7672 Callers adjusted.
7673
7674 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7675
7676 * net/tramp.el: Add new optional parameter ID-FORMAT to
7677 `file-attributes'. Calls of `file-attributes' won't use this
7678 parameter for backward compatibility reasons.
7679 (tramp-perl-file-attributes): Add a new parameter to Perl script
7680 in order to handle uid/gid as strings, if desired.
7681 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7682 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7683 order to make the function more general.
7684 (tramp-handle-file-attributes): Replace proprietary optional
7685 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7686 (tramp-handle-file-attributes-with-perl): Handle parameter
7687 NONNUMERIC if set. This wasn't done in the past.
7688 (tramp-post-connection): Apply second parameter "$2" if
7689 `tramp-remote-perl' is called.
7690
7691 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7692 Correct cut'n'waste error (`filename' instead of `directory').
7693 (tramp-smb-handle-directory-files-and-attributes)
7694 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7695 introduced parameter ID-FORMAT.
7696 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7697 error (`directory' instead of `ldir').
7698
7699 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7700 `file-attributes' has a second parameter. If yes, apply it with
7701 value "'integer". Otherwise, don't use that parameter (default is
7702 integer format).
7703
7704 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7705
7706 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7707 (help-for-help): Add `C-h .' to the listed Help options.
7708 Remove trailing whitespace.
7709
7710 * help-at-pt.el: New file.
7711
7712 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7713
7714 * subr.el (noreturn, 1value): New macros for test coverage.
7715 See `testcover.el'.
7716
7717 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7718
7719 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7720 for macro `1value'.
7721 (testcover-1value): New function. Checks that a 1value form
7722 actually returns only one value. Requested by RMS.
7723
7724 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7725
7726 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7727 (gdb-var-list-children, gdb-var-list-children-handler)
7728 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7729 gdb commands that use mi to keep them out of the command history.
7730
7731 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7732
7733 * cus-start.el (all): Add use-file-dialog.
7734
7735 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7738
7739 2003-11-27 Kim F. Storm <storm@cua.dk>
7740
7741 * subr.el (posn-object-x-y): New defun.
7742
7743 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7744
7745 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7746 Don't use `space' for \\\n.
7747 Be more selective as to which # are comment-starters.
7748
7749 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7750
7751 * subr.el (number-sequence): Improve handling of floating point
7752 arguments (suggested by Kim Storm). Allow negative arguments.
7753
7754 2003-11-26 Kenichi Handa <handa@m17n.org>
7755
7756 * international/mule-cmds.el (standard-display-european-internal):
7757 Cancel the standard-display-table setting for ` and '.
7758
7759 2003-11-26 Kim F. Storm <storm@cua.dk>
7760
7761 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7762 New defcustoms to add ffap-like functionality to ido.
7763 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7764 (ido-no-final-slash): New defun.
7765 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7766 (ido-read-file-name): ): Toggle VC checking via
7767 vc-handled-backends instead of vc-master-templates.
7768 (ido-file-internal): Handle ido-use-url-at-point and
7769 ido-use-filename-at-point via code borrowed from ffap-guesser.
7770 Handle new ido-exit code ffap.
7771 (ido-sort-list): Ignore final slash when sorting file names.
7772
7773 2003-11-25 Kim F. Storm <storm@cua.dk>
7774
7775 * emulation/cua-base.el (cua--standard-movement-commands):
7776 Add forward-sentence and backward-sentence.
7777
7778 2003-11-25 Stephen Eglen <stephen@gnu.org>
7779
7780 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7781 iswitchb-exit is set to 'usefirst when user selects buffer at head
7782 of list using RET. (Selecting buffers at the head of the list was
7783 broken if the substring was also a complete buffername.)
7784
7785 2003-11-23 Kim F. Storm <storm@cua.dk>
7786
7787 * progmodes/compile.el (grep-command, grep-use-null-device)
7788 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7789 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7790 (grep-regexp-alist, grep-program, find-program)
7791 (grep-find-use-xargs, grep-history, grep-find-history)
7792 (grep-process-setup, grep-compute-defaults)
7793 (grep-default-command, grep, grep-tag-default, grep-find)
7794 (grep-expand-command-macros, grep-tree-last-regexp)
7795 (grep-tree-last-files, grep-tree): Move grep variables, functions
7796 and commands to new file grep.el.
7797 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7798 (compilation-process-setup-function): Doc fix.
7799 (compilation-highlight-regexp, compilation-highlight-overlay): New
7800 defvars used for highlighting current compile error in source buffer.
7801 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7802 LOCAL-MAP which overrides compilation-highlight-regexp and
7803 compilation-mode-map for this compilation.
7804 Delay calling compilation-set-window-height until after running
7805 compilation-process-setup-function so it can buffer-local override
7806 compilation-window-height.
7807 Check buffer-local value of compilation-scroll-output.
7808 (compilation-set-window-height): Use buffer-local value of
7809 compilation-window-height.
7810 (compilation-revert-buffer): Don't pass (undefined)
7811 preserve-modes arg to revert-buffer.
7812 (next-error-no-select, previous-error-no-select): New commands.
7813 (compilation-goto-locus): Temporarily highlight current match in
7814 source buffer using compilation-highlight-regexp.
7815
7816 * progmodes/grep.el: New file with grep code from compile.el.
7817 (grep): New defcustom group.
7818 (grep-window-height): New defcustom, like compilation-window-height.
7819 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7820 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7821 (grep-command, grep-use-null-device, grep-find-command)
7822 (grep-tree-files-aliases, grep-tree-ignore-case)
7823 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7824 (grep-setup-hook): New hook variable.
7825 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7826 (grep-last-buffer): New defvar, override compilation-last-buffer.
7827 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7828 Call compile-internal with args highlight-regexp and grep-mode-map.
7829
7830 2003-11-23 Kim F. Storm <storm@cua.dk>
7831
7832 * subr.el (event-start, event-end): Doc fix.
7833 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7834 (posn-area, posn-actual-col-row, posn-object): New defuns.
7835 (posn-col-row): Simplify doc. Rewrite to use cond.
7836 (posn-point): Also return buffer position for events outside text
7837 area (that info is now present in the event position).
7838
7839 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7840 mouse-set-point so that hscroll still works now that clicks on
7841 fringes generate specific mouse events.
7842 (mouse-set-point): Note that it now works in fringes and margins
7843 too due to new semantics of posn-point in fringes and margins.
7844
7845 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7846 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7847
7848 2003-11-20 Kim F. Storm <storm@cua.dk>
7849
7850 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7851 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7852 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7853 to 100 for icons to avoid increasing line height when shown.
7854
7855 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7856
7857 * newcomment.el (comment-normalize-vars): Initialize properly if
7858 comment-start was nil.
7859
7860 2003-11-19 Andreas Schwab <schwab@suse.de>
7861
7862 * simple.el (set-variable): Fix indentation.
7863
7864 2003-11-17 Kenichi Handa <handa@m17n.org>
7865
7866 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7867 Fix docstring.
7868
7869 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7870
7871 * international/latin1-disp.el (latin1-display): Fix docstring.
7872
7873 2003-11-16 John Wiegley <johnw@newartisans.com>
7874
7875 * eshell/em-ls.el (eshell-ls-file): There are times with
7876 size-width is nil and uncomputed (when directories are created in
7877 dired, for example); in this case, 4 is reasonable default value,
7878 although it may caused skewed new entries (which could be avoided
7879 by returning the original value of 8 in all cases, but 99% of the
7880 time this is a waste of whitespace).
7881
7882 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7883
7884 * cc-engine.el (c-guess-continued-construct)
7885 (c-guess-basic-syntax): Check a little more carefully if it's a
7886 function declaration when an unknown construct followed by a block
7887 is found inside a statement context. This avoids macros followed
7888 by blocks to be taken as function declarations.
7889
7890 (c-guess-continued-construct): Change the analysis of a statement
7891 continuation with a brace open to `substatement-block', for
7892 consistency with recognized statements.
7893
7894 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7895 start is in a position so that `c-beginning-of-statement-1' jumped
7896 to the beginning of the same statement.
7897
7898 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7899 Don't accept binary operators in the arglist if we're in a function
7900 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7901 template recognition in cases like "if (a < b || c > d)".
7902
7903 (c-restricted-<>-arglists): New more appropriate name for
7904 `c-disallow-comma-in-<>-arglists'.
7905
7906 Accessing functions updated for the variable name change.
7907
7908 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7909 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7910
7911 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7912 labels.
7913
7914 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7915 instead of duplicating parts of it. This fixes bogus label
7916 recognition.
7917
7918 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7919 of checking the context in which to apply the minimum indentation,
7920 so that it isn't enforced in e.g. namespace blocks.
7921
7922 * cc-vars.el (c-inside-block-syms): New constant used by
7923 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7924 to somewhat reduce the risk of becoming stale.
7925
7926 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7927 cc-cmds to cc-engine to allow use from cc-align.
7928
7929 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7930 qualified identifiers containing "::".
7931
7932 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7933 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7934
7935 * cc-vars.el (c-emacs-features): Use a space in front of the name
7936 of the temporary buffer. That also avoids dumping problems in
7937 XEmacs due to undo info being left around after the buffer is killed.
7938
7939 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7940 arglist to see if it's a K&R style declaration.
7941
7942 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7943 before returning `knr-argdecl-intro'.
7944
7945 2003-11-16 John Wiegley <johnw@newartisans.com>
7946
7947 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7948 field in a long-listing always 8 characters, use `size-width',
7949 which has already been computed.
7950
7951 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7952
7953 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7954
7955 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7956
7957 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7958 Support operation while narrowed, with `diff-restrict-view'.
7959
7960 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7961
7962 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7963 Take additional optional arg NARROWFUN. For the generated functions:
7964 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7965 include frags that arrange to check for and save narrowing state before
7966 the move and then conditionally call NARROWFUN after the move.
7967
7968 2003-11-14 John Wiegley <johnw@newartisans.com>
7969
7970 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7971 that was optional, but obviously missing based on surrounding code.
7972
7973 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7974 string arguments to numbers unless the whole argument was seen as
7975 a number.
7976
7977 2003-11-14 Kenichi Handa <handa@m17n.org>
7978
7979 * international/mule.el (ctext-non-standard-encodings-alist):
7980 Fix coding systems.
7981
7982 2003-11-10 Kenichi Handa <handa@m17n.org>
7983
7984 * language/kannada.el ("Kannada"): Add sample-text.
7985
7986 * language/knd-util.el (kannada-compose-region)
7987 (kannada-compose-string, kannada-post-read-conversion):
7988 Add autoload cookie.
7989
7990 * international/quail.el (quail-completion): Change the message
7991 "corresponding translations" to "corresponding characters".
7992
7993 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7994
7995 * descr-text.el (describe-char): Fix typo.
7996
7997 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7998
7999 These changes are to support Kannada language/script.
8000
8001 * Makefile.in (DONTCOMPILE): Add kannada.el.
8002
8003 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
8004
8005 * loadup.el: Preload kannada.el.
8006
8007 * language/ind-util.el (ucs-kannada-to-is13194-alist)
8008 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
8009 New variables.
8010
8011 * language/kannada.el: New file.
8012
8013 * language/knd-util.el: New file.
8014
8015 2003-11-07 Andreas Schwab <schwab@suse.de>
8016
8017 * progmodes/autoconf.el (autoconf-font-lock-keywords):
8018 Also highlight AH_*.
8019
8020 * xml.el (xml-parse-dtd): Fix misplaced paren.
8021
8022 2003-11-07 Kenichi Handa <handa@m17n.org>
8023
8024 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
8025
8026 2003-11-05 Juri Linkov <juri@jurta.org>
8027
8028 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
8029 (desktop-buffer-file): Use saved buffer-file-coding-system
8030 for file reading. Set auto-insert to nil to prevent automatic
8031 insertion into restored empty files.
8032
8033 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8034
8035 * files.el (risky-local-variable-p): Make second argument optional.
8036
8037 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * subr.el (add-hook): Fix last change.
8040
8041 2003-11-03 Eli Zaretskii <eliz@gnu.org>
8042
8043 * mail/rmail.el (rmail-convert-to-babyl-format):
8044 If base64-decode-region signals an error, catch it and silently
8045 ignore it.
8046
8047 2003-11-01 Mark A. Hershberger <mah@everybody.org>
8048
8049 * xml.el (xml-parse-region): Allow comments to appear after the
8050 topmost element has closed.
8051 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
8052 (xml-ns-expand-attr): New functions to do namespace handling.
8053 (xml-intern-attrlist): Back-compatible handling of attribute names.
8054 (xml-parse-tag): Move namespace handling to separate functions.
8055 Now produces elements in the form ((:ns . "element") (attr-list)
8056 children) instead of ('ns:element (attr-list) children).
8057 (xml-parse-attlist): Fix attribute parsing.
8058 (xml-parse-dtd): Change parsing so that it produces strings
8059 instead of interned symbols.
8060
8061 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
8062
8063 * dired.el (dired-ls-sorting-switches): Doc fix.
8064
8065 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
8066
8067 * emacs-lisp/rx.el (rx-or): Fix the case of
8068 "(rx (and ?a (or ?b ?c) ?d))".
8069
8070 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
8071
8072 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
8073 (texinfo-format-region): Use it.
8074 (texinfo-format-buffer-1): Ditto.
8075
8076 2003-11-01 Alan Mackenzie <acm@muc.de>
8077
8078 Changes to allow scrolling whilst in isearch mode:
8079 * isearch.el (isearch-unread-key-sequence): New function,
8080 extracted from isearch-other-meta-char.
8081 (top level): (put 'foo 'isearch-scroll) on all Emacs's
8082 "scrollable" standard functions.
8083 (isearch-allow-scroll): New customizable variable.
8084 (isearch-string-out-of-window, isearch-back-into-window)
8085 (isearch-reread-key-sequence-naturally)
8086 (isearch-lookup-scroll-key): New functions.
8087 (isearch-other-meta-char): Doc string and functionality enhanced.
8088 Now accepts a prefix argument.
8089 (isearch-lazy-highlight-window-end): New variable.
8090 (isearch-lazy-highlight-new-loop): Pay attention to the window's
8091 end (thru isearch-lazy-highlight-window-end), not only its start.
8092
8093 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
8094 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
8095 (universal-argument, universal-argument-more, negative-argument)
8096 (digit-argument, universal-argument-other-key): Minor changes.
8097
8098 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8099
8100 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
8101 recursively if the last message is deleted, thus avoiding an
8102 infinite loop.
8103
8104 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
8107 (tex-main-file): Don't add .tex if the extension is already present.
8108 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
8109
8110 2003-10-29 Lute Kamstra <lute@gnu.org>
8111
8112 * progmodes/octave-inf.el (inferior-octave-prompt):
8113 Recognize version number in prompt.
8114
8115 2003-10-28 Dave Love <fx@gnu.org>
8116
8117 * international/characters.el: Fix some Unicode ranges.
8118
8119 2003-10-28 Kenichi Handa <handa@m17n.org>
8120
8121 * disp-table.el (standard-display-8bit)
8122 (standard-display-default, standard-display-ascii)
8123 (standard-display-g1, standard-display-graphic)
8124 (standard-display-underline): Assure that standard-display-table
8125 is a display table.
8126
8127 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * simple.el (reindent-then-newline-and-indent): Delete space *after*
8130 reindenting the first line.
8131
8132 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
8133
8134 * wid-edit.el (widget-default-delete): Always delete child widgets.
8135
8136 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * newcomment.el (comment-indent): Don't call indent-according-to-mode
8139 if the line has code.
8140 Don't try to line up with something that's too far left.
8141
8142 * progmodes/octave-mod.el (octave-comment-start): Simplify.
8143 (octave-mode-syntax-table): Add % as a comment starter.
8144 (octave-point): Remove.
8145 (octave-in-comment-p, octave-in-string-p)
8146 (octave-not-in-string-or-comment-p, calculate-octave-indent)
8147 (octave-blink-matching-block-open, octave-auto-fill):
8148 Use line-(beginning|end)-position instead.
8149
8150 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
8151
8152 * emacs-lisp/authors.el (authors-aliases): Add correct realname
8153 for Francesco Potort\e,Al\e(B.
8154
8155 2003-10-23 Dave Love <fx@gnu.org>
8156
8157 * international/mule-cmds.el (locale-charset-to-coding-system):
8158 Don't rely on nil being a coding system.
8159
8160 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
8161 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
8162 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
8163
8164 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
8165
8166 * gdb-ui.el (gdb-current-language): New variable.
8167 (gdb-update-flag): Remove variable.
8168 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
8169 (gdb-take-last-elt): Remove function.
8170 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
8171 (gdb-post-prompt): Check for variable object changes here.
8172
8173 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
8174 object changes in gdb-ui.el.
8175
8176 2003-10-21 Richard M. Stallman <rms@gnu.org>
8177
8178 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
8179
8180 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
8181 Don't check for foo*/ wildcard form here.
8182 (insert-directory): Recognize foo*/ as a wildcard.
8183 Separate wildcard-regexp variable from the arg, wildcard.
8184
8185 * subr.el (add-hook): Correctly detect when make-local-hook was used.
8186 (remove-hook): Correctly handle strange cases about local hooks.
8187
8188 2003-10-21 David Ponce <david@dponce.com>
8189
8190 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
8191 argument REAL, to return a real number instead of a rounded
8192 integer value. Define as inline function.
8193 (ruler-mode-right-fringe-cols): Likewise.
8194 (ruler-mode-scroll-bar-cols): New function.
8195 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
8196 (ruler-mode-right-scroll-bar-cols): Likewise.
8197 (ruler-mode-space): New function.
8198 (ruler-mode-ruler): Use it. Handle variations of fringe style,
8199 scroll bar mode and margins in a more robust way.
8200
8201 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
8202
8203 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
8204 (antlr-c-init-language-vars): New function.
8205 (antlr-mode): Use it with cc-mode before v5.29.
8206 (antlr-c-common-init): Don't set some local vars here.
8207 (antlr-mode): Set them here.
8208 (antlr-c-forward-sws): New function alias.
8209 (antlr-mode): Redefine with cc-mode before v5.30.
8210 (antlr-skip-sexps): Use it.
8211 (antlr-skip-exception-part): Ditto.
8212 (antlr-skip-file-prelude): Ditto.
8213 (antlr-outside-rule-p): Ditto.
8214 (antlr-end-of-body): Ditto.
8215 (antlr-option-kind): Ditto.
8216 (antlr-insert-option-area): Ditto.
8217 (antlr-file-dependencies): Ditto.
8218
8219 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8220
8221 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
8222 Move backward only if point was not inside an entry.
8223
8224 2003-10-21 Richard M. Stallman <rms@gnu.org>
8225
8226 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
8227
8228 2003-10-21 Juri Linkov <juri@jurta.org>
8229
8230 * compare-w.el: Automatically skip non-matching text to resync.
8231 (compare-windows-whitespace): Doc fix.
8232 (compare-windows-sync, compare-windows-sync-string-size)
8233 (compare-windows-recenter, compare-ignore-whitespace)
8234 (compare-windows-highlight, compare-windows-face): New variables.
8235 (compare-windows): Use compare-windows-sync.
8236 (compare-windows-highlight, compare-windows-dehighlight)
8237 (compare-windows-sync-regexp)
8238 (compare-windows-sync-default-function): New functions.
8239
8240 2003-10-21 Juri Linkov <juri@jurta.org>
8241
8242 * diff.el (diff-parse-differences): Don't visit the files now;
8243 instead, just record the error locus.
8244
8245 2003-10-21 Dave Love <fx@gnu.org>
8246
8247 * progmodes/cfengine.el: New file.
8248
8249 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * complete.el (PC-do-completion): Do not forget to use `pred' as the
8252 default-directory when completing file names.
8253
8254 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
8255
8256 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
8257 followed by the word `face', it gets treated as a face, even if
8258 it is also defined as a variable or a function.
8259
8260 2003-10-20 Dave Love <fx@gnu.org>
8261
8262 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8263 Avoid incf in macro expansion.
8264
8265 2003-10-20 John Paul Wallington <jpw@gnu.org>
8266
8267 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
8268 `evenp' so we don't implicitly require cl library at runtime.
8269
8270 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
8271
8272 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
8273 (help-make-xrefs): Only make cross-references for faces if
8274 preceded or followed by the word `face'. Do not make a
8275 cross-reference for variables without variable documentation,
8276 unless preceded by the word `variable' or `option'. Update doc
8277 string accordingly.
8278
8279 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
8280
8281 * progmodes/hideshow.el: Rewrite one-armed `if'
8282 constructs using either `when' or `unless'.
8283 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
8284
8285 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
8286
8287 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
8288 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
8289 instead of 12x12.
8290
8291 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8292
8293 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
8294 message while converting to Babyl.
8295
8296 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
8297
8298 * allout.el (allout-mode): Doc fix.
8299
8300 2003-10-16 Lute Kamstra <lute@gnu.org>
8301
8302 * subr.el (force-mode-line-update): Fix docstring.
8303
8304 2003-10-14 Dave Love <fx@gnu.org>
8305
8306 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8307 (default-input-method): Add :link, improve :type.
8308 (locale-charset-language-names): Fix utf-8 pattern.
8309 (locale-charset-match-p, locale-charset-alist)
8310 (locale-charset-to-coding-system): New.
8311 (set-locale-environment): Deal with codeset part of locale specs.
8312
8313 2003-10-14 Lute Kamstra <lute@gnu.org>
8314
8315 * fringe.el (fringe-mode): Use active voice in docstring.
8316 (set-fringe-style): Ditto.
8317
8318 2003-10-13 Lute Kamstra <lute@gnu.org>
8319
8320 * fringe.el (fringe-mode): Fix docstring.
8321 (set-fringe-style): Ditto.
8322
8323 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
8324
8325 * ediff-mult.el (ediff-filegroup-action):
8326 Use ediff-default-filtering-regexp.
8327
8328 * ediff-util.el (ediff-recenter): Don't call
8329 ediff-restore-highlighting twice.
8330 (ediff-select-difference): Set current difference.
8331 (ediff-unselect-and-select-difference): Add comment.
8332
8333 * ediff.el (ediff-directories,ediff-directory-revisions)
8334 (ediff-directories3,ediff-merge-directories)
8335 (ediff-merge-directories-with-ancestor)
8336 (ediff-merge-directory-revisions)
8337 (ediff-merge-directory-revisions-with-ancestor):
8338 Use ediff-default-filtering-regexp.
8339
8340 2003-10-12 Andreas Schwab <schwab@suse.de>
8341
8342 * international/mule-cmds.el (locale-charset-language-names):
8343 Simplify regex by removing unused grouping.
8344
8345 2003-10-10 Dave Love <fx@gnu.org>
8346
8347 * bindings.el: Don't bind stop.
8348
8349 2003-10-08 Miles Bader <miles@gnu.org>
8350
8351 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
8352 face instead of attempting to emulate it.
8353
8354 2003-10-07 Kenichi Handa <handa@m17n.org>
8355
8356 * international/mule-diag.el (list-coding-systems-1): List coding
8357 systems that are loaded automatically.
8358
8359 * international/code-pages.el (iso-8859-11): Add autoload cookie.
8360
8361 * international/mule.el (autoload-coding-system): New function.
8362
8363 2003-10-07 Andreas Schwab <schwab@suse.de>
8364
8365 * log-edit.el (log-edit-changelog-entries): Prefer local value of
8366 change-log-default-name in the buffer visiting the file.
8367
8368 2003-10-06 Dave Love <fx@gnu.org>
8369
8370 * files.el (find-file-hook): Customize.
8371 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
8372
8373 * bindings.el (completion-ignored-extensions): Remove .log.
8374 (global-map): Add again, open, stop keys.
8375
8376 2003-10-05 Richard M. Stallman <rms@gnu.org>
8377
8378 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
8379 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
8380 Use sh-modify directly.
8381 (sh-select): Use sh-append, not eval.
8382
8383 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
8384
8385 * info.el (Info-following-node-name): New function.
8386
8387 * loadhist.el (unload-feature-special-hooks):
8388 Rename from loadhist-hook-functions.
8389 (loadhist-hook-functions): Now an alias.
8390
8391 2003-10-04 Eli Zaretskii <eliz@gnu.org>
8392
8393 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
8394 file-name clashes on 8+3 filesystems.
8395
8396 * Makefile.in (DONTCOMPILE, bootstrap-clean):
8397 Rename loaddefs-boot.el to ldefs-boot.el
8398
8399 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
8400 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
8401
8402 2003-10-03 Lute Kamstra <lute@gnu.org>
8403
8404 * info.el (Info-mode): Revert previous change.
8405 (Info-escape-percent): New function.
8406 (Info-fontify-node): Use it.
8407
8408 2003-10-02 Andreas Schwab <schwab@suse.de>
8409
8410 * loaddefs-boot.el: Regenerated.
8411
8412 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
8413
8414 * ffap.el: Remove defadvice related code from CVS since `complete'
8415 provides a `PC-completion-as-file-name-predicate' variable that
8416 ffap can override.
8417
8418 2003-10-02 Kenichi Handa <handa@m17n.org>
8419
8420 * international/utf-8.el (ccl-decode-mule-utf-8):
8421 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
8422
8423 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
8424 * international/subst-big5.el: Likewise.
8425 * international/subst-gb2312.el: Likewise.
8426 * international/subst-ksc.el: Likewise.
8427
8428 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8429
8430 * calendar/calendar.el (increment-calendar-month)
8431 (calendar-leap-year-p, calendar-absolute-from-gregorian)
8432 (generate-calendar, calendar-read-date, calendar-interval)
8433 (calendar-day-of-week): Handle years BC.
8434 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
8435
8436 2003-10-01 Dave Love <fx@gnu.org>
8437
8438 * language/cyrillic.el (cp1251): Alias for windows-1251.
8439
8440 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
8441 bootstrap.
8442
8443 2003-10-01 Lute Kamstra <lute@gnu.org>
8444
8445 * files.el: Fix typo.
8446 * imenu.el (imenu--generic-function): Docstring fix.
8447
8448 2003-09-30 Richard M. Stallman <rms@gnu.org>
8449
8450 * dired.el (dired-mode): Handle dired-directory as a list.
8451
8452 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
8453
8454 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
8455
8456 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
8457
8458 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
8459 Replace gud-display with gud-watch.
8460 (gud-speedbar-buttons): Add stuff for watching expressions
8461 in the speedbar when using M-x gdba. Use dolist on old part
8462 of this function.
8463
8464 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
8465 (gdb-update-flag): New variables.
8466 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
8467 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
8468 (gud-watch, gdb-var-create-handler) : New functions.
8469 (gdb-var-list-children, gdb-var-list-children-handler)
8470 (gdb-var-create-regexp, gdb-var-update-regexp)
8471 (gdb-var-list-children-regexp): New constants.
8472 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
8473 (gdb-annotation-rules): Reduce annotation set (level 3).
8474 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
8475 (gdb-post-prompt): Don't update GDB buffers every time speedbar
8476 updates.
8477 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
8478 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
8479 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
8480 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
8481 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
8482 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
8483 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
8484 (gud-display, gud-display1)
8485 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
8486 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
8487 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
8488 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
8489 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
8490 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
8491 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
8492 (gdb-display-display-buffer, gdb-toggle-display)
8493 (gdb-delete-display, gdb-expressions-popup-menu)
8494 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
8495 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
8496 to display buffer.
8497
8498 2003-09-30 Richard M. Stallman <rms@gnu.org>
8499
8500 * progmodes/ada-mode.el (ada-mode): Don't use advice.
8501 Instead, set which-func-functions.
8502
8503 * progmodes/which-func.el (which-func-modes): Add ada-mode.
8504 (which-func-functions): New variable.
8505 (which-function): Use that.
8506
8507 * info.el (Info-mode): Double each `%' in header line.
8508
8509 * emacs-lisp/lisp-mnt.el (lm-with-file):
8510 When FILE is nil, run BODY in current buffer.
8511
8512 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
8513
8514 * help.el (describe-mode): Start with a brief list of minor modes.
8515 Find them thru minor-mode-list so as to find them all.
8516 Show them in alphabetical order.
8517
8518 * mail/sendmail.el (mail-aliases): Doc fix.
8519
8520 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
8521
8522 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8523
8524 * mail/rmailsum.el (rmail-make-summary-line-1):
8525 Change comma after last label to a space.
8526 (rmail-summary-font-lock-keywords): Adapt to that change.
8527
8528 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
8529
8530 * progmodes/scheme.el (scheme-mode-variables): When setting
8531 `font-lock-defaults', also specify that "#" should
8532 be interpreted with `word' syntax.
8533 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
8534
8535 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8536
8537 * desktop.el: A lot of comments updated.
8538 (desktop-save-mode): Minor mode introduced.
8539 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
8540 (desktop-load-default): Function made obsolete.
8541 (desktop-locals-to-save): Variable made customizable.
8542 (desktop-read): Optional parameter `dirname' added.
8543 (desktop-change-dir, desktop-revert): Parameter `dirname' in
8544 `desktop-read' used.
8545 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
8546
8547 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
8548
8549 * whitespace.el (whitespace-clean-msg): Add user customizable message
8550 for displaying ``clean'' output.
8551 (whitespace-buffer): Use `whitespace-clean-msg'.
8552 (whitespace-global-mode): Fix typo.
8553
8554 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8555
8556 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8557
8558 2003-09-29 Lute Kamstra <lute@gnu.org>
8559
8560 * bindings.el (mode-line-modes): Remove superfluous :propertize
8561 construct in initialization.
8562 (mode-line-position): Change cons cell into proper list in
8563 initialization.
8564
8565 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8566
8567 * international/mule.el (decode-coding-inserted-region): Use car
8568 of the return value of find-operation-coding-system.
8569
8570 2003-09-29 Kenichi Handa <handa@m17n.org>
8571
8572 * descr-text.el (describe-char): Fix previous change.
8573
8574 2003-09-28 Kenichi Handa <handa@m17n.org>
8575
8576 * descr-text.el (describe-char-display): New function.
8577 (describe-char): Pay attention to display table on describing how
8578 a character is displayed.
8579
8580 * international/mule-cmds.el (encoded-string-description):
8581 Prepend "0x" to each encoded byte.
8582
8583 2003-09-28 Andreas Schwab <schwab@suse.de>
8584
8585 * find-file.el (ff-special-constructs): Add autoload cookie.
8586
8587 2003-09-28 Kevin Ryde <user42@zip.com.au>
8588
8589 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8590 makeinfo appends to duplicate index entries.
8591
8592 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8593
8594 * dired-x.el (dired-clean-tex): Doc fix.
8595
8596 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8597 using a Chinese tutorial.
8598
8599 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8600
8601 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8602 between "MAIL FROM:" and "RCPT TO:" and the following address.
8603
8604 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8605
8606 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8607
8608 2003-09-28 David Ponce <david@dponce.com>
8609
8610 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8611 (recentf-load-list): When `recentf-initialize-file-name-history'
8612 is non-nil, initialize an empty `file-name-history' with the
8613 recent list.
8614
8615 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8616
8617 * man.el (Man-default-man-entry): Remove the leading `*' from the
8618 word at point.
8619
8620 2003-09-26 Lute Kamstra <lute@gnu.org>
8621
8622 * bindings.el (mode-line-position): Mention size indication in
8623 docstring.
8624
8625 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8626
8627 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8628
8629 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8630 because it's autoloaded now.
8631
8632 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8633
8634 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8635 (sh-font-lock-keywords, sh-feature): Fix previous change of
8636 sh-feature to avoid infloop with sh-font-lock-keywords.
8637
8638 2003-09-25 Kim F. Storm <storm@cua.dk>
8639
8640 * frame.el (frame-current-scroll-bars): New defun.
8641
8642 * window.el (window-current-scroll-bars): New defun.
8643
8644 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8645
8646 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8647 cause errors when the state cache contains info on parts that have
8648 been narrowed out.
8649
8650 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8651
8652 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8653 `c-setup-paragraph-variables' has to be used when this variable is
8654 changed; it doesn't work to reinitialize the mode since that
8655 typically clobbers the variable.
8656
8657 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8658 Make it interactive.
8659
8660 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8661
8662 * progmodes/cc-fonts.el (c-font-lock-declarations):
8663 Fix recognition of constructors and destructors for classes whose
8664 names are matched by `*-font-lock-extra-types'.
8665
8666 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8667 followed by an identifier in C++ then it's a type.
8668
8669 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8670
8671 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8672 problem that primarily affected XEmacs. Don't use faces to find
8673 unterminated strings since Emacs and XEmacs fontify strings
8674 differently - this function should now work better in XEmacs.
8675
8676 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8677
8678 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8679 `expand-abbrev' workaround which caused braces to misbehave inside
8680 macros.
8681
8682 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8683 handling. This bug could cause interactive font locking to bail out.
8684
8685 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8686
8687 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8688 Handle paren-style types in Pike. Also fixed some cases of
8689 insufficient handling of unbalanced parens.
8690
8691 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8692
8693 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8694 common shell prompts that are not common filename or URL characters.
8695 (ffap-file-at-point): Use the new regexp to strip the prompts from
8696 the file names. This is an issue mostly for user prompts that
8697 don't have a trailing space and find-file-at-point is invoked from
8698 within a shell inside Emacs.
8699
8700 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8701
8702 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8703 stamps numerically, rather than textually.
8704
8705 2003-09-24 Kenichi Handa <handa@m17n.org>
8706
8707 * language/devan-util.el (devanagari-post-read-conversion):
8708 * language/mlm-util.el (malayalam-post-read-conversion):
8709 * language/tml-util.el (tamil-post-read-conversion):
8710 Add autoload cookie.
8711
8712 * international/utf-8.el (utf-8-post-read-conversion):
8713 Call post-read-conversion functions for Devanagari, Malayalam,
8714 and Tamil.
8715
8716 2003-09-23 Dave Love <fx@gnu.org>
8717
8718 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8719
8720 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8721
8722 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8723 Update gud-remove.
8724
8725 2003-09-22 Richard M. Stallman <rms@gnu.org>
8726
8727 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8728 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8729 (sh-mode-syntax-table-input): New variable.
8730 (sh-require-final-newline): Don't use eval.
8731 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8732 (sh-variables, sh-font-lock-keywords): Don't use eval.
8733 (sh-set-shell): When setting require-final-newline,
8734 treat value = `require-final-newline' as don't change it.
8735 Set sh-mode-syntax-table locally based on
8736 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8737
8738 * progmodes/compile.el (compile-internal):
8739 Call compilation-set-window-height before setting window start.
8740
8741 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8742
8743 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8744 Clear out byte-compile-last-warned-form.
8745
8746 2003-09-22 Richard M. Stallman <rms@gnu.org>
8747
8748 * woman.el (woman-file-name, woman-follow-word):
8749 If current-word returns nil, use "".
8750
8751 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8752
8753 2003-09-22 Richard M. Stallman <rms@gnu.org>
8754
8755 * emacs-lisp/lisp-mnt.el (lm-with-file):
8756 Don't visit the file, just use insert-file-contents in temp buffer.
8757
8758 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8759
8760 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8761 Add surrounding \\( and \\) around the header, as in
8762 for lm-history-header 'Change Log\\|History'.
8763
8764 2003-09-22 John Paul Wallington <jpw@gnu.org>
8765
8766 * progmodes/ld-script.el: Add Commentary section,
8767 minor cleanup of file header.
8768 (ld-script-font-lock-keywords): Doc fix.
8769 (toplevel): Provide `ld-script' feature.
8770
8771 2003-09-21 Kim F. Storm <storm@cua.dk>
8772
8773 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8774 new built-in variable default-frame-scroll-bars.
8775 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8776 scroll-bar-mode; notably, use it instead of t when we toggle
8777 scroll-bars on.
8778 (toggle-scroll-bar): Use default-frame-scroll-bars.
8779
8780 2003-09-19 Masatake YAMATO <jet@gyve.org>
8781
8782 * pcvs.el (cvs-do-removal): Change the prompt depending on
8783 `filter' value.
8784
8785 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8786
8787 * startup.el (command-line-1): Stop startup-echo-area-message
8788 being hidden by "Loading image..." message.
8789 (use-fancy-splash-screens-p, display-splash-screen):
8790 Move display-graphic-p test from latter to former.
8791
8792 * progmodes/sh-script.el (sh-font-lock-keywords):
8793 Highlight escaped EOLs differently from other backslash constructs.
8794
8795 2003-09-19 Richard M. Stallman <rms@gnu.org>
8796
8797 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8798 New functions.
8799 (edebug-enter, edebug-outside-excursion): Use them.
8800
8801 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8802 Fix the condition for whether to print "In WHERE".
8803
8804 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8805
8806 * finder.el (finder-mode-hook): New variable.
8807 (finder-mode): Run hook finder-mode-hook
8808
8809 2003-09-18 Masatake YAMATO <jet@gyve.org>
8810
8811 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8812
8813 2003-09-17 Mario Lang <mlang@delysid.org>
8814
8815 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8816 "p %e" to actually print the value in the GUD buffer.
8817
8818 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8819
8820 From David Ponce <david.ponce@wanadoo.fr>:
8821 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8822 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8823 from loaddefs-boot.el if necessary.
8824
8825 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8826
8827 * progmodes/gud.el (gud-find-class): Make jdb work again since
8828 cc-mode changed the syntactic information.
8829
8830 2003-09-15 David Ponce <david@dponce.com>
8831
8832 * recentf.el: (recentf-exclude): Accept predicates too.
8833 (recentf-file-readable-p): New function.
8834 (recentf-include-p): Handle predicates in recentf-exclude.
8835 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8836 (recentf-cleanup): Likewise.
8837 (recentf-save-list): Use write-file to handle backup of
8838 recentf-save-file.
8839
8840 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8841
8842 * loaddefs-boot.el: Renamed from `loaddefs.el'
8843 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8844 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8845 necessary.
8846
8847 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8848
8849 * electric.el (Electric-pop-up-window): For the `one-window' case,
8850 no longer disconcertingly move point in the original buffer.
8851
8852 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8853
8854 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8855
8856 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8857
8858 * dired.el (dired-mode-map): Fix typo.
8859
8860 2003-09-11 Richard M. Stallman <rms@gnu.org>
8861
8862 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8863
8864 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8865
8866 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8867 the function is less noisy. Now only `kill-buffer' can ask questions.
8868
8869 2003-09-10 Mario Lang <mlang@delysid.org>
8870
8871 * battery.el: Update Commentary and Copyright.
8872 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8873 appear due to wrong ordering of the expressions in `or'.
8874
8875 2003-09-09 Lute Kamstra <lute@gnu.org>
8876
8877 * misc.el (upcase-char): Fix docstring.
8878 (zap-up-to-char): New command.
8879
8880 2003-09-08 David Ponce <david@dponce.com>
8881
8882 Ensure that recentf correctly updates the menu bar.
8883 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8884 (recentf-menu-bar): New function.
8885 (recentf-clear-data): Use it
8886 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8887 of easy-menu-change.
8888
8889 2003-09-08 Lute Kamstra <lute@gnu.org>
8890
8891 * simple.el (size-indication-mode): New.
8892 * bindings.el (mode-line-position): Add buffer size indicator.
8893
8894 2003-09-04 Mario Lang <mlang@delysid.org>
8895
8896 * battery.el (battery-linux-proc-acpi): New function.
8897 (battery-status-function): Modify default value calculation to also
8898 check for availability of ACPI.
8899 (battery-echo-area-format): Ditto.
8900 (battery-mode-line-format): Ditto.
8901
8902 2003-09-06 Dave Love <fx@gnu.org>
8903
8904 * ielm.el (ielm-mode-hook): Add :options.
8905
8906 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8907 (eldoc-print-current-symbol-info): Use it.
8908
8909 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8910
8911 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8912 being displayed in GUD buffer.
8913 (gdb-idle-input-queue): Remove var. Use just one queue.
8914 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8915 Remove functions. Use just one queue.
8916 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8917 (gdb-invalidate-assembler, gdb-get-current-frame):
8918 Modify functions. Use just one queue.
8919
8920 2003-09-04 Dave Love <fx@gnu.org>
8921
8922 * cus-start.el: Add blink-cursor-alist.
8923
8924 * ruler-mode.el (ruler-mode-fill-column-char)
8925 (ruler-mode-current-column-char): Use char-displayable-p,
8926 not window-system.
8927
8928 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8929
8930 * language/european.el (windows-1252): Move from code-pages.
8931
8932 * language/cyrillic.el ("Windows-1251"): Delete.
8933 ("Bulgarian", "Belarusian"): Remove `features'.
8934 (windows-1251): Move from code-pages.
8935
8936 * international/mule-diag.el (non-iso-charset-alist):
8937 Remove `codepage' stuff.
8938 (print-designation, list-coding-systems-1): Output fixes.
8939
8940 * international/code-pages.el (cp-make-translation-table)
8941 (cp-valid-codes): Made defsubsts.
8942 (cp-fix-safe-chars): Delete.
8943 (mule-diag): Don't require.
8944 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8945 (top-level): Check for defined coding system when defining
8946 cp... aliases. Change w32-add-charset-info test to avoid warning.
8947 (non-iso-charset-alist): Defvar when compiling.
8948 (cp-make-coding-system): Doc fix.
8949
8950 2003-09-02 Jason Rumney <jasonr@gnu.org>
8951
8952 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8953 line-ends from CVS before doing conversion.
8954
8955 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8956
8957 * calendar/diary-lib.el (diary-header-line-flag)
8958 (diary-header-line-format): New variables.
8959 (list-diary-entries): Use them to set header line in simple diary.
8960
8961 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8962 other than font-lock-string-face to highlight backslashes.
8963
8964 2003-09-01 Jason Rumney <jasonr@gnu.org>
8965
8966 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8967 regexp.
8968
8969 2003-09-01 Dave Love <fx@gnu.org>
8970
8971 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8972
8973 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8974 and :help; also line and column numbers labels.
8975
8976 * international/mule-util.el (char-displayable-p): Move from
8977 latin1-disp, rename and autoload.
8978
8979 * international/latin1-disp.el (latin1-char-displayable-p):
8980 Now obsolete alias. Replace uses with char-displayable-p.
8981 (latin1-display-ucs-per-lynx): Fix last change.
8982
8983 * international/mule-cmds.el (standard-display-european-internal):
8984 Don't use char code for Latin-1 NBSP.
8985 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8986 U+2018, U+2019 for `'.
8987 (select-safe-coding-system): Message fix.
8988
8989 2003-09-01 Kenichi Handa <handa@m17n.org>
8990
8991 * international/fontset.el (setup-default-fontset): For Thai
8992 font, specify "*" family.
8993
8994 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8995
8996 * progmodes/compile.el (previous-error): Accept a prefix
8997 argument, similarly to next-error.
8998
8999 2003-08-31 Masatake YAMATO <jet@gyve.org>
9000
9001 * pcvs.el (cvs-do-removal): Use = instead of eq to check
9002 the number of files. Bind the number of files to a local
9003 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
9004
9005 2003-08-30 Eli Zaretskii <eliz@gnu.org>
9006
9007 * vc-hooks.el (vc-make-version-backup): Fix the change made on
9008 2003-07-26: msdos-long-file-names is a function, not a variable.
9009
9010 2003-08-29 Richard M. Stallman <rms@gnu.org>
9011
9012 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
9013 Do nothing with mail-personal-alias-file if it is nil.
9014
9015 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
9016 Do nothing if mail-personal-alias-file is nil.
9017
9018 * term.el (term-exec-1): Bind coding-system-for-read.
9019
9020 * dired.el (dired-mouse-find-file-other-window):
9021 Use dired-view-command-alist here, as in dired-view-file.
9022 (dired-view-command-alist): Use %s to substitute file name.
9023 Handle .ps_pages, .eps, .jpg, .gif, .png.
9024
9025 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9026
9027 * info.el (Info-mode-map): Bind S-tab and <backtab> to
9028 `Info-prev-reference', instead of M-tab.
9029
9030 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
9031
9032 * simple.el (blink-matching-open): Work correctly on chars that
9033 are designated as parens through the syntax-table text property.
9034
9035 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
9036
9037 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
9038 line break position in the middle of a non-kinsoku (e.g. latin)
9039 word, making it skip until either a space or a character with
9040 category "|".
9041 (kinsoku-longer): Test for end of buffer.
9042
9043 2003-08-28 Eli Zaretskii <eliz@gnu.org>
9044
9045 * mail/rmail.el (rmail-convert-to-babyl-format):
9046 Detect quoted-printable- and base64-encoded messages and decode them
9047 automatically. Set the message's encoding from the charset=
9048 header, if any. Decode base64-encoded messages in Mail format as well.
9049
9050 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9051
9052 * mail/smtpmail.el: Fix previous change.
9053 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
9054 calling smtpmail-via-smtp.
9055 (smtpmail-via-smtp): Add fall-back values for envelope-from.
9056
9057 2003-08-26 John Paul Wallington <jpw@gnu.org>
9058
9059 * image.el (image-jpeg-p): Don't search beyond length of data.
9060
9061 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9062
9063 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
9064 misfeature in `expand-abbrev' which caused electric keywords like
9065 "else" to disappear if an open brace was typed directly afterwards.
9066
9067 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9068
9069 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
9070 mandatory in `define-widget'.
9071
9072 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
9073 Don't align the operators "!=", "<=" and ">=" as assignment operators.
9074
9075 (c-assignment-operators): New language constant that only contains
9076 the assignment operators.
9077
9078 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
9079
9080 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9081
9082 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9083 Safeguard against unbalanced sexps.
9084
9085 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
9086
9087 * version.el (emacs-version): Check for gtk. Include gtk version info.
9088
9089 2003-08-25 John Paul Wallington <jpw@gnu.org>
9090
9091 * man.el (Man-default-man-entry): Don't whizz past the section
9092 number before looking for it.
9093
9094 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
9095
9096 * progmodes/gud.el (gud-display-line): Don't set window-point if
9097 source buffer is not visible. (Only happens with M-x gdba.)
9098
9099 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
9100 documentation.
9101 (gdb-source, gdb-source-info): Update to assembler unnecessary
9102 as its done after each GDB command anyway.
9103 (gdb-pre-prompt): Use with-current-buffer.
9104 (gdb-insert-field): Add help-echo text.
9105 (gdb-invalidate-assembler): Re-display of assembler now done in
9106 gdb-info-breakpoints-custom.
9107 (gdb-info-breakpoints-custom): Force re-display of assembler to
9108 happen *after* update of breakpoints buffer.
9109 (gdb-display-source-buffer): Don't choke if gdb-source-window
9110 isn't visible.
9111 (gdb-put-string, gdb-put-arrow): Remove free variables.
9112
9113 2003-08-24 John Paul Wallington <jpw@gnu.org>
9114
9115 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
9116
9117 * man.el (Man-default-man-entry): Strip text properties when
9118 snarfing parts of entry because `format' preserves properties.
9119
9120 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9121
9122 * files.el (file-newest-backup): Use `expand-file-name'.
9123
9124 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
9125 Allow the diary to pop up a new frame, if needed.
9126
9127 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
9128 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
9129 (smtpmail-send-it): Make treatment of envelope-from consistent with
9130 sendmail.el.
9131
9132 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
9133 (sh-leading-keywords): Add the bash `time' reserved word.
9134 (sh-variables): Add some bash variables.
9135 (sh-add-completer): Fix nil branch of case statement.
9136
9137 2003-08-24 Masatake YAMATO <jet@gyve.org>
9138
9139 * progmodes/ld-script.el: New file.
9140
9141 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
9142
9143 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
9144
9145 2003-08-23 Andre Spiegel <spiegel@gnu.org>
9146
9147 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
9148 Better explain obsolescence, and what to use instead.
9149
9150 2003-08-23 Masatake YAMATO <jet@gyve.org>
9151
9152 * pcvs.el (cvs-do-removal): Show the deleted file name
9153 on the prompt.
9154
9155 2003-08-20 Dave Love <fx@gnu.org>
9156
9157 * international/mule.el (make-coding-system)
9158 (set-buffer-file-coding-system): Doc fix.
9159
9160 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
9161
9162 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
9163
9164 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
9165
9166 * international/utf-16.el: Add mime-text-unsuitable coding system
9167 properties.
9168
9169 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
9170
9171 * cus-edit.el: Add some :links.
9172 (bib): Remove.
9173
9174 * textmodes/bib-mode.el (bib): Add :group external.
9175
9176 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9177
9178 * wid-edit.el (widget-echo-help): Make it handle expressions that
9179 evaluate to strings.
9180
9181 2003-08-18 Michael Mauger <mmaug@yahoo.com>
9182
9183 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
9184
9185 Simplify selection of SQL products to define highlighting and
9186 interactive mode. Includes detailed instructions on adding
9187 support for new products.
9188
9189 * progmodes/sql.el (sql-product): New variable. Identifies SQL
9190 product for use in highlighting and interactive mode.
9191 (sql-interactive-product): New variable. SQL product for
9192 sql-interactive-mode.
9193 (sql-product-support): New variable. Specifies product-specific
9194 parameters to drive highlighting and interactive mode.
9195 (sql-imenu-generic-expression): Add more object types.
9196 (sql-sqlite-options): Correct comment.
9197 (sql-ms-program): Use "osql" rather than "isql".
9198 (sql-prompt-regexp, sql-prompt-length): Update comment.
9199 (sql-mode-menu): Add "Start SQLi session" entry.
9200 Replace Highlighting submenu with Product menu. Fix Send Region entry.
9201 (sql-mode-abbrev-table): Add abbreviations. Support of
9202 SYSTEM-FLAG on define-abbrev. Support was removed with last
9203 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
9204 (sql-mode-font-lock-object-name): Add font-lock pattern for object
9205 names.
9206 (sql-mode-ansi-font-lock-keywords): Set as default value.
9207 (sql-mode-oracle-font-lock-keywords): Set as default value.
9208 Support Oracle 9i keywords.
9209 (sql-mode-postgres-font-lock-keywords): Set as default value.
9210 (sql-mode-linter-font-lock-keywords): Set as default value.
9211 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
9212 SQLServer 2000.
9213 (sql-mode-sybase-font-lock-keywords)
9214 (sql-mode-interbase-font-lock-keywords)
9215 (sql-mode-sqlite-font-lock-keywords)
9216 (sql-mode-strong-font-lock-keywords)
9217 (sql-mode-mysql-font-lock-keywords)
9218 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
9219 keywords.
9220 (sql-mode-font-lock-defaults): Update comment.
9221 (sql-product-feature): New function. Returns feature associated
9222 with a product from `sql-product-support' alist.
9223 (sql-product-font-lock): New function. Set font-lock support
9224 based on `sql-product'.
9225 (sql-add-product-keywords): New function. Add font-lock rules to
9226 product-specific keyword variables.
9227 (sql-set-product): New function. Set `sql-product' and apply
9228 appropriate font-lock highlighting.
9229 (sql-highlight-product): New function. Set font-lock support
9230 based on a product. Also set mode name to include product name.
9231 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
9232 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
9233 Use `sql-set-product'.
9234 (sql-highlight-ms-keywords)
9235 (sql-highlight-sybase-keywords)
9236 (sql-highlight-interbase-keywords)
9237 (sql-highlight-strong-keywords)
9238 (sql-highlight-mysql-keywords)
9239 (sql-highlight-sqlite-keywords)
9240 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
9241 (sql-get-login): Prompt in the same order as the tokens.
9242 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
9243 (sql-product-interactive): New function. Common portions of
9244 product-specific interactive mode wrappers.
9245 (sql-interactive-mode): Rewritten to use product features.
9246 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9247 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9248 (sql-db2, sql-linter): Use `sql-product-interactive'.
9249 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9250 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9251 (sql-connect-ingres, sql-connect-postgres)
9252 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9253 New functions. Format command line parameters and invoke comint on
9254 the appropriate interpreter. Code was in the corresponding
9255 `sql-xyz' function before.
9256 (sql-connect-ms): New function. Support -E argument to use
9257 operating system credentials for authentication.
9258
9259 2003-08-18 Kenichi Handa <handa@m17n.org>
9260
9261 * international/mule.el (encode-char): Fix for the ASCII case.
9262
9263 2003-08-15 Kenichi Handa <handa@m17n.org>
9264
9265 * international/fontset.el (setup-default-fontset): Change "*" to
9266 nil in the specifications of font family.
9267
9268 2003-08-18 Kim F. Storm <storm@cua.dk>
9269
9270 * kmacro.el (kmacro-keymap): Group related bindings in
9271 initialization for clarity. Bind C-s to start macro.
9272 Remove C-r binding.
9273 (kmacro-initial-counter-value): New defvar to hold initial counter
9274 value in case we set the value before defining a macro.
9275 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
9276 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
9277 not defining or executing macro. Doc fix.
9278 (kmacro-add-counter): Clear kmacro-initial-counter-value.
9279 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
9280 temporarily view older elements on the macro ring without cycling
9281 the ring.
9282 (kmacro-display): Doc fix.
9283 (kmacro-exec-ring-item): New helper function.
9284 (kmacro-call-ring-2nd): Use it.
9285 (kmacro-call-ring-2nd-repeat): Doc fix.
9286 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
9287 (kmacro-end-or-call-macro): Execute last viewed macro (using
9288 kmacro-exec-ring-item) from ring if this follows
9289 kmacro-view-macro. This allows us to find a macro on the ring
9290 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
9291 the ring to bring it to the head of the ring.
9292 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
9293 Allow binding to reserved keys without specifying C-x C-k prefix.
9294 Ask for confirmation if entered key sequence is already bound to
9295 a non-macro command.
9296 (kmacro-view-macro): Repeating command will show older elements
9297 on the macro ring; C-k will execute the last viewed macro.
9298 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
9299 property from 'ring to 'head.
9300
9301 2003-08-17 Alan Shutko <ats@acm.org>
9302
9303 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
9304 keeping December out of the alist.
9305
9306 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9307
9308 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
9309 * calendar/calendar.el (calendar-mode-map): Bind it to key.
9310 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
9311 (calendar-flatten): New function.
9312 (calendar-mouse-view-other-diary-entries)
9313 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
9314 in the menu title and to show multi-line diary entries correctly
9315 in the menu.
9316
9317 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
9318
9319 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
9320 defcustom, because the default was recently changed.
9321
9322 2003-08-16 Richard M. Stallman <rms@gnu.org>
9323
9324 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
9325
9326 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9327 New subroutine, broken out of eval-last-sexp-1.
9328 (eval-last-sexp-1): Use eval-last-sexp-print-value.
9329
9330 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
9331
9332 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
9333
9334 * simple.el (eval-expression): Use eval-last-sexp-print-value.
9335
9336 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
9337
9338 * progmodes/compile.el (compilation-error-regexp-alist):
9339 Add Java ANt error detection as described in document
9340 http://ant.apache.org/faq.html
9341
9342 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
9343
9344 * simple.el (backward-word, forward-to-indentation)
9345 (backward-to-indentation): Argument changed to optional.
9346 (next-line, previous-line): Use `or' instead of `unless'.
9347
9348 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9349
9350 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
9351 instead of a constant.
9352
9353 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
9354
9355 * shell.el (shell): With prefix-arg, suggest a new buffer name.
9356
9357 2003-08-12 Andre Spiegel <spiegel@gnu.org>
9358
9359 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
9360 (vc-sccs-workfile-version): Search the entire delta table, rather
9361 than just the first entry, because that might be a deleted version.
9362
9363 2003-08-11 Karl Fogel <kfogel@red-bean.com>
9364
9365 * menu-bar.el (menu-bar-options-menu): Supply a body for the
9366 [save-place] binding in the Options menu. Have it require
9367 'saveplace' and then toggle the variable manually, to avoid an an
9368 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
9369 for the bug report.
9370
9371 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
9372
9373 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
9374 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
9375 (gdb-info-threads-custom): Add help-echo text.
9376 (gdb-display-back): Don't use purecopy.
9377 (gdb-info-breakpoints-custom, gdb-reset)
9378 (gdb-assembler-custom): Use display-images-p to test if breakpoint
9379 icons can be displayed.
9380
9381 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
9382
9383 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
9384
9385 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
9386
9387 * bookmark.el (bookmark-completing-read):
9388 Return a string, instead of a list of one string.
9389 Use a popup menu if activated from the mouse.
9390 (bookmark-edit-annotation): Remove unused vars.
9391 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
9392 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
9393 to bookmark-completing-read.
9394 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9395 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
9396 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
9397 and erase-buffer.
9398 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
9399 (bookmark-menu-jump, bookmark-menu-insert)
9400 (bookmark-popup-menu-and-apply-function)
9401 (bookmark-menu-popup-paned-bookmark-menu): Remove.
9402 (bookmark-menu-build-paned-menu): Remove by folding it into
9403 bookmark-menu-popup-paned-menu.
9404 (menu-bar-bookmark-map): Move the define-key statements here.
9405 Use the "non-menu" commands since they now pop up a menu if needed.
9406 (bookmark-exit-hook-internal): Simplify.
9407
9408 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
9409
9410 * reftex-toc.el (reftex-toc-rename-label): New function.
9411 (reftex-toc-check-docstruct): New function.
9412
9413 * reftex.el (reftex-region-active-p): New function.
9414
9415 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
9416 regexp to find the \bibliography macro.
9417
9418 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
9419 which does not exist in LaTeX.
9420 (reftex-cite-format-builtin): Added amsrefs support.
9421 (reftex-toc-confirm-promotion): New option
9422
9423 * reftex-toc.el
9424 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
9425 (reftex-toc-demote, reftex-toc-promote)
9426 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9427 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9428 (reftex-toc-newhead-from-alist)
9429 (reftex-toc-load-all-files-for-promotion): New functions.
9430 (reftex-toc-help): Added description of new keys.
9431 (reftex-toc-split-windows-fraction): New option.
9432 (reftex-recenter-toc-when-idle): Search *toc* window on all
9433 visible frames.
9434 (reftex-toc): Additional parameter REUSE
9435 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
9436 with REUSE argument.
9437 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
9438 the call of `reftex-toc'.
9439 (reftex-make-separate-toc-frame): New function .
9440 (reftex-toc-recenter): When called with triple prefix arg, call
9441 `reftex-make-separate-toc-frame' first.
9442 (reftex-toc-toggle-dedicated-frame): New command.
9443 (reftex-toc-quit): Adapted to delete frame when called in
9444 dedicated frame.
9445
9446 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
9447 all enclosing macros.
9448
9449
9450 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9451
9452 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
9453 first use.
9454
9455 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9456
9457 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
9458
9459 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9460
9461 * calendar/calendar.el (list-diary-entries-hook)
9462 (diary-display-hook, nongregorian-diary-listing-hook)
9463 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
9464 Add some customize options for these hooks.
9465 (calendar-abbrev-construct): Don't try to take a substring longer
9466 than the original string.
9467
9468 2003-08-05 Richard M. Stallman <rms@gnu.org>
9469
9470 * emacs-lisp/testcover.el (noreturn): Report error if does return.
9471 (testcover-reinstrument-clauses): Doc fix.
9472
9473 * emacs-lisp/warnings.el: Doc fixes, args renamed.
9474 (warning-type-format): Rename from warning-group-format.
9475
9476 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
9477 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
9478 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
9479 to prevent warnings about defvar for an obsolete variable.
9480
9481 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9482 warning-group-format renamed to warning-type-format.
9483
9484 * subr.el (read-passwd): Use clear-string instead of fillarray.
9485
9486 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
9487 Use vconcat instead of concat.
9488 (edmacro-sanitize-for-string): New function.
9489
9490 2003-08-05 Dave Love <fx@gnu.org>
9491
9492 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
9493 line-number-display-limit-width.
9494
9495 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
9496
9497 2003-08-05 Kenichi Handa <handa@m17n.org>
9498
9499 * international/code-pages.el: Don't require mule-diag.
9500
9501 * international/mule-diag.el (non-iso-charset-alist):
9502 Add autoload cookie.
9503
9504 * language/devan-util.el (dev-glyph-order): Add an entry for the
9505 glyph code #xC4.
9506
9507 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9508
9509 * calendar/calendar.el (diary-file, diary-file-name-prefix)
9510 (european-calendar-style, diary-date-forms)
9511 (calendar-day-name-array, calendar-month-name-array): Doc change.
9512 (generate-calendar-month): Adapt for new behaviour of
9513 `calendar-day-name' function.
9514 (calendar-abbrev-length, calendar-day-abbrev-array)
9515 (calendar-month-abbrev-array): New variables.
9516 (calendar-abbrev-construct): New function.
9517 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
9518 rather than fixing abbrevs at some width. Calling syntax change.
9519 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
9520 (calendar-date-string): Adapt for new behaviours of
9521 `calendar-day-name' and `calendar-month-name' functions.
9522
9523 * calendar/diary-lib.el (list-diary-entries): Adapt for new
9524 behaviour of `calendar-day-name' and `calendar-month-name' functions.
9525 (diary-name-pattern): Use abbrev arrays, rather than fixing
9526 abbrevs at three chars. Calling syntax change.
9527 (mark-diary-entries): Adapt for new behaviours of
9528 `diary-name-pattern' and `calendar-make-alist' functions.
9529 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
9530 `diary-name-pattern' function.
9531 (font-lock-diary-date-forms): Use abbrev arrays, rather than
9532 fixing abbrevs at three chars. Calling syntax change.
9533 (cal-hebrew, cal-islam): Require when compiling.
9534 (diary-font-lock-keywords): Adapt for new behaviour of
9535 `font-lock-diary-date-forms' function.
9536
9537 * calendar/cal-hebrew.el: Reposition some code so defined before used.
9538 (calendar-hebrew-month-name-array-common-year)
9539 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
9540 (list-hebrew-diary-entries): Adapt for new behaviours of
9541 `calendar-day-name' and `add-to-diary-list' functions.
9542 (mark-hebrew-diary-entries): Adapt for new behaviours of
9543 `diary-name-pattern' and `calendar-make-alist' functions.
9544
9545 * calendar/cal-islam.el (calendar-islamic-month-name-array):
9546 Add doc string.
9547 (list-islamic-diary-entries): Adapt for new behaviours of
9548 `calendar-day-name' and `add-to-diary-list' functions.
9549 (mark-islamic-diary-entries): Adapt for new behaviours of
9550 `diary-name-pattern' and `calendar-make-alist' functions.
9551
9552 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9553 `calendar-month-name' function.
9554
9555 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9556
9557 * calendar/solar.el (solar-seasons-data): Move definition before use.
9558
9559 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9560 (cal-tex-LaTeX-hourbox): Move definition before use.
9561
9562 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9563 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9564 lunar.el, solar.el
9565 (displayed-month, displayed-year): Define for compiler.
9566
9567 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9568
9569 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9570 MODE. Renamed from c-init-c-language-vars'.
9571 (c-initialize-cc-mode): Change accordingly.
9572 (c-common-init): Ditto.
9573 (c-mode): Ditto.
9574 (c++-mode): Use `c-init-language-vars-for'.
9575 (objc-mode): Ditto.
9576 (java-mode): Ditto.
9577 (idl-mode): Ditto.
9578 (pike-mode): Ditto.
9579 (awk-mode): Ditto.
9580
9581 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9582
9583 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9584 or not the point moved.
9585
9586 (c-search-decl-header-end): Don't trip up on operator identifiers
9587 in C++ and operators like == in all languages.
9588
9589 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9590 Detect leading labels correctly.
9591
9592 2003-08-02 Andreas Schwab <schwab@suse.de>
9593
9594 * textmodes/ispell.el: Don't redo key bindings on loading, put
9595 them only in loaddefs.el.
9596 * bookmark.el: Likewise.
9597 * dabbrev.el: Likewise.
9598 * emerge.el: Likewise.
9599
9600 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9601 has more than one member.
9602
9603 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9604
9605 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9606
9607 * lpr.el (printify-region): It was ending conversion before the
9608 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9609
9610 2003-07-31 John Paul Wallington <jpw@gnu.org>
9611
9612 * net/browse-url.el (browse-url-epiphany): Doc fix.
9613
9614 2003-07-30 Kenichi Handa <handa@m17n.org>
9615
9616 * international/fontset.el (setup-default-fontset):
9617 Change registry names of Akurti fonts.
9618
9619 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9620
9621 * comint.el (comint-read-noecho): Use `clear-string' instead of
9622 `fillarray'.
9623
9624 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9625
9626 * outline.el (outline-mode-hook): Add defvar.
9627
9628 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9629
9630 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9631 Restore assembler in source window if that is what has been selected.
9632 (menu): Add gdb-restore-windows to menu. Make gdba
9633 specific menus only visible from gdba.
9634
9635 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9636
9637 * progmodes/compile.el (compilation-environment): New user variable.
9638 (compile-internal): Respect it.
9639
9640 2003-07-23 Masatake YAMATO <jet@gyve.org>
9641
9642 * progmodes/gud.el (gdb-script-font-lock-keywords):
9643 Put `font-lock-function-name-face' on a symbol which includes
9644 `-' like `hook-run'. Put font-lock-variable-name-face
9645 on a symbol starting with $.
9646
9647 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9648
9649 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9650
9651 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9652
9653 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9654
9655 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9656
9657 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9658 Use with-no-warnings.
9659 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9660 rather than to find-file-not-found-hook, which doesn't exist.
9661
9662 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9663
9664 * international/quail.el (quail-translate-key): Fix previous change.
9665
9666 2003-07-25 John Paul Wallington <jpw@gnu.org>
9667
9668 * server.el (server-start): Check `server-process' is non-nil
9669 before killing it to avoid killing current buffer's process.
9670
9671 * simple.el (choose-completion-string): Use `minibufferp';
9672 test `completion-reference-buffer' if `buffer' arg is nil.
9673 (push-mark): Use `when' and `unless'.
9674 (pop-mark): Use `when'.
9675
9676 * mouse-sel.el (mouse-sel-get-selection-function):
9677 Check `x-last-selected-text-primary'. Don't barf if it or
9678 `x-last-selected-text' aren't bound.
9679
9680 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9681
9682 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9683
9684 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9685
9686 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9687
9688 2003-07-23 John Paul Wallington <jpw@gnu.org>
9689
9690 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9691
9692 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9693
9694 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9695 string. Defvar the derived hook.
9696
9697 * macros.el (insert-kbd-macro): Escape double quote character.
9698 From Thomas W Murphy <twm@andrew.cmu.edu>.
9699
9700 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9701
9702 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9703 to match the specific mark rather than reusing comment-start-skip.
9704
9705 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9706
9707 * progmodes/hideshow.el (hs-special-modes-alist):
9708 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9709
9710 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9711
9712 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9713 value using ?\s.
9714
9715 2003-07-21 John Paul Wallington <jpw@gnu.org>
9716
9717 * subr.el (with-selected-window): Add closing paren.
9718
9719 2003-07-21 Richard M. Stallman <rms@gnu.org>
9720
9721 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9722 (lisp-mode): Likewise.
9723
9724 * subr.el (with-selected-window): Copy code form save-selected-window
9725 so as to call select-window with norecord arg.
9726 (dynamic-completion-table): Doc fix.
9727 (lazy-completion-table): Doc fix.
9728
9729 * international/mule-cmds.el (set-locale-environment):
9730 langinfo renamed to locale-info.
9731
9732 * international/mule.el (auto-coding-functions): Doc fix.
9733
9734 2003-07-21 Kenichi Handa <handa@m17n.org>
9735
9736 * international/quail.el (quail-translate-key):
9737 Update quail-current-str correctly.
9738
9739 2003-07-21 Andreas Schwab <schwab@suse.de>
9740
9741 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9742 ?, to "_".
9743
9744 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9745 Version 2.0.36 of Tramp released.
9746
9747 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9748 tramp-password-end-of-line.
9749 (tramp-password-end-of-line): New method parameter.
9750 (tramp-get-password-end-of-line): Function to access method
9751 parameter `tramp-password-end-of-line', or variable
9752 `tramp-default-password-end-of-line' (default value).
9753 (tramp-methods): Add entries for new parameter
9754 tramp-password-end-of-line.
9755 (tramp-enter-password): Use new function
9756 `tramp-get-password-end-of-line'.
9757 (tramp-handle-insert-file-contents): Do not
9758 unconditionally inhibit the file operation file-local-copy, only
9759 do that when the inhibit-file-name-operation is currently
9760 insert-file-contents. This fixes finding remote CVS-controlled
9761 files. (It would barf on inserting the CVS/Entries file
9762 literally, because the file-local-copy handler wasn't called.)
9763 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9764 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9765 (tramp-initial-commands): New variable.
9766 (tramp-process-initial-commands): New function, using the variable.
9767 (tramp-open-connection-setup-interactive-shell): Call the new function.
9768 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9769 method into the buffer name, never use nil. Reported by Hanak
9770 David <dhanak@inf.bme.hu>.
9771 (tramp-open-connection-setup-interactive-shell): Erase buffer
9772 before sending "stty -onlcr".
9773
9774 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9775
9776 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9777
9778 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9779
9780 2003-07-19 John Paul Wallington <jpw@gnu.org>
9781
9782 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9783 (artist-draw-rect, artist-draw-square): Doc fixes.
9784
9785 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9786
9787 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9788
9789 2003-07-19 Kenichi Handa <handa@m17n.org>
9790
9791 * international/kkc.el (kkc-show-conversion-list-update):
9792 Highlight the correct candidate in the message.
9793
9794 2003-07-18 John Paul Wallington <jpw@gnu.org>
9795
9796 * simple.el (current-word): Don't include punctuation char when
9797 `really-word' arg is non-nil.
9798
9799 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9800
9801 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9802 moved to the directory obsolete.
9803
9804 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9805
9806 * info.el (Info-menu-entry-name-re): Allow newlines in
9807 menu entry names.
9808
9809 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9810 syntax-ppss-after-change-function.
9811 (syntax-ppss-after-change-function): New alias. Update uses.
9812 (syntax-ppss): Catch the case where the buffer is narrowed.
9813
9814 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9815
9816 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9817 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9818
9819 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9820
9821 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9822 since it might be modified.
9823
9824 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9825 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9826 names to these language constants.
9827
9828 2003-07-15 Kim F. Storm <storm@cua.dk>
9829
9830 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9831 All uses changed.
9832
9833 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9834
9835 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9836 Namespace support.
9837
9838 2003-07-13 Juanma Barranquero <lektu@terra.es>
9839
9840 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9841 papers received).
9842
9843 2003-07-13 Karl Eichwalder <ke@suse.de>
9844
9845 * textmodes/po.el (po-find-charset): White space at the start of the
9846 Content-Type field body is non-mandatory.
9847
9848 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9849
9850 * textmodes/texinfo.el (texinfo-section-list):
9851 Append appendixsection; a synonym for appendixsec.
9852
9853 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9854
9855 * man.el (Man-translate-cleanup): New.
9856 (Man-translate-references): Call `Man-translate-cleanup' to clean
9857 leading, trailing and middle spaces.
9858
9859 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9860
9861 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9862 Handle `dired-directory' being a list.
9863
9864 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9865
9866 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9867 it doesn't exist.
9868
9869 2003-07-12 Richard M. Stallman <rms@gnu.org>
9870
9871 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9872
9873 * progmodes/cc-defs.el (c-make-keywords-re):
9874 Don't use delete-duplicates.
9875 (c-lang-const): Don't use mapcan.
9876
9877 * apropos.el (apropos-show-scores): Make it customizable.
9878 Document new meaning.
9879 (apropos): Compute scores from symbols.
9880 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9881
9882 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9883
9884 * ps-bdf.el: Fix copyright line.
9885 (bdf-directory-list): Fix initialization code.
9886
9887 2003-07-11 John Paul Wallington <jpw@gnu.org>
9888
9889 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9890 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9891 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9892
9893 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9894
9895 * emacs-lisp/ring.el (ring-elements): Doc fix.
9896
9897 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9898
9899 * calendar/timeclock.el (timeclock-relative)
9900 (timeclock-ask-before-exiting, timeclock-use-display-time):
9901 Doc changes.
9902 (timeclock-modeline-display): Give a message if
9903 `timeclock-use-display-time' is non-nil but `display-time-mode'
9904 is not active.
9905
9906 2003-07-11 Kenichi Handa <handa@m17n.org>
9907
9908 * international/mule-cmds.el (set-language-environment):
9909 Set current-language-environment to the correct string.
9910
9911 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9912
9913 * ps-print.el: Print line number correctly in a region. Reported by
9914 Tim Allen <timallen@ls83.fsnet.co.uk>.
9915 (ps-print-version): New version number (6.6.2).
9916 (ps-printing-region): Code fix.
9917
9918 2003-07-10 John Paul Wallington <jpw@gnu.org>
9919
9920 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9921 this function can be called from `add-completions-from-tags-table'.
9922
9923 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9924
9925 * calendar/timeclock.el (timeclock-use-display-time)
9926 (timeclock-day-over-hook, timeclock-workday-remaining)
9927 (timeclock-status-string, timeclock-when-to-leave)
9928 (timeclock-when-to-leave-string, timeclock-log-data)
9929 (timeclock-find-discrep, timeclock-day-base)
9930 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9931 (timeclock-modeline-display): Set the variable
9932 `timeclock-modeline-display'.
9933 (timeclock-update-modeline): Doc fix. Respect value of
9934 `timeclock-relative'.
9935
9936 2003-07-09 Richard M. Stallman <rms@gnu.org>
9937
9938 * textmodes/reftex-parse.el (reftex-all-document-files):
9939 Add autoload cookie.
9940
9941 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9942 (reftex-scanning-info-available-p): Add autoload cookie.
9943
9944 * international/mule-cmds.el
9945 (set-display-table-and-terminal-coding-system): Delete duplicate
9946 aset on standard-display-table.
9947
9948 * view.el (view-file): If existing buffer's major mode is special,
9949 don't go into view mode.
9950
9951 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9952
9953 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9954
9955 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9956 buffer changes; there's third party code that calls this function
9957 directly.
9958
9959 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9960
9961 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9962 (autodoc-font-lock-keywords): Don't byte compile on font lock
9963 initialization when running from byte compiled files.
9964
9965 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9966
9967 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9968 statement ends with auto-increment "++".
9969
9970 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9971
9972 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9973 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9974 these are changed, so declare them as variables and not constants.
9975
9976 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9977
9978 * subr.el (dolist, dotimes): Doc fix.
9979
9980 2003-07-08 Kim F. Storm <storm@cua.dk>
9981
9982 * international/mule-cmds.el
9983 (set-display-table-and-terminal-coding-system): Don't break
9984 bootstrap if standard-display-table isn't setup yet.
9985
9986 2003-07-07 Richard M. Stallman <rms@gnu.org>
9987
9988 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9989 Give it a doc string, and autoload it.
9990
9991 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9992 Use with-no-warnings.
9993
9994 * info.el (Info-search): If find invisible text, search again.
9995
9996 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9997
9998 * man.el (Man-name-regexp): Match + as part of name.
9999
10000 * simple.el (visible-mode): Rename from vis-mode.
10001 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
10002
10003 * simple.el (current-word): New arg REALLY-WORD specifies
10004 don't include punctuation chars.
10005
10006 * emacs-lisp/debug.el (debug, debugger-env-macro):
10007 Use with-no-warnings while accessing and binding unread-command-char.
10008
10009 * international/mule-cmds.el
10010 (set-display-table-and-terminal-coding-system): Use explicit loop
10011 instead of calling standard-display-default.
10012
10013 * net/ange-ftp.el (ange-ftp-file-symlink-p):
10014 Use condition-case to catch error in ange-ftp-get-files.
10015
10016 * net/browse-url.el (browse-url-browser-function):
10017 Add alternative for Epiphany.
10018 (browse-url-epiphany-program, browse-url-epiphany-arguments)
10019 (browse-url-epiphany-startup-arguments)
10020 (browse-url-epiphany-new-window-is-tab): New variables.
10021 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
10022
10023 * progmodes/compile.el (compile-auto-highlight): Default now t.
10024 (compile): Doc fix.
10025 (compilation-next-error): Fix previous change.
10026
10027 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
10028
10029 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
10030
10031 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
10032
10033 * gdb-ui.el (gdb-source-info): Display current frame when
10034 attaching to an existing process.
10035 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
10036 while laying out windows when attaching to an existing process.
10037
10038 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
10039
10040 * info.el (Info-menu): Use Info-menu-entry-name-re.
10041
10042 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
10043
10044 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
10045 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
10046
10047 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
10048 to match the same text.
10049
10050 2003-07-06 John Paul Wallington <jpw@gnu.org>
10051
10052 * vc.el (vc-annotate-offset): Move defvar up.
10053
10054 2003-07-06 Kim F. Storm <storm@cua.dk>
10055
10056 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
10057 This should fix the infinite loop when extracting menu names.
10058
10059 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10060
10061 * files.el (auto-mode-alist, interpreter-mode-alist):
10062 Remove entries to CC Mode modes to avoid duplicates; they are now added
10063 with autoload directives in cc-mode.el.
10064
10065 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10066
10067 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10068 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10069 these are changed, so declare them as variables and not constants.
10070
10071 * progmodes/cc-mode.el: Fix some autoload problems: Try to
10072 ensure that the entry for ".c" extension comes before the one for
10073 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
10074 Fix incorrect entries that were added to `interpreter-mode-alist'.
10075 Move the autoload directives for AWK to the top level since they
10076 aren't recognized anywhere else. Do not use the new AWK mode doc
10077 in the autoload form for the old AWK mode.
10078
10079 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10080
10081 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
10082 (bibtex-sort-ignore-string-entries): Default value t.
10083 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
10084 erroneously in previous version.
10085 (bibtex-string-files): Docstring reflects new parsing scheme.
10086 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
10087 docstring, add # as one of the chars to crush
10088 (bibtex-autokey-prefix-string, bibtex-autokey-names)
10089 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
10090 (bibtex-autokey-name-change-strings)
10091 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
10092 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
10093 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
10094 (bibtex-autokey-title-terminators)
10095 (bibtex-autokey-titlewords-stretch)
10096 (bibtex-autokey-titleword-ignore)
10097 (bibtex-autokey-titleword-case-convert)
10098 (bibtex-autokey-titleword-abbrevs)
10099 (bibtex-autokey-titleword-abbrevs)
10100 (bibtex-autokey-titleword-change-strings)
10101 (bibtex-autokey-titleword-length)
10102 (bibtex-autokey-titleword-separator)
10103 (bibtex-autokey-name-year-separator)
10104 (bibtex-autokey-year-title-separator)
10105 (bibtex-autokey-before-presentation-function)
10106 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
10107 Fix docstring.
10108 (bibtex-strings, bibtex-reference-keys):
10109 Use lazy-completion-table and make-variable-buffer-local.
10110 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
10111 (bibtex-braced-string-syntax-table)
10112 (bibtex-quoted-string-syntax-table): New variables.
10113 (bibtex-parse-nested-braces): Remove.
10114 (bibtex-parse-field-string): Use syntax table and forward-sexp.
10115 (bibtex-parse-association): Simplify.
10116 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
10117 (bibtex-parse-field-text): Simplify.
10118 (bibtex-search-forward-field, bibtex-search-backward-field):
10119 argument BOUND can take value t.
10120 (bibtex-start-of-field, bibtex-start-of-name-in-field)
10121 (bibtex-end-of-name-in-field, bibtex-end-of-field)
10122 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
10123 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
10124 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
10125 (bibtex-skip-to-valid-entry): Return buffer position of beginning
10126 and ending of entry. Update for changes of bibtex-search-entry.
10127 Simplify.
10128 (bibtex-map-entries): FUN is called with three arguments.
10129 (bibtex-search-entry): Return a cons pair with buffer positions of
10130 beginning and end of entry.
10131 (bibtex-enclosing-field): Simplify.
10132 (bibtex-format-entry): Use booktitle to set a missing title.
10133 (bibtex-autokey-get-names): Fiddle with regexps.
10134 (bibtex-generate-autokey): Use identity.
10135 (bibtex-parse-keys): Use simplified parsing algorithm if
10136 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
10137 arguments. Return alist of keys.
10138 (bibtex-parse-strings): Simplify. Return alist of strings.
10139 (bibtex-complete-string-cleanup): Fix docstring.
10140 (bibtex-read-key): New function.
10141 (bibtex-mode): Fix docstring. Do not parse for keys and
10142 strings when the mode is entered. Set fill-paragraph-function to
10143 bibtex-fill-field. Setup font-lock-mark-block-function the way
10144 font-lock intended.
10145 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
10146 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
10147 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
10148 (bibtex-Preamble): Avoid hard coded constants.
10149 (bibtex-make-field): Fix docstring. Simplify.
10150 (bibtex-beginning-of-entry): Always return new position of point.
10151 (bibtex-end-of-entry): Rearrange cond clauses.
10152 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
10153 Update for changes of bibtex-map-entries.
10154 (bibtex-ispell-abstract): Do not move point.
10155 (bibtex-entry-index): Use downcase. Simplify.
10156 (bibtex-lessp): Handle catch-all.
10157 (bibtex-find-crossref): Turn into a command.
10158 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
10159 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
10160 preamble entries.
10161 (bibtex-fill-field-bounds): New function.
10162 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
10163 (bibtex-fill-entry): Use bibtex-fill-field-bounds
10164 (bibtex-String): Use bibtex-strings. Always obey
10165 bibtex-sort-ignore-string-entries.
10166
10167 2003-07-05 John Paul Wallington <jpw@gnu.org>
10168
10169 * cus-theme.el (customize-create-theme):
10170 Call `customize-create-theme' in Reset widget's notify function.
10171
10172 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
10173 (ibuffer-mark-interactive): Use `or' instead of `unless'.
10174 (define-ibuffer-column name): Add summarizer.
10175 (define-ibuffer-column size): Likewise.
10176 (define-ibuffer-column filename): Likewise.
10177 (define-ibuffer-column process): Likewise. Change BODY's output too.
10178 (define-ibuffer-column filename-and-process): Likewise, likewise.
10179 (ibuffer): Remove local vars `already-in' and `need-update'.
10180
10181 * ibuf-ext.el: Don't require `derived' at compile-time.
10182
10183 2003-07-05 Kim F. Storm <storm@cua.dk>
10184
10185 * info.el: Disable paragraph refilling.
10186 (Info-refill-paragraphs): New defcustom.
10187 (Info-fontify-node): Use it.
10188
10189 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
10190
10191 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
10192 thingies from constructors created by defstruct.
10193
10194 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
10195 the default value of the variable.
10196 (byte-code-meter): Move declaration to top level.
10197
10198 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
10199
10200 * info.el (Info-following-node-name-re): New fun.
10201 (Info-following-node-name): Remove.
10202 (Info-insert-dir): Use the new fun.
10203 (Info-extract-pointer): Don't save restriction; use new fun.
10204 (Info-menu-entry-name-re): New const.
10205 (Info-menu-entry-name-re): Use it along with new fun.
10206 (Info-node-spec-re): Use new fun.
10207 (Info-complete-menu-item, Info-fontify-node): Use new const.
10208 (Info-goto-node, Info-follow-reference, Info-menu-update):
10209 Use match-string.
10210 (Info-follow-reference): Use assoc-string.
10211 Use a list of strings for the completion table.
10212 (Info-fontify-node): Use match-string, line-end-position.
10213 Limit the search for `node:' to the first line.
10214
10215 * newcomment.el (uncomment-region): Remove padding coming from
10216 comment-start rather than just from comment-padding.
10217
10218 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
10219 (vc-cvs-stay-local-p): Use vc-stay-local-p.
10220 (vc-cvs-rename-file): Remove (use the default).
10221 (vc-cvs-register): Register parent dir if needed.
10222 (vc-cvs-could-register): Return non-nil if parent can be registered.
10223 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
10224 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
10225
10226 * vc-svn.el (vc-svn-use-edit): Make it into a const.
10227 (vc-svn-update): Fix the arguments to `svn'.
10228 (vc-svn-diff-tree): Just use `vc-svn-diff'.
10229 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
10230 Simple implementations, assuming `name' is a URL.
10231
10232 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
10233 set of chars allowed unquoted in a case pattern.
10234
10235 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
10236
10237 * font-lock.el (font-lock-extra-types-widget)
10238 (c-font-lock-extra-types, c++-font-lock-extra-types)
10239 (objc-font-lock-extra-types, java-font-lock-extra-types)
10240 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
10241 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
10242 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
10243 (font-lock-match-c++-structor-declaration)
10244 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
10245 (c++-font-lock-keywords-3, c++-font-lock-keywords)
10246 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
10247 (objc-font-lock-keywords-3, objc-font-lock-keywords)
10248 (java-font-lock-keywords-1, java-font-lock-keywords-2)
10249 (java-font-lock-keywords-3, java-font-lock-keywords)
10250 (java-font-lock-syntactic-face-function): Remove obsolete code
10251 and constants. It's all in cc-fonts.el now.
10252
10253 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
10254
10255 * mail/sendmail.el (mail-specify-envelope-from)
10256 (mail-envelope-from): Doc fix.
10257
10258 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
10259
10260 * generic-x.el: Do away with the dependency on `c-emacs-features'
10261 when populating `rul-generic-mode-syntax-table'; we already know
10262 this isn't XEmacs.
10263
10264 See ChangeLog.10 for earlier changes.
10265
10266 ;; Local Variables:
10267 ;; coding: iso-2022-7bit
10268 ;; End:
10269
10270 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
10271 Copying and distribution of this file, with or without modification,
10272 are permitted provided the copyright notice and this notice are preserved.
10273
10274 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1