(define-ibuffer-filter filename): Consider `dired-directory' if buffer
[bpt/emacs.git] / lisp / ChangeLog
1 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
2
3 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4 no file name consider `dired-directory'.
5
6 2004-09-14 Kim F. Storm <storm@cua.dk>
7
8 * faces.el (cursor): Add face-no-inherit property. Doc fix.
9
10 2004-09-14 Simon Josefsson <jas@extundo.com>
11
12 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13
14 * textmodes/dns-mode.el: Add.
15
16 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
19 (disabled-command-function): Make the ?\ char more obvious.
20
21 * vc-arch.el (vc-arch-root, vc-arch-registered):
22 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
23
24 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
25
26 * windmove.el (windmove-frame-edges): Report coordinates of
27 outside edges of frame, not inside edges.
28 (windmove-coordinates-of-position): Convert into wrapper to new
29 function `windmove-coordinates-of-window-position';
30 `compute-motion' always applies to selected window.
31 (windmove-coordinates-of-position): Update documentation to refer
32 to Emacs 21 Lisp Reference Manual.
33 (windmove-find-other-window): Fix off-by-one errors for max x,y.
34
35 2004-09-13 Kim F. Storm <storm@cua.dk>
36
37 * isearch.el (isearch-resume-in-command-history): Rename from
38 isearch-resume-enabled and change default to nil.
39
40 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * vc-hooks.el (vc-ignore-dir-regexp): New var.
43 (vc-registered): Use it.
44 (vc-find-root): New fun.
45
46 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
47 Don't tell to use \\{...} when it's already done.
48
49 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
50 Provide a sample complex default.
51 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
52 (bibtex-entry): Use mapc.
53
54 2004-09-12 Kim F. Storm <storm@cua.dk>
55
56 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
57
58 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
59 inhibit-field-text-motion to t so rectangles work in comint buffers.
60
61 * simple.el (choose-completion-string): Set buffer before running
62 choose-completion-string-functions hook so it can be buffer-local.
63
64 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
65
66 * progmodes/compile.el (compilation-start): Parse command to see
67 if it starts with a cd, and if so perform it for the *compilation*
68 buffer. Change the header to reflect this.
69
70 2004-09-11 Kim F. Storm <storm@cua.dk>
71
72 * ido.el (ido-enable-dot-prefix): Doc fix.
73 (ido-enable-dot-prefix): New defcustom.
74 (ido-set-matches1): Use it.
75
76 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * textmodes/bibtex.el (bibtex-mark-active)
79 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
80
81 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
82
83 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
84 used in a case insensitive environment.
85 (bibtex-mode-map): Rearrange order of menus.
86 (bibtex-quoted-string-re): Obsolete.
87 (bibtex-complete-key-cleanup): Variable replaced by new function.
88 (bibtex-font-lock-keywords): Use backquotes.
89 (bibtex-font-lock-url-regexp): New internal variable.
90 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
91 "OPT" and "ALT".
92 (bibtex-insert-current-kill, bibtex-make-field)
93 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
94 (bibtex-parse-field-text): Simplify.
95 (bibtex-string=): New helper function.
96 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
97 (bibtex-map-entries): Use bibtex-string=.
98 (bibtex-search-entry): Use not.
99 (bibtex-enclosing-field): Fix docstring.
100 (bibtex-assoc-regexp): Obsolete.
101 (bibtex-format-entry): Use assoc-string and bibtex-string=.
102 (bibtex-autokey-get-names): Handle empty name field.
103 (bibtex-parse-strings): Use assoc-string and unless.
104 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
105 Use assoc-string.
106 (bibtex-pop): Simplify.
107 (bibtex-mode): Set font-lock-extra-managed-props.
108 (bibtex-entry-update): Use assoc-string.
109 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
110 (bibtex-autofill-entry): Use bibtex-string=.
111 (bibtex-print-help-message): Simplify.
112 (bibtex-find-entry): New optional arg START.
113 (bibtex-validate): Use bibtex-string= and assoc-string.
114 Do not call obsolete function compilation-parse-errors.
115 (bibtex-remove-delimiters): Only remove delimiters if present.
116 (bibtex-copy-entry-as-kill): Add docstring.
117 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
118 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
119 (bibtex-complete): Use bibtex-predefined-month-strings,
120 bibtex-string=, and new function bibtex-complete-key-cleanup.
121 (bibtex-generate-url-list): New variable.
122 (bibtex-url): New command bound to C-c C-l and mouse-2.
123 (bibtex-url-map): New local keymap for bibtex-url-mouse.
124 (bibtex-font-lock-url): New function.
125
126 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
129
130 2004-09-09 Kim F. Storm <storm@cua.dk>
131
132 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
133 counter and format with binding.
134 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
135 the declared macro uses own macro counter and format. Give symbol
136 kmacro property.
137 (kmacro-keymap): Bind kmacro-name-last-macro to n.
138 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
139 (kmacro-end-and-call-macro): Doc fix.
140
141 2004-09-09 Lars Hansen <larsh@math.ku.dk>
142
143 * desktop.el (desktop-clear-preserve-buffers):
144 Remove make-obsolete-variable.
145
146 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
149
150 2004-09-08 Juri Linkov <juri@jurta.org>
151
152 * replace.el (perform-replace): Use `query-replace-descr'.
153
154 * cus-start.el (history-delete-duplicates): Specify customization.
155
156 * diff-mode.el (diff-mode-map):
157 * progmodes/compile.el (compilation-mode-map):
158 * progmodes/grep.el (grep-mode-map):
159 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
160 to `next-error-follow-minor-mode'.
161
162 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
163
164 * isearch.el (isearch-lazy-highlight-update): Take into account
165 the case of zero-length match at the search bound.
166
167 2004-09-08 Kim F. Storm <storm@cua.dk>
168
169 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
170 change. Use zero width overlays when necessary.
171
172 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
173
174 * subr.el (split-string): Docfix.
175
176 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
177
178 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
179 (display-call-tree): Ensure newline after caller/calls blocks.
180
181 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
182
183 * startup.el (command-line-1): Make option
184 --directory/-L modify `load-path' straight away.
185
186 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
187
188 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
189
190 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
191
192 * emacs-lisp/autoload.el (make-autoload):
193 Handle `define-compilation-mode'.
194
195 * emacs-lisp/lisp-mode.el (define-compilation-mode):
196 Specify `doc-string-elt' property.
197
198 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
199
200 * bs.el (bs-mode): Doc fix.
201
202 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
203
204 * info.el (Info-insert-dir): Fix temp buffer leak bug.
205
206 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
207
208 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
209
210 2004-09-08 Kenichi Handa <handa@m17n.org>
211
212 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
213 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
214 ps-mule-next-point -> 1+).
215
216 * composite.el (encode-composition-rule): Add autoload cooky.
217
218 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
219
220 * format.el (buffer-auto-save-file-format): Make it permanent local.
221
222 2004-09-07 Kim F. Storm <storm@cua.dk>
223
224 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
225 (authors-fixed-entries): Fix typo.
226 (authors-canonical-author-name): Compact multiple spaces.
227 Ignore trivial names (e.g. only first name).
228
229 * term.el (term-window-width): Only use full window width on
230 window system if overflow-newline-into-fringe is enabled.
231 (term-mode): Don't disable overflow-newline-into-fringe.
232
233 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
236 motion as seen on my Mac OS X xterms.
237
238 * newcomment.el (uncomment-region-default, comment-region-default):
239 New functions extracted from uncomment-region and comment-region.
240 (comment-region, comment-region-function, uncomment-region)
241 (uncomment-region-function): Use them.
242
243 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
244
245 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
246 It's not crucial but can make sense at times.
247
248 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
249 the first commit.
250
251 * vc.el (vc-buffer-context, vc-restore-buffer-context):
252 Disable obsolete code.
253
254 2004-09-07 Juri Linkov <juri@jurta.org>
255
256 * progmodes/grep.el (grep-highlight-matches): Change default from
257 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
258 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
259 if grep option `--color' is available, or to `nil' otherwise.
260 (grep-process-setup): Call `grep-compute-defaults' if
261 `grep-highlight-matches' is not computed. Set env-vars only
262 if `grep-highlight-matches' is `t'.
263 (grep-use-null-device): Remove redundant type `boolean' (`choice'
264 is already defined).
265
266 * progmodes/compile.el (compilation-start): Use copy of
267 `process-environment' created by `copy-sequence' to not
268 modify env-vars in the global `process-environment'.
269
270 2004-09-06 Eli Zaretskii <eliz@gnu.org>
271
272 * simple.el (next-error-follow-minor-mode): Fix last change.
273
274 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
275
276 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
277 permanent local.
278
279 2004-09-04 Richard M. Stallman <rms@gnu.org>
280
281 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
282 highlighting if the search string is empty.
283
284 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
285
286 * facemenu.el (facemenu-active-faces): Change condition of inner
287 `while' loop to also check the first two elements of `face-atts'
288 and `mask-atts'.
289
290 2004-09-04 John Paul Wallington <jpw@gnu.org>
291
292 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
293 (thumbs-view-image-mode): Make buffer read-only.
294
295 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
296
297 * textmodes/ispell.el (ispell-really-aspell): New defvar.
298 (ispell-check-version): Set it.
299 (ispell-send-replacement): New function.
300 (ispell-process-line): Call ispell-send-replacement.
301
302 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
303
304 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
305 Support choosing seconds with "s".
306
307 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
308
309 * terminal.el (te-escape): Show `?' in prompt for help key.
310
311 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
312
313 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
314
315 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
316
317 * simple.el (next-error-follow-minor-mode)
318 (next-error-follow-mode-post-command-hook): New functions.
319 (next-error-follow-last-line): New defvar.
320
321 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
322 * progmodes/compile.el (compilation-mode-map): Likewise.
323 * progmodes/grep.el (grep-mode-map): Likewise.
324 * replace.el (occur-mode-map): Likewise.
325
326 * newcomment.el (uncomment-region): Bind comment-use-global-state
327 to nil.
328
329 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
330
331 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
332 locally around the call to `revert-buffer'.
333
334 2004-09-03 Juri Linkov <juri@jurta.org>
335
336 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
337 `isearch-adjusted' to `t'.
338 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
339 (isearch-message-prefix): Add "pending" for isearch-adjusted.
340 (isearch-other-meta-char): Restore isearch-point unconditionally.
341 (isearch-query-replace): Add new arg `regexp-flag' and use it.
342 Set point to start of match if region is not active in transient
343 mark mode (to include the current match to region boundaries).
344 Push the search string to `query-replace-from-history-variable'.
345 Add prompt "Query replace regexp" for isearch-regexp.
346 Add region beginning/end as last arguments of `perform-replace.'
347 (isearch-query-replace-regexp): Replace code by the call to
348 `isearch-query-replace' with arg `t'.
349
350 2004-09-03 Richard M. Stallman <rms@gnu.org>
351
352 * startup.el (normal-top-level): Undo previous TERM change.
353
354 2004-09-03 Kim F. Storm <storm@cua.dk>
355
356 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
357 highlight overlays; allow using RET when cursor is over a button.
358 (cua--highlight-rectangle): Use it.
359 (cua--rectangle-set-corners): Don't move backwards at eol.
360 (cua--forward-line): Don't move into void after eob.
361
362 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
363 point is set (and displayed) inside rectangle.
364 (cua--rectangle-operation): Fix for highlight of empty lines.
365 (cua--highlight-rectangle): Fix highlight for tabs.
366 Position cursor at left/right edge of rectangle using new `cursor'
367 property on overlay strings.
368 (cua--indent-rectangle): Don't tabify.
369 (cua-rotate-rectangle): Ignore that point has moved.
370
371 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
372
373 * term/mac-win.el: Add ASCII equivalents for some function keys.
374 (mode-line-frame-identification): Sync with x-win.el.
375
376 2004-09-02 Juri Linkov <juri@jurta.org>
377
378 * progmodes/compile.el (compilation-buffer-name): Compare major
379 mode with second element of compilation-arguments instead of third
380 to reflect latest changes in compilation-arguments structure.
381 (recompile): Use global variable `compilation-directory' to get
382 recent compilation directory only when `recompile' is invoked NOT
383 in the compilation buffer. Otherwise, use `default-directory' of
384 the compilation buffer.
385 (compilation-error-properties): Allow to funcall col and end-col.
386 (compilation-mode-font-lock-keywords): Check col and end-col by
387 `integerp'.
388 (compilation-goto-locus): If end-mk is non-nil in transient mark
389 mode don't activate the mark (and don't display message in
390 push-mark), but highlight overlay between mk and end-mk.
391
392 * progmodes/grep.el (grep-highlight-matches): New defcustom.
393 (grep-regexp-alist): Add rule to highlight grep matches.
394 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
395
396 * info.el (Info-fontify-node): Don't compute other-tag
397 if Info-hide-note-references=hide.
398
399 * help.el (function-called-at-point):
400 * help-fns.el (variable-at-point):
401 Try `find-tag-default' when other methods failed.
402
403 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
404 Do not push mark if inhibit-mark-movement is non-nil.
405
406 * textmodes/ispell.el (ispell-html-skip-alists):
407 Fix backslashes in docstring.
408
409 2004-09-01 Juri Linkov <juri@jurta.org>
410
411 * isearch.el (isearch-wrap-function)
412 (isearch-push-state-function): New defvars.
413 (isearch-pop-fun-state): New defsubst.
414 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
415 (isearch-push-state): Set the result of calling
416 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
417 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
418 restore the mode-specific starting point of terminated search.
419 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
420 (isearch-repeat): Call `isearch-wrap-function' if defined.
421 (isearch-message-prefix): Don't add prefix "over" to the message
422 for wrapped search if `isearch-wrap-function' is defined.
423 (isearch-search): Call function saved in `isearch-pop-fun-state' to
424 restore the mode-specific starting point of failed search.
425
426 * info.el (Info-search-whitespace-regexp): Fix backslashes.
427 (Info-search): Add new optional arguments for the sake of isearch.
428 Replace whitespace in Info-search-whitespace-regexp literally.
429 Add backward search. Don't call `Info-select-node' if regexp is
430 found in the same Info node. Don't add node to Info-history for
431 wrapped isearch.
432 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
433 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
434 (Info-mode): Set local variables `isearch-search-fun-function',
435 `isearch-wrap-function', `isearch-push-state-function',
436 `search-whitespace-regexp'.
437
438 * isearch.el: Remove ancient Change Log section.
439 (isearch-string, isearch-message-string, isearch-point)
440 (isearch-success, isearch-forward-flag, isearch-other-end)
441 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
442 (isearch-barrier, isearch-within-brackets)
443 (isearch-case-fold-search): Add suffix `-state' to state-related
444 defsubsts to avoid name clashes with other function names.
445
446 * simple.el (next-error): New defgroup and defface.
447 (next-error-highlight, next-error-highlight-no-select):
448 New defcustoms.
449 (next-error-no-select): Let-bind next-error-highlight to the value
450 of next-error-highlight-no-select before calling `next-error'.
451
452 * progmodes/compile.el (compilation-goto-locus):
453 Use `next-error' face instead of `region'. Set 4-th argument of
454 `move-overlay' to `current-buffer' to move overlay to different
455 source buffers. Use new variable `next-error-highlight'.
456
457 * simple.el (next-error-find-buffer): Move the rule
458 "if current buffer is a next-error capable buffer" after the
459 rule "if next-error-last-buffer is set to a live buffer".
460 Simplify to test all rules in one `or'.
461 (next-error): Doc fix.
462 (next-error, previous-error, first-error)
463 (next-error-no-select, previous-error-no-select):
464 Make arguments optional.
465
466 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
467
468 * macros.el (apply-macro-to-region-lines): Make it operate on all
469 lines that begin in the region, rather than on all complete lines
470 in the region.
471
472 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
473
474 * x-dnd.el (x-dnd-protocol-alist): Document update.
475 (x-dnd-known-types): Defcustom it.
476 (x-dnd-handle-motif): Print message-atom in error message.
477
478 2004-08-30 John Paul Wallington <jpw@gnu.org>
479
480 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
481 strings rather than programatically constructing message.
482
483 2004-08-30 Richard M. Stallman <rms@gnu.org>
484
485 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
486 Don't return a string that would read as the wrong character code.
487
488 2004-08-29 Kim F. Storm <storm@cua.dk>
489
490 * emulation/cua-base.el (cua-auto-expand-rectangles):
491 Remove automatic rectangle padding feature; replace by non-destructive
492 virtual rectangle edges feature.
493 (cua-virtual-rectangle-edges): New defcustom.
494 (cua-auto-tabify-rectangles): New defcustom.
495 (cua-paste): If paste into a marked rectangle, insert rectangle at
496 current column, even if virtual; also paste exactly as many lines
497 as has been marked (ignore additional lines or add empty lines),
498 but paste whole source if only one line is marked.
499 (cua--update-indications): No longer use overwrite-cursor to
500 indicate rectangle padding
501
502 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
503 (cua--rectangle-virtual-edges): New defun.
504 (cua--rectangle-get-corners): Remove optional PAD arg.
505 (cua--rectangle-set-corners): Never do padding.
506 (cua--forward-line): Remove optional PAD arg. Simplify.
507 (cua-resize-rectangle-right, cua-resize-rectangle-left)
508 (cua-resize-rectangle-down, cua-resize-rectangle-up):
509 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
510 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
511 (cua--rectangle-move): Never do padding. Simplify.
512 (cua--tabify-start): New defun.
513 (cua--rectangle-operation): Add tabify arg. All callers changed.
514 (cua--pad-rectangle): Remove.
515 (cua--delete-rectangle): Handle delete with virtual edges.
516 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
517 (cua--insert-rectangle): Handle insert at virtual column.
518 Perform auto-tabify if necessary.
519 (cua--activate-rectangle): Remove optional FORCE arg.
520 Never do padding. Simplify.
521 (cua--highlight-rectangle): Enhance for virtual edges.
522 (cua-toggle-rectangle-padding): Remove command.
523 (cua-toggle-rectangle-virtual-edges): New command.
524 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
525 (cua--rectangle-post-command): Don't force rectangle padding.
526 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
527
528 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
529
530 * indent.el (edit-tab-stops-buffer): Doc fix.
531
532 2004-08-28 Richard M. Stallman <rms@gnu.org>
533
534 * progmodes/grep.el (grep-default-command): Use find-tag-default.
535 (grep-tag-default): Function deleted.
536
537 * subr.el (find-tag-default): Moved from etags.el.
538
539 * progmodes/etags.el (find-tag-default): Moved to subr.el.
540
541 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
542 into the basic character if it has an uppercase form.
543
544 2004-08-27 Kenichi Handa <handa@m17n.org>
545
546 * international/utf-8.el (utf-8-post-read-conversion): If the
547 buffer is unibyte, temporarily make it multibyte.
548
549 2004-08-27 Masatake YAMATO <jet@gyve.org>
550
551 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
552
553 2004-08-25 John Paul Wallington <jpw@gnu.org>
554
555 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
556 0, 1, and many mismatches in message.
557 (tex-start-shell): Use `set-process-query-on-exit-flag'.
558
559 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
560 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
561
562 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
565 vc-diff-switches differently.
566
567 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
568
569 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
570 before and a real defvar after
571 `speedbar-supported-extension-expressions'. This is to silence
572 the compiler without breaking bootstrapping.
573
574 2004-08-22 Richard M. Stallman <rms@gnu.org>
575
576 * textmodes/flyspell.el (flyspell-word):
577 Use set-process-query-on-exit-flag.
578 (flyspell-highlight-duplicate-region): Take POSS as arg.
579 (flyspell-word): Pass POSS as arg.
580
581 * progmodes/ada-xref.el: Many doc and style fixes.
582 (ada-find-any-references): Use compilation-start.
583 (ada-get-ali-file-name): Improve error msg.
584 (ada-get-ada-file-name): Likewise.
585
586 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
587 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
588
589 * mail/mail-extr.el (mail-extr-all-top-level-domains):
590 Add forward defvar.
591
592 * whitespace.el (global-whitespace-mode): New alias
593 for whitespace-global-mode.
594
595 * speedbar.el (speedbar-file-regexp): Definition moved up.
596 (speedbar-mode, speedbar-set-mode-line-format):
597 Use with-no-warnings.
598 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
599
600 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
601 controls whether to display the error buffer.
602
603 * ps-mule.el: Delete compatibility code for old Emacses.
604 (ps-mule-find-wrappoint): Don't use chars-in-region.
605
606 * frame.el (display-mouse-p, display-selections-p):
607 Use with-no-warnings.
608
609 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
610
611 2004-08-22 David Kastrup <dak@gnu.org>
612
613 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
614 information.
615
616 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
617
618 2004-08-22 Andreas Schwab <schwab@suse.de>
619
620 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
621
622 2004-08-22 Masatake YAMATO <jet@gyve.org>
623
624 * cvs-status.el (cvs-status-checkout): New function.
625 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
626
627 2004-08-21 David Kastrup <dak@gnu.org>
628
629 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
630 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
631 has been converted to use hashtables, the relation `nil=none' is
632 no longer valid, as `nil' is not a hashtable. This patch tries to
633 reduce the number of resulting errors.
634
635 2004-08-21 John Paul Wallington <jpw@gnu.org>
636
637 * subr.el (process-kill-without-query): Made obsolete in
638 version 21.4, not 21.5.
639
640 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
641 (vc-previous-comment, vc-next-comment)
642 (vc-comment-search-reverse, vc-comment-search-forward)
643 (vc-comment-to-change-log): Likewise.
644
645 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
646
647 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
648
649 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
650 Correct indentation of DEFMETHODS with non-standard method
651 combinations (e.g., PROGN, MIN, MAX).
652
653 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * startup.el (normal-top-level-add-subdirs-to-load-path):
656 Avoid unnecessarily checking system-type.
657 (normal-top-level): Set TERM to "dumb". Simplify.
658
659 * avoid.el (mouse-avoidance-ignore-p): New fun.
660 Also ignore switch-frame, select-window, double, and triple clicks.
661 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
662 (mouse-avoidance-fancy-hook): Use it.
663
664 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
665
666 * avoid.el (mouse-avoidance-nudge-mouse)
667 (mouse-avoidance-banish-destination): Stay within the current window
668 to avoid problems with mouse-autoselect-window.
669
670 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
673 the newer format of some messages in cvs-1.12.1.
674
675 2004-08-19 Masatake YAMATO <jet@gyve.org>
676
677 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
678 (elp-results-jump-to-definition-by-mouse)
679 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
680 (elp-output-result): Use elp-output-insert-symname.
681
682 2004-08-18 Kenichi Handa <handa@m17n.org>
683
684 * language/cyrillic.el: Register koi8-r in
685 ctext-non-standard-encodings-alist.
686 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
687
688 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
689
690 * emacs-lisp/copyright.el (copyright-update-year): Delete code
691 that replaces 20xy with xy.
692
693 2004-08-17 John Paul Wallington <jpw@gnu.org>
694
695 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
696 (reb-force-update): Doc fix.
697
698 2004-08-16 Richard M. Stallman <rms@gnu.org>
699
700 * progmodes/which-func.el (which-func-update-1): Doc fix.
701
702 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
703 (sh-mode-abbrev-table): New variable.
704
705 * progmodes/compile.el (compilation-mode): Doc fix.
706
707 * emacs-lisp/lisp-mode.el (eval-last-sexp):
708 Don't cons a new symbol each time.
709 (eval-last-sexp-fake-value): New variable.
710
711 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
712 (copyright-update-year): Detect continuation of list of years.
713
714 * term.el (term-default-fg-color, term-default-bg-color)
715 (ansi-term-color-vector): Use `unspecified', not nil, as default.
716
717 * imenu.el: Several doc fixes: don't say variables are buffer-local.
718
719 2004-08-16 Davis Herring <herring@lanl.gov>
720
721 * isearch.el (isearch-string, isearch-message-string, isearch-point)
722 (isearch-success, isearch-forward-flag, isearch-other-end)
723 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
724 (isearch-barrier, isearch-within-brackets)
725 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
726
727 2004-08-16 Kenichi Handa <handa@m17n.org>
728
729 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
730
731 2004-08-15 Kenichi Handa <handa@m17n.org>
732
733 * term/x-win.el (x-selection-value): If utf8 was successful but
734 ctext was not, use utf8 string.
735
736 2004-08-14 Davis Herring <herring@lanl.gov>
737
738 * isearch.el: Remove accidental changes of March 4. Fix backing
739 up when a regexp isearch is made more general. Use symbolic
740 accessor functions for isearch stack frames to make usage clearer.
741 (search-whitespace-regexp): Made groups in documentation shy (as
742 is the group in the default value).
743 (isearch-fallback): New function, addresses problems with regexps
744 liberalized by `\|', adds support for liberalization by `\}' (the
745 general repetition construct), and incorporates behavior for
746 `*'/`?'.
747 (isearch-}-char): New command, calls `isearch-fallback' with
748 arguments appropriate to a typed `}'.
749 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
750 appropriately.
751 (isearch-mode-map): Bind `}' to `isearch-}-char'.
752 (isearch-string, isearch-message,string, isearch-point)
753 (isearch-success, isearch-forward-flag, isearch-other-end)
754 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
755 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
756 New inline functions to read fields of a stack frame.
757
758 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
759
760 * battery.el (battery-linux-proc-acpi): Look into battery
761 directories matching the literal string "CMB", too (required for
762 Linux kernel version 2.6.7).
763
764 2004-08-14 John Paul Wallington <jpw@gnu.org>
765
766 * cus-start.el (read-file-name-completion-ignore-case): Add.
767 (blink-cursor-alist): Change version to "21.4".
768
769 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
770
771 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
772
773 * speedbar.el (speedbar-scan-subdirs): New option.
774 (speedbar-file-lists): Don't ignore file-name case on Unix and use
775 dolist.
776 (speedbar-insert-files-at-point): Take an extra argument and use
777 it to optionally find out if a subdir is empty. Also unreadable
778 files don't get expand buttons.
779 (speedbar-directory): New image (unused pixmap already existed).
780 (speedbar-expand-image-button-alist): Use it.
781
782 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
783
784 CC Mode update to 5.30.9:
785
786 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
787 Move from cc-vars to cc-defs for dependency reasons. Fix the
788 POSIX char class test to check that it works in
789 `skip-chars-(forward|backward)' too.
790
791 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
792 first argument starts with a special brace list.
793
794 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
795 when `c-opt-type-concat-key' is used (i.e. in Pike).
796
797 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
798 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
799 >)".
800
801 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
802 whitespace safe.
803
804 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
805 position for `arglist-intro', `arglist-cont-nonempty' and
806 `arglist-close' when there are two arglist open parens on the same
807 line and there's nothing in front of the first.
808
809 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
810 locking of qualified names in Java, which previously could fontify
811 common indexing expressions in many cases. The standard Java
812 naming conventions are used to tell them apart.
813
814 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
815 Fix inconsistency wrt opening parens on the first line inside a paren
816 block.
817
818 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
819 compile time for the sake of `c-major-mode-is'.
820
821 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
822 `c-major-mode-is' in the event that this is used inside a
823 `c-lang-defconst'.
824
825 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
826 `c-lang-defconst' so that it works better with fallback languages.
827
828 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
829 it to fail to record the base mode.
830
831 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
832 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
833 is used. Reordered the syntax checks to get more efficient
834 skipping in some situations.
835
836 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
837 continuation which might precede the newly inserted '{'.
838
839 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
840 Fix cases where it could loop indefinitely.
841
842 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
843 size specs correctly. Only fontify identifiers in front of '('
844 with as functions - don't accept any paren char. Tightened up
845 initializer skipping to stop before function and class blocks.
846
847 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
848 the point could be left directly after an open paren when finding
849 the beginning of the first decl in the block.
850
851 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
852 table when filtering out legitimate open parens to be recorded.
853 This could cause cache inconsistencies when e.g.
854 `c++-template-syntax-table' was temporarily in use.
855
856 * progmodes/cc-engine.el (c-on-identifier)
857 (c-simple-skip-symbol-backward): Small fix for handling "-"
858 correctly in `skip-chars-backward'. Affected the operator lfun
859 syntax in Pike.
860
861 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
862 Fix bug that could cause an error from `after-change-functions' when
863 the changed region is at bob.
864
865 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
866
867 CC Mode update to 5.30.9:
868
869 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
870 to say that <TAB> doesn't insert WS into a CPP line.
871 (c-indent-command, c-tab-always-indent): Amend doc strings.
872
873 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
874 checks for user errors, thus eliminating cryptic and unhelpful
875 Emacs error messages. (1) Check the arg to `c-set-style' is a
876 string. (2) Check that settings to `c-offsets-alist' are not
877 spuriously quoted.
878
879 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
880 which precedes the newly inserted `{'.
881
882 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
883
884 Sync with Tramp 2.0.44.
885
886 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
887 function "tramp_file_attributes". Otherwise, file names
888 containing spaces are misinterpreted. Reported by Magnus Henoch
889 <mange@freemail.hu>.
890 (tramp-handle-file-truename): FILENAME must be expanded first.
891 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
892 obscure results. Reported by D. Goel <deego@gnufans.org>.
893 (tramp-handle-verify-visited-file-modtime): If file does not
894 exist, say it is not modified if and only if that agrees with the
895 buffer's record. Check whether a file is visiting the buffer, or
896 the buffer has no recorded last modification time. Return t in
897 case the visiting file doesn't exist. Suggested by Luc Teirlinck
898 <teirllm@auburn.edu>.
899 (tramp-handle-write-region): Pass modtime explicitely to
900 `set-visited-file-modtime', because filename can be different
901 from (buffer-file-name) if `file-precious-flag' is set.
902 `set-visited-file-modtime' must be called always when `visit' is t
903 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
904 (tramp-handle-set-visited-file-modtime): If `time-list' is not
905 nil, don't apply the whole body. If the file doesn't exists, set
906 modtime to '(-1 65535). Suggested by Luc Teirlinck
907 <teirllm@auburn.edu>.
908
909 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
910
911 * help.el (describe-bindings): Doc fix.
912
913 * subr.el (kbd): Doc fix.
914
915 2004-08-08 John Paul Wallington <jpw@gnu.org>
916
917 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
918 instead of `string-to-int'.
919 (define-ibuffer-column mode): Fix indentation.
920
921 2004-08-08 Lars Hansen <larsh@math.ku.dk>
922
923 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
924
925 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
926
927 * subr.el (global-unset-key, local-unset-key): Doc fixes.
928
929 * novice.el (disabled-command-function): New variable renamed from
930 `disabled-command-hook'.
931 (disabled-command-hook): Keep the _variable_ as alias for
932 `disabled-command-function' and make obsolete.
933 (disabled-command-function): Function renamed from
934 `disabled-command-hook'. Adapt code to name change of the variable.
935
936 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
937
938 * simple.el (completion-root-regexp): New defvar.
939 (completion-setup-function): Use it instead of a literal string.
940
941 2004-08-07 John Paul Wallington <jpw@gnu.org>
942
943 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
944 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
945 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
946 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
947
948 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
949
950 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
951 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
952
953 2004-08-04 Kenichi Handa <handa@m17n.org>
954
955 * international/encoded-kb.el (encoded-kbd-setup-keymap):
956 Fix previous change.
957
958 2004-08-03 Kenichi Handa <handa@m17n.org>
959
960 * international/encoded-kb.el: The following changes are to
961 utilize key-translation-map instead of minor mode map.
962 (encoded-kbd-iso2022-non-ascii-map): Delete it.
963 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
964 (encoded-kbd-last-key): New function.
965 (encoded-kbd-iso2022-single-shift): New function.
966 (encoded-kbd-iso2022-designation)
967 (encoded-kbd-self-insert-iso2022-7bit)
968 (encoded-kbd-self-insert-iso2022-8bit)
969 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
970 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
971 key-translation-map.
972 (encoded-kbd-setup-keymap): Setup key-translation-map.
973 (saved-key-translation-map): New variable.
974 (encoded-kbd-mode): Save/restore key-translation-map.
975 Adjust for the change of encoded-kbd-setup-keymap.
976
977 2004-08-02 Kim F. Storm <storm@cua.dk>
978
979 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
980 and call compute-motion with nil for topos and width to get proper
981 usable width and height for both window and non-window systems.
982
983 * windmove.el (windmove-coordinates-of-position): Let compute-motion
984 calculate usable window width and height.
985
986 * window.el (window-buffer-height): Call compute-motion with nil width.
987
988 2004-08-01 David Kastrup <dak@gnu.org>
989
990 * replace.el (query-replace-read-from):
991 Use `query-replace-compile-replacement'.
992 (query-replace-compile-replacement): New function.
993 (query-replace-read-to): Use `query-replace-compile-replacement'
994 for repeating the last command.
995
996 2004-08-01 John Paul Wallington <jpw@gnu.org>
997
998 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
999 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
1000 (pr-switches): Remove period from end of error messages.
1001
1002 * help-mode.el (help-go-back): Likewise.
1003
1004 * abbrev.el (only-global-abbrevs): Doc fix.
1005 (edit-abbrevs-map): Define within defvar.
1006 (quietly-read-abbrev-file): Doc fix.
1007
1008 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
1009
1010 * novice.el (enable-command, disable-command): Doc fixes.
1011
1012 * subr.el (event-modifiers, event-basic-type): Doc fixes.
1013
1014 2004-07-30 Richard M. Stallman <rms@gnu.org>
1015
1016 * subr.el (with-local-quit): Doc fix.
1017
1018 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
1019
1020 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
1021
1022 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
1023
1024 * custom.el (defcustom): Doc fix.
1025
1026 2004-07-28 Masatake YAMATO <jet@gyve.org>
1027
1028 * progmodes/etags.el (etags-tags-apropos): Show building progress.
1029
1030 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * imenu.el (imenu-prev-index-position-function)
1033 (imenu-extract-index-name-function, imenu-name-lookup-function)
1034 (imenu--index-alist): Docstring redundancy fix.
1035
1036 2004-07-25 Lars Hansen <larsh@math.ku.dk>
1037
1038 * wdired.el (wdired-finish-edit): Require dired-aux before locally
1039 binding dired-backup-overwrite.
1040
1041 2004-07-25 John Paul Wallington <jpw@gnu.org>
1042
1043 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
1044
1045 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1046
1047 * term/tty-colors.el (tty-color-approximate): Doc fix.
1048
1049 * select.el (x-get-selection, x-set-selection): Doc fixes.
1050
1051 * frame.el (make-frame): Doc fix.
1052
1053 2004-07-24 Richard M. Stallman <rms@gnu.org>
1054
1055 * mail/rmail.el (rmail-mime-charset-pattern):
1056 Don't include semicolon in the charset value.
1057
1058 * replace.el (occur-next-error): Call set-window-point.
1059 (occur-engine): Handle negative NLINES.
1060
1061 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
1062
1063 * frame.el (modify-all-frames-parameters): Minor doc fix.
1064 (set-frame-configuration): Doc fix.
1065
1066 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1067
1068 * simple.el (completion-setup-function): Compute the common parts
1069 and the first difference place correctly when
1070 partial-completion-mode is on.
1071
1072 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1073
1074 * ps-print.el: Doc fix.
1075 (ps-print-version): New version 6.6.5.
1076 (ps-printing-region): Doc fix.
1077 (ps-generate-string-list): Comment fix.
1078 (ps-message-log-max): Code fix.
1079
1080 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
1081
1082 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
1083 generated PostScript.
1084
1085 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
1086
1087 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
1088 with Gnus v5_10 branch.)
1089
1090 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
1091
1092 * calendar/time-date.el (time-to-number-of-days): New function.
1093 Imported from from Gnus.
1094
1095 2004-07-22 Kim F. Storm <storm@cua.dk>
1096
1097 * progmodes/make-mode.el: Fix comments.
1098
1099 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1100
1101 * printing.el: Doc fix.
1102
1103 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
1104
1105 * frame.el (modify-all-frames-parameters): Minor doc fix.
1106
1107 2004-07-20 Richard M. Stallman <rms@gnu.org>
1108
1109 * textmodes/fill.el (fill-nobreak-p): If this break point is
1110 at the end of the line, don't consider the newline which follows
1111 as a reason to return t.
1112
1113 2004-07-19 John Paul Wallington <jpw@gnu.org>
1114
1115 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
1116
1117 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
1118
1119 * dired-aux.el (dired-do-kill-lines): Expand docstring.
1120 Delete irrelevant code.
1121
1122 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1123
1124 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1125 New docstring. From Luc Teirlinck.
1126
1127 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
1128
1129 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
1130 section.
1131 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
1132 non-file buffers. We know it is nil.
1133
1134 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1135
1136 Sync with Tramp 2.0.43.
1137
1138 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1139 Remove outdated comment.
1140 (tramp-locked, tramp-locker): New variables for implementing a
1141 global lock.
1142 (tramp-sh-file-name-handler): Use them to implement the global lock.
1143
1144 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
1145
1146 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
1147 calls to respective `xxx` calls.
1148 (tramp-process-alive-regexp): Precise doc string.
1149 (tramp-multi-action-process-alive): New defun.
1150 (tramp-multi-actions): Use it.
1151 (tramp-handle-find-backup-file-name): `copy-tree' is available
1152 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
1153 in order to avoid this function.
1154 (tramp-handle-write-region): Set current buffer. If connection
1155 wasn't open, `file-modes' has changed it accidently. Reported by
1156 David Kastrup <dak@gnu.org>.
1157 (tramp-enter-password, tramp-read-passwd): New arguments USER and
1158 HOST.
1159 (tramp-action-password, tramp-multi-action-password): Apply it.
1160 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
1161 name must still contain the port number. Otherwise, we have two
1162 Tramp buffers, with all the confusion. Reported by Myron Selby
1163 <myron@xytech.com> and Rolf Dubitzky
1164 <Dubitzky@physi.uni-heidelberg.de>.
1165
1166 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
1167 HOST to `tramp-enter-passwd'.
1168
1169 * net/tramp-vc.el (all): Code cleanup. Change all
1170 `tramp-handle-xxx' calls to respective `xxx` calls.
1171
1172 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
1173
1174 * emacs-lisp/testcover.el: New category "potentially-1valued" for
1175 functions that are not erroneous if either 1-valued or
1176 multi-valued. Detect functions in this class.
1177 (testcover-1value-functions, testcover-compose-functions)
1178 (testcover-progn-functions) Added some additional functions to lists.
1179 (testcover-mark): Bugfix when marking up the definition for an
1180 empty function.
1181
1182 2004-07-17 Richard M. Stallman <rms@gnu.org>
1183
1184 * replace.el (occur-read-primary-args): Pass default to
1185 read-from-minibuffer.
1186
1187 * mail/footnote.el (footnote-section-tag): Use defcustom.
1188
1189 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1190 Compile font-lock-keywords, not KEYWORDS.
1191 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
1192 Add warn, check-type. Handle cerror like error.
1193
1194 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1195
1196 * progmodes/which-func.el (which-func-keymap): New var.
1197 (which-func-face): New face.
1198 (which-func-format): Use them.
1199
1200 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1201
1202 * buff-menu.el (list-buffers-noselect): Append the buffer's
1203 process status to its mode name.
1204
1205 2004-07-16 Kim F. Storm <storm@cua.dk>
1206
1207 * simple.el (inhibit-mark-movement): New defvar.
1208 (beginning-of-buffer, end-of-buffer): Do not push mark if
1209 inhibit-mark-movement is non-nil or C-u prefix is given.
1210
1211 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
1212 Init to beginning-of-buffer and end-of-buffer.
1213 (cua--undo-push-mark): New defvar.
1214 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
1215 already active and command is in cua--preserve-mark-commands.
1216 Also fix check for shift modifier on non-window systems.
1217 (cua--post-command-handler): Clear inhibit-mark-movement if set.
1218
1219 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1220
1221 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
1222 of two integers, instead of a cons.
1223
1224 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1225 `visited-file-modtime' now returns a list of two integers, instead
1226 of a cons.
1227
1228 * dired.el (dired-directory-changed-p): Ditto.
1229
1230 * progmodes/grep.el (grep): Doc fix.
1231
1232 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1233
1234 * autorevert.el (auto-revert-tail-mode)
1235 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
1236 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
1237 in both at the same time.
1238 (auto-revert-tail-mode): New command.
1239 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
1240 (auto-revert-handler): Revert only either tail or whole file.
1241
1242 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
1243 add auto-revert-tail-mode.
1244
1245 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1246
1247 * printing.el: Doc fix. Change name of some funs.
1248 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
1249 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
1250 (pr-standard-file-name): New fun. Replace pr-standard-path.
1251 (pr-call-process): Code fix.
1252
1253 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
1254
1255 * subr.el (with-selected-window): Doc fix.
1256
1257 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
1258
1259 * subr.el (get-buffer-window-list): Doc fix.
1260
1261 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1262
1263 * files.el (switch-to-buffer-other-window): Doc fix.
1264
1265 * window.el (save-selected-window, one-window-p)
1266 (split-window-keep-point, split-window-vertically)
1267 (split-window-horizontally): Doc fixes.
1268
1269 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1270
1271 * printing.el: Doc fix. Now it uses call-process instead of
1272 shell-command for low command execution.
1273 (pr-version): New version number (6.8).
1274 (pr-shell-file-name): Option removed.
1275 (pr-shell-command): Fun removed.
1276 (pr-call-process): New fun. Replace pr-shell-command.
1277 (pr-standard-path, pr-remove-nil-from-list): New funs.
1278 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1279 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1280 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1281 (pr-ps-utility-process, pr-txt-print): Code fix.
1282
1283 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1284
1285 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1286 boolean.
1287
1288 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1289
1290 * wid-edit.el (widget-field-buffer): Doc fix.
1291
1292 2004-07-09 John Paul Wallington <jpw@gnu.org>
1293
1294 * emacs-lisp/re-builder.el (reb-update-overlays):
1295 Distinguish between one and several matches in message.
1296
1297 2004-07-09 Richard M. Stallman <rms@gnu.org>
1298
1299 * mouse.el (mouse-set-region-1): If transient-mark-mode
1300 is `identity', change it to `only'.
1301
1302 * simple.el (current-word): Doc fix.
1303
1304 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1305
1306 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1307 so that it is more understanding of whitespace.
1308
1309 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1310 form
1311 (("ns" . "element") (attr-list) children) instead of
1312 ((:ns . "element") (attr-list) children) in order to reduce the
1313 number of symbols used.
1314 (xml-skip-dtd): Change to use xml-parse-dtd but set
1315 xml-validating-parsing to nil.
1316 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1317 (xml-substitute-entity): Remove in favor of new entity substitution.
1318 (xml-substitute-special): Rewrite in to substitute complex
1319 entities from DOCTYPE declarations.
1320 (xml-parse-fragment): Parse fragments from entity deleclarations.
1321 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1322 (xml-parse-dtd, xml-substitute-special): Make validity checks
1323 conditioned on xml-validating-parser. Add "Not Well Formed" to
1324 error messages about well-formedness.
1325
1326 2004-07-08 Steven Tamm <steventamm@mac.com>
1327
1328 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1329 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1330 Do not treat double clicks and triple clicks specially in the
1331 scroll bar (preventing strange repositioning problems)
1332
1333 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * replace.el (query-replace-regexp-eval): Fix last change.
1336
1337 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * replace.el (query-replace-descr): New fun.
1340 (query-replace-read-from, query-replace-read-args): Default to the
1341 previous from&to.
1342 (query-replace-read-to): Quote the `from' string when displaying it.
1343 (query-replace-regexp-eval): Immediately check read-only status.
1344 Use query-replace-read-from to get the \n checking.
1345 Quote the `from' string when displaying it.
1346 (map-query-replace-regexp, occur-read-primary-args):
1347 Quote the `from' string when displaying it.
1348
1349 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1350 delimited-ness of the search to query-replace.
1351
1352 * replace.el (query-replace-read-from, query-replace-read-to):
1353 New funs extracted from query-replace-read-args.
1354 (query-replace-read-args): Use them.
1355
1356 * replace.el (query-replace-interactive, query-replace-read-args):
1357 Remove the `initial' special value.
1358 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1359 (occur-engine): Remove unused var `matchend'.
1360
1361 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1362 Use the search string without prompting.
1363
1364 2004-07-05 Kenichi Handa <handa@m17n.org>
1365
1366 * international/mule.el (decode-coding-inserted-region):
1367 Set last-coding-system-used only when coding is nil.
1368
1369 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1370
1371 * progmodes/grep.el (grep-compute-defaults, grep-command)
1372 (grep-program, find-program, grep-find-use-xargs, grep-history)
1373 (grep-find-history, grep-tag-default, grep-find-command)
1374 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1375 Add autoload cookies, for unbundled packages that load `compile'
1376 and expect all grep-related symbols to become defined.
1377
1378 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1379
1380 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1381 (iimage-mode-image-search-path): New user option to search the
1382 image file.
1383 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1384 have locate-file.
1385 (iimage-mode-buffer): Use it.
1386
1387 2004-07-03 Nick Roberts <nickrob@gnu.org>
1388
1389 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1390 carefully.
1391 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1392
1393 2004-07-03 Juri Linkov <juri@jurta.org>
1394
1395 * replace.el (query-replace-read-args): Swallow space after 'foo,
1396 not after (quote foo). Match space only immediately after symbol,
1397 not anywhere in the whole string.
1398
1399 2004-07-02 Richard M. Stallman <rms@gnu.org>
1400
1401 * replace.el (query-replace-read-args): Swallow space after
1402 symbols, not after closeparens. But avoid error if string ends there.
1403
1404 * progmodes/python.el (python-beginning-of-statement):
1405 Exit the loop if backward-up-list gets error.
1406
1407 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1408
1409 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1410
1411 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1412 only if vc-consult-headers is non-nil.
1413
1414 2004-07-02 Juri Linkov <juri@jurta.org>
1415
1416 * pcvs.el (cvs-mode-diff-repository): New command.
1417
1418 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1419
1420 2004-07-01 Juri Linkov <juri@jurta.org>
1421
1422 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1423 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1424 C-M-% to isearch-query-replace-regexp.
1425 (minibuffer-local-isearch-map): Add arrow key bindings.
1426 Bind C-f to isearch-yank-char-in-minibuffer.
1427 (isearch-forward): Doc fix.
1428 (isearch-edit-string): Doc fix.
1429 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1430 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1431 (isearch-yank-char): Add optional arg.
1432 (isearch-yank-char-in-minibuffer): New fun.
1433
1434 * replace.el (query-replace-interactive): Change type from boolean
1435 to choice. Add value `initial'.
1436 (query-replace-read-args): Handle value `initial' of
1437 query-replace-interactive.
1438
1439 2004-06-29 Kim F. Storm <storm@cua.dk>
1440
1441 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1442 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1443
1444 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1445 Add :group 'ada.
1446
1447 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1448
1449 2004-06-29 Juri Linkov <juri@jurta.org>
1450
1451 * replace.el (query-replace-read-args): Swallow a space after
1452 everything except )]" which in most cases means after a symbol.
1453
1454 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1455
1456 2004-06-28 Richard M. Stallman <rms@gnu.org>
1457
1458 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1459 More changes to go with previous change in font-lock.el.
1460
1461 2004-06-26 David Kastrup <dak@gnu.org>
1462
1463 * replace.el (perform-replace): Highlight the match even in
1464 non-query mode if there is potential replace string editing.
1465
1466 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1467
1468 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1469 agree with new return value of `file-remote-p'.
1470 This syncs with Tramp 2.0.42.
1471
1472 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1473 according to new documentation of `file-remote-p'.
1474
1475 * files.el (file-remote-p): Fix doc to say that return value is
1476 identification of remote system, if not nil.
1477 (file-relative-name): Use new return value of `file-remote-p'.
1478
1479 2004-06-26 Nick Roberts <nickrob@gnu.org>
1480
1481 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1482 (gdb-goto-breakpoint): Fix breakage.
1483
1484 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1485
1486 * man.el (Man-getpage-in-background): Add windows-nt to the list
1487 of systems where shell-file-name should be used instead of
1488 literal "sh".
1489
1490 2004-06-25 Sam Steingold <sds@gnu.org>
1491
1492 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1493 function names `(setf symbol)'.
1494
1495 2004-06-24 Richard M. Stallman <rms@gnu.org>
1496
1497 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1498
1499 * font-lock.el (font-lock-keywords): Change format of compiled values.
1500 Document it.
1501 (font-lock-add-keywords): If font-lock-keywords is compiled,
1502 extract the uncompiled version, modify, then recompile.
1503 (font-lock-remove-keywords): Likewise.
1504 (font-lock-fontify-keywords-region): Handle changed format.
1505 (font-lock-compile-keywords): Handle changed format.
1506 (font-lock-set-defaults): Compile the keywords explicitly here.
1507
1508 2004-06-24 David Kastrup <dak@gnu.org>
1509
1510 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1511 replacements here.
1512 (query-replace-regexp): Doc string explaining this and the new
1513 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1514 is better placed in `query-replace-read-args'.
1515 (replace-regexp): Explain `\,', `\#' and `\?'.
1516 (replace-match-data): New function for thorough reuse/destruction
1517 of old match-data.
1518 (replace-match-maybe-edit): Function for implementing `\?' editing.
1519 (perform-replace): Fix maintaining of the match stack including
1520 already matched regions, implement `\?', fix various problems
1521 with regions while editing and other stuff.
1522 (replace-highlight): Simplify.
1523
1524 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1525
1526 * progmodes/grep.el (grep-error-screen-columns): New variable.
1527 (grep-regexp-alist): Give it the full functionality of gnu style
1528 compilation messages with line and column ranges. Ask me for the
1529 perl script I'm working on, that uses these.
1530
1531 2004-06-23 Nick Roberts <nickrob@gnu.org>
1532
1533 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1534 Remove.
1535 (comint-insert-input, comint-mouse-insert-input): New functions
1536 based on comint-insert-clicked-input for two bindings but just
1537 one functionality.
1538
1539 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1540
1541 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1542
1543 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1544
1545 * files.el (write-contents-functions): Doc fix.
1546
1547 2004-06-21 Juanma Barranquero <lektu@terra.es>
1548
1549 * image.el (image-library-alist): Rewrite docstring in active voice.
1550
1551 2004-06-20 Richard M. Stallman <rms@gnu.org>
1552
1553 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1554
1555 * isearch.el (isearch-repeat): Avoid testing old match data.
1556 (isearch-message): Display trailing space in special font
1557 when search is failing.
1558 (isearch-search-fun-function): Doc fix.
1559
1560 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1561
1562 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1563
1564 * frame.el (show-trailing-whitespace): Doc fix.
1565
1566 * cus-edit.el (custom-variable-documentation): New function.
1567 (custom-variable): Use it.
1568
1569 2004-06-19 Nick Roberts <nickrob@gnu.org>
1570
1571 * man.el (Man-getpage-in-background): Revert previous change but
1572 make cygwin a special case.
1573
1574 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1575
1576 * autorevert.el (global-auto-revert-non-file-buffers):
1577 Update docstring.
1578
1579 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1580
1581 * progmodes/compile.el (compilation-error-properties): Store one
1582 more than end-col, if present, so that transient-mark-mode will
1583 highlight last char too.
1584 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1585 ranges, if present.
1586
1587 2004-06-18 Jason Rumney <jasonr@gnu.org>
1588
1589 * makefile.w32-in: Double percent signs in for loops.
1590
1591 2004-06-17 David Kastrup <dak@gnu.org>
1592
1593 * replace.el (query-replace-read-args): Only warn about use of \n
1594 and \t when we are doing a regexp replacement and the actual
1595 escaped character is n or t.
1596 (query-replace-regexp): Add \, and \# interpretation to
1597 interactive call and document it.
1598 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1599 as shortkey for replace-count.
1600 (replace-quote): New function for doubling backslashes.
1601
1602 2004-06-17 Juanma Barranquero <lektu@terra.es>
1603
1604 * files.el (parse-colon-path, cd): Mention in docstring that the
1605 path separator is colon in GNU-like systems.
1606
1607 * newcomment.el (comment-region-internal): Fix docstring.
1608
1609 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1610 (ewoc-invalidate, ewoc-collect): Doc fixes.
1611 (ewoc--create-node, ewoc--delete-node-internal):
1612 Fix typos in docstring.
1613
1614 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1615
1616 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1617 manual to docstring.
1618
1619 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1620
1621 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1622
1623 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1624
1625 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1626 Add hyperlink to emacs-xtra manual to docstring.
1627
1628 * autorevert.el (global-auto-revert-non-file-buffers):
1629 Add hyperlink to emacs-xtra manual to docstring, as well as an
1630 info-link.
1631
1632 2004-06-14 Juanma Barranquero <lektu@terra.es>
1633
1634 * image.el (image-library-alist): New variable to map image types
1635 to external libraries. Initialized to nil, unless system-specific
1636 configs change it.
1637 (image-type-available-p): Determine whether an image type is
1638 available by calling `init-image-library'.
1639
1640 * term/w32-win.el (image-library-alist): Initialize to a known set
1641 of probable library names.
1642
1643 2004-06-14 Kenichi Handa <handa@m17n.org>
1644
1645 * international/code-pages.el (windows-1256, cp1125): Fix tables
1646 for several characters.
1647
1648 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1649
1650 2004-06-13 Richard M. Stallman <rms@gnu.org>
1651
1652 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1653
1654 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1655 not "`pc-selection-mode'".
1656
1657 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1658
1659 * simple.el (previous-matching-history-element): Specify a default.
1660
1661 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1662
1663 * cus-face.el (custom-declare-face): Simplify code.
1664
1665 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1666
1667 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1668
1669 * files.el (before-save-hook): Add `time-stamp' to the options.
1670
1671 * time-stamp.el (time-stamp): Recommend adding it to
1672 `before-save-hook', rather than `write-file-functions'.
1673 Make a similar change in `Commentary' section.
1674
1675 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1676
1677 * diff-mode.el (diff-current-defun): If at start of hunk, use
1678 position of first change.
1679
1680 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1681
1682 * dired-x.el (dired-mark-omitted): Bind to "*O".
1683
1684 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1685
1686 * bookmark.el (bookmark-bmenu-relocate): New function, as
1687 suggested by David J. Biesack <David.Biesack@sas.com>.
1688 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1689 (bookmark-bmenu-mode): Describe binding in doc string.
1690 (bookmark-set-filename): Save the bookmark list if it's time.
1691
1692 2004-06-13 Kenichi Handa <handa@m17n.org>
1693
1694 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1695 (ccl-untranslated-to-ucs): Fix typo.
1696
1697 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1698
1699 * progmodes/python.el (python-open-block-statement-p):
1700 Fix indentation after a block opening that contains a comment.
1701
1702 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1703
1704 * bindings.el (completion-ignored-extensions): Add file extensions
1705 of Python byte-compiled files.
1706
1707 2004-06-12 Juri Linkov <juri@jurta.org>
1708
1709 * info.el (Info-goto-node): Add autoload.
1710 (Info-toc): Add substring-no-properties on Info file name.
1711 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1712 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1713
1714 2004-06-12 Kenichi Handa <handa@m17n.org>
1715
1716 * international/mule-cmds.el (set-language-environment):
1717 Load subst tables if necessary.
1718
1719 * international/mule.el (decode-char): Load subst tables if necessary.
1720 (encode-char): Likewise.
1721
1722 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1723 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1724 (utf-16le-decode-loop): Set r5 to -1 before loop.
1725 (utf-16be-decode-loop): Likewise.
1726 (ccl-decode-mule-utf-16le): Add EOF processing block.
1727 (ccl-decode-mule-utf-16be): Likewise.
1728 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1729 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1730 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1731 (ccl-mule-utf-16-encode-untrans): New CCL.
1732 (utf-16-decode-to-ucs): Handle pre-read character.
1733 (utf-16le-encode-loop): Handle surrogate pair.
1734 (utf-16be-encode-loop): Likewise.
1735 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1736 of utf-16le-encode-loop.
1737 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1738 of utf-16be-encode-loop.
1739 (mule-utf-16-post-read-conversion):
1740 Call utf-8-post-read-conversion at first.
1741 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1742 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1743 Add post-read-conversion and pre-write-conversion.
1744
1745 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1746 (utf-translate-cjk-unicode-range): New variable.
1747 (utf-translate-cjk-load-tables): New function.
1748 (utf-lookup-subst-table-for-decode): New function.
1749 (utf-lookup-subst-table-for-encode): New function.
1750 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1751 tables here. Update safe-charsets of utf-* coding systems.
1752 (ccl-mule-utf-untrans): New CCL.
1753 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1754 at end of each branch.
1755 (ccl-mule-utf-8-encode-untrans): New CCL.
1756 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1757 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1758 length of encoding. Don't return r0.
1759 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1760 (utf-8-post-read-conversion): Narrow to region properly.
1761 If utf-translate-cjk-mode is on, load tables if necessary.
1762 Call utf-8-compose with hash-table arg if necessary.
1763 Call XXX-compose-region instead of XXX-post-read-convesion.
1764 (utf-8-pre-write-conversion): New function.
1765 (mule-utf-8): Include CJK charsets in safe-charsets if
1766 utf-translate-cjk-mode is on. Add pre-write-conversion.
1767
1768 * international/characters.el: Temporarily set
1769 utf-translate-cjk-mode to nil.
1770
1771 * language/devan-util.el (devanagari-compose-region):
1772 Add autoload cookie.
1773
1774 * international/ccl.el (ccl-dump-call): Fix printing the
1775 subroutine name.
1776
1777 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1778
1779 * dired.el (dired-revert): If buffer is marked unmodified before
1780 reverting, keep it marked unmodified.
1781 Adapt to new conventions for commenting out code.
1782 (dired-make-relative): Adapt to new conventions for commenting out code.
1783
1784 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1785
1786 * eshell/esh-module.el (eshell-load-defgroups):
1787 Bind `vc-handled-backends' to nil when opening files.
1788
1789 2004-06-11 Juanma Barranquero <lektu@terra.es>
1790
1791 * files.el (parse-colon-path, cd): Doc fixes (refer to
1792 `path-separator', not colon).
1793
1794 2004-06-10 Juanma Barranquero <lektu@terra.es>
1795
1796 * newcomment.el (comment-search-forward)
1797 (comment-search-backward): Fix typos in docstring.
1798 (comment-region): Doc fix.
1799
1800 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1801
1802 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1803 switch is no longer stored in `dired-switches-alist'.
1804
1805 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1806 `dired-switches-alist'.
1807
1808 2004-06-10 Kim F. Storm <storm@cua.dk>
1809
1810 * pcvs.el (cvs-mode-diff-yesterday): New command.
1811
1812 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1813
1814 2004-06-10 Juri Linkov <juri@jurta.org>
1815
1816 * emacs-lisp/edebug.el (edebug-eval-defun):
1817 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1818 Fix docstring.
1819
1820 * simple.el (eval-expression-print-format): Don't print additional
1821 information on the first call to `eval-print-last-sexp'.
1822 (next-error-find-buffer): Fix punctuation.
1823 (killing) <defgroup>: Fix punctuation.
1824 (yank-excluded-properties): Change group from editing to killing.
1825
1826 * replace.el (perform-replace): Use `limit' to terminate the
1827 while-loop explicitly.
1828
1829 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1830
1831 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1832 Use lc-*.xpm as prefix instead of *-locol.xpm.
1833
1834 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1835 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1836 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1837 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1838 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1839 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1840 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1841 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1842 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1843 * toolbar/lc-up_arrow.xpm:
1844 Renamed from *-locol.xpm.
1845
1846 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1847
1848 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1849 include forms like &<str>; as valid url patterns.
1850
1851 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1852
1853 * dired.el (dired-diff, dired-backup-diff)
1854 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1855 (dired-do-chown, dired-do-touch, dired-do-print)
1856 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1857 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1858 (dired-create-directory, dired-do-copy, dired-do-symlink)
1859 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1860 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1861 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1862 (dired-maybe-insert-subdir, dired-next-subdir)
1863 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1864 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1865 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1866 (dired-run-shell-command, dired-query): Remove redundant,
1867 or incorrect, autoloads.
1868
1869 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1870 does not end in a slash. Add optional argument KILL-ROOT.
1871 Update docstring.
1872 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1873 (dired-query): Add autoloads.
1874
1875 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1876
1877 * progmodes/compile.el (compilation-set-window-height):
1878 Rearrange the save-* functions because a buffer can have several current
1879 point in different windows.
1880 (compilation-error-regexp-alist-alist): Recognize {standard input}
1881 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1882
1883 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1884
1885 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1886 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1887 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1888 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1889 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1890 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1891 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1892 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1893 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1894 * toolbar/up_arrow-locol.xpm:
1895 New versions of icons that uses fewer colors.
1896
1897 * toolbar/tool-bar.el (tool-bar-local-item)
1898 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1899 if display-color-cells is 256 or less.
1900
1901 2004-06-08 Kim F. Storm <storm@cua.dk>
1902
1903 * wid-edit.el (widget-specify-button): Use hand pointer rather
1904 than mouse-face as visible mouse-over effect.
1905
1906 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1907
1908 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1909 and `print-level' to nil when writing out `save-place-alist'.
1910 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1911
1912 2004-06-07 Juanma Barranquero <lektu@terra.es>
1913
1914 * completion.el (completion-kill-region): Doc fix.
1915
1916 * format.el (format-insert-annotations)
1917 (format-annotate-location): Doc fixes.
1918 (format-subtract-regions): Make arguments match their use in docstring.
1919
1920 * simple.el (kill-region): Doc fix.
1921
1922 * subr.el (insert-buffer-substring-no-properties)
1923 (insert-buffer-substring-as-yank): Doc fixes.
1924
1925 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1926
1927 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1928 Update docstring.
1929 (dired-reset-subdir-switches): New function.
1930
1931 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1932 Limit scope of `buffer-read-only' binding.
1933
1934 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1935
1936 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1937 eshell-explicit-command-char.
1938
1939 2004-06-06 Juanma Barranquero <lektu@terra.es>
1940
1941 * help-fns.el (help-argument-name): Inherit from italic face only
1942 if the frame supports it.
1943
1944 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1945
1946 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1947 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1948 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1949 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1950 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1951 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1952 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1953 New conversions from xpm files.
1954
1955 * toolbar/README: New file.
1956
1957 2004-06-06 Richard M. Stallman <rms@gnu.org>
1958
1959 * isearch.el (isearch-mode-map): Undo previous change.
1960
1961 2004-06-05 Juri Linkov <juri@jurta.org>
1962
1963 * bindings.el (debug-ignored-errors): Add regexps for history
1964 related messages. Remove $ from "No further undo information".
1965 Move Ediff's messages to ediff.el.
1966
1967 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1968
1969 * cus-edit.el (custom-display): Add `min-colors'.
1970
1971 * custom.el (defface): Add `supports' to docstring.
1972
1973 * help-fns.el (help-argument-name): Add :group 'help.
1974
1975 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1976
1977 * find-dired.el (find-ls-subdir-switches): New user option.
1978 (find-dired): No longer call `abbreviate-file-name' on DIR.
1979 Set `dired-subdir-switches' buffer-locally.
1980
1981 * locate.el: Merge the two `Commentary' sections.
1982 (locate-ls-subdir-switches): New user option.
1983 (locate): Update for other changes.
1984 (locate-mode-map): Restore Dired binding for mouse-2.
1985 Bind `locate-mouse-view-file' to M-mouse-2.
1986 Bind `l' to `locate-do-redisplay'.
1987 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1988 (locate-mouse-view-file, locate-tags, locate-find-directory):
1989 Print message if used outside main listing.
1990 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1991 Various changes to support inserted subdirectories.
1992 (locate-insert-header): Change header of *Locate* buffer.
1993
1994 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1995 Change interactive default switches.
1996 (dired-rename-subdir-2): Update `dired-switches-alist'.
1997 (dired-insert-subdir, dired-kill-subdir):
1998 Handle `dired-switches-alist'. Do not mark buffer modified.
1999 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
2000 (dired-insert-subdir-doinsert): Omit messages.
2001 Handle `dired-subdir-switches'.
2002 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2003
2004 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
2005 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
2006 subdirs if -R switch is used for a subdir.
2007 (dired-mode): Set `dired-switches-alist'.
2008 (dired-build-subdir-alist): Only print number of directories in
2009 echo area when invoked interactively.
2010
2011 2004-06-05 Lars Hansen <larsh@math.ku.dk>
2012
2013 * dired-x.el (dired-omit-mode): Rename from
2014 dired-omit-files-p. Use define-minor-mode to define it.
2015 (dired-omit-files-p): Add as alias for dired-omit-mode.
2016 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
2017 dired-mark-omitted.
2018 (dired-mark-omitted): Add. Bind to M-O.
2019
2020 2004-06-05 Kenichi Handa <handa@m17n.org>
2021
2022 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
2023
2024 2004-06-05 Juanma Barranquero <lektu@terra.es>
2025
2026 * help-fns.el (help-argument-name): Reintroduce face.
2027 (help-default-arg-highlight): Use it, now that
2028 `face-differs-from-default-p' can be trusted.
2029
2030 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2031
2032 * textmodes/table.el: Sentence commands added to Point Motion
2033 group; kill and backward-kill commands added to Extraction group.
2034
2035 2004-06-04 Mario Lang <mlang@delysid.org>
2036
2037 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
2038 systems appear to use mW, make the code handle this. Fix a
2039 division-by-zero bug while at it, and handle kernels with
2040 a slightly different layout in /proc/acpi.
2041
2042 2004-06-04 Karl Fogel <kfogel@red-bean.com>
2043
2044 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
2045 because the latter is a CL-ism. This fixes the bug reported by
2046 Shawn Boyette <mdxi@collapsar.net> in
2047 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2048
2049 2004-06-04 Miles Bader <miles@gnu.org>
2050
2051 * faces.el (display-supports-face-attributes-p): Function moved to
2052 C code. Previously only the tty-related portion of this function
2053 was done in C; however the previous attempt to do a halfway-proper
2054 job for non-tty displays in lisp didn't work properly because of
2055 funny conditions during Emacs startup.
2056 (face-differs-from-default-p): Simplify, now that
2057 display-supports-face-attributes-p works properly on all display
2058 types. Remove :stipple from comparison; it doesn't really work
2059 in emacs anyway.
2060
2061 2004-06-04 Miles Bader <miles@gnu.org>
2062
2063 * faces.el (face-differs-from-default-p): Use a different
2064 implementation, so we can really check whether FACE displays
2065 differently or not.
2066
2067 2004-06-04 Miles Bader <miles@gnu.org>
2068
2069 * faces.el (display-supports-face-attributes-p): Implement a
2070 `different from default' check for non-tty displays.
2071
2072 2004-06-03 David Kastrup <dak@gnu.org>
2073
2074 * woman.el (woman-mapcan): More concise code.
2075 (woman-topic-all-completions, woman-topic-all-completions-1)
2076 (woman-topic-all-completions-merge): Replace by a simpler and
2077 much faster implementation based on O(n log n) sort/merge instead
2078 of the old O(n^2) behavior.
2079
2080 2004-06-03 Miles Bader <miles@gnu.org>
2081
2082 * subr.el (read-number): Use canonical format for default in prompt.
2083
2084 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
2085 Add regexp for " [...]" style defaults.
2086
2087 2004-06-02 Romain Francoise <romain@orebokech.com>
2088
2089 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
2090 groups: if the user asks for a hidden buffer, open the
2091 corresponding filter group to expose it.
2092
2093 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
2094 `ibuffer-jump-to-buffer'.
2095 (ibuffer-jump-offer-only-visible-buffers): New user option.
2096
2097 2004-06-02 Juanma Barranquero <lektu@terra.es>
2098
2099 * faces.el (frame-update-faces): Add empty docstring so the one
2100 for `ignore' doesn't show through.
2101
2102 * subr.el (process-kill-without-query): Remove spurious "\n" on
2103 obsolescence string.
2104 (focus-frame, unfocus-frame): Add obsolescence declaration and
2105 empty docstring.
2106
2107 * international/mule.el (register-char-codings): Make alias for
2108 `ignore'. Move docstring to obsolescence info and remove redundancy.
2109
2110 2004-06-02 Kim F. Storm <storm@cua.dk>
2111
2112 * frame.el (blink-cursor-start): Turn cursor off initially so blink
2113 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
2114
2115 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * comint.el (comint-replace-by-expanded-history-before-point):
2118 Obey `start' as the docstring says.
2119 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
2120 (comint-update-fence): Prevent font-lock from running unnecessarily.
2121 (comint-dynamic-list-completions): Use with-current-buffer.
2122
2123 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2124
2125 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
2126 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
2127 (bibtex-entry-update): Handle alternatives and optional fields.
2128 (bibtex-parse-entry): Bugfix, handle empty key.
2129
2130 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * vc-arch.el (vc-arch-state): Don't assume the file exists.
2133
2134 2004-05-31 Lars Hansen <larsh@math.ku.dk>
2135
2136 * desktop.el (desktop-save): Don't save minor modes without a
2137 known mode initialization function.
2138
2139 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
2140
2141 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
2142
2143 * autorevert.el: Update `Commentary' section.
2144
2145 2004-05-30 Juanma Barranquero <lektu@terra.es>
2146
2147 * dos-fns.el (convert-standard-filename):
2148 * files.el (convert-standard-filename):
2149 * w32-fns.el (convert-standard-filename):
2150 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
2151
2152 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2153
2154 Sync with Tramp.
2155
2156 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
2157 (tramp-let-maybe): Move to an earlier spot in the file.
2158 Patch by Andreas Schwab.
2159
2160 2004-05-30 Andreas Schwab <schwab@suse.de>
2161
2162 * dired.el (dired-get-filename): Don't use dired-re-dot.
2163
2164 2004-05-30 Richard M. Stallman <rms@gnu.org>
2165
2166 * files.el (find-file): Doc fix.
2167
2168 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
2169
2170 2004-05-30 Nick Roberts <nickrob@gnu.org>
2171
2172 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
2173 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
2174 modeline of the locals buffer.
2175 (gdb-goto-breakpoint): Handle gdbmi.
2176 (gdb-get-frame-number): Change for gdbmi.
2177
2178 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
2179
2180 * files.el (file-remote-p): Apply file name handler for operation
2181 `file-remote-p'. It isn' a property any longer.
2182 (file-relative-name): `fh' and `fd' get the required value via
2183 `find-file-name-handler' already.
2184
2185 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
2186 (top): Remove setting of `file-remote-p' property for
2187 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
2188
2189 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
2190
2191 Version 2.0.41 of Tramp released.
2192
2193 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
2194 Throw away if process has died.
2195 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
2196 (tramp-out-of-band-prompt-regexp): Rename to
2197 `tramp-process-alive-regexp', because its usage is widen.
2198 (tramp-actions-copy-out-of-band): Apply it.
2199 (tramp-actions-before-shell, tramp-multi-actions):
2200 Add `tramp-action-process-alive' action.
2201 (tramp-action-process-alive): New defun.
2202 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2203 Add entry for `file-remote-p'.
2204 (tramp-handle-file-remote-p): New defun.
2205 (top): Remove setting of `file-remote-p'. Don't set
2206 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
2207
2208 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2209 `file-remote-p'.
2210
2211 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
2212 counted for (last) line. [They should or they shouldn't? --Stef]
2213 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
2214
2215 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2216
2217 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
2218 not really necessary but seems to keep the shell history smaller
2219 in some cases. It is no substitute for setting HISTFILE and
2220 HISTSIZE from tramp-open-connection-setup-interactive-shell,
2221 though. Suggested by Luc Teirlinck.
2222 (tramp-open-connection-setup-interactive-shell): Export variables
2223 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
2224 (tramp-set-process-query-on-exit-flag): New compat function.
2225 (tramp-open-connection-multi, tramp-open-connection-su)
2226 (tramp-open-connection-rsh, tramp-open-connection-telnet)
2227 (tramp-do-copy-or-rename-file-out-of-band): Use it.
2228 (tramp-let-maybe): New macro, let-binds a variable only if it
2229 isn't obsolete.
2230 (tramp-check-ls-commands, tramp-handle-expand-file-name)
2231 (tramp-handle-file-truename): Use it.
2232 (tramp-completion-file-name-regexp-unified): Avoid matching
2233 filenames starting with "/:" -- those are reserved for
2234 file-name-non-special.
2235
2236 * tramp-smb.el (tramp-smb-open-connection):
2237 Use tramp-set-process-query-on-exit-flag compat function.
2238
2239 2004-05-29 Richard M. Stallman <rms@gnu.org>
2240
2241 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
2242
2243 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
2244 (eval-last-sexp-print-value): Print char equivalent regardless
2245 of standard-output value.
2246
2247 * thumbs.el (thumbs-subst-char-in-string): Delete.
2248 (thumbs-thumbname): Use subst-char-in-string.
2249 (thumbs-resize-image): Use condition-case, not ignore-errors.
2250 (thumbs-kill-buffer): Likewise.
2251
2252 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
2253 (thumbs-mode): Make buffer read-only.
2254 (thumbs-make-thumb): Unconditionally accept an existing file.
2255 (thumbs-insert-thumb): Add thumb-image-file property to the image.
2256 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
2257 (thumbs-show-thumbs-list): Error if images not supported.
2258 (thumbs-save-current-image): Improve prompt string.
2259 (thumbs-mode-map): Define u, R, x.
2260 (thumbs-unmark): New command.
2261 (thumbs-emboss-image): Minor cleanup.
2262 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2263 (thumbs-rename-images): New command.
2264 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
2265
2266 * thumbs.el (thumbs-current-image): New function.
2267 (thumbs-file-list, thumbs-file-alist): New functions.
2268 (thumbs-find-image): Delete arg L.
2269 Don't set up thumbs-fileL as buffer-local global var.
2270 (thumbs-find-image-at-point): Use thumbs-current-image.
2271 (thumbs-set-image-at-point-to-root-window): Likewise.
2272 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2273 Record and warn about errors. Update thumbs-markedL for deletions.
2274 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2275 (thumbs-redraw-buffer): Use thumbs-file-list.
2276 (thumbs-mark): Use thumbs-current-image.
2277 (thumbs-show-name): Use thumbs-current-image.
2278
2279 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2280 and imenu--last-menubar-index-alist.
2281
2282 * subr.el (with-selected-window): Undo previous change.
2283
2284 2004-05-29 John Paul Wallington <jpw@gnu.org>
2285
2286 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2287 (thumbs-mouse-find-image): New command.
2288 (thumbs-mode-map): Bind it to mouse-2.
2289 (thumbs-mode): Make mode-class special.
2290 (thumbs-view-image-mode): Likewise.
2291
2292 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2293
2294 * flymake.el: New file.
2295
2296 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2297
2298 * files.el (find-file-noselect-1): Do not bind
2299 `inhibit-read-only' to t during execution of
2300 `find-file-not-found-functions'.
2301
2302 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2305 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2306
2307 2004-05-28 Juri Linkov <juri@jurta.org>
2308
2309 * simple.el (eval-expression-print-format): New fun.
2310
2311 * simple.el (eval-expression):
2312 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2313 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2314 (edebug-eval-expression): Print additionally the value returned by
2315 `eval-expression-print-format'.
2316
2317 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2318 (insert-pair): Make arguments optional. Find character pair
2319 from `insert-pair-alist' according to the last input event.
2320 (insert-parentheses): Make arguments optional.
2321 (raise-sexp, delete-pair): New funs.
2322
2323 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2324 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2325 Bind C-M-q to `indent-pp-sexp'.
2326
2327 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2328 `pp-to-string' modified to be able to format text with newlines.
2329 (pp-to-string): Move the buffer-formatting part of the code to
2330 `pp-buffer'. Call `pp-buffer'.
2331
2332 * info.el (Info-desktop-buffer-misc-data): Don't save information
2333 about virtual files.
2334 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2335 buffers with names obtained from the desktop file instead of the
2336 default *info* buffer.
2337
2338 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * subr.el (with-selected-window): Only save/restore the selected window.
2341
2342 * progmodes/compile.el (compilation-error-regexp-alist):
2343 Use expand-file-name and data-directory.
2344
2345 * progmodes/grep.el (grep-tree): Rework previous fix.
2346
2347 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2348 after the user marked text with the mouse.
2349
2350 * startup.el (command-line): Keep the first regexp of
2351 auto-save-file-name-transforms intact.
2352
2353 2004-05-28 Juanma Barranquero <lektu@terra.es>
2354
2355 * cus-edit.el (customize-face, customize-face-other-window)
2356 (custom-face-edit-delete): Make arguments match their use in
2357 docstring.
2358 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2359 docstring.
2360
2361 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2362 not `cvs-butlast'.
2363
2364 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2365 `nbutlast' are in subr.el).
2366
2367 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2368 (set-w32-system-coding-system): Doc fixes.
2369
2370 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2371 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2372 Make arguments match their use in docstring.
2373 (artist-draw-region-trim-line-endings)
2374 (artist-mouse-choose-operation): Fix typo in docstring.
2375 (artist-key-set-point-common): Doc fix.
2376
2377 2004-05-28 Simon Josefsson <jas@extundo.com>
2378
2379 * mail/smtpmail.el (smtpmail-open-stream):
2380 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2381
2382 2004-05-26 Simon Josefsson <jas@extundo.com>
2383
2384 * starttls.el: Merge with my GNUTLS based starttls.el.
2385 (starttls-gnutls-program, starttls-use-gnutls)
2386 (starttls-extra-arguments, starttls-process-connection-type)
2387 (starttls-connect, starttls-failure, starttls-success): New variables.
2388 (starttls-program, starttls-extra-args): Doc fix.
2389 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2390 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2391 and pass on to corresponding *-gnutls function if it is set.
2392
2393 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2394
2395 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2396 remote files.
2397
2398 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2399
2400 * files.el (file-name-non-special): There are more operations
2401 which need handling: `find-backup-file-name',
2402 `insert-file-contents', `verify-visited-file-modtime',
2403 `write-region'. Rename t value of method to `add'. Add new
2404 methods `quote' and `unquote-then-quote' to file-arg-indices.
2405
2406 2004-05-25 Juri Linkov <juri@jurta.org>
2407
2408 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2409 (Info-index-nodes): Enclose code in condition-case to catch errors.
2410 (Info-index-node): Don't search all index nodes if request is only
2411 for the current node and file is not in the cache of index nodes.
2412 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2413 for consistency with dired-copy-filename-as-kill.
2414 Bind `S' to Info-search-case-sensitively.
2415 (Info-copy-current-node-name): New arg. With zero prefix arg put
2416 the name inside a function call to `info'. Display copied text in
2417 the echo area.
2418
2419 2004-05-25 Sam Steingold <sds@gnu.org>
2420
2421 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2422 strip the package prefix from the symbol name, if any.
2423 Make it the `find-tag-default-function' for `lisp-mode'.
2424
2425 2004-05-25 John Paul Wallington <jpw@gnu.org>
2426
2427 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2428 instead of obsolete `process-kill-without-query'.
2429
2430 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2431 Declare as variable, not constant.
2432
2433 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2434
2435 * files.el (find-file-noselect-1): Fix bug introduced by
2436 Revision 1.694. As a side effect, `inhibit-read-only'
2437 is again, by default, t during execution of
2438 `find-file-not-found-functions'.
2439 (insert-directory): Check that lines were really inserted by
2440 the --dired switch, before erasing them.
2441
2442 2004-05-24 Nick Roberts <nickrob@gnu.org>
2443
2444 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2445 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2446 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2447 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2448 gud-minor-mode (gdbmi).
2449
2450 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2451
2452 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2453 explicitly select the text to be taken as URL.
2454
2455 2004-05-23 Juri Linkov <juri@jurta.org>
2456
2457 * info.el (Info-index-nodes): New var and fun.
2458 (Info-goto-index, Info-index, info-apropos)
2459 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2460 (Info-index): Fix docstring. Store and restore Info-history-list.
2461 (Info-complete-nodes): New var.
2462 (Info-complete-menu-item): Use it.
2463 (Info-index-node): New fun.
2464 (Info-final-node, Info-forward-node, Info-backward-node)
2465 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2466 Use Info-index-node.
2467 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2468 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2469 (Info-find-node-2): If a node with period in its name not found,
2470 try to find a node without the name part after period.
2471 (Info-select-node): Call Info-fontify-node only if
2472 Info-fontify-maximum-menu-size is not nil.
2473 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2474 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2475 Preserve Info-history-list.
2476 (Info-toc): Set Info-current-file.
2477 (Info-build-toc): Move point to the beginning of the buffer.
2478 Add main-file variable.
2479 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2480 Use backslashed representation of the control character ^_.
2481
2482 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2483 numbers in the new Texinfo 4.7 format.
2484
2485 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2486 regexps for function and variable names.
2487
2488 * descr-text.el (describe-property-list): Add [show] button for
2489 `syntax-table' property with action to pp to a separate buffer.
2490 (describe-char): Replace search-forward by re-search-forward with
2491 whitespace regexp after "character:" to not fail in too narrow windows.
2492
2493 * simple.el (next-error-find-buffer): Add a rule to return
2494 next-error capable buffer if one window on the selected frame
2495 displays such buffer.
2496
2497 2004-05-23 Nick Roberts <nickrob@gnu.org>
2498
2499 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2500 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2501 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2502 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2503 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2504 Handle new value for gud-minor-mode (gdbmi).
2505 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2506 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2507 Change from local to global gdb variable set.
2508 (gdb-ann3): Initialise above gdb variable set.
2509 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2510 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2511 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2512 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2513 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2514 (gdb-info-locals-handler, gdb-invalidate-assembler)
2515 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2516 set as global variables.
2517 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2518 Handle gdbmi.
2519 (gdb-info-breakpoints-custom): Fix regexp.
2520 (def-gdb-var): Delete.
2521
2522 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2523 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2524 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2525 a new mode. The file (gdb-mi.el) for this mode will be included
2526 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2527 primary interface.
2528
2529 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2530
2531 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2532 interpreted as a directory.
2533
2534 2004-05-22 Richard M. Stallman <rms@gnu.org>
2535
2536 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2537 as a close quote.
2538
2539 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2540
2541 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2542 Use assoc-string, not assoc-ignore-case.
2543
2544 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2545
2546 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2547 If moving back then fwd gets a defun that ends before point,
2548 try again moving fwd then back.
2549
2550 * files.el (file-name-non-special): Allow t in file-arg-indices
2551 to mean requote the return value. Use `identity' as an element
2552 rather than as the whole value.
2553
2554 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2555
2556 2004-05-22 Juanma Barranquero <lektu@terra.es>
2557
2558 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2559 `help-make-usage'.
2560 (help-highlight-arguments): Skip function name before searching
2561 for arguments.
2562
2563 2004-05-21 Juanma Barranquero <lektu@terra.es>
2564
2565 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2566 Don't mention in the docstring these arguments meant for
2567 internal (recursive) use only.
2568 (allout-char-spec): Comment out (it's not implemented).
2569 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2570 obsolescence declaration.
2571 (allout-flatten-exposed-to-buffer)
2572 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2573 (my-mark-marker): Doc fix.
2574 (produce-allout-mode-map, allout-sibling-index)
2575 (allout-isearch-expose, allout-distinctive-bullet)
2576 (allout-open-topic, allout-reindent-body)
2577 (allout-rebullet-heading, allout-process-exposed)
2578 (allout-insert-listified, allout-latex-verb-quote)
2579 (allout-insert-latex-header, allout-insert-latex-trailer):
2580 Make arguments match their use in docstring.
2581 (allout-primary-bullet, allout-old-style-prefixes)
2582 (allout-inhibit-protection, allout-init, allout-mode)
2583 (allout-before-change-protect, allout-flag-region):
2584 Use "Emacs" instead of "emacs" in docstrings.
2585
2586 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2587
2588 * international/characters.el: Modify syntax of more characters.
2589
2590 2004-05-21 Masatake YAMATO <jet@gyve.org>
2591
2592 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2593 (etags-tags-completion-table): Show parsing progress.
2594
2595 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2596
2597 * locate.el (locate-prompt-for-command): Shorten first line of
2598 docstring.
2599 (locate-mode): Expand docstring and include keymap summary.
2600
2601 * files.el (find-file-noselect-1): Limit the scope of the
2602 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2603 is, by default, nil during the execution of
2604 `find-file-not-found-functions' and `find-file-hook'.
2605
2606 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2607
2608 * facemenu.el (facemenu-color-name-equal): New function.
2609 (list-colors-display): Use it to compare colors instead of
2610 facemenu-color-equal.
2611
2612 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2613
2614 * compare-w.el (compare-windows-face): Use min-colors instead of
2615 checking for tty or pc types.
2616
2617 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2620 (completion-setup-function): Use with-current-buffer.
2621 Properly save excursion. Simplify.
2622 Don't assume there is necessarily a `mouse-face' property somewhere.
2623
2624 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2625
2626 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2627
2628 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2629 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2630 Use with-current-buffer.
2631 (byte-goto-log-buffer): Delete.
2632 (byte-compile-log-file): Call compilation-forget-errors.
2633
2634 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2635
2636 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2637 output messages into the search result.
2638
2639 2004-05-19 Masatake YAMATO <jet@gyve.org>
2640
2641 * wid-edit.el (widget-radio-button-notify): Revert my last
2642 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2643
2644 2004-05-19 Kenichi Handa <handa@m17n.org>
2645
2646 * international/characters.el: Fix syntax (open/close) of CJK chars.
2647
2648 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2649
2650 * help-mode.el (help-go-back): Don't depend on position of back button.
2651
2652 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2655 files files don't contain an accidental additional /.
2656
2657 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2658 in source buffer.
2659
2660 2004-05-18 Masatake YAMATO <jet@gyve.org>
2661
2662 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2663 to widget-apply. :action method assumes 2 arguments, not 3.
2664
2665 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2666
2667 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2668 New constants.
2669 (hs-special-modes-alist): Add an f90-mode entry.
2670
2671 2004-05-17 Sam Steingold <sds@gnu.org>
2672
2673 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2674 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2675
2676 2004-05-16 Kim F. Storm <storm@cua.dk>
2677
2678 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2679
2680 2004-05-15 John Wiegley <johnw@newartisans.com>
2681
2682 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2683 (eshell-output-object-to-target): Improve output speed 20% by not
2684 calling `eshell-stringify' if something is already known to be a string.
2685
2686 2004-05-15 Alex Ott <ott@jet.msk.su>
2687
2688 * textmodes/ispell.el (ispell-local-dictionary-alist):
2689 Add windows-1251 to the choice of coding systems.
2690 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2691 encoded in cp1251.
2692
2693 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2694
2695 * progmodes/compile.el (compilation-warning-face)
2696 (compilation-info-face): Use min-colors.
2697
2698 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2699
2700 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2701 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2702 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2703 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2704 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2705 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2706 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2707 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2708 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2709 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2710 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2711 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2712 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2713 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2714
2715 2004-05-15 Kim F. Storm <storm@cua.dk>
2716
2717 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2718 Use it to set triggered-p element of timer.
2719 (timer-event-handler): Set triggered-p element non-nil while running
2720 the timer function.
2721
2722 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * descr-text.el (describe-char-unicode-data)
2725 (describe-char-unicodedata-file): Re-enable the unicode code now that
2726 the licensing issues have been cleared in the unicode-4 license.
2727 (describe-text-properties-1): Remove unused `overlay' var.
2728 (describe-char): Remove unused var `buffer'.
2729
2730 2004-05-14 David Ponce <david@dponce.com>
2731
2732 * tree-widget.el: New file.
2733
2734 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2735
2736 * language/european.el ("Brazilian Portuguese"): Add support for
2737 Brazilian Portuguese.
2738
2739 2004-05-13 John Wiegley <johnw@newartisans.com>
2740
2741 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2742 `recentf-mode' if this variable has been customized to t.
2743
2744 * eshell/esh-test.el (eshell-test): Call the function
2745 `emacs-version' rather than trying to build a custom version string.
2746
2747 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * net/telnet.el (telnet-mode): Use define-derived-mode.
2750 Don't modify the global value of comint-prompt-regexp.
2751
2752 2004-05-13 John Paul Wallington <jpw@gnu.org>
2753
2754 * version.el (emacs-version): Check for `gtk' feature before
2755 `x-toolkit' feature.
2756
2757 2004-05-13 Juanma Barranquero <lektu@terra.es>
2758
2759 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2760 arguments in the docstring, they're used only in recursive calls.
2761
2762 * help-fns.el (help-arg-highlighting-function)
2763 (help-argument-name): Delete.
2764 (help-default-arg-highlight): New function.
2765 (help-do-arg-highlighting): Use it.
2766
2767 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2768
2769 * calendar/appt.el (appt-disp-window):
2770 Use `calendar-set-mode-line' for a centered mode-line.
2771
2772 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2773
2774 * calendar/appt.el (appt-disp-window): Do not split window
2775 excessively when `split-height-threshold' is low.
2776
2777 2004-05-12 Nick Roberts <nickrob@gnu.org>
2778
2779 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2780 kill-buffer-hook here and make it local.
2781 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2782
2783 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2784
2785 * progmodes/compile.el (compilation-set-window-height):
2786 Use save-excursion to protect against misplaced marker.
2787
2788 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2789
2790 * custom.el (defface): Document that type can have value gtk.
2791
2792 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2793
2794 2004-05-12 Kenichi Handa <handa@m17n.org>
2795
2796 * descr-text.el: Require quail at comile time.
2797 (describe-char): If an input method is on and it supports the
2798 character, show how to input it.
2799
2800 * international/quail.el (quail-install-decode-map): Accept a
2801 char-table whose subtype is `quail-decode-map'.
2802 (quail-store-decode-map-key, quail-gen-decode-map1)
2803 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2804 (quail-show-key): New functions.
2805
2806 2004-05-12 Juanma Barranquero <lektu@terra.es>
2807
2808 * generic.el (define-generic-mode): Remove redundant arglist info.
2809
2810 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2811 Make arguments match their use in docstring.
2812 (help-arg-highlighting-function): New variable.
2813 (help-argument-name): Mention it in the docstring.
2814 (help-do-arg-highlight): Use it. Expand regexp to accept also
2815 ARG-xxx and xxx-ARG references.
2816
2817 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2818
2819 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2820 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2821 and "mailto:addr1?to=addr2" equal.
2822
2823 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2824
2825 * man.el (Man-getpage-in-background): Use shell-file-name
2826 and shell-command-switch variables instead of hard-coded values.
2827
2828 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2829
2830 * iimage.el: New file.
2831
2832 2004-05-11 Juanma Barranquero <lektu@terra.es>
2833
2834 * custom.el (custom-initialize-default, defcustom):
2835 Fix typo in docstring.
2836
2837 * files.el (set-visited-file-name, file-expand-wildcards):
2838 Fix docstring.
2839
2840 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2843
2844 * subr.el (eventp): Be more discriminating with integers.
2845
2846 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2847
2848 * progmodes/compile.el (compile): Add universal prefix arg.
2849 (compilation-error-regexp-alist-alist): Add edg patterns.
2850
2851 2004-05-10 Sam Steingold <sds@gnu.org>
2852
2853 * textmodes/ispell.el (ispell-message):
2854 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2855
2856 2004-05-10 Dave Love <fx@gnu.org>
2857
2858 * progmodes/python.el (help-buffer): Autoload when compiling.
2859 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2860 (run-python): Prepend to any existing PYTHONPATH.
2861
2862 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2863
2864 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2865 for pending breakpoints.
2866
2867 2004-05-10 Richard M. Stallman <rms@gnu.org>
2868
2869 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2870 directly without calling any functions in Rmail.
2871 (unrmail-unprune): Function deleted.
2872
2873 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2876 C-c C-z binding.
2877
2878 2004-05-10 Kenichi Handa <handa@m17n.org>
2879
2880 * descr-text.el (describe-char): Fix previous change. Don't make
2881 a unibyte character to multibyte in the *Help* buffer.
2882
2883 2004-05-10 Miles Bader <miles@gnu.org>
2884
2885 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2886 buffer an error if the debugger process is actually running.
2887
2888 2004-05-10 Juanma Barranquero <lektu@terra.es>
2889
2890 * help-fns.el (help-argument-name): Default to italic.
2891 (help-highlight-arguments): Return always (usage . doc), even when
2892 usage is nil.
2893
2894 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2895 (define-ibuffer-filter): Add usage info.
2896 (define-ibuffer-op): Add usage info (but CL-style defaults for
2897 keyword args are not shown).
2898
2899 * subr.el (remove-overlays, read-passwd): Fix docstring.
2900 (start-process-shell-command): Fix docstring. Put usage info in a
2901 format usable by `describe-function'.
2902 (open-network-stream, open-network-stream-nowait)
2903 (open-network-stream-server): Fix docstring.
2904
2905 2004-05-09 Jason Rumney <jasonr@gnu.org>
2906
2907 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2908 Only define cp125* if windows-125* is already defined.
2909
2910 * language/korean.el (cp949): Add alias.
2911
2912 * language/chinese.el (cp936, cp950): Add aliases.
2913
2914 * language/japanese.el (cp932): Add alias.
2915
2916 * term/w32-win.el: Require code-pages.
2917
2918 * international/mule-cmds.el (set-locale-environment):
2919 On MS-Windows use ansi code-page for default coding-systems.
2920 Set up paper sizes for Windows 3 letter languages.
2921
2922 * international/code-pages.el (cp932, cp936, cp949, cp950):
2923 Add aliases. Also add cp125* if not already defined.
2924
2925 2004-05-09 Juanma Barranquero <lektu@terra.es>
2926
2927 * help-fns.el (help-highlight-arguments): Don't try to highlight
2928 missing or autoloaded arglists. Accept structured arguments, like
2929 the first ones of `do' and `flet'.
2930
2931 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2932 (cvs-get-marked): Remove redundant arglist info.
2933
2934 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2935 Don't use CL-style default args.
2936
2937 2004-05-08 Andreas Schwab <schwab@suse.de>
2938
2939 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2940
2941 * international/subst-ksc.el: Fix references to utf-translate-cjk
2942 into utf-translate-cjk-mode.
2943 * international/subst-big5.el: Likewise.
2944 * international/subst-gb2312.el: Likewise.
2945 * international/subst-jis.el: Likewise.
2946 * international/utf-16.el: Likewise.
2947 * international/utf-8.el: Likewise.
2948
2949 2004-05-08 John Wiegley <johnw@newartisans.com>
2950
2951 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2952 "virtual buffers" (off by default), which makes it possible to
2953 switch to the "virtual" buffers of recently visited files. When a
2954 buffer name search fails, and this option is on, iswitchb will
2955 look at the list of recently visited files, and permit matching
2956 against those names. When the user hits RET on a match, it will
2957 revisit that file.
2958 (iswitchb-read-buffer): Add two optional arguments, which makes
2959 isearchb.el possible.
2960 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2961 (iswitchb-next-match): Add support for virtual buffers.
2962
2963 * isearchb.el: This module extends iswitchb to provide "as you
2964 type" buffer selection.
2965
2966 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2967 Ignore the read-only property when flyspell highlighting is on.
2968 Not ignoring it leads to a series of confusing errors.
2969 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2970 but also make sure to call flyspell-incorrect-hook.
2971 (flyspell-maybe-correct-transposition): Perform transposition test
2972 by bit twiddling a string, rather than using a temp buffer.
2973 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2974 buffer. This is also the original version of the code, which
2975 could not be checked in before due to a previous lack of
2976 assignment papers. This version has seen heavy usage on my system
2977 for several years now.
2978
2979 * calendar/cal-bahai.el: New file, which adds support for the
2980 Baha'i calendar to Emacs. This calendar is based on a solar year
2981 of 19 months of 19 days, with 4 intercalary days. Each year
2982 begins on March 21, with the calendar starting in 1844.
2983
2984 * calendar/cal-menu.el, calendar/calendar.el,
2985 calendar/diary-lib.el, calendar/holidays.el: Added support for
2986 using cal-bahai.el.
2987
2988 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2989 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2990 function can be used outside of eshell buffers.
2991 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2992
2993 2004-05-08 Juanma Barranquero <lektu@terra.es>
2994
2995 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2996 word constituent so FOO-ARG is not recognized as an arg.
2997 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2998
2999 * simple.el (next-error): Fix typo in docstring.
3000 (open-line): Make argument names match their use in docstring.
3001 (split-line): Fix docstring.
3002
3003 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
3004 usable by `describe-function'.
3005 (gensym, gentemp, typep, ignore-errors): Make argument names match
3006 their use in docstring.
3007
3008 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
3009 argument to `help-setup-xref'.
3010
3011 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
3012
3013 Version 2.0.40 of Tramp released.
3014
3015 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
3016 Use symbol-function to invoke functions only known on some Emacs
3017 flavors. This avoids byte-compiler warnings. Reported by Kevin
3018 Scaldeferri <kevin@scaldeferri.com>.
3019 (tramp-do-copy-or-rename-file-via-buffer): Rename from
3020 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
3021 consistent with the other tramp-do-* functions.
3022 (tramp-do-copy-or-rename-file): Calls adjusted.
3023 (tramp-process-initial-commands): Avoid liveness check on shell --
3024 we know that it must be alive since we're opening a connection at
3025 this moment.
3026 (tramp-last-cmd): New internal variable.
3027 (tramp-process-echoes): New tunable.
3028 (tramp-send-command): Set tramp-last-cmd.
3029 (tramp-wait-for-output): Delete echo, if applicable.
3030 (tramp-read-passwd): Construct the key for the password cache in a
3031 way that works for multi methods, too.
3032 (tramp-bug): Add backup-directory-alist and
3033 bkup-backup-directory-info to bug reports, with Tramp counterparts.
3034
3035 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
3036
3037 * net/tramp*.el: Suppress byte-compiler warnings where possible.
3038
3039 * net/tramp.el (tramp-out-of-band-prompt-regexp)
3040 (tramp-actions-copy-out-of-band): New defcustoms.
3041 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
3042 used instead of a synchronous one. Allows password entering.
3043 (tramp-action-out-of-band): New defun.
3044 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
3045 Remove restriction with password from doc string.
3046 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
3047 `tramp-out-of-band-prompt-regexp',
3048 `tramp-actions-copy-out-of-band', `password-cache' and
3049 `password-cache-expiry'.
3050 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
3051 password caching.
3052 (tramp-touch): FILE can be a local file, too.
3053 (TODO): Remove items done.
3054 (tramp-handle-insert-directory): Properly quote file name also if
3055 not full-directory-p. Handle wildcard case. Reported by Andreas
3056 Schwab <schwab@suse.de>.
3057 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
3058 new file.
3059 (tramp-handle-file-local-copy, tramp-handle-write-region):
3060 The permissions of the temporary file are set if filename exists.
3061 Reported by Ted Stern <stern@cray.com>.
3062 (tramp-backup-directory-alist)
3063 (tramp-bkup-backup-directory-info): New defcustoms.
3064 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
3065 (tramp-handle-find-backup-file-name): New function.
3066 Implements Tramp's find-backup-file-name.
3067
3068 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
3069 for `find-backup-file-name'.
3070
3071 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
3072 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
3073
3074 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3075
3076 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
3077
3078 2004-05-07 Juanma Barranquero <lektu@terra.es>
3079
3080 * subr.el (lambda): Add arglist description to docstring.
3081 (declare): Fix typo in docstring.
3082 (open-network-stream): Fix docstring.
3083 (process-kill-without-query): Fix docstring and add obsolescence info.
3084 (last, butlast, nbutlast): Make arguments match their use in docstring.
3085 (insert-buffer-substring-no-properties): Likewise.
3086 (insert-buffer-substring-as-yank): Likewise.
3087 (split-string): Fix docstring.
3088
3089 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3090 Make argument names match their use in docstring.
3091
3092 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
3093
3094 2004-05-06 Nick Roberts <nickrob@gnu.org>
3095
3096 * progmodes/gdb-ui.el: Improve/extend documentation strings.
3097 Fit first sentence on one line for apropos-command.
3098
3099 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 Changes largely merged in from Dave Love's code.
3102 * progmodes/python.el: Doc fixes.
3103 (python-mode-map): Add python-complete-symbol.
3104 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
3105 (python-comment-indent, python-complete-symbol)
3106 (python-symbol-completions, python-partial-symbol)
3107 (python-try-complete): New.
3108 (python-indent-line): Remove optional arg. Use python-block-end-p.
3109 (python-check): Bind compilation-error-regexp-alist.
3110 (inferior-python-mode): Use rx. Move keybindings to top level.
3111 Set comint-input-filter.
3112 (python-preoutput-filter): Use rx.
3113 (python-input-filter): Re-introduce.
3114 (python-proc): Start new process if necessary.
3115 Check python-buffer non-nil.
3116 (view-return-to-alist): Defvar.
3117 (python-send-receive): New.
3118 (python-eldoc-function): Use it.
3119 (python-mode-running): Don't defvar.
3120 (python-mode): Set comment-indent-function.
3121 Maybe update hippie-expand-try-functions-list.
3122 (python-indentation-levels): Initialize differently.
3123 (python-block-end-p): New.
3124 (python-indent-line): Use it.
3125 (python-compilation-regexp-alist): Augment.
3126 (run-python): Import `emacs' module to Python rather than loading
3127 code directly. Set python-buffer differently.
3128 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
3129 Use python-proc.
3130 (python-send-command): Go to end of comint buffer.
3131 (python-load-file): Use python-proc, emacs.eimport.
3132 (python-describe-symbol): Simplify interactive form.
3133 Use emacs.help. Do use temp-buffer-show-hook.
3134 Call print-help-return-message.
3135 (hippie-exp): Require when compiling.
3136 (python-preoutput-continuation): Use rx.
3137
3138 * diff-mode.el (diff-make-unified): Fix regexp.
3139
3140 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
3141
3142 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
3143 filter groups from the buffer when rebuilding the Ibuffer buffer
3144 and `ibuffer-show-empty-filter-groups' is nil.
3145
3146 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3147
3148 * ps-print.el (ps-print-quote): Call ps-value-string.
3149 (ps-setup): Call ps-comment-string.
3150 (ps-value-string, ps-comment-string): New funs.
3151
3152 2004-05-06 Juanma Barranquero <lektu@terra.es>
3153
3154 * ehelp.el (electric-help-command-loop): Check whether the last
3155 character is visible, not (point-max).
3156
3157 * help-fns.el (help-argument-name): Default to bold; don't inherit
3158 from font-lock-variable-name-face.
3159 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
3160
3161 2004-05-05 Kenichi Handa <handa@m17n.org>
3162
3163 * descr-text.el (describe-char): Copy the character with text
3164 properties and overlays into the first line, and call
3165 describe-text-properties on it.
3166
3167 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
3168
3169 * iswitchb.el (iswitchb-global-map): Fix typo.
3170 Remove unwanted ###autoloads from source file.
3171
3172 2004-05-05 Lars Hansen <larsh@math.ku.dk>
3173
3174 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
3175 in run-hooks. Use substitute-command-keys in message.
3176 (wdired-abort-changes): Add message.
3177
3178 2004-05-03 Michael Mauger <mmaug@yahoo.com>
3179
3180 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
3181 (sql-emacs20-p): Remove.
3182 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
3183 (sql-builtin-face, sql-doc-face): Remove.
3184 (sql-mode-ansi-font-lock-keywords)
3185 (sql-mode-oracle-font-lock-keywords)
3186 (sql-mode-postgres-font-lock-keywords)
3187 (sql-mode-linter-font-lock-keywords)
3188 (sql-mode-ms-font-lock-keywords)
3189 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
3190 (sql-product-font-lock): Fix font-lock reset when font rules change.
3191 (sql-highlight-product): Remove incorrect font-lock reset logic.
3192
3193 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
3194
3195 * ses.el (ses-set-parameter): Fix typo.
3196
3197 2004-05-04 Kim F. Storm <storm@cua.dk>
3198
3199 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
3200 Must expand directory for completion to work; and don't mess with
3201 process-environment.
3202 (ido-read-file-name): If command has ido property, don't use ido
3203 if value is ignore, or read as directory if value is dir.
3204 Set ido ignore property for dired-do-rename command.
3205
3206 2004-05-04 Juanma Barranquero <lektu@terra.es>
3207
3208 * ehelp.el (electric-help-command-loop, electric-help-undefined)
3209 (electric-help-help): Check against unmapped commands.
3210
3211 * help-fns.el (help-argument-name): New face, inheriting from
3212 font-lock-variable-name-face, to highlight function arguments in
3213 `describe-function' and `describe-key'.
3214 (help-do-arg-highlight): Auxiliary function to highlight a given
3215 list of arguments in a string.
3216 (help-highlight-arguments): Highlight the function arguments and
3217 all uses of them in the docstring.
3218 (describe-function-1): Use it. Do docstring output via `insert',
3219 not 'princ', so text attributes are preserved.
3220
3221 * winner.el (winner-mode-map): Move `winner-undo' and
3222 `winner-redo' to C-c <left> and C-c <right>, respectively (the
3223 previous bindings conflict with `prev-buffer', `next-buffer').
3224
3225 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3226
3227 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
3228 (bibtex-entry-update): New command bound to C-c C-u.
3229 (bibtex-text-in-string): Fix regexp.
3230 (bibtex-assoc-of-regexp): Remove.
3231 (bibtex-progress-message): Fix docstring.
3232 (bibtex-inside-field): Use if.
3233 (bibtex-assoc-regexp): New function.
3234 (bibtex-format-entry): Make code more robust so that it formats
3235 also old entries.
3236 (bibtex-autokey-demangle-title): Merge with obsolete function
3237 bibtex-assoc-of-regexp.
3238 (bibtex-field-list): New function.
3239 (bibtex-entry): Use bibtex-field-list.
3240 (bibtex-parse-entry): Fix docstring.
3241 (bibtex-print-help-message): Use bibtex-field-list.
3242 (bibtex-make-field): Use bibtex-field-list.
3243 (bibtex-entry-index): Bugfix. Return crossref key if required.
3244 (bibtex-lessp): Fix docstring.
3245
3246 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
3247
3248 * select.el (xselect-convert-to-string): Move comment to intended line.
3249
3250 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3251
3252 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
3253 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
3254
3255 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3256
3257 * term/x-win.el (x-clipboard-yank): Don't exit on error from
3258 x-get-selection.
3259
3260 2004-05-03 Jason Rumney <jasonr@gnu.org>
3261
3262 * makefile.nt: Remove.
3263
3264 2004-05-03 Kim F. Storm <storm@cua.dk>
3265
3266 * emulation/cua-base.el (cua--update-indications): Fix last change.
3267 (cua-mode): Deactivate mark when cua-mode is enabled.
3268
3269 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
3270
3271 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3272
3273 2004-05-03 Nick Roberts <nickrob@gnu.org>
3274
3275 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3276 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3277 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3278 window over visible frames.
3279 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3280
3281 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * progmodes/compile.el (compilation-gcpro): New var.
3284 (compilation-fake-loc): Use it.
3285 (compilation-forget-errors): Reset it.
3286
3287 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3288
3289 * diff-mode.el (diff-header-face, diff-file-header-face):
3290 Use min-colors.
3291
3292 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3293
3294 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3295 (bibtex-clean-entry): Disentangle code.
3296 (bibtex-realign): New function.
3297 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3298 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3299 Remove undocumented optional arg called-by-convert-alien.
3300 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3301 for sorting instead of bibtex-sort-buffer.
3302
3303 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3304
3305 * progmodes/compile.el (compilation-start): In the
3306 no-async-subprocesses branch, call sit-for to give redisplay a
3307 chance to show the updated process status in the mode line, and
3308 fontify the buffer explicitly after the process exits.
3309
3310 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * progmodes/python.el (python-compilation-line-number): Remove.
3313 (python-compilation-regexp-alist): Don't use it any more.
3314 (python-orig-start, python-input-filter): Remove.
3315 (inferior-python-mode): Don't set up comint-input-filter-functions.
3316 (python-send-region): Use compilation-fake-loc.
3317
3318 * progmodes/compile.el (compilation-messages-start): New var.
3319 (compilation-mode): Don't setup next-error-function here.
3320 (compilation-setup): Set it up here instead (for minor modes as well).
3321 Make compilation-messages-start buffer local.
3322 (compilation-next-error-function): Use it.
3323 (compilation-forget-errors): Set compilation-messages-start.
3324
3325 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3326
3327 * ielm.el (ielm-prompt-read-only): Update docstring.
3328
3329 * comint.el (comint-prompt-read-only): Update docstring.
3330 (comint-update-fence, comint-kill-whole-line)
3331 (comint-kill-region): New functions.
3332
3333 * simple.el (kill-whole-line): Use "p" instead of "P" in
3334 interactive form.
3335
3336 2004-05-01 Juanma Barranquero <lektu@terra.es>
3337
3338 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3339 format arglist so default values in CL-style argument lists are
3340 correctly shown.
3341
3342 2004-05-01 Jason Rumney <jasonr@gnu.org>
3343
3344 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3345
3346 2004-05-01 Kenichi Handa <handa@m17n.org>
3347
3348 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3349 quail file if it is up to date.
3350
3351 2004-04-30 Juri Linkov <juri@jurta.org>
3352
3353 * cus-edit.el (custom-mode-map):
3354 Add key binding `C-x C-s' to `Custom-save'.
3355
3356 * outline.el (outline-blank-line): New var.
3357 (outline-next-preface, outline-show-heading)
3358 (outline-end-of-subtree): Use it.
3359
3360 * dired-aux.el (dired-touch-initial): New fun.
3361 (dired-do-chxxx): Call it for op-symbol `touch'.
3362 (dired-diff): Use `dired-dwim-target-directory'
3363 if current dired buffer has no buffer mark.
3364
3365 * bindings.el (propertized-buffer-identification):
3366 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3367 Add C-M-arrow keys for consistency.
3368
3369 * files.el (confirm-kill-emacs):
3370 Change group from top-level `emacs' to `convenience'.
3371
3372 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3373 Push mark on the first call of successive command calls.
3374 (insert-pair): New fun created from `insert-parentheses' with
3375 `open' and `close' arguments added. Enclose active regions
3376 in paired characters. Compare adjacent characters syntax with
3377 inserted characters syntax before inserting a space.
3378 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3379
3380 * delsel.el: Don't put `delete-selection' property
3381 on `insert-parentheses' symbol to take advantage of
3382 region handling in `insert-pair' function.
3383 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3384
3385 2004-04-30 Kim F. Storm <storm@cua.dk>
3386
3387 * emulation/cua-base.el: Add support for changing cursor types;
3388 based on patch from Michael Mauger.
3389 (cua-normal-cursor-color, cua-read-only-cursor-color)
3390 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3391 Customization cursor type and/or cursor color.
3392 (cua--update-indications): Handle cursor type changes.
3393 (cua-mode): Update cursor indications if enabled.
3394
3395 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3396
3397 * mouse.el (mouse-drag-copy-region): New defcustom.
3398 (mouse-set-region, mouse-drag-region-1): Use it.
3399
3400 * simple.el (kill-ring-save): If region face background color is
3401 unspecified (if no highlighting), show extent of fully visible
3402 region even if transient-mark-mode is enabled.
3403
3404 * emulation/cua-base.el (cua--standard-movement-commands):
3405 Add cua-scroll-up and cua-scroll-down.
3406 (cua-scroll-up, cua-scroll-down): New commands.
3407 (cua--init-keymaps): Remap scroll-up and scroll-down.
3408
3409 * emulation/cua-rect.el (cua--convert-rectangle-as):
3410 New defmacro.
3411 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3412 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3413 New commands (suggested by Jordan Breeding).
3414
3415 2004-04-30 Juanma Barranquero <lektu@terra.es>
3416
3417 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3418
3419 2004-04-30 Mario Lang <mlang@delysid.org>
3420
3421 * diff.el (diff-switches): Fix typo in docstring.
3422
3423 2004-04-30 Alex Schroeder <alex@gnu.org>
3424
3425 * xml.el (xml-debug-print-internal): Don't add newline and
3426 indentation to text nodes and write empty elements as empty tags
3427 instead of opening and closing tags.
3428 (xml-debug-print): Take optional indent-string argument.
3429 (xml-print): Alias for xml-debug-print.
3430
3431 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3432
3433 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3434 than duplicate call to `line-beginning-position'.
3435
3436 * progmodes/f90.el (f90-get-present-comment-type):
3437 Return whitespace, as well as comment chars, for consistent filling
3438 of comment blocks. Use `match-string-no-properties'.
3439 (f90-break-line): Trim trailing whitespace when filling comments.
3440
3441 2004-04-30 Dave Love <fx@gnu.org>
3442
3443 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3444 (diary-from-outlook-internal, diary-from-outlook)
3445 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3446 New functions to import diary entries from Outlook-format
3447 appointments in mail messages.
3448
3449 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * progmodes/python.el (python-send-command): New fun.
3452 (python-send-region, python-load-file): Use it.
3453
3454 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3455
3456 * help-fns.el (help-C-file-name): Use new subr-name.
3457 Prepend `src/' to the file name.
3458 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3459 (describe-function-1, describe-variable): Only find a C source file
3460 name if DOC is already loaded.
3461
3462 * help-mode.el (help-function-def, help-variable-def):
3463 Use the new find-function-search-for-symbol functionality.
3464 Allow FILE to be `C-source'.
3465
3466 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3467 (find-function-C-source): New fun.
3468 (find-function-search-for-symbol): Use it.
3469
3470 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3471
3472 * progmodes/sql.el (sql-product-alist): Rename variable
3473 `sql-product-support'. Add Postgres login parameters.
3474 (sql-set-product, sql-product-feature): Update with renamed variable.
3475 (sql-connect-postgres): Add username prompt.
3476 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3477 Make patterns less product specific.
3478 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3479 (sql-mode-abbrev-table): Modify initialization.
3480 (sql-builtin-face): Add variable.
3481 (sql-keywords-re): Add macro.
3482 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3483 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3484 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3485 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3486 (sql-mode-linter-font-lock-keywords)
3487 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3488 (sql-mode-sybase-font-lock-keywords)
3489 (sql-mode-informix-font-lock-keywords)
3490 (sql-mode-interbase-font-lock-keywords)
3491 (sql-mode-ingres-font-lock-keywords)
3492 (sql-mode-solid-font-lock-keywords)
3493 (sql-mode-sqlite-font-lock-keywords)
3494 (sql-mode-db2-font-lock-keywords): Default to nil.
3495 (sql-product-font-lock): Always highlight ANSI keywords.
3496 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3497 (sql-send-string): Add function.
3498
3499 2004-04-29 Dave Love <fx@gnu.org>
3500
3501 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3502 (cfengine-end-of-defun): Ensure progress through buffer.
3503
3504 * info-look.el (cfengine-mode): Accept a terminal ().
3505
3506 2004-04-29 Juri Linkov <juri@jurta.org>
3507
3508 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3509 instead of isearch-yank-word-or-char. Add new key bindings for
3510 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3511 (isearch-del-char): New fun.
3512 (isearch-forward, isearch-edit-string): Update docstring.
3513 (isearch-yank-char): Doc fix.
3514 (isearch-other-meta-char): Restore point after scrolling.
3515
3516 * progmodes/compile.el (compilation-context-lines): Add nil option
3517 to disable compilation output window scrolling.
3518 (compilation-set-window): Use it.
3519
3520 * outline.el (outline-next-preface, outline-show-heading):
3521 Don't leave unhidden blank line before heading.
3522 (outline-end-of-subtree): Include last newline into subtree.
3523 (hide-entry): Leave point at beginning of heading instead of end.
3524 (outline-up-heading): Push mark for the first call of successive
3525 command calls.
3526
3527 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3528
3529 * comint.el (comint-prompt-read-only): New variable.
3530 (comint-output-filter): Implement it.
3531
3532 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3533 (ielm-prompt-internal): New variable.
3534 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3535 (ielm-send-input): Delete unused variable `buf'.
3536 (ielm-eval-input): Use `ielm-prompt-internal'.
3537 (inferior-emacs-lisp-mode): Use new variables
3538 `comint-prompt-read-only' and `ielm-prompt-internal'.
3539 Get rid of obsolete variable `directory-sep-char'.
3540 (ielm): Use `zerop'.
3541
3542 2004-04-29 John Paul Wallington <jpw@gnu.org>
3543
3544 * thumbs.el (toplevel): Require cl at compile time.
3545 Remove conditional definitions of `ignore-errors' and `caddar'
3546 because they occur at run time.
3547
3548 2004-04-28 Nick Roberts <nickrob@gnu.org>
3549
3550 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3551 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3552 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3553 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3554
3555 * progmodes/gud.el (gud-common-init): Throw an error if program is
3556 already running under gdb.
3557
3558 2004-04-28 John Paul Wallington <jpw@gnu.org>
3559
3560 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3561 (thumbs-show-image-num): Move assignment of
3562 `thumbs-current-image-filename' within scope of `i'.
3563 (thumbs-emboss-image): Don't use `evenp'.
3564
3565 2004-04-28 Richard M. Stallman <rms@gnu.org>
3566
3567 * progmodes/compile.el (compilation-context-lines): Default now 0.
3568
3569 2004-04-28 Juanma Barranquero <lektu@terra.es>
3570
3571 Use `time-less-p' from calendar/time-date.el instead of defining
3572 custom versions of it.
3573
3574 * pcomplete.el (pcomplete-time-less-p): Remove.
3575
3576 * thumbs.el (time-less-p): Remove.
3577
3578 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3579 (timeclock-generate-report): Use `time-less-p'.
3580
3581 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3582 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3583
3584 2004-04-28 Masatake YAMATO <jet@gyve.org>
3585
3586 * subr.el (remove-overlays): Make arguments optional.
3587
3588 * wid-edit.el (widget-specify-button): Put evaporate to the
3589 overlay for sample.
3590 (widget-specify-sample): Put evaporate to the overlay for sample.
3591 (widget-specify-doc): Put evaporate to the overlay for documentation.
3592
3593 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3594
3595 * info.el (info-apropos): Make it an index node. Align node names
3596 like makeinfo.
3597
3598 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3599
3600 * net/browse-url.el (browse-url-netscape-sentinel)
3601 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3602 (browse-url-epiphany-sentinel, browse-url-mosaic):
3603 Use browse-url-*-program instead of a literal program name.
3604
3605 2004-04-27 Kevin Ryde <user42@zip.com.au>
3606
3607 * eshell/em-alias.el:
3608 * eshell/em-dirs.el:
3609 * eshell/em-hist.el:
3610 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3611 features when M-x customize-group loads modules before the main
3612 eshell.el.
3613
3614 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3615
3616 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3617 either a character representation of an event or an event
3618 description list.
3619
3620 * type-break.el: Capitalise Emacs and Lisp.
3621 (type-break-good-break-interval, type-break-demo-boring-stats)
3622 (type-break-terse-messages, type-break-file-name): New defcustoms.
3623 (type-break-post-command-hook)
3624 (type-break-warning-countdown-string): Quote variable names in doc.
3625 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3626 (type-break-mode): Document type-break-good-break-interval and the
3627 "session" file. Schedule break according to the session file.
3628 Kill session file buffer on exit. Organise for save-some-buffers
3629 to always save the session file.
3630 (type-break-mode-line-message-mode, type-break-query-mode):
3631 Uppercase arguments.
3632 (type-break-file-time, type-break-file-keystroke-count, timep)
3633 (type-break-choose-file, type-break-get-previous-time)
3634 (type-break-get-previous-count): New defuns.
3635 (type-break): Avoid break querying after a completed break in the
3636 case where the query was initiated during user invocation of the
3637 break. Optional terse messages.
3638 Use type-break-good-break-interval if type-break-good-rest-interval is
3639 nil. File the break time.
3640 (type-break-schedule): New optional args for overriding the use of
3641 the current time.
3642 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3643 after a break.
3644 (type-break-check): File the keystroke count.
3645 (type-break-do-query): Prevent a second query when the break is
3646 interrupted. Optional terse message.
3647 (type-break-keystroke-reset): Record the start of a typing interval.
3648 (type-break-demo-boring): Optional terse messages. Display word
3649 per minute and keystroke counts according to
3650 type-break-demo-boring-stats.
3651
3652 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3653
3654 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3655 directories, make sure they exist under archive-tmpdir.
3656
3657 2004-04-27 Juri Linkov <juri@jurta.org>
3658
3659 * help.el (view-emacs-news): With argument, display info for the
3660 selected version by finding it among different NEWS files, and
3661 narrowing the buffer to the selected version.
3662
3663 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3664 same-window-buffer-names.
3665 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3666 non-numeric prefix argument, append the number to the buffer name
3667 for numeric prefix argument.
3668 (info-other-window): Bind same-window-regexps to nil.
3669 (Info-reference-name): Rename to Info-point-loc.
3670 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3671 and Info-find-index-name for stringy Info-point-loc.
3672 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3673 without middle `.', but with final `.' and optional line number
3674 for it. Set Info-point-loc for index nodes.
3675 (Info-index): Remove middle `.' from index entry regexp.
3676 Modify line number regexp.
3677 (Info-index-next): Decrement line number.
3678 (info-apropos): Remove middle `.' from index entry regexp.
3679 Add optional line number regexp at the end. Add matched value
3680 for line number to the result list and insert it to the buffer.
3681 Replace match-string by match-string-no-properties.
3682 Reorder result list.
3683 (Info-fontify-node): Hide index line numbers.
3684 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3685 empty matches.
3686 (Info-follow-reference): Use `str' instead of
3687 Info-following-node-name-re.
3688 (Info-toc): Use full file names. Set Info-current-node to "Top".
3689 (Info-fontify-node): Compare file names without directory name.
3690 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3691 Set second arg of Info-extract-menu-node-name for index nodes.
3692 (info-xref-visited): Use magenta3 instead of magenta4.
3693 (Info-mode): Add info-apropos to docstring.
3694
3695 * log-view.el (log-view-diff): Replace interactive code "r"
3696 by a list to allow to call it even if region is not active.
3697
3698 * paren.el (show-paren-highlight-openparen): New var.
3699 (show-paren-function): Turn on openparen highlighting when
3700 matching forward if show-paren-highlight-openparen is non-nil.
3701
3702 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3703 the constant value 1.
3704 (completions-common-part): Expand docstring.
3705
3706 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3707
3708 2004-04-27 Kim F. Storm <storm@cua.dk>
3709
3710 * image.el (insert-sliced-image): Use line-height instead of
3711 line-spacing property on newline.
3712
3713 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3714
3715 * desktop.el (desktop-buffer-misc-data-function): Rename to
3716 desktop-save-buffer and change docstring.
3717 (desktop-buffer-modes-to-save): Delete.
3718 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3719 desktop-buffer-modes-to-save.
3720 (desktop-save): Rename desktop-buffer-misc-data-function to
3721 desktop-save-buffer and allow non-function value.
3722 (desktop-missing-file-warning): Correct docstring.
3723
3724 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3725 to desktop-save-buffer.
3726
3727 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3728 desktop-save-buffer.
3729
3730 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3731
3732 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3733
3734 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3735
3736 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3737
3738 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3739
3740 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3741 (ielm): Only go to the end of the buffer when starting a new process.
3742
3743 2004-04-25 Juanma Barranquero <lektu@terra.es>
3744
3745 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3746 mode line. Bind `inhibit-read-only' to t before modifying
3747 properties of text in the buffer.
3748 (ielm): Force point to the end of buffer, even when running ielm
3749 from inside itself.
3750
3751 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3752
3753 * info.el (info-apropos): Reset Info-complete-cache.
3754
3755 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3756
3757 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3758 Also recognize severe Irix et al. messages.
3759 (compilation-normalize-filename, compile-abbreviate-directory):
3760 Delete functions.
3761 (compilation-get-file-structure): New function inherits
3762 functionality of the two preceding ones.
3763 (compilation-internal-error-properties, compilation-fake-loc):
3764 Use it so that different paths to the same file share the same
3765 markers. Also optimize finding adjacent marker slightly.
3766
3767 2004-04-25 Kim F. Storm <storm@cua.dk>
3768
3769 * image.el (insert-sliced-image): Add line-spacing t property
3770 to newlines separating image lines.
3771
3772 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3773
3774 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3775
3776 * ielm.el (ielm-prompt-read-only): New user option.
3777 (ielm-prompt): Expand docstring to describe new behavior.
3778 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3779 mention it in the docstring.
3780
3781 2004-04-24 Andreas Schwab <schwab@suse.de>
3782
3783 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3784
3785 * diff.el (diff): Set default-directory in diff buffer.
3786
3787 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3788
3789 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3790 mail was being composed if the terminal cannot display more than
3791 one frame; instead, switch to previous frame.
3792
3793 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3794 (rmail-start-mail): Support rmail-mail-new-frame even on
3795 terminals that can display only one frame at a time.
3796
3797 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3800 (checkdoc-output-font-lock-keywords): Remove error regexp.
3801 (checkdoc-output-mode-map): Remove.
3802 (checkdoc-output-mode): Derive from compilation-mode.
3803 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3804
3805 * dired.el (dired-mode-map): Add a menu entry for wdired.
3806
3807 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3808 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3809
3810 * wdired.el: (wdired-mode-map): Move init into declaration.
3811 Fix `return' binding.
3812 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3813 Use force-mode-line-update.
3814 (wdired-get-filename): Use `unless'.
3815 (wdired-preprocess-files): Don't assume names have no \n and use / for
3816 dir separator.
3817 (wdired-normalize-filename): Use replace-regexp-in-string.
3818 (wdired-load-hooks): Remove.
3819 (wdired-mode-hooks): Rename to wdired-mode-hook.
3820
3821 * info-look.el: Add support for cfengine-mode.
3822 (info-lookup-setup-mode): Use dolist.
3823
3824 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3825
3826 * wdired.el: New file.
3827
3828 2004-04-23 Juanma Barranquero <lektu@terra.es>
3829
3830 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3831
3832 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3833 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3834 (pcomplete--help, pcomplete--here): Doc fixes.
3835
3836 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3837
3838 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3839 handles wrong-number-of-arguments in backend call.
3840
3841 * vc.el (vc-print-log): Likewise.
3842
3843 2004-04-20 Dave Love <fx@gnu.org>
3844
3845 * emacs-lisp/rx.el: Doc fixes.
3846 (rx-constituents): Add/extend many forms.
3847 (rx-check): Check form is a list.
3848 (bracket): Defvar.
3849 (rx-check-any, rx-any, rx-check-not): Modify.
3850 (rx-not): Simplify.
3851 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3852 (rx-kleene): Use rx-trans-forms.
3853 (rx-quote-for-set): Delete.
3854 (rx): Allow multiple args.
3855
3856 2004-04-23 Kenichi Handa <handa@m17n.org>
3857
3858 * international/mule-util.el (char-displayable-p): Simplify by
3859 using internal-char-font.
3860
3861 2004-04-23 Juanma Barranquero <lektu@terra.es>
3862
3863 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3864
3865 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3866
3867 * diff-mode.el (diff-next-error): New fun.
3868 (diff-mode): Use it.
3869
3870 * simple.el (next-error): Change arg name.
3871 Add support for the documented C-u C-x ` usage.
3872
3873 * frame.el (special-display-popup-frame, next-multiframe-window)
3874 (previous-multiframe-window): Only consider frames on same display.
3875
3876 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3877
3878 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3879 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3880
3881 2004-04-22 Kim F. Storm <storm@cua.dk>
3882
3883 * net/telnet.el (telnet): Add optional port arg.
3884
3885 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3888 Minor sanity check on the `hyperlink' slot.
3889
3890 * Makefile.in (recompile): Compile new files.
3891
3892 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3893 Add byte-recompile-directory's optional `arg'.
3894
3895 * cvs-status.el (cvs-tree-use-charset): New var.
3896 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3897 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3898 (cvs-status-cvstrees): Use it.
3899
3900 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3901 Make it a normal major mode.
3902 (checkdoc-buffer-label): Make sure the file name is meaningful.
3903 (checkdoc-output-to-error-buffer): Remove.
3904 (checkdoc-error, checkdoc-start-section): Rewrite.
3905
3906 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3907 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3908 (Info-title-4-face): Use new syntax.
3909 (info-xref-visited): Inherit from info-xref.
3910
3911 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3912
3913 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3914
3915 * simple.el (next-error-last-buffer, next-error-function):
3916 New variables for the next-error framework.
3917 (next-error-buffer-p): New function.
3918 (next-error-find-buffer): Generalize compilation-find-buffer.
3919 (next-error, previous-error, first-error, next-error-no-select)
3920 (previous-error-no-select): Move from compile.el.
3921
3922 * replace.el (occur-next-error, occur-1): Hook into the next-error
3923 framework.
3924
3925 * progmodes/compile.el (compilation-start):
3926 Set next-error-last-buffer so next-error knows where to jump.
3927 (compilation-setup): Set the buffer-local variable
3928 next-error-function to 'compilation-next-error-function.
3929 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3930 alternate way to find if a buffer is a compilation buffer, for
3931 next-error convenience.
3932 (next-error-no-select, previous-error-no-select, next-error)
3933 (previous-error, first-error): Move to simple.el.
3934 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3935 (compilation-last-buffer): Remove.
3936 (compilation-start, compilation-next-error, compilation-setup)
3937 (compilation-next-error-function, compilation-find-buffer):
3938 Remove compilation-last-buffer use.
3939
3940 2004-04-21 Juanma Barranquero <lektu@terra.es>
3941
3942 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3943 (font-lock-warning-face): Fix spacing.
3944
3945 * makefile.w32-in (WINS): Add url/ directory.
3946
3947 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3948
3949 * desktop.el (desktop-buffer-mode-handlers): New variable.
3950 Alist of major mode specific functions to restore a desktop buffer.
3951 (desktop-buffer-handlers): Make variable obsolete.
3952 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3953 Catch errors signaled in handlers. Update buffer count.
3954 Evaluate desktop-buffer-point.
3955 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3956 move to dired.el.
3957 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3958 move to info.el.
3959 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3960 move to mail/rmail.el.
3961 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3962 to mh-e/mh-e.el.
3963 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3964 On fail, print message (to message buffer) even if
3965 desktop-missing-file-warning is nil.
3966 (desktop-buffer-misc-data-function): New buffer local variable.
3967 Function returning major mode specific data.
3968 (desktop-buffer-misc-functions): Make variable obsolete.
3969 (desktop-save): Use desktop-buffer-misc-data-function.
3970 (desktop-buffer-dired-misc-data): Rename to
3971 dired-desktop-buffer-misc-data and move to dired.el.
3972 (desktop-buffer-info-misc-data): Rename to
3973 Info-desktop-buffer-misc-data and move to info.el.
3974 (desktop-read): Add message about number of buffers restored/failed.
3975
3976 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3977 Add parameters. Pause to display error only when
3978 desktop-missing-file-warning is non-nil.
3979 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3980 (dired-mode): Bind desktop-buffer-misc-data-function.
3981
3982 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3983 Add Parameters.
3984 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3985 (Info-mode): Bind desktop-buffer-misc-data-function.
3986
3987 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3988 Add Parameters.
3989
3990 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3991 Add Parameters.
3992
3993 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3994
3995 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3996 the case of letters in case-insensitive expansions when the
3997 abbrev is preceded by characters with letter syntax.
3998
3999 2004-04-21 Richard M. Stallman <rms@gnu.org>
4000
4001 * progmodes/cperl-mode.el (cperl-putback-char):
4002 Delete Emacs 18 definition.
4003
4004 * international/mule.el (ctext-post-read-conversion):
4005 Use assoc-string, not assoc-ignore-case.
4006
4007 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
4008
4009 * emacs-lisp/easymenu.el (easy-menu-add):
4010 Do call x-popup-menu, but only if it's defined.
4011
4012 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
4013
4014 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
4015 Handle multiple args: compile like progn.
4016
4017 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
4018 take all args as &rest arg.
4019
4020 * autoinsert.el (auto-insert-alist): Insert the user's name in
4021 copyright notice, rather than Free Software Foundation.
4022
4023 2004-04-21 Kenichi Handa <handa@m17n.org>
4024
4025 * descr-text.el (describe-char): Make it work on *Help* buffer.
4026
4027 2004-04-21 Kim F. Storm <storm@cua.dk>
4028
4029 * image.el (insert-image): Add optional SLICE arg.
4030 (insert-sliced-image): New defun.
4031
4032 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
4033
4034 * subr.el (read-number): Check whether `default' is nil.
4035
4036 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * progmodes/compile.el (compilation-error-properties):
4039 Split into two.
4040 (compilation-internal-error-properties): New one.
4041 (compilation-compat-error-properties): Use it. Fix the non-marker case.
4042
4043 2004-04-20 Richard M. Stallman <rms@gnu.org>
4044
4045 * window.el (split-window-save-restore-data):
4046 Don't update the data if OLD-INFO is nil.
4047
4048 * view.el (view-return-to-alist): Mark it permanent local.
4049
4050 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
4051
4052 * recentf.el (recentf-save-list): Catch and warn about errors.
4053
4054 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
4055 so "Buffers" won't be pure.
4056
4057 * help-mode.el (help-mode-finish): Set help-return-alist first
4058 thing, setting only the entry for the selected window.
4059
4060 * help-fns.el (describe-function-1): If many non-control non-meta
4061 keys run the command, don't list all of them.
4062
4063 2004-04-20 Juanma Barranquero <lektu@terra.es>
4064
4065 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
4066 arg. Copied from Andre Spiegel's patch of 2004-03-21.
4067
4068 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
4069
4070 2004-04-20 Kenichi Handa <handa@m17n.org>
4071
4072 * international/quail.el (quail-lookup-key): New optional arg
4073 NOT-RESET-INDICES.
4074 (quail-get-translations): Call quail-lookup-key with
4075 NOT-RESET-INDICES t.
4076 (quail-completion): Likewise.
4077 (quail-lookup-map-and-concat): Likewise.
4078
4079 2004-04-20 Kenichi Handa <handa@m17n.org>
4080
4081 * international/quail.el (quail-update-translation): Don't insert
4082 such an unsupported multibyte char in a unibyte buffer.
4083
4084 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
4085
4086 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
4087 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
4088 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
4089 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
4090 (gdb-frame-assembler-buffer): Improve behaviour with
4091 multiple frames.
4092 (gdb-display-buffer): Extend search to all visible frames.
4093
4094 2004-04-19 Eli Zaretskii <eliz@gnu.org>
4095
4096 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
4097 characters left after base64 decoding.
4098 (rmail-decode-region): Use -dos variety of `coding', to remove any
4099 ^M characters left after qp or base64 decoding.
4100
4101 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4102
4103 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
4104 messages.
4105
4106 2004-04-19 Stephen Eglen <stephen@gnu.org>
4107
4108 * add-log.el (add-change-log-entry): Update doc string to mention
4109 add-log-full-name and add-log-mailing-address.
4110
4111 2004-04-18 Juri Linkov <juri@jurta.org>
4112
4113 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
4114 (Info-find-node-2): Simplify error message.
4115 (Info-insert-dir): Use Info-following-node-name.
4116 (Info-goto-node): Remove *info-history* and *info-toc*.
4117 (Info-history): Create a node of the virtual history file.
4118 (Info-toc): Create a node of the virtual toc file.
4119 (Info-insert-toc): New arg `curr-file' for reference file names.
4120 (info-apropos): Remove redundant var binding for temp-file.
4121 (Info-index, Info-index-next, Info-mode): Doc fix.
4122 (Info-goto-emacs-command-node): Don't jump to *info* from
4123 non-*info* Info buffers.
4124 (Info-fontify-node): Don't show the file name of external
4125 references if `Info-hide-note-references' is `hide'. Don't hide
4126 newlines at the end of paragraphs.
4127
4128 * international/mule-diag.el (list-input-methods):
4129 Fix args to help-xref-button.
4130
4131 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
4132 to put into effect local variables from TUTORIAL files.
4133
4134 * textmodes/paragraphs.el (sentence-end) <function>: New fun
4135 with default value taken from the variable `sentence-end'.
4136 (sentence-end) <defcustom>: Set default to nil. Doc fix.
4137 Add nil const to :type.
4138 (sentence-end-without-period, sentence-end-double-space)
4139 (sentence-end-without-space): Doc fix.
4140
4141 * textmodes/paragraphs.el (forward-sentence):
4142 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
4143 (fill-delete-newlines):
4144 * progmodes/cc-cmds.el (c-beginning-of-statement):
4145 Use function `sentence-end' instead of variable `sentence-end'.
4146
4147 2004-04-18 Andreas Schwab <schwab@suse.de>
4148
4149 * progmodes/compile.el (compilation-start): Set window start to
4150 point-min if compilation-scroll-output is nil.
4151
4152 2004-04-18 John Wiegley <johnw@newartisans.com>
4153
4154 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
4155
4156 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
4157
4158 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
4159 (gdb-info-breakpoints-custom): Revert previous change.
4160 (gdb-view-assembler): Update assembler if necessary.
4161 (gdb-frame-handler): Parse correctly for gdb-current-frame.
4162 (gdb-display-source-buffer): Update properly when both source and
4163 assembler are visible.
4164
4165 2004-04-17 John Wiegley <johnw@newartisans.com>
4166
4167 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
4168 which limits the number of names shown in the minibuffer. Off by
4169 default.
4170 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
4171 up iswitchb for users with a multitude of open buffers by showing
4172 only the first and last N/2 buffers in the completion list (which
4173 is enough to aid C-s/C-r, and to know that more characters are
4174 needed to refine the completion list).
4175
4176 2004-04-17 Richard M. Stallman <rms@gnu.org>
4177
4178 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
4179 (file-truename): Expand all ~ constructs directly.
4180 (insert-directory): Delete any error msg output by the
4181 `insert-directory-program'.
4182
4183 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
4184 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
4185 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
4186 (allout-init): Use find-file-hook, not find-file-hooks.
4187 (allout-mode): Eliminate Emacs 18 support.
4188 Use write-contents-functions, not local-write-file-hooks.
4189
4190 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
4191
4192 * progmodes/compile.el (compilation-error-properties): Fix for
4193 adding messages when there are already markers for their file.
4194 (compilation-fake-loc): New function.
4195
4196 2004-04-16 Dave Love <fx@gnu.org>
4197
4198 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
4199 (python-load-file): Fix python-orig-start setting.
4200
4201 * progmodes/compile.el: Doc fixes.
4202 (compilation-error-regexp-alist-alist)
4203 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
4204 (compilation-assq): Wrap in eval-when-compile.
4205 (compilation-mode-font-lock-keywords): Don't use list*.
4206 (compilation-start): Avoid warning.
4207 (compilation-compat-error-properties)
4208 (compilation-directory-properties): Add keymap property.
4209 (compilation-parsing-end): Make it a marker for better compatibility.
4210
4211 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
4212
4213 2004-04-16 Mark A. Hershberger <mah@everybody.org>
4214
4215 * xml.el: Doc fixes.
4216 (xml-get-children): Only looks at sub-tags and ignore strings.
4217
4218 * xml.el (xml-parse-tag): Avoid overwriting node-name.
4219
4220 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4221
4222 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
4223
4224 2004-04-16 Andre Spiegel <spiegel@gnu.org>
4225
4226 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
4227
4228 * vc.el (vc-print-log): Likewise.
4229
4230 2004-04-16 Masatake YAMATO <jet@gyve.org>
4231
4232 * simple.el (completion-setup-function): Set an initial value
4233 to `element-common-end' before entering loop. Set a value
4234 to `element-common-end' at the end of loop.
4235 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
4236 (completions-common-part): Rename from completion-de-emphasis.
4237 (completions-first-difference): Rename from completion-emphasis.
4238 Suggested by RMS.
4239
4240 2004-04-16 Juanma Barranquero <lektu@terra.es>
4241
4242 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
4243 (bookmark-edit-annotation-mode): Add mode name.
4244
4245 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
4248 for nested conflict markers.
4249 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
4250
4251 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
4252
4253 * progmodes/gdb-ui.el (gdb-goto-info): New function.
4254
4255 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
4256
4257 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4260 Give a backtrace if requested.
4261
4262 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4263
4264 * progmodes/python.el (python-mouse-2-command, python-RET-command):
4265 Remove unused functions.
4266 (python-orig-start-line, python-orig-file): Remove.
4267 (python-orig-start): New var.
4268 (python-input-filter, python-compilation-line-number)
4269 (python-send-region, python-load-file): Use it.
4270
4271 * info.el (info): Always jump to *info*.
4272
4273 * subr.el (posn-set-point): New function.
4274
4275 * mouse.el (mouse-set-point): Use it.
4276
4277 * progmodes/compile.el (compile-goto-error): Use it.
4278 (compilation-button-map): New keymap.
4279 (compilation-error-properties): Use it.
4280 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4281
4282 * smerge-mode.el (smerge-popup-context-menu): Use it.
4283
4284 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4285 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4286 mouse and non-mouse case.
4287
4288 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4289 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4290
4291 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4292 Make it work for non-mouse events.
4293
4294 * pcvs-info.el (cvs-status-map): Update binding name.
4295
4296 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4297
4298 * xml.el (xml-maybe-do-ns): New function to handle namespace
4299 parsing of both attribute and element names.
4300 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4301 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4302 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4303 (xml-parse-attlist): Make it do its own namespace parsing.
4304
4305 2004-04-14 Dave Love <fx@gnu.org>
4306
4307 * progmodes/python.el (run-python): Fix use of \n.
4308 (python-load-file): Remove `try' from Python fragment.
4309 (python-describe-symbol): Fix message.
4310
4311 * comint.el: Doc fixes.
4312 (comint-last-input-start, comint-last-input-end)
4313 (comint-last-output-start): Give them values.
4314 (comint-arguments): Avoid warning.
4315 (comint-skip-prompt): Use line-end-position.
4316 (comint-backward-matching-input): Rename arg to agree with doc.
4317 (comint-extract-string): Use syntax-ppss.
4318 (comint-dynamic-simple-complete): Delete useless list construction.
4319 (comint-redirect-subvert-readonly): New.
4320 (comint-redirect-preoutput-filter): Use it.
4321
4322 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4323 Correctly handle negative arguments when calling hook functions.
4324
4325 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4326
4327 * info.el (info-apropos): Don't clobber Info-history-list.
4328
4329 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4330
4331 * progmodes/compile.el (compilation-setup):
4332 Localize overlay-arrow-position.
4333 (compilation-sentinel): Restructure code equivalently.
4334 (compilation-next-error): Find message on same line after point if
4335 not found before point.
4336 (compile-mouse-goto-error): Restore function so that compilation
4337 buffer need not be current and use compile-goto-error.
4338 (compile-goto-error): Restore function.
4339 (next-error): Set overlay-arrow-position.
4340 (compilation-forget-errors): Don't localize already local
4341 compilation-locs and remove FIXME about refontifying.
4342
4343 2004-04-14 Kim F. Storm <storm@cua.dk>
4344
4345 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4346 (command-line): New option -Q. Like -q --no-site-file, but
4347 in addition it also disables menu-bar, tool-bar, scroll-bars,
4348 tool-tips, and the blinking cursor.
4349 (command-line-1): Skip startup screen if -Q.
4350 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4351
4352 * emulation/cua-base.el (cua-read-only-cursor-color)
4353 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4354
4355 2004-04-13 Dave Love <fx@gnu.org>
4356
4357 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4358 (syntax): Don't require.
4359 (python) <defgroup>: Add :version.
4360 (python-quote-syntax): Re-written.
4361 (inferior-python-mode): Move stuff here from run-python and add
4362 some more.
4363 (python-preoutput-continuation, python-preoutput-result)
4364 (python-dotty-syntax-table): New.
4365 (python-describe-symbol): Use them.
4366 (run-python): Move stuff to inferior-python-mode. Modify code
4367 loaded into Python.
4368 (python-send-region): Use python-proc, python-send-string.
4369 (python-send-string): Send newlines too. Callers changed.
4370 (python-load-file): Re-written.
4371 (python-eldoc-function): New.
4372 (info-look): Don't require.
4373 (python-after-info-look): New. A modified version of former
4374 top-level code for use with eval-after-load.
4375 (python-maybe-jython, python-guess-indent): Use widened buffer.
4376 (python-fill-paragraph): Re-written.
4377 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4378 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4379
4380 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4383 Set compilation-error-regexp-alist earlier.
4384
4385 * progmodes/compile.el (compilation-minor-mode-map)
4386 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4387 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4388
4389 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4392 corresponding to the event.
4393
4394 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4395
4396 * loadup.el: Add cygwin to system-type list, for unexec() support.
4397
4398 2004-04-12 John Paul Wallington <jpw@gnu.org>
4399
4400 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4401 (ibuffer-restore-window-config-on-quit): New variable to replace
4402 `ibuffer-delete-window-on-quit'. Update all references.
4403 (ibuffer-prev-window-config): New variable.
4404 (ibuffer-quit): Restore previous window configuration instead of
4405 deleting window.
4406 (ibuffer): Save window configuration before showing Ibuffer buffer.
4407
4408 * help.el (describe-mode): Doc fix.
4409
4410 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4413 not to treat nil as a function.
4414
4415 * vc-arch.el (vc-arch-root): Be a bit more careful.
4416 (vc-arch-register): Save the buffer if we modified it.
4417 (vc-arch-delete-rej-if-obsolete): Save excursion.
4418 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4419 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4420
4421 * net/ldap.el (ldap-search): Use list*.
4422
4423 2004-04-12 Juri Linkov <juri@jurta.org>
4424
4425 * info.el (Info-follow-reference): Allow multiline reference name.
4426
4427 2004-04-11 Dave Love <fx@gnu.org>
4428
4429 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4430
4431 * progmodes/python.el: New file.
4432
4433 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4434
4435 * vc-hooks.el (vc-arg-list): Function removed.
4436 (vc-default-workfile-unchanged-p): Use condition-case to check for
4437 backward compatibility.
4438
4439 * vc.el (vc-print-log): Use condition-case to check for backward
4440 compatibility.
4441
4442 2004-04-11 Juri Linkov <juri@jurta.org>
4443
4444 * dired.el (dired-faces): New defgroup.
4445 (dired-header, dired-mark, dired-marked, dired-flagged)
4446 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4447 New faces.
4448 (dired-header-face, dired-mark-face, dired-marked-face)
4449 (dired-flagged-face, dired-warning-face, dired-directory-face)
4450 (dired-symlink-face, dired-ignored-face): New face variables.
4451 (dired-font-lock-keywords): Use them instead of font-lock faces.
4452 Split the rule for dired marks into 3 separate rules: for marks,
4453 marked file names and flagged file names.
4454
4455 * help-mode.el (help-make-xrefs): Add a final newline to the
4456 *Help* buffer.
4457
4458 2004-04-11 John Paul Wallington <jpw@gnu.org>
4459
4460 * replace.el (occur-engine): Distinguish between one and several
4461 matches in the matches per buffer heading.
4462
4463 2004-04-11 Kim F. Storm <storm@cua.dk>
4464
4465 * ido.el (ido-confirm-unique-completion): New defcustom.
4466 (ido-complete): Use it.
4467 (ido-write-file): Set it to t unconditionally.
4468
4469 2004-04-10 Miles Bader <miles@gnu.org>
4470
4471 RCS keyword removal (only non-comment changes are enumerated here):
4472
4473 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4474 (byte-compile-insert-header): Don't use `byte-compile-version'.
4475 * forms.el (forms-version): Variable removed.
4476 (forms-mode): Don't use `forms-version'.
4477 * recentf.el (recentf-version): Variable removed.
4478 * progmodes/delphi.el (delphi-version): Variable removed.
4479 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4480
4481 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4484
4485 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4486
4487 * info.el (info-apropos): Improve menu item regexp.
4488
4489 2004-04-09 Simon Josefsson <jas@extundo.com>
4490
4491 * mail/smtpmail.el: Add comment, based on report by
4492 kdc@rcn.com (Kevin D. Clark).
4493
4494 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4497 Redo one more thing that I didn't notice Daniel had undone.
4498
4499 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4500
4501 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4502 (gdb-goto-breakpoint, gdb-display-buffer)
4503 (gdb-display-source-buffer, gdb-view-source-function)
4504 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4505 (gdb-source-info, gdb-frame-handler): Don't specify a window
4506 for display.
4507 (gdb-info-breakpoints-custom): Remove superfluous update of
4508 assembler buffer.
4509 (gdb-many-windows): Make settable outside gdb.
4510
4511 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4512
4513 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4514 Derive from fundamental-mode rather than text-mode.
4515
4516 2004-04-08 Juri Linkov <juri@jurta.org>
4517
4518 * info.el (Info-history): Doc fix.
4519 (Info-history-list): New var.
4520 (info-xref): Change magenta4 to blue, remove bold for dark and
4521 light backgrounds, change bold to underline for non-color classes.
4522 (info-xref-visited): New face.
4523 (Info-fontify-visited-nodes): New custom.
4524 (Info-hide-note-references): Add new value `hide'. Doc fix.
4525 (Info-reference-name): New var.
4526 (Info-selection-hook): New custom.
4527 (Info-edit-mode-hook): New var.
4528 (Info-find-file): New fun.
4529 (Info-find-node): Move part of code to Info-find-file.
4530 (Info-find-node-2): Add anchors to Info-history-list. Move point
4531 to the place with the reference name if name is defined.
4532 (Info-select-node): Add current node to Info-history-list.
4533 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4534 (Info-search-whitespace-regexp): New custom.
4535 (Info-search-case-fold): New var.
4536 (Info-search): Add "case-sensitively" to the prompt.
4537 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4538 (Info-search-case-sensitively, Info-search-next): New fun.
4539 (Info-up): Move point to the menu item of the current node.
4540 (Info-history): New fun. Add *info-history* to
4541 same-window-buffer-names.
4542 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4543 (Info-insert-toc): New fun.
4544 (Info-build-toc): New fun.
4545 (Info-follow-reference): Add new arg `fork'. Doc fix.
4546 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4547 with the same name prefer the reference closest to point.
4548 (Info-next-reference): Replace * by + in the *Note regexp.
4549 Add regexp for http:// and ftp://. Skip the *Note prefix.
4550 (Info-prev-reference): Replace * by + in the *Note regexp.
4551 Add regexp for http:// and ftp://. Skip the *Note prefix.
4552 (Info-follow-nearest-node): Add new arg `fork'.
4553 (Info-try-follow-nearest-node): Add new arg `fork'.
4554 Call browse-url for http:// and ftp:// references.
4555 Set Info-reference-name for index entries.
4556 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4557 Info-search-next, Info-history, Info-toc, clone-buffer.
4558 (Info-menu-update): Replace * by + in the *Note regexp.
4559 (Info-mode): Add documentation for Info-history, Info-toc,
4560 Info-search-case-sensitively, Info-search-next, clone-buffer.
4561 (Info-fontify-menu-headers): Remove fun. Move code to
4562 Info-fontify-node.
4563 (Info-fontify-node): Add docstring. Add local vars
4564 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4565 then fontify header line, titles, menu headers, http and ftp
4566 references, refill paragraphs. If not-fontified-p is t or
4567 fontify-visited-p is t then fontify cross references, menu items.
4568 Fontify menu headers. Fontify http and ftp references.
4569 Change regexp for cross references to require whitespace after *Note,
4570 add matching groups for file and node names. Remove hack for quote.
4571 Use display property for Info-hide-note-references=t. Use fifth
4572 or fourth match for help-echo. Display visited nodes in a
4573 different face. Unhide file names of external references.
4574 Unhide newlines. Display visited menu items in a different face.
4575
4576 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * progmodes/compile.el: Require CL.
4579 (compilation-mode-font-lock-keywords): Re-install the "line as
4580 function" patch.
4581
4582 * help-fns.el (help-C-source-directory): New var.
4583 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4584 (describe-function-1, describe-variable): Use them.
4585
4586 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4587 to C source files specially.
4588
4589 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4590
4591 * info.el (Info-hide-cookies-node): New function.
4592 (Info-select-node): Use it.
4593 (Info-display-images-node): Remove message with image file name.
4594
4595 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4596
4597 * progmodes/compile.el (compilation-warning-face)
4598 (compilation-info-face, compilation-skip-threshold)
4599 (compilation-skip-visited, compilation-context-lines):
4600 Declare :version when added to Emacs.
4601 (compilation-error-regexp-alist-alist): Extend caml and irix.
4602 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4603 (compilation-mode-font-lock-keywords): Temporarily undo line as
4604 function patch, which wasn't ready.
4605
4606 2004-04-07 Kenichi Handa <handa@m17n.org>
4607
4608 * international/latin1-disp.el (latin1-display-setup): Check each
4609 character is displayable or not instead of calling
4610 latin1-display-check-font.
4611
4612 2004-04-06 Kenichi Handa <handa@m17n.org>
4613
4614 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4615 New variable.
4616 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4617 instead of sera-being-called-by-w3.
4618 (ethio-fidel-to-sera-buffer): Likewise.
4619 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4620 instead of sera-being-called-by-w3.
4621 (ethio-write-file): Likewise.
4622
4623 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4624
4625 * printing.el: Doc fix.
4626
4627 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4628
4629 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4630 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4631 (gdb-setup-windows): Only use separate IO buffer if required.
4632
4633 2004-04-06 Kim F. Storm <storm@cua.dk>
4634
4635 * term.el (term-is-xemacs): Remove.
4636 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4637 (term-window-width): New function.
4638 (term-mode, term-check-size): Use it.
4639 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4640
4641 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4642
4643 * cus-edit.el (custom-add-parent-links): Change unbound variable
4644 `symbol' to `name'.
4645
4646 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4647 * info.el (info-apropos): New function.
4648 (Info-mode-menu): Add it.
4649 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4650
4651 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4652 inherited docstring.
4653
4654 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4655
4656 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4659
4660 * progmodes/compile.el (font-lock): Don't require any more.
4661 (compilation-error-properties, compilation-start, compilation-sentinel)
4662 (compilation-filter, next-error): Use with-current-buffer.
4663 (compilation-skip-to-next-location, compilation-skip-threshold)
4664 (compilation-skip-visited): Move to silence the byte-compiler.
4665 (compilation-setup): Simplify.
4666 (compilation-next-error): Use line-(beginning|end)-position.
4667 Make sure `pt' is non-nil before using compilation-loop.
4668 (compile-goto-error): Add optional event arg. Use it.
4669 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4670 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4671 Update the binding for mouse-2.
4672 (first-error): Set compilation-current-error to nil rather than bob.
4673 (compilation-parsing-end, compilation-parse-errors-function)
4674 (compilation-error-list, compilation-old-error-list):
4675 "New" compatibility variables.
4676 (compile-buffer-substring, compilation-compat-error-properties)
4677 (compilation-compat-parse-errors, compilation-forget-errors):
4678 New compatibility functions.
4679 (compilation-mode-font-lock-keywords): Use them.
4680
4681 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4682
4683 * autorevert.el (auto-revert-handler): If point (or a window
4684 point) is at the end of the buffer, keep it there after
4685 reverting. This allows to tail a file.
4686 Mention this in the `Commentary'.
4687
4688 * format.el (format-write-file): Add optional argument CONFIRM
4689 and make it behave like the analogous argument to `write-file'.
4690
4691 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4692
4693 * progmodes/ebnf2ps.el: Doc fix.
4694 (ebnf-version): New version number (4.2).
4695 (ebnf-syntax): Customization and docstring fix.
4696 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4697 Put autoloaded funs before first use.
4698 (ebnf-style-database): Add dtd entry.
4699 (ebnf-syntax-alist): Add dtd initialization.
4700 (ebnf-token-sequence): New fun.
4701 (ebnf-comment-table): Add new comment action character.
4702 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4703
4704 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4705 Type Definition for XML).
4706
4707 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4708 * progmodes/ebnf-bnf.el (ebnf-sequence):
4709 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4710 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4711 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4712 Code simplification: call ebnf-token-sequence.
4713
4714 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4715
4716 * calendar/timeclock.el (timeclock-relative)
4717 (timeclock-get-project-function, timeclock-get-workday-function)
4718 (timeclock-query-out, timeclock-when-to-leave)
4719 (timeclock-when-to-leave-string, timeclock-log-data)
4720 (timeclock-generate-report, timeclock-in): Doc fixes.
4721
4722 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * url/: New dir. Import the URL package from its repository.
4725
4726 2004-04-03 Andreas Schwab <schwab@suse.de>
4727
4728 * diff-mode.el (diff-mode): Fix missing quote.
4729
4730 2004-04-03 Juri Linkov <juri@jurta.org>
4731
4732 * descr-text.el (describe-property-list): Add `font-lock-face'.
4733
4734 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4735
4736 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4737
4738 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4739 Use utf-16le on little endian machines and utf-16be otherwise.
4740
4741 2004-04-02 David Kastrup <dak@gnu.org>
4742
4743 * net/browse-url.el (browse-url-generic): Use call-process
4744 instead of start-process to allow browsers that fork and detach.
4745
4746 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4747
4748 * compile.el (compilation-current-error): New var.
4749 (compilation-setup, compile-mouse-goto-error)
4750 (compile-goto-error, next-error): Use it.
4751 (compilation-skip-to-next-location): Default to t, which gives
4752 contiguous skipping like old compile (where this was redundant).
4753 (compilation-next-error): Prevent previous-* commands from moving
4754 back to message at or just before point.
4755
4756 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4757
4758 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4759 (gdb-source-info): Don't display source at startup, if required.
4760 (gdb-show-main): New option.
4761 (gdba): Update documentation.
4762 (gdb-source): Cover case of auto-display output.
4763
4764 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4765
4766 * autorevert.el: Delete obsolete autoload's and defvar's.
4767 (auto-revert-check-vc-info): New user option.
4768 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4769 (auto-revert-handler-vc): Delete.
4770 (auto-revert-handler): Treat return value `fast' of
4771 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4772
4773 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4774 return `fast'.
4775
4776 * files.el (buffer-stale-function): Doc change.
4777
4778 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4779
4780 * printing.el: New tip on Tips section.
4781 (pr-version): New version number (6.7.4).
4782 (pr-shell-file-name): Initialization fix.
4783
4784 2004-03-31 Juri Linkov <juri@jurta.org>
4785
4786 * dired.el: Add autoload for `dired-do-touch'.
4787 (dired-touch-program): New var.
4788 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4789 (dired-no-confirm): Add `touch' to docstring.
4790
4791 * dired-aux.el (dired-do-touch): New fun.
4792 (dired-do-chxxx): Add argument -t for touch operation.
4793
4794 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4795 `dired-move-to-filename-regexp'.
4796
4797 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4798
4799 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4800
4801 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4802
4803 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4804 and only if the buffer was modified.
4805
4806 2004-03-30 Kenichi Handa <handa@m17n.org>
4807
4808 * international/characters.el: Delete pairs for U+2308..U+230B.
4809
4810 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4811
4812 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4813 to detect the beginning of a level 2 or 3 annotation.
4814
4815 2004-03-29 Kenichi Handa <handa@m17n.org>
4816
4817 * international/ucs-tables.el (ucs-insert): Fix the error message.
4818
4819 2004-03-29 Kenichi Handa <handa@m17n.org>
4820
4821 * international/mule-util.el (char-displayable-p): Fix generation
4822 of XLFD file name.
4823
4824 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4825 before finding directories by `find'.
4826
4827 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * subr.el (interactive-form): Delete. Now implemented in C.
4830
4831 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4832
4833 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4834 (vc-diff-label): New fun.
4835 (vc-diff-internal): Use it.
4836
4837 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4838
4839 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4840
4841 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4842
4843 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4844 specify XML (EBNFX).
4845
4846 * progmodes/ebnf2ps.el: Doc fix.
4847 (ebnf-version): New version number (4.1).
4848 (ebnf-syntax): Adjust customization.
4849 (ebnf-style-database): Add ebnfx entry.
4850 (ebnf-syntax-alist): Add ebnfx initialization.
4851 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4852
4853 * printing.el: Doc fix.
4854 (pr-version): New version number (6.7.3).
4855 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4856 returns nil for mouse position. Reported by Drew Adams
4857 <drew.adams@oracle.com>.
4858 (pr-update-menus): Modify interactive declaration. Reported by Drew
4859 Adams <drew.adams@oracle.com>.
4860
4861 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4862
4863 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4864 (gud-gdba-marker-filter): Log the process input and output, if
4865 required. From Stefan Monnier.
4866 (gdb-debug-log, gdb-enable-debug-log): New variables.
4867 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4868
4869 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4872 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4873
4874 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4875
4876 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4877 Call vc-find-file-hook here instead of in auto-revert-buffers.
4878 (auto-revert-buffers): Delete call to vc-find-file-hook.
4879 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4880 (global-auto-revert-mode, auto-revert-set-timer)
4881 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4882
4883 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4884
4885 * woman.el (woman-change-fonts): Rename local variable
4886 woman-font-alist to font-alist to avoid a compiler warning.
4887
4888 2004-03-27 Dave Love <fx@gnu.org>
4889
4890 * emacs-lisp/rx.el (rx): Doc fix.
4891 Fix copyright years.
4892
4893 * strokes.el (strokes-global-set-stroke-string): New function.
4894 (strokes-list-strokes): Cope with strings, not just commands.
4895 Set foreground colour of image.
4896 (strokes-global-set-stroke): Doc fix.
4897
4898 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4899
4900 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4901 Auto Revert mode.
4902 (Buffer-menu-files-only): New variable.
4903 (Buffer-menu-toggle-files-only): New function.
4904 (Buffer-menu-mode-map): Bind it to `T'.
4905 (Buffer-menu-mode): Mention `T' in docstring.
4906 Set buffer-stale-function.
4907 (list-buffers-noselect): Mark buffer non-modified and set
4908 Buffer-menu-files-only.
4909
4910 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4911
4912 * autorevert.el (auto-revert-handler): Print revert message
4913 before, rather than after, reverting.
4914 (buffer-stale-function): Move to files.el.
4915
4916 * files.el (buffer-stale-function): Move here from autorevert.el.
4917
4918 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4921
4922 * calc/calc.el (calc-mode-map): Use mapc.
4923
4924 * apropos.el (apropos-mode): Don't autoload.
4925 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4926 (apropos): Use it.
4927 (apropos-print): Add optional `text' argument.
4928 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4929 Don't assume point-min == 1.
4930
4931 * bs.el (bs-buffer-list): Use buffer-local-value.
4932 (bs--set-toggle-to-show): Use with-current-buffer.
4933
4934 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4935 New funs.
4936 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4937
4938 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4939
4940 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4941 (dabbrev--find-expansion): Use pop.
4942 (dabbrev--search): Use match-string-no-properties.
4943
4944 * dired.el (dired-mode): Use run-mode-hooks.
4945 (dired-move-to-end-of-filename): Use match-string.
4946
4947 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4948 is bound before using it.
4949 (ediff-verbose-p): Make it into a var since it's not constant.
4950
4951 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4952
4953 * faces.el (read-face-font): Don't cons up unnecessarily.
4954 (header-line, tool-bar): Share common parts.
4955
4956 * files.el (file-relative-name): Use compare-strings.
4957
4958 * finder.el (finder-mode): Follow coding convention.
4959
4960 * subr.el (read-number): New function.
4961
4962 * ses.el (ses-read-number): Move to subr.el.
4963 (ses-set-header-row): Use read-number.
4964
4965 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4966
4967 * vc-hooks.el (vc-arg-list): New function, which handles both
4968 compiled and uncompiled code.
4969 (vc-default-workfile-unchanged-p): Use it.
4970
4971 * vc.el (vc-print-log): Undo prev change, use new function
4972 vc-arg-list from vc-hooks.el.
4973
4974 2004-03-26 Masatake YAMATO <jet@gyve.org>
4975
4976 * simple.el (completion-setup-function): Emphasize the
4977 first uncommon characters in the completions; and de-emphasize
4978 the common prefix substrings.
4979 (completion-emphasis): New face.
4980 (completion-de-emphasis): New face.
4981
4982 2004-03-25 Juanma Barranquero <lektu@terra.es>
4983
4984 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4985 Comment out (it's unused and unfinished code).
4986
4987 2004-03-25 Sam Steingold <sds@gnu.org>
4988
4989 * vc.el (vc-print-log): Fix a bug in the last patch:
4990 backend-function may be a byte-compiled object, not a lambda.
4991
4992 2004-03-25 Juri Linkov <juri@jurta.org>
4993
4994 * descr-text.el (describe-property-list): Add a button
4995 for `face' property that calls `describe-face'.
4996 Suggested by luis fernandes <elf@ee.ryerson.ca>
4997
4998 * international/mule.el (keyboard-coding-system):
4999 * kmacro.el (kmacro-call-macro): Fix docstring.
5000
5001 * dired.el: Fix comments.
5002
5003 * textmodes/fill.el (fill): Fix Info link.
5004
5005 * font-lock.el (fast-lock, lazy-lock):
5006 * jit-lock.el (jit-lock): Remove links to removed Support Modes
5007 Info node.
5008
5009 * eshell/eshell.el (eshell): Fix broken info-link.
5010
5011 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
5012 * eshell/em-banner.el (eshell-banner):
5013 * eshell/em-smart.el (eshell-smart):
5014 * eshell/esh-cmd.el (eshell-cmd):
5015 Comment out broken info-links to incomplete Info manual.
5016
5017 * info-xref.el: Fix commentary.
5018
5019 2004-03-25 Kevin Ryde <user42@zip.com.au>
5020
5021 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
5022 Remove spurious node duplicate suppression, doesn't work, not wanted.
5023 (info-xref-output): Take format style args, add "sit-for 0" to let
5024 user see the results as they progress.
5025 (info-xref-check-all-custom): New function.
5026
5027 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
5028
5029 * gdb-ui.el: Moved to progmodes.
5030
5031 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
5034
5035 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5036
5037 * calendar/appt.el (appt-check): Remove superfluous progn.
5038 When finished with diary buffer: if it was not being displayed
5039 before, kill it; otherwise restore its original state.
5040 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
5041
5042 * calendar/calendar.el (calendar-set-mode-line): Use total
5043 available mode-line width, rather than frame-width.
5044
5045 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
5046 after mode change so effect not lost.
5047
5048 2004-03-23 Dave Love <fx@gnu.org>
5049
5050 * dired.el (dired) <defgroup>: Add link to manual.
5051 (dired-font-lock-keywords): Add highlighting on unusual permissions.
5052 (dired-revert): Use dolist.
5053 (dired-mode-map): Add U binding.
5054 (dired-mode): Add font-lock-beginning-of-syntax-function.
5055 (dired-garbage-files-regexp): Make it a defcustom.
5056
5057 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
5060 is equivalent to nil.
5061 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
5062 (vc-arch-mode-line-string): Accept `added' state.
5063 (vc-arch-state): Use inode-sigs if available.
5064 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
5065 Copy&delete existing id file if any. Fallback if uuidgen is absent.
5066 (vc-arch-tagline-re): New var.
5067 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
5068 New functions.
5069 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
5070 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
5071
5072 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
5073 (vc-file-not-found-hook): Use it.
5074
5075 * diff-mode.el (diff-default-read-only): Change default.
5076 (diff-mode-hook): Make it a defcustom. Add some options.
5077 (diff-mode-map): Bind diff-refine-hook.
5078 (diff-yank-handler): New var.
5079 (diff-yank-function): New fun.
5080 (diff-font-lock-keywords): Use them.
5081 (diff-end-of-file): Handle case where file-header looks like diff text.
5082 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
5083 (diff-file-kill): Delete a subsequent empty line, if applicable.
5084 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
5085 (diff-find-file-name): Use it.
5086 (diff-tell-file-name): New command.
5087 (diff-mode): Be careful with view-mode.
5088 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
5089 New functions, for use in diff-mode-hook.
5090 (diff-find-source-location): Catch "regex too large" errors.
5091 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
5092 (diff-refine-hunk): New command.
5093
5094 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
5095 (smerge-context-menu-map): Remove unused var.
5096 (smerge-keep-all): Preserve markers.
5097 (smerge-keep-n): New fun.
5098 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5099 (smerge-keep-current, smerge-ediff): Use it.
5100 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
5101 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
5102 (smerge-resolve): Resolve trivial 3-part conflicts.
5103
5104 2004-03-23 Juri Linkov <juri@jurta.org>
5105
5106 * man.el (Man-width): New var.
5107 (Man-getpage-in-background): Use it.
5108 (Man-support-local-filenames): New var and fun.
5109 (Man-build-man-command): Don't add a second %s.
5110 (Man-fontify-manpage): Clean up message.
5111 (Man-mode): Set outline-regexp, outline-level,
5112 imenu-generic-expression.
5113
5114 * woman.el (woman-fill-frame): Doc fix.
5115 (woman-decode-region): Use window-width instead of frame-width.
5116
5117 * abbrevlist.el (list-one-abbrev-table):
5118 * descr-text.el (describe-char):
5119 * international/mule-diag.el (describe-current-coding-system):
5120 * international/quail.el (quail-insert-decode-map):
5121 Use window-width instead of frame-width.
5122
5123 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
5124 (jka-compr-mode-alist-additions): Add tbz.
5125 (jka-compr-write-region, jka-compr-insert-file-contents):
5126 Add message for undefined compress-program.
5127 (jka-compr-write-region): Remove redundant var bindings.
5128
5129 * dired-x.el (dired-guess-shell-alist-default): Add choices for
5130 extracting files into subdirectory. Add tbz and dz. Fix regexps.
5131 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
5132 (dired-man): Use dired-guess-shell-command.
5133 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
5134 Change default nil to t.
5135
5136 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
5137 (dired-compare-directories): Add default value for empty input.
5138
5139 * help-at-pt.el: Move suggestions for key bindings to Commentary.
5140
5141 * time.el (display-time-string-forms): Fix help-echo date format.
5142
5143 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
5144
5145 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
5146 (buffer-stale-function): New variable.
5147 (auto-revert-list-diff, auto-revert-dired-file-list)
5148 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
5149 (auto-revert-handler): Take over some functionality of deleted
5150 functions.
5151 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
5152
5153 * dired.el (dired-directory-changed-p): New fun, extracted from
5154 dired-internal-noselect.
5155 (dired-buffer-stale-p): New fun.
5156 (dired-internal-noselect): Use dired-directory-changed-p.
5157 Eliminate revert messages.
5158 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
5159
5160 2004-03-23 Kenichi Handa <handa@m17n.org>
5161
5162 * international/characters.el: Setup syntaxes for more parentheses
5163 Unicode characters.
5164
5165 * international/mule-cmds.el (select-safe-coding-system):
5166 Merge coding-system and auto-cs before comparing them.
5167
5168 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
5171
5172 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5173 normal-auto-fill-function and comment-indent-function.
5174 The default values now work just as well.
5175 Don't set font-lock-beginning-of-syntax-function since we already set
5176 syntax-begin-function.
5177 (lisp-outline-level): Put ;;;###autoload at same level as (.
5178 (prin1-char): Quote special chars.
5179
5180 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
5181 than with-no-warnings.
5182
5183 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
5184 if the source location can't be found.
5185 (edebug-compute-previous-result): Use prin1-char.
5186
5187 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
5188 (debug-ignored-errors): Add an entry.
5189
5190 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
5191 (byte-compile-file): Output warning when deleting a file.
5192
5193 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
5194 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
5195
5196 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
5197 (byte-compile-inline-expand): Use backquote.
5198 (byte-optimize-pure-func): Rename from byte-optimize-concat.
5199 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
5200
5201 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
5202
5203 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
5204
5205 2004-03-22 Juri Linkov <juri@jurta.org>
5206
5207 * finder.el (finder-known-keywords): Fix data, tex, unix.
5208
5209 * play/landmark.el: Fix keywords.
5210
5211 * language/ethio-util.el (ethio-find-file): Doc fix.
5212
5213 * emacs-lisp/warnings.el: Doc fix.
5214
5215 * textmodes/ispell.el (ispell-help): Doc fix.
5216
5217 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
5218
5219 * format.el (format-insert-file): Always return a list of two
5220 elements, like insert-file-contents does.
5221
5222 2004-03-21 Andre Spiegel <spiegel@gnu.org>
5223
5224 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
5225 and vc-BACKEND-diff.
5226 (vc-print-log): If the print-log implementation supports it, use
5227 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
5228 (vc-version-diff, vc-diff-internal): Doc fixes.
5229
5230 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
5231 implementation supports it, let diff output go to *vc*,
5232 not *vc-diff*, since this is an internal call.
5233
5234 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
5235
5236 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
5237
5238 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
5239
5240 2004-03-21 Dave Love <fx@gnu.org>
5241
5242 * progmodes/cfengine.el (cfengine-mode):
5243 Set parse-sexp-ignore-comments.
5244
5245 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
5246
5247 2004-03-21 Juanma Barranquero <lektu@terra.es>
5248
5249 * allout.el (allout-mode): Fix docstring.
5250
5251 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
5252
5253 * files.el (insert-directory): Fix bug if SWITCHES is a list.
5254
5255 * autorevert.el (auto-revert-interval): Make new value take
5256 effect immediately when set through Custom.
5257 (auto-revert-set-timer): Add interactive declaration.
5258
5259 2004-03-19 David Ponce <david@dponce.com>
5260
5261 * ruler-mode.el (ruler-mode-header-line-format-old):
5262 Don't `make-variable-buffer-local'.
5263 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5264 (ruler-mode-header-line-format): Simply funcall the above.
5265 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5266 to save/restore a previous header line format.
5267 (ruler-mode-space): Don't depend on a numeric WIDTH value.
5268 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5269 fringes and margins width.
5270 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5271
5272 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 * log-edit.el (log-edit-font-lock-keywords): Typo.
5275
5276 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5277 (tex-send-tex-command): Rather than here.
5278 (tex-compilation-parse-errors): Simplify.
5279
5280 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5281
5282 * time.el (display-time-string-forms): Add help-echo with date on time.
5283
5284 * composite.el (compose-region): Use restore-buffer-modified-p.
5285
5286 * disp-table.el (standard-display-8bit): Simplify.
5287
5288 * server.el (server-process-filter): Delete temp frame.
5289
5290 * add-log.el (add-change-log-entry): Simplify.
5291
5292 2004-03-19 Kim F. Storm <storm@cua.dk>
5293
5294 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5295 (hexl-follow-line): Don't require 'fringe.
5296
5297 * progmodes/compile.el (compilation-start): Always set
5298 compilation-last-buffer and return it.
5299
5300 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5301
5302 * simple.el (clone-buffer): Doc fix.
5303
5304 2004-03-18 Juanma Barranquero <lektu@terra.es>
5305
5306 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5307
5308 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * log-edit.el (log-edit-font-lock-keywords): New var.
5311 (log-edit-mode): Use it.
5312
5313 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5314
5315 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5316 properly for watching in speedbar.
5317
5318 2004-03-17 Masatake YAMATO <jet@gyve.org>
5319
5320 * smerge-mode.el (smerge-popup-context-menu):
5321 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5322
5323 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5326 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5327 Take sealed revisions into account.
5328 (vc-arch-checkin): Extract a summary line from the message.
5329
5330 2004-03-16 Masatake YAMATO <jet@gyve.org>
5331
5332 * register.el (register): Provide `register' feature.
5333
5334 2004-03-15 Masatake YAMATO <jet@gyve.org>
5335
5336 Added context menu support in smerge mode.
5337 Most of the part is written by Stefan Monnier.
5338
5339 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5340 New keymap and menu.
5341 (smerge-text-properties): New function.
5342 (smerge-remove-props): New function.
5343 (smerge-popup-context-menu): New function.
5344 (smerge-resolve): Call `smerge-remove-props'.
5345 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5346 (smerge-keep-current): Ditto.
5347 (smerge-kill-current): New function.
5348 (smerge-match-conflict): Put text properties.
5349 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5350
5351 2004-03-15 David Ponce <david@dponce.com>
5352
5353 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5354 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5355 (ruler-mode-right-scroll-bar-cols): Remove.
5356 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5357 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5358 Use fringe-columns and scroll-bar-columns.
5359
5360 2004-03-15 Masatake YAMATO <jet@gyve.org>
5361
5362 * hl-line.el (hl-line-range-function): New variable.
5363 (hl-line-move): New function.
5364 (global-hl-line-highlight): Use `hl-line-move'.
5365 (hl-line-highlight): Ditto.
5366
5367 * scroll-bar.el (scroll-bar-columns):
5368 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5369
5370 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5371 (ruler-mode-left-fringe-cols)
5372 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5373 (ruler-mode-right-scroll-bar-cols)
5374 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5375 (ruler-mode-ruler-function): New variable.
5376 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5377 if the value for `ruler-mode-ruler-function'is given.
5378
5379 * hexl.el (hexl-mode-hook): Make the hook customizable.
5380 (hexl-address-area, hexl-ascii-area): New customize variables.
5381 (hexlify-buffer): Put font-lock-faces on the address area and
5382 the ascii area.
5383 (hexl-activate-ruler): New function.
5384 (hexl-follow-line): New function.
5385 (hexl-highlight-line-range): New function.
5386 (hexl-mode-ruler): New function.
5387
5388 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5391 (vc-default-find-file-hook): New fun.
5392 (vc-find-file-hook): Call new find-file-hook operation.
5393
5394 * vc-arch.el: New file.
5395
5396 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5397
5398 * info-look.el (info-lookup): Reuse an existing Info window.
5399
5400 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5401
5402 * woman.el (woman-preserve-ascii): Default value changed to t and
5403 doc string revised.
5404
5405 2004-03-12 Richard M. Stallman <rms@gnu.org>
5406
5407 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5408 Fix minor bug.
5409
5410 * replace.el (occur-engine): Change message for count of matches.
5411
5412 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5413 For strings, do compare text properties.
5414
5415 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5416
5417 * progmodes/compile.el (compile-auto-highlight)
5418 (compilation-error-list, compilation-old-error-list)
5419 (compilation-parse-errors-function, compilation-parsing-end)
5420 (compilation-error-message, compilation-directory-stack)
5421 (compilation-enter-directory-regexp-alist)
5422 (compilation-leave-directory-regexp-alist)
5423 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5424 (compilation-current-file, compilation-regexps): Remove vars.
5425
5426 (compile-error-at-point, compilation-error-filedata)
5427 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5428 (compilation-next-error-locus, compilation-forget-errors)
5429 (count-regexp-groupings, compilation-parse-errors)
5430 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5431
5432 (compile-internal): Make obsolete.
5433
5434 (compilation-first-column, compilation-error)
5435 (compilation-directory-matcher, compilation-page-delimiter)
5436 (compilation-mode-font-lock-keywords, compilation-debug)
5437 (compilation-error-face, compilation-warning-face)
5438 (compilation-info-face, compilation-line-face)
5439 (compilation-column-face, compilation-enter-directory-face)
5440 (compilation-leave-directory-face, compilation-skip-threshold)
5441 (compilation-skip-visited, compilation-context-lines): New vars.
5442
5443 (compilation-warning-face, compilation-info-face)
5444 (compilation-message-face): New faces.
5445
5446 (compilation-error-regexp-alist-alist): New constant.
5447
5448 (compilation-face, compilation-directory-properties)
5449 (compilation-assq, compilation-error-properties, compilation-start)
5450 (define-compilation-mode, compilation-loop)
5451 (compilation-set-window): New functions.
5452
5453 (compile): Additional argument for interactive compiles like TeX.
5454
5455 * progmodes/grep.el (kill-grep): Move here from compile.el
5456 (grep-error, grep-hit-face, grep-error-face)
5457 (grep-mode-font-lock-keywords): New variables.
5458 (grep-regexp-alist): Simplify regexp and add `binary' case.
5459 (grep-mode): New mode.
5460 (grep-process-setup): Simplify.
5461
5462 2004-03-11 Jason Rumney <jasonr@gnu.org>
5463
5464 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5465 letters on DOS/Windows.
5466
5467 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * server.el (server-name): New var.
5470 (server-socket-dir): New var to replace server-socket-name.
5471 (server-start): Use them.
5472
5473 2004-03-11 Simon Josefsson <jas@extundo.com>
5474
5475 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5476 died to avoid infloop. Reported by Jonathan Glauner
5477 <jglauner@sbum.org>.
5478
5479 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5480
5481 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5482 (smerge-mode-menu): Use it to deactivate menu entries.
5483 (smerge-keep-current): New fun.
5484 (smerge-keep-current): Use it.
5485
5486 2004-03-10 John Paul Wallington <jpw@gnu.org>
5487
5488 * foldout.el (foldout-fold-list, foldout-modeline-string):
5489 Declare them as variables, not constants.
5490
5491 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5492
5493 * ps-print.el: Modification to print *Messages* buffer.
5494 (ps-print-version): New version 6.6.4.
5495 (ps-message-log-max): New fun.
5496 (ps-spool-without-faces, ps-spool-with-faces)
5497 (ps-count-lines-preprint): Code fix.
5498
5499 * printing.el: New tips in Tips section.
5500
5501 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5502
5503 * delim-col.el: Doc fix.
5504
5505 * printing.el: Doc fix. New doc section (Tips).
5506
5507 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5508
5509 * type-break.el (type-break-emacs-variant): Remove.
5510 (type-break-run-at-time, type-break-cancel-function-timers):
5511 Use fboundp rather than version name and number.
5512
5513 2004-03-09 Masatake YAMATO <jet@gyve.org>
5514
5515 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5516 `make-variable-buffer-local'.
5517
5518 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5519
5520 * find-dired.el (find-dired): Call `shell-command' instead of
5521 `start-process-shell-command'. By this, Tramp takes over
5522 handling of remote directories.
5523
5524 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * newcomment.el (comment-use-global-state): New var.
5527 (comment-search-forward): Use it.
5528
5529 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5530
5531 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5532
5533 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5534 (enable-kinsoku): Make it a defcustom.
5535 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5536 paragraph to same-comment-start-marker.
5537
5538 2004-03-07 Dave Love <fx@gnu.org>
5539
5540 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5541 (browse-url-mail): Use it.
5542
5543 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5544 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5545
5546 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5547
5548 * woman.el (woman-man.conf-path): Doc fix.
5549 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5550
5551 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5552
5553 * sort.el (sort-columns): Remove ms-dos from the list of systems
5554 where the external `sort' command is not used.
5555
5556 2004-03-07 Kim F. Storm <storm@cua.dk>
5557
5558 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5559 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5560 from overlay-arrow-variable-list.
5561 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5562
5563 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5564
5565 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5566 overlay arrow string properly for the assembler buffer.
5567
5568 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * mail/sendmail.el (mail-mode): Fix last change.
5571
5572 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5573
5574 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5575 for the assembler buffer.
5576 (gdb-assembler-custom): Position the overlay arrow.
5577 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5578
5579 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5582
5583 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5584 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5585
5586 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5587
5588 * newcomment.el (uncomment-region): Allow non-terminated comment.
5589 (comment-normalize-vars): Check the user-specified comstart marker.
5590
5591 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5592
5593 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5594 Otherwise, do use it if the region only contains font-lock text
5595 properties.
5596
5597 2004-03-04 Masatake YAMATO <jet@gyve.org>
5598
5599 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5600 as the callback function for eldoc.
5601 (hexl-print-current-point-info): New function.
5602 (hexl-current-address): Print the address in both decimal
5603 and hexadecimal format.
5604
5605 2004-03-04 Richard M. Stallman <rms@gnu.org>
5606
5607 * mail/rmail.el (rmail-convert-to-babyl-format):
5608 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5609
5610 * mail/mail-utils.el (mail-unquote-printable-region):
5611 New arg UNIBYTE.
5612
5613 * startup.el (command-switch-alist): Doc fix.
5614
5615 * simple.el (undo): Temporarily set this-command to `undo-start',
5616 then set it to `undo' once undo-start returns without error.
5617
5618 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5619
5620 * simple.el (kill-line): Don't disregard trailing whitespace
5621 in eol condition, if show-trailing-whitespace is set.
5622
5623 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5624 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5625 When disabling, restore old values only if mouse-sel-has-been-enabled.
5626
5627 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5628 (isearch-{-char): New function.
5629 (isearch-mode-map): Bind { to isearch-{-char.
5630
5631 * font-lock.el (lisp-font-lock-keywords-2):
5632 Turn off the CL with-... and do-... general patterns.
5633 Instead, recognize several specific with... and do... constructs.
5634
5635 * files.el (switch-to-buffer-other-window):
5636 Bind same-window-buffer-names and same-window-regexps to nil.
5637 (switch-to-buffer-other-frame): Likewise.
5638
5639 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5642 recognizing leading comment on code line.
5643
5644 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5647 hidden files/directories.
5648
5649 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5652 only comment-start (in case the mode hasn't set it).
5653
5654 * Makefile.in (AUTOGENEL): New var.
5655 (bootstrap-prepare): Rename from bootstrap-clean.
5656 Don't remove elc files.
5657 (maintainer-clean): New target.
5658
5659 * xml.el (xml-get-attribute-or-nil): Simplify.
5660
5661 2004-03-02 Juri Linkov <juri@jurta.org>
5662
5663 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5664 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5665 URL to prevent their substitution with the environment variable
5666 values by browsers.
5667
5668 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5669
5670 * ps-print.el: Doc fix.
5671 (ps-print-version): New version number (6.6.3).
5672 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5673 Docstring fix.
5674 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5675 before printing.
5676 (ps-time-stamp-yyyy-mm-dd): New fun.
5677 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5678
5679 2004-03-02 Kim F. Storm <storm@cua.dk>
5680
5681 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5682
5683 2004-03-01 Juanma Barranquero <lektu@terra.es>
5684
5685 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5686
5687 * desktop.el (desktop-file-version)
5688 (desktop-after-read-hook): Fix typos.
5689 (desktop-clear-preserve-buffers): Remove redundant info in
5690 docstring already shown by the obsolescence message.
5691 (desktop-truncate, desktop-internal-v2s)
5692 (desktop-value-to-string): Change argument name to match docstring.
5693
5694 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5695
5696 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5697 docstring.
5698
5699 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5700
5701 * printing.el: Replace "As Is..." in PostScript file print/preview by
5702 "No Preprocessing...". Suggested by Colin Marquardt
5703 <_marquardt_@zmd.de>.
5704 (pr-insert-section-4): Adjust buffer interface.
5705
5706 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5707
5708 Version 2.0.39 of Tramp released.
5709
5710 * net/tramp.el (tramp-handle-file-local-copy)
5711 (tramp-handle-write-region, tramp-open-connection-rsh):
5712 Variable name typo. Small change. From Patrick Tullmann
5713 <tullmann@flux.utah.edu>.
5714 (tramp-process-connection-type): New variable.
5715 (tramp-maybe-open-connection): Use it.
5716 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5717 (tramp-touch): Set last-modified time of a remote file.
5718 (tramp-handle-write-region): Say which function is used when encoding.
5719
5720 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5721
5722 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5723 case of non-existing filename, too. Reported by Christoph Bauer
5724 <c_bauer@informatik.uni-kl.de>.
5725 (tramp-smb-get-file-entries): The directory in question should
5726 have permissions "drwxrwxrwx". Just virtual, because we don't
5727 know the real permissions. Don't we know?
5728 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5729 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5730 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5731 output. If it was received chunkwise, there have been problems.
5732 Remove the "prompt not found" error message; it is obvious.
5733 Simplify algorithm.
5734 (tramp-smb-process-running): Remove. Since we acknowledge the
5735 virtual prompt for shares, there's no need for distinction of
5736 reading shares (process ends afterwards) and interactive mode of
5737 smblient.
5738 (tramp-smb-open-connection): Setting process sentinel removed.
5739 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5740 "NT_STATUS_NETWORK_ACCESS_DENIED".
5741 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5742 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5743 (top-level): Setting default value in `tramp-default-method-alist'
5744 corrected. Order of USER and HOST have been wrong.
5745 Nobody complained for months ...
5746 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5747 (tramp-smb-open-connection): Clear password cache if login has failed.
5748
5749 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5750 `tramp-unified-filenames'.
5751 (tramp-completion-mode): Make test for XEmacs explicitely.
5752 `event-to-character' can exists in Emacs packages too.
5753 Reported by Matt Swift <swift@alum.mit.edu>.
5754 (tramp-buffer-name): Buffer name must contain the user if exists.
5755 Reported by Adrian Phillips <a.phillips@met.no>.
5756 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5757 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5758 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5759 `tramp-do-copy-or-rename-file-one-local', because it handles also
5760 the case both files use the same out-of-band method.
5761 Implementation added.
5762 (tramp-handle-file-local-copy, tramp-handle-write-region):
5763 Out-of-band handling removed. `copy-file' called instead, which
5764 calls `tramp-do-copy-or-rename-file-out-of-band'.
5765 (tramp-action-password): Check for out-of-band method removed.
5766 This function is used for 'login-program.
5767 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5768 appropriate.
5769 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5770 and `tramp-parse-sknownhosts'.
5771 (tramp-completion-function-alist): It's a defvar now, because we
5772 want to apply the optimized `tramp-set-completion-function'
5773 instead of a static list.
5774 (tramp-set-completion-function): Implementation tuned.
5775 Avoid double entries, and entries where the function or the
5776 file/directory doesn't exist.
5777 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5778 for SSH2.
5779 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5780 (tramp-handle-dired-compress-file): New function.
5781 (tramp-async-proc): New variable.
5782 (tramp-handle-shell-command): Adding asynchronous processes.
5783 They are far from being perfect, but it works at least for
5784 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5785 (top-level): Require password.el if visible. Should be mandatory
5786 once No Gnus has found its way into (X)Emacs.
5787 (tramp-read-passwd): Invoke `password-read' if available,
5788 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5789 fallback any longer.
5790 (tramp-clear-passwd): New function.
5791 (tramp-process-actions, tramp-process-multi-actions):
5792 Clear password cache if login has failed.
5793
5794 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5795 its own module.
5796 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5797 `ange-ftp-ftp-name-res'. There could be incorrect values from
5798 previous calls in case the "ftp" method is used in the Tramp file
5799 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5800
5801 2004-02-28 Richard M. Stallman <rms@gnu.org>
5802
5803 * term.el (term-mouse-paste): Call mouse-set-point.
5804
5805 * thumbs.el: New file.
5806
5807 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5808
5809 * progmodes/ebnf-abn.el: Doc fix.
5810
5811 * progmodes/ebnf-bnf.el: Doc fix.
5812 (ebnf-repeat): Code fix.
5813
5814 * progmodes/ebnf2ps.el: Doc fix.
5815 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5816
5817 2004-02-28 Juri Linkov <juri@jurta.org>
5818
5819 * ffap.el (dired-at-point): Additional writability test for
5820 relative directory names.
5821 (dired-at-point-prompter): Treat directories as a directory, get
5822 the directory component from files.
5823 (ffap-string-at-point): Return string from region if region is active.
5824 (ffap-file-at-point): Remove redundant code.
5825
5826 2004-02-28 Kim F. Storm <storm@cua.dk>
5827
5828 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5829 Initialize margin area images to nil.
5830 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5831 (breakpoint-enabled-bitmap-face)
5832 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5833 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5834 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5835 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5836 (gdb-reset): Use gdb-remove-breakpoint-icons.
5837 (gdb-put-string): Add dprop arg to specify alternative display
5838 property (for setting fringe bitmap).
5839 (gdb-remove-strings): Doc fix.
5840 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5841 icon in fringe (if available), or else as icon or text in display
5842 margin. Creates necessary icons in breakpoint-bitmap,
5843 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5844 Also make left window margin if required.
5845 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5846 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5847 no longer needed.
5848 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5849 gdb-put-breakpoint-icon.
5850 (gdb-assembler-mode): Don't set left-margin-width here.
5851
5852 2004-02-27 Kevin Ryde <user42@zip.com.au>
5853
5854 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5855 comma, so that it DTRT in macros.
5856
5857 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5858
5859 * progmodes/sh-script.el (sh-shell-arg)
5860 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5861 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5862
5863 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5864
5865 * faces.el (face-spec-set-match-display): Add a new attribute,
5866 `min-colors'.
5867 (region, highlight, secondary-selection): Use `min-colors'.
5868
5869 * custom.el (defface): Add documentation for `min-colors'.
5870
5871 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5872 (font-lock-keyword-face, font-lock-function-name-face)
5873 (font-lock-variable-name-face, font-lock-constant-face):
5874 Use `min-colors'.
5875
5876 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5877
5878 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5879
5880 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5881 define assq-delete-all if it's not defined.
5882 (ebnf-generate-region): Code fix.
5883
5884 * printing.el: Doc fix.
5885 (pr-version): New version number (6.7.2).
5886 (pr-command): Return empty string if command is an empty string.
5887
5888 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5889
5890 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5891
5892 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5893 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5894 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5895 "tt" ["test"] ). Reported by Markus Dreyer
5896 <mdreyer@ix.urz.uni-heidelberg.de>.
5897 (ebnf-version): New version number (4.0).
5898 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5899 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5900 (ebnf-delete-style): New commands.
5901 (ebnf-directory, ebnf-file): New funs.
5902 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5903 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5904 (ebnf-syntax-alist): New var.
5905 (ebnf-element-width): New fun replacing ebnf-list-width.
5906 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5907 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5908 (ebnf-prologue): Adjust vars.
5909 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5910 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5911 (ebnf-check-style-values, ebnf-generate-production)
5912 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5913 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5914 (ebnf-token-repeat): Code fix.
5915
5916 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5917 %right, %left and %prec. Suggested by Matthew K. Junker
5918 <junker@alum.mit.edu>.
5919 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5920
5921 * progmodes/ebnf-iso.el: Doc fix.
5922 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5923 (ebnf-iso-lex): Code fix.
5924
5925 * progmodes/ebnf-bnf.el: Doc fix.
5926 (ebnf-bnf-lex): Code fix.
5927
5928 * progmodes/ebnf-otz.el: Doc fix.
5929
5930 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5931
5932 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5933 (abbrev-prefix-mark): Doc fix.
5934
5935 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5936
5937 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5938 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5939 (gdb-var-delete): Make interactive (really).
5940 (gdb-edit-value): Make non-interactive.
5941
5942 * progmodes/gud.el (gud-speedbar-menu-items):
5943 Add gdb-var-delete and, indirectly, gdb-edit-value.
5944 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5945 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5946 (gud-gdb-marker-filter): Add comment for annotations.
5947
5948 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5949
5950 * calendar/calendar.el (generate-calendar)
5951 (calendar-read-date): Prevent display of BC calendars once more -
5952 reverts 2003-10-01 change.
5953 (generate-calendar-month): Doc fix.
5954
5955 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5956
5957 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5958 return value of increment-calendar-month.
5959
5960 2004-02-21 Stephen Compall <s11@member.fsf.org>
5961
5962 * saveplace.el (save-place-forget-unreadable-files)
5963 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5964 (save-place-forget-unreadable-files): New function.
5965 (save-place-alist-to-file): Use it to filter out files that are
5966 no longer readable.
5967
5968 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5969 current Texinfo environment, using the same method as in
5970 `texinfo-insert-@end', and insert a space rather than a newline if
5971 point in a @table environment.
5972
5973 2004-02-21 Juri Linkov <juri@jurta.org>
5974
5975 * ffap.el (ffap-file-at-point): Try parent directories.
5976
5977 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5978
5979 * vcursor.el (vcursor-modifiers): New defcustom.
5980 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5981 hard-coded list.
5982
5983 2004-02-21 Masatake YAMATO <jet@gyve.org>
5984
5985 * play/animate.el (animate-birthday-present): Accept names other
5986 than `Sarah', too.
5987
5988 2004-02-21 Juri Linkov <juri@jurta.org>
5989
5990 * startup.el: Remove table of command line arguments from the
5991 Commentary section.
5992
5993 2004-02-20 John Wiegley <johnw@newartisans.com>
5994
5995 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5996 again" modifier from 'e' to 'E', since 'e' is also used by the
5997 "file extension" modifier.
5998
5999 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
6000
6001 * help-fns.el (describe-categories): Doc fix.
6002
6003 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6004
6005 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
6006 temporary file for buffer already visiting one. This change makes
6007 output likely to be directly usable by patch program.
6008 Suggested by Adrian Aichner <adrian@xemacs.org>
6009
6010 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
6011
6012 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
6013 case of variables defined in compound statements.
6014 (gdb-setup-windows, gdb-source-info, gdb-source-info):
6015 Simplify constructions using switch-to-buffer.
6016
6017 2004-02-19 Simon Josefsson <jas@extundo.com>
6018
6019 * play/morse.el: Fix typo.
6020 (morse-code): Add @.
6021
6022 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6023
6024 * calendar/appt.el (appt-display-format): Change default to
6025 'ignore, for backwards compatibility.
6026 (appt-display-message): If appt-display-format is 'ignore,
6027 respect old vars appt-msg-window and appt-visible.
6028 (appt-activate): Don't depend on return value of cancel-timer.
6029
6030 * calendar/calendar.el (calendar-holidays): Doc fix.
6031
6032 * calendar/cal-coptic.el (coptic-prompt-for-date):
6033 Use assoc-string instead of assoc-ignore-case.
6034 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6035 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6036 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6037 * calendar/cal-islam.el (calendar-goto-islamic-date)
6038 (mark-islamic-diary-entries): Ditto.
6039 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6040 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6041 (calendar-read-mayan-tzolkin-date): Ditto.
6042 * calendar/calendar.el (calendar-read-date): Ditto.
6043 * calendar/diary-lib.el (mark-diary-entries): Ditto.
6044
6045 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
6046
6047 * progmodes/executable.el (executable-command-find-posix-p):
6048 Fix choice of the directory.
6049
6050 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6051
6052 * simple.el (interprogram-cut-function)
6053 (interprogram-paste-function, kill-new, kill-append):
6054 Doc fixes.
6055 (kill-region): Make it return nil. Doc fix.
6056 (yank-pop): Make its argument optional.
6057 (yank): Make ARG `-' equivalent to `-1'.
6058
6059 2004-02-17 Eli Zaretskii <eliz@gnu.org>
6060
6061 * mail/rmail.el (rmail-get-new-mail): Don't reference
6062 rmail-use-spam-filter if rmail-spam-filter is not loaded.
6063
6064 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6065
6066 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
6067 if one of global-auto-revert-non-file-buffers or autorevert-mode
6068 is non-nil.
6069
6070 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6071
6072 * subr.el (delete-dups): A better implementation from Karl Heuer
6073 <kwzh@gnu.org>.
6074
6075 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6076
6077 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
6078 correct place.
6079 * progmodes/icon.el (icon-indent-command): Ditto.
6080 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
6081
6082 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6083
6084 * progmodes/grep.el (grep-compute-defaults): Undo change from
6085 2004-01-29: don't use executable-command-find-posix-p.
6086
6087 2004-02-16 Richard Sharman <rsharman@pobox.com>
6088
6089 * hilit-chg.el: Use require instead of eval-and-compile.
6090 (highlight-compare-buffers): New function.
6091
6092 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
6093
6094 * man.el (Man-fontify-manpage): Render section headings in
6095 `Man-overstrike-face' even when overstrike was not used by man
6096 formatter for section headings.
6097
6098 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
6099
6100 * rmail-spam-filter.el: (vm-use-spam-filter)
6101 (rsf-min-region-length-added-to-spam-list): New variables.
6102 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
6103 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
6104 spam testing. Don't delete spam message if automatic deletion
6105 after output via variable rmail-delete-after-output is turned on.
6106 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
6107 rsf-bbdb-dont-create-entries-for-spam.
6108 (check-field): New function, extracted from code in
6109 rmail-spam-filter to ease addition of header fields like content-type.
6110 (message-content-type): New variable to check the content-type:
6111 field added, also in defcustom of rsf-definitions-alist.
6112 (rmail-spam-filter): Replace repeated test code for header fields
6113 by calls to check-field; change the call to
6114 rmail-output-to-rmail-file such that rmail-current-message stays
6115 the same to avoid wrong deletion of unseen flags.
6116 (rsf-add-contents-type): New function to convert old format
6117 of rmail-spam-definitions-alist into new one.
6118 Change prefixes of all variables and functions from
6119 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
6120
6121 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6122
6123 * loadhist.el (unload-hook-features-list): New defvar.
6124
6125 2004-02-16 Dave Love <fx@gnu.org>
6126
6127 * loadhist.el (unload-feature): Doc fix. Rename flist to
6128 unload-hook-features-list.
6129
6130 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
6131
6132 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
6133 cookie. Don't check if we are looking-at open-formula.
6134
6135 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6136
6137 * subr.el (match-string-no-properties): Use substring-no-properties.
6138
6139 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6140
6141 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
6142 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
6143 Use lower-case "rx" in all error message.
6144
6145 2004-02-16 Dave Love <fx@gnu.org>
6146
6147 * emacs-lisp/rx.el (rx-or): Put group around result.
6148 (rx-constituents): Add backref.
6149 (rx-syntax): Add string-delimiter, comment-delimiter.
6150 (rx-categories): Add combining-diacritic.
6151 (rx-check-not, rx-greedy, rx): Doc fix.
6152 (rx-backref, rx-check-backref): New.
6153
6154 2004-02-16 Jesper Harder <harder@ifa.au.dk>
6155
6156 * newcomment.el (uncomment-region): Allow eob as comment end.
6157
6158 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6159
6160 * filecache.el: All message and error commands now use prefix
6161 "Filecache:" to make it easy to read *Messages* buffer.
6162
6163 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6164
6165 * autorevert.el: Add support to detect changed dired and VC buffers.
6166 (auto-revert-active-p, auto-revert-list-diff)
6167 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
6168 (auto-revert-handler, auto-revert-active-p): New functions.
6169 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
6170 and `auto-revert-active-p'.
6171 (eval-when-compile): Defvar dired-directory and vc-mode.
6172 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6173 (auto-revert-handler-vc): New functions.
6174
6175 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
6176
6177 * progmodes/compile.el (compilation-directory): New defvar.
6178 (compile): Save current directory in compilation-directory.
6179 (recompile): Bind default-directory to compilation-directory if
6180 that is non-nil.
6181
6182 2004-02-16 Dave Love <fx@gnu.org>
6183
6184 * newcomment.el (comment-insert-comment-function)
6185 (comment-region-function, uncomment-region-function): New.
6186 (comment-indent): Use comment-insert-comment-function.
6187 (uncomment-region): Use uncomment-region-function.
6188 (comment-region): Use comment-region-function.
6189
6190 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
6191
6192 2004-02-16 Richard Stallman <rms@gnu.org>
6193
6194 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
6195 loaddefs* and ldefs-boot*.
6196
6197 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6198
6199 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
6200 and email address at the beginning and end of the address.
6201
6202 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
6203 anchored at the beginning of the email address.
6204
6205 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
6206
6207 * international/ccl.el (ccl-compile-write): Pass `left' to
6208 ccl-embed-code to generate correct code of write-expr-register.
6209
6210 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
6211
6212 * progmodes/grep.el (grep-compute-defaults): Fix typos.
6213
6214 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6215
6216 * x-dnd.el: Mention support for Motif in commentary.
6217 (x-dnd-handle-drag-n-drop-event): Ditto.
6218
6219 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6220
6221 * ses.el: Use "ses--" prefixes for buffer-local variables.
6222 Use (point-min) instead of 1, even when we know the buffer
6223 is unnarrowed.
6224 (ses-build-load-map): Delete. Distribute its content to defconst's for
6225 the three maps.
6226 (ses-menu, ses-header-line-menu): New menus.
6227 (ses-mode-map): Use them.
6228 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
6229
6230 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
6231
6232 * Makefile.in: Fix the CC Mode recompile kludge so it works
6233 when building in a different directory.
6234
6235 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
6236
6237 * simple.el (kill-new): Put yank-handler property on the entire string.
6238
6239 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * diff.el: Don't use compile any more, use diff-mode instead.
6242 (diff-regexp-alist, diff-old-file, diff-new-file)
6243 (diff-parse-differences, diff-process-setup): Remove.
6244 (diff-sentinel): New fun.
6245 (diff): Use it. Run the process ourselves.
6246 Use diff-mode for the rest of the processing.
6247
6248 * diff.el (diff): Simplify code handling `switch'.
6249
6250 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * pcvs-defs.el (cvs-menu): Add `tag'.
6253
6254 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6255
6256 * simple.el (kill-append): Doc fix.
6257
6258 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6259 Adapt outline-regexp to the new conventions for commenting out code.
6260
6261 2004-02-11 John Paul Wallington <jpw@gnu.org>
6262
6263 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6264
6265 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * diff.el (diff-switches): New fun.
6268 (diff, diff-backup): Use it.
6269 (diff): Clean up the args construction. Use backquote.
6270 Use listp instead of consp to avoid putting a nil arg.
6271 (diff): Add a revert-buffer function.
6272
6273 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6274
6275 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
6276 handled by x-dnd-handle-file-name.
6277 (x-dnd-known-types): Add COMPOUND_TEXT.
6278 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6279 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6280 x-dnd-empty-state.
6281 (x-dnd-forget-drop): Ditto.
6282 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6283 (x-dnd-handle-one-url): Return private when inserting text.
6284 (x-dnd-insert-ctext): New function.
6285 (x-dnd-handle-file-name): New function for FILE_NAME.
6286 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6287 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6288 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6289
6290 2004-02-10 Kenichi Handa <handa@m17n.org>
6291
6292 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6293 instead of while loop.
6294
6295 2004-02-10 Miles Bader <miles@gnu.org>
6296
6297 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6298
6299 2004-02-09 Kenichi Handa <handa@m17n.org>
6300
6301 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6302 have end-of-line.
6303
6304 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6305
6306 * Makefile.in: Added extra dependencies in the recompile target
6307 needed to cope with the compile time macro expansions in CC Mode.
6308
6309 2004-02-09 Kim F. Storm <storm@cua.dk>
6310
6311 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6312 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6313 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6314 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6315 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6316 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6317 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6318 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6319 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6320 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6321 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6322
6323 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6326 Don't allow shrink if there's a window on our right.
6327
6328 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6329 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6330 Bring together declaration and initialization.
6331 (prolog-mode-variables): Don't set the syntax table.
6332 Don't set paragraph-start and comment-indent-function.
6333 Add /*..*/ to the comment regexps.
6334 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6335 (prolog-mode-map): Don't bind TAB.
6336 (prolog-mode): Set the syntax table.
6337 (prolog-comment-indent): Remove.
6338 (inferior-prolog-mode-map): Initialize in the declaration.
6339 (inferior-prolog-mode-syntax-table)
6340 (inferior-prolog-mode-abbrev-table): New vars.
6341 (inferior-prolog-mode): Derive from comint-mode.
6342 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6343 minibuffer windows.
6344
6345 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6346 in file names, as long as it is unabmiguous.
6347
6348 2004-02-08 Andreas Schwab <schwab@suse.de>
6349
6350 * textmodes/reftex-toc.el
6351 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6352 format. Doc fix.
6353
6354 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6355 format string arguments.
6356
6357 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6358 string argument.
6359
6360 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6361
6362 * play/zone.el (zone-call): Fix format string.
6363
6364 * net/webjump.el (webjump-builtin): Add missing format string argument.
6365
6366 * midnight.el (midnight-delay-set): Remove extra format string argument.
6367
6368 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6369
6370 * hexl.el (hexl-insert-char): Add missing format string argument.
6371
6372 * format.el (format-decode): Fix format string.
6373
6374 * emulation/vi.el (vi-mode): Remove extra format string argument.
6375 (vi-repeat-last-search): Likewise.
6376 (vi-reverse-last-search): Likewise.
6377 (vi-goto-mark): Likewise.
6378 (vi-reverse-last-find-char): Likewise.
6379 (vi-repeat-last-find-char): Likewise.
6380 (vi-locate-def): Likewise.
6381
6382 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6383
6384 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6385 string argument.
6386 (ediff-toggle-regexp-match): Likewise.
6387
6388 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6389 format string argument.
6390
6391 * calc/calc-map.el (calc-get-operator): Remove extra format
6392 string argument.
6393
6394 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6395
6396 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6397 string argument.
6398
6399 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6400
6401 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6402
6403 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6404
6405 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6406 (cl-struct-setf-expander): Likewise.
6407
6408 * vc.el (with-vc-file): Fix unsafe uses of error.
6409 (vc-cancel-version): Likewise.
6410
6411 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6412
6413 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6414 thousands separator; fixes <class>:<line-number> regexp for
6415 non-english locales.
6416
6417 2004-02-08 Andreas Schwab <schwab@suse.de>
6418
6419 * view.el (view-mode-enable): Revert previous change.
6420
6421 2004-02-07 Kim F. Storm <storm@cua.dk>
6422
6423 * simple.el (line-number-at-pos): Rename from line-at-pos.
6424 Uses changed (what-line and vc-annotate-warp-version).
6425
6426 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6429 (diff-mode): Remove aborted attempt at support for compile.el.
6430 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6431
6432 2004-02-06 Andreas Schwab <schwab@suse.de>
6433
6434 * view.el (view-mode-enable): Add view-mode-map to
6435 minor-mode-overriding-map-alist.
6436
6437 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6438
6439 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6440
6441 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6444 with point inside rather than after the paragraph.
6445
6446 2004-02-04 Sam Steingold <sds@gnu.org>
6447
6448 * mail/smtpmail.el (smtpmail-try-auth-methods):
6449 Do not try authentication when no mechanism is available.
6450 Pass port-name as defaultport to `netrc-machine'.
6451
6452 2004-02-04 Stephen Eglen <stephen@gnu.org>
6453
6454 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6455 to show how minibuffer height can be constrained.
6456
6457 2004-02-04 John Paul Wallington <jpw@gnu.org>
6458
6459 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6460
6461 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6462
6463 * x-dnd.el: New file for drag and drop.
6464
6465 * term/x-win.el: require x-dnd, set after-make-frame-functions
6466 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6467 drag-n-drop event.
6468
6469 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6470 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6471 (dired-dnd-handle-file): New functions for drag and drop support.
6472 (dired-mode): Initialize drag and drop if x-dnd present.
6473
6474 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6477 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6478 (cperl-mode): Set fill-paragraph-function.
6479 (cperl-fill-paragraph): Make it non-interactive.
6480
6481 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6482
6483 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6484
6485 2004-02-02 David Kastrup <dak@gnu.org>
6486
6487 * replace.el (perform-replace): Allow 'literal argument in
6488 regexp-flag to indicate literal replacement.
6489 (query-replace-regexp-eval): Use it.
6490
6491 2004-02-01 Andreas Schwab <schwab@suse.de>
6492
6493 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6494
6495 2004-02-01 Stephen Eglen <stephen@gnu.org>
6496
6497 * info-look.el: Add support for maxima-mode. Update commentary
6498 because info-lookup-symbol is now bound to C-h S.
6499
6500 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6501
6502 * simple.el (edit-and-eval-command): Bind print-level and
6503 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6504 Correct initial position in command-history.
6505
6506 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6507
6508 * files.el (read-directory-name): Adapt the docstring to recent
6509 change in Fread_file_name.
6510
6511 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6512
6513 * ses.el (ses-print-cell): If print format too wide for column
6514 width, truncate decimal places if that helps to avoid "#####" fill.
6515 * ses.el (ses-initial-column-width): Revert previous change.
6516
6517 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6520 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6521 Add edebug info.
6522 (jit-lock-mode): Setup/cancel the new timer.
6523 (jit-lock-context-fontify): New fun. Extracted from
6524 context fontification code of jit-lock-stealth-fontify.
6525 (jit-lock-stealth-fontify): Don't do context fontification any more.
6526
6527 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6528 (jit-lock-fontify-now): Handle the `quit' case.
6529 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6530
6531 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6532
6533 * progmodes/executable.el (executable-command-find-posix-p):
6534 New. Check if find handles arguments Posix-style.
6535
6536 * progmodes/grep.el (grep-compute-defaults):
6537 Use executable-command-find-posix-p.
6538 (grep-find): Check `grep-find-command'.
6539
6540 * filecache.el (file-cache-find-posix-p): Delete.
6541 (file-cache-add-directory-using-find):
6542 Use `executable-command-find-posix-p'.
6543
6544 2004-01-29 Dave Love <fx@gnu.org>
6545
6546 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6547 Iterate the hook function if arg is given.
6548 (mark-defun, narrow-to-defun): Change order of finding the limits.
6549
6550 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6551 (byte-compile-format-warn): New.
6552 (byte-compile-callargs-warn): Use it.
6553 (Format, message, error): Add byte-compile-format-like property.
6554 (byte-compile-maybe-guarded): New.
6555 (byte-compile-if, byte-compile-cond): Use it.
6556 (byte-compile-lambda): Compile interactive forms,
6557 just to make warnings about them.
6558
6559 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6560
6561 * ses.el (ses-initial-column-width): Increase to 14, so it will
6562 work well with the default printer of "%.7g" for extreme values
6563 like "-1.234567e+07".
6564
6565 2004-01-29 Kenichi Handa <handa@m17n.org>
6566
6567 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6568
6569 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6570
6571 * dos-w32.el: Added support for the `default-printer-name' function.
6572
6573 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * server.el (server-socket-name): Don't use the hostname in the
6576 socket name since /tmp is local to the host anyway.
6577
6578 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6579 robust check of widening and fix var-naming.
6580
6581 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6582
6583 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6584 or rmail-spam- to rsf- in all function and variable names.
6585 (rsf-min-region-to-spam-list): New variable.
6586 (rsf-bbdb-auto-delete-spam-entries): Rename from
6587 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6588 scanned together with the recipients field for spam testing; Don't
6589 delete spam message if rmail-delete-after-output is non-nil;
6590 (rsf-check-field): New function, extracted from code in
6591 rmail-spam-filter to ease addition of header fields like
6592 content-type:;
6593 (message-content-type): New variable. The content-type: field was
6594 added also in defcustom of rsf-definitions-alist;
6595 (rmail-spam-filter): Replace repeated test code for header fields
6596 by calls to check-field; change the call to
6597 rmail-output-to-rmail-file such that rmail-current-message stays
6598 the same to avoid wrong deletion of unseen flags.
6599 (rmail-use-spam-filter): Add autoload cookie.
6600
6601 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6602
6603 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6604 (file-cache-add-directory-using-find): Add Cygwin support.
6605 (file-cache-find-command-posix-flag): New user variable.
6606
6607 * filecache.el (file-cache-add-directory): Check for
6608 directories an remove them from dir-files.
6609
6610 2004-01-27 Richard M. Stallman <rms@gnu.org>
6611
6612 * man.el (Man-fontify-manpage): Clean up message.
6613
6614 2004-01-27 Kenichi Handa <handa@m17n.org>
6615
6616 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6617 (sentence-end): Define using sentence-end-without-space.
6618
6619 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6620 a sentence ends with one of a character in sentence-end-without-space.
6621
6622 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6625 (jit-lock): Group declaration moved to jit-lock.el.
6626 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6627 when necessary.
6628
6629 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6630 (jit-lock-context-unfontify-pos): Rename from
6631 jit-lock-first-unfontify-pos.
6632 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6633
6634 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6635
6636 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6637 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6638 (fortran-fill): When filling a string, adjust re-search-backward
6639 argument for special case of string just on fill-column.
6640 When filling non-string, allow one extra char if
6641 fortran-break-before-delimiters is non-nil.
6642 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6643 Use fortran-break-delimiters-re and fortran-no-break-re to
6644 correctly handle cases such as "**".
6645
6646 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6647 (f90-no-break-re): Add some extra tokens. Doc fix.
6648
6649 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6650
6651 * mail/rmail-spam-filter.el:
6652 Use two semicolons as Commentary line prefix.
6653 Add ";;; Code:" stylized comment.
6654 Delete end-of-line whitespace.
6655 Wrap (require 'cl) with `eval-when-compile'.
6656
6657 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6658
6659 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6660 at the top level of vc.el.
6661
6662 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6663
6664 * vc.el (vc-current-line): Function removed. This is now done by
6665 the new function line-at-pos in simple.el.
6666 (vc-annotate-warp-version): Use line-at-pos instead of
6667 vc-current-line.
6668
6669 2004-01-22 Kim F. Storm <storm@cua.dk>
6670
6671 * simple.el (line-at-pos): New defun.
6672 (what-line): Use it. Optimize by only counting lines in narrowed
6673 region once.
6674
6675 2004-01-22 Kenichi Handa <handa@m17n.org>
6676
6677 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6678 point (register r1) only for charset mule-unicode-0100-24ff.
6679
6680 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6681
6682 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6683 trailing white space and ensure a final newline.
6684
6685 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6686 Add autoload cookie.
6687
6688 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6689
6690 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6691 activate view-mode explicitly.
6692
6693 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6694
6695 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6696 use clipboard first.
6697
6698 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6699
6700 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6701 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6702 (vc-mcvs-cvs): Remove.
6703 (vc-mcvs-command): Remove use of assert.
6704
6705 * outline.el (outline-insert-heading): Tighten up match.
6706 (outline-demote, outline-move-subtree-down): Don't assume anything
6707 about outline-regexp.
6708
6709 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6710 (texinfo-show-structure): Explicitly add ^, and simplify.
6711
6712 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6713
6714 * calendar/appt.el (appt-check): Restore usage of
6715 appt-issue-message deleted in previous change.
6716 (top-level): Activate package when loaded (needed for backwards
6717 compatibility).
6718
6719 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6720
6721 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6722 following previous change to smtpmail-send-data.
6723
6724 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6725
6726 * vc.el (vc-default-previous-version): Doc enhancement.
6727 (vc-default-next-version): New function.
6728 (vc-print-log): New arg FOCUS-REV.
6729 (vc-annotate-mode): Derive from view-mode.
6730 (vc-annotate): New args REVISION, DISPLAY-MODE.
6731 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6732 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6733 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6734 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6735 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6736
6737 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6738
6739 2004-01-19 Karl Berry <karl@gnu.org>
6740
6741 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6742 or "TexInfo".
6743
6744 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6745
6746 * subr.el (delete-dups): New function.
6747
6748 2004-01-19 Karl Berry <karl@gnu.org>
6749
6750 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6751 with ^, since that's what texinfo-show-structure
6752 documentation says (plus it works much better in texinfo.txi).
6753
6754 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6755
6756 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6757
6758 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6759
6760 * progmodes/which-func.el (which-function-mode): Don't cancel
6761 which-func-update-timer if not set.
6762
6763 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6764
6765 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6766 Remove spurious left square bracket in XX:XXam regexp.
6767
6768 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6769
6770 * progmodes/cc-defs.el: Do not require cl at run time.
6771
6772 2004-01-16 Richard M. Stallman <rms@gnu.org>
6773
6774 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6775 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6776
6777 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6778 Call rmail-spam-filter. Delete and expunge spam.
6779 Print number of spam messages deleted.
6780 Save and restore the deletion status of old messages when reading
6781 new mail with spam filter, so that expunging spam does not expunge
6782 msgs deleted by the user.
6783 (rmail-only-expunge): Add an optional argument dont-show to
6784 prevent showing message after expunge.
6785
6786 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6787
6788 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6789 * subr.el (declare): New macro.
6790
6791 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6792
6793 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6794
6795 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6798 Test window-system rather than system-type (for X11/Mac).
6799
6800 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6801
6802 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6803
6804 2004-01-12 Richard M. Stallman <rms@gnu.org>
6805
6806 * mail/rmail.el (rmail-convert-to-babyl-format):
6807 Use mail-unquote-printable-region.
6808 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6809 (rmail-hex-char-to-integer): Functions deleted.
6810
6811 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6812 (mail-unquote-printable-region): New arg NOERROR.
6813 For invalid encoding, either signal an error to just return nil.
6814
6815 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6816
6817 * calendar/appt.el: Update copyright and commentary.
6818 (appt-issue-message): Make obsolete.
6819 (appt-visible, appt-msg-window): Make obsolete, in favour of
6820 appt-display-format.
6821 (appt-display-mode-line, appt-display-duration)
6822 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6823 (appt-prev-comp-time, appt-display-count, appt-timer)
6824 (appt-convert-time): Doc change.
6825 (appt-disp-window-function, appt-delete-window-function):
6826 Use defcustom rather than defvar.
6827 (appt-display-format): New variable.
6828 (appt-display-message): New function with display code from appt-check.
6829 (appt-check): Add optional FORCE argument. Doc change.
6830 Add appt-make-list to diary-hook if displaying diary.
6831 Remove checking of view-diary-entries-initially.
6832 Message display section removed to new function appt-display-message.
6833 (appt-display-window): Doc change. Remove unused internal var
6834 this-buffer. Do not beep, since appt-display-message does that.
6835 (appt-make-list): Doc change. Use caar.
6836 (appt-sort-list): Simplify by using builtin sort function.
6837 (appt-update-list): New function for updating appts when diary is
6838 saved.
6839 (appt-activate): New autoloaded function to toggle package
6840 functionality.
6841
6842 * calendar/cal-x.el: (calendar-one-frame-setup)
6843 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6844
6845 * calendar/calendar.el: Update copyright.
6846 (view-diary-entries-initially, european-calendar-style): Doc change.
6847 (calendar-setup): Make defcustom rather than defvar.
6848 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6849 in let binding so local to function.
6850
6851 * calendar/diary-lib.el: Update copyright.
6852 (diary, diary-entry-time): Doc change.
6853 (list-diary-entries): Doc change. Trivial logic change.
6854 (fancy-diary-display): Restore make-face command mistakenly
6855 deleted 2003-05-08.
6856 (show-all-diary-entries): Allow to pop-up frame if needed.
6857
6858 2004-01-09 John Paul Wallington <jpw@gnu.org>
6859
6860 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6861 Temporarily select EVENT's window for changing eol type.
6862
6863 2004-01-09 Deepak Goel <deego@gnufans.org>
6864
6865 * calendar/diary-lib.el (diary-entry-time):
6866 Also accept time in the form XX[.XX][am/pm/AM/PM].
6867 (fancy-diary-font-lock-keywords): Likewise.
6868 (diary-font-lock-keywords): Likewise.
6869 * calendar/appt.el (appt-add): Likewise.
6870 (appt-make-list): Likewise.
6871 (appt-convert-time): Likewise.
6872
6873 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6874
6875 * gdb-ui.el (gdb-ann3): Revert previous change.
6876 (gdb-source-info): Allow for case of where compilation directory
6877 is not recorded.
6878
6879 2004-01-08 John Paul Wallington <jpw@gnu.org>
6880
6881 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6882
6883 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6884
6885 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6886
6887 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6888 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6889 problems.
6890 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6891
6892 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6893
6894 * files.el (write-file-functions, write-contents-functions):
6895 Clarify docstrings.
6896
6897 2004-01-07 Kenichi Handa <handa@m17n.org>
6898
6899 * international/mule.el (set-auto-coding): Fix for the case that
6900 end-of-line is only CR.
6901
6902 2004-01-07 Kim F. Storm <storm@cua.dk>
6903
6904 * subr.el (event-start, event-end): Doc fix.
6905 (posn-string, posn-image): New defuns.
6906 (posn-object): Return either image or string object.
6907 (posn-object-x-y): Return 8th element of position.
6908 (posn-object-width-height): New defun.
6909
6910 2004-01-06 Andreas Schwab <schwab@suse.de>
6911
6912 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6913 output.
6914
6915 2004-01-05 Karl Berry <karl@gnu.org>
6916
6917 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6918 / and *, too.
6919
6920 2003-12-31 Simon Josefsson <jas@extundo.com>
6921
6922 * files.el (before-save-hook): Add.
6923 (basic-save-buffer): Use before-save-hook.
6924
6925 * emacs-lisp/copyright.el: Fix comment to recommend
6926 before-save-hook instead of write-file-functions.
6927
6928 2004-01-05 Richard M. Stallman <rms@gnu.org>
6929
6930 * finder.el (finder-commentary): Call delete-other-windows.
6931
6932 * net/ange-ftp.el (ange-ftp-file-attributes):
6933 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6934
6935 2004-01-04 Karl Berry <karl@gnu.org>
6936
6937 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6938 comment characters % and # in the copyright year notice,
6939 as well as ;.
6940
6941 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6942
6943 * wid-edit.el (default): Define dummy :value-delete.
6944 Reported by Jesper Harder <harder@ifa.au.dk>.
6945
6946 2004-01-03 Richard M. Stallman <rms@gnu.org>
6947
6948 * progmodes/compile.el (compile-internal): Use point, not point-min,
6949 for set-window-point.
6950
6951 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6952
6953 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6954
6955 * progmodes/grep.el (grep-mode-map):
6956 Don't remap next-line, previous-line.
6957
6958 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6959
6960 * speedbar.el (speedbar-edit-line): Change regexp to position
6961 the cursor on the first character of this line's button.
6962
6963 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6964
6965 * subr.el (functionp): Doc fix.
6966
6967 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6968
6969 * progmodes/idlwave.el (idlwave-make-tags):
6970 * textmodes/flyspell.el (flyspell-large-region):.
6971 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6972 * emulation/viper-util.el (viper-glob-unix-files):
6973 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6974 * man.el (Man-init-defvars):
6975 * jka-compr.el (jka-compr-call-process):
6976 * files.el (get-free-disk-space,insert-directory):
6977 * ediff-ptch.el (ediff-test-patch-utility):
6978 * ediff-diff.el (ediff-test-utility):
6979 * dired-aux.el (dired-check-process):
6980 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6981 test the return value of call-process, because it can be a string.
6982
6983 2003-12-31 John Paul Wallington <jpw@gnu.org>
6984
6985 * bindings.el (completion-ignored-extensions): Add .pfsl.
6986
6987 2003-12-31 Kim F. Storm <storm@cua.dk>
6988
6989 * ido.el (ido-nonreadable-directory-p): New defun to check for
6990 nonreadable directory without activating tramp (to avoid problems
6991 with checking incomplete tramp paths).
6992 (ido-set-current-directory, ido-file-internal)
6993 (ido-file-name-all-completions1): Use it.
6994
6995 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6996
6997 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6998 documentation if the anchor (or node) name is preceded by `info
6999 anchor' or `Info anchor' in addition to earlier `info node' and
7000 `Info node'.
7001 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
7002
7003 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7004
7005 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
7006 error in arguments to base64-decode-region. Remove ^M characters
7007 after decoding base64.
7008
7009 2003-12-30 Simon Josefsson <jas@extundo.com>
7010
7011 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
7012 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
7013 have only been distributed with Emacs for some years.
7014 (texinfo-mode-hook): Customize.
7015
7016 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7017
7018 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
7019 cleaner (suggested by Richard Stallman).
7020
7021 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7022 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
7023 file-name clashes on 8+3 DOS filesystems.
7024
7025 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
7026 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
7027 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
7028 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
7029 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
7030 file-name clashes on 8+3 filesystems.
7031
7032 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
7033 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
7034 file-name clashes on 8+3 DOS filesystems.
7035
7036 2003-12-29 Richard M. Stallman <rms@gnu.org>
7037
7038 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
7039 Upcase the character.
7040
7041 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7042 Search for header separator alone on a line, literally,
7043 and search for it backward, not forward.
7044 (flyspell-abbrev-table): Always use global-abbrev-table
7045 if there is no local one.
7046
7047 * progmodes/sh-script.el (sh-get-indent-info):
7048 Don't move point back if at bob.
7049
7050 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
7051
7052 * play/handwrite.el (handwrite): Make the handwrite credit message
7053 a comment rather than an output command.
7054
7055 * obsolete/sc.el: Display message that this file is obsolete.
7056
7057 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
7058
7059 * mail/rfc822.el (rfc822-address-start): Declare variable.
7060 Renamed from address-start. All uses changed.
7061
7062 * term.el (term-exec): Set up sentinel.
7063 (term-sentinel): New function.
7064 (term-handle-exit): New function.
7065
7066 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7067 Use assoc-string, and mark them obsolete.
7068 (delay-mode-hooks): Mark as permanent local.
7069
7070 * simple.el (sendmail-user-agent-compose): Use assoc-string.
7071
7072 * register.el (copy-rectangle-to-register): Doc fix.
7073
7074 * info.el (Info-insert-dir): Use assoc-string.
7075
7076 * info-look.el (info-lookup): Use assoc-string.
7077
7078 * frame.el (pop-up-frame-function): Use quote, not `function'.
7079 (frame-notice-user-settings): Calculate ADJUSTED-TOP
7080 copying with lists as coordinate values.
7081
7082 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
7083
7084 * find-dired.el (kill-find): New command.
7085 (find-dired): Make buffer read-only.
7086 Set up a keymap with C-c C-k running kill-find.
7087 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
7088
7089 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
7090
7091 * filecache.el (file-cache-ignore-case): New variable.
7092 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
7093
7094 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
7095 (comint-dynamic-complete-as-filename): Rename local vars.
7096 (comint-dynamic-list-filename-completions): Likewise.
7097
7098 * comint.el (comint-dynamic-list-completions-config): New var.
7099 (comint-dynamic-list-completions): Handle both SPC and TAB right.
7100
7101 * comint.el (comint-file-name-chars): Add [].
7102 (comint-word): Use skip-chars-backward, not search.
7103
7104 * shell.el (shell-file-name-chars): Add [].
7105
7106 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
7107
7108 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
7109
7110 * generic.el (define-generic-mode): Doc fix.
7111
7112 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7113
7114 * files.el (kill-some-buffers): Doc fix.
7115
7116 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
7117
7118 * comint.el (comint-watch-for-password-prompt): Pass `string' as
7119 arg to send-invisible
7120 (send-invisible): Doc fix. The argument is now a prompt, not the
7121 string to send.
7122 (comint-read-noecho): Doc fix.
7123
7124 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
7125
7126 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
7127 "@", as required by some ISP hosting service. Fix defcustom
7128 argument syntax errors that prevented use of customization.
7129
7130 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7131
7132 * xml.el (xml-get-attribute-or-nil): Doc fix.
7133
7134 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
7135
7136 * net/zone-mode.el (zone-mode): Use write-file-functions, not
7137 write-file-hooks.
7138
7139 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
7140
7141 * autorevert.el (auto-revert-interval): Doc fix.
7142
7143 2003-12-29 Mark A. Hershberger <mah@everybody.org>
7144
7145 * xml.el (xml-get-attribute-or-nil): New function, like
7146 xml-get-attribute, but returns nil if the attribute was not found.
7147 (xml-get-attribute): Convert to defsubst, uses
7148 xml-get-attribute-or-nil.
7149
7150 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7151
7152 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7153
7154 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
7155
7156 * custom.el (custom-declare-theme): Use `value' when putting
7157 properties on `theme'.
7158
7159 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
7160
7161 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
7162 for each yank-handler segment.
7163 (insert-for-yank-1): New function, with the body of the previous
7164 insert-for-yank.
7165
7166 * textmodes/table.el (table-yank-handler): New defcustom.
7167 (table--put-cell-indicator-property): Put yank-handler property
7168 that indicates the yank handler for the table cell.
7169
7170 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7171
7172 * generic-x.el (etc-modules-conf-generic-mode): A more complete
7173 set of keywords.
7174
7175 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7176
7177 * international/mule-cmds.el (reset-language-environment)
7178 (set-language-environment): Don't invoke fontset-related functions
7179 if fontset-list is not fboundp.
7180
7181 2003-12-29 Kenichi Handa <handa@m17n.org>
7182
7183 * international/mule-cmds.el (reset-language-environment):
7184 Call set-overriding-fontspec-internal with nil.
7185 (set-language-environment): Call set-overriding-fontspec-internal
7186 if the language environment specify `overriding-fontspec'.
7187 (language-info-alist): Doc added.
7188
7189 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
7190 characters of mule-unicode-0100-24ff.
7191 (ccl-encode-windows-1251-font): New CCL program.
7192 ("Bulgarian"): Specify overriding-fontspec.
7193 ("Belarusian"): Likewise.
7194
7195 2003-12-28 Sam Steingold <sds@gnu.org>
7196
7197 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
7198 parameter ID-FORMAT to conform with the 2003-11-30 patch.
7199
7200 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
7201
7202 * progmodes/gud.el (gud-gdb-command-name): Set default to
7203 "gdb --annotate=3".
7204 (gud-gdb-marker-filter): Look out for annotations.
7205 (gdb-first-pre-prompt): New variable.
7206 Remove trailing white space.
7207
7208 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
7209 if necessary.
7210 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
7211 annotations are detected.
7212 (gud-gdba-marker-filter): Use global variable gud-marker-acc
7213 instead of a local one to allow transition from
7214 gud-gdb-marker-filter.
7215 Remove trailing white space.
7216
7217 2003-12-27 Kim F. Storm <storm@cua.dk>
7218
7219 * ido.el: Handle non-readable directories.
7220 (ido-decorations): Add 9th element for non-readable directory.
7221 (ido-directory-nonreadable): New dynamic var.
7222 (ido-set-current-directory): Set it.
7223 (ido-read-buffer, ido-file-internal):
7224 (ido-read-file-name, ido-read-directory-name): Let-bind it.
7225 (ido-file-name-all-completions1): Return empty list for
7226 non-readable directory.
7227 (ido-exhibit): Print [Not readable] if directory is not readable.
7228 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
7229 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
7230 Use it.
7231
7232 2003-12-27 Lars Hansen <larsh@math.ku.dk>
7233
7234 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
7235 calls to directory-files-and-attributes and file-attributes.
7236 (ls-lisp-format): Remove system dependent handling of user and
7237 group id's.
7238
7239 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
7240
7241 * ffap.el (ffap-read-file-or-url): Revert previous change.
7242
7243 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
7244
7245 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
7246 new list of included files called `files-with-node-lines', that
7247 only have node lines. This way @include commands can include any
7248 file, such as version and update files without node lines, not
7249 just files that are chapters.
7250
7251 2003-12-25 Andreas Schwab <schwab@suse.de>
7252
7253 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
7254 file not found.
7255
7256 2003-12-08 Miles Bader <miles@gnu.org>
7257
7258 * dired.el (dired-between-files): Always use dired-move-to-filename,
7259 which is more robust in non-english locales.
7260
7261 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7262
7263 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7264
7265 2003-12-24 Andreas Schwab <schwab@suse.de>
7266
7267 * shell.el (shell-file-name-quote-list): Add backslash.
7268
7269 * comint.el (comint-quote-filename): Correctly handle backslash
7270 in comint-file-name-quote-list.
7271
7272 2003-12-24 Kenichi Handa <handa@m17n.org>
7273
7274 * international/mule-cmds.el (set-default-coding-systems):
7275 Call ucs-set-table-for-input for all buffers that don't have local
7276 value of buffer-file-coding-system.
7277
7278 * international/ucs-tables.el (ucs-set-table-for-input):
7279 If translation-table-for-encode is a symbol, get its
7280 translation-table property.
7281
7282 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7283
7284 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7285 to `completing-read' on a recently fixed bug.
7286
7287 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7288 instead of SPACE, to get the list of possible fringe modes.
7289 SPACE only works if both `partial-completion-mode' and
7290 `completion-auto-help' are nil.
7291
7292 * complete.el (PC-is-complete-p): Delete.
7293 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7294 calls to `test-completion'.
7295
7296 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7297
7298 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7299 to edit values when there are no children.
7300
7301 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7302 a mode called "Assembler" already exists.
7303 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7304 (gud-watch): Use format option. Remove font properties from string.
7305 (gdb-var-create-handler, gdb-var-list-children-handler):
7306 Don't bother about properties as there are none.
7307 (gdb-var-create-handler, gdb-var-list-children-handler)
7308 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7309 with two arguments.
7310 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7311 Let speedbar show value changes with a different font.
7312 (gdb-edit-value): New defun.
7313 (gdb-clear-partial-output, gdb-clear-inferior-io)
7314 (def-gdb-auto-update-handler): Use erase-buffer.
7315 (gdb-frame-handler): Display watch expressions in
7316 FUNCTION::VARIABLE format if required.
7317
7318 2003-12-23 John Paul Wallington <jpw@gnu.org>
7319
7320 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7321 (Info-goto-emacs-command-node): Doc fixes.
7322
7323 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7324
7325 * cus-edit.el (custom-add-parent-links): Define "many".
7326
7327 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7328
7329 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7330 (widget-child-validate, widget-type-value-create)
7331 (widget-type-default-get, widget-type-match): New functions.
7332 (lazy): New widget.
7333 (menu-choice, checklist, radio-button-choice, editable-list)
7334 (group, documentation-string): Remove redundant (per 2003-10-25
7335 change) calls to `widget-children-value-delete'.
7336 (widget-choice-value-get, widget-choice-value-inline): Remove.
7337 (menu-choice): Update widget.
7338
7339 2003-12-03 Kenichi Handa <handa@m17n.org>
7340
7341 * language/cyrillic.el: Register "microsoft-cp1251" in
7342 ctext-non-standard-encodings-alist.
7343 ("Bulgarian"): Add ctext-non-standard-encodings.
7344 ("Belarusian"): Likewise.
7345
7346 * international/mule-conf.el (compound-text-with-extensions):
7347 Change the type to 2 (iso-2022 base).
7348
7349 * international/mule.el (ctext-non-standard-encodings-alist):
7350 Change the format.
7351 (ctext-non-standard-encodings): New variable.
7352 (ctext-post-read-conversion): Fully re-written.
7353 (ctext-non-standard-designations-alist): Delete it.
7354 (ctext-non-standard-encodings-table): New function.
7355 (ctext-pre-write-conversion): Fully re-written.
7356
7357 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7358
7359 * cus-edit.el (custom-add-parent-links): Add documentation links
7360 for parent, if the item has none of its own.
7361
7362 2003-11-30 Richard M. Stallman <rms@gnu.org>
7363
7364 * dired-aux.el (dired-do-query-replace-regexp):
7365 Report files visited read-only.
7366
7367 2003-11-30 Juri Linkov <juri@jurta.org>
7368
7369 * dired-aux.el (dired-compare-directories): New command.
7370 (dired-file-set-difference, dired-files-attributes): New functions.
7371
7372 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7373 Version 2.0.38 of Tramp released.
7374
7375 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7376 Charles Curley <charlescurley@charlescurley.com>.
7377 (tramp-multi-connection-function-alist): Add ssht entry which adds
7378 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7379 Aichner.
7380 (tramp-get-method-parameter): New function to retrieve a method
7381 parameter. This allows for omission of method parameters.
7382 Callers adjusted.
7383
7384 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7385
7386 * net/tramp.el: Add new optional parameter ID-FORMAT to
7387 `file-attributes'. Calls of `file-attributes' won't use this
7388 parameter for backward compatibility reasons.
7389 (tramp-perl-file-attributes): Add a new parameter to Perl script
7390 in order to handle uid/gid as strings, if desired.
7391 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7392 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7393 order to make the function more general.
7394 (tramp-handle-file-attributes): Replace proprietary optional
7395 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7396 (tramp-handle-file-attributes-with-perl): Handle parameter
7397 NONNUMERIC if set. This wasn't done in the past.
7398 (tramp-post-connection): Apply second parameter "$2" if
7399 `tramp-remote-perl' is called.
7400
7401 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7402 Correct cut'n'waste error (`filename' instead of `directory').
7403 (tramp-smb-handle-directory-files-and-attributes)
7404 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7405 introduced parameter ID-FORMAT.
7406 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7407 error (`directory' instead of `ldir').
7408
7409 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7410 `file-attributes' has a second parameter. If yes, apply it with
7411 value "'integer". Otherwise, don't use that parameter (default is
7412 integer format).
7413
7414 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7415
7416 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7417 (help-for-help): Add `C-h .' to the listed Help options.
7418 Remove trailing whitespace.
7419
7420 * help-at-pt.el: New file.
7421
7422 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7423
7424 * subr.el (noreturn, 1value): New macros for test coverage.
7425 See `testcover.el'.
7426
7427 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7428
7429 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7430 for macro `1value'.
7431 (testcover-1value): New function. Checks that a 1value form
7432 actually returns only one value. Requested by RMS.
7433
7434 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7435
7436 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7437 (gdb-var-list-children, gdb-var-list-children-handler)
7438 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7439 gdb commands that use mi to keep them out of the command history.
7440
7441 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7442
7443 * cus-start.el (all): Add use-file-dialog.
7444
7445 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7448
7449 2003-11-27 Kim F. Storm <storm@cua.dk>
7450
7451 * subr.el (posn-object-x-y): New defun.
7452
7453 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7456 Don't use `space' for \\\n.
7457 Be more selective as to which # are comment-starters.
7458
7459 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7460
7461 * subr.el (number-sequence): Improve handling of floating point
7462 arguments (suggested by Kim Storm). Allow negative arguments.
7463
7464 2003-11-26 Kenichi Handa <handa@m17n.org>
7465
7466 * international/mule-cmds.el (standard-display-european-internal):
7467 Cancel the standard-display-table setting for ` and '.
7468
7469 2003-11-26 Kim F. Storm <storm@cua.dk>
7470
7471 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7472 New defcustoms to add ffap-like functionality to ido.
7473 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7474 (ido-no-final-slash): New defun.
7475 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7476 (ido-read-file-name): ): Toggle VC checking via
7477 vc-handled-backends instead of vc-master-templates.
7478 (ido-file-internal): Handle ido-use-url-at-point and
7479 ido-use-filename-at-point via code borrowed from ffap-guesser.
7480 Handle new ido-exit code ffap.
7481 (ido-sort-list): Ignore final slash when sorting file names.
7482
7483 2003-11-25 Kim F. Storm <storm@cua.dk>
7484
7485 * emulation/cua-base.el (cua--standard-movement-commands):
7486 Add forward-sentence and backward-sentence.
7487
7488 2003-11-25 Stephen Eglen <stephen@gnu.org>
7489
7490 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7491 iswitchb-exit is set to 'usefirst when user selects buffer at head
7492 of list using RET. (Selecting buffers at the head of the list was
7493 broken if the substring was also a complete buffername.)
7494
7495 2003-11-23 Kim F. Storm <storm@cua.dk>
7496
7497 * progmodes/compile.el (grep-command, grep-use-null-device)
7498 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7499 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7500 (grep-regexp-alist, grep-program, find-program)
7501 (grep-find-use-xargs, grep-history, grep-find-history)
7502 (grep-process-setup, grep-compute-defaults)
7503 (grep-default-command, grep, grep-tag-default, grep-find)
7504 (grep-expand-command-macros, grep-tree-last-regexp)
7505 (grep-tree-last-files, grep-tree): Move grep variables, functions
7506 and commands to new file grep.el.
7507 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7508 (compilation-process-setup-function): Doc fix.
7509 (compilation-highlight-regexp, compilation-highlight-overlay): New
7510 defvars used for highlighting current compile error in source buffer.
7511 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7512 LOCAL-MAP which overrides compilation-highlight-regexp and
7513 compilation-mode-map for this compilation.
7514 Delay calling compilation-set-window-height until after running
7515 compilation-process-setup-function so it can buffer-local override
7516 compilation-window-height.
7517 Check buffer-local value of compilation-scroll-output.
7518 (compilation-set-window-height): Use buffer-local value of
7519 compilation-window-height.
7520 (compilation-revert-buffer): Don't pass (undefined)
7521 preserve-modes arg to revert-buffer.
7522 (next-error-no-select, previous-error-no-select): New commands.
7523 (compilation-goto-locus): Temporarily highlight current match in
7524 source buffer using compilation-highlight-regexp.
7525
7526 * progmodes/grep.el: New file with grep code from compile.el.
7527 (grep): New defcustom group.
7528 (grep-window-height): New defcustom, like compilation-window-height.
7529 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7530 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7531 (grep-command, grep-use-null-device, grep-find-command)
7532 (grep-tree-files-aliases, grep-tree-ignore-case)
7533 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7534 (grep-setup-hook): New hook variable.
7535 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7536 (grep-last-buffer): New defvar, override compilation-last-buffer.
7537 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7538 Call compile-internal with args highlight-regexp and grep-mode-map.
7539
7540 2003-11-23 Kim F. Storm <storm@cua.dk>
7541
7542 * subr.el (event-start, event-end): Doc fix.
7543 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7544 (posn-area, posn-actual-col-row, posn-object): New defuns.
7545 (posn-col-row): Simplify doc. Rewrite to use cond.
7546 (posn-point): Also return buffer position for events outside text
7547 area (that info is now present in the event position).
7548
7549 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7550 mouse-set-point so that hscroll still works now that clicks on
7551 fringes generate specific mouse events.
7552 (mouse-set-point): Note that it now works in fringes and margins
7553 too due to new semantics of posn-point in fringes and margins.
7554
7555 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7556 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7557
7558 2003-11-20 Kim F. Storm <storm@cua.dk>
7559
7560 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7561 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7562 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7563 to 100 for icons to avoid increasing line height when shown.
7564
7565 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7566
7567 * newcomment.el (comment-normalize-vars): Initialize properly if
7568 comment-start was nil.
7569
7570 2003-11-19 Andreas Schwab <schwab@suse.de>
7571
7572 * simple.el (set-variable): Fix indentation.
7573
7574 2003-11-17 Kenichi Handa <handa@m17n.org>
7575
7576 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7577 Fix docstring.
7578
7579 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7580
7581 * international/latin1-disp.el (latin1-display): Fix docstring.
7582
7583 2003-11-16 John Wiegley <johnw@newartisans.com>
7584
7585 * eshell/em-ls.el (eshell-ls-file): There are times with
7586 size-width is nil and uncomputed (when directories are created in
7587 dired, for example); in this case, 4 is reasonable default value,
7588 although it may caused skewed new entries (which could be avoided
7589 by returning the original value of 8 in all cases, but 99% of the
7590 time this is a waste of whitespace).
7591
7592 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7593
7594 * cc-engine.el (c-guess-continued-construct)
7595 (c-guess-basic-syntax): Check a little more carefully if it's a
7596 function declaration when an unknown construct followed by a block
7597 is found inside a statement context. This avoids macros followed
7598 by blocks to be taken as function declarations.
7599
7600 (c-guess-continued-construct): Change the analysis of a statement
7601 continuation with a brace open to `substatement-block', for
7602 consistency with recognized statements.
7603
7604 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7605 start is in a position so that `c-beginning-of-statement-1' jumped
7606 to the beginning of the same statement.
7607
7608 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7609 Don't accept binary operators in the arglist if we're in a function
7610 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7611 template recognition in cases like "if (a < b || c > d)".
7612
7613 (c-restricted-<>-arglists): New more appropriate name for
7614 `c-disallow-comma-in-<>-arglists'.
7615
7616 Accessing functions updated for the variable name change.
7617
7618 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7619 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7620
7621 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7622 labels.
7623
7624 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7625 instead of duplicating parts of it. This fixes bogus label
7626 recognition.
7627
7628 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7629 of checking the context in which to apply the minimum indentation,
7630 so that it isn't enforced in e.g. namespace blocks.
7631
7632 * cc-vars.el (c-inside-block-syms): New constant used by
7633 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7634 to somewhat reduce the risk of becoming stale.
7635
7636 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7637 cc-cmds to cc-engine to allow use from cc-align.
7638
7639 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7640 qualified identifiers containing "::".
7641
7642 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7643 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7644
7645 * cc-vars.el (c-emacs-features): Use a space in front of the name
7646 of the temporary buffer. That also avoids dumping problems in
7647 XEmacs due to undo info being left around after the buffer is killed.
7648
7649 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7650 arglist to see if it's a K&R style declaration.
7651
7652 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7653 before returning `knr-argdecl-intro'.
7654
7655 2003-11-16 John Wiegley <johnw@newartisans.com>
7656
7657 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7658 field in a long-listing always 8 characters, use `size-width',
7659 which has already been computed.
7660
7661 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7662
7663 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7664
7665 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7666
7667 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7668 Support operation while narrowed, with `diff-restrict-view'.
7669
7670 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7671
7672 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7673 Take additional optional arg NARROWFUN. For the generated functions:
7674 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7675 include frags that arrange to check for and save narrowing state before
7676 the move and then conditionally call NARROWFUN after the move.
7677
7678 2003-11-14 John Wiegley <johnw@newartisans.com>
7679
7680 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7681 that was optional, but obviously missing based on surrounding code.
7682
7683 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7684 string arguments to numbers unless the whole argument was seen as
7685 a number.
7686
7687 2003-11-14 Kenichi Handa <handa@m17n.org>
7688
7689 * international/mule.el (ctext-non-standard-encodings-alist):
7690 Fix coding systems.
7691
7692 2003-11-10 Kenichi Handa <handa@m17n.org>
7693
7694 * language/kannada.el ("Kannada"): Add sample-text.
7695
7696 * language/knd-util.el (kannada-compose-region)
7697 (kannada-compose-string, kannada-post-read-conversion):
7698 Add autoload cookie.
7699
7700 * international/quail.el (quail-completion): Change the message
7701 "corresponding translations" to "corresponding characters".
7702
7703 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7704
7705 * descr-text.el (describe-char): Fix typo.
7706
7707 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7708
7709 These changes are to support Kannada language/script.
7710
7711 * Makefile.in (DONTCOMPILE): Add kannada.el.
7712
7713 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7714
7715 * loadup.el: Preload kannada.el.
7716
7717 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7718 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7719 New variables.
7720
7721 * language/kannada.el: New file.
7722
7723 * language/knd-util.el: New file.
7724
7725 2003-11-07 Andreas Schwab <schwab@suse.de>
7726
7727 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7728 Also highlight AH_*.
7729
7730 * xml.el (xml-parse-dtd): Fix misplaced paren.
7731
7732 2003-11-07 Kenichi Handa <handa@m17n.org>
7733
7734 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7735
7736 2003-11-05 Juri Linkov <juri@jurta.org>
7737
7738 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7739 (desktop-buffer-file): Use saved buffer-file-coding-system
7740 for file reading. Set auto-insert to nil to prevent automatic
7741 insertion into restored empty files.
7742
7743 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7744
7745 * files.el (risky-local-variable-p): Make second argument optional.
7746
7747 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 * subr.el (add-hook): Fix last change.
7750
7751 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7752
7753 * mail/rmail.el (rmail-convert-to-babyl-format):
7754 If base64-decode-region signals an error, catch it and silently
7755 ignore it.
7756
7757 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7758
7759 * xml.el (xml-parse-region): Allow comments to appear after the
7760 topmost element has closed.
7761 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7762 (xml-ns-expand-attr): New functions to do namespace handling.
7763 (xml-intern-attrlist): Back-compatible handling of attribute names.
7764 (xml-parse-tag): Move namespace handling to separate functions.
7765 Now produces elements in the form ((:ns . "element") (attr-list)
7766 children) instead of ('ns:element (attr-list) children).
7767 (xml-parse-attlist): Fix attribute parsing.
7768 (xml-parse-dtd): Change parsing so that it produces strings
7769 instead of interned symbols.
7770
7771 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7772
7773 * dired.el (dired-ls-sorting-switches): Doc fix.
7774
7775 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7776
7777 * emacs-lisp/rx.el (rx-or): Fix the case of
7778 "(rx (and ?a (or ?b ?c) ?d))".
7779
7780 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7781
7782 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7783 (texinfo-format-region): Use it.
7784 (texinfo-format-buffer-1): Ditto.
7785
7786 2003-11-01 Alan Mackenzie <acm@muc.de>
7787
7788 Changes to allow scrolling whilst in isearch mode:
7789 * isearch.el (isearch-unread-key-sequence): New function,
7790 extracted from isearch-other-meta-char.
7791 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7792 "scrollable" standard functions.
7793 (isearch-allow-scroll): New customizable variable.
7794 (isearch-string-out-of-window, isearch-back-into-window)
7795 (isearch-reread-key-sequence-naturally)
7796 (isearch-lookup-scroll-key): New functions.
7797 (isearch-other-meta-char): Doc string and functionality enhanced.
7798 Now accepts a prefix argument.
7799 (isearch-lazy-highlight-window-end): New variable.
7800 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7801 end (thru isearch-lazy-highlight-window-end), not only its start.
7802
7803 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7804 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7805 (universal-argument, universal-argument-more, negative-argument)
7806 (digit-argument, universal-argument-other-key): Minor changes.
7807
7808 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7809
7810 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7811 recursively if the last message is deleted, thus avoiding an
7812 infinite loop.
7813
7814 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7817 (tex-main-file): Don't add .tex if the extension is already present.
7818 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7819
7820 2003-10-29 Lute Kamstra <lute@gnu.org>
7821
7822 * progmodes/octave-inf.el (inferior-octave-prompt):
7823 Recognize version number in prompt.
7824
7825 2003-10-28 Dave Love <fx@gnu.org>
7826
7827 * international/characters.el: Fix some Unicode ranges.
7828
7829 2003-10-28 Kenichi Handa <handa@m17n.org>
7830
7831 * disp-table.el (standard-display-8bit)
7832 (standard-display-default, standard-display-ascii)
7833 (standard-display-g1, standard-display-graphic)
7834 (standard-display-underline): Assure that standard-display-table
7835 is a display table.
7836
7837 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7840 reindenting the first line.
7841
7842 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7843
7844 * wid-edit.el (widget-default-delete): Always delete child widgets.
7845
7846 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7849 if the line has code.
7850 Don't try to line up with something that's too far left.
7851
7852 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7853 (octave-mode-syntax-table): Add % as a comment starter.
7854 (octave-point): Remove.
7855 (octave-in-comment-p, octave-in-string-p)
7856 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7857 (octave-blink-matching-block-open, octave-auto-fill):
7858 Use line-(beginning|end)-position instead.
7859
7860 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7861
7862 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7863 for Francesco Potort\e,Al\e(B.
7864
7865 2003-10-23 Dave Love <fx@gnu.org>
7866
7867 * international/mule-cmds.el (locale-charset-to-coding-system):
7868 Don't rely on nil being a coding system.
7869
7870 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7871 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7872 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7873
7874 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7875
7876 * gdb-ui.el (gdb-current-language): New variable.
7877 (gdb-update-flag): Remove variable.
7878 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7879 (gdb-take-last-elt): Remove function.
7880 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7881 (gdb-post-prompt): Check for variable object changes here.
7882
7883 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7884 object changes in gdb-ui.el.
7885
7886 2003-10-21 Richard M. Stallman <rms@gnu.org>
7887
7888 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7889
7890 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7891 Don't check for foo*/ wildcard form here.
7892 (insert-directory): Recognize foo*/ as a wildcard.
7893 Separate wildcard-regexp variable from the arg, wildcard.
7894
7895 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7896 (remove-hook): Correctly handle strange cases about local hooks.
7897
7898 2003-10-21 David Ponce <david@dponce.com>
7899
7900 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7901 argument REAL, to return a real number instead of a rounded
7902 integer value. Define as inline function.
7903 (ruler-mode-right-fringe-cols): Likewise.
7904 (ruler-mode-scroll-bar-cols): New function.
7905 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7906 (ruler-mode-right-scroll-bar-cols): Likewise.
7907 (ruler-mode-space): New function.
7908 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7909 scroll bar mode and margins in a more robust way.
7910
7911 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7912
7913 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7914 (antlr-c-init-language-vars): New function.
7915 (antlr-mode): Use it with cc-mode before v5.29.
7916 (antlr-c-common-init): Don't set some local vars here.
7917 (antlr-mode): Set them here.
7918 (antlr-c-forward-sws): New function alias.
7919 (antlr-mode): Redefine with cc-mode before v5.30.
7920 (antlr-skip-sexps): Use it.
7921 (antlr-skip-exception-part): Ditto.
7922 (antlr-skip-file-prelude): Ditto.
7923 (antlr-outside-rule-p): Ditto.
7924 (antlr-end-of-body): Ditto.
7925 (antlr-option-kind): Ditto.
7926 (antlr-insert-option-area): Ditto.
7927 (antlr-file-dependencies): Ditto.
7928
7929 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7930
7931 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7932 Move backward only if point was not inside an entry.
7933
7934 2003-10-21 Richard M. Stallman <rms@gnu.org>
7935
7936 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7937
7938 2003-10-21 Juri Linkov <juri@jurta.org>
7939
7940 * compare-w.el: Automatically skip non-matching text to resync.
7941 (compare-windows-whitespace): Doc fix.
7942 (compare-windows-sync, compare-windows-sync-string-size)
7943 (compare-windows-recenter, compare-ignore-whitespace)
7944 (compare-windows-highlight, compare-windows-face): New variables.
7945 (compare-windows): Use compare-windows-sync.
7946 (compare-windows-highlight, compare-windows-dehighlight)
7947 (compare-windows-sync-regexp)
7948 (compare-windows-sync-default-function): New functions.
7949
7950 2003-10-21 Juri Linkov <juri@jurta.org>
7951
7952 * diff.el (diff-parse-differences): Don't visit the files now;
7953 instead, just record the error locus.
7954
7955 2003-10-21 Dave Love <fx@gnu.org>
7956
7957 * progmodes/cfengine.el: New file.
7958
7959 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7962 default-directory when completing file names.
7963
7964 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7965
7966 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7967 followed by the word `face', it gets treated as a face, even if
7968 it is also defined as a variable or a function.
7969
7970 2003-10-20 Dave Love <fx@gnu.org>
7971
7972 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7973 Avoid incf in macro expansion.
7974
7975 2003-10-20 John Paul Wallington <jpw@gnu.org>
7976
7977 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7978 `evenp' so we don't implicitly require cl library at runtime.
7979
7980 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7981
7982 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7983 (help-make-xrefs): Only make cross-references for faces if
7984 preceded or followed by the word `face'. Do not make a
7985 cross-reference for variables without variable documentation,
7986 unless preceded by the word `variable' or `option'. Update doc
7987 string accordingly.
7988
7989 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7990
7991 * progmodes/hideshow.el: Rewrite one-armed `if'
7992 constructs using either `when' or `unless'.
7993 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7994
7995 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7996
7997 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7998 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7999 instead of 12x12.
8000
8001 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8002
8003 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
8004 message while converting to Babyl.
8005
8006 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
8007
8008 * allout.el (allout-mode): Doc fix.
8009
8010 2003-10-16 Lute Kamstra <lute@gnu.org>
8011
8012 * subr.el (force-mode-line-update): Fix docstring.
8013
8014 2003-10-14 Dave Love <fx@gnu.org>
8015
8016 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8017 (default-input-method): Add :link, improve :type.
8018 (locale-charset-language-names): Fix utf-8 pattern.
8019 (locale-charset-match-p, locale-charset-alist)
8020 (locale-charset-to-coding-system): New.
8021 (set-locale-environment): Deal with codeset part of locale specs.
8022
8023 2003-10-14 Lute Kamstra <lute@gnu.org>
8024
8025 * fringe.el (fringe-mode): Use active voice in docstring.
8026 (set-fringe-style): Ditto.
8027
8028 2003-10-13 Lute Kamstra <lute@gnu.org>
8029
8030 * fringe.el (fringe-mode): Fix docstring.
8031 (set-fringe-style): Ditto.
8032
8033 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
8034
8035 * ediff-mult.el (ediff-filegroup-action):
8036 Use ediff-default-filtering-regexp.
8037
8038 * ediff-util.el (ediff-recenter): Don't call
8039 ediff-restore-highlighting twice.
8040 (ediff-select-difference): Set current difference.
8041 (ediff-unselect-and-select-difference): Add comment.
8042
8043 * ediff.el (ediff-directories,ediff-directory-revisions)
8044 (ediff-directories3,ediff-merge-directories)
8045 (ediff-merge-directories-with-ancestor)
8046 (ediff-merge-directory-revisions)
8047 (ediff-merge-directory-revisions-with-ancestor):
8048 Use ediff-default-filtering-regexp.
8049
8050 2003-10-12 Andreas Schwab <schwab@suse.de>
8051
8052 * international/mule-cmds.el (locale-charset-language-names):
8053 Simplify regex by removing unused grouping.
8054
8055 2003-10-10 Dave Love <fx@gnu.org>
8056
8057 * bindings.el: Don't bind stop.
8058
8059 2003-10-08 Miles Bader <miles@gnu.org>
8060
8061 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
8062 face instead of attempting to emulate it.
8063
8064 2003-10-07 Kenichi Handa <handa@m17n.org>
8065
8066 * international/mule-diag.el (list-coding-systems-1): List coding
8067 systems that are loaded automatically.
8068
8069 * international/code-pages.el (iso-8859-11): Add autoload cookie.
8070
8071 * international/mule.el (autoload-coding-system): New function.
8072
8073 2003-10-07 Andreas Schwab <schwab@suse.de>
8074
8075 * log-edit.el (log-edit-changelog-entries): Prefer local value of
8076 change-log-default-name in the buffer visiting the file.
8077
8078 2003-10-06 Dave Love <fx@gnu.org>
8079
8080 * files.el (find-file-hook): Customize.
8081 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
8082
8083 * bindings.el (completion-ignored-extensions): Remove .log.
8084 (global-map): Add again, open, stop keys.
8085
8086 2003-10-05 Richard M. Stallman <rms@gnu.org>
8087
8088 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
8089 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
8090 Use sh-modify directly.
8091 (sh-select): Use sh-append, not eval.
8092
8093 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
8094
8095 * info.el (Info-following-node-name): New function.
8096
8097 * loadhist.el (unload-feature-special-hooks):
8098 Rename from loadhist-hook-functions.
8099 (loadhist-hook-functions): Now an alias.
8100
8101 2003-10-04 Eli Zaretskii <eliz@gnu.org>
8102
8103 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
8104 file-name clashes on 8+3 filesystems.
8105
8106 * Makefile.in (DONTCOMPILE, bootstrap-clean):
8107 Rename loaddefs-boot.el to ldefs-boot.el
8108
8109 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
8110 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
8111
8112 2003-10-03 Lute Kamstra <lute@gnu.org>
8113
8114 * info.el (Info-mode): Revert previous change.
8115 (Info-escape-percent): New function.
8116 (Info-fontify-node): Use it.
8117
8118 2003-10-02 Andreas Schwab <schwab@suse.de>
8119
8120 * loaddefs-boot.el: Regenerated.
8121
8122 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
8123
8124 * ffap.el: Remove defadvice related code from CVS since `complete'
8125 provides a `PC-completion-as-file-name-predicate' variable that
8126 ffap can override.
8127
8128 2003-10-02 Kenichi Handa <handa@m17n.org>
8129
8130 * international/utf-8.el (ccl-decode-mule-utf-8):
8131 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
8132
8133 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
8134 * international/subst-big5.el: Likewise.
8135 * international/subst-gb2312.el: Likewise.
8136 * international/subst-ksc.el: Likewise.
8137
8138 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8139
8140 * calendar/calendar.el (increment-calendar-month)
8141 (calendar-leap-year-p, calendar-absolute-from-gregorian)
8142 (generate-calendar, calendar-read-date, calendar-interval)
8143 (calendar-day-of-week): Handle years BC.
8144 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
8145
8146 2003-10-01 Dave Love <fx@gnu.org>
8147
8148 * language/cyrillic.el (cp1251): Alias for windows-1251.
8149
8150 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
8151 bootstrap.
8152
8153 2003-10-01 Lute Kamstra <lute@gnu.org>
8154
8155 * files.el: Fix typo.
8156 * imenu.el (imenu--generic-function): Docstring fix.
8157
8158 2003-09-30 Richard M. Stallman <rms@gnu.org>
8159
8160 * dired.el (dired-mode): Handle dired-directory as a list.
8161
8162 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
8163
8164 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
8165
8166 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
8167
8168 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
8169 Replace gud-display with gud-watch.
8170 (gud-speedbar-buttons): Add stuff for watching expressions
8171 in the speedbar when using M-x gdba. Use dolist on old part
8172 of this function.
8173
8174 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
8175 (gdb-update-flag): New variables.
8176 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
8177 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
8178 (gud-watch, gdb-var-create-handler) : New functions.
8179 (gdb-var-list-children, gdb-var-list-children-handler)
8180 (gdb-var-create-regexp, gdb-var-update-regexp)
8181 (gdb-var-list-children-regexp): New constants.
8182 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
8183 (gdb-annotation-rules): Reduce annotation set (level 3).
8184 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
8185 (gdb-post-prompt): Don't update GDB buffers every time speedbar
8186 updates.
8187 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
8188 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
8189 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
8190 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
8191 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
8192 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
8193 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
8194 (gud-display, gud-display1)
8195 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
8196 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
8197 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
8198 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
8199 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
8200 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
8201 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
8202 (gdb-display-display-buffer, gdb-toggle-display)
8203 (gdb-delete-display, gdb-expressions-popup-menu)
8204 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
8205 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
8206 to display buffer.
8207
8208 2003-09-30 Richard M. Stallman <rms@gnu.org>
8209
8210 * progmodes/ada-mode.el (ada-mode): Don't use advice.
8211 Instead, set which-func-functions.
8212
8213 * progmodes/which-func.el (which-func-modes): Add ada-mode.
8214 (which-func-functions): New variable.
8215 (which-function): Use that.
8216
8217 * info.el (Info-mode): Double each `%' in header line.
8218
8219 * emacs-lisp/lisp-mnt.el (lm-with-file):
8220 When FILE is nil, run BODY in current buffer.
8221
8222 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
8223
8224 * help.el (describe-mode): Start with a brief list of minor modes.
8225 Find them thru minor-mode-list so as to find them all.
8226 Show them in alphabetical order.
8227
8228 * mail/sendmail.el (mail-aliases): Doc fix.
8229
8230 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
8231
8232 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8233
8234 * mail/rmailsum.el (rmail-make-summary-line-1):
8235 Change comma after last label to a space.
8236 (rmail-summary-font-lock-keywords): Adapt to that change.
8237
8238 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
8239
8240 * progmodes/scheme.el (scheme-mode-variables): When setting
8241 `font-lock-defaults', also specify that "#" should
8242 be interpreted with `word' syntax.
8243 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
8244
8245 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8246
8247 * desktop.el: A lot of comments updated.
8248 (desktop-save-mode): Minor mode introduced.
8249 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
8250 (desktop-load-default): Function made obsolete.
8251 (desktop-locals-to-save): Variable made customizable.
8252 (desktop-read): Optional parameter `dirname' added.
8253 (desktop-change-dir, desktop-revert): Parameter `dirname' in
8254 `desktop-read' used.
8255 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
8256
8257 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
8258
8259 * whitespace.el (whitespace-clean-msg): Add user customizable message
8260 for displaying ``clean'' output.
8261 (whitespace-buffer): Use `whitespace-clean-msg'.
8262 (whitespace-global-mode): Fix typo.
8263
8264 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8265
8266 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8267
8268 2003-09-29 Lute Kamstra <lute@gnu.org>
8269
8270 * bindings.el (mode-line-modes): Remove superfluous :propertize
8271 construct in initialization.
8272 (mode-line-position): Change cons cell into proper list in
8273 initialization.
8274
8275 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8276
8277 * international/mule.el (decode-coding-inserted-region): Use car
8278 of the return value of find-operation-coding-system.
8279
8280 2003-09-29 Kenichi Handa <handa@m17n.org>
8281
8282 * descr-text.el (describe-char): Fix previous change.
8283
8284 2003-09-28 Kenichi Handa <handa@m17n.org>
8285
8286 * descr-text.el (describe-char-display): New function.
8287 (describe-char): Pay attention to display table on describing how
8288 a character is displayed.
8289
8290 * international/mule-cmds.el (encoded-string-description):
8291 Prepend "0x" to each encoded byte.
8292
8293 2003-09-28 Andreas Schwab <schwab@suse.de>
8294
8295 * find-file.el (ff-special-constructs): Add autoload cookie.
8296
8297 2003-09-28 Kevin Ryde <user42@zip.com.au>
8298
8299 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8300 makeinfo appends to duplicate index entries.
8301
8302 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8303
8304 * dired-x.el (dired-clean-tex): Doc fix.
8305
8306 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8307 using a Chinese tutorial.
8308
8309 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8310
8311 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8312 between "MAIL FROM:" and "RCPT TO:" and the following address.
8313
8314 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8315
8316 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8317
8318 2003-09-28 David Ponce <david@dponce.com>
8319
8320 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8321 (recentf-load-list): When `recentf-initialize-file-name-history'
8322 is non-nil, initialize an empty `file-name-history' with the
8323 recent list.
8324
8325 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8326
8327 * man.el (Man-default-man-entry): Remove the leading `*' from the
8328 word at point.
8329
8330 2003-09-26 Lute Kamstra <lute@gnu.org>
8331
8332 * bindings.el (mode-line-position): Mention size indication in
8333 docstring.
8334
8335 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8336
8337 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8338
8339 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8340 because it's autoloaded now.
8341
8342 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8343
8344 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8345 (sh-font-lock-keywords, sh-feature): Fix previous change of
8346 sh-feature to avoid infloop with sh-font-lock-keywords.
8347
8348 2003-09-25 Kim F. Storm <storm@cua.dk>
8349
8350 * frame.el (frame-current-scroll-bars): New defun.
8351
8352 * window.el (window-current-scroll-bars): New defun.
8353
8354 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8355
8356 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8357 cause errors when the state cache contains info on parts that have
8358 been narrowed out.
8359
8360 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8361
8362 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8363 `c-setup-paragraph-variables' has to be used when this variable is
8364 changed; it doesn't work to reinitialize the mode since that
8365 typically clobbers the variable.
8366
8367 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8368 Make it interactive.
8369
8370 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8371
8372 * progmodes/cc-fonts.el (c-font-lock-declarations):
8373 Fix recognition of constructors and destructors for classes whose
8374 names are matched by `*-font-lock-extra-types'.
8375
8376 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8377 followed by an identifier in C++ then it's a type.
8378
8379 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8380
8381 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8382 problem that primarily affected XEmacs. Don't use faces to find
8383 unterminated strings since Emacs and XEmacs fontify strings
8384 differently - this function should now work better in XEmacs.
8385
8386 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8387
8388 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8389 `expand-abbrev' workaround which caused braces to misbehave inside
8390 macros.
8391
8392 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8393 handling. This bug could cause interactive font locking to bail out.
8394
8395 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8396
8397 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8398 Handle paren-style types in Pike. Also fixed some cases of
8399 insufficient handling of unbalanced parens.
8400
8401 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8402
8403 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8404 common shell prompts that are not common filename or URL characters.
8405 (ffap-file-at-point): Use the new regexp to strip the prompts from
8406 the file names. This is an issue mostly for user prompts that
8407 don't have a trailing space and find-file-at-point is invoked from
8408 within a shell inside Emacs.
8409
8410 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8411
8412 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8413 stamps numerically, rather than textually.
8414
8415 2003-09-24 Kenichi Handa <handa@m17n.org>
8416
8417 * language/devan-util.el (devanagari-post-read-conversion):
8418 * language/mlm-util.el (malayalam-post-read-conversion):
8419 * language/tml-util.el (tamil-post-read-conversion):
8420 Add autoload cookie.
8421
8422 * international/utf-8.el (utf-8-post-read-conversion):
8423 Call post-read-conversion functions for Devanagari, Malayalam,
8424 and Tamil.
8425
8426 2003-09-23 Dave Love <fx@gnu.org>
8427
8428 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8429
8430 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8431
8432 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8433 Update gud-remove.
8434
8435 2003-09-22 Richard M. Stallman <rms@gnu.org>
8436
8437 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8438 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8439 (sh-mode-syntax-table-input): New variable.
8440 (sh-require-final-newline): Don't use eval.
8441 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8442 (sh-variables, sh-font-lock-keywords): Don't use eval.
8443 (sh-set-shell): When setting require-final-newline,
8444 treat value = `require-final-newline' as don't change it.
8445 Set sh-mode-syntax-table locally based on
8446 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8447
8448 * progmodes/compile.el (compile-internal):
8449 Call compilation-set-window-height before setting window start.
8450
8451 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8452
8453 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8454 Clear out byte-compile-last-warned-form.
8455
8456 2003-09-22 Richard M. Stallman <rms@gnu.org>
8457
8458 * woman.el (woman-file-name, woman-follow-word):
8459 If current-word returns nil, use "".
8460
8461 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8462
8463 2003-09-22 Richard M. Stallman <rms@gnu.org>
8464
8465 * emacs-lisp/lisp-mnt.el (lm-with-file):
8466 Don't visit the file, just use insert-file-contents in temp buffer.
8467
8468 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8469
8470 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8471 Add surrounding \\( and \\) around the header, as in
8472 for lm-history-header 'Change Log\\|History'.
8473
8474 2003-09-22 John Paul Wallington <jpw@gnu.org>
8475
8476 * progmodes/ld-script.el: Add Commentary section,
8477 minor cleanup of file header.
8478 (ld-script-font-lock-keywords): Doc fix.
8479 (toplevel): Provide `ld-script' feature.
8480
8481 2003-09-21 Kim F. Storm <storm@cua.dk>
8482
8483 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8484 new built-in variable default-frame-scroll-bars.
8485 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8486 scroll-bar-mode; notably, use it instead of t when we toggle
8487 scroll-bars on.
8488 (toggle-scroll-bar): Use default-frame-scroll-bars.
8489
8490 2003-09-19 Masatake YAMATO <jet@gyve.org>
8491
8492 * pcvs.el (cvs-do-removal): Change the prompt depending on
8493 `filter' value.
8494
8495 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8496
8497 * startup.el (command-line-1): Stop startup-echo-area-message
8498 being hidden by "Loading image..." message.
8499 (use-fancy-splash-screens-p, display-splash-screen):
8500 Move display-graphic-p test from latter to former.
8501
8502 * progmodes/sh-script.el (sh-font-lock-keywords):
8503 Highlight escaped EOLs differently from other backslash constructs.
8504
8505 2003-09-19 Richard M. Stallman <rms@gnu.org>
8506
8507 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8508 New functions.
8509 (edebug-enter, edebug-outside-excursion): Use them.
8510
8511 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8512 Fix the condition for whether to print "In WHERE".
8513
8514 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8515
8516 * finder.el (finder-mode-hook): New variable.
8517 (finder-mode): Run hook finder-mode-hook
8518
8519 2003-09-18 Masatake YAMATO <jet@gyve.org>
8520
8521 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8522
8523 2003-09-17 Mario Lang <mlang@delysid.org>
8524
8525 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8526 "p %e" to actually print the value in the GUD buffer.
8527
8528 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8529
8530 From David Ponce <david.ponce@wanadoo.fr>:
8531 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8532 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8533 from loaddefs-boot.el if necessary.
8534
8535 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8536
8537 * progmodes/gud.el (gud-find-class): Make jdb work again since
8538 cc-mode changed the syntactic information.
8539
8540 2003-09-15 David Ponce <david@dponce.com>
8541
8542 * recentf.el: (recentf-exclude): Accept predicates too.
8543 (recentf-file-readable-p): New function.
8544 (recentf-include-p): Handle predicates in recentf-exclude.
8545 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8546 (recentf-cleanup): Likewise.
8547 (recentf-save-list): Use write-file to handle backup of
8548 recentf-save-file.
8549
8550 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8551
8552 * loaddefs-boot.el: Renamed from `loaddefs.el'
8553 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8554 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8555 necessary.
8556
8557 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8558
8559 * electric.el (Electric-pop-up-window): For the `one-window' case,
8560 no longer disconcertingly move point in the original buffer.
8561
8562 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8565
8566 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8567
8568 * dired.el (dired-mode-map): Fix typo.
8569
8570 2003-09-11 Richard M. Stallman <rms@gnu.org>
8571
8572 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8573
8574 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8575
8576 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8577 the function is less noisy. Now only `kill-buffer' can ask questions.
8578
8579 2003-09-10 Mario Lang <mlang@delysid.org>
8580
8581 * battery.el: Update Commentary and Copyright.
8582 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8583 appear due to wrong ordering of the expressions in `or'.
8584
8585 2003-09-09 Lute Kamstra <lute@gnu.org>
8586
8587 * misc.el (upcase-char): Fix docstring.
8588 (zap-up-to-char): New command.
8589
8590 2003-09-08 David Ponce <david@dponce.com>
8591
8592 Ensure that recentf correctly updates the menu bar.
8593 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8594 (recentf-menu-bar): New function.
8595 (recentf-clear-data): Use it
8596 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8597 of easy-menu-change.
8598
8599 2003-09-08 Lute Kamstra <lute@gnu.org>
8600
8601 * simple.el (size-indication-mode): New.
8602 * bindings.el (mode-line-position): Add buffer size indicator.
8603
8604 2003-09-04 Mario Lang <mlang@delysid.org>
8605
8606 * battery.el (battery-linux-proc-acpi): New function.
8607 (battery-status-function): Modify default value calculation to also
8608 check for availability of ACPI.
8609 (battery-echo-area-format): Ditto.
8610 (battery-mode-line-format): Ditto.
8611
8612 2003-09-06 Dave Love <fx@gnu.org>
8613
8614 * ielm.el (ielm-mode-hook): Add :options.
8615
8616 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8617 (eldoc-print-current-symbol-info): Use it.
8618
8619 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8620
8621 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8622 being displayed in GUD buffer.
8623 (gdb-idle-input-queue): Remove var. Use just one queue.
8624 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8625 Remove functions. Use just one queue.
8626 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8627 (gdb-invalidate-assembler, gdb-get-current-frame):
8628 Modify functions. Use just one queue.
8629
8630 2003-09-04 Dave Love <fx@gnu.org>
8631
8632 * cus-start.el: Add blink-cursor-alist.
8633
8634 * ruler-mode.el (ruler-mode-fill-column-char)
8635 (ruler-mode-current-column-char): Use char-displayable-p,
8636 not window-system.
8637
8638 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8639
8640 * language/european.el (windows-1252): Move from code-pages.
8641
8642 * language/cyrillic.el ("Windows-1251"): Delete.
8643 ("Bulgarian", "Belarusian"): Remove `features'.
8644 (windows-1251): Move from code-pages.
8645
8646 * international/mule-diag.el (non-iso-charset-alist):
8647 Remove `codepage' stuff.
8648 (print-designation, list-coding-systems-1): Output fixes.
8649
8650 * international/code-pages.el (cp-make-translation-table)
8651 (cp-valid-codes): Made defsubsts.
8652 (cp-fix-safe-chars): Delete.
8653 (mule-diag): Don't require.
8654 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8655 (top-level): Check for defined coding system when defining
8656 cp... aliases. Change w32-add-charset-info test to avoid warning.
8657 (non-iso-charset-alist): Defvar when compiling.
8658 (cp-make-coding-system): Doc fix.
8659
8660 2003-09-02 Jason Rumney <jasonr@gnu.org>
8661
8662 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8663 line-ends from CVS before doing conversion.
8664
8665 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8666
8667 * calendar/diary-lib.el (diary-header-line-flag)
8668 (diary-header-line-format): New variables.
8669 (list-diary-entries): Use them to set header line in simple diary.
8670
8671 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8672 other than font-lock-string-face to highlight backslashes.
8673
8674 2003-09-01 Jason Rumney <jasonr@gnu.org>
8675
8676 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8677 regexp.
8678
8679 2003-09-01 Dave Love <fx@gnu.org>
8680
8681 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8682
8683 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8684 and :help; also line and column numbers labels.
8685
8686 * international/mule-util.el (char-displayable-p): Move from
8687 latin1-disp, rename and autoload.
8688
8689 * international/latin1-disp.el (latin1-char-displayable-p):
8690 Now obsolete alias. Replace uses with char-displayable-p.
8691 (latin1-display-ucs-per-lynx): Fix last change.
8692
8693 * international/mule-cmds.el (standard-display-european-internal):
8694 Don't use char code for Latin-1 NBSP.
8695 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8696 U+2018, U+2019 for `'.
8697 (select-safe-coding-system): Message fix.
8698
8699 2003-09-01 Kenichi Handa <handa@m17n.org>
8700
8701 * international/fontset.el (setup-default-fontset): For Thai
8702 font, specify "*" family.
8703
8704 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8705
8706 * progmodes/compile.el (previous-error): Accept a prefix
8707 argument, similarly to next-error.
8708
8709 2003-08-31 Masatake YAMATO <jet@gyve.org>
8710
8711 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8712 the number of files. Bind the number of files to a local
8713 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8714
8715 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8716
8717 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8718 2003-07-26: msdos-long-file-names is a function, not a variable.
8719
8720 2003-08-29 Richard M. Stallman <rms@gnu.org>
8721
8722 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8723 Do nothing with mail-personal-alias-file if it is nil.
8724
8725 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8726 Do nothing if mail-personal-alias-file is nil.
8727
8728 * term.el (term-exec-1): Bind coding-system-for-read.
8729
8730 * dired.el (dired-mouse-find-file-other-window):
8731 Use dired-view-command-alist here, as in dired-view-file.
8732 (dired-view-command-alist): Use %s to substitute file name.
8733 Handle .ps_pages, .eps, .jpg, .gif, .png.
8734
8735 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8736
8737 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8738 `Info-prev-reference', instead of M-tab.
8739
8740 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8741
8742 * simple.el (blink-matching-open): Work correctly on chars that
8743 are designated as parens through the syntax-table text property.
8744
8745 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8746
8747 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8748 line break position in the middle of a non-kinsoku (e.g. latin)
8749 word, making it skip until either a space or a character with
8750 category "|".
8751 (kinsoku-longer): Test for end of buffer.
8752
8753 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8754
8755 * mail/rmail.el (rmail-convert-to-babyl-format):
8756 Detect quoted-printable- and base64-encoded messages and decode them
8757 automatically. Set the message's encoding from the charset=
8758 header, if any. Decode base64-encoded messages in Mail format as well.
8759
8760 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8761
8762 * mail/smtpmail.el: Fix previous change.
8763 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8764 calling smtpmail-via-smtp.
8765 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8766
8767 2003-08-26 John Paul Wallington <jpw@gnu.org>
8768
8769 * image.el (image-jpeg-p): Don't search beyond length of data.
8770
8771 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8772
8773 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8774 misfeature in `expand-abbrev' which caused electric keywords like
8775 "else" to disappear if an open brace was typed directly afterwards.
8776
8777 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8778
8779 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8780 mandatory in `define-widget'.
8781
8782 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8783 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8784
8785 (c-assignment-operators): New language constant that only contains
8786 the assignment operators.
8787
8788 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8789
8790 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8791
8792 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8793 Safeguard against unbalanced sexps.
8794
8795 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8796
8797 * version.el (emacs-version): Check for gtk. Include gtk version info.
8798
8799 2003-08-25 John Paul Wallington <jpw@gnu.org>
8800
8801 * man.el (Man-default-man-entry): Don't whizz past the section
8802 number before looking for it.
8803
8804 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8805
8806 * progmodes/gud.el (gud-display-line): Don't set window-point if
8807 source buffer is not visible. (Only happens with M-x gdba.)
8808
8809 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8810 documentation.
8811 (gdb-source, gdb-source-info): Update to assembler unnecessary
8812 as its done after each GDB command anyway.
8813 (gdb-pre-prompt): Use with-current-buffer.
8814 (gdb-insert-field): Add help-echo text.
8815 (gdb-invalidate-assembler): Re-display of assembler now done in
8816 gdb-info-breakpoints-custom.
8817 (gdb-info-breakpoints-custom): Force re-display of assembler to
8818 happen *after* update of breakpoints buffer.
8819 (gdb-display-source-buffer): Don't choke if gdb-source-window
8820 isn't visible.
8821 (gdb-put-string, gdb-put-arrow): Remove free variables.
8822
8823 2003-08-24 John Paul Wallington <jpw@gnu.org>
8824
8825 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8826
8827 * man.el (Man-default-man-entry): Strip text properties when
8828 snarfing parts of entry because `format' preserves properties.
8829
8830 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8831
8832 * files.el (file-newest-backup): Use `expand-file-name'.
8833
8834 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8835 Allow the diary to pop up a new frame, if needed.
8836
8837 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8838 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8839 (smtpmail-send-it): Make treatment of envelope-from consistent with
8840 sendmail.el.
8841
8842 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8843 (sh-leading-keywords): Add the bash `time' reserved word.
8844 (sh-variables): Add some bash variables.
8845 (sh-add-completer): Fix nil branch of case statement.
8846
8847 2003-08-24 Masatake YAMATO <jet@gyve.org>
8848
8849 * progmodes/ld-script.el: New file.
8850
8851 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8852
8853 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8854
8855 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8856
8857 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8858 Better explain obsolescence, and what to use instead.
8859
8860 2003-08-23 Masatake YAMATO <jet@gyve.org>
8861
8862 * pcvs.el (cvs-do-removal): Show the deleted file name
8863 on the prompt.
8864
8865 2003-08-20 Dave Love <fx@gnu.org>
8866
8867 * international/mule.el (make-coding-system)
8868 (set-buffer-file-coding-system): Doc fix.
8869
8870 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8871
8872 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8873
8874 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8875
8876 * international/utf-16.el: Add mime-text-unsuitable coding system
8877 properties.
8878
8879 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8880
8881 * cus-edit.el: Add some :links.
8882 (bib): Remove.
8883
8884 * textmodes/bib-mode.el (bib): Add :group external.
8885
8886 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8887
8888 * wid-edit.el (widget-echo-help): Make it handle expressions that
8889 evaluate to strings.
8890
8891 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8892
8893 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8894
8895 Simplify selection of SQL products to define highlighting and
8896 interactive mode. Includes detailed instructions on adding
8897 support for new products.
8898
8899 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8900 product for use in highlighting and interactive mode.
8901 (sql-interactive-product): New variable. SQL product for
8902 sql-interactive-mode.
8903 (sql-product-support): New variable. Specifies product-specific
8904 parameters to drive highlighting and interactive mode.
8905 (sql-imenu-generic-expression): Add more object types.
8906 (sql-sqlite-options): Correct comment.
8907 (sql-ms-program): Use "osql" rather than "isql".
8908 (sql-prompt-regexp, sql-prompt-length): Update comment.
8909 (sql-mode-menu): Add "Start SQLi session" entry.
8910 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8911 (sql-mode-abbrev-table): Add abbreviations. Support of
8912 SYSTEM-FLAG on define-abbrev. Support was removed with last
8913 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8914 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8915 names.
8916 (sql-mode-ansi-font-lock-keywords): Set as default value.
8917 (sql-mode-oracle-font-lock-keywords): Set as default value.
8918 Support Oracle 9i keywords.
8919 (sql-mode-postgres-font-lock-keywords): Set as default value.
8920 (sql-mode-linter-font-lock-keywords): Set as default value.
8921 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8922 SQLServer 2000.
8923 (sql-mode-sybase-font-lock-keywords)
8924 (sql-mode-interbase-font-lock-keywords)
8925 (sql-mode-sqlite-font-lock-keywords)
8926 (sql-mode-strong-font-lock-keywords)
8927 (sql-mode-mysql-font-lock-keywords)
8928 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8929 keywords.
8930 (sql-mode-font-lock-defaults): Update comment.
8931 (sql-product-feature): New function. Returns feature associated
8932 with a product from `sql-product-support' alist.
8933 (sql-product-font-lock): New function. Set font-lock support
8934 based on `sql-product'.
8935 (sql-add-product-keywords): New function. Add font-lock rules to
8936 product-specific keyword variables.
8937 (sql-set-product): New function. Set `sql-product' and apply
8938 appropriate font-lock highlighting.
8939 (sql-highlight-product): New function. Set font-lock support
8940 based on a product. Also set mode name to include product name.
8941 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8942 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8943 Use `sql-set-product'.
8944 (sql-highlight-ms-keywords)
8945 (sql-highlight-sybase-keywords)
8946 (sql-highlight-interbase-keywords)
8947 (sql-highlight-strong-keywords)
8948 (sql-highlight-mysql-keywords)
8949 (sql-highlight-sqlite-keywords)
8950 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8951 (sql-get-login): Prompt in the same order as the tokens.
8952 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8953 (sql-product-interactive): New function. Common portions of
8954 product-specific interactive mode wrappers.
8955 (sql-interactive-mode): Rewritten to use product features.
8956 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8957 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8958 (sql-db2, sql-linter): Use `sql-product-interactive'.
8959 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8960 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8961 (sql-connect-ingres, sql-connect-postgres)
8962 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8963 New functions. Format command line parameters and invoke comint on
8964 the appropriate interpreter. Code was in the corresponding
8965 `sql-xyz' function before.
8966 (sql-connect-ms): New function. Support -E argument to use
8967 operating system credentials for authentication.
8968
8969 2003-08-18 Kenichi Handa <handa@m17n.org>
8970
8971 * international/mule.el (encode-char): Fix for the ASCII case.
8972
8973 2003-08-15 Kenichi Handa <handa@m17n.org>
8974
8975 * international/fontset.el (setup-default-fontset): Change "*" to
8976 nil in the specifications of font family.
8977
8978 2003-08-18 Kim F. Storm <storm@cua.dk>
8979
8980 * kmacro.el (kmacro-keymap): Group related bindings in
8981 initialization for clarity. Bind C-s to start macro.
8982 Remove C-r binding.
8983 (kmacro-initial-counter-value): New defvar to hold initial counter
8984 value in case we set the value before defining a macro.
8985 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8986 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8987 not defining or executing macro. Doc fix.
8988 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8989 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8990 temporarily view older elements on the macro ring without cycling
8991 the ring.
8992 (kmacro-display): Doc fix.
8993 (kmacro-exec-ring-item): New helper function.
8994 (kmacro-call-ring-2nd): Use it.
8995 (kmacro-call-ring-2nd-repeat): Doc fix.
8996 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8997 (kmacro-end-or-call-macro): Execute last viewed macro (using
8998 kmacro-exec-ring-item) from ring if this follows
8999 kmacro-view-macro. This allows us to find a macro on the ring
9000 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
9001 the ring to bring it to the head of the ring.
9002 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
9003 Allow binding to reserved keys without specifying C-x C-k prefix.
9004 Ask for confirmation if entered key sequence is already bound to
9005 a non-macro command.
9006 (kmacro-view-macro): Repeating command will show older elements
9007 on the macro ring; C-k will execute the last viewed macro.
9008 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
9009 property from 'ring to 'head.
9010
9011 2003-08-17 Alan Shutko <ats@acm.org>
9012
9013 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
9014 keeping December out of the alist.
9015
9016 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9017
9018 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
9019 * calendar/calendar.el (calendar-mode-map): Bind it to key.
9020 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
9021 (calendar-flatten): New function.
9022 (calendar-mouse-view-other-diary-entries)
9023 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
9024 in the menu title and to show multi-line diary entries correctly
9025 in the menu.
9026
9027 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
9028
9029 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
9030 defcustom, because the default was recently changed.
9031
9032 2003-08-16 Richard M. Stallman <rms@gnu.org>
9033
9034 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
9035
9036 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9037 New subroutine, broken out of eval-last-sexp-1.
9038 (eval-last-sexp-1): Use eval-last-sexp-print-value.
9039
9040 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
9041
9042 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
9043
9044 * simple.el (eval-expression): Use eval-last-sexp-print-value.
9045
9046 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
9047
9048 * progmodes/compile.el (compilation-error-regexp-alist):
9049 Add Java ANt error detection as described in document
9050 http://ant.apache.org/faq.html
9051
9052 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
9053
9054 * simple.el (backward-word, forward-to-indentation)
9055 (backward-to-indentation): Argument changed to optional.
9056 (next-line, previous-line): Use `or' instead of `unless'.
9057
9058 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9059
9060 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
9061 instead of a constant.
9062
9063 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
9064
9065 * shell.el (shell): With prefix-arg, suggest a new buffer name.
9066
9067 2003-08-12 Andre Spiegel <spiegel@gnu.org>
9068
9069 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
9070 (vc-sccs-workfile-version): Search the entire delta table, rather
9071 than just the first entry, because that might be a deleted version.
9072
9073 2003-08-11 Karl Fogel <kfogel@red-bean.com>
9074
9075 * menu-bar.el (menu-bar-options-menu): Supply a body for the
9076 [save-place] binding in the Options menu. Have it require
9077 'saveplace' and then toggle the variable manually, to avoid an an
9078 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
9079 for the bug report.
9080
9081 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
9082
9083 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
9084 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
9085 (gdb-info-threads-custom): Add help-echo text.
9086 (gdb-display-back): Don't use purecopy.
9087 (gdb-info-breakpoints-custom, gdb-reset)
9088 (gdb-assembler-custom): Use display-images-p to test if breakpoint
9089 icons can be displayed.
9090
9091 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
9092
9093 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
9094
9095 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
9096
9097 * bookmark.el (bookmark-completing-read):
9098 Return a string, instead of a list of one string.
9099 Use a popup menu if activated from the mouse.
9100 (bookmark-edit-annotation): Remove unused vars.
9101 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
9102 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
9103 to bookmark-completing-read.
9104 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9105 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
9106 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
9107 and erase-buffer.
9108 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
9109 (bookmark-menu-jump, bookmark-menu-insert)
9110 (bookmark-popup-menu-and-apply-function)
9111 (bookmark-menu-popup-paned-bookmark-menu): Remove.
9112 (bookmark-menu-build-paned-menu): Remove by folding it into
9113 bookmark-menu-popup-paned-menu.
9114 (menu-bar-bookmark-map): Move the define-key statements here.
9115 Use the "non-menu" commands since they now pop up a menu if needed.
9116 (bookmark-exit-hook-internal): Simplify.
9117
9118 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
9119
9120 * reftex-toc.el (reftex-toc-rename-label): New function.
9121 (reftex-toc-check-docstruct): New function.
9122
9123 * reftex.el (reftex-region-active-p): New function.
9124
9125 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
9126 regexp to find the \bibliography macro.
9127
9128 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
9129 which does not exist in LaTeX.
9130 (reftex-cite-format-builtin): Added amsrefs support.
9131 (reftex-toc-confirm-promotion): New option
9132
9133 * reftex-toc.el
9134 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
9135 (reftex-toc-demote, reftex-toc-promote)
9136 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9137 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9138 (reftex-toc-newhead-from-alist)
9139 (reftex-toc-load-all-files-for-promotion): New functions.
9140 (reftex-toc-help): Added description of new keys.
9141 (reftex-toc-split-windows-fraction): New option.
9142 (reftex-recenter-toc-when-idle): Search *toc* window on all
9143 visible frames.
9144 (reftex-toc): Additional parameter REUSE
9145 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
9146 with REUSE argument.
9147 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
9148 the call of `reftex-toc'.
9149 (reftex-make-separate-toc-frame): New function .
9150 (reftex-toc-recenter): When called with triple prefix arg, call
9151 `reftex-make-separate-toc-frame' first.
9152 (reftex-toc-toggle-dedicated-frame): New command.
9153 (reftex-toc-quit): Adapted to delete frame when called in
9154 dedicated frame.
9155
9156 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
9157 all enclosing macros.
9158
9159
9160 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9161
9162 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
9163 first use.
9164
9165 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9166
9167 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
9168
9169 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9170
9171 * calendar/calendar.el (list-diary-entries-hook)
9172 (diary-display-hook, nongregorian-diary-listing-hook)
9173 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
9174 Add some customize options for these hooks.
9175 (calendar-abbrev-construct): Don't try to take a substring longer
9176 than the original string.
9177
9178 2003-08-05 Richard M. Stallman <rms@gnu.org>
9179
9180 * emacs-lisp/testcover.el (noreturn): Report error if does return.
9181 (testcover-reinstrument-clauses): Doc fix.
9182
9183 * emacs-lisp/warnings.el: Doc fixes, args renamed.
9184 (warning-type-format): Rename from warning-group-format.
9185
9186 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
9187 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
9188 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
9189 to prevent warnings about defvar for an obsolete variable.
9190
9191 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9192 warning-group-format renamed to warning-type-format.
9193
9194 * subr.el (read-passwd): Use clear-string instead of fillarray.
9195
9196 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
9197 Use vconcat instead of concat.
9198 (edmacro-sanitize-for-string): New function.
9199
9200 2003-08-05 Dave Love <fx@gnu.org>
9201
9202 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
9203 line-number-display-limit-width.
9204
9205 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
9206
9207 2003-08-05 Kenichi Handa <handa@m17n.org>
9208
9209 * international/code-pages.el: Don't require mule-diag.
9210
9211 * international/mule-diag.el (non-iso-charset-alist):
9212 Add autoload cookie.
9213
9214 * language/devan-util.el (dev-glyph-order): Add an entry for the
9215 glyph code #xC4.
9216
9217 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9218
9219 * calendar/calendar.el (diary-file, diary-file-name-prefix)
9220 (european-calendar-style, diary-date-forms)
9221 (calendar-day-name-array, calendar-month-name-array): Doc change.
9222 (generate-calendar-month): Adapt for new behaviour of
9223 `calendar-day-name' function.
9224 (calendar-abbrev-length, calendar-day-abbrev-array)
9225 (calendar-month-abbrev-array): New variables.
9226 (calendar-abbrev-construct): New function.
9227 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
9228 rather than fixing abbrevs at some width. Calling syntax change.
9229 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
9230 (calendar-date-string): Adapt for new behaviours of
9231 `calendar-day-name' and `calendar-month-name' functions.
9232
9233 * calendar/diary-lib.el (list-diary-entries): Adapt for new
9234 behaviour of `calendar-day-name' and `calendar-month-name' functions.
9235 (diary-name-pattern): Use abbrev arrays, rather than fixing
9236 abbrevs at three chars. Calling syntax change.
9237 (mark-diary-entries): Adapt for new behaviours of
9238 `diary-name-pattern' and `calendar-make-alist' functions.
9239 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
9240 `diary-name-pattern' function.
9241 (font-lock-diary-date-forms): Use abbrev arrays, rather than
9242 fixing abbrevs at three chars. Calling syntax change.
9243 (cal-hebrew, cal-islam): Require when compiling.
9244 (diary-font-lock-keywords): Adapt for new behaviour of
9245 `font-lock-diary-date-forms' function.
9246
9247 * calendar/cal-hebrew.el: Reposition some code so defined before used.
9248 (calendar-hebrew-month-name-array-common-year)
9249 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
9250 (list-hebrew-diary-entries): Adapt for new behaviours of
9251 `calendar-day-name' and `add-to-diary-list' functions.
9252 (mark-hebrew-diary-entries): Adapt for new behaviours of
9253 `diary-name-pattern' and `calendar-make-alist' functions.
9254
9255 * calendar/cal-islam.el (calendar-islamic-month-name-array):
9256 Add doc string.
9257 (list-islamic-diary-entries): Adapt for new behaviours of
9258 `calendar-day-name' and `add-to-diary-list' functions.
9259 (mark-islamic-diary-entries): Adapt for new behaviours of
9260 `diary-name-pattern' and `calendar-make-alist' functions.
9261
9262 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9263 `calendar-month-name' function.
9264
9265 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9266
9267 * calendar/solar.el (solar-seasons-data): Move definition before use.
9268
9269 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9270 (cal-tex-LaTeX-hourbox): Move definition before use.
9271
9272 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9273 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9274 lunar.el, solar.el
9275 (displayed-month, displayed-year): Define for compiler.
9276
9277 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9278
9279 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9280 MODE. Renamed from c-init-c-language-vars'.
9281 (c-initialize-cc-mode): Change accordingly.
9282 (c-common-init): Ditto.
9283 (c-mode): Ditto.
9284 (c++-mode): Use `c-init-language-vars-for'.
9285 (objc-mode): Ditto.
9286 (java-mode): Ditto.
9287 (idl-mode): Ditto.
9288 (pike-mode): Ditto.
9289 (awk-mode): Ditto.
9290
9291 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9292
9293 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9294 or not the point moved.
9295
9296 (c-search-decl-header-end): Don't trip up on operator identifiers
9297 in C++ and operators like == in all languages.
9298
9299 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9300 Detect leading labels correctly.
9301
9302 2003-08-02 Andreas Schwab <schwab@suse.de>
9303
9304 * textmodes/ispell.el: Don't redo key bindings on loading, put
9305 them only in loaddefs.el.
9306 * bookmark.el: Likewise.
9307 * dabbrev.el: Likewise.
9308 * emerge.el: Likewise.
9309
9310 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9311 has more than one member.
9312
9313 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9314
9315 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9316
9317 * lpr.el (printify-region): It was ending conversion before the
9318 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9319
9320 2003-07-31 John Paul Wallington <jpw@gnu.org>
9321
9322 * net/browse-url.el (browse-url-epiphany): Doc fix.
9323
9324 2003-07-30 Kenichi Handa <handa@m17n.org>
9325
9326 * international/fontset.el (setup-default-fontset):
9327 Change registry names of Akurti fonts.
9328
9329 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9330
9331 * comint.el (comint-read-noecho): Use `clear-string' instead of
9332 `fillarray'.
9333
9334 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9335
9336 * outline.el (outline-mode-hook): Add defvar.
9337
9338 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9339
9340 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9341 Restore assembler in source window if that is what has been selected.
9342 (menu): Add gdb-restore-windows to menu. Make gdba
9343 specific menus only visible from gdba.
9344
9345 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9346
9347 * progmodes/compile.el (compilation-environment): New user variable.
9348 (compile-internal): Respect it.
9349
9350 2003-07-23 Masatake YAMATO <jet@gyve.org>
9351
9352 * progmodes/gud.el (gdb-script-font-lock-keywords):
9353 Put `font-lock-function-name-face' on a symbol which includes
9354 `-' like `hook-run'. Put font-lock-variable-name-face
9355 on a symbol starting with $.
9356
9357 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9358
9359 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9360
9361 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9362
9363 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9364
9365 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9366
9367 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9368 Use with-no-warnings.
9369 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9370 rather than to find-file-not-found-hook, which doesn't exist.
9371
9372 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9373
9374 * international/quail.el (quail-translate-key): Fix previous change.
9375
9376 2003-07-25 John Paul Wallington <jpw@gnu.org>
9377
9378 * server.el (server-start): Check `server-process' is non-nil
9379 before killing it to avoid killing current buffer's process.
9380
9381 * simple.el (choose-completion-string): Use `minibufferp';
9382 test `completion-reference-buffer' if `buffer' arg is nil.
9383 (push-mark): Use `when' and `unless'.
9384 (pop-mark): Use `when'.
9385
9386 * mouse-sel.el (mouse-sel-get-selection-function):
9387 Check `x-last-selected-text-primary'. Don't barf if it or
9388 `x-last-selected-text' aren't bound.
9389
9390 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9391
9392 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9393
9394 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9395
9396 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9397
9398 2003-07-23 John Paul Wallington <jpw@gnu.org>
9399
9400 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9401
9402 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9403
9404 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9405 string. Defvar the derived hook.
9406
9407 * macros.el (insert-kbd-macro): Escape double quote character.
9408 From Thomas W Murphy <twm@andrew.cmu.edu>.
9409
9410 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9411
9412 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9413 to match the specific mark rather than reusing comment-start-skip.
9414
9415 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9416
9417 * progmodes/hideshow.el (hs-special-modes-alist):
9418 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9419
9420 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9421
9422 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9423 value using ?\s.
9424
9425 2003-07-21 John Paul Wallington <jpw@gnu.org>
9426
9427 * subr.el (with-selected-window): Add closing paren.
9428
9429 2003-07-21 Richard M. Stallman <rms@gnu.org>
9430
9431 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9432 (lisp-mode): Likewise.
9433
9434 * subr.el (with-selected-window): Copy code form save-selected-window
9435 so as to call select-window with norecord arg.
9436 (dynamic-completion-table): Doc fix.
9437 (lazy-completion-table): Doc fix.
9438
9439 * international/mule-cmds.el (set-locale-environment):
9440 langinfo renamed to locale-info.
9441
9442 * international/mule.el (auto-coding-functions): Doc fix.
9443
9444 2003-07-21 Kenichi Handa <handa@m17n.org>
9445
9446 * international/quail.el (quail-translate-key):
9447 Update quail-current-str correctly.
9448
9449 2003-07-21 Andreas Schwab <schwab@suse.de>
9450
9451 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9452 ?, to "_".
9453
9454 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9455 Version 2.0.36 of Tramp released.
9456
9457 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9458 tramp-password-end-of-line.
9459 (tramp-password-end-of-line): New method parameter.
9460 (tramp-get-password-end-of-line): Function to access method
9461 parameter `tramp-password-end-of-line', or variable
9462 `tramp-default-password-end-of-line' (default value).
9463 (tramp-methods): Add entries for new parameter
9464 tramp-password-end-of-line.
9465 (tramp-enter-password): Use new function
9466 `tramp-get-password-end-of-line'.
9467 (tramp-handle-insert-file-contents): Do not
9468 unconditionally inhibit the file operation file-local-copy, only
9469 do that when the inhibit-file-name-operation is currently
9470 insert-file-contents. This fixes finding remote CVS-controlled
9471 files. (It would barf on inserting the CVS/Entries file
9472 literally, because the file-local-copy handler wasn't called.)
9473 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9474 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9475 (tramp-initial-commands): New variable.
9476 (tramp-process-initial-commands): New function, using the variable.
9477 (tramp-open-connection-setup-interactive-shell): Call the new function.
9478 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9479 method into the buffer name, never use nil. Reported by Hanak
9480 David <dhanak@inf.bme.hu>.
9481 (tramp-open-connection-setup-interactive-shell): Erase buffer
9482 before sending "stty -onlcr".
9483
9484 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9485
9486 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9487
9488 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9489
9490 2003-07-19 John Paul Wallington <jpw@gnu.org>
9491
9492 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9493 (artist-draw-rect, artist-draw-square): Doc fixes.
9494
9495 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9496
9497 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9498
9499 2003-07-19 Kenichi Handa <handa@m17n.org>
9500
9501 * international/kkc.el (kkc-show-conversion-list-update):
9502 Highlight the correct candidate in the message.
9503
9504 2003-07-18 John Paul Wallington <jpw@gnu.org>
9505
9506 * simple.el (current-word): Don't include punctuation char when
9507 `really-word' arg is non-nil.
9508
9509 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9510
9511 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9512 moved to the directory obsolete.
9513
9514 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9515
9516 * info.el (Info-menu-entry-name-re): Allow newlines in
9517 menu entry names.
9518
9519 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9520 syntax-ppss-after-change-function.
9521 (syntax-ppss-after-change-function): New alias. Update uses.
9522 (syntax-ppss): Catch the case where the buffer is narrowed.
9523
9524 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9525
9526 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9527 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9528
9529 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9530
9531 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9532 since it might be modified.
9533
9534 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9535 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9536 names to these language constants.
9537
9538 2003-07-15 Kim F. Storm <storm@cua.dk>
9539
9540 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9541 All uses changed.
9542
9543 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9544
9545 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9546 Namespace support.
9547
9548 2003-07-13 Juanma Barranquero <lektu@terra.es>
9549
9550 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9551 papers received).
9552
9553 2003-07-13 Karl Eichwalder <ke@suse.de>
9554
9555 * textmodes/po.el (po-find-charset): White space at the start of the
9556 Content-Type field body is non-mandatory.
9557
9558 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9559
9560 * textmodes/texinfo.el (texinfo-section-list):
9561 Append appendixsection; a synonym for appendixsec.
9562
9563 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9564
9565 * man.el (Man-translate-cleanup): New.
9566 (Man-translate-references): Call `Man-translate-cleanup' to clean
9567 leading, trailing and middle spaces.
9568
9569 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9570
9571 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9572 Handle `dired-directory' being a list.
9573
9574 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9575
9576 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9577 it doesn't exist.
9578
9579 2003-07-12 Richard M. Stallman <rms@gnu.org>
9580
9581 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9582
9583 * progmodes/cc-defs.el (c-make-keywords-re):
9584 Don't use delete-duplicates.
9585 (c-lang-const): Don't use mapcan.
9586
9587 * apropos.el (apropos-show-scores): Make it customizable.
9588 Document new meaning.
9589 (apropos): Compute scores from symbols.
9590 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9591
9592 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9593
9594 * ps-bdf.el: Fix copyright line.
9595 (bdf-directory-list): Fix initialization code.
9596
9597 2003-07-11 John Paul Wallington <jpw@gnu.org>
9598
9599 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9600 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9601 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9602
9603 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9604
9605 * emacs-lisp/ring.el (ring-elements): Doc fix.
9606
9607 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9608
9609 * calendar/timeclock.el (timeclock-relative)
9610 (timeclock-ask-before-exiting, timeclock-use-display-time):
9611 Doc changes.
9612 (timeclock-modeline-display): Give a message if
9613 `timeclock-use-display-time' is non-nil but `display-time-mode'
9614 is not active.
9615
9616 2003-07-11 Kenichi Handa <handa@m17n.org>
9617
9618 * international/mule-cmds.el (set-language-environment):
9619 Set current-language-environment to the correct string.
9620
9621 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9622
9623 * ps-print.el: Print line number correctly in a region. Reported by
9624 Tim Allen <timallen@ls83.fsnet.co.uk>.
9625 (ps-print-version): New version number (6.6.2).
9626 (ps-printing-region): Code fix.
9627
9628 2003-07-10 John Paul Wallington <jpw@gnu.org>
9629
9630 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9631 this function can be called from `add-completions-from-tags-table'.
9632
9633 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9634
9635 * calendar/timeclock.el (timeclock-use-display-time)
9636 (timeclock-day-over-hook, timeclock-workday-remaining)
9637 (timeclock-status-string, timeclock-when-to-leave)
9638 (timeclock-when-to-leave-string, timeclock-log-data)
9639 (timeclock-find-discrep, timeclock-day-base)
9640 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9641 (timeclock-modeline-display): Set the variable
9642 `timeclock-modeline-display'.
9643 (timeclock-update-modeline): Doc fix. Respect value of
9644 `timeclock-relative'.
9645
9646 2003-07-09 Richard M. Stallman <rms@gnu.org>
9647
9648 * textmodes/reftex-parse.el (reftex-all-document-files):
9649 Add autoload cookie.
9650
9651 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9652 (reftex-scanning-info-available-p): Add autoload cookie.
9653
9654 * international/mule-cmds.el
9655 (set-display-table-and-terminal-coding-system): Delete duplicate
9656 aset on standard-display-table.
9657
9658 * view.el (view-file): If existing buffer's major mode is special,
9659 don't go into view mode.
9660
9661 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9662
9663 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9664
9665 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9666 buffer changes; there's third party code that calls this function
9667 directly.
9668
9669 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9670
9671 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9672 (autodoc-font-lock-keywords): Don't byte compile on font lock
9673 initialization when running from byte compiled files.
9674
9675 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9676
9677 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9678 statement ends with auto-increment "++".
9679
9680 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9681
9682 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9683 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9684 these are changed, so declare them as variables and not constants.
9685
9686 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9687
9688 * subr.el (dolist, dotimes): Doc fix.
9689
9690 2003-07-08 Kim F. Storm <storm@cua.dk>
9691
9692 * international/mule-cmds.el
9693 (set-display-table-and-terminal-coding-system): Don't break
9694 bootstrap if standard-display-table isn't setup yet.
9695
9696 2003-07-07 Richard M. Stallman <rms@gnu.org>
9697
9698 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9699 Give it a doc string, and autoload it.
9700
9701 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9702 Use with-no-warnings.
9703
9704 * info.el (Info-search): If find invisible text, search again.
9705
9706 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9707
9708 * man.el (Man-name-regexp): Match + as part of name.
9709
9710 * simple.el (visible-mode): Rename from vis-mode.
9711 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9712
9713 * simple.el (current-word): New arg REALLY-WORD specifies
9714 don't include punctuation chars.
9715
9716 * emacs-lisp/debug.el (debug, debugger-env-macro):
9717 Use with-no-warnings while accessing and binding unread-command-char.
9718
9719 * international/mule-cmds.el
9720 (set-display-table-and-terminal-coding-system): Use explicit loop
9721 instead of calling standard-display-default.
9722
9723 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9724 Use condition-case to catch error in ange-ftp-get-files.
9725
9726 * net/browse-url.el (browse-url-browser-function):
9727 Add alternative for Epiphany.
9728 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9729 (browse-url-epiphany-startup-arguments)
9730 (browse-url-epiphany-new-window-is-tab): New variables.
9731 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9732
9733 * progmodes/compile.el (compile-auto-highlight): Default now t.
9734 (compile): Doc fix.
9735 (compilation-next-error): Fix previous change.
9736
9737 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9738
9739 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9740
9741 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9742
9743 * gdb-ui.el (gdb-source-info): Display current frame when
9744 attaching to an existing process.
9745 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9746 while laying out windows when attaching to an existing process.
9747
9748 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9749
9750 * info.el (Info-menu): Use Info-menu-entry-name-re.
9751
9752 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9753
9754 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9755 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9756
9757 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9758 to match the same text.
9759
9760 2003-07-06 John Paul Wallington <jpw@gnu.org>
9761
9762 * vc.el (vc-annotate-offset): Move defvar up.
9763
9764 2003-07-06 Kim F. Storm <storm@cua.dk>
9765
9766 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9767 This should fix the infinite loop when extracting menu names.
9768
9769 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9770
9771 * files.el (auto-mode-alist, interpreter-mode-alist):
9772 Remove entries to CC Mode modes to avoid duplicates; they are now added
9773 with autoload directives in cc-mode.el.
9774
9775 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9776
9777 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9778 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9779 these are changed, so declare them as variables and not constants.
9780
9781 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9782 ensure that the entry for ".c" extension comes before the one for
9783 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9784 Fix incorrect entries that were added to `interpreter-mode-alist'.
9785 Move the autoload directives for AWK to the top level since they
9786 aren't recognized anywhere else. Do not use the new AWK mode doc
9787 in the autoload form for the old AWK mode.
9788
9789 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9790
9791 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9792 (bibtex-sort-ignore-string-entries): Default value t.
9793 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9794 erroneously in previous version.
9795 (bibtex-string-files): Docstring reflects new parsing scheme.
9796 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9797 docstring, add # as one of the chars to crush
9798 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9799 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9800 (bibtex-autokey-name-change-strings)
9801 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9802 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9803 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9804 (bibtex-autokey-title-terminators)
9805 (bibtex-autokey-titlewords-stretch)
9806 (bibtex-autokey-titleword-ignore)
9807 (bibtex-autokey-titleword-case-convert)
9808 (bibtex-autokey-titleword-abbrevs)
9809 (bibtex-autokey-titleword-abbrevs)
9810 (bibtex-autokey-titleword-change-strings)
9811 (bibtex-autokey-titleword-length)
9812 (bibtex-autokey-titleword-separator)
9813 (bibtex-autokey-name-year-separator)
9814 (bibtex-autokey-year-title-separator)
9815 (bibtex-autokey-before-presentation-function)
9816 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9817 Fix docstring.
9818 (bibtex-strings, bibtex-reference-keys):
9819 Use lazy-completion-table and make-variable-buffer-local.
9820 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9821 (bibtex-braced-string-syntax-table)
9822 (bibtex-quoted-string-syntax-table): New variables.
9823 (bibtex-parse-nested-braces): Remove.
9824 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9825 (bibtex-parse-association): Simplify.
9826 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9827 (bibtex-parse-field-text): Simplify.
9828 (bibtex-search-forward-field, bibtex-search-backward-field):
9829 argument BOUND can take value t.
9830 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9831 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9832 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9833 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9834 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9835 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9836 and ending of entry. Update for changes of bibtex-search-entry.
9837 Simplify.
9838 (bibtex-map-entries): FUN is called with three arguments.
9839 (bibtex-search-entry): Return a cons pair with buffer positions of
9840 beginning and end of entry.
9841 (bibtex-enclosing-field): Simplify.
9842 (bibtex-format-entry): Use booktitle to set a missing title.
9843 (bibtex-autokey-get-names): Fiddle with regexps.
9844 (bibtex-generate-autokey): Use identity.
9845 (bibtex-parse-keys): Use simplified parsing algorithm if
9846 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9847 arguments. Return alist of keys.
9848 (bibtex-parse-strings): Simplify. Return alist of strings.
9849 (bibtex-complete-string-cleanup): Fix docstring.
9850 (bibtex-read-key): New function.
9851 (bibtex-mode): Fix docstring. Do not parse for keys and
9852 strings when the mode is entered. Set fill-paragraph-function to
9853 bibtex-fill-field. Setup font-lock-mark-block-function the way
9854 font-lock intended.
9855 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9856 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9857 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9858 (bibtex-Preamble): Avoid hard coded constants.
9859 (bibtex-make-field): Fix docstring. Simplify.
9860 (bibtex-beginning-of-entry): Always return new position of point.
9861 (bibtex-end-of-entry): Rearrange cond clauses.
9862 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9863 Update for changes of bibtex-map-entries.
9864 (bibtex-ispell-abstract): Do not move point.
9865 (bibtex-entry-index): Use downcase. Simplify.
9866 (bibtex-lessp): Handle catch-all.
9867 (bibtex-find-crossref): Turn into a command.
9868 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9869 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9870 preamble entries.
9871 (bibtex-fill-field-bounds): New function.
9872 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9873 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9874 (bibtex-String): Use bibtex-strings. Always obey
9875 bibtex-sort-ignore-string-entries.
9876
9877 2003-07-05 John Paul Wallington <jpw@gnu.org>
9878
9879 * cus-theme.el (customize-create-theme):
9880 Call `customize-create-theme' in Reset widget's notify function.
9881
9882 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9883 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9884 (define-ibuffer-column name): Add summarizer.
9885 (define-ibuffer-column size): Likewise.
9886 (define-ibuffer-column filename): Likewise.
9887 (define-ibuffer-column process): Likewise. Change BODY's output too.
9888 (define-ibuffer-column filename-and-process): Likewise, likewise.
9889 (ibuffer): Remove local vars `already-in' and `need-update'.
9890
9891 * ibuf-ext.el: Don't require `derived' at compile-time.
9892
9893 2003-07-05 Kim F. Storm <storm@cua.dk>
9894
9895 * info.el: Disable paragraph refilling.
9896 (Info-refill-paragraphs): New defcustom.
9897 (Info-fontify-node): Use it.
9898
9899 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9900
9901 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9902 thingies from constructors created by defstruct.
9903
9904 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9905 the default value of the variable.
9906 (byte-code-meter): Move declaration to top level.
9907
9908 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9909
9910 * info.el (Info-following-node-name-re): New fun.
9911 (Info-following-node-name): Remove.
9912 (Info-insert-dir): Use the new fun.
9913 (Info-extract-pointer): Don't save restriction; use new fun.
9914 (Info-menu-entry-name-re): New const.
9915 (Info-menu-entry-name-re): Use it along with new fun.
9916 (Info-node-spec-re): Use new fun.
9917 (Info-complete-menu-item, Info-fontify-node): Use new const.
9918 (Info-goto-node, Info-follow-reference, Info-menu-update):
9919 Use match-string.
9920 (Info-follow-reference): Use assoc-string.
9921 Use a list of strings for the completion table.
9922 (Info-fontify-node): Use match-string, line-end-position.
9923 Limit the search for `node:' to the first line.
9924
9925 * newcomment.el (uncomment-region): Remove padding coming from
9926 comment-start rather than just from comment-padding.
9927
9928 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9929 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9930 (vc-cvs-rename-file): Remove (use the default).
9931 (vc-cvs-register): Register parent dir if needed.
9932 (vc-cvs-could-register): Return non-nil if parent can be registered.
9933 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9934 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9935
9936 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9937 (vc-svn-update): Fix the arguments to `svn'.
9938 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9939 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9940 Simple implementations, assuming `name' is a URL.
9941
9942 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9943 set of chars allowed unquoted in a case pattern.
9944
9945 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9946
9947 * font-lock.el (font-lock-extra-types-widget)
9948 (c-font-lock-extra-types, c++-font-lock-extra-types)
9949 (objc-font-lock-extra-types, java-font-lock-extra-types)
9950 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9951 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9952 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9953 (font-lock-match-c++-structor-declaration)
9954 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9955 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9956 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9957 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9958 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9959 (java-font-lock-keywords-3, java-font-lock-keywords)
9960 (java-font-lock-syntactic-face-function): Remove obsolete code
9961 and constants. It's all in cc-fonts.el now.
9962
9963 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9964
9965 * mail/sendmail.el (mail-specify-envelope-from)
9966 (mail-envelope-from): Doc fix.
9967
9968 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9969
9970 * generic-x.el: Do away with the dependency on `c-emacs-features'
9971 when populating `rul-generic-mode-syntax-table'; we already know
9972 this isn't XEmacs.
9973
9974 See ChangeLog.10 for earlier changes.
9975
9976 ;; Local Variables:
9977 ;; coding: iso-2022-7bit
9978 ;; End:
9979
9980 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9981 Copying and distribution of this file, with or without modification,
9982 are permitted provided the copyright notice and this notice are preserved.
9983
9984 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1