]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Delete superfluous empty lines.
[gnu-emacs] / lisp / ChangeLog
1 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
2
3 * battery.el: Delete superfluous empty lines.
4 (battery-linux-proc-acpi): Attempt to gather information from all
5 battery subdirectories regardless of their file name.
6 (battery-linux-proc-apm): Replace all occurrences of
7 battery-hex-to-int-2 with string-to-int (base 16).
8 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
9 (battery-hex-map): Delete variable.
10
11 2004-09-18 John Paul Wallington <jpw@gnu.org>
12
13 * calc/calc-units.el (calc-quick-units): Fix overzealous
14 s/or/unless/.
15
16 2004-09-17 Romain Francoise <romain@orebokech.com>
17
18 * ibuf-ext.el (define-ibuffer-filter filename): Expand
19 dired-directory since buffer-file-name is absolute.
20
21 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
22
23 * ediff-init.el (ediff-current-diff-face-A)
24 (ediff-current-diff-face-B, ediff-current-diff-face-C)
25 (ediff-current-diff-face-Ancestor)
26 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
31 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
32 Use min-colors.
33
34 * term.el (term-down): Perform vertical motion if DOWN is negative.
35 (term-exec-1): Set both TERMCAP and TERMINFO
36 unconditionally.
37 (term-termcap-format): Synchronyze with the eterm terminfo entry
38 in etc/e/eterm.ti.
39 (term-handle-colors-array): If the current foreground or
40 background are zero (i.e. unspecified), use the foreground and
41 background of the default face for reverse video.
42 (term-ansi-at-eval-string, term-ansi-default-fg)
43 (term-ansi-default-bg, term-ansi-current-temp): Delete unused
44 variable.
45 (term-mem): Delete ununsed function.
46 (term-protocol-version): Increment.
47 (term-current-face): Set to default.
48
49 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
50
51 * vc.el (annotate-time): Document point handling.
52 (vc-annotate-display-autoscale): Doc fix.
53
54 2004-09-15 Miles Bader <miles@gnu.org>
55
56 * generic.el (generic-make-keywords-list): Use symbol rather than
57 word anchors in regexp.
58
59 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
60
61 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
62 no file name consider `dired-directory'.
63
64 2004-09-14 Kim F. Storm <storm@cua.dk>
65
66 * faces.el (cursor): Add face-no-inherit property. Doc fix.
67
68 2004-09-14 Simon Josefsson <jas@extundo.com>
69
70 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
71
72 * textmodes/dns-mode.el: Add.
73
74 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
77 (disabled-command-function): Make the ?\ char more obvious.
78
79 * vc-arch.el (vc-arch-root, vc-arch-registered):
80 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
81
82 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
83
84 * windmove.el (windmove-frame-edges): Report coordinates of
85 outside edges of frame, not inside edges.
86 (windmove-coordinates-of-position): Convert into wrapper to new
87 function `windmove-coordinates-of-window-position';
88 `compute-motion' always applies to selected window.
89 (windmove-coordinates-of-position): Update documentation to refer
90 to Emacs 21 Lisp Reference Manual.
91 (windmove-find-other-window): Fix off-by-one errors for max x,y.
92
93 2004-09-13 Kim F. Storm <storm@cua.dk>
94
95 * isearch.el (isearch-resume-in-command-history): Rename from
96 isearch-resume-enabled and change default to nil.
97
98 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * vc-hooks.el (vc-ignore-dir-regexp): New var.
101 (vc-registered): Use it.
102 (vc-find-root): New fun.
103
104 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
105 Don't tell to use \\{...} when it's already done.
106
107 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
108 Provide a sample complex default.
109 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
110 (bibtex-entry): Use mapc.
111
112 2004-09-12 Kim F. Storm <storm@cua.dk>
113
114 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
115
116 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
117 inhibit-field-text-motion to t so rectangles work in comint buffers.
118
119 * simple.el (choose-completion-string): Set buffer before running
120 choose-completion-string-functions hook so it can be buffer-local.
121
122 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
123
124 * progmodes/compile.el (compilation-start): Parse command to see
125 if it starts with a cd, and if so perform it for the *compilation*
126 buffer. Change the header to reflect this.
127
128 2004-09-11 Kim F. Storm <storm@cua.dk>
129
130 * ido.el (ido-enable-dot-prefix): Doc fix.
131 (ido-enable-dot-prefix): New defcustom.
132 (ido-set-matches1): Use it.
133
134 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * textmodes/bibtex.el (bibtex-mark-active)
137 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
138
139 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
140
141 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
142 used in a case insensitive environment.
143 (bibtex-mode-map): Rearrange order of menus.
144 (bibtex-quoted-string-re): Obsolete.
145 (bibtex-complete-key-cleanup): Variable replaced by new function.
146 (bibtex-font-lock-keywords): Use backquotes.
147 (bibtex-font-lock-url-regexp): New internal variable.
148 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
149 "OPT" and "ALT".
150 (bibtex-insert-current-kill, bibtex-make-field)
151 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
152 (bibtex-parse-field-text): Simplify.
153 (bibtex-string=): New helper function.
154 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
155 (bibtex-map-entries): Use bibtex-string=.
156 (bibtex-search-entry): Use not.
157 (bibtex-enclosing-field): Fix docstring.
158 (bibtex-assoc-regexp): Obsolete.
159 (bibtex-format-entry): Use assoc-string and bibtex-string=.
160 (bibtex-autokey-get-names): Handle empty name field.
161 (bibtex-parse-strings): Use assoc-string and unless.
162 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
163 Use assoc-string.
164 (bibtex-pop): Simplify.
165 (bibtex-mode): Set font-lock-extra-managed-props.
166 (bibtex-entry-update): Use assoc-string.
167 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
168 (bibtex-autofill-entry): Use bibtex-string=.
169 (bibtex-print-help-message): Simplify.
170 (bibtex-find-entry): New optional arg START.
171 (bibtex-validate): Use bibtex-string= and assoc-string.
172 Do not call obsolete function compilation-parse-errors.
173 (bibtex-remove-delimiters): Only remove delimiters if present.
174 (bibtex-copy-entry-as-kill): Add docstring.
175 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
176 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
177 (bibtex-complete): Use bibtex-predefined-month-strings,
178 bibtex-string=, and new function bibtex-complete-key-cleanup.
179 (bibtex-generate-url-list): New variable.
180 (bibtex-url): New command bound to C-c C-l and mouse-2.
181 (bibtex-url-map): New local keymap for bibtex-url-mouse.
182 (bibtex-font-lock-url): New function.
183
184 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
187
188 2004-09-09 Kim F. Storm <storm@cua.dk>
189
190 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
191 counter and format with binding.
192 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
193 the declared macro uses own macro counter and format. Give symbol
194 kmacro property.
195 (kmacro-keymap): Bind kmacro-name-last-macro to n.
196 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
197 (kmacro-end-and-call-macro): Doc fix.
198
199 2004-09-09 Lars Hansen <larsh@math.ku.dk>
200
201 * desktop.el (desktop-clear-preserve-buffers):
202 Remove make-obsolete-variable.
203
204 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
207
208 2004-09-08 Juri Linkov <juri@jurta.org>
209
210 * replace.el (perform-replace): Use `query-replace-descr'.
211
212 * cus-start.el (history-delete-duplicates): Specify customization.
213
214 * diff-mode.el (diff-mode-map):
215 * progmodes/compile.el (compilation-mode-map):
216 * progmodes/grep.el (grep-mode-map):
217 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
218 to `next-error-follow-minor-mode'.
219
220 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
221
222 * isearch.el (isearch-lazy-highlight-update): Take into account
223 the case of zero-length match at the search bound.
224
225 2004-09-08 Kim F. Storm <storm@cua.dk>
226
227 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
228 change. Use zero width overlays when necessary.
229
230 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
231
232 * subr.el (split-string): Docfix.
233
234 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
235
236 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
237 (display-call-tree): Ensure newline after caller/calls blocks.
238
239 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
240
241 * startup.el (command-line-1): Make option
242 --directory/-L modify `load-path' straight away.
243
244 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
245
246 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
247
248 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
249
250 * emacs-lisp/autoload.el (make-autoload):
251 Handle `define-compilation-mode'.
252
253 * emacs-lisp/lisp-mode.el (define-compilation-mode):
254 Specify `doc-string-elt' property.
255
256 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
257
258 * bs.el (bs-mode): Doc fix.
259
260 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
261
262 * info.el (Info-insert-dir): Fix temp buffer leak bug.
263
264 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
265
266 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
267
268 2004-09-08 Kenichi Handa <handa@m17n.org>
269
270 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
271 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
272 ps-mule-next-point -> 1+).
273
274 * composite.el (encode-composition-rule): Add autoload cooky.
275
276 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
277
278 * format.el (buffer-auto-save-file-format): Make it permanent local.
279
280 2004-09-07 Kim F. Storm <storm@cua.dk>
281
282 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
283 (authors-fixed-entries): Fix typo.
284 (authors-canonical-author-name): Compact multiple spaces.
285 Ignore trivial names (e.g. only first name).
286
287 * term.el (term-window-width): Only use full window width on
288 window system if overflow-newline-into-fringe is enabled.
289 (term-mode): Don't disable overflow-newline-into-fringe.
290
291 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
294 motion as seen on my Mac OS X xterms.
295
296 * newcomment.el (uncomment-region-default, comment-region-default):
297 New functions extracted from uncomment-region and comment-region.
298 (comment-region, comment-region-function, uncomment-region)
299 (uncomment-region-function): Use them.
300
301 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
302
303 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
304 It's not crucial but can make sense at times.
305
306 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
307 the first commit.
308
309 * vc.el (vc-buffer-context, vc-restore-buffer-context):
310 Disable obsolete code.
311
312 2004-09-07 Juri Linkov <juri@jurta.org>
313
314 * progmodes/grep.el (grep-highlight-matches): Change default from
315 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
316 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
317 if grep option `--color' is available, or to `nil' otherwise.
318 (grep-process-setup): Call `grep-compute-defaults' if
319 `grep-highlight-matches' is not computed. Set env-vars only
320 if `grep-highlight-matches' is `t'.
321 (grep-use-null-device): Remove redundant type `boolean' (`choice'
322 is already defined).
323
324 * progmodes/compile.el (compilation-start): Use copy of
325 `process-environment' created by `copy-sequence' to not
326 modify env-vars in the global `process-environment'.
327
328 2004-09-06 Eli Zaretskii <eliz@gnu.org>
329
330 * simple.el (next-error-follow-minor-mode): Fix last change.
331
332 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
333
334 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
335 permanent local.
336
337 2004-09-04 Richard M. Stallman <rms@gnu.org>
338
339 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
340 highlighting if the search string is empty.
341
342 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
343
344 * facemenu.el (facemenu-active-faces): Change condition of inner
345 `while' loop to also check the first two elements of `face-atts'
346 and `mask-atts'.
347
348 2004-09-04 John Paul Wallington <jpw@gnu.org>
349
350 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
351 (thumbs-view-image-mode): Make buffer read-only.
352
353 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
354
355 * textmodes/ispell.el (ispell-really-aspell): New defvar.
356 (ispell-check-version): Set it.
357 (ispell-send-replacement): New function.
358 (ispell-process-line): Call ispell-send-replacement.
359
360 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
361
362 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
363 Support choosing seconds with "s".
364
365 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
366
367 * terminal.el (te-escape): Show `?' in prompt for help key.
368
369 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
370
371 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
372
373 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
374
375 * simple.el (next-error-follow-minor-mode)
376 (next-error-follow-mode-post-command-hook): New functions.
377 (next-error-follow-last-line): New defvar.
378
379 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
380 * progmodes/compile.el (compilation-mode-map): Likewise.
381 * progmodes/grep.el (grep-mode-map): Likewise.
382 * replace.el (occur-mode-map): Likewise.
383
384 * newcomment.el (uncomment-region): Bind comment-use-global-state
385 to nil.
386
387 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
388
389 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
390 locally around the call to `revert-buffer'.
391
392 2004-09-03 Juri Linkov <juri@jurta.org>
393
394 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
395 `isearch-adjusted' to `t'.
396 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
397 (isearch-message-prefix): Add "pending" for isearch-adjusted.
398 (isearch-other-meta-char): Restore isearch-point unconditionally.
399 (isearch-query-replace): Add new arg `regexp-flag' and use it.
400 Set point to start of match if region is not active in transient
401 mark mode (to include the current match to region boundaries).
402 Push the search string to `query-replace-from-history-variable'.
403 Add prompt "Query replace regexp" for isearch-regexp.
404 Add region beginning/end as last arguments of `perform-replace.'
405 (isearch-query-replace-regexp): Replace code by the call to
406 `isearch-query-replace' with arg `t'.
407
408 2004-09-03 Richard M. Stallman <rms@gnu.org>
409
410 * startup.el (normal-top-level): Undo previous TERM change.
411
412 2004-09-03 Kim F. Storm <storm@cua.dk>
413
414 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
415 highlight overlays; allow using RET when cursor is over a button.
416 (cua--highlight-rectangle): Use it.
417 (cua--rectangle-set-corners): Don't move backwards at eol.
418 (cua--forward-line): Don't move into void after eob.
419
420 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
421 point is set (and displayed) inside rectangle.
422 (cua--rectangle-operation): Fix for highlight of empty lines.
423 (cua--highlight-rectangle): Fix highlight for tabs.
424 Position cursor at left/right edge of rectangle using new `cursor'
425 property on overlay strings.
426 (cua--indent-rectangle): Don't tabify.
427 (cua-rotate-rectangle): Ignore that point has moved.
428
429 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
430
431 * term/mac-win.el: Add ASCII equivalents for some function keys.
432 (mode-line-frame-identification): Sync with x-win.el.
433
434 2004-09-02 Juri Linkov <juri@jurta.org>
435
436 * progmodes/compile.el (compilation-buffer-name): Compare major
437 mode with second element of compilation-arguments instead of third
438 to reflect latest changes in compilation-arguments structure.
439 (recompile): Use global variable `compilation-directory' to get
440 recent compilation directory only when `recompile' is invoked NOT
441 in the compilation buffer. Otherwise, use `default-directory' of
442 the compilation buffer.
443 (compilation-error-properties): Allow to funcall col and end-col.
444 (compilation-mode-font-lock-keywords): Check col and end-col by
445 `integerp'.
446 (compilation-goto-locus): If end-mk is non-nil in transient mark
447 mode don't activate the mark (and don't display message in
448 push-mark), but highlight overlay between mk and end-mk.
449
450 * progmodes/grep.el (grep-highlight-matches): New defcustom.
451 (grep-regexp-alist): Add rule to highlight grep matches.
452 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
453
454 * info.el (Info-fontify-node): Don't compute other-tag
455 if Info-hide-note-references=hide.
456
457 * help.el (function-called-at-point):
458 * help-fns.el (variable-at-point):
459 Try `find-tag-default' when other methods failed.
460
461 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
462 Do not push mark if inhibit-mark-movement is non-nil.
463
464 * textmodes/ispell.el (ispell-html-skip-alists):
465 Fix backslashes in docstring.
466
467 2004-09-01 Juri Linkov <juri@jurta.org>
468
469 * isearch.el (isearch-wrap-function)
470 (isearch-push-state-function): New defvars.
471 (isearch-pop-fun-state): New defsubst.
472 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
473 (isearch-push-state): Set the result of calling
474 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
475 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
476 restore the mode-specific starting point of terminated search.
477 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
478 (isearch-repeat): Call `isearch-wrap-function' if defined.
479 (isearch-message-prefix): Don't add prefix "over" to the message
480 for wrapped search if `isearch-wrap-function' is defined.
481 (isearch-search): Call function saved in `isearch-pop-fun-state' to
482 restore the mode-specific starting point of failed search.
483
484 * info.el (Info-search-whitespace-regexp): Fix backslashes.
485 (Info-search): Add new optional arguments for the sake of isearch.
486 Replace whitespace in Info-search-whitespace-regexp literally.
487 Add backward search. Don't call `Info-select-node' if regexp is
488 found in the same Info node. Don't add node to Info-history for
489 wrapped isearch.
490 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
491 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
492 (Info-mode): Set local variables `isearch-search-fun-function',
493 `isearch-wrap-function', `isearch-push-state-function',
494 `search-whitespace-regexp'.
495
496 * isearch.el: Remove ancient Change Log section.
497 (isearch-string, isearch-message-string, isearch-point)
498 (isearch-success, isearch-forward-flag, isearch-other-end)
499 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
500 (isearch-barrier, isearch-within-brackets)
501 (isearch-case-fold-search): Add suffix `-state' to state-related
502 defsubsts to avoid name clashes with other function names.
503
504 * simple.el (next-error): New defgroup and defface.
505 (next-error-highlight, next-error-highlight-no-select):
506 New defcustoms.
507 (next-error-no-select): Let-bind next-error-highlight to the value
508 of next-error-highlight-no-select before calling `next-error'.
509
510 * progmodes/compile.el (compilation-goto-locus):
511 Use `next-error' face instead of `region'. Set 4-th argument of
512 `move-overlay' to `current-buffer' to move overlay to different
513 source buffers. Use new variable `next-error-highlight'.
514
515 * simple.el (next-error-find-buffer): Move the rule
516 "if current buffer is a next-error capable buffer" after the
517 rule "if next-error-last-buffer is set to a live buffer".
518 Simplify to test all rules in one `or'.
519 (next-error): Doc fix.
520 (next-error, previous-error, first-error)
521 (next-error-no-select, previous-error-no-select):
522 Make arguments optional.
523
524 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
525
526 * macros.el (apply-macro-to-region-lines): Make it operate on all
527 lines that begin in the region, rather than on all complete lines
528 in the region.
529
530 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
531
532 * x-dnd.el (x-dnd-protocol-alist): Document update.
533 (x-dnd-known-types): Defcustom it.
534 (x-dnd-handle-motif): Print message-atom in error message.
535
536 2004-08-30 John Paul Wallington <jpw@gnu.org>
537
538 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
539 strings rather than programatically constructing message.
540
541 2004-08-30 Richard M. Stallman <rms@gnu.org>
542
543 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
544 Don't return a string that would read as the wrong character code.
545
546 2004-08-29 Kim F. Storm <storm@cua.dk>
547
548 * emulation/cua-base.el (cua-auto-expand-rectangles):
549 Remove automatic rectangle padding feature; replace by non-destructive
550 virtual rectangle edges feature.
551 (cua-virtual-rectangle-edges): New defcustom.
552 (cua-auto-tabify-rectangles): New defcustom.
553 (cua-paste): If paste into a marked rectangle, insert rectangle at
554 current column, even if virtual; also paste exactly as many lines
555 as has been marked (ignore additional lines or add empty lines),
556 but paste whole source if only one line is marked.
557 (cua--update-indications): No longer use overwrite-cursor to
558 indicate rectangle padding
559
560 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
561 (cua--rectangle-virtual-edges): New defun.
562 (cua--rectangle-get-corners): Remove optional PAD arg.
563 (cua--rectangle-set-corners): Never do padding.
564 (cua--forward-line): Remove optional PAD arg. Simplify.
565 (cua-resize-rectangle-right, cua-resize-rectangle-left)
566 (cua-resize-rectangle-down, cua-resize-rectangle-up):
567 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
568 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
569 (cua--rectangle-move): Never do padding. Simplify.
570 (cua--tabify-start): New defun.
571 (cua--rectangle-operation): Add tabify arg. All callers changed.
572 (cua--pad-rectangle): Remove.
573 (cua--delete-rectangle): Handle delete with virtual edges.
574 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
575 (cua--insert-rectangle): Handle insert at virtual column.
576 Perform auto-tabify if necessary.
577 (cua--activate-rectangle): Remove optional FORCE arg.
578 Never do padding. Simplify.
579 (cua--highlight-rectangle): Enhance for virtual edges.
580 (cua-toggle-rectangle-padding): Remove command.
581 (cua-toggle-rectangle-virtual-edges): New command.
582 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
583 (cua--rectangle-post-command): Don't force rectangle padding.
584 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
585
586 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
587
588 * indent.el (edit-tab-stops-buffer): Doc fix.
589
590 2004-08-28 Richard M. Stallman <rms@gnu.org>
591
592 * progmodes/grep.el (grep-default-command): Use find-tag-default.
593 (grep-tag-default): Function deleted.
594
595 * subr.el (find-tag-default): Moved from etags.el.
596
597 * progmodes/etags.el (find-tag-default): Moved to subr.el.
598
599 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
600 into the basic character if it has an uppercase form.
601
602 2004-08-27 Kenichi Handa <handa@m17n.org>
603
604 * international/utf-8.el (utf-8-post-read-conversion): If the
605 buffer is unibyte, temporarily make it multibyte.
606
607 2004-08-27 Masatake YAMATO <jet@gyve.org>
608
609 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
610
611 2004-08-25 John Paul Wallington <jpw@gnu.org>
612
613 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
614 0, 1, and many mismatches in message.
615 (tex-start-shell): Use `set-process-query-on-exit-flag'.
616
617 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
618 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
619
620 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
623 vc-diff-switches differently.
624
625 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
626
627 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
628 before and a real defvar after
629 `speedbar-supported-extension-expressions'. This is to silence
630 the compiler without breaking bootstrapping.
631
632 2004-08-22 Richard M. Stallman <rms@gnu.org>
633
634 * textmodes/flyspell.el (flyspell-word):
635 Use set-process-query-on-exit-flag.
636 (flyspell-highlight-duplicate-region): Take POSS as arg.
637 (flyspell-word): Pass POSS as arg.
638
639 * progmodes/ada-xref.el: Many doc and style fixes.
640 (ada-find-any-references): Use compilation-start.
641 (ada-get-ali-file-name): Improve error msg.
642 (ada-get-ada-file-name): Likewise.
643
644 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
645 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
646
647 * mail/mail-extr.el (mail-extr-all-top-level-domains):
648 Add forward defvar.
649
650 * whitespace.el (global-whitespace-mode): New alias
651 for whitespace-global-mode.
652
653 * speedbar.el (speedbar-file-regexp): Definition moved up.
654 (speedbar-mode, speedbar-set-mode-line-format):
655 Use with-no-warnings.
656 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
657
658 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
659 controls whether to display the error buffer.
660
661 * ps-mule.el: Delete compatibility code for old Emacses.
662 (ps-mule-find-wrappoint): Don't use chars-in-region.
663
664 * frame.el (display-mouse-p, display-selections-p):
665 Use with-no-warnings.
666
667 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
668
669 2004-08-22 David Kastrup <dak@gnu.org>
670
671 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
672 information.
673
674 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
675
676 2004-08-22 Andreas Schwab <schwab@suse.de>
677
678 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
679
680 2004-08-22 Masatake YAMATO <jet@gyve.org>
681
682 * cvs-status.el (cvs-status-checkout): New function.
683 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
684
685 2004-08-21 David Kastrup <dak@gnu.org>
686
687 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
688 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
689 has been converted to use hashtables, the relation `nil=none' is
690 no longer valid, as `nil' is not a hashtable. This patch tries to
691 reduce the number of resulting errors.
692
693 2004-08-21 John Paul Wallington <jpw@gnu.org>
694
695 * subr.el (process-kill-without-query): Made obsolete in
696 version 21.4, not 21.5.
697
698 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
699 (vc-previous-comment, vc-next-comment)
700 (vc-comment-search-reverse, vc-comment-search-forward)
701 (vc-comment-to-change-log): Likewise.
702
703 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
704
705 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
706
707 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
708 Correct indentation of DEFMETHODS with non-standard method
709 combinations (e.g., PROGN, MIN, MAX).
710
711 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * startup.el (normal-top-level-add-subdirs-to-load-path):
714 Avoid unnecessarily checking system-type.
715 (normal-top-level): Set TERM to "dumb". Simplify.
716
717 * avoid.el (mouse-avoidance-ignore-p): New fun.
718 Also ignore switch-frame, select-window, double, and triple clicks.
719 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
720 (mouse-avoidance-fancy-hook): Use it.
721
722 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
723
724 * avoid.el (mouse-avoidance-nudge-mouse)
725 (mouse-avoidance-banish-destination): Stay within the current window
726 to avoid problems with mouse-autoselect-window.
727
728 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
731 the newer format of some messages in cvs-1.12.1.
732
733 2004-08-19 Masatake YAMATO <jet@gyve.org>
734
735 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
736 (elp-results-jump-to-definition-by-mouse)
737 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
738 (elp-output-result): Use elp-output-insert-symname.
739
740 2004-08-18 Kenichi Handa <handa@m17n.org>
741
742 * language/cyrillic.el: Register koi8-r in
743 ctext-non-standard-encodings-alist.
744 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
745
746 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
747
748 * emacs-lisp/copyright.el (copyright-update-year): Delete code
749 that replaces 20xy with xy.
750
751 2004-08-17 John Paul Wallington <jpw@gnu.org>
752
753 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
754 (reb-force-update): Doc fix.
755
756 2004-08-16 Richard M. Stallman <rms@gnu.org>
757
758 * progmodes/which-func.el (which-func-update-1): Doc fix.
759
760 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
761 (sh-mode-abbrev-table): New variable.
762
763 * progmodes/compile.el (compilation-mode): Doc fix.
764
765 * emacs-lisp/lisp-mode.el (eval-last-sexp):
766 Don't cons a new symbol each time.
767 (eval-last-sexp-fake-value): New variable.
768
769 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
770 (copyright-update-year): Detect continuation of list of years.
771
772 * term.el (term-default-fg-color, term-default-bg-color)
773 (ansi-term-color-vector): Use `unspecified', not nil, as default.
774
775 * imenu.el: Several doc fixes: don't say variables are buffer-local.
776
777 2004-08-16 Davis Herring <herring@lanl.gov>
778
779 * isearch.el (isearch-string, isearch-message-string, isearch-point)
780 (isearch-success, isearch-forward-flag, isearch-other-end)
781 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
782 (isearch-barrier, isearch-within-brackets)
783 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
784
785 2004-08-16 Kenichi Handa <handa@m17n.org>
786
787 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
788
789 2004-08-15 Kenichi Handa <handa@m17n.org>
790
791 * term/x-win.el (x-selection-value): If utf8 was successful but
792 ctext was not, use utf8 string.
793
794 2004-08-14 Davis Herring <herring@lanl.gov>
795
796 * isearch.el: Remove accidental changes of March 4. Fix backing
797 up when a regexp isearch is made more general. Use symbolic
798 accessor functions for isearch stack frames to make usage clearer.
799 (search-whitespace-regexp): Made groups in documentation shy (as
800 is the group in the default value).
801 (isearch-fallback): New function, addresses problems with regexps
802 liberalized by `\|', adds support for liberalization by `\}' (the
803 general repetition construct), and incorporates behavior for
804 `*'/`?'.
805 (isearch-}-char): New command, calls `isearch-fallback' with
806 arguments appropriate to a typed `}'.
807 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
808 appropriately.
809 (isearch-mode-map): Bind `}' to `isearch-}-char'.
810 (isearch-string, isearch-message,string, isearch-point)
811 (isearch-success, isearch-forward-flag, isearch-other-end)
812 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
813 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
814 New inline functions to read fields of a stack frame.
815
816 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
817
818 * battery.el (battery-linux-proc-acpi): Look into battery
819 directories matching the literal string "CMB", too (required for
820 Linux kernel version 2.6.7).
821
822 2004-08-14 John Paul Wallington <jpw@gnu.org>
823
824 * cus-start.el (read-file-name-completion-ignore-case): Add.
825 (blink-cursor-alist): Change version to "21.4".
826
827 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
828
829 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
830
831 * speedbar.el (speedbar-scan-subdirs): New option.
832 (speedbar-file-lists): Don't ignore file-name case on Unix and use
833 dolist.
834 (speedbar-insert-files-at-point): Take an extra argument and use
835 it to optionally find out if a subdir is empty. Also unreadable
836 files don't get expand buttons.
837 (speedbar-directory): New image (unused pixmap already existed).
838 (speedbar-expand-image-button-alist): Use it.
839
840 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
841
842 CC Mode update to 5.30.9:
843
844 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
845 Move from cc-vars to cc-defs for dependency reasons. Fix the
846 POSIX char class test to check that it works in
847 `skip-chars-(forward|backward)' too.
848
849 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
850 first argument starts with a special brace list.
851
852 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
853 when `c-opt-type-concat-key' is used (i.e. in Pike).
854
855 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
856 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
857 >)".
858
859 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
860 whitespace safe.
861
862 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
863 position for `arglist-intro', `arglist-cont-nonempty' and
864 `arglist-close' when there are two arglist open parens on the same
865 line and there's nothing in front of the first.
866
867 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
868 locking of qualified names in Java, which previously could fontify
869 common indexing expressions in many cases. The standard Java
870 naming conventions are used to tell them apart.
871
872 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
873 Fix inconsistency wrt opening parens on the first line inside a paren
874 block.
875
876 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
877 compile time for the sake of `c-major-mode-is'.
878
879 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
880 `c-major-mode-is' in the event that this is used inside a
881 `c-lang-defconst'.
882
883 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
884 `c-lang-defconst' so that it works better with fallback languages.
885
886 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
887 it to fail to record the base mode.
888
889 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
890 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
891 is used. Reordered the syntax checks to get more efficient
892 skipping in some situations.
893
894 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
895 continuation which might precede the newly inserted '{'.
896
897 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
898 Fix cases where it could loop indefinitely.
899
900 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
901 size specs correctly. Only fontify identifiers in front of '('
902 with as functions - don't accept any paren char. Tightened up
903 initializer skipping to stop before function and class blocks.
904
905 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
906 the point could be left directly after an open paren when finding
907 the beginning of the first decl in the block.
908
909 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
910 table when filtering out legitimate open parens to be recorded.
911 This could cause cache inconsistencies when e.g.
912 `c++-template-syntax-table' was temporarily in use.
913
914 * progmodes/cc-engine.el (c-on-identifier)
915 (c-simple-skip-symbol-backward): Small fix for handling "-"
916 correctly in `skip-chars-backward'. Affected the operator lfun
917 syntax in Pike.
918
919 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
920 Fix bug that could cause an error from `after-change-functions' when
921 the changed region is at bob.
922
923 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
924
925 CC Mode update to 5.30.9:
926
927 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
928 to say that <TAB> doesn't insert WS into a CPP line.
929 (c-indent-command, c-tab-always-indent): Amend doc strings.
930
931 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
932 checks for user errors, thus eliminating cryptic and unhelpful
933 Emacs error messages. (1) Check the arg to `c-set-style' is a
934 string. (2) Check that settings to `c-offsets-alist' are not
935 spuriously quoted.
936
937 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
938 which precedes the newly inserted `{'.
939
940 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
941
942 Sync with Tramp 2.0.44.
943
944 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
945 function "tramp_file_attributes". Otherwise, file names
946 containing spaces are misinterpreted. Reported by Magnus Henoch
947 <mange@freemail.hu>.
948 (tramp-handle-file-truename): FILENAME must be expanded first.
949 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
950 obscure results. Reported by D. Goel <deego@gnufans.org>.
951 (tramp-handle-verify-visited-file-modtime): If file does not
952 exist, say it is not modified if and only if that agrees with the
953 buffer's record. Check whether a file is visiting the buffer, or
954 the buffer has no recorded last modification time. Return t in
955 case the visiting file doesn't exist. Suggested by Luc Teirlinck
956 <teirllm@auburn.edu>.
957 (tramp-handle-write-region): Pass modtime explicitely to
958 `set-visited-file-modtime', because filename can be different
959 from (buffer-file-name) if `file-precious-flag' is set.
960 `set-visited-file-modtime' must be called always when `visit' is t
961 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
962 (tramp-handle-set-visited-file-modtime): If `time-list' is not
963 nil, don't apply the whole body. If the file doesn't exists, set
964 modtime to '(-1 65535). Suggested by Luc Teirlinck
965 <teirllm@auburn.edu>.
966
967 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
968
969 * help.el (describe-bindings): Doc fix.
970
971 * subr.el (kbd): Doc fix.
972
973 2004-08-08 John Paul Wallington <jpw@gnu.org>
974
975 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
976 instead of `string-to-int'.
977 (define-ibuffer-column mode): Fix indentation.
978
979 2004-08-08 Lars Hansen <larsh@math.ku.dk>
980
981 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
982
983 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
984
985 * subr.el (global-unset-key, local-unset-key): Doc fixes.
986
987 * novice.el (disabled-command-function): New variable renamed from
988 `disabled-command-hook'.
989 (disabled-command-hook): Keep the _variable_ as alias for
990 `disabled-command-function' and make obsolete.
991 (disabled-command-function): Function renamed from
992 `disabled-command-hook'. Adapt code to name change of the variable.
993
994 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
995
996 * simple.el (completion-root-regexp): New defvar.
997 (completion-setup-function): Use it instead of a literal string.
998
999 2004-08-07 John Paul Wallington <jpw@gnu.org>
1000
1001 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
1002 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
1003 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
1004 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
1005
1006 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1007
1008 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
1009 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
1010
1011 2004-08-04 Kenichi Handa <handa@m17n.org>
1012
1013 * international/encoded-kb.el (encoded-kbd-setup-keymap):
1014 Fix previous change.
1015
1016 2004-08-03 Kenichi Handa <handa@m17n.org>
1017
1018 * international/encoded-kb.el: The following changes are to
1019 utilize key-translation-map instead of minor mode map.
1020 (encoded-kbd-iso2022-non-ascii-map): Delete it.
1021 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
1022 (encoded-kbd-last-key): New function.
1023 (encoded-kbd-iso2022-single-shift): New function.
1024 (encoded-kbd-iso2022-designation)
1025 (encoded-kbd-self-insert-iso2022-7bit)
1026 (encoded-kbd-self-insert-iso2022-8bit)
1027 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
1028 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
1029 key-translation-map.
1030 (encoded-kbd-setup-keymap): Setup key-translation-map.
1031 (saved-key-translation-map): New variable.
1032 (encoded-kbd-mode): Save/restore key-translation-map.
1033 Adjust for the change of encoded-kbd-setup-keymap.
1034
1035 2004-08-02 Kim F. Storm <storm@cua.dk>
1036
1037 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
1038 and call compute-motion with nil for topos and width to get proper
1039 usable width and height for both window and non-window systems.
1040
1041 * windmove.el (windmove-coordinates-of-position): Let compute-motion
1042 calculate usable window width and height.
1043
1044 * window.el (window-buffer-height): Call compute-motion with nil width.
1045
1046 2004-08-01 David Kastrup <dak@gnu.org>
1047
1048 * replace.el (query-replace-read-from):
1049 Use `query-replace-compile-replacement'.
1050 (query-replace-compile-replacement): New function.
1051 (query-replace-read-to): Use `query-replace-compile-replacement'
1052 for repeating the last command.
1053
1054 2004-08-01 John Paul Wallington <jpw@gnu.org>
1055
1056 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
1057 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
1058 (pr-switches): Remove period from end of error messages.
1059
1060 * help-mode.el (help-go-back): Likewise.
1061
1062 * abbrev.el (only-global-abbrevs): Doc fix.
1063 (edit-abbrevs-map): Define within defvar.
1064 (quietly-read-abbrev-file): Doc fix.
1065
1066 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
1067
1068 * novice.el (enable-command, disable-command): Doc fixes.
1069
1070 * subr.el (event-modifiers, event-basic-type): Doc fixes.
1071
1072 2004-07-30 Richard M. Stallman <rms@gnu.org>
1073
1074 * subr.el (with-local-quit): Doc fix.
1075
1076 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
1077
1078 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
1079
1080 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
1081
1082 * custom.el (defcustom): Doc fix.
1083
1084 2004-07-28 Masatake YAMATO <jet@gyve.org>
1085
1086 * progmodes/etags.el (etags-tags-apropos): Show building progress.
1087
1088 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * imenu.el (imenu-prev-index-position-function)
1091 (imenu-extract-index-name-function, imenu-name-lookup-function)
1092 (imenu--index-alist): Docstring redundancy fix.
1093
1094 2004-07-25 Lars Hansen <larsh@math.ku.dk>
1095
1096 * wdired.el (wdired-finish-edit): Require dired-aux before locally
1097 binding dired-backup-overwrite.
1098
1099 2004-07-25 John Paul Wallington <jpw@gnu.org>
1100
1101 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
1102
1103 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1104
1105 * term/tty-colors.el (tty-color-approximate): Doc fix.
1106
1107 * select.el (x-get-selection, x-set-selection): Doc fixes.
1108
1109 * frame.el (make-frame): Doc fix.
1110
1111 2004-07-24 Richard M. Stallman <rms@gnu.org>
1112
1113 * mail/rmail.el (rmail-mime-charset-pattern):
1114 Don't include semicolon in the charset value.
1115
1116 * replace.el (occur-next-error): Call set-window-point.
1117 (occur-engine): Handle negative NLINES.
1118
1119 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
1120
1121 * frame.el (modify-all-frames-parameters): Minor doc fix.
1122 (set-frame-configuration): Doc fix.
1123
1124 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1125
1126 * simple.el (completion-setup-function): Compute the common parts
1127 and the first difference place correctly when
1128 partial-completion-mode is on.
1129
1130 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1131
1132 * ps-print.el: Doc fix.
1133 (ps-print-version): New version 6.6.5.
1134 (ps-printing-region): Doc fix.
1135 (ps-generate-string-list): Comment fix.
1136 (ps-message-log-max): Code fix.
1137
1138 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
1139
1140 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
1141 generated PostScript.
1142
1143 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
1144
1145 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
1146 with Gnus v5_10 branch.)
1147
1148 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
1149
1150 * calendar/time-date.el (time-to-number-of-days): New function.
1151 Imported from from Gnus.
1152
1153 2004-07-22 Kim F. Storm <storm@cua.dk>
1154
1155 * progmodes/make-mode.el: Fix comments.
1156
1157 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1158
1159 * printing.el: Doc fix.
1160
1161 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
1162
1163 * frame.el (modify-all-frames-parameters): Minor doc fix.
1164
1165 2004-07-20 Richard M. Stallman <rms@gnu.org>
1166
1167 * textmodes/fill.el (fill-nobreak-p): If this break point is
1168 at the end of the line, don't consider the newline which follows
1169 as a reason to return t.
1170
1171 2004-07-19 John Paul Wallington <jpw@gnu.org>
1172
1173 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
1174
1175 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
1176
1177 * dired-aux.el (dired-do-kill-lines): Expand docstring.
1178 Delete irrelevant code.
1179
1180 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1181
1182 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1183 New docstring. From Luc Teirlinck.
1184
1185 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
1186
1187 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
1188 section.
1189 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
1190 non-file buffers. We know it is nil.
1191
1192 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1193
1194 Sync with Tramp 2.0.43.
1195
1196 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1197 Remove outdated comment.
1198 (tramp-locked, tramp-locker): New variables for implementing a
1199 global lock.
1200 (tramp-sh-file-name-handler): Use them to implement the global lock.
1201
1202 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
1203
1204 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
1205 calls to respective `xxx` calls.
1206 (tramp-process-alive-regexp): Precise doc string.
1207 (tramp-multi-action-process-alive): New defun.
1208 (tramp-multi-actions): Use it.
1209 (tramp-handle-find-backup-file-name): `copy-tree' is available
1210 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
1211 in order to avoid this function.
1212 (tramp-handle-write-region): Set current buffer. If connection
1213 wasn't open, `file-modes' has changed it accidently. Reported by
1214 David Kastrup <dak@gnu.org>.
1215 (tramp-enter-password, tramp-read-passwd): New arguments USER and
1216 HOST.
1217 (tramp-action-password, tramp-multi-action-password): Apply it.
1218 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
1219 name must still contain the port number. Otherwise, we have two
1220 Tramp buffers, with all the confusion. Reported by Myron Selby
1221 <myron@xytech.com> and Rolf Dubitzky
1222 <Dubitzky@physi.uni-heidelberg.de>.
1223
1224 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
1225 HOST to `tramp-enter-passwd'.
1226
1227 * net/tramp-vc.el (all): Code cleanup. Change all
1228 `tramp-handle-xxx' calls to respective `xxx` calls.
1229
1230 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
1231
1232 * emacs-lisp/testcover.el: New category "potentially-1valued" for
1233 functions that are not erroneous if either 1-valued or
1234 multi-valued. Detect functions in this class.
1235 (testcover-1value-functions, testcover-compose-functions)
1236 (testcover-progn-functions) Added some additional functions to lists.
1237 (testcover-mark): Bugfix when marking up the definition for an
1238 empty function.
1239
1240 2004-07-17 Richard M. Stallman <rms@gnu.org>
1241
1242 * replace.el (occur-read-primary-args): Pass default to
1243 read-from-minibuffer.
1244
1245 * mail/footnote.el (footnote-section-tag): Use defcustom.
1246
1247 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1248 Compile font-lock-keywords, not KEYWORDS.
1249 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
1250 Add warn, check-type. Handle cerror like error.
1251
1252 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1253
1254 * progmodes/which-func.el (which-func-keymap): New var.
1255 (which-func-face): New face.
1256 (which-func-format): Use them.
1257
1258 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1259
1260 * buff-menu.el (list-buffers-noselect): Append the buffer's
1261 process status to its mode name.
1262
1263 2004-07-16 Kim F. Storm <storm@cua.dk>
1264
1265 * simple.el (inhibit-mark-movement): New defvar.
1266 (beginning-of-buffer, end-of-buffer): Do not push mark if
1267 inhibit-mark-movement is non-nil or C-u prefix is given.
1268
1269 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
1270 Init to beginning-of-buffer and end-of-buffer.
1271 (cua--undo-push-mark): New defvar.
1272 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
1273 already active and command is in cua--preserve-mark-commands.
1274 Also fix check for shift modifier on non-window systems.
1275 (cua--post-command-handler): Clear inhibit-mark-movement if set.
1276
1277 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1278
1279 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
1280 of two integers, instead of a cons.
1281
1282 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1283 `visited-file-modtime' now returns a list of two integers, instead
1284 of a cons.
1285
1286 * dired.el (dired-directory-changed-p): Ditto.
1287
1288 * progmodes/grep.el (grep): Doc fix.
1289
1290 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1291
1292 * autorevert.el (auto-revert-tail-mode)
1293 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
1294 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
1295 in both at the same time.
1296 (auto-revert-tail-mode): New command.
1297 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
1298 (auto-revert-handler): Revert only either tail or whole file.
1299
1300 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
1301 add auto-revert-tail-mode.
1302
1303 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1304
1305 * printing.el: Doc fix. Change name of some funs.
1306 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
1307 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
1308 (pr-standard-file-name): New fun. Replace pr-standard-path.
1309 (pr-call-process): Code fix.
1310
1311 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
1312
1313 * subr.el (with-selected-window): Doc fix.
1314
1315 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
1316
1317 * subr.el (get-buffer-window-list): Doc fix.
1318
1319 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1320
1321 * files.el (switch-to-buffer-other-window): Doc fix.
1322
1323 * window.el (save-selected-window, one-window-p)
1324 (split-window-keep-point, split-window-vertically)
1325 (split-window-horizontally): Doc fixes.
1326
1327 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1328
1329 * printing.el: Doc fix. Now it uses call-process instead of
1330 shell-command for low command execution.
1331 (pr-version): New version number (6.8).
1332 (pr-shell-file-name): Option removed.
1333 (pr-shell-command): Fun removed.
1334 (pr-call-process): New fun. Replace pr-shell-command.
1335 (pr-standard-path, pr-remove-nil-from-list): New funs.
1336 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1337 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1338 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1339 (pr-ps-utility-process, pr-txt-print): Code fix.
1340
1341 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1342
1343 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1344 boolean.
1345
1346 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1347
1348 * wid-edit.el (widget-field-buffer): Doc fix.
1349
1350 2004-07-09 John Paul Wallington <jpw@gnu.org>
1351
1352 * emacs-lisp/re-builder.el (reb-update-overlays):
1353 Distinguish between one and several matches in message.
1354
1355 2004-07-09 Richard M. Stallman <rms@gnu.org>
1356
1357 * mouse.el (mouse-set-region-1): If transient-mark-mode
1358 is `identity', change it to `only'.
1359
1360 * simple.el (current-word): Doc fix.
1361
1362 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1363
1364 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1365 so that it is more understanding of whitespace.
1366
1367 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1368 form
1369 (("ns" . "element") (attr-list) children) instead of
1370 ((:ns . "element") (attr-list) children) in order to reduce the
1371 number of symbols used.
1372 (xml-skip-dtd): Change to use xml-parse-dtd but set
1373 xml-validating-parsing to nil.
1374 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1375 (xml-substitute-entity): Remove in favor of new entity substitution.
1376 (xml-substitute-special): Rewrite in to substitute complex
1377 entities from DOCTYPE declarations.
1378 (xml-parse-fragment): Parse fragments from entity deleclarations.
1379 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1380 (xml-parse-dtd, xml-substitute-special): Make validity checks
1381 conditioned on xml-validating-parser. Add "Not Well Formed" to
1382 error messages about well-formedness.
1383
1384 2004-07-08 Steven Tamm <steventamm@mac.com>
1385
1386 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1387 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1388 Do not treat double clicks and triple clicks specially in the
1389 scroll bar (preventing strange repositioning problems)
1390
1391 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * replace.el (query-replace-regexp-eval): Fix last change.
1394
1395 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * replace.el (query-replace-descr): New fun.
1398 (query-replace-read-from, query-replace-read-args): Default to the
1399 previous from&to.
1400 (query-replace-read-to): Quote the `from' string when displaying it.
1401 (query-replace-regexp-eval): Immediately check read-only status.
1402 Use query-replace-read-from to get the \n checking.
1403 Quote the `from' string when displaying it.
1404 (map-query-replace-regexp, occur-read-primary-args):
1405 Quote the `from' string when displaying it.
1406
1407 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1408 delimited-ness of the search to query-replace.
1409
1410 * replace.el (query-replace-read-from, query-replace-read-to):
1411 New funs extracted from query-replace-read-args.
1412 (query-replace-read-args): Use them.
1413
1414 * replace.el (query-replace-interactive, query-replace-read-args):
1415 Remove the `initial' special value.
1416 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1417 (occur-engine): Remove unused var `matchend'.
1418
1419 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1420 Use the search string without prompting.
1421
1422 2004-07-05 Kenichi Handa <handa@m17n.org>
1423
1424 * international/mule.el (decode-coding-inserted-region):
1425 Set last-coding-system-used only when coding is nil.
1426
1427 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1428
1429 * progmodes/grep.el (grep-compute-defaults, grep-command)
1430 (grep-program, find-program, grep-find-use-xargs, grep-history)
1431 (grep-find-history, grep-tag-default, grep-find-command)
1432 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1433 Add autoload cookies, for unbundled packages that load `compile'
1434 and expect all grep-related symbols to become defined.
1435
1436 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1437
1438 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1439 (iimage-mode-image-search-path): New user option to search the
1440 image file.
1441 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1442 have locate-file.
1443 (iimage-mode-buffer): Use it.
1444
1445 2004-07-03 Nick Roberts <nickrob@gnu.org>
1446
1447 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1448 carefully.
1449 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1450
1451 2004-07-03 Juri Linkov <juri@jurta.org>
1452
1453 * replace.el (query-replace-read-args): Swallow space after 'foo,
1454 not after (quote foo). Match space only immediately after symbol,
1455 not anywhere in the whole string.
1456
1457 2004-07-02 Richard M. Stallman <rms@gnu.org>
1458
1459 * replace.el (query-replace-read-args): Swallow space after
1460 symbols, not after closeparens. But avoid error if string ends there.
1461
1462 * progmodes/python.el (python-beginning-of-statement):
1463 Exit the loop if backward-up-list gets error.
1464
1465 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1466
1467 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1468
1469 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1470 only if vc-consult-headers is non-nil.
1471
1472 2004-07-02 Juri Linkov <juri@jurta.org>
1473
1474 * pcvs.el (cvs-mode-diff-repository): New command.
1475
1476 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1477
1478 2004-07-01 Juri Linkov <juri@jurta.org>
1479
1480 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1481 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1482 C-M-% to isearch-query-replace-regexp.
1483 (minibuffer-local-isearch-map): Add arrow key bindings.
1484 Bind C-f to isearch-yank-char-in-minibuffer.
1485 (isearch-forward): Doc fix.
1486 (isearch-edit-string): Doc fix.
1487 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1488 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1489 (isearch-yank-char): Add optional arg.
1490 (isearch-yank-char-in-minibuffer): New fun.
1491
1492 * replace.el (query-replace-interactive): Change type from boolean
1493 to choice. Add value `initial'.
1494 (query-replace-read-args): Handle value `initial' of
1495 query-replace-interactive.
1496
1497 2004-06-29 Kim F. Storm <storm@cua.dk>
1498
1499 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1500 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1501
1502 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1503 Add :group 'ada.
1504
1505 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1506
1507 2004-06-29 Juri Linkov <juri@jurta.org>
1508
1509 * replace.el (query-replace-read-args): Swallow a space after
1510 everything except )]" which in most cases means after a symbol.
1511
1512 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1513
1514 2004-06-28 Richard M. Stallman <rms@gnu.org>
1515
1516 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1517 More changes to go with previous change in font-lock.el.
1518
1519 2004-06-26 David Kastrup <dak@gnu.org>
1520
1521 * replace.el (perform-replace): Highlight the match even in
1522 non-query mode if there is potential replace string editing.
1523
1524 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1525
1526 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1527 agree with new return value of `file-remote-p'.
1528 This syncs with Tramp 2.0.42.
1529
1530 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1531 according to new documentation of `file-remote-p'.
1532
1533 * files.el (file-remote-p): Fix doc to say that return value is
1534 identification of remote system, if not nil.
1535 (file-relative-name): Use new return value of `file-remote-p'.
1536
1537 2004-06-26 Nick Roberts <nickrob@gnu.org>
1538
1539 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1540 (gdb-goto-breakpoint): Fix breakage.
1541
1542 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1543
1544 * man.el (Man-getpage-in-background): Add windows-nt to the list
1545 of systems where shell-file-name should be used instead of
1546 literal "sh".
1547
1548 2004-06-25 Sam Steingold <sds@gnu.org>
1549
1550 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1551 function names `(setf symbol)'.
1552
1553 2004-06-24 Richard M. Stallman <rms@gnu.org>
1554
1555 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1556
1557 * font-lock.el (font-lock-keywords): Change format of compiled values.
1558 Document it.
1559 (font-lock-add-keywords): If font-lock-keywords is compiled,
1560 extract the uncompiled version, modify, then recompile.
1561 (font-lock-remove-keywords): Likewise.
1562 (font-lock-fontify-keywords-region): Handle changed format.
1563 (font-lock-compile-keywords): Handle changed format.
1564 (font-lock-set-defaults): Compile the keywords explicitly here.
1565
1566 2004-06-24 David Kastrup <dak@gnu.org>
1567
1568 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1569 replacements here.
1570 (query-replace-regexp): Doc string explaining this and the new
1571 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1572 is better placed in `query-replace-read-args'.
1573 (replace-regexp): Explain `\,', `\#' and `\?'.
1574 (replace-match-data): New function for thorough reuse/destruction
1575 of old match-data.
1576 (replace-match-maybe-edit): Function for implementing `\?' editing.
1577 (perform-replace): Fix maintaining of the match stack including
1578 already matched regions, implement `\?', fix various problems
1579 with regions while editing and other stuff.
1580 (replace-highlight): Simplify.
1581
1582 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1583
1584 * progmodes/grep.el (grep-error-screen-columns): New variable.
1585 (grep-regexp-alist): Give it the full functionality of gnu style
1586 compilation messages with line and column ranges. Ask me for the
1587 perl script I'm working on, that uses these.
1588
1589 2004-06-23 Nick Roberts <nickrob@gnu.org>
1590
1591 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1592 Remove.
1593 (comint-insert-input, comint-mouse-insert-input): New functions
1594 based on comint-insert-clicked-input for two bindings but just
1595 one functionality.
1596
1597 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1598
1599 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1600
1601 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1602
1603 * files.el (write-contents-functions): Doc fix.
1604
1605 2004-06-21 Juanma Barranquero <lektu@terra.es>
1606
1607 * image.el (image-library-alist): Rewrite docstring in active voice.
1608
1609 2004-06-20 Richard M. Stallman <rms@gnu.org>
1610
1611 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1612
1613 * isearch.el (isearch-repeat): Avoid testing old match data.
1614 (isearch-message): Display trailing space in special font
1615 when search is failing.
1616 (isearch-search-fun-function): Doc fix.
1617
1618 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1619
1620 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1621
1622 * frame.el (show-trailing-whitespace): Doc fix.
1623
1624 * cus-edit.el (custom-variable-documentation): New function.
1625 (custom-variable): Use it.
1626
1627 2004-06-19 Nick Roberts <nickrob@gnu.org>
1628
1629 * man.el (Man-getpage-in-background): Revert previous change but
1630 make cygwin a special case.
1631
1632 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1633
1634 * autorevert.el (global-auto-revert-non-file-buffers):
1635 Update docstring.
1636
1637 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1638
1639 * progmodes/compile.el (compilation-error-properties): Store one
1640 more than end-col, if present, so that transient-mark-mode will
1641 highlight last char too.
1642 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1643 ranges, if present.
1644
1645 2004-06-18 Jason Rumney <jasonr@gnu.org>
1646
1647 * makefile.w32-in: Double percent signs in for loops.
1648
1649 2004-06-17 David Kastrup <dak@gnu.org>
1650
1651 * replace.el (query-replace-read-args): Only warn about use of \n
1652 and \t when we are doing a regexp replacement and the actual
1653 escaped character is n or t.
1654 (query-replace-regexp): Add \, and \# interpretation to
1655 interactive call and document it.
1656 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1657 as shortkey for replace-count.
1658 (replace-quote): New function for doubling backslashes.
1659
1660 2004-06-17 Juanma Barranquero <lektu@terra.es>
1661
1662 * files.el (parse-colon-path, cd): Mention in docstring that the
1663 path separator is colon in GNU-like systems.
1664
1665 * newcomment.el (comment-region-internal): Fix docstring.
1666
1667 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1668 (ewoc-invalidate, ewoc-collect): Doc fixes.
1669 (ewoc--create-node, ewoc--delete-node-internal):
1670 Fix typos in docstring.
1671
1672 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1673
1674 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1675 manual to docstring.
1676
1677 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1678
1679 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1680
1681 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1682
1683 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1684 Add hyperlink to emacs-xtra manual to docstring.
1685
1686 * autorevert.el (global-auto-revert-non-file-buffers):
1687 Add hyperlink to emacs-xtra manual to docstring, as well as an
1688 info-link.
1689
1690 2004-06-14 Juanma Barranquero <lektu@terra.es>
1691
1692 * image.el (image-library-alist): New variable to map image types
1693 to external libraries. Initialized to nil, unless system-specific
1694 configs change it.
1695 (image-type-available-p): Determine whether an image type is
1696 available by calling `init-image-library'.
1697
1698 * term/w32-win.el (image-library-alist): Initialize to a known set
1699 of probable library names.
1700
1701 2004-06-14 Kenichi Handa <handa@m17n.org>
1702
1703 * international/code-pages.el (windows-1256, cp1125): Fix tables
1704 for several characters.
1705
1706 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1707
1708 2004-06-13 Richard M. Stallman <rms@gnu.org>
1709
1710 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1711
1712 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1713 not "`pc-selection-mode'".
1714
1715 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1716
1717 * simple.el (previous-matching-history-element): Specify a default.
1718
1719 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1720
1721 * cus-face.el (custom-declare-face): Simplify code.
1722
1723 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1724
1725 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1726
1727 * files.el (before-save-hook): Add `time-stamp' to the options.
1728
1729 * time-stamp.el (time-stamp): Recommend adding it to
1730 `before-save-hook', rather than `write-file-functions'.
1731 Make a similar change in `Commentary' section.
1732
1733 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1734
1735 * diff-mode.el (diff-current-defun): If at start of hunk, use
1736 position of first change.
1737
1738 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1739
1740 * dired-x.el (dired-mark-omitted): Bind to "*O".
1741
1742 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1743
1744 * bookmark.el (bookmark-bmenu-relocate): New function, as
1745 suggested by David J. Biesack <David.Biesack@sas.com>.
1746 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1747 (bookmark-bmenu-mode): Describe binding in doc string.
1748 (bookmark-set-filename): Save the bookmark list if it's time.
1749
1750 2004-06-13 Kenichi Handa <handa@m17n.org>
1751
1752 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1753 (ccl-untranslated-to-ucs): Fix typo.
1754
1755 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1756
1757 * progmodes/python.el (python-open-block-statement-p):
1758 Fix indentation after a block opening that contains a comment.
1759
1760 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1761
1762 * bindings.el (completion-ignored-extensions): Add file extensions
1763 of Python byte-compiled files.
1764
1765 2004-06-12 Juri Linkov <juri@jurta.org>
1766
1767 * info.el (Info-goto-node): Add autoload.
1768 (Info-toc): Add substring-no-properties on Info file name.
1769 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1770 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1771
1772 2004-06-12 Kenichi Handa <handa@m17n.org>
1773
1774 * international/mule-cmds.el (set-language-environment):
1775 Load subst tables if necessary.
1776
1777 * international/mule.el (decode-char): Load subst tables if necessary.
1778 (encode-char): Likewise.
1779
1780 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1781 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1782 (utf-16le-decode-loop): Set r5 to -1 before loop.
1783 (utf-16be-decode-loop): Likewise.
1784 (ccl-decode-mule-utf-16le): Add EOF processing block.
1785 (ccl-decode-mule-utf-16be): Likewise.
1786 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1787 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1788 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1789 (ccl-mule-utf-16-encode-untrans): New CCL.
1790 (utf-16-decode-to-ucs): Handle pre-read character.
1791 (utf-16le-encode-loop): Handle surrogate pair.
1792 (utf-16be-encode-loop): Likewise.
1793 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1794 of utf-16le-encode-loop.
1795 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1796 of utf-16be-encode-loop.
1797 (mule-utf-16-post-read-conversion):
1798 Call utf-8-post-read-conversion at first.
1799 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1800 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1801 Add post-read-conversion and pre-write-conversion.
1802
1803 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1804 (utf-translate-cjk-unicode-range): New variable.
1805 (utf-translate-cjk-load-tables): New function.
1806 (utf-lookup-subst-table-for-decode): New function.
1807 (utf-lookup-subst-table-for-encode): New function.
1808 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1809 tables here. Update safe-charsets of utf-* coding systems.
1810 (ccl-mule-utf-untrans): New CCL.
1811 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1812 at end of each branch.
1813 (ccl-mule-utf-8-encode-untrans): New CCL.
1814 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1815 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1816 length of encoding. Don't return r0.
1817 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1818 (utf-8-post-read-conversion): Narrow to region properly.
1819 If utf-translate-cjk-mode is on, load tables if necessary.
1820 Call utf-8-compose with hash-table arg if necessary.
1821 Call XXX-compose-region instead of XXX-post-read-convesion.
1822 (utf-8-pre-write-conversion): New function.
1823 (mule-utf-8): Include CJK charsets in safe-charsets if
1824 utf-translate-cjk-mode is on. Add pre-write-conversion.
1825
1826 * international/characters.el: Temporarily set
1827 utf-translate-cjk-mode to nil.
1828
1829 * language/devan-util.el (devanagari-compose-region):
1830 Add autoload cookie.
1831
1832 * international/ccl.el (ccl-dump-call): Fix printing the
1833 subroutine name.
1834
1835 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1836
1837 * dired.el (dired-revert): If buffer is marked unmodified before
1838 reverting, keep it marked unmodified.
1839 Adapt to new conventions for commenting out code.
1840 (dired-make-relative): Adapt to new conventions for commenting out code.
1841
1842 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1843
1844 * eshell/esh-module.el (eshell-load-defgroups):
1845 Bind `vc-handled-backends' to nil when opening files.
1846
1847 2004-06-11 Juanma Barranquero <lektu@terra.es>
1848
1849 * files.el (parse-colon-path, cd): Doc fixes (refer to
1850 `path-separator', not colon).
1851
1852 2004-06-10 Juanma Barranquero <lektu@terra.es>
1853
1854 * newcomment.el (comment-search-forward)
1855 (comment-search-backward): Fix typos in docstring.
1856 (comment-region): Doc fix.
1857
1858 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1859
1860 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1861 switch is no longer stored in `dired-switches-alist'.
1862
1863 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1864 `dired-switches-alist'.
1865
1866 2004-06-10 Kim F. Storm <storm@cua.dk>
1867
1868 * pcvs.el (cvs-mode-diff-yesterday): New command.
1869
1870 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1871
1872 2004-06-10 Juri Linkov <juri@jurta.org>
1873
1874 * emacs-lisp/edebug.el (edebug-eval-defun):
1875 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1876 Fix docstring.
1877
1878 * simple.el (eval-expression-print-format): Don't print additional
1879 information on the first call to `eval-print-last-sexp'.
1880 (next-error-find-buffer): Fix punctuation.
1881 (killing) <defgroup>: Fix punctuation.
1882 (yank-excluded-properties): Change group from editing to killing.
1883
1884 * replace.el (perform-replace): Use `limit' to terminate the
1885 while-loop explicitly.
1886
1887 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1888
1889 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1890 Use lc-*.xpm as prefix instead of *-locol.xpm.
1891
1892 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1893 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1894 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1895 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1896 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1897 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1898 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1899 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1900 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1901 * toolbar/lc-up_arrow.xpm:
1902 Renamed from *-locol.xpm.
1903
1904 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1905
1906 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1907 include forms like &<str>; as valid url patterns.
1908
1909 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1910
1911 * dired.el (dired-diff, dired-backup-diff)
1912 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1913 (dired-do-chown, dired-do-touch, dired-do-print)
1914 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1915 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1916 (dired-create-directory, dired-do-copy, dired-do-symlink)
1917 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1918 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1919 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1920 (dired-maybe-insert-subdir, dired-next-subdir)
1921 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1922 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1923 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1924 (dired-run-shell-command, dired-query): Remove redundant,
1925 or incorrect, autoloads.
1926
1927 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1928 does not end in a slash. Add optional argument KILL-ROOT.
1929 Update docstring.
1930 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1931 (dired-query): Add autoloads.
1932
1933 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1934
1935 * progmodes/compile.el (compilation-set-window-height):
1936 Rearrange the save-* functions because a buffer can have several current
1937 point in different windows.
1938 (compilation-error-regexp-alist-alist): Recognize {standard input}
1939 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1940
1941 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1942
1943 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1944 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1945 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1946 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1947 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1948 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1949 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1950 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1951 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1952 * toolbar/up_arrow-locol.xpm:
1953 New versions of icons that uses fewer colors.
1954
1955 * toolbar/tool-bar.el (tool-bar-local-item)
1956 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1957 if display-color-cells is 256 or less.
1958
1959 2004-06-08 Kim F. Storm <storm@cua.dk>
1960
1961 * wid-edit.el (widget-specify-button): Use hand pointer rather
1962 than mouse-face as visible mouse-over effect.
1963
1964 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1965
1966 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1967 and `print-level' to nil when writing out `save-place-alist'.
1968 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1969
1970 2004-06-07 Juanma Barranquero <lektu@terra.es>
1971
1972 * completion.el (completion-kill-region): Doc fix.
1973
1974 * format.el (format-insert-annotations)
1975 (format-annotate-location): Doc fixes.
1976 (format-subtract-regions): Make arguments match their use in docstring.
1977
1978 * simple.el (kill-region): Doc fix.
1979
1980 * subr.el (insert-buffer-substring-no-properties)
1981 (insert-buffer-substring-as-yank): Doc fixes.
1982
1983 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1984
1985 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1986 Update docstring.
1987 (dired-reset-subdir-switches): New function.
1988
1989 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1990 Limit scope of `buffer-read-only' binding.
1991
1992 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1993
1994 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1995 eshell-explicit-command-char.
1996
1997 2004-06-06 Juanma Barranquero <lektu@terra.es>
1998
1999 * help-fns.el (help-argument-name): Inherit from italic face only
2000 if the frame supports it.
2001
2002 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2003
2004 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
2005 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
2006 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
2007 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
2008 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
2009 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
2010 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
2011 New conversions from xpm files.
2012
2013 * toolbar/README: New file.
2014
2015 2004-06-06 Richard M. Stallman <rms@gnu.org>
2016
2017 * isearch.el (isearch-mode-map): Undo previous change.
2018
2019 2004-06-05 Juri Linkov <juri@jurta.org>
2020
2021 * bindings.el (debug-ignored-errors): Add regexps for history
2022 related messages. Remove $ from "No further undo information".
2023 Move Ediff's messages to ediff.el.
2024
2025 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
2026
2027 * cus-edit.el (custom-display): Add `min-colors'.
2028
2029 * custom.el (defface): Add `supports' to docstring.
2030
2031 * help-fns.el (help-argument-name): Add :group 'help.
2032
2033 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
2034
2035 * find-dired.el (find-ls-subdir-switches): New user option.
2036 (find-dired): No longer call `abbreviate-file-name' on DIR.
2037 Set `dired-subdir-switches' buffer-locally.
2038
2039 * locate.el: Merge the two `Commentary' sections.
2040 (locate-ls-subdir-switches): New user option.
2041 (locate): Update for other changes.
2042 (locate-mode-map): Restore Dired binding for mouse-2.
2043 Bind `locate-mouse-view-file' to M-mouse-2.
2044 Bind `l' to `locate-do-redisplay'.
2045 (locate-main-listing-line-p, locate-do-redisplay): New functions.
2046 (locate-mouse-view-file, locate-tags, locate-find-directory):
2047 Print message if used outside main listing.
2048 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
2049 Various changes to support inserted subdirectories.
2050 (locate-insert-header): Change header of *Locate* buffer.
2051
2052 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2053 Change interactive default switches.
2054 (dired-rename-subdir-2): Update `dired-switches-alist'.
2055 (dired-insert-subdir, dired-kill-subdir):
2056 Handle `dired-switches-alist'. Do not mark buffer modified.
2057 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
2058 (dired-insert-subdir-doinsert): Omit messages.
2059 Handle `dired-subdir-switches'.
2060 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2061
2062 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
2063 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
2064 subdirs if -R switch is used for a subdir.
2065 (dired-mode): Set `dired-switches-alist'.
2066 (dired-build-subdir-alist): Only print number of directories in
2067 echo area when invoked interactively.
2068
2069 2004-06-05 Lars Hansen <larsh@math.ku.dk>
2070
2071 * dired-x.el (dired-omit-mode): Rename from
2072 dired-omit-files-p. Use define-minor-mode to define it.
2073 (dired-omit-files-p): Add as alias for dired-omit-mode.
2074 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
2075 dired-mark-omitted.
2076 (dired-mark-omitted): Add. Bind to M-O.
2077
2078 2004-06-05 Kenichi Handa <handa@m17n.org>
2079
2080 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
2081
2082 2004-06-05 Juanma Barranquero <lektu@terra.es>
2083
2084 * help-fns.el (help-argument-name): Reintroduce face.
2085 (help-default-arg-highlight): Use it, now that
2086 `face-differs-from-default-p' can be trusted.
2087
2088 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2089
2090 * textmodes/table.el: Sentence commands added to Point Motion
2091 group; kill and backward-kill commands added to Extraction group.
2092
2093 2004-06-04 Mario Lang <mlang@delysid.org>
2094
2095 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
2096 systems appear to use mW, make the code handle this. Fix a
2097 division-by-zero bug while at it, and handle kernels with
2098 a slightly different layout in /proc/acpi.
2099
2100 2004-06-04 Karl Fogel <kfogel@red-bean.com>
2101
2102 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
2103 because the latter is a CL-ism. This fixes the bug reported by
2104 Shawn Boyette <mdxi@collapsar.net> in
2105 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2106
2107 2004-06-04 Miles Bader <miles@gnu.org>
2108
2109 * faces.el (display-supports-face-attributes-p): Function moved to
2110 C code. Previously only the tty-related portion of this function
2111 was done in C; however the previous attempt to do a halfway-proper
2112 job for non-tty displays in lisp didn't work properly because of
2113 funny conditions during Emacs startup.
2114 (face-differs-from-default-p): Simplify, now that
2115 display-supports-face-attributes-p works properly on all display
2116 types. Remove :stipple from comparison; it doesn't really work
2117 in emacs anyway.
2118
2119 2004-06-04 Miles Bader <miles@gnu.org>
2120
2121 * faces.el (face-differs-from-default-p): Use a different
2122 implementation, so we can really check whether FACE displays
2123 differently or not.
2124
2125 2004-06-04 Miles Bader <miles@gnu.org>
2126
2127 * faces.el (display-supports-face-attributes-p): Implement a
2128 `different from default' check for non-tty displays.
2129
2130 2004-06-03 David Kastrup <dak@gnu.org>
2131
2132 * woman.el (woman-mapcan): More concise code.
2133 (woman-topic-all-completions, woman-topic-all-completions-1)
2134 (woman-topic-all-completions-merge): Replace by a simpler and
2135 much faster implementation based on O(n log n) sort/merge instead
2136 of the old O(n^2) behavior.
2137
2138 2004-06-03 Miles Bader <miles@gnu.org>
2139
2140 * subr.el (read-number): Use canonical format for default in prompt.
2141
2142 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
2143 Add regexp for " [...]" style defaults.
2144
2145 2004-06-02 Romain Francoise <romain@orebokech.com>
2146
2147 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
2148 groups: if the user asks for a hidden buffer, open the
2149 corresponding filter group to expose it.
2150
2151 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
2152 `ibuffer-jump-to-buffer'.
2153 (ibuffer-jump-offer-only-visible-buffers): New user option.
2154
2155 2004-06-02 Juanma Barranquero <lektu@terra.es>
2156
2157 * faces.el (frame-update-faces): Add empty docstring so the one
2158 for `ignore' doesn't show through.
2159
2160 * subr.el (process-kill-without-query): Remove spurious "\n" on
2161 obsolescence string.
2162 (focus-frame, unfocus-frame): Add obsolescence declaration and
2163 empty docstring.
2164
2165 * international/mule.el (register-char-codings): Make alias for
2166 `ignore'. Move docstring to obsolescence info and remove redundancy.
2167
2168 2004-06-02 Kim F. Storm <storm@cua.dk>
2169
2170 * frame.el (blink-cursor-start): Turn cursor off initially so blink
2171 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
2172
2173 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * comint.el (comint-replace-by-expanded-history-before-point):
2176 Obey `start' as the docstring says.
2177 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
2178 (comint-update-fence): Prevent font-lock from running unnecessarily.
2179 (comint-dynamic-list-completions): Use with-current-buffer.
2180
2181 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2182
2183 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
2184 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
2185 (bibtex-entry-update): Handle alternatives and optional fields.
2186 (bibtex-parse-entry): Bugfix, handle empty key.
2187
2188 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * vc-arch.el (vc-arch-state): Don't assume the file exists.
2191
2192 2004-05-31 Lars Hansen <larsh@math.ku.dk>
2193
2194 * desktop.el (desktop-save): Don't save minor modes without a
2195 known mode initialization function.
2196
2197 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
2198
2199 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
2200
2201 * autorevert.el: Update `Commentary' section.
2202
2203 2004-05-30 Juanma Barranquero <lektu@terra.es>
2204
2205 * dos-fns.el (convert-standard-filename):
2206 * files.el (convert-standard-filename):
2207 * w32-fns.el (convert-standard-filename):
2208 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
2209
2210 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2211
2212 Sync with Tramp.
2213
2214 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
2215 (tramp-let-maybe): Move to an earlier spot in the file.
2216 Patch by Andreas Schwab.
2217
2218 2004-05-30 Andreas Schwab <schwab@suse.de>
2219
2220 * dired.el (dired-get-filename): Don't use dired-re-dot.
2221
2222 2004-05-30 Richard M. Stallman <rms@gnu.org>
2223
2224 * files.el (find-file): Doc fix.
2225
2226 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
2227
2228 2004-05-30 Nick Roberts <nickrob@gnu.org>
2229
2230 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
2231 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
2232 modeline of the locals buffer.
2233 (gdb-goto-breakpoint): Handle gdbmi.
2234 (gdb-get-frame-number): Change for gdbmi.
2235
2236 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
2237
2238 * files.el (file-remote-p): Apply file name handler for operation
2239 `file-remote-p'. It isn' a property any longer.
2240 (file-relative-name): `fh' and `fd' get the required value via
2241 `find-file-name-handler' already.
2242
2243 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
2244 (top): Remove setting of `file-remote-p' property for
2245 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
2246
2247 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
2248
2249 Version 2.0.41 of Tramp released.
2250
2251 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
2252 Throw away if process has died.
2253 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
2254 (tramp-out-of-band-prompt-regexp): Rename to
2255 `tramp-process-alive-regexp', because its usage is widen.
2256 (tramp-actions-copy-out-of-band): Apply it.
2257 (tramp-actions-before-shell, tramp-multi-actions):
2258 Add `tramp-action-process-alive' action.
2259 (tramp-action-process-alive): New defun.
2260 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2261 Add entry for `file-remote-p'.
2262 (tramp-handle-file-remote-p): New defun.
2263 (top): Remove setting of `file-remote-p'. Don't set
2264 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
2265
2266 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2267 `file-remote-p'.
2268
2269 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
2270 counted for (last) line. [They should or they shouldn't? --Stef]
2271 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
2272
2273 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2274
2275 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
2276 not really necessary but seems to keep the shell history smaller
2277 in some cases. It is no substitute for setting HISTFILE and
2278 HISTSIZE from tramp-open-connection-setup-interactive-shell,
2279 though. Suggested by Luc Teirlinck.
2280 (tramp-open-connection-setup-interactive-shell): Export variables
2281 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
2282 (tramp-set-process-query-on-exit-flag): New compat function.
2283 (tramp-open-connection-multi, tramp-open-connection-su)
2284 (tramp-open-connection-rsh, tramp-open-connection-telnet)
2285 (tramp-do-copy-or-rename-file-out-of-band): Use it.
2286 (tramp-let-maybe): New macro, let-binds a variable only if it
2287 isn't obsolete.
2288 (tramp-check-ls-commands, tramp-handle-expand-file-name)
2289 (tramp-handle-file-truename): Use it.
2290 (tramp-completion-file-name-regexp-unified): Avoid matching
2291 filenames starting with "/:" -- those are reserved for
2292 file-name-non-special.
2293
2294 * tramp-smb.el (tramp-smb-open-connection):
2295 Use tramp-set-process-query-on-exit-flag compat function.
2296
2297 2004-05-29 Richard M. Stallman <rms@gnu.org>
2298
2299 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
2300
2301 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
2302 (eval-last-sexp-print-value): Print char equivalent regardless
2303 of standard-output value.
2304
2305 * thumbs.el (thumbs-subst-char-in-string): Delete.
2306 (thumbs-thumbname): Use subst-char-in-string.
2307 (thumbs-resize-image): Use condition-case, not ignore-errors.
2308 (thumbs-kill-buffer): Likewise.
2309
2310 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
2311 (thumbs-mode): Make buffer read-only.
2312 (thumbs-make-thumb): Unconditionally accept an existing file.
2313 (thumbs-insert-thumb): Add thumb-image-file property to the image.
2314 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
2315 (thumbs-show-thumbs-list): Error if images not supported.
2316 (thumbs-save-current-image): Improve prompt string.
2317 (thumbs-mode-map): Define u, R, x.
2318 (thumbs-unmark): New command.
2319 (thumbs-emboss-image): Minor cleanup.
2320 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2321 (thumbs-rename-images): New command.
2322 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
2323
2324 * thumbs.el (thumbs-current-image): New function.
2325 (thumbs-file-list, thumbs-file-alist): New functions.
2326 (thumbs-find-image): Delete arg L.
2327 Don't set up thumbs-fileL as buffer-local global var.
2328 (thumbs-find-image-at-point): Use thumbs-current-image.
2329 (thumbs-set-image-at-point-to-root-window): Likewise.
2330 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2331 Record and warn about errors. Update thumbs-markedL for deletions.
2332 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2333 (thumbs-redraw-buffer): Use thumbs-file-list.
2334 (thumbs-mark): Use thumbs-current-image.
2335 (thumbs-show-name): Use thumbs-current-image.
2336
2337 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2338 and imenu--last-menubar-index-alist.
2339
2340 * subr.el (with-selected-window): Undo previous change.
2341
2342 2004-05-29 John Paul Wallington <jpw@gnu.org>
2343
2344 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2345 (thumbs-mouse-find-image): New command.
2346 (thumbs-mode-map): Bind it to mouse-2.
2347 (thumbs-mode): Make mode-class special.
2348 (thumbs-view-image-mode): Likewise.
2349
2350 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2351
2352 * flymake.el: New file.
2353
2354 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2355
2356 * files.el (find-file-noselect-1): Do not bind
2357 `inhibit-read-only' to t during execution of
2358 `find-file-not-found-functions'.
2359
2360 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2363 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2364
2365 2004-05-28 Juri Linkov <juri@jurta.org>
2366
2367 * simple.el (eval-expression-print-format): New fun.
2368
2369 * simple.el (eval-expression):
2370 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2371 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2372 (edebug-eval-expression): Print additionally the value returned by
2373 `eval-expression-print-format'.
2374
2375 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2376 (insert-pair): Make arguments optional. Find character pair
2377 from `insert-pair-alist' according to the last input event.
2378 (insert-parentheses): Make arguments optional.
2379 (raise-sexp, delete-pair): New funs.
2380
2381 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2382 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2383 Bind C-M-q to `indent-pp-sexp'.
2384
2385 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2386 `pp-to-string' modified to be able to format text with newlines.
2387 (pp-to-string): Move the buffer-formatting part of the code to
2388 `pp-buffer'. Call `pp-buffer'.
2389
2390 * info.el (Info-desktop-buffer-misc-data): Don't save information
2391 about virtual files.
2392 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2393 buffers with names obtained from the desktop file instead of the
2394 default *info* buffer.
2395
2396 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * subr.el (with-selected-window): Only save/restore the selected window.
2399
2400 * progmodes/compile.el (compilation-error-regexp-alist):
2401 Use expand-file-name and data-directory.
2402
2403 * progmodes/grep.el (grep-tree): Rework previous fix.
2404
2405 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2406 after the user marked text with the mouse.
2407
2408 * startup.el (command-line): Keep the first regexp of
2409 auto-save-file-name-transforms intact.
2410
2411 2004-05-28 Juanma Barranquero <lektu@terra.es>
2412
2413 * cus-edit.el (customize-face, customize-face-other-window)
2414 (custom-face-edit-delete): Make arguments match their use in
2415 docstring.
2416 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2417 docstring.
2418
2419 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2420 not `cvs-butlast'.
2421
2422 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2423 `nbutlast' are in subr.el).
2424
2425 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2426 (set-w32-system-coding-system): Doc fixes.
2427
2428 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2429 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2430 Make arguments match their use in docstring.
2431 (artist-draw-region-trim-line-endings)
2432 (artist-mouse-choose-operation): Fix typo in docstring.
2433 (artist-key-set-point-common): Doc fix.
2434
2435 2004-05-28 Simon Josefsson <jas@extundo.com>
2436
2437 * mail/smtpmail.el (smtpmail-open-stream):
2438 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2439
2440 2004-05-26 Simon Josefsson <jas@extundo.com>
2441
2442 * starttls.el: Merge with my GNUTLS based starttls.el.
2443 (starttls-gnutls-program, starttls-use-gnutls)
2444 (starttls-extra-arguments, starttls-process-connection-type)
2445 (starttls-connect, starttls-failure, starttls-success): New variables.
2446 (starttls-program, starttls-extra-args): Doc fix.
2447 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2448 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2449 and pass on to corresponding *-gnutls function if it is set.
2450
2451 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2452
2453 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2454 remote files.
2455
2456 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * files.el (file-name-non-special): There are more operations
2459 which need handling: `find-backup-file-name',
2460 `insert-file-contents', `verify-visited-file-modtime',
2461 `write-region'. Rename t value of method to `add'. Add new
2462 methods `quote' and `unquote-then-quote' to file-arg-indices.
2463
2464 2004-05-25 Juri Linkov <juri@jurta.org>
2465
2466 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2467 (Info-index-nodes): Enclose code in condition-case to catch errors.
2468 (Info-index-node): Don't search all index nodes if request is only
2469 for the current node and file is not in the cache of index nodes.
2470 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2471 for consistency with dired-copy-filename-as-kill.
2472 Bind `S' to Info-search-case-sensitively.
2473 (Info-copy-current-node-name): New arg. With zero prefix arg put
2474 the name inside a function call to `info'. Display copied text in
2475 the echo area.
2476
2477 2004-05-25 Sam Steingold <sds@gnu.org>
2478
2479 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2480 strip the package prefix from the symbol name, if any.
2481 Make it the `find-tag-default-function' for `lisp-mode'.
2482
2483 2004-05-25 John Paul Wallington <jpw@gnu.org>
2484
2485 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2486 instead of obsolete `process-kill-without-query'.
2487
2488 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2489 Declare as variable, not constant.
2490
2491 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2492
2493 * files.el (find-file-noselect-1): Fix bug introduced by
2494 Revision 1.694. As a side effect, `inhibit-read-only'
2495 is again, by default, t during execution of
2496 `find-file-not-found-functions'.
2497 (insert-directory): Check that lines were really inserted by
2498 the --dired switch, before erasing them.
2499
2500 2004-05-24 Nick Roberts <nickrob@gnu.org>
2501
2502 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2503 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2504 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2505 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2506 gud-minor-mode (gdbmi).
2507
2508 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2509
2510 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2511 explicitly select the text to be taken as URL.
2512
2513 2004-05-23 Juri Linkov <juri@jurta.org>
2514
2515 * info.el (Info-index-nodes): New var and fun.
2516 (Info-goto-index, Info-index, info-apropos)
2517 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2518 (Info-index): Fix docstring. Store and restore Info-history-list.
2519 (Info-complete-nodes): New var.
2520 (Info-complete-menu-item): Use it.
2521 (Info-index-node): New fun.
2522 (Info-final-node, Info-forward-node, Info-backward-node)
2523 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2524 Use Info-index-node.
2525 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2526 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2527 (Info-find-node-2): If a node with period in its name not found,
2528 try to find a node without the name part after period.
2529 (Info-select-node): Call Info-fontify-node only if
2530 Info-fontify-maximum-menu-size is not nil.
2531 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2532 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2533 Preserve Info-history-list.
2534 (Info-toc): Set Info-current-file.
2535 (Info-build-toc): Move point to the beginning of the buffer.
2536 Add main-file variable.
2537 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2538 Use backslashed representation of the control character ^_.
2539
2540 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2541 numbers in the new Texinfo 4.7 format.
2542
2543 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2544 regexps for function and variable names.
2545
2546 * descr-text.el (describe-property-list): Add [show] button for
2547 `syntax-table' property with action to pp to a separate buffer.
2548 (describe-char): Replace search-forward by re-search-forward with
2549 whitespace regexp after "character:" to not fail in too narrow windows.
2550
2551 * simple.el (next-error-find-buffer): Add a rule to return
2552 next-error capable buffer if one window on the selected frame
2553 displays such buffer.
2554
2555 2004-05-23 Nick Roberts <nickrob@gnu.org>
2556
2557 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2558 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2559 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2560 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2561 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2562 Handle new value for gud-minor-mode (gdbmi).
2563 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2564 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2565 Change from local to global gdb variable set.
2566 (gdb-ann3): Initialise above gdb variable set.
2567 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2568 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2569 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2570 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2571 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2572 (gdb-info-locals-handler, gdb-invalidate-assembler)
2573 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2574 set as global variables.
2575 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2576 Handle gdbmi.
2577 (gdb-info-breakpoints-custom): Fix regexp.
2578 (def-gdb-var): Delete.
2579
2580 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2581 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2582 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2583 a new mode. The file (gdb-mi.el) for this mode will be included
2584 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2585 primary interface.
2586
2587 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2588
2589 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2590 interpreted as a directory.
2591
2592 2004-05-22 Richard M. Stallman <rms@gnu.org>
2593
2594 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2595 as a close quote.
2596
2597 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2598
2599 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2600 Use assoc-string, not assoc-ignore-case.
2601
2602 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2603
2604 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2605 If moving back then fwd gets a defun that ends before point,
2606 try again moving fwd then back.
2607
2608 * files.el (file-name-non-special): Allow t in file-arg-indices
2609 to mean requote the return value. Use `identity' as an element
2610 rather than as the whole value.
2611
2612 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2613
2614 2004-05-22 Juanma Barranquero <lektu@terra.es>
2615
2616 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2617 `help-make-usage'.
2618 (help-highlight-arguments): Skip function name before searching
2619 for arguments.
2620
2621 2004-05-21 Juanma Barranquero <lektu@terra.es>
2622
2623 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2624 Don't mention in the docstring these arguments meant for
2625 internal (recursive) use only.
2626 (allout-char-spec): Comment out (it's not implemented).
2627 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2628 obsolescence declaration.
2629 (allout-flatten-exposed-to-buffer)
2630 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2631 (my-mark-marker): Doc fix.
2632 (produce-allout-mode-map, allout-sibling-index)
2633 (allout-isearch-expose, allout-distinctive-bullet)
2634 (allout-open-topic, allout-reindent-body)
2635 (allout-rebullet-heading, allout-process-exposed)
2636 (allout-insert-listified, allout-latex-verb-quote)
2637 (allout-insert-latex-header, allout-insert-latex-trailer):
2638 Make arguments match their use in docstring.
2639 (allout-primary-bullet, allout-old-style-prefixes)
2640 (allout-inhibit-protection, allout-init, allout-mode)
2641 (allout-before-change-protect, allout-flag-region):
2642 Use "Emacs" instead of "emacs" in docstrings.
2643
2644 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2645
2646 * international/characters.el: Modify syntax of more characters.
2647
2648 2004-05-21 Masatake YAMATO <jet@gyve.org>
2649
2650 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2651 (etags-tags-completion-table): Show parsing progress.
2652
2653 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2654
2655 * locate.el (locate-prompt-for-command): Shorten first line of
2656 docstring.
2657 (locate-mode): Expand docstring and include keymap summary.
2658
2659 * files.el (find-file-noselect-1): Limit the scope of the
2660 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2661 is, by default, nil during the execution of
2662 `find-file-not-found-functions' and `find-file-hook'.
2663
2664 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2665
2666 * facemenu.el (facemenu-color-name-equal): New function.
2667 (list-colors-display): Use it to compare colors instead of
2668 facemenu-color-equal.
2669
2670 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2671
2672 * compare-w.el (compare-windows-face): Use min-colors instead of
2673 checking for tty or pc types.
2674
2675 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2678 (completion-setup-function): Use with-current-buffer.
2679 Properly save excursion. Simplify.
2680 Don't assume there is necessarily a `mouse-face' property somewhere.
2681
2682 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2683
2684 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2685
2686 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2687 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2688 Use with-current-buffer.
2689 (byte-goto-log-buffer): Delete.
2690 (byte-compile-log-file): Call compilation-forget-errors.
2691
2692 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2693
2694 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2695 output messages into the search result.
2696
2697 2004-05-19 Masatake YAMATO <jet@gyve.org>
2698
2699 * wid-edit.el (widget-radio-button-notify): Revert my last
2700 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2701
2702 2004-05-19 Kenichi Handa <handa@m17n.org>
2703
2704 * international/characters.el: Fix syntax (open/close) of CJK chars.
2705
2706 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2707
2708 * help-mode.el (help-go-back): Don't depend on position of back button.
2709
2710 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2713 files files don't contain an accidental additional /.
2714
2715 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2716 in source buffer.
2717
2718 2004-05-18 Masatake YAMATO <jet@gyve.org>
2719
2720 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2721 to widget-apply. :action method assumes 2 arguments, not 3.
2722
2723 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2724
2725 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2726 New constants.
2727 (hs-special-modes-alist): Add an f90-mode entry.
2728
2729 2004-05-17 Sam Steingold <sds@gnu.org>
2730
2731 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2732 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2733
2734 2004-05-16 Kim F. Storm <storm@cua.dk>
2735
2736 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2737
2738 2004-05-15 John Wiegley <johnw@newartisans.com>
2739
2740 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2741 (eshell-output-object-to-target): Improve output speed 20% by not
2742 calling `eshell-stringify' if something is already known to be a string.
2743
2744 2004-05-15 Alex Ott <ott@jet.msk.su>
2745
2746 * textmodes/ispell.el (ispell-local-dictionary-alist):
2747 Add windows-1251 to the choice of coding systems.
2748 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2749 encoded in cp1251.
2750
2751 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2752
2753 * progmodes/compile.el (compilation-warning-face)
2754 (compilation-info-face): Use min-colors.
2755
2756 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2757
2758 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2759 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2760 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2761 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2762 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2763 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2764 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2765 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2766 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2767 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2768 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2769 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2770 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2771 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2772
2773 2004-05-15 Kim F. Storm <storm@cua.dk>
2774
2775 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2776 Use it to set triggered-p element of timer.
2777 (timer-event-handler): Set triggered-p element non-nil while running
2778 the timer function.
2779
2780 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * descr-text.el (describe-char-unicode-data)
2783 (describe-char-unicodedata-file): Re-enable the unicode code now that
2784 the licensing issues have been cleared in the unicode-4 license.
2785 (describe-text-properties-1): Remove unused `overlay' var.
2786 (describe-char): Remove unused var `buffer'.
2787
2788 2004-05-14 David Ponce <david@dponce.com>
2789
2790 * tree-widget.el: New file.
2791
2792 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2793
2794 * language/european.el ("Brazilian Portuguese"): Add support for
2795 Brazilian Portuguese.
2796
2797 2004-05-13 John Wiegley <johnw@newartisans.com>
2798
2799 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2800 `recentf-mode' if this variable has been customized to t.
2801
2802 * eshell/esh-test.el (eshell-test): Call the function
2803 `emacs-version' rather than trying to build a custom version string.
2804
2805 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * net/telnet.el (telnet-mode): Use define-derived-mode.
2808 Don't modify the global value of comint-prompt-regexp.
2809
2810 2004-05-13 John Paul Wallington <jpw@gnu.org>
2811
2812 * version.el (emacs-version): Check for `gtk' feature before
2813 `x-toolkit' feature.
2814
2815 2004-05-13 Juanma Barranquero <lektu@terra.es>
2816
2817 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2818 arguments in the docstring, they're used only in recursive calls.
2819
2820 * help-fns.el (help-arg-highlighting-function)
2821 (help-argument-name): Delete.
2822 (help-default-arg-highlight): New function.
2823 (help-do-arg-highlighting): Use it.
2824
2825 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2826
2827 * calendar/appt.el (appt-disp-window):
2828 Use `calendar-set-mode-line' for a centered mode-line.
2829
2830 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2831
2832 * calendar/appt.el (appt-disp-window): Do not split window
2833 excessively when `split-height-threshold' is low.
2834
2835 2004-05-12 Nick Roberts <nickrob@gnu.org>
2836
2837 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2838 kill-buffer-hook here and make it local.
2839 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2840
2841 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2842
2843 * progmodes/compile.el (compilation-set-window-height):
2844 Use save-excursion to protect against misplaced marker.
2845
2846 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2847
2848 * custom.el (defface): Document that type can have value gtk.
2849
2850 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2851
2852 2004-05-12 Kenichi Handa <handa@m17n.org>
2853
2854 * descr-text.el: Require quail at comile time.
2855 (describe-char): If an input method is on and it supports the
2856 character, show how to input it.
2857
2858 * international/quail.el (quail-install-decode-map): Accept a
2859 char-table whose subtype is `quail-decode-map'.
2860 (quail-store-decode-map-key, quail-gen-decode-map1)
2861 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2862 (quail-show-key): New functions.
2863
2864 2004-05-12 Juanma Barranquero <lektu@terra.es>
2865
2866 * generic.el (define-generic-mode): Remove redundant arglist info.
2867
2868 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2869 Make arguments match their use in docstring.
2870 (help-arg-highlighting-function): New variable.
2871 (help-argument-name): Mention it in the docstring.
2872 (help-do-arg-highlight): Use it. Expand regexp to accept also
2873 ARG-xxx and xxx-ARG references.
2874
2875 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2876
2877 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2878 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2879 and "mailto:addr1?to=addr2" equal.
2880
2881 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2882
2883 * man.el (Man-getpage-in-background): Use shell-file-name
2884 and shell-command-switch variables instead of hard-coded values.
2885
2886 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2887
2888 * iimage.el: New file.
2889
2890 2004-05-11 Juanma Barranquero <lektu@terra.es>
2891
2892 * custom.el (custom-initialize-default, defcustom):
2893 Fix typo in docstring.
2894
2895 * files.el (set-visited-file-name, file-expand-wildcards):
2896 Fix docstring.
2897
2898 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2899
2900 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2901
2902 * subr.el (eventp): Be more discriminating with integers.
2903
2904 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2905
2906 * progmodes/compile.el (compile): Add universal prefix arg.
2907 (compilation-error-regexp-alist-alist): Add edg patterns.
2908
2909 2004-05-10 Sam Steingold <sds@gnu.org>
2910
2911 * textmodes/ispell.el (ispell-message):
2912 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2913
2914 2004-05-10 Dave Love <fx@gnu.org>
2915
2916 * progmodes/python.el (help-buffer): Autoload when compiling.
2917 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2918 (run-python): Prepend to any existing PYTHONPATH.
2919
2920 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2921
2922 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2923 for pending breakpoints.
2924
2925 2004-05-10 Richard M. Stallman <rms@gnu.org>
2926
2927 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2928 directly without calling any functions in Rmail.
2929 (unrmail-unprune): Function deleted.
2930
2931 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2934 C-c C-z binding.
2935
2936 2004-05-10 Kenichi Handa <handa@m17n.org>
2937
2938 * descr-text.el (describe-char): Fix previous change. Don't make
2939 a unibyte character to multibyte in the *Help* buffer.
2940
2941 2004-05-10 Miles Bader <miles@gnu.org>
2942
2943 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2944 buffer an error if the debugger process is actually running.
2945
2946 2004-05-10 Juanma Barranquero <lektu@terra.es>
2947
2948 * help-fns.el (help-argument-name): Default to italic.
2949 (help-highlight-arguments): Return always (usage . doc), even when
2950 usage is nil.
2951
2952 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2953 (define-ibuffer-filter): Add usage info.
2954 (define-ibuffer-op): Add usage info (but CL-style defaults for
2955 keyword args are not shown).
2956
2957 * subr.el (remove-overlays, read-passwd): Fix docstring.
2958 (start-process-shell-command): Fix docstring. Put usage info in a
2959 format usable by `describe-function'.
2960 (open-network-stream, open-network-stream-nowait)
2961 (open-network-stream-server): Fix docstring.
2962
2963 2004-05-09 Jason Rumney <jasonr@gnu.org>
2964
2965 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2966 Only define cp125* if windows-125* is already defined.
2967
2968 * language/korean.el (cp949): Add alias.
2969
2970 * language/chinese.el (cp936, cp950): Add aliases.
2971
2972 * language/japanese.el (cp932): Add alias.
2973
2974 * term/w32-win.el: Require code-pages.
2975
2976 * international/mule-cmds.el (set-locale-environment):
2977 On MS-Windows use ansi code-page for default coding-systems.
2978 Set up paper sizes for Windows 3 letter languages.
2979
2980 * international/code-pages.el (cp932, cp936, cp949, cp950):
2981 Add aliases. Also add cp125* if not already defined.
2982
2983 2004-05-09 Juanma Barranquero <lektu@terra.es>
2984
2985 * help-fns.el (help-highlight-arguments): Don't try to highlight
2986 missing or autoloaded arglists. Accept structured arguments, like
2987 the first ones of `do' and `flet'.
2988
2989 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2990 (cvs-get-marked): Remove redundant arglist info.
2991
2992 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2993 Don't use CL-style default args.
2994
2995 2004-05-08 Andreas Schwab <schwab@suse.de>
2996
2997 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2998
2999 * international/subst-ksc.el: Fix references to utf-translate-cjk
3000 into utf-translate-cjk-mode.
3001 * international/subst-big5.el: Likewise.
3002 * international/subst-gb2312.el: Likewise.
3003 * international/subst-jis.el: Likewise.
3004 * international/utf-16.el: Likewise.
3005 * international/utf-8.el: Likewise.
3006
3007 2004-05-08 John Wiegley <johnw@newartisans.com>
3008
3009 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
3010 "virtual buffers" (off by default), which makes it possible to
3011 switch to the "virtual" buffers of recently visited files. When a
3012 buffer name search fails, and this option is on, iswitchb will
3013 look at the list of recently visited files, and permit matching
3014 against those names. When the user hits RET on a match, it will
3015 revisit that file.
3016 (iswitchb-read-buffer): Add two optional arguments, which makes
3017 isearchb.el possible.
3018 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
3019 (iswitchb-next-match): Add support for virtual buffers.
3020
3021 * isearchb.el: This module extends iswitchb to provide "as you
3022 type" buffer selection.
3023
3024 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
3025 Ignore the read-only property when flyspell highlighting is on.
3026 Not ignoring it leads to a series of confusing errors.
3027 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
3028 but also make sure to call flyspell-incorrect-hook.
3029 (flyspell-maybe-correct-transposition): Perform transposition test
3030 by bit twiddling a string, rather than using a temp buffer.
3031 (flyspell-maybe-correct-doubling): Use a string rather than a temp
3032 buffer. This is also the original version of the code, which
3033 could not be checked in before due to a previous lack of
3034 assignment papers. This version has seen heavy usage on my system
3035 for several years now.
3036
3037 * calendar/cal-bahai.el: New file, which adds support for the
3038 Baha'i calendar to Emacs. This calendar is based on a solar year
3039 of 19 months of 19 days, with 4 intercalary days. Each year
3040 begins on March 21, with the calendar starting in 1844.
3041
3042 * calendar/cal-menu.el, calendar/calendar.el,
3043 calendar/diary-lib.el, calendar/holidays.el: Added support for
3044 using cal-bahai.el.
3045
3046 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
3047 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
3048 function can be used outside of eshell buffers.
3049 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
3050
3051 2004-05-08 Juanma Barranquero <lektu@terra.es>
3052
3053 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
3054 word constituent so FOO-ARG is not recognized as an arg.
3055 (help-highlight-arguments): Don't skip lists in mandatory arguments.
3056
3057 * simple.el (next-error): Fix typo in docstring.
3058 (open-line): Make argument names match their use in docstring.
3059 (split-line): Fix docstring.
3060
3061 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
3062 usable by `describe-function'.
3063 (gensym, gentemp, typep, ignore-errors): Make argument names match
3064 their use in docstring.
3065
3066 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
3067 argument to `help-setup-xref'.
3068
3069 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
3070
3071 Version 2.0.40 of Tramp released.
3072
3073 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
3074 Use symbol-function to invoke functions only known on some Emacs
3075 flavors. This avoids byte-compiler warnings. Reported by Kevin
3076 Scaldeferri <kevin@scaldeferri.com>.
3077 (tramp-do-copy-or-rename-file-via-buffer): Rename from
3078 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
3079 consistent with the other tramp-do-* functions.
3080 (tramp-do-copy-or-rename-file): Calls adjusted.
3081 (tramp-process-initial-commands): Avoid liveness check on shell --
3082 we know that it must be alive since we're opening a connection at
3083 this moment.
3084 (tramp-last-cmd): New internal variable.
3085 (tramp-process-echoes): New tunable.
3086 (tramp-send-command): Set tramp-last-cmd.
3087 (tramp-wait-for-output): Delete echo, if applicable.
3088 (tramp-read-passwd): Construct the key for the password cache in a
3089 way that works for multi methods, too.
3090 (tramp-bug): Add backup-directory-alist and
3091 bkup-backup-directory-info to bug reports, with Tramp counterparts.
3092
3093 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
3094
3095 * net/tramp*.el: Suppress byte-compiler warnings where possible.
3096
3097 * net/tramp.el (tramp-out-of-band-prompt-regexp)
3098 (tramp-actions-copy-out-of-band): New defcustoms.
3099 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
3100 used instead of a synchronous one. Allows password entering.
3101 (tramp-action-out-of-band): New defun.
3102 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
3103 Remove restriction with password from doc string.
3104 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
3105 `tramp-out-of-band-prompt-regexp',
3106 `tramp-actions-copy-out-of-band', `password-cache' and
3107 `password-cache-expiry'.
3108 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
3109 password caching.
3110 (tramp-touch): FILE can be a local file, too.
3111 (TODO): Remove items done.
3112 (tramp-handle-insert-directory): Properly quote file name also if
3113 not full-directory-p. Handle wildcard case. Reported by Andreas
3114 Schwab <schwab@suse.de>.
3115 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
3116 new file.
3117 (tramp-handle-file-local-copy, tramp-handle-write-region):
3118 The permissions of the temporary file are set if filename exists.
3119 Reported by Ted Stern <stern@cray.com>.
3120 (tramp-backup-directory-alist)
3121 (tramp-bkup-backup-directory-info): New defcustoms.
3122 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
3123 (tramp-handle-find-backup-file-name): New function.
3124 Implements Tramp's find-backup-file-name.
3125
3126 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
3127 for `find-backup-file-name'.
3128
3129 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
3130 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
3131
3132 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3133
3134 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
3135
3136 2004-05-07 Juanma Barranquero <lektu@terra.es>
3137
3138 * subr.el (lambda): Add arglist description to docstring.
3139 (declare): Fix typo in docstring.
3140 (open-network-stream): Fix docstring.
3141 (process-kill-without-query): Fix docstring and add obsolescence info.
3142 (last, butlast, nbutlast): Make arguments match their use in docstring.
3143 (insert-buffer-substring-no-properties): Likewise.
3144 (insert-buffer-substring-as-yank): Likewise.
3145 (split-string): Fix docstring.
3146
3147 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3148 Make argument names match their use in docstring.
3149
3150 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
3151
3152 2004-05-06 Nick Roberts <nickrob@gnu.org>
3153
3154 * progmodes/gdb-ui.el: Improve/extend documentation strings.
3155 Fit first sentence on one line for apropos-command.
3156
3157 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 Changes largely merged in from Dave Love's code.
3160 * progmodes/python.el: Doc fixes.
3161 (python-mode-map): Add python-complete-symbol.
3162 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
3163 (python-comment-indent, python-complete-symbol)
3164 (python-symbol-completions, python-partial-symbol)
3165 (python-try-complete): New.
3166 (python-indent-line): Remove optional arg. Use python-block-end-p.
3167 (python-check): Bind compilation-error-regexp-alist.
3168 (inferior-python-mode): Use rx. Move keybindings to top level.
3169 Set comint-input-filter.
3170 (python-preoutput-filter): Use rx.
3171 (python-input-filter): Re-introduce.
3172 (python-proc): Start new process if necessary.
3173 Check python-buffer non-nil.
3174 (view-return-to-alist): Defvar.
3175 (python-send-receive): New.
3176 (python-eldoc-function): Use it.
3177 (python-mode-running): Don't defvar.
3178 (python-mode): Set comment-indent-function.
3179 Maybe update hippie-expand-try-functions-list.
3180 (python-indentation-levels): Initialize differently.
3181 (python-block-end-p): New.
3182 (python-indent-line): Use it.
3183 (python-compilation-regexp-alist): Augment.
3184 (run-python): Import `emacs' module to Python rather than loading
3185 code directly. Set python-buffer differently.
3186 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
3187 Use python-proc.
3188 (python-send-command): Go to end of comint buffer.
3189 (python-load-file): Use python-proc, emacs.eimport.
3190 (python-describe-symbol): Simplify interactive form.
3191 Use emacs.help. Do use temp-buffer-show-hook.
3192 Call print-help-return-message.
3193 (hippie-exp): Require when compiling.
3194 (python-preoutput-continuation): Use rx.
3195
3196 * diff-mode.el (diff-make-unified): Fix regexp.
3197
3198 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
3199
3200 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
3201 filter groups from the buffer when rebuilding the Ibuffer buffer
3202 and `ibuffer-show-empty-filter-groups' is nil.
3203
3204 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3205
3206 * ps-print.el (ps-print-quote): Call ps-value-string.
3207 (ps-setup): Call ps-comment-string.
3208 (ps-value-string, ps-comment-string): New funs.
3209
3210 2004-05-06 Juanma Barranquero <lektu@terra.es>
3211
3212 * ehelp.el (electric-help-command-loop): Check whether the last
3213 character is visible, not (point-max).
3214
3215 * help-fns.el (help-argument-name): Default to bold; don't inherit
3216 from font-lock-variable-name-face.
3217 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
3218
3219 2004-05-05 Kenichi Handa <handa@m17n.org>
3220
3221 * descr-text.el (describe-char): Copy the character with text
3222 properties and overlays into the first line, and call
3223 describe-text-properties on it.
3224
3225 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
3226
3227 * iswitchb.el (iswitchb-global-map): Fix typo.
3228 Remove unwanted ###autoloads from source file.
3229
3230 2004-05-05 Lars Hansen <larsh@math.ku.dk>
3231
3232 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
3233 in run-hooks. Use substitute-command-keys in message.
3234 (wdired-abort-changes): Add message.
3235
3236 2004-05-03 Michael Mauger <mmaug@yahoo.com>
3237
3238 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
3239 (sql-emacs20-p): Remove.
3240 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
3241 (sql-builtin-face, sql-doc-face): Remove.
3242 (sql-mode-ansi-font-lock-keywords)
3243 (sql-mode-oracle-font-lock-keywords)
3244 (sql-mode-postgres-font-lock-keywords)
3245 (sql-mode-linter-font-lock-keywords)
3246 (sql-mode-ms-font-lock-keywords)
3247 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
3248 (sql-product-font-lock): Fix font-lock reset when font rules change.
3249 (sql-highlight-product): Remove incorrect font-lock reset logic.
3250
3251 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
3252
3253 * ses.el (ses-set-parameter): Fix typo.
3254
3255 2004-05-04 Kim F. Storm <storm@cua.dk>
3256
3257 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
3258 Must expand directory for completion to work; and don't mess with
3259 process-environment.
3260 (ido-read-file-name): If command has ido property, don't use ido
3261 if value is ignore, or read as directory if value is dir.
3262 Set ido ignore property for dired-do-rename command.
3263
3264 2004-05-04 Juanma Barranquero <lektu@terra.es>
3265
3266 * ehelp.el (electric-help-command-loop, electric-help-undefined)
3267 (electric-help-help): Check against unmapped commands.
3268
3269 * help-fns.el (help-argument-name): New face, inheriting from
3270 font-lock-variable-name-face, to highlight function arguments in
3271 `describe-function' and `describe-key'.
3272 (help-do-arg-highlight): Auxiliary function to highlight a given
3273 list of arguments in a string.
3274 (help-highlight-arguments): Highlight the function arguments and
3275 all uses of them in the docstring.
3276 (describe-function-1): Use it. Do docstring output via `insert',
3277 not 'princ', so text attributes are preserved.
3278
3279 * winner.el (winner-mode-map): Move `winner-undo' and
3280 `winner-redo' to C-c <left> and C-c <right>, respectively (the
3281 previous bindings conflict with `prev-buffer', `next-buffer').
3282
3283 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3284
3285 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
3286 (bibtex-entry-update): New command bound to C-c C-u.
3287 (bibtex-text-in-string): Fix regexp.
3288 (bibtex-assoc-of-regexp): Remove.
3289 (bibtex-progress-message): Fix docstring.
3290 (bibtex-inside-field): Use if.
3291 (bibtex-assoc-regexp): New function.
3292 (bibtex-format-entry): Make code more robust so that it formats
3293 also old entries.
3294 (bibtex-autokey-demangle-title): Merge with obsolete function
3295 bibtex-assoc-of-regexp.
3296 (bibtex-field-list): New function.
3297 (bibtex-entry): Use bibtex-field-list.
3298 (bibtex-parse-entry): Fix docstring.
3299 (bibtex-print-help-message): Use bibtex-field-list.
3300 (bibtex-make-field): Use bibtex-field-list.
3301 (bibtex-entry-index): Bugfix. Return crossref key if required.
3302 (bibtex-lessp): Fix docstring.
3303
3304 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
3305
3306 * select.el (xselect-convert-to-string): Move comment to intended line.
3307
3308 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3309
3310 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
3311 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
3312
3313 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3314
3315 * term/x-win.el (x-clipboard-yank): Don't exit on error from
3316 x-get-selection.
3317
3318 2004-05-03 Jason Rumney <jasonr@gnu.org>
3319
3320 * makefile.nt: Remove.
3321
3322 2004-05-03 Kim F. Storm <storm@cua.dk>
3323
3324 * emulation/cua-base.el (cua--update-indications): Fix last change.
3325 (cua-mode): Deactivate mark when cua-mode is enabled.
3326
3327 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
3328
3329 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3330
3331 2004-05-03 Nick Roberts <nickrob@gnu.org>
3332
3333 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3334 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3335 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3336 window over visible frames.
3337 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3338
3339 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * progmodes/compile.el (compilation-gcpro): New var.
3342 (compilation-fake-loc): Use it.
3343 (compilation-forget-errors): Reset it.
3344
3345 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3346
3347 * diff-mode.el (diff-header-face, diff-file-header-face):
3348 Use min-colors.
3349
3350 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3351
3352 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3353 (bibtex-clean-entry): Disentangle code.
3354 (bibtex-realign): New function.
3355 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3356 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3357 Remove undocumented optional arg called-by-convert-alien.
3358 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3359 for sorting instead of bibtex-sort-buffer.
3360
3361 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3362
3363 * progmodes/compile.el (compilation-start): In the
3364 no-async-subprocesses branch, call sit-for to give redisplay a
3365 chance to show the updated process status in the mode line, and
3366 fontify the buffer explicitly after the process exits.
3367
3368 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * progmodes/python.el (python-compilation-line-number): Remove.
3371 (python-compilation-regexp-alist): Don't use it any more.
3372 (python-orig-start, python-input-filter): Remove.
3373 (inferior-python-mode): Don't set up comint-input-filter-functions.
3374 (python-send-region): Use compilation-fake-loc.
3375
3376 * progmodes/compile.el (compilation-messages-start): New var.
3377 (compilation-mode): Don't setup next-error-function here.
3378 (compilation-setup): Set it up here instead (for minor modes as well).
3379 Make compilation-messages-start buffer local.
3380 (compilation-next-error-function): Use it.
3381 (compilation-forget-errors): Set compilation-messages-start.
3382
3383 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3384
3385 * ielm.el (ielm-prompt-read-only): Update docstring.
3386
3387 * comint.el (comint-prompt-read-only): Update docstring.
3388 (comint-update-fence, comint-kill-whole-line)
3389 (comint-kill-region): New functions.
3390
3391 * simple.el (kill-whole-line): Use "p" instead of "P" in
3392 interactive form.
3393
3394 2004-05-01 Juanma Barranquero <lektu@terra.es>
3395
3396 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3397 format arglist so default values in CL-style argument lists are
3398 correctly shown.
3399
3400 2004-05-01 Jason Rumney <jasonr@gnu.org>
3401
3402 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3403
3404 2004-05-01 Kenichi Handa <handa@m17n.org>
3405
3406 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3407 quail file if it is up to date.
3408
3409 2004-04-30 Juri Linkov <juri@jurta.org>
3410
3411 * cus-edit.el (custom-mode-map):
3412 Add key binding `C-x C-s' to `Custom-save'.
3413
3414 * outline.el (outline-blank-line): New var.
3415 (outline-next-preface, outline-show-heading)
3416 (outline-end-of-subtree): Use it.
3417
3418 * dired-aux.el (dired-touch-initial): New fun.
3419 (dired-do-chxxx): Call it for op-symbol `touch'.
3420 (dired-diff): Use `dired-dwim-target-directory'
3421 if current dired buffer has no buffer mark.
3422
3423 * bindings.el (propertized-buffer-identification):
3424 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3425 Add C-M-arrow keys for consistency.
3426
3427 * files.el (confirm-kill-emacs):
3428 Change group from top-level `emacs' to `convenience'.
3429
3430 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3431 Push mark on the first call of successive command calls.
3432 (insert-pair): New fun created from `insert-parentheses' with
3433 `open' and `close' arguments added. Enclose active regions
3434 in paired characters. Compare adjacent characters syntax with
3435 inserted characters syntax before inserting a space.
3436 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3437
3438 * delsel.el: Don't put `delete-selection' property
3439 on `insert-parentheses' symbol to take advantage of
3440 region handling in `insert-pair' function.
3441 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3442
3443 2004-04-30 Kim F. Storm <storm@cua.dk>
3444
3445 * emulation/cua-base.el: Add support for changing cursor types;
3446 based on patch from Michael Mauger.
3447 (cua-normal-cursor-color, cua-read-only-cursor-color)
3448 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3449 Customization cursor type and/or cursor color.
3450 (cua--update-indications): Handle cursor type changes.
3451 (cua-mode): Update cursor indications if enabled.
3452
3453 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3454
3455 * mouse.el (mouse-drag-copy-region): New defcustom.
3456 (mouse-set-region, mouse-drag-region-1): Use it.
3457
3458 * simple.el (kill-ring-save): If region face background color is
3459 unspecified (if no highlighting), show extent of fully visible
3460 region even if transient-mark-mode is enabled.
3461
3462 * emulation/cua-base.el (cua--standard-movement-commands):
3463 Add cua-scroll-up and cua-scroll-down.
3464 (cua-scroll-up, cua-scroll-down): New commands.
3465 (cua--init-keymaps): Remap scroll-up and scroll-down.
3466
3467 * emulation/cua-rect.el (cua--convert-rectangle-as):
3468 New defmacro.
3469 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3470 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3471 New commands (suggested by Jordan Breeding).
3472
3473 2004-04-30 Juanma Barranquero <lektu@terra.es>
3474
3475 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3476
3477 2004-04-30 Mario Lang <mlang@delysid.org>
3478
3479 * diff.el (diff-switches): Fix typo in docstring.
3480
3481 2004-04-30 Alex Schroeder <alex@gnu.org>
3482
3483 * xml.el (xml-debug-print-internal): Don't add newline and
3484 indentation to text nodes and write empty elements as empty tags
3485 instead of opening and closing tags.
3486 (xml-debug-print): Take optional indent-string argument.
3487 (xml-print): Alias for xml-debug-print.
3488
3489 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3490
3491 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3492 than duplicate call to `line-beginning-position'.
3493
3494 * progmodes/f90.el (f90-get-present-comment-type):
3495 Return whitespace, as well as comment chars, for consistent filling
3496 of comment blocks. Use `match-string-no-properties'.
3497 (f90-break-line): Trim trailing whitespace when filling comments.
3498
3499 2004-04-30 Dave Love <fx@gnu.org>
3500
3501 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3502 (diary-from-outlook-internal, diary-from-outlook)
3503 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3504 New functions to import diary entries from Outlook-format
3505 appointments in mail messages.
3506
3507 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * progmodes/python.el (python-send-command): New fun.
3510 (python-send-region, python-load-file): Use it.
3511
3512 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3513
3514 * help-fns.el (help-C-file-name): Use new subr-name.
3515 Prepend `src/' to the file name.
3516 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3517 (describe-function-1, describe-variable): Only find a C source file
3518 name if DOC is already loaded.
3519
3520 * help-mode.el (help-function-def, help-variable-def):
3521 Use the new find-function-search-for-symbol functionality.
3522 Allow FILE to be `C-source'.
3523
3524 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3525 (find-function-C-source): New fun.
3526 (find-function-search-for-symbol): Use it.
3527
3528 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3529
3530 * progmodes/sql.el (sql-product-alist): Rename variable
3531 `sql-product-support'. Add Postgres login parameters.
3532 (sql-set-product, sql-product-feature): Update with renamed variable.
3533 (sql-connect-postgres): Add username prompt.
3534 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3535 Make patterns less product specific.
3536 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3537 (sql-mode-abbrev-table): Modify initialization.
3538 (sql-builtin-face): Add variable.
3539 (sql-keywords-re): Add macro.
3540 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3541 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3542 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3543 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3544 (sql-mode-linter-font-lock-keywords)
3545 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3546 (sql-mode-sybase-font-lock-keywords)
3547 (sql-mode-informix-font-lock-keywords)
3548 (sql-mode-interbase-font-lock-keywords)
3549 (sql-mode-ingres-font-lock-keywords)
3550 (sql-mode-solid-font-lock-keywords)
3551 (sql-mode-sqlite-font-lock-keywords)
3552 (sql-mode-db2-font-lock-keywords): Default to nil.
3553 (sql-product-font-lock): Always highlight ANSI keywords.
3554 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3555 (sql-send-string): Add function.
3556
3557 2004-04-29 Dave Love <fx@gnu.org>
3558
3559 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3560 (cfengine-end-of-defun): Ensure progress through buffer.
3561
3562 * info-look.el (cfengine-mode): Accept a terminal ().
3563
3564 2004-04-29 Juri Linkov <juri@jurta.org>
3565
3566 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3567 instead of isearch-yank-word-or-char. Add new key bindings for
3568 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3569 (isearch-del-char): New fun.
3570 (isearch-forward, isearch-edit-string): Update docstring.
3571 (isearch-yank-char): Doc fix.
3572 (isearch-other-meta-char): Restore point after scrolling.
3573
3574 * progmodes/compile.el (compilation-context-lines): Add nil option
3575 to disable compilation output window scrolling.
3576 (compilation-set-window): Use it.
3577
3578 * outline.el (outline-next-preface, outline-show-heading):
3579 Don't leave unhidden blank line before heading.
3580 (outline-end-of-subtree): Include last newline into subtree.
3581 (hide-entry): Leave point at beginning of heading instead of end.
3582 (outline-up-heading): Push mark for the first call of successive
3583 command calls.
3584
3585 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3586
3587 * comint.el (comint-prompt-read-only): New variable.
3588 (comint-output-filter): Implement it.
3589
3590 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3591 (ielm-prompt-internal): New variable.
3592 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3593 (ielm-send-input): Delete unused variable `buf'.
3594 (ielm-eval-input): Use `ielm-prompt-internal'.
3595 (inferior-emacs-lisp-mode): Use new variables
3596 `comint-prompt-read-only' and `ielm-prompt-internal'.
3597 Get rid of obsolete variable `directory-sep-char'.
3598 (ielm): Use `zerop'.
3599
3600 2004-04-29 John Paul Wallington <jpw@gnu.org>
3601
3602 * thumbs.el (toplevel): Require cl at compile time.
3603 Remove conditional definitions of `ignore-errors' and `caddar'
3604 because they occur at run time.
3605
3606 2004-04-28 Nick Roberts <nickrob@gnu.org>
3607
3608 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3609 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3610 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3611 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3612
3613 * progmodes/gud.el (gud-common-init): Throw an error if program is
3614 already running under gdb.
3615
3616 2004-04-28 John Paul Wallington <jpw@gnu.org>
3617
3618 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3619 (thumbs-show-image-num): Move assignment of
3620 `thumbs-current-image-filename' within scope of `i'.
3621 (thumbs-emboss-image): Don't use `evenp'.
3622
3623 2004-04-28 Richard M. Stallman <rms@gnu.org>
3624
3625 * progmodes/compile.el (compilation-context-lines): Default now 0.
3626
3627 2004-04-28 Juanma Barranquero <lektu@terra.es>
3628
3629 Use `time-less-p' from calendar/time-date.el instead of defining
3630 custom versions of it.
3631
3632 * pcomplete.el (pcomplete-time-less-p): Remove.
3633
3634 * thumbs.el (time-less-p): Remove.
3635
3636 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3637 (timeclock-generate-report): Use `time-less-p'.
3638
3639 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3640 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3641
3642 2004-04-28 Masatake YAMATO <jet@gyve.org>
3643
3644 * subr.el (remove-overlays): Make arguments optional.
3645
3646 * wid-edit.el (widget-specify-button): Put evaporate to the
3647 overlay for sample.
3648 (widget-specify-sample): Put evaporate to the overlay for sample.
3649 (widget-specify-doc): Put evaporate to the overlay for documentation.
3650
3651 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3652
3653 * info.el (info-apropos): Make it an index node. Align node names
3654 like makeinfo.
3655
3656 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3657
3658 * net/browse-url.el (browse-url-netscape-sentinel)
3659 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3660 (browse-url-epiphany-sentinel, browse-url-mosaic):
3661 Use browse-url-*-program instead of a literal program name.
3662
3663 2004-04-27 Kevin Ryde <user42@zip.com.au>
3664
3665 * eshell/em-alias.el:
3666 * eshell/em-dirs.el:
3667 * eshell/em-hist.el:
3668 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3669 features when M-x customize-group loads modules before the main
3670 eshell.el.
3671
3672 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3673
3674 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3675 either a character representation of an event or an event
3676 description list.
3677
3678 * type-break.el: Capitalise Emacs and Lisp.
3679 (type-break-good-break-interval, type-break-demo-boring-stats)
3680 (type-break-terse-messages, type-break-file-name): New defcustoms.
3681 (type-break-post-command-hook)
3682 (type-break-warning-countdown-string): Quote variable names in doc.
3683 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3684 (type-break-mode): Document type-break-good-break-interval and the
3685 "session" file. Schedule break according to the session file.
3686 Kill session file buffer on exit. Organise for save-some-buffers
3687 to always save the session file.
3688 (type-break-mode-line-message-mode, type-break-query-mode):
3689 Uppercase arguments.
3690 (type-break-file-time, type-break-file-keystroke-count, timep)
3691 (type-break-choose-file, type-break-get-previous-time)
3692 (type-break-get-previous-count): New defuns.
3693 (type-break): Avoid break querying after a completed break in the
3694 case where the query was initiated during user invocation of the
3695 break. Optional terse messages.
3696 Use type-break-good-break-interval if type-break-good-rest-interval is
3697 nil. File the break time.
3698 (type-break-schedule): New optional args for overriding the use of
3699 the current time.
3700 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3701 after a break.
3702 (type-break-check): File the keystroke count.
3703 (type-break-do-query): Prevent a second query when the break is
3704 interrupted. Optional terse message.
3705 (type-break-keystroke-reset): Record the start of a typing interval.
3706 (type-break-demo-boring): Optional terse messages. Display word
3707 per minute and keystroke counts according to
3708 type-break-demo-boring-stats.
3709
3710 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3711
3712 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3713 directories, make sure they exist under archive-tmpdir.
3714
3715 2004-04-27 Juri Linkov <juri@jurta.org>
3716
3717 * help.el (view-emacs-news): With argument, display info for the
3718 selected version by finding it among different NEWS files, and
3719 narrowing the buffer to the selected version.
3720
3721 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3722 same-window-buffer-names.
3723 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3724 non-numeric prefix argument, append the number to the buffer name
3725 for numeric prefix argument.
3726 (info-other-window): Bind same-window-regexps to nil.
3727 (Info-reference-name): Rename to Info-point-loc.
3728 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3729 and Info-find-index-name for stringy Info-point-loc.
3730 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3731 without middle `.', but with final `.' and optional line number
3732 for it. Set Info-point-loc for index nodes.
3733 (Info-index): Remove middle `.' from index entry regexp.
3734 Modify line number regexp.
3735 (Info-index-next): Decrement line number.
3736 (info-apropos): Remove middle `.' from index entry regexp.
3737 Add optional line number regexp at the end. Add matched value
3738 for line number to the result list and insert it to the buffer.
3739 Replace match-string by match-string-no-properties.
3740 Reorder result list.
3741 (Info-fontify-node): Hide index line numbers.
3742 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3743 empty matches.
3744 (Info-follow-reference): Use `str' instead of
3745 Info-following-node-name-re.
3746 (Info-toc): Use full file names. Set Info-current-node to "Top".
3747 (Info-fontify-node): Compare file names without directory name.
3748 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3749 Set second arg of Info-extract-menu-node-name for index nodes.
3750 (info-xref-visited): Use magenta3 instead of magenta4.
3751 (Info-mode): Add info-apropos to docstring.
3752
3753 * log-view.el (log-view-diff): Replace interactive code "r"
3754 by a list to allow to call it even if region is not active.
3755
3756 * paren.el (show-paren-highlight-openparen): New var.
3757 (show-paren-function): Turn on openparen highlighting when
3758 matching forward if show-paren-highlight-openparen is non-nil.
3759
3760 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3761 the constant value 1.
3762 (completions-common-part): Expand docstring.
3763
3764 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3765
3766 2004-04-27 Kim F. Storm <storm@cua.dk>
3767
3768 * image.el (insert-sliced-image): Use line-height instead of
3769 line-spacing property on newline.
3770
3771 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3772
3773 * desktop.el (desktop-buffer-misc-data-function): Rename to
3774 desktop-save-buffer and change docstring.
3775 (desktop-buffer-modes-to-save): Delete.
3776 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3777 desktop-buffer-modes-to-save.
3778 (desktop-save): Rename desktop-buffer-misc-data-function to
3779 desktop-save-buffer and allow non-function value.
3780 (desktop-missing-file-warning): Correct docstring.
3781
3782 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3783 to desktop-save-buffer.
3784
3785 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3786 desktop-save-buffer.
3787
3788 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3789
3790 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3791
3792 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3793
3794 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3795
3796 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3797
3798 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3799 (ielm): Only go to the end of the buffer when starting a new process.
3800
3801 2004-04-25 Juanma Barranquero <lektu@terra.es>
3802
3803 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3804 mode line. Bind `inhibit-read-only' to t before modifying
3805 properties of text in the buffer.
3806 (ielm): Force point to the end of buffer, even when running ielm
3807 from inside itself.
3808
3809 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3810
3811 * info.el (info-apropos): Reset Info-complete-cache.
3812
3813 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3814
3815 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3816 Also recognize severe Irix et al. messages.
3817 (compilation-normalize-filename, compile-abbreviate-directory):
3818 Delete functions.
3819 (compilation-get-file-structure): New function inherits
3820 functionality of the two preceding ones.
3821 (compilation-internal-error-properties, compilation-fake-loc):
3822 Use it so that different paths to the same file share the same
3823 markers. Also optimize finding adjacent marker slightly.
3824
3825 2004-04-25 Kim F. Storm <storm@cua.dk>
3826
3827 * image.el (insert-sliced-image): Add line-spacing t property
3828 to newlines separating image lines.
3829
3830 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3831
3832 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3833
3834 * ielm.el (ielm-prompt-read-only): New user option.
3835 (ielm-prompt): Expand docstring to describe new behavior.
3836 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3837 mention it in the docstring.
3838
3839 2004-04-24 Andreas Schwab <schwab@suse.de>
3840
3841 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3842
3843 * diff.el (diff): Set default-directory in diff buffer.
3844
3845 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3846
3847 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3848 mail was being composed if the terminal cannot display more than
3849 one frame; instead, switch to previous frame.
3850
3851 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3852 (rmail-start-mail): Support rmail-mail-new-frame even on
3853 terminals that can display only one frame at a time.
3854
3855 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3858 (checkdoc-output-font-lock-keywords): Remove error regexp.
3859 (checkdoc-output-mode-map): Remove.
3860 (checkdoc-output-mode): Derive from compilation-mode.
3861 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3862
3863 * dired.el (dired-mode-map): Add a menu entry for wdired.
3864
3865 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3866 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3867
3868 * wdired.el: (wdired-mode-map): Move init into declaration.
3869 Fix `return' binding.
3870 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3871 Use force-mode-line-update.
3872 (wdired-get-filename): Use `unless'.
3873 (wdired-preprocess-files): Don't assume names have no \n and use / for
3874 dir separator.
3875 (wdired-normalize-filename): Use replace-regexp-in-string.
3876 (wdired-load-hooks): Remove.
3877 (wdired-mode-hooks): Rename to wdired-mode-hook.
3878
3879 * info-look.el: Add support for cfengine-mode.
3880 (info-lookup-setup-mode): Use dolist.
3881
3882 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3883
3884 * wdired.el: New file.
3885
3886 2004-04-23 Juanma Barranquero <lektu@terra.es>
3887
3888 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3889
3890 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3891 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3892 (pcomplete--help, pcomplete--here): Doc fixes.
3893
3894 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3895
3896 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3897 handles wrong-number-of-arguments in backend call.
3898
3899 * vc.el (vc-print-log): Likewise.
3900
3901 2004-04-20 Dave Love <fx@gnu.org>
3902
3903 * emacs-lisp/rx.el: Doc fixes.
3904 (rx-constituents): Add/extend many forms.
3905 (rx-check): Check form is a list.
3906 (bracket): Defvar.
3907 (rx-check-any, rx-any, rx-check-not): Modify.
3908 (rx-not): Simplify.
3909 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3910 (rx-kleene): Use rx-trans-forms.
3911 (rx-quote-for-set): Delete.
3912 (rx): Allow multiple args.
3913
3914 2004-04-23 Kenichi Handa <handa@m17n.org>
3915
3916 * international/mule-util.el (char-displayable-p): Simplify by
3917 using internal-char-font.
3918
3919 2004-04-23 Juanma Barranquero <lektu@terra.es>
3920
3921 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3922
3923 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * diff-mode.el (diff-next-error): New fun.
3926 (diff-mode): Use it.
3927
3928 * simple.el (next-error): Change arg name.
3929 Add support for the documented C-u C-x ` usage.
3930
3931 * frame.el (special-display-popup-frame, next-multiframe-window)
3932 (previous-multiframe-window): Only consider frames on same display.
3933
3934 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3935
3936 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3937 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3938
3939 2004-04-22 Kim F. Storm <storm@cua.dk>
3940
3941 * net/telnet.el (telnet): Add optional port arg.
3942
3943 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3946 Minor sanity check on the `hyperlink' slot.
3947
3948 * Makefile.in (recompile): Compile new files.
3949
3950 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3951 Add byte-recompile-directory's optional `arg'.
3952
3953 * cvs-status.el (cvs-tree-use-charset): New var.
3954 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3955 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3956 (cvs-status-cvstrees): Use it.
3957
3958 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3959 Make it a normal major mode.
3960 (checkdoc-buffer-label): Make sure the file name is meaningful.
3961 (checkdoc-output-to-error-buffer): Remove.
3962 (checkdoc-error, checkdoc-start-section): Rewrite.
3963
3964 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3965 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3966 (Info-title-4-face): Use new syntax.
3967 (info-xref-visited): Inherit from info-xref.
3968
3969 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3970
3971 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3972
3973 * simple.el (next-error-last-buffer, next-error-function):
3974 New variables for the next-error framework.
3975 (next-error-buffer-p): New function.
3976 (next-error-find-buffer): Generalize compilation-find-buffer.
3977 (next-error, previous-error, first-error, next-error-no-select)
3978 (previous-error-no-select): Move from compile.el.
3979
3980 * replace.el (occur-next-error, occur-1): Hook into the next-error
3981 framework.
3982
3983 * progmodes/compile.el (compilation-start):
3984 Set next-error-last-buffer so next-error knows where to jump.
3985 (compilation-setup): Set the buffer-local variable
3986 next-error-function to 'compilation-next-error-function.
3987 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3988 alternate way to find if a buffer is a compilation buffer, for
3989 next-error convenience.
3990 (next-error-no-select, previous-error-no-select, next-error)
3991 (previous-error, first-error): Move to simple.el.
3992 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3993 (compilation-last-buffer): Remove.
3994 (compilation-start, compilation-next-error, compilation-setup)
3995 (compilation-next-error-function, compilation-find-buffer):
3996 Remove compilation-last-buffer use.
3997
3998 2004-04-21 Juanma Barranquero <lektu@terra.es>
3999
4000 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
4001 (font-lock-warning-face): Fix spacing.
4002
4003 * makefile.w32-in (WINS): Add url/ directory.
4004
4005 2004-04-21 Lars Hansen <larsh@math.ku.dk>
4006
4007 * desktop.el (desktop-buffer-mode-handlers): New variable.
4008 Alist of major mode specific functions to restore a desktop buffer.
4009 (desktop-buffer-handlers): Make variable obsolete.
4010 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
4011 Catch errors signaled in handlers. Update buffer count.
4012 Evaluate desktop-buffer-point.
4013 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
4014 move to dired.el.
4015 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
4016 move to info.el.
4017 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
4018 move to mail/rmail.el.
4019 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
4020 to mh-e/mh-e.el.
4021 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
4022 On fail, print message (to message buffer) even if
4023 desktop-missing-file-warning is nil.
4024 (desktop-buffer-misc-data-function): New buffer local variable.
4025 Function returning major mode specific data.
4026 (desktop-buffer-misc-functions): Make variable obsolete.
4027 (desktop-save): Use desktop-buffer-misc-data-function.
4028 (desktop-buffer-dired-misc-data): Rename to
4029 dired-desktop-buffer-misc-data and move to dired.el.
4030 (desktop-buffer-info-misc-data): Rename to
4031 Info-desktop-buffer-misc-data and move to info.el.
4032 (desktop-read): Add message about number of buffers restored/failed.
4033
4034 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
4035 Add parameters. Pause to display error only when
4036 desktop-missing-file-warning is non-nil.
4037 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4038 (dired-mode): Bind desktop-buffer-misc-data-function.
4039
4040 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
4041 Add Parameters.
4042 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4043 (Info-mode): Bind desktop-buffer-misc-data-function.
4044
4045 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
4046 Add Parameters.
4047
4048 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
4049 Add Parameters.
4050
4051 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
4052
4053 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
4054 the case of letters in case-insensitive expansions when the
4055 abbrev is preceded by characters with letter syntax.
4056
4057 2004-04-21 Richard M. Stallman <rms@gnu.org>
4058
4059 * progmodes/cperl-mode.el (cperl-putback-char):
4060 Delete Emacs 18 definition.
4061
4062 * international/mule.el (ctext-post-read-conversion):
4063 Use assoc-string, not assoc-ignore-case.
4064
4065 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
4066
4067 * emacs-lisp/easymenu.el (easy-menu-add):
4068 Do call x-popup-menu, but only if it's defined.
4069
4070 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
4071
4072 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
4073 Handle multiple args: compile like progn.
4074
4075 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
4076 take all args as &rest arg.
4077
4078 * autoinsert.el (auto-insert-alist): Insert the user's name in
4079 copyright notice, rather than Free Software Foundation.
4080
4081 2004-04-21 Kenichi Handa <handa@m17n.org>
4082
4083 * descr-text.el (describe-char): Make it work on *Help* buffer.
4084
4085 2004-04-21 Kim F. Storm <storm@cua.dk>
4086
4087 * image.el (insert-image): Add optional SLICE arg.
4088 (insert-sliced-image): New defun.
4089
4090 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
4091
4092 * subr.el (read-number): Check whether `default' is nil.
4093
4094 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * progmodes/compile.el (compilation-error-properties):
4097 Split into two.
4098 (compilation-internal-error-properties): New one.
4099 (compilation-compat-error-properties): Use it. Fix the non-marker case.
4100
4101 2004-04-20 Richard M. Stallman <rms@gnu.org>
4102
4103 * window.el (split-window-save-restore-data):
4104 Don't update the data if OLD-INFO is nil.
4105
4106 * view.el (view-return-to-alist): Mark it permanent local.
4107
4108 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
4109
4110 * recentf.el (recentf-save-list): Catch and warn about errors.
4111
4112 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
4113 so "Buffers" won't be pure.
4114
4115 * help-mode.el (help-mode-finish): Set help-return-alist first
4116 thing, setting only the entry for the selected window.
4117
4118 * help-fns.el (describe-function-1): If many non-control non-meta
4119 keys run the command, don't list all of them.
4120
4121 2004-04-20 Juanma Barranquero <lektu@terra.es>
4122
4123 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
4124 arg. Copied from Andre Spiegel's patch of 2004-03-21.
4125
4126 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
4127
4128 2004-04-20 Kenichi Handa <handa@m17n.org>
4129
4130 * international/quail.el (quail-lookup-key): New optional arg
4131 NOT-RESET-INDICES.
4132 (quail-get-translations): Call quail-lookup-key with
4133 NOT-RESET-INDICES t.
4134 (quail-completion): Likewise.
4135 (quail-lookup-map-and-concat): Likewise.
4136
4137 2004-04-20 Kenichi Handa <handa@m17n.org>
4138
4139 * international/quail.el (quail-update-translation): Don't insert
4140 such an unsupported multibyte char in a unibyte buffer.
4141
4142 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
4143
4144 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
4145 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
4146 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
4147 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
4148 (gdb-frame-assembler-buffer): Improve behaviour with
4149 multiple frames.
4150 (gdb-display-buffer): Extend search to all visible frames.
4151
4152 2004-04-19 Eli Zaretskii <eliz@gnu.org>
4153
4154 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
4155 characters left after base64 decoding.
4156 (rmail-decode-region): Use -dos variety of `coding', to remove any
4157 ^M characters left after qp or base64 decoding.
4158
4159 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4160
4161 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
4162 messages.
4163
4164 2004-04-19 Stephen Eglen <stephen@gnu.org>
4165
4166 * add-log.el (add-change-log-entry): Update doc string to mention
4167 add-log-full-name and add-log-mailing-address.
4168
4169 2004-04-18 Juri Linkov <juri@jurta.org>
4170
4171 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
4172 (Info-find-node-2): Simplify error message.
4173 (Info-insert-dir): Use Info-following-node-name.
4174 (Info-goto-node): Remove *info-history* and *info-toc*.
4175 (Info-history): Create a node of the virtual history file.
4176 (Info-toc): Create a node of the virtual toc file.
4177 (Info-insert-toc): New arg `curr-file' for reference file names.
4178 (info-apropos): Remove redundant var binding for temp-file.
4179 (Info-index, Info-index-next, Info-mode): Doc fix.
4180 (Info-goto-emacs-command-node): Don't jump to *info* from
4181 non-*info* Info buffers.
4182 (Info-fontify-node): Don't show the file name of external
4183 references if `Info-hide-note-references' is `hide'. Don't hide
4184 newlines at the end of paragraphs.
4185
4186 * international/mule-diag.el (list-input-methods):
4187 Fix args to help-xref-button.
4188
4189 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
4190 to put into effect local variables from TUTORIAL files.
4191
4192 * textmodes/paragraphs.el (sentence-end) <function>: New fun
4193 with default value taken from the variable `sentence-end'.
4194 (sentence-end) <defcustom>: Set default to nil. Doc fix.
4195 Add nil const to :type.
4196 (sentence-end-without-period, sentence-end-double-space)
4197 (sentence-end-without-space): Doc fix.
4198
4199 * textmodes/paragraphs.el (forward-sentence):
4200 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
4201 (fill-delete-newlines):
4202 * progmodes/cc-cmds.el (c-beginning-of-statement):
4203 Use function `sentence-end' instead of variable `sentence-end'.
4204
4205 2004-04-18 Andreas Schwab <schwab@suse.de>
4206
4207 * progmodes/compile.el (compilation-start): Set window start to
4208 point-min if compilation-scroll-output is nil.
4209
4210 2004-04-18 John Wiegley <johnw@newartisans.com>
4211
4212 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
4213
4214 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
4215
4216 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
4217 (gdb-info-breakpoints-custom): Revert previous change.
4218 (gdb-view-assembler): Update assembler if necessary.
4219 (gdb-frame-handler): Parse correctly for gdb-current-frame.
4220 (gdb-display-source-buffer): Update properly when both source and
4221 assembler are visible.
4222
4223 2004-04-17 John Wiegley <johnw@newartisans.com>
4224
4225 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
4226 which limits the number of names shown in the minibuffer. Off by
4227 default.
4228 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
4229 up iswitchb for users with a multitude of open buffers by showing
4230 only the first and last N/2 buffers in the completion list (which
4231 is enough to aid C-s/C-r, and to know that more characters are
4232 needed to refine the completion list).
4233
4234 2004-04-17 Richard M. Stallman <rms@gnu.org>
4235
4236 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
4237 (file-truename): Expand all ~ constructs directly.
4238 (insert-directory): Delete any error msg output by the
4239 `insert-directory-program'.
4240
4241 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
4242 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
4243 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
4244 (allout-init): Use find-file-hook, not find-file-hooks.
4245 (allout-mode): Eliminate Emacs 18 support.
4246 Use write-contents-functions, not local-write-file-hooks.
4247
4248 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
4249
4250 * progmodes/compile.el (compilation-error-properties): Fix for
4251 adding messages when there are already markers for their file.
4252 (compilation-fake-loc): New function.
4253
4254 2004-04-16 Dave Love <fx@gnu.org>
4255
4256 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
4257 (python-load-file): Fix python-orig-start setting.
4258
4259 * progmodes/compile.el: Doc fixes.
4260 (compilation-error-regexp-alist-alist)
4261 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
4262 (compilation-assq): Wrap in eval-when-compile.
4263 (compilation-mode-font-lock-keywords): Don't use list*.
4264 (compilation-start): Avoid warning.
4265 (compilation-compat-error-properties)
4266 (compilation-directory-properties): Add keymap property.
4267 (compilation-parsing-end): Make it a marker for better compatibility.
4268
4269 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
4270
4271 2004-04-16 Mark A. Hershberger <mah@everybody.org>
4272
4273 * xml.el: Doc fixes.
4274 (xml-get-children): Only looks at sub-tags and ignore strings.
4275
4276 * xml.el (xml-parse-tag): Avoid overwriting node-name.
4277
4278 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
4281
4282 2004-04-16 Andre Spiegel <spiegel@gnu.org>
4283
4284 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
4285
4286 * vc.el (vc-print-log): Likewise.
4287
4288 2004-04-16 Masatake YAMATO <jet@gyve.org>
4289
4290 * simple.el (completion-setup-function): Set an initial value
4291 to `element-common-end' before entering loop. Set a value
4292 to `element-common-end' at the end of loop.
4293 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
4294 (completions-common-part): Rename from completion-de-emphasis.
4295 (completions-first-difference): Rename from completion-emphasis.
4296 Suggested by RMS.
4297
4298 2004-04-16 Juanma Barranquero <lektu@terra.es>
4299
4300 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
4301 (bookmark-edit-annotation-mode): Add mode name.
4302
4303 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
4306 for nested conflict markers.
4307 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
4308
4309 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
4310
4311 * progmodes/gdb-ui.el (gdb-goto-info): New function.
4312
4313 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
4314
4315 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4318 Give a backtrace if requested.
4319
4320 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4321
4322 * progmodes/python.el (python-mouse-2-command, python-RET-command):
4323 Remove unused functions.
4324 (python-orig-start-line, python-orig-file): Remove.
4325 (python-orig-start): New var.
4326 (python-input-filter, python-compilation-line-number)
4327 (python-send-region, python-load-file): Use it.
4328
4329 * info.el (info): Always jump to *info*.
4330
4331 * subr.el (posn-set-point): New function.
4332
4333 * mouse.el (mouse-set-point): Use it.
4334
4335 * progmodes/compile.el (compile-goto-error): Use it.
4336 (compilation-button-map): New keymap.
4337 (compilation-error-properties): Use it.
4338 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4339
4340 * smerge-mode.el (smerge-popup-context-menu): Use it.
4341
4342 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4343 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4344 mouse and non-mouse case.
4345
4346 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4347 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4348
4349 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4350 Make it work for non-mouse events.
4351
4352 * pcvs-info.el (cvs-status-map): Update binding name.
4353
4354 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4355
4356 * xml.el (xml-maybe-do-ns): New function to handle namespace
4357 parsing of both attribute and element names.
4358 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4359 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4360 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4361 (xml-parse-attlist): Make it do its own namespace parsing.
4362
4363 2004-04-14 Dave Love <fx@gnu.org>
4364
4365 * progmodes/python.el (run-python): Fix use of \n.
4366 (python-load-file): Remove `try' from Python fragment.
4367 (python-describe-symbol): Fix message.
4368
4369 * comint.el: Doc fixes.
4370 (comint-last-input-start, comint-last-input-end)
4371 (comint-last-output-start): Give them values.
4372 (comint-arguments): Avoid warning.
4373 (comint-skip-prompt): Use line-end-position.
4374 (comint-backward-matching-input): Rename arg to agree with doc.
4375 (comint-extract-string): Use syntax-ppss.
4376 (comint-dynamic-simple-complete): Delete useless list construction.
4377 (comint-redirect-subvert-readonly): New.
4378 (comint-redirect-preoutput-filter): Use it.
4379
4380 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4381 Correctly handle negative arguments when calling hook functions.
4382
4383 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4384
4385 * info.el (info-apropos): Don't clobber Info-history-list.
4386
4387 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4388
4389 * progmodes/compile.el (compilation-setup):
4390 Localize overlay-arrow-position.
4391 (compilation-sentinel): Restructure code equivalently.
4392 (compilation-next-error): Find message on same line after point if
4393 not found before point.
4394 (compile-mouse-goto-error): Restore function so that compilation
4395 buffer need not be current and use compile-goto-error.
4396 (compile-goto-error): Restore function.
4397 (next-error): Set overlay-arrow-position.
4398 (compilation-forget-errors): Don't localize already local
4399 compilation-locs and remove FIXME about refontifying.
4400
4401 2004-04-14 Kim F. Storm <storm@cua.dk>
4402
4403 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4404 (command-line): New option -Q. Like -q --no-site-file, but
4405 in addition it also disables menu-bar, tool-bar, scroll-bars,
4406 tool-tips, and the blinking cursor.
4407 (command-line-1): Skip startup screen if -Q.
4408 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4409
4410 * emulation/cua-base.el (cua-read-only-cursor-color)
4411 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4412
4413 2004-04-13 Dave Love <fx@gnu.org>
4414
4415 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4416 (syntax): Don't require.
4417 (python) <defgroup>: Add :version.
4418 (python-quote-syntax): Re-written.
4419 (inferior-python-mode): Move stuff here from run-python and add
4420 some more.
4421 (python-preoutput-continuation, python-preoutput-result)
4422 (python-dotty-syntax-table): New.
4423 (python-describe-symbol): Use them.
4424 (run-python): Move stuff to inferior-python-mode. Modify code
4425 loaded into Python.
4426 (python-send-region): Use python-proc, python-send-string.
4427 (python-send-string): Send newlines too. Callers changed.
4428 (python-load-file): Re-written.
4429 (python-eldoc-function): New.
4430 (info-look): Don't require.
4431 (python-after-info-look): New. A modified version of former
4432 top-level code for use with eval-after-load.
4433 (python-maybe-jython, python-guess-indent): Use widened buffer.
4434 (python-fill-paragraph): Re-written.
4435 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4436 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4437
4438 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4441 Set compilation-error-regexp-alist earlier.
4442
4443 * progmodes/compile.el (compilation-minor-mode-map)
4444 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4445 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4446
4447 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4450 corresponding to the event.
4451
4452 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4453
4454 * loadup.el: Add cygwin to system-type list, for unexec() support.
4455
4456 2004-04-12 John Paul Wallington <jpw@gnu.org>
4457
4458 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4459 (ibuffer-restore-window-config-on-quit): New variable to replace
4460 `ibuffer-delete-window-on-quit'. Update all references.
4461 (ibuffer-prev-window-config): New variable.
4462 (ibuffer-quit): Restore previous window configuration instead of
4463 deleting window.
4464 (ibuffer): Save window configuration before showing Ibuffer buffer.
4465
4466 * help.el (describe-mode): Doc fix.
4467
4468 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4471 not to treat nil as a function.
4472
4473 * vc-arch.el (vc-arch-root): Be a bit more careful.
4474 (vc-arch-register): Save the buffer if we modified it.
4475 (vc-arch-delete-rej-if-obsolete): Save excursion.
4476 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4477 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4478
4479 * net/ldap.el (ldap-search): Use list*.
4480
4481 2004-04-12 Juri Linkov <juri@jurta.org>
4482
4483 * info.el (Info-follow-reference): Allow multiline reference name.
4484
4485 2004-04-11 Dave Love <fx@gnu.org>
4486
4487 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4488
4489 * progmodes/python.el: New file.
4490
4491 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4492
4493 * vc-hooks.el (vc-arg-list): Function removed.
4494 (vc-default-workfile-unchanged-p): Use condition-case to check for
4495 backward compatibility.
4496
4497 * vc.el (vc-print-log): Use condition-case to check for backward
4498 compatibility.
4499
4500 2004-04-11 Juri Linkov <juri@jurta.org>
4501
4502 * dired.el (dired-faces): New defgroup.
4503 (dired-header, dired-mark, dired-marked, dired-flagged)
4504 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4505 New faces.
4506 (dired-header-face, dired-mark-face, dired-marked-face)
4507 (dired-flagged-face, dired-warning-face, dired-directory-face)
4508 (dired-symlink-face, dired-ignored-face): New face variables.
4509 (dired-font-lock-keywords): Use them instead of font-lock faces.
4510 Split the rule for dired marks into 3 separate rules: for marks,
4511 marked file names and flagged file names.
4512
4513 * help-mode.el (help-make-xrefs): Add a final newline to the
4514 *Help* buffer.
4515
4516 2004-04-11 John Paul Wallington <jpw@gnu.org>
4517
4518 * replace.el (occur-engine): Distinguish between one and several
4519 matches in the matches per buffer heading.
4520
4521 2004-04-11 Kim F. Storm <storm@cua.dk>
4522
4523 * ido.el (ido-confirm-unique-completion): New defcustom.
4524 (ido-complete): Use it.
4525 (ido-write-file): Set it to t unconditionally.
4526
4527 2004-04-10 Miles Bader <miles@gnu.org>
4528
4529 RCS keyword removal (only non-comment changes are enumerated here):
4530
4531 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4532 (byte-compile-insert-header): Don't use `byte-compile-version'.
4533 * forms.el (forms-version): Variable removed.
4534 (forms-mode): Don't use `forms-version'.
4535 * recentf.el (recentf-version): Variable removed.
4536 * progmodes/delphi.el (delphi-version): Variable removed.
4537 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4538
4539 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4540
4541 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4542
4543 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4544
4545 * info.el (info-apropos): Improve menu item regexp.
4546
4547 2004-04-09 Simon Josefsson <jas@extundo.com>
4548
4549 * mail/smtpmail.el: Add comment, based on report by
4550 kdc@rcn.com (Kevin D. Clark).
4551
4552 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4555 Redo one more thing that I didn't notice Daniel had undone.
4556
4557 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4558
4559 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4560 (gdb-goto-breakpoint, gdb-display-buffer)
4561 (gdb-display-source-buffer, gdb-view-source-function)
4562 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4563 (gdb-source-info, gdb-frame-handler): Don't specify a window
4564 for display.
4565 (gdb-info-breakpoints-custom): Remove superfluous update of
4566 assembler buffer.
4567 (gdb-many-windows): Make settable outside gdb.
4568
4569 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4570
4571 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4572 Derive from fundamental-mode rather than text-mode.
4573
4574 2004-04-08 Juri Linkov <juri@jurta.org>
4575
4576 * info.el (Info-history): Doc fix.
4577 (Info-history-list): New var.
4578 (info-xref): Change magenta4 to blue, remove bold for dark and
4579 light backgrounds, change bold to underline for non-color classes.
4580 (info-xref-visited): New face.
4581 (Info-fontify-visited-nodes): New custom.
4582 (Info-hide-note-references): Add new value `hide'. Doc fix.
4583 (Info-reference-name): New var.
4584 (Info-selection-hook): New custom.
4585 (Info-edit-mode-hook): New var.
4586 (Info-find-file): New fun.
4587 (Info-find-node): Move part of code to Info-find-file.
4588 (Info-find-node-2): Add anchors to Info-history-list. Move point
4589 to the place with the reference name if name is defined.
4590 (Info-select-node): Add current node to Info-history-list.
4591 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4592 (Info-search-whitespace-regexp): New custom.
4593 (Info-search-case-fold): New var.
4594 (Info-search): Add "case-sensitively" to the prompt.
4595 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4596 (Info-search-case-sensitively, Info-search-next): New fun.
4597 (Info-up): Move point to the menu item of the current node.
4598 (Info-history): New fun. Add *info-history* to
4599 same-window-buffer-names.
4600 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4601 (Info-insert-toc): New fun.
4602 (Info-build-toc): New fun.
4603 (Info-follow-reference): Add new arg `fork'. Doc fix.
4604 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4605 with the same name prefer the reference closest to point.
4606 (Info-next-reference): Replace * by + in the *Note regexp.
4607 Add regexp for http:// and ftp://. Skip the *Note prefix.
4608 (Info-prev-reference): Replace * by + in the *Note regexp.
4609 Add regexp for http:// and ftp://. Skip the *Note prefix.
4610 (Info-follow-nearest-node): Add new arg `fork'.
4611 (Info-try-follow-nearest-node): Add new arg `fork'.
4612 Call browse-url for http:// and ftp:// references.
4613 Set Info-reference-name for index entries.
4614 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4615 Info-search-next, Info-history, Info-toc, clone-buffer.
4616 (Info-menu-update): Replace * by + in the *Note regexp.
4617 (Info-mode): Add documentation for Info-history, Info-toc,
4618 Info-search-case-sensitively, Info-search-next, clone-buffer.
4619 (Info-fontify-menu-headers): Remove fun. Move code to
4620 Info-fontify-node.
4621 (Info-fontify-node): Add docstring. Add local vars
4622 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4623 then fontify header line, titles, menu headers, http and ftp
4624 references, refill paragraphs. If not-fontified-p is t or
4625 fontify-visited-p is t then fontify cross references, menu items.
4626 Fontify menu headers. Fontify http and ftp references.
4627 Change regexp for cross references to require whitespace after *Note,
4628 add matching groups for file and node names. Remove hack for quote.
4629 Use display property for Info-hide-note-references=t. Use fifth
4630 or fourth match for help-echo. Display visited nodes in a
4631 different face. Unhide file names of external references.
4632 Unhide newlines. Display visited menu items in a different face.
4633
4634 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * progmodes/compile.el: Require CL.
4637 (compilation-mode-font-lock-keywords): Re-install the "line as
4638 function" patch.
4639
4640 * help-fns.el (help-C-source-directory): New var.
4641 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4642 (describe-function-1, describe-variable): Use them.
4643
4644 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4645 to C source files specially.
4646
4647 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4648
4649 * info.el (Info-hide-cookies-node): New function.
4650 (Info-select-node): Use it.
4651 (Info-display-images-node): Remove message with image file name.
4652
4653 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4654
4655 * progmodes/compile.el (compilation-warning-face)
4656 (compilation-info-face, compilation-skip-threshold)
4657 (compilation-skip-visited, compilation-context-lines):
4658 Declare :version when added to Emacs.
4659 (compilation-error-regexp-alist-alist): Extend caml and irix.
4660 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4661 (compilation-mode-font-lock-keywords): Temporarily undo line as
4662 function patch, which wasn't ready.
4663
4664 2004-04-07 Kenichi Handa <handa@m17n.org>
4665
4666 * international/latin1-disp.el (latin1-display-setup): Check each
4667 character is displayable or not instead of calling
4668 latin1-display-check-font.
4669
4670 2004-04-06 Kenichi Handa <handa@m17n.org>
4671
4672 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4673 New variable.
4674 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4675 instead of sera-being-called-by-w3.
4676 (ethio-fidel-to-sera-buffer): Likewise.
4677 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4678 instead of sera-being-called-by-w3.
4679 (ethio-write-file): Likewise.
4680
4681 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4682
4683 * printing.el: Doc fix.
4684
4685 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4686
4687 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4688 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4689 (gdb-setup-windows): Only use separate IO buffer if required.
4690
4691 2004-04-06 Kim F. Storm <storm@cua.dk>
4692
4693 * term.el (term-is-xemacs): Remove.
4694 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4695 (term-window-width): New function.
4696 (term-mode, term-check-size): Use it.
4697 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4698
4699 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4700
4701 * cus-edit.el (custom-add-parent-links): Change unbound variable
4702 `symbol' to `name'.
4703
4704 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4705 * info.el (info-apropos): New function.
4706 (Info-mode-menu): Add it.
4707 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4708
4709 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4710 inherited docstring.
4711
4712 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4713
4714 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4717
4718 * progmodes/compile.el (font-lock): Don't require any more.
4719 (compilation-error-properties, compilation-start, compilation-sentinel)
4720 (compilation-filter, next-error): Use with-current-buffer.
4721 (compilation-skip-to-next-location, compilation-skip-threshold)
4722 (compilation-skip-visited): Move to silence the byte-compiler.
4723 (compilation-setup): Simplify.
4724 (compilation-next-error): Use line-(beginning|end)-position.
4725 Make sure `pt' is non-nil before using compilation-loop.
4726 (compile-goto-error): Add optional event arg. Use it.
4727 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4728 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4729 Update the binding for mouse-2.
4730 (first-error): Set compilation-current-error to nil rather than bob.
4731 (compilation-parsing-end, compilation-parse-errors-function)
4732 (compilation-error-list, compilation-old-error-list):
4733 "New" compatibility variables.
4734 (compile-buffer-substring, compilation-compat-error-properties)
4735 (compilation-compat-parse-errors, compilation-forget-errors):
4736 New compatibility functions.
4737 (compilation-mode-font-lock-keywords): Use them.
4738
4739 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4740
4741 * autorevert.el (auto-revert-handler): If point (or a window
4742 point) is at the end of the buffer, keep it there after
4743 reverting. This allows to tail a file.
4744 Mention this in the `Commentary'.
4745
4746 * format.el (format-write-file): Add optional argument CONFIRM
4747 and make it behave like the analogous argument to `write-file'.
4748
4749 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4750
4751 * progmodes/ebnf2ps.el: Doc fix.
4752 (ebnf-version): New version number (4.2).
4753 (ebnf-syntax): Customization and docstring fix.
4754 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4755 Put autoloaded funs before first use.
4756 (ebnf-style-database): Add dtd entry.
4757 (ebnf-syntax-alist): Add dtd initialization.
4758 (ebnf-token-sequence): New fun.
4759 (ebnf-comment-table): Add new comment action character.
4760 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4761
4762 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4763 Type Definition for XML).
4764
4765 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4766 * progmodes/ebnf-bnf.el (ebnf-sequence):
4767 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4768 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4769 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4770 Code simplification: call ebnf-token-sequence.
4771
4772 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4773
4774 * calendar/timeclock.el (timeclock-relative)
4775 (timeclock-get-project-function, timeclock-get-workday-function)
4776 (timeclock-query-out, timeclock-when-to-leave)
4777 (timeclock-when-to-leave-string, timeclock-log-data)
4778 (timeclock-generate-report, timeclock-in): Doc fixes.
4779
4780 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * url/: New dir. Import the URL package from its repository.
4783
4784 2004-04-03 Andreas Schwab <schwab@suse.de>
4785
4786 * diff-mode.el (diff-mode): Fix missing quote.
4787
4788 2004-04-03 Juri Linkov <juri@jurta.org>
4789
4790 * descr-text.el (describe-property-list): Add `font-lock-face'.
4791
4792 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4793
4794 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4795
4796 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4797 Use utf-16le on little endian machines and utf-16be otherwise.
4798
4799 2004-04-02 David Kastrup <dak@gnu.org>
4800
4801 * net/browse-url.el (browse-url-generic): Use call-process
4802 instead of start-process to allow browsers that fork and detach.
4803
4804 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4805
4806 * compile.el (compilation-current-error): New var.
4807 (compilation-setup, compile-mouse-goto-error)
4808 (compile-goto-error, next-error): Use it.
4809 (compilation-skip-to-next-location): Default to t, which gives
4810 contiguous skipping like old compile (where this was redundant).
4811 (compilation-next-error): Prevent previous-* commands from moving
4812 back to message at or just before point.
4813
4814 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4815
4816 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4817 (gdb-source-info): Don't display source at startup, if required.
4818 (gdb-show-main): New option.
4819 (gdba): Update documentation.
4820 (gdb-source): Cover case of auto-display output.
4821
4822 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4823
4824 * autorevert.el: Delete obsolete autoload's and defvar's.
4825 (auto-revert-check-vc-info): New user option.
4826 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4827 (auto-revert-handler-vc): Delete.
4828 (auto-revert-handler): Treat return value `fast' of
4829 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4830
4831 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4832 return `fast'.
4833
4834 * files.el (buffer-stale-function): Doc change.
4835
4836 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4837
4838 * printing.el: New tip on Tips section.
4839 (pr-version): New version number (6.7.4).
4840 (pr-shell-file-name): Initialization fix.
4841
4842 2004-03-31 Juri Linkov <juri@jurta.org>
4843
4844 * dired.el: Add autoload for `dired-do-touch'.
4845 (dired-touch-program): New var.
4846 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4847 (dired-no-confirm): Add `touch' to docstring.
4848
4849 * dired-aux.el (dired-do-touch): New fun.
4850 (dired-do-chxxx): Add argument -t for touch operation.
4851
4852 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4853 `dired-move-to-filename-regexp'.
4854
4855 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4856
4857 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4858
4859 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4860
4861 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4862 and only if the buffer was modified.
4863
4864 2004-03-30 Kenichi Handa <handa@m17n.org>
4865
4866 * international/characters.el: Delete pairs for U+2308..U+230B.
4867
4868 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4869
4870 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4871 to detect the beginning of a level 2 or 3 annotation.
4872
4873 2004-03-29 Kenichi Handa <handa@m17n.org>
4874
4875 * international/ucs-tables.el (ucs-insert): Fix the error message.
4876
4877 2004-03-29 Kenichi Handa <handa@m17n.org>
4878
4879 * international/mule-util.el (char-displayable-p): Fix generation
4880 of XLFD file name.
4881
4882 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4883 before finding directories by `find'.
4884
4885 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * subr.el (interactive-form): Delete. Now implemented in C.
4888
4889 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4890
4891 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4892 (vc-diff-label): New fun.
4893 (vc-diff-internal): Use it.
4894
4895 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4896
4897 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4898
4899 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4900
4901 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4902 specify XML (EBNFX).
4903
4904 * progmodes/ebnf2ps.el: Doc fix.
4905 (ebnf-version): New version number (4.1).
4906 (ebnf-syntax): Adjust customization.
4907 (ebnf-style-database): Add ebnfx entry.
4908 (ebnf-syntax-alist): Add ebnfx initialization.
4909 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4910
4911 * printing.el: Doc fix.
4912 (pr-version): New version number (6.7.3).
4913 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4914 returns nil for mouse position. Reported by Drew Adams
4915 <drew.adams@oracle.com>.
4916 (pr-update-menus): Modify interactive declaration. Reported by Drew
4917 Adams <drew.adams@oracle.com>.
4918
4919 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4920
4921 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4922 (gud-gdba-marker-filter): Log the process input and output, if
4923 required. From Stefan Monnier.
4924 (gdb-debug-log, gdb-enable-debug-log): New variables.
4925 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4926
4927 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4930 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4931
4932 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4933
4934 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4935 Call vc-find-file-hook here instead of in auto-revert-buffers.
4936 (auto-revert-buffers): Delete call to vc-find-file-hook.
4937 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4938 (global-auto-revert-mode, auto-revert-set-timer)
4939 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4940
4941 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4942
4943 * woman.el (woman-change-fonts): Rename local variable
4944 woman-font-alist to font-alist to avoid a compiler warning.
4945
4946 2004-03-27 Dave Love <fx@gnu.org>
4947
4948 * emacs-lisp/rx.el (rx): Doc fix.
4949 Fix copyright years.
4950
4951 * strokes.el (strokes-global-set-stroke-string): New function.
4952 (strokes-list-strokes): Cope with strings, not just commands.
4953 Set foreground colour of image.
4954 (strokes-global-set-stroke): Doc fix.
4955
4956 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4957
4958 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4959 Auto Revert mode.
4960 (Buffer-menu-files-only): New variable.
4961 (Buffer-menu-toggle-files-only): New function.
4962 (Buffer-menu-mode-map): Bind it to `T'.
4963 (Buffer-menu-mode): Mention `T' in docstring.
4964 Set buffer-stale-function.
4965 (list-buffers-noselect): Mark buffer non-modified and set
4966 Buffer-menu-files-only.
4967
4968 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4969
4970 * autorevert.el (auto-revert-handler): Print revert message
4971 before, rather than after, reverting.
4972 (buffer-stale-function): Move to files.el.
4973
4974 * files.el (buffer-stale-function): Move here from autorevert.el.
4975
4976 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4977
4978 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4979
4980 * calc/calc.el (calc-mode-map): Use mapc.
4981
4982 * apropos.el (apropos-mode): Don't autoload.
4983 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4984 (apropos): Use it.
4985 (apropos-print): Add optional `text' argument.
4986 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4987 Don't assume point-min == 1.
4988
4989 * bs.el (bs-buffer-list): Use buffer-local-value.
4990 (bs--set-toggle-to-show): Use with-current-buffer.
4991
4992 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4993 New funs.
4994 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4995
4996 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4997
4998 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4999 (dabbrev--find-expansion): Use pop.
5000 (dabbrev--search): Use match-string-no-properties.
5001
5002 * dired.el (dired-mode): Use run-mode-hooks.
5003 (dired-move-to-end-of-filename): Use match-string.
5004
5005 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
5006 is bound before using it.
5007 (ediff-verbose-p): Make it into a var since it's not constant.
5008
5009 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
5010
5011 * faces.el (read-face-font): Don't cons up unnecessarily.
5012 (header-line, tool-bar): Share common parts.
5013
5014 * files.el (file-relative-name): Use compare-strings.
5015
5016 * finder.el (finder-mode): Follow coding convention.
5017
5018 * subr.el (read-number): New function.
5019
5020 * ses.el (ses-read-number): Move to subr.el.
5021 (ses-set-header-row): Use read-number.
5022
5023 2004-03-26 Andre Spiegel <spiegel@gnu.org>
5024
5025 * vc-hooks.el (vc-arg-list): New function, which handles both
5026 compiled and uncompiled code.
5027 (vc-default-workfile-unchanged-p): Use it.
5028
5029 * vc.el (vc-print-log): Undo prev change, use new function
5030 vc-arg-list from vc-hooks.el.
5031
5032 2004-03-26 Masatake YAMATO <jet@gyve.org>
5033
5034 * simple.el (completion-setup-function): Emphasize the
5035 first uncommon characters in the completions; and de-emphasize
5036 the common prefix substrings.
5037 (completion-emphasis): New face.
5038 (completion-de-emphasis): New face.
5039
5040 2004-03-25 Juanma Barranquero <lektu@terra.es>
5041
5042 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
5043 Comment out (it's unused and unfinished code).
5044
5045 2004-03-25 Sam Steingold <sds@gnu.org>
5046
5047 * vc.el (vc-print-log): Fix a bug in the last patch:
5048 backend-function may be a byte-compiled object, not a lambda.
5049
5050 2004-03-25 Juri Linkov <juri@jurta.org>
5051
5052 * descr-text.el (describe-property-list): Add a button
5053 for `face' property that calls `describe-face'.
5054 Suggested by luis fernandes <elf@ee.ryerson.ca>
5055
5056 * international/mule.el (keyboard-coding-system):
5057 * kmacro.el (kmacro-call-macro): Fix docstring.
5058
5059 * dired.el: Fix comments.
5060
5061 * textmodes/fill.el (fill): Fix Info link.
5062
5063 * font-lock.el (fast-lock, lazy-lock):
5064 * jit-lock.el (jit-lock): Remove links to removed Support Modes
5065 Info node.
5066
5067 * eshell/eshell.el (eshell): Fix broken info-link.
5068
5069 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
5070 * eshell/em-banner.el (eshell-banner):
5071 * eshell/em-smart.el (eshell-smart):
5072 * eshell/esh-cmd.el (eshell-cmd):
5073 Comment out broken info-links to incomplete Info manual.
5074
5075 * info-xref.el: Fix commentary.
5076
5077 2004-03-25 Kevin Ryde <user42@zip.com.au>
5078
5079 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
5080 Remove spurious node duplicate suppression, doesn't work, not wanted.
5081 (info-xref-output): Take format style args, add "sit-for 0" to let
5082 user see the results as they progress.
5083 (info-xref-check-all-custom): New function.
5084
5085 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
5086
5087 * gdb-ui.el: Moved to progmodes.
5088
5089 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
5092
5093 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5094
5095 * calendar/appt.el (appt-check): Remove superfluous progn.
5096 When finished with diary buffer: if it was not being displayed
5097 before, kill it; otherwise restore its original state.
5098 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
5099
5100 * calendar/calendar.el (calendar-set-mode-line): Use total
5101 available mode-line width, rather than frame-width.
5102
5103 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
5104 after mode change so effect not lost.
5105
5106 2004-03-23 Dave Love <fx@gnu.org>
5107
5108 * dired.el (dired) <defgroup>: Add link to manual.
5109 (dired-font-lock-keywords): Add highlighting on unusual permissions.
5110 (dired-revert): Use dolist.
5111 (dired-mode-map): Add U binding.
5112 (dired-mode): Add font-lock-beginning-of-syntax-function.
5113 (dired-garbage-files-regexp): Make it a defcustom.
5114
5115 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5117 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
5118 is equivalent to nil.
5119 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
5120 (vc-arch-mode-line-string): Accept `added' state.
5121 (vc-arch-state): Use inode-sigs if available.
5122 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
5123 Copy&delete existing id file if any. Fallback if uuidgen is absent.
5124 (vc-arch-tagline-re): New var.
5125 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
5126 New functions.
5127 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
5128 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
5129
5130 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
5131 (vc-file-not-found-hook): Use it.
5132
5133 * diff-mode.el (diff-default-read-only): Change default.
5134 (diff-mode-hook): Make it a defcustom. Add some options.
5135 (diff-mode-map): Bind diff-refine-hook.
5136 (diff-yank-handler): New var.
5137 (diff-yank-function): New fun.
5138 (diff-font-lock-keywords): Use them.
5139 (diff-end-of-file): Handle case where file-header looks like diff text.
5140 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
5141 (diff-file-kill): Delete a subsequent empty line, if applicable.
5142 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
5143 (diff-find-file-name): Use it.
5144 (diff-tell-file-name): New command.
5145 (diff-mode): Be careful with view-mode.
5146 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
5147 New functions, for use in diff-mode-hook.
5148 (diff-find-source-location): Catch "regex too large" errors.
5149 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
5150 (diff-refine-hunk): New command.
5151
5152 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
5153 (smerge-context-menu-map): Remove unused var.
5154 (smerge-keep-all): Preserve markers.
5155 (smerge-keep-n): New fun.
5156 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5157 (smerge-keep-current, smerge-ediff): Use it.
5158 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
5159 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
5160 (smerge-resolve): Resolve trivial 3-part conflicts.
5161
5162 2004-03-23 Juri Linkov <juri@jurta.org>
5163
5164 * man.el (Man-width): New var.
5165 (Man-getpage-in-background): Use it.
5166 (Man-support-local-filenames): New var and fun.
5167 (Man-build-man-command): Don't add a second %s.
5168 (Man-fontify-manpage): Clean up message.
5169 (Man-mode): Set outline-regexp, outline-level,
5170 imenu-generic-expression.
5171
5172 * woman.el (woman-fill-frame): Doc fix.
5173 (woman-decode-region): Use window-width instead of frame-width.
5174
5175 * abbrevlist.el (list-one-abbrev-table):
5176 * descr-text.el (describe-char):
5177 * international/mule-diag.el (describe-current-coding-system):
5178 * international/quail.el (quail-insert-decode-map):
5179 Use window-width instead of frame-width.
5180
5181 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
5182 (jka-compr-mode-alist-additions): Add tbz.
5183 (jka-compr-write-region, jka-compr-insert-file-contents):
5184 Add message for undefined compress-program.
5185 (jka-compr-write-region): Remove redundant var bindings.
5186
5187 * dired-x.el (dired-guess-shell-alist-default): Add choices for
5188 extracting files into subdirectory. Add tbz and dz. Fix regexps.
5189 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
5190 (dired-man): Use dired-guess-shell-command.
5191 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
5192 Change default nil to t.
5193
5194 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
5195 (dired-compare-directories): Add default value for empty input.
5196
5197 * help-at-pt.el: Move suggestions for key bindings to Commentary.
5198
5199 * time.el (display-time-string-forms): Fix help-echo date format.
5200
5201 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
5202
5203 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
5204 (buffer-stale-function): New variable.
5205 (auto-revert-list-diff, auto-revert-dired-file-list)
5206 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
5207 (auto-revert-handler): Take over some functionality of deleted
5208 functions.
5209 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
5210
5211 * dired.el (dired-directory-changed-p): New fun, extracted from
5212 dired-internal-noselect.
5213 (dired-buffer-stale-p): New fun.
5214 (dired-internal-noselect): Use dired-directory-changed-p.
5215 Eliminate revert messages.
5216 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
5217
5218 2004-03-23 Kenichi Handa <handa@m17n.org>
5219
5220 * international/characters.el: Setup syntaxes for more parentheses
5221 Unicode characters.
5222
5223 * international/mule-cmds.el (select-safe-coding-system):
5224 Merge coding-system and auto-cs before comparing them.
5225
5226 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
5229
5230 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5231 normal-auto-fill-function and comment-indent-function.
5232 The default values now work just as well.
5233 Don't set font-lock-beginning-of-syntax-function since we already set
5234 syntax-begin-function.
5235 (lisp-outline-level): Put ;;;###autoload at same level as (.
5236 (prin1-char): Quote special chars.
5237
5238 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
5239 than with-no-warnings.
5240
5241 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
5242 if the source location can't be found.
5243 (edebug-compute-previous-result): Use prin1-char.
5244
5245 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
5246 (debug-ignored-errors): Add an entry.
5247
5248 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
5249 (byte-compile-file): Output warning when deleting a file.
5250
5251 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
5252 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
5253
5254 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
5255 (byte-compile-inline-expand): Use backquote.
5256 (byte-optimize-pure-func): Rename from byte-optimize-concat.
5257 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
5258
5259 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
5260
5261 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
5262
5263 2004-03-22 Juri Linkov <juri@jurta.org>
5264
5265 * finder.el (finder-known-keywords): Fix data, tex, unix.
5266
5267 * play/landmark.el: Fix keywords.
5268
5269 * language/ethio-util.el (ethio-find-file): Doc fix.
5270
5271 * emacs-lisp/warnings.el: Doc fix.
5272
5273 * textmodes/ispell.el (ispell-help): Doc fix.
5274
5275 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
5276
5277 * format.el (format-insert-file): Always return a list of two
5278 elements, like insert-file-contents does.
5279
5280 2004-03-21 Andre Spiegel <spiegel@gnu.org>
5281
5282 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
5283 and vc-BACKEND-diff.
5284 (vc-print-log): If the print-log implementation supports it, use
5285 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
5286 (vc-version-diff, vc-diff-internal): Doc fixes.
5287
5288 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
5289 implementation supports it, let diff output go to *vc*,
5290 not *vc-diff*, since this is an internal call.
5291
5292 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
5293
5294 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
5295
5296 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
5297
5298 2004-03-21 Dave Love <fx@gnu.org>
5299
5300 * progmodes/cfengine.el (cfengine-mode):
5301 Set parse-sexp-ignore-comments.
5302
5303 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
5304
5305 2004-03-21 Juanma Barranquero <lektu@terra.es>
5306
5307 * allout.el (allout-mode): Fix docstring.
5308
5309 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
5310
5311 * files.el (insert-directory): Fix bug if SWITCHES is a list.
5312
5313 * autorevert.el (auto-revert-interval): Make new value take
5314 effect immediately when set through Custom.
5315 (auto-revert-set-timer): Add interactive declaration.
5316
5317 2004-03-19 David Ponce <david@dponce.com>
5318
5319 * ruler-mode.el (ruler-mode-header-line-format-old):
5320 Don't `make-variable-buffer-local'.
5321 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5322 (ruler-mode-header-line-format): Simply funcall the above.
5323 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5324 to save/restore a previous header line format.
5325 (ruler-mode-space): Don't depend on a numeric WIDTH value.
5326 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5327 fringes and margins width.
5328 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5329
5330 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * log-edit.el (log-edit-font-lock-keywords): Typo.
5333
5334 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5335 (tex-send-tex-command): Rather than here.
5336 (tex-compilation-parse-errors): Simplify.
5337
5338 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5339
5340 * time.el (display-time-string-forms): Add help-echo with date on time.
5341
5342 * composite.el (compose-region): Use restore-buffer-modified-p.
5343
5344 * disp-table.el (standard-display-8bit): Simplify.
5345
5346 * server.el (server-process-filter): Delete temp frame.
5347
5348 * add-log.el (add-change-log-entry): Simplify.
5349
5350 2004-03-19 Kim F. Storm <storm@cua.dk>
5351
5352 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5353 (hexl-follow-line): Don't require 'fringe.
5354
5355 * progmodes/compile.el (compilation-start): Always set
5356 compilation-last-buffer and return it.
5357
5358 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5359
5360 * simple.el (clone-buffer): Doc fix.
5361
5362 2004-03-18 Juanma Barranquero <lektu@terra.es>
5363
5364 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5365
5366 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * log-edit.el (log-edit-font-lock-keywords): New var.
5369 (log-edit-mode): Use it.
5370
5371 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5372
5373 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5374 properly for watching in speedbar.
5375
5376 2004-03-17 Masatake YAMATO <jet@gyve.org>
5377
5378 * smerge-mode.el (smerge-popup-context-menu):
5379 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5380
5381 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5384 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5385 Take sealed revisions into account.
5386 (vc-arch-checkin): Extract a summary line from the message.
5387
5388 2004-03-16 Masatake YAMATO <jet@gyve.org>
5389
5390 * register.el (register): Provide `register' feature.
5391
5392 2004-03-15 Masatake YAMATO <jet@gyve.org>
5393
5394 Added context menu support in smerge mode.
5395 Most of the part is written by Stefan Monnier.
5396
5397 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5398 New keymap and menu.
5399 (smerge-text-properties): New function.
5400 (smerge-remove-props): New function.
5401 (smerge-popup-context-menu): New function.
5402 (smerge-resolve): Call `smerge-remove-props'.
5403 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5404 (smerge-keep-current): Ditto.
5405 (smerge-kill-current): New function.
5406 (smerge-match-conflict): Put text properties.
5407 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5408
5409 2004-03-15 David Ponce <david@dponce.com>
5410
5411 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5412 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5413 (ruler-mode-right-scroll-bar-cols): Remove.
5414 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5415 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5416 Use fringe-columns and scroll-bar-columns.
5417
5418 2004-03-15 Masatake YAMATO <jet@gyve.org>
5419
5420 * hl-line.el (hl-line-range-function): New variable.
5421 (hl-line-move): New function.
5422 (global-hl-line-highlight): Use `hl-line-move'.
5423 (hl-line-highlight): Ditto.
5424
5425 * scroll-bar.el (scroll-bar-columns):
5426 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5427
5428 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5429 (ruler-mode-left-fringe-cols)
5430 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5431 (ruler-mode-right-scroll-bar-cols)
5432 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5433 (ruler-mode-ruler-function): New variable.
5434 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5435 if the value for `ruler-mode-ruler-function'is given.
5436
5437 * hexl.el (hexl-mode-hook): Make the hook customizable.
5438 (hexl-address-area, hexl-ascii-area): New customize variables.
5439 (hexlify-buffer): Put font-lock-faces on the address area and
5440 the ascii area.
5441 (hexl-activate-ruler): New function.
5442 (hexl-follow-line): New function.
5443 (hexl-highlight-line-range): New function.
5444 (hexl-mode-ruler): New function.
5445
5446 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5449 (vc-default-find-file-hook): New fun.
5450 (vc-find-file-hook): Call new find-file-hook operation.
5451
5452 * vc-arch.el: New file.
5453
5454 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5455
5456 * info-look.el (info-lookup): Reuse an existing Info window.
5457
5458 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5459
5460 * woman.el (woman-preserve-ascii): Default value changed to t and
5461 doc string revised.
5462
5463 2004-03-12 Richard M. Stallman <rms@gnu.org>
5464
5465 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5466 Fix minor bug.
5467
5468 * replace.el (occur-engine): Change message for count of matches.
5469
5470 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5471 For strings, do compare text properties.
5472
5473 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5474
5475 * progmodes/compile.el (compile-auto-highlight)
5476 (compilation-error-list, compilation-old-error-list)
5477 (compilation-parse-errors-function, compilation-parsing-end)
5478 (compilation-error-message, compilation-directory-stack)
5479 (compilation-enter-directory-regexp-alist)
5480 (compilation-leave-directory-regexp-alist)
5481 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5482 (compilation-current-file, compilation-regexps): Remove vars.
5483
5484 (compile-error-at-point, compilation-error-filedata)
5485 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5486 (compilation-next-error-locus, compilation-forget-errors)
5487 (count-regexp-groupings, compilation-parse-errors)
5488 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5489
5490 (compile-internal): Make obsolete.
5491
5492 (compilation-first-column, compilation-error)
5493 (compilation-directory-matcher, compilation-page-delimiter)
5494 (compilation-mode-font-lock-keywords, compilation-debug)
5495 (compilation-error-face, compilation-warning-face)
5496 (compilation-info-face, compilation-line-face)
5497 (compilation-column-face, compilation-enter-directory-face)
5498 (compilation-leave-directory-face, compilation-skip-threshold)
5499 (compilation-skip-visited, compilation-context-lines): New vars.
5500
5501 (compilation-warning-face, compilation-info-face)
5502 (compilation-message-face): New faces.
5503
5504 (compilation-error-regexp-alist-alist): New constant.
5505
5506 (compilation-face, compilation-directory-properties)
5507 (compilation-assq, compilation-error-properties, compilation-start)
5508 (define-compilation-mode, compilation-loop)
5509 (compilation-set-window): New functions.
5510
5511 (compile): Additional argument for interactive compiles like TeX.
5512
5513 * progmodes/grep.el (kill-grep): Move here from compile.el
5514 (grep-error, grep-hit-face, grep-error-face)
5515 (grep-mode-font-lock-keywords): New variables.
5516 (grep-regexp-alist): Simplify regexp and add `binary' case.
5517 (grep-mode): New mode.
5518 (grep-process-setup): Simplify.
5519
5520 2004-03-11 Jason Rumney <jasonr@gnu.org>
5521
5522 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5523 letters on DOS/Windows.
5524
5525 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * server.el (server-name): New var.
5528 (server-socket-dir): New var to replace server-socket-name.
5529 (server-start): Use them.
5530
5531 2004-03-11 Simon Josefsson <jas@extundo.com>
5532
5533 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5534 died to avoid infloop. Reported by Jonathan Glauner
5535 <jglauner@sbum.org>.
5536
5537 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5540 (smerge-mode-menu): Use it to deactivate menu entries.
5541 (smerge-keep-current): New fun.
5542 (smerge-keep-current): Use it.
5543
5544 2004-03-10 John Paul Wallington <jpw@gnu.org>
5545
5546 * foldout.el (foldout-fold-list, foldout-modeline-string):
5547 Declare them as variables, not constants.
5548
5549 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5550
5551 * ps-print.el: Modification to print *Messages* buffer.
5552 (ps-print-version): New version 6.6.4.
5553 (ps-message-log-max): New fun.
5554 (ps-spool-without-faces, ps-spool-with-faces)
5555 (ps-count-lines-preprint): Code fix.
5556
5557 * printing.el: New tips in Tips section.
5558
5559 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5560
5561 * delim-col.el: Doc fix.
5562
5563 * printing.el: Doc fix. New doc section (Tips).
5564
5565 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * type-break.el (type-break-emacs-variant): Remove.
5568 (type-break-run-at-time, type-break-cancel-function-timers):
5569 Use fboundp rather than version name and number.
5570
5571 2004-03-09 Masatake YAMATO <jet@gyve.org>
5572
5573 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5574 `make-variable-buffer-local'.
5575
5576 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5577
5578 * find-dired.el (find-dired): Call `shell-command' instead of
5579 `start-process-shell-command'. By this, Tramp takes over
5580 handling of remote directories.
5581
5582 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * newcomment.el (comment-use-global-state): New var.
5585 (comment-search-forward): Use it.
5586
5587 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5588
5589 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5590
5591 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5592 (enable-kinsoku): Make it a defcustom.
5593 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5594 paragraph to same-comment-start-marker.
5595
5596 2004-03-07 Dave Love <fx@gnu.org>
5597
5598 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5599 (browse-url-mail): Use it.
5600
5601 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5602 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5603
5604 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5605
5606 * woman.el (woman-man.conf-path): Doc fix.
5607 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5608
5609 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5610
5611 * sort.el (sort-columns): Remove ms-dos from the list of systems
5612 where the external `sort' command is not used.
5613
5614 2004-03-07 Kim F. Storm <storm@cua.dk>
5615
5616 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5617 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5618 from overlay-arrow-variable-list.
5619 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5620
5621 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5622
5623 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5624 overlay arrow string properly for the assembler buffer.
5625
5626 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * mail/sendmail.el (mail-mode): Fix last change.
5629
5630 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5631
5632 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5633 for the assembler buffer.
5634 (gdb-assembler-custom): Position the overlay arrow.
5635 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5636
5637 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5640
5641 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5642 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5643
5644 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5645
5646 * newcomment.el (uncomment-region): Allow non-terminated comment.
5647 (comment-normalize-vars): Check the user-specified comstart marker.
5648
5649 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5650
5651 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5652 Otherwise, do use it if the region only contains font-lock text
5653 properties.
5654
5655 2004-03-04 Masatake YAMATO <jet@gyve.org>
5656
5657 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5658 as the callback function for eldoc.
5659 (hexl-print-current-point-info): New function.
5660 (hexl-current-address): Print the address in both decimal
5661 and hexadecimal format.
5662
5663 2004-03-04 Richard M. Stallman <rms@gnu.org>
5664
5665 * mail/rmail.el (rmail-convert-to-babyl-format):
5666 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5667
5668 * mail/mail-utils.el (mail-unquote-printable-region):
5669 New arg UNIBYTE.
5670
5671 * startup.el (command-switch-alist): Doc fix.
5672
5673 * simple.el (undo): Temporarily set this-command to `undo-start',
5674 then set it to `undo' once undo-start returns without error.
5675
5676 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5677
5678 * simple.el (kill-line): Don't disregard trailing whitespace
5679 in eol condition, if show-trailing-whitespace is set.
5680
5681 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5682 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5683 When disabling, restore old values only if mouse-sel-has-been-enabled.
5684
5685 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5686 (isearch-{-char): New function.
5687 (isearch-mode-map): Bind { to isearch-{-char.
5688
5689 * font-lock.el (lisp-font-lock-keywords-2):
5690 Turn off the CL with-... and do-... general patterns.
5691 Instead, recognize several specific with... and do... constructs.
5692
5693 * files.el (switch-to-buffer-other-window):
5694 Bind same-window-buffer-names and same-window-regexps to nil.
5695 (switch-to-buffer-other-frame): Likewise.
5696
5697 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5700 recognizing leading comment on code line.
5701
5702 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5705 hidden files/directories.
5706
5707 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5710 only comment-start (in case the mode hasn't set it).
5711
5712 * Makefile.in (AUTOGENEL): New var.
5713 (bootstrap-prepare): Rename from bootstrap-clean.
5714 Don't remove elc files.
5715 (maintainer-clean): New target.
5716
5717 * xml.el (xml-get-attribute-or-nil): Simplify.
5718
5719 2004-03-02 Juri Linkov <juri@jurta.org>
5720
5721 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5722 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5723 URL to prevent their substitution with the environment variable
5724 values by browsers.
5725
5726 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5727
5728 * ps-print.el: Doc fix.
5729 (ps-print-version): New version number (6.6.3).
5730 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5731 Docstring fix.
5732 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5733 before printing.
5734 (ps-time-stamp-yyyy-mm-dd): New fun.
5735 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5736
5737 2004-03-02 Kim F. Storm <storm@cua.dk>
5738
5739 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5740
5741 2004-03-01 Juanma Barranquero <lektu@terra.es>
5742
5743 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5744
5745 * desktop.el (desktop-file-version)
5746 (desktop-after-read-hook): Fix typos.
5747 (desktop-clear-preserve-buffers): Remove redundant info in
5748 docstring already shown by the obsolescence message.
5749 (desktop-truncate, desktop-internal-v2s)
5750 (desktop-value-to-string): Change argument name to match docstring.
5751
5752 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5753
5754 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5755 docstring.
5756
5757 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5758
5759 * printing.el: Replace "As Is..." in PostScript file print/preview by
5760 "No Preprocessing...". Suggested by Colin Marquardt
5761 <_marquardt_@zmd.de>.
5762 (pr-insert-section-4): Adjust buffer interface.
5763
5764 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5765
5766 Version 2.0.39 of Tramp released.
5767
5768 * net/tramp.el (tramp-handle-file-local-copy)
5769 (tramp-handle-write-region, tramp-open-connection-rsh):
5770 Variable name typo. Small change. From Patrick Tullmann
5771 <tullmann@flux.utah.edu>.
5772 (tramp-process-connection-type): New variable.
5773 (tramp-maybe-open-connection): Use it.
5774 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5775 (tramp-touch): Set last-modified time of a remote file.
5776 (tramp-handle-write-region): Say which function is used when encoding.
5777
5778 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5779
5780 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5781 case of non-existing filename, too. Reported by Christoph Bauer
5782 <c_bauer@informatik.uni-kl.de>.
5783 (tramp-smb-get-file-entries): The directory in question should
5784 have permissions "drwxrwxrwx". Just virtual, because we don't
5785 know the real permissions. Don't we know?
5786 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5787 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5788 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5789 output. If it was received chunkwise, there have been problems.
5790 Remove the "prompt not found" error message; it is obvious.
5791 Simplify algorithm.
5792 (tramp-smb-process-running): Remove. Since we acknowledge the
5793 virtual prompt for shares, there's no need for distinction of
5794 reading shares (process ends afterwards) and interactive mode of
5795 smblient.
5796 (tramp-smb-open-connection): Setting process sentinel removed.
5797 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5798 "NT_STATUS_NETWORK_ACCESS_DENIED".
5799 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5800 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5801 (top-level): Setting default value in `tramp-default-method-alist'
5802 corrected. Order of USER and HOST have been wrong.
5803 Nobody complained for months ...
5804 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5805 (tramp-smb-open-connection): Clear password cache if login has failed.
5806
5807 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5808 `tramp-unified-filenames'.
5809 (tramp-completion-mode): Make test for XEmacs explicitely.
5810 `event-to-character' can exists in Emacs packages too.
5811 Reported by Matt Swift <swift@alum.mit.edu>.
5812 (tramp-buffer-name): Buffer name must contain the user if exists.
5813 Reported by Adrian Phillips <a.phillips@met.no>.
5814 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5815 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5816 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5817 `tramp-do-copy-or-rename-file-one-local', because it handles also
5818 the case both files use the same out-of-band method.
5819 Implementation added.
5820 (tramp-handle-file-local-copy, tramp-handle-write-region):
5821 Out-of-band handling removed. `copy-file' called instead, which
5822 calls `tramp-do-copy-or-rename-file-out-of-band'.
5823 (tramp-action-password): Check for out-of-band method removed.
5824 This function is used for 'login-program.
5825 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5826 appropriate.
5827 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5828 and `tramp-parse-sknownhosts'.
5829 (tramp-completion-function-alist): It's a defvar now, because we
5830 want to apply the optimized `tramp-set-completion-function'
5831 instead of a static list.
5832 (tramp-set-completion-function): Implementation tuned.
5833 Avoid double entries, and entries where the function or the
5834 file/directory doesn't exist.
5835 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5836 for SSH2.
5837 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5838 (tramp-handle-dired-compress-file): New function.
5839 (tramp-async-proc): New variable.
5840 (tramp-handle-shell-command): Adding asynchronous processes.
5841 They are far from being perfect, but it works at least for
5842 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5843 (top-level): Require password.el if visible. Should be mandatory
5844 once No Gnus has found its way into (X)Emacs.
5845 (tramp-read-passwd): Invoke `password-read' if available,
5846 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5847 fallback any longer.
5848 (tramp-clear-passwd): New function.
5849 (tramp-process-actions, tramp-process-multi-actions):
5850 Clear password cache if login has failed.
5851
5852 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5853 its own module.
5854 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5855 `ange-ftp-ftp-name-res'. There could be incorrect values from
5856 previous calls in case the "ftp" method is used in the Tramp file
5857 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5858
5859 2004-02-28 Richard M. Stallman <rms@gnu.org>
5860
5861 * term.el (term-mouse-paste): Call mouse-set-point.
5862
5863 * thumbs.el: New file.
5864
5865 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5866
5867 * progmodes/ebnf-abn.el: Doc fix.
5868
5869 * progmodes/ebnf-bnf.el: Doc fix.
5870 (ebnf-repeat): Code fix.
5871
5872 * progmodes/ebnf2ps.el: Doc fix.
5873 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5874
5875 2004-02-28 Juri Linkov <juri@jurta.org>
5876
5877 * ffap.el (dired-at-point): Additional writability test for
5878 relative directory names.
5879 (dired-at-point-prompter): Treat directories as a directory, get
5880 the directory component from files.
5881 (ffap-string-at-point): Return string from region if region is active.
5882 (ffap-file-at-point): Remove redundant code.
5883
5884 2004-02-28 Kim F. Storm <storm@cua.dk>
5885
5886 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5887 Initialize margin area images to nil.
5888 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5889 (breakpoint-enabled-bitmap-face)
5890 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5891 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5892 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5893 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5894 (gdb-reset): Use gdb-remove-breakpoint-icons.
5895 (gdb-put-string): Add dprop arg to specify alternative display
5896 property (for setting fringe bitmap).
5897 (gdb-remove-strings): Doc fix.
5898 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5899 icon in fringe (if available), or else as icon or text in display
5900 margin. Creates necessary icons in breakpoint-bitmap,
5901 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5902 Also make left window margin if required.
5903 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5904 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5905 no longer needed.
5906 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5907 gdb-put-breakpoint-icon.
5908 (gdb-assembler-mode): Don't set left-margin-width here.
5909
5910 2004-02-27 Kevin Ryde <user42@zip.com.au>
5911
5912 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5913 comma, so that it DTRT in macros.
5914
5915 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5916
5917 * progmodes/sh-script.el (sh-shell-arg)
5918 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5919 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5920
5921 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5922
5923 * faces.el (face-spec-set-match-display): Add a new attribute,
5924 `min-colors'.
5925 (region, highlight, secondary-selection): Use `min-colors'.
5926
5927 * custom.el (defface): Add documentation for `min-colors'.
5928
5929 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5930 (font-lock-keyword-face, font-lock-function-name-face)
5931 (font-lock-variable-name-face, font-lock-constant-face):
5932 Use `min-colors'.
5933
5934 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5935
5936 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5937
5938 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5939 define assq-delete-all if it's not defined.
5940 (ebnf-generate-region): Code fix.
5941
5942 * printing.el: Doc fix.
5943 (pr-version): New version number (6.7.2).
5944 (pr-command): Return empty string if command is an empty string.
5945
5946 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5947
5948 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5949
5950 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5951 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5952 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5953 "tt" ["test"] ). Reported by Markus Dreyer
5954 <mdreyer@ix.urz.uni-heidelberg.de>.
5955 (ebnf-version): New version number (4.0).
5956 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5957 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5958 (ebnf-delete-style): New commands.
5959 (ebnf-directory, ebnf-file): New funs.
5960 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5961 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5962 (ebnf-syntax-alist): New var.
5963 (ebnf-element-width): New fun replacing ebnf-list-width.
5964 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5965 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5966 (ebnf-prologue): Adjust vars.
5967 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5968 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5969 (ebnf-check-style-values, ebnf-generate-production)
5970 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5971 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5972 (ebnf-token-repeat): Code fix.
5973
5974 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5975 %right, %left and %prec. Suggested by Matthew K. Junker
5976 <junker@alum.mit.edu>.
5977 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5978
5979 * progmodes/ebnf-iso.el: Doc fix.
5980 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5981 (ebnf-iso-lex): Code fix.
5982
5983 * progmodes/ebnf-bnf.el: Doc fix.
5984 (ebnf-bnf-lex): Code fix.
5985
5986 * progmodes/ebnf-otz.el: Doc fix.
5987
5988 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5989
5990 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5991 (abbrev-prefix-mark): Doc fix.
5992
5993 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5994
5995 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5996 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5997 (gdb-var-delete): Make interactive (really).
5998 (gdb-edit-value): Make non-interactive.
5999
6000 * progmodes/gud.el (gud-speedbar-menu-items):
6001 Add gdb-var-delete and, indirectly, gdb-edit-value.
6002 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
6003 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
6004 (gud-gdb-marker-filter): Add comment for annotations.
6005
6006 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6007
6008 * calendar/calendar.el (generate-calendar)
6009 (calendar-read-date): Prevent display of BC calendars once more -
6010 reverts 2003-10-01 change.
6011 (generate-calendar-month): Doc fix.
6012
6013 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6014
6015 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
6016 return value of increment-calendar-month.
6017
6018 2004-02-21 Stephen Compall <s11@member.fsf.org>
6019
6020 * saveplace.el (save-place-forget-unreadable-files)
6021 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
6022 (save-place-forget-unreadable-files): New function.
6023 (save-place-alist-to-file): Use it to filter out files that are
6024 no longer readable.
6025
6026 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
6027 current Texinfo environment, using the same method as in
6028 `texinfo-insert-@end', and insert a space rather than a newline if
6029 point in a @table environment.
6030
6031 2004-02-21 Juri Linkov <juri@jurta.org>
6032
6033 * ffap.el (ffap-file-at-point): Try parent directories.
6034
6035 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
6036
6037 * vcursor.el (vcursor-modifiers): New defcustom.
6038 (vcursor-cs-binding): Use vcursor-modifiers instead of a
6039 hard-coded list.
6040
6041 2004-02-21 Masatake YAMATO <jet@gyve.org>
6042
6043 * play/animate.el (animate-birthday-present): Accept names other
6044 than `Sarah', too.
6045
6046 2004-02-21 Juri Linkov <juri@jurta.org>
6047
6048 * startup.el: Remove table of command line arguments from the
6049 Commentary section.
6050
6051 2004-02-20 John Wiegley <johnw@newartisans.com>
6052
6053 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
6054 again" modifier from 'e' to 'E', since 'e' is also used by the
6055 "file extension" modifier.
6056
6057 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
6058
6059 * help-fns.el (describe-categories): Doc fix.
6060
6061 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6062
6063 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
6064 temporary file for buffer already visiting one. This change makes
6065 output likely to be directly usable by patch program.
6066 Suggested by Adrian Aichner <adrian@xemacs.org>
6067
6068 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
6069
6070 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
6071 case of variables defined in compound statements.
6072 (gdb-setup-windows, gdb-source-info, gdb-source-info):
6073 Simplify constructions using switch-to-buffer.
6074
6075 2004-02-19 Simon Josefsson <jas@extundo.com>
6076
6077 * play/morse.el: Fix typo.
6078 (morse-code): Add @.
6079
6080 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6081
6082 * calendar/appt.el (appt-display-format): Change default to
6083 'ignore, for backwards compatibility.
6084 (appt-display-message): If appt-display-format is 'ignore,
6085 respect old vars appt-msg-window and appt-visible.
6086 (appt-activate): Don't depend on return value of cancel-timer.
6087
6088 * calendar/calendar.el (calendar-holidays): Doc fix.
6089
6090 * calendar/cal-coptic.el (coptic-prompt-for-date):
6091 Use assoc-string instead of assoc-ignore-case.
6092 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6093 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6094 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6095 * calendar/cal-islam.el (calendar-goto-islamic-date)
6096 (mark-islamic-diary-entries): Ditto.
6097 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6098 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6099 (calendar-read-mayan-tzolkin-date): Ditto.
6100 * calendar/calendar.el (calendar-read-date): Ditto.
6101 * calendar/diary-lib.el (mark-diary-entries): Ditto.
6102
6103 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
6104
6105 * progmodes/executable.el (executable-command-find-posix-p):
6106 Fix choice of the directory.
6107
6108 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6109
6110 * simple.el (interprogram-cut-function)
6111 (interprogram-paste-function, kill-new, kill-append):
6112 Doc fixes.
6113 (kill-region): Make it return nil. Doc fix.
6114 (yank-pop): Make its argument optional.
6115 (yank): Make ARG `-' equivalent to `-1'.
6116
6117 2004-02-17 Eli Zaretskii <eliz@gnu.org>
6118
6119 * mail/rmail.el (rmail-get-new-mail): Don't reference
6120 rmail-use-spam-filter if rmail-spam-filter is not loaded.
6121
6122 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6123
6124 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
6125 if one of global-auto-revert-non-file-buffers or autorevert-mode
6126 is non-nil.
6127
6128 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6129
6130 * subr.el (delete-dups): A better implementation from Karl Heuer
6131 <kwzh@gnu.org>.
6132
6133 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6134
6135 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
6136 correct place.
6137 * progmodes/icon.el (icon-indent-command): Ditto.
6138 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
6139
6140 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6141
6142 * progmodes/grep.el (grep-compute-defaults): Undo change from
6143 2004-01-29: don't use executable-command-find-posix-p.
6144
6145 2004-02-16 Richard Sharman <rsharman@pobox.com>
6146
6147 * hilit-chg.el: Use require instead of eval-and-compile.
6148 (highlight-compare-buffers): New function.
6149
6150 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
6151
6152 * man.el (Man-fontify-manpage): Render section headings in
6153 `Man-overstrike-face' even when overstrike was not used by man
6154 formatter for section headings.
6155
6156 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
6157
6158 * rmail-spam-filter.el: (vm-use-spam-filter)
6159 (rsf-min-region-length-added-to-spam-list): New variables.
6160 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
6161 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
6162 spam testing. Don't delete spam message if automatic deletion
6163 after output via variable rmail-delete-after-output is turned on.
6164 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
6165 rsf-bbdb-dont-create-entries-for-spam.
6166 (check-field): New function, extracted from code in
6167 rmail-spam-filter to ease addition of header fields like content-type.
6168 (message-content-type): New variable to check the content-type:
6169 field added, also in defcustom of rsf-definitions-alist.
6170 (rmail-spam-filter): Replace repeated test code for header fields
6171 by calls to check-field; change the call to
6172 rmail-output-to-rmail-file such that rmail-current-message stays
6173 the same to avoid wrong deletion of unseen flags.
6174 (rsf-add-contents-type): New function to convert old format
6175 of rmail-spam-definitions-alist into new one.
6176 Change prefixes of all variables and functions from
6177 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
6178
6179 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6180
6181 * loadhist.el (unload-hook-features-list): New defvar.
6182
6183 2004-02-16 Dave Love <fx@gnu.org>
6184
6185 * loadhist.el (unload-feature): Doc fix. Rename flist to
6186 unload-hook-features-list.
6187
6188 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
6189
6190 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
6191 cookie. Don't check if we are looking-at open-formula.
6192
6193 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6194
6195 * subr.el (match-string-no-properties): Use substring-no-properties.
6196
6197 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6198
6199 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
6200 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
6201 Use lower-case "rx" in all error message.
6202
6203 2004-02-16 Dave Love <fx@gnu.org>
6204
6205 * emacs-lisp/rx.el (rx-or): Put group around result.
6206 (rx-constituents): Add backref.
6207 (rx-syntax): Add string-delimiter, comment-delimiter.
6208 (rx-categories): Add combining-diacritic.
6209 (rx-check-not, rx-greedy, rx): Doc fix.
6210 (rx-backref, rx-check-backref): New.
6211
6212 2004-02-16 Jesper Harder <harder@ifa.au.dk>
6213
6214 * newcomment.el (uncomment-region): Allow eob as comment end.
6215
6216 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6217
6218 * filecache.el: All message and error commands now use prefix
6219 "Filecache:" to make it easy to read *Messages* buffer.
6220
6221 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6222
6223 * autorevert.el: Add support to detect changed dired and VC buffers.
6224 (auto-revert-active-p, auto-revert-list-diff)
6225 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
6226 (auto-revert-handler, auto-revert-active-p): New functions.
6227 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
6228 and `auto-revert-active-p'.
6229 (eval-when-compile): Defvar dired-directory and vc-mode.
6230 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6231 (auto-revert-handler-vc): New functions.
6232
6233 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
6234
6235 * progmodes/compile.el (compilation-directory): New defvar.
6236 (compile): Save current directory in compilation-directory.
6237 (recompile): Bind default-directory to compilation-directory if
6238 that is non-nil.
6239
6240 2004-02-16 Dave Love <fx@gnu.org>
6241
6242 * newcomment.el (comment-insert-comment-function)
6243 (comment-region-function, uncomment-region-function): New.
6244 (comment-indent): Use comment-insert-comment-function.
6245 (uncomment-region): Use uncomment-region-function.
6246 (comment-region): Use comment-region-function.
6247
6248 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
6249
6250 2004-02-16 Richard Stallman <rms@gnu.org>
6251
6252 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
6253 loaddefs* and ldefs-boot*.
6254
6255 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6256
6257 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
6258 and email address at the beginning and end of the address.
6259
6260 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
6261 anchored at the beginning of the email address.
6262
6263 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
6264
6265 * international/ccl.el (ccl-compile-write): Pass `left' to
6266 ccl-embed-code to generate correct code of write-expr-register.
6267
6268 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
6269
6270 * progmodes/grep.el (grep-compute-defaults): Fix typos.
6271
6272 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6273
6274 * x-dnd.el: Mention support for Motif in commentary.
6275 (x-dnd-handle-drag-n-drop-event): Ditto.
6276
6277 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6278
6279 * ses.el: Use "ses--" prefixes for buffer-local variables.
6280 Use (point-min) instead of 1, even when we know the buffer
6281 is unnarrowed.
6282 (ses-build-load-map): Delete. Distribute its content to defconst's for
6283 the three maps.
6284 (ses-menu, ses-header-line-menu): New menus.
6285 (ses-mode-map): Use them.
6286 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
6287
6288 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
6289
6290 * Makefile.in: Fix the CC Mode recompile kludge so it works
6291 when building in a different directory.
6292
6293 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
6294
6295 * simple.el (kill-new): Put yank-handler property on the entire string.
6296
6297 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * diff.el: Don't use compile any more, use diff-mode instead.
6300 (diff-regexp-alist, diff-old-file, diff-new-file)
6301 (diff-parse-differences, diff-process-setup): Remove.
6302 (diff-sentinel): New fun.
6303 (diff): Use it. Run the process ourselves.
6304 Use diff-mode for the rest of the processing.
6305
6306 * diff.el (diff): Simplify code handling `switch'.
6307
6308 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * pcvs-defs.el (cvs-menu): Add `tag'.
6311
6312 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6313
6314 * simple.el (kill-append): Doc fix.
6315
6316 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6317 Adapt outline-regexp to the new conventions for commenting out code.
6318
6319 2004-02-11 John Paul Wallington <jpw@gnu.org>
6320
6321 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6322
6323 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * diff.el (diff-switches): New fun.
6326 (diff, diff-backup): Use it.
6327 (diff): Clean up the args construction. Use backquote.
6328 Use listp instead of consp to avoid putting a nil arg.
6329 (diff): Add a revert-buffer function.
6330
6331 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6332
6333 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
6334 handled by x-dnd-handle-file-name.
6335 (x-dnd-known-types): Add COMPOUND_TEXT.
6336 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6337 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6338 x-dnd-empty-state.
6339 (x-dnd-forget-drop): Ditto.
6340 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6341 (x-dnd-handle-one-url): Return private when inserting text.
6342 (x-dnd-insert-ctext): New function.
6343 (x-dnd-handle-file-name): New function for FILE_NAME.
6344 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6345 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6346 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6347
6348 2004-02-10 Kenichi Handa <handa@m17n.org>
6349
6350 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6351 instead of while loop.
6352
6353 2004-02-10 Miles Bader <miles@gnu.org>
6354
6355 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6356
6357 2004-02-09 Kenichi Handa <handa@m17n.org>
6358
6359 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6360 have end-of-line.
6361
6362 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6363
6364 * Makefile.in: Added extra dependencies in the recompile target
6365 needed to cope with the compile time macro expansions in CC Mode.
6366
6367 2004-02-09 Kim F. Storm <storm@cua.dk>
6368
6369 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6370 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6371 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6372 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6373 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6374 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6375 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6376 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6377 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6378 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6379 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6380
6381 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6384 Don't allow shrink if there's a window on our right.
6385
6386 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6387 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6388 Bring together declaration and initialization.
6389 (prolog-mode-variables): Don't set the syntax table.
6390 Don't set paragraph-start and comment-indent-function.
6391 Add /*..*/ to the comment regexps.
6392 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6393 (prolog-mode-map): Don't bind TAB.
6394 (prolog-mode): Set the syntax table.
6395 (prolog-comment-indent): Remove.
6396 (inferior-prolog-mode-map): Initialize in the declaration.
6397 (inferior-prolog-mode-syntax-table)
6398 (inferior-prolog-mode-abbrev-table): New vars.
6399 (inferior-prolog-mode): Derive from comint-mode.
6400 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6401 minibuffer windows.
6402
6403 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6404 in file names, as long as it is unabmiguous.
6405
6406 2004-02-08 Andreas Schwab <schwab@suse.de>
6407
6408 * textmodes/reftex-toc.el
6409 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6410 format. Doc fix.
6411
6412 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6413 format string arguments.
6414
6415 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6416 string argument.
6417
6418 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6419
6420 * play/zone.el (zone-call): Fix format string.
6421
6422 * net/webjump.el (webjump-builtin): Add missing format string argument.
6423
6424 * midnight.el (midnight-delay-set): Remove extra format string argument.
6425
6426 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6427
6428 * hexl.el (hexl-insert-char): Add missing format string argument.
6429
6430 * format.el (format-decode): Fix format string.
6431
6432 * emulation/vi.el (vi-mode): Remove extra format string argument.
6433 (vi-repeat-last-search): Likewise.
6434 (vi-reverse-last-search): Likewise.
6435 (vi-goto-mark): Likewise.
6436 (vi-reverse-last-find-char): Likewise.
6437 (vi-repeat-last-find-char): Likewise.
6438 (vi-locate-def): Likewise.
6439
6440 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6441
6442 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6443 string argument.
6444 (ediff-toggle-regexp-match): Likewise.
6445
6446 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6447 format string argument.
6448
6449 * calc/calc-map.el (calc-get-operator): Remove extra format
6450 string argument.
6451
6452 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6453
6454 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6455 string argument.
6456
6457 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6458
6459 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6460
6461 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6462
6463 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6464 (cl-struct-setf-expander): Likewise.
6465
6466 * vc.el (with-vc-file): Fix unsafe uses of error.
6467 (vc-cancel-version): Likewise.
6468
6469 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6470
6471 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6472 thousands separator; fixes <class>:<line-number> regexp for
6473 non-english locales.
6474
6475 2004-02-08 Andreas Schwab <schwab@suse.de>
6476
6477 * view.el (view-mode-enable): Revert previous change.
6478
6479 2004-02-07 Kim F. Storm <storm@cua.dk>
6480
6481 * simple.el (line-number-at-pos): Rename from line-at-pos.
6482 Uses changed (what-line and vc-annotate-warp-version).
6483
6484 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6487 (diff-mode): Remove aborted attempt at support for compile.el.
6488 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6489
6490 2004-02-06 Andreas Schwab <schwab@suse.de>
6491
6492 * view.el (view-mode-enable): Add view-mode-map to
6493 minor-mode-overriding-map-alist.
6494
6495 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6496
6497 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6498
6499 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6502 with point inside rather than after the paragraph.
6503
6504 2004-02-04 Sam Steingold <sds@gnu.org>
6505
6506 * mail/smtpmail.el (smtpmail-try-auth-methods):
6507 Do not try authentication when no mechanism is available.
6508 Pass port-name as defaultport to `netrc-machine'.
6509
6510 2004-02-04 Stephen Eglen <stephen@gnu.org>
6511
6512 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6513 to show how minibuffer height can be constrained.
6514
6515 2004-02-04 John Paul Wallington <jpw@gnu.org>
6516
6517 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6518
6519 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6520
6521 * x-dnd.el: New file for drag and drop.
6522
6523 * term/x-win.el: require x-dnd, set after-make-frame-functions
6524 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6525 drag-n-drop event.
6526
6527 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6528 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6529 (dired-dnd-handle-file): New functions for drag and drop support.
6530 (dired-mode): Initialize drag and drop if x-dnd present.
6531
6532 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6535 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6536 (cperl-mode): Set fill-paragraph-function.
6537 (cperl-fill-paragraph): Make it non-interactive.
6538
6539 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6540
6541 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6542
6543 2004-02-02 David Kastrup <dak@gnu.org>
6544
6545 * replace.el (perform-replace): Allow 'literal argument in
6546 regexp-flag to indicate literal replacement.
6547 (query-replace-regexp-eval): Use it.
6548
6549 2004-02-01 Andreas Schwab <schwab@suse.de>
6550
6551 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6552
6553 2004-02-01 Stephen Eglen <stephen@gnu.org>
6554
6555 * info-look.el: Add support for maxima-mode. Update commentary
6556 because info-lookup-symbol is now bound to C-h S.
6557
6558 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6559
6560 * simple.el (edit-and-eval-command): Bind print-level and
6561 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6562 Correct initial position in command-history.
6563
6564 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6565
6566 * files.el (read-directory-name): Adapt the docstring to recent
6567 change in Fread_file_name.
6568
6569 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6570
6571 * ses.el (ses-print-cell): If print format too wide for column
6572 width, truncate decimal places if that helps to avoid "#####" fill.
6573 * ses.el (ses-initial-column-width): Revert previous change.
6574
6575 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6578 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6579 Add edebug info.
6580 (jit-lock-mode): Setup/cancel the new timer.
6581 (jit-lock-context-fontify): New fun. Extracted from
6582 context fontification code of jit-lock-stealth-fontify.
6583 (jit-lock-stealth-fontify): Don't do context fontification any more.
6584
6585 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6586 (jit-lock-fontify-now): Handle the `quit' case.
6587 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6588
6589 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6590
6591 * progmodes/executable.el (executable-command-find-posix-p):
6592 New. Check if find handles arguments Posix-style.
6593
6594 * progmodes/grep.el (grep-compute-defaults):
6595 Use executable-command-find-posix-p.
6596 (grep-find): Check `grep-find-command'.
6597
6598 * filecache.el (file-cache-find-posix-p): Delete.
6599 (file-cache-add-directory-using-find):
6600 Use `executable-command-find-posix-p'.
6601
6602 2004-01-29 Dave Love <fx@gnu.org>
6603
6604 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6605 Iterate the hook function if arg is given.
6606 (mark-defun, narrow-to-defun): Change order of finding the limits.
6607
6608 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6609 (byte-compile-format-warn): New.
6610 (byte-compile-callargs-warn): Use it.
6611 (Format, message, error): Add byte-compile-format-like property.
6612 (byte-compile-maybe-guarded): New.
6613 (byte-compile-if, byte-compile-cond): Use it.
6614 (byte-compile-lambda): Compile interactive forms,
6615 just to make warnings about them.
6616
6617 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6618
6619 * ses.el (ses-initial-column-width): Increase to 14, so it will
6620 work well with the default printer of "%.7g" for extreme values
6621 like "-1.234567e+07".
6622
6623 2004-01-29 Kenichi Handa <handa@m17n.org>
6624
6625 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6626
6627 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6628
6629 * dos-w32.el: Added support for the `default-printer-name' function.
6630
6631 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * server.el (server-socket-name): Don't use the hostname in the
6634 socket name since /tmp is local to the host anyway.
6635
6636 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6637 robust check of widening and fix var-naming.
6638
6639 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6640
6641 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6642 or rmail-spam- to rsf- in all function and variable names.
6643 (rsf-min-region-to-spam-list): New variable.
6644 (rsf-bbdb-auto-delete-spam-entries): Rename from
6645 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6646 scanned together with the recipients field for spam testing; Don't
6647 delete spam message if rmail-delete-after-output is non-nil;
6648 (rsf-check-field): New function, extracted from code in
6649 rmail-spam-filter to ease addition of header fields like
6650 content-type:;
6651 (message-content-type): New variable. The content-type: field was
6652 added also in defcustom of rsf-definitions-alist;
6653 (rmail-spam-filter): Replace repeated test code for header fields
6654 by calls to check-field; change the call to
6655 rmail-output-to-rmail-file such that rmail-current-message stays
6656 the same to avoid wrong deletion of unseen flags.
6657 (rmail-use-spam-filter): Add autoload cookie.
6658
6659 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6660
6661 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6662 (file-cache-add-directory-using-find): Add Cygwin support.
6663 (file-cache-find-command-posix-flag): New user variable.
6664
6665 * filecache.el (file-cache-add-directory): Check for
6666 directories an remove them from dir-files.
6667
6668 2004-01-27 Richard M. Stallman <rms@gnu.org>
6669
6670 * man.el (Man-fontify-manpage): Clean up message.
6671
6672 2004-01-27 Kenichi Handa <handa@m17n.org>
6673
6674 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6675 (sentence-end): Define using sentence-end-without-space.
6676
6677 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6678 a sentence ends with one of a character in sentence-end-without-space.
6679
6680 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6683 (jit-lock): Group declaration moved to jit-lock.el.
6684 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6685 when necessary.
6686
6687 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6688 (jit-lock-context-unfontify-pos): Rename from
6689 jit-lock-first-unfontify-pos.
6690 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6691
6692 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6693
6694 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6695 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6696 (fortran-fill): When filling a string, adjust re-search-backward
6697 argument for special case of string just on fill-column.
6698 When filling non-string, allow one extra char if
6699 fortran-break-before-delimiters is non-nil.
6700 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6701 Use fortran-break-delimiters-re and fortran-no-break-re to
6702 correctly handle cases such as "**".
6703
6704 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6705 (f90-no-break-re): Add some extra tokens. Doc fix.
6706
6707 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6708
6709 * mail/rmail-spam-filter.el:
6710 Use two semicolons as Commentary line prefix.
6711 Add ";;; Code:" stylized comment.
6712 Delete end-of-line whitespace.
6713 Wrap (require 'cl) with `eval-when-compile'.
6714
6715 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6716
6717 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6718 at the top level of vc.el.
6719
6720 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6721
6722 * vc.el (vc-current-line): Function removed. This is now done by
6723 the new function line-at-pos in simple.el.
6724 (vc-annotate-warp-version): Use line-at-pos instead of
6725 vc-current-line.
6726
6727 2004-01-22 Kim F. Storm <storm@cua.dk>
6728
6729 * simple.el (line-at-pos): New defun.
6730 (what-line): Use it. Optimize by only counting lines in narrowed
6731 region once.
6732
6733 2004-01-22 Kenichi Handa <handa@m17n.org>
6734
6735 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6736 point (register r1) only for charset mule-unicode-0100-24ff.
6737
6738 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6739
6740 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6741 trailing white space and ensure a final newline.
6742
6743 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6744 Add autoload cookie.
6745
6746 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6747
6748 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6749 activate view-mode explicitly.
6750
6751 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6752
6753 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6754 use clipboard first.
6755
6756 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6759 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6760 (vc-mcvs-cvs): Remove.
6761 (vc-mcvs-command): Remove use of assert.
6762
6763 * outline.el (outline-insert-heading): Tighten up match.
6764 (outline-demote, outline-move-subtree-down): Don't assume anything
6765 about outline-regexp.
6766
6767 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6768 (texinfo-show-structure): Explicitly add ^, and simplify.
6769
6770 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6771
6772 * calendar/appt.el (appt-check): Restore usage of
6773 appt-issue-message deleted in previous change.
6774 (top-level): Activate package when loaded (needed for backwards
6775 compatibility).
6776
6777 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6778
6779 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6780 following previous change to smtpmail-send-data.
6781
6782 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6783
6784 * vc.el (vc-default-previous-version): Doc enhancement.
6785 (vc-default-next-version): New function.
6786 (vc-print-log): New arg FOCUS-REV.
6787 (vc-annotate-mode): Derive from view-mode.
6788 (vc-annotate): New args REVISION, DISPLAY-MODE.
6789 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6790 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6791 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6792 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6793 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6794
6795 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6796
6797 2004-01-19 Karl Berry <karl@gnu.org>
6798
6799 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6800 or "TexInfo".
6801
6802 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6803
6804 * subr.el (delete-dups): New function.
6805
6806 2004-01-19 Karl Berry <karl@gnu.org>
6807
6808 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6809 with ^, since that's what texinfo-show-structure
6810 documentation says (plus it works much better in texinfo.txi).
6811
6812 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6813
6814 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6815
6816 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6817
6818 * progmodes/which-func.el (which-function-mode): Don't cancel
6819 which-func-update-timer if not set.
6820
6821 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6822
6823 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6824 Remove spurious left square bracket in XX:XXam regexp.
6825
6826 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6827
6828 * progmodes/cc-defs.el: Do not require cl at run time.
6829
6830 2004-01-16 Richard M. Stallman <rms@gnu.org>
6831
6832 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6833 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6834
6835 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6836 Call rmail-spam-filter. Delete and expunge spam.
6837 Print number of spam messages deleted.
6838 Save and restore the deletion status of old messages when reading
6839 new mail with spam filter, so that expunging spam does not expunge
6840 msgs deleted by the user.
6841 (rmail-only-expunge): Add an optional argument dont-show to
6842 prevent showing message after expunge.
6843
6844 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6845
6846 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6847 * subr.el (declare): New macro.
6848
6849 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6850
6851 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6852
6853 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6856 Test window-system rather than system-type (for X11/Mac).
6857
6858 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6859
6860 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6861
6862 2004-01-12 Richard M. Stallman <rms@gnu.org>
6863
6864 * mail/rmail.el (rmail-convert-to-babyl-format):
6865 Use mail-unquote-printable-region.
6866 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6867 (rmail-hex-char-to-integer): Functions deleted.
6868
6869 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6870 (mail-unquote-printable-region): New arg NOERROR.
6871 For invalid encoding, either signal an error to just return nil.
6872
6873 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6874
6875 * calendar/appt.el: Update copyright and commentary.
6876 (appt-issue-message): Make obsolete.
6877 (appt-visible, appt-msg-window): Make obsolete, in favour of
6878 appt-display-format.
6879 (appt-display-mode-line, appt-display-duration)
6880 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6881 (appt-prev-comp-time, appt-display-count, appt-timer)
6882 (appt-convert-time): Doc change.
6883 (appt-disp-window-function, appt-delete-window-function):
6884 Use defcustom rather than defvar.
6885 (appt-display-format): New variable.
6886 (appt-display-message): New function with display code from appt-check.
6887 (appt-check): Add optional FORCE argument. Doc change.
6888 Add appt-make-list to diary-hook if displaying diary.
6889 Remove checking of view-diary-entries-initially.
6890 Message display section removed to new function appt-display-message.
6891 (appt-display-window): Doc change. Remove unused internal var
6892 this-buffer. Do not beep, since appt-display-message does that.
6893 (appt-make-list): Doc change. Use caar.
6894 (appt-sort-list): Simplify by using builtin sort function.
6895 (appt-update-list): New function for updating appts when diary is
6896 saved.
6897 (appt-activate): New autoloaded function to toggle package
6898 functionality.
6899
6900 * calendar/cal-x.el: (calendar-one-frame-setup)
6901 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6902
6903 * calendar/calendar.el: Update copyright.
6904 (view-diary-entries-initially, european-calendar-style): Doc change.
6905 (calendar-setup): Make defcustom rather than defvar.
6906 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6907 in let binding so local to function.
6908
6909 * calendar/diary-lib.el: Update copyright.
6910 (diary, diary-entry-time): Doc change.
6911 (list-diary-entries): Doc change. Trivial logic change.
6912 (fancy-diary-display): Restore make-face command mistakenly
6913 deleted 2003-05-08.
6914 (show-all-diary-entries): Allow to pop-up frame if needed.
6915
6916 2004-01-09 John Paul Wallington <jpw@gnu.org>
6917
6918 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6919 Temporarily select EVENT's window for changing eol type.
6920
6921 2004-01-09 Deepak Goel <deego@gnufans.org>
6922
6923 * calendar/diary-lib.el (diary-entry-time):
6924 Also accept time in the form XX[.XX][am/pm/AM/PM].
6925 (fancy-diary-font-lock-keywords): Likewise.
6926 (diary-font-lock-keywords): Likewise.
6927 * calendar/appt.el (appt-add): Likewise.
6928 (appt-make-list): Likewise.
6929 (appt-convert-time): Likewise.
6930
6931 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6932
6933 * gdb-ui.el (gdb-ann3): Revert previous change.
6934 (gdb-source-info): Allow for case of where compilation directory
6935 is not recorded.
6936
6937 2004-01-08 John Paul Wallington <jpw@gnu.org>
6938
6939 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6940
6941 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6942
6943 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6944
6945 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6946 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6947 problems.
6948 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6949
6950 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6951
6952 * files.el (write-file-functions, write-contents-functions):
6953 Clarify docstrings.
6954
6955 2004-01-07 Kenichi Handa <handa@m17n.org>
6956
6957 * international/mule.el (set-auto-coding): Fix for the case that
6958 end-of-line is only CR.
6959
6960 2004-01-07 Kim F. Storm <storm@cua.dk>
6961
6962 * subr.el (event-start, event-end): Doc fix.
6963 (posn-string, posn-image): New defuns.
6964 (posn-object): Return either image or string object.
6965 (posn-object-x-y): Return 8th element of position.
6966 (posn-object-width-height): New defun.
6967
6968 2004-01-06 Andreas Schwab <schwab@suse.de>
6969
6970 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6971 output.
6972
6973 2004-01-05 Karl Berry <karl@gnu.org>
6974
6975 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6976 / and *, too.
6977
6978 2003-12-31 Simon Josefsson <jas@extundo.com>
6979
6980 * files.el (before-save-hook): Add.
6981 (basic-save-buffer): Use before-save-hook.
6982
6983 * emacs-lisp/copyright.el: Fix comment to recommend
6984 before-save-hook instead of write-file-functions.
6985
6986 2004-01-05 Richard M. Stallman <rms@gnu.org>
6987
6988 * finder.el (finder-commentary): Call delete-other-windows.
6989
6990 * net/ange-ftp.el (ange-ftp-file-attributes):
6991 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6992
6993 2004-01-04 Karl Berry <karl@gnu.org>
6994
6995 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6996 comment characters % and # in the copyright year notice,
6997 as well as ;.
6998
6999 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
7000
7001 * wid-edit.el (default): Define dummy :value-delete.
7002 Reported by Jesper Harder <harder@ifa.au.dk>.
7003
7004 2004-01-03 Richard M. Stallman <rms@gnu.org>
7005
7006 * progmodes/compile.el (compile-internal): Use point, not point-min,
7007 for set-window-point.
7008
7009 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
7010
7011 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
7012
7013 * progmodes/grep.el (grep-mode-map):
7014 Don't remap next-line, previous-line.
7015
7016 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
7017
7018 * speedbar.el (speedbar-edit-line): Change regexp to position
7019 the cursor on the first character of this line's button.
7020
7021 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * subr.el (functionp): Doc fix.
7024
7025 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
7026
7027 * progmodes/idlwave.el (idlwave-make-tags):
7028 * textmodes/flyspell.el (flyspell-large-region):.
7029 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
7030 * emulation/viper-util.el (viper-glob-unix-files):
7031 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
7032 * man.el (Man-init-defvars):
7033 * jka-compr.el (jka-compr-call-process):
7034 * files.el (get-free-disk-space,insert-directory):
7035 * ediff-ptch.el (ediff-test-patch-utility):
7036 * ediff-diff.el (ediff-test-utility):
7037 * dired-aux.el (dired-check-process):
7038 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
7039 test the return value of call-process, because it can be a string.
7040
7041 2003-12-31 John Paul Wallington <jpw@gnu.org>
7042
7043 * bindings.el (completion-ignored-extensions): Add .pfsl.
7044
7045 2003-12-31 Kim F. Storm <storm@cua.dk>
7046
7047 * ido.el (ido-nonreadable-directory-p): New defun to check for
7048 nonreadable directory without activating tramp (to avoid problems
7049 with checking incomplete tramp paths).
7050 (ido-set-current-directory, ido-file-internal)
7051 (ido-file-name-all-completions1): Use it.
7052
7053 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7054
7055 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
7056 documentation if the anchor (or node) name is preceded by `info
7057 anchor' or `Info anchor' in addition to earlier `info node' and
7058 `Info node'.
7059 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
7060
7061 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7062
7063 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
7064 error in arguments to base64-decode-region. Remove ^M characters
7065 after decoding base64.
7066
7067 2003-12-30 Simon Josefsson <jas@extundo.com>
7068
7069 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
7070 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
7071 have only been distributed with Emacs for some years.
7072 (texinfo-mode-hook): Customize.
7073
7074 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7075
7076 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
7077 cleaner (suggested by Richard Stallman).
7078
7079 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7080 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
7081 file-name clashes on 8+3 DOS filesystems.
7082
7083 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
7084 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
7085 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
7086 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
7087 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
7088 file-name clashes on 8+3 filesystems.
7089
7090 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
7091 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
7092 file-name clashes on 8+3 DOS filesystems.
7093
7094 2003-12-29 Richard M. Stallman <rms@gnu.org>
7095
7096 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
7097 Upcase the character.
7098
7099 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7100 Search for header separator alone on a line, literally,
7101 and search for it backward, not forward.
7102 (flyspell-abbrev-table): Always use global-abbrev-table
7103 if there is no local one.
7104
7105 * progmodes/sh-script.el (sh-get-indent-info):
7106 Don't move point back if at bob.
7107
7108 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
7109
7110 * play/handwrite.el (handwrite): Make the handwrite credit message
7111 a comment rather than an output command.
7112
7113 * obsolete/sc.el: Display message that this file is obsolete.
7114
7115 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
7116
7117 * mail/rfc822.el (rfc822-address-start): Declare variable.
7118 Renamed from address-start. All uses changed.
7119
7120 * term.el (term-exec): Set up sentinel.
7121 (term-sentinel): New function.
7122 (term-handle-exit): New function.
7123
7124 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7125 Use assoc-string, and mark them obsolete.
7126 (delay-mode-hooks): Mark as permanent local.
7127
7128 * simple.el (sendmail-user-agent-compose): Use assoc-string.
7129
7130 * register.el (copy-rectangle-to-register): Doc fix.
7131
7132 * info.el (Info-insert-dir): Use assoc-string.
7133
7134 * info-look.el (info-lookup): Use assoc-string.
7135
7136 * frame.el (pop-up-frame-function): Use quote, not `function'.
7137 (frame-notice-user-settings): Calculate ADJUSTED-TOP
7138 copying with lists as coordinate values.
7139
7140 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
7141
7142 * find-dired.el (kill-find): New command.
7143 (find-dired): Make buffer read-only.
7144 Set up a keymap with C-c C-k running kill-find.
7145 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
7146
7147 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
7148
7149 * filecache.el (file-cache-ignore-case): New variable.
7150 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
7151
7152 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
7153 (comint-dynamic-complete-as-filename): Rename local vars.
7154 (comint-dynamic-list-filename-completions): Likewise.
7155
7156 * comint.el (comint-dynamic-list-completions-config): New var.
7157 (comint-dynamic-list-completions): Handle both SPC and TAB right.
7158
7159 * comint.el (comint-file-name-chars): Add [].
7160 (comint-word): Use skip-chars-backward, not search.
7161
7162 * shell.el (shell-file-name-chars): Add [].
7163
7164 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
7165
7166 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
7167
7168 * generic.el (define-generic-mode): Doc fix.
7169
7170 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7171
7172 * files.el (kill-some-buffers): Doc fix.
7173
7174 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
7175
7176 * comint.el (comint-watch-for-password-prompt): Pass `string' as
7177 arg to send-invisible
7178 (send-invisible): Doc fix. The argument is now a prompt, not the
7179 string to send.
7180 (comint-read-noecho): Doc fix.
7181
7182 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
7183
7184 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
7185 "@", as required by some ISP hosting service. Fix defcustom
7186 argument syntax errors that prevented use of customization.
7187
7188 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7189
7190 * xml.el (xml-get-attribute-or-nil): Doc fix.
7191
7192 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
7193
7194 * net/zone-mode.el (zone-mode): Use write-file-functions, not
7195 write-file-hooks.
7196
7197 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
7198
7199 * autorevert.el (auto-revert-interval): Doc fix.
7200
7201 2003-12-29 Mark A. Hershberger <mah@everybody.org>
7202
7203 * xml.el (xml-get-attribute-or-nil): New function, like
7204 xml-get-attribute, but returns nil if the attribute was not found.
7205 (xml-get-attribute): Convert to defsubst, uses
7206 xml-get-attribute-or-nil.
7207
7208 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7209
7210 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7211
7212 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
7213
7214 * custom.el (custom-declare-theme): Use `value' when putting
7215 properties on `theme'.
7216
7217 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
7218
7219 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
7220 for each yank-handler segment.
7221 (insert-for-yank-1): New function, with the body of the previous
7222 insert-for-yank.
7223
7224 * textmodes/table.el (table-yank-handler): New defcustom.
7225 (table--put-cell-indicator-property): Put yank-handler property
7226 that indicates the yank handler for the table cell.
7227
7228 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7229
7230 * generic-x.el (etc-modules-conf-generic-mode): A more complete
7231 set of keywords.
7232
7233 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7234
7235 * international/mule-cmds.el (reset-language-environment)
7236 (set-language-environment): Don't invoke fontset-related functions
7237 if fontset-list is not fboundp.
7238
7239 2003-12-29 Kenichi Handa <handa@m17n.org>
7240
7241 * international/mule-cmds.el (reset-language-environment):
7242 Call set-overriding-fontspec-internal with nil.
7243 (set-language-environment): Call set-overriding-fontspec-internal
7244 if the language environment specify `overriding-fontspec'.
7245 (language-info-alist): Doc added.
7246
7247 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
7248 characters of mule-unicode-0100-24ff.
7249 (ccl-encode-windows-1251-font): New CCL program.
7250 ("Bulgarian"): Specify overriding-fontspec.
7251 ("Belarusian"): Likewise.
7252
7253 2003-12-28 Sam Steingold <sds@gnu.org>
7254
7255 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
7256 parameter ID-FORMAT to conform with the 2003-11-30 patch.
7257
7258 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
7259
7260 * progmodes/gud.el (gud-gdb-command-name): Set default to
7261 "gdb --annotate=3".
7262 (gud-gdb-marker-filter): Look out for annotations.
7263 (gdb-first-pre-prompt): New variable.
7264 Remove trailing white space.
7265
7266 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
7267 if necessary.
7268 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
7269 annotations are detected.
7270 (gud-gdba-marker-filter): Use global variable gud-marker-acc
7271 instead of a local one to allow transition from
7272 gud-gdb-marker-filter.
7273 Remove trailing white space.
7274
7275 2003-12-27 Kim F. Storm <storm@cua.dk>
7276
7277 * ido.el: Handle non-readable directories.
7278 (ido-decorations): Add 9th element for non-readable directory.
7279 (ido-directory-nonreadable): New dynamic var.
7280 (ido-set-current-directory): Set it.
7281 (ido-read-buffer, ido-file-internal):
7282 (ido-read-file-name, ido-read-directory-name): Let-bind it.
7283 (ido-file-name-all-completions1): Return empty list for
7284 non-readable directory.
7285 (ido-exhibit): Print [Not readable] if directory is not readable.
7286 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
7287 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
7288 Use it.
7289
7290 2003-12-27 Lars Hansen <larsh@math.ku.dk>
7291
7292 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
7293 calls to directory-files-and-attributes and file-attributes.
7294 (ls-lisp-format): Remove system dependent handling of user and
7295 group id's.
7296
7297 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
7298
7299 * ffap.el (ffap-read-file-or-url): Revert previous change.
7300
7301 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
7302
7303 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
7304 new list of included files called `files-with-node-lines', that
7305 only have node lines. This way @include commands can include any
7306 file, such as version and update files without node lines, not
7307 just files that are chapters.
7308
7309 2003-12-25 Andreas Schwab <schwab@suse.de>
7310
7311 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
7312 file not found.
7313
7314 2003-12-08 Miles Bader <miles@gnu.org>
7315
7316 * dired.el (dired-between-files): Always use dired-move-to-filename,
7317 which is more robust in non-english locales.
7318
7319 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7320
7321 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7322
7323 2003-12-24 Andreas Schwab <schwab@suse.de>
7324
7325 * shell.el (shell-file-name-quote-list): Add backslash.
7326
7327 * comint.el (comint-quote-filename): Correctly handle backslash
7328 in comint-file-name-quote-list.
7329
7330 2003-12-24 Kenichi Handa <handa@m17n.org>
7331
7332 * international/mule-cmds.el (set-default-coding-systems):
7333 Call ucs-set-table-for-input for all buffers that don't have local
7334 value of buffer-file-coding-system.
7335
7336 * international/ucs-tables.el (ucs-set-table-for-input):
7337 If translation-table-for-encode is a symbol, get its
7338 translation-table property.
7339
7340 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7341
7342 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7343 to `completing-read' on a recently fixed bug.
7344
7345 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7346 instead of SPACE, to get the list of possible fringe modes.
7347 SPACE only works if both `partial-completion-mode' and
7348 `completion-auto-help' are nil.
7349
7350 * complete.el (PC-is-complete-p): Delete.
7351 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7352 calls to `test-completion'.
7353
7354 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7355
7356 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7357 to edit values when there are no children.
7358
7359 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7360 a mode called "Assembler" already exists.
7361 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7362 (gud-watch): Use format option. Remove font properties from string.
7363 (gdb-var-create-handler, gdb-var-list-children-handler):
7364 Don't bother about properties as there are none.
7365 (gdb-var-create-handler, gdb-var-list-children-handler)
7366 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7367 with two arguments.
7368 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7369 Let speedbar show value changes with a different font.
7370 (gdb-edit-value): New defun.
7371 (gdb-clear-partial-output, gdb-clear-inferior-io)
7372 (def-gdb-auto-update-handler): Use erase-buffer.
7373 (gdb-frame-handler): Display watch expressions in
7374 FUNCTION::VARIABLE format if required.
7375
7376 2003-12-23 John Paul Wallington <jpw@gnu.org>
7377
7378 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7379 (Info-goto-emacs-command-node): Doc fixes.
7380
7381 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7382
7383 * cus-edit.el (custom-add-parent-links): Define "many".
7384
7385 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7386
7387 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7388 (widget-child-validate, widget-type-value-create)
7389 (widget-type-default-get, widget-type-match): New functions.
7390 (lazy): New widget.
7391 (menu-choice, checklist, radio-button-choice, editable-list)
7392 (group, documentation-string): Remove redundant (per 2003-10-25
7393 change) calls to `widget-children-value-delete'.
7394 (widget-choice-value-get, widget-choice-value-inline): Remove.
7395 (menu-choice): Update widget.
7396
7397 2003-12-03 Kenichi Handa <handa@m17n.org>
7398
7399 * language/cyrillic.el: Register "microsoft-cp1251" in
7400 ctext-non-standard-encodings-alist.
7401 ("Bulgarian"): Add ctext-non-standard-encodings.
7402 ("Belarusian"): Likewise.
7403
7404 * international/mule-conf.el (compound-text-with-extensions):
7405 Change the type to 2 (iso-2022 base).
7406
7407 * international/mule.el (ctext-non-standard-encodings-alist):
7408 Change the format.
7409 (ctext-non-standard-encodings): New variable.
7410 (ctext-post-read-conversion): Fully re-written.
7411 (ctext-non-standard-designations-alist): Delete it.
7412 (ctext-non-standard-encodings-table): New function.
7413 (ctext-pre-write-conversion): Fully re-written.
7414
7415 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7416
7417 * cus-edit.el (custom-add-parent-links): Add documentation links
7418 for parent, if the item has none of its own.
7419
7420 2003-11-30 Richard M. Stallman <rms@gnu.org>
7421
7422 * dired-aux.el (dired-do-query-replace-regexp):
7423 Report files visited read-only.
7424
7425 2003-11-30 Juri Linkov <juri@jurta.org>
7426
7427 * dired-aux.el (dired-compare-directories): New command.
7428 (dired-file-set-difference, dired-files-attributes): New functions.
7429
7430 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7431 Version 2.0.38 of Tramp released.
7432
7433 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7434 Charles Curley <charlescurley@charlescurley.com>.
7435 (tramp-multi-connection-function-alist): Add ssht entry which adds
7436 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7437 Aichner.
7438 (tramp-get-method-parameter): New function to retrieve a method
7439 parameter. This allows for omission of method parameters.
7440 Callers adjusted.
7441
7442 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7443
7444 * net/tramp.el: Add new optional parameter ID-FORMAT to
7445 `file-attributes'. Calls of `file-attributes' won't use this
7446 parameter for backward compatibility reasons.
7447 (tramp-perl-file-attributes): Add a new parameter to Perl script
7448 in order to handle uid/gid as strings, if desired.
7449 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7450 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7451 order to make the function more general.
7452 (tramp-handle-file-attributes): Replace proprietary optional
7453 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7454 (tramp-handle-file-attributes-with-perl): Handle parameter
7455 NONNUMERIC if set. This wasn't done in the past.
7456 (tramp-post-connection): Apply second parameter "$2" if
7457 `tramp-remote-perl' is called.
7458
7459 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7460 Correct cut'n'waste error (`filename' instead of `directory').
7461 (tramp-smb-handle-directory-files-and-attributes)
7462 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7463 introduced parameter ID-FORMAT.
7464 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7465 error (`directory' instead of `ldir').
7466
7467 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7468 `file-attributes' has a second parameter. If yes, apply it with
7469 value "'integer". Otherwise, don't use that parameter (default is
7470 integer format).
7471
7472 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7473
7474 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7475 (help-for-help): Add `C-h .' to the listed Help options.
7476 Remove trailing whitespace.
7477
7478 * help-at-pt.el: New file.
7479
7480 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7481
7482 * subr.el (noreturn, 1value): New macros for test coverage.
7483 See `testcover.el'.
7484
7485 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7486
7487 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7488 for macro `1value'.
7489 (testcover-1value): New function. Checks that a 1value form
7490 actually returns only one value. Requested by RMS.
7491
7492 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7493
7494 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7495 (gdb-var-list-children, gdb-var-list-children-handler)
7496 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7497 gdb commands that use mi to keep them out of the command history.
7498
7499 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7500
7501 * cus-start.el (all): Add use-file-dialog.
7502
7503 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7506
7507 2003-11-27 Kim F. Storm <storm@cua.dk>
7508
7509 * subr.el (posn-object-x-y): New defun.
7510
7511 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7514 Don't use `space' for \\\n.
7515 Be more selective as to which # are comment-starters.
7516
7517 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7518
7519 * subr.el (number-sequence): Improve handling of floating point
7520 arguments (suggested by Kim Storm). Allow negative arguments.
7521
7522 2003-11-26 Kenichi Handa <handa@m17n.org>
7523
7524 * international/mule-cmds.el (standard-display-european-internal):
7525 Cancel the standard-display-table setting for ` and '.
7526
7527 2003-11-26 Kim F. Storm <storm@cua.dk>
7528
7529 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7530 New defcustoms to add ffap-like functionality to ido.
7531 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7532 (ido-no-final-slash): New defun.
7533 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7534 (ido-read-file-name): ): Toggle VC checking via
7535 vc-handled-backends instead of vc-master-templates.
7536 (ido-file-internal): Handle ido-use-url-at-point and
7537 ido-use-filename-at-point via code borrowed from ffap-guesser.
7538 Handle new ido-exit code ffap.
7539 (ido-sort-list): Ignore final slash when sorting file names.
7540
7541 2003-11-25 Kim F. Storm <storm@cua.dk>
7542
7543 * emulation/cua-base.el (cua--standard-movement-commands):
7544 Add forward-sentence and backward-sentence.
7545
7546 2003-11-25 Stephen Eglen <stephen@gnu.org>
7547
7548 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7549 iswitchb-exit is set to 'usefirst when user selects buffer at head
7550 of list using RET. (Selecting buffers at the head of the list was
7551 broken if the substring was also a complete buffername.)
7552
7553 2003-11-23 Kim F. Storm <storm@cua.dk>
7554
7555 * progmodes/compile.el (grep-command, grep-use-null-device)
7556 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7557 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7558 (grep-regexp-alist, grep-program, find-program)
7559 (grep-find-use-xargs, grep-history, grep-find-history)
7560 (grep-process-setup, grep-compute-defaults)
7561 (grep-default-command, grep, grep-tag-default, grep-find)
7562 (grep-expand-command-macros, grep-tree-last-regexp)
7563 (grep-tree-last-files, grep-tree): Move grep variables, functions
7564 and commands to new file grep.el.
7565 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7566 (compilation-process-setup-function): Doc fix.
7567 (compilation-highlight-regexp, compilation-highlight-overlay): New
7568 defvars used for highlighting current compile error in source buffer.
7569 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7570 LOCAL-MAP which overrides compilation-highlight-regexp and
7571 compilation-mode-map for this compilation.
7572 Delay calling compilation-set-window-height until after running
7573 compilation-process-setup-function so it can buffer-local override
7574 compilation-window-height.
7575 Check buffer-local value of compilation-scroll-output.
7576 (compilation-set-window-height): Use buffer-local value of
7577 compilation-window-height.
7578 (compilation-revert-buffer): Don't pass (undefined)
7579 preserve-modes arg to revert-buffer.
7580 (next-error-no-select, previous-error-no-select): New commands.
7581 (compilation-goto-locus): Temporarily highlight current match in
7582 source buffer using compilation-highlight-regexp.
7583
7584 * progmodes/grep.el: New file with grep code from compile.el.
7585 (grep): New defcustom group.
7586 (grep-window-height): New defcustom, like compilation-window-height.
7587 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7588 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7589 (grep-command, grep-use-null-device, grep-find-command)
7590 (grep-tree-files-aliases, grep-tree-ignore-case)
7591 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7592 (grep-setup-hook): New hook variable.
7593 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7594 (grep-last-buffer): New defvar, override compilation-last-buffer.
7595 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7596 Call compile-internal with args highlight-regexp and grep-mode-map.
7597
7598 2003-11-23 Kim F. Storm <storm@cua.dk>
7599
7600 * subr.el (event-start, event-end): Doc fix.
7601 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7602 (posn-area, posn-actual-col-row, posn-object): New defuns.
7603 (posn-col-row): Simplify doc. Rewrite to use cond.
7604 (posn-point): Also return buffer position for events outside text
7605 area (that info is now present in the event position).
7606
7607 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7608 mouse-set-point so that hscroll still works now that clicks on
7609 fringes generate specific mouse events.
7610 (mouse-set-point): Note that it now works in fringes and margins
7611 too due to new semantics of posn-point in fringes and margins.
7612
7613 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7614 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7615
7616 2003-11-20 Kim F. Storm <storm@cua.dk>
7617
7618 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7619 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7620 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7621 to 100 for icons to avoid increasing line height when shown.
7622
7623 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7624
7625 * newcomment.el (comment-normalize-vars): Initialize properly if
7626 comment-start was nil.
7627
7628 2003-11-19 Andreas Schwab <schwab@suse.de>
7629
7630 * simple.el (set-variable): Fix indentation.
7631
7632 2003-11-17 Kenichi Handa <handa@m17n.org>
7633
7634 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7635 Fix docstring.
7636
7637 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7638
7639 * international/latin1-disp.el (latin1-display): Fix docstring.
7640
7641 2003-11-16 John Wiegley <johnw@newartisans.com>
7642
7643 * eshell/em-ls.el (eshell-ls-file): There are times with
7644 size-width is nil and uncomputed (when directories are created in
7645 dired, for example); in this case, 4 is reasonable default value,
7646 although it may caused skewed new entries (which could be avoided
7647 by returning the original value of 8 in all cases, but 99% of the
7648 time this is a waste of whitespace).
7649
7650 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7651
7652 * cc-engine.el (c-guess-continued-construct)
7653 (c-guess-basic-syntax): Check a little more carefully if it's a
7654 function declaration when an unknown construct followed by a block
7655 is found inside a statement context. This avoids macros followed
7656 by blocks to be taken as function declarations.
7657
7658 (c-guess-continued-construct): Change the analysis of a statement
7659 continuation with a brace open to `substatement-block', for
7660 consistency with recognized statements.
7661
7662 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7663 start is in a position so that `c-beginning-of-statement-1' jumped
7664 to the beginning of the same statement.
7665
7666 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7667 Don't accept binary operators in the arglist if we're in a function
7668 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7669 template recognition in cases like "if (a < b || c > d)".
7670
7671 (c-restricted-<>-arglists): New more appropriate name for
7672 `c-disallow-comma-in-<>-arglists'.
7673
7674 Accessing functions updated for the variable name change.
7675
7676 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7677 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7678
7679 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7680 labels.
7681
7682 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7683 instead of duplicating parts of it. This fixes bogus label
7684 recognition.
7685
7686 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7687 of checking the context in which to apply the minimum indentation,
7688 so that it isn't enforced in e.g. namespace blocks.
7689
7690 * cc-vars.el (c-inside-block-syms): New constant used by
7691 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7692 to somewhat reduce the risk of becoming stale.
7693
7694 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7695 cc-cmds to cc-engine to allow use from cc-align.
7696
7697 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7698 qualified identifiers containing "::".
7699
7700 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7701 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7702
7703 * cc-vars.el (c-emacs-features): Use a space in front of the name
7704 of the temporary buffer. That also avoids dumping problems in
7705 XEmacs due to undo info being left around after the buffer is killed.
7706
7707 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7708 arglist to see if it's a K&R style declaration.
7709
7710 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7711 before returning `knr-argdecl-intro'.
7712
7713 2003-11-16 John Wiegley <johnw@newartisans.com>
7714
7715 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7716 field in a long-listing always 8 characters, use `size-width',
7717 which has already been computed.
7718
7719 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7720
7721 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7722
7723 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7724
7725 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7726 Support operation while narrowed, with `diff-restrict-view'.
7727
7728 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7729
7730 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7731 Take additional optional arg NARROWFUN. For the generated functions:
7732 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7733 include frags that arrange to check for and save narrowing state before
7734 the move and then conditionally call NARROWFUN after the move.
7735
7736 2003-11-14 John Wiegley <johnw@newartisans.com>
7737
7738 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7739 that was optional, but obviously missing based on surrounding code.
7740
7741 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7742 string arguments to numbers unless the whole argument was seen as
7743 a number.
7744
7745 2003-11-14 Kenichi Handa <handa@m17n.org>
7746
7747 * international/mule.el (ctext-non-standard-encodings-alist):
7748 Fix coding systems.
7749
7750 2003-11-10 Kenichi Handa <handa@m17n.org>
7751
7752 * language/kannada.el ("Kannada"): Add sample-text.
7753
7754 * language/knd-util.el (kannada-compose-region)
7755 (kannada-compose-string, kannada-post-read-conversion):
7756 Add autoload cookie.
7757
7758 * international/quail.el (quail-completion): Change the message
7759 "corresponding translations" to "corresponding characters".
7760
7761 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7762
7763 * descr-text.el (describe-char): Fix typo.
7764
7765 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7766
7767 These changes are to support Kannada language/script.
7768
7769 * Makefile.in (DONTCOMPILE): Add kannada.el.
7770
7771 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7772
7773 * loadup.el: Preload kannada.el.
7774
7775 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7776 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7777 New variables.
7778
7779 * language/kannada.el: New file.
7780
7781 * language/knd-util.el: New file.
7782
7783 2003-11-07 Andreas Schwab <schwab@suse.de>
7784
7785 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7786 Also highlight AH_*.
7787
7788 * xml.el (xml-parse-dtd): Fix misplaced paren.
7789
7790 2003-11-07 Kenichi Handa <handa@m17n.org>
7791
7792 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7793
7794 2003-11-05 Juri Linkov <juri@jurta.org>
7795
7796 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7797 (desktop-buffer-file): Use saved buffer-file-coding-system
7798 for file reading. Set auto-insert to nil to prevent automatic
7799 insertion into restored empty files.
7800
7801 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7802
7803 * files.el (risky-local-variable-p): Make second argument optional.
7804
7805 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7806
7807 * subr.el (add-hook): Fix last change.
7808
7809 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7810
7811 * mail/rmail.el (rmail-convert-to-babyl-format):
7812 If base64-decode-region signals an error, catch it and silently
7813 ignore it.
7814
7815 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7816
7817 * xml.el (xml-parse-region): Allow comments to appear after the
7818 topmost element has closed.
7819 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7820 (xml-ns-expand-attr): New functions to do namespace handling.
7821 (xml-intern-attrlist): Back-compatible handling of attribute names.
7822 (xml-parse-tag): Move namespace handling to separate functions.
7823 Now produces elements in the form ((:ns . "element") (attr-list)
7824 children) instead of ('ns:element (attr-list) children).
7825 (xml-parse-attlist): Fix attribute parsing.
7826 (xml-parse-dtd): Change parsing so that it produces strings
7827 instead of interned symbols.
7828
7829 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7830
7831 * dired.el (dired-ls-sorting-switches): Doc fix.
7832
7833 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7834
7835 * emacs-lisp/rx.el (rx-or): Fix the case of
7836 "(rx (and ?a (or ?b ?c) ?d))".
7837
7838 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7839
7840 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7841 (texinfo-format-region): Use it.
7842 (texinfo-format-buffer-1): Ditto.
7843
7844 2003-11-01 Alan Mackenzie <acm@muc.de>
7845
7846 Changes to allow scrolling whilst in isearch mode:
7847 * isearch.el (isearch-unread-key-sequence): New function,
7848 extracted from isearch-other-meta-char.
7849 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7850 "scrollable" standard functions.
7851 (isearch-allow-scroll): New customizable variable.
7852 (isearch-string-out-of-window, isearch-back-into-window)
7853 (isearch-reread-key-sequence-naturally)
7854 (isearch-lookup-scroll-key): New functions.
7855 (isearch-other-meta-char): Doc string and functionality enhanced.
7856 Now accepts a prefix argument.
7857 (isearch-lazy-highlight-window-end): New variable.
7858 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7859 end (thru isearch-lazy-highlight-window-end), not only its start.
7860
7861 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7862 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7863 (universal-argument, universal-argument-more, negative-argument)
7864 (digit-argument, universal-argument-other-key): Minor changes.
7865
7866 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7867
7868 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7869 recursively if the last message is deleted, thus avoiding an
7870 infinite loop.
7871
7872 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7875 (tex-main-file): Don't add .tex if the extension is already present.
7876 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7877
7878 2003-10-29 Lute Kamstra <lute@gnu.org>
7879
7880 * progmodes/octave-inf.el (inferior-octave-prompt):
7881 Recognize version number in prompt.
7882
7883 2003-10-28 Dave Love <fx@gnu.org>
7884
7885 * international/characters.el: Fix some Unicode ranges.
7886
7887 2003-10-28 Kenichi Handa <handa@m17n.org>
7888
7889 * disp-table.el (standard-display-8bit)
7890 (standard-display-default, standard-display-ascii)
7891 (standard-display-g1, standard-display-graphic)
7892 (standard-display-underline): Assure that standard-display-table
7893 is a display table.
7894
7895 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7898 reindenting the first line.
7899
7900 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7901
7902 * wid-edit.el (widget-default-delete): Always delete child widgets.
7903
7904 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7907 if the line has code.
7908 Don't try to line up with something that's too far left.
7909
7910 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7911 (octave-mode-syntax-table): Add % as a comment starter.
7912 (octave-point): Remove.
7913 (octave-in-comment-p, octave-in-string-p)
7914 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7915 (octave-blink-matching-block-open, octave-auto-fill):
7916 Use line-(beginning|end)-position instead.
7917
7918 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7919
7920 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7921 for Francesco Potort\e,Al\e(B.
7922
7923 2003-10-23 Dave Love <fx@gnu.org>
7924
7925 * international/mule-cmds.el (locale-charset-to-coding-system):
7926 Don't rely on nil being a coding system.
7927
7928 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7929 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7930 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7931
7932 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7933
7934 * gdb-ui.el (gdb-current-language): New variable.
7935 (gdb-update-flag): Remove variable.
7936 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7937 (gdb-take-last-elt): Remove function.
7938 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7939 (gdb-post-prompt): Check for variable object changes here.
7940
7941 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7942 object changes in gdb-ui.el.
7943
7944 2003-10-21 Richard M. Stallman <rms@gnu.org>
7945
7946 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7947
7948 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7949 Don't check for foo*/ wildcard form here.
7950 (insert-directory): Recognize foo*/ as a wildcard.
7951 Separate wildcard-regexp variable from the arg, wildcard.
7952
7953 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7954 (remove-hook): Correctly handle strange cases about local hooks.
7955
7956 2003-10-21 David Ponce <david@dponce.com>
7957
7958 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7959 argument REAL, to return a real number instead of a rounded
7960 integer value. Define as inline function.
7961 (ruler-mode-right-fringe-cols): Likewise.
7962 (ruler-mode-scroll-bar-cols): New function.
7963 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7964 (ruler-mode-right-scroll-bar-cols): Likewise.
7965 (ruler-mode-space): New function.
7966 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7967 scroll bar mode and margins in a more robust way.
7968
7969 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7970
7971 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7972 (antlr-c-init-language-vars): New function.
7973 (antlr-mode): Use it with cc-mode before v5.29.
7974 (antlr-c-common-init): Don't set some local vars here.
7975 (antlr-mode): Set them here.
7976 (antlr-c-forward-sws): New function alias.
7977 (antlr-mode): Redefine with cc-mode before v5.30.
7978 (antlr-skip-sexps): Use it.
7979 (antlr-skip-exception-part): Ditto.
7980 (antlr-skip-file-prelude): Ditto.
7981 (antlr-outside-rule-p): Ditto.
7982 (antlr-end-of-body): Ditto.
7983 (antlr-option-kind): Ditto.
7984 (antlr-insert-option-area): Ditto.
7985 (antlr-file-dependencies): Ditto.
7986
7987 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7988
7989 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7990 Move backward only if point was not inside an entry.
7991
7992 2003-10-21 Richard M. Stallman <rms@gnu.org>
7993
7994 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7995
7996 2003-10-21 Juri Linkov <juri@jurta.org>
7997
7998 * compare-w.el: Automatically skip non-matching text to resync.
7999 (compare-windows-whitespace): Doc fix.
8000 (compare-windows-sync, compare-windows-sync-string-size)
8001 (compare-windows-recenter, compare-ignore-whitespace)
8002 (compare-windows-highlight, compare-windows-face): New variables.
8003 (compare-windows): Use compare-windows-sync.
8004 (compare-windows-highlight, compare-windows-dehighlight)
8005 (compare-windows-sync-regexp)
8006 (compare-windows-sync-default-function): New functions.
8007
8008 2003-10-21 Juri Linkov <juri@jurta.org>
8009
8010 * diff.el (diff-parse-differences): Don't visit the files now;
8011 instead, just record the error locus.
8012
8013 2003-10-21 Dave Love <fx@gnu.org>
8014
8015 * progmodes/cfengine.el: New file.
8016
8017 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * complete.el (PC-do-completion): Do not forget to use `pred' as the
8020 default-directory when completing file names.
8021
8022 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
8023
8024 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
8025 followed by the word `face', it gets treated as a face, even if
8026 it is also defined as a variable or a function.
8027
8028 2003-10-20 Dave Love <fx@gnu.org>
8029
8030 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8031 Avoid incf in macro expansion.
8032
8033 2003-10-20 John Paul Wallington <jpw@gnu.org>
8034
8035 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
8036 `evenp' so we don't implicitly require cl library at runtime.
8037
8038 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
8039
8040 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
8041 (help-make-xrefs): Only make cross-references for faces if
8042 preceded or followed by the word `face'. Do not make a
8043 cross-reference for variables without variable documentation,
8044 unless preceded by the word `variable' or `option'. Update doc
8045 string accordingly.
8046
8047 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
8048
8049 * progmodes/hideshow.el: Rewrite one-armed `if'
8050 constructs using either `when' or `unless'.
8051 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
8052
8053 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
8054
8055 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
8056 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
8057 instead of 12x12.
8058
8059 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8060
8061 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
8062 message while converting to Babyl.
8063
8064 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
8065
8066 * allout.el (allout-mode): Doc fix.
8067
8068 2003-10-16 Lute Kamstra <lute@gnu.org>
8069
8070 * subr.el (force-mode-line-update): Fix docstring.
8071
8072 2003-10-14 Dave Love <fx@gnu.org>
8073
8074 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8075 (default-input-method): Add :link, improve :type.
8076 (locale-charset-language-names): Fix utf-8 pattern.
8077 (locale-charset-match-p, locale-charset-alist)
8078 (locale-charset-to-coding-system): New.
8079 (set-locale-environment): Deal with codeset part of locale specs.
8080
8081 2003-10-14 Lute Kamstra <lute@gnu.org>
8082
8083 * fringe.el (fringe-mode): Use active voice in docstring.
8084 (set-fringe-style): Ditto.
8085
8086 2003-10-13 Lute Kamstra <lute@gnu.org>
8087
8088 * fringe.el (fringe-mode): Fix docstring.
8089 (set-fringe-style): Ditto.
8090
8091 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
8092
8093 * ediff-mult.el (ediff-filegroup-action):
8094 Use ediff-default-filtering-regexp.
8095
8096 * ediff-util.el (ediff-recenter): Don't call
8097 ediff-restore-highlighting twice.
8098 (ediff-select-difference): Set current difference.
8099 (ediff-unselect-and-select-difference): Add comment.
8100
8101 * ediff.el (ediff-directories,ediff-directory-revisions)
8102 (ediff-directories3,ediff-merge-directories)
8103 (ediff-merge-directories-with-ancestor)
8104 (ediff-merge-directory-revisions)
8105 (ediff-merge-directory-revisions-with-ancestor):
8106 Use ediff-default-filtering-regexp.
8107
8108 2003-10-12 Andreas Schwab <schwab@suse.de>
8109
8110 * international/mule-cmds.el (locale-charset-language-names):
8111 Simplify regex by removing unused grouping.
8112
8113 2003-10-10 Dave Love <fx@gnu.org>
8114
8115 * bindings.el: Don't bind stop.
8116
8117 2003-10-08 Miles Bader <miles@gnu.org>
8118
8119 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
8120 face instead of attempting to emulate it.
8121
8122 2003-10-07 Kenichi Handa <handa@m17n.org>
8123
8124 * international/mule-diag.el (list-coding-systems-1): List coding
8125 systems that are loaded automatically.
8126
8127 * international/code-pages.el (iso-8859-11): Add autoload cookie.
8128
8129 * international/mule.el (autoload-coding-system): New function.
8130
8131 2003-10-07 Andreas Schwab <schwab@suse.de>
8132
8133 * log-edit.el (log-edit-changelog-entries): Prefer local value of
8134 change-log-default-name in the buffer visiting the file.
8135
8136 2003-10-06 Dave Love <fx@gnu.org>
8137
8138 * files.el (find-file-hook): Customize.
8139 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
8140
8141 * bindings.el (completion-ignored-extensions): Remove .log.
8142 (global-map): Add again, open, stop keys.
8143
8144 2003-10-05 Richard M. Stallman <rms@gnu.org>
8145
8146 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
8147 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
8148 Use sh-modify directly.
8149 (sh-select): Use sh-append, not eval.
8150
8151 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
8152
8153 * info.el (Info-following-node-name): New function.
8154
8155 * loadhist.el (unload-feature-special-hooks):
8156 Rename from loadhist-hook-functions.
8157 (loadhist-hook-functions): Now an alias.
8158
8159 2003-10-04 Eli Zaretskii <eliz@gnu.org>
8160
8161 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
8162 file-name clashes on 8+3 filesystems.
8163
8164 * Makefile.in (DONTCOMPILE, bootstrap-clean):
8165 Rename loaddefs-boot.el to ldefs-boot.el
8166
8167 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
8168 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
8169
8170 2003-10-03 Lute Kamstra <lute@gnu.org>
8171
8172 * info.el (Info-mode): Revert previous change.
8173 (Info-escape-percent): New function.
8174 (Info-fontify-node): Use it.
8175
8176 2003-10-02 Andreas Schwab <schwab@suse.de>
8177
8178 * loaddefs-boot.el: Regenerated.
8179
8180 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
8181
8182 * ffap.el: Remove defadvice related code from CVS since `complete'
8183 provides a `PC-completion-as-file-name-predicate' variable that
8184 ffap can override.
8185
8186 2003-10-02 Kenichi Handa <handa@m17n.org>
8187
8188 * international/utf-8.el (ccl-decode-mule-utf-8):
8189 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
8190
8191 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
8192 * international/subst-big5.el: Likewise.
8193 * international/subst-gb2312.el: Likewise.
8194 * international/subst-ksc.el: Likewise.
8195
8196 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8197
8198 * calendar/calendar.el (increment-calendar-month)
8199 (calendar-leap-year-p, calendar-absolute-from-gregorian)
8200 (generate-calendar, calendar-read-date, calendar-interval)
8201 (calendar-day-of-week): Handle years BC.
8202 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
8203
8204 2003-10-01 Dave Love <fx@gnu.org>
8205
8206 * language/cyrillic.el (cp1251): Alias for windows-1251.
8207
8208 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
8209 bootstrap.
8210
8211 2003-10-01 Lute Kamstra <lute@gnu.org>
8212
8213 * files.el: Fix typo.
8214 * imenu.el (imenu--generic-function): Docstring fix.
8215
8216 2003-09-30 Richard M. Stallman <rms@gnu.org>
8217
8218 * dired.el (dired-mode): Handle dired-directory as a list.
8219
8220 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
8221
8222 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
8223
8224 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
8225
8226 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
8227 Replace gud-display with gud-watch.
8228 (gud-speedbar-buttons): Add stuff for watching expressions
8229 in the speedbar when using M-x gdba. Use dolist on old part
8230 of this function.
8231
8232 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
8233 (gdb-update-flag): New variables.
8234 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
8235 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
8236 (gud-watch, gdb-var-create-handler) : New functions.
8237 (gdb-var-list-children, gdb-var-list-children-handler)
8238 (gdb-var-create-regexp, gdb-var-update-regexp)
8239 (gdb-var-list-children-regexp): New constants.
8240 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
8241 (gdb-annotation-rules): Reduce annotation set (level 3).
8242 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
8243 (gdb-post-prompt): Don't update GDB buffers every time speedbar
8244 updates.
8245 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
8246 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
8247 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
8248 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
8249 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
8250 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
8251 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
8252 (gud-display, gud-display1)
8253 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
8254 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
8255 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
8256 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
8257 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
8258 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
8259 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
8260 (gdb-display-display-buffer, gdb-toggle-display)
8261 (gdb-delete-display, gdb-expressions-popup-menu)
8262 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
8263 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
8264 to display buffer.
8265
8266 2003-09-30 Richard M. Stallman <rms@gnu.org>
8267
8268 * progmodes/ada-mode.el (ada-mode): Don't use advice.
8269 Instead, set which-func-functions.
8270
8271 * progmodes/which-func.el (which-func-modes): Add ada-mode.
8272 (which-func-functions): New variable.
8273 (which-function): Use that.
8274
8275 * info.el (Info-mode): Double each `%' in header line.
8276
8277 * emacs-lisp/lisp-mnt.el (lm-with-file):
8278 When FILE is nil, run BODY in current buffer.
8279
8280 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
8281
8282 * help.el (describe-mode): Start with a brief list of minor modes.
8283 Find them thru minor-mode-list so as to find them all.
8284 Show them in alphabetical order.
8285
8286 * mail/sendmail.el (mail-aliases): Doc fix.
8287
8288 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
8289
8290 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8291
8292 * mail/rmailsum.el (rmail-make-summary-line-1):
8293 Change comma after last label to a space.
8294 (rmail-summary-font-lock-keywords): Adapt to that change.
8295
8296 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
8297
8298 * progmodes/scheme.el (scheme-mode-variables): When setting
8299 `font-lock-defaults', also specify that "#" should
8300 be interpreted with `word' syntax.
8301 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
8302
8303 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8304
8305 * desktop.el: A lot of comments updated.
8306 (desktop-save-mode): Minor mode introduced.
8307 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
8308 (desktop-load-default): Function made obsolete.
8309 (desktop-locals-to-save): Variable made customizable.
8310 (desktop-read): Optional parameter `dirname' added.
8311 (desktop-change-dir, desktop-revert): Parameter `dirname' in
8312 `desktop-read' used.
8313 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
8314
8315 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
8316
8317 * whitespace.el (whitespace-clean-msg): Add user customizable message
8318 for displaying ``clean'' output.
8319 (whitespace-buffer): Use `whitespace-clean-msg'.
8320 (whitespace-global-mode): Fix typo.
8321
8322 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8323
8324 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8325
8326 2003-09-29 Lute Kamstra <lute@gnu.org>
8327
8328 * bindings.el (mode-line-modes): Remove superfluous :propertize
8329 construct in initialization.
8330 (mode-line-position): Change cons cell into proper list in
8331 initialization.
8332
8333 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8334
8335 * international/mule.el (decode-coding-inserted-region): Use car
8336 of the return value of find-operation-coding-system.
8337
8338 2003-09-29 Kenichi Handa <handa@m17n.org>
8339
8340 * descr-text.el (describe-char): Fix previous change.
8341
8342 2003-09-28 Kenichi Handa <handa@m17n.org>
8343
8344 * descr-text.el (describe-char-display): New function.
8345 (describe-char): Pay attention to display table on describing how
8346 a character is displayed.
8347
8348 * international/mule-cmds.el (encoded-string-description):
8349 Prepend "0x" to each encoded byte.
8350
8351 2003-09-28 Andreas Schwab <schwab@suse.de>
8352
8353 * find-file.el (ff-special-constructs): Add autoload cookie.
8354
8355 2003-09-28 Kevin Ryde <user42@zip.com.au>
8356
8357 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8358 makeinfo appends to duplicate index entries.
8359
8360 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8361
8362 * dired-x.el (dired-clean-tex): Doc fix.
8363
8364 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8365 using a Chinese tutorial.
8366
8367 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8368
8369 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8370 between "MAIL FROM:" and "RCPT TO:" and the following address.
8371
8372 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8373
8374 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8375
8376 2003-09-28 David Ponce <david@dponce.com>
8377
8378 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8379 (recentf-load-list): When `recentf-initialize-file-name-history'
8380 is non-nil, initialize an empty `file-name-history' with the
8381 recent list.
8382
8383 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8384
8385 * man.el (Man-default-man-entry): Remove the leading `*' from the
8386 word at point.
8387
8388 2003-09-26 Lute Kamstra <lute@gnu.org>
8389
8390 * bindings.el (mode-line-position): Mention size indication in
8391 docstring.
8392
8393 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8394
8395 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8396
8397 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8398 because it's autoloaded now.
8399
8400 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8401
8402 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8403 (sh-font-lock-keywords, sh-feature): Fix previous change of
8404 sh-feature to avoid infloop with sh-font-lock-keywords.
8405
8406 2003-09-25 Kim F. Storm <storm@cua.dk>
8407
8408 * frame.el (frame-current-scroll-bars): New defun.
8409
8410 * window.el (window-current-scroll-bars): New defun.
8411
8412 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8413
8414 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8415 cause errors when the state cache contains info on parts that have
8416 been narrowed out.
8417
8418 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8419
8420 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8421 `c-setup-paragraph-variables' has to be used when this variable is
8422 changed; it doesn't work to reinitialize the mode since that
8423 typically clobbers the variable.
8424
8425 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8426 Make it interactive.
8427
8428 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8429
8430 * progmodes/cc-fonts.el (c-font-lock-declarations):
8431 Fix recognition of constructors and destructors for classes whose
8432 names are matched by `*-font-lock-extra-types'.
8433
8434 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8435 followed by an identifier in C++ then it's a type.
8436
8437 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8438
8439 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8440 problem that primarily affected XEmacs. Don't use faces to find
8441 unterminated strings since Emacs and XEmacs fontify strings
8442 differently - this function should now work better in XEmacs.
8443
8444 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8445
8446 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8447 `expand-abbrev' workaround which caused braces to misbehave inside
8448 macros.
8449
8450 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8451 handling. This bug could cause interactive font locking to bail out.
8452
8453 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8454
8455 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8456 Handle paren-style types in Pike. Also fixed some cases of
8457 insufficient handling of unbalanced parens.
8458
8459 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8460
8461 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8462 common shell prompts that are not common filename or URL characters.
8463 (ffap-file-at-point): Use the new regexp to strip the prompts from
8464 the file names. This is an issue mostly for user prompts that
8465 don't have a trailing space and find-file-at-point is invoked from
8466 within a shell inside Emacs.
8467
8468 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8469
8470 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8471 stamps numerically, rather than textually.
8472
8473 2003-09-24 Kenichi Handa <handa@m17n.org>
8474
8475 * language/devan-util.el (devanagari-post-read-conversion):
8476 * language/mlm-util.el (malayalam-post-read-conversion):
8477 * language/tml-util.el (tamil-post-read-conversion):
8478 Add autoload cookie.
8479
8480 * international/utf-8.el (utf-8-post-read-conversion):
8481 Call post-read-conversion functions for Devanagari, Malayalam,
8482 and Tamil.
8483
8484 2003-09-23 Dave Love <fx@gnu.org>
8485
8486 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8487
8488 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8489
8490 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8491 Update gud-remove.
8492
8493 2003-09-22 Richard M. Stallman <rms@gnu.org>
8494
8495 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8496 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8497 (sh-mode-syntax-table-input): New variable.
8498 (sh-require-final-newline): Don't use eval.
8499 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8500 (sh-variables, sh-font-lock-keywords): Don't use eval.
8501 (sh-set-shell): When setting require-final-newline,
8502 treat value = `require-final-newline' as don't change it.
8503 Set sh-mode-syntax-table locally based on
8504 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8505
8506 * progmodes/compile.el (compile-internal):
8507 Call compilation-set-window-height before setting window start.
8508
8509 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8510
8511 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8512 Clear out byte-compile-last-warned-form.
8513
8514 2003-09-22 Richard M. Stallman <rms@gnu.org>
8515
8516 * woman.el (woman-file-name, woman-follow-word):
8517 If current-word returns nil, use "".
8518
8519 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8520
8521 2003-09-22 Richard M. Stallman <rms@gnu.org>
8522
8523 * emacs-lisp/lisp-mnt.el (lm-with-file):
8524 Don't visit the file, just use insert-file-contents in temp buffer.
8525
8526 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8527
8528 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8529 Add surrounding \\( and \\) around the header, as in
8530 for lm-history-header 'Change Log\\|History'.
8531
8532 2003-09-22 John Paul Wallington <jpw@gnu.org>
8533
8534 * progmodes/ld-script.el: Add Commentary section,
8535 minor cleanup of file header.
8536 (ld-script-font-lock-keywords): Doc fix.
8537 (toplevel): Provide `ld-script' feature.
8538
8539 2003-09-21 Kim F. Storm <storm@cua.dk>
8540
8541 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8542 new built-in variable default-frame-scroll-bars.
8543 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8544 scroll-bar-mode; notably, use it instead of t when we toggle
8545 scroll-bars on.
8546 (toggle-scroll-bar): Use default-frame-scroll-bars.
8547
8548 2003-09-19 Masatake YAMATO <jet@gyve.org>
8549
8550 * pcvs.el (cvs-do-removal): Change the prompt depending on
8551 `filter' value.
8552
8553 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8554
8555 * startup.el (command-line-1): Stop startup-echo-area-message
8556 being hidden by "Loading image..." message.
8557 (use-fancy-splash-screens-p, display-splash-screen):
8558 Move display-graphic-p test from latter to former.
8559
8560 * progmodes/sh-script.el (sh-font-lock-keywords):
8561 Highlight escaped EOLs differently from other backslash constructs.
8562
8563 2003-09-19 Richard M. Stallman <rms@gnu.org>
8564
8565 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8566 New functions.
8567 (edebug-enter, edebug-outside-excursion): Use them.
8568
8569 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8570 Fix the condition for whether to print "In WHERE".
8571
8572 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8573
8574 * finder.el (finder-mode-hook): New variable.
8575 (finder-mode): Run hook finder-mode-hook
8576
8577 2003-09-18 Masatake YAMATO <jet@gyve.org>
8578
8579 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8580
8581 2003-09-17 Mario Lang <mlang@delysid.org>
8582
8583 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8584 "p %e" to actually print the value in the GUD buffer.
8585
8586 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8587
8588 From David Ponce <david.ponce@wanadoo.fr>:
8589 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8590 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8591 from loaddefs-boot.el if necessary.
8592
8593 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8594
8595 * progmodes/gud.el (gud-find-class): Make jdb work again since
8596 cc-mode changed the syntactic information.
8597
8598 2003-09-15 David Ponce <david@dponce.com>
8599
8600 * recentf.el: (recentf-exclude): Accept predicates too.
8601 (recentf-file-readable-p): New function.
8602 (recentf-include-p): Handle predicates in recentf-exclude.
8603 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8604 (recentf-cleanup): Likewise.
8605 (recentf-save-list): Use write-file to handle backup of
8606 recentf-save-file.
8607
8608 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8609
8610 * loaddefs-boot.el: Renamed from `loaddefs.el'
8611 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8612 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8613 necessary.
8614
8615 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8616
8617 * electric.el (Electric-pop-up-window): For the `one-window' case,
8618 no longer disconcertingly move point in the original buffer.
8619
8620 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8621
8622 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8623
8624 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8625
8626 * dired.el (dired-mode-map): Fix typo.
8627
8628 2003-09-11 Richard M. Stallman <rms@gnu.org>
8629
8630 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8631
8632 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8633
8634 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8635 the function is less noisy. Now only `kill-buffer' can ask questions.
8636
8637 2003-09-10 Mario Lang <mlang@delysid.org>
8638
8639 * battery.el: Update Commentary and Copyright.
8640 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8641 appear due to wrong ordering of the expressions in `or'.
8642
8643 2003-09-09 Lute Kamstra <lute@gnu.org>
8644
8645 * misc.el (upcase-char): Fix docstring.
8646 (zap-up-to-char): New command.
8647
8648 2003-09-08 David Ponce <david@dponce.com>
8649
8650 Ensure that recentf correctly updates the menu bar.
8651 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8652 (recentf-menu-bar): New function.
8653 (recentf-clear-data): Use it
8654 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8655 of easy-menu-change.
8656
8657 2003-09-08 Lute Kamstra <lute@gnu.org>
8658
8659 * simple.el (size-indication-mode): New.
8660 * bindings.el (mode-line-position): Add buffer size indicator.
8661
8662 2003-09-04 Mario Lang <mlang@delysid.org>
8663
8664 * battery.el (battery-linux-proc-acpi): New function.
8665 (battery-status-function): Modify default value calculation to also
8666 check for availability of ACPI.
8667 (battery-echo-area-format): Ditto.
8668 (battery-mode-line-format): Ditto.
8669
8670 2003-09-06 Dave Love <fx@gnu.org>
8671
8672 * ielm.el (ielm-mode-hook): Add :options.
8673
8674 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8675 (eldoc-print-current-symbol-info): Use it.
8676
8677 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8678
8679 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8680 being displayed in GUD buffer.
8681 (gdb-idle-input-queue): Remove var. Use just one queue.
8682 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8683 Remove functions. Use just one queue.
8684 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8685 (gdb-invalidate-assembler, gdb-get-current-frame):
8686 Modify functions. Use just one queue.
8687
8688 2003-09-04 Dave Love <fx@gnu.org>
8689
8690 * cus-start.el: Add blink-cursor-alist.
8691
8692 * ruler-mode.el (ruler-mode-fill-column-char)
8693 (ruler-mode-current-column-char): Use char-displayable-p,
8694 not window-system.
8695
8696 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8697
8698 * language/european.el (windows-1252): Move from code-pages.
8699
8700 * language/cyrillic.el ("Windows-1251"): Delete.
8701 ("Bulgarian", "Belarusian"): Remove `features'.
8702 (windows-1251): Move from code-pages.
8703
8704 * international/mule-diag.el (non-iso-charset-alist):
8705 Remove `codepage' stuff.
8706 (print-designation, list-coding-systems-1): Output fixes.
8707
8708 * international/code-pages.el (cp-make-translation-table)
8709 (cp-valid-codes): Made defsubsts.
8710 (cp-fix-safe-chars): Delete.
8711 (mule-diag): Don't require.
8712 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8713 (top-level): Check for defined coding system when defining
8714 cp... aliases. Change w32-add-charset-info test to avoid warning.
8715 (non-iso-charset-alist): Defvar when compiling.
8716 (cp-make-coding-system): Doc fix.
8717
8718 2003-09-02 Jason Rumney <jasonr@gnu.org>
8719
8720 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8721 line-ends from CVS before doing conversion.
8722
8723 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8724
8725 * calendar/diary-lib.el (diary-header-line-flag)
8726 (diary-header-line-format): New variables.
8727 (list-diary-entries): Use them to set header line in simple diary.
8728
8729 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8730 other than font-lock-string-face to highlight backslashes.
8731
8732 2003-09-01 Jason Rumney <jasonr@gnu.org>
8733
8734 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8735 regexp.
8736
8737 2003-09-01 Dave Love <fx@gnu.org>
8738
8739 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8740
8741 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8742 and :help; also line and column numbers labels.
8743
8744 * international/mule-util.el (char-displayable-p): Move from
8745 latin1-disp, rename and autoload.
8746
8747 * international/latin1-disp.el (latin1-char-displayable-p):
8748 Now obsolete alias. Replace uses with char-displayable-p.
8749 (latin1-display-ucs-per-lynx): Fix last change.
8750
8751 * international/mule-cmds.el (standard-display-european-internal):
8752 Don't use char code for Latin-1 NBSP.
8753 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8754 U+2018, U+2019 for `'.
8755 (select-safe-coding-system): Message fix.
8756
8757 2003-09-01 Kenichi Handa <handa@m17n.org>
8758
8759 * international/fontset.el (setup-default-fontset): For Thai
8760 font, specify "*" family.
8761
8762 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8763
8764 * progmodes/compile.el (previous-error): Accept a prefix
8765 argument, similarly to next-error.
8766
8767 2003-08-31 Masatake YAMATO <jet@gyve.org>
8768
8769 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8770 the number of files. Bind the number of files to a local
8771 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8772
8773 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8774
8775 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8776 2003-07-26: msdos-long-file-names is a function, not a variable.
8777
8778 2003-08-29 Richard M. Stallman <rms@gnu.org>
8779
8780 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8781 Do nothing with mail-personal-alias-file if it is nil.
8782
8783 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8784 Do nothing if mail-personal-alias-file is nil.
8785
8786 * term.el (term-exec-1): Bind coding-system-for-read.
8787
8788 * dired.el (dired-mouse-find-file-other-window):
8789 Use dired-view-command-alist here, as in dired-view-file.
8790 (dired-view-command-alist): Use %s to substitute file name.
8791 Handle .ps_pages, .eps, .jpg, .gif, .png.
8792
8793 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8794
8795 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8796 `Info-prev-reference', instead of M-tab.
8797
8798 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8799
8800 * simple.el (blink-matching-open): Work correctly on chars that
8801 are designated as parens through the syntax-table text property.
8802
8803 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8804
8805 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8806 line break position in the middle of a non-kinsoku (e.g. latin)
8807 word, making it skip until either a space or a character with
8808 category "|".
8809 (kinsoku-longer): Test for end of buffer.
8810
8811 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8812
8813 * mail/rmail.el (rmail-convert-to-babyl-format):
8814 Detect quoted-printable- and base64-encoded messages and decode them
8815 automatically. Set the message's encoding from the charset=
8816 header, if any. Decode base64-encoded messages in Mail format as well.
8817
8818 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8819
8820 * mail/smtpmail.el: Fix previous change.
8821 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8822 calling smtpmail-via-smtp.
8823 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8824
8825 2003-08-26 John Paul Wallington <jpw@gnu.org>
8826
8827 * image.el (image-jpeg-p): Don't search beyond length of data.
8828
8829 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8830
8831 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8832 misfeature in `expand-abbrev' which caused electric keywords like
8833 "else" to disappear if an open brace was typed directly afterwards.
8834
8835 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8836
8837 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8838 mandatory in `define-widget'.
8839
8840 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8841 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8842
8843 (c-assignment-operators): New language constant that only contains
8844 the assignment operators.
8845
8846 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8847
8848 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8849
8850 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8851 Safeguard against unbalanced sexps.
8852
8853 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8854
8855 * version.el (emacs-version): Check for gtk. Include gtk version info.
8856
8857 2003-08-25 John Paul Wallington <jpw@gnu.org>
8858
8859 * man.el (Man-default-man-entry): Don't whizz past the section
8860 number before looking for it.
8861
8862 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8863
8864 * progmodes/gud.el (gud-display-line): Don't set window-point if
8865 source buffer is not visible. (Only happens with M-x gdba.)
8866
8867 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8868 documentation.
8869 (gdb-source, gdb-source-info): Update to assembler unnecessary
8870 as its done after each GDB command anyway.
8871 (gdb-pre-prompt): Use with-current-buffer.
8872 (gdb-insert-field): Add help-echo text.
8873 (gdb-invalidate-assembler): Re-display of assembler now done in
8874 gdb-info-breakpoints-custom.
8875 (gdb-info-breakpoints-custom): Force re-display of assembler to
8876 happen *after* update of breakpoints buffer.
8877 (gdb-display-source-buffer): Don't choke if gdb-source-window
8878 isn't visible.
8879 (gdb-put-string, gdb-put-arrow): Remove free variables.
8880
8881 2003-08-24 John Paul Wallington <jpw@gnu.org>
8882
8883 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8884
8885 * man.el (Man-default-man-entry): Strip text properties when
8886 snarfing parts of entry because `format' preserves properties.
8887
8888 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8889
8890 * files.el (file-newest-backup): Use `expand-file-name'.
8891
8892 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8893 Allow the diary to pop up a new frame, if needed.
8894
8895 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8896 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8897 (smtpmail-send-it): Make treatment of envelope-from consistent with
8898 sendmail.el.
8899
8900 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8901 (sh-leading-keywords): Add the bash `time' reserved word.
8902 (sh-variables): Add some bash variables.
8903 (sh-add-completer): Fix nil branch of case statement.
8904
8905 2003-08-24 Masatake YAMATO <jet@gyve.org>
8906
8907 * progmodes/ld-script.el: New file.
8908
8909 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8910
8911 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8912
8913 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8914
8915 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8916 Better explain obsolescence, and what to use instead.
8917
8918 2003-08-23 Masatake YAMATO <jet@gyve.org>
8919
8920 * pcvs.el (cvs-do-removal): Show the deleted file name
8921 on the prompt.
8922
8923 2003-08-20 Dave Love <fx@gnu.org>
8924
8925 * international/mule.el (make-coding-system)
8926 (set-buffer-file-coding-system): Doc fix.
8927
8928 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8929
8930 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8931
8932 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8933
8934 * international/utf-16.el: Add mime-text-unsuitable coding system
8935 properties.
8936
8937 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8938
8939 * cus-edit.el: Add some :links.
8940 (bib): Remove.
8941
8942 * textmodes/bib-mode.el (bib): Add :group external.
8943
8944 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8945
8946 * wid-edit.el (widget-echo-help): Make it handle expressions that
8947 evaluate to strings.
8948
8949 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8950
8951 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8952
8953 Simplify selection of SQL products to define highlighting and
8954 interactive mode. Includes detailed instructions on adding
8955 support for new products.
8956
8957 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8958 product for use in highlighting and interactive mode.
8959 (sql-interactive-product): New variable. SQL product for
8960 sql-interactive-mode.
8961 (sql-product-support): New variable. Specifies product-specific
8962 parameters to drive highlighting and interactive mode.
8963 (sql-imenu-generic-expression): Add more object types.
8964 (sql-sqlite-options): Correct comment.
8965 (sql-ms-program): Use "osql" rather than "isql".
8966 (sql-prompt-regexp, sql-prompt-length): Update comment.
8967 (sql-mode-menu): Add "Start SQLi session" entry.
8968 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8969 (sql-mode-abbrev-table): Add abbreviations. Support of
8970 SYSTEM-FLAG on define-abbrev. Support was removed with last
8971 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8972 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8973 names.
8974 (sql-mode-ansi-font-lock-keywords): Set as default value.
8975 (sql-mode-oracle-font-lock-keywords): Set as default value.
8976 Support Oracle 9i keywords.
8977 (sql-mode-postgres-font-lock-keywords): Set as default value.
8978 (sql-mode-linter-font-lock-keywords): Set as default value.
8979 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8980 SQLServer 2000.
8981 (sql-mode-sybase-font-lock-keywords)
8982 (sql-mode-interbase-font-lock-keywords)
8983 (sql-mode-sqlite-font-lock-keywords)
8984 (sql-mode-strong-font-lock-keywords)
8985 (sql-mode-mysql-font-lock-keywords)
8986 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8987 keywords.
8988 (sql-mode-font-lock-defaults): Update comment.
8989 (sql-product-feature): New function. Returns feature associated
8990 with a product from `sql-product-support' alist.
8991 (sql-product-font-lock): New function. Set font-lock support
8992 based on `sql-product'.
8993 (sql-add-product-keywords): New function. Add font-lock rules to
8994 product-specific keyword variables.
8995 (sql-set-product): New function. Set `sql-product' and apply
8996 appropriate font-lock highlighting.
8997 (sql-highlight-product): New function. Set font-lock support
8998 based on a product. Also set mode name to include product name.
8999 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
9000 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
9001 Use `sql-set-product'.
9002 (sql-highlight-ms-keywords)
9003 (sql-highlight-sybase-keywords)
9004 (sql-highlight-interbase-keywords)
9005 (sql-highlight-strong-keywords)
9006 (sql-highlight-mysql-keywords)
9007 (sql-highlight-sqlite-keywords)
9008 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
9009 (sql-get-login): Prompt in the same order as the tokens.
9010 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
9011 (sql-product-interactive): New function. Common portions of
9012 product-specific interactive mode wrappers.
9013 (sql-interactive-mode): Rewritten to use product features.
9014 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9015 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9016 (sql-db2, sql-linter): Use `sql-product-interactive'.
9017 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9018 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9019 (sql-connect-ingres, sql-connect-postgres)
9020 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9021 New functions. Format command line parameters and invoke comint on
9022 the appropriate interpreter. Code was in the corresponding
9023 `sql-xyz' function before.
9024 (sql-connect-ms): New function. Support -E argument to use
9025 operating system credentials for authentication.
9026
9027 2003-08-18 Kenichi Handa <handa@m17n.org>
9028
9029 * international/mule.el (encode-char): Fix for the ASCII case.
9030
9031 2003-08-15 Kenichi Handa <handa@m17n.org>
9032
9033 * international/fontset.el (setup-default-fontset): Change "*" to
9034 nil in the specifications of font family.
9035
9036 2003-08-18 Kim F. Storm <storm@cua.dk>
9037
9038 * kmacro.el (kmacro-keymap): Group related bindings in
9039 initialization for clarity. Bind C-s to start macro.
9040 Remove C-r binding.
9041 (kmacro-initial-counter-value): New defvar to hold initial counter
9042 value in case we set the value before defining a macro.
9043 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
9044 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
9045 not defining or executing macro. Doc fix.
9046 (kmacro-add-counter): Clear kmacro-initial-counter-value.
9047 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
9048 temporarily view older elements on the macro ring without cycling
9049 the ring.
9050 (kmacro-display): Doc fix.
9051 (kmacro-exec-ring-item): New helper function.
9052 (kmacro-call-ring-2nd): Use it.
9053 (kmacro-call-ring-2nd-repeat): Doc fix.
9054 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
9055 (kmacro-end-or-call-macro): Execute last viewed macro (using
9056 kmacro-exec-ring-item) from ring if this follows
9057 kmacro-view-macro. This allows us to find a macro on the ring
9058 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
9059 the ring to bring it to the head of the ring.
9060 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
9061 Allow binding to reserved keys without specifying C-x C-k prefix.
9062 Ask for confirmation if entered key sequence is already bound to
9063 a non-macro command.
9064 (kmacro-view-macro): Repeating command will show older elements
9065 on the macro ring; C-k will execute the last viewed macro.
9066 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
9067 property from 'ring to 'head.
9068
9069 2003-08-17 Alan Shutko <ats@acm.org>
9070
9071 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
9072 keeping December out of the alist.
9073
9074 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9075
9076 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
9077 * calendar/calendar.el (calendar-mode-map): Bind it to key.
9078 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
9079 (calendar-flatten): New function.
9080 (calendar-mouse-view-other-diary-entries)
9081 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
9082 in the menu title and to show multi-line diary entries correctly
9083 in the menu.
9084
9085 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
9086
9087 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
9088 defcustom, because the default was recently changed.
9089
9090 2003-08-16 Richard M. Stallman <rms@gnu.org>
9091
9092 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
9093
9094 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9095 New subroutine, broken out of eval-last-sexp-1.
9096 (eval-last-sexp-1): Use eval-last-sexp-print-value.
9097
9098 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
9099
9100 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
9101
9102 * simple.el (eval-expression): Use eval-last-sexp-print-value.
9103
9104 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
9105
9106 * progmodes/compile.el (compilation-error-regexp-alist):
9107 Add Java ANt error detection as described in document
9108 http://ant.apache.org/faq.html
9109
9110 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
9111
9112 * simple.el (backward-word, forward-to-indentation)
9113 (backward-to-indentation): Argument changed to optional.
9114 (next-line, previous-line): Use `or' instead of `unless'.
9115
9116 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9117
9118 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
9119 instead of a constant.
9120
9121 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
9122
9123 * shell.el (shell): With prefix-arg, suggest a new buffer name.
9124
9125 2003-08-12 Andre Spiegel <spiegel@gnu.org>
9126
9127 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
9128 (vc-sccs-workfile-version): Search the entire delta table, rather
9129 than just the first entry, because that might be a deleted version.
9130
9131 2003-08-11 Karl Fogel <kfogel@red-bean.com>
9132
9133 * menu-bar.el (menu-bar-options-menu): Supply a body for the
9134 [save-place] binding in the Options menu. Have it require
9135 'saveplace' and then toggle the variable manually, to avoid an an
9136 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
9137 for the bug report.
9138
9139 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
9140
9141 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
9142 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
9143 (gdb-info-threads-custom): Add help-echo text.
9144 (gdb-display-back): Don't use purecopy.
9145 (gdb-info-breakpoints-custom, gdb-reset)
9146 (gdb-assembler-custom): Use display-images-p to test if breakpoint
9147 icons can be displayed.
9148
9149 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
9150
9151 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
9152
9153 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
9154
9155 * bookmark.el (bookmark-completing-read):
9156 Return a string, instead of a list of one string.
9157 Use a popup menu if activated from the mouse.
9158 (bookmark-edit-annotation): Remove unused vars.
9159 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
9160 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
9161 to bookmark-completing-read.
9162 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9163 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
9164 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
9165 and erase-buffer.
9166 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
9167 (bookmark-menu-jump, bookmark-menu-insert)
9168 (bookmark-popup-menu-and-apply-function)
9169 (bookmark-menu-popup-paned-bookmark-menu): Remove.
9170 (bookmark-menu-build-paned-menu): Remove by folding it into
9171 bookmark-menu-popup-paned-menu.
9172 (menu-bar-bookmark-map): Move the define-key statements here.
9173 Use the "non-menu" commands since they now pop up a menu if needed.
9174 (bookmark-exit-hook-internal): Simplify.
9175
9176 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
9177
9178 * reftex-toc.el (reftex-toc-rename-label): New function.
9179 (reftex-toc-check-docstruct): New function.
9180
9181 * reftex.el (reftex-region-active-p): New function.
9182
9183 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
9184 regexp to find the \bibliography macro.
9185
9186 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
9187 which does not exist in LaTeX.
9188 (reftex-cite-format-builtin): Added amsrefs support.
9189 (reftex-toc-confirm-promotion): New option
9190
9191 * reftex-toc.el
9192 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
9193 (reftex-toc-demote, reftex-toc-promote)
9194 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9195 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9196 (reftex-toc-newhead-from-alist)
9197 (reftex-toc-load-all-files-for-promotion): New functions.
9198 (reftex-toc-help): Added description of new keys.
9199 (reftex-toc-split-windows-fraction): New option.
9200 (reftex-recenter-toc-when-idle): Search *toc* window on all
9201 visible frames.
9202 (reftex-toc): Additional parameter REUSE
9203 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
9204 with REUSE argument.
9205 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
9206 the call of `reftex-toc'.
9207 (reftex-make-separate-toc-frame): New function .
9208 (reftex-toc-recenter): When called with triple prefix arg, call
9209 `reftex-make-separate-toc-frame' first.
9210 (reftex-toc-toggle-dedicated-frame): New command.
9211 (reftex-toc-quit): Adapted to delete frame when called in
9212 dedicated frame.
9213
9214 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
9215 all enclosing macros.
9216
9217
9218 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9219
9220 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
9221 first use.
9222
9223 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9224
9225 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
9226
9227 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9228
9229 * calendar/calendar.el (list-diary-entries-hook)
9230 (diary-display-hook, nongregorian-diary-listing-hook)
9231 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
9232 Add some customize options for these hooks.
9233 (calendar-abbrev-construct): Don't try to take a substring longer
9234 than the original string.
9235
9236 2003-08-05 Richard M. Stallman <rms@gnu.org>
9237
9238 * emacs-lisp/testcover.el (noreturn): Report error if does return.
9239 (testcover-reinstrument-clauses): Doc fix.
9240
9241 * emacs-lisp/warnings.el: Doc fixes, args renamed.
9242 (warning-type-format): Rename from warning-group-format.
9243
9244 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
9245 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
9246 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
9247 to prevent warnings about defvar for an obsolete variable.
9248
9249 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9250 warning-group-format renamed to warning-type-format.
9251
9252 * subr.el (read-passwd): Use clear-string instead of fillarray.
9253
9254 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
9255 Use vconcat instead of concat.
9256 (edmacro-sanitize-for-string): New function.
9257
9258 2003-08-05 Dave Love <fx@gnu.org>
9259
9260 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
9261 line-number-display-limit-width.
9262
9263 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
9264
9265 2003-08-05 Kenichi Handa <handa@m17n.org>
9266
9267 * international/code-pages.el: Don't require mule-diag.
9268
9269 * international/mule-diag.el (non-iso-charset-alist):
9270 Add autoload cookie.
9271
9272 * language/devan-util.el (dev-glyph-order): Add an entry for the
9273 glyph code #xC4.
9274
9275 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9276
9277 * calendar/calendar.el (diary-file, diary-file-name-prefix)
9278 (european-calendar-style, diary-date-forms)
9279 (calendar-day-name-array, calendar-month-name-array): Doc change.
9280 (generate-calendar-month): Adapt for new behaviour of
9281 `calendar-day-name' function.
9282 (calendar-abbrev-length, calendar-day-abbrev-array)
9283 (calendar-month-abbrev-array): New variables.
9284 (calendar-abbrev-construct): New function.
9285 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
9286 rather than fixing abbrevs at some width. Calling syntax change.
9287 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
9288 (calendar-date-string): Adapt for new behaviours of
9289 `calendar-day-name' and `calendar-month-name' functions.
9290
9291 * calendar/diary-lib.el (list-diary-entries): Adapt for new
9292 behaviour of `calendar-day-name' and `calendar-month-name' functions.
9293 (diary-name-pattern): Use abbrev arrays, rather than fixing
9294 abbrevs at three chars. Calling syntax change.
9295 (mark-diary-entries): Adapt for new behaviours of
9296 `diary-name-pattern' and `calendar-make-alist' functions.
9297 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
9298 `diary-name-pattern' function.
9299 (font-lock-diary-date-forms): Use abbrev arrays, rather than
9300 fixing abbrevs at three chars. Calling syntax change.
9301 (cal-hebrew, cal-islam): Require when compiling.
9302 (diary-font-lock-keywords): Adapt for new behaviour of
9303 `font-lock-diary-date-forms' function.
9304
9305 * calendar/cal-hebrew.el: Reposition some code so defined before used.
9306 (calendar-hebrew-month-name-array-common-year)
9307 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
9308 (list-hebrew-diary-entries): Adapt for new behaviours of
9309 `calendar-day-name' and `add-to-diary-list' functions.
9310 (mark-hebrew-diary-entries): Adapt for new behaviours of
9311 `diary-name-pattern' and `calendar-make-alist' functions.
9312
9313 * calendar/cal-islam.el (calendar-islamic-month-name-array):
9314 Add doc string.
9315 (list-islamic-diary-entries): Adapt for new behaviours of
9316 `calendar-day-name' and `add-to-diary-list' functions.
9317 (mark-islamic-diary-entries): Adapt for new behaviours of
9318 `diary-name-pattern' and `calendar-make-alist' functions.
9319
9320 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9321 `calendar-month-name' function.
9322
9323 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9324
9325 * calendar/solar.el (solar-seasons-data): Move definition before use.
9326
9327 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9328 (cal-tex-LaTeX-hourbox): Move definition before use.
9329
9330 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9331 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9332 lunar.el, solar.el
9333 (displayed-month, displayed-year): Define for compiler.
9334
9335 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9336
9337 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9338 MODE. Renamed from c-init-c-language-vars'.
9339 (c-initialize-cc-mode): Change accordingly.
9340 (c-common-init): Ditto.
9341 (c-mode): Ditto.
9342 (c++-mode): Use `c-init-language-vars-for'.
9343 (objc-mode): Ditto.
9344 (java-mode): Ditto.
9345 (idl-mode): Ditto.
9346 (pike-mode): Ditto.
9347 (awk-mode): Ditto.
9348
9349 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9350
9351 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9352 or not the point moved.
9353
9354 (c-search-decl-header-end): Don't trip up on operator identifiers
9355 in C++ and operators like == in all languages.
9356
9357 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9358 Detect leading labels correctly.
9359
9360 2003-08-02 Andreas Schwab <schwab@suse.de>
9361
9362 * textmodes/ispell.el: Don't redo key bindings on loading, put
9363 them only in loaddefs.el.
9364 * bookmark.el: Likewise.
9365 * dabbrev.el: Likewise.
9366 * emerge.el: Likewise.
9367
9368 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9369 has more than one member.
9370
9371 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9372
9373 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9374
9375 * lpr.el (printify-region): It was ending conversion before the
9376 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9377
9378 2003-07-31 John Paul Wallington <jpw@gnu.org>
9379
9380 * net/browse-url.el (browse-url-epiphany): Doc fix.
9381
9382 2003-07-30 Kenichi Handa <handa@m17n.org>
9383
9384 * international/fontset.el (setup-default-fontset):
9385 Change registry names of Akurti fonts.
9386
9387 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9388
9389 * comint.el (comint-read-noecho): Use `clear-string' instead of
9390 `fillarray'.
9391
9392 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9393
9394 * outline.el (outline-mode-hook): Add defvar.
9395
9396 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9397
9398 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9399 Restore assembler in source window if that is what has been selected.
9400 (menu): Add gdb-restore-windows to menu. Make gdba
9401 specific menus only visible from gdba.
9402
9403 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9404
9405 * progmodes/compile.el (compilation-environment): New user variable.
9406 (compile-internal): Respect it.
9407
9408 2003-07-23 Masatake YAMATO <jet@gyve.org>
9409
9410 * progmodes/gud.el (gdb-script-font-lock-keywords):
9411 Put `font-lock-function-name-face' on a symbol which includes
9412 `-' like `hook-run'. Put font-lock-variable-name-face
9413 on a symbol starting with $.
9414
9415 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9416
9417 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9418
9419 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9420
9421 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9422
9423 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9424
9425 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9426 Use with-no-warnings.
9427 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9428 rather than to find-file-not-found-hook, which doesn't exist.
9429
9430 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9431
9432 * international/quail.el (quail-translate-key): Fix previous change.
9433
9434 2003-07-25 John Paul Wallington <jpw@gnu.org>
9435
9436 * server.el (server-start): Check `server-process' is non-nil
9437 before killing it to avoid killing current buffer's process.
9438
9439 * simple.el (choose-completion-string): Use `minibufferp';
9440 test `completion-reference-buffer' if `buffer' arg is nil.
9441 (push-mark): Use `when' and `unless'.
9442 (pop-mark): Use `when'.
9443
9444 * mouse-sel.el (mouse-sel-get-selection-function):
9445 Check `x-last-selected-text-primary'. Don't barf if it or
9446 `x-last-selected-text' aren't bound.
9447
9448 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9449
9450 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9451
9452 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9453
9454 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9455
9456 2003-07-23 John Paul Wallington <jpw@gnu.org>
9457
9458 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9459
9460 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9461
9462 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9463 string. Defvar the derived hook.
9464
9465 * macros.el (insert-kbd-macro): Escape double quote character.
9466 From Thomas W Murphy <twm@andrew.cmu.edu>.
9467
9468 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9469
9470 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9471 to match the specific mark rather than reusing comment-start-skip.
9472
9473 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9474
9475 * progmodes/hideshow.el (hs-special-modes-alist):
9476 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9477
9478 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9479
9480 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9481 value using ?\s.
9482
9483 2003-07-21 John Paul Wallington <jpw@gnu.org>
9484
9485 * subr.el (with-selected-window): Add closing paren.
9486
9487 2003-07-21 Richard M. Stallman <rms@gnu.org>
9488
9489 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9490 (lisp-mode): Likewise.
9491
9492 * subr.el (with-selected-window): Copy code form save-selected-window
9493 so as to call select-window with norecord arg.
9494 (dynamic-completion-table): Doc fix.
9495 (lazy-completion-table): Doc fix.
9496
9497 * international/mule-cmds.el (set-locale-environment):
9498 langinfo renamed to locale-info.
9499
9500 * international/mule.el (auto-coding-functions): Doc fix.
9501
9502 2003-07-21 Kenichi Handa <handa@m17n.org>
9503
9504 * international/quail.el (quail-translate-key):
9505 Update quail-current-str correctly.
9506
9507 2003-07-21 Andreas Schwab <schwab@suse.de>
9508
9509 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9510 ?, to "_".
9511
9512 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9513 Version 2.0.36 of Tramp released.
9514
9515 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9516 tramp-password-end-of-line.
9517 (tramp-password-end-of-line): New method parameter.
9518 (tramp-get-password-end-of-line): Function to access method
9519 parameter `tramp-password-end-of-line', or variable
9520 `tramp-default-password-end-of-line' (default value).
9521 (tramp-methods): Add entries for new parameter
9522 tramp-password-end-of-line.
9523 (tramp-enter-password): Use new function
9524 `tramp-get-password-end-of-line'.
9525 (tramp-handle-insert-file-contents): Do not
9526 unconditionally inhibit the file operation file-local-copy, only
9527 do that when the inhibit-file-name-operation is currently
9528 insert-file-contents. This fixes finding remote CVS-controlled
9529 files. (It would barf on inserting the CVS/Entries file
9530 literally, because the file-local-copy handler wasn't called.)
9531 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9532 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9533 (tramp-initial-commands): New variable.
9534 (tramp-process-initial-commands): New function, using the variable.
9535 (tramp-open-connection-setup-interactive-shell): Call the new function.
9536 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9537 method into the buffer name, never use nil. Reported by Hanak
9538 David <dhanak@inf.bme.hu>.
9539 (tramp-open-connection-setup-interactive-shell): Erase buffer
9540 before sending "stty -onlcr".
9541
9542 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9543
9544 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9545
9546 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9547
9548 2003-07-19 John Paul Wallington <jpw@gnu.org>
9549
9550 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9551 (artist-draw-rect, artist-draw-square): Doc fixes.
9552
9553 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9554
9555 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9556
9557 2003-07-19 Kenichi Handa <handa@m17n.org>
9558
9559 * international/kkc.el (kkc-show-conversion-list-update):
9560 Highlight the correct candidate in the message.
9561
9562 2003-07-18 John Paul Wallington <jpw@gnu.org>
9563
9564 * simple.el (current-word): Don't include punctuation char when
9565 `really-word' arg is non-nil.
9566
9567 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9568
9569 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9570 moved to the directory obsolete.
9571
9572 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9573
9574 * info.el (Info-menu-entry-name-re): Allow newlines in
9575 menu entry names.
9576
9577 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9578 syntax-ppss-after-change-function.
9579 (syntax-ppss-after-change-function): New alias. Update uses.
9580 (syntax-ppss): Catch the case where the buffer is narrowed.
9581
9582 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9583
9584 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9585 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9586
9587 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9588
9589 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9590 since it might be modified.
9591
9592 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9593 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9594 names to these language constants.
9595
9596 2003-07-15 Kim F. Storm <storm@cua.dk>
9597
9598 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9599 All uses changed.
9600
9601 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9602
9603 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9604 Namespace support.
9605
9606 2003-07-13 Juanma Barranquero <lektu@terra.es>
9607
9608 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9609 papers received).
9610
9611 2003-07-13 Karl Eichwalder <ke@suse.de>
9612
9613 * textmodes/po.el (po-find-charset): White space at the start of the
9614 Content-Type field body is non-mandatory.
9615
9616 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9617
9618 * textmodes/texinfo.el (texinfo-section-list):
9619 Append appendixsection; a synonym for appendixsec.
9620
9621 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9622
9623 * man.el (Man-translate-cleanup): New.
9624 (Man-translate-references): Call `Man-translate-cleanup' to clean
9625 leading, trailing and middle spaces.
9626
9627 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9628
9629 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9630 Handle `dired-directory' being a list.
9631
9632 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9633
9634 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9635 it doesn't exist.
9636
9637 2003-07-12 Richard M. Stallman <rms@gnu.org>
9638
9639 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9640
9641 * progmodes/cc-defs.el (c-make-keywords-re):
9642 Don't use delete-duplicates.
9643 (c-lang-const): Don't use mapcan.
9644
9645 * apropos.el (apropos-show-scores): Make it customizable.
9646 Document new meaning.
9647 (apropos): Compute scores from symbols.
9648 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9649
9650 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9651
9652 * ps-bdf.el: Fix copyright line.
9653 (bdf-directory-list): Fix initialization code.
9654
9655 2003-07-11 John Paul Wallington <jpw@gnu.org>
9656
9657 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9658 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9659 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9660
9661 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9662
9663 * emacs-lisp/ring.el (ring-elements): Doc fix.
9664
9665 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9666
9667 * calendar/timeclock.el (timeclock-relative)
9668 (timeclock-ask-before-exiting, timeclock-use-display-time):
9669 Doc changes.
9670 (timeclock-modeline-display): Give a message if
9671 `timeclock-use-display-time' is non-nil but `display-time-mode'
9672 is not active.
9673
9674 2003-07-11 Kenichi Handa <handa@m17n.org>
9675
9676 * international/mule-cmds.el (set-language-environment):
9677 Set current-language-environment to the correct string.
9678
9679 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9680
9681 * ps-print.el: Print line number correctly in a region. Reported by
9682 Tim Allen <timallen@ls83.fsnet.co.uk>.
9683 (ps-print-version): New version number (6.6.2).
9684 (ps-printing-region): Code fix.
9685
9686 2003-07-10 John Paul Wallington <jpw@gnu.org>
9687
9688 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9689 this function can be called from `add-completions-from-tags-table'.
9690
9691 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9692
9693 * calendar/timeclock.el (timeclock-use-display-time)
9694 (timeclock-day-over-hook, timeclock-workday-remaining)
9695 (timeclock-status-string, timeclock-when-to-leave)
9696 (timeclock-when-to-leave-string, timeclock-log-data)
9697 (timeclock-find-discrep, timeclock-day-base)
9698 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9699 (timeclock-modeline-display): Set the variable
9700 `timeclock-modeline-display'.
9701 (timeclock-update-modeline): Doc fix. Respect value of
9702 `timeclock-relative'.
9703
9704 2003-07-09 Richard M. Stallman <rms@gnu.org>
9705
9706 * textmodes/reftex-parse.el (reftex-all-document-files):
9707 Add autoload cookie.
9708
9709 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9710 (reftex-scanning-info-available-p): Add autoload cookie.
9711
9712 * international/mule-cmds.el
9713 (set-display-table-and-terminal-coding-system): Delete duplicate
9714 aset on standard-display-table.
9715
9716 * view.el (view-file): If existing buffer's major mode is special,
9717 don't go into view mode.
9718
9719 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9720
9721 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9722
9723 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9724 buffer changes; there's third party code that calls this function
9725 directly.
9726
9727 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9728
9729 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9730 (autodoc-font-lock-keywords): Don't byte compile on font lock
9731 initialization when running from byte compiled files.
9732
9733 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9734
9735 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9736 statement ends with auto-increment "++".
9737
9738 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9739
9740 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9741 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9742 these are changed, so declare them as variables and not constants.
9743
9744 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9745
9746 * subr.el (dolist, dotimes): Doc fix.
9747
9748 2003-07-08 Kim F. Storm <storm@cua.dk>
9749
9750 * international/mule-cmds.el
9751 (set-display-table-and-terminal-coding-system): Don't break
9752 bootstrap if standard-display-table isn't setup yet.
9753
9754 2003-07-07 Richard M. Stallman <rms@gnu.org>
9755
9756 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9757 Give it a doc string, and autoload it.
9758
9759 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9760 Use with-no-warnings.
9761
9762 * info.el (Info-search): If find invisible text, search again.
9763
9764 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9765
9766 * man.el (Man-name-regexp): Match + as part of name.
9767
9768 * simple.el (visible-mode): Rename from vis-mode.
9769 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9770
9771 * simple.el (current-word): New arg REALLY-WORD specifies
9772 don't include punctuation chars.
9773
9774 * emacs-lisp/debug.el (debug, debugger-env-macro):
9775 Use with-no-warnings while accessing and binding unread-command-char.
9776
9777 * international/mule-cmds.el
9778 (set-display-table-and-terminal-coding-system): Use explicit loop
9779 instead of calling standard-display-default.
9780
9781 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9782 Use condition-case to catch error in ange-ftp-get-files.
9783
9784 * net/browse-url.el (browse-url-browser-function):
9785 Add alternative for Epiphany.
9786 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9787 (browse-url-epiphany-startup-arguments)
9788 (browse-url-epiphany-new-window-is-tab): New variables.
9789 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9790
9791 * progmodes/compile.el (compile-auto-highlight): Default now t.
9792 (compile): Doc fix.
9793 (compilation-next-error): Fix previous change.
9794
9795 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9796
9797 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9798
9799 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9800
9801 * gdb-ui.el (gdb-source-info): Display current frame when
9802 attaching to an existing process.
9803 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9804 while laying out windows when attaching to an existing process.
9805
9806 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9807
9808 * info.el (Info-menu): Use Info-menu-entry-name-re.
9809
9810 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9811
9812 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9813 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9814
9815 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9816 to match the same text.
9817
9818 2003-07-06 John Paul Wallington <jpw@gnu.org>
9819
9820 * vc.el (vc-annotate-offset): Move defvar up.
9821
9822 2003-07-06 Kim F. Storm <storm@cua.dk>
9823
9824 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9825 This should fix the infinite loop when extracting menu names.
9826
9827 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9828
9829 * files.el (auto-mode-alist, interpreter-mode-alist):
9830 Remove entries to CC Mode modes to avoid duplicates; they are now added
9831 with autoload directives in cc-mode.el.
9832
9833 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9834
9835 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9836 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9837 these are changed, so declare them as variables and not constants.
9838
9839 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9840 ensure that the entry for ".c" extension comes before the one for
9841 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9842 Fix incorrect entries that were added to `interpreter-mode-alist'.
9843 Move the autoload directives for AWK to the top level since they
9844 aren't recognized anywhere else. Do not use the new AWK mode doc
9845 in the autoload form for the old AWK mode.
9846
9847 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9848
9849 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9850 (bibtex-sort-ignore-string-entries): Default value t.
9851 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9852 erroneously in previous version.
9853 (bibtex-string-files): Docstring reflects new parsing scheme.
9854 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9855 docstring, add # as one of the chars to crush
9856 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9857 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9858 (bibtex-autokey-name-change-strings)
9859 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9860 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9861 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9862 (bibtex-autokey-title-terminators)
9863 (bibtex-autokey-titlewords-stretch)
9864 (bibtex-autokey-titleword-ignore)
9865 (bibtex-autokey-titleword-case-convert)
9866 (bibtex-autokey-titleword-abbrevs)
9867 (bibtex-autokey-titleword-abbrevs)
9868 (bibtex-autokey-titleword-change-strings)
9869 (bibtex-autokey-titleword-length)
9870 (bibtex-autokey-titleword-separator)
9871 (bibtex-autokey-name-year-separator)
9872 (bibtex-autokey-year-title-separator)
9873 (bibtex-autokey-before-presentation-function)
9874 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9875 Fix docstring.
9876 (bibtex-strings, bibtex-reference-keys):
9877 Use lazy-completion-table and make-variable-buffer-local.
9878 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9879 (bibtex-braced-string-syntax-table)
9880 (bibtex-quoted-string-syntax-table): New variables.
9881 (bibtex-parse-nested-braces): Remove.
9882 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9883 (bibtex-parse-association): Simplify.
9884 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9885 (bibtex-parse-field-text): Simplify.
9886 (bibtex-search-forward-field, bibtex-search-backward-field):
9887 argument BOUND can take value t.
9888 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9889 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9890 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9891 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9892 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9893 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9894 and ending of entry. Update for changes of bibtex-search-entry.
9895 Simplify.
9896 (bibtex-map-entries): FUN is called with three arguments.
9897 (bibtex-search-entry): Return a cons pair with buffer positions of
9898 beginning and end of entry.
9899 (bibtex-enclosing-field): Simplify.
9900 (bibtex-format-entry): Use booktitle to set a missing title.
9901 (bibtex-autokey-get-names): Fiddle with regexps.
9902 (bibtex-generate-autokey): Use identity.
9903 (bibtex-parse-keys): Use simplified parsing algorithm if
9904 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9905 arguments. Return alist of keys.
9906 (bibtex-parse-strings): Simplify. Return alist of strings.
9907 (bibtex-complete-string-cleanup): Fix docstring.
9908 (bibtex-read-key): New function.
9909 (bibtex-mode): Fix docstring. Do not parse for keys and
9910 strings when the mode is entered. Set fill-paragraph-function to
9911 bibtex-fill-field. Setup font-lock-mark-block-function the way
9912 font-lock intended.
9913 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9914 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9915 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9916 (bibtex-Preamble): Avoid hard coded constants.
9917 (bibtex-make-field): Fix docstring. Simplify.
9918 (bibtex-beginning-of-entry): Always return new position of point.
9919 (bibtex-end-of-entry): Rearrange cond clauses.
9920 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9921 Update for changes of bibtex-map-entries.
9922 (bibtex-ispell-abstract): Do not move point.
9923 (bibtex-entry-index): Use downcase. Simplify.
9924 (bibtex-lessp): Handle catch-all.
9925 (bibtex-find-crossref): Turn into a command.
9926 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9927 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9928 preamble entries.
9929 (bibtex-fill-field-bounds): New function.
9930 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9931 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9932 (bibtex-String): Use bibtex-strings. Always obey
9933 bibtex-sort-ignore-string-entries.
9934
9935 2003-07-05 John Paul Wallington <jpw@gnu.org>
9936
9937 * cus-theme.el (customize-create-theme):
9938 Call `customize-create-theme' in Reset widget's notify function.
9939
9940 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9941 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9942 (define-ibuffer-column name): Add summarizer.
9943 (define-ibuffer-column size): Likewise.
9944 (define-ibuffer-column filename): Likewise.
9945 (define-ibuffer-column process): Likewise. Change BODY's output too.
9946 (define-ibuffer-column filename-and-process): Likewise, likewise.
9947 (ibuffer): Remove local vars `already-in' and `need-update'.
9948
9949 * ibuf-ext.el: Don't require `derived' at compile-time.
9950
9951 2003-07-05 Kim F. Storm <storm@cua.dk>
9952
9953 * info.el: Disable paragraph refilling.
9954 (Info-refill-paragraphs): New defcustom.
9955 (Info-fontify-node): Use it.
9956
9957 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9958
9959 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9960 thingies from constructors created by defstruct.
9961
9962 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9963 the default value of the variable.
9964 (byte-code-meter): Move declaration to top level.
9965
9966 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9967
9968 * info.el (Info-following-node-name-re): New fun.
9969 (Info-following-node-name): Remove.
9970 (Info-insert-dir): Use the new fun.
9971 (Info-extract-pointer): Don't save restriction; use new fun.
9972 (Info-menu-entry-name-re): New const.
9973 (Info-menu-entry-name-re): Use it along with new fun.
9974 (Info-node-spec-re): Use new fun.
9975 (Info-complete-menu-item, Info-fontify-node): Use new const.
9976 (Info-goto-node, Info-follow-reference, Info-menu-update):
9977 Use match-string.
9978 (Info-follow-reference): Use assoc-string.
9979 Use a list of strings for the completion table.
9980 (Info-fontify-node): Use match-string, line-end-position.
9981 Limit the search for `node:' to the first line.
9982
9983 * newcomment.el (uncomment-region): Remove padding coming from
9984 comment-start rather than just from comment-padding.
9985
9986 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9987 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9988 (vc-cvs-rename-file): Remove (use the default).
9989 (vc-cvs-register): Register parent dir if needed.
9990 (vc-cvs-could-register): Return non-nil if parent can be registered.
9991 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9992 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9993
9994 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9995 (vc-svn-update): Fix the arguments to `svn'.
9996 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9997 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9998 Simple implementations, assuming `name' is a URL.
9999
10000 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
10001 set of chars allowed unquoted in a case pattern.
10002
10003 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
10004
10005 * font-lock.el (font-lock-extra-types-widget)
10006 (c-font-lock-extra-types, c++-font-lock-extra-types)
10007 (objc-font-lock-extra-types, java-font-lock-extra-types)
10008 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
10009 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
10010 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
10011 (font-lock-match-c++-structor-declaration)
10012 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
10013 (c++-font-lock-keywords-3, c++-font-lock-keywords)
10014 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
10015 (objc-font-lock-keywords-3, objc-font-lock-keywords)
10016 (java-font-lock-keywords-1, java-font-lock-keywords-2)
10017 (java-font-lock-keywords-3, java-font-lock-keywords)
10018 (java-font-lock-syntactic-face-function): Remove obsolete code
10019 and constants. It's all in cc-fonts.el now.
10020
10021 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
10022
10023 * mail/sendmail.el (mail-specify-envelope-from)
10024 (mail-envelope-from): Doc fix.
10025
10026 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
10027
10028 * generic-x.el: Do away with the dependency on `c-emacs-features'
10029 when populating `rul-generic-mode-syntax-table'; we already know
10030 this isn't XEmacs.
10031
10032 See ChangeLog.10 for earlier changes.
10033
10034 ;; Local Variables:
10035 ;; coding: iso-2022-7bit
10036 ;; End:
10037
10038 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
10039 Copying and distribution of this file, with or without modification,
10040 are permitted provided the copyright notice and this notice are preserved.
10041
10042 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1