(insert-directory): Obey --dired even with symlinks.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-09-25 Stefan <monnier@iro.umontreal.ca>
2
3 * files.el (insert-directory): Obey --dired even with symlinks.
4
5 2004-09-25 Lars Hansen <larsh@math.ku.dk>
6
7 * ls-lisp.el (ls-lisp-format): Mark file names with property
8 dired-filename.
9
10 2004-09-25 Kim F. Storm <storm@cua.dk>
11
12 * ido.el (ido-max-directory-size): New defcustom.
13 (ido-decorations): Add "too big" element.
14 (ido-directory-too-big): New dynamic var.
15 (ido-may-cache-directory): Don't cache big directories.
16 (ido-directory-too-big-p): New defun.
17 (ido-set-current-directory): Update ido-directory-too-big.
18 (ido-read-internal): Make empty ido-cur-item if too-big.
19 (ido-buffer-internal): Use ido-read-internal directly instead of
20 ido-read-buffer.
21 (ido-file-internal): Init ido-directory-too-big.
22 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
23 and redo completion with full list.
24 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
25 it, and show completions.
26 (ido-all-completions): Let bind ido-directory-too-big to nil.
27 (ido-exhibit): Handle ido-directory-too-big.
28 (ido-read-buffer): Handle fallback to read-buffer.
29 Init ido-directory-too-big.
30 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
31 Init ido-directory-too-big.
32
33 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
34
35 * subr.el (delay-mode-hooks): Doc fix.
36
37 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
38
39 * textmodes/enriched.el
40 (enriched-default-text-properties-local-flag): New variable.
41 (enriched-mode): Make sure that enabling and disabling the mode is
42 a no-op. Doc fix.
43
44 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
45
46 * calendar/holidays.el (holiday-advent): Report on a specified day
47 offset from advent, not just advent.
48 (holiday-easter-etc): Report on one specified day offset from
49 easter, not all easter holidays. Various Easter holidays moved to
50 `christian-holidays' variable in calendar.el.
51 * calendar/calendar.el (christian-holidays): Adapt for new
52 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
53
54 2004-09-23 Kim F. Storm <storm@cua.dk>
55
56 * image.el (insert-sliced-image): Add doc string.
57
58 * ido.el (ido-choice-list): New dynamic var for `list' context.
59 (ido-context-switch-command): New dynamic var.
60 (ido-define-mode-map): Generalize switch between file/buffer contexts.
61 (ido-read-internal): Handle new `list' context.
62 Handle insert-buffer and insert-file ido-exit values.
63 (ido-buffer-internal): New arg switch-cmd. Use it to setup
64 ido-context-switch-command. Handle insert-file ido-exit value.
65 (ido-read-buffer): Set ido-context-switch-command to 'ignore
66 unless it is already bound by caller.
67 (ido-file-internal): New arg switch-cmd. Use it to setup
68 ido-context-switch-command. Handle insert-buffer ido-exit value.
69 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
70 used for context switching.
71 (ido-all-completions): Handle new `list' context.
72 (ido-make-choice-list): Return choices for `list' context.
73 (ido-find-file-in-dir, ido-display-file, ido-write-file)
74 (ido-display-buffer, ido-kill-buffer): Disable context switching.
75 (ido-insert-buffer, ido-insert-file): Setup context switching.
76 (ido-exhibit): Handle `list' context.
77 (ido-read-file-name): Disable context switching. Handle fallback.
78 (ido-read-directory-name): Disable context switching.
79 (ido-completing-read): New defun like completing-read. Setup and
80 use new `list' context.
81
82 2004-09-20 Jesper Harder <harder@ifa.au.dk>
83
84 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
85
86 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
87
88 * subr.el (after-change-major-mode-hook): Doc fix.
89
90 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
91
92 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
93 of ghostscript for monochrome PostScript file in Windows.
94
95 2004-09-21 Kenichi Handa <handa@m17n.org>
96
97 * descr-text.el (describe-char): Checking of quail activation
98 fixed.
99
100 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
101
102 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
103 after the mode hooks instead of before. Doc fix.
104
105 2004-09-20 Jason Rumney <jasonr@gnu.org>
106
107 * startup.el (command-line) [windows-nt]: Try .emacs first, then
108 _emacs, but revert to .emacs if neither exists in home directory.
109
110 2004-09-20 John Paul Wallington <jpw@gnu.org>
111
112 * bindings.el (completion-ignored-extensions): Add .dfsl.
113
114 2004-09-20 Richard M. Stallman <rms@gnu.org>
115
116 * bindings.el (scroll-left): Make it disabled.
117
118 * files.el (enable-local-eval): Doc fix.
119
120 * indent.el (move-to-left-margin): Special case for minibuffer.
121
122 * term.el (term-emulate-terminal): Turn off undo for output.
123 Use with-current-buffer and save-selected-window.
124
125 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
126
127 * progmodes/make-mode.el (makefile-fill-paragraph):
128 Don't insist on spaces when looking for comments. # is enough.
129
130 * files.el (hack-local-variables): Copy the variables list
131 to another buffer, strip prefixes and suffixes there, then read.
132 (enable-local-eval): Doc fix.
133 (ignored-local-variables): Initialize to nil.
134 (risky-local-variable-p): Don't check ignored-local-variables here.
135 (hack-one-local-variable): Ignore var if in ignored-local-variables.
136
137 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
138
139 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
140 of = to "." (punctuation).
141
142 2004-09-19 Stefan <monnier@iro.umontreal.ca>
143
144 * subr.el (event-basic-type): Fix mask (extend to 22bits).
145
146 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
147
148 * textmodes/enriched.el (enriched-rerun-flag): New variable.
149 (enriched-before-change-major-mode): New function.
150 Add it to `change-major-mode-hook'.
151 (enriched-after-change-major-mode): New function.
152 Add it to `after-change-major-mode-hook'.
153 (enriched-mode): Make it work correctly if called from
154 `after-change-major-mode-hook'.
155 No longer set `indent-line-function'.
156
157 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
158
159 * subr.el (after-change-major-mode-hook): New variable.
160 (run-mode-hooks): Implement it.
161
162 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * battery.el (battery-linux-proc-apm): Use string-to-number.
165 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
166 Use dolist (and less indentation). Use erase-buffer.
167 Pre-initialize `design-capacity', `warn', and `low'.
168 (battery-format): Use replace-regexp-in-string.
169
170 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
171
172 * battery.el: Delete superfluous empty lines.
173 (battery-linux-proc-acpi): Attempt to gather information from all
174 battery subdirectories regardless of their file name.
175 (battery-linux-proc-apm): Replace all occurrences of
176 battery-hex-to-int-2 with string-to-int (base 16).
177 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
178 (battery-hex-map): Delete variable.
179
180 2004-09-18 John Paul Wallington <jpw@gnu.org>
181
182 * calc/calc-units.el (calc-quick-units): Fix overzealous
183 s/or/unless/.
184
185 2004-09-17 Romain Francoise <romain@orebokech.com>
186
187 * ibuf-ext.el (define-ibuffer-filter filename):
188 Expand dired-directory since buffer-file-name is absolute.
189
190 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
191
192 * ediff-init.el (ediff-current-diff-face-A)
193 (ediff-current-diff-face-B, ediff-current-diff-face-C)
194 (ediff-current-diff-face-Ancestor)
195 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
196 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
197 (ediff-even-diff-face-A, ediff-even-diff-face-B)
198 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
199 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
200 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
201 Use min-colors.
202
203 * term.el (term-down): Perform vertical motion if DOWN is negative.
204 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
205 (term-termcap-format): Synchronyze with the eterm terminfo entry
206 in etc/e/eterm.ti.
207 (term-handle-colors-array): If the current foreground or
208 background are zero (i.e. unspecified), use the foreground and
209 background of the default face for reverse video.
210 (term-ansi-at-eval-string, term-ansi-default-fg)
211 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
212 (term-mem): Delete ununsed function.
213 (term-protocol-version): Increment.
214 (term-current-face): Set to default.
215
216 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
217
218 * vc.el (annotate-time): Document point handling.
219 (vc-annotate-display-autoscale): Doc fix.
220
221 2004-09-15 Miles Bader <miles@gnu.org>
222
223 * generic.el (generic-make-keywords-list): Use symbol rather than
224 word anchors in regexp.
225
226 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
227
228 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
229 no file name consider `dired-directory'.
230
231 2004-09-14 Kim F. Storm <storm@cua.dk>
232
233 * faces.el (cursor): Add face-no-inherit property. Doc fix.
234
235 2004-09-14 Simon Josefsson <jas@extundo.com>
236
237 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
238
239 * textmodes/dns-mode.el: Add.
240
241 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
244 (disabled-command-function): Make the ?\ char more obvious.
245
246 * vc-arch.el (vc-arch-root, vc-arch-registered):
247 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
248
249 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
250
251 * windmove.el (windmove-frame-edges): Report coordinates of
252 outside edges of frame, not inside edges.
253 (windmove-coordinates-of-position): Convert into wrapper to new
254 function `windmove-coordinates-of-window-position';
255 `compute-motion' always applies to selected window.
256 (windmove-coordinates-of-position): Update documentation to refer
257 to Emacs 21 Lisp Reference Manual.
258 (windmove-find-other-window): Fix off-by-one errors for max x,y.
259
260 2004-09-13 Kim F. Storm <storm@cua.dk>
261
262 * isearch.el (isearch-resume-in-command-history): Rename from
263 isearch-resume-enabled and change default to nil.
264
265 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * vc-hooks.el (vc-ignore-dir-regexp): New var.
268 (vc-registered): Use it.
269 (vc-find-root): New fun.
270
271 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
272 Don't tell to use \\{...} when it's already done.
273
274 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
275 Provide a sample complex default.
276 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
277 (bibtex-entry): Use mapc.
278
279 2004-09-12 Kim F. Storm <storm@cua.dk>
280
281 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
282
283 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
284 inhibit-field-text-motion to t so rectangles work in comint buffers.
285
286 * simple.el (choose-completion-string): Set buffer before running
287 choose-completion-string-functions hook so it can be buffer-local.
288
289 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
290
291 * progmodes/compile.el (compilation-start): Parse command to see
292 if it starts with a cd, and if so perform it for the *compilation*
293 buffer. Change the header to reflect this.
294
295 2004-09-11 Kim F. Storm <storm@cua.dk>
296
297 * ido.el (ido-enable-dot-prefix): Doc fix.
298 (ido-enable-dot-prefix): New defcustom.
299 (ido-set-matches1): Use it.
300
301 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * textmodes/bibtex.el (bibtex-mark-active)
304 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
305
306 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
307
308 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
309 used in a case insensitive environment.
310 (bibtex-mode-map): Rearrange order of menus.
311 (bibtex-quoted-string-re): Obsolete.
312 (bibtex-complete-key-cleanup): Variable replaced by new function.
313 (bibtex-font-lock-keywords): Use backquotes.
314 (bibtex-font-lock-url-regexp): New internal variable.
315 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
316 "OPT" and "ALT".
317 (bibtex-insert-current-kill, bibtex-make-field)
318 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
319 (bibtex-parse-field-text): Simplify.
320 (bibtex-string=): New helper function.
321 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
322 (bibtex-map-entries): Use bibtex-string=.
323 (bibtex-search-entry): Use not.
324 (bibtex-enclosing-field): Fix docstring.
325 (bibtex-assoc-regexp): Obsolete.
326 (bibtex-format-entry): Use assoc-string and bibtex-string=.
327 (bibtex-autokey-get-names): Handle empty name field.
328 (bibtex-parse-strings): Use assoc-string and unless.
329 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
330 Use assoc-string.
331 (bibtex-pop): Simplify.
332 (bibtex-mode): Set font-lock-extra-managed-props.
333 (bibtex-entry-update): Use assoc-string.
334 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
335 (bibtex-autofill-entry): Use bibtex-string=.
336 (bibtex-print-help-message): Simplify.
337 (bibtex-find-entry): New optional arg START.
338 (bibtex-validate): Use bibtex-string= and assoc-string.
339 Do not call obsolete function compilation-parse-errors.
340 (bibtex-remove-delimiters): Only remove delimiters if present.
341 (bibtex-copy-entry-as-kill): Add docstring.
342 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
343 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
344 (bibtex-complete): Use bibtex-predefined-month-strings,
345 bibtex-string=, and new function bibtex-complete-key-cleanup.
346 (bibtex-generate-url-list): New variable.
347 (bibtex-url): New command bound to C-c C-l and mouse-2.
348 (bibtex-url-map): New local keymap for bibtex-url-mouse.
349 (bibtex-font-lock-url): New function.
350
351 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
354
355 2004-09-09 Kim F. Storm <storm@cua.dk>
356
357 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
358 counter and format with binding.
359 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
360 the declared macro uses own macro counter and format. Give symbol
361 kmacro property.
362 (kmacro-keymap): Bind kmacro-name-last-macro to n.
363 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
364 (kmacro-end-and-call-macro): Doc fix.
365
366 2004-09-09 Lars Hansen <larsh@math.ku.dk>
367
368 * desktop.el (desktop-clear-preserve-buffers):
369 Remove make-obsolete-variable.
370
371 2004-09-08 Richard M. Stallman <rms@gnu.org>
372
373 * buff-menu.el (list-buffers-noselect): Call format-mode-line
374 with the buffer as argument.
375
376 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
379
380 2004-09-08 Juri Linkov <juri@jurta.org>
381
382 * replace.el (perform-replace): Use `query-replace-descr'.
383
384 * cus-start.el (history-delete-duplicates): Specify customization.
385
386 * diff-mode.el (diff-mode-map):
387 * progmodes/compile.el (compilation-mode-map):
388 * progmodes/grep.el (grep-mode-map):
389 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
390 to `next-error-follow-minor-mode'.
391
392 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
393
394 * isearch.el (isearch-lazy-highlight-update): Take into account
395 the case of zero-length match at the search bound.
396
397 2004-09-08 Kim F. Storm <storm@cua.dk>
398
399 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
400 change. Use zero width overlays when necessary.
401
402 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
403
404 * subr.el (split-string): Docfix.
405
406 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
407
408 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
409 (display-call-tree): Ensure newline after caller/calls blocks.
410
411 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
412
413 * startup.el (command-line-1): Make option
414 --directory/-L modify `load-path' straight away.
415
416 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
417
418 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
419
420 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
421
422 * emacs-lisp/autoload.el (make-autoload):
423 Handle `define-compilation-mode'.
424
425 * emacs-lisp/lisp-mode.el (define-compilation-mode):
426 Specify `doc-string-elt' property.
427
428 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
429
430 * bs.el (bs-mode): Doc fix.
431
432 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
433
434 * info.el (Info-insert-dir): Fix temp buffer leak bug.
435
436 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
437
438 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
439
440 2004-09-08 Kenichi Handa <handa@m17n.org>
441
442 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
443 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
444 ps-mule-next-point -> 1+).
445
446 * composite.el (encode-composition-rule): Add autoload cooky.
447
448 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
449
450 * format.el (buffer-auto-save-file-format): Make it permanent local.
451
452 2004-09-07 Kim F. Storm <storm@cua.dk>
453
454 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
455 (authors-fixed-entries): Fix typo.
456 (authors-canonical-author-name): Compact multiple spaces.
457 Ignore trivial names (e.g. only first name).
458
459 * term.el (term-window-width): Only use full window width on
460 window system if overflow-newline-into-fringe is enabled.
461 (term-mode): Don't disable overflow-newline-into-fringe.
462
463 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
466 motion as seen on my Mac OS X xterms.
467
468 * newcomment.el (uncomment-region-default, comment-region-default):
469 New functions extracted from uncomment-region and comment-region.
470 (comment-region, comment-region-function, uncomment-region)
471 (uncomment-region-function): Use them.
472
473 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
474
475 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
476 It's not crucial but can make sense at times.
477
478 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
479 the first commit.
480
481 * vc.el (vc-buffer-context, vc-restore-buffer-context):
482 Disable obsolete code.
483
484 2004-09-07 Juri Linkov <juri@jurta.org>
485
486 * progmodes/grep.el (grep-highlight-matches): Change default from
487 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
488 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
489 if grep option `--color' is available, or to `nil' otherwise.
490 (grep-process-setup): Call `grep-compute-defaults' if
491 `grep-highlight-matches' is not computed. Set env-vars only
492 if `grep-highlight-matches' is `t'.
493 (grep-use-null-device): Remove redundant type `boolean' (`choice'
494 is already defined).
495
496 * progmodes/compile.el (compilation-start): Use copy of
497 `process-environment' created by `copy-sequence' to not
498 modify env-vars in the global `process-environment'.
499
500 2004-09-06 Eli Zaretskii <eliz@gnu.org>
501
502 * simple.el (next-error-follow-minor-mode): Fix last change.
503
504 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
505
506 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
507 permanent local.
508
509 2004-09-04 Richard M. Stallman <rms@gnu.org>
510
511 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
512 highlighting if the search string is empty.
513
514 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
515
516 * facemenu.el (facemenu-active-faces): Change condition of inner
517 `while' loop to also check the first two elements of `face-atts'
518 and `mask-atts'.
519
520 2004-09-04 John Paul Wallington <jpw@gnu.org>
521
522 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
523 (thumbs-view-image-mode): Make buffer read-only.
524
525 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
526
527 * textmodes/ispell.el (ispell-really-aspell): New defvar.
528 (ispell-check-version): Set it.
529 (ispell-send-replacement): New function.
530 (ispell-process-line): Call ispell-send-replacement.
531
532 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
533
534 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
535 Support choosing seconds with "s".
536
537 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
538
539 * terminal.el (te-escape): Show `?' in prompt for help key.
540
541 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
542
543 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
544
545 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
546
547 * simple.el (next-error-follow-minor-mode)
548 (next-error-follow-mode-post-command-hook): New functions.
549 (next-error-follow-last-line): New defvar.
550
551 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
552 * progmodes/compile.el (compilation-mode-map): Likewise.
553 * progmodes/grep.el (grep-mode-map): Likewise.
554 * replace.el (occur-mode-map): Likewise.
555
556 * newcomment.el (uncomment-region): Bind comment-use-global-state
557 to nil.
558
559 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
560
561 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
562 locally around the call to `revert-buffer'.
563
564 2004-09-03 Juri Linkov <juri@jurta.org>
565
566 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
567 `isearch-adjusted' to `t'.
568 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
569 (isearch-message-prefix): Add "pending" for isearch-adjusted.
570 (isearch-other-meta-char): Restore isearch-point unconditionally.
571 (isearch-query-replace): Add new arg `regexp-flag' and use it.
572 Set point to start of match if region is not active in transient
573 mark mode (to include the current match to region boundaries).
574 Push the search string to `query-replace-from-history-variable'.
575 Add prompt "Query replace regexp" for isearch-regexp.
576 Add region beginning/end as last arguments of `perform-replace.'
577 (isearch-query-replace-regexp): Replace code by the call to
578 `isearch-query-replace' with arg `t'.
579
580 2004-09-03 Richard M. Stallman <rms@gnu.org>
581
582 * startup.el (normal-top-level): Undo previous TERM change.
583
584 2004-09-03 Kim F. Storm <storm@cua.dk>
585
586 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
587 highlight overlays; allow using RET when cursor is over a button.
588 (cua--highlight-rectangle): Use it.
589 (cua--rectangle-set-corners): Don't move backwards at eol.
590 (cua--forward-line): Don't move into void after eob.
591
592 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
593 point is set (and displayed) inside rectangle.
594 (cua--rectangle-operation): Fix for highlight of empty lines.
595 (cua--highlight-rectangle): Fix highlight for tabs.
596 Position cursor at left/right edge of rectangle using new `cursor'
597 property on overlay strings.
598 (cua--indent-rectangle): Don't tabify.
599 (cua-rotate-rectangle): Ignore that point has moved.
600
601 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
602
603 * term/mac-win.el: Add ASCII equivalents for some function keys.
604 (mode-line-frame-identification): Sync with x-win.el.
605
606 2004-09-02 Juri Linkov <juri@jurta.org>
607
608 * progmodes/compile.el (compilation-buffer-name): Compare major
609 mode with second element of compilation-arguments instead of third
610 to reflect latest changes in compilation-arguments structure.
611 (recompile): Use global variable `compilation-directory' to get
612 recent compilation directory only when `recompile' is invoked NOT
613 in the compilation buffer. Otherwise, use `default-directory' of
614 the compilation buffer.
615 (compilation-error-properties): Allow to funcall col and end-col.
616 (compilation-mode-font-lock-keywords): Check col and end-col by
617 `integerp'.
618 (compilation-goto-locus): If end-mk is non-nil in transient mark
619 mode don't activate the mark (and don't display message in
620 push-mark), but highlight overlay between mk and end-mk.
621
622 * progmodes/grep.el (grep-highlight-matches): New defcustom.
623 (grep-regexp-alist): Add rule to highlight grep matches.
624 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
625
626 * info.el (Info-fontify-node): Don't compute other-tag
627 if Info-hide-note-references=hide.
628
629 * help.el (function-called-at-point):
630 * help-fns.el (variable-at-point):
631 Try `find-tag-default' when other methods failed.
632
633 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
634 Do not push mark if inhibit-mark-movement is non-nil.
635
636 * textmodes/ispell.el (ispell-html-skip-alists):
637 Fix backslashes in docstring.
638
639 2004-09-01 Juri Linkov <juri@jurta.org>
640
641 * isearch.el (isearch-wrap-function)
642 (isearch-push-state-function): New defvars.
643 (isearch-pop-fun-state): New defsubst.
644 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
645 (isearch-push-state): Set the result of calling
646 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
647 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
648 restore the mode-specific starting point of terminated search.
649 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
650 (isearch-repeat): Call `isearch-wrap-function' if defined.
651 (isearch-message-prefix): Don't add prefix "over" to the message
652 for wrapped search if `isearch-wrap-function' is defined.
653 (isearch-search): Call function saved in `isearch-pop-fun-state' to
654 restore the mode-specific starting point of failed search.
655
656 * info.el (Info-search-whitespace-regexp): Fix backslashes.
657 (Info-search): Add new optional arguments for the sake of isearch.
658 Replace whitespace in Info-search-whitespace-regexp literally.
659 Add backward search. Don't call `Info-select-node' if regexp is
660 found in the same Info node. Don't add node to Info-history for
661 wrapped isearch.
662 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
663 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
664 (Info-mode): Set local variables `isearch-search-fun-function',
665 `isearch-wrap-function', `isearch-push-state-function',
666 `search-whitespace-regexp'.
667
668 * isearch.el: Remove ancient Change Log section.
669 (isearch-string, isearch-message-string, isearch-point)
670 (isearch-success, isearch-forward-flag, isearch-other-end)
671 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
672 (isearch-barrier, isearch-within-brackets)
673 (isearch-case-fold-search): Add suffix `-state' to state-related
674 defsubsts to avoid name clashes with other function names.
675
676 * simple.el (next-error): New defgroup and defface.
677 (next-error-highlight, next-error-highlight-no-select):
678 New defcustoms.
679 (next-error-no-select): Let-bind next-error-highlight to the value
680 of next-error-highlight-no-select before calling `next-error'.
681
682 * progmodes/compile.el (compilation-goto-locus):
683 Use `next-error' face instead of `region'. Set 4-th argument of
684 `move-overlay' to `current-buffer' to move overlay to different
685 source buffers. Use new variable `next-error-highlight'.
686
687 * simple.el (next-error-find-buffer): Move the rule
688 "if current buffer is a next-error capable buffer" after the
689 rule "if next-error-last-buffer is set to a live buffer".
690 Simplify to test all rules in one `or'.
691 (next-error): Doc fix.
692 (next-error, previous-error, first-error)
693 (next-error-no-select, previous-error-no-select):
694 Make arguments optional.
695
696 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
697
698 * macros.el (apply-macro-to-region-lines): Make it operate on all
699 lines that begin in the region, rather than on all complete lines
700 in the region.
701
702 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
703
704 * x-dnd.el (x-dnd-protocol-alist): Document update.
705 (x-dnd-known-types): Defcustom it.
706 (x-dnd-handle-motif): Print message-atom in error message.
707
708 2004-08-30 John Paul Wallington <jpw@gnu.org>
709
710 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
711 strings rather than programatically constructing message.
712
713 2004-08-30 Richard M. Stallman <rms@gnu.org>
714
715 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
716 Don't return a string that would read as the wrong character code.
717
718 2004-08-29 Kim F. Storm <storm@cua.dk>
719
720 * emulation/cua-base.el (cua-auto-expand-rectangles):
721 Remove automatic rectangle padding feature; replace by non-destructive
722 virtual rectangle edges feature.
723 (cua-virtual-rectangle-edges): New defcustom.
724 (cua-auto-tabify-rectangles): New defcustom.
725 (cua-paste): If paste into a marked rectangle, insert rectangle at
726 current column, even if virtual; also paste exactly as many lines
727 as has been marked (ignore additional lines or add empty lines),
728 but paste whole source if only one line is marked.
729 (cua--update-indications): No longer use overwrite-cursor to
730 indicate rectangle padding
731
732 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
733 (cua--rectangle-virtual-edges): New defun.
734 (cua--rectangle-get-corners): Remove optional PAD arg.
735 (cua--rectangle-set-corners): Never do padding.
736 (cua--forward-line): Remove optional PAD arg. Simplify.
737 (cua-resize-rectangle-right, cua-resize-rectangle-left)
738 (cua-resize-rectangle-down, cua-resize-rectangle-up):
739 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
740 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
741 (cua--rectangle-move): Never do padding. Simplify.
742 (cua--tabify-start): New defun.
743 (cua--rectangle-operation): Add tabify arg. All callers changed.
744 (cua--pad-rectangle): Remove.
745 (cua--delete-rectangle): Handle delete with virtual edges.
746 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
747 (cua--insert-rectangle): Handle insert at virtual column.
748 Perform auto-tabify if necessary.
749 (cua--activate-rectangle): Remove optional FORCE arg.
750 Never do padding. Simplify.
751 (cua--highlight-rectangle): Enhance for virtual edges.
752 (cua-toggle-rectangle-padding): Remove command.
753 (cua-toggle-rectangle-virtual-edges): New command.
754 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
755 (cua--rectangle-post-command): Don't force rectangle padding.
756 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
757
758 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
759
760 * indent.el (edit-tab-stops-buffer): Doc fix.
761
762 2004-08-28 Richard M. Stallman <rms@gnu.org>
763
764 * progmodes/grep.el (grep-default-command): Use find-tag-default.
765 (grep-tag-default): Function deleted.
766
767 * subr.el (find-tag-default): Moved from etags.el.
768
769 * progmodes/etags.el (find-tag-default): Moved to subr.el.
770
771 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
772 into the basic character if it has an uppercase form.
773
774 2004-08-27 Kenichi Handa <handa@m17n.org>
775
776 * international/utf-8.el (utf-8-post-read-conversion): If the
777 buffer is unibyte, temporarily make it multibyte.
778
779 2004-08-27 Masatake YAMATO <jet@gyve.org>
780
781 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
782
783 2004-08-25 John Paul Wallington <jpw@gnu.org>
784
785 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
786 0, 1, and many mismatches in message.
787 (tex-start-shell): Use `set-process-query-on-exit-flag'.
788
789 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
790 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
791
792 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
795 vc-diff-switches differently.
796
797 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
798
799 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
800 before and a real defvar after
801 `speedbar-supported-extension-expressions'. This is to silence
802 the compiler without breaking bootstrapping.
803
804 2004-08-22 Richard M. Stallman <rms@gnu.org>
805
806 * textmodes/flyspell.el (flyspell-word):
807 Use set-process-query-on-exit-flag.
808 (flyspell-highlight-duplicate-region): Take POSS as arg.
809 (flyspell-word): Pass POSS as arg.
810
811 * progmodes/ada-xref.el: Many doc and style fixes.
812 (ada-find-any-references): Use compilation-start.
813 (ada-get-ali-file-name): Improve error msg.
814 (ada-get-ada-file-name): Likewise.
815
816 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
817 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
818
819 * mail/mail-extr.el (mail-extr-all-top-level-domains):
820 Add forward defvar.
821
822 * whitespace.el (global-whitespace-mode): New alias
823 for whitespace-global-mode.
824
825 * speedbar.el (speedbar-file-regexp): Definition moved up.
826 (speedbar-mode, speedbar-set-mode-line-format):
827 Use with-no-warnings.
828 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
829
830 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
831 controls whether to display the error buffer.
832
833 * ps-mule.el: Delete compatibility code for old Emacses.
834 (ps-mule-find-wrappoint): Don't use chars-in-region.
835
836 * frame.el (display-mouse-p, display-selections-p):
837 Use with-no-warnings.
838
839 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
840
841 2004-08-22 David Kastrup <dak@gnu.org>
842
843 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
844 information.
845
846 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
847
848 2004-08-22 Andreas Schwab <schwab@suse.de>
849
850 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
851
852 2004-08-22 Masatake YAMATO <jet@gyve.org>
853
854 * cvs-status.el (cvs-status-checkout): New function.
855 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
856
857 2004-08-21 David Kastrup <dak@gnu.org>
858
859 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
860 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
861 has been converted to use hashtables, the relation `nil=none' is
862 no longer valid, as `nil' is not a hashtable. This patch tries to
863 reduce the number of resulting errors.
864
865 2004-08-21 John Paul Wallington <jpw@gnu.org>
866
867 * subr.el (process-kill-without-query): Made obsolete in
868 version 21.4, not 21.5.
869
870 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
871 (vc-previous-comment, vc-next-comment)
872 (vc-comment-search-reverse, vc-comment-search-forward)
873 (vc-comment-to-change-log): Likewise.
874
875 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
876
877 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
878
879 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
880 Correct indentation of DEFMETHODS with non-standard method
881 combinations (e.g., PROGN, MIN, MAX).
882
883 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * startup.el (normal-top-level-add-subdirs-to-load-path):
886 Avoid unnecessarily checking system-type.
887 (normal-top-level): Set TERM to "dumb". Simplify.
888
889 * avoid.el (mouse-avoidance-ignore-p): New fun.
890 Also ignore switch-frame, select-window, double, and triple clicks.
891 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
892 (mouse-avoidance-fancy-hook): Use it.
893
894 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
895
896 * avoid.el (mouse-avoidance-nudge-mouse)
897 (mouse-avoidance-banish-destination): Stay within the current window
898 to avoid problems with mouse-autoselect-window.
899
900 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
903 the newer format of some messages in cvs-1.12.1.
904
905 2004-08-19 Masatake YAMATO <jet@gyve.org>
906
907 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
908 (elp-results-jump-to-definition-by-mouse)
909 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
910 (elp-output-result): Use elp-output-insert-symname.
911
912 2004-08-18 Kenichi Handa <handa@m17n.org>
913
914 * language/cyrillic.el: Register koi8-r in
915 ctext-non-standard-encodings-alist.
916 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
917
918 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
919
920 * emacs-lisp/copyright.el (copyright-update-year): Delete code
921 that replaces 20xy with xy.
922
923 2004-08-17 John Paul Wallington <jpw@gnu.org>
924
925 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
926 (reb-force-update): Doc fix.
927
928 2004-08-16 Richard M. Stallman <rms@gnu.org>
929
930 * progmodes/which-func.el (which-func-update-1): Doc fix.
931
932 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
933 (sh-mode-abbrev-table): New variable.
934
935 * progmodes/compile.el (compilation-mode): Doc fix.
936
937 * emacs-lisp/lisp-mode.el (eval-last-sexp):
938 Don't cons a new symbol each time.
939 (eval-last-sexp-fake-value): New variable.
940
941 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
942 (copyright-update-year): Detect continuation of list of years.
943
944 * term.el (term-default-fg-color, term-default-bg-color)
945 (ansi-term-color-vector): Use `unspecified', not nil, as default.
946
947 * imenu.el: Several doc fixes: don't say variables are buffer-local.
948
949 2004-08-16 Davis Herring <herring@lanl.gov>
950
951 * isearch.el (isearch-string, isearch-message-string, isearch-point)
952 (isearch-success, isearch-forward-flag, isearch-other-end)
953 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
954 (isearch-barrier, isearch-within-brackets)
955 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
956
957 2004-08-16 Kenichi Handa <handa@m17n.org>
958
959 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
960
961 2004-08-15 Kenichi Handa <handa@m17n.org>
962
963 * term/x-win.el (x-selection-value): If utf8 was successful but
964 ctext was not, use utf8 string.
965
966 2004-08-14 Davis Herring <herring@lanl.gov>
967
968 * isearch.el: Remove accidental changes of March 4. Fix backing
969 up when a regexp isearch is made more general. Use symbolic
970 accessor functions for isearch stack frames to make usage clearer.
971 (search-whitespace-regexp): Made groups in documentation shy (as
972 is the group in the default value).
973 (isearch-fallback): New function, addresses problems with regexps
974 liberalized by `\|', adds support for liberalization by `\}' (the
975 general repetition construct), and incorporates behavior for
976 `*'/`?'.
977 (isearch-}-char): New command, calls `isearch-fallback' with
978 arguments appropriate to a typed `}'.
979 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
980 appropriately.
981 (isearch-mode-map): Bind `}' to `isearch-}-char'.
982 (isearch-string, isearch-message,string, isearch-point)
983 (isearch-success, isearch-forward-flag, isearch-other-end)
984 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
985 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
986 New inline functions to read fields of a stack frame.
987
988 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
989
990 * battery.el (battery-linux-proc-acpi): Look into battery
991 directories matching the literal string "CMB", too (required for
992 Linux kernel version 2.6.7).
993
994 2004-08-14 John Paul Wallington <jpw@gnu.org>
995
996 * cus-start.el (read-file-name-completion-ignore-case): Add.
997 (blink-cursor-alist): Change version to "21.4".
998
999 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
1000
1001 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
1002
1003 * speedbar.el (speedbar-scan-subdirs): New option.
1004 (speedbar-file-lists): Don't ignore file-name case on Unix and use
1005 dolist.
1006 (speedbar-insert-files-at-point): Take an extra argument and use
1007 it to optionally find out if a subdir is empty. Also unreadable
1008 files don't get expand buttons.
1009 (speedbar-directory): New image (unused pixmap already existed).
1010 (speedbar-expand-image-button-alist): Use it.
1011
1012 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
1013
1014 CC Mode update to 5.30.9:
1015
1016 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
1017 Move from cc-vars to cc-defs for dependency reasons. Fix the
1018 POSIX char class test to check that it works in
1019 `skip-chars-(forward|backward)' too.
1020
1021 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
1022 first argument starts with a special brace list.
1023
1024 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
1025 when `c-opt-type-concat-key' is used (i.e. in Pike).
1026
1027 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
1028 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
1029 >)".
1030
1031 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
1032 whitespace safe.
1033
1034 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
1035 position for `arglist-intro', `arglist-cont-nonempty' and
1036 `arglist-close' when there are two arglist open parens on the same
1037 line and there's nothing in front of the first.
1038
1039 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
1040 locking of qualified names in Java, which previously could fontify
1041 common indexing expressions in many cases. The standard Java
1042 naming conventions are used to tell them apart.
1043
1044 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
1045 Fix inconsistency wrt opening parens on the first line inside a paren
1046 block.
1047
1048 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
1049 compile time for the sake of `c-major-mode-is'.
1050
1051 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
1052 `c-major-mode-is' in the event that this is used inside a
1053 `c-lang-defconst'.
1054
1055 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
1056 `c-lang-defconst' so that it works better with fallback languages.
1057
1058 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
1059 it to fail to record the base mode.
1060
1061 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1062 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
1063 is used. Reordered the syntax checks to get more efficient
1064 skipping in some situations.
1065
1066 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
1067 continuation which might precede the newly inserted '{'.
1068
1069 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1070 Fix cases where it could loop indefinitely.
1071
1072 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
1073 size specs correctly. Only fontify identifiers in front of '('
1074 with as functions - don't accept any paren char. Tightened up
1075 initializer skipping to stop before function and class blocks.
1076
1077 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
1078 the point could be left directly after an open paren when finding
1079 the beginning of the first decl in the block.
1080
1081 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
1082 table when filtering out legitimate open parens to be recorded.
1083 This could cause cache inconsistencies when e.g.
1084 `c++-template-syntax-table' was temporarily in use.
1085
1086 * progmodes/cc-engine.el (c-on-identifier)
1087 (c-simple-skip-symbol-backward): Small fix for handling "-"
1088 correctly in `skip-chars-backward'. Affected the operator lfun
1089 syntax in Pike.
1090
1091 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
1092 Fix bug that could cause an error from `after-change-functions' when
1093 the changed region is at bob.
1094
1095 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
1096
1097 CC Mode update to 5.30.9:
1098
1099 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
1100 to say that <TAB> doesn't insert WS into a CPP line.
1101 (c-indent-command, c-tab-always-indent): Amend doc strings.
1102
1103 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
1104 checks for user errors, thus eliminating cryptic and unhelpful
1105 Emacs error messages. (1) Check the arg to `c-set-style' is a
1106 string. (2) Check that settings to `c-offsets-alist' are not
1107 spuriously quoted.
1108
1109 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
1110 which precedes the newly inserted `{'.
1111
1112 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
1113
1114 Sync with Tramp 2.0.44.
1115
1116 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
1117 function "tramp_file_attributes". Otherwise, file names
1118 containing spaces are misinterpreted. Reported by Magnus Henoch
1119 <mange@freemail.hu>.
1120 (tramp-handle-file-truename): FILENAME must be expanded first.
1121 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
1122 obscure results. Reported by D. Goel <deego@gnufans.org>.
1123 (tramp-handle-verify-visited-file-modtime): If file does not
1124 exist, say it is not modified if and only if that agrees with the
1125 buffer's record. Check whether a file is visiting the buffer, or
1126 the buffer has no recorded last modification time. Return t in
1127 case the visiting file doesn't exist. Suggested by Luc Teirlinck
1128 <teirllm@auburn.edu>.
1129 (tramp-handle-write-region): Pass modtime explicitely to
1130 `set-visited-file-modtime', because filename can be different
1131 from (buffer-file-name) if `file-precious-flag' is set.
1132 `set-visited-file-modtime' must be called always when `visit' is t
1133 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
1134 (tramp-handle-set-visited-file-modtime): If `time-list' is not
1135 nil, don't apply the whole body. If the file doesn't exists, set
1136 modtime to '(-1 65535). Suggested by Luc Teirlinck
1137 <teirllm@auburn.edu>.
1138
1139 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
1140
1141 * help.el (describe-bindings): Doc fix.
1142
1143 * subr.el (kbd): Doc fix.
1144
1145 2004-08-08 John Paul Wallington <jpw@gnu.org>
1146
1147 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
1148 instead of `string-to-int'.
1149 (define-ibuffer-column mode): Fix indentation.
1150
1151 2004-08-08 Lars Hansen <larsh@math.ku.dk>
1152
1153 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
1154
1155 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1156
1157 * subr.el (global-unset-key, local-unset-key): Doc fixes.
1158
1159 * novice.el (disabled-command-function): New variable renamed from
1160 `disabled-command-hook'.
1161 (disabled-command-hook): Keep the _variable_ as alias for
1162 `disabled-command-function' and make obsolete.
1163 (disabled-command-function): Function renamed from
1164 `disabled-command-hook'. Adapt code to name change of the variable.
1165
1166 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
1167
1168 * simple.el (completion-root-regexp): New defvar.
1169 (completion-setup-function): Use it instead of a literal string.
1170
1171 2004-08-07 John Paul Wallington <jpw@gnu.org>
1172
1173 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
1174 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
1175 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
1176 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
1177
1178 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1179
1180 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
1181 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
1182
1183 2004-08-04 Kenichi Handa <handa@m17n.org>
1184
1185 * international/encoded-kb.el (encoded-kbd-setup-keymap):
1186 Fix previous change.
1187
1188 2004-08-03 Kenichi Handa <handa@m17n.org>
1189
1190 * international/encoded-kb.el: The following changes are to
1191 utilize key-translation-map instead of minor mode map.
1192 (encoded-kbd-iso2022-non-ascii-map): Delete it.
1193 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
1194 (encoded-kbd-last-key): New function.
1195 (encoded-kbd-iso2022-single-shift): New function.
1196 (encoded-kbd-iso2022-designation)
1197 (encoded-kbd-self-insert-iso2022-7bit)
1198 (encoded-kbd-self-insert-iso2022-8bit)
1199 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
1200 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
1201 key-translation-map.
1202 (encoded-kbd-setup-keymap): Setup key-translation-map.
1203 (saved-key-translation-map): New variable.
1204 (encoded-kbd-mode): Save/restore key-translation-map.
1205 Adjust for the change of encoded-kbd-setup-keymap.
1206
1207 2004-08-02 Kim F. Storm <storm@cua.dk>
1208
1209 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
1210 and call compute-motion with nil for topos and width to get proper
1211 usable width and height for both window and non-window systems.
1212
1213 * windmove.el (windmove-coordinates-of-position): Let compute-motion
1214 calculate usable window width and height.
1215
1216 * window.el (window-buffer-height): Call compute-motion with nil width.
1217
1218 2004-08-01 David Kastrup <dak@gnu.org>
1219
1220 * replace.el (query-replace-read-from):
1221 Use `query-replace-compile-replacement'.
1222 (query-replace-compile-replacement): New function.
1223 (query-replace-read-to): Use `query-replace-compile-replacement'
1224 for repeating the last command.
1225
1226 2004-08-01 John Paul Wallington <jpw@gnu.org>
1227
1228 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
1229 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
1230 (pr-switches): Remove period from end of error messages.
1231
1232 * help-mode.el (help-go-back): Likewise.
1233
1234 * abbrev.el (only-global-abbrevs): Doc fix.
1235 (edit-abbrevs-map): Define within defvar.
1236 (quietly-read-abbrev-file): Doc fix.
1237
1238 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
1239
1240 * novice.el (enable-command, disable-command): Doc fixes.
1241
1242 * subr.el (event-modifiers, event-basic-type): Doc fixes.
1243
1244 2004-07-30 Richard M. Stallman <rms@gnu.org>
1245
1246 * subr.el (with-local-quit): Doc fix.
1247
1248 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
1249
1250 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
1251
1252 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
1253
1254 * custom.el (defcustom): Doc fix.
1255
1256 2004-07-28 Masatake YAMATO <jet@gyve.org>
1257
1258 * progmodes/etags.el (etags-tags-apropos): Show building progress.
1259
1260 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * imenu.el (imenu-prev-index-position-function)
1263 (imenu-extract-index-name-function, imenu-name-lookup-function)
1264 (imenu--index-alist): Docstring redundancy fix.
1265
1266 2004-07-25 Lars Hansen <larsh@math.ku.dk>
1267
1268 * wdired.el (wdired-finish-edit): Require dired-aux before locally
1269 binding dired-backup-overwrite.
1270
1271 2004-07-25 John Paul Wallington <jpw@gnu.org>
1272
1273 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
1274
1275 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1276
1277 * term/tty-colors.el (tty-color-approximate): Doc fix.
1278
1279 * select.el (x-get-selection, x-set-selection): Doc fixes.
1280
1281 * frame.el (make-frame): Doc fix.
1282
1283 2004-07-24 Richard M. Stallman <rms@gnu.org>
1284
1285 * mail/rmail.el (rmail-mime-charset-pattern):
1286 Don't include semicolon in the charset value.
1287
1288 * replace.el (occur-next-error): Call set-window-point.
1289 (occur-engine): Handle negative NLINES.
1290
1291 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
1292
1293 * frame.el (modify-all-frames-parameters): Minor doc fix.
1294 (set-frame-configuration): Doc fix.
1295
1296 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1297
1298 * simple.el (completion-setup-function): Compute the common parts
1299 and the first difference place correctly when
1300 partial-completion-mode is on.
1301
1302 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1303
1304 * ps-print.el: Doc fix.
1305 (ps-print-version): New version 6.6.5.
1306 (ps-printing-region): Doc fix.
1307 (ps-generate-string-list): Comment fix.
1308 (ps-message-log-max): Code fix.
1309
1310 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
1311
1312 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
1313 generated PostScript.
1314
1315 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
1316
1317 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
1318 with Gnus v5_10 branch.)
1319
1320 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
1321
1322 * calendar/time-date.el (time-to-number-of-days): New function.
1323 Imported from from Gnus.
1324
1325 2004-07-22 Kim F. Storm <storm@cua.dk>
1326
1327 * progmodes/make-mode.el: Fix comments.
1328
1329 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1330
1331 * printing.el: Doc fix.
1332
1333 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
1334
1335 * frame.el (modify-all-frames-parameters): Minor doc fix.
1336
1337 2004-07-20 Richard M. Stallman <rms@gnu.org>
1338
1339 * textmodes/fill.el (fill-nobreak-p): If this break point is
1340 at the end of the line, don't consider the newline which follows
1341 as a reason to return t.
1342
1343 2004-07-19 John Paul Wallington <jpw@gnu.org>
1344
1345 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
1346
1347 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
1348
1349 * dired-aux.el (dired-do-kill-lines): Expand docstring.
1350 Delete irrelevant code.
1351
1352 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1353
1354 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1355 New docstring. From Luc Teirlinck.
1356
1357 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
1358
1359 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
1360 section.
1361 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
1362 non-file buffers. We know it is nil.
1363
1364 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1365
1366 Sync with Tramp 2.0.43.
1367
1368 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1369 Remove outdated comment.
1370 (tramp-locked, tramp-locker): New variables for implementing a
1371 global lock.
1372 (tramp-sh-file-name-handler): Use them to implement the global lock.
1373
1374 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
1375
1376 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
1377 calls to respective `xxx` calls.
1378 (tramp-process-alive-regexp): Precise doc string.
1379 (tramp-multi-action-process-alive): New defun.
1380 (tramp-multi-actions): Use it.
1381 (tramp-handle-find-backup-file-name): `copy-tree' is available
1382 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
1383 in order to avoid this function.
1384 (tramp-handle-write-region): Set current buffer. If connection
1385 wasn't open, `file-modes' has changed it accidently. Reported by
1386 David Kastrup <dak@gnu.org>.
1387 (tramp-enter-password, tramp-read-passwd): New arguments USER and
1388 HOST.
1389 (tramp-action-password, tramp-multi-action-password): Apply it.
1390 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
1391 name must still contain the port number. Otherwise, we have two
1392 Tramp buffers, with all the confusion. Reported by Myron Selby
1393 <myron@xytech.com> and Rolf Dubitzky
1394 <Dubitzky@physi.uni-heidelberg.de>.
1395
1396 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
1397 HOST to `tramp-enter-passwd'.
1398
1399 * net/tramp-vc.el (all): Code cleanup. Change all
1400 `tramp-handle-xxx' calls to respective `xxx` calls.
1401
1402 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
1403
1404 * emacs-lisp/testcover.el: New category "potentially-1valued" for
1405 functions that are not erroneous if either 1-valued or
1406 multi-valued. Detect functions in this class.
1407 (testcover-1value-functions, testcover-compose-functions)
1408 (testcover-progn-functions) Added some additional functions to lists.
1409 (testcover-mark): Bugfix when marking up the definition for an
1410 empty function.
1411
1412 2004-07-17 Richard M. Stallman <rms@gnu.org>
1413
1414 * replace.el (occur-read-primary-args): Pass default to
1415 read-from-minibuffer.
1416
1417 * mail/footnote.el (footnote-section-tag): Use defcustom.
1418
1419 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1420 Compile font-lock-keywords, not KEYWORDS.
1421 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
1422 Add warn, check-type. Handle cerror like error.
1423
1424 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1425
1426 * progmodes/which-func.el (which-func-keymap): New var.
1427 (which-func-face): New face.
1428 (which-func-format): Use them.
1429
1430 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1431
1432 * buff-menu.el (list-buffers-noselect): Append the buffer's
1433 process status to its mode name.
1434
1435 2004-07-16 Kim F. Storm <storm@cua.dk>
1436
1437 * simple.el (inhibit-mark-movement): New defvar.
1438 (beginning-of-buffer, end-of-buffer): Do not push mark if
1439 inhibit-mark-movement is non-nil or C-u prefix is given.
1440
1441 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
1442 Init to beginning-of-buffer and end-of-buffer.
1443 (cua--undo-push-mark): New defvar.
1444 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
1445 already active and command is in cua--preserve-mark-commands.
1446 Also fix check for shift modifier on non-window systems.
1447 (cua--post-command-handler): Clear inhibit-mark-movement if set.
1448
1449 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1450
1451 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
1452 of two integers, instead of a cons.
1453
1454 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1455 `visited-file-modtime' now returns a list of two integers, instead
1456 of a cons.
1457
1458 * dired.el (dired-directory-changed-p): Ditto.
1459
1460 * progmodes/grep.el (grep): Doc fix.
1461
1462 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1463
1464 * autorevert.el (auto-revert-tail-mode)
1465 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
1466 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
1467 in both at the same time.
1468 (auto-revert-tail-mode): New command.
1469 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
1470 (auto-revert-handler): Revert only either tail or whole file.
1471
1472 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
1473 add auto-revert-tail-mode.
1474
1475 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1476
1477 * printing.el: Doc fix. Change name of some funs.
1478 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
1479 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
1480 (pr-standard-file-name): New fun. Replace pr-standard-path.
1481 (pr-call-process): Code fix.
1482
1483 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
1484
1485 * subr.el (with-selected-window): Doc fix.
1486
1487 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
1488
1489 * subr.el (get-buffer-window-list): Doc fix.
1490
1491 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1492
1493 * files.el (switch-to-buffer-other-window): Doc fix.
1494
1495 * window.el (save-selected-window, one-window-p)
1496 (split-window-keep-point, split-window-vertically)
1497 (split-window-horizontally): Doc fixes.
1498
1499 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1500
1501 * printing.el: Doc fix. Now it uses call-process instead of
1502 shell-command for low command execution.
1503 (pr-version): New version number (6.8).
1504 (pr-shell-file-name): Option removed.
1505 (pr-shell-command): Fun removed.
1506 (pr-call-process): New fun. Replace pr-shell-command.
1507 (pr-standard-path, pr-remove-nil-from-list): New funs.
1508 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1509 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1510 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1511 (pr-ps-utility-process, pr-txt-print): Code fix.
1512
1513 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1514
1515 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1516 boolean.
1517
1518 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1519
1520 * wid-edit.el (widget-field-buffer): Doc fix.
1521
1522 2004-07-09 John Paul Wallington <jpw@gnu.org>
1523
1524 * emacs-lisp/re-builder.el (reb-update-overlays):
1525 Distinguish between one and several matches in message.
1526
1527 2004-07-09 Richard M. Stallman <rms@gnu.org>
1528
1529 * mouse.el (mouse-set-region-1): If transient-mark-mode
1530 is `identity', change it to `only'.
1531
1532 * simple.el (current-word): Doc fix.
1533
1534 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1535
1536 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1537 so that it is more understanding of whitespace.
1538
1539 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1540 form
1541 (("ns" . "element") (attr-list) children) instead of
1542 ((:ns . "element") (attr-list) children) in order to reduce the
1543 number of symbols used.
1544 (xml-skip-dtd): Change to use xml-parse-dtd but set
1545 xml-validating-parsing to nil.
1546 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1547 (xml-substitute-entity): Remove in favor of new entity substitution.
1548 (xml-substitute-special): Rewrite in to substitute complex
1549 entities from DOCTYPE declarations.
1550 (xml-parse-fragment): Parse fragments from entity deleclarations.
1551 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1552 (xml-parse-dtd, xml-substitute-special): Make validity checks
1553 conditioned on xml-validating-parser. Add "Not Well Formed" to
1554 error messages about well-formedness.
1555
1556 2004-07-08 Steven Tamm <steventamm@mac.com>
1557
1558 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1559 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1560 Do not treat double clicks and triple clicks specially in the
1561 scroll bar (preventing strange repositioning problems)
1562
1563 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * replace.el (query-replace-regexp-eval): Fix last change.
1566
1567 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * replace.el (query-replace-descr): New fun.
1570 (query-replace-read-from, query-replace-read-args): Default to the
1571 previous from&to.
1572 (query-replace-read-to): Quote the `from' string when displaying it.
1573 (query-replace-regexp-eval): Immediately check read-only status.
1574 Use query-replace-read-from to get the \n checking.
1575 Quote the `from' string when displaying it.
1576 (map-query-replace-regexp, occur-read-primary-args):
1577 Quote the `from' string when displaying it.
1578
1579 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1580 delimited-ness of the search to query-replace.
1581
1582 * replace.el (query-replace-read-from, query-replace-read-to):
1583 New funs extracted from query-replace-read-args.
1584 (query-replace-read-args): Use them.
1585
1586 * replace.el (query-replace-interactive, query-replace-read-args):
1587 Remove the `initial' special value.
1588 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1589 (occur-engine): Remove unused var `matchend'.
1590
1591 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1592 Use the search string without prompting.
1593
1594 2004-07-05 Kenichi Handa <handa@m17n.org>
1595
1596 * international/mule.el (decode-coding-inserted-region):
1597 Set last-coding-system-used only when coding is nil.
1598
1599 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1600
1601 * progmodes/grep.el (grep-compute-defaults, grep-command)
1602 (grep-program, find-program, grep-find-use-xargs, grep-history)
1603 (grep-find-history, grep-tag-default, grep-find-command)
1604 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1605 Add autoload cookies, for unbundled packages that load `compile'
1606 and expect all grep-related symbols to become defined.
1607
1608 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1609
1610 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1611 (iimage-mode-image-search-path): New user option to search the
1612 image file.
1613 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1614 have locate-file.
1615 (iimage-mode-buffer): Use it.
1616
1617 2004-07-03 Nick Roberts <nickrob@gnu.org>
1618
1619 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1620 carefully.
1621 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1622
1623 2004-07-03 Juri Linkov <juri@jurta.org>
1624
1625 * replace.el (query-replace-read-args): Swallow space after 'foo,
1626 not after (quote foo). Match space only immediately after symbol,
1627 not anywhere in the whole string.
1628
1629 2004-07-02 Richard M. Stallman <rms@gnu.org>
1630
1631 * replace.el (query-replace-read-args): Swallow space after
1632 symbols, not after closeparens. But avoid error if string ends there.
1633
1634 * progmodes/python.el (python-beginning-of-statement):
1635 Exit the loop if backward-up-list gets error.
1636
1637 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1638
1639 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1640
1641 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1642 only if vc-consult-headers is non-nil.
1643
1644 2004-07-02 Juri Linkov <juri@jurta.org>
1645
1646 * pcvs.el (cvs-mode-diff-repository): New command.
1647
1648 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1649
1650 2004-07-01 Juri Linkov <juri@jurta.org>
1651
1652 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1653 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1654 C-M-% to isearch-query-replace-regexp.
1655 (minibuffer-local-isearch-map): Add arrow key bindings.
1656 Bind C-f to isearch-yank-char-in-minibuffer.
1657 (isearch-forward): Doc fix.
1658 (isearch-edit-string): Doc fix.
1659 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1660 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1661 (isearch-yank-char): Add optional arg.
1662 (isearch-yank-char-in-minibuffer): New fun.
1663
1664 * replace.el (query-replace-interactive): Change type from boolean
1665 to choice. Add value `initial'.
1666 (query-replace-read-args): Handle value `initial' of
1667 query-replace-interactive.
1668
1669 2004-06-29 Kim F. Storm <storm@cua.dk>
1670
1671 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1672 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1673
1674 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1675 Add :group 'ada.
1676
1677 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1678
1679 2004-06-29 Juri Linkov <juri@jurta.org>
1680
1681 * replace.el (query-replace-read-args): Swallow a space after
1682 everything except )]" which in most cases means after a symbol.
1683
1684 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1685
1686 2004-06-28 Richard M. Stallman <rms@gnu.org>
1687
1688 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1689 More changes to go with previous change in font-lock.el.
1690
1691 2004-06-26 David Kastrup <dak@gnu.org>
1692
1693 * replace.el (perform-replace): Highlight the match even in
1694 non-query mode if there is potential replace string editing.
1695
1696 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1697
1698 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1699 agree with new return value of `file-remote-p'.
1700 This syncs with Tramp 2.0.42.
1701
1702 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1703 according to new documentation of `file-remote-p'.
1704
1705 * files.el (file-remote-p): Fix doc to say that return value is
1706 identification of remote system, if not nil.
1707 (file-relative-name): Use new return value of `file-remote-p'.
1708
1709 2004-06-26 Nick Roberts <nickrob@gnu.org>
1710
1711 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1712 (gdb-goto-breakpoint): Fix breakage.
1713
1714 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1715
1716 * man.el (Man-getpage-in-background): Add windows-nt to the list
1717 of systems where shell-file-name should be used instead of
1718 literal "sh".
1719
1720 2004-06-25 Sam Steingold <sds@gnu.org>
1721
1722 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1723 function names `(setf symbol)'.
1724
1725 2004-06-24 Richard M. Stallman <rms@gnu.org>
1726
1727 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1728
1729 * font-lock.el (font-lock-keywords): Change format of compiled values.
1730 Document it.
1731 (font-lock-add-keywords): If font-lock-keywords is compiled,
1732 extract the uncompiled version, modify, then recompile.
1733 (font-lock-remove-keywords): Likewise.
1734 (font-lock-fontify-keywords-region): Handle changed format.
1735 (font-lock-compile-keywords): Handle changed format.
1736 (font-lock-set-defaults): Compile the keywords explicitly here.
1737
1738 2004-06-24 David Kastrup <dak@gnu.org>
1739
1740 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1741 replacements here.
1742 (query-replace-regexp): Doc string explaining this and the new
1743 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1744 is better placed in `query-replace-read-args'.
1745 (replace-regexp): Explain `\,', `\#' and `\?'.
1746 (replace-match-data): New function for thorough reuse/destruction
1747 of old match-data.
1748 (replace-match-maybe-edit): Function for implementing `\?' editing.
1749 (perform-replace): Fix maintaining of the match stack including
1750 already matched regions, implement `\?', fix various problems
1751 with regions while editing and other stuff.
1752 (replace-highlight): Simplify.
1753
1754 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1755
1756 * progmodes/grep.el (grep-error-screen-columns): New variable.
1757 (grep-regexp-alist): Give it the full functionality of gnu style
1758 compilation messages with line and column ranges. Ask me for the
1759 perl script I'm working on, that uses these.
1760
1761 2004-06-23 Nick Roberts <nickrob@gnu.org>
1762
1763 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1764 Remove.
1765 (comint-insert-input, comint-mouse-insert-input): New functions
1766 based on comint-insert-clicked-input for two bindings but just
1767 one functionality.
1768
1769 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1770
1771 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1772
1773 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1774
1775 * files.el (write-contents-functions): Doc fix.
1776
1777 2004-06-21 Juanma Barranquero <lektu@terra.es>
1778
1779 * image.el (image-library-alist): Rewrite docstring in active voice.
1780
1781 2004-06-20 Richard M. Stallman <rms@gnu.org>
1782
1783 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1784
1785 * isearch.el (isearch-repeat): Avoid testing old match data.
1786 (isearch-message): Display trailing space in special font
1787 when search is failing.
1788 (isearch-search-fun-function): Doc fix.
1789
1790 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1791
1792 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1793
1794 * frame.el (show-trailing-whitespace): Doc fix.
1795
1796 * cus-edit.el (custom-variable-documentation): New function.
1797 (custom-variable): Use it.
1798
1799 2004-06-19 Nick Roberts <nickrob@gnu.org>
1800
1801 * man.el (Man-getpage-in-background): Revert previous change but
1802 make cygwin a special case.
1803
1804 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1805
1806 * autorevert.el (global-auto-revert-non-file-buffers):
1807 Update docstring.
1808
1809 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1810
1811 * progmodes/compile.el (compilation-error-properties): Store one
1812 more than end-col, if present, so that transient-mark-mode will
1813 highlight last char too.
1814 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1815 ranges, if present.
1816
1817 2004-06-18 Jason Rumney <jasonr@gnu.org>
1818
1819 * makefile.w32-in: Double percent signs in for loops.
1820
1821 2004-06-17 David Kastrup <dak@gnu.org>
1822
1823 * replace.el (query-replace-read-args): Only warn about use of \n
1824 and \t when we are doing a regexp replacement and the actual
1825 escaped character is n or t.
1826 (query-replace-regexp): Add \, and \# interpretation to
1827 interactive call and document it.
1828 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1829 as shortkey for replace-count.
1830 (replace-quote): New function for doubling backslashes.
1831
1832 2004-06-17 Juanma Barranquero <lektu@terra.es>
1833
1834 * files.el (parse-colon-path, cd): Mention in docstring that the
1835 path separator is colon in GNU-like systems.
1836
1837 * newcomment.el (comment-region-internal): Fix docstring.
1838
1839 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1840 (ewoc-invalidate, ewoc-collect): Doc fixes.
1841 (ewoc--create-node, ewoc--delete-node-internal):
1842 Fix typos in docstring.
1843
1844 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1845
1846 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1847 manual to docstring.
1848
1849 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1850
1851 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1852
1853 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1854
1855 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1856 Add hyperlink to emacs-xtra manual to docstring.
1857
1858 * autorevert.el (global-auto-revert-non-file-buffers):
1859 Add hyperlink to emacs-xtra manual to docstring, as well as an
1860 info-link.
1861
1862 2004-06-14 Juanma Barranquero <lektu@terra.es>
1863
1864 * image.el (image-library-alist): New variable to map image types
1865 to external libraries. Initialized to nil, unless system-specific
1866 configs change it.
1867 (image-type-available-p): Determine whether an image type is
1868 available by calling `init-image-library'.
1869
1870 * term/w32-win.el (image-library-alist): Initialize to a known set
1871 of probable library names.
1872
1873 2004-06-14 Kenichi Handa <handa@m17n.org>
1874
1875 * international/code-pages.el (windows-1256, cp1125): Fix tables
1876 for several characters.
1877
1878 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1879
1880 2004-06-13 Richard M. Stallman <rms@gnu.org>
1881
1882 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1883
1884 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1885 not "`pc-selection-mode'".
1886
1887 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1888
1889 * simple.el (previous-matching-history-element): Specify a default.
1890
1891 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1892
1893 * cus-face.el (custom-declare-face): Simplify code.
1894
1895 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1896
1897 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1898
1899 * files.el (before-save-hook): Add `time-stamp' to the options.
1900
1901 * time-stamp.el (time-stamp): Recommend adding it to
1902 `before-save-hook', rather than `write-file-functions'.
1903 Make a similar change in `Commentary' section.
1904
1905 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1906
1907 * diff-mode.el (diff-current-defun): If at start of hunk, use
1908 position of first change.
1909
1910 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1911
1912 * dired-x.el (dired-mark-omitted): Bind to "*O".
1913
1914 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1915
1916 * bookmark.el (bookmark-bmenu-relocate): New function, as
1917 suggested by David J. Biesack <David.Biesack@sas.com>.
1918 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1919 (bookmark-bmenu-mode): Describe binding in doc string.
1920 (bookmark-set-filename): Save the bookmark list if it's time.
1921
1922 2004-06-13 Kenichi Handa <handa@m17n.org>
1923
1924 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1925 (ccl-untranslated-to-ucs): Fix typo.
1926
1927 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1928
1929 * progmodes/python.el (python-open-block-statement-p):
1930 Fix indentation after a block opening that contains a comment.
1931
1932 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1933
1934 * bindings.el (completion-ignored-extensions): Add file extensions
1935 of Python byte-compiled files.
1936
1937 2004-06-12 Juri Linkov <juri@jurta.org>
1938
1939 * info.el (Info-goto-node): Add autoload.
1940 (Info-toc): Add substring-no-properties on Info file name.
1941 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1942 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1943
1944 2004-06-12 Kenichi Handa <handa@m17n.org>
1945
1946 * international/mule-cmds.el (set-language-environment):
1947 Load subst tables if necessary.
1948
1949 * international/mule.el (decode-char): Load subst tables if necessary.
1950 (encode-char): Likewise.
1951
1952 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1953 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1954 (utf-16le-decode-loop): Set r5 to -1 before loop.
1955 (utf-16be-decode-loop): Likewise.
1956 (ccl-decode-mule-utf-16le): Add EOF processing block.
1957 (ccl-decode-mule-utf-16be): Likewise.
1958 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1959 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1960 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1961 (ccl-mule-utf-16-encode-untrans): New CCL.
1962 (utf-16-decode-to-ucs): Handle pre-read character.
1963 (utf-16le-encode-loop): Handle surrogate pair.
1964 (utf-16be-encode-loop): Likewise.
1965 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1966 of utf-16le-encode-loop.
1967 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1968 of utf-16be-encode-loop.
1969 (mule-utf-16-post-read-conversion):
1970 Call utf-8-post-read-conversion at first.
1971 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1972 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1973 Add post-read-conversion and pre-write-conversion.
1974
1975 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1976 (utf-translate-cjk-unicode-range): New variable.
1977 (utf-translate-cjk-load-tables): New function.
1978 (utf-lookup-subst-table-for-decode): New function.
1979 (utf-lookup-subst-table-for-encode): New function.
1980 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1981 tables here. Update safe-charsets of utf-* coding systems.
1982 (ccl-mule-utf-untrans): New CCL.
1983 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1984 at end of each branch.
1985 (ccl-mule-utf-8-encode-untrans): New CCL.
1986 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1987 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1988 length of encoding. Don't return r0.
1989 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1990 (utf-8-post-read-conversion): Narrow to region properly.
1991 If utf-translate-cjk-mode is on, load tables if necessary.
1992 Call utf-8-compose with hash-table arg if necessary.
1993 Call XXX-compose-region instead of XXX-post-read-convesion.
1994 (utf-8-pre-write-conversion): New function.
1995 (mule-utf-8): Include CJK charsets in safe-charsets if
1996 utf-translate-cjk-mode is on. Add pre-write-conversion.
1997
1998 * international/characters.el: Temporarily set
1999 utf-translate-cjk-mode to nil.
2000
2001 * language/devan-util.el (devanagari-compose-region):
2002 Add autoload cookie.
2003
2004 * international/ccl.el (ccl-dump-call): Fix printing the
2005 subroutine name.
2006
2007 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
2008
2009 * dired.el (dired-revert): If buffer is marked unmodified before
2010 reverting, keep it marked unmodified.
2011 Adapt to new conventions for commenting out code.
2012 (dired-make-relative): Adapt to new conventions for commenting out code.
2013
2014 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
2015
2016 * eshell/esh-module.el (eshell-load-defgroups):
2017 Bind `vc-handled-backends' to nil when opening files.
2018
2019 2004-06-11 Juanma Barranquero <lektu@terra.es>
2020
2021 * files.el (parse-colon-path, cd): Doc fixes (refer to
2022 `path-separator', not colon).
2023
2024 2004-06-10 Juanma Barranquero <lektu@terra.es>
2025
2026 * newcomment.el (comment-search-forward)
2027 (comment-search-backward): Fix typos in docstring.
2028 (comment-region): Doc fix.
2029
2030 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
2031
2032 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
2033 switch is no longer stored in `dired-switches-alist'.
2034
2035 * dired-aux.el (dired-insert-subdir): Do not store R switch in
2036 `dired-switches-alist'.
2037
2038 2004-06-10 Kim F. Storm <storm@cua.dk>
2039
2040 * pcvs.el (cvs-mode-diff-yesterday): New command.
2041
2042 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
2043
2044 2004-06-10 Juri Linkov <juri@jurta.org>
2045
2046 * emacs-lisp/edebug.el (edebug-eval-defun):
2047 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
2048 Fix docstring.
2049
2050 * simple.el (eval-expression-print-format): Don't print additional
2051 information on the first call to `eval-print-last-sexp'.
2052 (next-error-find-buffer): Fix punctuation.
2053 (killing) <defgroup>: Fix punctuation.
2054 (yank-excluded-properties): Change group from editing to killing.
2055
2056 * replace.el (perform-replace): Use `limit' to terminate the
2057 while-loop explicitly.
2058
2059 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2060
2061 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
2062 Use lc-*.xpm as prefix instead of *-locol.xpm.
2063
2064 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
2065 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
2066 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
2067 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
2068 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
2069 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
2070 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
2071 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
2072 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
2073 * toolbar/lc-up_arrow.xpm:
2074 Renamed from *-locol.xpm.
2075
2076 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
2077
2078 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
2079 include forms like &<str>; as valid url patterns.
2080
2081 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
2082
2083 * dired.el (dired-diff, dired-backup-diff)
2084 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
2085 (dired-do-chown, dired-do-touch, dired-do-print)
2086 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
2087 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
2088 (dired-create-directory, dired-do-copy, dired-do-symlink)
2089 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
2090 (dired-do-copy-regexp, dired-do-hardlink-regexp)
2091 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
2092 (dired-maybe-insert-subdir, dired-next-subdir)
2093 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
2094 (dired-kill-subdir, dired-tree-up, dired-tree-down)
2095 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
2096 (dired-run-shell-command, dired-query): Remove redundant,
2097 or incorrect, autoloads.
2098
2099 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
2100 does not end in a slash. Add optional argument KILL-ROOT.
2101 Update docstring.
2102 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
2103 (dired-query): Add autoloads.
2104
2105 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
2106
2107 * progmodes/compile.el (compilation-set-window-height):
2108 Rearrange the save-* functions because a buffer can have several current
2109 point in different windows.
2110 (compilation-error-regexp-alist-alist): Recognize {standard input}
2111 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
2112
2113 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2114
2115 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
2116 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
2117 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
2118 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
2119 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
2120 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
2121 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
2122 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
2123 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
2124 * toolbar/up_arrow-locol.xpm:
2125 New versions of icons that uses fewer colors.
2126
2127 * toolbar/tool-bar.el (tool-bar-local-item)
2128 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
2129 if display-color-cells is 256 or less.
2130
2131 2004-06-08 Kim F. Storm <storm@cua.dk>
2132
2133 * wid-edit.el (widget-specify-button): Use hand pointer rather
2134 than mouse-face as visible mouse-over effect.
2135
2136 2004-06-07 Karl Fogel <kfogel@red-bean.com>
2137
2138 * saveplace.el (save-place-alist-to-file): Bind `print-length'
2139 and `print-level' to nil when writing out `save-place-alist'.
2140 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
2141
2142 2004-06-07 Juanma Barranquero <lektu@terra.es>
2143
2144 * completion.el (completion-kill-region): Doc fix.
2145
2146 * format.el (format-insert-annotations)
2147 (format-annotate-location): Doc fixes.
2148 (format-subtract-regions): Make arguments match their use in docstring.
2149
2150 * simple.el (kill-region): Doc fix.
2151
2152 * subr.el (insert-buffer-substring-no-properties)
2153 (insert-buffer-substring-as-yank): Doc fixes.
2154
2155 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
2156
2157 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2158 Update docstring.
2159 (dired-reset-subdir-switches): New function.
2160
2161 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
2162 Limit scope of `buffer-read-only' binding.
2163
2164 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
2165
2166 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
2167 eshell-explicit-command-char.
2168
2169 2004-06-06 Juanma Barranquero <lektu@terra.es>
2170
2171 * help-fns.el (help-argument-name): Inherit from italic face only
2172 if the frame supports it.
2173
2174 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2175
2176 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
2177 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
2178 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
2179 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
2180 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
2181 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
2182 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
2183 New conversions from xpm files.
2184
2185 * toolbar/README: New file.
2186
2187 2004-06-06 Richard M. Stallman <rms@gnu.org>
2188
2189 * isearch.el (isearch-mode-map): Undo previous change.
2190
2191 2004-06-05 Juri Linkov <juri@jurta.org>
2192
2193 * bindings.el (debug-ignored-errors): Add regexps for history
2194 related messages. Remove $ from "No further undo information".
2195 Move Ediff's messages to ediff.el.
2196
2197 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
2198
2199 * cus-edit.el (custom-display): Add `min-colors'.
2200
2201 * custom.el (defface): Add `supports' to docstring.
2202
2203 * help-fns.el (help-argument-name): Add :group 'help.
2204
2205 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
2206
2207 * find-dired.el (find-ls-subdir-switches): New user option.
2208 (find-dired): No longer call `abbreviate-file-name' on DIR.
2209 Set `dired-subdir-switches' buffer-locally.
2210
2211 * locate.el: Merge the two `Commentary' sections.
2212 (locate-ls-subdir-switches): New user option.
2213 (locate): Update for other changes.
2214 (locate-mode-map): Restore Dired binding for mouse-2.
2215 Bind `locate-mouse-view-file' to M-mouse-2.
2216 Bind `l' to `locate-do-redisplay'.
2217 (locate-main-listing-line-p, locate-do-redisplay): New functions.
2218 (locate-mouse-view-file, locate-tags, locate-find-directory):
2219 Print message if used outside main listing.
2220 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
2221 Various changes to support inserted subdirectories.
2222 (locate-insert-header): Change header of *Locate* buffer.
2223
2224 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2225 Change interactive default switches.
2226 (dired-rename-subdir-2): Update `dired-switches-alist'.
2227 (dired-insert-subdir, dired-kill-subdir):
2228 Handle `dired-switches-alist'. Do not mark buffer modified.
2229 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
2230 (dired-insert-subdir-doinsert): Omit messages.
2231 Handle `dired-subdir-switches'.
2232 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2233
2234 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
2235 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
2236 subdirs if -R switch is used for a subdir.
2237 (dired-mode): Set `dired-switches-alist'.
2238 (dired-build-subdir-alist): Only print number of directories in
2239 echo area when invoked interactively.
2240
2241 2004-06-05 Lars Hansen <larsh@math.ku.dk>
2242
2243 * dired-x.el (dired-omit-mode): Rename from
2244 dired-omit-files-p. Use define-minor-mode to define it.
2245 (dired-omit-files-p): Add as alias for dired-omit-mode.
2246 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
2247 dired-mark-omitted.
2248 (dired-mark-omitted): Add. Bind to M-O.
2249
2250 2004-06-05 Kenichi Handa <handa@m17n.org>
2251
2252 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
2253
2254 2004-06-05 Juanma Barranquero <lektu@terra.es>
2255
2256 * help-fns.el (help-argument-name): Reintroduce face.
2257 (help-default-arg-highlight): Use it, now that
2258 `face-differs-from-default-p' can be trusted.
2259
2260 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2261
2262 * textmodes/table.el: Sentence commands added to Point Motion
2263 group; kill and backward-kill commands added to Extraction group.
2264
2265 2004-06-04 Mario Lang <mlang@delysid.org>
2266
2267 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
2268 systems appear to use mW, make the code handle this. Fix a
2269 division-by-zero bug while at it, and handle kernels with
2270 a slightly different layout in /proc/acpi.
2271
2272 2004-06-04 Karl Fogel <kfogel@red-bean.com>
2273
2274 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
2275 because the latter is a CL-ism. This fixes the bug reported by
2276 Shawn Boyette <mdxi@collapsar.net> in
2277 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2278
2279 2004-06-04 Miles Bader <miles@gnu.org>
2280
2281 * faces.el (display-supports-face-attributes-p): Function moved to
2282 C code. Previously only the tty-related portion of this function
2283 was done in C; however the previous attempt to do a halfway-proper
2284 job for non-tty displays in lisp didn't work properly because of
2285 funny conditions during Emacs startup.
2286 (face-differs-from-default-p): Simplify, now that
2287 display-supports-face-attributes-p works properly on all display
2288 types. Remove :stipple from comparison; it doesn't really work
2289 in emacs anyway.
2290
2291 2004-06-04 Miles Bader <miles@gnu.org>
2292
2293 * faces.el (face-differs-from-default-p): Use a different
2294 implementation, so we can really check whether FACE displays
2295 differently or not.
2296
2297 2004-06-04 Miles Bader <miles@gnu.org>
2298
2299 * faces.el (display-supports-face-attributes-p): Implement a
2300 `different from default' check for non-tty displays.
2301
2302 2004-06-03 David Kastrup <dak@gnu.org>
2303
2304 * woman.el (woman-mapcan): More concise code.
2305 (woman-topic-all-completions, woman-topic-all-completions-1)
2306 (woman-topic-all-completions-merge): Replace by a simpler and
2307 much faster implementation based on O(n log n) sort/merge instead
2308 of the old O(n^2) behavior.
2309
2310 2004-06-03 Miles Bader <miles@gnu.org>
2311
2312 * subr.el (read-number): Use canonical format for default in prompt.
2313
2314 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
2315 Add regexp for " [...]" style defaults.
2316
2317 2004-06-02 Romain Francoise <romain@orebokech.com>
2318
2319 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
2320 groups: if the user asks for a hidden buffer, open the
2321 corresponding filter group to expose it.
2322
2323 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
2324 `ibuffer-jump-to-buffer'.
2325 (ibuffer-jump-offer-only-visible-buffers): New user option.
2326
2327 2004-06-02 Juanma Barranquero <lektu@terra.es>
2328
2329 * faces.el (frame-update-faces): Add empty docstring so the one
2330 for `ignore' doesn't show through.
2331
2332 * subr.el (process-kill-without-query): Remove spurious "\n" on
2333 obsolescence string.
2334 (focus-frame, unfocus-frame): Add obsolescence declaration and
2335 empty docstring.
2336
2337 * international/mule.el (register-char-codings): Make alias for
2338 `ignore'. Move docstring to obsolescence info and remove redundancy.
2339
2340 2004-06-02 Kim F. Storm <storm@cua.dk>
2341
2342 * frame.el (blink-cursor-start): Turn cursor off initially so blink
2343 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
2344
2345 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * comint.el (comint-replace-by-expanded-history-before-point):
2348 Obey `start' as the docstring says.
2349 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
2350 (comint-update-fence): Prevent font-lock from running unnecessarily.
2351 (comint-dynamic-list-completions): Use with-current-buffer.
2352
2353 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2354
2355 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
2356 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
2357 (bibtex-entry-update): Handle alternatives and optional fields.
2358 (bibtex-parse-entry): Bugfix, handle empty key.
2359
2360 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * vc-arch.el (vc-arch-state): Don't assume the file exists.
2363
2364 2004-05-31 Lars Hansen <larsh@math.ku.dk>
2365
2366 * desktop.el (desktop-save): Don't save minor modes without a
2367 known mode initialization function.
2368
2369 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
2370
2371 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
2372
2373 * autorevert.el: Update `Commentary' section.
2374
2375 2004-05-30 Juanma Barranquero <lektu@terra.es>
2376
2377 * dos-fns.el (convert-standard-filename):
2378 * files.el (convert-standard-filename):
2379 * w32-fns.el (convert-standard-filename):
2380 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
2381
2382 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2383
2384 Sync with Tramp.
2385
2386 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
2387 (tramp-let-maybe): Move to an earlier spot in the file.
2388 Patch by Andreas Schwab.
2389
2390 2004-05-30 Andreas Schwab <schwab@suse.de>
2391
2392 * dired.el (dired-get-filename): Don't use dired-re-dot.
2393
2394 2004-05-30 Richard M. Stallman <rms@gnu.org>
2395
2396 * files.el (find-file): Doc fix.
2397
2398 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
2399
2400 2004-05-30 Nick Roberts <nickrob@gnu.org>
2401
2402 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
2403 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
2404 modeline of the locals buffer.
2405 (gdb-goto-breakpoint): Handle gdbmi.
2406 (gdb-get-frame-number): Change for gdbmi.
2407
2408 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
2409
2410 * files.el (file-remote-p): Apply file name handler for operation
2411 `file-remote-p'. It isn' a property any longer.
2412 (file-relative-name): `fh' and `fd' get the required value via
2413 `find-file-name-handler' already.
2414
2415 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
2416 (top): Remove setting of `file-remote-p' property for
2417 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
2418
2419 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
2420
2421 Version 2.0.41 of Tramp released.
2422
2423 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
2424 Throw away if process has died.
2425 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
2426 (tramp-out-of-band-prompt-regexp): Rename to
2427 `tramp-process-alive-regexp', because its usage is widen.
2428 (tramp-actions-copy-out-of-band): Apply it.
2429 (tramp-actions-before-shell, tramp-multi-actions):
2430 Add `tramp-action-process-alive' action.
2431 (tramp-action-process-alive): New defun.
2432 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2433 Add entry for `file-remote-p'.
2434 (tramp-handle-file-remote-p): New defun.
2435 (top): Remove setting of `file-remote-p'. Don't set
2436 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
2437
2438 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2439 `file-remote-p'.
2440
2441 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
2442 counted for (last) line. [They should or they shouldn't? --Stef]
2443 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
2444
2445 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2446
2447 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
2448 not really necessary but seems to keep the shell history smaller
2449 in some cases. It is no substitute for setting HISTFILE and
2450 HISTSIZE from tramp-open-connection-setup-interactive-shell,
2451 though. Suggested by Luc Teirlinck.
2452 (tramp-open-connection-setup-interactive-shell): Export variables
2453 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
2454 (tramp-set-process-query-on-exit-flag): New compat function.
2455 (tramp-open-connection-multi, tramp-open-connection-su)
2456 (tramp-open-connection-rsh, tramp-open-connection-telnet)
2457 (tramp-do-copy-or-rename-file-out-of-band): Use it.
2458 (tramp-let-maybe): New macro, let-binds a variable only if it
2459 isn't obsolete.
2460 (tramp-check-ls-commands, tramp-handle-expand-file-name)
2461 (tramp-handle-file-truename): Use it.
2462 (tramp-completion-file-name-regexp-unified): Avoid matching
2463 filenames starting with "/:" -- those are reserved for
2464 file-name-non-special.
2465
2466 * tramp-smb.el (tramp-smb-open-connection):
2467 Use tramp-set-process-query-on-exit-flag compat function.
2468
2469 2004-05-29 Richard M. Stallman <rms@gnu.org>
2470
2471 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
2472
2473 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
2474 (eval-last-sexp-print-value): Print char equivalent regardless
2475 of standard-output value.
2476
2477 * thumbs.el (thumbs-subst-char-in-string): Delete.
2478 (thumbs-thumbname): Use subst-char-in-string.
2479 (thumbs-resize-image): Use condition-case, not ignore-errors.
2480 (thumbs-kill-buffer): Likewise.
2481
2482 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
2483 (thumbs-mode): Make buffer read-only.
2484 (thumbs-make-thumb): Unconditionally accept an existing file.
2485 (thumbs-insert-thumb): Add thumb-image-file property to the image.
2486 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
2487 (thumbs-show-thumbs-list): Error if images not supported.
2488 (thumbs-save-current-image): Improve prompt string.
2489 (thumbs-mode-map): Define u, R, x.
2490 (thumbs-unmark): New command.
2491 (thumbs-emboss-image): Minor cleanup.
2492 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2493 (thumbs-rename-images): New command.
2494 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
2495
2496 * thumbs.el (thumbs-current-image): New function.
2497 (thumbs-file-list, thumbs-file-alist): New functions.
2498 (thumbs-find-image): Delete arg L.
2499 Don't set up thumbs-fileL as buffer-local global var.
2500 (thumbs-find-image-at-point): Use thumbs-current-image.
2501 (thumbs-set-image-at-point-to-root-window): Likewise.
2502 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2503 Record and warn about errors. Update thumbs-markedL for deletions.
2504 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2505 (thumbs-redraw-buffer): Use thumbs-file-list.
2506 (thumbs-mark): Use thumbs-current-image.
2507 (thumbs-show-name): Use thumbs-current-image.
2508
2509 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2510 and imenu--last-menubar-index-alist.
2511
2512 * subr.el (with-selected-window): Undo previous change.
2513
2514 2004-05-29 John Paul Wallington <jpw@gnu.org>
2515
2516 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2517 (thumbs-mouse-find-image): New command.
2518 (thumbs-mode-map): Bind it to mouse-2.
2519 (thumbs-mode): Make mode-class special.
2520 (thumbs-view-image-mode): Likewise.
2521
2522 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2523
2524 * flymake.el: New file.
2525
2526 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2527
2528 * files.el (find-file-noselect-1): Do not bind
2529 `inhibit-read-only' to t during execution of
2530 `find-file-not-found-functions'.
2531
2532 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2535 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2536
2537 2004-05-28 Juri Linkov <juri@jurta.org>
2538
2539 * simple.el (eval-expression-print-format): New fun.
2540
2541 * simple.el (eval-expression):
2542 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2543 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2544 (edebug-eval-expression): Print additionally the value returned by
2545 `eval-expression-print-format'.
2546
2547 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2548 (insert-pair): Make arguments optional. Find character pair
2549 from `insert-pair-alist' according to the last input event.
2550 (insert-parentheses): Make arguments optional.
2551 (raise-sexp, delete-pair): New funs.
2552
2553 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2554 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2555 Bind C-M-q to `indent-pp-sexp'.
2556
2557 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2558 `pp-to-string' modified to be able to format text with newlines.
2559 (pp-to-string): Move the buffer-formatting part of the code to
2560 `pp-buffer'. Call `pp-buffer'.
2561
2562 * info.el (Info-desktop-buffer-misc-data): Don't save information
2563 about virtual files.
2564 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2565 buffers with names obtained from the desktop file instead of the
2566 default *info* buffer.
2567
2568 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * subr.el (with-selected-window): Only save/restore the selected window.
2571
2572 * progmodes/compile.el (compilation-error-regexp-alist):
2573 Use expand-file-name and data-directory.
2574
2575 * progmodes/grep.el (grep-tree): Rework previous fix.
2576
2577 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2578 after the user marked text with the mouse.
2579
2580 * startup.el (command-line): Keep the first regexp of
2581 auto-save-file-name-transforms intact.
2582
2583 2004-05-28 Juanma Barranquero <lektu@terra.es>
2584
2585 * cus-edit.el (customize-face, customize-face-other-window)
2586 (custom-face-edit-delete): Make arguments match their use in
2587 docstring.
2588 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2589 docstring.
2590
2591 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2592 not `cvs-butlast'.
2593
2594 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2595 `nbutlast' are in subr.el).
2596
2597 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2598 (set-w32-system-coding-system): Doc fixes.
2599
2600 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2601 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2602 Make arguments match their use in docstring.
2603 (artist-draw-region-trim-line-endings)
2604 (artist-mouse-choose-operation): Fix typo in docstring.
2605 (artist-key-set-point-common): Doc fix.
2606
2607 2004-05-28 Simon Josefsson <jas@extundo.com>
2608
2609 * mail/smtpmail.el (smtpmail-open-stream):
2610 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2611
2612 2004-05-26 Simon Josefsson <jas@extundo.com>
2613
2614 * starttls.el: Merge with my GNUTLS based starttls.el.
2615 (starttls-gnutls-program, starttls-use-gnutls)
2616 (starttls-extra-arguments, starttls-process-connection-type)
2617 (starttls-connect, starttls-failure, starttls-success): New variables.
2618 (starttls-program, starttls-extra-args): Doc fix.
2619 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2620 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2621 and pass on to corresponding *-gnutls function if it is set.
2622
2623 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2624
2625 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2626 remote files.
2627
2628 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2629
2630 * files.el (file-name-non-special): There are more operations
2631 which need handling: `find-backup-file-name',
2632 `insert-file-contents', `verify-visited-file-modtime',
2633 `write-region'. Rename t value of method to `add'. Add new
2634 methods `quote' and `unquote-then-quote' to file-arg-indices.
2635
2636 2004-05-25 Juri Linkov <juri@jurta.org>
2637
2638 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2639 (Info-index-nodes): Enclose code in condition-case to catch errors.
2640 (Info-index-node): Don't search all index nodes if request is only
2641 for the current node and file is not in the cache of index nodes.
2642 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2643 for consistency with dired-copy-filename-as-kill.
2644 Bind `S' to Info-search-case-sensitively.
2645 (Info-copy-current-node-name): New arg. With zero prefix arg put
2646 the name inside a function call to `info'. Display copied text in
2647 the echo area.
2648
2649 2004-05-25 Sam Steingold <sds@gnu.org>
2650
2651 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2652 strip the package prefix from the symbol name, if any.
2653 Make it the `find-tag-default-function' for `lisp-mode'.
2654
2655 2004-05-25 John Paul Wallington <jpw@gnu.org>
2656
2657 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2658 instead of obsolete `process-kill-without-query'.
2659
2660 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2661 Declare as variable, not constant.
2662
2663 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2664
2665 * files.el (find-file-noselect-1): Fix bug introduced by
2666 Revision 1.694. As a side effect, `inhibit-read-only'
2667 is again, by default, t during execution of
2668 `find-file-not-found-functions'.
2669 (insert-directory): Check that lines were really inserted by
2670 the --dired switch, before erasing them.
2671
2672 2004-05-24 Nick Roberts <nickrob@gnu.org>
2673
2674 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2675 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2676 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2677 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2678 gud-minor-mode (gdbmi).
2679
2680 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2681
2682 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2683 explicitly select the text to be taken as URL.
2684
2685 2004-05-23 Juri Linkov <juri@jurta.org>
2686
2687 * info.el (Info-index-nodes): New var and fun.
2688 (Info-goto-index, Info-index, info-apropos)
2689 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2690 (Info-index): Fix docstring. Store and restore Info-history-list.
2691 (Info-complete-nodes): New var.
2692 (Info-complete-menu-item): Use it.
2693 (Info-index-node): New fun.
2694 (Info-final-node, Info-forward-node, Info-backward-node)
2695 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2696 Use Info-index-node.
2697 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2698 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2699 (Info-find-node-2): If a node with period in its name not found,
2700 try to find a node without the name part after period.
2701 (Info-select-node): Call Info-fontify-node only if
2702 Info-fontify-maximum-menu-size is not nil.
2703 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2704 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2705 Preserve Info-history-list.
2706 (Info-toc): Set Info-current-file.
2707 (Info-build-toc): Move point to the beginning of the buffer.
2708 Add main-file variable.
2709 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2710 Use backslashed representation of the control character ^_.
2711
2712 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2713 numbers in the new Texinfo 4.7 format.
2714
2715 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2716 regexps for function and variable names.
2717
2718 * descr-text.el (describe-property-list): Add [show] button for
2719 `syntax-table' property with action to pp to a separate buffer.
2720 (describe-char): Replace search-forward by re-search-forward with
2721 whitespace regexp after "character:" to not fail in too narrow windows.
2722
2723 * simple.el (next-error-find-buffer): Add a rule to return
2724 next-error capable buffer if one window on the selected frame
2725 displays such buffer.
2726
2727 2004-05-23 Nick Roberts <nickrob@gnu.org>
2728
2729 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2730 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2731 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2732 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2733 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2734 Handle new value for gud-minor-mode (gdbmi).
2735 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2736 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2737 Change from local to global gdb variable set.
2738 (gdb-ann3): Initialise above gdb variable set.
2739 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2740 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2741 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2742 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2743 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2744 (gdb-info-locals-handler, gdb-invalidate-assembler)
2745 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2746 set as global variables.
2747 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2748 Handle gdbmi.
2749 (gdb-info-breakpoints-custom): Fix regexp.
2750 (def-gdb-var): Delete.
2751
2752 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2753 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2754 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2755 a new mode. The file (gdb-mi.el) for this mode will be included
2756 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2757 primary interface.
2758
2759 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2760
2761 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2762 interpreted as a directory.
2763
2764 2004-05-22 Richard M. Stallman <rms@gnu.org>
2765
2766 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2767 as a close quote.
2768
2769 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2770
2771 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2772 Use assoc-string, not assoc-ignore-case.
2773
2774 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2775
2776 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2777 If moving back then fwd gets a defun that ends before point,
2778 try again moving fwd then back.
2779
2780 * files.el (file-name-non-special): Allow t in file-arg-indices
2781 to mean requote the return value. Use `identity' as an element
2782 rather than as the whole value.
2783
2784 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2785
2786 2004-05-22 Juanma Barranquero <lektu@terra.es>
2787
2788 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2789 `help-make-usage'.
2790 (help-highlight-arguments): Skip function name before searching
2791 for arguments.
2792
2793 2004-05-21 Juanma Barranquero <lektu@terra.es>
2794
2795 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2796 Don't mention in the docstring these arguments meant for
2797 internal (recursive) use only.
2798 (allout-char-spec): Comment out (it's not implemented).
2799 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2800 obsolescence declaration.
2801 (allout-flatten-exposed-to-buffer)
2802 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2803 (my-mark-marker): Doc fix.
2804 (produce-allout-mode-map, allout-sibling-index)
2805 (allout-isearch-expose, allout-distinctive-bullet)
2806 (allout-open-topic, allout-reindent-body)
2807 (allout-rebullet-heading, allout-process-exposed)
2808 (allout-insert-listified, allout-latex-verb-quote)
2809 (allout-insert-latex-header, allout-insert-latex-trailer):
2810 Make arguments match their use in docstring.
2811 (allout-primary-bullet, allout-old-style-prefixes)
2812 (allout-inhibit-protection, allout-init, allout-mode)
2813 (allout-before-change-protect, allout-flag-region):
2814 Use "Emacs" instead of "emacs" in docstrings.
2815
2816 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2817
2818 * international/characters.el: Modify syntax of more characters.
2819
2820 2004-05-21 Masatake YAMATO <jet@gyve.org>
2821
2822 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2823 (etags-tags-completion-table): Show parsing progress.
2824
2825 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2826
2827 * locate.el (locate-prompt-for-command): Shorten first line of
2828 docstring.
2829 (locate-mode): Expand docstring and include keymap summary.
2830
2831 * files.el (find-file-noselect-1): Limit the scope of the
2832 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2833 is, by default, nil during the execution of
2834 `find-file-not-found-functions' and `find-file-hook'.
2835
2836 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2837
2838 * facemenu.el (facemenu-color-name-equal): New function.
2839 (list-colors-display): Use it to compare colors instead of
2840 facemenu-color-equal.
2841
2842 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2843
2844 * compare-w.el (compare-windows-face): Use min-colors instead of
2845 checking for tty or pc types.
2846
2847 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2850 (completion-setup-function): Use with-current-buffer.
2851 Properly save excursion. Simplify.
2852 Don't assume there is necessarily a `mouse-face' property somewhere.
2853
2854 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2855
2856 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2857
2858 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2859 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2860 Use with-current-buffer.
2861 (byte-goto-log-buffer): Delete.
2862 (byte-compile-log-file): Call compilation-forget-errors.
2863
2864 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2865
2866 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2867 output messages into the search result.
2868
2869 2004-05-19 Masatake YAMATO <jet@gyve.org>
2870
2871 * wid-edit.el (widget-radio-button-notify): Revert my last
2872 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2873
2874 2004-05-19 Kenichi Handa <handa@m17n.org>
2875
2876 * international/characters.el: Fix syntax (open/close) of CJK chars.
2877
2878 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2879
2880 * help-mode.el (help-go-back): Don't depend on position of back button.
2881
2882 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2885 files files don't contain an accidental additional /.
2886
2887 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2888 in source buffer.
2889
2890 2004-05-18 Masatake YAMATO <jet@gyve.org>
2891
2892 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2893 to widget-apply. :action method assumes 2 arguments, not 3.
2894
2895 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2896
2897 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2898 New constants.
2899 (hs-special-modes-alist): Add an f90-mode entry.
2900
2901 2004-05-17 Sam Steingold <sds@gnu.org>
2902
2903 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2904 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2905
2906 2004-05-16 Kim F. Storm <storm@cua.dk>
2907
2908 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2909
2910 2004-05-15 John Wiegley <johnw@newartisans.com>
2911
2912 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2913 (eshell-output-object-to-target): Improve output speed 20% by not
2914 calling `eshell-stringify' if something is already known to be a string.
2915
2916 2004-05-15 Alex Ott <ott@jet.msk.su>
2917
2918 * textmodes/ispell.el (ispell-local-dictionary-alist):
2919 Add windows-1251 to the choice of coding systems.
2920 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2921 encoded in cp1251.
2922
2923 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2924
2925 * progmodes/compile.el (compilation-warning-face)
2926 (compilation-info-face): Use min-colors.
2927
2928 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2929
2930 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2931 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2932 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2933 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2934 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2935 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2936 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2937 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2938 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2939 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2940 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2941 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2942 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2943 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2944
2945 2004-05-15 Kim F. Storm <storm@cua.dk>
2946
2947 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2948 Use it to set triggered-p element of timer.
2949 (timer-event-handler): Set triggered-p element non-nil while running
2950 the timer function.
2951
2952 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2953
2954 * descr-text.el (describe-char-unicode-data)
2955 (describe-char-unicodedata-file): Re-enable the unicode code now that
2956 the licensing issues have been cleared in the unicode-4 license.
2957 (describe-text-properties-1): Remove unused `overlay' var.
2958 (describe-char): Remove unused var `buffer'.
2959
2960 2004-05-14 David Ponce <david@dponce.com>
2961
2962 * tree-widget.el: New file.
2963
2964 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2965
2966 * language/european.el ("Brazilian Portuguese"): Add support for
2967 Brazilian Portuguese.
2968
2969 2004-05-13 John Wiegley <johnw@newartisans.com>
2970
2971 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2972 `recentf-mode' if this variable has been customized to t.
2973
2974 * eshell/esh-test.el (eshell-test): Call the function
2975 `emacs-version' rather than trying to build a custom version string.
2976
2977 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * net/telnet.el (telnet-mode): Use define-derived-mode.
2980 Don't modify the global value of comint-prompt-regexp.
2981
2982 2004-05-13 John Paul Wallington <jpw@gnu.org>
2983
2984 * version.el (emacs-version): Check for `gtk' feature before
2985 `x-toolkit' feature.
2986
2987 2004-05-13 Juanma Barranquero <lektu@terra.es>
2988
2989 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2990 arguments in the docstring, they're used only in recursive calls.
2991
2992 * help-fns.el (help-arg-highlighting-function)
2993 (help-argument-name): Delete.
2994 (help-default-arg-highlight): New function.
2995 (help-do-arg-highlighting): Use it.
2996
2997 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2998
2999 * calendar/appt.el (appt-disp-window):
3000 Use `calendar-set-mode-line' for a centered mode-line.
3001
3002 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3003
3004 * calendar/appt.el (appt-disp-window): Do not split window
3005 excessively when `split-height-threshold' is low.
3006
3007 2004-05-12 Nick Roberts <nickrob@gnu.org>
3008
3009 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
3010 kill-buffer-hook here and make it local.
3011 (gud-kill-buffer-hook): Use kill-process for a sure kill.
3012
3013 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
3014
3015 * progmodes/compile.el (compilation-set-window-height):
3016 Use save-excursion to protect against misplaced marker.
3017
3018 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3019
3020 * custom.el (defface): Document that type can have value gtk.
3021
3022 * faces.el (face-spec-set-match-display): Handle type gtk in display.
3023
3024 2004-05-12 Kenichi Handa <handa@m17n.org>
3025
3026 * descr-text.el: Require quail at comile time.
3027 (describe-char): If an input method is on and it supports the
3028 character, show how to input it.
3029
3030 * international/quail.el (quail-install-decode-map): Accept a
3031 char-table whose subtype is `quail-decode-map'.
3032 (quail-store-decode-map-key, quail-gen-decode-map1)
3033 (quail-gen-decode-map, quail-find-key1, quail-find-key)
3034 (quail-show-key): New functions.
3035
3036 2004-05-12 Juanma Barranquero <lektu@terra.es>
3037
3038 * generic.el (define-generic-mode): Remove redundant arglist info.
3039
3040 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
3041 Make arguments match their use in docstring.
3042 (help-arg-highlighting-function): New variable.
3043 (help-argument-name): Mention it in the docstring.
3044 (help-do-arg-highlight): Use it. Expand regexp to accept also
3045 ARG-xxx and xxx-ARG references.
3046
3047 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3048
3049 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
3050 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
3051 and "mailto:addr1?to=addr2" equal.
3052
3053 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3054
3055 * man.el (Man-getpage-in-background): Use shell-file-name
3056 and shell-command-switch variables instead of hard-coded values.
3057
3058 2004-05-11 Eli Zaretskii <eliz@gnu.org>
3059
3060 * iimage.el: New file.
3061
3062 2004-05-11 Juanma Barranquero <lektu@terra.es>
3063
3064 * custom.el (custom-initialize-default, defcustom):
3065 Fix typo in docstring.
3066
3067 * files.el (set-visited-file-name, file-expand-wildcards):
3068 Fix docstring.
3069
3070 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
3073
3074 * subr.el (eventp): Be more discriminating with integers.
3075
3076 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
3077
3078 * progmodes/compile.el (compile): Add universal prefix arg.
3079 (compilation-error-regexp-alist-alist): Add edg patterns.
3080
3081 2004-05-10 Sam Steingold <sds@gnu.org>
3082
3083 * textmodes/ispell.el (ispell-message):
3084 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3085
3086 2004-05-10 Dave Love <fx@gnu.org>
3087
3088 * progmodes/python.el (help-buffer): Autoload when compiling.
3089 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
3090 (run-python): Prepend to any existing PYTHONPATH.
3091
3092 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
3093
3094 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
3095 for pending breakpoints.
3096
3097 2004-05-10 Richard M. Stallman <rms@gnu.org>
3098
3099 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
3100 directly without calling any functions in Rmail.
3101 (unrmail-unprune): Function deleted.
3102
3103 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
3106 C-c C-z binding.
3107
3108 2004-05-10 Kenichi Handa <handa@m17n.org>
3109
3110 * descr-text.el (describe-char): Fix previous change. Don't make
3111 a unibyte character to multibyte in the *Help* buffer.
3112
3113 2004-05-10 Miles Bader <miles@gnu.org>
3114
3115 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
3116 buffer an error if the debugger process is actually running.
3117
3118 2004-05-10 Juanma Barranquero <lektu@terra.es>
3119
3120 * help-fns.el (help-argument-name): Default to italic.
3121 (help-highlight-arguments): Return always (usage . doc), even when
3122 usage is nil.
3123
3124 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
3125 (define-ibuffer-filter): Add usage info.
3126 (define-ibuffer-op): Add usage info (but CL-style defaults for
3127 keyword args are not shown).
3128
3129 * subr.el (remove-overlays, read-passwd): Fix docstring.
3130 (start-process-shell-command): Fix docstring. Put usage info in a
3131 format usable by `describe-function'.
3132 (open-network-stream, open-network-stream-nowait)
3133 (open-network-stream-server): Fix docstring.
3134
3135 2004-05-09 Jason Rumney <jasonr@gnu.org>
3136
3137 * international/code-pages (cp932, cp936, cp949, c950): Remove.
3138 Only define cp125* if windows-125* is already defined.
3139
3140 * language/korean.el (cp949): Add alias.
3141
3142 * language/chinese.el (cp936, cp950): Add aliases.
3143
3144 * language/japanese.el (cp932): Add alias.
3145
3146 * term/w32-win.el: Require code-pages.
3147
3148 * international/mule-cmds.el (set-locale-environment):
3149 On MS-Windows use ansi code-page for default coding-systems.
3150 Set up paper sizes for Windows 3 letter languages.
3151
3152 * international/code-pages.el (cp932, cp936, cp949, cp950):
3153 Add aliases. Also add cp125* if not already defined.
3154
3155 2004-05-09 Juanma Barranquero <lektu@terra.es>
3156
3157 * help-fns.el (help-highlight-arguments): Don't try to highlight
3158 missing or autoloaded arglists. Accept structured arguments, like
3159 the first ones of `do' and `flet'.
3160
3161 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
3162 (cvs-get-marked): Remove redundant arglist info.
3163
3164 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
3165 Don't use CL-style default args.
3166
3167 2004-05-08 Andreas Schwab <schwab@suse.de>
3168
3169 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
3170
3171 * international/subst-ksc.el: Fix references to utf-translate-cjk
3172 into utf-translate-cjk-mode.
3173 * international/subst-big5.el: Likewise.
3174 * international/subst-gb2312.el: Likewise.
3175 * international/subst-jis.el: Likewise.
3176 * international/utf-16.el: Likewise.
3177 * international/utf-8.el: Likewise.
3178
3179 2004-05-08 John Wiegley <johnw@newartisans.com>
3180
3181 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
3182 "virtual buffers" (off by default), which makes it possible to
3183 switch to the "virtual" buffers of recently visited files. When a
3184 buffer name search fails, and this option is on, iswitchb will
3185 look at the list of recently visited files, and permit matching
3186 against those names. When the user hits RET on a match, it will
3187 revisit that file.
3188 (iswitchb-read-buffer): Add two optional arguments, which makes
3189 isearchb.el possible.
3190 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
3191 (iswitchb-next-match): Add support for virtual buffers.
3192
3193 * isearchb.el: This module extends iswitchb to provide "as you
3194 type" buffer selection.
3195
3196 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
3197 Ignore the read-only property when flyspell highlighting is on.
3198 Not ignoring it leads to a series of confusing errors.
3199 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
3200 but also make sure to call flyspell-incorrect-hook.
3201 (flyspell-maybe-correct-transposition): Perform transposition test
3202 by bit twiddling a string, rather than using a temp buffer.
3203 (flyspell-maybe-correct-doubling): Use a string rather than a temp
3204 buffer. This is also the original version of the code, which
3205 could not be checked in before due to a previous lack of
3206 assignment papers. This version has seen heavy usage on my system
3207 for several years now.
3208
3209 * calendar/cal-bahai.el: New file, which adds support for the
3210 Baha'i calendar to Emacs. This calendar is based on a solar year
3211 of 19 months of 19 days, with 4 intercalary days. Each year
3212 begins on March 21, with the calendar starting in 1844.
3213
3214 * calendar/cal-menu.el, calendar/calendar.el,
3215 calendar/diary-lib.el, calendar/holidays.el: Added support for
3216 using cal-bahai.el.
3217
3218 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
3219 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
3220 function can be used outside of eshell buffers.
3221 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
3222
3223 2004-05-08 Juanma Barranquero <lektu@terra.es>
3224
3225 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
3226 word constituent so FOO-ARG is not recognized as an arg.
3227 (help-highlight-arguments): Don't skip lists in mandatory arguments.
3228
3229 * simple.el (next-error): Fix typo in docstring.
3230 (open-line): Make argument names match their use in docstring.
3231 (split-line): Fix docstring.
3232
3233 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
3234 usable by `describe-function'.
3235 (gensym, gentemp, typep, ignore-errors): Make argument names match
3236 their use in docstring.
3237
3238 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
3239 argument to `help-setup-xref'.
3240
3241 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
3242
3243 Version 2.0.40 of Tramp released.
3244
3245 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
3246 Use symbol-function to invoke functions only known on some Emacs
3247 flavors. This avoids byte-compiler warnings. Reported by Kevin
3248 Scaldeferri <kevin@scaldeferri.com>.
3249 (tramp-do-copy-or-rename-file-via-buffer): Rename from
3250 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
3251 consistent with the other tramp-do-* functions.
3252 (tramp-do-copy-or-rename-file): Calls adjusted.
3253 (tramp-process-initial-commands): Avoid liveness check on shell --
3254 we know that it must be alive since we're opening a connection at
3255 this moment.
3256 (tramp-last-cmd): New internal variable.
3257 (tramp-process-echoes): New tunable.
3258 (tramp-send-command): Set tramp-last-cmd.
3259 (tramp-wait-for-output): Delete echo, if applicable.
3260 (tramp-read-passwd): Construct the key for the password cache in a
3261 way that works for multi methods, too.
3262 (tramp-bug): Add backup-directory-alist and
3263 bkup-backup-directory-info to bug reports, with Tramp counterparts.
3264
3265 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
3266
3267 * net/tramp*.el: Suppress byte-compiler warnings where possible.
3268
3269 * net/tramp.el (tramp-out-of-band-prompt-regexp)
3270 (tramp-actions-copy-out-of-band): New defcustoms.
3271 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
3272 used instead of a synchronous one. Allows password entering.
3273 (tramp-action-out-of-band): New defun.
3274 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
3275 Remove restriction with password from doc string.
3276 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
3277 `tramp-out-of-band-prompt-regexp',
3278 `tramp-actions-copy-out-of-band', `password-cache' and
3279 `password-cache-expiry'.
3280 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
3281 password caching.
3282 (tramp-touch): FILE can be a local file, too.
3283 (TODO): Remove items done.
3284 (tramp-handle-insert-directory): Properly quote file name also if
3285 not full-directory-p. Handle wildcard case. Reported by Andreas
3286 Schwab <schwab@suse.de>.
3287 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
3288 new file.
3289 (tramp-handle-file-local-copy, tramp-handle-write-region):
3290 The permissions of the temporary file are set if filename exists.
3291 Reported by Ted Stern <stern@cray.com>.
3292 (tramp-backup-directory-alist)
3293 (tramp-bkup-backup-directory-info): New defcustoms.
3294 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
3295 (tramp-handle-find-backup-file-name): New function.
3296 Implements Tramp's find-backup-file-name.
3297
3298 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
3299 for `find-backup-file-name'.
3300
3301 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
3302 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
3303
3304 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3305
3306 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
3307
3308 2004-05-07 Juanma Barranquero <lektu@terra.es>
3309
3310 * subr.el (lambda): Add arglist description to docstring.
3311 (declare): Fix typo in docstring.
3312 (open-network-stream): Fix docstring.
3313 (process-kill-without-query): Fix docstring and add obsolescence info.
3314 (last, butlast, nbutlast): Make arguments match their use in docstring.
3315 (insert-buffer-substring-no-properties): Likewise.
3316 (insert-buffer-substring-as-yank): Likewise.
3317 (split-string): Fix docstring.
3318
3319 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3320 Make argument names match their use in docstring.
3321
3322 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
3323
3324 2004-05-06 Nick Roberts <nickrob@gnu.org>
3325
3326 * progmodes/gdb-ui.el: Improve/extend documentation strings.
3327 Fit first sentence on one line for apropos-command.
3328
3329 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 Changes largely merged in from Dave Love's code.
3332 * progmodes/python.el: Doc fixes.
3333 (python-mode-map): Add python-complete-symbol.
3334 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
3335 (python-comment-indent, python-complete-symbol)
3336 (python-symbol-completions, python-partial-symbol)
3337 (python-try-complete): New.
3338 (python-indent-line): Remove optional arg. Use python-block-end-p.
3339 (python-check): Bind compilation-error-regexp-alist.
3340 (inferior-python-mode): Use rx. Move keybindings to top level.
3341 Set comint-input-filter.
3342 (python-preoutput-filter): Use rx.
3343 (python-input-filter): Re-introduce.
3344 (python-proc): Start new process if necessary.
3345 Check python-buffer non-nil.
3346 (view-return-to-alist): Defvar.
3347 (python-send-receive): New.
3348 (python-eldoc-function): Use it.
3349 (python-mode-running): Don't defvar.
3350 (python-mode): Set comment-indent-function.
3351 Maybe update hippie-expand-try-functions-list.
3352 (python-indentation-levels): Initialize differently.
3353 (python-block-end-p): New.
3354 (python-indent-line): Use it.
3355 (python-compilation-regexp-alist): Augment.
3356 (run-python): Import `emacs' module to Python rather than loading
3357 code directly. Set python-buffer differently.
3358 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
3359 Use python-proc.
3360 (python-send-command): Go to end of comint buffer.
3361 (python-load-file): Use python-proc, emacs.eimport.
3362 (python-describe-symbol): Simplify interactive form.
3363 Use emacs.help. Do use temp-buffer-show-hook.
3364 Call print-help-return-message.
3365 (hippie-exp): Require when compiling.
3366 (python-preoutput-continuation): Use rx.
3367
3368 * diff-mode.el (diff-make-unified): Fix regexp.
3369
3370 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
3371
3372 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
3373 filter groups from the buffer when rebuilding the Ibuffer buffer
3374 and `ibuffer-show-empty-filter-groups' is nil.
3375
3376 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3377
3378 * ps-print.el (ps-print-quote): Call ps-value-string.
3379 (ps-setup): Call ps-comment-string.
3380 (ps-value-string, ps-comment-string): New funs.
3381
3382 2004-05-06 Juanma Barranquero <lektu@terra.es>
3383
3384 * ehelp.el (electric-help-command-loop): Check whether the last
3385 character is visible, not (point-max).
3386
3387 * help-fns.el (help-argument-name): Default to bold; don't inherit
3388 from font-lock-variable-name-face.
3389 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
3390
3391 2004-05-05 Kenichi Handa <handa@m17n.org>
3392
3393 * descr-text.el (describe-char): Copy the character with text
3394 properties and overlays into the first line, and call
3395 describe-text-properties on it.
3396
3397 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
3398
3399 * iswitchb.el (iswitchb-global-map): Fix typo.
3400 Remove unwanted ###autoloads from source file.
3401
3402 2004-05-05 Lars Hansen <larsh@math.ku.dk>
3403
3404 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
3405 in run-hooks. Use substitute-command-keys in message.
3406 (wdired-abort-changes): Add message.
3407
3408 2004-05-03 Michael Mauger <mmaug@yahoo.com>
3409
3410 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
3411 (sql-emacs20-p): Remove.
3412 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
3413 (sql-builtin-face, sql-doc-face): Remove.
3414 (sql-mode-ansi-font-lock-keywords)
3415 (sql-mode-oracle-font-lock-keywords)
3416 (sql-mode-postgres-font-lock-keywords)
3417 (sql-mode-linter-font-lock-keywords)
3418 (sql-mode-ms-font-lock-keywords)
3419 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
3420 (sql-product-font-lock): Fix font-lock reset when font rules change.
3421 (sql-highlight-product): Remove incorrect font-lock reset logic.
3422
3423 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
3424
3425 * ses.el (ses-set-parameter): Fix typo.
3426
3427 2004-05-04 Kim F. Storm <storm@cua.dk>
3428
3429 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
3430 Must expand directory for completion to work; and don't mess with
3431 process-environment.
3432 (ido-read-file-name): If command has ido property, don't use ido
3433 if value is ignore, or read as directory if value is dir.
3434 Set ido ignore property for dired-do-rename command.
3435
3436 2004-05-04 Juanma Barranquero <lektu@terra.es>
3437
3438 * ehelp.el (electric-help-command-loop, electric-help-undefined)
3439 (electric-help-help): Check against unmapped commands.
3440
3441 * help-fns.el (help-argument-name): New face, inheriting from
3442 font-lock-variable-name-face, to highlight function arguments in
3443 `describe-function' and `describe-key'.
3444 (help-do-arg-highlight): Auxiliary function to highlight a given
3445 list of arguments in a string.
3446 (help-highlight-arguments): Highlight the function arguments and
3447 all uses of them in the docstring.
3448 (describe-function-1): Use it. Do docstring output via `insert',
3449 not 'princ', so text attributes are preserved.
3450
3451 * winner.el (winner-mode-map): Move `winner-undo' and
3452 `winner-redo' to C-c <left> and C-c <right>, respectively (the
3453 previous bindings conflict with `prev-buffer', `next-buffer').
3454
3455 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3456
3457 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
3458 (bibtex-entry-update): New command bound to C-c C-u.
3459 (bibtex-text-in-string): Fix regexp.
3460 (bibtex-assoc-of-regexp): Remove.
3461 (bibtex-progress-message): Fix docstring.
3462 (bibtex-inside-field): Use if.
3463 (bibtex-assoc-regexp): New function.
3464 (bibtex-format-entry): Make code more robust so that it formats
3465 also old entries.
3466 (bibtex-autokey-demangle-title): Merge with obsolete function
3467 bibtex-assoc-of-regexp.
3468 (bibtex-field-list): New function.
3469 (bibtex-entry): Use bibtex-field-list.
3470 (bibtex-parse-entry): Fix docstring.
3471 (bibtex-print-help-message): Use bibtex-field-list.
3472 (bibtex-make-field): Use bibtex-field-list.
3473 (bibtex-entry-index): Bugfix. Return crossref key if required.
3474 (bibtex-lessp): Fix docstring.
3475
3476 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
3477
3478 * select.el (xselect-convert-to-string): Move comment to intended line.
3479
3480 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3481
3482 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
3483 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
3484
3485 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3486
3487 * term/x-win.el (x-clipboard-yank): Don't exit on error from
3488 x-get-selection.
3489
3490 2004-05-03 Jason Rumney <jasonr@gnu.org>
3491
3492 * makefile.nt: Remove.
3493
3494 2004-05-03 Kim F. Storm <storm@cua.dk>
3495
3496 * emulation/cua-base.el (cua--update-indications): Fix last change.
3497 (cua-mode): Deactivate mark when cua-mode is enabled.
3498
3499 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
3500
3501 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3502
3503 2004-05-03 Nick Roberts <nickrob@gnu.org>
3504
3505 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3506 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3507 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3508 window over visible frames.
3509 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3510
3511 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * progmodes/compile.el (compilation-gcpro): New var.
3514 (compilation-fake-loc): Use it.
3515 (compilation-forget-errors): Reset it.
3516
3517 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3518
3519 * diff-mode.el (diff-header-face, diff-file-header-face):
3520 Use min-colors.
3521
3522 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3523
3524 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3525 (bibtex-clean-entry): Disentangle code.
3526 (bibtex-realign): New function.
3527 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3528 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3529 Remove undocumented optional arg called-by-convert-alien.
3530 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3531 for sorting instead of bibtex-sort-buffer.
3532
3533 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3534
3535 * progmodes/compile.el (compilation-start): In the
3536 no-async-subprocesses branch, call sit-for to give redisplay a
3537 chance to show the updated process status in the mode line, and
3538 fontify the buffer explicitly after the process exits.
3539
3540 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * progmodes/python.el (python-compilation-line-number): Remove.
3543 (python-compilation-regexp-alist): Don't use it any more.
3544 (python-orig-start, python-input-filter): Remove.
3545 (inferior-python-mode): Don't set up comint-input-filter-functions.
3546 (python-send-region): Use compilation-fake-loc.
3547
3548 * progmodes/compile.el (compilation-messages-start): New var.
3549 (compilation-mode): Don't setup next-error-function here.
3550 (compilation-setup): Set it up here instead (for minor modes as well).
3551 Make compilation-messages-start buffer local.
3552 (compilation-next-error-function): Use it.
3553 (compilation-forget-errors): Set compilation-messages-start.
3554
3555 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3556
3557 * ielm.el (ielm-prompt-read-only): Update docstring.
3558
3559 * comint.el (comint-prompt-read-only): Update docstring.
3560 (comint-update-fence, comint-kill-whole-line)
3561 (comint-kill-region): New functions.
3562
3563 * simple.el (kill-whole-line): Use "p" instead of "P" in
3564 interactive form.
3565
3566 2004-05-01 Juanma Barranquero <lektu@terra.es>
3567
3568 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3569 format arglist so default values in CL-style argument lists are
3570 correctly shown.
3571
3572 2004-05-01 Jason Rumney <jasonr@gnu.org>
3573
3574 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3575
3576 2004-05-01 Kenichi Handa <handa@m17n.org>
3577
3578 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3579 quail file if it is up to date.
3580
3581 2004-04-30 Juri Linkov <juri@jurta.org>
3582
3583 * cus-edit.el (custom-mode-map):
3584 Add key binding `C-x C-s' to `Custom-save'.
3585
3586 * outline.el (outline-blank-line): New var.
3587 (outline-next-preface, outline-show-heading)
3588 (outline-end-of-subtree): Use it.
3589
3590 * dired-aux.el (dired-touch-initial): New fun.
3591 (dired-do-chxxx): Call it for op-symbol `touch'.
3592 (dired-diff): Use `dired-dwim-target-directory'
3593 if current dired buffer has no buffer mark.
3594
3595 * bindings.el (propertized-buffer-identification):
3596 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3597 Add C-M-arrow keys for consistency.
3598
3599 * files.el (confirm-kill-emacs):
3600 Change group from top-level `emacs' to `convenience'.
3601
3602 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3603 Push mark on the first call of successive command calls.
3604 (insert-pair): New fun created from `insert-parentheses' with
3605 `open' and `close' arguments added. Enclose active regions
3606 in paired characters. Compare adjacent characters syntax with
3607 inserted characters syntax before inserting a space.
3608 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3609
3610 * delsel.el: Don't put `delete-selection' property
3611 on `insert-parentheses' symbol to take advantage of
3612 region handling in `insert-pair' function.
3613 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3614
3615 2004-04-30 Kim F. Storm <storm@cua.dk>
3616
3617 * emulation/cua-base.el: Add support for changing cursor types;
3618 based on patch from Michael Mauger.
3619 (cua-normal-cursor-color, cua-read-only-cursor-color)
3620 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3621 Customization cursor type and/or cursor color.
3622 (cua--update-indications): Handle cursor type changes.
3623 (cua-mode): Update cursor indications if enabled.
3624
3625 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3626
3627 * mouse.el (mouse-drag-copy-region): New defcustom.
3628 (mouse-set-region, mouse-drag-region-1): Use it.
3629
3630 * simple.el (kill-ring-save): If region face background color is
3631 unspecified (if no highlighting), show extent of fully visible
3632 region even if transient-mark-mode is enabled.
3633
3634 * emulation/cua-base.el (cua--standard-movement-commands):
3635 Add cua-scroll-up and cua-scroll-down.
3636 (cua-scroll-up, cua-scroll-down): New commands.
3637 (cua--init-keymaps): Remap scroll-up and scroll-down.
3638
3639 * emulation/cua-rect.el (cua--convert-rectangle-as):
3640 New defmacro.
3641 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3642 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3643 New commands (suggested by Jordan Breeding).
3644
3645 2004-04-30 Juanma Barranquero <lektu@terra.es>
3646
3647 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3648
3649 2004-04-30 Mario Lang <mlang@delysid.org>
3650
3651 * diff.el (diff-switches): Fix typo in docstring.
3652
3653 2004-04-30 Alex Schroeder <alex@gnu.org>
3654
3655 * xml.el (xml-debug-print-internal): Don't add newline and
3656 indentation to text nodes and write empty elements as empty tags
3657 instead of opening and closing tags.
3658 (xml-debug-print): Take optional indent-string argument.
3659 (xml-print): Alias for xml-debug-print.
3660
3661 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3662
3663 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3664 than duplicate call to `line-beginning-position'.
3665
3666 * progmodes/f90.el (f90-get-present-comment-type):
3667 Return whitespace, as well as comment chars, for consistent filling
3668 of comment blocks. Use `match-string-no-properties'.
3669 (f90-break-line): Trim trailing whitespace when filling comments.
3670
3671 2004-04-30 Dave Love <fx@gnu.org>
3672
3673 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3674 (diary-from-outlook-internal, diary-from-outlook)
3675 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3676 New functions to import diary entries from Outlook-format
3677 appointments in mail messages.
3678
3679 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * progmodes/python.el (python-send-command): New fun.
3682 (python-send-region, python-load-file): Use it.
3683
3684 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3685
3686 * help-fns.el (help-C-file-name): Use new subr-name.
3687 Prepend `src/' to the file name.
3688 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3689 (describe-function-1, describe-variable): Only find a C source file
3690 name if DOC is already loaded.
3691
3692 * help-mode.el (help-function-def, help-variable-def):
3693 Use the new find-function-search-for-symbol functionality.
3694 Allow FILE to be `C-source'.
3695
3696 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3697 (find-function-C-source): New fun.
3698 (find-function-search-for-symbol): Use it.
3699
3700 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3701
3702 * progmodes/sql.el (sql-product-alist): Rename variable
3703 `sql-product-support'. Add Postgres login parameters.
3704 (sql-set-product, sql-product-feature): Update with renamed variable.
3705 (sql-connect-postgres): Add username prompt.
3706 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3707 Make patterns less product specific.
3708 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3709 (sql-mode-abbrev-table): Modify initialization.
3710 (sql-builtin-face): Add variable.
3711 (sql-keywords-re): Add macro.
3712 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3713 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3714 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3715 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3716 (sql-mode-linter-font-lock-keywords)
3717 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3718 (sql-mode-sybase-font-lock-keywords)
3719 (sql-mode-informix-font-lock-keywords)
3720 (sql-mode-interbase-font-lock-keywords)
3721 (sql-mode-ingres-font-lock-keywords)
3722 (sql-mode-solid-font-lock-keywords)
3723 (sql-mode-sqlite-font-lock-keywords)
3724 (sql-mode-db2-font-lock-keywords): Default to nil.
3725 (sql-product-font-lock): Always highlight ANSI keywords.
3726 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3727 (sql-send-string): Add function.
3728
3729 2004-04-29 Dave Love <fx@gnu.org>
3730
3731 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3732 (cfengine-end-of-defun): Ensure progress through buffer.
3733
3734 * info-look.el (cfengine-mode): Accept a terminal ().
3735
3736 2004-04-29 Juri Linkov <juri@jurta.org>
3737
3738 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3739 instead of isearch-yank-word-or-char. Add new key bindings for
3740 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3741 (isearch-del-char): New fun.
3742 (isearch-forward, isearch-edit-string): Update docstring.
3743 (isearch-yank-char): Doc fix.
3744 (isearch-other-meta-char): Restore point after scrolling.
3745
3746 * progmodes/compile.el (compilation-context-lines): Add nil option
3747 to disable compilation output window scrolling.
3748 (compilation-set-window): Use it.
3749
3750 * outline.el (outline-next-preface, outline-show-heading):
3751 Don't leave unhidden blank line before heading.
3752 (outline-end-of-subtree): Include last newline into subtree.
3753 (hide-entry): Leave point at beginning of heading instead of end.
3754 (outline-up-heading): Push mark for the first call of successive
3755 command calls.
3756
3757 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3758
3759 * comint.el (comint-prompt-read-only): New variable.
3760 (comint-output-filter): Implement it.
3761
3762 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3763 (ielm-prompt-internal): New variable.
3764 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3765 (ielm-send-input): Delete unused variable `buf'.
3766 (ielm-eval-input): Use `ielm-prompt-internal'.
3767 (inferior-emacs-lisp-mode): Use new variables
3768 `comint-prompt-read-only' and `ielm-prompt-internal'.
3769 Get rid of obsolete variable `directory-sep-char'.
3770 (ielm): Use `zerop'.
3771
3772 2004-04-29 John Paul Wallington <jpw@gnu.org>
3773
3774 * thumbs.el (toplevel): Require cl at compile time.
3775 Remove conditional definitions of `ignore-errors' and `caddar'
3776 because they occur at run time.
3777
3778 2004-04-28 Nick Roberts <nickrob@gnu.org>
3779
3780 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3781 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3782 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3783 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3784
3785 * progmodes/gud.el (gud-common-init): Throw an error if program is
3786 already running under gdb.
3787
3788 2004-04-28 John Paul Wallington <jpw@gnu.org>
3789
3790 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3791 (thumbs-show-image-num): Move assignment of
3792 `thumbs-current-image-filename' within scope of `i'.
3793 (thumbs-emboss-image): Don't use `evenp'.
3794
3795 2004-04-28 Richard M. Stallman <rms@gnu.org>
3796
3797 * progmodes/compile.el (compilation-context-lines): Default now 0.
3798
3799 2004-04-28 Juanma Barranquero <lektu@terra.es>
3800
3801 Use `time-less-p' from calendar/time-date.el instead of defining
3802 custom versions of it.
3803
3804 * pcomplete.el (pcomplete-time-less-p): Remove.
3805
3806 * thumbs.el (time-less-p): Remove.
3807
3808 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3809 (timeclock-generate-report): Use `time-less-p'.
3810
3811 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3812 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3813
3814 2004-04-28 Masatake YAMATO <jet@gyve.org>
3815
3816 * subr.el (remove-overlays): Make arguments optional.
3817
3818 * wid-edit.el (widget-specify-button): Put evaporate to the
3819 overlay for sample.
3820 (widget-specify-sample): Put evaporate to the overlay for sample.
3821 (widget-specify-doc): Put evaporate to the overlay for documentation.
3822
3823 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3824
3825 * info.el (info-apropos): Make it an index node. Align node names
3826 like makeinfo.
3827
3828 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3829
3830 * net/browse-url.el (browse-url-netscape-sentinel)
3831 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3832 (browse-url-epiphany-sentinel, browse-url-mosaic):
3833 Use browse-url-*-program instead of a literal program name.
3834
3835 2004-04-27 Kevin Ryde <user42@zip.com.au>
3836
3837 * eshell/em-alias.el:
3838 * eshell/em-dirs.el:
3839 * eshell/em-hist.el:
3840 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3841 features when M-x customize-group loads modules before the main
3842 eshell.el.
3843
3844 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3845
3846 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3847 either a character representation of an event or an event
3848 description list.
3849
3850 * type-break.el: Capitalise Emacs and Lisp.
3851 (type-break-good-break-interval, type-break-demo-boring-stats)
3852 (type-break-terse-messages, type-break-file-name): New defcustoms.
3853 (type-break-post-command-hook)
3854 (type-break-warning-countdown-string): Quote variable names in doc.
3855 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3856 (type-break-mode): Document type-break-good-break-interval and the
3857 "session" file. Schedule break according to the session file.
3858 Kill session file buffer on exit. Organise for save-some-buffers
3859 to always save the session file.
3860 (type-break-mode-line-message-mode, type-break-query-mode):
3861 Uppercase arguments.
3862 (type-break-file-time, type-break-file-keystroke-count, timep)
3863 (type-break-choose-file, type-break-get-previous-time)
3864 (type-break-get-previous-count): New defuns.
3865 (type-break): Avoid break querying after a completed break in the
3866 case where the query was initiated during user invocation of the
3867 break. Optional terse messages.
3868 Use type-break-good-break-interval if type-break-good-rest-interval is
3869 nil. File the break time.
3870 (type-break-schedule): New optional args for overriding the use of
3871 the current time.
3872 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3873 after a break.
3874 (type-break-check): File the keystroke count.
3875 (type-break-do-query): Prevent a second query when the break is
3876 interrupted. Optional terse message.
3877 (type-break-keystroke-reset): Record the start of a typing interval.
3878 (type-break-demo-boring): Optional terse messages. Display word
3879 per minute and keystroke counts according to
3880 type-break-demo-boring-stats.
3881
3882 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3883
3884 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3885 directories, make sure they exist under archive-tmpdir.
3886
3887 2004-04-27 Juri Linkov <juri@jurta.org>
3888
3889 * help.el (view-emacs-news): With argument, display info for the
3890 selected version by finding it among different NEWS files, and
3891 narrowing the buffer to the selected version.
3892
3893 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3894 same-window-buffer-names.
3895 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3896 non-numeric prefix argument, append the number to the buffer name
3897 for numeric prefix argument.
3898 (info-other-window): Bind same-window-regexps to nil.
3899 (Info-reference-name): Rename to Info-point-loc.
3900 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3901 and Info-find-index-name for stringy Info-point-loc.
3902 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3903 without middle `.', but with final `.' and optional line number
3904 for it. Set Info-point-loc for index nodes.
3905 (Info-index): Remove middle `.' from index entry regexp.
3906 Modify line number regexp.
3907 (Info-index-next): Decrement line number.
3908 (info-apropos): Remove middle `.' from index entry regexp.
3909 Add optional line number regexp at the end. Add matched value
3910 for line number to the result list and insert it to the buffer.
3911 Replace match-string by match-string-no-properties.
3912 Reorder result list.
3913 (Info-fontify-node): Hide index line numbers.
3914 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3915 empty matches.
3916 (Info-follow-reference): Use `str' instead of
3917 Info-following-node-name-re.
3918 (Info-toc): Use full file names. Set Info-current-node to "Top".
3919 (Info-fontify-node): Compare file names without directory name.
3920 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3921 Set second arg of Info-extract-menu-node-name for index nodes.
3922 (info-xref-visited): Use magenta3 instead of magenta4.
3923 (Info-mode): Add info-apropos to docstring.
3924
3925 * log-view.el (log-view-diff): Replace interactive code "r"
3926 by a list to allow to call it even if region is not active.
3927
3928 * paren.el (show-paren-highlight-openparen): New var.
3929 (show-paren-function): Turn on openparen highlighting when
3930 matching forward if show-paren-highlight-openparen is non-nil.
3931
3932 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3933 the constant value 1.
3934 (completions-common-part): Expand docstring.
3935
3936 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3937
3938 2004-04-27 Kim F. Storm <storm@cua.dk>
3939
3940 * image.el (insert-sliced-image): Use line-height instead of
3941 line-spacing property on newline.
3942
3943 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3944
3945 * desktop.el (desktop-buffer-misc-data-function): Rename to
3946 desktop-save-buffer and change docstring.
3947 (desktop-buffer-modes-to-save): Delete.
3948 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3949 desktop-buffer-modes-to-save.
3950 (desktop-save): Rename desktop-buffer-misc-data-function to
3951 desktop-save-buffer and allow non-function value.
3952 (desktop-missing-file-warning): Correct docstring.
3953
3954 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3955 to desktop-save-buffer.
3956
3957 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3958 desktop-save-buffer.
3959
3960 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3961
3962 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3963
3964 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3965
3966 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3967
3968 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3969
3970 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3971 (ielm): Only go to the end of the buffer when starting a new process.
3972
3973 2004-04-25 Juanma Barranquero <lektu@terra.es>
3974
3975 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3976 mode line. Bind `inhibit-read-only' to t before modifying
3977 properties of text in the buffer.
3978 (ielm): Force point to the end of buffer, even when running ielm
3979 from inside itself.
3980
3981 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3982
3983 * info.el (info-apropos): Reset Info-complete-cache.
3984
3985 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3986
3987 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3988 Also recognize severe Irix et al. messages.
3989 (compilation-normalize-filename, compile-abbreviate-directory):
3990 Delete functions.
3991 (compilation-get-file-structure): New function inherits
3992 functionality of the two preceding ones.
3993 (compilation-internal-error-properties, compilation-fake-loc):
3994 Use it so that different paths to the same file share the same
3995 markers. Also optimize finding adjacent marker slightly.
3996
3997 2004-04-25 Kim F. Storm <storm@cua.dk>
3998
3999 * image.el (insert-sliced-image): Add line-spacing t property
4000 to newlines separating image lines.
4001
4002 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
4003
4004 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
4005
4006 * ielm.el (ielm-prompt-read-only): New user option.
4007 (ielm-prompt): Expand docstring to describe new behavior.
4008 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
4009 mention it in the docstring.
4010
4011 2004-04-24 Andreas Schwab <schwab@suse.de>
4012
4013 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
4014
4015 * diff.el (diff): Set default-directory in diff buffer.
4016
4017 2004-04-24 Eli Zaretskii <eliz@gnu.org>
4018
4019 * mail/sendmail.el (mail-bury): Don't delete the frame where the
4020 mail was being composed if the terminal cannot display more than
4021 one frame; instead, switch to previous frame.
4022
4023 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
4024 (rmail-start-mail): Support rmail-mail-new-frame even on
4025 terminals that can display only one frame at a time.
4026
4027 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
4030 (checkdoc-output-font-lock-keywords): Remove error regexp.
4031 (checkdoc-output-mode-map): Remove.
4032 (checkdoc-output-mode): Derive from compilation-mode.
4033 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
4034
4035 * dired.el (dired-mode-map): Add a menu entry for wdired.
4036
4037 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
4038 (rx-bracket, rx-check-any, rx-any): Clean up name space.
4039
4040 * wdired.el: (wdired-mode-map): Move init into declaration.
4041 Fix `return' binding.
4042 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4043 Use force-mode-line-update.
4044 (wdired-get-filename): Use `unless'.
4045 (wdired-preprocess-files): Don't assume names have no \n and use / for
4046 dir separator.
4047 (wdired-normalize-filename): Use replace-regexp-in-string.
4048 (wdired-load-hooks): Remove.
4049 (wdired-mode-hooks): Rename to wdired-mode-hook.
4050
4051 * info-look.el: Add support for cfengine-mode.
4052 (info-lookup-setup-mode): Use dolist.
4053
4054 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
4055
4056 * wdired.el: New file.
4057
4058 2004-04-23 Juanma Barranquero <lektu@terra.es>
4059
4060 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
4061
4062 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
4063 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
4064 (pcomplete--help, pcomplete--here): Doc fixes.
4065
4066 2004-04-23 Andre Spiegel <spiegel@gnu.org>
4067
4068 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
4069 handles wrong-number-of-arguments in backend call.
4070
4071 * vc.el (vc-print-log): Likewise.
4072
4073 2004-04-20 Dave Love <fx@gnu.org>
4074
4075 * emacs-lisp/rx.el: Doc fixes.
4076 (rx-constituents): Add/extend many forms.
4077 (rx-check): Check form is a list.
4078 (bracket): Defvar.
4079 (rx-check-any, rx-any, rx-check-not): Modify.
4080 (rx-not): Simplify.
4081 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
4082 (rx-kleene): Use rx-trans-forms.
4083 (rx-quote-for-set): Delete.
4084 (rx): Allow multiple args.
4085
4086 2004-04-23 Kenichi Handa <handa@m17n.org>
4087
4088 * international/mule-util.el (char-displayable-p): Simplify by
4089 using internal-char-font.
4090
4091 2004-04-23 Juanma Barranquero <lektu@terra.es>
4092
4093 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4094
4095 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * diff-mode.el (diff-next-error): New fun.
4098 (diff-mode): Use it.
4099
4100 * simple.el (next-error): Change arg name.
4101 Add support for the documented C-u C-x ` usage.
4102
4103 * frame.el (special-display-popup-frame, next-multiframe-window)
4104 (previous-multiframe-window): Only consider frames on same display.
4105
4106 2004-04-22 Lars Hansen <larsh@math.ku.dk>
4107
4108 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
4109 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
4110
4111 2004-04-22 Kim F. Storm <storm@cua.dk>
4112
4113 * net/telnet.el (telnet): Add optional port arg.
4114
4115 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4118 Minor sanity check on the `hyperlink' slot.
4119
4120 * Makefile.in (recompile): Compile new files.
4121
4122 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
4123 Add byte-recompile-directory's optional `arg'.
4124
4125 * cvs-status.el (cvs-tree-use-charset): New var.
4126 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
4127 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
4128 (cvs-status-cvstrees): Use it.
4129
4130 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
4131 Make it a normal major mode.
4132 (checkdoc-buffer-label): Make sure the file name is meaningful.
4133 (checkdoc-output-to-error-buffer): Remove.
4134 (checkdoc-error, checkdoc-start-section): Rewrite.
4135
4136 * info.el (info-node, info-menu-5, info-xref, info-header-node)
4137 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4138 (Info-title-4-face): Use new syntax.
4139 (info-xref-visited): Inherit from info-xref.
4140
4141 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
4142
4143 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4144
4145 * simple.el (next-error-last-buffer, next-error-function):
4146 New variables for the next-error framework.
4147 (next-error-buffer-p): New function.
4148 (next-error-find-buffer): Generalize compilation-find-buffer.
4149 (next-error, previous-error, first-error, next-error-no-select)
4150 (previous-error-no-select): Move from compile.el.
4151
4152 * replace.el (occur-next-error, occur-1): Hook into the next-error
4153 framework.
4154
4155 * progmodes/compile.el (compilation-start):
4156 Set next-error-last-buffer so next-error knows where to jump.
4157 (compilation-setup): Set the buffer-local variable
4158 next-error-function to 'compilation-next-error-function.
4159 (compilation-buffer-p, compilation-buffer-internal-p): Use an
4160 alternate way to find if a buffer is a compilation buffer, for
4161 next-error convenience.
4162 (next-error-no-select, previous-error-no-select, next-error)
4163 (previous-error, first-error): Move to simple.el.
4164 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
4165 (compilation-last-buffer): Remove.
4166 (compilation-start, compilation-next-error, compilation-setup)
4167 (compilation-next-error-function, compilation-find-buffer):
4168 Remove compilation-last-buffer use.
4169
4170 2004-04-21 Juanma Barranquero <lektu@terra.es>
4171
4172 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
4173 (font-lock-warning-face): Fix spacing.
4174
4175 * makefile.w32-in (WINS): Add url/ directory.
4176
4177 2004-04-21 Lars Hansen <larsh@math.ku.dk>
4178
4179 * desktop.el (desktop-buffer-mode-handlers): New variable.
4180 Alist of major mode specific functions to restore a desktop buffer.
4181 (desktop-buffer-handlers): Make variable obsolete.
4182 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
4183 Catch errors signaled in handlers. Update buffer count.
4184 Evaluate desktop-buffer-point.
4185 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
4186 move to dired.el.
4187 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
4188 move to info.el.
4189 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
4190 move to mail/rmail.el.
4191 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
4192 to mh-e/mh-e.el.
4193 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
4194 On fail, print message (to message buffer) even if
4195 desktop-missing-file-warning is nil.
4196 (desktop-buffer-misc-data-function): New buffer local variable.
4197 Function returning major mode specific data.
4198 (desktop-buffer-misc-functions): Make variable obsolete.
4199 (desktop-save): Use desktop-buffer-misc-data-function.
4200 (desktop-buffer-dired-misc-data): Rename to
4201 dired-desktop-buffer-misc-data and move to dired.el.
4202 (desktop-buffer-info-misc-data): Rename to
4203 Info-desktop-buffer-misc-data and move to info.el.
4204 (desktop-read): Add message about number of buffers restored/failed.
4205
4206 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
4207 Add parameters. Pause to display error only when
4208 desktop-missing-file-warning is non-nil.
4209 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4210 (dired-mode): Bind desktop-buffer-misc-data-function.
4211
4212 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
4213 Add Parameters.
4214 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4215 (Info-mode): Bind desktop-buffer-misc-data-function.
4216
4217 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
4218 Add Parameters.
4219
4220 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
4221 Add Parameters.
4222
4223 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
4224
4225 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
4226 the case of letters in case-insensitive expansions when the
4227 abbrev is preceded by characters with letter syntax.
4228
4229 2004-04-21 Richard M. Stallman <rms@gnu.org>
4230
4231 * progmodes/cperl-mode.el (cperl-putback-char):
4232 Delete Emacs 18 definition.
4233
4234 * international/mule.el (ctext-post-read-conversion):
4235 Use assoc-string, not assoc-ignore-case.
4236
4237 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
4238
4239 * emacs-lisp/easymenu.el (easy-menu-add):
4240 Do call x-popup-menu, but only if it's defined.
4241
4242 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
4243
4244 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
4245 Handle multiple args: compile like progn.
4246
4247 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
4248 take all args as &rest arg.
4249
4250 * autoinsert.el (auto-insert-alist): Insert the user's name in
4251 copyright notice, rather than Free Software Foundation.
4252
4253 2004-04-21 Kenichi Handa <handa@m17n.org>
4254
4255 * descr-text.el (describe-char): Make it work on *Help* buffer.
4256
4257 2004-04-21 Kim F. Storm <storm@cua.dk>
4258
4259 * image.el (insert-image): Add optional SLICE arg.
4260 (insert-sliced-image): New defun.
4261
4262 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
4263
4264 * subr.el (read-number): Check whether `default' is nil.
4265
4266 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * progmodes/compile.el (compilation-error-properties):
4269 Split into two.
4270 (compilation-internal-error-properties): New one.
4271 (compilation-compat-error-properties): Use it. Fix the non-marker case.
4272
4273 2004-04-20 Richard M. Stallman <rms@gnu.org>
4274
4275 * window.el (split-window-save-restore-data):
4276 Don't update the data if OLD-INFO is nil.
4277
4278 * view.el (view-return-to-alist): Mark it permanent local.
4279
4280 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
4281
4282 * recentf.el (recentf-save-list): Catch and warn about errors.
4283
4284 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
4285 so "Buffers" won't be pure.
4286
4287 * help-mode.el (help-mode-finish): Set help-return-alist first
4288 thing, setting only the entry for the selected window.
4289
4290 * help-fns.el (describe-function-1): If many non-control non-meta
4291 keys run the command, don't list all of them.
4292
4293 2004-04-20 Juanma Barranquero <lektu@terra.es>
4294
4295 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
4296 arg. Copied from Andre Spiegel's patch of 2004-03-21.
4297
4298 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
4299
4300 2004-04-20 Kenichi Handa <handa@m17n.org>
4301
4302 * international/quail.el (quail-lookup-key): New optional arg
4303 NOT-RESET-INDICES.
4304 (quail-get-translations): Call quail-lookup-key with
4305 NOT-RESET-INDICES t.
4306 (quail-completion): Likewise.
4307 (quail-lookup-map-and-concat): Likewise.
4308
4309 2004-04-20 Kenichi Handa <handa@m17n.org>
4310
4311 * international/quail.el (quail-update-translation): Don't insert
4312 such an unsupported multibyte char in a unibyte buffer.
4313
4314 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
4315
4316 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
4317 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
4318 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
4319 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
4320 (gdb-frame-assembler-buffer): Improve behaviour with
4321 multiple frames.
4322 (gdb-display-buffer): Extend search to all visible frames.
4323
4324 2004-04-19 Eli Zaretskii <eliz@gnu.org>
4325
4326 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
4327 characters left after base64 decoding.
4328 (rmail-decode-region): Use -dos variety of `coding', to remove any
4329 ^M characters left after qp or base64 decoding.
4330
4331 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4332
4333 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
4334 messages.
4335
4336 2004-04-19 Stephen Eglen <stephen@gnu.org>
4337
4338 * add-log.el (add-change-log-entry): Update doc string to mention
4339 add-log-full-name and add-log-mailing-address.
4340
4341 2004-04-18 Juri Linkov <juri@jurta.org>
4342
4343 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
4344 (Info-find-node-2): Simplify error message.
4345 (Info-insert-dir): Use Info-following-node-name.
4346 (Info-goto-node): Remove *info-history* and *info-toc*.
4347 (Info-history): Create a node of the virtual history file.
4348 (Info-toc): Create a node of the virtual toc file.
4349 (Info-insert-toc): New arg `curr-file' for reference file names.
4350 (info-apropos): Remove redundant var binding for temp-file.
4351 (Info-index, Info-index-next, Info-mode): Doc fix.
4352 (Info-goto-emacs-command-node): Don't jump to *info* from
4353 non-*info* Info buffers.
4354 (Info-fontify-node): Don't show the file name of external
4355 references if `Info-hide-note-references' is `hide'. Don't hide
4356 newlines at the end of paragraphs.
4357
4358 * international/mule-diag.el (list-input-methods):
4359 Fix args to help-xref-button.
4360
4361 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
4362 to put into effect local variables from TUTORIAL files.
4363
4364 * textmodes/paragraphs.el (sentence-end) <function>: New fun
4365 with default value taken from the variable `sentence-end'.
4366 (sentence-end) <defcustom>: Set default to nil. Doc fix.
4367 Add nil const to :type.
4368 (sentence-end-without-period, sentence-end-double-space)
4369 (sentence-end-without-space): Doc fix.
4370
4371 * textmodes/paragraphs.el (forward-sentence):
4372 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
4373 (fill-delete-newlines):
4374 * progmodes/cc-cmds.el (c-beginning-of-statement):
4375 Use function `sentence-end' instead of variable `sentence-end'.
4376
4377 2004-04-18 Andreas Schwab <schwab@suse.de>
4378
4379 * progmodes/compile.el (compilation-start): Set window start to
4380 point-min if compilation-scroll-output is nil.
4381
4382 2004-04-18 John Wiegley <johnw@newartisans.com>
4383
4384 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
4385
4386 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
4387
4388 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
4389 (gdb-info-breakpoints-custom): Revert previous change.
4390 (gdb-view-assembler): Update assembler if necessary.
4391 (gdb-frame-handler): Parse correctly for gdb-current-frame.
4392 (gdb-display-source-buffer): Update properly when both source and
4393 assembler are visible.
4394
4395 2004-04-17 John Wiegley <johnw@newartisans.com>
4396
4397 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
4398 which limits the number of names shown in the minibuffer. Off by
4399 default.
4400 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
4401 up iswitchb for users with a multitude of open buffers by showing
4402 only the first and last N/2 buffers in the completion list (which
4403 is enough to aid C-s/C-r, and to know that more characters are
4404 needed to refine the completion list).
4405
4406 2004-04-17 Richard M. Stallman <rms@gnu.org>
4407
4408 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
4409 (file-truename): Expand all ~ constructs directly.
4410 (insert-directory): Delete any error msg output by the
4411 `insert-directory-program'.
4412
4413 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
4414 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
4415 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
4416 (allout-init): Use find-file-hook, not find-file-hooks.
4417 (allout-mode): Eliminate Emacs 18 support.
4418 Use write-contents-functions, not local-write-file-hooks.
4419
4420 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
4421
4422 * progmodes/compile.el (compilation-error-properties): Fix for
4423 adding messages when there are already markers for their file.
4424 (compilation-fake-loc): New function.
4425
4426 2004-04-16 Dave Love <fx@gnu.org>
4427
4428 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
4429 (python-load-file): Fix python-orig-start setting.
4430
4431 * progmodes/compile.el: Doc fixes.
4432 (compilation-error-regexp-alist-alist)
4433 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
4434 (compilation-assq): Wrap in eval-when-compile.
4435 (compilation-mode-font-lock-keywords): Don't use list*.
4436 (compilation-start): Avoid warning.
4437 (compilation-compat-error-properties)
4438 (compilation-directory-properties): Add keymap property.
4439 (compilation-parsing-end): Make it a marker for better compatibility.
4440
4441 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
4442
4443 2004-04-16 Mark A. Hershberger <mah@everybody.org>
4444
4445 * xml.el: Doc fixes.
4446 (xml-get-children): Only looks at sub-tags and ignore strings.
4447
4448 * xml.el (xml-parse-tag): Avoid overwriting node-name.
4449
4450 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
4453
4454 2004-04-16 Andre Spiegel <spiegel@gnu.org>
4455
4456 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
4457
4458 * vc.el (vc-print-log): Likewise.
4459
4460 2004-04-16 Masatake YAMATO <jet@gyve.org>
4461
4462 * simple.el (completion-setup-function): Set an initial value
4463 to `element-common-end' before entering loop. Set a value
4464 to `element-common-end' at the end of loop.
4465 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
4466 (completions-common-part): Rename from completion-de-emphasis.
4467 (completions-first-difference): Rename from completion-emphasis.
4468 Suggested by RMS.
4469
4470 2004-04-16 Juanma Barranquero <lektu@terra.es>
4471
4472 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
4473 (bookmark-edit-annotation-mode): Add mode name.
4474
4475 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
4478 for nested conflict markers.
4479 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
4480
4481 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
4482
4483 * progmodes/gdb-ui.el (gdb-goto-info): New function.
4484
4485 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
4486
4487 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4490 Give a backtrace if requested.
4491
4492 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4493
4494 * progmodes/python.el (python-mouse-2-command, python-RET-command):
4495 Remove unused functions.
4496 (python-orig-start-line, python-orig-file): Remove.
4497 (python-orig-start): New var.
4498 (python-input-filter, python-compilation-line-number)
4499 (python-send-region, python-load-file): Use it.
4500
4501 * info.el (info): Always jump to *info*.
4502
4503 * subr.el (posn-set-point): New function.
4504
4505 * mouse.el (mouse-set-point): Use it.
4506
4507 * progmodes/compile.el (compile-goto-error): Use it.
4508 (compilation-button-map): New keymap.
4509 (compilation-error-properties): Use it.
4510 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4511
4512 * smerge-mode.el (smerge-popup-context-menu): Use it.
4513
4514 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4515 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4516 mouse and non-mouse case.
4517
4518 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4519 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4520
4521 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4522 Make it work for non-mouse events.
4523
4524 * pcvs-info.el (cvs-status-map): Update binding name.
4525
4526 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4527
4528 * xml.el (xml-maybe-do-ns): New function to handle namespace
4529 parsing of both attribute and element names.
4530 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4531 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4532 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4533 (xml-parse-attlist): Make it do its own namespace parsing.
4534
4535 2004-04-14 Dave Love <fx@gnu.org>
4536
4537 * progmodes/python.el (run-python): Fix use of \n.
4538 (python-load-file): Remove `try' from Python fragment.
4539 (python-describe-symbol): Fix message.
4540
4541 * comint.el: Doc fixes.
4542 (comint-last-input-start, comint-last-input-end)
4543 (comint-last-output-start): Give them values.
4544 (comint-arguments): Avoid warning.
4545 (comint-skip-prompt): Use line-end-position.
4546 (comint-backward-matching-input): Rename arg to agree with doc.
4547 (comint-extract-string): Use syntax-ppss.
4548 (comint-dynamic-simple-complete): Delete useless list construction.
4549 (comint-redirect-subvert-readonly): New.
4550 (comint-redirect-preoutput-filter): Use it.
4551
4552 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4553 Correctly handle negative arguments when calling hook functions.
4554
4555 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4556
4557 * info.el (info-apropos): Don't clobber Info-history-list.
4558
4559 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4560
4561 * progmodes/compile.el (compilation-setup):
4562 Localize overlay-arrow-position.
4563 (compilation-sentinel): Restructure code equivalently.
4564 (compilation-next-error): Find message on same line after point if
4565 not found before point.
4566 (compile-mouse-goto-error): Restore function so that compilation
4567 buffer need not be current and use compile-goto-error.
4568 (compile-goto-error): Restore function.
4569 (next-error): Set overlay-arrow-position.
4570 (compilation-forget-errors): Don't localize already local
4571 compilation-locs and remove FIXME about refontifying.
4572
4573 2004-04-14 Kim F. Storm <storm@cua.dk>
4574
4575 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4576 (command-line): New option -Q. Like -q --no-site-file, but
4577 in addition it also disables menu-bar, tool-bar, scroll-bars,
4578 tool-tips, and the blinking cursor.
4579 (command-line-1): Skip startup screen if -Q.
4580 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4581
4582 * emulation/cua-base.el (cua-read-only-cursor-color)
4583 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4584
4585 2004-04-13 Dave Love <fx@gnu.org>
4586
4587 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4588 (syntax): Don't require.
4589 (python) <defgroup>: Add :version.
4590 (python-quote-syntax): Re-written.
4591 (inferior-python-mode): Move stuff here from run-python and add
4592 some more.
4593 (python-preoutput-continuation, python-preoutput-result)
4594 (python-dotty-syntax-table): New.
4595 (python-describe-symbol): Use them.
4596 (run-python): Move stuff to inferior-python-mode. Modify code
4597 loaded into Python.
4598 (python-send-region): Use python-proc, python-send-string.
4599 (python-send-string): Send newlines too. Callers changed.
4600 (python-load-file): Re-written.
4601 (python-eldoc-function): New.
4602 (info-look): Don't require.
4603 (python-after-info-look): New. A modified version of former
4604 top-level code for use with eval-after-load.
4605 (python-maybe-jython, python-guess-indent): Use widened buffer.
4606 (python-fill-paragraph): Re-written.
4607 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4608 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4609
4610 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4613 Set compilation-error-regexp-alist earlier.
4614
4615 * progmodes/compile.el (compilation-minor-mode-map)
4616 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4617 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4618
4619 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4622 corresponding to the event.
4623
4624 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4625
4626 * loadup.el: Add cygwin to system-type list, for unexec() support.
4627
4628 2004-04-12 John Paul Wallington <jpw@gnu.org>
4629
4630 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4631 (ibuffer-restore-window-config-on-quit): New variable to replace
4632 `ibuffer-delete-window-on-quit'. Update all references.
4633 (ibuffer-prev-window-config): New variable.
4634 (ibuffer-quit): Restore previous window configuration instead of
4635 deleting window.
4636 (ibuffer): Save window configuration before showing Ibuffer buffer.
4637
4638 * help.el (describe-mode): Doc fix.
4639
4640 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4643 not to treat nil as a function.
4644
4645 * vc-arch.el (vc-arch-root): Be a bit more careful.
4646 (vc-arch-register): Save the buffer if we modified it.
4647 (vc-arch-delete-rej-if-obsolete): Save excursion.
4648 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4649 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4650
4651 * net/ldap.el (ldap-search): Use list*.
4652
4653 2004-04-12 Juri Linkov <juri@jurta.org>
4654
4655 * info.el (Info-follow-reference): Allow multiline reference name.
4656
4657 2004-04-11 Dave Love <fx@gnu.org>
4658
4659 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4660
4661 * progmodes/python.el: New file.
4662
4663 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4664
4665 * vc-hooks.el (vc-arg-list): Function removed.
4666 (vc-default-workfile-unchanged-p): Use condition-case to check for
4667 backward compatibility.
4668
4669 * vc.el (vc-print-log): Use condition-case to check for backward
4670 compatibility.
4671
4672 2004-04-11 Juri Linkov <juri@jurta.org>
4673
4674 * dired.el (dired-faces): New defgroup.
4675 (dired-header, dired-mark, dired-marked, dired-flagged)
4676 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4677 New faces.
4678 (dired-header-face, dired-mark-face, dired-marked-face)
4679 (dired-flagged-face, dired-warning-face, dired-directory-face)
4680 (dired-symlink-face, dired-ignored-face): New face variables.
4681 (dired-font-lock-keywords): Use them instead of font-lock faces.
4682 Split the rule for dired marks into 3 separate rules: for marks,
4683 marked file names and flagged file names.
4684
4685 * help-mode.el (help-make-xrefs): Add a final newline to the
4686 *Help* buffer.
4687
4688 2004-04-11 John Paul Wallington <jpw@gnu.org>
4689
4690 * replace.el (occur-engine): Distinguish between one and several
4691 matches in the matches per buffer heading.
4692
4693 2004-04-11 Kim F. Storm <storm@cua.dk>
4694
4695 * ido.el (ido-confirm-unique-completion): New defcustom.
4696 (ido-complete): Use it.
4697 (ido-write-file): Set it to t unconditionally.
4698
4699 2004-04-10 Miles Bader <miles@gnu.org>
4700
4701 RCS keyword removal (only non-comment changes are enumerated here):
4702
4703 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4704 (byte-compile-insert-header): Don't use `byte-compile-version'.
4705 * forms.el (forms-version): Variable removed.
4706 (forms-mode): Don't use `forms-version'.
4707 * recentf.el (recentf-version): Variable removed.
4708 * progmodes/delphi.el (delphi-version): Variable removed.
4709 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4710
4711 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4714
4715 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4716
4717 * info.el (info-apropos): Improve menu item regexp.
4718
4719 2004-04-09 Simon Josefsson <jas@extundo.com>
4720
4721 * mail/smtpmail.el: Add comment, based on report by
4722 kdc@rcn.com (Kevin D. Clark).
4723
4724 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4727 Redo one more thing that I didn't notice Daniel had undone.
4728
4729 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4730
4731 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4732 (gdb-goto-breakpoint, gdb-display-buffer)
4733 (gdb-display-source-buffer, gdb-view-source-function)
4734 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4735 (gdb-source-info, gdb-frame-handler): Don't specify a window
4736 for display.
4737 (gdb-info-breakpoints-custom): Remove superfluous update of
4738 assembler buffer.
4739 (gdb-many-windows): Make settable outside gdb.
4740
4741 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4742
4743 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4744 Derive from fundamental-mode rather than text-mode.
4745
4746 2004-04-08 Juri Linkov <juri@jurta.org>
4747
4748 * info.el (Info-history): Doc fix.
4749 (Info-history-list): New var.
4750 (info-xref): Change magenta4 to blue, remove bold for dark and
4751 light backgrounds, change bold to underline for non-color classes.
4752 (info-xref-visited): New face.
4753 (Info-fontify-visited-nodes): New custom.
4754 (Info-hide-note-references): Add new value `hide'. Doc fix.
4755 (Info-reference-name): New var.
4756 (Info-selection-hook): New custom.
4757 (Info-edit-mode-hook): New var.
4758 (Info-find-file): New fun.
4759 (Info-find-node): Move part of code to Info-find-file.
4760 (Info-find-node-2): Add anchors to Info-history-list. Move point
4761 to the place with the reference name if name is defined.
4762 (Info-select-node): Add current node to Info-history-list.
4763 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4764 (Info-search-whitespace-regexp): New custom.
4765 (Info-search-case-fold): New var.
4766 (Info-search): Add "case-sensitively" to the prompt.
4767 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4768 (Info-search-case-sensitively, Info-search-next): New fun.
4769 (Info-up): Move point to the menu item of the current node.
4770 (Info-history): New fun. Add *info-history* to
4771 same-window-buffer-names.
4772 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4773 (Info-insert-toc): New fun.
4774 (Info-build-toc): New fun.
4775 (Info-follow-reference): Add new arg `fork'. Doc fix.
4776 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4777 with the same name prefer the reference closest to point.
4778 (Info-next-reference): Replace * by + in the *Note regexp.
4779 Add regexp for http:// and ftp://. Skip the *Note prefix.
4780 (Info-prev-reference): Replace * by + in the *Note regexp.
4781 Add regexp for http:// and ftp://. Skip the *Note prefix.
4782 (Info-follow-nearest-node): Add new arg `fork'.
4783 (Info-try-follow-nearest-node): Add new arg `fork'.
4784 Call browse-url for http:// and ftp:// references.
4785 Set Info-reference-name for index entries.
4786 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4787 Info-search-next, Info-history, Info-toc, clone-buffer.
4788 (Info-menu-update): Replace * by + in the *Note regexp.
4789 (Info-mode): Add documentation for Info-history, Info-toc,
4790 Info-search-case-sensitively, Info-search-next, clone-buffer.
4791 (Info-fontify-menu-headers): Remove fun. Move code to
4792 Info-fontify-node.
4793 (Info-fontify-node): Add docstring. Add local vars
4794 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4795 then fontify header line, titles, menu headers, http and ftp
4796 references, refill paragraphs. If not-fontified-p is t or
4797 fontify-visited-p is t then fontify cross references, menu items.
4798 Fontify menu headers. Fontify http and ftp references.
4799 Change regexp for cross references to require whitespace after *Note,
4800 add matching groups for file and node names. Remove hack for quote.
4801 Use display property for Info-hide-note-references=t. Use fifth
4802 or fourth match for help-echo. Display visited nodes in a
4803 different face. Unhide file names of external references.
4804 Unhide newlines. Display visited menu items in a different face.
4805
4806 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * progmodes/compile.el: Require CL.
4809 (compilation-mode-font-lock-keywords): Re-install the "line as
4810 function" patch.
4811
4812 * help-fns.el (help-C-source-directory): New var.
4813 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4814 (describe-function-1, describe-variable): Use them.
4815
4816 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4817 to C source files specially.
4818
4819 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4820
4821 * info.el (Info-hide-cookies-node): New function.
4822 (Info-select-node): Use it.
4823 (Info-display-images-node): Remove message with image file name.
4824
4825 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4826
4827 * progmodes/compile.el (compilation-warning-face)
4828 (compilation-info-face, compilation-skip-threshold)
4829 (compilation-skip-visited, compilation-context-lines):
4830 Declare :version when added to Emacs.
4831 (compilation-error-regexp-alist-alist): Extend caml and irix.
4832 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4833 (compilation-mode-font-lock-keywords): Temporarily undo line as
4834 function patch, which wasn't ready.
4835
4836 2004-04-07 Kenichi Handa <handa@m17n.org>
4837
4838 * international/latin1-disp.el (latin1-display-setup): Check each
4839 character is displayable or not instead of calling
4840 latin1-display-check-font.
4841
4842 2004-04-06 Kenichi Handa <handa@m17n.org>
4843
4844 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4845 New variable.
4846 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4847 instead of sera-being-called-by-w3.
4848 (ethio-fidel-to-sera-buffer): Likewise.
4849 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4850 instead of sera-being-called-by-w3.
4851 (ethio-write-file): Likewise.
4852
4853 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4854
4855 * printing.el: Doc fix.
4856
4857 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4858
4859 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4860 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4861 (gdb-setup-windows): Only use separate IO buffer if required.
4862
4863 2004-04-06 Kim F. Storm <storm@cua.dk>
4864
4865 * term.el (term-is-xemacs): Remove.
4866 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4867 (term-window-width): New function.
4868 (term-mode, term-check-size): Use it.
4869 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4870
4871 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4872
4873 * cus-edit.el (custom-add-parent-links): Change unbound variable
4874 `symbol' to `name'.
4875
4876 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4877 * info.el (info-apropos): New function.
4878 (Info-mode-menu): Add it.
4879 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4880
4881 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4882 inherited docstring.
4883
4884 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4885
4886 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4889
4890 * progmodes/compile.el (font-lock): Don't require any more.
4891 (compilation-error-properties, compilation-start, compilation-sentinel)
4892 (compilation-filter, next-error): Use with-current-buffer.
4893 (compilation-skip-to-next-location, compilation-skip-threshold)
4894 (compilation-skip-visited): Move to silence the byte-compiler.
4895 (compilation-setup): Simplify.
4896 (compilation-next-error): Use line-(beginning|end)-position.
4897 Make sure `pt' is non-nil before using compilation-loop.
4898 (compile-goto-error): Add optional event arg. Use it.
4899 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4900 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4901 Update the binding for mouse-2.
4902 (first-error): Set compilation-current-error to nil rather than bob.
4903 (compilation-parsing-end, compilation-parse-errors-function)
4904 (compilation-error-list, compilation-old-error-list):
4905 "New" compatibility variables.
4906 (compile-buffer-substring, compilation-compat-error-properties)
4907 (compilation-compat-parse-errors, compilation-forget-errors):
4908 New compatibility functions.
4909 (compilation-mode-font-lock-keywords): Use them.
4910
4911 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4912
4913 * autorevert.el (auto-revert-handler): If point (or a window
4914 point) is at the end of the buffer, keep it there after
4915 reverting. This allows to tail a file.
4916 Mention this in the `Commentary'.
4917
4918 * format.el (format-write-file): Add optional argument CONFIRM
4919 and make it behave like the analogous argument to `write-file'.
4920
4921 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4922
4923 * progmodes/ebnf2ps.el: Doc fix.
4924 (ebnf-version): New version number (4.2).
4925 (ebnf-syntax): Customization and docstring fix.
4926 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4927 Put autoloaded funs before first use.
4928 (ebnf-style-database): Add dtd entry.
4929 (ebnf-syntax-alist): Add dtd initialization.
4930 (ebnf-token-sequence): New fun.
4931 (ebnf-comment-table): Add new comment action character.
4932 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4933
4934 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4935 Type Definition for XML).
4936
4937 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4938 * progmodes/ebnf-bnf.el (ebnf-sequence):
4939 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4940 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4941 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4942 Code simplification: call ebnf-token-sequence.
4943
4944 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4945
4946 * calendar/timeclock.el (timeclock-relative)
4947 (timeclock-get-project-function, timeclock-get-workday-function)
4948 (timeclock-query-out, timeclock-when-to-leave)
4949 (timeclock-when-to-leave-string, timeclock-log-data)
4950 (timeclock-generate-report, timeclock-in): Doc fixes.
4951
4952 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * url/: New dir. Import the URL package from its repository.
4955
4956 2004-04-03 Andreas Schwab <schwab@suse.de>
4957
4958 * diff-mode.el (diff-mode): Fix missing quote.
4959
4960 2004-04-03 Juri Linkov <juri@jurta.org>
4961
4962 * descr-text.el (describe-property-list): Add `font-lock-face'.
4963
4964 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4965
4966 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4967
4968 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4969 Use utf-16le on little endian machines and utf-16be otherwise.
4970
4971 2004-04-02 David Kastrup <dak@gnu.org>
4972
4973 * net/browse-url.el (browse-url-generic): Use call-process
4974 instead of start-process to allow browsers that fork and detach.
4975
4976 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4977
4978 * compile.el (compilation-current-error): New var.
4979 (compilation-setup, compile-mouse-goto-error)
4980 (compile-goto-error, next-error): Use it.
4981 (compilation-skip-to-next-location): Default to t, which gives
4982 contiguous skipping like old compile (where this was redundant).
4983 (compilation-next-error): Prevent previous-* commands from moving
4984 back to message at or just before point.
4985
4986 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4987
4988 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4989 (gdb-source-info): Don't display source at startup, if required.
4990 (gdb-show-main): New option.
4991 (gdba): Update documentation.
4992 (gdb-source): Cover case of auto-display output.
4993
4994 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4995
4996 * autorevert.el: Delete obsolete autoload's and defvar's.
4997 (auto-revert-check-vc-info): New user option.
4998 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4999 (auto-revert-handler-vc): Delete.
5000 (auto-revert-handler): Treat return value `fast' of
5001 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
5002
5003 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
5004 return `fast'.
5005
5006 * files.el (buffer-stale-function): Doc change.
5007
5008 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5009
5010 * printing.el: New tip on Tips section.
5011 (pr-version): New version number (6.7.4).
5012 (pr-shell-file-name): Initialization fix.
5013
5014 2004-03-31 Juri Linkov <juri@jurta.org>
5015
5016 * dired.el: Add autoload for `dired-do-touch'.
5017 (dired-touch-program): New var.
5018 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
5019 (dired-no-confirm): Add `touch' to docstring.
5020
5021 * dired-aux.el (dired-do-touch): New fun.
5022 (dired-do-chxxx): Add argument -t for touch operation.
5023
5024 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
5025 `dired-move-to-filename-regexp'.
5026
5027 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
5028
5029 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
5030
5031 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5032
5033 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
5034 and only if the buffer was modified.
5035
5036 2004-03-30 Kenichi Handa <handa@m17n.org>
5037
5038 * international/characters.el: Delete pairs for U+2308..U+230B.
5039
5040 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
5041
5042 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
5043 to detect the beginning of a level 2 or 3 annotation.
5044
5045 2004-03-29 Kenichi Handa <handa@m17n.org>
5046
5047 * international/ucs-tables.el (ucs-insert): Fix the error message.
5048
5049 2004-03-29 Kenichi Handa <handa@m17n.org>
5050
5051 * international/mule-util.el (char-displayable-p): Fix generation
5052 of XLFD file name.
5053
5054 * Makefile.in (setwins, setwins_almost): Change directory to $wd
5055 before finding directories by `find'.
5056
5057 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * subr.el (interactive-form): Delete. Now implemented in C.
5060
5061 * pcvs.el (cvs-parse-process): Workaround for Darwin.
5062
5063 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
5064 (vc-diff-label): New fun.
5065 (vc-diff-internal): Use it.
5066
5067 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
5068
5069 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5070
5071 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
5072
5073 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
5074 specify XML (EBNFX).
5075
5076 * progmodes/ebnf2ps.el: Doc fix.
5077 (ebnf-version): New version number (4.1).
5078 (ebnf-syntax): Adjust customization.
5079 (ebnf-style-database): Add ebnfx entry.
5080 (ebnf-syntax-alist): Add ebnfx initialization.
5081 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
5082
5083 * printing.el: Doc fix.
5084 (pr-version): New version number (6.7.3).
5085 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
5086 returns nil for mouse position. Reported by Drew Adams
5087 <drew.adams@oracle.com>.
5088 (pr-update-menus): Modify interactive declaration. Reported by Drew
5089 Adams <drew.adams@oracle.com>.
5090
5091 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
5092
5093 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
5094 (gud-gdba-marker-filter): Log the process input and output, if
5095 required. From Stefan Monnier.
5096 (gdb-debug-log, gdb-enable-debug-log): New variables.
5097 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
5098
5099 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
5102 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
5103
5104 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
5105
5106 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
5107 Call vc-find-file-hook here instead of in auto-revert-buffers.
5108 (auto-revert-buffers): Delete call to vc-find-file-hook.
5109 (auto-revert-verbose, global-auto-revert-non-file-buffers)
5110 (global-auto-revert-mode, auto-revert-set-timer)
5111 (auto-revert-handler, auto-revert-buffers): Doc fixes.
5112
5113 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5114
5115 * woman.el (woman-change-fonts): Rename local variable
5116 woman-font-alist to font-alist to avoid a compiler warning.
5117
5118 2004-03-27 Dave Love <fx@gnu.org>
5119
5120 * emacs-lisp/rx.el (rx): Doc fix.
5121 Fix copyright years.
5122
5123 * strokes.el (strokes-global-set-stroke-string): New function.
5124 (strokes-list-strokes): Cope with strings, not just commands.
5125 Set foreground colour of image.
5126 (strokes-global-set-stroke): Doc fix.
5127
5128 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
5129
5130 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
5131 Auto Revert mode.
5132 (Buffer-menu-files-only): New variable.
5133 (Buffer-menu-toggle-files-only): New function.
5134 (Buffer-menu-mode-map): Bind it to `T'.
5135 (Buffer-menu-mode): Mention `T' in docstring.
5136 Set buffer-stale-function.
5137 (list-buffers-noselect): Mark buffer non-modified and set
5138 Buffer-menu-files-only.
5139
5140 * dired.el (buffer-stale-function): Remove no longer needed defvar.
5141
5142 * autorevert.el (auto-revert-handler): Print revert message
5143 before, rather than after, reverting.
5144 (buffer-stale-function): Move to files.el.
5145
5146 * files.el (buffer-stale-function): Move here from autorevert.el.
5147
5148 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
5151
5152 * calc/calc.el (calc-mode-map): Use mapc.
5153
5154 * apropos.el (apropos-mode): Don't autoload.
5155 (apropos-symbols-internal): New fun. Extracted from `apropos'.
5156 (apropos): Use it.
5157 (apropos-print): Add optional `text' argument.
5158 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
5159 Don't assume point-min == 1.
5160
5161 * bs.el (bs-buffer-list): Use buffer-local-value.
5162 (bs--set-toggle-to-show): Use with-current-buffer.
5163
5164 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
5165 New funs.
5166 (list-buffers-noselect): Use them. Adjust :align-to to new style.
5167
5168 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
5169
5170 * dabbrev.el (dabbrev-expand): Fix regexp construction.
5171 (dabbrev--find-expansion): Use pop.
5172 (dabbrev--search): Use match-string-no-properties.
5173
5174 * dired.el (dired-mode): Use run-mode-hooks.
5175 (dired-move-to-end-of-filename): Use match-string.
5176
5177 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
5178 is bound before using it.
5179 (ediff-verbose-p): Make it into a var since it's not constant.
5180
5181 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
5182
5183 * faces.el (read-face-font): Don't cons up unnecessarily.
5184 (header-line, tool-bar): Share common parts.
5185
5186 * files.el (file-relative-name): Use compare-strings.
5187
5188 * finder.el (finder-mode): Follow coding convention.
5189
5190 * subr.el (read-number): New function.
5191
5192 * ses.el (ses-read-number): Move to subr.el.
5193 (ses-set-header-row): Use read-number.
5194
5195 2004-03-26 Andre Spiegel <spiegel@gnu.org>
5196
5197 * vc-hooks.el (vc-arg-list): New function, which handles both
5198 compiled and uncompiled code.
5199 (vc-default-workfile-unchanged-p): Use it.
5200
5201 * vc.el (vc-print-log): Undo prev change, use new function
5202 vc-arg-list from vc-hooks.el.
5203
5204 2004-03-26 Masatake YAMATO <jet@gyve.org>
5205
5206 * simple.el (completion-setup-function): Emphasize the
5207 first uncommon characters in the completions; and de-emphasize
5208 the common prefix substrings.
5209 (completion-emphasis): New face.
5210 (completion-de-emphasis): New face.
5211
5212 2004-03-25 Juanma Barranquero <lektu@terra.es>
5213
5214 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
5215 Comment out (it's unused and unfinished code).
5216
5217 2004-03-25 Sam Steingold <sds@gnu.org>
5218
5219 * vc.el (vc-print-log): Fix a bug in the last patch:
5220 backend-function may be a byte-compiled object, not a lambda.
5221
5222 2004-03-25 Juri Linkov <juri@jurta.org>
5223
5224 * descr-text.el (describe-property-list): Add a button
5225 for `face' property that calls `describe-face'.
5226 Suggested by luis fernandes <elf@ee.ryerson.ca>
5227
5228 * international/mule.el (keyboard-coding-system):
5229 * kmacro.el (kmacro-call-macro): Fix docstring.
5230
5231 * dired.el: Fix comments.
5232
5233 * textmodes/fill.el (fill): Fix Info link.
5234
5235 * font-lock.el (fast-lock, lazy-lock):
5236 * jit-lock.el (jit-lock): Remove links to removed Support Modes
5237 Info node.
5238
5239 * eshell/eshell.el (eshell): Fix broken info-link.
5240
5241 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
5242 * eshell/em-banner.el (eshell-banner):
5243 * eshell/em-smart.el (eshell-smart):
5244 * eshell/esh-cmd.el (eshell-cmd):
5245 Comment out broken info-links to incomplete Info manual.
5246
5247 * info-xref.el: Fix commentary.
5248
5249 2004-03-25 Kevin Ryde <user42@zip.com.au>
5250
5251 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
5252 Remove spurious node duplicate suppression, doesn't work, not wanted.
5253 (info-xref-output): Take format style args, add "sit-for 0" to let
5254 user see the results as they progress.
5255 (info-xref-check-all-custom): New function.
5256
5257 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
5258
5259 * gdb-ui.el: Moved to progmodes.
5260
5261 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
5264
5265 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5266
5267 * calendar/appt.el (appt-check): Remove superfluous progn.
5268 When finished with diary buffer: if it was not being displayed
5269 before, kill it; otherwise restore its original state.
5270 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
5271
5272 * calendar/calendar.el (calendar-set-mode-line): Use total
5273 available mode-line width, rather than frame-width.
5274
5275 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
5276 after mode change so effect not lost.
5277
5278 2004-03-23 Dave Love <fx@gnu.org>
5279
5280 * dired.el (dired) <defgroup>: Add link to manual.
5281 (dired-font-lock-keywords): Add highlighting on unusual permissions.
5282 (dired-revert): Use dolist.
5283 (dired-mode-map): Add U binding.
5284 (dired-mode): Add font-lock-beginning-of-syntax-function.
5285 (dired-garbage-files-regexp): Make it a defcustom.
5286
5287 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
5290 is equivalent to nil.
5291 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
5292 (vc-arch-mode-line-string): Accept `added' state.
5293 (vc-arch-state): Use inode-sigs if available.
5294 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
5295 Copy&delete existing id file if any. Fallback if uuidgen is absent.
5296 (vc-arch-tagline-re): New var.
5297 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
5298 New functions.
5299 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
5300 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
5301
5302 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
5303 (vc-file-not-found-hook): Use it.
5304
5305 * diff-mode.el (diff-default-read-only): Change default.
5306 (diff-mode-hook): Make it a defcustom. Add some options.
5307 (diff-mode-map): Bind diff-refine-hook.
5308 (diff-yank-handler): New var.
5309 (diff-yank-function): New fun.
5310 (diff-font-lock-keywords): Use them.
5311 (diff-end-of-file): Handle case where file-header looks like diff text.
5312 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
5313 (diff-file-kill): Delete a subsequent empty line, if applicable.
5314 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
5315 (diff-find-file-name): Use it.
5316 (diff-tell-file-name): New command.
5317 (diff-mode): Be careful with view-mode.
5318 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
5319 New functions, for use in diff-mode-hook.
5320 (diff-find-source-location): Catch "regex too large" errors.
5321 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
5322 (diff-refine-hunk): New command.
5323
5324 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
5325 (smerge-context-menu-map): Remove unused var.
5326 (smerge-keep-all): Preserve markers.
5327 (smerge-keep-n): New fun.
5328 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5329 (smerge-keep-current, smerge-ediff): Use it.
5330 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
5331 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
5332 (smerge-resolve): Resolve trivial 3-part conflicts.
5333
5334 2004-03-23 Juri Linkov <juri@jurta.org>
5335
5336 * man.el (Man-width): New var.
5337 (Man-getpage-in-background): Use it.
5338 (Man-support-local-filenames): New var and fun.
5339 (Man-build-man-command): Don't add a second %s.
5340 (Man-fontify-manpage): Clean up message.
5341 (Man-mode): Set outline-regexp, outline-level,
5342 imenu-generic-expression.
5343
5344 * woman.el (woman-fill-frame): Doc fix.
5345 (woman-decode-region): Use window-width instead of frame-width.
5346
5347 * abbrevlist.el (list-one-abbrev-table):
5348 * descr-text.el (describe-char):
5349 * international/mule-diag.el (describe-current-coding-system):
5350 * international/quail.el (quail-insert-decode-map):
5351 Use window-width instead of frame-width.
5352
5353 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
5354 (jka-compr-mode-alist-additions): Add tbz.
5355 (jka-compr-write-region, jka-compr-insert-file-contents):
5356 Add message for undefined compress-program.
5357 (jka-compr-write-region): Remove redundant var bindings.
5358
5359 * dired-x.el (dired-guess-shell-alist-default): Add choices for
5360 extracting files into subdirectory. Add tbz and dz. Fix regexps.
5361 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
5362 (dired-man): Use dired-guess-shell-command.
5363 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
5364 Change default nil to t.
5365
5366 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
5367 (dired-compare-directories): Add default value for empty input.
5368
5369 * help-at-pt.el: Move suggestions for key bindings to Commentary.
5370
5371 * time.el (display-time-string-forms): Fix help-echo date format.
5372
5373 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
5374
5375 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
5376 (buffer-stale-function): New variable.
5377 (auto-revert-list-diff, auto-revert-dired-file-list)
5378 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
5379 (auto-revert-handler): Take over some functionality of deleted
5380 functions.
5381 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
5382
5383 * dired.el (dired-directory-changed-p): New fun, extracted from
5384 dired-internal-noselect.
5385 (dired-buffer-stale-p): New fun.
5386 (dired-internal-noselect): Use dired-directory-changed-p.
5387 Eliminate revert messages.
5388 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
5389
5390 2004-03-23 Kenichi Handa <handa@m17n.org>
5391
5392 * international/characters.el: Setup syntaxes for more parentheses
5393 Unicode characters.
5394
5395 * international/mule-cmds.el (select-safe-coding-system):
5396 Merge coding-system and auto-cs before comparing them.
5397
5398 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
5401
5402 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5403 normal-auto-fill-function and comment-indent-function.
5404 The default values now work just as well.
5405 Don't set font-lock-beginning-of-syntax-function since we already set
5406 syntax-begin-function.
5407 (lisp-outline-level): Put ;;;###autoload at same level as (.
5408 (prin1-char): Quote special chars.
5409
5410 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
5411 than with-no-warnings.
5412
5413 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
5414 if the source location can't be found.
5415 (edebug-compute-previous-result): Use prin1-char.
5416
5417 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
5418 (debug-ignored-errors): Add an entry.
5419
5420 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
5421 (byte-compile-file): Output warning when deleting a file.
5422
5423 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
5424 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
5425
5426 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
5427 (byte-compile-inline-expand): Use backquote.
5428 (byte-optimize-pure-func): Rename from byte-optimize-concat.
5429 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
5430
5431 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
5432
5433 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
5434
5435 2004-03-22 Juri Linkov <juri@jurta.org>
5436
5437 * finder.el (finder-known-keywords): Fix data, tex, unix.
5438
5439 * play/landmark.el: Fix keywords.
5440
5441 * language/ethio-util.el (ethio-find-file): Doc fix.
5442
5443 * emacs-lisp/warnings.el: Doc fix.
5444
5445 * textmodes/ispell.el (ispell-help): Doc fix.
5446
5447 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
5448
5449 * format.el (format-insert-file): Always return a list of two
5450 elements, like insert-file-contents does.
5451
5452 2004-03-21 Andre Spiegel <spiegel@gnu.org>
5453
5454 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
5455 and vc-BACKEND-diff.
5456 (vc-print-log): If the print-log implementation supports it, use
5457 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
5458 (vc-version-diff, vc-diff-internal): Doc fixes.
5459
5460 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
5461 implementation supports it, let diff output go to *vc*,
5462 not *vc-diff*, since this is an internal call.
5463
5464 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
5465
5466 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
5467
5468 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
5469
5470 2004-03-21 Dave Love <fx@gnu.org>
5471
5472 * progmodes/cfengine.el (cfengine-mode):
5473 Set parse-sexp-ignore-comments.
5474
5475 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
5476
5477 2004-03-21 Juanma Barranquero <lektu@terra.es>
5478
5479 * allout.el (allout-mode): Fix docstring.
5480
5481 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
5482
5483 * files.el (insert-directory): Fix bug if SWITCHES is a list.
5484
5485 * autorevert.el (auto-revert-interval): Make new value take
5486 effect immediately when set through Custom.
5487 (auto-revert-set-timer): Add interactive declaration.
5488
5489 2004-03-19 David Ponce <david@dponce.com>
5490
5491 * ruler-mode.el (ruler-mode-header-line-format-old):
5492 Don't `make-variable-buffer-local'.
5493 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5494 (ruler-mode-header-line-format): Simply funcall the above.
5495 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5496 to save/restore a previous header line format.
5497 (ruler-mode-space): Don't depend on a numeric WIDTH value.
5498 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5499 fringes and margins width.
5500 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5501
5502 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * log-edit.el (log-edit-font-lock-keywords): Typo.
5505
5506 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5507 (tex-send-tex-command): Rather than here.
5508 (tex-compilation-parse-errors): Simplify.
5509
5510 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5511
5512 * time.el (display-time-string-forms): Add help-echo with date on time.
5513
5514 * composite.el (compose-region): Use restore-buffer-modified-p.
5515
5516 * disp-table.el (standard-display-8bit): Simplify.
5517
5518 * server.el (server-process-filter): Delete temp frame.
5519
5520 * add-log.el (add-change-log-entry): Simplify.
5521
5522 2004-03-19 Kim F. Storm <storm@cua.dk>
5523
5524 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5525 (hexl-follow-line): Don't require 'fringe.
5526
5527 * progmodes/compile.el (compilation-start): Always set
5528 compilation-last-buffer and return it.
5529
5530 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5531
5532 * simple.el (clone-buffer): Doc fix.
5533
5534 2004-03-18 Juanma Barranquero <lektu@terra.es>
5535
5536 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5537
5538 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * log-edit.el (log-edit-font-lock-keywords): New var.
5541 (log-edit-mode): Use it.
5542
5543 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5544
5545 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5546 properly for watching in speedbar.
5547
5548 2004-03-17 Masatake YAMATO <jet@gyve.org>
5549
5550 * smerge-mode.el (smerge-popup-context-menu):
5551 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5552
5553 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5556 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5557 Take sealed revisions into account.
5558 (vc-arch-checkin): Extract a summary line from the message.
5559
5560 2004-03-16 Masatake YAMATO <jet@gyve.org>
5561
5562 * register.el (register): Provide `register' feature.
5563
5564 2004-03-15 Masatake YAMATO <jet@gyve.org>
5565
5566 Added context menu support in smerge mode.
5567 Most of the part is written by Stefan Monnier.
5568
5569 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5570 New keymap and menu.
5571 (smerge-text-properties): New function.
5572 (smerge-remove-props): New function.
5573 (smerge-popup-context-menu): New function.
5574 (smerge-resolve): Call `smerge-remove-props'.
5575 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5576 (smerge-keep-current): Ditto.
5577 (smerge-kill-current): New function.
5578 (smerge-match-conflict): Put text properties.
5579 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5580
5581 2004-03-15 David Ponce <david@dponce.com>
5582
5583 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5584 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5585 (ruler-mode-right-scroll-bar-cols): Remove.
5586 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5587 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5588 Use fringe-columns and scroll-bar-columns.
5589
5590 2004-03-15 Masatake YAMATO <jet@gyve.org>
5591
5592 * hl-line.el (hl-line-range-function): New variable.
5593 (hl-line-move): New function.
5594 (global-hl-line-highlight): Use `hl-line-move'.
5595 (hl-line-highlight): Ditto.
5596
5597 * scroll-bar.el (scroll-bar-columns):
5598 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5599
5600 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5601 (ruler-mode-left-fringe-cols)
5602 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5603 (ruler-mode-right-scroll-bar-cols)
5604 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5605 (ruler-mode-ruler-function): New variable.
5606 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5607 if the value for `ruler-mode-ruler-function'is given.
5608
5609 * hexl.el (hexl-mode-hook): Make the hook customizable.
5610 (hexl-address-area, hexl-ascii-area): New customize variables.
5611 (hexlify-buffer): Put font-lock-faces on the address area and
5612 the ascii area.
5613 (hexl-activate-ruler): New function.
5614 (hexl-follow-line): New function.
5615 (hexl-highlight-line-range): New function.
5616 (hexl-mode-ruler): New function.
5617
5618 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5619
5620 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5621 (vc-default-find-file-hook): New fun.
5622 (vc-find-file-hook): Call new find-file-hook operation.
5623
5624 * vc-arch.el: New file.
5625
5626 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5627
5628 * info-look.el (info-lookup): Reuse an existing Info window.
5629
5630 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5631
5632 * woman.el (woman-preserve-ascii): Default value changed to t and
5633 doc string revised.
5634
5635 2004-03-12 Richard M. Stallman <rms@gnu.org>
5636
5637 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5638 Fix minor bug.
5639
5640 * replace.el (occur-engine): Change message for count of matches.
5641
5642 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5643 For strings, do compare text properties.
5644
5645 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5646
5647 * progmodes/compile.el (compile-auto-highlight)
5648 (compilation-error-list, compilation-old-error-list)
5649 (compilation-parse-errors-function, compilation-parsing-end)
5650 (compilation-error-message, compilation-directory-stack)
5651 (compilation-enter-directory-regexp-alist)
5652 (compilation-leave-directory-regexp-alist)
5653 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5654 (compilation-current-file, compilation-regexps): Remove vars.
5655
5656 (compile-error-at-point, compilation-error-filedata)
5657 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5658 (compilation-next-error-locus, compilation-forget-errors)
5659 (count-regexp-groupings, compilation-parse-errors)
5660 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5661
5662 (compile-internal): Make obsolete.
5663
5664 (compilation-first-column, compilation-error)
5665 (compilation-directory-matcher, compilation-page-delimiter)
5666 (compilation-mode-font-lock-keywords, compilation-debug)
5667 (compilation-error-face, compilation-warning-face)
5668 (compilation-info-face, compilation-line-face)
5669 (compilation-column-face, compilation-enter-directory-face)
5670 (compilation-leave-directory-face, compilation-skip-threshold)
5671 (compilation-skip-visited, compilation-context-lines): New vars.
5672
5673 (compilation-warning-face, compilation-info-face)
5674 (compilation-message-face): New faces.
5675
5676 (compilation-error-regexp-alist-alist): New constant.
5677
5678 (compilation-face, compilation-directory-properties)
5679 (compilation-assq, compilation-error-properties, compilation-start)
5680 (define-compilation-mode, compilation-loop)
5681 (compilation-set-window): New functions.
5682
5683 (compile): Additional argument for interactive compiles like TeX.
5684
5685 * progmodes/grep.el (kill-grep): Move here from compile.el
5686 (grep-error, grep-hit-face, grep-error-face)
5687 (grep-mode-font-lock-keywords): New variables.
5688 (grep-regexp-alist): Simplify regexp and add `binary' case.
5689 (grep-mode): New mode.
5690 (grep-process-setup): Simplify.
5691
5692 2004-03-11 Jason Rumney <jasonr@gnu.org>
5693
5694 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5695 letters on DOS/Windows.
5696
5697 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * server.el (server-name): New var.
5700 (server-socket-dir): New var to replace server-socket-name.
5701 (server-start): Use them.
5702
5703 2004-03-11 Simon Josefsson <jas@extundo.com>
5704
5705 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5706 died to avoid infloop. Reported by Jonathan Glauner
5707 <jglauner@sbum.org>.
5708
5709 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5712 (smerge-mode-menu): Use it to deactivate menu entries.
5713 (smerge-keep-current): New fun.
5714 (smerge-keep-current): Use it.
5715
5716 2004-03-10 John Paul Wallington <jpw@gnu.org>
5717
5718 * foldout.el (foldout-fold-list, foldout-modeline-string):
5719 Declare them as variables, not constants.
5720
5721 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5722
5723 * ps-print.el: Modification to print *Messages* buffer.
5724 (ps-print-version): New version 6.6.4.
5725 (ps-message-log-max): New fun.
5726 (ps-spool-without-faces, ps-spool-with-faces)
5727 (ps-count-lines-preprint): Code fix.
5728
5729 * printing.el: New tips in Tips section.
5730
5731 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5732
5733 * delim-col.el: Doc fix.
5734
5735 * printing.el: Doc fix. New doc section (Tips).
5736
5737 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * type-break.el (type-break-emacs-variant): Remove.
5740 (type-break-run-at-time, type-break-cancel-function-timers):
5741 Use fboundp rather than version name and number.
5742
5743 2004-03-09 Masatake YAMATO <jet@gyve.org>
5744
5745 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5746 `make-variable-buffer-local'.
5747
5748 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5749
5750 * find-dired.el (find-dired): Call `shell-command' instead of
5751 `start-process-shell-command'. By this, Tramp takes over
5752 handling of remote directories.
5753
5754 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * newcomment.el (comment-use-global-state): New var.
5757 (comment-search-forward): Use it.
5758
5759 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5760
5761 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5762
5763 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5764 (enable-kinsoku): Make it a defcustom.
5765 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5766 paragraph to same-comment-start-marker.
5767
5768 2004-03-07 Dave Love <fx@gnu.org>
5769
5770 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5771 (browse-url-mail): Use it.
5772
5773 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5774 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5775
5776 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5777
5778 * woman.el (woman-man.conf-path): Doc fix.
5779 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5780
5781 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5782
5783 * sort.el (sort-columns): Remove ms-dos from the list of systems
5784 where the external `sort' command is not used.
5785
5786 2004-03-07 Kim F. Storm <storm@cua.dk>
5787
5788 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5789 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5790 from overlay-arrow-variable-list.
5791 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5792
5793 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5794
5795 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5796 overlay arrow string properly for the assembler buffer.
5797
5798 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * mail/sendmail.el (mail-mode): Fix last change.
5801
5802 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5803
5804 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5805 for the assembler buffer.
5806 (gdb-assembler-custom): Position the overlay arrow.
5807 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5808
5809 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5812
5813 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5814 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5815
5816 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5817
5818 * newcomment.el (uncomment-region): Allow non-terminated comment.
5819 (comment-normalize-vars): Check the user-specified comstart marker.
5820
5821 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5822
5823 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5824 Otherwise, do use it if the region only contains font-lock text
5825 properties.
5826
5827 2004-03-04 Masatake YAMATO <jet@gyve.org>
5828
5829 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5830 as the callback function for eldoc.
5831 (hexl-print-current-point-info): New function.
5832 (hexl-current-address): Print the address in both decimal
5833 and hexadecimal format.
5834
5835 2004-03-04 Richard M. Stallman <rms@gnu.org>
5836
5837 * mail/rmail.el (rmail-convert-to-babyl-format):
5838 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5839
5840 * mail/mail-utils.el (mail-unquote-printable-region):
5841 New arg UNIBYTE.
5842
5843 * startup.el (command-switch-alist): Doc fix.
5844
5845 * simple.el (undo): Temporarily set this-command to `undo-start',
5846 then set it to `undo' once undo-start returns without error.
5847
5848 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5849
5850 * simple.el (kill-line): Don't disregard trailing whitespace
5851 in eol condition, if show-trailing-whitespace is set.
5852
5853 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5854 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5855 When disabling, restore old values only if mouse-sel-has-been-enabled.
5856
5857 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5858 (isearch-{-char): New function.
5859 (isearch-mode-map): Bind { to isearch-{-char.
5860
5861 * font-lock.el (lisp-font-lock-keywords-2):
5862 Turn off the CL with-... and do-... general patterns.
5863 Instead, recognize several specific with... and do... constructs.
5864
5865 * files.el (switch-to-buffer-other-window):
5866 Bind same-window-buffer-names and same-window-regexps to nil.
5867 (switch-to-buffer-other-frame): Likewise.
5868
5869 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5872 recognizing leading comment on code line.
5873
5874 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5877 hidden files/directories.
5878
5879 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5882 only comment-start (in case the mode hasn't set it).
5883
5884 * Makefile.in (AUTOGENEL): New var.
5885 (bootstrap-prepare): Rename from bootstrap-clean.
5886 Don't remove elc files.
5887 (maintainer-clean): New target.
5888
5889 * xml.el (xml-get-attribute-or-nil): Simplify.
5890
5891 2004-03-02 Juri Linkov <juri@jurta.org>
5892
5893 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5894 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5895 URL to prevent their substitution with the environment variable
5896 values by browsers.
5897
5898 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5899
5900 * ps-print.el: Doc fix.
5901 (ps-print-version): New version number (6.6.3).
5902 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5903 Docstring fix.
5904 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5905 before printing.
5906 (ps-time-stamp-yyyy-mm-dd): New fun.
5907 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5908
5909 2004-03-02 Kim F. Storm <storm@cua.dk>
5910
5911 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5912
5913 2004-03-01 Juanma Barranquero <lektu@terra.es>
5914
5915 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5916
5917 * desktop.el (desktop-file-version)
5918 (desktop-after-read-hook): Fix typos.
5919 (desktop-clear-preserve-buffers): Remove redundant info in
5920 docstring already shown by the obsolescence message.
5921 (desktop-truncate, desktop-internal-v2s)
5922 (desktop-value-to-string): Change argument name to match docstring.
5923
5924 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5925
5926 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5927 docstring.
5928
5929 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5930
5931 * printing.el: Replace "As Is..." in PostScript file print/preview by
5932 "No Preprocessing...". Suggested by Colin Marquardt
5933 <_marquardt_@zmd.de>.
5934 (pr-insert-section-4): Adjust buffer interface.
5935
5936 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5937
5938 Version 2.0.39 of Tramp released.
5939
5940 * net/tramp.el (tramp-handle-file-local-copy)
5941 (tramp-handle-write-region, tramp-open-connection-rsh):
5942 Variable name typo. Small change. From Patrick Tullmann
5943 <tullmann@flux.utah.edu>.
5944 (tramp-process-connection-type): New variable.
5945 (tramp-maybe-open-connection): Use it.
5946 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5947 (tramp-touch): Set last-modified time of a remote file.
5948 (tramp-handle-write-region): Say which function is used when encoding.
5949
5950 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5951
5952 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5953 case of non-existing filename, too. Reported by Christoph Bauer
5954 <c_bauer@informatik.uni-kl.de>.
5955 (tramp-smb-get-file-entries): The directory in question should
5956 have permissions "drwxrwxrwx". Just virtual, because we don't
5957 know the real permissions. Don't we know?
5958 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5959 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5960 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5961 output. If it was received chunkwise, there have been problems.
5962 Remove the "prompt not found" error message; it is obvious.
5963 Simplify algorithm.
5964 (tramp-smb-process-running): Remove. Since we acknowledge the
5965 virtual prompt for shares, there's no need for distinction of
5966 reading shares (process ends afterwards) and interactive mode of
5967 smblient.
5968 (tramp-smb-open-connection): Setting process sentinel removed.
5969 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5970 "NT_STATUS_NETWORK_ACCESS_DENIED".
5971 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5972 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5973 (top-level): Setting default value in `tramp-default-method-alist'
5974 corrected. Order of USER and HOST have been wrong.
5975 Nobody complained for months ...
5976 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5977 (tramp-smb-open-connection): Clear password cache if login has failed.
5978
5979 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5980 `tramp-unified-filenames'.
5981 (tramp-completion-mode): Make test for XEmacs explicitely.
5982 `event-to-character' can exists in Emacs packages too.
5983 Reported by Matt Swift <swift@alum.mit.edu>.
5984 (tramp-buffer-name): Buffer name must contain the user if exists.
5985 Reported by Adrian Phillips <a.phillips@met.no>.
5986 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5987 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5988 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5989 `tramp-do-copy-or-rename-file-one-local', because it handles also
5990 the case both files use the same out-of-band method.
5991 Implementation added.
5992 (tramp-handle-file-local-copy, tramp-handle-write-region):
5993 Out-of-band handling removed. `copy-file' called instead, which
5994 calls `tramp-do-copy-or-rename-file-out-of-band'.
5995 (tramp-action-password): Check for out-of-band method removed.
5996 This function is used for 'login-program.
5997 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5998 appropriate.
5999 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
6000 and `tramp-parse-sknownhosts'.
6001 (tramp-completion-function-alist): It's a defvar now, because we
6002 want to apply the optimized `tramp-set-completion-function'
6003 instead of a static list.
6004 (tramp-set-completion-function): Implementation tuned.
6005 Avoid double entries, and entries where the function or the
6006 file/directory doesn't exist.
6007 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
6008 for SSH2.
6009 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
6010 (tramp-handle-dired-compress-file): New function.
6011 (tramp-async-proc): New variable.
6012 (tramp-handle-shell-command): Adding asynchronous processes.
6013 They are far from being perfect, but it works at least for
6014 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
6015 (top-level): Require password.el if visible. Should be mandatory
6016 once No Gnus has found its way into (X)Emacs.
6017 (tramp-read-passwd): Invoke `password-read' if available,
6018 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
6019 fallback any longer.
6020 (tramp-clear-passwd): New function.
6021 (tramp-process-actions, tramp-process-multi-actions):
6022 Clear password cache if login has failed.
6023
6024 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
6025 its own module.
6026 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
6027 `ange-ftp-ftp-name-res'. There could be incorrect values from
6028 previous calls in case the "ftp" method is used in the Tramp file
6029 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6030
6031 2004-02-28 Richard M. Stallman <rms@gnu.org>
6032
6033 * term.el (term-mouse-paste): Call mouse-set-point.
6034
6035 * thumbs.el: New file.
6036
6037 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6038
6039 * progmodes/ebnf-abn.el: Doc fix.
6040
6041 * progmodes/ebnf-bnf.el: Doc fix.
6042 (ebnf-repeat): Code fix.
6043
6044 * progmodes/ebnf2ps.el: Doc fix.
6045 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
6046
6047 2004-02-28 Juri Linkov <juri@jurta.org>
6048
6049 * ffap.el (dired-at-point): Additional writability test for
6050 relative directory names.
6051 (dired-at-point-prompter): Treat directories as a directory, get
6052 the directory component from files.
6053 (ffap-string-at-point): Return string from region if region is active.
6054 (ffap-file-at-point): Remove redundant code.
6055
6056 2004-02-28 Kim F. Storm <storm@cua.dk>
6057
6058 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
6059 Initialize margin area images to nil.
6060 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6061 (breakpoint-enabled-bitmap-face)
6062 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
6063 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
6064 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
6065 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
6066 (gdb-reset): Use gdb-remove-breakpoint-icons.
6067 (gdb-put-string): Add dprop arg to specify alternative display
6068 property (for setting fringe bitmap).
6069 (gdb-remove-strings): Doc fix.
6070 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
6071 icon in fringe (if available), or else as icon or text in display
6072 margin. Creates necessary icons in breakpoint-bitmap,
6073 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
6074 Also make left window margin if required.
6075 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
6076 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
6077 no longer needed.
6078 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
6079 gdb-put-breakpoint-icon.
6080 (gdb-assembler-mode): Don't set left-margin-width here.
6081
6082 2004-02-27 Kevin Ryde <user42@zip.com.au>
6083
6084 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
6085 comma, so that it DTRT in macros.
6086
6087 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
6088
6089 * progmodes/sh-script.el (sh-shell-arg)
6090 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
6091 (sh-leading-keywords, sh-other-keywords): Fix custom type.
6092
6093 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6094
6095 * faces.el (face-spec-set-match-display): Add a new attribute,
6096 `min-colors'.
6097 (region, highlight, secondary-selection): Use `min-colors'.
6098
6099 * custom.el (defface): Add documentation for `min-colors'.
6100
6101 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6102 (font-lock-keyword-face, font-lock-function-name-face)
6103 (font-lock-variable-name-face, font-lock-constant-face):
6104 Use `min-colors'.
6105
6106 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
6107
6108 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6109
6110 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
6111 define assq-delete-all if it's not defined.
6112 (ebnf-generate-region): Code fix.
6113
6114 * printing.el: Doc fix.
6115 (pr-version): New version number (6.7.2).
6116 (pr-command): Return empty string if command is an empty string.
6117
6118 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6119
6120 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
6121
6122 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
6123 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
6124 semi-down-full. Fix a bug on productions like test = {"test"}* | (
6125 "tt" ["test"] ). Reported by Markus Dreyer
6126 <mdreyer@ix.urz.uni-heidelberg.de>.
6127 (ebnf-version): New version number (4.0).
6128 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
6129 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
6130 (ebnf-delete-style): New commands.
6131 (ebnf-directory, ebnf-file): New funs.
6132 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
6133 (ebnf-production-name-p, ebnf-stop-on-error): New options.
6134 (ebnf-syntax-alist): New var.
6135 (ebnf-element-width): New fun replacing ebnf-list-width.
6136 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
6137 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
6138 (ebnf-prologue): Adjust vars.
6139 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
6140 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
6141 (ebnf-check-style-values, ebnf-generate-production)
6142 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
6143 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
6144 (ebnf-token-repeat): Code fix.
6145
6146 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
6147 %right, %left and %prec. Suggested by Matthew K. Junker
6148 <junker@alum.mit.edu>.
6149 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
6150
6151 * progmodes/ebnf-iso.el: Doc fix.
6152 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
6153 (ebnf-iso-lex): Code fix.
6154
6155 * progmodes/ebnf-bnf.el: Doc fix.
6156 (ebnf-bnf-lex): Code fix.
6157
6158 * progmodes/ebnf-otz.el: Doc fix.
6159
6160 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6161
6162 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
6163 (abbrev-prefix-mark): Doc fix.
6164
6165 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
6166
6167 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
6168 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
6169 (gdb-var-delete): Make interactive (really).
6170 (gdb-edit-value): Make non-interactive.
6171
6172 * progmodes/gud.el (gud-speedbar-menu-items):
6173 Add gdb-var-delete and, indirectly, gdb-edit-value.
6174 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
6175 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
6176 (gud-gdb-marker-filter): Add comment for annotations.
6177
6178 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6179
6180 * calendar/calendar.el (generate-calendar)
6181 (calendar-read-date): Prevent display of BC calendars once more -
6182 reverts 2003-10-01 change.
6183 (generate-calendar-month): Doc fix.
6184
6185 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6186
6187 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
6188 return value of increment-calendar-month.
6189
6190 2004-02-21 Stephen Compall <s11@member.fsf.org>
6191
6192 * saveplace.el (save-place-forget-unreadable-files)
6193 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
6194 (save-place-forget-unreadable-files): New function.
6195 (save-place-alist-to-file): Use it to filter out files that are
6196 no longer readable.
6197
6198 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
6199 current Texinfo environment, using the same method as in
6200 `texinfo-insert-@end', and insert a space rather than a newline if
6201 point in a @table environment.
6202
6203 2004-02-21 Juri Linkov <juri@jurta.org>
6204
6205 * ffap.el (ffap-file-at-point): Try parent directories.
6206
6207 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
6208
6209 * vcursor.el (vcursor-modifiers): New defcustom.
6210 (vcursor-cs-binding): Use vcursor-modifiers instead of a
6211 hard-coded list.
6212
6213 2004-02-21 Masatake YAMATO <jet@gyve.org>
6214
6215 * play/animate.el (animate-birthday-present): Accept names other
6216 than `Sarah', too.
6217
6218 2004-02-21 Juri Linkov <juri@jurta.org>
6219
6220 * startup.el: Remove table of command line arguments from the
6221 Commentary section.
6222
6223 2004-02-20 John Wiegley <johnw@newartisans.com>
6224
6225 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
6226 again" modifier from 'e' to 'E', since 'e' is also used by the
6227 "file extension" modifier.
6228
6229 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
6230
6231 * help-fns.el (describe-categories): Doc fix.
6232
6233 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6234
6235 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
6236 temporary file for buffer already visiting one. This change makes
6237 output likely to be directly usable by patch program.
6238 Suggested by Adrian Aichner <adrian@xemacs.org>
6239
6240 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
6241
6242 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
6243 case of variables defined in compound statements.
6244 (gdb-setup-windows, gdb-source-info, gdb-source-info):
6245 Simplify constructions using switch-to-buffer.
6246
6247 2004-02-19 Simon Josefsson <jas@extundo.com>
6248
6249 * play/morse.el: Fix typo.
6250 (morse-code): Add @.
6251
6252 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6253
6254 * calendar/appt.el (appt-display-format): Change default to
6255 'ignore, for backwards compatibility.
6256 (appt-display-message): If appt-display-format is 'ignore,
6257 respect old vars appt-msg-window and appt-visible.
6258 (appt-activate): Don't depend on return value of cancel-timer.
6259
6260 * calendar/calendar.el (calendar-holidays): Doc fix.
6261
6262 * calendar/cal-coptic.el (coptic-prompt-for-date):
6263 Use assoc-string instead of assoc-ignore-case.
6264 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6265 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6266 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6267 * calendar/cal-islam.el (calendar-goto-islamic-date)
6268 (mark-islamic-diary-entries): Ditto.
6269 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6270 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6271 (calendar-read-mayan-tzolkin-date): Ditto.
6272 * calendar/calendar.el (calendar-read-date): Ditto.
6273 * calendar/diary-lib.el (mark-diary-entries): Ditto.
6274
6275 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
6276
6277 * progmodes/executable.el (executable-command-find-posix-p):
6278 Fix choice of the directory.
6279
6280 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6281
6282 * simple.el (interprogram-cut-function)
6283 (interprogram-paste-function, kill-new, kill-append):
6284 Doc fixes.
6285 (kill-region): Make it return nil. Doc fix.
6286 (yank-pop): Make its argument optional.
6287 (yank): Make ARG `-' equivalent to `-1'.
6288
6289 2004-02-17 Eli Zaretskii <eliz@gnu.org>
6290
6291 * mail/rmail.el (rmail-get-new-mail): Don't reference
6292 rmail-use-spam-filter if rmail-spam-filter is not loaded.
6293
6294 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6295
6296 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
6297 if one of global-auto-revert-non-file-buffers or autorevert-mode
6298 is non-nil.
6299
6300 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6301
6302 * subr.el (delete-dups): A better implementation from Karl Heuer
6303 <kwzh@gnu.org>.
6304
6305 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6306
6307 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
6308 correct place.
6309 * progmodes/icon.el (icon-indent-command): Ditto.
6310 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
6311
6312 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6313
6314 * progmodes/grep.el (grep-compute-defaults): Undo change from
6315 2004-01-29: don't use executable-command-find-posix-p.
6316
6317 2004-02-16 Richard Sharman <rsharman@pobox.com>
6318
6319 * hilit-chg.el: Use require instead of eval-and-compile.
6320 (highlight-compare-buffers): New function.
6321
6322 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
6323
6324 * man.el (Man-fontify-manpage): Render section headings in
6325 `Man-overstrike-face' even when overstrike was not used by man
6326 formatter for section headings.
6327
6328 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
6329
6330 * rmail-spam-filter.el: (vm-use-spam-filter)
6331 (rsf-min-region-length-added-to-spam-list): New variables.
6332 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
6333 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
6334 spam testing. Don't delete spam message if automatic deletion
6335 after output via variable rmail-delete-after-output is turned on.
6336 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
6337 rsf-bbdb-dont-create-entries-for-spam.
6338 (check-field): New function, extracted from code in
6339 rmail-spam-filter to ease addition of header fields like content-type.
6340 (message-content-type): New variable to check the content-type:
6341 field added, also in defcustom of rsf-definitions-alist.
6342 (rmail-spam-filter): Replace repeated test code for header fields
6343 by calls to check-field; change the call to
6344 rmail-output-to-rmail-file such that rmail-current-message stays
6345 the same to avoid wrong deletion of unseen flags.
6346 (rsf-add-contents-type): New function to convert old format
6347 of rmail-spam-definitions-alist into new one.
6348 Change prefixes of all variables and functions from
6349 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
6350
6351 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6352
6353 * loadhist.el (unload-hook-features-list): New defvar.
6354
6355 2004-02-16 Dave Love <fx@gnu.org>
6356
6357 * loadhist.el (unload-feature): Doc fix. Rename flist to
6358 unload-hook-features-list.
6359
6360 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
6361
6362 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
6363 cookie. Don't check if we are looking-at open-formula.
6364
6365 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6366
6367 * subr.el (match-string-no-properties): Use substring-no-properties.
6368
6369 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6370
6371 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
6372 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
6373 Use lower-case "rx" in all error message.
6374
6375 2004-02-16 Dave Love <fx@gnu.org>
6376
6377 * emacs-lisp/rx.el (rx-or): Put group around result.
6378 (rx-constituents): Add backref.
6379 (rx-syntax): Add string-delimiter, comment-delimiter.
6380 (rx-categories): Add combining-diacritic.
6381 (rx-check-not, rx-greedy, rx): Doc fix.
6382 (rx-backref, rx-check-backref): New.
6383
6384 2004-02-16 Jesper Harder <harder@ifa.au.dk>
6385
6386 * newcomment.el (uncomment-region): Allow eob as comment end.
6387
6388 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6389
6390 * filecache.el: All message and error commands now use prefix
6391 "Filecache:" to make it easy to read *Messages* buffer.
6392
6393 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6394
6395 * autorevert.el: Add support to detect changed dired and VC buffers.
6396 (auto-revert-active-p, auto-revert-list-diff)
6397 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
6398 (auto-revert-handler, auto-revert-active-p): New functions.
6399 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
6400 and `auto-revert-active-p'.
6401 (eval-when-compile): Defvar dired-directory and vc-mode.
6402 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6403 (auto-revert-handler-vc): New functions.
6404
6405 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
6406
6407 * progmodes/compile.el (compilation-directory): New defvar.
6408 (compile): Save current directory in compilation-directory.
6409 (recompile): Bind default-directory to compilation-directory if
6410 that is non-nil.
6411
6412 2004-02-16 Dave Love <fx@gnu.org>
6413
6414 * newcomment.el (comment-insert-comment-function)
6415 (comment-region-function, uncomment-region-function): New.
6416 (comment-indent): Use comment-insert-comment-function.
6417 (uncomment-region): Use uncomment-region-function.
6418 (comment-region): Use comment-region-function.
6419
6420 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
6421
6422 2004-02-16 Richard Stallman <rms@gnu.org>
6423
6424 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
6425 loaddefs* and ldefs-boot*.
6426
6427 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6428
6429 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
6430 and email address at the beginning and end of the address.
6431
6432 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
6433 anchored at the beginning of the email address.
6434
6435 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
6436
6437 * international/ccl.el (ccl-compile-write): Pass `left' to
6438 ccl-embed-code to generate correct code of write-expr-register.
6439
6440 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
6441
6442 * progmodes/grep.el (grep-compute-defaults): Fix typos.
6443
6444 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6445
6446 * x-dnd.el: Mention support for Motif in commentary.
6447 (x-dnd-handle-drag-n-drop-event): Ditto.
6448
6449 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6450
6451 * ses.el: Use "ses--" prefixes for buffer-local variables.
6452 Use (point-min) instead of 1, even when we know the buffer
6453 is unnarrowed.
6454 (ses-build-load-map): Delete. Distribute its content to defconst's for
6455 the three maps.
6456 (ses-menu, ses-header-line-menu): New menus.
6457 (ses-mode-map): Use them.
6458 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
6459
6460 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
6461
6462 * Makefile.in: Fix the CC Mode recompile kludge so it works
6463 when building in a different directory.
6464
6465 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
6466
6467 * simple.el (kill-new): Put yank-handler property on the entire string.
6468
6469 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * diff.el: Don't use compile any more, use diff-mode instead.
6472 (diff-regexp-alist, diff-old-file, diff-new-file)
6473 (diff-parse-differences, diff-process-setup): Remove.
6474 (diff-sentinel): New fun.
6475 (diff): Use it. Run the process ourselves.
6476 Use diff-mode for the rest of the processing.
6477
6478 * diff.el (diff): Simplify code handling `switch'.
6479
6480 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * pcvs-defs.el (cvs-menu): Add `tag'.
6483
6484 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6485
6486 * simple.el (kill-append): Doc fix.
6487
6488 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6489 Adapt outline-regexp to the new conventions for commenting out code.
6490
6491 2004-02-11 John Paul Wallington <jpw@gnu.org>
6492
6493 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6494
6495 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6496
6497 * diff.el (diff-switches): New fun.
6498 (diff, diff-backup): Use it.
6499 (diff): Clean up the args construction. Use backquote.
6500 Use listp instead of consp to avoid putting a nil arg.
6501 (diff): Add a revert-buffer function.
6502
6503 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6504
6505 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
6506 handled by x-dnd-handle-file-name.
6507 (x-dnd-known-types): Add COMPOUND_TEXT.
6508 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6509 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6510 x-dnd-empty-state.
6511 (x-dnd-forget-drop): Ditto.
6512 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6513 (x-dnd-handle-one-url): Return private when inserting text.
6514 (x-dnd-insert-ctext): New function.
6515 (x-dnd-handle-file-name): New function for FILE_NAME.
6516 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6517 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6518 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6519
6520 2004-02-10 Kenichi Handa <handa@m17n.org>
6521
6522 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6523 instead of while loop.
6524
6525 2004-02-10 Miles Bader <miles@gnu.org>
6526
6527 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6528
6529 2004-02-09 Kenichi Handa <handa@m17n.org>
6530
6531 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6532 have end-of-line.
6533
6534 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6535
6536 * Makefile.in: Added extra dependencies in the recompile target
6537 needed to cope with the compile time macro expansions in CC Mode.
6538
6539 2004-02-09 Kim F. Storm <storm@cua.dk>
6540
6541 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6542 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6543 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6544 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6545 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6546 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6547 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6548 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6549 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6550 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6551 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6552
6553 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6556 Don't allow shrink if there's a window on our right.
6557
6558 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6559 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6560 Bring together declaration and initialization.
6561 (prolog-mode-variables): Don't set the syntax table.
6562 Don't set paragraph-start and comment-indent-function.
6563 Add /*..*/ to the comment regexps.
6564 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6565 (prolog-mode-map): Don't bind TAB.
6566 (prolog-mode): Set the syntax table.
6567 (prolog-comment-indent): Remove.
6568 (inferior-prolog-mode-map): Initialize in the declaration.
6569 (inferior-prolog-mode-syntax-table)
6570 (inferior-prolog-mode-abbrev-table): New vars.
6571 (inferior-prolog-mode): Derive from comint-mode.
6572 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6573 minibuffer windows.
6574
6575 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6576 in file names, as long as it is unabmiguous.
6577
6578 2004-02-08 Andreas Schwab <schwab@suse.de>
6579
6580 * textmodes/reftex-toc.el
6581 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6582 format. Doc fix.
6583
6584 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6585 format string arguments.
6586
6587 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6588 string argument.
6589
6590 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6591
6592 * play/zone.el (zone-call): Fix format string.
6593
6594 * net/webjump.el (webjump-builtin): Add missing format string argument.
6595
6596 * midnight.el (midnight-delay-set): Remove extra format string argument.
6597
6598 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6599
6600 * hexl.el (hexl-insert-char): Add missing format string argument.
6601
6602 * format.el (format-decode): Fix format string.
6603
6604 * emulation/vi.el (vi-mode): Remove extra format string argument.
6605 (vi-repeat-last-search): Likewise.
6606 (vi-reverse-last-search): Likewise.
6607 (vi-goto-mark): Likewise.
6608 (vi-reverse-last-find-char): Likewise.
6609 (vi-repeat-last-find-char): Likewise.
6610 (vi-locate-def): Likewise.
6611
6612 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6613
6614 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6615 string argument.
6616 (ediff-toggle-regexp-match): Likewise.
6617
6618 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6619 format string argument.
6620
6621 * calc/calc-map.el (calc-get-operator): Remove extra format
6622 string argument.
6623
6624 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6625
6626 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6627 string argument.
6628
6629 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6630
6631 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6632
6633 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6634
6635 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6636 (cl-struct-setf-expander): Likewise.
6637
6638 * vc.el (with-vc-file): Fix unsafe uses of error.
6639 (vc-cancel-version): Likewise.
6640
6641 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6642
6643 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6644 thousands separator; fixes <class>:<line-number> regexp for
6645 non-english locales.
6646
6647 2004-02-08 Andreas Schwab <schwab@suse.de>
6648
6649 * view.el (view-mode-enable): Revert previous change.
6650
6651 2004-02-07 Kim F. Storm <storm@cua.dk>
6652
6653 * simple.el (line-number-at-pos): Rename from line-at-pos.
6654 Uses changed (what-line and vc-annotate-warp-version).
6655
6656 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6659 (diff-mode): Remove aborted attempt at support for compile.el.
6660 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6661
6662 2004-02-06 Andreas Schwab <schwab@suse.de>
6663
6664 * view.el (view-mode-enable): Add view-mode-map to
6665 minor-mode-overriding-map-alist.
6666
6667 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6668
6669 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6670
6671 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6674 with point inside rather than after the paragraph.
6675
6676 2004-02-04 Sam Steingold <sds@gnu.org>
6677
6678 * mail/smtpmail.el (smtpmail-try-auth-methods):
6679 Do not try authentication when no mechanism is available.
6680 Pass port-name as defaultport to `netrc-machine'.
6681
6682 2004-02-04 Stephen Eglen <stephen@gnu.org>
6683
6684 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6685 to show how minibuffer height can be constrained.
6686
6687 2004-02-04 John Paul Wallington <jpw@gnu.org>
6688
6689 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6690
6691 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6692
6693 * x-dnd.el: New file for drag and drop.
6694
6695 * term/x-win.el: require x-dnd, set after-make-frame-functions
6696 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6697 drag-n-drop event.
6698
6699 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6700 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6701 (dired-dnd-handle-file): New functions for drag and drop support.
6702 (dired-mode): Initialize drag and drop if x-dnd present.
6703
6704 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6707 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6708 (cperl-mode): Set fill-paragraph-function.
6709 (cperl-fill-paragraph): Make it non-interactive.
6710
6711 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6712
6713 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6714
6715 2004-02-02 David Kastrup <dak@gnu.org>
6716
6717 * replace.el (perform-replace): Allow 'literal argument in
6718 regexp-flag to indicate literal replacement.
6719 (query-replace-regexp-eval): Use it.
6720
6721 2004-02-01 Andreas Schwab <schwab@suse.de>
6722
6723 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6724
6725 2004-02-01 Stephen Eglen <stephen@gnu.org>
6726
6727 * info-look.el: Add support for maxima-mode. Update commentary
6728 because info-lookup-symbol is now bound to C-h S.
6729
6730 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6731
6732 * simple.el (edit-and-eval-command): Bind print-level and
6733 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6734 Correct initial position in command-history.
6735
6736 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * files.el (read-directory-name): Adapt the docstring to recent
6739 change in Fread_file_name.
6740
6741 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6742
6743 * ses.el (ses-print-cell): If print format too wide for column
6744 width, truncate decimal places if that helps to avoid "#####" fill.
6745 * ses.el (ses-initial-column-width): Revert previous change.
6746
6747 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6748
6749 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6750 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6751 Add edebug info.
6752 (jit-lock-mode): Setup/cancel the new timer.
6753 (jit-lock-context-fontify): New fun. Extracted from
6754 context fontification code of jit-lock-stealth-fontify.
6755 (jit-lock-stealth-fontify): Don't do context fontification any more.
6756
6757 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6758 (jit-lock-fontify-now): Handle the `quit' case.
6759 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6760
6761 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6762
6763 * progmodes/executable.el (executable-command-find-posix-p):
6764 New. Check if find handles arguments Posix-style.
6765
6766 * progmodes/grep.el (grep-compute-defaults):
6767 Use executable-command-find-posix-p.
6768 (grep-find): Check `grep-find-command'.
6769
6770 * filecache.el (file-cache-find-posix-p): Delete.
6771 (file-cache-add-directory-using-find):
6772 Use `executable-command-find-posix-p'.
6773
6774 2004-01-29 Dave Love <fx@gnu.org>
6775
6776 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6777 Iterate the hook function if arg is given.
6778 (mark-defun, narrow-to-defun): Change order of finding the limits.
6779
6780 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6781 (byte-compile-format-warn): New.
6782 (byte-compile-callargs-warn): Use it.
6783 (Format, message, error): Add byte-compile-format-like property.
6784 (byte-compile-maybe-guarded): New.
6785 (byte-compile-if, byte-compile-cond): Use it.
6786 (byte-compile-lambda): Compile interactive forms,
6787 just to make warnings about them.
6788
6789 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6790
6791 * ses.el (ses-initial-column-width): Increase to 14, so it will
6792 work well with the default printer of "%.7g" for extreme values
6793 like "-1.234567e+07".
6794
6795 2004-01-29 Kenichi Handa <handa@m17n.org>
6796
6797 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6798
6799 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6800
6801 * dos-w32.el: Added support for the `default-printer-name' function.
6802
6803 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * server.el (server-socket-name): Don't use the hostname in the
6806 socket name since /tmp is local to the host anyway.
6807
6808 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6809 robust check of widening and fix var-naming.
6810
6811 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6812
6813 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6814 or rmail-spam- to rsf- in all function and variable names.
6815 (rsf-min-region-to-spam-list): New variable.
6816 (rsf-bbdb-auto-delete-spam-entries): Rename from
6817 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6818 scanned together with the recipients field for spam testing; Don't
6819 delete spam message if rmail-delete-after-output is non-nil;
6820 (rsf-check-field): New function, extracted from code in
6821 rmail-spam-filter to ease addition of header fields like
6822 content-type:;
6823 (message-content-type): New variable. The content-type: field was
6824 added also in defcustom of rsf-definitions-alist;
6825 (rmail-spam-filter): Replace repeated test code for header fields
6826 by calls to check-field; change the call to
6827 rmail-output-to-rmail-file such that rmail-current-message stays
6828 the same to avoid wrong deletion of unseen flags.
6829 (rmail-use-spam-filter): Add autoload cookie.
6830
6831 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6832
6833 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6834 (file-cache-add-directory-using-find): Add Cygwin support.
6835 (file-cache-find-command-posix-flag): New user variable.
6836
6837 * filecache.el (file-cache-add-directory): Check for
6838 directories an remove them from dir-files.
6839
6840 2004-01-27 Richard M. Stallman <rms@gnu.org>
6841
6842 * man.el (Man-fontify-manpage): Clean up message.
6843
6844 2004-01-27 Kenichi Handa <handa@m17n.org>
6845
6846 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6847 (sentence-end): Define using sentence-end-without-space.
6848
6849 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6850 a sentence ends with one of a character in sentence-end-without-space.
6851
6852 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6855 (jit-lock): Group declaration moved to jit-lock.el.
6856 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6857 when necessary.
6858
6859 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6860 (jit-lock-context-unfontify-pos): Rename from
6861 jit-lock-first-unfontify-pos.
6862 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6863
6864 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6865
6866 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6867 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6868 (fortran-fill): When filling a string, adjust re-search-backward
6869 argument for special case of string just on fill-column.
6870 When filling non-string, allow one extra char if
6871 fortran-break-before-delimiters is non-nil.
6872 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6873 Use fortran-break-delimiters-re and fortran-no-break-re to
6874 correctly handle cases such as "**".
6875
6876 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6877 (f90-no-break-re): Add some extra tokens. Doc fix.
6878
6879 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6880
6881 * mail/rmail-spam-filter.el:
6882 Use two semicolons as Commentary line prefix.
6883 Add ";;; Code:" stylized comment.
6884 Delete end-of-line whitespace.
6885 Wrap (require 'cl) with `eval-when-compile'.
6886
6887 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6888
6889 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6890 at the top level of vc.el.
6891
6892 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6893
6894 * vc.el (vc-current-line): Function removed. This is now done by
6895 the new function line-at-pos in simple.el.
6896 (vc-annotate-warp-version): Use line-at-pos instead of
6897 vc-current-line.
6898
6899 2004-01-22 Kim F. Storm <storm@cua.dk>
6900
6901 * simple.el (line-at-pos): New defun.
6902 (what-line): Use it. Optimize by only counting lines in narrowed
6903 region once.
6904
6905 2004-01-22 Kenichi Handa <handa@m17n.org>
6906
6907 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6908 point (register r1) only for charset mule-unicode-0100-24ff.
6909
6910 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6911
6912 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6913 trailing white space and ensure a final newline.
6914
6915 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6916 Add autoload cookie.
6917
6918 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6919
6920 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6921 activate view-mode explicitly.
6922
6923 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6924
6925 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6926 use clipboard first.
6927
6928 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6931 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6932 (vc-mcvs-cvs): Remove.
6933 (vc-mcvs-command): Remove use of assert.
6934
6935 * outline.el (outline-insert-heading): Tighten up match.
6936 (outline-demote, outline-move-subtree-down): Don't assume anything
6937 about outline-regexp.
6938
6939 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6940 (texinfo-show-structure): Explicitly add ^, and simplify.
6941
6942 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6943
6944 * calendar/appt.el (appt-check): Restore usage of
6945 appt-issue-message deleted in previous change.
6946 (top-level): Activate package when loaded (needed for backwards
6947 compatibility).
6948
6949 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6950
6951 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6952 following previous change to smtpmail-send-data.
6953
6954 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6955
6956 * vc.el (vc-default-previous-version): Doc enhancement.
6957 (vc-default-next-version): New function.
6958 (vc-print-log): New arg FOCUS-REV.
6959 (vc-annotate-mode): Derive from view-mode.
6960 (vc-annotate): New args REVISION, DISPLAY-MODE.
6961 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6962 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6963 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6964 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6965 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6966
6967 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6968
6969 2004-01-19 Karl Berry <karl@gnu.org>
6970
6971 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6972 or "TexInfo".
6973
6974 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6975
6976 * subr.el (delete-dups): New function.
6977
6978 2004-01-19 Karl Berry <karl@gnu.org>
6979
6980 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6981 with ^, since that's what texinfo-show-structure
6982 documentation says (plus it works much better in texinfo.txi).
6983
6984 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6985
6986 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6987
6988 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6989
6990 * progmodes/which-func.el (which-function-mode): Don't cancel
6991 which-func-update-timer if not set.
6992
6993 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6994
6995 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6996 Remove spurious left square bracket in XX:XXam regexp.
6997
6998 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6999
7000 * progmodes/cc-defs.el: Do not require cl at run time.
7001
7002 2004-01-16 Richard M. Stallman <rms@gnu.org>
7003
7004 * emacs-lisp/cl.el (cl-cannot-unload): New function.
7005 (cl-unload-hook): Defvar this to run cl-cannot-unload.
7006
7007 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
7008 Call rmail-spam-filter. Delete and expunge spam.
7009 Print number of spam messages deleted.
7010 Save and restore the deletion status of old messages when reading
7011 new mail with spam filter, so that expunging spam does not expunge
7012 msgs deleted by the user.
7013 (rmail-only-expunge): Add an optional argument dont-show to
7014 prevent showing message after expunge.
7015
7016 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7017
7018 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
7019 * subr.el (declare): New macro.
7020
7021 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
7022
7023 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
7024
7025 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7028 Test window-system rather than system-type (for X11/Mac).
7029
7030 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
7031
7032 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
7033
7034 2004-01-12 Richard M. Stallman <rms@gnu.org>
7035
7036 * mail/rmail.el (rmail-convert-to-babyl-format):
7037 Use mail-unquote-printable-region.
7038 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
7039 (rmail-hex-char-to-integer): Functions deleted.
7040
7041 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
7042 (mail-unquote-printable-region): New arg NOERROR.
7043 For invalid encoding, either signal an error to just return nil.
7044
7045 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7046
7047 * calendar/appt.el: Update copyright and commentary.
7048 (appt-issue-message): Make obsolete.
7049 (appt-visible, appt-msg-window): Make obsolete, in favour of
7050 appt-display-format.
7051 (appt-display-mode-line, appt-display-duration)
7052 (appt-display-diary, appt-time-msg-list, appt-mode-string)
7053 (appt-prev-comp-time, appt-display-count, appt-timer)
7054 (appt-convert-time): Doc change.
7055 (appt-disp-window-function, appt-delete-window-function):
7056 Use defcustom rather than defvar.
7057 (appt-display-format): New variable.
7058 (appt-display-message): New function with display code from appt-check.
7059 (appt-check): Add optional FORCE argument. Doc change.
7060 Add appt-make-list to diary-hook if displaying diary.
7061 Remove checking of view-diary-entries-initially.
7062 Message display section removed to new function appt-display-message.
7063 (appt-display-window): Doc change. Remove unused internal var
7064 this-buffer. Do not beep, since appt-display-message does that.
7065 (appt-make-list): Doc change. Use caar.
7066 (appt-sort-list): Simplify by using builtin sort function.
7067 (appt-update-list): New function for updating appts when diary is
7068 saved.
7069 (appt-activate): New autoloaded function to toggle package
7070 functionality.
7071
7072 * calendar/cal-x.el: (calendar-one-frame-setup)
7073 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
7074
7075 * calendar/calendar.el: Update copyright.
7076 (view-diary-entries-initially, european-calendar-style): Doc change.
7077 (calendar-setup): Make defcustom rather than defvar.
7078 (mark-visible-calendar-date): Initialize temp-face and faceinfo
7079 in let binding so local to function.
7080
7081 * calendar/diary-lib.el: Update copyright.
7082 (diary, diary-entry-time): Doc change.
7083 (list-diary-entries): Doc change. Trivial logic change.
7084 (fancy-diary-display): Restore make-face command mistakenly
7085 deleted 2003-05-08.
7086 (show-all-diary-entries): Allow to pop-up frame if needed.
7087
7088 2004-01-09 John Paul Wallington <jpw@gnu.org>
7089
7090 * bindings.el (mode-line-change-eol): Add EVENT parameter.
7091 Temporarily select EVENT's window for changing eol type.
7092
7093 2004-01-09 Deepak Goel <deego@gnufans.org>
7094
7095 * calendar/diary-lib.el (diary-entry-time):
7096 Also accept time in the form XX[.XX][am/pm/AM/PM].
7097 (fancy-diary-font-lock-keywords): Likewise.
7098 (diary-font-lock-keywords): Likewise.
7099 * calendar/appt.el (appt-add): Likewise.
7100 (appt-make-list): Likewise.
7101 (appt-convert-time): Likewise.
7102
7103 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
7104
7105 * gdb-ui.el (gdb-ann3): Revert previous change.
7106 (gdb-source-info): Allow for case of where compilation directory
7107 is not recorded.
7108
7109 2004-01-08 John Paul Wallington <jpw@gnu.org>
7110
7111 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
7112
7113 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
7114
7115 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
7116
7117 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
7118 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
7119 problems.
7120 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
7121
7122 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7123
7124 * files.el (write-file-functions, write-contents-functions):
7125 Clarify docstrings.
7126
7127 2004-01-07 Kenichi Handa <handa@m17n.org>
7128
7129 * international/mule.el (set-auto-coding): Fix for the case that
7130 end-of-line is only CR.
7131
7132 2004-01-07 Kim F. Storm <storm@cua.dk>
7133
7134 * subr.el (event-start, event-end): Doc fix.
7135 (posn-string, posn-image): New defuns.
7136 (posn-object): Return either image or string object.
7137 (posn-object-x-y): Return 8th element of position.
7138 (posn-object-width-height): New defun.
7139
7140 2004-01-06 Andreas Schwab <schwab@suse.de>
7141
7142 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
7143 output.
7144
7145 2004-01-05 Karl Berry <karl@gnu.org>
7146
7147 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
7148 / and *, too.
7149
7150 2003-12-31 Simon Josefsson <jas@extundo.com>
7151
7152 * files.el (before-save-hook): Add.
7153 (basic-save-buffer): Use before-save-hook.
7154
7155 * emacs-lisp/copyright.el: Fix comment to recommend
7156 before-save-hook instead of write-file-functions.
7157
7158 2004-01-05 Richard M. Stallman <rms@gnu.org>
7159
7160 * finder.el (finder-commentary): Call delete-other-windows.
7161
7162 * net/ange-ftp.el (ange-ftp-file-attributes):
7163 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
7164
7165 2004-01-04 Karl Berry <karl@gnu.org>
7166
7167 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
7168 comment characters % and # in the copyright year notice,
7169 as well as ;.
7170
7171 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
7172
7173 * wid-edit.el (default): Define dummy :value-delete.
7174 Reported by Jesper Harder <harder@ifa.au.dk>.
7175
7176 2004-01-03 Richard M. Stallman <rms@gnu.org>
7177
7178 * progmodes/compile.el (compile-internal): Use point, not point-min,
7179 for set-window-point.
7180
7181 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
7182
7183 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
7184
7185 * progmodes/grep.el (grep-mode-map):
7186 Don't remap next-line, previous-line.
7187
7188 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
7189
7190 * speedbar.el (speedbar-edit-line): Change regexp to position
7191 the cursor on the first character of this line's button.
7192
7193 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * subr.el (functionp): Doc fix.
7196
7197 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
7198
7199 * progmodes/idlwave.el (idlwave-make-tags):
7200 * textmodes/flyspell.el (flyspell-large-region):.
7201 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
7202 * emulation/viper-util.el (viper-glob-unix-files):
7203 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
7204 * man.el (Man-init-defvars):
7205 * jka-compr.el (jka-compr-call-process):
7206 * files.el (get-free-disk-space,insert-directory):
7207 * ediff-ptch.el (ediff-test-patch-utility):
7208 * ediff-diff.el (ediff-test-utility):
7209 * dired-aux.el (dired-check-process):
7210 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
7211 test the return value of call-process, because it can be a string.
7212
7213 2003-12-31 John Paul Wallington <jpw@gnu.org>
7214
7215 * bindings.el (completion-ignored-extensions): Add .pfsl.
7216
7217 2003-12-31 Kim F. Storm <storm@cua.dk>
7218
7219 * ido.el (ido-nonreadable-directory-p): New defun to check for
7220 nonreadable directory without activating tramp (to avoid problems
7221 with checking incomplete tramp paths).
7222 (ido-set-current-directory, ido-file-internal)
7223 (ido-file-name-all-completions1): Use it.
7224
7225 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
7228 documentation if the anchor (or node) name is preceded by `info
7229 anchor' or `Info anchor' in addition to earlier `info node' and
7230 `Info node'.
7231 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
7232
7233 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7234
7235 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
7236 error in arguments to base64-decode-region. Remove ^M characters
7237 after decoding base64.
7238
7239 2003-12-30 Simon Josefsson <jas@extundo.com>
7240
7241 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
7242 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
7243 have only been distributed with Emacs for some years.
7244 (texinfo-mode-hook): Customize.
7245
7246 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7247
7248 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
7249 cleaner (suggested by Richard Stallman).
7250
7251 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7252 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
7253 file-name clashes on 8+3 DOS filesystems.
7254
7255 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
7256 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
7257 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
7258 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
7259 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
7260 file-name clashes on 8+3 filesystems.
7261
7262 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
7263 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
7264 file-name clashes on 8+3 DOS filesystems.
7265
7266 2003-12-29 Richard M. Stallman <rms@gnu.org>
7267
7268 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
7269 Upcase the character.
7270
7271 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7272 Search for header separator alone on a line, literally,
7273 and search for it backward, not forward.
7274 (flyspell-abbrev-table): Always use global-abbrev-table
7275 if there is no local one.
7276
7277 * progmodes/sh-script.el (sh-get-indent-info):
7278 Don't move point back if at bob.
7279
7280 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
7281
7282 * play/handwrite.el (handwrite): Make the handwrite credit message
7283 a comment rather than an output command.
7284
7285 * obsolete/sc.el: Display message that this file is obsolete.
7286
7287 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
7288
7289 * mail/rfc822.el (rfc822-address-start): Declare variable.
7290 Renamed from address-start. All uses changed.
7291
7292 * term.el (term-exec): Set up sentinel.
7293 (term-sentinel): New function.
7294 (term-handle-exit): New function.
7295
7296 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7297 Use assoc-string, and mark them obsolete.
7298 (delay-mode-hooks): Mark as permanent local.
7299
7300 * simple.el (sendmail-user-agent-compose): Use assoc-string.
7301
7302 * register.el (copy-rectangle-to-register): Doc fix.
7303
7304 * info.el (Info-insert-dir): Use assoc-string.
7305
7306 * info-look.el (info-lookup): Use assoc-string.
7307
7308 * frame.el (pop-up-frame-function): Use quote, not `function'.
7309 (frame-notice-user-settings): Calculate ADJUSTED-TOP
7310 copying with lists as coordinate values.
7311
7312 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
7313
7314 * find-dired.el (kill-find): New command.
7315 (find-dired): Make buffer read-only.
7316 Set up a keymap with C-c C-k running kill-find.
7317 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
7318
7319 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
7320
7321 * filecache.el (file-cache-ignore-case): New variable.
7322 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
7323
7324 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
7325 (comint-dynamic-complete-as-filename): Rename local vars.
7326 (comint-dynamic-list-filename-completions): Likewise.
7327
7328 * comint.el (comint-dynamic-list-completions-config): New var.
7329 (comint-dynamic-list-completions): Handle both SPC and TAB right.
7330
7331 * comint.el (comint-file-name-chars): Add [].
7332 (comint-word): Use skip-chars-backward, not search.
7333
7334 * shell.el (shell-file-name-chars): Add [].
7335
7336 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
7337
7338 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
7339
7340 * generic.el (define-generic-mode): Doc fix.
7341
7342 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7343
7344 * files.el (kill-some-buffers): Doc fix.
7345
7346 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
7347
7348 * comint.el (comint-watch-for-password-prompt): Pass `string' as
7349 arg to send-invisible
7350 (send-invisible): Doc fix. The argument is now a prompt, not the
7351 string to send.
7352 (comint-read-noecho): Doc fix.
7353
7354 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
7355
7356 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
7357 "@", as required by some ISP hosting service. Fix defcustom
7358 argument syntax errors that prevented use of customization.
7359
7360 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7361
7362 * xml.el (xml-get-attribute-or-nil): Doc fix.
7363
7364 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
7365
7366 * net/zone-mode.el (zone-mode): Use write-file-functions, not
7367 write-file-hooks.
7368
7369 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
7370
7371 * autorevert.el (auto-revert-interval): Doc fix.
7372
7373 2003-12-29 Mark A. Hershberger <mah@everybody.org>
7374
7375 * xml.el (xml-get-attribute-or-nil): New function, like
7376 xml-get-attribute, but returns nil if the attribute was not found.
7377 (xml-get-attribute): Convert to defsubst, uses
7378 xml-get-attribute-or-nil.
7379
7380 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7381
7382 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7383
7384 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
7385
7386 * custom.el (custom-declare-theme): Use `value' when putting
7387 properties on `theme'.
7388
7389 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
7390
7391 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
7392 for each yank-handler segment.
7393 (insert-for-yank-1): New function, with the body of the previous
7394 insert-for-yank.
7395
7396 * textmodes/table.el (table-yank-handler): New defcustom.
7397 (table--put-cell-indicator-property): Put yank-handler property
7398 that indicates the yank handler for the table cell.
7399
7400 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7401
7402 * generic-x.el (etc-modules-conf-generic-mode): A more complete
7403 set of keywords.
7404
7405 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7406
7407 * international/mule-cmds.el (reset-language-environment)
7408 (set-language-environment): Don't invoke fontset-related functions
7409 if fontset-list is not fboundp.
7410
7411 2003-12-29 Kenichi Handa <handa@m17n.org>
7412
7413 * international/mule-cmds.el (reset-language-environment):
7414 Call set-overriding-fontspec-internal with nil.
7415 (set-language-environment): Call set-overriding-fontspec-internal
7416 if the language environment specify `overriding-fontspec'.
7417 (language-info-alist): Doc added.
7418
7419 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
7420 characters of mule-unicode-0100-24ff.
7421 (ccl-encode-windows-1251-font): New CCL program.
7422 ("Bulgarian"): Specify overriding-fontspec.
7423 ("Belarusian"): Likewise.
7424
7425 2003-12-28 Sam Steingold <sds@gnu.org>
7426
7427 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
7428 parameter ID-FORMAT to conform with the 2003-11-30 patch.
7429
7430 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
7431
7432 * progmodes/gud.el (gud-gdb-command-name): Set default to
7433 "gdb --annotate=3".
7434 (gud-gdb-marker-filter): Look out for annotations.
7435 (gdb-first-pre-prompt): New variable.
7436 Remove trailing white space.
7437
7438 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
7439 if necessary.
7440 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
7441 annotations are detected.
7442 (gud-gdba-marker-filter): Use global variable gud-marker-acc
7443 instead of a local one to allow transition from
7444 gud-gdb-marker-filter.
7445 Remove trailing white space.
7446
7447 2003-12-27 Kim F. Storm <storm@cua.dk>
7448
7449 * ido.el: Handle non-readable directories.
7450 (ido-decorations): Add 9th element for non-readable directory.
7451 (ido-directory-nonreadable): New dynamic var.
7452 (ido-set-current-directory): Set it.
7453 (ido-read-buffer, ido-file-internal):
7454 (ido-read-file-name, ido-read-directory-name): Let-bind it.
7455 (ido-file-name-all-completions1): Return empty list for
7456 non-readable directory.
7457 (ido-exhibit): Print [Not readable] if directory is not readable.
7458 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
7459 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
7460 Use it.
7461
7462 2003-12-27 Lars Hansen <larsh@math.ku.dk>
7463
7464 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
7465 calls to directory-files-and-attributes and file-attributes.
7466 (ls-lisp-format): Remove system dependent handling of user and
7467 group id's.
7468
7469 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
7470
7471 * ffap.el (ffap-read-file-or-url): Revert previous change.
7472
7473 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
7474
7475 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
7476 new list of included files called `files-with-node-lines', that
7477 only have node lines. This way @include commands can include any
7478 file, such as version and update files without node lines, not
7479 just files that are chapters.
7480
7481 2003-12-25 Andreas Schwab <schwab@suse.de>
7482
7483 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
7484 file not found.
7485
7486 2003-12-08 Miles Bader <miles@gnu.org>
7487
7488 * dired.el (dired-between-files): Always use dired-move-to-filename,
7489 which is more robust in non-english locales.
7490
7491 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7492
7493 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7494
7495 2003-12-24 Andreas Schwab <schwab@suse.de>
7496
7497 * shell.el (shell-file-name-quote-list): Add backslash.
7498
7499 * comint.el (comint-quote-filename): Correctly handle backslash
7500 in comint-file-name-quote-list.
7501
7502 2003-12-24 Kenichi Handa <handa@m17n.org>
7503
7504 * international/mule-cmds.el (set-default-coding-systems):
7505 Call ucs-set-table-for-input for all buffers that don't have local
7506 value of buffer-file-coding-system.
7507
7508 * international/ucs-tables.el (ucs-set-table-for-input):
7509 If translation-table-for-encode is a symbol, get its
7510 translation-table property.
7511
7512 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7513
7514 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7515 to `completing-read' on a recently fixed bug.
7516
7517 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7518 instead of SPACE, to get the list of possible fringe modes.
7519 SPACE only works if both `partial-completion-mode' and
7520 `completion-auto-help' are nil.
7521
7522 * complete.el (PC-is-complete-p): Delete.
7523 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7524 calls to `test-completion'.
7525
7526 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7527
7528 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7529 to edit values when there are no children.
7530
7531 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7532 a mode called "Assembler" already exists.
7533 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7534 (gud-watch): Use format option. Remove font properties from string.
7535 (gdb-var-create-handler, gdb-var-list-children-handler):
7536 Don't bother about properties as there are none.
7537 (gdb-var-create-handler, gdb-var-list-children-handler)
7538 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7539 with two arguments.
7540 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7541 Let speedbar show value changes with a different font.
7542 (gdb-edit-value): New defun.
7543 (gdb-clear-partial-output, gdb-clear-inferior-io)
7544 (def-gdb-auto-update-handler): Use erase-buffer.
7545 (gdb-frame-handler): Display watch expressions in
7546 FUNCTION::VARIABLE format if required.
7547
7548 2003-12-23 John Paul Wallington <jpw@gnu.org>
7549
7550 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7551 (Info-goto-emacs-command-node): Doc fixes.
7552
7553 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7554
7555 * cus-edit.el (custom-add-parent-links): Define "many".
7556
7557 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7558
7559 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7560 (widget-child-validate, widget-type-value-create)
7561 (widget-type-default-get, widget-type-match): New functions.
7562 (lazy): New widget.
7563 (menu-choice, checklist, radio-button-choice, editable-list)
7564 (group, documentation-string): Remove redundant (per 2003-10-25
7565 change) calls to `widget-children-value-delete'.
7566 (widget-choice-value-get, widget-choice-value-inline): Remove.
7567 (menu-choice): Update widget.
7568
7569 2003-12-03 Kenichi Handa <handa@m17n.org>
7570
7571 * language/cyrillic.el: Register "microsoft-cp1251" in
7572 ctext-non-standard-encodings-alist.
7573 ("Bulgarian"): Add ctext-non-standard-encodings.
7574 ("Belarusian"): Likewise.
7575
7576 * international/mule-conf.el (compound-text-with-extensions):
7577 Change the type to 2 (iso-2022 base).
7578
7579 * international/mule.el (ctext-non-standard-encodings-alist):
7580 Change the format.
7581 (ctext-non-standard-encodings): New variable.
7582 (ctext-post-read-conversion): Fully re-written.
7583 (ctext-non-standard-designations-alist): Delete it.
7584 (ctext-non-standard-encodings-table): New function.
7585 (ctext-pre-write-conversion): Fully re-written.
7586
7587 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7588
7589 * cus-edit.el (custom-add-parent-links): Add documentation links
7590 for parent, if the item has none of its own.
7591
7592 2003-11-30 Richard M. Stallman <rms@gnu.org>
7593
7594 * dired-aux.el (dired-do-query-replace-regexp):
7595 Report files visited read-only.
7596
7597 2003-11-30 Juri Linkov <juri@jurta.org>
7598
7599 * dired-aux.el (dired-compare-directories): New command.
7600 (dired-file-set-difference, dired-files-attributes): New functions.
7601
7602 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7603 Version 2.0.38 of Tramp released.
7604
7605 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7606 Charles Curley <charlescurley@charlescurley.com>.
7607 (tramp-multi-connection-function-alist): Add ssht entry which adds
7608 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7609 Aichner.
7610 (tramp-get-method-parameter): New function to retrieve a method
7611 parameter. This allows for omission of method parameters.
7612 Callers adjusted.
7613
7614 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7615
7616 * net/tramp.el: Add new optional parameter ID-FORMAT to
7617 `file-attributes'. Calls of `file-attributes' won't use this
7618 parameter for backward compatibility reasons.
7619 (tramp-perl-file-attributes): Add a new parameter to Perl script
7620 in order to handle uid/gid as strings, if desired.
7621 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7622 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7623 order to make the function more general.
7624 (tramp-handle-file-attributes): Replace proprietary optional
7625 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7626 (tramp-handle-file-attributes-with-perl): Handle parameter
7627 NONNUMERIC if set. This wasn't done in the past.
7628 (tramp-post-connection): Apply second parameter "$2" if
7629 `tramp-remote-perl' is called.
7630
7631 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7632 Correct cut'n'waste error (`filename' instead of `directory').
7633 (tramp-smb-handle-directory-files-and-attributes)
7634 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7635 introduced parameter ID-FORMAT.
7636 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7637 error (`directory' instead of `ldir').
7638
7639 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7640 `file-attributes' has a second parameter. If yes, apply it with
7641 value "'integer". Otherwise, don't use that parameter (default is
7642 integer format).
7643
7644 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7645
7646 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7647 (help-for-help): Add `C-h .' to the listed Help options.
7648 Remove trailing whitespace.
7649
7650 * help-at-pt.el: New file.
7651
7652 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7653
7654 * subr.el (noreturn, 1value): New macros for test coverage.
7655 See `testcover.el'.
7656
7657 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7658
7659 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7660 for macro `1value'.
7661 (testcover-1value): New function. Checks that a 1value form
7662 actually returns only one value. Requested by RMS.
7663
7664 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7665
7666 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7667 (gdb-var-list-children, gdb-var-list-children-handler)
7668 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7669 gdb commands that use mi to keep them out of the command history.
7670
7671 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7672
7673 * cus-start.el (all): Add use-file-dialog.
7674
7675 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7678
7679 2003-11-27 Kim F. Storm <storm@cua.dk>
7680
7681 * subr.el (posn-object-x-y): New defun.
7682
7683 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7686 Don't use `space' for \\\n.
7687 Be more selective as to which # are comment-starters.
7688
7689 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7690
7691 * subr.el (number-sequence): Improve handling of floating point
7692 arguments (suggested by Kim Storm). Allow negative arguments.
7693
7694 2003-11-26 Kenichi Handa <handa@m17n.org>
7695
7696 * international/mule-cmds.el (standard-display-european-internal):
7697 Cancel the standard-display-table setting for ` and '.
7698
7699 2003-11-26 Kim F. Storm <storm@cua.dk>
7700
7701 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7702 New defcustoms to add ffap-like functionality to ido.
7703 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7704 (ido-no-final-slash): New defun.
7705 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7706 (ido-read-file-name): ): Toggle VC checking via
7707 vc-handled-backends instead of vc-master-templates.
7708 (ido-file-internal): Handle ido-use-url-at-point and
7709 ido-use-filename-at-point via code borrowed from ffap-guesser.
7710 Handle new ido-exit code ffap.
7711 (ido-sort-list): Ignore final slash when sorting file names.
7712
7713 2003-11-25 Kim F. Storm <storm@cua.dk>
7714
7715 * emulation/cua-base.el (cua--standard-movement-commands):
7716 Add forward-sentence and backward-sentence.
7717
7718 2003-11-25 Stephen Eglen <stephen@gnu.org>
7719
7720 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7721 iswitchb-exit is set to 'usefirst when user selects buffer at head
7722 of list using RET. (Selecting buffers at the head of the list was
7723 broken if the substring was also a complete buffername.)
7724
7725 2003-11-23 Kim F. Storm <storm@cua.dk>
7726
7727 * progmodes/compile.el (grep-command, grep-use-null-device)
7728 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7729 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7730 (grep-regexp-alist, grep-program, find-program)
7731 (grep-find-use-xargs, grep-history, grep-find-history)
7732 (grep-process-setup, grep-compute-defaults)
7733 (grep-default-command, grep, grep-tag-default, grep-find)
7734 (grep-expand-command-macros, grep-tree-last-regexp)
7735 (grep-tree-last-files, grep-tree): Move grep variables, functions
7736 and commands to new file grep.el.
7737 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7738 (compilation-process-setup-function): Doc fix.
7739 (compilation-highlight-regexp, compilation-highlight-overlay): New
7740 defvars used for highlighting current compile error in source buffer.
7741 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7742 LOCAL-MAP which overrides compilation-highlight-regexp and
7743 compilation-mode-map for this compilation.
7744 Delay calling compilation-set-window-height until after running
7745 compilation-process-setup-function so it can buffer-local override
7746 compilation-window-height.
7747 Check buffer-local value of compilation-scroll-output.
7748 (compilation-set-window-height): Use buffer-local value of
7749 compilation-window-height.
7750 (compilation-revert-buffer): Don't pass (undefined)
7751 preserve-modes arg to revert-buffer.
7752 (next-error-no-select, previous-error-no-select): New commands.
7753 (compilation-goto-locus): Temporarily highlight current match in
7754 source buffer using compilation-highlight-regexp.
7755
7756 * progmodes/grep.el: New file with grep code from compile.el.
7757 (grep): New defcustom group.
7758 (grep-window-height): New defcustom, like compilation-window-height.
7759 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7760 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7761 (grep-command, grep-use-null-device, grep-find-command)
7762 (grep-tree-files-aliases, grep-tree-ignore-case)
7763 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7764 (grep-setup-hook): New hook variable.
7765 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7766 (grep-last-buffer): New defvar, override compilation-last-buffer.
7767 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7768 Call compile-internal with args highlight-regexp and grep-mode-map.
7769
7770 2003-11-23 Kim F. Storm <storm@cua.dk>
7771
7772 * subr.el (event-start, event-end): Doc fix.
7773 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7774 (posn-area, posn-actual-col-row, posn-object): New defuns.
7775 (posn-col-row): Simplify doc. Rewrite to use cond.
7776 (posn-point): Also return buffer position for events outside text
7777 area (that info is now present in the event position).
7778
7779 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7780 mouse-set-point so that hscroll still works now that clicks on
7781 fringes generate specific mouse events.
7782 (mouse-set-point): Note that it now works in fringes and margins
7783 too due to new semantics of posn-point in fringes and margins.
7784
7785 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7786 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7787
7788 2003-11-20 Kim F. Storm <storm@cua.dk>
7789
7790 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7791 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7792 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7793 to 100 for icons to avoid increasing line height when shown.
7794
7795 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7796
7797 * newcomment.el (comment-normalize-vars): Initialize properly if
7798 comment-start was nil.
7799
7800 2003-11-19 Andreas Schwab <schwab@suse.de>
7801
7802 * simple.el (set-variable): Fix indentation.
7803
7804 2003-11-17 Kenichi Handa <handa@m17n.org>
7805
7806 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7807 Fix docstring.
7808
7809 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7810
7811 * international/latin1-disp.el (latin1-display): Fix docstring.
7812
7813 2003-11-16 John Wiegley <johnw@newartisans.com>
7814
7815 * eshell/em-ls.el (eshell-ls-file): There are times with
7816 size-width is nil and uncomputed (when directories are created in
7817 dired, for example); in this case, 4 is reasonable default value,
7818 although it may caused skewed new entries (which could be avoided
7819 by returning the original value of 8 in all cases, but 99% of the
7820 time this is a waste of whitespace).
7821
7822 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7823
7824 * cc-engine.el (c-guess-continued-construct)
7825 (c-guess-basic-syntax): Check a little more carefully if it's a
7826 function declaration when an unknown construct followed by a block
7827 is found inside a statement context. This avoids macros followed
7828 by blocks to be taken as function declarations.
7829
7830 (c-guess-continued-construct): Change the analysis of a statement
7831 continuation with a brace open to `substatement-block', for
7832 consistency with recognized statements.
7833
7834 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7835 start is in a position so that `c-beginning-of-statement-1' jumped
7836 to the beginning of the same statement.
7837
7838 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7839 Don't accept binary operators in the arglist if we're in a function
7840 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7841 template recognition in cases like "if (a < b || c > d)".
7842
7843 (c-restricted-<>-arglists): New more appropriate name for
7844 `c-disallow-comma-in-<>-arglists'.
7845
7846 Accessing functions updated for the variable name change.
7847
7848 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7849 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7850
7851 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7852 labels.
7853
7854 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7855 instead of duplicating parts of it. This fixes bogus label
7856 recognition.
7857
7858 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7859 of checking the context in which to apply the minimum indentation,
7860 so that it isn't enforced in e.g. namespace blocks.
7861
7862 * cc-vars.el (c-inside-block-syms): New constant used by
7863 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7864 to somewhat reduce the risk of becoming stale.
7865
7866 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7867 cc-cmds to cc-engine to allow use from cc-align.
7868
7869 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7870 qualified identifiers containing "::".
7871
7872 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7873 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7874
7875 * cc-vars.el (c-emacs-features): Use a space in front of the name
7876 of the temporary buffer. That also avoids dumping problems in
7877 XEmacs due to undo info being left around after the buffer is killed.
7878
7879 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7880 arglist to see if it's a K&R style declaration.
7881
7882 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7883 before returning `knr-argdecl-intro'.
7884
7885 2003-11-16 John Wiegley <johnw@newartisans.com>
7886
7887 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7888 field in a long-listing always 8 characters, use `size-width',
7889 which has already been computed.
7890
7891 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7892
7893 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7894
7895 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7896
7897 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7898 Support operation while narrowed, with `diff-restrict-view'.
7899
7900 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7901
7902 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7903 Take additional optional arg NARROWFUN. For the generated functions:
7904 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7905 include frags that arrange to check for and save narrowing state before
7906 the move and then conditionally call NARROWFUN after the move.
7907
7908 2003-11-14 John Wiegley <johnw@newartisans.com>
7909
7910 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7911 that was optional, but obviously missing based on surrounding code.
7912
7913 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7914 string arguments to numbers unless the whole argument was seen as
7915 a number.
7916
7917 2003-11-14 Kenichi Handa <handa@m17n.org>
7918
7919 * international/mule.el (ctext-non-standard-encodings-alist):
7920 Fix coding systems.
7921
7922 2003-11-10 Kenichi Handa <handa@m17n.org>
7923
7924 * language/kannada.el ("Kannada"): Add sample-text.
7925
7926 * language/knd-util.el (kannada-compose-region)
7927 (kannada-compose-string, kannada-post-read-conversion):
7928 Add autoload cookie.
7929
7930 * international/quail.el (quail-completion): Change the message
7931 "corresponding translations" to "corresponding characters".
7932
7933 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7934
7935 * descr-text.el (describe-char): Fix typo.
7936
7937 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7938
7939 These changes are to support Kannada language/script.
7940
7941 * Makefile.in (DONTCOMPILE): Add kannada.el.
7942
7943 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7944
7945 * loadup.el: Preload kannada.el.
7946
7947 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7948 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7949 New variables.
7950
7951 * language/kannada.el: New file.
7952
7953 * language/knd-util.el: New file.
7954
7955 2003-11-07 Andreas Schwab <schwab@suse.de>
7956
7957 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7958 Also highlight AH_*.
7959
7960 * xml.el (xml-parse-dtd): Fix misplaced paren.
7961
7962 2003-11-07 Kenichi Handa <handa@m17n.org>
7963
7964 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7965
7966 2003-11-05 Juri Linkov <juri@jurta.org>
7967
7968 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7969 (desktop-buffer-file): Use saved buffer-file-coding-system
7970 for file reading. Set auto-insert to nil to prevent automatic
7971 insertion into restored empty files.
7972
7973 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7974
7975 * files.el (risky-local-variable-p): Make second argument optional.
7976
7977 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7978
7979 * subr.el (add-hook): Fix last change.
7980
7981 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7982
7983 * mail/rmail.el (rmail-convert-to-babyl-format):
7984 If base64-decode-region signals an error, catch it and silently
7985 ignore it.
7986
7987 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7988
7989 * xml.el (xml-parse-region): Allow comments to appear after the
7990 topmost element has closed.
7991 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7992 (xml-ns-expand-attr): New functions to do namespace handling.
7993 (xml-intern-attrlist): Back-compatible handling of attribute names.
7994 (xml-parse-tag): Move namespace handling to separate functions.
7995 Now produces elements in the form ((:ns . "element") (attr-list)
7996 children) instead of ('ns:element (attr-list) children).
7997 (xml-parse-attlist): Fix attribute parsing.
7998 (xml-parse-dtd): Change parsing so that it produces strings
7999 instead of interned symbols.
8000
8001 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
8002
8003 * dired.el (dired-ls-sorting-switches): Doc fix.
8004
8005 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
8006
8007 * emacs-lisp/rx.el (rx-or): Fix the case of
8008 "(rx (and ?a (or ?b ?c) ?d))".
8009
8010 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
8011
8012 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
8013 (texinfo-format-region): Use it.
8014 (texinfo-format-buffer-1): Ditto.
8015
8016 2003-11-01 Alan Mackenzie <acm@muc.de>
8017
8018 Changes to allow scrolling whilst in isearch mode:
8019 * isearch.el (isearch-unread-key-sequence): New function,
8020 extracted from isearch-other-meta-char.
8021 (top level): (put 'foo 'isearch-scroll) on all Emacs's
8022 "scrollable" standard functions.
8023 (isearch-allow-scroll): New customizable variable.
8024 (isearch-string-out-of-window, isearch-back-into-window)
8025 (isearch-reread-key-sequence-naturally)
8026 (isearch-lookup-scroll-key): New functions.
8027 (isearch-other-meta-char): Doc string and functionality enhanced.
8028 Now accepts a prefix argument.
8029 (isearch-lazy-highlight-window-end): New variable.
8030 (isearch-lazy-highlight-new-loop): Pay attention to the window's
8031 end (thru isearch-lazy-highlight-window-end), not only its start.
8032
8033 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
8034 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
8035 (universal-argument, universal-argument-more, negative-argument)
8036 (digit-argument, universal-argument-other-key): Minor changes.
8037
8038 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8039
8040 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
8041 recursively if the last message is deleted, thus avoiding an
8042 infinite loop.
8043
8044 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8045
8046 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
8047 (tex-main-file): Don't add .tex if the extension is already present.
8048 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
8049
8050 2003-10-29 Lute Kamstra <lute@gnu.org>
8051
8052 * progmodes/octave-inf.el (inferior-octave-prompt):
8053 Recognize version number in prompt.
8054
8055 2003-10-28 Dave Love <fx@gnu.org>
8056
8057 * international/characters.el: Fix some Unicode ranges.
8058
8059 2003-10-28 Kenichi Handa <handa@m17n.org>
8060
8061 * disp-table.el (standard-display-8bit)
8062 (standard-display-default, standard-display-ascii)
8063 (standard-display-g1, standard-display-graphic)
8064 (standard-display-underline): Assure that standard-display-table
8065 is a display table.
8066
8067 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * simple.el (reindent-then-newline-and-indent): Delete space *after*
8070 reindenting the first line.
8071
8072 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
8073
8074 * wid-edit.el (widget-default-delete): Always delete child widgets.
8075
8076 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * newcomment.el (comment-indent): Don't call indent-according-to-mode
8079 if the line has code.
8080 Don't try to line up with something that's too far left.
8081
8082 * progmodes/octave-mod.el (octave-comment-start): Simplify.
8083 (octave-mode-syntax-table): Add % as a comment starter.
8084 (octave-point): Remove.
8085 (octave-in-comment-p, octave-in-string-p)
8086 (octave-not-in-string-or-comment-p, calculate-octave-indent)
8087 (octave-blink-matching-block-open, octave-auto-fill):
8088 Use line-(beginning|end)-position instead.
8089
8090 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
8091
8092 * emacs-lisp/authors.el (authors-aliases): Add correct realname
8093 for Francesco Potort\e,Al\e(B.
8094
8095 2003-10-23 Dave Love <fx@gnu.org>
8096
8097 * international/mule-cmds.el (locale-charset-to-coding-system):
8098 Don't rely on nil being a coding system.
8099
8100 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
8101 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
8102 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
8103
8104 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
8105
8106 * gdb-ui.el (gdb-current-language): New variable.
8107 (gdb-update-flag): Remove variable.
8108 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
8109 (gdb-take-last-elt): Remove function.
8110 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
8111 (gdb-post-prompt): Check for variable object changes here.
8112
8113 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
8114 object changes in gdb-ui.el.
8115
8116 2003-10-21 Richard M. Stallman <rms@gnu.org>
8117
8118 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
8119
8120 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
8121 Don't check for foo*/ wildcard form here.
8122 (insert-directory): Recognize foo*/ as a wildcard.
8123 Separate wildcard-regexp variable from the arg, wildcard.
8124
8125 * subr.el (add-hook): Correctly detect when make-local-hook was used.
8126 (remove-hook): Correctly handle strange cases about local hooks.
8127
8128 2003-10-21 David Ponce <david@dponce.com>
8129
8130 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
8131 argument REAL, to return a real number instead of a rounded
8132 integer value. Define as inline function.
8133 (ruler-mode-right-fringe-cols): Likewise.
8134 (ruler-mode-scroll-bar-cols): New function.
8135 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
8136 (ruler-mode-right-scroll-bar-cols): Likewise.
8137 (ruler-mode-space): New function.
8138 (ruler-mode-ruler): Use it. Handle variations of fringe style,
8139 scroll bar mode and margins in a more robust way.
8140
8141 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
8142
8143 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
8144 (antlr-c-init-language-vars): New function.
8145 (antlr-mode): Use it with cc-mode before v5.29.
8146 (antlr-c-common-init): Don't set some local vars here.
8147 (antlr-mode): Set them here.
8148 (antlr-c-forward-sws): New function alias.
8149 (antlr-mode): Redefine with cc-mode before v5.30.
8150 (antlr-skip-sexps): Use it.
8151 (antlr-skip-exception-part): Ditto.
8152 (antlr-skip-file-prelude): Ditto.
8153 (antlr-outside-rule-p): Ditto.
8154 (antlr-end-of-body): Ditto.
8155 (antlr-option-kind): Ditto.
8156 (antlr-insert-option-area): Ditto.
8157 (antlr-file-dependencies): Ditto.
8158
8159 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8160
8161 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
8162 Move backward only if point was not inside an entry.
8163
8164 2003-10-21 Richard M. Stallman <rms@gnu.org>
8165
8166 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
8167
8168 2003-10-21 Juri Linkov <juri@jurta.org>
8169
8170 * compare-w.el: Automatically skip non-matching text to resync.
8171 (compare-windows-whitespace): Doc fix.
8172 (compare-windows-sync, compare-windows-sync-string-size)
8173 (compare-windows-recenter, compare-ignore-whitespace)
8174 (compare-windows-highlight, compare-windows-face): New variables.
8175 (compare-windows): Use compare-windows-sync.
8176 (compare-windows-highlight, compare-windows-dehighlight)
8177 (compare-windows-sync-regexp)
8178 (compare-windows-sync-default-function): New functions.
8179
8180 2003-10-21 Juri Linkov <juri@jurta.org>
8181
8182 * diff.el (diff-parse-differences): Don't visit the files now;
8183 instead, just record the error locus.
8184
8185 2003-10-21 Dave Love <fx@gnu.org>
8186
8187 * progmodes/cfengine.el: New file.
8188
8189 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * complete.el (PC-do-completion): Do not forget to use `pred' as the
8192 default-directory when completing file names.
8193
8194 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
8195
8196 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
8197 followed by the word `face', it gets treated as a face, even if
8198 it is also defined as a variable or a function.
8199
8200 2003-10-20 Dave Love <fx@gnu.org>
8201
8202 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8203 Avoid incf in macro expansion.
8204
8205 2003-10-20 John Paul Wallington <jpw@gnu.org>
8206
8207 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
8208 `evenp' so we don't implicitly require cl library at runtime.
8209
8210 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
8211
8212 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
8213 (help-make-xrefs): Only make cross-references for faces if
8214 preceded or followed by the word `face'. Do not make a
8215 cross-reference for variables without variable documentation,
8216 unless preceded by the word `variable' or `option'. Update doc
8217 string accordingly.
8218
8219 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
8220
8221 * progmodes/hideshow.el: Rewrite one-armed `if'
8222 constructs using either `when' or `unless'.
8223 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
8224
8225 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
8226
8227 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
8228 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
8229 instead of 12x12.
8230
8231 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8232
8233 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
8234 message while converting to Babyl.
8235
8236 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
8237
8238 * allout.el (allout-mode): Doc fix.
8239
8240 2003-10-16 Lute Kamstra <lute@gnu.org>
8241
8242 * subr.el (force-mode-line-update): Fix docstring.
8243
8244 2003-10-14 Dave Love <fx@gnu.org>
8245
8246 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8247 (default-input-method): Add :link, improve :type.
8248 (locale-charset-language-names): Fix utf-8 pattern.
8249 (locale-charset-match-p, locale-charset-alist)
8250 (locale-charset-to-coding-system): New.
8251 (set-locale-environment): Deal with codeset part of locale specs.
8252
8253 2003-10-14 Lute Kamstra <lute@gnu.org>
8254
8255 * fringe.el (fringe-mode): Use active voice in docstring.
8256 (set-fringe-style): Ditto.
8257
8258 2003-10-13 Lute Kamstra <lute@gnu.org>
8259
8260 * fringe.el (fringe-mode): Fix docstring.
8261 (set-fringe-style): Ditto.
8262
8263 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
8264
8265 * ediff-mult.el (ediff-filegroup-action):
8266 Use ediff-default-filtering-regexp.
8267
8268 * ediff-util.el (ediff-recenter): Don't call
8269 ediff-restore-highlighting twice.
8270 (ediff-select-difference): Set current difference.
8271 (ediff-unselect-and-select-difference): Add comment.
8272
8273 * ediff.el (ediff-directories,ediff-directory-revisions)
8274 (ediff-directories3,ediff-merge-directories)
8275 (ediff-merge-directories-with-ancestor)
8276 (ediff-merge-directory-revisions)
8277 (ediff-merge-directory-revisions-with-ancestor):
8278 Use ediff-default-filtering-regexp.
8279
8280 2003-10-12 Andreas Schwab <schwab@suse.de>
8281
8282 * international/mule-cmds.el (locale-charset-language-names):
8283 Simplify regex by removing unused grouping.
8284
8285 2003-10-10 Dave Love <fx@gnu.org>
8286
8287 * bindings.el: Don't bind stop.
8288
8289 2003-10-08 Miles Bader <miles@gnu.org>
8290
8291 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
8292 face instead of attempting to emulate it.
8293
8294 2003-10-07 Kenichi Handa <handa@m17n.org>
8295
8296 * international/mule-diag.el (list-coding-systems-1): List coding
8297 systems that are loaded automatically.
8298
8299 * international/code-pages.el (iso-8859-11): Add autoload cookie.
8300
8301 * international/mule.el (autoload-coding-system): New function.
8302
8303 2003-10-07 Andreas Schwab <schwab@suse.de>
8304
8305 * log-edit.el (log-edit-changelog-entries): Prefer local value of
8306 change-log-default-name in the buffer visiting the file.
8307
8308 2003-10-06 Dave Love <fx@gnu.org>
8309
8310 * files.el (find-file-hook): Customize.
8311 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
8312
8313 * bindings.el (completion-ignored-extensions): Remove .log.
8314 (global-map): Add again, open, stop keys.
8315
8316 2003-10-05 Richard M. Stallman <rms@gnu.org>
8317
8318 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
8319 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
8320 Use sh-modify directly.
8321 (sh-select): Use sh-append, not eval.
8322
8323 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
8324
8325 * info.el (Info-following-node-name): New function.
8326
8327 * loadhist.el (unload-feature-special-hooks):
8328 Rename from loadhist-hook-functions.
8329 (loadhist-hook-functions): Now an alias.
8330
8331 2003-10-04 Eli Zaretskii <eliz@gnu.org>
8332
8333 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
8334 file-name clashes on 8+3 filesystems.
8335
8336 * Makefile.in (DONTCOMPILE, bootstrap-clean):
8337 Rename loaddefs-boot.el to ldefs-boot.el
8338
8339 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
8340 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
8341
8342 2003-10-03 Lute Kamstra <lute@gnu.org>
8343
8344 * info.el (Info-mode): Revert previous change.
8345 (Info-escape-percent): New function.
8346 (Info-fontify-node): Use it.
8347
8348 2003-10-02 Andreas Schwab <schwab@suse.de>
8349
8350 * loaddefs-boot.el: Regenerated.
8351
8352 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
8353
8354 * ffap.el: Remove defadvice related code from CVS since `complete'
8355 provides a `PC-completion-as-file-name-predicate' variable that
8356 ffap can override.
8357
8358 2003-10-02 Kenichi Handa <handa@m17n.org>
8359
8360 * international/utf-8.el (ccl-decode-mule-utf-8):
8361 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
8362
8363 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
8364 * international/subst-big5.el: Likewise.
8365 * international/subst-gb2312.el: Likewise.
8366 * international/subst-ksc.el: Likewise.
8367
8368 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8369
8370 * calendar/calendar.el (increment-calendar-month)
8371 (calendar-leap-year-p, calendar-absolute-from-gregorian)
8372 (generate-calendar, calendar-read-date, calendar-interval)
8373 (calendar-day-of-week): Handle years BC.
8374 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
8375
8376 2003-10-01 Dave Love <fx@gnu.org>
8377
8378 * language/cyrillic.el (cp1251): Alias for windows-1251.
8379
8380 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
8381 bootstrap.
8382
8383 2003-10-01 Lute Kamstra <lute@gnu.org>
8384
8385 * files.el: Fix typo.
8386 * imenu.el (imenu--generic-function): Docstring fix.
8387
8388 2003-09-30 Richard M. Stallman <rms@gnu.org>
8389
8390 * dired.el (dired-mode): Handle dired-directory as a list.
8391
8392 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
8393
8394 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
8395
8396 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
8397
8398 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
8399 Replace gud-display with gud-watch.
8400 (gud-speedbar-buttons): Add stuff for watching expressions
8401 in the speedbar when using M-x gdba. Use dolist on old part
8402 of this function.
8403
8404 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
8405 (gdb-update-flag): New variables.
8406 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
8407 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
8408 (gud-watch, gdb-var-create-handler) : New functions.
8409 (gdb-var-list-children, gdb-var-list-children-handler)
8410 (gdb-var-create-regexp, gdb-var-update-regexp)
8411 (gdb-var-list-children-regexp): New constants.
8412 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
8413 (gdb-annotation-rules): Reduce annotation set (level 3).
8414 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
8415 (gdb-post-prompt): Don't update GDB buffers every time speedbar
8416 updates.
8417 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
8418 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
8419 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
8420 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
8421 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
8422 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
8423 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
8424 (gud-display, gud-display1)
8425 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
8426 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
8427 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
8428 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
8429 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
8430 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
8431 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
8432 (gdb-display-display-buffer, gdb-toggle-display)
8433 (gdb-delete-display, gdb-expressions-popup-menu)
8434 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
8435 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
8436 to display buffer.
8437
8438 2003-09-30 Richard M. Stallman <rms@gnu.org>
8439
8440 * progmodes/ada-mode.el (ada-mode): Don't use advice.
8441 Instead, set which-func-functions.
8442
8443 * progmodes/which-func.el (which-func-modes): Add ada-mode.
8444 (which-func-functions): New variable.
8445 (which-function): Use that.
8446
8447 * info.el (Info-mode): Double each `%' in header line.
8448
8449 * emacs-lisp/lisp-mnt.el (lm-with-file):
8450 When FILE is nil, run BODY in current buffer.
8451
8452 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
8453
8454 * help.el (describe-mode): Start with a brief list of minor modes.
8455 Find them thru minor-mode-list so as to find them all.
8456 Show them in alphabetical order.
8457
8458 * mail/sendmail.el (mail-aliases): Doc fix.
8459
8460 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
8461
8462 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8463
8464 * mail/rmailsum.el (rmail-make-summary-line-1):
8465 Change comma after last label to a space.
8466 (rmail-summary-font-lock-keywords): Adapt to that change.
8467
8468 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
8469
8470 * progmodes/scheme.el (scheme-mode-variables): When setting
8471 `font-lock-defaults', also specify that "#" should
8472 be interpreted with `word' syntax.
8473 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
8474
8475 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8476
8477 * desktop.el: A lot of comments updated.
8478 (desktop-save-mode): Minor mode introduced.
8479 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
8480 (desktop-load-default): Function made obsolete.
8481 (desktop-locals-to-save): Variable made customizable.
8482 (desktop-read): Optional parameter `dirname' added.
8483 (desktop-change-dir, desktop-revert): Parameter `dirname' in
8484 `desktop-read' used.
8485 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
8486
8487 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
8488
8489 * whitespace.el (whitespace-clean-msg): Add user customizable message
8490 for displaying ``clean'' output.
8491 (whitespace-buffer): Use `whitespace-clean-msg'.
8492 (whitespace-global-mode): Fix typo.
8493
8494 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8495
8496 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8497
8498 2003-09-29 Lute Kamstra <lute@gnu.org>
8499
8500 * bindings.el (mode-line-modes): Remove superfluous :propertize
8501 construct in initialization.
8502 (mode-line-position): Change cons cell into proper list in
8503 initialization.
8504
8505 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8506
8507 * international/mule.el (decode-coding-inserted-region): Use car
8508 of the return value of find-operation-coding-system.
8509
8510 2003-09-29 Kenichi Handa <handa@m17n.org>
8511
8512 * descr-text.el (describe-char): Fix previous change.
8513
8514 2003-09-28 Kenichi Handa <handa@m17n.org>
8515
8516 * descr-text.el (describe-char-display): New function.
8517 (describe-char): Pay attention to display table on describing how
8518 a character is displayed.
8519
8520 * international/mule-cmds.el (encoded-string-description):
8521 Prepend "0x" to each encoded byte.
8522
8523 2003-09-28 Andreas Schwab <schwab@suse.de>
8524
8525 * find-file.el (ff-special-constructs): Add autoload cookie.
8526
8527 2003-09-28 Kevin Ryde <user42@zip.com.au>
8528
8529 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8530 makeinfo appends to duplicate index entries.
8531
8532 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8533
8534 * dired-x.el (dired-clean-tex): Doc fix.
8535
8536 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8537 using a Chinese tutorial.
8538
8539 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8540
8541 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8542 between "MAIL FROM:" and "RCPT TO:" and the following address.
8543
8544 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8545
8546 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8547
8548 2003-09-28 David Ponce <david@dponce.com>
8549
8550 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8551 (recentf-load-list): When `recentf-initialize-file-name-history'
8552 is non-nil, initialize an empty `file-name-history' with the
8553 recent list.
8554
8555 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8556
8557 * man.el (Man-default-man-entry): Remove the leading `*' from the
8558 word at point.
8559
8560 2003-09-26 Lute Kamstra <lute@gnu.org>
8561
8562 * bindings.el (mode-line-position): Mention size indication in
8563 docstring.
8564
8565 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8566
8567 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8568
8569 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8570 because it's autoloaded now.
8571
8572 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8573
8574 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8575 (sh-font-lock-keywords, sh-feature): Fix previous change of
8576 sh-feature to avoid infloop with sh-font-lock-keywords.
8577
8578 2003-09-25 Kim F. Storm <storm@cua.dk>
8579
8580 * frame.el (frame-current-scroll-bars): New defun.
8581
8582 * window.el (window-current-scroll-bars): New defun.
8583
8584 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8585
8586 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8587 cause errors when the state cache contains info on parts that have
8588 been narrowed out.
8589
8590 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8591
8592 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8593 `c-setup-paragraph-variables' has to be used when this variable is
8594 changed; it doesn't work to reinitialize the mode since that
8595 typically clobbers the variable.
8596
8597 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8598 Make it interactive.
8599
8600 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8601
8602 * progmodes/cc-fonts.el (c-font-lock-declarations):
8603 Fix recognition of constructors and destructors for classes whose
8604 names are matched by `*-font-lock-extra-types'.
8605
8606 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8607 followed by an identifier in C++ then it's a type.
8608
8609 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8610
8611 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8612 problem that primarily affected XEmacs. Don't use faces to find
8613 unterminated strings since Emacs and XEmacs fontify strings
8614 differently - this function should now work better in XEmacs.
8615
8616 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8617
8618 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8619 `expand-abbrev' workaround which caused braces to misbehave inside
8620 macros.
8621
8622 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8623 handling. This bug could cause interactive font locking to bail out.
8624
8625 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8626
8627 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8628 Handle paren-style types in Pike. Also fixed some cases of
8629 insufficient handling of unbalanced parens.
8630
8631 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8632
8633 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8634 common shell prompts that are not common filename or URL characters.
8635 (ffap-file-at-point): Use the new regexp to strip the prompts from
8636 the file names. This is an issue mostly for user prompts that
8637 don't have a trailing space and find-file-at-point is invoked from
8638 within a shell inside Emacs.
8639
8640 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8641
8642 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8643 stamps numerically, rather than textually.
8644
8645 2003-09-24 Kenichi Handa <handa@m17n.org>
8646
8647 * language/devan-util.el (devanagari-post-read-conversion):
8648 * language/mlm-util.el (malayalam-post-read-conversion):
8649 * language/tml-util.el (tamil-post-read-conversion):
8650 Add autoload cookie.
8651
8652 * international/utf-8.el (utf-8-post-read-conversion):
8653 Call post-read-conversion functions for Devanagari, Malayalam,
8654 and Tamil.
8655
8656 2003-09-23 Dave Love <fx@gnu.org>
8657
8658 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8659
8660 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8661
8662 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8663 Update gud-remove.
8664
8665 2003-09-22 Richard M. Stallman <rms@gnu.org>
8666
8667 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8668 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8669 (sh-mode-syntax-table-input): New variable.
8670 (sh-require-final-newline): Don't use eval.
8671 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8672 (sh-variables, sh-font-lock-keywords): Don't use eval.
8673 (sh-set-shell): When setting require-final-newline,
8674 treat value = `require-final-newline' as don't change it.
8675 Set sh-mode-syntax-table locally based on
8676 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8677
8678 * progmodes/compile.el (compile-internal):
8679 Call compilation-set-window-height before setting window start.
8680
8681 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8682
8683 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8684 Clear out byte-compile-last-warned-form.
8685
8686 2003-09-22 Richard M. Stallman <rms@gnu.org>
8687
8688 * woman.el (woman-file-name, woman-follow-word):
8689 If current-word returns nil, use "".
8690
8691 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8692
8693 2003-09-22 Richard M. Stallman <rms@gnu.org>
8694
8695 * emacs-lisp/lisp-mnt.el (lm-with-file):
8696 Don't visit the file, just use insert-file-contents in temp buffer.
8697
8698 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8699
8700 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8701 Add surrounding \\( and \\) around the header, as in
8702 for lm-history-header 'Change Log\\|History'.
8703
8704 2003-09-22 John Paul Wallington <jpw@gnu.org>
8705
8706 * progmodes/ld-script.el: Add Commentary section,
8707 minor cleanup of file header.
8708 (ld-script-font-lock-keywords): Doc fix.
8709 (toplevel): Provide `ld-script' feature.
8710
8711 2003-09-21 Kim F. Storm <storm@cua.dk>
8712
8713 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8714 new built-in variable default-frame-scroll-bars.
8715 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8716 scroll-bar-mode; notably, use it instead of t when we toggle
8717 scroll-bars on.
8718 (toggle-scroll-bar): Use default-frame-scroll-bars.
8719
8720 2003-09-19 Masatake YAMATO <jet@gyve.org>
8721
8722 * pcvs.el (cvs-do-removal): Change the prompt depending on
8723 `filter' value.
8724
8725 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8726
8727 * startup.el (command-line-1): Stop startup-echo-area-message
8728 being hidden by "Loading image..." message.
8729 (use-fancy-splash-screens-p, display-splash-screen):
8730 Move display-graphic-p test from latter to former.
8731
8732 * progmodes/sh-script.el (sh-font-lock-keywords):
8733 Highlight escaped EOLs differently from other backslash constructs.
8734
8735 2003-09-19 Richard M. Stallman <rms@gnu.org>
8736
8737 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8738 New functions.
8739 (edebug-enter, edebug-outside-excursion): Use them.
8740
8741 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8742 Fix the condition for whether to print "In WHERE".
8743
8744 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8745
8746 * finder.el (finder-mode-hook): New variable.
8747 (finder-mode): Run hook finder-mode-hook
8748
8749 2003-09-18 Masatake YAMATO <jet@gyve.org>
8750
8751 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8752
8753 2003-09-17 Mario Lang <mlang@delysid.org>
8754
8755 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8756 "p %e" to actually print the value in the GUD buffer.
8757
8758 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8759
8760 From David Ponce <david.ponce@wanadoo.fr>:
8761 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8762 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8763 from loaddefs-boot.el if necessary.
8764
8765 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8766
8767 * progmodes/gud.el (gud-find-class): Make jdb work again since
8768 cc-mode changed the syntactic information.
8769
8770 2003-09-15 David Ponce <david@dponce.com>
8771
8772 * recentf.el: (recentf-exclude): Accept predicates too.
8773 (recentf-file-readable-p): New function.
8774 (recentf-include-p): Handle predicates in recentf-exclude.
8775 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8776 (recentf-cleanup): Likewise.
8777 (recentf-save-list): Use write-file to handle backup of
8778 recentf-save-file.
8779
8780 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8781
8782 * loaddefs-boot.el: Renamed from `loaddefs.el'
8783 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8784 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8785 necessary.
8786
8787 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8788
8789 * electric.el (Electric-pop-up-window): For the `one-window' case,
8790 no longer disconcertingly move point in the original buffer.
8791
8792 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8795
8796 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8797
8798 * dired.el (dired-mode-map): Fix typo.
8799
8800 2003-09-11 Richard M. Stallman <rms@gnu.org>
8801
8802 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8803
8804 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8805
8806 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8807 the function is less noisy. Now only `kill-buffer' can ask questions.
8808
8809 2003-09-10 Mario Lang <mlang@delysid.org>
8810
8811 * battery.el: Update Commentary and Copyright.
8812 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8813 appear due to wrong ordering of the expressions in `or'.
8814
8815 2003-09-09 Lute Kamstra <lute@gnu.org>
8816
8817 * misc.el (upcase-char): Fix docstring.
8818 (zap-up-to-char): New command.
8819
8820 2003-09-08 David Ponce <david@dponce.com>
8821
8822 Ensure that recentf correctly updates the menu bar.
8823 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8824 (recentf-menu-bar): New function.
8825 (recentf-clear-data): Use it
8826 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8827 of easy-menu-change.
8828
8829 2003-09-08 Lute Kamstra <lute@gnu.org>
8830
8831 * simple.el (size-indication-mode): New.
8832 * bindings.el (mode-line-position): Add buffer size indicator.
8833
8834 2003-09-04 Mario Lang <mlang@delysid.org>
8835
8836 * battery.el (battery-linux-proc-acpi): New function.
8837 (battery-status-function): Modify default value calculation to also
8838 check for availability of ACPI.
8839 (battery-echo-area-format): Ditto.
8840 (battery-mode-line-format): Ditto.
8841
8842 2003-09-06 Dave Love <fx@gnu.org>
8843
8844 * ielm.el (ielm-mode-hook): Add :options.
8845
8846 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8847 (eldoc-print-current-symbol-info): Use it.
8848
8849 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8850
8851 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8852 being displayed in GUD buffer.
8853 (gdb-idle-input-queue): Remove var. Use just one queue.
8854 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8855 Remove functions. Use just one queue.
8856 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8857 (gdb-invalidate-assembler, gdb-get-current-frame):
8858 Modify functions. Use just one queue.
8859
8860 2003-09-04 Dave Love <fx@gnu.org>
8861
8862 * cus-start.el: Add blink-cursor-alist.
8863
8864 * ruler-mode.el (ruler-mode-fill-column-char)
8865 (ruler-mode-current-column-char): Use char-displayable-p,
8866 not window-system.
8867
8868 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8869
8870 * language/european.el (windows-1252): Move from code-pages.
8871
8872 * language/cyrillic.el ("Windows-1251"): Delete.
8873 ("Bulgarian", "Belarusian"): Remove `features'.
8874 (windows-1251): Move from code-pages.
8875
8876 * international/mule-diag.el (non-iso-charset-alist):
8877 Remove `codepage' stuff.
8878 (print-designation, list-coding-systems-1): Output fixes.
8879
8880 * international/code-pages.el (cp-make-translation-table)
8881 (cp-valid-codes): Made defsubsts.
8882 (cp-fix-safe-chars): Delete.
8883 (mule-diag): Don't require.
8884 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8885 (top-level): Check for defined coding system when defining
8886 cp... aliases. Change w32-add-charset-info test to avoid warning.
8887 (non-iso-charset-alist): Defvar when compiling.
8888 (cp-make-coding-system): Doc fix.
8889
8890 2003-09-02 Jason Rumney <jasonr@gnu.org>
8891
8892 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8893 line-ends from CVS before doing conversion.
8894
8895 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8896
8897 * calendar/diary-lib.el (diary-header-line-flag)
8898 (diary-header-line-format): New variables.
8899 (list-diary-entries): Use them to set header line in simple diary.
8900
8901 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8902 other than font-lock-string-face to highlight backslashes.
8903
8904 2003-09-01 Jason Rumney <jasonr@gnu.org>
8905
8906 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8907 regexp.
8908
8909 2003-09-01 Dave Love <fx@gnu.org>
8910
8911 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8912
8913 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8914 and :help; also line and column numbers labels.
8915
8916 * international/mule-util.el (char-displayable-p): Move from
8917 latin1-disp, rename and autoload.
8918
8919 * international/latin1-disp.el (latin1-char-displayable-p):
8920 Now obsolete alias. Replace uses with char-displayable-p.
8921 (latin1-display-ucs-per-lynx): Fix last change.
8922
8923 * international/mule-cmds.el (standard-display-european-internal):
8924 Don't use char code for Latin-1 NBSP.
8925 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8926 U+2018, U+2019 for `'.
8927 (select-safe-coding-system): Message fix.
8928
8929 2003-09-01 Kenichi Handa <handa@m17n.org>
8930
8931 * international/fontset.el (setup-default-fontset): For Thai
8932 font, specify "*" family.
8933
8934 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8935
8936 * progmodes/compile.el (previous-error): Accept a prefix
8937 argument, similarly to next-error.
8938
8939 2003-08-31 Masatake YAMATO <jet@gyve.org>
8940
8941 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8942 the number of files. Bind the number of files to a local
8943 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8944
8945 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8946
8947 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8948 2003-07-26: msdos-long-file-names is a function, not a variable.
8949
8950 2003-08-29 Richard M. Stallman <rms@gnu.org>
8951
8952 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8953 Do nothing with mail-personal-alias-file if it is nil.
8954
8955 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8956 Do nothing if mail-personal-alias-file is nil.
8957
8958 * term.el (term-exec-1): Bind coding-system-for-read.
8959
8960 * dired.el (dired-mouse-find-file-other-window):
8961 Use dired-view-command-alist here, as in dired-view-file.
8962 (dired-view-command-alist): Use %s to substitute file name.
8963 Handle .ps_pages, .eps, .jpg, .gif, .png.
8964
8965 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8966
8967 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8968 `Info-prev-reference', instead of M-tab.
8969
8970 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8971
8972 * simple.el (blink-matching-open): Work correctly on chars that
8973 are designated as parens through the syntax-table text property.
8974
8975 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8976
8977 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8978 line break position in the middle of a non-kinsoku (e.g. latin)
8979 word, making it skip until either a space or a character with
8980 category "|".
8981 (kinsoku-longer): Test for end of buffer.
8982
8983 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8984
8985 * mail/rmail.el (rmail-convert-to-babyl-format):
8986 Detect quoted-printable- and base64-encoded messages and decode them
8987 automatically. Set the message's encoding from the charset=
8988 header, if any. Decode base64-encoded messages in Mail format as well.
8989
8990 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8991
8992 * mail/smtpmail.el: Fix previous change.
8993 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8994 calling smtpmail-via-smtp.
8995 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8996
8997 2003-08-26 John Paul Wallington <jpw@gnu.org>
8998
8999 * image.el (image-jpeg-p): Don't search beyond length of data.
9000
9001 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9002
9003 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
9004 misfeature in `expand-abbrev' which caused electric keywords like
9005 "else" to disappear if an open brace was typed directly afterwards.
9006
9007 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9008
9009 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
9010 mandatory in `define-widget'.
9011
9012 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
9013 Don't align the operators "!=", "<=" and ">=" as assignment operators.
9014
9015 (c-assignment-operators): New language constant that only contains
9016 the assignment operators.
9017
9018 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
9019
9020 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9021
9022 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9023 Safeguard against unbalanced sexps.
9024
9025 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
9026
9027 * version.el (emacs-version): Check for gtk. Include gtk version info.
9028
9029 2003-08-25 John Paul Wallington <jpw@gnu.org>
9030
9031 * man.el (Man-default-man-entry): Don't whizz past the section
9032 number before looking for it.
9033
9034 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
9035
9036 * progmodes/gud.el (gud-display-line): Don't set window-point if
9037 source buffer is not visible. (Only happens with M-x gdba.)
9038
9039 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
9040 documentation.
9041 (gdb-source, gdb-source-info): Update to assembler unnecessary
9042 as its done after each GDB command anyway.
9043 (gdb-pre-prompt): Use with-current-buffer.
9044 (gdb-insert-field): Add help-echo text.
9045 (gdb-invalidate-assembler): Re-display of assembler now done in
9046 gdb-info-breakpoints-custom.
9047 (gdb-info-breakpoints-custom): Force re-display of assembler to
9048 happen *after* update of breakpoints buffer.
9049 (gdb-display-source-buffer): Don't choke if gdb-source-window
9050 isn't visible.
9051 (gdb-put-string, gdb-put-arrow): Remove free variables.
9052
9053 2003-08-24 John Paul Wallington <jpw@gnu.org>
9054
9055 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
9056
9057 * man.el (Man-default-man-entry): Strip text properties when
9058 snarfing parts of entry because `format' preserves properties.
9059
9060 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9061
9062 * files.el (file-newest-backup): Use `expand-file-name'.
9063
9064 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
9065 Allow the diary to pop up a new frame, if needed.
9066
9067 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
9068 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
9069 (smtpmail-send-it): Make treatment of envelope-from consistent with
9070 sendmail.el.
9071
9072 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
9073 (sh-leading-keywords): Add the bash `time' reserved word.
9074 (sh-variables): Add some bash variables.
9075 (sh-add-completer): Fix nil branch of case statement.
9076
9077 2003-08-24 Masatake YAMATO <jet@gyve.org>
9078
9079 * progmodes/ld-script.el: New file.
9080
9081 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
9082
9083 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
9084
9085 2003-08-23 Andre Spiegel <spiegel@gnu.org>
9086
9087 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
9088 Better explain obsolescence, and what to use instead.
9089
9090 2003-08-23 Masatake YAMATO <jet@gyve.org>
9091
9092 * pcvs.el (cvs-do-removal): Show the deleted file name
9093 on the prompt.
9094
9095 2003-08-20 Dave Love <fx@gnu.org>
9096
9097 * international/mule.el (make-coding-system)
9098 (set-buffer-file-coding-system): Doc fix.
9099
9100 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
9101
9102 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
9103
9104 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
9105
9106 * international/utf-16.el: Add mime-text-unsuitable coding system
9107 properties.
9108
9109 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
9110
9111 * cus-edit.el: Add some :links.
9112 (bib): Remove.
9113
9114 * textmodes/bib-mode.el (bib): Add :group external.
9115
9116 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9117
9118 * wid-edit.el (widget-echo-help): Make it handle expressions that
9119 evaluate to strings.
9120
9121 2003-08-18 Michael Mauger <mmaug@yahoo.com>
9122
9123 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
9124
9125 Simplify selection of SQL products to define highlighting and
9126 interactive mode. Includes detailed instructions on adding
9127 support for new products.
9128
9129 * progmodes/sql.el (sql-product): New variable. Identifies SQL
9130 product for use in highlighting and interactive mode.
9131 (sql-interactive-product): New variable. SQL product for
9132 sql-interactive-mode.
9133 (sql-product-support): New variable. Specifies product-specific
9134 parameters to drive highlighting and interactive mode.
9135 (sql-imenu-generic-expression): Add more object types.
9136 (sql-sqlite-options): Correct comment.
9137 (sql-ms-program): Use "osql" rather than "isql".
9138 (sql-prompt-regexp, sql-prompt-length): Update comment.
9139 (sql-mode-menu): Add "Start SQLi session" entry.
9140 Replace Highlighting submenu with Product menu. Fix Send Region entry.
9141 (sql-mode-abbrev-table): Add abbreviations. Support of
9142 SYSTEM-FLAG on define-abbrev. Support was removed with last
9143 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
9144 (sql-mode-font-lock-object-name): Add font-lock pattern for object
9145 names.
9146 (sql-mode-ansi-font-lock-keywords): Set as default value.
9147 (sql-mode-oracle-font-lock-keywords): Set as default value.
9148 Support Oracle 9i keywords.
9149 (sql-mode-postgres-font-lock-keywords): Set as default value.
9150 (sql-mode-linter-font-lock-keywords): Set as default value.
9151 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
9152 SQLServer 2000.
9153 (sql-mode-sybase-font-lock-keywords)
9154 (sql-mode-interbase-font-lock-keywords)
9155 (sql-mode-sqlite-font-lock-keywords)
9156 (sql-mode-strong-font-lock-keywords)
9157 (sql-mode-mysql-font-lock-keywords)
9158 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
9159 keywords.
9160 (sql-mode-font-lock-defaults): Update comment.
9161 (sql-product-feature): New function. Returns feature associated
9162 with a product from `sql-product-support' alist.
9163 (sql-product-font-lock): New function. Set font-lock support
9164 based on `sql-product'.
9165 (sql-add-product-keywords): New function. Add font-lock rules to
9166 product-specific keyword variables.
9167 (sql-set-product): New function. Set `sql-product' and apply
9168 appropriate font-lock highlighting.
9169 (sql-highlight-product): New function. Set font-lock support
9170 based on a product. Also set mode name to include product name.
9171 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
9172 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
9173 Use `sql-set-product'.
9174 (sql-highlight-ms-keywords)
9175 (sql-highlight-sybase-keywords)
9176 (sql-highlight-interbase-keywords)
9177 (sql-highlight-strong-keywords)
9178 (sql-highlight-mysql-keywords)
9179 (sql-highlight-sqlite-keywords)
9180 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
9181 (sql-get-login): Prompt in the same order as the tokens.
9182 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
9183 (sql-product-interactive): New function. Common portions of
9184 product-specific interactive mode wrappers.
9185 (sql-interactive-mode): Rewritten to use product features.
9186 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9187 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9188 (sql-db2, sql-linter): Use `sql-product-interactive'.
9189 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9190 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9191 (sql-connect-ingres, sql-connect-postgres)
9192 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9193 New functions. Format command line parameters and invoke comint on
9194 the appropriate interpreter. Code was in the corresponding
9195 `sql-xyz' function before.
9196 (sql-connect-ms): New function. Support -E argument to use
9197 operating system credentials for authentication.
9198
9199 2003-08-18 Kenichi Handa <handa@m17n.org>
9200
9201 * international/mule.el (encode-char): Fix for the ASCII case.
9202
9203 2003-08-15 Kenichi Handa <handa@m17n.org>
9204
9205 * international/fontset.el (setup-default-fontset): Change "*" to
9206 nil in the specifications of font family.
9207
9208 2003-08-18 Kim F. Storm <storm@cua.dk>
9209
9210 * kmacro.el (kmacro-keymap): Group related bindings in
9211 initialization for clarity. Bind C-s to start macro.
9212 Remove C-r binding.
9213 (kmacro-initial-counter-value): New defvar to hold initial counter
9214 value in case we set the value before defining a macro.
9215 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
9216 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
9217 not defining or executing macro. Doc fix.
9218 (kmacro-add-counter): Clear kmacro-initial-counter-value.
9219 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
9220 temporarily view older elements on the macro ring without cycling
9221 the ring.
9222 (kmacro-display): Doc fix.
9223 (kmacro-exec-ring-item): New helper function.
9224 (kmacro-call-ring-2nd): Use it.
9225 (kmacro-call-ring-2nd-repeat): Doc fix.
9226 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
9227 (kmacro-end-or-call-macro): Execute last viewed macro (using
9228 kmacro-exec-ring-item) from ring if this follows
9229 kmacro-view-macro. This allows us to find a macro on the ring
9230 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
9231 the ring to bring it to the head of the ring.
9232 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
9233 Allow binding to reserved keys without specifying C-x C-k prefix.
9234 Ask for confirmation if entered key sequence is already bound to
9235 a non-macro command.
9236 (kmacro-view-macro): Repeating command will show older elements
9237 on the macro ring; C-k will execute the last viewed macro.
9238 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
9239 property from 'ring to 'head.
9240
9241 2003-08-17 Alan Shutko <ats@acm.org>
9242
9243 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
9244 keeping December out of the alist.
9245
9246 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9247
9248 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
9249 * calendar/calendar.el (calendar-mode-map): Bind it to key.
9250 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
9251 (calendar-flatten): New function.
9252 (calendar-mouse-view-other-diary-entries)
9253 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
9254 in the menu title and to show multi-line diary entries correctly
9255 in the menu.
9256
9257 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
9258
9259 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
9260 defcustom, because the default was recently changed.
9261
9262 2003-08-16 Richard M. Stallman <rms@gnu.org>
9263
9264 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
9265
9266 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9267 New subroutine, broken out of eval-last-sexp-1.
9268 (eval-last-sexp-1): Use eval-last-sexp-print-value.
9269
9270 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
9271
9272 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
9273
9274 * simple.el (eval-expression): Use eval-last-sexp-print-value.
9275
9276 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
9277
9278 * progmodes/compile.el (compilation-error-regexp-alist):
9279 Add Java ANt error detection as described in document
9280 http://ant.apache.org/faq.html
9281
9282 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
9283
9284 * simple.el (backward-word, forward-to-indentation)
9285 (backward-to-indentation): Argument changed to optional.
9286 (next-line, previous-line): Use `or' instead of `unless'.
9287
9288 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9289
9290 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
9291 instead of a constant.
9292
9293 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
9294
9295 * shell.el (shell): With prefix-arg, suggest a new buffer name.
9296
9297 2003-08-12 Andre Spiegel <spiegel@gnu.org>
9298
9299 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
9300 (vc-sccs-workfile-version): Search the entire delta table, rather
9301 than just the first entry, because that might be a deleted version.
9302
9303 2003-08-11 Karl Fogel <kfogel@red-bean.com>
9304
9305 * menu-bar.el (menu-bar-options-menu): Supply a body for the
9306 [save-place] binding in the Options menu. Have it require
9307 'saveplace' and then toggle the variable manually, to avoid an an
9308 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
9309 for the bug report.
9310
9311 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
9312
9313 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
9314 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
9315 (gdb-info-threads-custom): Add help-echo text.
9316 (gdb-display-back): Don't use purecopy.
9317 (gdb-info-breakpoints-custom, gdb-reset)
9318 (gdb-assembler-custom): Use display-images-p to test if breakpoint
9319 icons can be displayed.
9320
9321 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
9322
9323 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
9324
9325 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
9326
9327 * bookmark.el (bookmark-completing-read):
9328 Return a string, instead of a list of one string.
9329 Use a popup menu if activated from the mouse.
9330 (bookmark-edit-annotation): Remove unused vars.
9331 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
9332 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
9333 to bookmark-completing-read.
9334 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9335 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
9336 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
9337 and erase-buffer.
9338 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
9339 (bookmark-menu-jump, bookmark-menu-insert)
9340 (bookmark-popup-menu-and-apply-function)
9341 (bookmark-menu-popup-paned-bookmark-menu): Remove.
9342 (bookmark-menu-build-paned-menu): Remove by folding it into
9343 bookmark-menu-popup-paned-menu.
9344 (menu-bar-bookmark-map): Move the define-key statements here.
9345 Use the "non-menu" commands since they now pop up a menu if needed.
9346 (bookmark-exit-hook-internal): Simplify.
9347
9348 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
9349
9350 * reftex-toc.el (reftex-toc-rename-label): New function.
9351 (reftex-toc-check-docstruct): New function.
9352
9353 * reftex.el (reftex-region-active-p): New function.
9354
9355 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
9356 regexp to find the \bibliography macro.
9357
9358 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
9359 which does not exist in LaTeX.
9360 (reftex-cite-format-builtin): Added amsrefs support.
9361 (reftex-toc-confirm-promotion): New option
9362
9363 * reftex-toc.el
9364 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
9365 (reftex-toc-demote, reftex-toc-promote)
9366 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9367 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9368 (reftex-toc-newhead-from-alist)
9369 (reftex-toc-load-all-files-for-promotion): New functions.
9370 (reftex-toc-help): Added description of new keys.
9371 (reftex-toc-split-windows-fraction): New option.
9372 (reftex-recenter-toc-when-idle): Search *toc* window on all
9373 visible frames.
9374 (reftex-toc): Additional parameter REUSE
9375 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
9376 with REUSE argument.
9377 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
9378 the call of `reftex-toc'.
9379 (reftex-make-separate-toc-frame): New function .
9380 (reftex-toc-recenter): When called with triple prefix arg, call
9381 `reftex-make-separate-toc-frame' first.
9382 (reftex-toc-toggle-dedicated-frame): New command.
9383 (reftex-toc-quit): Adapted to delete frame when called in
9384 dedicated frame.
9385
9386 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
9387 all enclosing macros.
9388
9389
9390 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9391
9392 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
9393 first use.
9394
9395 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9396
9397 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
9398
9399 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9400
9401 * calendar/calendar.el (list-diary-entries-hook)
9402 (diary-display-hook, nongregorian-diary-listing-hook)
9403 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
9404 Add some customize options for these hooks.
9405 (calendar-abbrev-construct): Don't try to take a substring longer
9406 than the original string.
9407
9408 2003-08-05 Richard M. Stallman <rms@gnu.org>
9409
9410 * emacs-lisp/testcover.el (noreturn): Report error if does return.
9411 (testcover-reinstrument-clauses): Doc fix.
9412
9413 * emacs-lisp/warnings.el: Doc fixes, args renamed.
9414 (warning-type-format): Rename from warning-group-format.
9415
9416 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
9417 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
9418 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
9419 to prevent warnings about defvar for an obsolete variable.
9420
9421 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9422 warning-group-format renamed to warning-type-format.
9423
9424 * subr.el (read-passwd): Use clear-string instead of fillarray.
9425
9426 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
9427 Use vconcat instead of concat.
9428 (edmacro-sanitize-for-string): New function.
9429
9430 2003-08-05 Dave Love <fx@gnu.org>
9431
9432 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
9433 line-number-display-limit-width.
9434
9435 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
9436
9437 2003-08-05 Kenichi Handa <handa@m17n.org>
9438
9439 * international/code-pages.el: Don't require mule-diag.
9440
9441 * international/mule-diag.el (non-iso-charset-alist):
9442 Add autoload cookie.
9443
9444 * language/devan-util.el (dev-glyph-order): Add an entry for the
9445 glyph code #xC4.
9446
9447 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9448
9449 * calendar/calendar.el (diary-file, diary-file-name-prefix)
9450 (european-calendar-style, diary-date-forms)
9451 (calendar-day-name-array, calendar-month-name-array): Doc change.
9452 (generate-calendar-month): Adapt for new behaviour of
9453 `calendar-day-name' function.
9454 (calendar-abbrev-length, calendar-day-abbrev-array)
9455 (calendar-month-abbrev-array): New variables.
9456 (calendar-abbrev-construct): New function.
9457 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
9458 rather than fixing abbrevs at some width. Calling syntax change.
9459 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
9460 (calendar-date-string): Adapt for new behaviours of
9461 `calendar-day-name' and `calendar-month-name' functions.
9462
9463 * calendar/diary-lib.el (list-diary-entries): Adapt for new
9464 behaviour of `calendar-day-name' and `calendar-month-name' functions.
9465 (diary-name-pattern): Use abbrev arrays, rather than fixing
9466 abbrevs at three chars. Calling syntax change.
9467 (mark-diary-entries): Adapt for new behaviours of
9468 `diary-name-pattern' and `calendar-make-alist' functions.
9469 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
9470 `diary-name-pattern' function.
9471 (font-lock-diary-date-forms): Use abbrev arrays, rather than
9472 fixing abbrevs at three chars. Calling syntax change.
9473 (cal-hebrew, cal-islam): Require when compiling.
9474 (diary-font-lock-keywords): Adapt for new behaviour of
9475 `font-lock-diary-date-forms' function.
9476
9477 * calendar/cal-hebrew.el: Reposition some code so defined before used.
9478 (calendar-hebrew-month-name-array-common-year)
9479 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
9480 (list-hebrew-diary-entries): Adapt for new behaviours of
9481 `calendar-day-name' and `add-to-diary-list' functions.
9482 (mark-hebrew-diary-entries): Adapt for new behaviours of
9483 `diary-name-pattern' and `calendar-make-alist' functions.
9484
9485 * calendar/cal-islam.el (calendar-islamic-month-name-array):
9486 Add doc string.
9487 (list-islamic-diary-entries): Adapt for new behaviours of
9488 `calendar-day-name' and `add-to-diary-list' functions.
9489 (mark-islamic-diary-entries): Adapt for new behaviours of
9490 `diary-name-pattern' and `calendar-make-alist' functions.
9491
9492 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9493 `calendar-month-name' function.
9494
9495 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9496
9497 * calendar/solar.el (solar-seasons-data): Move definition before use.
9498
9499 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9500 (cal-tex-LaTeX-hourbox): Move definition before use.
9501
9502 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9503 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9504 lunar.el, solar.el
9505 (displayed-month, displayed-year): Define for compiler.
9506
9507 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9508
9509 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9510 MODE. Renamed from c-init-c-language-vars'.
9511 (c-initialize-cc-mode): Change accordingly.
9512 (c-common-init): Ditto.
9513 (c-mode): Ditto.
9514 (c++-mode): Use `c-init-language-vars-for'.
9515 (objc-mode): Ditto.
9516 (java-mode): Ditto.
9517 (idl-mode): Ditto.
9518 (pike-mode): Ditto.
9519 (awk-mode): Ditto.
9520
9521 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9522
9523 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9524 or not the point moved.
9525
9526 (c-search-decl-header-end): Don't trip up on operator identifiers
9527 in C++ and operators like == in all languages.
9528
9529 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9530 Detect leading labels correctly.
9531
9532 2003-08-02 Andreas Schwab <schwab@suse.de>
9533
9534 * textmodes/ispell.el: Don't redo key bindings on loading, put
9535 them only in loaddefs.el.
9536 * bookmark.el: Likewise.
9537 * dabbrev.el: Likewise.
9538 * emerge.el: Likewise.
9539
9540 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9541 has more than one member.
9542
9543 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9544
9545 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9546
9547 * lpr.el (printify-region): It was ending conversion before the
9548 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9549
9550 2003-07-31 John Paul Wallington <jpw@gnu.org>
9551
9552 * net/browse-url.el (browse-url-epiphany): Doc fix.
9553
9554 2003-07-30 Kenichi Handa <handa@m17n.org>
9555
9556 * international/fontset.el (setup-default-fontset):
9557 Change registry names of Akurti fonts.
9558
9559 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9560
9561 * comint.el (comint-read-noecho): Use `clear-string' instead of
9562 `fillarray'.
9563
9564 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9565
9566 * outline.el (outline-mode-hook): Add defvar.
9567
9568 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9569
9570 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9571 Restore assembler in source window if that is what has been selected.
9572 (menu): Add gdb-restore-windows to menu. Make gdba
9573 specific menus only visible from gdba.
9574
9575 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9576
9577 * progmodes/compile.el (compilation-environment): New user variable.
9578 (compile-internal): Respect it.
9579
9580 2003-07-23 Masatake YAMATO <jet@gyve.org>
9581
9582 * progmodes/gud.el (gdb-script-font-lock-keywords):
9583 Put `font-lock-function-name-face' on a symbol which includes
9584 `-' like `hook-run'. Put font-lock-variable-name-face
9585 on a symbol starting with $.
9586
9587 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9588
9589 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9590
9591 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9592
9593 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9594
9595 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9596
9597 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9598 Use with-no-warnings.
9599 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9600 rather than to find-file-not-found-hook, which doesn't exist.
9601
9602 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9603
9604 * international/quail.el (quail-translate-key): Fix previous change.
9605
9606 2003-07-25 John Paul Wallington <jpw@gnu.org>
9607
9608 * server.el (server-start): Check `server-process' is non-nil
9609 before killing it to avoid killing current buffer's process.
9610
9611 * simple.el (choose-completion-string): Use `minibufferp';
9612 test `completion-reference-buffer' if `buffer' arg is nil.
9613 (push-mark): Use `when' and `unless'.
9614 (pop-mark): Use `when'.
9615
9616 * mouse-sel.el (mouse-sel-get-selection-function):
9617 Check `x-last-selected-text-primary'. Don't barf if it or
9618 `x-last-selected-text' aren't bound.
9619
9620 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9621
9622 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9623
9624 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9625
9626 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9627
9628 2003-07-23 John Paul Wallington <jpw@gnu.org>
9629
9630 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9631
9632 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9633
9634 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9635 string. Defvar the derived hook.
9636
9637 * macros.el (insert-kbd-macro): Escape double quote character.
9638 From Thomas W Murphy <twm@andrew.cmu.edu>.
9639
9640 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9641
9642 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9643 to match the specific mark rather than reusing comment-start-skip.
9644
9645 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9646
9647 * progmodes/hideshow.el (hs-special-modes-alist):
9648 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9649
9650 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9651
9652 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9653 value using ?\s.
9654
9655 2003-07-21 John Paul Wallington <jpw@gnu.org>
9656
9657 * subr.el (with-selected-window): Add closing paren.
9658
9659 2003-07-21 Richard M. Stallman <rms@gnu.org>
9660
9661 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9662 (lisp-mode): Likewise.
9663
9664 * subr.el (with-selected-window): Copy code form save-selected-window
9665 so as to call select-window with norecord arg.
9666 (dynamic-completion-table): Doc fix.
9667 (lazy-completion-table): Doc fix.
9668
9669 * international/mule-cmds.el (set-locale-environment):
9670 langinfo renamed to locale-info.
9671
9672 * international/mule.el (auto-coding-functions): Doc fix.
9673
9674 2003-07-21 Kenichi Handa <handa@m17n.org>
9675
9676 * international/quail.el (quail-translate-key):
9677 Update quail-current-str correctly.
9678
9679 2003-07-21 Andreas Schwab <schwab@suse.de>
9680
9681 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9682 ?, to "_".
9683
9684 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9685 Version 2.0.36 of Tramp released.
9686
9687 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9688 tramp-password-end-of-line.
9689 (tramp-password-end-of-line): New method parameter.
9690 (tramp-get-password-end-of-line): Function to access method
9691 parameter `tramp-password-end-of-line', or variable
9692 `tramp-default-password-end-of-line' (default value).
9693 (tramp-methods): Add entries for new parameter
9694 tramp-password-end-of-line.
9695 (tramp-enter-password): Use new function
9696 `tramp-get-password-end-of-line'.
9697 (tramp-handle-insert-file-contents): Do not
9698 unconditionally inhibit the file operation file-local-copy, only
9699 do that when the inhibit-file-name-operation is currently
9700 insert-file-contents. This fixes finding remote CVS-controlled
9701 files. (It would barf on inserting the CVS/Entries file
9702 literally, because the file-local-copy handler wasn't called.)
9703 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9704 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9705 (tramp-initial-commands): New variable.
9706 (tramp-process-initial-commands): New function, using the variable.
9707 (tramp-open-connection-setup-interactive-shell): Call the new function.
9708 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9709 method into the buffer name, never use nil. Reported by Hanak
9710 David <dhanak@inf.bme.hu>.
9711 (tramp-open-connection-setup-interactive-shell): Erase buffer
9712 before sending "stty -onlcr".
9713
9714 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9715
9716 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9717
9718 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9719
9720 2003-07-19 John Paul Wallington <jpw@gnu.org>
9721
9722 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9723 (artist-draw-rect, artist-draw-square): Doc fixes.
9724
9725 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9726
9727 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9728
9729 2003-07-19 Kenichi Handa <handa@m17n.org>
9730
9731 * international/kkc.el (kkc-show-conversion-list-update):
9732 Highlight the correct candidate in the message.
9733
9734 2003-07-18 John Paul Wallington <jpw@gnu.org>
9735
9736 * simple.el (current-word): Don't include punctuation char when
9737 `really-word' arg is non-nil.
9738
9739 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9740
9741 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9742 moved to the directory obsolete.
9743
9744 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9745
9746 * info.el (Info-menu-entry-name-re): Allow newlines in
9747 menu entry names.
9748
9749 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9750 syntax-ppss-after-change-function.
9751 (syntax-ppss-after-change-function): New alias. Update uses.
9752 (syntax-ppss): Catch the case where the buffer is narrowed.
9753
9754 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9755
9756 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9757 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9758
9759 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9760
9761 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9762 since it might be modified.
9763
9764 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9765 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9766 names to these language constants.
9767
9768 2003-07-15 Kim F. Storm <storm@cua.dk>
9769
9770 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9771 All uses changed.
9772
9773 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9774
9775 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9776 Namespace support.
9777
9778 2003-07-13 Juanma Barranquero <lektu@terra.es>
9779
9780 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9781 papers received).
9782
9783 2003-07-13 Karl Eichwalder <ke@suse.de>
9784
9785 * textmodes/po.el (po-find-charset): White space at the start of the
9786 Content-Type field body is non-mandatory.
9787
9788 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9789
9790 * textmodes/texinfo.el (texinfo-section-list):
9791 Append appendixsection; a synonym for appendixsec.
9792
9793 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9794
9795 * man.el (Man-translate-cleanup): New.
9796 (Man-translate-references): Call `Man-translate-cleanup' to clean
9797 leading, trailing and middle spaces.
9798
9799 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9800
9801 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9802 Handle `dired-directory' being a list.
9803
9804 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9805
9806 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9807 it doesn't exist.
9808
9809 2003-07-12 Richard M. Stallman <rms@gnu.org>
9810
9811 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9812
9813 * progmodes/cc-defs.el (c-make-keywords-re):
9814 Don't use delete-duplicates.
9815 (c-lang-const): Don't use mapcan.
9816
9817 * apropos.el (apropos-show-scores): Make it customizable.
9818 Document new meaning.
9819 (apropos): Compute scores from symbols.
9820 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9821
9822 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9823
9824 * ps-bdf.el: Fix copyright line.
9825 (bdf-directory-list): Fix initialization code.
9826
9827 2003-07-11 John Paul Wallington <jpw@gnu.org>
9828
9829 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9830 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9831 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9832
9833 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9834
9835 * emacs-lisp/ring.el (ring-elements): Doc fix.
9836
9837 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9838
9839 * calendar/timeclock.el (timeclock-relative)
9840 (timeclock-ask-before-exiting, timeclock-use-display-time):
9841 Doc changes.
9842 (timeclock-modeline-display): Give a message if
9843 `timeclock-use-display-time' is non-nil but `display-time-mode'
9844 is not active.
9845
9846 2003-07-11 Kenichi Handa <handa@m17n.org>
9847
9848 * international/mule-cmds.el (set-language-environment):
9849 Set current-language-environment to the correct string.
9850
9851 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9852
9853 * ps-print.el: Print line number correctly in a region. Reported by
9854 Tim Allen <timallen@ls83.fsnet.co.uk>.
9855 (ps-print-version): New version number (6.6.2).
9856 (ps-printing-region): Code fix.
9857
9858 2003-07-10 John Paul Wallington <jpw@gnu.org>
9859
9860 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9861 this function can be called from `add-completions-from-tags-table'.
9862
9863 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9864
9865 * calendar/timeclock.el (timeclock-use-display-time)
9866 (timeclock-day-over-hook, timeclock-workday-remaining)
9867 (timeclock-status-string, timeclock-when-to-leave)
9868 (timeclock-when-to-leave-string, timeclock-log-data)
9869 (timeclock-find-discrep, timeclock-day-base)
9870 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9871 (timeclock-modeline-display): Set the variable
9872 `timeclock-modeline-display'.
9873 (timeclock-update-modeline): Doc fix. Respect value of
9874 `timeclock-relative'.
9875
9876 2003-07-09 Richard M. Stallman <rms@gnu.org>
9877
9878 * textmodes/reftex-parse.el (reftex-all-document-files):
9879 Add autoload cookie.
9880
9881 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9882 (reftex-scanning-info-available-p): Add autoload cookie.
9883
9884 * international/mule-cmds.el
9885 (set-display-table-and-terminal-coding-system): Delete duplicate
9886 aset on standard-display-table.
9887
9888 * view.el (view-file): If existing buffer's major mode is special,
9889 don't go into view mode.
9890
9891 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9892
9893 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9894
9895 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9896 buffer changes; there's third party code that calls this function
9897 directly.
9898
9899 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9900
9901 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9902 (autodoc-font-lock-keywords): Don't byte compile on font lock
9903 initialization when running from byte compiled files.
9904
9905 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9906
9907 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9908 statement ends with auto-increment "++".
9909
9910 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9911
9912 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9913 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9914 these are changed, so declare them as variables and not constants.
9915
9916 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9917
9918 * subr.el (dolist, dotimes): Doc fix.
9919
9920 2003-07-08 Kim F. Storm <storm@cua.dk>
9921
9922 * international/mule-cmds.el
9923 (set-display-table-and-terminal-coding-system): Don't break
9924 bootstrap if standard-display-table isn't setup yet.
9925
9926 2003-07-07 Richard M. Stallman <rms@gnu.org>
9927
9928 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9929 Give it a doc string, and autoload it.
9930
9931 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9932 Use with-no-warnings.
9933
9934 * info.el (Info-search): If find invisible text, search again.
9935
9936 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9937
9938 * man.el (Man-name-regexp): Match + as part of name.
9939
9940 * simple.el (visible-mode): Rename from vis-mode.
9941 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9942
9943 * simple.el (current-word): New arg REALLY-WORD specifies
9944 don't include punctuation chars.
9945
9946 * emacs-lisp/debug.el (debug, debugger-env-macro):
9947 Use with-no-warnings while accessing and binding unread-command-char.
9948
9949 * international/mule-cmds.el
9950 (set-display-table-and-terminal-coding-system): Use explicit loop
9951 instead of calling standard-display-default.
9952
9953 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9954 Use condition-case to catch error in ange-ftp-get-files.
9955
9956 * net/browse-url.el (browse-url-browser-function):
9957 Add alternative for Epiphany.
9958 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9959 (browse-url-epiphany-startup-arguments)
9960 (browse-url-epiphany-new-window-is-tab): New variables.
9961 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9962
9963 * progmodes/compile.el (compile-auto-highlight): Default now t.
9964 (compile): Doc fix.
9965 (compilation-next-error): Fix previous change.
9966
9967 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9968
9969 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9970
9971 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9972
9973 * gdb-ui.el (gdb-source-info): Display current frame when
9974 attaching to an existing process.
9975 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9976 while laying out windows when attaching to an existing process.
9977
9978 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9979
9980 * info.el (Info-menu): Use Info-menu-entry-name-re.
9981
9982 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9983
9984 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9985 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9986
9987 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9988 to match the same text.
9989
9990 2003-07-06 John Paul Wallington <jpw@gnu.org>
9991
9992 * vc.el (vc-annotate-offset): Move defvar up.
9993
9994 2003-07-06 Kim F. Storm <storm@cua.dk>
9995
9996 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9997 This should fix the infinite loop when extracting menu names.
9998
9999 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10000
10001 * files.el (auto-mode-alist, interpreter-mode-alist):
10002 Remove entries to CC Mode modes to avoid duplicates; they are now added
10003 with autoload directives in cc-mode.el.
10004
10005 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10006
10007 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10008 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10009 these are changed, so declare them as variables and not constants.
10010
10011 * progmodes/cc-mode.el: Fix some autoload problems: Try to
10012 ensure that the entry for ".c" extension comes before the one for
10013 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
10014 Fix incorrect entries that were added to `interpreter-mode-alist'.
10015 Move the autoload directives for AWK to the top level since they
10016 aren't recognized anywhere else. Do not use the new AWK mode doc
10017 in the autoload form for the old AWK mode.
10018
10019 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10020
10021 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
10022 (bibtex-sort-ignore-string-entries): Default value t.
10023 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
10024 erroneously in previous version.
10025 (bibtex-string-files): Docstring reflects new parsing scheme.
10026 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
10027 docstring, add # as one of the chars to crush
10028 (bibtex-autokey-prefix-string, bibtex-autokey-names)
10029 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
10030 (bibtex-autokey-name-change-strings)
10031 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
10032 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
10033 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
10034 (bibtex-autokey-title-terminators)
10035 (bibtex-autokey-titlewords-stretch)
10036 (bibtex-autokey-titleword-ignore)
10037 (bibtex-autokey-titleword-case-convert)
10038 (bibtex-autokey-titleword-abbrevs)
10039 (bibtex-autokey-titleword-abbrevs)
10040 (bibtex-autokey-titleword-change-strings)
10041 (bibtex-autokey-titleword-length)
10042 (bibtex-autokey-titleword-separator)
10043 (bibtex-autokey-name-year-separator)
10044 (bibtex-autokey-year-title-separator)
10045 (bibtex-autokey-before-presentation-function)
10046 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
10047 Fix docstring.
10048 (bibtex-strings, bibtex-reference-keys):
10049 Use lazy-completion-table and make-variable-buffer-local.
10050 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
10051 (bibtex-braced-string-syntax-table)
10052 (bibtex-quoted-string-syntax-table): New variables.
10053 (bibtex-parse-nested-braces): Remove.
10054 (bibtex-parse-field-string): Use syntax table and forward-sexp.
10055 (bibtex-parse-association): Simplify.
10056 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
10057 (bibtex-parse-field-text): Simplify.
10058 (bibtex-search-forward-field, bibtex-search-backward-field):
10059 argument BOUND can take value t.
10060 (bibtex-start-of-field, bibtex-start-of-name-in-field)
10061 (bibtex-end-of-name-in-field, bibtex-end-of-field)
10062 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
10063 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
10064 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
10065 (bibtex-skip-to-valid-entry): Return buffer position of beginning
10066 and ending of entry. Update for changes of bibtex-search-entry.
10067 Simplify.
10068 (bibtex-map-entries): FUN is called with three arguments.
10069 (bibtex-search-entry): Return a cons pair with buffer positions of
10070 beginning and end of entry.
10071 (bibtex-enclosing-field): Simplify.
10072 (bibtex-format-entry): Use booktitle to set a missing title.
10073 (bibtex-autokey-get-names): Fiddle with regexps.
10074 (bibtex-generate-autokey): Use identity.
10075 (bibtex-parse-keys): Use simplified parsing algorithm if
10076 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
10077 arguments. Return alist of keys.
10078 (bibtex-parse-strings): Simplify. Return alist of strings.
10079 (bibtex-complete-string-cleanup): Fix docstring.
10080 (bibtex-read-key): New function.
10081 (bibtex-mode): Fix docstring. Do not parse for keys and
10082 strings when the mode is entered. Set fill-paragraph-function to
10083 bibtex-fill-field. Setup font-lock-mark-block-function the way
10084 font-lock intended.
10085 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
10086 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
10087 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
10088 (bibtex-Preamble): Avoid hard coded constants.
10089 (bibtex-make-field): Fix docstring. Simplify.
10090 (bibtex-beginning-of-entry): Always return new position of point.
10091 (bibtex-end-of-entry): Rearrange cond clauses.
10092 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
10093 Update for changes of bibtex-map-entries.
10094 (bibtex-ispell-abstract): Do not move point.
10095 (bibtex-entry-index): Use downcase. Simplify.
10096 (bibtex-lessp): Handle catch-all.
10097 (bibtex-find-crossref): Turn into a command.
10098 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
10099 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
10100 preamble entries.
10101 (bibtex-fill-field-bounds): New function.
10102 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
10103 (bibtex-fill-entry): Use bibtex-fill-field-bounds
10104 (bibtex-String): Use bibtex-strings. Always obey
10105 bibtex-sort-ignore-string-entries.
10106
10107 2003-07-05 John Paul Wallington <jpw@gnu.org>
10108
10109 * cus-theme.el (customize-create-theme):
10110 Call `customize-create-theme' in Reset widget's notify function.
10111
10112 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
10113 (ibuffer-mark-interactive): Use `or' instead of `unless'.
10114 (define-ibuffer-column name): Add summarizer.
10115 (define-ibuffer-column size): Likewise.
10116 (define-ibuffer-column filename): Likewise.
10117 (define-ibuffer-column process): Likewise. Change BODY's output too.
10118 (define-ibuffer-column filename-and-process): Likewise, likewise.
10119 (ibuffer): Remove local vars `already-in' and `need-update'.
10120
10121 * ibuf-ext.el: Don't require `derived' at compile-time.
10122
10123 2003-07-05 Kim F. Storm <storm@cua.dk>
10124
10125 * info.el: Disable paragraph refilling.
10126 (Info-refill-paragraphs): New defcustom.
10127 (Info-fontify-node): Use it.
10128
10129 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
10130
10131 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
10132 thingies from constructors created by defstruct.
10133
10134 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
10135 the default value of the variable.
10136 (byte-code-meter): Move declaration to top level.
10137
10138 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
10139
10140 * info.el (Info-following-node-name-re): New fun.
10141 (Info-following-node-name): Remove.
10142 (Info-insert-dir): Use the new fun.
10143 (Info-extract-pointer): Don't save restriction; use new fun.
10144 (Info-menu-entry-name-re): New const.
10145 (Info-menu-entry-name-re): Use it along with new fun.
10146 (Info-node-spec-re): Use new fun.
10147 (Info-complete-menu-item, Info-fontify-node): Use new const.
10148 (Info-goto-node, Info-follow-reference, Info-menu-update):
10149 Use match-string.
10150 (Info-follow-reference): Use assoc-string.
10151 Use a list of strings for the completion table.
10152 (Info-fontify-node): Use match-string, line-end-position.
10153 Limit the search for `node:' to the first line.
10154
10155 * newcomment.el (uncomment-region): Remove padding coming from
10156 comment-start rather than just from comment-padding.
10157
10158 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
10159 (vc-cvs-stay-local-p): Use vc-stay-local-p.
10160 (vc-cvs-rename-file): Remove (use the default).
10161 (vc-cvs-register): Register parent dir if needed.
10162 (vc-cvs-could-register): Return non-nil if parent can be registered.
10163 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
10164 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
10165
10166 * vc-svn.el (vc-svn-use-edit): Make it into a const.
10167 (vc-svn-update): Fix the arguments to `svn'.
10168 (vc-svn-diff-tree): Just use `vc-svn-diff'.
10169 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
10170 Simple implementations, assuming `name' is a URL.
10171
10172 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
10173 set of chars allowed unquoted in a case pattern.
10174
10175 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
10176
10177 * font-lock.el (font-lock-extra-types-widget)
10178 (c-font-lock-extra-types, c++-font-lock-extra-types)
10179 (objc-font-lock-extra-types, java-font-lock-extra-types)
10180 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
10181 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
10182 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
10183 (font-lock-match-c++-structor-declaration)
10184 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
10185 (c++-font-lock-keywords-3, c++-font-lock-keywords)
10186 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
10187 (objc-font-lock-keywords-3, objc-font-lock-keywords)
10188 (java-font-lock-keywords-1, java-font-lock-keywords-2)
10189 (java-font-lock-keywords-3, java-font-lock-keywords)
10190 (java-font-lock-syntactic-face-function): Remove obsolete code
10191 and constants. It's all in cc-fonts.el now.
10192
10193 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
10194
10195 * mail/sendmail.el (mail-specify-envelope-from)
10196 (mail-envelope-from): Doc fix.
10197
10198 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
10199
10200 * generic-x.el: Do away with the dependency on `c-emacs-features'
10201 when populating `rul-generic-mode-syntax-table'; we already know
10202 this isn't XEmacs.
10203
10204 See ChangeLog.10 for earlier changes.
10205
10206 ;; Local Variables:
10207 ;; coding: iso-2022-7bit
10208 ;; End:
10209
10210 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
10211 Copying and distribution of this file, with or without modification,
10212 are permitted provided the copyright notice and this notice are preserved.
10213
10214 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1