]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* term/mac-win.el (encoding-vector, mac-font-encoder-list)
[gnu-emacs] / lisp / ChangeLog
1 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
4 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
5 instead of centraleuropean as the name
6
7 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8
9 Sync with Tramp 2.0.46.
10
11 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
12 parameters wrt Tramp convention.
13 (tramp-handle-file-attributes-with-perl)
14 (tramp-handle-directory-files-and-attributes): Apply it.
15 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
16 `copy-program'. Reported by Zack Weinberg
17 <zack@codesourcery.com>.
18 (top): Set `edebug-form-spec' property directly rather than
19 calling `def-edebug-spec'.
20
21 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
22 advice less fragile. Surround temporary redefinition of
23 `substitute-in-file-name' with `unwind-protect'. Suggested by
24 Matt Hodges <MPHodges@member.fsf.org>.
25
26 2004-12-17 Juri Linkov <juri@jurta.org>
27
28 * replace.el (occur-accumulate-lines, occur-engine):
29 Make forcing deferred font-lock fontification jit-specific.
30
31 2004-12-17 Kim F. Storm <storm@cua.dk>
32
33 * mouse.el (mouse-1-click-follows-link): New defcustom.
34 (mouse-on-link-p): New function.
35 (mouse-drag-region-1): Implement mouse-1-click-follows-link
36 functionality. Map a mouse-1 click event into a mouse-2 (or
37 other) event when position is inside a link.
38
39 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
40 prefix in tooltip text with "mouse-1" when this is a link
41 recognized by mouse-1-click-follows-link functionality.
42
43 * help.el (describe-key): Report effective and original binding
44 for mouse-1 when clicked on a link.
45 (describe-mode): Add follow-link property to "minor-mode" button.
46
47 * help-fns.el (describe-variable): Add follow-link property to
48 "below" button.
49
50 * help-mode.el (help-xref): Add follow-link property.
51
52 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
53 (apropos-command, apropos-variable, apropos-face, apropos-group)
54 (apropos-widget, apropos-plist): Add follow-link property.
55
56 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
57 checks if position is in a filename, rather than some other
58 clickable item. Function looks for cvs-filename-face at position.
59
60 * wid-edit.el (widget-specify-field, widget-specify-button):
61 Map a :follow-link keyword into a follow-link property.
62 (link): Add :follow-link keyword, map to RET binding.
63
64 * dired.el (dired-mode-map): Map follow-link to mouse-face.
65
66 * progmodes/compile.el (compilation-minor-mode-map)
67 (compilation-button-map, compilation-mode-map): Likewise.
68
69 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
70
71 * play/zone.el (zone): Init `line-spacing' from orig buffer.
72 (zone-replace-char): Take `count' and `del-count'
73 instead of `direction'. Update callers. When `del-count' is
74 non-nil, delete that many characters, otherwise `count' characters
75 backwards. Insert the newly-replaced string `count' times.
76 (zone-fret): Handle chars w/ width greater than one.
77 (zone-fall-through-ws): No longer take window width `ww'.
78 Update callers. Add handling for `char-width' greater than one.
79 (zone-pgm-drip): Update var holding window-end position every cycle.
80
81 2004-12-17 Andre Spiegel <spiegel@gnu.org>
82
83 * vc.el (vc-default-update-changelog): Use insert-file-contents,
84 rather than insert-file.
85
86 2004-12-16 Jay Belanger <belanger@truman.edu>
87
88 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
89 (math-init-random-base, math-random-digit): Check to see if
90 var-RandSeed is bound.
91 (math-random-last): Declare it.
92 (math-random-digit): Don't make math-random-last local.
93
94 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
95
96 * play/zone.el (zone): Fix omission bug: Use a self-disabling
97 one-shot thunk for uniform (error, quit, normal) recovery.
98 Reported by John Paul Wallington.
99 (zone-pgm-random-life): Fix bug:
100 Recognize empty initial field by lack of "@" chars.
101
102 2004-12-16 Juri Linkov <juri@jurta.org>
103
104 * help.el (function-called-at-point):
105 * help-fns.el (variable-at-point): As a last resort try striping
106 non-word prefixes and suffixes.
107
108 * descr-text.el (describe-property-list): Don't treat syntax-table
109 specially. Use describe-text-sexp which inserts [show] button
110 for large objects and handles printing errors. Sort properties
111 by names in alphabetical order instead of by value sizes.
112 Add `mouse-face' to list of properties for `describe-face' widget.
113 (describe-char): Mask out face-id from 19 bits of character.
114 Print face-id separately.
115
116 * replace.el (occur-accumulate-lines, occur-engine):
117 Fontify unfontified matching lines in the source buffer
118 before copying them.
119 (occur-engine): Don't put mouse-face on context lines.
120 (occur-next-error): Set point to line beginning/end
121 before searching for prev/next property to skip multiple
122 matches on a line (not supported by occur engine).
123 Remove redundant prefix-numeric-value.
124
125 2004-12-15 Juri Linkov <juri@jurta.org>
126
127 * replace.el (match): New face.
128 (list-matching-lines-face): Change default from `bold' to `match'.
129
130 * progmodes/grep.el (grep-match-face): New defvar.
131 (grep-mode-font-lock-keywords): Use grep-match-face instead of
132 compilation-column-face to highlight grep matches.
133
134 * apropos.el (apropos-match-face): Change default from
135 `secondary-selection' to `match'.
136
137 * info-look.el (info-lookup-highlight-face): Change default from
138 `highlight' to `match'.
139
140 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
141
142 * progmodes/executable.el (executable-interpret): Eliminate
143 obsolete compile-internal, and switch to comint for interaction.
144
145 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
146
147 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
148 `&&' when skipping multiple statements on a line.
149
150 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
151
152 * play/zone.el (zone): Set `truncate-lines'.
153 Also, init `tab-width' with value from original buffer.
154 (zone-shift-up): Rewrite for speed.
155 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
156 (zone-pgm-jitter): Remove redundant entries from ops vector.
157 (zone-exploding-remove): Reduce iteration count.
158 (zone-cpos): Convert to defsubst.
159 (zone-replace-char): New defsubst.
160 (zone-park/sit-for): Likewise.
161 (zone-fret): Take window-start arg.
162 Update callers. Use `zone-park/sit-for'.
163 (zone-fill-out-screen): Rewrite.
164 (zone-fall-through-ws): Likewise. Update callers.
165 (zone-pgm-drip): Use `zone-replace-char'.
166 Move var inits before while-loop. Use `zone-park/sit-for'.
167 (zone-pgm-random-life): Handle empty initial field.
168 Use `zone-replace-char' and `zone-park/sit-for'.
169
170 2004-12-15 Juri Linkov <juri@jurta.org>
171
172 * isearch.el (isearch-update): Test isearch-lazy-highlight
173 before calling isearch-lazy-highlight-new-loop.
174 (isearch-lazy-highlight-new-loop):
175 Don't test isearch-lazy-highlight.
176
177 * replace.el (perform-replace): Add isearch-case-fold-search.
178 Use delimited-flag for isearch-regexp.
179 Reset isearch-lazy-highlight-last-string to force lazy
180 highlighting when called from isearch mode.
181 (query-replace-highlight): Revert defcustom type to boolean.
182 (query-replace-lazy-highlight): New defcustom.
183 (query-replace): New face.
184 (perform-replace, replace-highlight, replace-dehighlight):
185 Test query-replace-lazy-highlight instead of special value
186 `isearch' of query-replace-highlight.
187 (replace-dehighlight): Don't call isearch-dehighlight.
188 (replace-highlight): Don't call isearch-highlight.
189 Use face `query-replace' unconditionally.
190
191 2004-12-14 Kim F. Storm <storm@cua.dk>
192
193 * simple.el (inhibit-mark-movement): Remove defvar.
194 (beginning-of-buffer, end-of-buffer): Don't use it.
195
196 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't
197 use inhibit-mark-movement.
198
199 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
200 (cua--undo-push-mark): Remove.
201 (cua--pre-command-handler, cua--post-command-handler): Don't
202 fiddle with inhibit-mark-movement.
203
204 2004-12-14 Juri Linkov <juri@jurta.org>
205
206 * buff-menu.el (list-buffers-noselect): Collect internal info
207 for every buffer in BUFFER-LIST arg too.
208 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
209 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
210 Bind same-window-buffer-names and same-window-regexps to nil.
211
212 2004-12-13 Juri Linkov <juri@jurta.org>
213
214 * simple.el (next-error-buffer-p, next-error-find-buffer):
215 Doc fix.
216
217 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
218 (sc-cite-region, sc-uncite-region, sc-recite-region):
219 Fix previous change to handle not alist as a symbol, but
220 a citation frame as a symbol that represents a variable name.
221
222 2004-12-13 Richard M. Stallman <rms@gnu.org>
223
224 * filecache.el (file-cache-add-directory-using-find):
225 Only set up file-cache-find-command-posix-flag if we will use it.
226
227 * bindings.el (mode-line-buffer-identification-keymap):
228 Don't cancel the mode-line's usual down-mouse-1 binding.
229
230 * cus-edit.el (custom-face-selected): Handle `default' specs.
231 (custom-face-edit): Increase extra-offset.
232 (custom-display): Handle `default' specs.
233
234 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
235
236 * emacs-lisp/elint.el (elint-standard-variables)
237 (elint-unknown-builtin-args): Move definitions up.
238
239 * net/browse-url.el (browse-url-url-at-point): Add autoload.
240
241 * info.el (info-xref-visited): Use `default' instead of t.
242 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
243
244 * faces.el (header-line, mode-line-inactive, tool-bar):
245 Use `default' instead of t for setting the defaults.
246 (face-spec-choose): Separate `t' from `default'.
247
248 * subr.el (while-no-input): New macro.
249
250 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
251
252 * filecache.el (file-cache-add-directory-using-find):
253 Only test file-cache-find-command-posix-flag on some systems.
254
255 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
258 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
259 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
260 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
261 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
262
263 2004-12-12 Juri Linkov <juri@jurta.org>
264
265 * files.el (find-file-other-window, find-file-other-frame):
266 Add the first buffer to the returned value to return the complete
267 list of all visited buffers.
268 (find-file-read-only, find-file-read-only-other-window)
269 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
270 `find-file-read-args'. Signal an error about non-existent file
271 only if file name doesn't contain wildcards. Toggle read-only in
272 all visited buffers.
273 (find-alternate-file, find-alternate-file-other-window):
274 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
275 called interactively. Pass arg `wildcards' to other functions.
276 (find-file-noselect): Doc fix.
277
278 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
279 Doc fix.
280 (ffap-directory-finder): New variable.
281 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
282 (ffap-file-at-point): Add /* to immediately rejected names.
283 Return absolute file names matching ffap-dired-wildcards.
284 (ffap-read-file-or-url): Set default value for `completing-read'
285 to `buffer-file-name'.
286 (find-file-at-point): When filename matches ffap-dired-wildcards,
287 call ffap-file-finder with t arg `wildcards', instead of dired.
288 (ffap-other-window, ffap-other-frame): Return visited buffers.
289 (ffap-read-only, ffap-read-only-other-window)
290 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
291 (dired-at-point): Call ffap-directory-finder instead of dired.
292 (ffap-dired-other-window, ffap-dired-other-frame)
293 (ffap-list-directory): New commands.
294 (ffap-bindings): New keybindings for new commands.
295
296 2004-12-12 Juri Linkov <juri@jurta.org>
297
298 * simple.el (beginning-of-buffer, end-of-buffer):
299 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
300 Do not push mark when mark is active in transient-mark-mode.
301
302 * simple.el (mark-word):
303 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
304 * textmodes/paragraphs.el (mark-paragraph):
305 Extend the region when mark is active in transient-mark-mode,
306 regardless of the last command. Doc fix.
307
308 * simple.el (mark-word): Preserve direction when repeating.
309 Make arg optional. Interactive "p" -> "P".
310 (transient-mark-mode, inhibit-mark-movement): Doc fix.
311
312 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
313 preserving direction, to mark forward instead of backward when mark
314 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
315
316 2004-12-12 Juri Linkov <juri@jurta.org>
317
318 * isearch.el (isearch-edit-string): Set 7th arg of
319 `read-from-minibuffer' to `t' to inherit the current input
320 method (whose name is indicated by [IM] in the minibuffer prompt)
321 from the current buffer to the minibuffer.
322 (isearch-lazy-highlight-update): Put body to `with-local-quit'
323 to allow C-g quitting for lazy highlighting looping inside the
324 search with nested repetition operators. Add overlay to the list
325 before setting its face and other properties to avoid the case of
326 code quitting after placing the new overlay but before it's
327 recorded on the list. Select the window where isearch was
328 activated, to highlight matches in the right window when isearch
329 switches the current window to the minibuffer.
330
331 * international/isearch-x.el
332 (isearch-process-search-multibyte-characters):
333 Use `isearch-message' as initial input for `read-string' instead
334 of adding it to the minibuffer prompt. After reading a string
335 remove the initial value of `isearch-message' from the string.
336
337 * replace.el (replace-match-maybe-edit): Doc fix.
338 (perform-replace): Don't call `replace-highlight' when automatic
339 replacement is requested in literal mode, since it is intended
340 only to highlight words during entering a new replacement string
341 for \? in non-literal mode.
342
343 * replace.el (query-replace-highlight): Add new value `isearch'
344 that allows query replacement to use isearch highlighting.
345 Change type from `boolean' to `choice'. Doc fix.
346 (replace-highlight, replace-dehighlight, perform-replace):
347 Use isearch highlighting if query-replace-highlight eq `isearch'.
348
349 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
352 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
353
354 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
355 case of \end{verbatim}.
356
357 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
358
359 * term.el (term-termcap-format): Synchronyze with terminfo.
360 (term-emulate-terminal): Handle reset.
361 (term-reset-terminal): New function.
362
363 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
364
365 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
366 (zone-fill-out-screen): New func.
367 (zone-pgm-drip): Use `zone-fill-out-screen'.
368 Also, no longer go to point-min on every cycle.
369 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
370 (zone-pgm-random-life-wait): New user var.
371 (zone-pgm-random-life): New func.
372
373 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
374
375 * files.el (auto-mode-alist): Map .com to DCL mode.
376
377 2004-12-09 Richard M. Stallman <rms@gnu.org>
378
379 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
380
381 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
382
383 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
384 buffer with a display margin.
385
386 2004-12-08 Jay Belanger <belanger@truman.edu>
387
388 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
389 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
390
391 2004-12-08 Richard M. Stallman <rms@gnu.org>
392
393 * faces.el: Delete code to set display table.
394 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
395
396 2004-12-08 Jay Belanger <belanger@truman.edu>
397
398 * calc/calc.el: Add math-read-preprocess-string to autoloads.
399
400 * calc/calc-ext.el (math-read-replacement-list)
401 (math-read-superscripts, math-read-preprocess-string): Move to
402 calc-aent.el.
403
404 * calc/calc-aent.el (math-read-replacement-list)
405 (math-read-superscripts, math-read-preprocess-string): Move from
406 calc-ext.el.
407
408 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * isearch.el (isearch-quote-char): Fix up typo in last change.
411
412 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
413
414 * mouse.el (mouse-set-font): Handle the case where the command was
415 not invoked using the mouse.
416
417 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
418 (edmacro-finish-edit): Further update for keyboard macros that are
419 lambda forms.
420 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
421
422 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * font-lock.el (font-lock-unfontify-region): Save buffer state.
425 (font-lock-default-unfontify-region): Don't save buffer state any more.
426
427 2004-12-07 Jay Belanger <belanger@truman.edu>
428
429 * calc/calc-help.el (calc-describe-key):
430 Set calc-summary-indentation even when Calc Summary buffer exists.
431
432 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
433
434 * calendar/holidays.el (holiday-easter-etc): Make arguments
435 optional for backwards compatibility. Doc fix.
436 Remove un-necessary local vars mandatory, output-list.
437 (holiday-advent): Make arguments optional for backwards
438 compatibility. Doc fix.
439
440 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 * paren.el (show-paren-function): Fix last change (2004-12-02).
443
444 * international/mule-util.el (char-displayable-p): Return nil for
445 unibyte mode.
446
447 * subr.el (subregexp-context-p): New function.
448
449 * isearch.el (isearch-quote-char): Use it.
450
451 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
452 (regexp-opt-not-groupie*-re): Remove.
453 (regexp-opt): Properly handle inputs with duplicate entries.
454
455 2004-12-06 Richard M. Stallman <rms@gnu.org>
456
457 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
458
459 * cus-edit.el (custom-file): Doc fix.
460
461 * textmodes/org.el: New file.
462
463 2004-12-06 Kenichi Handa <handa@m17n.org>
464
465 * ldefs-boot.el: Update international/mule-util.el section.
466
467 2004-12-05 Sam Steingold <sds@gnu.org>
468
469 * net/tramp.el (tramp-handle-file-accessible-directory-p):
470 Fix `tramp-time-diff' comparison logic.
471
472 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
473
474 * progmodes/which-func.el (which-function):
475 Use `run-hook-with-args-until-success' instead of a custom loop.
476 Fixes bug with local hooks.
477
478 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
479
480 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
481 Use delete-dups when calculating the initial value.
482 (bibtex-autokey-get-title): Use <=.
483 (bibtex-goto-line): New function.
484 (bibtex-reposition-window): Use line numbers instead of point
485 positions. Use window-body-height.
486 (bibtex-find-crossref): Use bibtex-reposition-window.
487 (bibtex-find-entry): Use bibtex-reposition-window. Always return
488 position of entry if key is found or nil if not found.
489
490 2004-12-05 Richard M. Stallman <rms@gnu.org>
491
492 * cus-edit.el (custom-file): Doc fix.
493
494 * progmodes/sh-script.el (sh-indent-for-then): Change default.
495
496 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * simple.el (blink-matching-open):
499 * textmodes/tex-mode.el (tex-validate-region):
500 Obey syntax-table text properties.
501
502 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
503
504 * wid-edit.el (widget-specify-field): Add `real-field' property to
505 boundary.
506 (widget-field-at): Use it.
507
508 2004-12-02 Richard M. Stallman <rms@gnu.org>
509
510 * progmodes/cc-mode.el (awk-mode autoload):
511 Supply t meaning interactive function.
512
513 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
514 (isearch-mode-map): No special definition for space.
515 (isearch-whitespace-chars): Command deleted.
516 (isearch-forward-regexp): Doc fix.
517 (isearch-quote-char): When a space is not inside brackets,
518 use `[ ]' instead of just space.
519 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
520
521 * imenu.el (imenu--generic-function): Delete code to exclude
522 matches in comments.
523
524 * man.el (Man-reverse-face): Change default to `highlight'.
525
526 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
527 (occur-engine): Use `face' prop rather than `font-lock-face'
528 when specifying use of `match-face'.
529 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
530
531 * emacs-lisp/elint.el (elint-standard-variables): Update list.
532
533 * add-log.el (add-log-current-defun): Handle the case where point
534 is in the header part of a DEFUN construct.
535
536 2004-12-02 Dave Love <fx@gnu.org>
537
538 * progmodes/python.el (python-font-lock-syntactic-keywords):
539 Fix previous change.
540
541 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
542
543 * paren.el (show-paren-function): Check for matching chars
544 specified by text props.
545
546 2004-12-02 Jay Belanger <belanger@truman.edu>
547
548 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
549 when reading a new key sequence.
550
551 2004-12-02 Kim F. Storm <storm@cua.dk>
552
553 * faces.el (escape-glyph): Rename from glyph.
554 (standard-display-table): Set it here. Add escape-glyph face to
555 extra slot characters.
556
557 * disp-table.el: Undo 2004-12-01 change. Display table is now
558 setup in faces.el.
559
560 2004-12-02 Mark A. Hershberger <mah@everybody.org>
561
562 * xml.el (xml-parse-dtd): Don't show validity messages when
563 xml-validating-parser is nil.
564 (xml-substitute-special): Fix validity error messages to
565 actually show the unexpandable entity. Added validity error if &
566 isn't followed by an entity.
567 (xml-parse-tag): Concatenate any string following the a
568 <![CDATA[]]> section to the parsed CDATA.
569 (xml-parse-dtd): Skip parameter entity declarations and use of
570 parameter entities.
571
572 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
573
574 * kmacro.el (kmacro-default-counter-format): New var.
575 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
576 (kmacro-display): Remove `nil' from `and' form. Delete call to
577 `format' inside `message'.
578 (kmacro-start-macro): Use `kmacro-default-counter-format'.
579
580 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * pcvs.el (cvs-header-msg): New function.
583 (cvs-update-header): Use it. Change calling convention.
584 Correctly handle the case of having simultaneous active processes.
585 (cvs-sentinel): Don't call cvs-update-header any more.
586 (cvs-mode-run): Update call and add cvs-update-header to postproc.
587
588 2004-12-01 Jay Belanger <belanger@truman.edu>
589
590 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
591 Change message.
592
593 2004-12-01 Juri Linkov <juri@jurta.org>
594
595 * progmodes/prolog.el (prolog-mode-variables):
596 Fix imenu-generic-expression.
597
598 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
599
600 * faces.el (glyph): New face.
601
602 * disp-table.el: Add an autoloaded table, that doesn't require
603 this library, with glyph face.
604
605 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
606 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
607 (conf-quote-normal): Allow normalizing only ' or ".
608 (conf-mode): Regexp-quote constructed comment-start and don't
609 match section {} where "name" contains braces.
610
611 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
612 files.
613
614 2004-12-01 Kenichi Handa <handa@m17n.org>
615
616 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
617 (x-select-text): Don't treat eight-bit-control/graphic chars
618 specially. Store the encoded text in the X cut buffer.
619 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
620 with x-last-selected-text-cut-encoded.
621
622 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
625
626 2004-11-30 Markus Rost <rost@ias.edu>
627
628 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
629 AUCTeX.
630
631 2004-11-30 Jay Belanger <belanger@truman.edu>
632
633 * calc/calc-arith.el (math-possible-signs): Made stronger checks
634 on signs of intervals.
635 (math-pow-of-zero): Strengthen checks for positive and negative
636 exponents.
637
638 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
639 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
640 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
641 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
642 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
643 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
644 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
645 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
646 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
647 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
648 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
649 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
650 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
651 with provide statements.
652
653 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
654
655 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
656
657 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
658 (calc-load-everything, math-defsimplify): Replace dummy autoloading
659 functions by require statements.
660 (math-defsimplify): Move to calc-alg.el, add to autoloads.
661
662 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
663 (calc-gnuplot-print): Give them values.
664
665 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
666 autoloads.
667 Add calc-do-embedded-activate to autoloads.
668 (calc-gnuplot-name, calc-gnuplot-plot-command)
669 (calc-gnuplot-print-command): Move them to calc-graph.el.
670
671 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
672
673 * term/mac-win.el (ccl-encode-mac-roman-font)
674 (ccl-encode-mac-cyrillic-font)
675 (ccl-encode-mac-centraleuropean-font, encoder-list)
676 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
677 Support Cyrillic, CentralEuropean, and Dingbat font display
678
679 2004-11-30 Andre Spiegel <spiegel@gnu.org>
680
681 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
682
683 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
684 still nil.
685
686 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
687
688 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
689 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
690
691 2004-11-29 Jay Belanger <belanger@truman.edu>
692
693 * calc/calc-arith.el (math-pow-of-zero): Take into account different
694 cases of the base and exponent.
695
696 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
697
698 * simple.el (next-error-buffer-p): Allow for inclusive and
699 exclusive tests for finding a buffer.
700 (next-error-find-buffer): Pass the exclusive and inclusive tests
701 to next-error-buffer-p.
702
703 * replace.el (occur-next-error): Switch to the Occur buffer when
704 appropriate, use the exclusive filter to next-error-find-buffer to
705 do it. Use the absolute value of the motion amount.
706
707 2004-11-29 Kenichi Handa <handa@m17n.org>
708
709 * startup.el (command-line): Decode all default-directory by
710 locale-coding-system.
711
712 2004-11-29 Jay Belanger <belanger@truman.edu>
713
714 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
715 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
716 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
717 Replace calls to calc-extensions by appropriate require, replace
718 calc-extensions-loaded by appropriate featurep.
719
720 * calc/calc-ext.el: Move require to end of file.
721 Remove redundant loading of calc.el.
722 (calc-extensions-loaded): Remove unnecessary variable.
723 (calc-extensions): Remove unnecessary function.
724 (calc-load-everything): Replace calc-need-macros by appropriate require.
725
726 * calc/calc-macs.el: Move provide to end of file.
727 (calc-need-macros): Remove unnecessary function.
728
729 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
730 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
731 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
732 Replace calc-extensions by appropriate require.
733 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
734
735 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
736 Replace calc-need-macros by appropriate require.
737
738 * calc/calc.el: Move require to end of file.
739 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
740 Remove unnecessary variable.
741 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
742 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
743 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
744 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
745 (math-stack-value-offset, math-format-value, math-format-flat-expr)
746 (math-format-number, math-format-bignum, math-read-number)
747 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
748 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
749 by appropriate require.
750 (calc-check-defines): Replace calc-need-macros by appropriate require.
751
752 2004-11-29 Kim F. Storm <storm@cua.dk>
753
754 * macros.el (insert-kbd-macro): Handle kmacro functions.
755
756 2004-11-28 Juri Linkov <juri@jurta.org>
757
758 * compare-w.el (compare-windows-highlight): Attach each overlay
759 to its window to properly highlight differences while comparing
760 two windows of the same buffer. Fix arguments.
761 (compare-windows-sync-default-function): Fix arguments of
762 `compare-windows-highlight'.
763
764 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
765 Use `read-expression-history'. Set initial contents only if
766 `edebug-global-break-condition' is non-nil. Set histpos to 1
767 if initial contents is equal to the last history element.
768 (edebug-set-conditional-breakpoint): Instead of temporarily
769 prepending the current condition to the history, set initial
770 contents to the current condition. Set histpos to 1 if initial
771 contents is equal to the last history element.
772
773 * info.el (Info-search-whitespace-regexp): Remove shy group.
774 (Info-search): Forward line if search is on the header line.
775 Use search-whitespace-regexp in two other places.
776
777 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
778
779 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
780 warning. Delay real definition, which uses
781 `set-fringe-indicators-1' till after the definition of that function.
782
783 2004-11-28 Kim F. Storm <storm@cua.dk>
784
785 * fringe.el (fringe): New defgroup.
786 (fringe-mode): Move to fringe group.
787 (fringe-indicators): New defcustom.
788 (set-fringe-indicators-1): New defun.
789
790 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
791 (menu-bar-showhide-fringe-ind-menu): New keymap.
792 (menu-bar-showhide-fringe-ind-empty)
793 (menu-bar-showhide-fringe-ind-mixed)
794 (menu-bar-showhide-fringe-ind-box)
795 (menu-bar-showhide-fringe-ind-right)
796 (menu-bar-showhide-fringe-ind-left)
797 (menu-bar-showhide-fringe-ind-none): New defuns.
798 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
799
800 2004-11-27 Richard M. Stallman <rms@gnu.org>
801
802 * comint.el (comint-read-noecho): Add trivial compatibility definition.
803
804 * generic.el (define-generic-mode): Doc fix.
805
806 * menu-bar.el (menu-bar-options-save): For the options
807 that are toggled with menu-bar-make-mm-toggle, don't check
808 for customized-value prop.
809
810 2004-11-27 Eli Zaretskii <eliz@gnu.org>
811
812 * mail/supercite.el (sc-cite-region): Handle the case where
813 sc-cite-frame-alist is a symbol.
814 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
815 a symbol.
816 (sc-recite-region): Handle the case where sc-recite-frame-alist is
817 a symbol.
818
819 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
820
821 * wid-edit.el (widget-narrow-to-field): New function.
822 (widget-complete): Use it.
823
824 2004-11-27 Jay Belanger <belanger@truman.edu>
825
826 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
827 variable.
828 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
829 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
830 (math-alg-inequalities): Move declaration to earlier in the file.
831
832 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
833 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
834 Declare them.
835
836 * calc/calc-lang.el (math-expr-data, math-expr-token)
837 (math-exp-old-pos): Declare them.
838
839 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
840 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
841
842 2004-11-27 Kim F. Storm <storm@cua.dk>
843
844 * progmodes/flymake.el: Use (featurep 'xemacs).
845 (flymake-makehash): Change to defsubst. Use fboundp.
846 (flymake-time-to-float): Remove.
847 (flymake-float-time): Merge code from flymake-time-to-float here.
848 (flymake-replace-regexp-in-string): Change to defsubst.
849 (flymake-split-string-remove-empty-edges):
850 Rename to flymake-split-string.
851 (flymake-split-string): Remove previous defalias.
852 (flymake-get-temp-dir): Change to defsubst.
853 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
854 Define for xemacs only.
855 (flymake-master-file-count-limit): Change into compiler defvar only.
856 (flymake-find-possible-master-files): Let-bind it dynamically while
857 sorting files using flymake-master-file-compare.
858
859 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
862 of defun-prompt-regexp matches inside a comment/string but the
863 beginning is correctly outside everything.
864
865 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
866 appears within a string or a comment.
867
868 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
869 rather than make-symbol for symbols which are used in
870 a symbol-macrolet or equivalent.
871
872 2004-11-26 Jay Belanger <belanger@truman.edu>
873
874 * calc-misc.el (calc-last-why-command): Declare it.
875
876 * calc-vec.el (math-grade-vec): New variable.
877 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
878 Replace variable grade-vec by declared variable.
879 (math-rb-close): New variable.
880 (math-read-brackets, math-read-vector): Replace variable close by
881 declared variable.
882
883 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
884 (calc-one-window, calc-edit-handler, calc-restore-trail)
885 (calc-allow-ret): Declare them.
886
887 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
888 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
889 (math-radix-float-cache-tag, math-random-cache)
890 (math-max-digits-cache, math-integral-cache, math-units-table)
891 (math-format-date-cache, math-holidays-cache-tag): Declare them.
892 (math-moc-func): New variable.
893 (math-map-over-constants, math-map-over-constants-rec):
894 Replace variable func by declared variable.
895
896 * calc/calc-store.el (calc-given-value, calc-store-opers):
897 Declare them.
898 (calc-var-name-map): Move declaration to earlier in the file.
899 (calc-pv-pos): New variable.
900 (calc-permanent-variable, calc-insert-permanent-variable):
901 Replace variable pos by declared variable.
902
903 * calc/calc-mtx.el (calc-det-lu): New variable.
904 (math-det-raw, math-det-step): Replace variable lu by declared variable.
905
906 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
907 (math-multi-subst, math-multi-subst-rec): Replace variables temp
908 and arg by declared variables.
909 (calcFunc-reducer): Fix incorrect variable.
910 (math-inner-mul-func, math-inner-add-func): New variables.
911 (calcFunc-inner, math-inner-mats): Replace variables mul-func
912 and add-func by declared variables.
913
914 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
915 (calc-digit-value): Declare them.
916
917 * calc/calc-help.el (Info-history): Declare it.
918 (calc-describe-key): Make calc-summary-indentation a local variable.
919 (calc-help-long-names): Move declaration to earlier in file.
920
921 * calc/calc-embed.el (calc-original-buffer): Declare it.
922 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
923 (calc-embed-bot): New variables.
924 (calc-do-embedded, calc-embedded-mark-formula)
925 (calc-embedded-find-bounds, calc-embedded-duplicate)
926 (calc-embedded-new-formula, calc-embedded-make-info):
927 Replace vars outer-top, outer-bot, bot and top by declared variables.
928 (calc-embed-prev-modes): New variable.
929 (calc-embedded-set-modes, calc-embedded-update): Replace variable
930 prev-modes with declared variable.
931 (calc-embed-vars-used): New variable.
932 (calc-embedded-make-info, calc-embedded-evaluate-expr)
933 (calc-embedded-update, calc-embedded-find-vars): Replace variable
934 vars-used by declared variable.
935
936 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
937 (math-format-radix-float): Remove unnecessary setq.
938 (math-radix-float-cache): Declare it.
939
940 * calc/calcsel2.el (calc-keep-selection): Declare it.
941
942 * calc/calc-maint.el: Remove file.
943
944 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
945
946 * textmodes/bibtex.el (bibtex-sort-entry-class)
947 (bibtex-comment-start): Use defcustom.
948 (bibtex-entry-field-alist): Use nil if initial content of the
949 field is undefined. Fix docstring.
950 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
951 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
952 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
953 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
954 Fix docstring.
955 (bibtex-autokey-title-terminators): Use only one regexp.
956 (bibtex-string-maybe-empty-head): New variable.
957 (bibtex-remove-delimiters-string): New function.
958 (bibtex-text-in-field-bounds, bibtex-text-in-string):
959 Use bibtex-remove-delimiters-string.
960 (bibtex-progress-message, bibtex-field-left-delimiter)
961 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
962 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
963 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
964 Simplify.
965 (bibtex-format-entry): Use save-excursion for inherited booktitle.
966 Use eq and bibtex-remove-delimiters-string. For end markers use
967 insertion type so that marker stays after inserted text.
968 (bibtex-autokey-get-names): Return empty string if name is missing.
969 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
970 calling bibtex-autokey-name-case-convert.
971 (bibtex-autokey-demangle-title):
972 Call bibtex-autokey-titleword-case-convert. Remove call to
973 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
974 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
975 (bibtex-read-key): New optional arg global.
976 (bibtex-files-expand): New optional arg force.
977 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
978 (bibtex-complete-crossref-cleanup): Rename from
979 bibtex-complete-key-cleanup. Simplify code.
980 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
981 Operate on current entry.
982 (bibtex-button): Add docstring.
983 (bibtex-entry): Simplify.
984 (bibtex-make-field): Replace optional arg called-by-yank with more
985 specific args move and interactive.
986 (bibtex-end-of-entry): Use forward-sexp.
987 (bibtex-find-entry-globally): Remove.
988 (bibtex-find-crossref): Allow for crossref key located in other buffer.
989 Bound to C-c C-x.
990 (bibtex-find-entry): New optional args global and display.
991 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
992 (bibtex-validate): Use arg force of bibtex-files-expand.
993 (bibtex-clean-entry): Bugfix, clean string entries properly.
994 Always keep point at beginning of entry.
995 (bibtex-complete): Bugfix. Handle string entries properly.
996 Call cleanup functions only if needed.
997 (bibtex-String): Use bibtex-read-string-key.
998 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
999 case of replacement text.
1000
1001 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1002
1003 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1004 (tramp-perl-directory-files-and-attributes): New constant.
1005 (tramp-file-name-handler-alist): Delete file-directory-files, add
1006 directory-files-and-attributes.
1007 (tramp-perl-file-attributes): Surround uid and gid by double
1008 quotes. Change parameter id-format from nonnumeric.
1009 (tramp-convert-file-attributes): New function.
1010 (tramp-handle-file-attributes): Use it.
1011 (tramp-maybe-send-perl-script): New function.
1012 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1013 file mode. Change parameter id-format from nonnumeric.
1014 (tramp-handle-file-attributes-with-ls): Change parameter id-format
1015 from nonnumeric.
1016 (tramp-post-connection): Don't send tramp-perl-file-attributes
1017 script. Reset connection property "perl-scripts".
1018 (tramp-handle-insert-directory): Run real handler when ls-lisp is
1019 in use.
1020
1021 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1022
1023 * desktop.el (desktop-read): Replace mapcar with mapc.
1024 (desktop-create-buffer): Replace mapcar with mapc.
1025 Remove redundant piece of code.
1026
1027 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
1028
1029 * progmodes/gud.el (gud-display-line): Use display-buffer
1030 for GDB-UI as for GUD.
1031
1032 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1033 Delete variables.
1034 (gdb-ann3): Don't make GUD buffer dedicated.
1035 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1036 (gdb-display-source-buffer): Delete function.
1037 (gdb-view-source-function, gdb-view-assembler): Delete functions.
1038 (menu): Delete menu bindings for viewing source/assembler.
1039 (gdb-setup-windows, gdb-restore-windows):
1040 Don't dedicate GUD. No assembler now.
1041 (gdb-reset): No need to undedicate source buffers now.
1042 (gdb-source-info): No assembler now.
1043
1044 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
1045
1046 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1047 width to those for special frames.
1048 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1049 Use display-buffer.
1050 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1051 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1052 (gdb-frame-assembler-buffer): Rework like
1053 gdb-frame-breakpoints-buffer.
1054
1055 2004-11-25 Richard M. Stallman <rms@gnu.org>
1056
1057 * progmodes/flymake.el: Reindent.
1058 (flymake-split-string): Turn into defalias.
1059 (flymake-fix-file-name): Rename from flymake-fix-path-name.
1060 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1061 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
1062 (flymake-build-relative-filename): Rename from ...path.
1063 Fix error message.
1064
1065 2004-11-25 Cheng Gao <chenggao@gmail.com>
1066
1067 * progmodes/flymake.el: Much whitespace and capitalization change.
1068 Move `provide' to end. Require `compile' only when compiling.
1069
1070 2004-11-24 Jay Belanger <belanger@truman.edu>
1071
1072 * calc/calc-alg.el: Added comment.
1073 (math-polynomial-base): Replace variable mpb-top-expr by
1074 math-poly-base-top-expr.
1075
1076 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1077 (math-polynomial-p1): Replace variable mpb-top-expr by declared
1078 variable.
1079 (math-poly-base-total-base): New variable.
1080 (math-total-polynomial-base, math-polynomial-p1): Replace variable
1081 mpb-total-base by declared variable.
1082 (math-factored-vars, math-to-list): Declare it.
1083 (math-fact-expr): New variable.
1084 (calcFunc-factors, calcFunc-factor, math-factor-expr)
1085 (math-factor-expr-try, math-factor-expr-part): Replace variable
1086 expr by declared variable.
1087 (math-fet-x): New variable.
1088 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1089 by declared variable.
1090 (math-factor-poly-coefs): Make temp a local variable.
1091
1092 * calc/calc-units.el (calc-convert-units): Make units a local
1093 variable.
1094 (calc-num-units, calc-den-units): New variables.
1095 (calc-explain-units, calc-explain-units-rec): Replace variables
1096 num-units and den-units by declared variables.
1097 (math-cu-unit-list): New variable.
1098 (math-build-units-table, math-compare-unit-names)
1099 (math-convert-units, math-convert-units-rec): Replace variable
1100 unit-list by declared variable.
1101 (math-fbu-base, math-fbu-entry): New variables.
1102 (math-find-base-units, math-find-base-units-rec): Replace variables
1103 base and entry by declared variables.
1104 (math-which-standard): New variable.
1105 (math-to-standard-units, math-to-standard-rec): Replace variable
1106 which-standard by declared variable.
1107 (math-fcu-u): New variable.
1108 (math-find-compatible-unit, math-find-compatible-unit-rec):
1109 Replace variable u by declared variable.
1110 (math-cu-new-units, math-cu-pure): New variables.
1111 (math-convert-units, math-convert-units-rec): Replace variables
1112 new-units and pure by declared variables.
1113 (math-try-cancel-units): New variable.
1114 (math-simplify-units-quotient): Replace variable try-cancel-units by
1115 declared variable.
1116
1117 2004-11-24 Richard M. Stallman <rms@gnu.org>
1118
1119 * textmodes/ispell.el (ispell-check-version):
1120 If default-directory is nonexistent, use home dir.
1121
1122 * progmodes/grep.el (grep-regexp-alist):
1123 Don't match parens around line numbers.
1124
1125 * progmodes/cperl-mode.el (cperl-indent-region)
1126 (cperl-imenu--create-perl-index, cperl-xsub-scan):
1127 Don't print progress messages.
1128
1129 * progmodes/compile.el (compilation-mode-map):
1130 Don't inherit from compilation-minor-mode-map;
1131 copy its bindings instead. But the menu bar Compile
1132 entry now does inherit from compilation-menu-map.
1133
1134 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1135 Use with-no-warnings around compiler-macroexpand.
1136
1137 * imenu.el: Don't always require newcomment.
1138 (imenu--generic-function): Call comment-normalize-vars
1139 if we have a comment syntax.
1140 Exit the loop if REGEXP matches the null string.
1141 Test comment-start as well as comment-start-skip
1142 when deciding whether to check for comments.
1143
1144 * tooltip.el (tooltip-mode): Doc fix.
1145
1146 * term.el (term-escape-char, term-mode): Doc fixes.
1147
1148 2004-11-24 Dave Love <fx@gnu.org>
1149
1150 * progmodes/python.el (python-font-lock-syntactic-keywords):
1151 Check for escapes in the regexp.
1152 (python-quote-syntax): Don't do it here.
1153
1154 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1155
1156 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1157 (gdb-frames-mode-map, gdb-threads-mode-map)
1158 (gdb-registers-mode-map, gdb-locals-mode-map)
1159 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1160 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1161
1162 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1163 (dedicated-switch-to-buffer): Rework.
1164 (gdb-var-evaluate-expression-handler, gdb-put-string):
1165 Remove unused variable bindings.
1166 (gdb-setup-windows, gdb-display-buffer):
1167 Simplify. Use pop-to-buffer.
1168 (gdb-view-source-function): Simplify.
1169 (gdb-frame-breakpoints-buffer):
1170 Use pop-to-buffer, special-display-regexps.
1171
1172 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1173
1174 * progmodes/f90.el (f90-smart-end)
1175 (f90-previous-statement, f90-beginning-of-block): Doc fix.
1176 (f90-calculate-indent): Handle un-named PROGRAM blocks.
1177 (f90-end-of-block): Doc fix. Make check of outermost block
1178 conditional on value of `f90-smart-end'.
1179 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1180 Handle case where END-BLOCK is nil.
1181 (f90-match-end): Handle un-named PROGRAM blocks.
1182 (f90-backslash-not-special): New function.
1183
1184 2004-11-24 Jay Belanger <belanger@truman.edu>
1185
1186 * calc/calc.el (calc-embedded-active): Removed unnecessary
1187 declaration.
1188 (calc-show-banner): Removed redundant declaration.
1189
1190 * calc/calc-graph.el (calc-gnuplot-default-device)
1191 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1192 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1193 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1194 Remove redundant initial values.
1195
1196 * calc/calc-arith.el (math-scalar-functions)
1197 (math-nonscalar-functions, math-scalar-if-args-functions)
1198 (math-real-functions, math-positive-functions)
1199 (math-nonnegative-functions, math-real-scalar-functions)
1200 (math-real-if-arg-functions, math-integer-functions)
1201 (math-num-integer-functions, math-rounding-functions)
1202 (math-float-rounding-functions, math-integer-if-args-functions)
1203 (math-super-types): Move declarations to earlier in file.
1204 (math-unit-prefixes): Declared it.
1205 (math-floor-prec, math-trunc-prec): New variables.
1206 (math-trunc-fancy): Replace variable prec by declared variable.
1207 (math-floor-fancy): Replace variable prec by declared variable.
1208 (math-com-bterms): New variable.
1209 (math-commutative-equal, math-commutative-collect):
1210 Replace variable bterms by declared variable.
1211
1212 * calc/calc-misc.el (math-trunc): Replace variable prec by
1213 math-trunc-prec.
1214 (math-floor): Replace variable prec by math-floor-prec.
1215
1216 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1217 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1218 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1219 (math-format-date, math-format-date-part): Replace variables
1220 date, dt, year, month, day, weekday, hour, minute, second and
1221 bc-flag by declared variables.
1222 (math-pd-str): New variable.
1223 (math-parse-date, math-parse-date-word, math-parse-standard-date):
1224 Replace variable str by declared variable.
1225 (math-daylight-savings-hook, math-tzone-names): Move definitions
1226 to earlier in the file.
1227 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1228 (math-sh-year): New variable.
1229 (math-setup-add-holidays, math-setup-holidays)
1230 (math-setup-year-holidays): Replace variable `year' by declared
1231 variable.
1232
1233 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1234 New variables.
1235 (math-nth-root-float, math-nth-root-float-iter): Replace variables
1236 n, nf and nfm1 by declared variables.
1237 (math-nri-n): New variable.
1238 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1239 n by declared variable.
1240 (calcFunc-log): Removed misplaced condition.
1241
1242 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1245
1246 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1247
1248 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1249 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1250 Dedicate gdb-related windows.
1251 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
1252 other frames.
1253 (gdb-reset): Remove dedicated property after debugging.
1254
1255 2004-11-24 Jay Belanger <belanger@truman.edu>
1256
1257 * calc/calc-sel.el: Add comment.
1258
1259 * calc/calc.el (math-stack-value-offset): Replace variables c,
1260 wid and off with math-svo-c, math-svo-wid and math-svo-off.
1261
1262 * calc/calccomp.el (math-comp-sel-tag): Declare it.
1263 (math-svo-c, math-svo-wid, math-svo-off): New variables.
1264 (math-stack-value-offset-fancy): Replace variables c, wid and off
1265 by declared variables.
1266 (math-comp-just, math-comp-comma-spc): New variables.
1267 (math-compose-expr, math-compose-matrix): Replace variables `just'
1268 and comma-spc by declared variable.
1269 (math-comp-vector-prec): New variable.
1270 (math-compose-expr, math-compose-matrix, math-compose-rows):
1271 Replace variable vector-prec by declared variable.
1272 (math-comp-left-bracket, math-comp-right-bracket)
1273 (math-comp-comma): New variables.
1274 (math-compose-expr, math-compose-rows): Replace variables
1275 left-bracket, right-bracket and comma by declared variables.
1276 (math-comp-full-width): New variable.
1277 (math-comp-to-string-flat, math-comp-to-string-flat-term):
1278 Replace variable full-width by declared variable.
1279 (math-comp-highlight, math-comp-word, math-comp-level)
1280 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1281 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1282 New variables.
1283 (math-comp-to-string-flat, math-comp-to-string-flat-term)
1284 (math-comp-sel-flat-term): Replace variables comp-highlight,
1285 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1286 declared variables.
1287 (math-comp-simplify, math-comp-simplify-term)
1288 (math-comp-add-string, math-comp-add-string-sel):
1289 Replace variables comp-highlight, comp-buf, comp-base,
1290 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1291
1292 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1293
1294 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1295
1296 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1297 and x-server-version may throw.
1298
1299 2004-11-23 Kim F. Storm <storm@cua.dk>
1300
1301 * subr.el (substitute-key-definition-key): Optimize.
1302 Don't call indirect-function for nil defn (always signals error).
1303
1304 * ido.el (ido-read-internal): Fix require-match check when
1305 ido-directory-too-big is set.
1306
1307 2004-11-23 Jay Belanger <belanger@truman.edu>
1308
1309 * calc/calc-ext.el (math-read-replacement-list)
1310 (math-read-superscripts): New variables.
1311 (math-read-preprocess-string): New function.
1312 (math-read-expr): Filter input through math-read-preprocess-string.
1313
1314 * calc/calc-aent.el (math-read-exprs): Filter input through
1315 math-read-preprocess-string.
1316
1317 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
1318
1319 * progmodes/compile.el (compilation-start): In cd command use
1320 substitute-env-vars -- not quite shell compatible but better than
1321 nothing.
1322 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1323 handle the newer versions messages, which are more parseable.
1324
1325 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * reveal.el (reveal-mode-map): New var.
1328 (reveal-mode): Use it.
1329
1330 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
1331
1332 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1333 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1334
1335 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
1338 header-line when needed.
1339 Use fixed-pitch only in the header-line.
1340 Build the underline automatically. Use emdash if available.
1341
1342 2004-11-22 Richard M. Stallman <rms@gnu.org>
1343
1344 * dired.el (dired-recursive-copies): Move from dired-aux.el.
1345 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1346
1347 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
1348
1349 * progmodes/gdb-ui.el (gdb-resync): New function.
1350 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
1351 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
1352 Use it to fail more gracefully.
1353 (gdb-variables): Delete variable.
1354 Re-order variables to reduce byte-compiler warnings.
1355
1356 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * descr-text.el (describe-char):
1359 * paren.el (show-paren-function):
1360 * subr.el (syntax-after): Undo last change.
1361
1362 * progmodes/python.el (run-python): Don't hard code *Python*.
1363 Don't modify global process-environment.
1364 (python-send-region, python-load-file): Don't assume that
1365 python-buffer == (process-buffer (python-proc)).
1366 (python-switch-to-python): Simplify.
1367
1368 * dired.el (dired-align-file): Don't assume line starts with spaces.
1369
1370 2004-11-21 Jay Belanger <belanger@truman.edu>
1371
1372 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
1373 Replace variable `lines' by math-read-big-lines.
1374 (math-read-big-expr): Replace variables the-baseline, the-h2
1375 and err-msg by math-read-big-baseline, math-read-big-h2 and
1376 math-read-err-msg.
1377 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
1378
1379 * calc/calc-lang.el (math-read-big-rec): Fix typo.
1380 (math-read-big-balance): Replace unbound variable by value.
1381 (math-read-big-lines): New variable.
1382 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1383 (math-read-big-error, math-read-big-balance): Replace variable
1384 `lines' by declared variable.
1385 (math-read-big-baseline, math-read-big-h2): New variables.
1386 (math-read-big-rec): Replace variables the-baseline and the-h2
1387 by declared variables.
1388 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
1389 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1390 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
1391 declared variables.
1392 (math-read-big-err-msg): New variable.
1393 (math-read-big-error): Replace variable err-msg by declared variable.
1394
1395 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * ses.el: Add coding cookie.
1398 Fix up docstrings, follow new commenting conventions.
1399 (ses-header-line-menu): Fix missing variable rename for header-row.
1400 (ses-cell-size): Remove.
1401 (ses-make-cell): New function.
1402 (ses-cell, ses-insert-row, ses-insert-column): Use it.
1403 (ses-calculate-cell): Remove unused var `symbol'.
1404 (ses-narrowed-p): New function.
1405 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
1406 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
1407 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
1408 (ses-setup): Use restore-buffer-modified-p.
1409 (ses-cleanup): Remove unused var `end'.
1410 (ses-header-string-left-offset): Remove.
1411 (ses-create-header-string): Adjust to new behavior of `align-to'.
1412 Truncate excessively large fields to preserve alignment.
1413 (ses-reconstruct-all): Remove unused var `refs'.
1414 (ses-read-cell-printer): Remove unused var `prompt'.
1415 (ses-delete-row): Remove unused var `pos'.
1416 (ses-delete-column): Remove unused var `new'.
1417
1418 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1419
1420 * ps-print.el: Insert :version tag into all defgroup and defcustom.
1421 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1422 Eliminate eval-and-compile usage.
1423 (ps-insert-file): Use insert-file-contents instead of insert-file.
1424 (ps-setup): Code fix.
1425
1426 * printing.el (pr-setup, lpr-setup): Code fix.
1427
1428 2004-11-21 Jay Belanger <belanger@truman.edu>
1429
1430 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1431 (calc-original-buffer): Declare them.
1432 (calc-user-formula-alist): New variable.
1433 (calc-user-define-formula, calc-fix-user-formula)
1434 (calc-user-define-composition, calc-finish-formula-edit):
1435 Replace variable `alist' by declared variable.
1436 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1437 (var-q7, var-q7, var-q8, var-q9): Declare them.
1438 (calc-kbd-push): Don't check to see if var-q0 through var-q9
1439 are bound.
1440 (calcFunc-typeof): Replace undeclared variable by expression.
1441 (math-exp-env): New variable.
1442 (math-define-body, math-define-exp): Replace exp-env by declared var.
1443 (math-define-exp): Replace misplaced variable by expression.
1444
1445 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1446 (calc-curve-model, calc-curve-coefnames): New variables.
1447 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1448 varnames, model and coefnames by declared variables.
1449 (math-root-widen): New variable.
1450 (math-search-root, math-find-root): Replace variable root-widen by
1451 declared variable.
1452 (var-DUMMY): Declare it.
1453 (math-root-vars, math-min-vars): Move the declarations to earlier in
1454 the file.
1455 (math-brent-min): Make d a local variable.
1456 (math-find-minimum): Replace non-existent variable.
1457 (math-ninteg-romberg): Remove unnecessary variable.
1458 (math-ninteg-temp): New variable.
1459 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1460 integ-temp by declared variable.
1461 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1462 New variables.
1463 (math-general-fit): Replace variables first-var, first-coef and
1464 new-coefs by declared variables.
1465 (calcFunc-fitvar): Replace variable first-var by declared variable.
1466 (calcFunc-fitparam): Replace variable first-coef by declared variable.
1467 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1468 (math-all-vars-vars, math-all-vars-found): New variables.
1469 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1470 found by declared variable math-all-vars-vars.
1471
1472 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1473
1474 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1475 of `defconst'.
1476
1477 2004-11-20 Richard M. Stallman <rms@gnu.org>
1478
1479 * isearch.el (isearch-mode-map): Don't bind SPC.
1480 (isearch-whitespace-chars): Function deleted.
1481 (isearch-search): Bind search-spaces-regexp.
1482 (isearch-lazy-highlight-search): Likewise.
1483 (search-whitespace-regexp): Doc fix.
1484 (isearch-forward-regexp): Doc fix.
1485
1486 * emacs-lisp/bytecomp.el (byte-compile-form):
1487 Move the calls to byte-compile-set-symbol-position,
1488 to avoid having two for the same symbol occurrence.
1489
1490 * comint.el (comint-input-ring-size): Increase to 150.
1491
1492 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1493 New variables.
1494 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1495 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1496
1497 * imenu.el (imenu--generic-function):
1498 Ensure we keep moving backward even if BEG isn't further back.
1499
1500 * replace.el (query-replace-read-to, query-replace-read-from):
1501 Specify t for KEEP-ALL in read-from-minibuffer.
1502
1503 * progmodes/python.el (python-switch-to-python):
1504 If Python isn't running, start it.
1505 Don't alter debug-ignored-errors.
1506
1507 * progmodes/cperl-mode.el (cperl-indent-region):
1508 Don't mind imenu-scanning-message.
1509
1510 * bindings.el (global-map): Bind C-e to move-end-of-line.
1511
1512 * simple.el (line-move-finish): New arg FORWARD.
1513 Ignore invisible newlines, not intangible ones.
1514 Conditions for acceptable stopping positions depend on FORWARD.
1515 (line-move): Pass FORWARD arg to line-move-finish.
1516
1517 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1518 of HEADER. Compensate for this change in the code to add display
1519 properties. Don't make the first line intangible.
1520
1521 * info.el (Info-search): Fix previous change.
1522
1523 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1524
1525 * Makefile.in (recompile): Revert 2004-11-19 change.
1526 (compile): Likewise.
1527
1528 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
1529
1530 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1531
1532 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1533
1534 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
1535 defgroup and defcustom. Eliminate eval-and-compile usage.
1536
1537 * progmodes/ebnf-otz.el: Fix typos.
1538
1539 2004-11-19 Jay Belanger <belanger@truman.edu>
1540
1541 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1542 (calc-edit-finish, calc-finish-stack-edit): Replace variable
1543 disp-trail by declared variable.
1544
1545 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1546 (calc-finish-selection-edit): Replace variable disp-trail by
1547 declared variable.
1548 (calc-selection-cache-entry): Move declaration to earlier in the file.
1549 (calc-selection-cache-num, calc-selection-cache-comp)
1550 (calc-selection-cache-offset, calc-selection-true-num)
1551 (calc-final-point-line, calc-final-point-column)
1552 (calc-original-buffer): Declare them.
1553 (calc-fnp-op, calc-fnp-num): New variables.
1554 (calc-find-nth-part, calc-find-nth-part-rec)
1555 (calc-select-previous): Replace op and num by declared variables.
1556 (calc-rsf-old, calc-rsf-new): New variables.
1557 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1558 Replace variables old and new by declared variables.
1559 (calc-sel-reselect): New variable.
1560 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1561 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1562 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
1563 reselect with declared variable.
1564
1565 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1566 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1567 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1568 (math-import-list, math-rewrite-phase): Declare them.
1569 (math-rewrite): Use let* to declare variables.
1570 (calc-rewrite-selection): Make rules a local variable.
1571 (calc-rewr-sel): New variable.
1572 (calc-rewrite-selection, calc-locate-selection-marker)
1573 (calc-rewrite): Use the declared variable calc-rewr-sel instead
1574 of sel.
1575 (math-rewrite-whole-expr): New variable.
1576 (math-rewrite, math-rewrite-phase): Replace variable expr by
1577 declared variable.
1578 (math-rewrite-heads-heads, math-rewrite-heads-skips)
1579 (math-rewrite-heads-blanks ): New variables.
1580 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
1581 heads, skips and blanks by declared variables.
1582 (math-rwcomp-subst-old, math-rwcomp-subst-new)
1583 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
1584 New variables.
1585 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
1586 old, new, old-func and new-func by declared variables.
1587 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
1588 Remove unnecessary variable.
1589 (math-apply-rw-regs): New variable.
1590 (math-apply-rewrites, math-rwapply-replace-regs)
1591 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
1592 (math-apply-rw-ruleset): New variable.
1593 (math-apply-rewrites, math-rwapply-remember): Replace variable
1594 ruleset by declared variable.
1595
1596 2004-11-19 Richard M. Stallman <rms@gnu.org>
1597
1598 * info.el (Info-search): Use search-whitespace-regexp.
1599
1600 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1601
1602 * vc-rcs.el (vc-rcs-parse): New function.
1603 (vc-rcs-annotate-command): Likewise.
1604 (vc-rcs-annotate-current-time): Likewise.
1605 (vc-rcs-annotate-time): Likewise.
1606 (vc-rcs-annotate-extract-revision-at-line): Likewise.
1607
1608 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1609
1610 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
1611
1612 2004-11-18 Jay Belanger <belanger@truman.edu>
1613
1614 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
1615
1616 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1617
1618 * printing.el: Eliminate use of interactive-p and eval-and-compile.
1619 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1620 Use make-temp-file to generate PostScript files in any situation.
1621 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
1622 (pr-interactive-p): Eliminate var.
1623 (pr-save-interactive): Eliminate macro.
1624 (pr-interface, pr-ps-directory-preview)
1625 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1626 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1627 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1628 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1629 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1630 (pr-ps-region-ps-print, pr-ps-mode-preview)
1631 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1632 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1633 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1634 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1635 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1636 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1637 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1638 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1639 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1640 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1641 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1642 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1643 Eliminate pr-save-interactive usage.
1644 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1645 Eliminate pr-interactive-p usage.
1646 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1647 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1648 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1649 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1650 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1651 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1652 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1653 New funs.
1654 (pr-ps-file): Use make-temp-file to generate a temporary file.
1655
1656 2004-11-17 Jay Belanger <belanger@truman.edu>
1657
1658 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1659 a local variable.
1660 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1661 (math-top-only): New variable.
1662 (math-simplify, math-simplify-step): Replace variable top-only by
1663 declared variable math-top-only.
1664 (math-simplify-expr): Declare it.
1665 Replace argument expr in all calls of math-defsimplify by
1666 math-simplify-expr.
1667 (math-simplify-plus, math-simplify-times, math-simplify-divide)
1668 (math-simplify-divisor, math-simplify-one-divisor)
1669 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1670 (math-simplify-pow): Replace variable expr by declared variable
1671 math-simplify-expr.
1672 (math-simplify-divisor): Remove local variables temp and op.
1673 (math-simplify-one-divisor): Make temp and op local variables.
1674 (math-simplify-divisor-nover, math-simplify-divisor-dover):
1675 New variables.
1676 (math-simplify-divisor, math-simplify-one-divisor):
1677 Replace variables nover and dover by declared variables.
1678 (math-expr-subst-new, math-expr-subst-old): New variables.
1679 (math-expr-subst, math-expr-subst-rec): Replace variables new
1680 and old by declared variables.
1681 (math-is-poly-degree, math-is-poly-loose): New variables.
1682 (math-is-polynomial, math-is-poly-rec): Replace variables degree
1683 and loose by declared variables.
1684 (math-poly-base-const-ok, math-poly-base-pred): New variables.
1685 (math-polynomial-base, math-polynomial-base-rec):
1686 Replace variables const-ok and mpb-pred by declared variables.
1687
1688 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1689
1690 * calc/calc-ext.el (math-defsimplify): Change the argument in
1691 the created function to math-simplify-expr.
1692
1693 * calc/calc-units.el (math-simplify-expr): Declare it.
1694 Replace argument expr in all calls of math-defsimplify by
1695 math-simplify-expr.
1696 (math-simplify-units-prod): Replace variable expr by declared
1697 variable math-simplify-expr.
1698
1699 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1702 Replace mapcar->dolist, format->string.
1703
1704 2004-11-17 Miles Bader <miles@gnu.org>
1705
1706 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1707 * progmodes/idlwave.el: Remove RCS keywords.
1708
1709 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
1710
1711 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1712 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1713 Update to IDLWAVE version 5.5. Too many changes to list them here.
1714 * progmodes/idlw-help.el: New file.
1715
1716 2004-11-16 Richard M. Stallman <rms@gnu.org>
1717
1718 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1719 Discard spaces after \i according to TeX rules.
1720
1721 * international/mule.el (set-buffer-file-coding-system):
1722 New arg NOMODIFY.
1723 (after-insert-file-set-coding): Pass that new arg.
1724 Prevent set-buffer-multibyte from trying to lock the file.
1725
1726 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1727
1728 * saveplace.el (save-place): Doc fix.
1729
1730 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1731 temporarily widen before finding the following word to copy.
1732
1733 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1734 (cl-map-keymap): Definition deleted.
1735
1736 * subr.el (map-keymap-internal): New function.
1737
1738 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1741 when pressing rather than when releasing mouse-2. Simplify.
1742
1743 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1746 (compilation-mode): Set it here instead.
1747
1748 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1749
1750 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1751 (loop, cl-parse-loop-clause, defsetf): Use backquote.
1752
1753 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * progmodes/compile.el (compilation-internal-error-properties):
1756 Fix up a transposition-typo. Check end-col before using it.
1757
1758 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
1759
1760 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1761 Discard whitespace after macro \i when converting it.
1762
1763 2004-11-16 Juri Linkov <juri@jurta.org>
1764
1765 * emacs-lisp/find-func.el (find-function-regexp):
1766 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
1767 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
1768 Remove invalid `\W' from [^cgv\W]. Doc fix.
1769 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1770
1771 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
1772
1773 * play/life.el: Maintainer is now FSF.
1774 (life-patterns, life-neighbor-deltas, life-window-start)
1775 (life-current-generation, life-generation-string): Use defvar
1776 instead of defconst.
1777
1778 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * progmodes/compile.el (compilation-move-to-column): New fun.
1781 (compilation-internal-error-properties)
1782 (compilation-next-error-function): Use it to make sure we don't go past
1783 the end of line.
1784
1785 2004-11-15 John Paul Wallington <jpw@gnu.org>
1786
1787 * autoinsert.el (auto-insert-alist): Insert the user's name in
1788 copyright notice, rather than Free Software Foundation, for the
1789 Emacs Lisp header case too.
1790
1791 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1792
1793 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1794 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1795 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
1796 return the list of string in a string.
1797 (pr-call-process): Message if calling process returns an error, that
1798 is, the exit status is different of zero.
1799
1800 2004-11-15 Jay Belanger <belanger@truman.edu>
1801
1802 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
1803 variable var-thing.
1804 (math-integ-depth, math-integ-level, math-integral-limit)
1805 (math-enable-subst, math-any-substs, math-integ-msg)
1806 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1807 (math-int-threshold, math-int-factors, math-double-roots)
1808 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1809 (var-GenCount): Declare these variables.
1810 (calcFunc-integ): Don't check if var-IntegLimit is bound.
1811 (math-integral-cache, math-integral-cache-state):
1812 Move declarations to earlier in the file.
1813 (math-deriv-var, math-deriv-total, math-deriv-symb)
1814 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1815 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1816 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1817 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1818 (math-solve-res): New variables
1819 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1820 (math-integral, math-replace-integral-parts)
1821 (math-integrate-by-parts, calc-dump-integral-cache)
1822 (math-try-integral, math-do-integral, math-do-integral)
1823 (math-do-integral-methods, math-try-solve-for)
1824 (math-try-solve-prod, math-solve-poly-funny-powers)
1825 (math-solve-crunch-poly, math-decompose-poly)
1826 (math-solve-find-root-term, math-find-root-in-prod)
1827 (math-integ-try-linear-substitutions)
1828 (math-integ-try-substitutions, math-expr-rational-in)
1829 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1830 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1831 (math-solve-for, math-solve-system, math-solve-system-rec)
1832 (math-solve-get-sign, math-solve-get-int)
1833 (math-solve-system-subst): Replace undeclared variables with newly
1834 declared variables.
1835
1836 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * winner.el (winner-active-region, winner-edges, winner-window-list):
1839 Define at toplevel.
1840 (winner-mode-map): Move init inside declaration.
1841
1842 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
1843
1844 * files.el (convert-standard-filename): Doc fix.
1845
1846 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
1847
1848 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1849 passwd, group, shadow, default/* and pam.d/*.
1850
1851 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1852
1853 * printing.el (pr-menu-spec): Adjust menu specification.
1854
1855 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1856
1857 * printing.el: Doc fix. Insert :version tag into all defcustom.
1858 Handle interactive-p as is recommended in Emacs Lisp Reference.
1859 Set the file permission bits for newly created files.
1860 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1861 The printing menu specification (in `pr-menu-spec') was merged.
1862 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1863 (pr-version): New version number (6.8.3).
1864 (pr-file-modes): New option.
1865 (pr-interactive-p): New var.
1866 (pr-save-interactive, pr-save-file-modes): New macros.
1867 (pr-setup): Code fix.
1868 (pr-menu-spec): Menu specification merged.
1869 (pr-call-process, pr-text2ps): Set file permission bits.
1870 (pr-despool-print): Set file permission bits. Handle interactive-p as
1871 is recommended.
1872 (pr-interface, pr-ps-directory-preview)
1873 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1874 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1875 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1876 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1877 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1878 (pr-ps-region-ps-print, pr-ps-mode-preview)
1879 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1880 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1881 (pr-despool-using-ghostscript, pr-despool-ps-print)
1882 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1883 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1884 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1885 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1886 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1887 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1888 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1889 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1890 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1891 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1892 Handle interactive-p as is recommended.
1893
1894 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1897 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1898
1899 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1900 so it doesn't forget to highlight the beginning of the region either.
1901
1902 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
1903
1904 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1905 (c-font-lock-init): Eliminate obsolete make-local-hook.
1906 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1907 (awk-mode): Use run-mode-hooks.
1908
1909 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1910
1911 2004-11-13 Kim F. Storm <storm@cua.dk>
1912
1913 * mouse.el (mouse-drag-copy-region): Add :version.
1914 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1915 while dragging mode line, so mode line can be dragged downwards.
1916 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1917 while pressing mouse button so window doesn't scroll until we
1918 release the mouse if clicking on partially visible line.
1919
1920 2004-11-12 Jay Belanger <belanger@truman.edu>
1921
1922 * calc/calc-graph.el (calc-dumb-map): Declare it.
1923 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
1924 than unbound.
1925 (calc-graph-name): Made `end' a local variable.
1926 (calc-graph-lookup): Made `varname' a local variable.
1927 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1928 Declare them.
1929 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
1930 (calc-graph-plot, calc-graph-compute-3d): Remove references to
1931 the unused variable y3vec.
1932 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
1933 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
1934 calc-graph-prev-kill-hook.
1935 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1936 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1937 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1938 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1939 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1940 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1941 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1942 (calc-graph-y3value, calc-graph-y3name)
1943 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1944 (calc-graph-stepcount, calc-graph-is-splot)
1945 (calc-graph-surprise-splot, calc-graph-blank)
1946 (calc-graph-non-blank, calc-graph-curve-num): New variables.
1947 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1948 (calc-graph-recompute-2d, calc-graph-compute-3d)
1949 (calc-graph-format-data): Replace undeclared variables with the
1950 above newly declared variables.
1951
1952 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
1953
1954 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1955 `rsf-beep' and `rsf-sleep-after-message'.
1956
1957 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1958 list if `message-sender' is non-nil.
1959
1960 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1961
1962 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1963 consing by using mapc instead of mapcar.
1964
1965 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
1966
1967 * tooltip.el (require): Explain why CL is needed.
1968
1969 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1970
1971 * printing.el: Insert :version into defgroup (printing). All reference
1972 to Files option in menubar were changed to File.
1973 (pr-version): New version number (6.8.2).
1974 (pr-get-symbol): Call easy-menu-intern.
1975 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
1976 compilation gripes.
1977
1978 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1981 new byte-compile-function-environment binding to t.
1982
1983 * font-lock.el (font-lock-fontify-syntactically-region):
1984 Don't forget to highlight the last char when we hit `end'.
1985
1986 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1987 (mwheel-scroll): Adjust accordingly.
1988
1989 * cvs-status.el: Reduce spurious warnings.
1990 (cvs-status-checkout): Remove.
1991 (cvs-status-mode-map): Use cvs-mode-checkout instead.
1992
1993 * pcvs.el (cvs-mode-checkout): New command.
1994
1995 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1996
1997 * tooltip.el: Require CL.
1998
1999 * emacs-lisp/bytecomp.el: Use push.
2000 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2001 (defalias): Remove the `byte-compile' property and add
2002 a `byte-hunk-handler'.
2003
2004 2004-11-11 Juri Linkov <juri@jurta.org>
2005
2006 * info.el (Info-search): Save match data for isearch.
2007 Skip Tag Table node.
2008
2009 * descr-text.el (describe-char): Replace syntax-after with code
2010 from its previous version.
2011
2012 * files.el (magic-mode-alist): Use optimization for SGML mode too.
2013 (set-auto-mode): Doc fix. Remove unused variable `xml'.
2014
2015 * international/mule.el (sgml-html-meta-auto-coding-function):
2016 Remove > after <html to allow HTML attributes.
2017
2018 2004-11-11 Jay Belanger <belanger@truman.edu>
2019
2020 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
2021 a variable.
2022 (calcFunc-dfac): Replace unbound max by n.
2023 (math-stirling-local-cache): New variable.
2024 (math-stirling-number, math-stirling-1, math-stirling-2):
2025 Replace the variable `cache' by the declared variable
2026 math-stirling-local-cache.
2027 (var-RandSeed): Declare it as a variable.
2028 (math-init-random-base, math-random-digit): Don't check to see if
2029 var-RandSeed is bound.
2030 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2031 Declare them instead of just setting them.
2032 (math-init-random-base): Made i a local variable.
2033 (math-random-digit): Made math-random-last a local variable.
2034 (math-prime-test-cache): Move declaration to before it is used.
2035 (math-prime-test-cache-k, math-prime-test-cache-q)
2036 (math-prime-test-cache-nm1, math-prime-factors-finished):
2037 Declare them as variables.
2038
2039 2004-11-11 Jay Belanger <belanger@truman.edu>
2040
2041 * calc/calc-ext.el (math-defcache): Use defvar for the new
2042 variables it creates.
2043
2044 2004-11-11 Lars Hansen <larsh@math.ku.dk>
2045
2046 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2047 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2048 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2049 (desktop-save): Add :version.
2050
2051 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * printing.el (pr-get-symbol): Don't downcase.
2054
2055 2004-11-10 Jay Belanger <belanger@truman.edu>
2056
2057 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
2058 string to kill-ring.
2059
2060 * calc/calc-aent.el (calc-alg-exp, math-toks)
2061 (math-exp-pos,math-exp-old-pos, math-exp-token)
2062 (math-exp-keep-spaces, math-exp-str): New variables.
2063 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2064 (calcAlg-enter): Use declared variable calc-alg-exp.
2065 (math-build-parse-table, math-find-user-token): Use declared
2066 variable math-toks.
2067 (math-read-exprs, math-read-token, calc-check-user-syntax)
2068 (calc-match-user-syntax, match-factor-after, math-read-factor):
2069 Use declared variables math-exp-pos math-exp-old-pos.
2070 (math-read-exprs, math-read-token, math-read-expr-level)
2071 (calc-check-user-syntax, calc-match-user-syntax)
2072 (match-factor-after, math-read-factor): Use declared variable
2073 math-exp-token.
2074 (math-read-exprs, math-read-expr-list, math-read-token)
2075 (math-read-factor): Use declared variable math-exp-keep-spaces.
2076 (math-read-exprs, math-read-token): Use declared variable
2077 math-exp-str.
2078 (calc-match-user-syntax): Make m a local variable.
2079
2080 * calc/calc-ext.el (math-read-expr): Use declared variables
2081 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2082 math-exp-keep-spaces.
2083
2084 * calc/calc-forms.el (math-read-angle-bracket): Use declared
2085 variables math-exp-pos, math-exp-str.
2086
2087 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
2088 math-exp-old-pos.
2089 (math-parse-fortran-vector, math-parse-fortran-vector-end)
2090 (math-parse-eqn-prime): Use declared variable math-exp-token.
2091
2092 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2093 Use declared variable math-exp-pos.
2094 (math-check-for-commas): Use declared variable math-exp-str.
2095 (math-read-brackets): Use declared variables math-exp-old-pos,
2096 math-exp-keep-spaces.
2097 (math-read-brackets, math-read-vector, math-read-matrix):
2098 Use declared variable math-exp-token.
2099
2100 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2101
2102 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2103 where the keymap is a symbol.
2104 (easy-menu-add-item): Use keymap-prompt. Simplify.
2105
2106 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2107
2108 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2109 (sgml-parse-tag-backward): Use it to skip spurious < or >.
2110
2111 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
2112
2113 * ebuff-menu.el: Doc fixes throughout.
2114 (electric-buffer-menu-mode-hook): New defvar.
2115
2116 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
2117
2118 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2119 compilation. The resulting compiler warnings appear to be harmless.
2120
2121 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
2122
2123 * textmodes/conf-mode.el: New file.
2124
2125 * files.el (auto-mode-alist, magic-mode-alist): Use it.
2126
2127 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2130
2131 2004-11-09 Jay Belanger <belanger@truman.edu>
2132
2133 * calc/calc-ext.el (calc-init-extensions): Remove old code.
2134
2135 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2136 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
2137 (calc-z-prefix-help, calc-user-function-list): Use declared
2138 variables calc-z-prefix-buf, calc-z-prefix-msgs.
2139 (math-map-tree, math-map-tree-rec): Use declared variables
2140 math-mt-many, math-mt-func.
2141 (math-read-expression, math-read-string): Use declared variable
2142 math-expr-data.
2143
2144 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
2145 variable math-normalize-a.
2146
2147 * calc/calc.el (math-normalize-a): New variable.
2148 (math-normalize): Use declared variable math-normalize-a.
2149
2150 * calc/calc-poly.el (math-expand-form): Use declared variable
2151 math-mt-many.
2152
2153 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2154 Use declared variable math-mt-many.
2155 (math-rewrite): Use declared variable math-mt-func.
2156
2157 * calc/calc-vec.el (math-read-brackets, math-read-vector)
2158 (math-read-matrix): Use declared variable math-expr-data.
2159
2160 * calc/calc-lang.el (math-parse-fortran-vector)
2161 (math-parse-fortran-vector-end, math-parse-tex-sum)
2162 (math-parse-eqn-matrix, math-parse-eqn-prime)
2163 (math-read-math-subscr): Use declared variable math-expr-data.
2164
2165 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2166 (math-read-expr-level, math-read-token, calc-check-user-syntax)
2167 (calc-match-user-syntax, math-read-if, math-factor-after)
2168 (math-read-factor): Use declared variable math-expr-data.
2169
2170 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2171
2172 * calendar/diary-lib.el (diary-from-outlook)
2173 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2174 interactive-p; but rather new optional argument NOCONFIRM.
2175
2176 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2179 (easy-menu-name-match): Revert correspondingly.
2180
2181 2004-11-09 Richard M. Stallman <rms@gnu.org>
2182
2183 * emacs-lisp/bytecomp.el (byte-compile-defalias):
2184 Turn off warnings for the new function even if definition not constant.
2185 If the definition isn't a quoted symbol, record (FUNCTION . t).
2186 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2187 (byte-compile-callargs-warn): Handle (FUNCTION . t).
2188 (display-call-tree, byte-compile-arglist-warn):
2189 Handle t returned by byte-compile-fdefinition.
2190
2191 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2192
2193 * Makefile.in (maintainer-clean): Depend on distclean.
2194
2195 * help-fns.el (help-C-file-name): File name must be in build-files
2196 to be returned.
2197
2198 2004-11-09 Jay Belanger <belanger@truman.edu>
2199
2200 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2201 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
2202
2203 * calc/calc.el (calc, calc-trail-display, calc-mode):
2204 Remove obsolete sections.
2205
2206 * calc/calc.el (calc-x-paste-text): Remove.
2207
2208 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
2209 mouse-2.
2210
2211 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
2212
2213 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2214 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2215 current frame (in case of recursive calls).
2216 (gdb-show-changed-values): Add :version keyword.
2217
2218 2004-11-09 Kenichi Handa <handa@m17n.org>
2219
2220 * international/mule-cmds.el: Change coding: tag back to
2221 iso-2022-7bit.
2222
2223 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * international/mule-cmds.el: Change coding-system to utf-8.
2226 (select-safe-coding-system-interactively):
2227 New function extracted from select-safe-coding-system.
2228 (select-safe-coding-system): Use it.
2229
2230 2004-11-08 Richard M. Stallman <rms@gnu.org>
2231
2232 * subr.el (syntax-after): Doc fix.
2233
2234 * paren.el (show-paren-function): Change calls to syntax-after
2235 for new way of returning the value.
2236
2237 * menu-bar.el (menu-bar-file-menu): Make this the real name
2238 and menu-bar-files-menu the alias. Use the former.
2239 (global-map): Use `file', not `files', as the symbol.
2240
2241 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2242
2243 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2244 Don't use beginning-of-buffer.
2245 (filesets-cmd-show-result): Use with-no-warnings.
2246
2247 2004-11-08 Juri Linkov <juri@jurta.org>
2248
2249 * progmodes/compile.el (compile): Don't overwrite last command in
2250 minibuffer history with default command if they are not equal.
2251
2252 2004-11-08 Jay Belanger <belanger@truman.edu>
2253
2254 * calc/calcalg2.el (math-do-integral-methods): Try linear then
2255 non-linear substitutions.
2256
2257 2004-11-08 Jay Belanger <belanger@truman.edu>
2258
2259 * calc/calcalg2.el (math-linear-subst-tried): New variable.
2260 (math-do-integral): Set `math-linear-subst-tried' to nil.
2261 (math-do-integral-methods): Use `math-linear-subst-tried' to
2262 determine what type of substitution to try.
2263 (math-integ-try-linear-substituion):
2264 Set `math-linear-subst-tried' to t.
2265
2266 2004-11-08 Kim F. Storm <storm@cua.dk>
2267
2268 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2269
2270 2004-11-07 Juri Linkov <juri@jurta.org>
2271
2272 * info-look.el (info-lookup): Allow reusing in the current buffer
2273 not only *info* buffer, but all (even renamed) Info buffers
2274 by checking for major-mode instead of *info* buffer name.
2275 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2276 (octave-mode, maxima-mode) <doc-spec>:
2277 Allow long dashes generated by Texinfo 4.7 before definitions.
2278 (texinfo-mode) <doc-spec>: Add space to suffix to find command
2279 definitions with argument separated by space.
2280
2281 2004-11-06 Richard M. Stallman <rms@gnu.org>
2282
2283 * simple.el (next-error group, face): Move before first use.
2284 (next-error-highlight, next-error-highlight-no-select): Likewise.
2285
2286 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2287 (line-move): New args NOERROR and TO-END.
2288 Return t if if succeed in moving specified number of lines.
2289 (move-end-of-line): New function.
2290
2291 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2292 (end-of-buffer-other-window): Likewise.
2293
2294 * simple.el (line-move-ignore-invisible): Default to t.
2295
2296 * subr.el (syntax-after): Return the syntax letter, not the raw code.
2297
2298 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2299
2300 * international/iso-cvt.el (iso-cvt-define-menu):
2301 Rename menu-bar-files-menu to menu-bar-file-menu.
2302
2303 * net/browse-url.el (browse-url-gnome-moz-program)
2304 (browse-url-gnome-moz-arguments): Move up before first use.
2305
2306 * net/tramp.el (tramp group): Add :version.
2307
2308 * progmodes/ada-xref.el (ada-gdb-application):
2309 Use goto-char instead of beginning-of-buffer.
2310
2311 * progmodes/cperl-mode.el (cperl-info-on-command):
2312 Use goto-char instead of beginning-of-buffer.
2313
2314 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2315 Move up before first use.
2316 (idlwave-shell-temp-pro-file): Likewise.
2317 (idlwave-shell-temp-rinfo-save-file): Likewise.
2318 (idlwave-shell-temp-file): Minor doc fix.
2319
2320 * textmodes/flyspell.el (flyspell-external-point-words):
2321 Use goto-char instead of beginning-of-buffer.
2322
2323 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
2324
2325 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2326 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
2327 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2328
2329 2004-11-06 David Ponce <david@dponce.com>
2330
2331 * recentf.el (recentf-menu-path): Use menu item name.
2332
2333 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2334
2335 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
2336 display doesn't support images.
2337
2338 2004-11-06 Andreas Schwab <schwab@suse.de>
2339
2340 * tempo.el (tempo-match-finder): Doc fix.
2341
2342 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
2343
2344 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
2347 (easy-menu-lookup-name): New fun to replace it.
2348 (easy-menu-get-map): Use it to obey menu item names (rather than just
2349 keys) when looking up `path'.
2350 (easy-menu-always-true-p): Rename from easy-menu-always-true.
2351 (easy-menu-convert-item-1): Adjust to new name.
2352
2353 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
2354
2355 * outline.el (hide-body): Don't hide lines at the top of the file
2356 that precede the first header line.
2357
2358 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
2359
2360 * align.el (align-areas): Delete whitespace before reindenting, so
2361 that tabs are never placed after spaces.
2362
2363 2004-11-06 Alan Shutko <ats@acm.org>
2364
2365 * macros.el (insert-kbd-macro): Do completions based on macros,
2366 rather than all commands.
2367
2368 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
2369
2370 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
2371 to solve a bug whereby tags with 'b' don't match.
2372
2373 2004-11-05 Juri Linkov <juri@jurta.org>
2374
2375 * info.el (Info-search): Don't search in node header lines
2376 and file headers.
2377
2378 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
2379 symbol-constituent characters after dot, not only digits.
2380
2381 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
2382
2383 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2384
2385 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2386
2387 * dired.el (dired-read-dir-and-switches): Call read-directory-name
2388 if a dialog will be used, read-file-name otherwise.
2389
2390 2004-11-04 Richard M. Stallman <rms@gnu.org>
2391
2392 * textmodes/table.el (table group): Add :version.
2393
2394 * textmodes/ispell.el (ispell-word):
2395 Don't alter args; set them only thru `interactive' spec.
2396
2397 * textmodes/flyspell.el (flyspell-word):
2398 Don't alter FOLLOWING; set it only thru `interactive' spec.
2399
2400 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
2401
2402 * net/browse-url.el (browse-url-maybe-new-window):
2403 Use called-interactively-p.
2404
2405 * mail/supercite.el (sc-cite-region):
2406 Don't use interactive-p. Add arg INTERACTIVE.
2407 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
2408
2409 * international/mule-cmds.el (set-input-method, toggle-input-method):
2410 Don't use interactive-p. Add arg INTERACTIVE.
2411
2412 * eshell/esh-mode.el (eshell-show-maximum-output):
2413 Don't use interactive-p.
2414 (eshell-truncate-buffer): Just message, no error, if buffer is short.
2415
2416 * mouse.el (mouse-show-mark): Get positions to delete from mark
2417 and point, not from mouse-drag-overlay.
2418
2419 * imenu.el (imenu-eager-completion-buffer): Add :version.
2420
2421 * filesets.el (filesets group): Add :version.
2422
2423 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
2424
2425 * files.el (xml-based-modes): Delete var.
2426 (magic-mode-alist): New more general var.
2427 (set-auto-mode): Use it.
2428
2429 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2430 when clicking from another window.
2431
2432 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2433
2434 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2435 (vc-cvs-annotate-time): Incorporate value of deleted var.
2436 Remove special-case handling of beginning-of-buffer cruft.
2437 Cache ending position (point) and return value in text property
2438 `vc-cvs-annotate-time', and consult it on subsequent invocations.
2439
2440 * vc-cvs.el (vc-cvs-annotate-command):
2441 Delete extraneous lines from beginning of buffer.
2442 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2443
2444 * progmodes/grep.el (grep-default-command): Take empty string
2445 for tag if all other methods yield nil. Shell-quote the tag.
2446
2447 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2448 spec in `interactive' form, and mention it in the docstring.
2449 Also, make sure point is at bol after calling `annotate-time'.
2450
2451 2004-11-02 Richard M. Stallman <rms@gnu.org>
2452
2453 * cus-edit.el (customize-group-other-window):
2454 Select the window that displays the custom buffer.
2455 (custom-buffer-create-other-window): Likewise.
2456
2457 * comint.el (comint-insert-input): Fix previous change.
2458
2459 * emacs-lisp/elp.el (elp-instrument-function):
2460 Use called-interactively-p.
2461
2462 * emacs-lisp/easymenu.el (easy-menu-intern):
2463 Don't downcase; rather, case-flip the first letter of each word.
2464
2465 * emacs-lisp/easy-mmode.el (define-minor-mode):
2466 Use called-interactively-p.
2467
2468 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2469 Add interactive-only.
2470 (byte-compile-warnings): Add interactive-only as option.
2471 (byte-compile-interactive-only-functions): New variable.
2472 (byte-compile-form): Warn about calls to functions
2473 in byte-compile-interactive-only-functions.
2474
2475 * emacs-lisp/autoload.el (update-file-autoloads):
2476 Don't use interactive-p; take new arg SAVE-AFTER.
2477
2478 * emacs-lisp/advice.el (ad-make-advised-definition):
2479 Use called-interactively-p.
2480
2481 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2482
2483 * files.el (find-file-existing): New function.
2484
2485 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2486 find-file-existing. Add "New File..." that calls find-file.
2487
2488 * diropen.pbm diropen.xpm: New files.
2489
2490 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2491 icon diropen. New tool bar item find-file-existing uses icon open.
2492
2493 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
2494 instead of read-file-name.
2495
2496 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
2497
2498 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2499 (icalendar--split-value): Change name of work buffer.
2500 (icalendar--get-weekday-abbrev): Return nil on error.
2501 (icalendar--date-to-isodate): New function.
2502 (icalendar-convert-diary-to-ical)
2503 (icalendar-extract-ical-from-buffer): Use only two args for
2504 make-obsolete (XEmacs compatibility).
2505 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2506 (icalendar-export-region): Doc fix.
2507 If error, return non-nil and write errors to a buffer.
2508 Use correct weekday for weekly recurring events.
2509 Check whether date has been parsed for ordinary events.
2510 Make weekly events start in the year 2000.
2511 DTEND is non-inclusive, shift end date by one day if
2512 necessary (not for entries that have date and time).
2513 Rename local let variables: oops -> found-error, datestring ->
2514 startdatestring.
2515
2516 2004-11-02 Kim F. Storm <storm@cua.dk>
2517
2518 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2519 keep-mode-if-same variable. Add it as optional arg instead.
2520 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2521
2522 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2523 substitute-command-keys will select lower-case bindings like those
2524 used in the static help texts.
2525
2526 * descr-text.el (describe-text-properties): Don't err if called in
2527 the *Help* buffer; output to *Help-2* buffer instead.
2528
2529 * kmacro.el (group kmacro): Add :version.
2530 (kmacro-keyboard-quit): New function to cleanup on C-g.
2531 (kmacro-start-macro): Set defining-kbd-macro to append when
2532 appending to last macro.
2533
2534 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2535
2536 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
2537
2538 * progmodes/gdb-ui.el (gdb-enable-debug-log)
2539 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2540 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2541 Add :version keyword.
2542
2543 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
2544
2545 * progmodes/flymake.el (flymake-err-line-patterns):
2546 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2547 `compilation-error-regexp-alist-alist' to internal Flymake format.
2548
2549 * progmodes/flymake.el: Eliminate byte-compiler warnings.
2550
2551 2004-11-01 Jay Belanger <belanger@truman.edu>
2552
2553 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2554 with `interactive "s"'.
2555
2556 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2557
2558 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2559 Revert change from 2004-10-16. '*' checks the current buffer, but the
2560 mouse click may be in another buffer.
2561
2562 2004-11-01 John Paul Wallington <jpw@gnu.org>
2563
2564 * files.el (large-file-warning-threshold): Add :version keyword.
2565 (kill-some-buffers): Doc fix.
2566
2567 * thumbs.el (group thumbs): Add :version keyword.
2568
2569 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2570
2571 2004-11-01 Richard M. Stallman <rms@gnu.org>
2572
2573 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2574
2575 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
2576
2577 * allout.el (allout group): Add :version.
2578 (allout-init): Don't use interactive-p.
2579 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
2580 (allout-forward-current-level, allout-backward-current-level):
2581 Don't use interactive-p.
2582
2583 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
2584 (bibtex-find-text): Likewise.
2585
2586 * progmodes/vhdl-mode.el (vhdl-fill-region)
2587 (vhdl-beginning-of-statement): Don't use interactive-p.
2588
2589 * progmodes/idlwave.el (idlwave-update-routine-info):
2590 Don't use interactive-p.
2591
2592 * progmodes/idlw-shell.el (idlwave-shell-send-char):
2593 Don't use interactive-p.
2594
2595 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2596 Don't use interactive-p.
2597
2598 * progmodes/ada-xref.el (ada-make-body-gnatstub):
2599 Don't use interactive-p.
2600
2601 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
2602 (fortune-in-buffer): Doc fix.
2603
2604 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
2605
2606 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
2607 don't select the temporary buffer.
2608 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
2609 (eudc-get-phone): Likewise.
2610
2611 2004-11-01 Kim F. Storm <storm@cua.dk>
2612
2613 * man.el (Man-xref-normal-file): Fix help-echo.
2614
2615 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * reveal.el (reveal-last-tick): New var.
2618 (reveal-post-command): Use it to avoid closing overlays when we're
2619 appending text to them.
2620
2621 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2622
2623 * textmodes/bibtex.el: Require button.
2624 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
2625 (bibtex-reference-keys): Distinguish between header keys and
2626 crossref keys.
2627 (bibtex-beginning-of-field): New function.
2628 (bibtex-url-map): Remove.
2629 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2630 (bibtex-font-lock-url-regexp): Assume that field names begin at
2631 the beginning of a line.
2632 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
2633 Remove field delimiters. Use bibtex-beginning-of-field.
2634 Bugfix, point can be inside a field with a url.
2635 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2636 New functions.
2637 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2638 (bibtex-key-in-head): Simplify.
2639 (bibtex-current-line): Use bolp.
2640 (bibtex-parse-keys): Remove unused arg `add'.
2641 Use bibtex-type-in-head and bibtex-key-in-head.
2642 (bibtex-parse-entry, bibtex-autofill-entry):
2643 Use bibtex-type-in-head and bibtex-key-in-head.
2644 (bibtex-autokey-get-field): Do not alter case of replacement text.
2645 (bibtex-autokey-get-names): Do all processing of name list.
2646 (bibtex-autokey-get-year): New function.
2647 (bibtex-autokey-get-title): Do all processing of title words.
2648 (bibtex-generate-autokey): Simplify.
2649 (bibtex-string-files-init): Use default-directory.
2650 Allow for absolute file names in bibtex-string-files.
2651 (bibtex-files, bibtex-file-path): New variables.
2652 (bibtex-files-expand): New function.
2653 (bibtex-find-entry-globally): New command.
2654 (bibtex-summary-function): New variable.
2655 (bibtex-summary): Default value of bibtex-summary-function.
2656 (bibtex-find-crossref): New optional args pnt and split.
2657 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2658 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2659 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
2660 Fix handling of required and alternative fields.
2661 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2662 Use cons and display-buffer.
2663 (bibtex-validate-globally): New command.
2664 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
2665 bibtex-parse-keys and bibtex-parse-strings for updating
2666 bibtex-reference-keys and bibtex-strings.
2667 (bibtex-realign): Remove blank lines past the last entry.
2668 (bibtex-reformat): Use bibtex-entry-format as default.
2669 (bibtex-choose-completion-string): Remove.
2670 (bibtex-complete): Do not use bibtex-choose-completion-string.
2671 (bibtex-url): Simplify.
2672
2673 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2674
2675 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2676 (x-dnd-types-alist, x-dnd-open-file-other-window)
2677 (x-dnd-known-types): Add :version.
2678
2679 2004-10-31 John Paul Wallington <jpw@gnu.org>
2680
2681 * ibuffer.el (group ibuffer): Add :version keyword.
2682
2683 2004-10-31 Kim F. Storm <storm@cua.dk>
2684
2685 * ido.el (group ido): Add :version keyword.
2686 (ido-mode): Remove :version keyword.
2687
2688 * emulation/cua-base.el (group cua): Add :version keyword.
2689 (cua-mode): Remove :version keyword.
2690
2691 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
2692
2693 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2694
2695 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2696 compiler warning.
2697 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
2698 function.
2699 (help-at-pt-display-when-idle): Remove autoload.
2700
2701 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2704
2705 2004-10-30 Juri Linkov <juri@jurta.org>
2706
2707 * help.el (function-called-at-point):
2708 * help-fns.el (variable-at-point): Read -> intern.
2709
2710 2004-10-30 Simon Josefsson <jas@extundo.com>
2711
2712 * progmodes/autoconf.el (autoconf-font-lock-keywords):
2713 Recognize AS_* too.
2714
2715 2004-10-29 Simon Josefsson <jas@extundo.com>
2716
2717 * subr.el (read-passwd): Move back from password.el.
2718
2719 * password.el: Remove, not ready yet.
2720
2721 2004-10-29 Andreas Schwab <schwab@suse.de>
2722
2723 * speedbar.el (speedbar-frame-parameters): Improve customize type.
2724
2725 2004-10-29 Sam Steingold <sds@gnu.org>
2726
2727 * mouse.el (mouse-show-mark): Replace the last occurrence of
2728 x-lost-selection-hooks with x-lost-selection-functions.
2729
2730 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2733 x-lost-selection-functions is bound.
2734
2735 * mouse-sel.el (mouse-sel-mode):
2736 * emacs-lisp/lselect.el: Adjust to new names for
2737 x-(lost|sent)-selection-functions.
2738
2739 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2740 New obsolete aliases of x-lost-selection-functions and
2741 x-sent-selection-functions.
2742
2743 2004-10-28 Kim F. Storm <storm@cua.dk>
2744
2745 * imenu.el (imenu-scanning-message): Remove.
2746 (imenu-progress-message): Make it a no-op.
2747
2748 2004-10-28 John Paul Wallington <jpw@gnu.org>
2749
2750 * files.el (set-auto-mode): Call `throw' correctly.
2751
2752 2004-10-28 Juri Linkov <juri@jurta.org>
2753
2754 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2755 to search `Info-...' commands in `info' manual.
2756 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2757 Add 'info-file "emacs" property.
2758 (Info-find-emacs-command-nodes): Fix index line number regexp.
2759 Set real line number (instead of fake 0) in first element of the
2760 returned list.
2761 (Info-goto-emacs-command-node): Use line number of first element
2762 to set point in the first found Info node.
2763
2764 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2765 code to `grep-mode-font-lock-keywords'.
2766 (grep-mode-font-lock-keywords): Delete grep markers instead
2767 of making them invisible.
2768
2769 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2770
2771 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2772 and x-server-version in bug report.
2773
2774 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
2775
2776 * files.el (set-auto-mode-0): New function.
2777 (set-auto-mode): Use it to handle aliased modes and to
2778 be consistent between C-x C-f and C-x C-w.
2779
2780 2004-10-28 Kenichi Handa <handa@m17n.org>
2781
2782 * international/utf-8.el (utf-translate-cjk-charsets):
2783 Add katakana-jisx0201.
2784
2785 * international/subst-jis.el: Add data for JISX0201.
2786
2787 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 * obsolete/hilit19.el (hilit-mode): New function.
2790 Move all the toplevel side-effecting stuff into it, so that loading
2791 hilit19 doesn't mess everything up any more.
2792
2793 2004-10-27 Richard M. Stallman <rms@gnu.org>
2794
2795 * add-log.el (add-change-log-entry): Set up mailing address
2796 and full name later, and don't alter add-log-mailing-address
2797 or add-log-full-name.
2798
2799 * elide-head.el (elide-head): Change error to message.
2800 (elide-head-show): Likewise.
2801
2802 * apropos.el (apropos-macrop): Doc fix.
2803
2804 * mouse.el (mouse-show-mark): Do most processing the same
2805 regardless of transient-mark-mode.
2806
2807 * shadowfile.el (shadow-copy-files): Use interactive-p
2808 only to control whether to print a message.
2809
2810 * tar-mode.el (tar-mode): Use write-contents-functions,
2811 not write-contents-hooks.
2812
2813 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2814 directory-sep-char.
2815
2816 2004-10-27 Richard M. Stallman <rms@gnu.org>
2817
2818 * strokes.el (strokes-unload-hook): Fix previous change.
2819
2820 * type-break.el (type-break-run-at-time): Always use run-at-time;
2821 forget the alternatives.
2822 (type-break-cancel-function-timers): Always use cancel-function-timers;
2823 forget the alternatives.
2824
2825 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2826
2827 2004-10-27 Kenichi Handa <handa@m17n.org>
2828
2829 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2830
2831 * international/subst-gb2312.el: Likewise.
2832
2833 * international/subst-big5.el: Likewise.
2834
2835 * international/subst-ksc.el: Likewise.
2836
2837 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2838 New variable.
2839 (utf-translate-cjk-set-unicode-range): New function.
2840 (utf-translate-cjk-unicode-range): Make it customizable.
2841 (utf-8-post-read-conversion):
2842 Use utf-translate-cjk-unicode-range-string.
2843 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2844 Unicode ranges.
2845
2846 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
2847
2848 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2849 trivial variants to shorten the list.
2850 (xml-based-modes): New var.
2851 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2852 declaration higher priority than auto-mode-alist.
2853
2854 * find-file.el (cc-other-file-alist): Bring it in line with
2855 cc-mode's auto-mode-alist entries and use \' instead of $.
2856
2857 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2858 and add "Id" and "Name" submenus to it.
2859
2860 * imenu.el (imenu--generic-function): Skip matches in comments.
2861
2862 2004-10-26 Jay Belanger <belanger@truman.edu>
2863
2864 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2865 (full-calc-keypad, calc-trail-display): Use an extra argument
2866 instead of `interactive-p'.
2867
2868 * calc/calc-misc.el (calc-other-window): Use an extra argument
2869 instead of `interactive-p'.
2870
2871 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2872 `interactive-p'.
2873
2874 2004-10-26 Kim F. Storm <storm@cua.dk>
2875
2876 * help.el (describe-key): Describe both down-event and up-event
2877 for a mouse click.
2878
2879 2004-10-26 Richard M. Stallman <rms@gnu.org>
2880
2881 * woman.el (woman): Don't call interactive-p.
2882
2883 * pcomplete.el (pcomplete): Instead of interactive-p,
2884 use an arg set non-nil by the interactive spec.
2885
2886 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2887 use an arg set non-nil by the interactive spec.
2888
2889 * man.el (Man-cleanup-manpage): Instead of interactive-p,
2890 use an arg set non-nil by the interactive spec.
2891
2892 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2893
2894 * progmodes/flymake.el (flymake-split-string):
2895 Use `flymake-split-string-remove-empty-edges' in any case.
2896
2897 2004-10-26 Masatake YAMATO <jet@gyve.org>
2898
2899 * progmodes/flymake.el (flymake-err-line-patterns):
2900 Use `compilation-error-regexp-alist-alist' instead of
2901 `compilation-error-regexp-alist'.
2902
2903 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2906 verbatim face on the \ of \end{verbatim}.
2907
2908 2004-10-25 Jay Belanger <belanger@truman.edu>
2909
2910 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
2911 erasing minibuffer.
2912
2913 2004-10-25 Simon Josefsson <jas@extundo.com>
2914
2915 * subr.el (read-passwd): Move to net/password.el.
2916
2917 * net/password.el (read-passwd): Add. Autoload it.
2918
2919 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
2920
2921 * mouse-sel.el (mouse-sel-mode): Specify custom group.
2922
2923 * simple.el (process-file): Fix logic.
2924
2925 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2926
2927 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2928 (increase-right-margin): Remove erroneous call to `interactive-p'.
2929
2930 2004-10-24 Kim F. Storm <storm@cua.dk>
2931
2932 * help.el (describe-mode): Fix 2004-10-13 change.
2933 Copy pure "Auto Fill" string so it can be propertized later
2934 without causing a read-only error.
2935
2936 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2937
2938 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2939 style indexes.
2940
2941 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2942
2943 * simple.el (process-file): Accept nil for INFILE. Reported by
2944 Luc Teirlinck.
2945
2946 2004-10-24 Masatake YAMATO <jet@gyve.org>
2947
2948 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2949 Handle periods and underscores in a function name.
2950 Remove the address fontification.
2951
2952 2004-10-24 Masatake YAMATO <jet@gyve.org>
2953
2954 * progmodes/asm-mode.el (asm-font-lock-keywords):
2955 Use font-lock-variable-name-face for registers.
2956
2957 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
2958
2959 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2960 kill-all-local-variables.
2961 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2962 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2963 Use kill-all-local-variables and provide mode-hooks.
2964 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2965 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2966 Suggested by Masatake YAMATO <jet@gyve.org>.
2967
2968 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
2969
2970 * simple.el (process-file): New function, similar to call-process
2971 but supports file handlers.
2972 * vc.el (vc-do-command): Use it, instead of call-process.
2973 * net/tramp-vc.el (vc-do-command): Do not advise it if
2974 process-file is fboundp.
2975 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2976 process-file.
2977 (tramp-handle-process-file): New function.
2978 (tramp-file-name-for-operation): Support process-file.
2979
2980 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
2981
2982 * calendar/icalendar.el (icalendar--weekday-array): New constant.
2983 (icalendar-weekdayabbrev-table)
2984 (icalendar-monthnumber-table): Delete.
2985 (icalendar--get-month-number): Use calendar-month-name-array.
2986 (icalendar--get-weekday-number): New function.
2987 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2988 (icalendar-export-region): Handle multi-line entries.
2989 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2990
2991 2004-10-23 John Paul Wallington <jpw@gnu.org>
2992
2993 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2994 `wildcards' set to t in interactive spec.
2995
2996 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2997 interactive spec rather than use `interactive-p'.
2998 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2999 rather than use function `interactive-p'.
3000
3001 2004-10-22 Kenichi Handa <handa@m17n.org>
3002
3003 * international/mule.el (translate-region): Implement it in Lisp
3004 as a front end of translate-region-internal.
3005
3006 2004-10-21 Jay Belanger <belanger@truman.edu>
3007
3008 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3009 Declare these variables with defvar.
3010
3011 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3012 is bound, only check to see if it is bound.
3013
3014 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3017 Don't output messages.
3018
3019 * calc/calc-help.el (calc-describe-bindings): Fix last change.
3020
3021 2004-10-21 John Paul Wallington <jpw@gnu.org>
3022
3023 * calc/calc-graph.el (calc-graph-init):
3024 Use `set-process-query-on-exit-flag'.
3025
3026 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
3027
3028 * progmodes/compile.el (compilation-start): Rely on `cd' to get
3029 dir right and also allow argumentless cd.
3030
3031 2004-10-19 Richard M. Stallman <rms@gnu.org>
3032
3033 * textmodes/flyspell.el (flyspell-mode): Doc fix.
3034
3035 * eshell/em-unix.el (eshell-grep):
3036 Don't bind compilation-process-setup-function.
3037
3038 * comint.el (comint-insert-input): Use @ in `interactive'.
3039 (comint-input-filter-functions): Doc fix.
3040 (comint-kill-whole-line, comint-get-source): Doc fix.
3041
3042 * progmodes/compile.el (compilation-setup):
3043 Don't set buffer-read-only if MINOR is non-nil.
3044
3045 2004-10-19 Jay Belanger <belanger@truman.edu>
3046
3047 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3048 (calc-emacs-type-gnu19): Remove.
3049 (calc-digit-map, calc-read-key-sequence, calc-read-key):
3050 Remove check for old emacs versions.
3051
3052 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3053 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3054 for current Emacs.
3055
3056 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3057 the end of the minibuffer.
3058 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
3059 copy `esc-map'.
3060
3061 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3062
3063 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3064 call that would be given when the current emacs was used.
3065
3066 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
3067
3068 * calendar/icalendar.el: Set coding to utf-8.
3069 (icalendar-version): Increase to 0.07.
3070 (icalendar-monthnumber-table): Change March pattern.
3071 (icalendar-get-all-event-properties)
3072 (icalendar-set-event-property): Delete.
3073 (icalendar-all-events): No longer interactive.
3074 (icalendar-convert-diary-to-ical)
3075 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3076 their replacements.
3077 (icalendar-export-file, icalendar-export-region): New functions;
3078 essentially old `icalendar-convert-diary-to-ical' but appending to
3079 target rather than overwriting.
3080 (icalendar-import-file): Append to target file rather than
3081 overwriting. Fourth arg deleted.
3082 (icalendar-import-buffer): New name for old
3083 `icalendar-extract-ical-from-buffer'.
3084 (icalendar--convert-string-for-import): New name for
3085 old `icalendar-convert-for-import'.
3086 (include-icalendar-files): Delete.
3087 Prefix for all internal functions changed from `icalendar-'
3088 to `icalendar--'.
3089
3090 2004-10-19 Richard M. Stallman <rms@gnu.org>
3091
3092 * paths.el (news-path): Fix previous change.
3093
3094 2004-10-18 Jay Belanger <belanger@truman.edu>
3095
3096 * calc/calc-help.el (calc-describe-bindings):
3097 Set `buffer-read-only' to nil while working in the keybindings buffer;
3098 remove some extra information from the keybindings buffer.
3099
3100 2004-10-18 David Ponce <david@dponce.com>
3101
3102 * mouse.el (mouse-drag-move-window-top): New function.
3103 (mouse-drag-mode-line-1): Use it.
3104
3105 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
3106
3107 * info.el (Info-fontify-node): For multiline refs,
3108 arrange to unfontify newline and surrounding whitespace.
3109
3110 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3113 directory is missing.
3114
3115 2004-10-17 John Paul Wallington <jpw@gnu.org>
3116
3117 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3118 New customizable variable; whether to display buffers that match
3119 `ibuffer-maybe-show-predicates' by default.
3120 (ibuffer-maybe-show-predicates): Mention it in docstring.
3121 (ibuffer-display-maybe-show-predicates): New variable.
3122 (ibuffer-update): Prefix arg now toggles whether buffers that
3123 match `ibuffer-maybe-show-predicates' should be displayed.
3124 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3125 locally to heed `ibuffer-default-display-maybe-show-predicates'.
3126 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3127
3128 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
3129
3130 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
3131 work correctly.
3132
3133 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
3134
3135 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3136 (Buffer-menu-beginning): New helper function.
3137 (Buffer-menu-execute): Use it.
3138 (Buffer-menu-select): Use it.
3139 (Buffer-menu-sort): Use it and also keep markers.
3140
3141 2004-10-17 Richard M. Stallman <rms@gnu.org>
3142
3143 * paths.el (news-directory): Rename from news-path. Old name alias.
3144 (rmail-spool-directory): Use defvar.
3145 (sendmail-program): Use defcustom.
3146 (remote-shell-program): Use defcustom.
3147 (term-file-prefix): Use defvar.
3148 (abbrev-file-name): Use defvar.
3149
3150 * term.el: Add maintainer.
3151
3152 * subr.el (with-local-quit): Return nil if there's a quit.
3153 (read-passwd): Use with-local-quit. Doc fix.
3154
3155 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3156 (strokes-unload-hook): Set as a variable with add-hook.
3157
3158 * startup.el (fancy-splash-tail, normal-splash-screen):
3159 Update copyright year.
3160
3161 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3162
3163 * server.el (server-unload-hook): Set as a variable with add-hook.
3164
3165 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3166
3167 * frame.el (special-display-popup-frame):
3168 Make the buffer current as its frame is created.
3169
3170 * delsel.el (delsel-unload-hook): Set as a variable.
3171
3172 * comint.el (comint-output-filter-functions):
3173 Add comint-watch-for-password-prompt.
3174 (comint-read-noecho): Function deleted.
3175 (send-invisible): Use read-passwd.
3176
3177 * fringe.el (fringe-mode-initialize): New function.
3178 (fringe-mode): Use fringe-mode-initialize as :initialize.
3179
3180 2004-10-17 Kim F. Storm <storm@cua.dk>
3181
3182 * language/indian.el (indian-script-language-alist): Swap value and doc.
3183 (indian-font-char-index-table): Doc fix.
3184
3185 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3188
3189 2004-10-16 Juri Linkov <juri@jurta.org>
3190
3191 * progmodes/compile.el (compilation-start): Move let-binding of
3192 `process-environment' into `with-current-buffer' body.
3193 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3194
3195 2004-10-16 Richard M. Stallman <rms@gnu.org>
3196
3197 * pcvs-util.el (cvs-bury-buffer):
3198 Don't call get-buffer-window for effect.
3199
3200 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3201
3202 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3203
3204 * msb.el (msb-unload-hook): Set the variable.
3205
3206 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3207 Use * to err if buffer is readonly.
3208
3209 * subr.el (looking-back): Return only t or nil.
3210
3211 * whitespace.el (whitespace-unload-hook): Set the variable.
3212
3213 * view.el (view-mode-enable): Set view-page-size and
3214 view-half-page-size to nil.
3215 (view-set-half-page-size-default): view-half-page-size = nil
3216 means the default.
3217 (View-scroll-page-forward): Use view-page-size-default.
3218 (View-scroll-page-backward): Likewise.
3219 (view-page-size, view-half-page-size): Doc fixes.
3220
3221 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3222
3223 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3224
3225 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3226 "cl" like other files. Instead, call byte-compile-find-cl-functions.
3227 (byte-compile-log-1): Bind inhibit-read-only.
3228 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3229 (byte-compile-log-warning): Likewise.
3230 (byte-compile-file-form-require): Detect "cl" from the arg value.
3231
3232 * progmodes/compile.el (compilation-start): Assume compilation-mode
3233 will make the buffer read-only.
3234 (compilation-mode): Take arg name-of-mode.
3235 (compilation-setup): Make buffer read-only.
3236 (compilation-handle-exit): Bind inhibit-read-only.
3237
3238 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3239 (ispell-message): Likewise.
3240 (ispell-show-choices): Don't call get-buffer-window uselessly.
3241 (ispell-init-process): Use set-process-query-on-exit-flag.
3242
3243 2004-10-16 Kim F. Storm <storm@cua.dk>
3244
3245 * fringe.el (fringe-bitmaps): Only initialize when defined.
3246
3247 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3248 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3249
3250 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3251
3252 2004-10-15 Simon Josefsson <jas@extundo.com>
3253
3254 * net/password.el: Add.
3255
3256 2004-10-14 Masatake YAMATO <jet@gyve.org>
3257
3258 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3259 (gdb-script-end-of-defun): New function.
3260 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3261 `gdb-script-end-of-defun' as *-of-defun-function.
3262
3263 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
3264
3265 * button.el (button-activate): Allow a marker to display as an action.
3266
3267 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3268
3269 * help.el (describe-mode): Use it to make minor mode list into
3270 hyperlinks.
3271
3272 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * vc.el (vc-annotate-display-select): Fix typo.
3275
3276 * subr.el (substitute-key-definition-key): New function.
3277 (substitute-key-definition): Use it with map-keymap.
3278 (event-modifiers): Use push.
3279 (mouse-movement-p, with-temp-buffer): Simplify.
3280
3281 2004-10-12 Jay Belanger <belanger@truman.edu>
3282
3283 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3284 New variables.
3285 (calc-help-index-entries): New function.
3286 (calc-describe-function): Use `calc-help-function-list' instead of
3287 obarray for completion.
3288 (calc-describe-variable): Use `calc-help-variable-list' instead
3289 of obarray for completion.
3290
3291 2004-10-12 Richard M. Stallman <rms@gnu.org>
3292
3293 * info-look.el (info-lookup-file): Add info-file property.
3294 (info-lookup-symbol): Likewise.
3295
3296 * info.el (info-xref): Add underlining.
3297 (info): Add info-file property.
3298 (Info-find-emacs-command-nodes): Specify case-sensitive search.
3299
3300 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
3301
3302 Sync with Tramp 2.0.45.
3303
3304 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3305 defined. This is not the case for XEmacs without package "edebug".
3306 (tramp-set-auto-save-file-modes): Set permissions of autosaved
3307 remote files to the permissions of the original file. This is not
3308 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
3309 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
3310 (tramp-perl-decode): Fix an error in Perl implementation.
3311 $pending must be cleared every loop. Reported by Benjamin Place
3312 <benjaminplace@sprintmail.com>
3313
3314 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3315 Don't activate advice during definition. This is done later on,
3316 depending on test result of `substitute-in-file-name'.
3317 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3318
3319 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3322
3323 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3324
3325 2004-10-12 David Ponce <david@dponce.com>
3326
3327 * recentf.el (recentf-edit-list): Update the menu when the recentf
3328 list has been modified.
3329
3330 2004-10-12 Simon Josefsson <jas@extundo.com>
3331
3332 * net/tls.el (tls-certtool-program): New variable.
3333 (tls-certificate-information): New function, based on
3334 ssl-certificate-information.
3335
3336 2004-10-12 Kenichi Handa <handa@m17n.org>
3337
3338 * international/mule.el (coding-system-equal): Move from mule-util.el.
3339
3340 * international/mule-util.el (coding-system-equal): Move to mule.el.
3341
3342 2004-10-12 Kim F. Storm <storm@cua.dk>
3343
3344 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
3345 reset kmacro-initial-counter-value if set.
3346 (kmacro-set-counter): Only set kmacro-counter if defining or executing
3347 macro. Set kmacro-initial-counter-value otherwise. Never set both.
3348 (kmacro-display): Show macro counter if non-zero.
3349
3350 * subr.el (substitute-key-definition): Mention command remapping
3351 in doc string.
3352
3353 2004-10-11 Jay Belanger <belanger@truman.edu>
3354
3355 * calc/calc-misc.el (calc-info-goto-node): New function.
3356 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
3357 node in one step.
3358 (calc-describe-copying, calc-describe-distribution)
3359 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
3360 Go to appropriate info node in one step.
3361
3362 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
3365
3366 * font-lock.el (font-lock-apply-highlight): Fix last change.
3367
3368 2004-10-11 Simon Josefsson <jas@extundo.com>
3369
3370 * mail/smtpmail.el (smtpmail-open-stream): Look for
3371 starttls-gnutls-program instead of starttls-program iff
3372 starttls-use-gnutls is non-nil.
3373 (smtpmail-open-stream): Don't overwrite user settings of
3374 starttls-extra-arguments and starttls-extra-args.
3375
3376 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * comint.el (comint-mouse-insert-input): Remove.
3379 (comint-insert-input): Make it work for mouse bindings.
3380 (comint-mode-map): Move defs into the declaration.
3381 (comint-output-filter): Typo.
3382
3383 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
3384
3385 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
3386
3387 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
3388 (ange-ftp-call-chmod): Reference remote-shell-program instead of
3389 ange-ftp-remote-shell.
3390
3391 2004-10-10 Andreas Schwab <schwab@suse.de>
3392
3393 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
3394 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
3395 Reported by <sri@asu.edu>.
3396
3397 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
3398
3399 * vc.el (vc-annotate-mode): Remove variable.
3400 (vc-annotate-display-select): Only call vc-annotate-mode
3401 if we're not in that mode already.
3402
3403 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
3406 (imenu-choose-buffer-index): Check here for rescan instead.
3407
3408 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
3409 where the face expression evals to nil.
3410
3411 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
3412 (tex-font-lock-keywords-2): Use it.
3413 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
3414
3415 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
3416
3417 2004-10-09 Kim F. Storm <storm@cua.dk>
3418
3419 * subr.el (progress-reporter-update): Define before first usage.
3420 (make-progress-reporter): Doc fix.
3421
3422 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3423
3424 * textmodes/paragraphs.el (sentence-end-double-space)
3425 (sentence-end-without-period, sentence-end-without-space)
3426 (sentence-end): Doc fixes.
3427
3428 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
3429
3430 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3431 Change paragraph-start regexp so we don't fill code starting with #'(.
3432
3433 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
3434
3435 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3436 New defcustom.
3437 (extract-address-components): Use it.
3438
3439 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3440
3441 * subr.el (make-progress-reporter, progress-reporter-update)
3442 (progress-reporter-force-update, progress-reporter-do-update)
3443 (progress-reporter-done): New functions.
3444
3445 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3446
3447 * progmodes/etags.el (etags-tags-completion-table): Use progress
3448 reporter.
3449 (etags-tags-apropos): Likewise.
3450
3451 2004-10-08 Alan Mackenzie <acm@muc.de>
3452
3453 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3454 of current line.
3455
3456 2004-10-08 Masatake YAMATO <jet@gyve.org>
3457
3458 * server.el (server-process-filter): Wrap `process-send-region'
3459 by `condition-case' to guard the case when the pipe to PROC is closed.
3460
3461 2004-10-07 Mark A. Hershberger <mah@everybody.org>
3462
3463 * xml.el (xml-substitute-special): Limit handling of external entities.
3464
3465 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
3466
3467 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3468
3469 2004-10-06 John Paul Wallington <jpw@gnu.org>
3470
3471 * xml.el (xml-parse-dtd): Fix `error' call.
3472
3473 2004-10-05 Mark A. Hershberger <mah@everybody.org>
3474
3475 * xml.el (xml-substitute-special): Return a single string instead
3476 of a list of strings if an entity substitution is made.
3477
3478 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
3479
3480 * calendar/icalendar.el: New file.
3481
3482 2004-10-05 Juri Linkov <juri@jurta.org>
3483
3484 * isearch.el (isearch-done): Set mark after running hook.
3485 Reported by Drew Adams <drew.adams@oracle.com>.
3486
3487 * info.el (Info-history, Info-toc): Fix Info headers.
3488 (Info-toc): Narrow buffer before Info-fontify-node.
3489 (Info-build-toc): Don't check for special Info file names.
3490 Set main-file to nil if Info-find-file returns a symbol.
3491
3492 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
3493
3494 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3495 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3496 * calendar/cal-menu.el (calendar-mode-map): Ditto.
3497
3498 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3499
3500 * calendar/cal-iso.el (calendar-iso-read-args): New function,
3501 for old interactive spec from calendar-goto-iso-date.
3502 (calendar-goto-iso-date): Use it.
3503 (calendar-goto-iso-week): New function. Suggested by Emilio
3504 C. Lopes <eclig@gmx.net>.
3505
3506 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3507
3508 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3509 `set-right-margin' bindings that follow the minor mode conventions.
3510
3511 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3514 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3515 (latex-block-args-alist): Add minipage and picture.
3516 (latex-block-body-alist): Use reftex-label if enabled.
3517 (latex-insert-block): Don't insert a \n if not necessary.
3518 (tex-compile-commands): Make sure dvips doesn't send to printer.
3519 (tex-compile-default): Handle the case where no executable is found.
3520 (latex-noindent-environments): New var.
3521 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
3522 If tex-indent-allhanging is non-nil, make sure we only align for macros
3523 at beginning of line.
3524
3525 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
3526
3527 * newcomment.el (comment-beginning): Doc fix and don't choke on
3528 unset `comment-end-skip' when at beginning of comment.
3529
3530 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3531
3532 * term.el (term-adjust-current-row-cache): Don't allow the current
3533 row to become negative.
3534 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3535 the end of the line. Fix scroll down. Add comments.
3536 (term-handle-ansi-escape): Don't exceed terminal width when moving
3537 right.
3538 (term-scroll-region): Move the cursor after setting the scroll region.
3539
3540 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
3541
3542 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3543 to `width' for consistency with docstring. Doc fix.
3544
3545 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3546
3547 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3548 This is necessary for derived modes.
3549
3550 2004-09-30 Kim F. Storm <storm@cua.dk>
3551
3552 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3553 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3554
3555 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3556 kmacro-extract-lambda functions.
3557 (edit-kbd-macro): Handle kmacro lambda forms.
3558 Include counter and counter format in edit buffer.
3559 (edmacro-finish-edit): Get counter and format from edit buffer and
3560 update kmacro bindings when found.
3561
3562 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
3563
3564 * textmodes/paragraphs.el (forward-paragraph):
3565 Avoid args-out-of-range error when point winds up at the beginning of
3566 the buffer and hard newlines are enabled.
3567
3568 * newcomment.el (comment-multi-line): Doc fix.
3569
3570 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3573 (diff-fixup-modifs): Catch unified-diff file-headers.
3574
3575 2004-09-29 Kim F. Storm <storm@cua.dk>
3576
3577 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
3578 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
3579 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
3580
3581 * fringe.el (fringe-bitmap-p): New macro.
3582 (fringe-bitmaps): Add standard fringe bitmaps on load.
3583
3584 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 * dired.el (dired-view-command-alist): Use more efficient regexps.
3587 Remove dubious arguments.
3588 (dired-align-file): New function.
3589 (dired-insert-directory): Use it.
3590 (dired-move-to-end-of-filename): Make the " -> " search more specific.
3591 (dired-buffers-for-dir): Remove unused var `pattern'.
3592
3593 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3594
3595 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
3596 from diary display excursion. Store diary buffer's point for
3597 `simple-diary-display'.
3598 (simple-diary-display): Set window point and start when
3599 displaying buffer, to preserve point.
3600
3601 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
3602
3603 * textmodes/enriched.el (enriched-translations): Replace defconst
3604 with defvar.
3605
3606 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3607
3608 * printing.el: Doc fix.
3609 (pr-version): New version number (6.8.1).
3610 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
3611 make-temp-name.
3612 (pr-delete-file): Check if file exists before deleting it.
3613 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
3614
3615 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * term.el (term-display-table): New variable.
3618 (term-mode): Use it.
3619 (term-exec-1): Set the coding system to binary.
3620 (term-emulate-terminal): Decode the string before inserting it.
3621
3622 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3623
3624 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
3625 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
3626 (map): Bind S-prior, S-next and S-insert.
3627 (term-mode): Set `indent-tabs-mode' to nil.
3628 (term-paste): New function to be bound to S-insert.
3629 (term-send-del, term-send-backspace): Change the strings sent.
3630 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3631 (term-handle-colors-array): Fix handling of underline and reverse.
3632 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
3633 (term-erase-in-line): Fix comparison.
3634 (term-emulate-terminal): Fix line wrap handling.
3635 (term-start-output-log): Rename from `term-set-output-log'.
3636 (term-stop-output-log): Rename from `term-stop-photo'.
3637 (term-switch-to-alternate-sub-buffer): Comment out, unused.
3638
3639 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * dired.el (dired-move-to-filename): Don't output a message if
3642 raise-error is non-nil. Fix return position and value.
3643
3644 * files.el (insert-directory): Obey --dired even with symlinks.
3645
3646 2004-09-25 Lars Hansen <larsh@math.ku.dk>
3647
3648 * ls-lisp.el (ls-lisp-format): Mark file names with property
3649 dired-filename.
3650
3651 2004-09-25 Kim F. Storm <storm@cua.dk>
3652
3653 * ido.el (ido-max-directory-size): New defcustom.
3654 (ido-decorations): Add "too big" element.
3655 (ido-directory-too-big): New dynamic var.
3656 (ido-may-cache-directory): Don't cache big directories.
3657 (ido-directory-too-big-p): New defun.
3658 (ido-set-current-directory): Update ido-directory-too-big.
3659 (ido-read-internal): Make empty ido-cur-item if too-big.
3660 (ido-buffer-internal): Use ido-read-internal directly instead of
3661 ido-read-buffer.
3662 (ido-file-internal): Init ido-directory-too-big.
3663 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3664 and redo completion with full list.
3665 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3666 it, and show completions.
3667 (ido-all-completions): Let bind ido-directory-too-big to nil.
3668 (ido-exhibit): Handle ido-directory-too-big.
3669 (ido-read-buffer): Handle fallback to read-buffer.
3670 Init ido-directory-too-big.
3671 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3672 Init ido-directory-too-big.
3673
3674 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3675
3676 * subr.el (delay-mode-hooks): Doc fix.
3677
3678 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
3679
3680 * textmodes/enriched.el
3681 (enriched-default-text-properties-local-flag): New variable.
3682 (enriched-mode): Make sure that enabling and disabling the mode is
3683 a no-op. Doc fix.
3684
3685 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
3686
3687 * calendar/holidays.el (holiday-advent): Report on a specified day
3688 offset from advent, not just advent.
3689 (holiday-easter-etc): Report on one specified day offset from
3690 easter, not all easter holidays. Various Easter holidays moved to
3691 `christian-holidays' variable in calendar.el.
3692 * calendar/calendar.el (christian-holidays): Adapt for new
3693 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3694
3695 2004-09-23 Kim F. Storm <storm@cua.dk>
3696
3697 * image.el (insert-sliced-image): Add doc string.
3698
3699 * ido.el (ido-choice-list): New dynamic var for `list' context.
3700 (ido-context-switch-command): New dynamic var.
3701 (ido-define-mode-map): Generalize switch between file/buffer contexts.
3702 (ido-read-internal): Handle new `list' context.
3703 Handle insert-buffer and insert-file ido-exit values.
3704 (ido-buffer-internal): New arg switch-cmd. Use it to setup
3705 ido-context-switch-command. Handle insert-file ido-exit value.
3706 (ido-read-buffer): Set ido-context-switch-command to 'ignore
3707 unless it is already bound by caller.
3708 (ido-file-internal): New arg switch-cmd. Use it to setup
3709 ido-context-switch-command. Handle insert-buffer ido-exit value.
3710 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3711 used for context switching.
3712 (ido-all-completions): Handle new `list' context.
3713 (ido-make-choice-list): Return choices for `list' context.
3714 (ido-find-file-in-dir, ido-display-file, ido-write-file)
3715 (ido-display-buffer, ido-kill-buffer): Disable context switching.
3716 (ido-insert-buffer, ido-insert-file): Setup context switching.
3717 (ido-exhibit): Handle `list' context.
3718 (ido-read-file-name): Disable context switching. Handle fallback.
3719 (ido-read-directory-name): Disable context switching.
3720 (ido-completing-read): New defun like completing-read. Setup and
3721 use new `list' context.
3722
3723 2004-09-20 Jesper Harder <harder@ifa.au.dk>
3724
3725 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3726
3727 2004-09-21 Jay Belanger <belanger@truman.edu>
3728
3729 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3730 `calc-graph-set-styles' so the gnuplot buffer will appear in a
3731 separate window.
3732
3733 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
3734
3735 * subr.el (after-change-major-mode-hook): Doc fix.
3736
3737 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3738
3739 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
3740 of ghostscript for monochrome PostScript file in Windows.
3741
3742 2004-09-21 Kenichi Handa <handa@m17n.org>
3743
3744 * descr-text.el (describe-char): Checking of quail activation
3745 fixed.
3746
3747 2004-09-21 Jay Belanger <belanger@truman.edu>
3748
3749 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3750
3751 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
3752
3753 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3754 after the mode hooks instead of before. Doc fix.
3755
3756 2004-09-20 Jason Rumney <jasonr@gnu.org>
3757
3758 * startup.el (command-line) [windows-nt]: Try .emacs first, then
3759 _emacs, but revert to .emacs if neither exists in home directory.
3760
3761 2004-09-20 John Paul Wallington <jpw@gnu.org>
3762
3763 * bindings.el (completion-ignored-extensions): Add .dfsl.
3764
3765 2004-09-20 Richard M. Stallman <rms@gnu.org>
3766
3767 * bindings.el (scroll-left): Make it disabled.
3768
3769 * files.el (enable-local-eval): Doc fix.
3770
3771 * indent.el (move-to-left-margin): Special case for minibuffer.
3772
3773 * term.el (term-emulate-terminal): Turn off undo for output.
3774 Use with-current-buffer and save-selected-window.
3775
3776 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3777
3778 * progmodes/make-mode.el (makefile-fill-paragraph):
3779 Don't insist on spaces when looking for comments. # is enough.
3780
3781 * files.el (hack-local-variables): Copy the variables list
3782 to another buffer, strip prefixes and suffixes there, then read.
3783 (enable-local-eval): Doc fix.
3784 (ignored-local-variables): Initialize to nil.
3785 (risky-local-variable-p): Don't check ignored-local-variables here.
3786 (hack-one-local-variable): Ignore var if in ignored-local-variables.
3787
3788 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3789
3790 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3791 of = to "." (punctuation).
3792
3793 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * subr.el (event-basic-type): Fix mask (extend to 22bits).
3796
3797 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
3798
3799 * textmodes/enriched.el (enriched-rerun-flag): New variable.
3800 (enriched-before-change-major-mode): New function.
3801 Add it to `change-major-mode-hook'.
3802 (enriched-after-change-major-mode): New function.
3803 Add it to `after-change-major-mode-hook'.
3804 (enriched-mode): Make it work correctly if called from
3805 `after-change-major-mode-hook'.
3806 No longer set `indent-line-function'.
3807
3808 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3809
3810 * subr.el (after-change-major-mode-hook): New variable.
3811 (run-mode-hooks): Implement it.
3812
3813 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * battery.el (battery-linux-proc-apm): Use string-to-number.
3816 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3817 Use dolist (and less indentation). Use erase-buffer.
3818 Pre-initialize `design-capacity', `warn', and `low'.
3819 (battery-format): Use replace-regexp-in-string.
3820
3821 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
3822
3823 * battery.el: Delete superfluous empty lines.
3824 (battery-linux-proc-acpi): Attempt to gather information from all
3825 battery subdirectories regardless of their file name.
3826 (battery-linux-proc-apm): Replace all occurrences of
3827 battery-hex-to-int-2 with string-to-int (base 16).
3828 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3829 (battery-hex-map): Delete variable.
3830
3831 2004-09-18 John Paul Wallington <jpw@gnu.org>
3832
3833 * calc/calc-units.el (calc-quick-units): Fix overzealous
3834 s/or/unless/.
3835
3836 2004-09-17 Jay Belanger <belanger@truman.edu>
3837
3838 * calc/calc.el (calc-mode-var-list): Fix the value of
3839 `calc-matrix-brackets'.
3840
3841 2004-09-17 Romain Francoise <romain@orebokech.com>
3842
3843 * ibuf-ext.el (define-ibuffer-filter filename):
3844 Expand dired-directory since buffer-file-name is absolute.
3845
3846 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3847
3848 * ediff-init.el (ediff-current-diff-face-A)
3849 (ediff-current-diff-face-B, ediff-current-diff-face-C)
3850 (ediff-current-diff-face-Ancestor)
3851 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3852 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3853 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3854 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3855 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3856 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3857 Use min-colors.
3858
3859 * term.el (term-down): Perform vertical motion if DOWN is negative.
3860 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3861 (term-termcap-format): Synchronyze with the eterm terminfo entry
3862 in etc/e/eterm.ti.
3863 (term-handle-colors-array): If the current foreground or
3864 background are zero (i.e. unspecified), use the foreground and
3865 background of the default face for reverse video.
3866 (term-ansi-at-eval-string, term-ansi-default-fg)
3867 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3868 (term-mem): Delete ununsed function.
3869 (term-protocol-version): Increment.
3870 (term-current-face): Set to default.
3871
3872 2004-09-15 Jay Belanger <belanger@truman.edu>
3873
3874 * calc/calc.el (calc-mode-var-list): Define this variable.
3875 (calc-always-load-extensions, calc-line-numbering)
3876 (calc-line-breaking, calc-display-just, calc-display-origin)
3877 (calc-number-radix, calc-leading-zeros, calc-group-digits)
3878 (calc-group-char, calc-point-char, calc-frac-format)
3879 (calc-prefer-frac, calc-hms-format, calc-date-format)
3880 (calc-float-format, calc-full-float-format, calc-complex-format)
3881 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3882 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3883 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3884 (calc-matrix-brackets, calc-language, calc-language-option)
3885 (calc-left-label, calc-right-label, calc-word-size)
3886 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3887 (calc-display-raw, calc-internal-prec, calc-angle-mode)
3888 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3889 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3890 (calc-window-height, calc-display-trail, calc-show-selections)
3891 (calc-use-selections, calc-assoc-selections)
3892 (calc-display-working-message, calc-auto-why, calc-timing)
3893 (calc-mode-save-mode, calc-standard-date-formats)
3894 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3895 (calc-user-parse-tables, calc-gnuplot-default-device)
3896 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3897 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3898 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3899 (calc-invocation-macro, calc-show-banner): Give these values as
3900 part of `calc-mode-var-list's initialization after the variables
3901 are declared with defvar.
3902 (calc-bug-address): Change email address to send bug reports to.
3903 Change the maintainer address at the top.
3904 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3905 than "\\.emacs" to determine if it is the user-init-file.
3906
3907 * calc/calc-embed.el (calc-embedded-set-modes): Use
3908 `calc-mode-var-list' correctly.
3909
3910 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
3911
3912 * vc.el (annotate-time): Document point handling.
3913 (vc-annotate-display-autoscale): Doc fix.
3914
3915 2004-09-15 Miles Bader <miles@gnu.org>
3916
3917 * generic.el (generic-make-keywords-list): Use symbol rather than
3918 word anchors in regexp.
3919
3920 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
3921
3922 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3923 no file name consider `dired-directory'.
3924
3925 2004-09-14 Kim F. Storm <storm@cua.dk>
3926
3927 * faces.el (cursor): Add face-no-inherit property. Doc fix.
3928
3929 2004-09-14 Simon Josefsson <jas@extundo.com>
3930
3931 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3932
3933 * textmodes/dns-mode.el: Add.
3934
3935 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3938 (disabled-command-function): Make the ?\ char more obvious.
3939
3940 * vc-arch.el (vc-arch-root, vc-arch-registered):
3941 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3942
3943 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
3944
3945 * windmove.el (windmove-frame-edges): Report coordinates of
3946 outside edges of frame, not inside edges.
3947 (windmove-coordinates-of-position): Convert into wrapper to new
3948 function `windmove-coordinates-of-window-position';
3949 `compute-motion' always applies to selected window.
3950 (windmove-coordinates-of-position): Update documentation to refer
3951 to Emacs 21 Lisp Reference Manual.
3952 (windmove-find-other-window): Fix off-by-one errors for max x,y.
3953
3954 2004-09-13 Kim F. Storm <storm@cua.dk>
3955
3956 * isearch.el (isearch-resume-in-command-history): Rename from
3957 isearch-resume-enabled and change default to nil.
3958
3959 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 * vc-hooks.el (vc-ignore-dir-regexp): New var.
3962 (vc-registered): Use it.
3963 (vc-find-root): New fun.
3964
3965 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3966 Don't tell to use \\{...} when it's already done.
3967
3968 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3969 Provide a sample complex default.
3970 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3971 (bibtex-entry): Use mapc.
3972
3973 2004-09-12 Kim F. Storm <storm@cua.dk>
3974
3975 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3976
3977 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3978 inhibit-field-text-motion to t so rectangles work in comint buffers.
3979
3980 * simple.el (choose-completion-string): Set buffer before running
3981 choose-completion-string-functions hook so it can be buffer-local.
3982
3983 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
3984
3985 * progmodes/compile.el (compilation-start): Parse command to see
3986 if it starts with a cd, and if so perform it for the *compilation*
3987 buffer. Change the header to reflect this.
3988
3989 2004-09-11 Kim F. Storm <storm@cua.dk>
3990
3991 * ido.el (ido-enable-dot-prefix): Doc fix.
3992 (ido-enable-dot-prefix): New defcustom.
3993 (ido-set-matches1): Use it.
3994
3995 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 * textmodes/bibtex.el (bibtex-mark-active)
3998 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3999
4000 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4001
4002 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4003 used in a case insensitive environment.
4004 (bibtex-mode-map): Rearrange order of menus.
4005 (bibtex-quoted-string-re): Obsolete.
4006 (bibtex-complete-key-cleanup): Variable replaced by new function.
4007 (bibtex-font-lock-keywords): Use backquotes.
4008 (bibtex-font-lock-url-regexp): New internal variable.
4009 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4010 "OPT" and "ALT".
4011 (bibtex-insert-current-kill, bibtex-make-field)
4012 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4013 (bibtex-parse-field-text): Simplify.
4014 (bibtex-string=): New helper function.
4015 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4016 (bibtex-map-entries): Use bibtex-string=.
4017 (bibtex-search-entry): Use not.
4018 (bibtex-enclosing-field): Fix docstring.
4019 (bibtex-assoc-regexp): Obsolete.
4020 (bibtex-format-entry): Use assoc-string and bibtex-string=.
4021 (bibtex-autokey-get-names): Handle empty name field.
4022 (bibtex-parse-strings): Use assoc-string and unless.
4023 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4024 Use assoc-string.
4025 (bibtex-pop): Simplify.
4026 (bibtex-mode): Set font-lock-extra-managed-props.
4027 (bibtex-entry-update): Use assoc-string.
4028 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4029 (bibtex-autofill-entry): Use bibtex-string=.
4030 (bibtex-print-help-message): Simplify.
4031 (bibtex-find-entry): New optional arg START.
4032 (bibtex-validate): Use bibtex-string= and assoc-string.
4033 Do not call obsolete function compilation-parse-errors.
4034 (bibtex-remove-delimiters): Only remove delimiters if present.
4035 (bibtex-copy-entry-as-kill): Add docstring.
4036 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4037 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4038 (bibtex-complete): Use bibtex-predefined-month-strings,
4039 bibtex-string=, and new function bibtex-complete-key-cleanup.
4040 (bibtex-generate-url-list): New variable.
4041 (bibtex-url): New command bound to C-c C-l and mouse-2.
4042 (bibtex-url-map): New local keymap for bibtex-url-mouse.
4043 (bibtex-font-lock-url): New function.
4044
4045 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4048
4049 2004-09-09 Kim F. Storm <storm@cua.dk>
4050
4051 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4052 counter and format with binding.
4053 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
4054 the declared macro uses own macro counter and format. Give symbol
4055 kmacro property.
4056 (kmacro-keymap): Bind kmacro-name-last-macro to n.
4057 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4058 (kmacro-end-and-call-macro): Doc fix.
4059
4060 2004-09-09 Lars Hansen <larsh@math.ku.dk>
4061
4062 * desktop.el (desktop-clear-preserve-buffers):
4063 Remove make-obsolete-variable.
4064
4065 2004-09-08 Richard M. Stallman <rms@gnu.org>
4066
4067 * buff-menu.el (list-buffers-noselect): Call format-mode-line
4068 with the buffer as argument.
4069
4070 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4073
4074 2004-09-08 Juri Linkov <juri@jurta.org>
4075
4076 * replace.el (perform-replace): Use `query-replace-descr'.
4077
4078 * cus-start.el (history-delete-duplicates): Specify customization.
4079
4080 * diff-mode.el (diff-mode-map):
4081 * progmodes/compile.el (compilation-mode-map):
4082 * progmodes/grep.el (grep-mode-map):
4083 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4084 to `next-error-follow-minor-mode'.
4085
4086 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4087
4088 * isearch.el (isearch-lazy-highlight-update): Take into account
4089 the case of zero-length match at the search bound.
4090
4091 2004-09-08 Kim F. Storm <storm@cua.dk>
4092
4093 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4094 change. Use zero width overlays when necessary.
4095
4096 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4097
4098 * subr.el (split-string): Docfix.
4099
4100 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4101
4102 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4103 (display-call-tree): Ensure newline after caller/calls blocks.
4104
4105 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4106
4107 * startup.el (command-line-1): Make option
4108 --directory/-L modify `load-path' straight away.
4109
4110 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4111
4112 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4113
4114 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4115
4116 * emacs-lisp/autoload.el (make-autoload):
4117 Handle `define-compilation-mode'.
4118
4119 * emacs-lisp/lisp-mode.el (define-compilation-mode):
4120 Specify `doc-string-elt' property.
4121
4122 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4123
4124 * bs.el (bs-mode): Doc fix.
4125
4126 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4127
4128 * info.el (Info-insert-dir): Fix temp buffer leak bug.
4129
4130 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4131
4132 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4133
4134 2004-09-08 Kenichi Handa <handa@m17n.org>
4135
4136 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4137 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4138 ps-mule-next-point -> 1+).
4139
4140 * composite.el (encode-composition-rule): Add autoload cooky.
4141
4142 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4143
4144 * format.el (buffer-auto-save-file-format): Make it permanent local.
4145
4146 2004-09-07 Kim F. Storm <storm@cua.dk>
4147
4148 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4149 (authors-fixed-entries): Fix typo.
4150 (authors-canonical-author-name): Compact multiple spaces.
4151 Ignore trivial names (e.g. only first name).
4152
4153 * term.el (term-window-width): Only use full window width on
4154 window system if overflow-newline-into-fringe is enabled.
4155 (term-mode): Don't disable overflow-newline-into-fringe.
4156
4157 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4160 motion as seen on my Mac OS X xterms.
4161
4162 * newcomment.el (uncomment-region-default, comment-region-default):
4163 New functions extracted from uncomment-region and comment-region.
4164 (comment-region, comment-region-function, uncomment-region)
4165 (uncomment-region-function): Use them.
4166
4167 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4168
4169 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4170 It's not crucial but can make sense at times.
4171
4172 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4173 the first commit.
4174
4175 * vc.el (vc-buffer-context, vc-restore-buffer-context):
4176 Disable obsolete code.
4177
4178 2004-09-07 Juri Linkov <juri@jurta.org>
4179
4180 * progmodes/grep.el (grep-highlight-matches): Change default from
4181 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
4182 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4183 if grep option `--color' is available, or to `nil' otherwise.
4184 (grep-process-setup): Call `grep-compute-defaults' if
4185 `grep-highlight-matches' is not computed. Set env-vars only
4186 if `grep-highlight-matches' is `t'.
4187 (grep-use-null-device): Remove redundant type `boolean' (`choice'
4188 is already defined).
4189
4190 * progmodes/compile.el (compilation-start): Use copy of
4191 `process-environment' created by `copy-sequence' to not
4192 modify env-vars in the global `process-environment'.
4193
4194 2004-09-06 Eli Zaretskii <eliz@gnu.org>
4195
4196 * simple.el (next-error-follow-minor-mode): Fix last change.
4197
4198 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
4199
4200 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4201 permanent local.
4202
4203 2004-09-04 Richard M. Stallman <rms@gnu.org>
4204
4205 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4206 highlighting if the search string is empty.
4207
4208 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
4209
4210 * facemenu.el (facemenu-active-faces): Change condition of inner
4211 `while' loop to also check the first two elements of `face-atts'
4212 and `mask-atts'.
4213
4214 2004-09-04 John Paul Wallington <jpw@gnu.org>
4215
4216 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4217 (thumbs-view-image-mode): Make buffer read-only.
4218
4219 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
4220
4221 * textmodes/ispell.el (ispell-really-aspell): New defvar.
4222 (ispell-check-version): Set it.
4223 (ispell-send-replacement): New function.
4224 (ispell-process-line): Call ispell-send-replacement.
4225
4226 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4227
4228 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4229 Support choosing seconds with "s".
4230
4231 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
4232
4233 * terminal.el (te-escape): Show `?' in prompt for help key.
4234
4235 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
4236
4237 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4238
4239 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4240
4241 * simple.el (next-error-follow-minor-mode)
4242 (next-error-follow-mode-post-command-hook): New functions.
4243 (next-error-follow-last-line): New defvar.
4244
4245 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4246 * progmodes/compile.el (compilation-mode-map): Likewise.
4247 * progmodes/grep.el (grep-mode-map): Likewise.
4248 * replace.el (occur-mode-map): Likewise.
4249
4250 * newcomment.el (uncomment-region): Bind comment-use-global-state
4251 to nil.
4252
4253 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
4254
4255 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4256 locally around the call to `revert-buffer'.
4257
4258 2004-09-03 Juri Linkov <juri@jurta.org>
4259
4260 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4261 `isearch-adjusted' to `t'.
4262 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4263 (isearch-message-prefix): Add "pending" for isearch-adjusted.
4264 (isearch-other-meta-char): Restore isearch-point unconditionally.
4265 (isearch-query-replace): Add new arg `regexp-flag' and use it.
4266 Set point to start of match if region is not active in transient
4267 mark mode (to include the current match to region boundaries).
4268 Push the search string to `query-replace-from-history-variable'.
4269 Add prompt "Query replace regexp" for isearch-regexp.
4270 Add region beginning/end as last arguments of `perform-replace.'
4271 (isearch-query-replace-regexp): Replace code by the call to
4272 `isearch-query-replace' with arg `t'.
4273
4274 2004-09-03 Richard M. Stallman <rms@gnu.org>
4275
4276 * startup.el (normal-top-level): Undo previous TERM change.
4277
4278 2004-09-03 Kim F. Storm <storm@cua.dk>
4279
4280 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4281 highlight overlays; allow using RET when cursor is over a button.
4282 (cua--highlight-rectangle): Use it.
4283 (cua--rectangle-set-corners): Don't move backwards at eol.
4284 (cua--forward-line): Don't move into void after eob.
4285
4286 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4287 point is set (and displayed) inside rectangle.
4288 (cua--rectangle-operation): Fix for highlight of empty lines.
4289 (cua--highlight-rectangle): Fix highlight for tabs.
4290 Position cursor at left/right edge of rectangle using new `cursor'
4291 property on overlay strings.
4292 (cua--indent-rectangle): Don't tabify.
4293 (cua-rotate-rectangle): Ignore that point has moved.
4294
4295 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4296
4297 * term/mac-win.el: Add ASCII equivalents for some function keys.
4298 (mode-line-frame-identification): Sync with x-win.el.
4299
4300 2004-09-02 Juri Linkov <juri@jurta.org>
4301
4302 * progmodes/compile.el (compilation-buffer-name): Compare major
4303 mode with second element of compilation-arguments instead of third
4304 to reflect latest changes in compilation-arguments structure.
4305 (recompile): Use global variable `compilation-directory' to get
4306 recent compilation directory only when `recompile' is invoked NOT
4307 in the compilation buffer. Otherwise, use `default-directory' of
4308 the compilation buffer.
4309 (compilation-error-properties): Allow to funcall col and end-col.
4310 (compilation-mode-font-lock-keywords): Check col and end-col by
4311 `integerp'.
4312 (compilation-goto-locus): If end-mk is non-nil in transient mark
4313 mode don't activate the mark (and don't display message in
4314 push-mark), but highlight overlay between mk and end-mk.
4315
4316 * progmodes/grep.el (grep-highlight-matches): New defcustom.
4317 (grep-regexp-alist): Add rule to highlight grep matches.
4318 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4319
4320 * info.el (Info-fontify-node): Don't compute other-tag
4321 if Info-hide-note-references=hide.
4322
4323 * help.el (function-called-at-point):
4324 * help-fns.el (variable-at-point):
4325 Try `find-tag-default' when other methods failed.
4326
4327 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4328 Do not push mark if inhibit-mark-movement is non-nil.
4329
4330 * textmodes/ispell.el (ispell-html-skip-alists):
4331 Fix backslashes in docstring.
4332
4333 2004-09-01 Juri Linkov <juri@jurta.org>
4334
4335 * isearch.el (isearch-wrap-function)
4336 (isearch-push-state-function): New defvars.
4337 (isearch-pop-fun-state): New defsubst.
4338 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
4339 (isearch-push-state): Set the result of calling
4340 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
4341 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
4342 restore the mode-specific starting point of terminated search.
4343 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
4344 (isearch-repeat): Call `isearch-wrap-function' if defined.
4345 (isearch-message-prefix): Don't add prefix "over" to the message
4346 for wrapped search if `isearch-wrap-function' is defined.
4347 (isearch-search): Call function saved in `isearch-pop-fun-state' to
4348 restore the mode-specific starting point of failed search.
4349
4350 * info.el (Info-search-whitespace-regexp): Fix backslashes.
4351 (Info-search): Add new optional arguments for the sake of isearch.
4352 Replace whitespace in Info-search-whitespace-regexp literally.
4353 Add backward search. Don't call `Info-select-node' if regexp is
4354 found in the same Info node. Don't add node to Info-history for
4355 wrapped isearch.
4356 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
4357 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
4358 (Info-mode): Set local variables `isearch-search-fun-function',
4359 `isearch-wrap-function', `isearch-push-state-function',
4360 `search-whitespace-regexp'.
4361
4362 * isearch.el: Remove ancient Change Log section.
4363 (isearch-string, isearch-message-string, isearch-point)
4364 (isearch-success, isearch-forward-flag, isearch-other-end)
4365 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4366 (isearch-barrier, isearch-within-brackets)
4367 (isearch-case-fold-search): Add suffix `-state' to state-related
4368 defsubsts to avoid name clashes with other function names.
4369
4370 * simple.el (next-error): New defgroup and defface.
4371 (next-error-highlight, next-error-highlight-no-select):
4372 New defcustoms.
4373 (next-error-no-select): Let-bind next-error-highlight to the value
4374 of next-error-highlight-no-select before calling `next-error'.
4375
4376 * progmodes/compile.el (compilation-goto-locus):
4377 Use `next-error' face instead of `region'. Set 4-th argument of
4378 `move-overlay' to `current-buffer' to move overlay to different
4379 source buffers. Use new variable `next-error-highlight'.
4380
4381 * simple.el (next-error-find-buffer): Move the rule
4382 "if current buffer is a next-error capable buffer" after the
4383 rule "if next-error-last-buffer is set to a live buffer".
4384 Simplify to test all rules in one `or'.
4385 (next-error): Doc fix.
4386 (next-error, previous-error, first-error)
4387 (next-error-no-select, previous-error-no-select):
4388 Make arguments optional.
4389
4390 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4391
4392 * macros.el (apply-macro-to-region-lines): Make it operate on all
4393 lines that begin in the region, rather than on all complete lines
4394 in the region.
4395
4396 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4397
4398 * x-dnd.el (x-dnd-protocol-alist): Document update.
4399 (x-dnd-known-types): Defcustom it.
4400 (x-dnd-handle-motif): Print message-atom in error message.
4401
4402 2004-08-30 John Paul Wallington <jpw@gnu.org>
4403
4404 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
4405 strings rather than programatically constructing message.
4406
4407 2004-08-30 Richard M. Stallman <rms@gnu.org>
4408
4409 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
4410 Don't return a string that would read as the wrong character code.
4411
4412 2004-08-29 Kim F. Storm <storm@cua.dk>
4413
4414 * emulation/cua-base.el (cua-auto-expand-rectangles):
4415 Remove automatic rectangle padding feature; replace by non-destructive
4416 virtual rectangle edges feature.
4417 (cua-virtual-rectangle-edges): New defcustom.
4418 (cua-auto-tabify-rectangles): New defcustom.
4419 (cua-paste): If paste into a marked rectangle, insert rectangle at
4420 current column, even if virtual; also paste exactly as many lines
4421 as has been marked (ignore additional lines or add empty lines),
4422 but paste whole source if only one line is marked.
4423 (cua--update-indications): No longer use overwrite-cursor to
4424 indicate rectangle padding
4425
4426 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4427 (cua--rectangle-virtual-edges): New defun.
4428 (cua--rectangle-get-corners): Remove optional PAD arg.
4429 (cua--rectangle-set-corners): Never do padding.
4430 (cua--forward-line): Remove optional PAD arg. Simplify.
4431 (cua-resize-rectangle-right, cua-resize-rectangle-left)
4432 (cua-resize-rectangle-down, cua-resize-rectangle-up):
4433 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4434 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4435 (cua--rectangle-move): Never do padding. Simplify.
4436 (cua--tabify-start): New defun.
4437 (cua--rectangle-operation): Add tabify arg. All callers changed.
4438 (cua--pad-rectangle): Remove.
4439 (cua--delete-rectangle): Handle delete with virtual edges.
4440 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4441 (cua--insert-rectangle): Handle insert at virtual column.
4442 Perform auto-tabify if necessary.
4443 (cua--activate-rectangle): Remove optional FORCE arg.
4444 Never do padding. Simplify.
4445 (cua--highlight-rectangle): Enhance for virtual edges.
4446 (cua-toggle-rectangle-padding): Remove command.
4447 (cua-toggle-rectangle-virtual-edges): New command.
4448 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
4449 (cua--rectangle-post-command): Don't force rectangle padding.
4450 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4451
4452 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
4453
4454 * indent.el (edit-tab-stops-buffer): Doc fix.
4455
4456 2004-08-28 Richard M. Stallman <rms@gnu.org>
4457
4458 * progmodes/grep.el (grep-default-command): Use find-tag-default.
4459 (grep-tag-default): Function deleted.
4460
4461 * subr.el (find-tag-default): Move from etags.el.
4462
4463 * progmodes/etags.el (find-tag-default): Move to subr.el.
4464
4465 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4466 into the basic character if it has an uppercase form.
4467
4468 2004-08-27 Kenichi Handa <handa@m17n.org>
4469
4470 * international/utf-8.el (utf-8-post-read-conversion): If the
4471 buffer is unibyte, temporarily make it multibyte.
4472
4473 2004-08-27 Masatake YAMATO <jet@gyve.org>
4474
4475 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4476
4477 2004-08-25 John Paul Wallington <jpw@gnu.org>
4478
4479 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4480 0, 1, and many mismatches in message.
4481 (tex-start-shell): Use `set-process-query-on-exit-flag'.
4482
4483 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4484 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4485
4486 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4489 vc-diff-switches differently.
4490
4491 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4492
4493 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4494 before and a real defvar after
4495 `speedbar-supported-extension-expressions'. This is to silence
4496 the compiler without breaking bootstrapping.
4497
4498 2004-08-22 Richard M. Stallman <rms@gnu.org>
4499
4500 * textmodes/flyspell.el (flyspell-word):
4501 Use set-process-query-on-exit-flag.
4502 (flyspell-highlight-duplicate-region): Take POSS as arg.
4503 (flyspell-word): Pass POSS as arg.
4504
4505 * progmodes/ada-xref.el: Many doc and style fixes.
4506 (ada-find-any-references): Use compilation-start.
4507 (ada-get-ali-file-name): Improve error msg.
4508 (ada-get-ada-file-name): Likewise.
4509
4510 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4511 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4512
4513 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4514 Add forward defvar.
4515
4516 * whitespace.el (global-whitespace-mode): New alias
4517 for whitespace-global-mode.
4518
4519 * speedbar.el (speedbar-file-regexp): Move definition up.
4520 (speedbar-mode, speedbar-set-mode-line-format):
4521 Use with-no-warnings.
4522 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4523
4524 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4525 controls whether to display the error buffer.
4526
4527 * ps-mule.el: Delete compatibility code for old Emacses.
4528 (ps-mule-find-wrappoint): Don't use chars-in-region.
4529
4530 * frame.el (display-mouse-p, display-selections-p):
4531 Use with-no-warnings.
4532
4533 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4534
4535 2004-08-22 David Kastrup <dak@gnu.org>
4536
4537 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4538 information.
4539
4540 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4541
4542 2004-08-22 Andreas Schwab <schwab@suse.de>
4543
4544 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4545
4546 2004-08-22 Masatake YAMATO <jet@gyve.org>
4547
4548 * cvs-status.el (cvs-status-checkout): New function.
4549 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4550
4551 2004-08-21 David Kastrup <dak@gnu.org>
4552
4553 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4554 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4555 has been converted to use hashtables, the relation `nil=none' is
4556 no longer valid, as `nil' is not a hashtable. This patch tries to
4557 reduce the number of resulting errors.
4558
4559 2004-08-21 John Paul Wallington <jpw@gnu.org>
4560
4561 * subr.el (process-kill-without-query): Made obsolete in
4562 version 21.4, not 21.5.
4563
4564 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4565 (vc-previous-comment, vc-next-comment)
4566 (vc-comment-search-reverse, vc-comment-search-forward)
4567 (vc-comment-to-change-log): Likewise.
4568
4569 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4570
4571 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
4572
4573 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4574 Correct indentation of DEFMETHODS with non-standard method
4575 combinations (e.g., PROGN, MIN, MAX).
4576
4577 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * startup.el (normal-top-level-add-subdirs-to-load-path):
4580 Avoid unnecessarily checking system-type.
4581 (normal-top-level): Set TERM to "dumb". Simplify.
4582
4583 * avoid.el (mouse-avoidance-ignore-p): New fun.
4584 Also ignore switch-frame, select-window, double, and triple clicks.
4585 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
4586 (mouse-avoidance-fancy-hook): Use it.
4587
4588 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
4589
4590 * avoid.el (mouse-avoidance-nudge-mouse)
4591 (mouse-avoidance-banish-destination): Stay within the current window
4592 to avoid problems with mouse-autoselect-window.
4593
4594 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4595
4596 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
4597 the newer format of some messages in cvs-1.12.1.
4598
4599 2004-08-19 Masatake YAMATO <jet@gyve.org>
4600
4601 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
4602 (elp-results-jump-to-definition-by-mouse)
4603 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
4604 (elp-output-result): Use elp-output-insert-symname.
4605
4606 2004-08-18 Kenichi Handa <handa@m17n.org>
4607
4608 * language/cyrillic.el: Register koi8-r in
4609 ctext-non-standard-encodings-alist.
4610 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
4611
4612 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4613
4614 * emacs-lisp/copyright.el (copyright-update-year): Delete code
4615 that replaces 20xy with xy.
4616
4617 2004-08-17 John Paul Wallington <jpw@gnu.org>
4618
4619 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
4620 (reb-force-update): Doc fix.
4621
4622 2004-08-16 Richard M. Stallman <rms@gnu.org>
4623
4624 * progmodes/which-func.el (which-func-update-1): Doc fix.
4625
4626 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
4627 (sh-mode-abbrev-table): New variable.
4628
4629 * progmodes/compile.el (compilation-mode): Doc fix.
4630
4631 * emacs-lisp/lisp-mode.el (eval-last-sexp):
4632 Don't cons a new symbol each time.
4633 (eval-last-sexp-fake-value): New variable.
4634
4635 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4636 (copyright-update-year): Detect continuation of list of years.
4637
4638 * term.el (term-default-fg-color, term-default-bg-color)
4639 (ansi-term-color-vector): Use `unspecified', not nil, as default.
4640
4641 * imenu.el: Several doc fixes: don't say variables are buffer-local.
4642
4643 2004-08-16 Davis Herring <herring@lanl.gov>
4644
4645 * isearch.el (isearch-string, isearch-message-string, isearch-point)
4646 (isearch-success, isearch-forward-flag, isearch-other-end)
4647 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4648 (isearch-barrier, isearch-within-brackets)
4649 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4650
4651 2004-08-16 Kenichi Handa <handa@m17n.org>
4652
4653 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4654
4655 2004-08-15 Kenichi Handa <handa@m17n.org>
4656
4657 * term/x-win.el (x-selection-value): If utf8 was successful but
4658 ctext was not, use utf8 string.
4659
4660 2004-08-14 Davis Herring <herring@lanl.gov>
4661
4662 * isearch.el: Remove accidental changes of March 4. Fix backing
4663 up when a regexp isearch is made more general. Use symbolic
4664 accessor functions for isearch stack frames to make usage clearer.
4665 (search-whitespace-regexp): Made groups in documentation shy (as
4666 is the group in the default value).
4667 (isearch-fallback): New function, addresses problems with regexps
4668 liberalized by `\|', adds support for liberalization by `\}' (the
4669 general repetition construct), and incorporates behavior for
4670 `*'/`?'.
4671 (isearch-}-char): New command, calls `isearch-fallback' with
4672 arguments appropriate to a typed `}'.
4673 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4674 appropriately.
4675 (isearch-mode-map): Bind `}' to `isearch-}-char'.
4676 (isearch-string, isearch-message,string, isearch-point)
4677 (isearch-success, isearch-forward-flag, isearch-other-end)
4678 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4679 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4680 New inline functions to read fields of a stack frame.
4681
4682 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
4683
4684 * battery.el (battery-linux-proc-acpi): Look into battery
4685 directories matching the literal string "CMB", too (required for
4686 Linux kernel version 2.6.7).
4687
4688 2004-08-14 John Paul Wallington <jpw@gnu.org>
4689
4690 * cus-start.el (read-file-name-completion-ignore-case): Add.
4691 (blink-cursor-alist): Change version to "21.4".
4692
4693 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4694
4695 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
4696
4697 * speedbar.el (speedbar-scan-subdirs): New option.
4698 (speedbar-file-lists): Don't ignore file-name case on Unix and use
4699 dolist.
4700 (speedbar-insert-files-at-point): Take an extra argument and use
4701 it to optionally find out if a subdir is empty. Also unreadable
4702 files don't get expand buttons.
4703 (speedbar-directory): New image (unused pixmap already existed).
4704 (speedbar-expand-image-button-alist): Use it.
4705
4706 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
4707
4708 CC Mode update to 5.30.9:
4709
4710 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4711 Move from cc-vars to cc-defs for dependency reasons. Fix the
4712 POSIX char class test to check that it works in
4713 `skip-chars-(forward|backward)' too.
4714
4715 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4716 first argument starts with a special brace list.
4717
4718 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4719 when `c-opt-type-concat-key' is used (i.e. in Pike).
4720
4721 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4722 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4723 >)".
4724
4725 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4726 whitespace safe.
4727
4728 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4729 position for `arglist-intro', `arglist-cont-nonempty' and
4730 `arglist-close' when there are two arglist open parens on the same
4731 line and there's nothing in front of the first.
4732
4733 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4734 locking of qualified names in Java, which previously could fontify
4735 common indexing expressions in many cases. The standard Java
4736 naming conventions are used to tell them apart.
4737
4738 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4739 Fix inconsistency wrt opening parens on the first line inside a paren
4740 block.
4741
4742 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4743 compile time for the sake of `c-major-mode-is'.
4744
4745 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4746 `c-major-mode-is' in the event that this is used inside a
4747 `c-lang-defconst'.
4748
4749 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4750 `c-lang-defconst' so that it works better with fallback languages.
4751
4752 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4753 it to fail to record the base mode.
4754
4755 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4756 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4757 is used. Reorder the syntax checks to get more efficient
4758 skipping in some situations.
4759
4760 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4761 continuation which might precede the newly inserted '{'.
4762
4763 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4764 Fix cases where it could loop indefinitely.
4765
4766 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4767 size specs correctly. Only fontify identifiers in front of '('
4768 with as functions - don't accept any paren char. Tighten up
4769 initializer skipping to stop before function and class blocks.
4770
4771 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4772 the point could be left directly after an open paren when finding
4773 the beginning of the first decl in the block.
4774
4775 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4776 table when filtering out legitimate open parens to be recorded.
4777 This could cause cache inconsistencies when e.g.
4778 `c++-template-syntax-table' was temporarily in use.
4779
4780 * progmodes/cc-engine.el (c-on-identifier)
4781 (c-simple-skip-symbol-backward): Small fix for handling "-"
4782 correctly in `skip-chars-backward'. Affected the operator lfun
4783 syntax in Pike.
4784
4785 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4786 Fix bug that could cause an error from `after-change-functions' when
4787 the changed region is at bob.
4788
4789 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
4790
4791 CC Mode update to 5.30.9:
4792
4793 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4794 to say that <TAB> doesn't insert WS into a CPP line.
4795 (c-indent-command, c-tab-always-indent): Amend doc strings.
4796
4797 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4798 checks for user errors, thus eliminating cryptic and unhelpful
4799 Emacs error messages. (1) Check the arg to `c-set-style' is a
4800 string. (2) Check that settings to `c-offsets-alist' are not
4801 spuriously quoted.
4802
4803 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4804 which precedes the newly inserted `{'.
4805
4806 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
4807
4808 Sync with Tramp 2.0.44.
4809
4810 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4811 function "tramp_file_attributes". Otherwise, file names
4812 containing spaces are misinterpreted. Reported by Magnus Henoch
4813 <mange@freemail.hu>.
4814 (tramp-handle-file-truename): FILENAME must be expanded first.
4815 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4816 obscure results. Reported by D. Goel <deego@gnufans.org>.
4817 (tramp-handle-verify-visited-file-modtime): If file does not
4818 exist, say it is not modified if and only if that agrees with the
4819 buffer's record. Check whether a file is visiting the buffer, or
4820 the buffer has no recorded last modification time. Return t in
4821 case the visiting file doesn't exist. Suggested by Luc Teirlinck
4822 <teirllm@auburn.edu>.
4823 (tramp-handle-write-region): Pass modtime explicitely to
4824 `set-visited-file-modtime', because filename can be different
4825 from (buffer-file-name) if `file-precious-flag' is set.
4826 `set-visited-file-modtime' must be called always when `visit' is t
4827 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4828 (tramp-handle-set-visited-file-modtime): If `time-list' is not
4829 nil, don't apply the whole body. If the file doesn't exists, set
4830 modtime to '(-1 65535). Suggested by Luc Teirlinck
4831 <teirllm@auburn.edu>.
4832
4833 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
4834
4835 * help.el (describe-bindings): Doc fix.
4836
4837 * subr.el (kbd): Doc fix.
4838
4839 2004-08-08 John Paul Wallington <jpw@gnu.org>
4840
4841 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4842 instead of `string-to-int'.
4843 (define-ibuffer-column mode): Fix indentation.
4844
4845 2004-08-08 Lars Hansen <larsh@math.ku.dk>
4846
4847 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4848
4849 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4850
4851 * subr.el (global-unset-key, local-unset-key): Doc fixes.
4852
4853 * novice.el (disabled-command-function): New variable renamed from
4854 `disabled-command-hook'.
4855 (disabled-command-hook): Keep the _variable_ as alias for
4856 `disabled-command-function' and make obsolete.
4857 (disabled-command-function): Function renamed from
4858 `disabled-command-hook'. Adapt code to name change of the variable.
4859
4860 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
4861
4862 * simple.el (completion-root-regexp): New defvar.
4863 (completion-setup-function): Use it instead of a literal string.
4864
4865 2004-08-07 John Paul Wallington <jpw@gnu.org>
4866
4867 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4868 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4869 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4870 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4871
4872 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4873
4874 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4875 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4876
4877 2004-08-04 Kenichi Handa <handa@m17n.org>
4878
4879 * international/encoded-kb.el (encoded-kbd-setup-keymap):
4880 Fix previous change.
4881
4882 2004-08-03 Kenichi Handa <handa@m17n.org>
4883
4884 * international/encoded-kb.el: The following changes are to
4885 utilize key-translation-map instead of minor mode map.
4886 (encoded-kbd-iso2022-non-ascii-map): Delete it.
4887 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4888 (encoded-kbd-last-key): New function.
4889 (encoded-kbd-iso2022-single-shift): New function.
4890 (encoded-kbd-iso2022-designation)
4891 (encoded-kbd-self-insert-iso2022-7bit)
4892 (encoded-kbd-self-insert-iso2022-8bit)
4893 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4894 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4895 key-translation-map.
4896 (encoded-kbd-setup-keymap): Setup key-translation-map.
4897 (saved-key-translation-map): New variable.
4898 (encoded-kbd-mode): Save/restore key-translation-map.
4899 Adjust for the change of encoded-kbd-setup-keymap.
4900
4901 2004-08-02 Kim F. Storm <storm@cua.dk>
4902
4903 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4904 and call compute-motion with nil for topos and width to get proper
4905 usable width and height for both window and non-window systems.
4906
4907 * windmove.el (windmove-coordinates-of-position): Let compute-motion
4908 calculate usable window width and height.
4909
4910 * window.el (window-buffer-height): Call compute-motion with nil width.
4911
4912 2004-08-01 David Kastrup <dak@gnu.org>
4913
4914 * replace.el (query-replace-read-from):
4915 Use `query-replace-compile-replacement'.
4916 (query-replace-compile-replacement): New function.
4917 (query-replace-read-to): Use `query-replace-compile-replacement'
4918 for repeating the last command.
4919
4920 2004-08-01 John Paul Wallington <jpw@gnu.org>
4921
4922 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4923 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4924 (pr-switches): Remove period from end of error messages.
4925
4926 * help-mode.el (help-go-back): Likewise.
4927
4928 * abbrev.el (only-global-abbrevs): Doc fix.
4929 (edit-abbrevs-map): Define within defvar.
4930 (quietly-read-abbrev-file): Doc fix.
4931
4932 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
4933
4934 * novice.el (enable-command, disable-command): Doc fixes.
4935
4936 * subr.el (event-modifiers, event-basic-type): Doc fixes.
4937
4938 2004-07-30 Richard M. Stallman <rms@gnu.org>
4939
4940 * subr.el (with-local-quit): Doc fix.
4941
4942 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
4943
4944 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4945
4946 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
4947
4948 * custom.el (defcustom): Doc fix.
4949
4950 2004-07-28 Masatake YAMATO <jet@gyve.org>
4951
4952 * progmodes/etags.el (etags-tags-apropos): Show building progress.
4953
4954 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * imenu.el (imenu-prev-index-position-function)
4957 (imenu-extract-index-name-function, imenu-name-lookup-function)
4958 (imenu--index-alist): Docstring redundancy fix.
4959
4960 2004-07-25 Lars Hansen <larsh@math.ku.dk>
4961
4962 * wdired.el (wdired-finish-edit): Require dired-aux before locally
4963 binding dired-backup-overwrite.
4964
4965 2004-07-25 John Paul Wallington <jpw@gnu.org>
4966
4967 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4968
4969 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4970
4971 * term/tty-colors.el (tty-color-approximate): Doc fix.
4972
4973 * select.el (x-get-selection, x-set-selection): Doc fixes.
4974
4975 * frame.el (make-frame): Doc fix.
4976
4977 2004-07-24 Richard M. Stallman <rms@gnu.org>
4978
4979 * mail/rmail.el (rmail-mime-charset-pattern):
4980 Don't include semicolon in the charset value.
4981
4982 * replace.el (occur-next-error): Call set-window-point.
4983 (occur-engine): Handle negative NLINES.
4984
4985 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
4986
4987 * frame.el (modify-all-frames-parameters): Minor doc fix.
4988 (set-frame-configuration): Doc fix.
4989
4990 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4991
4992 * simple.el (completion-setup-function): Compute the common parts
4993 and the first difference place correctly when
4994 partial-completion-mode is on.
4995
4996 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4997
4998 * ps-print.el: Doc fix.
4999 (ps-print-version): New version 6.6.5.
5000 (ps-printing-region): Doc fix.
5001 (ps-generate-string-list): Comment fix.
5002 (ps-message-log-max): Code fix.
5003
5004 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5005
5006 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5007 generated PostScript.
5008
5009 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
5010
5011 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
5012 with Gnus v5_10 branch.)
5013
5014 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
5015
5016 * calendar/time-date.el (time-to-number-of-days): New function.
5017 Imported from from Gnus.
5018
5019 2004-07-22 Kim F. Storm <storm@cua.dk>
5020
5021 * progmodes/make-mode.el: Fix comments.
5022
5023 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5024
5025 * printing.el: Doc fix.
5026
5027 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
5028
5029 * frame.el (modify-all-frames-parameters): Minor doc fix.
5030
5031 2004-07-20 Richard M. Stallman <rms@gnu.org>
5032
5033 * textmodes/fill.el (fill-nobreak-p): If this break point is
5034 at the end of the line, don't consider the newline which follows
5035 as a reason to return t.
5036
5037 2004-07-19 John Paul Wallington <jpw@gnu.org>
5038
5039 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5040
5041 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5042
5043 * dired-aux.el (dired-do-kill-lines): Expand docstring.
5044 Delete irrelevant code.
5045
5046 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5047
5048 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5049 New docstring. From Luc Teirlinck.
5050
5051 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
5052
5053 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5054 section.
5055 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5056 non-file buffers. We know it is nil.
5057
5058 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5059
5060 Sync with Tramp 2.0.43.
5061
5062 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5063 Remove outdated comment.
5064 (tramp-locked, tramp-locker): New variables for implementing a
5065 global lock.
5066 (tramp-sh-file-name-handler): Use them to implement the global lock.
5067
5068 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
5069
5070 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
5071 calls to respective `xxx` calls.
5072 (tramp-process-alive-regexp): Precise doc string.
5073 (tramp-multi-action-process-alive): New defun.
5074 (tramp-multi-actions): Use it.
5075 (tramp-handle-find-backup-file-name): `copy-tree' is available
5076 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
5077 in order to avoid this function.
5078 (tramp-handle-write-region): Set current buffer. If connection
5079 wasn't open, `file-modes' has changed it accidently. Reported by
5080 David Kastrup <dak@gnu.org>.
5081 (tramp-enter-password, tramp-read-passwd): New arguments USER and
5082 HOST.
5083 (tramp-action-password, tramp-multi-action-password): Apply it.
5084 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5085 name must still contain the port number. Otherwise, we have two
5086 Tramp buffers, with all the confusion. Reported by Myron Selby
5087 <myron@xytech.com> and Rolf Dubitzky
5088 <Dubitzky@physi.uni-heidelberg.de>.
5089
5090 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5091 HOST to `tramp-enter-passwd'.
5092
5093 * net/tramp-vc.el (all): Code cleanup. Change all
5094 `tramp-handle-xxx' calls to respective `xxx` calls.
5095
5096 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
5097
5098 * emacs-lisp/testcover.el: New category "potentially-1valued" for
5099 functions that are not erroneous if either 1-valued or
5100 multi-valued. Detect functions in this class.
5101 (testcover-1value-functions, testcover-compose-functions)
5102 (testcover-progn-functions) Add some additional functions to lists.
5103 (testcover-mark): Bugfix when marking up the definition for an
5104 empty function.
5105
5106 2004-07-17 Richard M. Stallman <rms@gnu.org>
5107
5108 * replace.el (occur-read-primary-args): Pass default to
5109 read-from-minibuffer.
5110
5111 * mail/footnote.el (footnote-section-tag): Use defcustom.
5112
5113 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5114 Compile font-lock-keywords, not KEYWORDS.
5115 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5116 Add warn, check-type. Handle cerror like error.
5117
5118 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5119
5120 * progmodes/which-func.el (which-func-keymap): New var.
5121 (which-func-face): New face.
5122 (which-func-format): Use them.
5123
5124 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5125
5126 * buff-menu.el (list-buffers-noselect): Append the buffer's
5127 process status to its mode name.
5128
5129 2004-07-16 Kim F. Storm <storm@cua.dk>
5130
5131 * simple.el (inhibit-mark-movement): New defvar.
5132 (beginning-of-buffer, end-of-buffer): Do not push mark if
5133 inhibit-mark-movement is non-nil or C-u prefix is given.
5134
5135 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5136 Init to beginning-of-buffer and end-of-buffer.
5137 (cua--undo-push-mark): New defvar.
5138 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5139 already active and command is in cua--preserve-mark-commands.
5140 Also fix check for shift modifier on non-window systems.
5141 (cua--post-command-handler): Clear inhibit-mark-movement if set.
5142
5143 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5144
5145 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5146 of two integers, instead of a cons.
5147
5148 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5149 `visited-file-modtime' now returns a list of two integers, instead
5150 of a cons.
5151
5152 * dired.el (dired-directory-changed-p): Ditto.
5153
5154 * progmodes/grep.el (grep): Doc fix.
5155
5156 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5157
5158 * autorevert.el (auto-revert-tail-mode)
5159 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5160 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5161 in both at the same time.
5162 (auto-revert-tail-mode): New command.
5163 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5164 (auto-revert-handler): Revert only either tail or whole file.
5165
5166 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5167 add auto-revert-tail-mode.
5168
5169 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5170
5171 * printing.el: Doc fix. Change name of some funs.
5172 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
5173 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
5174 (pr-standard-file-name): New fun. Replace pr-standard-path.
5175 (pr-call-process): Code fix.
5176
5177 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
5178
5179 * subr.el (with-selected-window): Doc fix.
5180
5181 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
5182
5183 * subr.el (get-buffer-window-list): Doc fix.
5184
5185 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
5186
5187 * files.el (switch-to-buffer-other-window): Doc fix.
5188
5189 * window.el (save-selected-window, one-window-p)
5190 (split-window-keep-point, split-window-vertically)
5191 (split-window-horizontally): Doc fixes.
5192
5193 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5194
5195 * printing.el: Doc fix. Now it uses call-process instead of
5196 shell-command for low command execution.
5197 (pr-version): New version number (6.8).
5198 (pr-shell-file-name): Option removed.
5199 (pr-shell-command): Fun removed.
5200 (pr-call-process): New fun. Replace pr-shell-command.
5201 (pr-standard-path, pr-remove-nil-from-list): New funs.
5202 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5203 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5204 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5205 (pr-ps-utility-process, pr-txt-print): Code fix.
5206
5207 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5208
5209 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5210 boolean.
5211
5212 2004-07-09 Lars Hansen <larsh@math.ku.dk>
5213
5214 * wid-edit.el (widget-field-buffer): Doc fix.
5215
5216 2004-07-09 John Paul Wallington <jpw@gnu.org>
5217
5218 * emacs-lisp/re-builder.el (reb-update-overlays):
5219 Distinguish between one and several matches in message.
5220
5221 2004-07-09 Richard M. Stallman <rms@gnu.org>
5222
5223 * mouse.el (mouse-set-region-1): If transient-mark-mode
5224 is `identity', change it to `only'.
5225
5226 * simple.el (current-word): Doc fix.
5227
5228 2004-07-09 Mark A. Hershberger <mah@everybody.org>
5229
5230 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5231 so that it is more understanding of whitespace.
5232
5233 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
5234 form
5235 (("ns" . "element") (attr-list) children) instead of
5236 ((:ns . "element") (attr-list) children) in order to reduce the
5237 number of symbols used.
5238 (xml-skip-dtd): Change to use xml-parse-dtd but set
5239 xml-validating-parsing to nil.
5240 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
5241 (xml-substitute-entity): Remove in favor of new entity substitution.
5242 (xml-substitute-special): Rewrite in to substitute complex
5243 entities from DOCTYPE declarations.
5244 (xml-parse-fragment): Parse fragments from entity deleclarations.
5245 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5246 (xml-parse-dtd, xml-substitute-special): Make validity checks
5247 conditioned on xml-validating-parser. Add "Not Well Formed" to
5248 error messages about well-formedness.
5249
5250 2004-07-08 Steven Tamm <steventamm@mac.com>
5251
5252 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5253 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5254 Do not treat double clicks and triple clicks specially in the
5255 scroll bar (preventing strange repositioning problems)
5256
5257 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * replace.el (query-replace-regexp-eval): Fix last change.
5260
5261 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * replace.el (query-replace-descr): New fun.
5264 (query-replace-read-from, query-replace-read-args): Default to the
5265 previous from&to.
5266 (query-replace-read-to): Quote the `from' string when displaying it.
5267 (query-replace-regexp-eval): Immediately check read-only status.
5268 Use query-replace-read-from to get the \n checking.
5269 Quote the `from' string when displaying it.
5270 (map-query-replace-regexp, occur-read-primary-args):
5271 Quote the `from' string when displaying it.
5272
5273 * isearch.el (isearch-query-replace): Pass the regexp-ness and
5274 delimited-ness of the search to query-replace.
5275
5276 * replace.el (query-replace-read-from, query-replace-read-to):
5277 New funs extracted from query-replace-read-args.
5278 (query-replace-read-args): Use them.
5279
5280 * replace.el (query-replace-interactive, query-replace-read-args):
5281 Remove the `initial' special value.
5282 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5283 (occur-engine): Remove unused var `matchend'.
5284
5285 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5286 Use the search string without prompting.
5287
5288 2004-07-05 Kenichi Handa <handa@m17n.org>
5289
5290 * international/mule.el (decode-coding-inserted-region):
5291 Set last-coding-system-used only when coding is nil.
5292
5293 2004-07-03 Eli Zaretskii <eliz@gnu.org>
5294
5295 * progmodes/grep.el (grep-compute-defaults, grep-command)
5296 (grep-program, find-program, grep-find-use-xargs, grep-history)
5297 (grep-find-history, grep-tag-default, grep-find-command)
5298 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5299 Add autoload cookies, for unbundled packages that load `compile'
5300 and expect all grep-related symbols to become defined.
5301
5302 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
5303
5304 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5305 (iimage-mode-image-search-path): New user option to search the
5306 image file.
5307 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
5308 have locate-file.
5309 (iimage-mode-buffer): Use it.
5310
5311 2004-07-03 Nick Roberts <nickrob@gnu.org>
5312
5313 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5314 carefully.
5315 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5316
5317 2004-07-03 Juri Linkov <juri@jurta.org>
5318
5319 * replace.el (query-replace-read-args): Swallow space after 'foo,
5320 not after (quote foo). Match space only immediately after symbol,
5321 not anywhere in the whole string.
5322
5323 2004-07-02 Richard M. Stallman <rms@gnu.org>
5324
5325 * replace.el (query-replace-read-args): Swallow space after
5326 symbols, not after closeparens. But avoid error if string ends there.
5327
5328 * progmodes/python.el (python-beginning-of-statement):
5329 Exit the loop if backward-up-list gets error.
5330
5331 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5332
5333 2004-07-02 Andre Spiegel <spiegel@gnu.org>
5334
5335 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
5336 only if vc-consult-headers is non-nil.
5337
5338 2004-07-02 Juri Linkov <juri@jurta.org>
5339
5340 * pcvs.el (cvs-mode-diff-repository): New command.
5341
5342 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
5343
5344 2004-07-01 Juri Linkov <juri@jurta.org>
5345
5346 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
5347 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
5348 C-M-% to isearch-query-replace-regexp.
5349 (minibuffer-local-isearch-map): Add arrow key bindings.
5350 Bind C-f to isearch-yank-char-in-minibuffer.
5351 (isearch-forward): Doc fix.
5352 (isearch-edit-string): Doc fix.
5353 (isearch-query-replace, isearch-query-replace-regexp): New funs.
5354 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
5355 (isearch-yank-char): Add optional arg.
5356 (isearch-yank-char-in-minibuffer): New fun.
5357
5358 * replace.el (query-replace-interactive): Change type from boolean
5359 to choice. Add value `initial'.
5360 (query-replace-read-args): Handle value `initial' of
5361 query-replace-interactive.
5362
5363 2004-06-29 Kim F. Storm <storm@cua.dk>
5364
5365 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
5366 (breakpoint-disabled-bitmap-face): Add :group 'gud.
5367
5368 * progmodes/ada-xref.el (ada-tight-gvd-integration):
5369 Add :group 'ada.
5370
5371 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
5372
5373 2004-06-29 Juri Linkov <juri@jurta.org>
5374
5375 * replace.el (query-replace-read-args): Swallow a space after
5376 everything except )]" which in most cases means after a symbol.
5377
5378 * emacs-lisp/pp.el (pp-buffer): Add autoload.
5379
5380 2004-06-28 Richard M. Stallman <rms@gnu.org>
5381
5382 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
5383 More changes to go with previous change in font-lock.el.
5384
5385 2004-06-26 David Kastrup <dak@gnu.org>
5386
5387 * replace.el (perform-replace): Highlight the match even in
5388 non-query mode if there is potential replace string editing.
5389
5390 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
5391
5392 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
5393 agree with new return value of `file-remote-p'.
5394 This syncs with Tramp 2.0.42.
5395
5396 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
5397 according to new documentation of `file-remote-p'.
5398
5399 * files.el (file-remote-p): Fix doc to say that return value is
5400 identification of remote system, if not nil.
5401 (file-relative-name): Use new return value of `file-remote-p'.
5402
5403 2004-06-26 Nick Roberts <nickrob@gnu.org>
5404
5405 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
5406 (gdb-goto-breakpoint): Fix breakage.
5407
5408 2004-06-26 Eli Zaretskii <eliz@gnu.org>
5409
5410 * man.el (Man-getpage-in-background): Add windows-nt to the list
5411 of systems where shell-file-name should be used instead of
5412 literal "sh".
5413
5414 2004-06-25 Sam Steingold <sds@gnu.org>
5415
5416 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
5417 function names `(setf symbol)'.
5418
5419 2004-06-24 Richard M. Stallman <rms@gnu.org>
5420
5421 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5422
5423 * font-lock.el (font-lock-keywords): Change format of compiled values.
5424 Document it.
5425 (font-lock-add-keywords): If font-lock-keywords is compiled,
5426 extract the uncompiled version, modify, then recompile.
5427 (font-lock-remove-keywords): Likewise.
5428 (font-lock-fontify-keywords-region): Handle changed format.
5429 (font-lock-compile-keywords): Handle changed format.
5430 (font-lock-set-defaults): Compile the keywords explicitly here.
5431
5432 2004-06-24 David Kastrup <dak@gnu.org>
5433
5434 * replace.el (query-replace-read-args): Implement `\,' and `\#'
5435 replacements here.
5436 (query-replace-regexp): Doc string explaining this and the new
5437 `\?' replacement. Remove `\,' and `\#' implementation here, as it
5438 is better placed in `query-replace-read-args'.
5439 (replace-regexp): Explain `\,', `\#' and `\?'.
5440 (replace-match-data): New function for thorough reuse/destruction
5441 of old match-data.
5442 (replace-match-maybe-edit): Function for implementing `\?' editing.
5443 (perform-replace): Fix maintaining of the match stack including
5444 already matched regions, implement `\?', fix various problems
5445 with regions while editing and other stuff.
5446 (replace-highlight): Simplify.
5447
5448 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
5449
5450 * progmodes/grep.el (grep-error-screen-columns): New variable.
5451 (grep-regexp-alist): Give it the full functionality of gnu style
5452 compilation messages with line and column ranges. Ask me for the
5453 perl script I'm working on, that uses these.
5454
5455 2004-06-23 Nick Roberts <nickrob@gnu.org>
5456
5457 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
5458 Remove.
5459 (comint-insert-input, comint-mouse-insert-input): New functions
5460 based on comint-insert-clicked-input for two bindings but just
5461 one functionality.
5462
5463 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5464
5465 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5466
5467 2004-06-23 Lars Hansen <larsh@math.ku.dk>
5468
5469 * files.el (write-contents-functions): Doc fix.
5470
5471 2004-06-21 Juanma Barranquero <lektu@terra.es>
5472
5473 * image.el (image-library-alist): Rewrite docstring in active voice.
5474
5475 2004-06-20 Richard M. Stallman <rms@gnu.org>
5476
5477 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5478
5479 * isearch.el (isearch-repeat): Avoid testing old match data.
5480 (isearch-message): Display trailing space in special font
5481 when search is failing.
5482 (isearch-search-fun-function): Doc fix.
5483
5484 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5485
5486 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
5487
5488 * frame.el (show-trailing-whitespace): Doc fix.
5489
5490 * cus-edit.el (custom-variable-documentation): New function.
5491 (custom-variable): Use it.
5492
5493 2004-06-19 Nick Roberts <nickrob@gnu.org>
5494
5495 * man.el (Man-getpage-in-background): Revert previous change but
5496 make cygwin a special case.
5497
5498 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
5499
5500 * autorevert.el (global-auto-revert-non-file-buffers):
5501 Update docstring.
5502
5503 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
5504
5505 * progmodes/compile.el (compilation-error-properties): Store one
5506 more than end-col, if present, so that transient-mark-mode will
5507 highlight last char too.
5508 * progmodes/grep.el (grep-regexp-alist): Match columns and column
5509 ranges, if present.
5510
5511 2004-06-18 Jason Rumney <jasonr@gnu.org>
5512
5513 * makefile.w32-in: Double percent signs in for loops.
5514
5515 2004-06-17 David Kastrup <dak@gnu.org>
5516
5517 * replace.el (query-replace-read-args): Only warn about use of \n
5518 and \t when we are doing a regexp replacement and the actual
5519 escaped character is n or t.
5520 (query-replace-regexp): Add \, and \# interpretation to
5521 interactive call and document it.
5522 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5523 as shortkey for replace-count.
5524 (replace-quote): New function for doubling backslashes.
5525
5526 2004-06-17 Juanma Barranquero <lektu@terra.es>
5527
5528 * files.el (parse-colon-path, cd): Mention in docstring that the
5529 path separator is colon in GNU-like systems.
5530
5531 * newcomment.el (comment-region-internal): Fix docstring.
5532
5533 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5534 (ewoc-invalidate, ewoc-collect): Doc fixes.
5535 (ewoc--create-node, ewoc--delete-node-internal):
5536 Fix typos in docstring.
5537
5538 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5539
5540 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5541 manual to docstring.
5542
5543 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5544
5545 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5546
5547 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5548
5549 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5550 Add hyperlink to emacs-xtra manual to docstring.
5551
5552 * autorevert.el (global-auto-revert-non-file-buffers):
5553 Add hyperlink to emacs-xtra manual to docstring, as well as an
5554 info-link.
5555
5556 2004-06-14 Juanma Barranquero <lektu@terra.es>
5557
5558 * image.el (image-library-alist): New variable to map image types
5559 to external libraries. Initialized to nil, unless system-specific
5560 configs change it.
5561 (image-type-available-p): Determine whether an image type is
5562 available by calling `init-image-library'.
5563
5564 * term/w32-win.el (image-library-alist): Initialize to a known set
5565 of probable library names.
5566
5567 2004-06-14 Kenichi Handa <handa@m17n.org>
5568
5569 * international/code-pages.el (windows-1256, cp1125): Fix tables
5570 for several characters.
5571
5572 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5573
5574 2004-06-13 Richard M. Stallman <rms@gnu.org>
5575
5576 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
5577
5578 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
5579 not "`pc-selection-mode'".
5580
5581 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
5582
5583 * simple.el (previous-matching-history-element): Specify a default.
5584
5585 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
5586
5587 * cus-face.el (custom-declare-face): Simplify code.
5588
5589 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
5590
5591 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5592
5593 * files.el (before-save-hook): Add `time-stamp' to the options.
5594
5595 * time-stamp.el (time-stamp): Recommend adding it to
5596 `before-save-hook', rather than `write-file-functions'.
5597 Make a similar change in `Commentary' section.
5598
5599 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
5600
5601 * diff-mode.el (diff-current-defun): If at start of hunk, use
5602 position of first change.
5603
5604 2004-06-13 Lars Hansen <larsh@math.ku.dk>
5605
5606 * dired-x.el (dired-mark-omitted): Bind to "*O".
5607
5608 2004-06-12 Karl Fogel <kfogel@red-bean.com>
5609
5610 * bookmark.el (bookmark-bmenu-relocate): New function, as
5611 suggested by David J. Biesack <David.Biesack@sas.com>.
5612 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
5613 (bookmark-bmenu-mode): Describe binding in doc string.
5614 (bookmark-set-filename): Save the bookmark list if it's time.
5615
5616 2004-06-13 Kenichi Handa <handa@m17n.org>
5617
5618 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
5619 (ccl-untranslated-to-ucs): Fix typo.
5620
5621 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
5622
5623 * progmodes/python.el (python-open-block-statement-p):
5624 Fix indentation after a block opening that contains a comment.
5625
5626 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
5627
5628 * bindings.el (completion-ignored-extensions): Add file extensions
5629 of Python byte-compiled files.
5630
5631 2004-06-12 Juri Linkov <juri@jurta.org>
5632
5633 * info.el (Info-goto-node): Add autoload.
5634 (Info-toc): Add substring-no-properties on Info file name.
5635 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5636 (Info-mode-map): Bind L to Info-history, T to Info-toc.
5637
5638 2004-06-12 Kenichi Handa <handa@m17n.org>
5639
5640 * international/mule-cmds.el (set-language-environment):
5641 Load subst tables if necessary.
5642
5643 * international/mule.el (decode-char): Load subst tables if necessary.
5644 (encode-char): Likewise.
5645
5646 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5647 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
5648 (utf-16le-decode-loop): Set r5 to -1 before loop.
5649 (utf-16be-decode-loop): Likewise.
5650 (ccl-decode-mule-utf-16le): Add EOF processing block.
5651 (ccl-decode-mule-utf-16be): Likewise.
5652 (ccl-decode-mule-utf-16le-with-signature): Likewise.
5653 (ccl-decode-mule-utf-16be-with-signature): Likewise.
5654 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
5655 (ccl-mule-utf-16-encode-untrans): New CCL.
5656 (utf-16-decode-to-ucs): Handle pre-read character.
5657 (utf-16le-encode-loop): Handle surrogate pair.
5658 (utf-16be-encode-loop): Likewise.
5659 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5660 of utf-16le-encode-loop.
5661 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5662 of utf-16be-encode-loop.
5663 (mule-utf-16-post-read-conversion):
5664 Call utf-8-post-read-conversion at first.
5665 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5666 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5667 Add post-read-conversion and pre-write-conversion.
5668
5669 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5670 (utf-translate-cjk-unicode-range): New variable.
5671 (utf-translate-cjk-load-tables): New function.
5672 (utf-lookup-subst-table-for-decode): New function.
5673 (utf-lookup-subst-table-for-encode): New function.
5674 (utf-translate-cjk-mode): Init-value changed to t. Don't load
5675 tables here. Update safe-charsets of utf-* coding systems.
5676 (ccl-mule-utf-untrans): New CCL.
5677 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
5678 at end of each branch.
5679 (ccl-mule-utf-8-encode-untrans): New CCL.
5680 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5681 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
5682 length of encoding. Don't return r0.
5683 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
5684 (utf-8-post-read-conversion): Narrow to region properly.
5685 If utf-translate-cjk-mode is on, load tables if necessary.
5686 Call utf-8-compose with hash-table arg if necessary.
5687 Call XXX-compose-region instead of XXX-post-read-convesion.
5688 (utf-8-pre-write-conversion): New function.
5689 (mule-utf-8): Include CJK charsets in safe-charsets if
5690 utf-translate-cjk-mode is on. Add pre-write-conversion.
5691
5692 * international/characters.el: Temporarily set
5693 utf-translate-cjk-mode to nil.
5694
5695 * language/devan-util.el (devanagari-compose-region):
5696 Add autoload cookie.
5697
5698 * international/ccl.el (ccl-dump-call): Fix printing the
5699 subroutine name.
5700
5701 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
5702
5703 * dired.el (dired-revert): If buffer is marked unmodified before
5704 reverting, keep it marked unmodified.
5705 Adapt to new conventions for commenting out code.
5706 (dired-make-relative): Adapt to new conventions for commenting out code.
5707
5708 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
5709
5710 * eshell/esh-module.el (eshell-load-defgroups):
5711 Bind `vc-handled-backends' to nil when opening files.
5712
5713 2004-06-11 Juanma Barranquero <lektu@terra.es>
5714
5715 * files.el (parse-colon-path, cd): Doc fixes (refer to
5716 `path-separator', not colon).
5717
5718 2004-06-10 Juanma Barranquero <lektu@terra.es>
5719
5720 * newcomment.el (comment-search-forward)
5721 (comment-search-backward): Fix typos in docstring.
5722 (comment-region): Doc fix.
5723
5724 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
5725
5726 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5727 switch is no longer stored in `dired-switches-alist'.
5728
5729 * dired-aux.el (dired-insert-subdir): Do not store R switch in
5730 `dired-switches-alist'.
5731
5732 2004-06-10 Kim F. Storm <storm@cua.dk>
5733
5734 * pcvs.el (cvs-mode-diff-yesterday): New command.
5735
5736 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5737
5738 2004-06-10 Juri Linkov <juri@jurta.org>
5739
5740 * emacs-lisp/edebug.el (edebug-eval-defun):
5741 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5742 Fix docstring.
5743
5744 * simple.el (eval-expression-print-format): Don't print additional
5745 information on the first call to `eval-print-last-sexp'.
5746 (next-error-find-buffer): Fix punctuation.
5747 (killing) <defgroup>: Fix punctuation.
5748 (yank-excluded-properties): Change group from editing to killing.
5749
5750 * replace.el (perform-replace): Use `limit' to terminate the
5751 while-loop explicitly.
5752
5753 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5754
5755 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5756 Use lc-*.xpm as prefix instead of *-locol.xpm.
5757
5758 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5759 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5760 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5761 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5762 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5763 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5764 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5765 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5766 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5767 * toolbar/lc-up_arrow.xpm:
5768 Rename from *-locol.xpm.
5769
5770 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
5771
5772 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5773 include forms like &<str>; as valid url patterns.
5774
5775 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5776
5777 * dired.el (dired-diff, dired-backup-diff)
5778 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5779 (dired-do-chown, dired-do-touch, dired-do-print)
5780 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5781 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5782 (dired-create-directory, dired-do-copy, dired-do-symlink)
5783 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5784 (dired-do-copy-regexp, dired-do-hardlink-regexp)
5785 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5786 (dired-maybe-insert-subdir, dired-next-subdir)
5787 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5788 (dired-kill-subdir, dired-tree-up, dired-tree-down)
5789 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5790 (dired-run-shell-command, dired-query): Remove redundant,
5791 or incorrect, autoloads.
5792
5793 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5794 does not end in a slash. Add optional argument KILL-ROOT.
5795 Update docstring.
5796 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5797 (dired-query): Add autoloads.
5798
5799 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
5800
5801 * progmodes/compile.el (compilation-set-window-height):
5802 Rearrange the save-* functions because a buffer can have several current
5803 point in different windows.
5804 (compilation-error-regexp-alist-alist): Recognize {standard input}
5805 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5806
5807 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5808
5809 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5810 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5811 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5812 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5813 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5814 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5815 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5816 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5817 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5818 * toolbar/up_arrow-locol.xpm:
5819 New versions of icons that uses fewer colors.
5820
5821 * toolbar/tool-bar.el (tool-bar-local-item)
5822 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5823 if display-color-cells is 256 or less.
5824
5825 2004-06-08 Kim F. Storm <storm@cua.dk>
5826
5827 * wid-edit.el (widget-specify-button): Use hand pointer rather
5828 than mouse-face as visible mouse-over effect.
5829
5830 2004-06-07 Karl Fogel <kfogel@red-bean.com>
5831
5832 * saveplace.el (save-place-alist-to-file): Bind `print-length'
5833 and `print-level' to nil when writing out `save-place-alist'.
5834 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5835
5836 2004-06-07 Juanma Barranquero <lektu@terra.es>
5837
5838 * completion.el (completion-kill-region): Doc fix.
5839
5840 * format.el (format-insert-annotations)
5841 (format-annotate-location): Doc fixes.
5842 (format-subtract-regions): Make arguments match their use in docstring.
5843
5844 * simple.el (kill-region): Doc fix.
5845
5846 * subr.el (insert-buffer-substring-no-properties)
5847 (insert-buffer-substring-as-yank): Doc fixes.
5848
5849 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
5850
5851 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5852 Update docstring.
5853 (dired-reset-subdir-switches): New function.
5854
5855 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5856 Limit scope of `buffer-read-only' binding.
5857
5858 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
5859
5860 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5861 eshell-explicit-command-char.
5862
5863 2004-06-06 Juanma Barranquero <lektu@terra.es>
5864
5865 * help-fns.el (help-argument-name): Inherit from italic face only
5866 if the frame supports it.
5867
5868 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5869
5870 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5871 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5872 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5873 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5874 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5875 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5876 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5877 New conversions from xpm files.
5878
5879 * toolbar/README: New file.
5880
5881 2004-06-06 Richard M. Stallman <rms@gnu.org>
5882
5883 * isearch.el (isearch-mode-map): Undo previous change.
5884
5885 2004-06-05 Juri Linkov <juri@jurta.org>
5886
5887 * bindings.el (debug-ignored-errors): Add regexps for history
5888 related messages. Remove $ from "No further undo information".
5889 Move Ediff's messages to ediff.el.
5890
5891 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5892
5893 * cus-edit.el (custom-display): Add `min-colors'.
5894
5895 * custom.el (defface): Add `supports' to docstring.
5896
5897 * help-fns.el (help-argument-name): Add :group 'help.
5898
5899 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
5900
5901 * find-dired.el (find-ls-subdir-switches): New user option.
5902 (find-dired): No longer call `abbreviate-file-name' on DIR.
5903 Set `dired-subdir-switches' buffer-locally.
5904
5905 * locate.el: Merge the two `Commentary' sections.
5906 (locate-ls-subdir-switches): New user option.
5907 (locate): Update for other changes.
5908 (locate-mode-map): Restore Dired binding for mouse-2.
5909 Bind `locate-mouse-view-file' to M-mouse-2.
5910 Bind `l' to `locate-do-redisplay'.
5911 (locate-main-listing-line-p, locate-do-redisplay): New functions.
5912 (locate-mouse-view-file, locate-tags, locate-find-directory):
5913 Print message if used outside main listing.
5914 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
5915 Various changes to support inserted subdirectories.
5916 (locate-insert-header): Change header of *Locate* buffer.
5917
5918 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5919 Change interactive default switches.
5920 (dired-rename-subdir-2): Update `dired-switches-alist'.
5921 (dired-insert-subdir, dired-kill-subdir):
5922 Handle `dired-switches-alist'. Do not mark buffer modified.
5923 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5924 (dired-insert-subdir-doinsert): Omit messages.
5925 Handle `dired-subdir-switches'.
5926 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5927
5928 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5929 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5930 subdirs if -R switch is used for a subdir.
5931 (dired-mode): Set `dired-switches-alist'.
5932 (dired-build-subdir-alist): Only print number of directories in
5933 echo area when invoked interactively.
5934
5935 2004-06-05 Lars Hansen <larsh@math.ku.dk>
5936
5937 * dired-x.el (dired-omit-mode): Rename from
5938 dired-omit-files-p. Use define-minor-mode to define it.
5939 (dired-omit-files-p): Add as alias for dired-omit-mode.
5940 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
5941 dired-mark-omitted.
5942 (dired-mark-omitted): Add. Bind to M-O.
5943
5944 2004-06-05 Kenichi Handa <handa@m17n.org>
5945
5946 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5947
5948 2004-06-05 Juanma Barranquero <lektu@terra.es>
5949
5950 * help-fns.el (help-argument-name): Reintroduce face.
5951 (help-default-arg-highlight): Use it, now that
5952 `face-differs-from-default-p' can be trusted.
5953
5954 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5955
5956 * textmodes/table.el: Sentence commands added to Point Motion
5957 group; kill and backward-kill commands added to Extraction group.
5958
5959 2004-06-04 Mario Lang <mlang@delysid.org>
5960
5961 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5962 systems appear to use mW, make the code handle this. Fix a
5963 division-by-zero bug while at it, and handle kernels with
5964 a slightly different layout in /proc/acpi.
5965
5966 2004-06-04 Karl Fogel <kfogel@red-bean.com>
5967
5968 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5969 because the latter is a CL-ism. This fixes the bug reported by
5970 Shawn Boyette <mdxi@collapsar.net> in
5971 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5972
5973 2004-06-04 Miles Bader <miles@gnu.org>
5974
5975 * faces.el (display-supports-face-attributes-p): Function moved to
5976 C code. Previously only the tty-related portion of this function
5977 was done in C; however the previous attempt to do a halfway-proper
5978 job for non-tty displays in lisp didn't work properly because of
5979 funny conditions during Emacs startup.
5980 (face-differs-from-default-p): Simplify, now that
5981 display-supports-face-attributes-p works properly on all display
5982 types. Remove :stipple from comparison; it doesn't really work
5983 in emacs anyway.
5984
5985 2004-06-04 Miles Bader <miles@gnu.org>
5986
5987 * faces.el (face-differs-from-default-p): Use a different
5988 implementation, so we can really check whether FACE displays
5989 differently or not.
5990
5991 2004-06-04 Miles Bader <miles@gnu.org>
5992
5993 * faces.el (display-supports-face-attributes-p): Implement a
5994 `different from default' check for non-tty displays.
5995
5996 2004-06-03 David Kastrup <dak@gnu.org>
5997
5998 * woman.el (woman-mapcan): More concise code.
5999 (woman-topic-all-completions, woman-topic-all-completions-1)
6000 (woman-topic-all-completions-merge): Replace by a simpler and
6001 much faster implementation based on O(n log n) sort/merge instead
6002 of the old O(n^2) behavior.
6003
6004 2004-06-03 Miles Bader <miles@gnu.org>
6005
6006 * subr.el (read-number): Use canonical format for default in prompt.
6007
6008 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6009 Add regexp for " [...]" style defaults.
6010
6011 2004-06-02 Romain Francoise <romain@orebokech.com>
6012
6013 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6014 groups: if the user asks for a hidden buffer, open the
6015 corresponding filter group to expose it.
6016
6017 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6018 `ibuffer-jump-to-buffer'.
6019 (ibuffer-jump-offer-only-visible-buffers): New user option.
6020
6021 2004-06-02 Juanma Barranquero <lektu@terra.es>
6022
6023 * faces.el (frame-update-faces): Add empty docstring so the one
6024 for `ignore' doesn't show through.
6025
6026 * subr.el (process-kill-without-query): Remove spurious "\n" on
6027 obsolescence string.
6028 (focus-frame, unfocus-frame): Add obsolescence declaration and
6029 empty docstring.
6030
6031 * international/mule.el (register-char-codings): Make alias for
6032 `ignore'. Move docstring to obsolescence info and remove redundancy.
6033
6034 2004-06-02 Kim F. Storm <storm@cua.dk>
6035
6036 * frame.el (blink-cursor-start): Turn cursor off initially so blink
6037 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6038
6039 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * comint.el (comint-replace-by-expanded-history-before-point):
6042 Obey `start' as the docstring says.
6043 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6044 (comint-update-fence): Prevent font-lock from running unnecessarily.
6045 (comint-dynamic-list-completions): Use with-current-buffer.
6046
6047 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6048
6049 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6050 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6051 (bibtex-entry-update): Handle alternatives and optional fields.
6052 (bibtex-parse-entry): Bugfix, handle empty key.
6053
6054 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6055
6056 * vc-arch.el (vc-arch-state): Don't assume the file exists.
6057
6058 2004-05-31 Lars Hansen <larsh@math.ku.dk>
6059
6060 * desktop.el (desktop-save): Don't save minor modes without a
6061 known mode initialization function.
6062
6063 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
6064
6065 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6066
6067 * autorevert.el: Update `Commentary' section.
6068
6069 2004-05-30 Juanma Barranquero <lektu@terra.es>
6070
6071 * dos-fns.el (convert-standard-filename):
6072 * files.el (convert-standard-filename):
6073 * w32-fns.el (convert-standard-filename):
6074 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6075
6076 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6077
6078 Sync with Tramp.
6079
6080 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6081 (tramp-let-maybe): Move to an earlier spot in the file.
6082 Patch by Andreas Schwab.
6083
6084 2004-05-30 Andreas Schwab <schwab@suse.de>
6085
6086 * dired.el (dired-get-filename): Don't use dired-re-dot.
6087
6088 2004-05-30 Richard M. Stallman <rms@gnu.org>
6089
6090 * files.el (find-file): Doc fix.
6091
6092 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6093
6094 2004-05-30 Nick Roberts <nickrob@gnu.org>
6095
6096 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6097 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6098 modeline of the locals buffer.
6099 (gdb-goto-breakpoint): Handle gdbmi.
6100 (gdb-get-frame-number): Change for gdbmi.
6101
6102 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
6103
6104 * files.el (file-remote-p): Apply file name handler for operation
6105 `file-remote-p'. It isn' a property any longer.
6106 (file-relative-name): `fh' and `fd' get the required value via
6107 `find-file-name-handler' already.
6108
6109 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6110 (top): Remove setting of `file-remote-p' property for
6111 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
6112
6113 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
6114
6115 Version 2.0.41 of Tramp released.
6116
6117 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6118 Throw away if process has died.
6119 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6120 (tramp-out-of-band-prompt-regexp): Rename to
6121 `tramp-process-alive-regexp', because its usage is widen.
6122 (tramp-actions-copy-out-of-band): Apply it.
6123 (tramp-actions-before-shell, tramp-multi-actions):
6124 Add `tramp-action-process-alive' action.
6125 (tramp-action-process-alive): New defun.
6126 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6127 Add entry for `file-remote-p'.
6128 (tramp-handle-file-remote-p): New defun.
6129 (top): Remove setting of `file-remote-p'. Don't set
6130 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6131
6132 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6133 `file-remote-p'.
6134
6135 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6136 counted for (last) line. [They should or they shouldn't? --Stef]
6137 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6138
6139 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6140
6141 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6142 not really necessary but seems to keep the shell history smaller
6143 in some cases. It is no substitute for setting HISTFILE and
6144 HISTSIZE from tramp-open-connection-setup-interactive-shell,
6145 though. Suggested by Luc Teirlinck.
6146 (tramp-open-connection-setup-interactive-shell): Export variables
6147 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
6148 (tramp-set-process-query-on-exit-flag): New compat function.
6149 (tramp-open-connection-multi, tramp-open-connection-su)
6150 (tramp-open-connection-rsh, tramp-open-connection-telnet)
6151 (tramp-do-copy-or-rename-file-out-of-band): Use it.
6152 (tramp-let-maybe): New macro, let-binds a variable only if it
6153 isn't obsolete.
6154 (tramp-check-ls-commands, tramp-handle-expand-file-name)
6155 (tramp-handle-file-truename): Use it.
6156 (tramp-completion-file-name-regexp-unified): Avoid matching
6157 filenames starting with "/:" -- those are reserved for
6158 file-name-non-special.
6159
6160 * tramp-smb.el (tramp-smb-open-connection):
6161 Use tramp-set-process-query-on-exit-flag compat function.
6162
6163 2004-05-29 Richard M. Stallman <rms@gnu.org>
6164
6165 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6166
6167 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6168 (eval-last-sexp-print-value): Print char equivalent regardless
6169 of standard-output value.
6170
6171 * thumbs.el (thumbs-subst-char-in-string): Delete.
6172 (thumbs-thumbname): Use subst-char-in-string.
6173 (thumbs-resize-image): Use condition-case, not ignore-errors.
6174 (thumbs-kill-buffer): Likewise.
6175
6176 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
6177 (thumbs-mode): Make buffer read-only.
6178 (thumbs-make-thumb): Unconditionally accept an existing file.
6179 (thumbs-insert-thumb): Add thumb-image-file property to the image.
6180 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6181 (thumbs-show-thumbs-list): Error if images not supported.
6182 (thumbs-save-current-image): Improve prompt string.
6183 (thumbs-mode-map): Define u, R, x.
6184 (thumbs-unmark): New command.
6185 (thumbs-emboss-image): Minor cleanup.
6186 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6187 (thumbs-rename-images): New command.
6188 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
6189
6190 * thumbs.el (thumbs-current-image): New function.
6191 (thumbs-file-list, thumbs-file-alist): New functions.
6192 (thumbs-find-image): Delete arg L.
6193 Don't set up thumbs-fileL as buffer-local global var.
6194 (thumbs-find-image-at-point): Use thumbs-current-image.
6195 (thumbs-set-image-at-point-to-root-window): Likewise.
6196 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6197 Record and warn about errors. Update thumbs-markedL for deletions.
6198 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6199 (thumbs-redraw-buffer): Use thumbs-file-list.
6200 (thumbs-mark): Use thumbs-current-image.
6201 (thumbs-show-name): Use thumbs-current-image.
6202
6203 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6204 and imenu--last-menubar-index-alist.
6205
6206 * subr.el (with-selected-window): Undo previous change.
6207
6208 2004-05-29 John Paul Wallington <jpw@gnu.org>
6209
6210 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6211 (thumbs-mouse-find-image): New command.
6212 (thumbs-mode-map): Bind it to mouse-2.
6213 (thumbs-mode): Make mode-class special.
6214 (thumbs-view-image-mode): Likewise.
6215
6216 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
6217
6218 * flymake.el: New file.
6219
6220 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
6221
6222 * files.el (find-file-noselect-1): Do not bind
6223 `inhibit-read-only' to t during execution of
6224 `find-file-not-found-functions'.
6225
6226 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6227
6228 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6229 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6230
6231 2004-05-28 Juri Linkov <juri@jurta.org>
6232
6233 * simple.el (eval-expression-print-format): New fun.
6234
6235 * simple.el (eval-expression):
6236 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6237 * emacs-lisp/edebug.el (edebug-compute-previous-result)
6238 (edebug-eval-expression): Print additionally the value returned by
6239 `eval-expression-print-format'.
6240
6241 * emacs-lisp/lisp.el (insert-pair-alist): New var.
6242 (insert-pair): Make arguments optional. Find character pair
6243 from `insert-pair-alist' according to the last input event.
6244 (insert-parentheses): Make arguments optional.
6245 (raise-sexp, delete-pair): New funs.
6246
6247 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6248 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6249 Bind C-M-q to `indent-pp-sexp'.
6250
6251 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6252 `pp-to-string' modified to be able to format text with newlines.
6253 (pp-to-string): Move the buffer-formatting part of the code to
6254 `pp-buffer'. Call `pp-buffer'.
6255
6256 * info.el (Info-desktop-buffer-misc-data): Don't save information
6257 about virtual files.
6258 (Info-restore-desktop-buffer): Restore Info buffers in prepared
6259 buffers with names obtained from the desktop file instead of the
6260 default *info* buffer.
6261
6262 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * subr.el (with-selected-window): Only save/restore the selected window.
6265
6266 * progmodes/compile.el (compilation-error-regexp-alist):
6267 Use expand-file-name and data-directory.
6268
6269 * progmodes/grep.el (grep-tree): Rework previous fix.
6270
6271 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6272 after the user marked text with the mouse.
6273
6274 * startup.el (command-line): Keep the first regexp of
6275 auto-save-file-name-transforms intact.
6276
6277 2004-05-28 Juanma Barranquero <lektu@terra.es>
6278
6279 * cus-edit.el (customize-face, customize-face-other-window)
6280 (custom-face-edit-delete): Make arguments match their use in
6281 docstring.
6282 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6283 docstring.
6284
6285 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6286 not `cvs-butlast'.
6287
6288 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6289 `nbutlast' are in subr.el).
6290
6291 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6292 (set-w32-system-coding-system): Doc fixes.
6293
6294 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6295 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6296 Make arguments match their use in docstring.
6297 (artist-draw-region-trim-line-endings)
6298 (artist-mouse-choose-operation): Fix typo in docstring.
6299 (artist-key-set-point-common): Doc fix.
6300
6301 2004-05-28 Simon Josefsson <jas@extundo.com>
6302
6303 * mail/smtpmail.el (smtpmail-open-stream):
6304 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
6305
6306 2004-05-26 Simon Josefsson <jas@extundo.com>
6307
6308 * starttls.el: Merge with my GNUTLS based starttls.el.
6309 (starttls-gnutls-program, starttls-use-gnutls)
6310 (starttls-extra-arguments, starttls-process-connection-type)
6311 (starttls-connect, starttls-failure, starttls-success): New variables.
6312 (starttls-program, starttls-extra-args): Doc fix.
6313 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6314 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6315 and pass on to corresponding *-gnutls function if it is set.
6316
6317 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6318
6319 * autorevert.el (auto-revert-handler): Disable auto-reverting of
6320 remote files.
6321
6322 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
6323
6324 * files.el (file-name-non-special): There are more operations
6325 which need handling: `find-backup-file-name',
6326 `insert-file-contents', `verify-visited-file-modtime',
6327 `write-region'. Rename t value of method to `add'. Add new
6328 methods `quote' and `unquote-then-quote' to file-arg-indices.
6329
6330 2004-05-25 Juri Linkov <juri@jurta.org>
6331
6332 * info.el (Info-toc): Call Info-mode on intermediate buffer.
6333 (Info-index-nodes): Enclose code in condition-case to catch errors.
6334 (Info-index-node): Don't search all index nodes if request is only
6335 for the current node and file is not in the cache of index nodes.
6336 (Info-mode-map): Bind Info-copy-current-node-name to `w'
6337 for consistency with dired-copy-filename-as-kill.
6338 Bind `S' to Info-search-case-sensitively.
6339 (Info-copy-current-node-name): New arg. With zero prefix arg put
6340 the name inside a function call to `info'. Display copied text in
6341 the echo area.
6342
6343 2004-05-25 Sam Steingold <sds@gnu.org>
6344
6345 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
6346 strip the package prefix from the symbol name, if any.
6347 Make it the `find-tag-default-function' for `lisp-mode'.
6348
6349 2004-05-25 John Paul Wallington <jpw@gnu.org>
6350
6351 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
6352 instead of obsolete `process-kill-without-query'.
6353
6354 * textmodes/texinfmt.el (texinfo-indexvar-alist):
6355 Declare as variable, not constant.
6356
6357 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
6358
6359 * files.el (find-file-noselect-1): Fix bug introduced by
6360 Revision 1.694. As a side effect, `inhibit-read-only'
6361 is again, by default, t during execution of
6362 `find-file-not-found-functions'.
6363 (insert-directory): Check that lines were really inserted by
6364 the --dired switch, before erasing them.
6365
6366 2004-05-24 Nick Roberts <nickrob@gnu.org>
6367
6368 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
6369 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
6370 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
6371 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
6372 gud-minor-mode (gdbmi).
6373
6374 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6375
6376 * net/browse-url.el (browse-url-interactive-arg): Enable user to
6377 explicitly select the text to be taken as URL.
6378
6379 2004-05-23 Juri Linkov <juri@jurta.org>
6380
6381 * info.el (Info-index-nodes): New var and fun.
6382 (Info-goto-index, Info-index, info-apropos)
6383 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
6384 (Info-index): Fix docstring. Store and restore Info-history-list.
6385 (Info-complete-nodes): New var.
6386 (Info-complete-menu-item): Use it.
6387 (Info-index-node): New fun.
6388 (Info-final-node, Info-forward-node, Info-backward-node)
6389 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
6390 Use Info-index-node.
6391 (Info-extract-menu-item, Info-extract-menu-counting): Set second
6392 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
6393 (Info-find-node-2): If a node with period in its name not found,
6394 try to find a node without the name part after period.
6395 (Info-select-node): Call Info-fontify-node only if
6396 Info-fontify-maximum-menu-size is not nil.
6397 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
6398 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
6399 Preserve Info-history-list.
6400 (Info-toc): Set Info-current-file.
6401 (Info-build-toc): Move point to the beginning of the buffer.
6402 Add main-file variable.
6403 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
6404 Use backslashed representation of the control character ^_.
6405
6406 * textmodes/texinfmt.el (texinfo-print-index): Print index line
6407 numbers in the new Texinfo 4.7 format.
6408
6409 * add-log.el (change-log-font-lock-keywords): Remove `:' from
6410 regexps for function and variable names.
6411
6412 * descr-text.el (describe-property-list): Add [show] button for
6413 `syntax-table' property with action to pp to a separate buffer.
6414 (describe-char): Replace search-forward by re-search-forward with
6415 whitespace regexp after "character:" to not fail in too narrow windows.
6416
6417 * simple.el (next-error-find-buffer): Add a rule to return
6418 next-error capable buffer if one window on the selected frame
6419 displays such buffer.
6420
6421 2004-05-23 Nick Roberts <nickrob@gnu.org>
6422
6423 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6424 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6425 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6426 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6427 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6428 Handle new value for gud-minor-mode (gdbmi).
6429 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6430 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6431 Change from local to global gdb variable set.
6432 (gdb-ann3): Initialise above gdb variable set.
6433 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6434 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6435 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6436 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6437 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6438 (gdb-info-locals-handler, gdb-invalidate-assembler)
6439 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6440 set as global variables.
6441 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6442 Handle gdbmi.
6443 (gdb-info-breakpoints-custom): Fix regexp.
6444 (def-gdb-var): Delete.
6445
6446 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6447 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6448 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6449 a new mode. The file (gdb-mi.el) for this mode will be included
6450 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6451 primary interface.
6452
6453 2004-05-23 Jesper Harder <harder@ifa.au.dk>
6454
6455 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6456 interpreted as a directory.
6457
6458 2004-05-22 Richard M. Stallman <rms@gnu.org>
6459
6460 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6461 as a close quote.
6462
6463 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6464
6465 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6466 Use assoc-string, not assoc-ignore-case.
6467
6468 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6469
6470 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6471 If moving back then fwd gets a defun that ends before point,
6472 try again moving fwd then back.
6473
6474 * files.el (file-name-non-special): Allow t in file-arg-indices
6475 to mean requote the return value. Use `identity' as an element
6476 rather than as the whole value.
6477
6478 * gs.el (gs-options): Add -dSAFER. Mark it risky.
6479
6480 2004-05-22 Juanma Barranquero <lektu@terra.es>
6481
6482 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6483 `help-make-usage'.
6484 (help-highlight-arguments): Skip function name before searching
6485 for arguments.
6486
6487 2004-05-21 Juanma Barranquero <lektu@terra.es>
6488
6489 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6490 Don't mention in the docstring these arguments meant for
6491 internal (recursive) use only.
6492 (allout-char-spec): Comment out (it's not implemented).
6493 (allout-old-expose-topic, allout-exposure): Fix docstring and add
6494 obsolescence declaration.
6495 (allout-flatten-exposed-to-buffer)
6496 (allout-indented-exposed-to-buffer): Fix typos in docstring.
6497 (my-mark-marker): Doc fix.
6498 (produce-allout-mode-map, allout-sibling-index)
6499 (allout-isearch-expose, allout-distinctive-bullet)
6500 (allout-open-topic, allout-reindent-body)
6501 (allout-rebullet-heading, allout-process-exposed)
6502 (allout-insert-listified, allout-latex-verb-quote)
6503 (allout-insert-latex-header, allout-insert-latex-trailer):
6504 Make arguments match their use in docstring.
6505 (allout-primary-bullet, allout-old-style-prefixes)
6506 (allout-inhibit-protection, allout-init, allout-mode)
6507 (allout-before-change-protect, allout-flag-region):
6508 Use "Emacs" instead of "emacs" in docstrings.
6509
6510 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6511
6512 * international/characters.el: Modify syntax of more characters.
6513
6514 2004-05-21 Masatake YAMATO <jet@gyve.org>
6515
6516 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6517 (etags-tags-completion-table): Show parsing progress.
6518
6519 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
6520
6521 * locate.el (locate-prompt-for-command): Shorten first line of
6522 docstring.
6523 (locate-mode): Expand docstring and include keymap summary.
6524
6525 * files.el (find-file-noselect-1): Limit the scope of the
6526 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
6527 is, by default, nil during the execution of
6528 `find-file-not-found-functions' and `find-file-hook'.
6529
6530 2004-05-20 Michael Mauger <mmaug@yahoo.com>
6531
6532 * facemenu.el (facemenu-color-name-equal): New function.
6533 (list-colors-display): Use it to compare colors instead of
6534 facemenu-color-equal.
6535
6536 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
6537
6538 * compare-w.el (compare-windows-face): Use min-colors instead of
6539 checking for tty or pc types.
6540
6541 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6544 (completion-setup-function): Use with-current-buffer.
6545 Properly save excursion. Simplify.
6546 Don't assume there is necessarily a `mouse-face' property somewhere.
6547
6548 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6549
6550 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
6551
6552 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6553 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6554 Use with-current-buffer.
6555 (byte-goto-log-buffer): Delete.
6556 (byte-compile-log-file): Call compilation-forget-errors.
6557
6558 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6559
6560 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6561 output messages into the search result.
6562
6563 2004-05-19 Masatake YAMATO <jet@gyve.org>
6564
6565 * wid-edit.el (widget-radio-button-notify): Revert my last
6566 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6567
6568 2004-05-19 Kenichi Handa <handa@m17n.org>
6569
6570 * international/characters.el: Fix syntax (open/close) of CJK chars.
6571
6572 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6573
6574 * help-mode.el (help-go-back): Don't depend on position of back button.
6575
6576 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
6579 files files don't contain an accidental additional /.
6580
6581 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
6582 in source buffer.
6583
6584 2004-05-18 Masatake YAMATO <jet@gyve.org>
6585
6586 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
6587 to widget-apply. :action method assumes 2 arguments, not 3.
6588
6589 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
6590
6591 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6592 New constants.
6593 (hs-special-modes-alist): Add an f90-mode entry.
6594
6595 2004-05-17 Sam Steingold <sds@gnu.org>
6596
6597 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
6598 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
6599
6600 2004-05-16 Kim F. Storm <storm@cua.dk>
6601
6602 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
6603
6604 2004-05-15 John Wiegley <johnw@newartisans.com>
6605
6606 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
6607 (eshell-output-object-to-target): Improve output speed 20% by not
6608 calling `eshell-stringify' if something is already known to be a string.
6609
6610 2004-05-15 Alex Ott <ott@jet.msk.su>
6611
6612 * textmodes/ispell.el (ispell-local-dictionary-alist):
6613 Add windows-1251 to the choice of coding systems.
6614 (ispell-dictionary-alist-6): Add support for "russianw.aff",
6615 encoded in cp1251.
6616
6617 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
6618
6619 * progmodes/compile.el (compilation-warning-face)
6620 (compilation-info-face): Use min-colors.
6621
6622 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6623
6624 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
6625 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
6626 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
6627 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6628 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6629 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6630 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6631 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6632 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6633 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6634 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6635 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6636 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6637 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6638
6639 2004-05-15 Kim F. Storm <storm@cua.dk>
6640
6641 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6642 Use it to set triggered-p element of timer.
6643 (timer-event-handler): Set triggered-p element non-nil while running
6644 the timer function.
6645
6646 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * descr-text.el (describe-char-unicode-data)
6649 (describe-char-unicodedata-file): Re-enable the unicode code now that
6650 the licensing issues have been cleared in the unicode-4 license.
6651 (describe-text-properties-1): Remove unused `overlay' var.
6652 (describe-char): Remove unused var `buffer'.
6653
6654 2004-05-14 David Ponce <david@dponce.com>
6655
6656 * tree-widget.el: New file.
6657
6658 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
6659
6660 * language/european.el ("Brazilian Portuguese"): Add support for
6661 Brazilian Portuguese.
6662
6663 2004-05-13 John Wiegley <johnw@newartisans.com>
6664
6665 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6666 `recentf-mode' if this variable has been customized to t.
6667
6668 * eshell/esh-test.el (eshell-test): Call the function
6669 `emacs-version' rather than trying to build a custom version string.
6670
6671 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * net/telnet.el (telnet-mode): Use define-derived-mode.
6674 Don't modify the global value of comint-prompt-regexp.
6675
6676 2004-05-13 John Paul Wallington <jpw@gnu.org>
6677
6678 * version.el (emacs-version): Check for `gtk' feature before
6679 `x-toolkit' feature.
6680
6681 2004-05-13 Juanma Barranquero <lektu@terra.es>
6682
6683 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6684 arguments in the docstring, they're used only in recursive calls.
6685
6686 * help-fns.el (help-arg-highlighting-function)
6687 (help-argument-name): Delete.
6688 (help-default-arg-highlight): New function.
6689 (help-do-arg-highlighting): Use it.
6690
6691 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6692
6693 * calendar/appt.el (appt-disp-window):
6694 Use `calendar-set-mode-line' for a centered mode-line.
6695
6696 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6697
6698 * calendar/appt.el (appt-disp-window): Do not split window
6699 excessively when `split-height-threshold' is low.
6700
6701 2004-05-12 Nick Roberts <nickrob@gnu.org>
6702
6703 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6704 kill-buffer-hook here and make it local.
6705 (gud-kill-buffer-hook): Use kill-process for a sure kill.
6706
6707 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
6708
6709 * progmodes/compile.el (compilation-set-window-height):
6710 Use save-excursion to protect against misplaced marker.
6711
6712 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6713
6714 * custom.el (defface): Document that type can have value gtk.
6715
6716 * faces.el (face-spec-set-match-display): Handle type gtk in display.
6717
6718 2004-05-12 Kenichi Handa <handa@m17n.org>
6719
6720 * descr-text.el: Require quail at comile time.
6721 (describe-char): If an input method is on and it supports the
6722 character, show how to input it.
6723
6724 * international/quail.el (quail-install-decode-map): Accept a
6725 char-table whose subtype is `quail-decode-map'.
6726 (quail-store-decode-map-key, quail-gen-decode-map1)
6727 (quail-gen-decode-map, quail-find-key1, quail-find-key)
6728 (quail-show-key): New functions.
6729
6730 2004-05-12 Juanma Barranquero <lektu@terra.es>
6731
6732 * generic.el (define-generic-mode): Remove redundant arglist info.
6733
6734 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6735 Make arguments match their use in docstring.
6736 (help-arg-highlighting-function): New variable.
6737 (help-argument-name): Mention it in the docstring.
6738 (help-do-arg-highlight): Use it. Expand regexp to accept also
6739 ARG-xxx and xxx-ARG references.
6740
6741 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6742
6743 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6744 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6745 and "mailto:addr1?to=addr2" equal.
6746
6747 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6748
6749 * man.el (Man-getpage-in-background): Use shell-file-name
6750 and shell-command-switch variables instead of hard-coded values.
6751
6752 2004-05-11 Eli Zaretskii <eliz@gnu.org>
6753
6754 * iimage.el: New file.
6755
6756 2004-05-11 Juanma Barranquero <lektu@terra.es>
6757
6758 * custom.el (custom-initialize-default, defcustom):
6759 Fix typo in docstring.
6760
6761 * files.el (set-visited-file-name, file-expand-wildcards):
6762 Fix docstring.
6763
6764 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6767
6768 * subr.el (eventp): Be more discriminating with integers.
6769
6770 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
6771
6772 * progmodes/compile.el (compile): Add universal prefix arg.
6773 (compilation-error-regexp-alist-alist): Add edg patterns.
6774
6775 2004-05-10 Sam Steingold <sds@gnu.org>
6776
6777 * textmodes/ispell.el (ispell-message):
6778 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6779
6780 2004-05-10 Dave Love <fx@gnu.org>
6781
6782 * progmodes/python.el (help-buffer): Autoload when compiling.
6783 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6784 (run-python): Prepend to any existing PYTHONPATH.
6785
6786 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
6787
6788 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6789 for pending breakpoints.
6790
6791 2004-05-10 Richard M. Stallman <rms@gnu.org>
6792
6793 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
6794 directly without calling any functions in Rmail.
6795 (unrmail-unprune): Function deleted.
6796
6797 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6800 C-c C-z binding.
6801
6802 2004-05-10 Kenichi Handa <handa@m17n.org>
6803
6804 * descr-text.el (describe-char): Fix previous change. Don't make
6805 a unibyte character to multibyte in the *Help* buffer.
6806
6807 2004-05-10 Miles Bader <miles@gnu.org>
6808
6809 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6810 buffer an error if the debugger process is actually running.
6811
6812 2004-05-10 Juanma Barranquero <lektu@terra.es>
6813
6814 * help-fns.el (help-argument-name): Default to italic.
6815 (help-highlight-arguments): Return always (usage . doc), even when
6816 usage is nil.
6817
6818 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6819 (define-ibuffer-filter): Add usage info.
6820 (define-ibuffer-op): Add usage info (but CL-style defaults for
6821 keyword args are not shown).
6822
6823 * subr.el (remove-overlays, read-passwd): Fix docstring.
6824 (start-process-shell-command): Fix docstring. Put usage info in a
6825 format usable by `describe-function'.
6826 (open-network-stream, open-network-stream-nowait)
6827 (open-network-stream-server): Fix docstring.
6828
6829 2004-05-09 Jason Rumney <jasonr@gnu.org>
6830
6831 * international/code-pages (cp932, cp936, cp949, c950): Remove.
6832 Only define cp125* if windows-125* is already defined.
6833
6834 * language/korean.el (cp949): Add alias.
6835
6836 * language/chinese.el (cp936, cp950): Add aliases.
6837
6838 * language/japanese.el (cp932): Add alias.
6839
6840 * term/w32-win.el: Require code-pages.
6841
6842 * international/mule-cmds.el (set-locale-environment):
6843 On MS-Windows use ansi code-page for default coding-systems.
6844 Set up paper sizes for Windows 3 letter languages.
6845
6846 * international/code-pages.el (cp932, cp936, cp949, cp950):
6847 Add aliases. Also add cp125* if not already defined.
6848
6849 2004-05-09 Juanma Barranquero <lektu@terra.es>
6850
6851 * help-fns.el (help-highlight-arguments): Don't try to highlight
6852 missing or autoloaded arglists. Accept structured arguments, like
6853 the first ones of `do' and `flet'.
6854
6855 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6856 (cvs-get-marked): Remove redundant arglist info.
6857
6858 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6859 Don't use CL-style default args.
6860
6861 2004-05-08 Andreas Schwab <schwab@suse.de>
6862
6863 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6864
6865 * international/subst-ksc.el: Fix references to utf-translate-cjk
6866 into utf-translate-cjk-mode.
6867 * international/subst-big5.el: Likewise.
6868 * international/subst-gb2312.el: Likewise.
6869 * international/subst-jis.el: Likewise.
6870 * international/utf-16.el: Likewise.
6871 * international/utf-8.el: Likewise.
6872
6873 2004-05-08 John Wiegley <johnw@newartisans.com>
6874
6875 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6876 "virtual buffers" (off by default), which makes it possible to
6877 switch to the "virtual" buffers of recently visited files. When a
6878 buffer name search fails, and this option is on, iswitchb will
6879 look at the list of recently visited files, and permit matching
6880 against those names. When the user hits RET on a match, it will
6881 revisit that file.
6882 (iswitchb-read-buffer): Add two optional arguments, which makes
6883 isearchb.el possible.
6884 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6885 (iswitchb-next-match): Add support for virtual buffers.
6886
6887 * isearchb.el: This module extends iswitchb to provide "as you
6888 type" buffer selection.
6889
6890 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6891 Ignore the read-only property when flyspell highlighting is on.
6892 Not ignoring it leads to a series of confusing errors.
6893 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6894 but also make sure to call flyspell-incorrect-hook.
6895 (flyspell-maybe-correct-transposition): Perform transposition test
6896 by bit twiddling a string, rather than using a temp buffer.
6897 (flyspell-maybe-correct-doubling): Use a string rather than a temp
6898 buffer. This is also the original version of the code, which
6899 could not be checked in before due to a previous lack of
6900 assignment papers. This version has seen heavy usage on my system
6901 for several years now.
6902
6903 * calendar/cal-bahai.el: New file, which adds support for the
6904 Baha'i calendar to Emacs. This calendar is based on a solar year
6905 of 19 months of 19 days, with 4 intercalary days. Each year
6906 begins on March 21, with the calendar starting in 1844.
6907
6908 * calendar/cal-menu.el, calendar/calendar.el,
6909 calendar/diary-lib.el, calendar/holidays.el: Added support for
6910 using cal-bahai.el.
6911
6912 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6913 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6914 function can be used outside of eshell buffers.
6915 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6916
6917 2004-05-08 Juanma Barranquero <lektu@terra.es>
6918
6919 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6920 word constituent so FOO-ARG is not recognized as an arg.
6921 (help-highlight-arguments): Don't skip lists in mandatory arguments.
6922
6923 * simple.el (next-error): Fix typo in docstring.
6924 (open-line): Make argument names match their use in docstring.
6925 (split-line): Fix docstring.
6926
6927 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6928 usable by `describe-function'.
6929 (gensym, gentemp, typep, ignore-errors): Make argument names match
6930 their use in docstring.
6931
6932 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6933 argument to `help-setup-xref'.
6934
6935 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
6936
6937 Version 2.0.40 of Tramp released.
6938
6939 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6940 Use symbol-function to invoke functions only known on some Emacs
6941 flavors. This avoids byte-compiler warnings. Reported by Kevin
6942 Scaldeferri <kevin@scaldeferri.com>.
6943 (tramp-do-copy-or-rename-file-via-buffer): Rename from
6944 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6945 consistent with the other tramp-do-* functions.
6946 (tramp-do-copy-or-rename-file): Calls adjusted.
6947 (tramp-process-initial-commands): Avoid liveness check on shell --
6948 we know that it must be alive since we're opening a connection at
6949 this moment.
6950 (tramp-last-cmd): New internal variable.
6951 (tramp-process-echoes): New tunable.
6952 (tramp-send-command): Set tramp-last-cmd.
6953 (tramp-wait-for-output): Delete echo, if applicable.
6954 (tramp-read-passwd): Construct the key for the password cache in a
6955 way that works for multi methods, too.
6956 (tramp-bug): Add backup-directory-alist and
6957 bkup-backup-directory-info to bug reports, with Tramp counterparts.
6958
6959 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
6960
6961 * net/tramp*.el: Suppress byte-compiler warnings where possible.
6962
6963 * net/tramp.el (tramp-out-of-band-prompt-regexp)
6964 (tramp-actions-copy-out-of-band): New defcustoms.
6965 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6966 used instead of a synchronous one. Allows password entering.
6967 (tramp-action-out-of-band): New defun.
6968 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6969 Remove restriction with password from doc string.
6970 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6971 `tramp-out-of-band-prompt-regexp',
6972 `tramp-actions-copy-out-of-band', `password-cache' and
6973 `password-cache-expiry'.
6974 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
6975 password caching.
6976 (tramp-touch): FILE can be a local file, too.
6977 (TODO): Remove items done.
6978 (tramp-handle-insert-directory): Properly quote file name also if
6979 not full-directory-p. Handle wildcard case. Reported by Andreas
6980 Schwab <schwab@suse.de>.
6981 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6982 new file.
6983 (tramp-handle-file-local-copy, tramp-handle-write-region):
6984 The permissions of the temporary file are set if filename exists.
6985 Reported by Ted Stern <stern@cray.com>.
6986 (tramp-backup-directory-alist)
6987 (tramp-bkup-backup-directory-info): New defcustoms.
6988 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6989 (tramp-handle-find-backup-file-name): New function.
6990 Implements Tramp's find-backup-file-name.
6991
6992 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6993 for `find-backup-file-name'.
6994
6995 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6996 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
6997
6998 2004-05-07 Lars Hansen <larsh@math.ku.dk>
6999
7000 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7001
7002 2004-05-07 Juanma Barranquero <lektu@terra.es>
7003
7004 * subr.el (lambda): Add arglist description to docstring.
7005 (declare): Fix typo in docstring.
7006 (open-network-stream): Fix docstring.
7007 (process-kill-without-query): Fix docstring and add obsolescence info.
7008 (last, butlast, nbutlast): Make arguments match their use in docstring.
7009 (insert-buffer-substring-no-properties): Likewise.
7010 (insert-buffer-substring-as-yank): Likewise.
7011 (split-string): Fix docstring.
7012
7013 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7014 Make argument names match their use in docstring.
7015
7016 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7017
7018 2004-05-06 Nick Roberts <nickrob@gnu.org>
7019
7020 * progmodes/gdb-ui.el: Improve/extend documentation strings.
7021 Fit first sentence on one line for apropos-command.
7022
7023 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 Changes largely merged in from Dave Love's code.
7026 * progmodes/python.el: Doc fixes.
7027 (python-mode-map): Add python-complete-symbol.
7028 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7029 (python-comment-indent, python-complete-symbol)
7030 (python-symbol-completions, python-partial-symbol)
7031 (python-try-complete): New.
7032 (python-indent-line): Remove optional arg. Use python-block-end-p.
7033 (python-check): Bind compilation-error-regexp-alist.
7034 (inferior-python-mode): Use rx. Move keybindings to top level.
7035 Set comint-input-filter.
7036 (python-preoutput-filter): Use rx.
7037 (python-input-filter): Re-introduce.
7038 (python-proc): Start new process if necessary.
7039 Check python-buffer non-nil.
7040 (view-return-to-alist): Defvar.
7041 (python-send-receive): New.
7042 (python-eldoc-function): Use it.
7043 (python-mode-running): Don't defvar.
7044 (python-mode): Set comment-indent-function.
7045 Maybe update hippie-expand-try-functions-list.
7046 (python-indentation-levels): Initialize differently.
7047 (python-block-end-p): New.
7048 (python-indent-line): Use it.
7049 (python-compilation-regexp-alist): Augment.
7050 (run-python): Import `emacs' module to Python rather than loading
7051 code directly. Set python-buffer differently.
7052 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
7053 Use python-proc.
7054 (python-send-command): Go to end of comint buffer.
7055 (python-load-file): Use python-proc, emacs.eimport.
7056 (python-describe-symbol): Simplify interactive form.
7057 Use emacs.help. Do use temp-buffer-show-hook.
7058 Call print-help-return-message.
7059 (hippie-exp): Require when compiling.
7060 (python-preoutput-continuation): Use rx.
7061
7062 * diff-mode.el (diff-make-unified): Fix regexp.
7063
7064 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
7065
7066 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7067 filter groups from the buffer when rebuilding the Ibuffer buffer
7068 and `ibuffer-show-empty-filter-groups' is nil.
7069
7070 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7071
7072 * ps-print.el (ps-print-quote): Call ps-value-string.
7073 (ps-setup): Call ps-comment-string.
7074 (ps-value-string, ps-comment-string): New funs.
7075
7076 2004-05-06 Juanma Barranquero <lektu@terra.es>
7077
7078 * ehelp.el (electric-help-command-loop): Check whether the last
7079 character is visible, not (point-max).
7080
7081 * help-fns.el (help-argument-name): Default to bold; don't inherit
7082 from font-lock-variable-name-face.
7083 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7084
7085 2004-05-05 Kenichi Handa <handa@m17n.org>
7086
7087 * descr-text.el (describe-char): Copy the character with text
7088 properties and overlays into the first line, and call
7089 describe-text-properties on it.
7090
7091 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
7092
7093 * iswitchb.el (iswitchb-global-map): Fix typo.
7094 Remove unwanted ###autoloads from source file.
7095
7096 2004-05-05 Lars Hansen <larsh@math.ku.dk>
7097
7098 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7099 in run-hooks. Use substitute-command-keys in message.
7100 (wdired-abort-changes): Add message.
7101
7102 2004-05-03 Michael Mauger <mmaug@yahoo.com>
7103
7104 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7105 (sql-emacs20-p): Remove.
7106 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7107 (sql-builtin-face, sql-doc-face): Remove.
7108 (sql-mode-ansi-font-lock-keywords)
7109 (sql-mode-oracle-font-lock-keywords)
7110 (sql-mode-postgres-font-lock-keywords)
7111 (sql-mode-linter-font-lock-keywords)
7112 (sql-mode-ms-font-lock-keywords)
7113 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7114 (sql-product-font-lock): Fix font-lock reset when font rules change.
7115 (sql-highlight-product): Remove incorrect font-lock reset logic.
7116
7117 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
7118
7119 * ses.el (ses-set-parameter): Fix typo.
7120
7121 2004-05-04 Kim F. Storm <storm@cua.dk>
7122
7123 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7124 Must expand directory for completion to work; and don't mess with
7125 process-environment.
7126 (ido-read-file-name): If command has ido property, don't use ido
7127 if value is ignore, or read as directory if value is dir.
7128 Set ido ignore property for dired-do-rename command.
7129
7130 2004-05-04 Juanma Barranquero <lektu@terra.es>
7131
7132 * ehelp.el (electric-help-command-loop, electric-help-undefined)
7133 (electric-help-help): Check against unmapped commands.
7134
7135 * help-fns.el (help-argument-name): New face, inheriting from
7136 font-lock-variable-name-face, to highlight function arguments in
7137 `describe-function' and `describe-key'.
7138 (help-do-arg-highlight): Auxiliary function to highlight a given
7139 list of arguments in a string.
7140 (help-highlight-arguments): Highlight the function arguments and
7141 all uses of them in the docstring.
7142 (describe-function-1): Use it. Do docstring output via `insert',
7143 not 'princ', so text attributes are preserved.
7144
7145 * winner.el (winner-mode-map): Move `winner-undo' and
7146 `winner-redo' to C-c <left> and C-c <right>, respectively (the
7147 previous bindings conflict with `prev-buffer', `next-buffer').
7148
7149 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7150
7151 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7152 (bibtex-entry-update): New command bound to C-c C-u.
7153 (bibtex-text-in-string): Fix regexp.
7154 (bibtex-assoc-of-regexp): Remove.
7155 (bibtex-progress-message): Fix docstring.
7156 (bibtex-inside-field): Use if.
7157 (bibtex-assoc-regexp): New function.
7158 (bibtex-format-entry): Make code more robust so that it formats
7159 also old entries.
7160 (bibtex-autokey-demangle-title): Merge with obsolete function
7161 bibtex-assoc-of-regexp.
7162 (bibtex-field-list): New function.
7163 (bibtex-entry): Use bibtex-field-list.
7164 (bibtex-parse-entry): Fix docstring.
7165 (bibtex-print-help-message): Use bibtex-field-list.
7166 (bibtex-make-field): Use bibtex-field-list.
7167 (bibtex-entry-index): Bugfix. Return crossref key if required.
7168 (bibtex-lessp): Fix docstring.
7169
7170 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
7171
7172 * select.el (xselect-convert-to-string): Move comment to intended line.
7173
7174 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7175
7176 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7177 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7178
7179 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7180
7181 * term/x-win.el (x-clipboard-yank): Don't exit on error from
7182 x-get-selection.
7183
7184 2004-05-03 Jason Rumney <jasonr@gnu.org>
7185
7186 * makefile.nt: Remove.
7187
7188 2004-05-03 Kim F. Storm <storm@cua.dk>
7189
7190 * emulation/cua-base.el (cua--update-indications): Fix last change.
7191 (cua-mode): Deactivate mark when cua-mode is enabled.
7192
7193 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7196
7197 2004-05-03 Nick Roberts <nickrob@gnu.org>
7198
7199 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7200 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7201 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7202 window over visible frames.
7203 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7204
7205 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * progmodes/compile.el (compilation-gcpro): New var.
7208 (compilation-fake-loc): Use it.
7209 (compilation-forget-errors): Reset it.
7210
7211 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7212
7213 * diff-mode.el (diff-header-face, diff-file-header-face):
7214 Use min-colors.
7215
7216 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7217
7218 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7219 (bibtex-clean-entry): Disentangle code.
7220 (bibtex-realign): New function.
7221 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
7222 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7223 Remove undocumented optional arg called-by-convert-alien.
7224 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
7225 for sorting instead of bibtex-sort-buffer.
7226
7227 2004-05-02 Eli Zaretskii <eliz@gnu.org>
7228
7229 * progmodes/compile.el (compilation-start): In the
7230 no-async-subprocesses branch, call sit-for to give redisplay a
7231 chance to show the updated process status in the mode line, and
7232 fontify the buffer explicitly after the process exits.
7233
7234 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * progmodes/python.el (python-compilation-line-number): Remove.
7237 (python-compilation-regexp-alist): Don't use it any more.
7238 (python-orig-start, python-input-filter): Remove.
7239 (inferior-python-mode): Don't set up comint-input-filter-functions.
7240 (python-send-region): Use compilation-fake-loc.
7241
7242 * progmodes/compile.el (compilation-messages-start): New var.
7243 (compilation-mode): Don't setup next-error-function here.
7244 (compilation-setup): Set it up here instead (for minor modes as well).
7245 Make compilation-messages-start buffer local.
7246 (compilation-next-error-function): Use it.
7247 (compilation-forget-errors): Set compilation-messages-start.
7248
7249 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
7250
7251 * ielm.el (ielm-prompt-read-only): Update docstring.
7252
7253 * comint.el (comint-prompt-read-only): Update docstring.
7254 (comint-update-fence, comint-kill-whole-line)
7255 (comint-kill-region): New functions.
7256
7257 * simple.el (kill-whole-line): Use "p" instead of "P" in
7258 interactive form.
7259
7260 2004-05-01 Juanma Barranquero <lektu@terra.es>
7261
7262 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7263 format arglist so default values in CL-style argument lists are
7264 correctly shown.
7265
7266 2004-05-01 Jason Rumney <jasonr@gnu.org>
7267
7268 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7269
7270 2004-05-01 Kenichi Handa <handa@m17n.org>
7271
7272 * international/titdic-cnv.el (miscdic-convert): Don't generate a
7273 quail file if it is up to date.
7274
7275 2004-04-30 Juri Linkov <juri@jurta.org>
7276
7277 * cus-edit.el (custom-mode-map):
7278 Add key binding `C-x C-s' to `Custom-save'.
7279
7280 * outline.el (outline-blank-line): New var.
7281 (outline-next-preface, outline-show-heading)
7282 (outline-end-of-subtree): Use it.
7283
7284 * dired-aux.el (dired-touch-initial): New fun.
7285 (dired-do-chxxx): Call it for op-symbol `touch'.
7286 (dired-diff): Use `dired-dwim-target-directory'
7287 if current dired buffer has no buffer mark.
7288
7289 * bindings.el (propertized-buffer-identification):
7290 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7291 Add C-M-arrow keys for consistency.
7292
7293 * files.el (confirm-kill-emacs):
7294 Change group from top-level `emacs' to `convenience'.
7295
7296 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7297 Push mark on the first call of successive command calls.
7298 (insert-pair): New fun created from `insert-parentheses' with
7299 `open' and `close' arguments added. Enclose active regions
7300 in paired characters. Compare adjacent characters syntax with
7301 inserted characters syntax before inserting a space.
7302 (insert-parentheses): Call `insert-pair' with ?\( ?\).
7303
7304 * delsel.el: Don't put `delete-selection' property
7305 on `insert-parentheses' symbol to take advantage of
7306 region handling in `insert-pair' function.
7307 Suggested by Stephan Stahl <stahl@eos.franken.de>.
7308
7309 2004-04-30 Kim F. Storm <storm@cua.dk>
7310
7311 * emulation/cua-base.el: Add support for changing cursor types;
7312 based on patch from Michael Mauger.
7313 (cua-normal-cursor-color, cua-read-only-cursor-color)
7314 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7315 Customization cursor type and/or cursor color.
7316 (cua--update-indications): Handle cursor type changes.
7317 (cua-mode): Update cursor indications if enabled.
7318
7319 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7320
7321 * mouse.el (mouse-drag-copy-region): New defcustom.
7322 (mouse-set-region, mouse-drag-region-1): Use it.
7323
7324 * simple.el (kill-ring-save): If region face background color is
7325 unspecified (if no highlighting), show extent of fully visible
7326 region even if transient-mark-mode is enabled.
7327
7328 * emulation/cua-base.el (cua--standard-movement-commands):
7329 Add cua-scroll-up and cua-scroll-down.
7330 (cua-scroll-up, cua-scroll-down): New commands.
7331 (cua--init-keymaps): Remap scroll-up and scroll-down.
7332
7333 * emulation/cua-rect.el (cua--convert-rectangle-as):
7334 New defmacro.
7335 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
7336 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
7337 New commands (suggested by Jordan Breeding).
7338
7339 2004-04-30 Juanma Barranquero <lektu@terra.es>
7340
7341 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
7342
7343 2004-04-30 Mario Lang <mlang@delysid.org>
7344
7345 * diff.el (diff-switches): Fix typo in docstring.
7346
7347 2004-04-30 Alex Schroeder <alex@gnu.org>
7348
7349 * xml.el (xml-debug-print-internal): Don't add newline and
7350 indentation to text nodes and write empty elements as empty tags
7351 instead of opening and closing tags.
7352 (xml-debug-print): Take optional indent-string argument.
7353 (xml-print): Alias for xml-debug-print.
7354
7355 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7356
7357 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
7358 than duplicate call to `line-beginning-position'.
7359
7360 * progmodes/f90.el (f90-get-present-comment-type):
7361 Return whitespace, as well as comment chars, for consistent filling
7362 of comment blocks. Use `match-string-no-properties'.
7363 (f90-break-line): Trim trailing whitespace when filling comments.
7364
7365 2004-04-30 Dave Love <fx@gnu.org>
7366
7367 * calendar/diary-lib.el (diary-outlook-formats): New variable.
7368 (diary-from-outlook-internal, diary-from-outlook)
7369 (diary-from-outlook-gnus, diary-from-outlook-rmail):
7370 New functions to import diary entries from Outlook-format
7371 appointments in mail messages.
7372
7373 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * progmodes/python.el (python-send-command): New fun.
7376 (python-send-region, python-load-file): Use it.
7377
7378 * progmodes/compile.el (compilation-last-buffer): Add var alias.
7379
7380 * help-fns.el (help-C-file-name): Use new subr-name.
7381 Prepend `src/' to the file name.
7382 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
7383 (describe-function-1, describe-variable): Only find a C source file
7384 name if DOC is already loaded.
7385
7386 * help-mode.el (help-function-def, help-variable-def):
7387 Use the new find-function-search-for-symbol functionality.
7388 Allow FILE to be `C-source'.
7389
7390 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
7391 (find-function-C-source): New fun.
7392 (find-function-search-for-symbol): Use it.
7393
7394 2004-03-29 Michael Mauger <mmaug@yahoo.com>
7395
7396 * progmodes/sql.el (sql-product-alist): Rename variable
7397 `sql-product-support'. Add Postgres login parameters.
7398 (sql-set-product, sql-product-feature): Update with renamed variable.
7399 (sql-connect-postgres): Add username prompt.
7400 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
7401 Make patterns less product specific.
7402 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
7403 (sql-mode-abbrev-table): Modify initialization.
7404 (sql-builtin-face): Add variable.
7405 (sql-keywords-re): Add macro.
7406 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
7407 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
7408 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
7409 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
7410 (sql-mode-linter-font-lock-keywords)
7411 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
7412 (sql-mode-sybase-font-lock-keywords)
7413 (sql-mode-informix-font-lock-keywords)
7414 (sql-mode-interbase-font-lock-keywords)
7415 (sql-mode-ingres-font-lock-keywords)
7416 (sql-mode-solid-font-lock-keywords)
7417 (sql-mode-sqlite-font-lock-keywords)
7418 (sql-mode-db2-font-lock-keywords): Default to nil.
7419 (sql-product-font-lock): Always highlight ANSI keywords.
7420 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7421 (sql-send-string): Add function.
7422
7423 2004-04-29 Dave Love <fx@gnu.org>
7424
7425 * progmodes/cfengine.el (cfengine-beginning-of-defun)
7426 (cfengine-end-of-defun): Ensure progress through buffer.
7427
7428 * info-look.el (cfengine-mode): Accept a terminal ().
7429
7430 2004-04-29 Juri Linkov <juri@jurta.org>
7431
7432 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7433 instead of isearch-yank-word-or-char. Add new key bindings for
7434 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7435 (isearch-del-char): New fun.
7436 (isearch-forward, isearch-edit-string): Update docstring.
7437 (isearch-yank-char): Doc fix.
7438 (isearch-other-meta-char): Restore point after scrolling.
7439
7440 * progmodes/compile.el (compilation-context-lines): Add nil option
7441 to disable compilation output window scrolling.
7442 (compilation-set-window): Use it.
7443
7444 * outline.el (outline-next-preface, outline-show-heading):
7445 Don't leave unhidden blank line before heading.
7446 (outline-end-of-subtree): Include last newline into subtree.
7447 (hide-entry): Leave point at beginning of heading instead of end.
7448 (outline-up-heading): Push mark for the first call of successive
7449 command calls.
7450
7451 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
7452
7453 * comint.el (comint-prompt-read-only): New variable.
7454 (comint-output-filter): Implement it.
7455
7456 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7457 (ielm-prompt-internal): New variable.
7458 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7459 (ielm-send-input): Delete unused variable `buf'.
7460 (ielm-eval-input): Use `ielm-prompt-internal'.
7461 (inferior-emacs-lisp-mode): Use new variables
7462 `comint-prompt-read-only' and `ielm-prompt-internal'.
7463 Get rid of obsolete variable `directory-sep-char'.
7464 (ielm): Use `zerop'.
7465
7466 2004-04-29 John Paul Wallington <jpw@gnu.org>
7467
7468 * thumbs.el (toplevel): Require cl at compile time.
7469 Remove conditional definitions of `ignore-errors' and `caddar'
7470 because they occur at run time.
7471
7472 2004-04-28 Nick Roberts <nickrob@gnu.org>
7473
7474 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7475 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7476 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7477 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7478
7479 * progmodes/gud.el (gud-common-init): Throw an error if program is
7480 already running under gdb.
7481
7482 2004-04-28 John Paul Wallington <jpw@gnu.org>
7483
7484 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7485 (thumbs-show-image-num): Move assignment of
7486 `thumbs-current-image-filename' within scope of `i'.
7487 (thumbs-emboss-image): Don't use `evenp'.
7488
7489 2004-04-28 Richard M. Stallman <rms@gnu.org>
7490
7491 * progmodes/compile.el (compilation-context-lines): Default now 0.
7492
7493 2004-04-28 Juanma Barranquero <lektu@terra.es>
7494
7495 Use `time-less-p' from calendar/time-date.el instead of defining
7496 custom versions of it.
7497
7498 * pcomplete.el (pcomplete-time-less-p): Remove.
7499
7500 * thumbs.el (time-less-p): Remove.
7501
7502 * calendar/timeclock.el (timeclock-time-less-p): Remove.
7503 (timeclock-generate-report): Use `time-less-p'.
7504
7505 * emacs-lisp/autoload.el (autoload-before-p): Remove.
7506 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7507
7508 2004-04-28 Masatake YAMATO <jet@gyve.org>
7509
7510 * subr.el (remove-overlays): Make arguments optional.
7511
7512 * wid-edit.el (widget-specify-button): Put evaporate to the
7513 overlay for sample.
7514 (widget-specify-sample): Put evaporate to the overlay for sample.
7515 (widget-specify-doc): Put evaporate to the overlay for documentation.
7516
7517 2004-04-27 Jesper Harder <harder@ifa.au.dk>
7518
7519 * info.el (info-apropos): Make it an index node. Align node names
7520 like makeinfo.
7521
7522 2004-04-27 Eli Zaretskii <eliz@gnu.org>
7523
7524 * net/browse-url.el (browse-url-netscape-sentinel)
7525 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7526 (browse-url-epiphany-sentinel, browse-url-mosaic):
7527 Use browse-url-*-program instead of a literal program name.
7528
7529 2004-04-27 Kevin Ryde <user42@zip.com.au>
7530
7531 * eshell/em-alias.el:
7532 * eshell/em-dirs.el:
7533 * eshell/em-hist.el:
7534 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7535 features when M-x customize-group loads modules before the main
7536 eshell.el.
7537
7538 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7539
7540 * subr.el (momentary-string-display): Support EXIT-CHAR that is
7541 either a character representation of an event or an event
7542 description list.
7543
7544 * type-break.el: Capitalise Emacs and Lisp.
7545 (type-break-good-break-interval, type-break-demo-boring-stats)
7546 (type-break-terse-messages, type-break-file-name): New defcustoms.
7547 (type-break-post-command-hook)
7548 (type-break-warning-countdown-string): Quote variable names in doc.
7549 (type-break-interval-start, type-break-auto-save-file-name): New vars.
7550 (type-break-mode): Document type-break-good-break-interval and the
7551 "session" file. Schedule break according to the session file.
7552 Kill session file buffer on exit. Organise for save-some-buffers
7553 to always save the session file.
7554 (type-break-mode-line-message-mode, type-break-query-mode):
7555 Uppercase arguments.
7556 (type-break-file-time, type-break-file-keystroke-count, timep)
7557 (type-break-choose-file, type-break-get-previous-time)
7558 (type-break-get-previous-count): New defuns.
7559 (type-break): Avoid break querying after a completed break in the
7560 case where the query was initiated during user invocation of the
7561 break. Optional terse messages.
7562 Use type-break-good-break-interval if type-break-good-rest-interval is
7563 nil. File the break time.
7564 (type-break-schedule): New optional args for overriding the use of
7565 the current time.
7566 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7567 after a break.
7568 (type-break-check): File the keystroke count.
7569 (type-break-do-query): Prevent a second query when the break is
7570 interrupted. Optional terse message.
7571 (type-break-keystroke-reset): Record the start of a typing interval.
7572 (type-break-demo-boring): Optional terse messages. Display word
7573 per minute and keystroke counts according to
7574 type-break-demo-boring-stats.
7575
7576 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
7577
7578 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
7579 directories, make sure they exist under archive-tmpdir.
7580
7581 2004-04-27 Juri Linkov <juri@jurta.org>
7582
7583 * help.el (view-emacs-news): With argument, display info for the
7584 selected version by finding it among different NEWS files, and
7585 narrowing the buffer to the selected version.
7586
7587 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
7588 same-window-buffer-names.
7589 (info): New arg `buffer'. Use it. Doc fix. Read file name for
7590 non-numeric prefix argument, append the number to the buffer name
7591 for numeric prefix argument.
7592 (info-other-window): Bind same-window-regexps to nil.
7593 (Info-reference-name): Rename to Info-point-loc.
7594 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
7595 and Info-find-index-name for stringy Info-point-loc.
7596 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
7597 without middle `.', but with final `.' and optional line number
7598 for it. Set Info-point-loc for index nodes.
7599 (Info-index): Remove middle `.' from index entry regexp.
7600 Modify line number regexp.
7601 (Info-index-next): Decrement line number.
7602 (info-apropos): Remove middle `.' from index entry regexp.
7603 Add optional line number regexp at the end. Add matched value
7604 for line number to the result list and insert it to the buffer.
7605 Replace match-string by match-string-no-properties.
7606 Reorder result list.
7607 (Info-fontify-node): Hide index line numbers.
7608 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
7609 empty matches.
7610 (Info-follow-reference): Use `str' instead of
7611 Info-following-node-name-re.
7612 (Info-toc): Use full file names. Set Info-current-node to "Top".
7613 (Info-fontify-node): Compare file names without directory name.
7614 (Info-try-follow-nearest-node): Don't set Info-reference-name.
7615 Set second arg of Info-extract-menu-node-name for index nodes.
7616 (info-xref-visited): Use magenta3 instead of magenta4.
7617 (Info-mode): Add info-apropos to docstring.
7618
7619 * log-view.el (log-view-diff): Replace interactive code "r"
7620 by a list to allow to call it even if region is not active.
7621
7622 * paren.el (show-paren-highlight-openparen): New var.
7623 (show-paren-function): Turn on openparen highlighting when
7624 matching forward if show-paren-highlight-openparen is non-nil.
7625
7626 * simple.el (kill-ring-save): Use blink-matching-delay instead of
7627 the constant value 1.
7628 (completions-common-part): Expand docstring.
7629
7630 * textmodes/picture.el (picture-mode-map): Add arrow keys.
7631
7632 2004-04-27 Kim F. Storm <storm@cua.dk>
7633
7634 * image.el (insert-sliced-image): Use line-height instead of
7635 line-spacing property on newline.
7636
7637 2004-04-26 Lars Hansen <larsh@math.ku.dk>
7638
7639 * desktop.el (desktop-buffer-misc-data-function): Rename to
7640 desktop-save-buffer and change docstring.
7641 (desktop-buffer-modes-to-save): Delete.
7642 (desktop-save-buffer-p): Use desktop-save-buffer instead of
7643 desktop-buffer-modes-to-save.
7644 (desktop-save): Rename desktop-buffer-misc-data-function to
7645 desktop-save-buffer and allow non-function value.
7646 (desktop-missing-file-warning): Correct docstring.
7647
7648 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7649 to desktop-save-buffer.
7650
7651 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7652 desktop-save-buffer.
7653
7654 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7655
7656 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7657
7658 2004-04-26 Eli Zaretskii <eliz@gnu.org>
7659
7660 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7661
7662 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
7663
7664 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7665 (ielm): Only go to the end of the buffer when starting a new process.
7666
7667 2004-04-25 Juanma Barranquero <lektu@terra.es>
7668
7669 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7670 mode line. Bind `inhibit-read-only' to t before modifying
7671 properties of text in the buffer.
7672 (ielm): Force point to the end of buffer, even when running ielm
7673 from inside itself.
7674
7675 2004-04-25 Jesper Harder <harder@ifa.au.dk>
7676
7677 * info.el (info-apropos): Reset Info-complete-cache.
7678
7679 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
7680
7681 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7682 Also recognize severe Irix et al. messages.
7683 (compilation-normalize-filename, compile-abbreviate-directory):
7684 Delete functions.
7685 (compilation-get-file-structure): New function inherits
7686 functionality of the two preceding ones.
7687 (compilation-internal-error-properties, compilation-fake-loc):
7688 Use it so that different paths to the same file share the same
7689 markers. Also optimize finding adjacent marker slightly.
7690
7691 2004-04-25 Kim F. Storm <storm@cua.dk>
7692
7693 * image.el (insert-sliced-image): Add line-spacing t property
7694 to newlines separating image lines.
7695
7696 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
7697
7698 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7699
7700 * ielm.el (ielm-prompt-read-only): New user option.
7701 (ielm-prompt): Expand docstring to describe new behavior.
7702 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7703 mention it in the docstring.
7704
7705 2004-04-24 Andreas Schwab <schwab@suse.de>
7706
7707 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7708
7709 * diff.el (diff): Set default-directory in diff buffer.
7710
7711 2004-04-24 Eli Zaretskii <eliz@gnu.org>
7712
7713 * mail/sendmail.el (mail-bury): Don't delete the frame where the
7714 mail was being composed if the terminal cannot display more than
7715 one frame; instead, switch to previous frame.
7716
7717 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7718 (rmail-start-mail): Support rmail-mail-new-frame even on
7719 terminals that can display only one frame at a time.
7720
7721 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7724 (checkdoc-output-font-lock-keywords): Remove error regexp.
7725 (checkdoc-output-mode-map): Remove.
7726 (checkdoc-output-mode): Derive from compilation-mode.
7727 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7728
7729 * dired.el (dired-mode-map): Add a menu entry for wdired.
7730
7731 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7732 (rx-bracket, rx-check-any, rx-any): Clean up name space.
7733
7734 * wdired.el: (wdired-mode-map): Move init into declaration.
7735 Fix `return' binding.
7736 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7737 Use force-mode-line-update.
7738 (wdired-get-filename): Use `unless'.
7739 (wdired-preprocess-files): Don't assume names have no \n and use / for
7740 dir separator.
7741 (wdired-normalize-filename): Use replace-regexp-in-string.
7742 (wdired-load-hooks): Remove.
7743 (wdired-mode-hooks): Rename to wdired-mode-hook.
7744
7745 * info-look.el: Add support for cfengine-mode.
7746 (info-lookup-setup-mode): Use dolist.
7747
7748 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
7749
7750 * wdired.el: New file.
7751
7752 2004-04-23 Juanma Barranquero <lektu@terra.es>
7753
7754 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7755
7756 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7757 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7758 (pcomplete--help, pcomplete--here): Doc fixes.
7759
7760 2004-04-23 Andre Spiegel <spiegel@gnu.org>
7761
7762 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7763 handles wrong-number-of-arguments in backend call.
7764
7765 * vc.el (vc-print-log): Likewise.
7766
7767 2004-04-20 Dave Love <fx@gnu.org>
7768
7769 * emacs-lisp/rx.el: Doc fixes.
7770 (rx-constituents): Add/extend many forms.
7771 (rx-check): Check form is a list.
7772 (bracket): Defvar.
7773 (rx-check-any, rx-any, rx-check-not): Modify.
7774 (rx-not): Simplify.
7775 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7776 (rx-kleene): Use rx-trans-forms.
7777 (rx-quote-for-set): Delete.
7778 (rx): Allow multiple args.
7779
7780 2004-04-23 Kenichi Handa <handa@m17n.org>
7781
7782 * international/mule-util.el (char-displayable-p): Simplify by
7783 using internal-char-font.
7784
7785 2004-04-23 Juanma Barranquero <lektu@terra.es>
7786
7787 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7788
7789 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * diff-mode.el (diff-next-error): New fun.
7792 (diff-mode): Use it.
7793
7794 * simple.el (next-error): Change arg name.
7795 Add support for the documented C-u C-x ` usage.
7796
7797 * frame.el (special-display-popup-frame, next-multiframe-window)
7798 (previous-multiframe-window): Only consider frames on same display.
7799
7800 2004-04-22 Lars Hansen <larsh@math.ku.dk>
7801
7802 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7803 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7804
7805 2004-04-22 Kim F. Storm <storm@cua.dk>
7806
7807 * net/telnet.el (telnet): Add optional port arg.
7808
7809 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7812 Minor sanity check on the `hyperlink' slot.
7813
7814 * Makefile.in (recompile): Compile new files.
7815
7816 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7817 Add byte-recompile-directory's optional `arg'.
7818
7819 * cvs-status.el (cvs-tree-use-charset): New var.
7820 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7821 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7822 (cvs-status-cvstrees): Use it.
7823
7824 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7825 Make it a normal major mode.
7826 (checkdoc-buffer-label): Make sure the file name is meaningful.
7827 (checkdoc-output-to-error-buffer): Remove.
7828 (checkdoc-error, checkdoc-start-section): Rewrite.
7829
7830 * info.el (info-node, info-menu-5, info-xref, info-header-node)
7831 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7832 (Info-title-4-face): Use new syntax.
7833 (info-xref-visited): Inherit from info-xref.
7834
7835 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7836
7837 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
7838
7839 * simple.el (next-error-last-buffer, next-error-function):
7840 New variables for the next-error framework.
7841 (next-error-buffer-p): New function.
7842 (next-error-find-buffer): Generalize compilation-find-buffer.
7843 (next-error, previous-error, first-error, next-error-no-select)
7844 (previous-error-no-select): Move from compile.el.
7845
7846 * replace.el (occur-next-error, occur-1): Hook into the next-error
7847 framework.
7848
7849 * progmodes/compile.el (compilation-start):
7850 Set next-error-last-buffer so next-error knows where to jump.
7851 (compilation-setup): Set the buffer-local variable
7852 next-error-function to 'compilation-next-error-function.
7853 (compilation-buffer-p, compilation-buffer-internal-p): Use an
7854 alternate way to find if a buffer is a compilation buffer, for
7855 next-error convenience.
7856 (next-error-no-select, previous-error-no-select, next-error)
7857 (previous-error, first-error): Move to simple.el.
7858 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7859 (compilation-last-buffer): Remove.
7860 (compilation-start, compilation-next-error, compilation-setup)
7861 (compilation-next-error-function, compilation-find-buffer):
7862 Remove compilation-last-buffer use.
7863
7864 2004-04-21 Juanma Barranquero <lektu@terra.es>
7865
7866 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7867 (font-lock-warning-face): Fix spacing.
7868
7869 * makefile.w32-in (WINS): Add url/ directory.
7870
7871 2004-04-21 Lars Hansen <larsh@math.ku.dk>
7872
7873 * desktop.el (desktop-buffer-mode-handlers): New variable.
7874 Alist of major mode specific functions to restore a desktop buffer.
7875 (desktop-buffer-handlers): Make variable obsolete.
7876 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7877 Catch errors signaled in handlers. Update buffer count.
7878 Evaluate desktop-buffer-point.
7879 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7880 move to dired.el.
7881 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7882 move to info.el.
7883 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7884 move to mail/rmail.el.
7885 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7886 to mh-e/mh-e.el.
7887 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7888 On fail, print message (to message buffer) even if
7889 desktop-missing-file-warning is nil.
7890 (desktop-buffer-misc-data-function): New buffer local variable.
7891 Function returning major mode specific data.
7892 (desktop-buffer-misc-functions): Make variable obsolete.
7893 (desktop-save): Use desktop-buffer-misc-data-function.
7894 (desktop-buffer-dired-misc-data): Rename to
7895 dired-desktop-buffer-misc-data and move to dired.el.
7896 (desktop-buffer-info-misc-data): Rename to
7897 Info-desktop-buffer-misc-data and move to info.el.
7898 (desktop-read): Add message about number of buffers restored/failed.
7899
7900 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7901 Add parameters. Pause to display error only when
7902 desktop-missing-file-warning is non-nil.
7903 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7904 (dired-mode): Bind desktop-buffer-misc-data-function.
7905
7906 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7907 Add Parameters.
7908 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7909 (Info-mode): Bind desktop-buffer-misc-data-function.
7910
7911 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7912 Add Parameters.
7913
7914 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7915 Add Parameters.
7916
7917 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
7918
7919 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7920 the case of letters in case-insensitive expansions when the
7921 abbrev is preceded by characters with letter syntax.
7922
7923 2004-04-21 Richard M. Stallman <rms@gnu.org>
7924
7925 * progmodes/cperl-mode.el (cperl-putback-char):
7926 Delete Emacs 18 definition.
7927
7928 * international/mule.el (ctext-post-read-conversion):
7929 Use assoc-string, not assoc-ignore-case.
7930
7931 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7932
7933 * emacs-lisp/easymenu.el (easy-menu-add):
7934 Do call x-popup-menu, but only if it's defined.
7935
7936 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7937
7938 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7939 Handle multiple args: compile like progn.
7940
7941 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7942 take all args as &rest arg.
7943
7944 * autoinsert.el (auto-insert-alist): Insert the user's name in
7945 copyright notice, rather than Free Software Foundation.
7946
7947 2004-04-21 Kenichi Handa <handa@m17n.org>
7948
7949 * descr-text.el (describe-char): Make it work on *Help* buffer.
7950
7951 2004-04-21 Kim F. Storm <storm@cua.dk>
7952
7953 * image.el (insert-image): Add optional SLICE arg.
7954 (insert-sliced-image): New defun.
7955
7956 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
7957
7958 * subr.el (read-number): Check whether `default' is nil.
7959
7960 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * progmodes/compile.el (compilation-error-properties):
7963 Split into two.
7964 (compilation-internal-error-properties): New one.
7965 (compilation-compat-error-properties): Use it. Fix the non-marker case.
7966
7967 2004-04-20 Richard M. Stallman <rms@gnu.org>
7968
7969 * window.el (split-window-save-restore-data):
7970 Don't update the data if OLD-INFO is nil.
7971
7972 * view.el (view-return-to-alist): Mark it permanent local.
7973
7974 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7975
7976 * recentf.el (recentf-save-list): Catch and warn about errors.
7977
7978 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7979 so "Buffers" won't be pure.
7980
7981 * help-mode.el (help-mode-finish): Set help-return-alist first
7982 thing, setting only the entry for the selected window.
7983
7984 * help-fns.el (describe-function-1): If many non-control non-meta
7985 keys run the command, don't list all of them.
7986
7987 2004-04-20 Juanma Barranquero <lektu@terra.es>
7988
7989 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7990 arg. Copied from Andre Spiegel's patch of 2004-03-21.
7991
7992 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7993
7994 2004-04-20 Kenichi Handa <handa@m17n.org>
7995
7996 * international/quail.el (quail-lookup-key): New optional arg
7997 NOT-RESET-INDICES.
7998 (quail-get-translations): Call quail-lookup-key with
7999 NOT-RESET-INDICES t.
8000 (quail-completion): Likewise.
8001 (quail-lookup-map-and-concat): Likewise.
8002
8003 2004-04-20 Kenichi Handa <handa@m17n.org>
8004
8005 * international/quail.el (quail-update-translation): Don't insert
8006 such an unsupported multibyte char in a unibyte buffer.
8007
8008 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
8009
8010 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8011 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8012 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8013 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8014 (gdb-frame-assembler-buffer): Improve behaviour with
8015 multiple frames.
8016 (gdb-display-buffer): Extend search to all visible frames.
8017
8018 2004-04-19 Eli Zaretskii <eliz@gnu.org>
8019
8020 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8021 characters left after base64 decoding.
8022 (rmail-decode-region): Use -dos variety of `coding', to remove any
8023 ^M characters left after qp or base64 decoding.
8024
8025 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8026
8027 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8028 messages.
8029
8030 2004-04-19 Stephen Eglen <stephen@gnu.org>
8031
8032 * add-log.el (add-change-log-entry): Update doc string to mention
8033 add-log-full-name and add-log-mailing-address.
8034
8035 2004-04-18 Juri Linkov <juri@jurta.org>
8036
8037 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8038 (Info-find-node-2): Simplify error message.
8039 (Info-insert-dir): Use Info-following-node-name.
8040 (Info-goto-node): Remove *info-history* and *info-toc*.
8041 (Info-history): Create a node of the virtual history file.
8042 (Info-toc): Create a node of the virtual toc file.
8043 (Info-insert-toc): New arg `curr-file' for reference file names.
8044 (info-apropos): Remove redundant var binding for temp-file.
8045 (Info-index, Info-index-next, Info-mode): Doc fix.
8046 (Info-goto-emacs-command-node): Don't jump to *info* from
8047 non-*info* Info buffers.
8048 (Info-fontify-node): Don't show the file name of external
8049 references if `Info-hide-note-references' is `hide'. Don't hide
8050 newlines at the end of paragraphs.
8051
8052 * international/mule-diag.el (list-input-methods):
8053 Fix args to help-xref-button.
8054
8055 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8056 to put into effect local variables from TUTORIAL files.
8057
8058 * textmodes/paragraphs.el (sentence-end) <function>: New fun
8059 with default value taken from the variable `sentence-end'.
8060 (sentence-end) <defcustom>: Set default to nil. Doc fix.
8061 Add nil const to :type.
8062 (sentence-end-without-period, sentence-end-double-space)
8063 (sentence-end-without-space): Doc fix.
8064
8065 * textmodes/paragraphs.el (forward-sentence):
8066 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8067 (fill-delete-newlines):
8068 * progmodes/cc-cmds.el (c-beginning-of-statement):
8069 Use function `sentence-end' instead of variable `sentence-end'.
8070
8071 2004-04-18 Andreas Schwab <schwab@suse.de>
8072
8073 * progmodes/compile.el (compilation-start): Set window start to
8074 point-min if compilation-scroll-output is nil.
8075
8076 2004-04-18 John Wiegley <johnw@newartisans.com>
8077
8078 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8079
8080 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
8081
8082 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8083 (gdb-info-breakpoints-custom): Revert previous change.
8084 (gdb-view-assembler): Update assembler if necessary.
8085 (gdb-frame-handler): Parse correctly for gdb-current-frame.
8086 (gdb-display-source-buffer): Update properly when both source and
8087 assembler are visible.
8088
8089 2004-04-17 John Wiegley <johnw@newartisans.com>
8090
8091 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8092 which limits the number of names shown in the minibuffer. Off by
8093 default.
8094 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
8095 up iswitchb for users with a multitude of open buffers by showing
8096 only the first and last N/2 buffers in the completion list (which
8097 is enough to aid C-s/C-r, and to know that more characters are
8098 needed to refine the completion list).
8099
8100 2004-04-17 Richard M. Stallman <rms@gnu.org>
8101
8102 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8103 (file-truename): Expand all ~ constructs directly.
8104 (insert-directory): Delete any error msg output by the
8105 `insert-directory-program'.
8106
8107 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8108 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8109 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8110 (allout-init): Use find-file-hook, not find-file-hooks.
8111 (allout-mode): Eliminate Emacs 18 support.
8112 Use write-contents-functions, not local-write-file-hooks.
8113
8114 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
8115
8116 * progmodes/compile.el (compilation-error-properties): Fix for
8117 adding messages when there are already markers for their file.
8118 (compilation-fake-loc): New function.
8119
8120 2004-04-16 Dave Love <fx@gnu.org>
8121
8122 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8123 (python-load-file): Fix python-orig-start setting.
8124
8125 * progmodes/compile.el: Doc fixes.
8126 (compilation-error-regexp-alist-alist)
8127 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8128 (compilation-assq): Wrap in eval-when-compile.
8129 (compilation-mode-font-lock-keywords): Don't use list*.
8130 (compilation-start): Avoid warning.
8131 (compilation-compat-error-properties)
8132 (compilation-directory-properties): Add keymap property.
8133 (compilation-parsing-end): Make it a marker for better compatibility.
8134
8135 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8136
8137 2004-04-16 Mark A. Hershberger <mah@everybody.org>
8138
8139 * xml.el: Doc fixes.
8140 (xml-get-children): Only looks at sub-tags and ignore strings.
8141
8142 * xml.el (xml-parse-tag): Avoid overwriting node-name.
8143
8144 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8147
8148 2004-04-16 Andre Spiegel <spiegel@gnu.org>
8149
8150 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8151
8152 * vc.el (vc-print-log): Likewise.
8153
8154 2004-04-16 Masatake YAMATO <jet@gyve.org>
8155
8156 * simple.el (completion-setup-function): Set an initial value
8157 to `element-common-end' before entering loop. Set a value
8158 to `element-common-end' at the end of loop.
8159 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8160 (completions-common-part): Rename from completion-de-emphasis.
8161 (completions-first-difference): Rename from completion-emphasis.
8162 Suggested by RMS.
8163
8164 2004-04-16 Juanma Barranquero <lektu@terra.es>
8165
8166 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8167 (bookmark-edit-annotation-mode): Add mode name.
8168
8169 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8170
8171 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8172 for nested conflict markers.
8173 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8174
8175 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
8176
8177 * progmodes/gdb-ui.el (gdb-goto-info): New function.
8178
8179 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8180
8181 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8184 Give a backtrace if requested.
8185
8186 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8187
8188 * progmodes/python.el (python-mouse-2-command, python-RET-command):
8189 Remove unused functions.
8190 (python-orig-start-line, python-orig-file): Remove.
8191 (python-orig-start): New var.
8192 (python-input-filter, python-compilation-line-number)
8193 (python-send-region, python-load-file): Use it.
8194
8195 * info.el (info): Always jump to *info*.
8196
8197 * subr.el (posn-set-point): New function.
8198
8199 * mouse.el (mouse-set-point): Use it.
8200
8201 * progmodes/compile.el (compile-goto-error): Use it.
8202 (compilation-button-map): New keymap.
8203 (compilation-error-properties): Use it.
8204 (compilation-shell-minor-mode-map): Don't bind mouse-2.
8205
8206 * smerge-mode.el (smerge-popup-context-menu): Use it.
8207
8208 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8209 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8210 mouse and non-mouse case.
8211
8212 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8213 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8214
8215 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8216 Make it work for non-mouse events.
8217
8218 * pcvs-info.el (cvs-status-map): Update binding name.
8219
8220 2004-04-14 Mark A. Hershberger <mah@everybody.org>
8221
8222 * xml.el (xml-maybe-do-ns): New function to handle namespace
8223 parsing of both attribute and element names.
8224 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8225 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8226 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
8227 (xml-parse-attlist): Make it do its own namespace parsing.
8228
8229 2004-04-14 Dave Love <fx@gnu.org>
8230
8231 * progmodes/python.el (run-python): Fix use of \n.
8232 (python-load-file): Remove `try' from Python fragment.
8233 (python-describe-symbol): Fix message.
8234
8235 * comint.el: Doc fixes.
8236 (comint-last-input-start, comint-last-input-end)
8237 (comint-last-output-start): Give them values.
8238 (comint-arguments): Avoid warning.
8239 (comint-skip-prompt): Use line-end-position.
8240 (comint-backward-matching-input): Rename arg to agree with doc.
8241 (comint-extract-string): Use syntax-ppss.
8242 (comint-dynamic-simple-complete): Delete useless list construction.
8243 (comint-redirect-subvert-readonly): New.
8244 (comint-redirect-preoutput-filter): Use it.
8245
8246 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8247 Correctly handle negative arguments when calling hook functions.
8248
8249 2004-04-14 Jesper Harder <harder@ifa.au.dk>
8250
8251 * info.el (info-apropos): Don't clobber Info-history-list.
8252
8253 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
8254
8255 * progmodes/compile.el (compilation-setup):
8256 Localize overlay-arrow-position.
8257 (compilation-sentinel): Restructure code equivalently.
8258 (compilation-next-error): Find message on same line after point if
8259 not found before point.
8260 (compile-mouse-goto-error): Restore function so that compilation
8261 buffer need not be current and use compile-goto-error.
8262 (compile-goto-error): Restore function.
8263 (next-error): Set overlay-arrow-position.
8264 (compilation-forget-errors): Don't localize already local
8265 compilation-locs and remove FIXME about refontifying.
8266
8267 2004-04-14 Kim F. Storm <storm@cua.dk>
8268
8269 * startup.el (emacs-quick-startup): New defvar (set by -Q).
8270 (command-line): New option -Q. Like -q --no-site-file, but
8271 in addition it also disables menu-bar, tool-bar, scroll-bars,
8272 tool-tips, and the blinking cursor.
8273 (command-line-1): Skip startup screen if -Q.
8274 (fancy-splash-head): Use ":align-to center" prop to center splash image.
8275
8276 * emulation/cua-base.el (cua-read-only-cursor-color)
8277 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8278
8279 2004-04-13 Dave Love <fx@gnu.org>
8280
8281 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
8282 (syntax): Don't require.
8283 (python) <defgroup>: Add :version.
8284 (python-quote-syntax): Re-written.
8285 (inferior-python-mode): Move stuff here from run-python and add
8286 some more.
8287 (python-preoutput-continuation, python-preoutput-result)
8288 (python-dotty-syntax-table): New.
8289 (python-describe-symbol): Use them.
8290 (run-python): Move stuff to inferior-python-mode. Modify code
8291 loaded into Python.
8292 (python-send-region): Use python-proc, python-send-string.
8293 (python-send-string): Send newlines too. Callers changed.
8294 (python-load-file): Re-written.
8295 (python-eldoc-function): New.
8296 (info-look): Don't require.
8297 (python-after-info-look): New. A modified version of former
8298 top-level code for use with eval-after-load.
8299 (python-maybe-jython, python-guess-indent): Use widened buffer.
8300 (python-fill-paragraph): Re-written.
8301 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
8302 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
8303
8304 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8307 Set compilation-error-regexp-alist earlier.
8308
8309 * progmodes/compile.el (compilation-minor-mode-map)
8310 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8311 (compile-goto-error): Re-merge the mouse and non-mouse commands.
8312
8313 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * progmodes/compile.el (compile-goto-error): Select the buffer/window
8316 corresponding to the event.
8317
8318 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
8319
8320 * loadup.el: Add cygwin to system-type list, for unexec() support.
8321
8322 2004-04-12 John Paul Wallington <jpw@gnu.org>
8323
8324 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8325 (ibuffer-restore-window-config-on-quit): New variable to replace
8326 `ibuffer-delete-window-on-quit'. Update all references.
8327 (ibuffer-prev-window-config): New variable.
8328 (ibuffer-quit): Restore previous window configuration instead of
8329 deleting window.
8330 (ibuffer): Save window configuration before showing Ibuffer buffer.
8331
8332 * help.el (describe-mode): Doc fix.
8333
8334 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8337 not to treat nil as a function.
8338
8339 * vc-arch.el (vc-arch-root): Be a bit more careful.
8340 (vc-arch-register): Save the buffer if we modified it.
8341 (vc-arch-delete-rej-if-obsolete): Save excursion.
8342 (vc-arch-find-file-hook): Use the simpler after-save-hook.
8343 (vc-arch-responsible-p, vc-arch-init-version): New functions.
8344
8345 * net/ldap.el (ldap-search): Use list*.
8346
8347 2004-04-12 Juri Linkov <juri@jurta.org>
8348
8349 * info.el (Info-follow-reference): Allow multiline reference name.
8350
8351 2004-04-11 Dave Love <fx@gnu.org>
8352
8353 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
8354
8355 * progmodes/python.el: New file.
8356
8357 2004-04-11 Andre Spiegel <spiegel@gnu.org>
8358
8359 * vc-hooks.el (vc-arg-list): Function removed.
8360 (vc-default-workfile-unchanged-p): Use condition-case to check for
8361 backward compatibility.
8362
8363 * vc.el (vc-print-log): Use condition-case to check for backward
8364 compatibility.
8365
8366 2004-04-11 Juri Linkov <juri@jurta.org>
8367
8368 * dired.el (dired-faces): New defgroup.
8369 (dired-header, dired-mark, dired-marked, dired-flagged)
8370 (dired-warning, dired-directory, dired-symlink, dired-ignored):
8371 New faces.
8372 (dired-header-face, dired-mark-face, dired-marked-face)
8373 (dired-flagged-face, dired-warning-face, dired-directory-face)
8374 (dired-symlink-face, dired-ignored-face): New face variables.
8375 (dired-font-lock-keywords): Use them instead of font-lock faces.
8376 Split the rule for dired marks into 3 separate rules: for marks,
8377 marked file names and flagged file names.
8378
8379 * help-mode.el (help-make-xrefs): Add a final newline to the
8380 *Help* buffer.
8381
8382 2004-04-11 John Paul Wallington <jpw@gnu.org>
8383
8384 * replace.el (occur-engine): Distinguish between one and several
8385 matches in the matches per buffer heading.
8386
8387 2004-04-11 Kim F. Storm <storm@cua.dk>
8388
8389 * ido.el (ido-confirm-unique-completion): New defcustom.
8390 (ido-complete): Use it.
8391 (ido-write-file): Set it to t unconditionally.
8392
8393 2004-04-10 Miles Bader <miles@gnu.org>
8394
8395 RCS keyword removal (only non-comment changes are enumerated here):
8396
8397 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
8398 (byte-compile-insert-header): Don't use `byte-compile-version'.
8399 * forms.el (forms-version): Variable removed.
8400 (forms-mode): Don't use `forms-version'.
8401 * recentf.el (recentf-version): Variable removed.
8402 * progmodes/delphi.el (delphi-version): Variable removed.
8403 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
8404
8405 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
8408
8409 2004-04-09 Jesper Harder <harder@ifa.au.dk>
8410
8411 * info.el (info-apropos): Improve menu item regexp.
8412
8413 2004-04-09 Simon Josefsson <jas@extundo.com>
8414
8415 * mail/smtpmail.el: Add comment, based on report by
8416 kdc@rcn.com (Kevin D. Clark).
8417
8418 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8421 Redo one more thing that I didn't notice Daniel had undone.
8422
8423 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
8424
8425 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
8426 (gdb-goto-breakpoint, gdb-display-buffer)
8427 (gdb-display-source-buffer, gdb-view-source-function)
8428 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
8429 (gdb-source-info, gdb-frame-handler): Don't specify a window
8430 for display.
8431 (gdb-info-breakpoints-custom): Remove superfluous update of
8432 assembler buffer.
8433 (gdb-many-windows): Make settable outside gdb.
8434
8435 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8436
8437 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
8438 Derive from fundamental-mode rather than text-mode.
8439
8440 2004-04-08 Juri Linkov <juri@jurta.org>
8441
8442 * info.el (Info-history): Doc fix.
8443 (Info-history-list): New var.
8444 (info-xref): Change magenta4 to blue, remove bold for dark and
8445 light backgrounds, change bold to underline for non-color classes.
8446 (info-xref-visited): New face.
8447 (Info-fontify-visited-nodes): New custom.
8448 (Info-hide-note-references): Add new value `hide'. Doc fix.
8449 (Info-reference-name): New var.
8450 (Info-selection-hook): New custom.
8451 (Info-edit-mode-hook): New var.
8452 (Info-find-file): New fun.
8453 (Info-find-node): Move part of code to Info-find-file.
8454 (Info-find-node-2): Add anchors to Info-history-list. Move point
8455 to the place with the reference name if name is defined.
8456 (Info-select-node): Add current node to Info-history-list.
8457 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
8458 (Info-search-whitespace-regexp): New custom.
8459 (Info-search-case-fold): New var.
8460 (Info-search): Add "case-sensitively" to the prompt.
8461 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8462 (Info-search-case-sensitively, Info-search-next): New fun.
8463 (Info-up): Move point to the menu item of the current node.
8464 (Info-history): New fun. Add *info-history* to
8465 same-window-buffer-names.
8466 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
8467 (Info-insert-toc): New fun.
8468 (Info-build-toc): New fun.
8469 (Info-follow-reference): Add new arg `fork'. Doc fix.
8470 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
8471 with the same name prefer the reference closest to point.
8472 (Info-next-reference): Replace * by + in the *Note regexp.
8473 Add regexp for http:// and ftp://. Skip the *Note prefix.
8474 (Info-prev-reference): Replace * by + in the *Note regexp.
8475 Add regexp for http:// and ftp://. Skip the *Note prefix.
8476 (Info-follow-nearest-node): Add new arg `fork'.
8477 (Info-try-follow-nearest-node): Add new arg `fork'.
8478 Call browse-url for http:// and ftp:// references.
8479 Set Info-reference-name for index entries.
8480 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
8481 Info-search-next, Info-history, Info-toc, clone-buffer.
8482 (Info-menu-update): Replace * by + in the *Note regexp.
8483 (Info-mode): Add documentation for Info-history, Info-toc,
8484 Info-search-case-sensitively, Info-search-next, clone-buffer.
8485 (Info-fontify-menu-headers): Remove fun. Move code to
8486 Info-fontify-node.
8487 (Info-fontify-node): Add docstring. Add local vars
8488 fontify-visited-p and not-fontified-p. If not-fontified-p is t
8489 then fontify header line, titles, menu headers, http and ftp
8490 references, refill paragraphs. If not-fontified-p is t or
8491 fontify-visited-p is t then fontify cross references, menu items.
8492 Fontify menu headers. Fontify http and ftp references.
8493 Change regexp for cross references to require whitespace after *Note,
8494 add matching groups for file and node names. Remove hack for quote.
8495 Use display property for Info-hide-note-references=t. Use fifth
8496 or fourth match for help-echo. Display visited nodes in a
8497 different face. Unhide file names of external references.
8498 Unhide newlines. Display visited menu items in a different face.
8499
8500 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * progmodes/compile.el: Require CL.
8503 (compilation-mode-font-lock-keywords): Re-install the "line as
8504 function" patch.
8505
8506 * help-fns.el (help-C-source-directory): New var.
8507 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
8508 (describe-function-1, describe-variable): Use them.
8509
8510 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
8511 to C source files specially.
8512
8513 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
8514
8515 * info.el (Info-hide-cookies-node): New function.
8516 (Info-select-node): Use it.
8517 (Info-display-images-node): Remove message with image file name.
8518
8519 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
8520
8521 * progmodes/compile.el (compilation-warning-face)
8522 (compilation-info-face, compilation-skip-threshold)
8523 (compilation-skip-visited, compilation-context-lines):
8524 Declare :version when added to Emacs.
8525 (compilation-error-regexp-alist-alist): Extend caml and irix.
8526 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
8527 (compilation-mode-font-lock-keywords): Temporarily undo line as
8528 function patch, which wasn't ready.
8529
8530 2004-04-07 Kenichi Handa <handa@m17n.org>
8531
8532 * international/latin1-disp.el (latin1-display-setup): Check each
8533 character is displayable or not instead of calling
8534 latin1-display-check-font.
8535
8536 2004-04-06 Kenichi Handa <handa@m17n.org>
8537
8538 * language/ethio-util.el (ethio-sera-being-called-by-w3):
8539 New variable.
8540 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8541 instead of sera-being-called-by-w3.
8542 (ethio-fidel-to-sera-buffer): Likewise.
8543 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8544 instead of sera-being-called-by-w3.
8545 (ethio-write-file): Likewise.
8546
8547 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8548
8549 * printing.el: Doc fix.
8550
8551 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
8552
8553 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8554 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8555 (gdb-setup-windows): Only use separate IO buffer if required.
8556
8557 2004-04-06 Kim F. Storm <storm@cua.dk>
8558
8559 * term.el (term-is-xemacs): Remove.
8560 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8561 (term-window-width): New function.
8562 (term-mode, term-check-size): Use it.
8563 (term-mode): Disable overflow-newline-into-fringe in term buffer.
8564
8565 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
8566
8567 * cus-edit.el (custom-add-parent-links): Change unbound variable
8568 `symbol' to `name'.
8569
8570 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8571 * info.el (info-apropos): New function.
8572 (Info-mode-menu): Add it.
8573 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
8574
8575 * help-mode.el (help-make-xrefs): Recognize aliased variable with
8576 inherited docstring.
8577
8578 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
8579
8580 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
8583
8584 * progmodes/compile.el (font-lock): Don't require any more.
8585 (compilation-error-properties, compilation-start, compilation-sentinel)
8586 (compilation-filter, next-error): Use with-current-buffer.
8587 (compilation-skip-to-next-location, compilation-skip-threshold)
8588 (compilation-skip-visited): Move to silence the byte-compiler.
8589 (compilation-setup): Simplify.
8590 (compilation-next-error): Use line-(beginning|end)-position.
8591 Make sure `pt' is non-nil before using compilation-loop.
8592 (compile-goto-error): Add optional event arg. Use it.
8593 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
8594 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
8595 Update the binding for mouse-2.
8596 (first-error): Set compilation-current-error to nil rather than bob.
8597 (compilation-parsing-end, compilation-parse-errors-function)
8598 (compilation-error-list, compilation-old-error-list):
8599 "New" compatibility variables.
8600 (compile-buffer-substring, compilation-compat-error-properties)
8601 (compilation-compat-parse-errors, compilation-forget-errors):
8602 New compatibility functions.
8603 (compilation-mode-font-lock-keywords): Use them.
8604
8605 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8606
8607 * autorevert.el (auto-revert-handler): If point (or a window
8608 point) is at the end of the buffer, keep it there after
8609 reverting. This allows to tail a file.
8610 Mention this in the `Commentary'.
8611
8612 * format.el (format-write-file): Add optional argument CONFIRM
8613 and make it behave like the analogous argument to `write-file'.
8614
8615 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8616
8617 * progmodes/ebnf2ps.el: Doc fix.
8618 (ebnf-version): New version number (4.2).
8619 (ebnf-syntax): Customization and docstring fix.
8620 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
8621 Put autoloaded funs before first use.
8622 (ebnf-style-database): Add dtd entry.
8623 (ebnf-syntax-alist): Add dtd initialization.
8624 (ebnf-token-sequence): New fun.
8625 (ebnf-comment-table): Add new comment action character.
8626 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
8627
8628 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8629 Type Definition for XML).
8630
8631 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8632 * progmodes/ebnf-bnf.el (ebnf-sequence):
8633 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8634 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8635 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8636 Code simplification: call ebnf-token-sequence.
8637
8638 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8639
8640 * calendar/timeclock.el (timeclock-relative)
8641 (timeclock-get-project-function, timeclock-get-workday-function)
8642 (timeclock-query-out, timeclock-when-to-leave)
8643 (timeclock-when-to-leave-string, timeclock-log-data)
8644 (timeclock-generate-report, timeclock-in): Doc fixes.
8645
8646 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * url/: New dir. Import the URL package from its repository.
8649
8650 2004-04-03 Andreas Schwab <schwab@suse.de>
8651
8652 * diff-mode.el (diff-mode): Fix missing quote.
8653
8654 2004-04-03 Juri Linkov <juri@jurta.org>
8655
8656 * descr-text.el (describe-property-list): Add `font-lock-face'.
8657
8658 * dired.el (dired-font-lock-keywords): Fix permission regexps.
8659
8660 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8661
8662 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8663 Use utf-16le on little endian machines and utf-16be otherwise.
8664
8665 2004-04-02 David Kastrup <dak@gnu.org>
8666
8667 * net/browse-url.el (browse-url-generic): Use call-process
8668 instead of start-process to allow browsers that fork and detach.
8669
8670 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
8671
8672 * compile.el (compilation-current-error): New var.
8673 (compilation-setup, compile-mouse-goto-error)
8674 (compile-goto-error, next-error): Use it.
8675 (compilation-skip-to-next-location): Default to t, which gives
8676 contiguous skipping like old compile (where this was redundant).
8677 (compilation-next-error): Prevent previous-* commands from moving
8678 back to message at or just before point.
8679
8680 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
8681
8682 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8683 (gdb-source-info): Don't display source at startup, if required.
8684 (gdb-show-main): New option.
8685 (gdba): Update documentation.
8686 (gdb-source): Cover case of auto-display output.
8687
8688 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8689
8690 * autorevert.el: Delete obsolete autoload's and defvar's.
8691 (auto-revert-check-vc-info): New user option.
8692 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8693 (auto-revert-handler-vc): Delete.
8694 (auto-revert-handler): Treat return value `fast' of
8695 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
8696
8697 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8698 return `fast'.
8699
8700 * files.el (buffer-stale-function): Doc change.
8701
8702 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8703
8704 * printing.el: New tip on Tips section.
8705 (pr-version): New version number (6.7.4).
8706 (pr-shell-file-name): Initialization fix.
8707
8708 2004-03-31 Juri Linkov <juri@jurta.org>
8709
8710 * dired.el: Add autoload for `dired-do-touch'.
8711 (dired-touch-program): New var.
8712 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8713 (dired-no-confirm): Add `touch' to docstring.
8714
8715 * dired-aux.el (dired-do-touch): New fun.
8716 (dired-do-chxxx): Add argument -t for touch operation.
8717
8718 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8719 `dired-move-to-filename-regexp'.
8720
8721 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
8722
8723 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8724
8725 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8726
8727 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8728 and only if the buffer was modified.
8729
8730 2004-03-30 Kenichi Handa <handa@m17n.org>
8731
8732 * international/characters.el: Delete pairs for U+2308..U+230B.
8733
8734 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
8735
8736 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8737 to detect the beginning of a level 2 or 3 annotation.
8738
8739 2004-03-29 Kenichi Handa <handa@m17n.org>
8740
8741 * international/ucs-tables.el (ucs-insert): Fix the error message.
8742
8743 2004-03-29 Kenichi Handa <handa@m17n.org>
8744
8745 * international/mule-util.el (char-displayable-p): Fix generation
8746 of XLFD file name.
8747
8748 * Makefile.in (setwins, setwins_almost): Change directory to $wd
8749 before finding directories by `find'.
8750
8751 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * subr.el (interactive-form): Delete. Now implemented in C.
8754
8755 * pcvs.el (cvs-parse-process): Workaround for Darwin.
8756
8757 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8758 (vc-diff-label): New fun.
8759 (vc-diff-internal): Use it.
8760
8761 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8762
8763 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8764
8765 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8766
8767 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8768 specify XML (EBNFX).
8769
8770 * progmodes/ebnf2ps.el: Doc fix.
8771 (ebnf-version): New version number (4.1).
8772 (ebnf-syntax): Adjust customization.
8773 (ebnf-style-database): Add ebnfx entry.
8774 (ebnf-syntax-alist): Add ebnfx initialization.
8775 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8776
8777 * printing.el: Doc fix.
8778 (pr-version): New version number (6.7.3).
8779 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8780 returns nil for mouse position. Reported by Drew Adams
8781 <drew.adams@oracle.com>.
8782 (pr-update-menus): Modify interactive declaration. Reported by Drew
8783 Adams <drew.adams@oracle.com>.
8784
8785 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
8786
8787 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8788 (gud-gdba-marker-filter): Log the process input and output, if
8789 required. From Stefan Monnier.
8790 (gdb-debug-log, gdb-enable-debug-log): New variables.
8791 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8792
8793 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8796 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8797
8798 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
8799
8800 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8801 Call vc-find-file-hook here instead of in auto-revert-buffers.
8802 (auto-revert-buffers): Delete call to vc-find-file-hook.
8803 (auto-revert-verbose, global-auto-revert-non-file-buffers)
8804 (global-auto-revert-mode, auto-revert-set-timer)
8805 (auto-revert-handler, auto-revert-buffers): Doc fixes.
8806
8807 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8808
8809 * woman.el (woman-change-fonts): Rename local variable
8810 woman-font-alist to font-alist to avoid a compiler warning.
8811
8812 2004-03-27 Dave Love <fx@gnu.org>
8813
8814 * emacs-lisp/rx.el (rx): Doc fix.
8815 Fix copyright years.
8816
8817 * strokes.el (strokes-global-set-stroke-string): New function.
8818 (strokes-list-strokes): Cope with strings, not just commands.
8819 Set foreground colour of image.
8820 (strokes-global-set-stroke): Doc fix.
8821
8822 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
8823
8824 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8825 Auto Revert mode.
8826 (Buffer-menu-files-only): New variable.
8827 (Buffer-menu-toggle-files-only): New function.
8828 (Buffer-menu-mode-map): Bind it to `T'.
8829 (Buffer-menu-mode): Mention `T' in docstring.
8830 Set buffer-stale-function.
8831 (list-buffers-noselect): Mark buffer non-modified and set
8832 Buffer-menu-files-only.
8833
8834 * dired.el (buffer-stale-function): Remove no longer needed defvar.
8835
8836 * autorevert.el (auto-revert-handler): Print revert message
8837 before, rather than after, reverting.
8838 (buffer-stale-function): Move to files.el.
8839
8840 * files.el (buffer-stale-function): Move here from autorevert.el.
8841
8842 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8843
8844 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8845
8846 * calc/calc.el (calc-mode-map): Use mapc.
8847
8848 * apropos.el (apropos-mode): Don't autoload.
8849 (apropos-symbols-internal): New fun. Extracted from `apropos'.
8850 (apropos): Use it.
8851 (apropos-print): Add optional `text' argument.
8852 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8853 Don't assume point-min == 1.
8854
8855 * bs.el (bs-buffer-list): Use buffer-local-value.
8856 (bs--set-toggle-to-show): Use with-current-buffer.
8857
8858 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8859 New funs.
8860 (list-buffers-noselect): Use them. Adjust :align-to to new style.
8861
8862 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8863
8864 * dabbrev.el (dabbrev-expand): Fix regexp construction.
8865 (dabbrev--find-expansion): Use pop.
8866 (dabbrev--search): Use match-string-no-properties.
8867
8868 * dired.el (dired-mode): Use run-mode-hooks.
8869 (dired-move-to-end-of-filename): Use match-string.
8870
8871 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8872 is bound before using it.
8873 (ediff-verbose-p): Make it into a var since it's not constant.
8874
8875 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8876
8877 * faces.el (read-face-font): Don't cons up unnecessarily.
8878 (header-line, tool-bar): Share common parts.
8879
8880 * files.el (file-relative-name): Use compare-strings.
8881
8882 * finder.el (finder-mode): Follow coding convention.
8883
8884 * subr.el (read-number): New function.
8885
8886 * ses.el (ses-read-number): Move to subr.el.
8887 (ses-set-header-row): Use read-number.
8888
8889 2004-03-26 Andre Spiegel <spiegel@gnu.org>
8890
8891 * vc-hooks.el (vc-arg-list): New function, which handles both
8892 compiled and uncompiled code.
8893 (vc-default-workfile-unchanged-p): Use it.
8894
8895 * vc.el (vc-print-log): Undo prev change, use new function
8896 vc-arg-list from vc-hooks.el.
8897
8898 2004-03-26 Masatake YAMATO <jet@gyve.org>
8899
8900 * simple.el (completion-setup-function): Emphasize the
8901 first uncommon characters in the completions; and de-emphasize
8902 the common prefix substrings.
8903 (completion-emphasis): New face.
8904 (completion-de-emphasis): New face.
8905
8906 2004-03-25 Juanma Barranquero <lektu@terra.es>
8907
8908 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8909 Comment out (it's unused and unfinished code).
8910
8911 2004-03-25 Sam Steingold <sds@gnu.org>
8912
8913 * vc.el (vc-print-log): Fix a bug in the last patch:
8914 backend-function may be a byte-compiled object, not a lambda.
8915
8916 2004-03-25 Juri Linkov <juri@jurta.org>
8917
8918 * descr-text.el (describe-property-list): Add a button
8919 for `face' property that calls `describe-face'.
8920 Suggested by luis fernandes <elf@ee.ryerson.ca>
8921
8922 * international/mule.el (keyboard-coding-system):
8923 * kmacro.el (kmacro-call-macro): Fix docstring.
8924
8925 * dired.el: Fix comments.
8926
8927 * textmodes/fill.el (fill): Fix Info link.
8928
8929 * font-lock.el (fast-lock, lazy-lock):
8930 * jit-lock.el (jit-lock): Remove links to removed Support Modes
8931 Info node.
8932
8933 * eshell/eshell.el (eshell): Fix broken info-link.
8934
8935 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8936 * eshell/em-banner.el (eshell-banner):
8937 * eshell/em-smart.el (eshell-smart):
8938 * eshell/esh-cmd.el (eshell-cmd):
8939 Comment out broken info-links to incomplete Info manual.
8940
8941 * info-xref.el: Fix commentary.
8942
8943 2004-03-25 Kevin Ryde <user42@zip.com.au>
8944
8945 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8946 Remove spurious node duplicate suppression, doesn't work, not wanted.
8947 (info-xref-output): Take format style args, add "sit-for 0" to let
8948 user see the results as they progress.
8949 (info-xref-check-all-custom): New function.
8950
8951 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
8952
8953 * gdb-ui.el: Moved to progmodes.
8954
8955 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8958
8959 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8960
8961 * calendar/appt.el (appt-check): Remove superfluous progn.
8962 When finished with diary buffer: if it was not being displayed
8963 before, kill it; otherwise restore its original state.
8964 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8965
8966 * calendar/calendar.el (calendar-set-mode-line): Use total
8967 available mode-line width, rather than frame-width.
8968
8969 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8970 after mode change so effect not lost.
8971
8972 2004-03-23 Dave Love <fx@gnu.org>
8973
8974 * dired.el (dired) <defgroup>: Add link to manual.
8975 (dired-font-lock-keywords): Add highlighting on unusual permissions.
8976 (dired-revert): Use dolist.
8977 (dired-mode-map): Add U binding.
8978 (dired-mode): Add font-lock-beginning-of-syntax-function.
8979 (dired-garbage-files-regexp): Make it a defcustom.
8980
8981 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8984 is equivalent to nil.
8985 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8986 (vc-arch-mode-line-string): Accept `added' state.
8987 (vc-arch-state): Use inode-sigs if available.
8988 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8989 Copy&delete existing id file if any. Fallback if uuidgen is absent.
8990 (vc-arch-tagline-re): New var.
8991 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8992 New functions.
8993 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8994 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8995
8996 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8997 (vc-file-not-found-hook): Use it.
8998
8999 * diff-mode.el (diff-default-read-only): Change default.
9000 (diff-mode-hook): Make it a defcustom. Add some options.
9001 (diff-mode-map): Bind diff-refine-hook.
9002 (diff-yank-handler): New var.
9003 (diff-yank-function): New fun.
9004 (diff-font-lock-keywords): Use them.
9005 (diff-end-of-file): Handle case where file-header looks like diff text.
9006 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9007 (diff-file-kill): Delete a subsequent empty line, if applicable.
9008 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9009 (diff-find-file-name): Use it.
9010 (diff-tell-file-name): New command.
9011 (diff-mode): Be careful with view-mode.
9012 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9013 New functions, for use in diff-mode-hook.
9014 (diff-find-source-location): Catch "regex too large" errors.
9015 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9016 (diff-refine-hunk): New command.
9017
9018 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9019 (smerge-context-menu-map): Remove unused var.
9020 (smerge-keep-all): Preserve markers.
9021 (smerge-keep-n): New fun.
9022 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9023 (smerge-keep-current, smerge-ediff): Use it.
9024 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
9025 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9026 (smerge-resolve): Resolve trivial 3-part conflicts.
9027
9028 2004-03-23 Juri Linkov <juri@jurta.org>
9029
9030 * man.el (Man-width): New var.
9031 (Man-getpage-in-background): Use it.
9032 (Man-support-local-filenames): New var and fun.
9033 (Man-build-man-command): Don't add a second %s.
9034 (Man-fontify-manpage): Clean up message.
9035 (Man-mode): Set outline-regexp, outline-level,
9036 imenu-generic-expression.
9037
9038 * woman.el (woman-fill-frame): Doc fix.
9039 (woman-decode-region): Use window-width instead of frame-width.
9040
9041 * abbrevlist.el (list-one-abbrev-table):
9042 * descr-text.el (describe-char):
9043 * international/mule-diag.el (describe-current-coding-system):
9044 * international/quail.el (quail-insert-decode-map):
9045 Use window-width instead of frame-width.
9046
9047 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9048 (jka-compr-mode-alist-additions): Add tbz.
9049 (jka-compr-write-region, jka-compr-insert-file-contents):
9050 Add message for undefined compress-program.
9051 (jka-compr-write-region): Remove redundant var bindings.
9052
9053 * dired-x.el (dired-guess-shell-alist-default): Add choices for
9054 extracting files into subdirectory. Add tbz and dz. Fix regexps.
9055 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9056 (dired-man): Use dired-guess-shell-command.
9057 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9058 Change default nil to t.
9059
9060 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9061 (dired-compare-directories): Add default value for empty input.
9062
9063 * help-at-pt.el: Move suggestions for key bindings to Commentary.
9064
9065 * time.el (display-time-string-forms): Fix help-echo date format.
9066
9067 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
9068
9069 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9070 (buffer-stale-function): New variable.
9071 (auto-revert-list-diff, auto-revert-dired-file-list)
9072 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9073 (auto-revert-handler): Take over some functionality of deleted
9074 functions.
9075 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9076
9077 * dired.el (dired-directory-changed-p): New fun, extracted from
9078 dired-internal-noselect.
9079 (dired-buffer-stale-p): New fun.
9080 (dired-internal-noselect): Use dired-directory-changed-p.
9081 Eliminate revert messages.
9082 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9083
9084 2004-03-23 Kenichi Handa <handa@m17n.org>
9085
9086 * international/characters.el: Setup syntaxes for more parentheses
9087 Unicode characters.
9088
9089 * international/mule-cmds.el (select-safe-coding-system):
9090 Merge coding-system and auto-cs before comparing them.
9091
9092 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9095
9096 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9097 normal-auto-fill-function and comment-indent-function.
9098 The default values now work just as well.
9099 Don't set font-lock-beginning-of-syntax-function since we already set
9100 syntax-begin-function.
9101 (lisp-outline-level): Put ;;;###autoload at same level as (.
9102 (prin1-char): Quote special chars.
9103
9104 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9105 than with-no-warnings.
9106
9107 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9108 if the source location can't be found.
9109 (edebug-compute-previous-result): Use prin1-char.
9110
9111 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9112 (debug-ignored-errors): Add an entry.
9113
9114 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9115 (byte-compile-file): Output warning when deleting a file.
9116
9117 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9118 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9119
9120 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9121 (byte-compile-inline-expand): Use backquote.
9122 (byte-optimize-pure-func): Rename from byte-optimize-concat.
9123 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9124
9125 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9126
9127 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9128
9129 2004-03-22 Juri Linkov <juri@jurta.org>
9130
9131 * finder.el (finder-known-keywords): Fix data, tex, unix.
9132
9133 * play/landmark.el: Fix keywords.
9134
9135 * language/ethio-util.el (ethio-find-file): Doc fix.
9136
9137 * emacs-lisp/warnings.el: Doc fix.
9138
9139 * textmodes/ispell.el (ispell-help): Doc fix.
9140
9141 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
9142
9143 * format.el (format-insert-file): Always return a list of two
9144 elements, like insert-file-contents does.
9145
9146 2004-03-21 Andre Spiegel <spiegel@gnu.org>
9147
9148 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9149 and vc-BACKEND-diff.
9150 (vc-print-log): If the print-log implementation supports it, use
9151 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9152 (vc-version-diff, vc-diff-internal): Doc fixes.
9153
9154 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9155 implementation supports it, let diff output go to *vc*,
9156 not *vc-diff*, since this is an internal call.
9157
9158 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9159
9160 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9161
9162 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9163
9164 2004-03-21 Dave Love <fx@gnu.org>
9165
9166 * progmodes/cfengine.el (cfengine-mode):
9167 Set parse-sexp-ignore-comments.
9168
9169 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9170
9171 2004-03-21 Juanma Barranquero <lektu@terra.es>
9172
9173 * allout.el (allout-mode): Fix docstring.
9174
9175 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
9176
9177 * files.el (insert-directory): Fix bug if SWITCHES is a list.
9178
9179 * autorevert.el (auto-revert-interval): Make new value take
9180 effect immediately when set through Custom.
9181 (auto-revert-set-timer): Add interactive declaration.
9182
9183 2004-03-19 David Ponce <david@dponce.com>
9184
9185 * ruler-mode.el (ruler-mode-header-line-format-old):
9186 Don't `make-variable-buffer-local'.
9187 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9188 (ruler-mode-header-line-format): Simply funcall the above.
9189 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9190 to save/restore a previous header line format.
9191 (ruler-mode-space): Don't depend on a numeric WIDTH value.
9192 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9193 fringes and margins width.
9194 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9195
9196 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * log-edit.el (log-edit-font-lock-keywords): Typo.
9199
9200 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9201 (tex-send-tex-command): Rather than here.
9202 (tex-compilation-parse-errors): Simplify.
9203
9204 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9205
9206 * time.el (display-time-string-forms): Add help-echo with date on time.
9207
9208 * composite.el (compose-region): Use restore-buffer-modified-p.
9209
9210 * disp-table.el (standard-display-8bit): Simplify.
9211
9212 * server.el (server-process-filter): Delete temp frame.
9213
9214 * add-log.el (add-change-log-entry): Simplify.
9215
9216 2004-03-19 Kim F. Storm <storm@cua.dk>
9217
9218 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9219 (hexl-follow-line): Don't require 'fringe.
9220
9221 * progmodes/compile.el (compilation-start): Always set
9222 compilation-last-buffer and return it.
9223
9224 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9225
9226 * simple.el (clone-buffer): Doc fix.
9227
9228 2004-03-18 Juanma Barranquero <lektu@terra.es>
9229
9230 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9231
9232 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * log-edit.el (log-edit-font-lock-keywords): New var.
9235 (log-edit-mode): Use it.
9236
9237 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
9238
9239 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9240 properly for watching in speedbar.
9241
9242 2004-03-17 Masatake YAMATO <jet@gyve.org>
9243
9244 * smerge-mode.el (smerge-popup-context-menu):
9245 Put `unwind-protect' around `overlay-put' and `popup-menu'.
9246
9247 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9250 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9251 Take sealed revisions into account.
9252 (vc-arch-checkin): Extract a summary line from the message.
9253
9254 2004-03-16 Masatake YAMATO <jet@gyve.org>
9255
9256 * register.el (register): Provide `register' feature.
9257
9258 2004-03-15 Masatake YAMATO <jet@gyve.org>
9259
9260 Added context menu support in smerge mode.
9261 Most of the part is written by Stefan Monnier.
9262
9263 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9264 New keymap and menu.
9265 (smerge-text-properties): New function.
9266 (smerge-remove-props): New function.
9267 (smerge-popup-context-menu): New function.
9268 (smerge-resolve): Call `smerge-remove-props'.
9269 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9270 (smerge-keep-current): Ditto.
9271 (smerge-kill-current): New function.
9272 (smerge-match-conflict): Put text properties.
9273 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9274
9275 2004-03-15 David Ponce <david@dponce.com>
9276
9277 * ruler-mode.el: (ruler-mode-left-fringe-cols)
9278 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9279 (ruler-mode-right-scroll-bar-cols): Remove.
9280 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9281 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9282 Use fringe-columns and scroll-bar-columns.
9283
9284 2004-03-15 Masatake YAMATO <jet@gyve.org>
9285
9286 * hl-line.el (hl-line-range-function): New variable.
9287 (hl-line-move): New function.
9288 (global-hl-line-highlight): Use `hl-line-move'.
9289 (hl-line-highlight): Ditto.
9290
9291 * scroll-bar.el (scroll-bar-columns):
9292 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9293
9294 * ruler-mode.el (top-level): Require scroll-bar and fringe.
9295 (ruler-mode-left-fringe-cols)
9296 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9297 (ruler-mode-right-scroll-bar-cols)
9298 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9299 (ruler-mode-ruler-function): New variable.
9300 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9301 if the value for `ruler-mode-ruler-function'is given.
9302
9303 * hexl.el (hexl-mode-hook): Make the hook customizable.
9304 (hexl-address-area, hexl-ascii-area): New customize variables.
9305 (hexlify-buffer): Put font-lock-faces on the address area and
9306 the ascii area.
9307 (hexl-activate-ruler): New function.
9308 (hexl-follow-line): New function.
9309 (hexl-highlight-line-range): New function.
9310 (hexl-mode-ruler): New function.
9311
9312 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
9315 (vc-default-find-file-hook): New fun.
9316 (vc-find-file-hook): Call new find-file-hook operation.
9317
9318 * vc-arch.el: New file.
9319
9320 2004-03-12 Jesper Harder <harder@ifa.au.dk>
9321
9322 * info-look.el (info-lookup): Reuse an existing Info window.
9323
9324 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9325
9326 * woman.el (woman-preserve-ascii): Default value changed to t and
9327 doc string revised.
9328
9329 2004-03-12 Richard M. Stallman <rms@gnu.org>
9330
9331 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9332 Fix minor bug.
9333
9334 * replace.el (occur-engine): Change message for count of matches.
9335
9336 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9337 For strings, do compare text properties.
9338
9339 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
9340
9341 * progmodes/compile.el (compile-auto-highlight)
9342 (compilation-error-list, compilation-old-error-list)
9343 (compilation-parse-errors-function, compilation-parsing-end)
9344 (compilation-error-message, compilation-directory-stack)
9345 (compilation-enter-directory-regexp-alist)
9346 (compilation-leave-directory-regexp-alist)
9347 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
9348 (compilation-current-file, compilation-regexps): Remove vars.
9349
9350 (compile-error-at-point, compilation-error-filedata)
9351 (compilation-error-filedata-file-name, compile-reinitialize-errors)
9352 (compilation-next-error-locus, compilation-forget-errors)
9353 (count-regexp-groupings, compilation-parse-errors)
9354 (compile-collect-regexps, compile-buffer-substring): Remove funs.
9355
9356 (compile-internal): Make obsolete.
9357
9358 (compilation-first-column, compilation-error)
9359 (compilation-directory-matcher, compilation-page-delimiter)
9360 (compilation-mode-font-lock-keywords, compilation-debug)
9361 (compilation-error-face, compilation-warning-face)
9362 (compilation-info-face, compilation-line-face)
9363 (compilation-column-face, compilation-enter-directory-face)
9364 (compilation-leave-directory-face, compilation-skip-threshold)
9365 (compilation-skip-visited, compilation-context-lines): New vars.
9366
9367 (compilation-warning-face, compilation-info-face)
9368 (compilation-message-face): New faces.
9369
9370 (compilation-error-regexp-alist-alist): New constant.
9371
9372 (compilation-face, compilation-directory-properties)
9373 (compilation-assq, compilation-error-properties, compilation-start)
9374 (define-compilation-mode, compilation-loop)
9375 (compilation-set-window): New functions.
9376
9377 (compile): Additional argument for interactive compiles like TeX.
9378
9379 * progmodes/grep.el (kill-grep): Move here from compile.el
9380 (grep-error, grep-hit-face, grep-error-face)
9381 (grep-mode-font-lock-keywords): New variables.
9382 (grep-regexp-alist): Simplify regexp and add `binary' case.
9383 (grep-mode): New mode.
9384 (grep-process-setup): Simplify.
9385
9386 2004-03-11 Jason Rumney <jasonr@gnu.org>
9387
9388 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
9389 letters on DOS/Windows.
9390
9391 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * server.el (server-name): New var.
9394 (server-socket-dir): New var to replace server-socket-name.
9395 (server-start): Use them.
9396
9397 2004-03-11 Simon Josefsson <jas@extundo.com>
9398
9399 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
9400 died to avoid infloop. Reported by Jonathan Glauner
9401 <jglauner@sbum.org>.
9402
9403 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
9406 (smerge-mode-menu): Use it to deactivate menu entries.
9407 (smerge-keep-current): New fun.
9408 (smerge-keep-current): Use it.
9409
9410 2004-03-10 John Paul Wallington <jpw@gnu.org>
9411
9412 * foldout.el (foldout-fold-list, foldout-modeline-string):
9413 Declare them as variables, not constants.
9414
9415 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9416
9417 * ps-print.el: Modification to print *Messages* buffer.
9418 (ps-print-version): New version 6.6.4.
9419 (ps-message-log-max): New fun.
9420 (ps-spool-without-faces, ps-spool-with-faces)
9421 (ps-count-lines-preprint): Code fix.
9422
9423 * printing.el: New tips in Tips section.
9424
9425 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9426
9427 * delim-col.el: Doc fix.
9428
9429 * printing.el: Doc fix. New doc section (Tips).
9430
9431 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * type-break.el (type-break-emacs-variant): Remove.
9434 (type-break-run-at-time, type-break-cancel-function-timers):
9435 Use fboundp rather than version name and number.
9436
9437 2004-03-09 Masatake YAMATO <jet@gyve.org>
9438
9439 * hexl.el (hexl-mode): Use `make-local-variable' instead of
9440 `make-variable-buffer-local'.
9441
9442 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
9443
9444 * find-dired.el (find-dired): Call `shell-command' instead of
9445 `start-process-shell-command'. By this, Tramp takes over
9446 handling of remote directories.
9447
9448 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * newcomment.el (comment-use-global-state): New var.
9451 (comment-search-forward): Use it.
9452
9453 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
9454
9455 * cus-edit.el (fill) <defgroup>: Move to fill.el.
9456
9457 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
9458 (enable-kinsoku): Make it a defcustom.
9459 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
9460 paragraph to same-comment-start-marker.
9461
9462 2004-03-07 Dave Love <fx@gnu.org>
9463
9464 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
9465 (browse-url-mail): Use it.
9466
9467 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
9468 (rfc2368-unhexify-string): Use replace-regexp-in-string.
9469
9470 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9471
9472 * woman.el (woman-man.conf-path): Doc fix.
9473 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
9474
9475 2004-03-07 Eli Zaretskii <eliz@gnu.org>
9476
9477 * sort.el (sort-columns): Remove ms-dos from the list of systems
9478 where the external `sort' command is not used.
9479
9480 2004-03-07 Kim F. Storm <storm@cua.dk>
9481
9482 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
9483 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
9484 from overlay-arrow-variable-list.
9485 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
9486
9487 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
9488
9489 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
9490 overlay arrow string properly for the assembler buffer.
9491
9492 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * mail/sendmail.el (mail-mode): Fix last change.
9495
9496 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
9497
9498 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
9499 for the assembler buffer.
9500 (gdb-assembler-custom): Position the overlay arrow.
9501 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
9502
9503 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
9506
9507 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
9508 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
9509
9510 * mail/sendmail.el (mail-mode): Set comment-start-skip.
9511
9512 * newcomment.el (uncomment-region): Allow non-terminated comment.
9513 (comment-normalize-vars): Check the user-specified comstart marker.
9514
9515 2004-03-04 Jesper Harder <harder@ifa.au.dk>
9516
9517 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
9518 Otherwise, do use it if the region only contains font-lock text
9519 properties.
9520
9521 2004-03-04 Masatake YAMATO <jet@gyve.org>
9522
9523 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
9524 as the callback function for eldoc.
9525 (hexl-print-current-point-info): New function.
9526 (hexl-current-address): Print the address in both decimal
9527 and hexadecimal format.
9528
9529 2004-03-04 Richard M. Stallman <rms@gnu.org>
9530
9531 * mail/rmail.el (rmail-convert-to-babyl-format):
9532 Specify t for UNIBYTE when calling mail-unquote-printable-region.
9533
9534 * mail/mail-utils.el (mail-unquote-printable-region):
9535 New arg UNIBYTE.
9536
9537 * startup.el (command-switch-alist): Doc fix.
9538
9539 * simple.el (undo): Temporarily set this-command to `undo-start',
9540 then set it to `undo' once undo-start returns without error.
9541
9542 * simple.el (minibuffer-history-sexp-flag): Doc fix.
9543
9544 * simple.el (kill-line): Don't disregard trailing whitespace
9545 in eol condition, if show-trailing-whitespace is set.
9546
9547 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9548 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9549 When disabling, restore old values only if mouse-sel-has-been-enabled.
9550
9551 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9552 (isearch-{-char): New function.
9553 (isearch-mode-map): Bind { to isearch-{-char.
9554
9555 * font-lock.el (lisp-font-lock-keywords-2):
9556 Turn off the CL with-... and do-... general patterns.
9557 Instead, recognize several specific with... and do... constructs.
9558
9559 * files.el (switch-to-buffer-other-window):
9560 Bind same-window-buffer-names and same-window-regexps to nil.
9561 (switch-to-buffer-other-frame): Likewise.
9562
9563 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9566 recognizing leading comment on code line.
9567
9568 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9571 hidden files/directories.
9572
9573 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
9576 only comment-start (in case the mode hasn't set it).
9577
9578 * Makefile.in (AUTOGENEL): New var.
9579 (bootstrap-prepare): Rename from bootstrap-clean.
9580 Don't remove elc files.
9581 (maintainer-clean): New target.
9582
9583 * xml.el (xml-get-attribute-or-nil): Simplify.
9584
9585 2004-03-02 Juri Linkov <juri@jurta.org>
9586
9587 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
9588 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
9589 URL to prevent their substitution with the environment variable
9590 values by browsers.
9591
9592 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9593
9594 * ps-print.el: Doc fix.
9595 (ps-print-version): New version number (6.6.3).
9596 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
9597 Docstring fix.
9598 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
9599 before printing.
9600 (ps-time-stamp-yyyy-mm-dd): New fun.
9601 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
9602
9603 2004-03-02 Kim F. Storm <storm@cua.dk>
9604
9605 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
9606
9607 2004-03-01 Juanma Barranquero <lektu@terra.es>
9608
9609 * allout.el (allout-rebullet-heading): Fix typo in docstring.
9610
9611 * desktop.el (desktop-file-version)
9612 (desktop-after-read-hook): Fix typos.
9613 (desktop-clear-preserve-buffers): Remove redundant info in
9614 docstring already shown by the obsolescence message.
9615 (desktop-truncate, desktop-internal-v2s)
9616 (desktop-value-to-string): Change argument name to match docstring.
9617
9618 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
9619
9620 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
9621 docstring.
9622
9623 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9624
9625 * printing.el: Replace "As Is..." in PostScript file print/preview by
9626 "No Preprocessing...". Suggested by Colin Marquardt
9627 <_marquardt_@zmd.de>.
9628 (pr-insert-section-4): Adjust buffer interface.
9629
9630 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9631
9632 Version 2.0.39 of Tramp released.
9633
9634 * net/tramp.el (tramp-handle-file-local-copy)
9635 (tramp-handle-write-region, tramp-open-connection-rsh):
9636 Variable name typo. Small change. From Patrick Tullmann
9637 <tullmann@flux.utah.edu>.
9638 (tramp-process-connection-type): New variable.
9639 (tramp-maybe-open-connection): Use it.
9640 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9641 (tramp-touch): Set last-modified time of a remote file.
9642 (tramp-handle-write-region): Say which function is used when encoding.
9643
9644 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9645
9646 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9647 case of non-existing filename, too. Reported by Christoph Bauer
9648 <c_bauer@informatik.uni-kl.de>.
9649 (tramp-smb-get-file-entries): The directory in question should
9650 have permissions "drwxrwxrwx". Just virtual, because we don't
9651 know the real permissions. Don't we know?
9652 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9653 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9654 (tramp-smb-wait-for-output): Optimize algorithm getting pending
9655 output. If it was received chunkwise, there have been problems.
9656 Remove the "prompt not found" error message; it is obvious.
9657 Simplify algorithm.
9658 (tramp-smb-process-running): Remove. Since we acknowledge the
9659 virtual prompt for shares, there's no need for distinction of
9660 reading shares (process ends afterwards) and interactive mode of
9661 smblient.
9662 (tramp-smb-open-connection): Setting process sentinel removed.
9663 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9664 "NT_STATUS_NETWORK_ACCESS_DENIED".
9665 (tramp-smb-maybe-open-connection): Set `process-connection-type'
9666 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9667 (top-level): Setting default value in `tramp-default-method-alist'
9668 corrected. Order of USER and HOST have been wrong.
9669 Nobody complained for months ...
9670 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9671 (tramp-smb-open-connection): Clear password cache if login has failed.
9672
9673 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9674 `tramp-unified-filenames'.
9675 (tramp-completion-mode): Make test for XEmacs explicitely.
9676 `event-to-character' can exists in Emacs packages too.
9677 Reported by Matt Swift <swift@alum.mit.edu>.
9678 (tramp-buffer-name): Buffer name must contain the user if exists.
9679 Reported by Adrian Phillips <a.phillips@met.no>.
9680 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9681 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9682 (tramp-do-copy-or-rename-file-out-of-band): Rename from
9683 `tramp-do-copy-or-rename-file-one-local', because it handles also
9684 the case both files use the same out-of-band method.
9685 Implementation added.
9686 (tramp-handle-file-local-copy, tramp-handle-write-region):
9687 Out-of-band handling removed. `copy-file' called instead, which
9688 calls `tramp-do-copy-or-rename-file-out-of-band'.
9689 (tramp-action-password): Check for out-of-band method removed.
9690 This function is used for 'login-program.
9691 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9692 appropriate.
9693 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9694 and `tramp-parse-sknownhosts'.
9695 (tramp-completion-function-alist): It's a defvar now, because we
9696 want to apply the optimized `tramp-set-completion-function'
9697 instead of a static list.
9698 (tramp-set-completion-function): Implementation tuned.
9699 Avoid double entries, and entries where the function or the
9700 file/directory doesn't exist.
9701 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9702 for SSH2.
9703 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9704 (tramp-handle-dired-compress-file): New function.
9705 (tramp-async-proc): New variable.
9706 (tramp-handle-shell-command): Adding asynchronous processes.
9707 They are far from being perfect, but it works at least for
9708 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9709 (top-level): Require password.el if visible. Should be mandatory
9710 once No Gnus has found its way into (X)Emacs.
9711 (tramp-read-passwd): Invoke `password-read' if available,
9712 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
9713 fallback any longer.
9714 (tramp-clear-passwd): New function.
9715 (tramp-process-actions, tramp-process-multi-actions):
9716 Clear password cache if login has failed.
9717
9718 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
9719 its own module.
9720 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9721 `ange-ftp-ftp-name-res'. There could be incorrect values from
9722 previous calls in case the "ftp" method is used in the Tramp file
9723 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9724
9725 2004-02-28 Richard M. Stallman <rms@gnu.org>
9726
9727 * term.el (term-mouse-paste): Call mouse-set-point.
9728
9729 * thumbs.el: New file.
9730
9731 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9732
9733 * progmodes/ebnf-abn.el: Doc fix.
9734
9735 * progmodes/ebnf-bnf.el: Doc fix.
9736 (ebnf-repeat): Code fix.
9737
9738 * progmodes/ebnf2ps.el: Doc fix.
9739 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9740
9741 2004-02-28 Juri Linkov <juri@jurta.org>
9742
9743 * ffap.el (dired-at-point): Additional writability test for
9744 relative directory names.
9745 (dired-at-point-prompter): Treat directories as a directory, get
9746 the directory component from files.
9747 (ffap-string-at-point): Return string from region if region is active.
9748 (ffap-file-at-point): Remove redundant code.
9749
9750 2004-02-28 Kim F. Storm <storm@cua.dk>
9751
9752 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9753 Initialize margin area images to nil.
9754 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9755 (breakpoint-enabled-bitmap-face)
9756 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9757 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9758 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9759 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9760 (gdb-reset): Use gdb-remove-breakpoint-icons.
9761 (gdb-put-string): Add dprop arg to specify alternative display
9762 property (for setting fringe bitmap).
9763 (gdb-remove-strings): Doc fix.
9764 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9765 icon in fringe (if available), or else as icon or text in display
9766 margin. Creates necessary icons in breakpoint-bitmap,
9767 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9768 Also make left window margin if required.
9769 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9770 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
9771 no longer needed.
9772 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9773 gdb-put-breakpoint-icon.
9774 (gdb-assembler-mode): Don't set left-margin-width here.
9775
9776 2004-02-27 Kevin Ryde <user42@zip.com.au>
9777
9778 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9779 comma, so that it DTRT in macros.
9780
9781 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
9782
9783 * progmodes/sh-script.el (sh-shell-arg)
9784 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9785 (sh-leading-keywords, sh-other-keywords): Fix custom type.
9786
9787 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9788
9789 * faces.el (face-spec-set-match-display): Add a new attribute,
9790 `min-colors'.
9791 (region, highlight, secondary-selection): Use `min-colors'.
9792
9793 * custom.el (defface): Add documentation for `min-colors'.
9794
9795 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9796 (font-lock-keyword-face, font-lock-function-name-face)
9797 (font-lock-variable-name-face, font-lock-constant-face):
9798 Use `min-colors'.
9799
9800 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9801
9802 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9803
9804 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
9805 define assq-delete-all if it's not defined.
9806 (ebnf-generate-region): Code fix.
9807
9808 * printing.el: Doc fix.
9809 (pr-version): New version number (6.7.2).
9810 (pr-command): Return empty string if command is an empty string.
9811
9812 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9813
9814 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9815
9816 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
9817 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9818 semi-down-full. Fix a bug on productions like test = {"test"}* | (
9819 "tt" ["test"] ). Reported by Markus Dreyer
9820 <mdreyer@ix.urz.uni-heidelberg.de>.
9821 (ebnf-version): New version number (4.0).
9822 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9823 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9824 (ebnf-delete-style): New commands.
9825 (ebnf-directory, ebnf-file): New funs.
9826 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9827 (ebnf-production-name-p, ebnf-stop-on-error): New options.
9828 (ebnf-syntax-alist): New var.
9829 (ebnf-element-width): New fun replacing ebnf-list-width.
9830 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9831 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9832 (ebnf-prologue): Adjust vars.
9833 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9834 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9835 (ebnf-check-style-values, ebnf-generate-production)
9836 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9837 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9838 (ebnf-token-repeat): Code fix.
9839
9840 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
9841 %right, %left and %prec. Suggested by Matthew K. Junker
9842 <junker@alum.mit.edu>.
9843 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9844
9845 * progmodes/ebnf-iso.el: Doc fix.
9846 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9847 (ebnf-iso-lex): Code fix.
9848
9849 * progmodes/ebnf-bnf.el: Doc fix.
9850 (ebnf-bnf-lex): Code fix.
9851
9852 * progmodes/ebnf-otz.el: Doc fix.
9853
9854 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9855
9856 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
9857 (abbrev-prefix-mark): Doc fix.
9858
9859 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
9860
9861 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9862 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9863 (gdb-var-delete): Make interactive (really).
9864 (gdb-edit-value): Make non-interactive.
9865
9866 * progmodes/gud.el (gud-speedbar-menu-items):
9867 Add gdb-var-delete and, indirectly, gdb-edit-value.
9868 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9869 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9870 (gud-gdb-marker-filter): Add comment for annotations.
9871
9872 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9873
9874 * calendar/calendar.el (generate-calendar)
9875 (calendar-read-date): Prevent display of BC calendars once more -
9876 reverts 2003-10-01 change.
9877 (generate-calendar-month): Doc fix.
9878
9879 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9880
9881 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9882 return value of increment-calendar-month.
9883
9884 2004-02-21 Stephen Compall <s11@member.fsf.org>
9885
9886 * saveplace.el (save-place-forget-unreadable-files)
9887 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9888 (save-place-forget-unreadable-files): New function.
9889 (save-place-alist-to-file): Use it to filter out files that are
9890 no longer readable.
9891
9892 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9893 current Texinfo environment, using the same method as in
9894 `texinfo-insert-@end', and insert a space rather than a newline if
9895 point in a @table environment.
9896
9897 2004-02-21 Juri Linkov <juri@jurta.org>
9898
9899 * ffap.el (ffap-file-at-point): Try parent directories.
9900
9901 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
9902
9903 * vcursor.el (vcursor-modifiers): New defcustom.
9904 (vcursor-cs-binding): Use vcursor-modifiers instead of a
9905 hard-coded list.
9906
9907 2004-02-21 Masatake YAMATO <jet@gyve.org>
9908
9909 * play/animate.el (animate-birthday-present): Accept names other
9910 than `Sarah', too.
9911
9912 2004-02-21 Juri Linkov <juri@jurta.org>
9913
9914 * startup.el: Remove table of command line arguments from the
9915 Commentary section.
9916
9917 2004-02-20 John Wiegley <johnw@newartisans.com>
9918
9919 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9920 again" modifier from 'e' to 'E', since 'e' is also used by the
9921 "file extension" modifier.
9922
9923 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
9924
9925 * help-fns.el (describe-categories): Doc fix.
9926
9927 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9928
9929 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9930 temporary file for buffer already visiting one. This change makes
9931 output likely to be directly usable by patch program.
9932 Suggested by Adrian Aichner <adrian@xemacs.org>
9933
9934 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
9935
9936 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9937 case of variables defined in compound statements.
9938 (gdb-setup-windows, gdb-source-info, gdb-source-info):
9939 Simplify constructions using switch-to-buffer.
9940
9941 2004-02-19 Simon Josefsson <jas@extundo.com>
9942
9943 * play/morse.el: Fix typo.
9944 (morse-code): Add @.
9945
9946 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9947
9948 * calendar/appt.el (appt-display-format): Change default to
9949 'ignore, for backwards compatibility.
9950 (appt-display-message): If appt-display-format is 'ignore,
9951 respect old vars appt-msg-window and appt-visible.
9952 (appt-activate): Don't depend on return value of cancel-timer.
9953
9954 * calendar/calendar.el (calendar-holidays): Doc fix.
9955
9956 * calendar/cal-coptic.el (coptic-prompt-for-date):
9957 Use assoc-string instead of assoc-ignore-case.
9958 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9959 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9960 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9961 * calendar/cal-islam.el (calendar-goto-islamic-date)
9962 (mark-islamic-diary-entries): Ditto.
9963 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9964 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9965 (calendar-read-mayan-tzolkin-date): Ditto.
9966 * calendar/calendar.el (calendar-read-date): Ditto.
9967 * calendar/diary-lib.el (mark-diary-entries): Ditto.
9968
9969 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
9970
9971 * progmodes/executable.el (executable-command-find-posix-p):
9972 Fix choice of the directory.
9973
9974 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9975
9976 * simple.el (interprogram-cut-function)
9977 (interprogram-paste-function, kill-new, kill-append):
9978 Doc fixes.
9979 (kill-region): Make it return nil. Doc fix.
9980 (yank-pop): Make its argument optional.
9981 (yank): Make ARG `-' equivalent to `-1'.
9982
9983 2004-02-17 Eli Zaretskii <eliz@gnu.org>
9984
9985 * mail/rmail.el (rmail-get-new-mail): Don't reference
9986 rmail-use-spam-filter if rmail-spam-filter is not loaded.
9987
9988 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9989
9990 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9991 if one of global-auto-revert-non-file-buffers or autorevert-mode
9992 is non-nil.
9993
9994 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9995
9996 * subr.el (delete-dups): A better implementation from Karl Heuer
9997 <kwzh@gnu.org>.
9998
9999 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10000
10001 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10002 correct place.
10003 * progmodes/icon.el (icon-indent-command): Ditto.
10004 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10005
10006 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10007
10008 * progmodes/grep.el (grep-compute-defaults): Undo change from
10009 2004-01-29: don't use executable-command-find-posix-p.
10010
10011 2004-02-16 Richard Sharman <rsharman@pobox.com>
10012
10013 * hilit-chg.el: Use require instead of eval-and-compile.
10014 (highlight-compare-buffers): New function.
10015
10016 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
10017
10018 * man.el (Man-fontify-manpage): Render section headings in
10019 `Man-overstrike-face' even when overstrike was not used by man
10020 formatter for section headings.
10021
10022 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
10023
10024 * rmail-spam-filter.el: (vm-use-spam-filter)
10025 (rsf-min-region-length-added-to-spam-list): New variables.
10026 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10027 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
10028 spam testing. Don't delete spam message if automatic deletion
10029 after output via variable rmail-delete-after-output is turned on.
10030 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10031 rsf-bbdb-dont-create-entries-for-spam.
10032 (check-field): New function, extracted from code in
10033 rmail-spam-filter to ease addition of header fields like content-type.
10034 (message-content-type): New variable to check the content-type:
10035 field added, also in defcustom of rsf-definitions-alist.
10036 (rmail-spam-filter): Replace repeated test code for header fields
10037 by calls to check-field; change the call to
10038 rmail-output-to-rmail-file such that rmail-current-message stays
10039 the same to avoid wrong deletion of unseen flags.
10040 (rsf-add-contents-type): New function to convert old format
10041 of rmail-spam-definitions-alist into new one.
10042 Change prefixes of all variables and functions from
10043 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10044
10045 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10046
10047 * loadhist.el (unload-hook-features-list): New defvar.
10048
10049 2004-02-16 Dave Love <fx@gnu.org>
10050
10051 * loadhist.el (unload-feature): Doc fix. Rename flist to
10052 unload-hook-features-list.
10053
10054 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
10055
10056 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10057 cookie. Don't check if we are looking-at open-formula.
10058
10059 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10060
10061 * subr.el (match-string-no-properties): Use substring-no-properties.
10062
10063 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10064
10065 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10066 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10067 Use lower-case "rx" in all error message.
10068
10069 2004-02-16 Dave Love <fx@gnu.org>
10070
10071 * emacs-lisp/rx.el (rx-or): Put group around result.
10072 (rx-constituents): Add backref.
10073 (rx-syntax): Add string-delimiter, comment-delimiter.
10074 (rx-categories): Add combining-diacritic.
10075 (rx-check-not, rx-greedy, rx): Doc fix.
10076 (rx-backref, rx-check-backref): New.
10077
10078 2004-02-16 Jesper Harder <harder@ifa.au.dk>
10079
10080 * newcomment.el (uncomment-region): Allow eob as comment end.
10081
10082 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10083
10084 * filecache.el: All message and error commands now use prefix
10085 "Filecache:" to make it easy to read *Messages* buffer.
10086
10087 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10088
10089 * autorevert.el: Add support to detect changed dired and VC buffers.
10090 (auto-revert-active-p, auto-revert-list-diff)
10091 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10092 (auto-revert-handler, auto-revert-active-p): New functions.
10093 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10094 and `auto-revert-active-p'.
10095 (eval-when-compile): Defvar dired-directory and vc-mode.
10096 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10097 (auto-revert-handler-vc): New functions.
10098
10099 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10100
10101 * progmodes/compile.el (compilation-directory): New defvar.
10102 (compile): Save current directory in compilation-directory.
10103 (recompile): Bind default-directory to compilation-directory if
10104 that is non-nil.
10105
10106 2004-02-16 Dave Love <fx@gnu.org>
10107
10108 * newcomment.el (comment-insert-comment-function)
10109 (comment-region-function, uncomment-region-function): New.
10110 (comment-indent): Use comment-insert-comment-function.
10111 (uncomment-region): Use uncomment-region-function.
10112 (comment-region): Use comment-region-function.
10113
10114 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10115
10116 2004-02-16 Richard Stallman <rms@gnu.org>
10117
10118 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10119 loaddefs* and ldefs-boot*.
10120
10121 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10122
10123 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10124 and email address at the beginning and end of the address.
10125
10126 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10127 anchored at the beginning of the email address.
10128
10129 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
10130
10131 * international/ccl.el (ccl-compile-write): Pass `left' to
10132 ccl-embed-code to generate correct code of write-expr-register.
10133
10134 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
10135
10136 * progmodes/grep.el (grep-compute-defaults): Fix typos.
10137
10138 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10139
10140 * x-dnd.el: Mention support for Motif in commentary.
10141 (x-dnd-handle-drag-n-drop-event): Ditto.
10142
10143 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10144
10145 * ses.el: Use "ses--" prefixes for buffer-local variables.
10146 Use (point-min) instead of 1, even when we know the buffer
10147 is unnarrowed.
10148 (ses-build-load-map): Delete. Distribute its content to defconst's for
10149 the three maps.
10150 (ses-menu, ses-header-line-menu): New menus.
10151 (ses-mode-map): Use them.
10152 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
10153
10154 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
10155
10156 * Makefile.in: Fix the CC Mode recompile kludge so it works
10157 when building in a different directory.
10158
10159 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
10160
10161 * simple.el (kill-new): Put yank-handler property on the entire string.
10162
10163 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * diff.el: Don't use compile any more, use diff-mode instead.
10166 (diff-regexp-alist, diff-old-file, diff-new-file)
10167 (diff-parse-differences, diff-process-setup): Remove.
10168 (diff-sentinel): New fun.
10169 (diff): Use it. Run the process ourselves.
10170 Use diff-mode for the rest of the processing.
10171
10172 * diff.el (diff): Simplify code handling `switch'.
10173
10174 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * pcvs-defs.el (cvs-menu): Add `tag'.
10177
10178 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10179
10180 * simple.el (kill-append): Doc fix.
10181
10182 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10183 Adapt outline-regexp to the new conventions for commenting out code.
10184
10185 2004-02-11 John Paul Wallington <jpw@gnu.org>
10186
10187 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10188
10189 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * diff.el (diff-switches): New fun.
10192 (diff, diff-backup): Use it.
10193 (diff): Clean up the args construction. Use backquote.
10194 Use listp instead of consp to avoid putting a nil arg.
10195 (diff): Add a revert-buffer function.
10196
10197 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10198
10199 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
10200 handled by x-dnd-handle-file-name.
10201 (x-dnd-known-types): Add COMPOUND_TEXT.
10202 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10203 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10204 x-dnd-empty-state.
10205 (x-dnd-forget-drop): Ditto.
10206 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10207 (x-dnd-handle-one-url): Return private when inserting text.
10208 (x-dnd-insert-ctext): New function.
10209 (x-dnd-handle-file-name): New function for FILE_NAME.
10210 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10211 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10212 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10213
10214 2004-02-10 Kenichi Handa <handa@m17n.org>
10215
10216 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10217 instead of while loop.
10218
10219 2004-02-10 Miles Bader <miles@gnu.org>
10220
10221 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10222
10223 2004-02-09 Kenichi Handa <handa@m17n.org>
10224
10225 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10226 have end-of-line.
10227
10228 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
10229
10230 * Makefile.in: Added extra dependencies in the recompile target
10231 needed to cope with the compile time macro expansions in CC Mode.
10232
10233 2004-02-09 Kim F. Storm <storm@cua.dk>
10234
10235 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10236 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10237 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10238 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10239 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10240 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10241 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10242 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10243 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10244 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10245 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10246
10247 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10248
10249 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10250 Don't allow shrink if there's a window on our right.
10251
10252 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10253 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10254 Bring together declaration and initialization.
10255 (prolog-mode-variables): Don't set the syntax table.
10256 Don't set paragraph-start and comment-indent-function.
10257 Add /*..*/ to the comment regexps.
10258 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
10259 (prolog-mode-map): Don't bind TAB.
10260 (prolog-mode): Set the syntax table.
10261 (prolog-comment-indent): Remove.
10262 (inferior-prolog-mode-map): Initialize in the declaration.
10263 (inferior-prolog-mode-syntax-table)
10264 (inferior-prolog-mode-abbrev-table): New vars.
10265 (inferior-prolog-mode): Derive from comint-mode.
10266 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10267 minibuffer windows.
10268
10269 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10270 in file names, as long as it is unabmiguous.
10271
10272 2004-02-08 Andreas Schwab <schwab@suse.de>
10273
10274 * textmodes/reftex-toc.el
10275 (reftex-toc-load-all-files-for-promotion): Remove useless use of
10276 format. Doc fix.
10277
10278 * textmodes/refer.el (refer-find-entry-internal): Remove extra
10279 format string arguments.
10280
10281 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10282 string argument.
10283
10284 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10285
10286 * play/zone.el (zone-call): Fix format string.
10287
10288 * net/webjump.el (webjump-builtin): Add missing format string argument.
10289
10290 * midnight.el (midnight-delay-set): Remove extra format string argument.
10291
10292 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10293
10294 * hexl.el (hexl-insert-char): Add missing format string argument.
10295
10296 * format.el (format-decode): Fix format string.
10297
10298 * emulation/vi.el (vi-mode): Remove extra format string argument.
10299 (vi-repeat-last-search): Likewise.
10300 (vi-reverse-last-search): Likewise.
10301 (vi-goto-mark): Likewise.
10302 (vi-reverse-last-find-char): Likewise.
10303 (vi-repeat-last-find-char): Likewise.
10304 (vi-locate-def): Likewise.
10305
10306 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10307
10308 * ediff-util.el (ediff-toggle-read-only): Remove extra format
10309 string argument.
10310 (ediff-toggle-regexp-match): Likewise.
10311
10312 * dired-aux.el (dired-do-query-replace-regexp): Add missing
10313 format string argument.
10314
10315 * calc/calc-map.el (calc-get-operator): Remove extra format
10316 string argument.
10317
10318 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10319
10320 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10321 string argument.
10322
10323 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10324
10325 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10326
10327 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10328
10329 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10330 (cl-struct-setf-expander): Likewise.
10331
10332 * vc.el (with-vc-file): Fix unsafe uses of error.
10333 (vc-cancel-version): Likewise.
10334
10335 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
10336
10337 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
10338 thousands separator; fixes <class>:<line-number> regexp for
10339 non-english locales.
10340
10341 2004-02-08 Andreas Schwab <schwab@suse.de>
10342
10343 * view.el (view-mode-enable): Revert previous change.
10344
10345 2004-02-07 Kim F. Storm <storm@cua.dk>
10346
10347 * simple.el (line-number-at-pos): Rename from line-at-pos.
10348 Uses changed (what-line and vc-annotate-warp-version).
10349
10350 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
10353 (diff-mode): Remove aborted attempt at support for compile.el.
10354 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
10355
10356 2004-02-06 Andreas Schwab <schwab@suse.de>
10357
10358 * view.el (view-mode-enable): Add view-mode-map to
10359 minor-mode-overriding-map-alist.
10360
10361 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10362
10363 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10364
10365 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
10366
10367 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
10368 with point inside rather than after the paragraph.
10369
10370 2004-02-04 Sam Steingold <sds@gnu.org>
10371
10372 * mail/smtpmail.el (smtpmail-try-auth-methods):
10373 Do not try authentication when no mechanism is available.
10374 Pass port-name as defaultport to `netrc-machine'.
10375
10376 2004-02-04 Stephen Eglen <stephen@gnu.org>
10377
10378 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
10379 to show how minibuffer height can be constrained.
10380
10381 2004-02-04 John Paul Wallington <jpw@gnu.org>
10382
10383 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10384
10385 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10386
10387 * x-dnd.el: New file for drag and drop.
10388
10389 * term/x-win.el: require x-dnd, set after-make-frame-functions
10390 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
10391 drag-n-drop event.
10392
10393 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
10394 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
10395 (dired-dnd-handle-file): New functions for drag and drop support.
10396 (dired-mode): Initialize drag and drop if x-dnd present.
10397
10398 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
10401 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
10402 (cperl-mode): Set fill-paragraph-function.
10403 (cperl-fill-paragraph): Make it non-interactive.
10404
10405 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
10406
10407 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
10408
10409 2004-02-02 David Kastrup <dak@gnu.org>
10410
10411 * replace.el (perform-replace): Allow 'literal argument in
10412 regexp-flag to indicate literal replacement.
10413 (query-replace-regexp-eval): Use it.
10414
10415 2004-02-01 Andreas Schwab <schwab@suse.de>
10416
10417 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
10418
10419 2004-02-01 Stephen Eglen <stephen@gnu.org>
10420
10421 * info-look.el: Add support for maxima-mode. Update commentary
10422 because info-lookup-symbol is now bound to C-h S.
10423
10424 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
10425
10426 * simple.el (edit-and-eval-command): Bind print-level and
10427 minibuffer-history-sexp-flag around call to read-from-minibuffer.
10428 Correct initial position in command-history.
10429
10430 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
10431
10432 * files.el (read-directory-name): Adapt the docstring to recent
10433 change in Fread_file_name.
10434
10435 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
10436
10437 * ses.el (ses-print-cell): If print format too wide for column
10438 width, truncate decimal places if that helps to avoid "#####" fill.
10439 * ses.el (ses-initial-column-width): Revert previous change.
10440
10441 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
10444 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
10445 Add edebug info.
10446 (jit-lock-mode): Setup/cancel the new timer.
10447 (jit-lock-context-fontify): New fun. Extracted from
10448 context fontification code of jit-lock-stealth-fontify.
10449 (jit-lock-stealth-fontify): Don't do context fontification any more.
10450
10451 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
10452 (jit-lock-fontify-now): Handle the `quit' case.
10453 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
10454
10455 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
10456
10457 * progmodes/executable.el (executable-command-find-posix-p):
10458 New. Check if find handles arguments Posix-style.
10459
10460 * progmodes/grep.el (grep-compute-defaults):
10461 Use executable-command-find-posix-p.
10462 (grep-find): Check `grep-find-command'.
10463
10464 * filecache.el (file-cache-find-posix-p): Delete.
10465 (file-cache-add-directory-using-find):
10466 Use `executable-command-find-posix-p'.
10467
10468 2004-01-29 Dave Love <fx@gnu.org>
10469
10470 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10471 Iterate the hook function if arg is given.
10472 (mark-defun, narrow-to-defun): Change order of finding the limits.
10473
10474 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
10475 (byte-compile-format-warn): New.
10476 (byte-compile-callargs-warn): Use it.
10477 (Format, message, error): Add byte-compile-format-like property.
10478 (byte-compile-maybe-guarded): New.
10479 (byte-compile-if, byte-compile-cond): Use it.
10480 (byte-compile-lambda): Compile interactive forms,
10481 just to make warnings about them.
10482
10483 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
10484
10485 * ses.el (ses-initial-column-width): Increase to 14, so it will
10486 work well with the default printer of "%.7g" for extreme values
10487 like "-1.234567e+07".
10488
10489 2004-01-29 Kenichi Handa <handa@m17n.org>
10490
10491 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
10492
10493 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
10494
10495 * dos-w32.el: Added support for the `default-printer-name' function.
10496
10497 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * server.el (server-socket-name): Don't use the hostname in the
10500 socket name since /tmp is local to the host anyway.
10501
10502 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
10503 robust check of widening and fix var-naming.
10504
10505 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
10506
10507 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
10508 or rmail-spam- to rsf- in all function and variable names.
10509 (rsf-min-region-to-spam-list): New variable.
10510 (rsf-bbdb-auto-delete-spam-entries): Rename from
10511 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
10512 scanned together with the recipients field for spam testing; Don't
10513 delete spam message if rmail-delete-after-output is non-nil;
10514 (rsf-check-field): New function, extracted from code in
10515 rmail-spam-filter to ease addition of header fields like
10516 content-type:;
10517 (message-content-type): New variable. The content-type: field was
10518 added also in defcustom of rsf-definitions-alist;
10519 (rmail-spam-filter): Replace repeated test code for header fields
10520 by calls to check-field; change the call to
10521 rmail-output-to-rmail-file such that rmail-current-message stays
10522 the same to avoid wrong deletion of unseen flags.
10523 (rmail-use-spam-filter): Add autoload cookie.
10524
10525 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
10526
10527 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
10528 (file-cache-add-directory-using-find): Add Cygwin support.
10529 (file-cache-find-command-posix-flag): New user variable.
10530
10531 * filecache.el (file-cache-add-directory): Check for
10532 directories an remove them from dir-files.
10533
10534 2004-01-27 Richard M. Stallman <rms@gnu.org>
10535
10536 * man.el (Man-fontify-manpage): Clean up message.
10537
10538 2004-01-27 Kenichi Handa <handa@m17n.org>
10539
10540 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10541 (sentence-end): Define using sentence-end-without-space.
10542
10543 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10544 a sentence ends with one of a character in sentence-end-without-space.
10545
10546 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10547
10548 * font-lock.el (font-lock): Add jit-lock as explicit group member.
10549 (jit-lock): Group declaration moved to jit-lock.el.
10550 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10551 when necessary.
10552
10553 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10554 (jit-lock-context-unfontify-pos): Rename from
10555 jit-lock-first-unfontify-pos.
10556 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10557
10558 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10559
10560 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10561 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10562 (fortran-fill): When filling a string, adjust re-search-backward
10563 argument for special case of string just on fill-column.
10564 When filling non-string, allow one extra char if
10565 fortran-break-before-delimiters is non-nil.
10566 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
10567 Use fortran-break-delimiters-re and fortran-no-break-re to
10568 correctly handle cases such as "**".
10569
10570 * progmodes/f90.el (f90-break-delimiters): Doc fix.
10571 (f90-no-break-re): Add some extra tokens. Doc fix.
10572
10573 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
10574
10575 * mail/rmail-spam-filter.el:
10576 Use two semicolons as Commentary line prefix.
10577 Add ";;; Code:" stylized comment.
10578 Delete end-of-line whitespace.
10579 Wrap (require 'cl) with `eval-when-compile'.
10580
10581 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
10582
10583 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
10584 at the top level of vc.el.
10585
10586 2004-01-23 Andre Spiegel <spiegel@gnu.org>
10587
10588 * vc.el (vc-current-line): Function removed. This is now done by
10589 the new function line-at-pos in simple.el.
10590 (vc-annotate-warp-version): Use line-at-pos instead of
10591 vc-current-line.
10592
10593 2004-01-22 Kim F. Storm <storm@cua.dk>
10594
10595 * simple.el (line-at-pos): New defun.
10596 (what-line): Use it. Optimize by only counting lines in narrowed
10597 region once.
10598
10599 2004-01-22 Kenichi Handa <handa@m17n.org>
10600
10601 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
10602 point (register r1) only for charset mule-unicode-0100-24ff.
10603
10604 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
10605
10606 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
10607 trailing white space and ensure a final newline.
10608
10609 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
10610 Add autoload cookie.
10611
10612 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
10613
10614 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
10615 activate view-mode explicitly.
10616
10617 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10618
10619 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
10620 use clipboard first.
10621
10622 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
10625 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
10626 (vc-mcvs-cvs): Remove.
10627 (vc-mcvs-command): Remove use of assert.
10628
10629 * outline.el (outline-insert-heading): Tighten up match.
10630 (outline-demote, outline-move-subtree-down): Don't assume anything
10631 about outline-regexp.
10632
10633 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10634 (texinfo-show-structure): Explicitly add ^, and simplify.
10635
10636 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10637
10638 * calendar/appt.el (appt-check): Restore usage of
10639 appt-issue-message deleted in previous change.
10640 (top-level): Activate package when loaded (needed for backwards
10641 compatibility).
10642
10643 2004-01-20 Jesper Harder <harder@ifa.au.dk>
10644
10645 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10646 following previous change to smtpmail-send-data.
10647
10648 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
10649
10650 * vc.el (vc-default-previous-version): Doc enhancement.
10651 (vc-default-next-version): New function.
10652 (vc-print-log): New arg FOCUS-REV.
10653 (vc-annotate-mode): Derive from view-mode.
10654 (vc-annotate): New args REVISION, DISPLAY-MODE.
10655 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10656 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10657 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10658 (vc-annotate-show-diff-revision-at-line, vc-current-line)
10659 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10660
10661 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10662
10663 2004-01-19 Karl Berry <karl@gnu.org>
10664
10665 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10666 or "TexInfo".
10667
10668 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
10669
10670 * subr.el (delete-dups): New function.
10671
10672 2004-01-19 Karl Berry <karl@gnu.org>
10673
10674 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10675 with ^, since that's what texinfo-show-structure
10676 documentation says (plus it works much better in texinfo.txi).
10677
10678 2004-01-18 Jesper Harder <harder@ifa.au.dk>
10679
10680 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10681
10682 2004-01-18 David Ponce <david@dponce.com> (tiny change)
10683
10684 * progmodes/which-func.el (which-function-mode): Don't cancel
10685 which-func-update-timer if not set.
10686
10687 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
10688
10689 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10690 Remove spurious left square bracket in XX:XXam regexp.
10691
10692 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
10693
10694 * progmodes/cc-defs.el: Do not require cl at run time.
10695
10696 2004-01-16 Richard M. Stallman <rms@gnu.org>
10697
10698 * emacs-lisp/cl.el (cl-cannot-unload): New function.
10699 (cl-unload-hook): Defvar this to run cl-cannot-unload.
10700
10701 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10702 Call rmail-spam-filter. Delete and expunge spam.
10703 Print number of spam messages deleted.
10704 Save and restore the deletion status of old messages when reading
10705 new mail with spam filter, so that expunging spam does not expunge
10706 msgs deleted by the user.
10707 (rmail-only-expunge): Add an optional argument dont-show to
10708 prevent showing message after expunge.
10709
10710 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10711
10712 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10713 * subr.el (declare): New macro.
10714
10715 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
10716
10717 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10718
10719 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10720
10721 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10722 Test window-system rather than system-type (for X11/Mac).
10723
10724 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
10725
10726 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10727
10728 2004-01-12 Richard M. Stallman <rms@gnu.org>
10729
10730 * mail/rmail.el (rmail-convert-to-babyl-format):
10731 Use mail-unquote-printable-region.
10732 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10733 (rmail-hex-char-to-integer): Functions deleted.
10734
10735 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10736 (mail-unquote-printable-region): New arg NOERROR.
10737 For invalid encoding, either signal an error to just return nil.
10738
10739 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10740
10741 * calendar/appt.el: Update copyright and commentary.
10742 (appt-issue-message): Make obsolete.
10743 (appt-visible, appt-msg-window): Make obsolete, in favour of
10744 appt-display-format.
10745 (appt-display-mode-line, appt-display-duration)
10746 (appt-display-diary, appt-time-msg-list, appt-mode-string)
10747 (appt-prev-comp-time, appt-display-count, appt-timer)
10748 (appt-convert-time): Doc change.
10749 (appt-disp-window-function, appt-delete-window-function):
10750 Use defcustom rather than defvar.
10751 (appt-display-format): New variable.
10752 (appt-display-message): New function with display code from appt-check.
10753 (appt-check): Add optional FORCE argument. Doc change.
10754 Add appt-make-list to diary-hook if displaying diary.
10755 Remove checking of view-diary-entries-initially.
10756 Message display section removed to new function appt-display-message.
10757 (appt-display-window): Doc change. Remove unused internal var
10758 this-buffer. Do not beep, since appt-display-message does that.
10759 (appt-make-list): Doc change. Use caar.
10760 (appt-sort-list): Simplify by using builtin sort function.
10761 (appt-update-list): New function for updating appts when diary is
10762 saved.
10763 (appt-activate): New autoloaded function to toggle package
10764 functionality.
10765
10766 * calendar/cal-x.el: (calendar-one-frame-setup)
10767 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10768
10769 * calendar/calendar.el: Update copyright.
10770 (view-diary-entries-initially, european-calendar-style): Doc change.
10771 (calendar-setup): Make defcustom rather than defvar.
10772 (mark-visible-calendar-date): Initialize temp-face and faceinfo
10773 in let binding so local to function.
10774
10775 * calendar/diary-lib.el: Update copyright.
10776 (diary, diary-entry-time): Doc change.
10777 (list-diary-entries): Doc change. Trivial logic change.
10778 (fancy-diary-display): Restore make-face command mistakenly
10779 deleted 2003-05-08.
10780 (show-all-diary-entries): Allow to pop-up frame if needed.
10781
10782 2004-01-09 John Paul Wallington <jpw@gnu.org>
10783
10784 * bindings.el (mode-line-change-eol): Add EVENT parameter.
10785 Temporarily select EVENT's window for changing eol type.
10786
10787 2004-01-09 Deepak Goel <deego@gnufans.org>
10788
10789 * calendar/diary-lib.el (diary-entry-time):
10790 Also accept time in the form XX[.XX][am/pm/AM/PM].
10791 (fancy-diary-font-lock-keywords): Likewise.
10792 (diary-font-lock-keywords): Likewise.
10793 * calendar/appt.el (appt-add): Likewise.
10794 (appt-make-list): Likewise.
10795 (appt-convert-time): Likewise.
10796
10797 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
10798
10799 * gdb-ui.el (gdb-ann3): Revert previous change.
10800 (gdb-source-info): Allow for case of where compilation directory
10801 is not recorded.
10802
10803 2004-01-08 John Paul Wallington <jpw@gnu.org>
10804
10805 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10806
10807 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
10808
10809 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10810
10811 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10812 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10813 problems.
10814 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10815
10816 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10817
10818 * files.el (write-file-functions, write-contents-functions):
10819 Clarify docstrings.
10820
10821 2004-01-07 Kenichi Handa <handa@m17n.org>
10822
10823 * international/mule.el (set-auto-coding): Fix for the case that
10824 end-of-line is only CR.
10825
10826 2004-01-07 Kim F. Storm <storm@cua.dk>
10827
10828 * subr.el (event-start, event-end): Doc fix.
10829 (posn-string, posn-image): New defuns.
10830 (posn-object): Return either image or string object.
10831 (posn-object-x-y): Return 8th element of position.
10832 (posn-object-width-height): New defun.
10833
10834 2004-01-06 Andreas Schwab <schwab@suse.de>
10835
10836 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10837 output.
10838
10839 2004-01-05 Karl Berry <karl@gnu.org>
10840
10841 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10842 / and *, too.
10843
10844 2003-12-31 Simon Josefsson <jas@extundo.com>
10845
10846 * files.el (before-save-hook): Add.
10847 (basic-save-buffer): Use before-save-hook.
10848
10849 * emacs-lisp/copyright.el: Fix comment to recommend
10850 before-save-hook instead of write-file-functions.
10851
10852 2004-01-05 Richard M. Stallman <rms@gnu.org>
10853
10854 * finder.el (finder-commentary): Call delete-other-windows.
10855
10856 * net/ange-ftp.el (ange-ftp-file-attributes):
10857 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10858
10859 2004-01-04 Karl Berry <karl@gnu.org>
10860
10861 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10862 comment characters % and # in the copyright year notice,
10863 as well as ;.
10864
10865 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
10866
10867 * wid-edit.el (default): Define dummy :value-delete.
10868 Reported by Jesper Harder <harder@ifa.au.dk>.
10869
10870 2004-01-03 Richard M. Stallman <rms@gnu.org>
10871
10872 * progmodes/compile.el (compile-internal): Use point, not point-min,
10873 for set-window-point.
10874
10875 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10876
10877 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10878
10879 * progmodes/grep.el (grep-mode-map):
10880 Don't remap next-line, previous-line.
10881
10882 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
10883
10884 * speedbar.el (speedbar-edit-line): Change regexp to position
10885 the cursor on the first character of this line's button.
10886
10887 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10888
10889 * subr.el (functionp): Doc fix.
10890
10891 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
10892
10893 * progmodes/idlwave.el (idlwave-make-tags):
10894 * textmodes/flyspell.el (flyspell-large-region):.
10895 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10896 * emulation/viper-util.el (viper-glob-unix-files):
10897 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10898 * man.el (Man-init-defvars):
10899 * jka-compr.el (jka-compr-call-process):
10900 * files.el (get-free-disk-space,insert-directory):
10901 * ediff-ptch.el (ediff-test-patch-utility):
10902 * ediff-diff.el (ediff-test-utility):
10903 * dired-aux.el (dired-check-process):
10904 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10905 test the return value of call-process, because it can be a string.
10906
10907 2003-12-31 John Paul Wallington <jpw@gnu.org>
10908
10909 * bindings.el (completion-ignored-extensions): Add .pfsl.
10910
10911 2003-12-31 Kim F. Storm <storm@cua.dk>
10912
10913 * ido.el (ido-nonreadable-directory-p): New defun to check for
10914 nonreadable directory without activating tramp (to avoid problems
10915 with checking incomplete tramp paths).
10916 (ido-set-current-directory, ido-file-internal)
10917 (ido-file-name-all-completions1): Use it.
10918
10919 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10920
10921 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10922 documentation if the anchor (or node) name is preceded by `info
10923 anchor' or `Info anchor' in addition to earlier `info node' and
10924 `Info node'.
10925 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10926
10927 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10928
10929 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10930 error in arguments to base64-decode-region. Remove ^M characters
10931 after decoding base64.
10932
10933 2003-12-30 Simon Josefsson <jas@extundo.com>
10934
10935 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
10936 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10937 have only been distributed with Emacs for some years.
10938 (texinfo-mode-hook): Customize.
10939
10940 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10941
10942 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10943 cleaner (suggested by Richard Stallman).
10944
10945 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10946 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10947 file-name clashes on 8+3 DOS filesystems.
10948
10949 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10950 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10951 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10952 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10953 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10954 file-name clashes on 8+3 filesystems.
10955
10956 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10957 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10958 file-name clashes on 8+3 DOS filesystems.
10959
10960 2003-12-29 Richard M. Stallman <rms@gnu.org>
10961
10962 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10963 Upcase the character.
10964
10965 * textmodes/flyspell.el (mail-mode-flyspell-verify):
10966 Search for header separator alone on a line, literally,
10967 and search for it backward, not forward.
10968 (flyspell-abbrev-table): Always use global-abbrev-table
10969 if there is no local one.
10970
10971 * progmodes/sh-script.el (sh-get-indent-info):
10972 Don't move point back if at bob.
10973
10974 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10975
10976 * play/handwrite.el (handwrite): Make the handwrite credit message
10977 a comment rather than an output command.
10978
10979 * obsolete/sc.el: Display message that this file is obsolete.
10980
10981 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10982
10983 * mail/rfc822.el (rfc822-address-start): Declare variable.
10984 Renamed from address-start. All uses changed.
10985
10986 * term.el (term-exec): Set up sentinel.
10987 (term-sentinel): New function.
10988 (term-handle-exit): New function.
10989
10990 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10991 Use assoc-string, and mark them obsolete.
10992 (delay-mode-hooks): Mark as permanent local.
10993
10994 * simple.el (sendmail-user-agent-compose): Use assoc-string.
10995
10996 * register.el (copy-rectangle-to-register): Doc fix.
10997
10998 * info.el (Info-insert-dir): Use assoc-string.
10999
11000 * info-look.el (info-lookup): Use assoc-string.
11001
11002 * frame.el (pop-up-frame-function): Use quote, not `function'.
11003 (frame-notice-user-settings): Calculate ADJUSTED-TOP
11004 copying with lists as coordinate values.
11005
11006 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11007
11008 * find-dired.el (kill-find): New command.
11009 (find-dired): Make buffer read-only.
11010 Set up a keymap with C-c C-k running kill-find.
11011 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11012
11013 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11014
11015 * filecache.el (file-cache-ignore-case): New variable.
11016 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
11017
11018 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11019 (comint-dynamic-complete-as-filename): Rename local vars.
11020 (comint-dynamic-list-filename-completions): Likewise.
11021
11022 * comint.el (comint-dynamic-list-completions-config): New var.
11023 (comint-dynamic-list-completions): Handle both SPC and TAB right.
11024
11025 * comint.el (comint-file-name-chars): Add [].
11026 (comint-word): Use skip-chars-backward, not search.
11027
11028 * shell.el (shell-file-name-chars): Add [].
11029
11030 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11031
11032 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11033
11034 * generic.el (define-generic-mode): Doc fix.
11035
11036 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11037
11038 * files.el (kill-some-buffers): Doc fix.
11039
11040 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
11041
11042 * comint.el (comint-watch-for-password-prompt): Pass `string' as
11043 arg to send-invisible
11044 (send-invisible): Doc fix. The argument is now a prompt, not the
11045 string to send.
11046 (comint-read-noecho): Doc fix.
11047
11048 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
11049
11050 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11051 "@", as required by some ISP hosting service. Fix defcustom
11052 argument syntax errors that prevented use of customization.
11053
11054 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11055
11056 * xml.el (xml-get-attribute-or-nil): Doc fix.
11057
11058 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
11059
11060 * net/zone-mode.el (zone-mode): Use write-file-functions, not
11061 write-file-hooks.
11062
11063 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
11064
11065 * autorevert.el (auto-revert-interval): Doc fix.
11066
11067 2003-12-29 Mark A. Hershberger <mah@everybody.org>
11068
11069 * xml.el (xml-get-attribute-or-nil): New function, like
11070 xml-get-attribute, but returns nil if the attribute was not found.
11071 (xml-get-attribute): Convert to defsubst, uses
11072 xml-get-attribute-or-nil.
11073
11074 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11075
11076 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11077
11078 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
11079
11080 * custom.el (custom-declare-theme): Use `value' when putting
11081 properties on `theme'.
11082
11083 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
11084
11085 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11086 for each yank-handler segment.
11087 (insert-for-yank-1): New function, with the body of the previous
11088 insert-for-yank.
11089
11090 * textmodes/table.el (table-yank-handler): New defcustom.
11091 (table--put-cell-indicator-property): Put yank-handler property
11092 that indicates the yank handler for the table cell.
11093
11094 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11095
11096 * generic-x.el (etc-modules-conf-generic-mode): A more complete
11097 set of keywords.
11098
11099 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11100
11101 * international/mule-cmds.el (reset-language-environment)
11102 (set-language-environment): Don't invoke fontset-related functions
11103 if fontset-list is not fboundp.
11104
11105 2003-12-29 Kenichi Handa <handa@m17n.org>
11106
11107 * international/mule-cmds.el (reset-language-environment):
11108 Call set-overriding-fontspec-internal with nil.
11109 (set-language-environment): Call set-overriding-fontspec-internal
11110 if the language environment specify `overriding-fontspec'.
11111 (language-info-alist): Doc added.
11112
11113 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11114 characters of mule-unicode-0100-24ff.
11115 (ccl-encode-windows-1251-font): New CCL program.
11116 ("Bulgarian"): Specify overriding-fontspec.
11117 ("Belarusian"): Likewise.
11118
11119 2003-12-28 Sam Steingold <sds@gnu.org>
11120
11121 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11122 parameter ID-FORMAT to conform with the 2003-11-30 patch.
11123
11124 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
11125
11126 * progmodes/gud.el (gud-gdb-command-name): Set default to
11127 "gdb --annotate=3".
11128 (gud-gdb-marker-filter): Look out for annotations.
11129 (gdb-first-pre-prompt): New variable.
11130 Remove trailing white space.
11131
11132 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11133 if necessary.
11134 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
11135 annotations are detected.
11136 (gud-gdba-marker-filter): Use global variable gud-marker-acc
11137 instead of a local one to allow transition from
11138 gud-gdb-marker-filter.
11139 Remove trailing white space.
11140
11141 2003-12-27 Kim F. Storm <storm@cua.dk>
11142
11143 * ido.el: Handle non-readable directories.
11144 (ido-decorations): Add 9th element for non-readable directory.
11145 (ido-directory-nonreadable): New dynamic var.
11146 (ido-set-current-directory): Set it.
11147 (ido-read-buffer, ido-file-internal):
11148 (ido-read-file-name, ido-read-directory-name): Let-bind it.
11149 (ido-file-name-all-completions1): Return empty list for
11150 non-readable directory.
11151 (ido-exhibit): Print [Not readable] if directory is not readable.
11152 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11153 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11154 Use it.
11155
11156 2003-12-27 Lars Hansen <larsh@math.ku.dk>
11157
11158 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11159 calls to directory-files-and-attributes and file-attributes.
11160 (ls-lisp-format): Remove system dependent handling of user and
11161 group id's.
11162
11163 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
11164
11165 * ffap.el (ffap-read-file-or-url): Revert previous change.
11166
11167 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
11168
11169 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11170 new list of included files called `files-with-node-lines', that
11171 only have node lines. This way @include commands can include any
11172 file, such as version and update files without node lines, not
11173 just files that are chapters.
11174
11175 2003-12-25 Andreas Schwab <schwab@suse.de>
11176
11177 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11178 file not found.
11179
11180 2003-12-08 Miles Bader <miles@gnu.org>
11181
11182 * dired.el (dired-between-files): Always use dired-move-to-filename,
11183 which is more robust in non-english locales.
11184
11185 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11186
11187 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11188
11189 2003-12-24 Andreas Schwab <schwab@suse.de>
11190
11191 * shell.el (shell-file-name-quote-list): Add backslash.
11192
11193 * comint.el (comint-quote-filename): Correctly handle backslash
11194 in comint-file-name-quote-list.
11195
11196 2003-12-24 Kenichi Handa <handa@m17n.org>
11197
11198 * international/mule-cmds.el (set-default-coding-systems):
11199 Call ucs-set-table-for-input for all buffers that don't have local
11200 value of buffer-file-coding-system.
11201
11202 * international/ucs-tables.el (ucs-set-table-for-input):
11203 If translation-table-for-encode is a symbol, get its
11204 translation-table property.
11205
11206 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
11207
11208 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11209 to `completing-read' on a recently fixed bug.
11210
11211 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11212 instead of SPACE, to get the list of possible fringe modes.
11213 SPACE only works if both `partial-completion-mode' and
11214 `completion-auto-help' are nil.
11215
11216 * complete.el (PC-is-complete-p): Delete.
11217 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11218 calls to `test-completion'.
11219
11220 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
11221
11222 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11223 to edit values when there are no children.
11224
11225 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11226 a mode called "Assembler" already exists.
11227 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11228 (gud-watch): Use format option. Remove font properties from string.
11229 (gdb-var-create-handler, gdb-var-list-children-handler):
11230 Don't bother about properties as there are none.
11231 (gdb-var-create-handler, gdb-var-list-children-handler)
11232 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11233 with two arguments.
11234 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11235 Let speedbar show value changes with a different font.
11236 (gdb-edit-value): New defun.
11237 (gdb-clear-partial-output, gdb-clear-inferior-io)
11238 (def-gdb-auto-update-handler): Use erase-buffer.
11239 (gdb-frame-handler): Display watch expressions in
11240 FUNCTION::VARIABLE format if required.
11241
11242 2003-12-23 John Paul Wallington <jpw@gnu.org>
11243
11244 * info.el (Info-unescape-quotes, Info-split-parameter-string)
11245 (Info-goto-emacs-command-node): Doc fixes.
11246
11247 2003-12-12 Jesper Harder <harder@ifa.au.dk>
11248
11249 * cus-edit.el (custom-add-parent-links): Define "many".
11250
11251 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
11252
11253 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11254 (widget-child-validate, widget-type-value-create)
11255 (widget-type-default-get, widget-type-match): New functions.
11256 (lazy): New widget.
11257 (menu-choice, checklist, radio-button-choice, editable-list)
11258 (group, documentation-string): Remove redundant (per 2003-10-25
11259 change) calls to `widget-children-value-delete'.
11260 (widget-choice-value-get, widget-choice-value-inline): Remove.
11261 (menu-choice): Update widget.
11262
11263 2003-12-03 Kenichi Handa <handa@m17n.org>
11264
11265 * language/cyrillic.el: Register "microsoft-cp1251" in
11266 ctext-non-standard-encodings-alist.
11267 ("Bulgarian"): Add ctext-non-standard-encodings.
11268 ("Belarusian"): Likewise.
11269
11270 * international/mule-conf.el (compound-text-with-extensions):
11271 Change the type to 2 (iso-2022 base).
11272
11273 * international/mule.el (ctext-non-standard-encodings-alist):
11274 Change the format.
11275 (ctext-non-standard-encodings): New variable.
11276 (ctext-post-read-conversion): Fully re-written.
11277 (ctext-non-standard-designations-alist): Delete it.
11278 (ctext-non-standard-encodings-table): New function.
11279 (ctext-pre-write-conversion): Fully re-written.
11280
11281 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
11282
11283 * cus-edit.el (custom-add-parent-links): Add documentation links
11284 for parent, if the item has none of its own.
11285
11286 2003-11-30 Richard M. Stallman <rms@gnu.org>
11287
11288 * dired-aux.el (dired-do-query-replace-regexp):
11289 Report files visited read-only.
11290
11291 2003-11-30 Juri Linkov <juri@jurta.org>
11292
11293 * dired-aux.el (dired-compare-directories): New command.
11294 (dired-file-set-difference, dired-files-attributes): New functions.
11295
11296 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
11297 Version 2.0.38 of Tramp released.
11298
11299 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
11300 Charles Curley <charlescurley@charlescurley.com>.
11301 (tramp-multi-connection-function-alist): Add ssht entry which adds
11302 "-e none -t -t" to the list of ssh args. Suggested by Adrian
11303 Aichner.
11304 (tramp-get-method-parameter): New function to retrieve a method
11305 parameter. This allows for omission of method parameters.
11306 Callers adjusted.
11307
11308 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
11309
11310 * net/tramp.el: Add new optional parameter ID-FORMAT to
11311 `file-attributes'. Calls of `file-attributes' won't use this
11312 parameter for backward compatibility reasons.
11313 (tramp-perl-file-attributes): Add a new parameter to Perl script
11314 in order to handle uid/gid as strings, if desired.
11315 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11316 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11317 order to make the function more general.
11318 (tramp-handle-file-attributes): Replace proprietary optional
11319 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
11320 (tramp-handle-file-attributes-with-perl): Handle parameter
11321 NONNUMERIC if set. This wasn't done in the past.
11322 (tramp-post-connection): Apply second parameter "$2" if
11323 `tramp-remote-perl' is called.
11324
11325 * net/tramp-smb.el (tramp-smb-handle-delete-file):
11326 Correct cut'n'waste error (`filename' instead of `directory').
11327 (tramp-smb-handle-directory-files-and-attributes)
11328 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
11329 introduced parameter ID-FORMAT.
11330 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11331 error (`directory' instead of `ldir').
11332
11333 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11334 `file-attributes' has a second parameter. If yes, apply it with
11335 value "'integer". Otherwise, don't use that parameter (default is
11336 integer format).
11337
11338 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11339
11340 * help.el (help-map): Bind `display-local-help' to `C-h .'.
11341 (help-for-help): Add `C-h .' to the listed Help options.
11342 Remove trailing whitespace.
11343
11344 * help-at-pt.el: New file.
11345
11346 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
11347
11348 * subr.el (noreturn, 1value): New macros for test coverage.
11349 See `testcover.el'.
11350
11351 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
11352
11353 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
11354 for macro `1value'.
11355 (testcover-1value): New function. Checks that a 1value form
11356 actually returns only one value. Requested by RMS.
11357
11358 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
11359
11360 * gdb-ui.el (gud-watch, gdb-var-create-handler)
11361 (gdb-var-list-children, gdb-var-list-children-handler)
11362 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
11363 gdb commands that use mi to keep them out of the command history.
11364
11365 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11366
11367 * cus-start.el (all): Add use-file-dialog.
11368
11369 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
11372
11373 2003-11-27 Kim F. Storm <storm@cua.dk>
11374
11375 * subr.el (posn-object-x-y): New defun.
11376
11377 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
11380 Don't use `space' for \\\n.
11381 Be more selective as to which # are comment-starters.
11382
11383 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
11384
11385 * subr.el (number-sequence): Improve handling of floating point
11386 arguments (suggested by Kim Storm). Allow negative arguments.
11387
11388 2003-11-26 Kenichi Handa <handa@m17n.org>
11389
11390 * international/mule-cmds.el (standard-display-european-internal):
11391 Cancel the standard-display-table setting for ` and '.
11392
11393 2003-11-26 Kim F. Storm <storm@cua.dk>
11394
11395 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
11396 New defcustoms to add ffap-like functionality to ido.
11397 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
11398 (ido-no-final-slash): New defun.
11399 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
11400 (ido-read-file-name): ): Toggle VC checking via
11401 vc-handled-backends instead of vc-master-templates.
11402 (ido-file-internal): Handle ido-use-url-at-point and
11403 ido-use-filename-at-point via code borrowed from ffap-guesser.
11404 Handle new ido-exit code ffap.
11405 (ido-sort-list): Ignore final slash when sorting file names.
11406
11407 2003-11-25 Kim F. Storm <storm@cua.dk>
11408
11409 * emulation/cua-base.el (cua--standard-movement-commands):
11410 Add forward-sentence and backward-sentence.
11411
11412 2003-11-25 Stephen Eglen <stephen@gnu.org>
11413
11414 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
11415 iswitchb-exit is set to 'usefirst when user selects buffer at head
11416 of list using RET. (Selecting buffers at the head of the list was
11417 broken if the substring was also a complete buffername.)
11418
11419 2003-11-23 Kim F. Storm <storm@cua.dk>
11420
11421 * progmodes/compile.el (grep-command, grep-use-null-device)
11422 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11423 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
11424 (grep-regexp-alist, grep-program, find-program)
11425 (grep-find-use-xargs, grep-history, grep-find-history)
11426 (grep-process-setup, grep-compute-defaults)
11427 (grep-default-command, grep, grep-tag-default, grep-find)
11428 (grep-expand-command-macros, grep-tree-last-regexp)
11429 (grep-tree-last-files, grep-tree): Move grep variables, functions
11430 and commands to new file grep.el.
11431 (compilation-mode-map): Remove grep commands from Compile sub-menu.
11432 (compilation-process-setup-function): Doc fix.
11433 (compilation-highlight-regexp, compilation-highlight-overlay): New
11434 defvars used for highlighting current compile error in source buffer.
11435 (compile-internal): New optional args HIGHLIGHT-REGEXP and
11436 LOCAL-MAP which overrides compilation-highlight-regexp and
11437 compilation-mode-map for this compilation.
11438 Delay calling compilation-set-window-height until after running
11439 compilation-process-setup-function so it can buffer-local override
11440 compilation-window-height.
11441 Check buffer-local value of compilation-scroll-output.
11442 (compilation-set-window-height): Use buffer-local value of
11443 compilation-window-height.
11444 (compilation-revert-buffer): Don't pass (undefined)
11445 preserve-modes arg to revert-buffer.
11446 (next-error-no-select, previous-error-no-select): New commands.
11447 (compilation-goto-locus): Temporarily highlight current match in
11448 source buffer using compilation-highlight-regexp.
11449
11450 * progmodes/grep.el: New file with grep code from compile.el.
11451 (grep): New defcustom group.
11452 (grep-window-height): New defcustom, like compilation-window-height.
11453 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
11454 (grep-scroll-output): New defcustom, like compilation-scroll-output.
11455 (grep-command, grep-use-null-device, grep-find-command)
11456 (grep-tree-files-aliases, grep-tree-ignore-case)
11457 (grep-tree-ignore-CVS-directories): Move to grep custom group.
11458 (grep-setup-hook): New hook variable.
11459 (grep-mode-map): New keymap for grep commands. Add Grep menu.
11460 (grep-last-buffer): New defvar, override compilation-last-buffer.
11461 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
11462 Call compile-internal with args highlight-regexp and grep-mode-map.
11463
11464 2003-11-23 Kim F. Storm <storm@cua.dk>
11465
11466 * subr.el (event-start, event-end): Doc fix.
11467 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
11468 (posn-area, posn-actual-col-row, posn-object): New defuns.
11469 (posn-col-row): Simplify doc. Rewrite to use cond.
11470 (posn-point): Also return buffer position for events outside text
11471 area (that info is now present in the event position).
11472
11473 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
11474 mouse-set-point so that hscroll still works now that clicks on
11475 fringes generate specific mouse events.
11476 (mouse-set-point): Note that it now works in fringes and margins
11477 too due to new semantics of posn-point in fringes and margins.
11478
11479 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
11480 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
11481
11482 2003-11-20 Kim F. Storm <storm@cua.dk>
11483
11484 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
11485 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
11486 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
11487 to 100 for icons to avoid increasing line height when shown.
11488
11489 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
11490
11491 * newcomment.el (comment-normalize-vars): Initialize properly if
11492 comment-start was nil.
11493
11494 2003-11-19 Andreas Schwab <schwab@suse.de>
11495
11496 * simple.el (set-variable): Fix indentation.
11497
11498 2003-11-17 Kenichi Handa <handa@m17n.org>
11499
11500 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
11501 Fix docstring.
11502
11503 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
11504
11505 * international/latin1-disp.el (latin1-display): Fix docstring.
11506
11507 2003-11-16 John Wiegley <johnw@newartisans.com>
11508
11509 * eshell/em-ls.el (eshell-ls-file): There are times with
11510 size-width is nil and uncomputed (when directories are created in
11511 dired, for example); in this case, 4 is reasonable default value,
11512 although it may caused skewed new entries (which could be avoided
11513 by returning the original value of 8 in all cases, but 99% of the
11514 time this is a waste of whitespace).
11515
11516 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11517
11518 * cc-engine.el (c-guess-continued-construct)
11519 (c-guess-basic-syntax): Check a little more carefully if it's a
11520 function declaration when an unknown construct followed by a block
11521 is found inside a statement context. This avoids macros followed
11522 by blocks to be taken as function declarations.
11523
11524 (c-guess-continued-construct): Change the analysis of a statement
11525 continuation with a brace open to `substatement-block', for
11526 consistency with recognized statements.
11527
11528 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
11529 start is in a position so that `c-beginning-of-statement-1' jumped
11530 to the beginning of the same statement.
11531
11532 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
11533 Don't accept binary operators in the arglist if we're in a function
11534 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
11535 template recognition in cases like "if (a < b || c > d)".
11536
11537 (c-restricted-<>-arglists): New more appropriate name for
11538 `c-disallow-comma-in-<>-arglists'.
11539
11540 Accessing functions updated for the variable name change.
11541
11542 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
11543 match data could get clobbered if NOT-INSIDE-TOKEN is used.
11544
11545 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
11546 labels.
11547
11548 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11549 instead of duplicating parts of it. This fixes bogus label
11550 recognition.
11551
11552 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
11553 of checking the context in which to apply the minimum indentation,
11554 so that it isn't enforced in e.g. namespace blocks.
11555
11556 * cc-vars.el (c-inside-block-syms): New constant used by
11557 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
11558 to somewhat reduce the risk of becoming stale.
11559
11560 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
11561 cc-cmds to cc-engine to allow use from cc-align.
11562
11563 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
11564 qualified identifiers containing "::".
11565
11566 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
11567 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
11568
11569 * cc-vars.el (c-emacs-features): Use a space in front of the name
11570 of the temporary buffer. That also avoids dumping problems in
11571 XEmacs due to undo info being left around after the buffer is killed.
11572
11573 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
11574 arglist to see if it's a K&R style declaration.
11575
11576 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
11577 before returning `knr-argdecl-intro'.
11578
11579 2003-11-16 John Wiegley <johnw@newartisans.com>
11580
11581 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
11582 field in a long-listing always 8 characters, use `size-width',
11583 which has already been computed.
11584
11585 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11586
11587 * subr.el (minor-mode-list): Add `hs-minor-mode'.
11588
11589 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11590
11591 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
11592 Support operation while narrowed, with `diff-restrict-view'.
11593
11594 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11595
11596 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11597 Take additional optional arg NARROWFUN. For the generated functions:
11598 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
11599 include frags that arrange to check for and save narrowing state before
11600 the move and then conditionally call NARROWFUN after the move.
11601
11602 2003-11-14 John Wiegley <johnw@newartisans.com>
11603
11604 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
11605 that was optional, but obviously missing based on surrounding code.
11606
11607 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
11608 string arguments to numbers unless the whole argument was seen as
11609 a number.
11610
11611 2003-11-14 Kenichi Handa <handa@m17n.org>
11612
11613 * international/mule.el (ctext-non-standard-encodings-alist):
11614 Fix coding systems.
11615
11616 2003-11-10 Kenichi Handa <handa@m17n.org>
11617
11618 * language/kannada.el ("Kannada"): Add sample-text.
11619
11620 * language/knd-util.el (kannada-compose-region)
11621 (kannada-compose-string, kannada-post-read-conversion):
11622 Add autoload cookie.
11623
11624 * international/quail.el (quail-completion): Change the message
11625 "corresponding translations" to "corresponding characters".
11626
11627 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
11628
11629 * descr-text.el (describe-char): Fix typo.
11630
11631 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
11632
11633 These changes are to support Kannada language/script.
11634
11635 * Makefile.in (DONTCOMPILE): Add kannada.el.
11636
11637 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11638
11639 * loadup.el: Preload kannada.el.
11640
11641 * language/ind-util.el (ucs-kannada-to-is13194-alist)
11642 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11643 New variables.
11644
11645 * language/kannada.el: New file.
11646
11647 * language/knd-util.el: New file.
11648
11649 2003-11-07 Andreas Schwab <schwab@suse.de>
11650
11651 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11652 Also highlight AH_*.
11653
11654 * xml.el (xml-parse-dtd): Fix misplaced paren.
11655
11656 2003-11-07 Kenichi Handa <handa@m17n.org>
11657
11658 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11659
11660 2003-11-05 Juri Linkov <juri@jurta.org>
11661
11662 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11663 (desktop-buffer-file): Use saved buffer-file-coding-system
11664 for file reading. Set auto-insert to nil to prevent automatic
11665 insertion into restored empty files.
11666
11667 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11668
11669 * files.el (risky-local-variable-p): Make second argument optional.
11670
11671 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * subr.el (add-hook): Fix last change.
11674
11675 2003-11-03 Eli Zaretskii <eliz@gnu.org>
11676
11677 * mail/rmail.el (rmail-convert-to-babyl-format):
11678 If base64-decode-region signals an error, catch it and silently
11679 ignore it.
11680
11681 2003-11-01 Mark A. Hershberger <mah@everybody.org>
11682
11683 * xml.el (xml-parse-region): Allow comments to appear after the
11684 topmost element has closed.
11685 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11686 (xml-ns-expand-attr): New functions to do namespace handling.
11687 (xml-intern-attrlist): Back-compatible handling of attribute names.
11688 (xml-parse-tag): Move namespace handling to separate functions.
11689 Now produces elements in the form ((:ns . "element") (attr-list)
11690 children) instead of ('ns:element (attr-list) children).
11691 (xml-parse-attlist): Fix attribute parsing.
11692 (xml-parse-dtd): Change parsing so that it produces strings
11693 instead of interned symbols.
11694
11695 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
11696
11697 * dired.el (dired-ls-sorting-switches): Doc fix.
11698
11699 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
11700
11701 * emacs-lisp/rx.el (rx-or): Fix the case of
11702 "(rx (and ?a (or ?b ?c) ?d))".
11703
11704 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
11705
11706 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11707 (texinfo-format-region): Use it.
11708 (texinfo-format-buffer-1): Ditto.
11709
11710 2003-11-01 Alan Mackenzie <acm@muc.de>
11711
11712 Changes to allow scrolling whilst in isearch mode:
11713 * isearch.el (isearch-unread-key-sequence): New function,
11714 extracted from isearch-other-meta-char.
11715 (top level): (put 'foo 'isearch-scroll) on all Emacs's
11716 "scrollable" standard functions.
11717 (isearch-allow-scroll): New customizable variable.
11718 (isearch-string-out-of-window, isearch-back-into-window)
11719 (isearch-reread-key-sequence-naturally)
11720 (isearch-lookup-scroll-key): New functions.
11721 (isearch-other-meta-char): Doc string and functionality enhanced.
11722 Now accepts a prefix argument.
11723 (isearch-lazy-highlight-window-end): New variable.
11724 (isearch-lazy-highlight-new-loop): Pay attention to the window's
11725 end (thru isearch-lazy-highlight-window-end), not only its start.
11726
11727 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11728 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11729 (universal-argument, universal-argument-more, negative-argument)
11730 (digit-argument, universal-argument-other-key): Minor changes.
11731
11732 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11733
11734 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11735 recursively if the last message is deleted, thus avoiding an
11736 infinite loop.
11737
11738 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11739
11740 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11741 (tex-main-file): Don't add .tex if the extension is already present.
11742 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11743
11744 2003-10-29 Lute Kamstra <lute@gnu.org>
11745
11746 * progmodes/octave-inf.el (inferior-octave-prompt):
11747 Recognize version number in prompt.
11748
11749 2003-10-28 Dave Love <fx@gnu.org>
11750
11751 * international/characters.el: Fix some Unicode ranges.
11752
11753 2003-10-28 Kenichi Handa <handa@m17n.org>
11754
11755 * disp-table.el (standard-display-8bit)
11756 (standard-display-default, standard-display-ascii)
11757 (standard-display-g1, standard-display-graphic)
11758 (standard-display-underline): Assure that standard-display-table
11759 is a display table.
11760
11761 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * simple.el (reindent-then-newline-and-indent): Delete space *after*
11764 reindenting the first line.
11765
11766 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
11767
11768 * wid-edit.el (widget-default-delete): Always delete child widgets.
11769
11770 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * newcomment.el (comment-indent): Don't call indent-according-to-mode
11773 if the line has code.
11774 Don't try to line up with something that's too far left.
11775
11776 * progmodes/octave-mod.el (octave-comment-start): Simplify.
11777 (octave-mode-syntax-table): Add % as a comment starter.
11778 (octave-point): Remove.
11779 (octave-in-comment-p, octave-in-string-p)
11780 (octave-not-in-string-or-comment-p, calculate-octave-indent)
11781 (octave-blink-matching-block-open, octave-auto-fill):
11782 Use line-(beginning|end)-position instead.
11783
11784 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
11785
11786 * emacs-lisp/authors.el (authors-aliases): Add correct realname
11787 for Francesco Potort\e,Al\e(B.
11788
11789 2003-10-23 Dave Love <fx@gnu.org>
11790
11791 * international/mule-cmds.el (locale-charset-to-coding-system):
11792 Don't rely on nil being a coding system.
11793
11794 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11795 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11796 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11797
11798 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
11799
11800 * gdb-ui.el (gdb-current-language): New variable.
11801 (gdb-update-flag): Remove variable.
11802 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11803 (gdb-take-last-elt): Remove function.
11804 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11805 (gdb-post-prompt): Check for variable object changes here.
11806
11807 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11808 object changes in gdb-ui.el.
11809
11810 2003-10-21 Richard M. Stallman <rms@gnu.org>
11811
11812 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11813
11814 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11815 Don't check for foo*/ wildcard form here.
11816 (insert-directory): Recognize foo*/ as a wildcard.
11817 Separate wildcard-regexp variable from the arg, wildcard.
11818
11819 * subr.el (add-hook): Correctly detect when make-local-hook was used.
11820 (remove-hook): Correctly handle strange cases about local hooks.
11821
11822 2003-10-21 David Ponce <david@dponce.com>
11823
11824 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11825 argument REAL, to return a real number instead of a rounded
11826 integer value. Define as inline function.
11827 (ruler-mode-right-fringe-cols): Likewise.
11828 (ruler-mode-scroll-bar-cols): New function.
11829 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
11830 (ruler-mode-right-scroll-bar-cols): Likewise.
11831 (ruler-mode-space): New function.
11832 (ruler-mode-ruler): Use it. Handle variations of fringe style,
11833 scroll bar mode and margins in a more robust way.
11834
11835 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
11836
11837 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11838 (antlr-c-init-language-vars): New function.
11839 (antlr-mode): Use it with cc-mode before v5.29.
11840 (antlr-c-common-init): Don't set some local vars here.
11841 (antlr-mode): Set them here.
11842 (antlr-c-forward-sws): New function alias.
11843 (antlr-mode): Redefine with cc-mode before v5.30.
11844 (antlr-skip-sexps): Use it.
11845 (antlr-skip-exception-part): Ditto.
11846 (antlr-skip-file-prelude): Ditto.
11847 (antlr-outside-rule-p): Ditto.
11848 (antlr-end-of-body): Ditto.
11849 (antlr-option-kind): Ditto.
11850 (antlr-insert-option-area): Ditto.
11851 (antlr-file-dependencies): Ditto.
11852
11853 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11854
11855 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11856 Move backward only if point was not inside an entry.
11857
11858 2003-10-21 Richard M. Stallman <rms@gnu.org>
11859
11860 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11861
11862 2003-10-21 Juri Linkov <juri@jurta.org>
11863
11864 * compare-w.el: Automatically skip non-matching text to resync.
11865 (compare-windows-whitespace): Doc fix.
11866 (compare-windows-sync, compare-windows-sync-string-size)
11867 (compare-windows-recenter, compare-ignore-whitespace)
11868 (compare-windows-highlight, compare-windows-face): New variables.
11869 (compare-windows): Use compare-windows-sync.
11870 (compare-windows-highlight, compare-windows-dehighlight)
11871 (compare-windows-sync-regexp)
11872 (compare-windows-sync-default-function): New functions.
11873
11874 2003-10-21 Juri Linkov <juri@jurta.org>
11875
11876 * diff.el (diff-parse-differences): Don't visit the files now;
11877 instead, just record the error locus.
11878
11879 2003-10-21 Dave Love <fx@gnu.org>
11880
11881 * progmodes/cfengine.el: New file.
11882
11883 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * complete.el (PC-do-completion): Do not forget to use `pred' as the
11886 default-directory when completing file names.
11887
11888 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
11889
11890 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11891 followed by the word `face', it gets treated as a face, even if
11892 it is also defined as a variable or a function.
11893
11894 2003-10-20 Dave Love <fx@gnu.org>
11895
11896 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11897 Avoid incf in macro expansion.
11898
11899 2003-10-20 John Paul Wallington <jpw@gnu.org>
11900
11901 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11902 `evenp' so we don't implicitly require cl library at runtime.
11903
11904 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
11905
11906 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11907 (help-make-xrefs): Only make cross-references for faces if
11908 preceded or followed by the word `face'. Do not make a
11909 cross-reference for variables without variable documentation,
11910 unless preceded by the word `variable' or `option'. Update doc
11911 string accordingly.
11912
11913 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11914
11915 * progmodes/hideshow.el: Rewrite one-armed `if'
11916 constructs using either `when' or `unless'.
11917 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11918
11919 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
11920
11921 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11922 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11923 instead of 12x12.
11924
11925 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11926
11927 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11928 message while converting to Babyl.
11929
11930 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
11931
11932 * allout.el (allout-mode): Doc fix.
11933
11934 2003-10-16 Lute Kamstra <lute@gnu.org>
11935
11936 * subr.el (force-mode-line-update): Fix docstring.
11937
11938 2003-10-14 Dave Love <fx@gnu.org>
11939
11940 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11941 (default-input-method): Add :link, improve :type.
11942 (locale-charset-language-names): Fix utf-8 pattern.
11943 (locale-charset-match-p, locale-charset-alist)
11944 (locale-charset-to-coding-system): New.
11945 (set-locale-environment): Deal with codeset part of locale specs.
11946
11947 2003-10-14 Lute Kamstra <lute@gnu.org>
11948
11949 * fringe.el (fringe-mode): Use active voice in docstring.
11950 (set-fringe-style): Ditto.
11951
11952 2003-10-13 Lute Kamstra <lute@gnu.org>
11953
11954 * fringe.el (fringe-mode): Fix docstring.
11955 (set-fringe-style): Ditto.
11956
11957 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
11958
11959 * ediff-mult.el (ediff-filegroup-action):
11960 Use ediff-default-filtering-regexp.
11961
11962 * ediff-util.el (ediff-recenter): Don't call
11963 ediff-restore-highlighting twice.
11964 (ediff-select-difference): Set current difference.
11965 (ediff-unselect-and-select-difference): Add comment.
11966
11967 * ediff.el (ediff-directories,ediff-directory-revisions)
11968 (ediff-directories3,ediff-merge-directories)
11969 (ediff-merge-directories-with-ancestor)
11970 (ediff-merge-directory-revisions)
11971 (ediff-merge-directory-revisions-with-ancestor):
11972 Use ediff-default-filtering-regexp.
11973
11974 2003-10-12 Andreas Schwab <schwab@suse.de>
11975
11976 * international/mule-cmds.el (locale-charset-language-names):
11977 Simplify regex by removing unused grouping.
11978
11979 2003-10-10 Dave Love <fx@gnu.org>
11980
11981 * bindings.el: Don't bind stop.
11982
11983 2003-10-08 Miles Bader <miles@gnu.org>
11984
11985 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11986 face instead of attempting to emulate it.
11987
11988 2003-10-07 Kenichi Handa <handa@m17n.org>
11989
11990 * international/mule-diag.el (list-coding-systems-1): List coding
11991 systems that are loaded automatically.
11992
11993 * international/code-pages.el (iso-8859-11): Add autoload cookie.
11994
11995 * international/mule.el (autoload-coding-system): New function.
11996
11997 2003-10-07 Andreas Schwab <schwab@suse.de>
11998
11999 * log-edit.el (log-edit-changelog-entries): Prefer local value of
12000 change-log-default-name in the buffer visiting the file.
12001
12002 2003-10-06 Dave Love <fx@gnu.org>
12003
12004 * files.el (find-file-hook): Customize.
12005 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12006
12007 * bindings.el (completion-ignored-extensions): Remove .log.
12008 (global-map): Add again, open, stop keys.
12009
12010 2003-10-05 Richard M. Stallman <rms@gnu.org>
12011
12012 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12013 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12014 Use sh-modify directly.
12015 (sh-select): Use sh-append, not eval.
12016
12017 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12018
12019 * info.el (Info-following-node-name): New function.
12020
12021 * loadhist.el (unload-feature-special-hooks):
12022 Rename from loadhist-hook-functions.
12023 (loadhist-hook-functions): Now an alias.
12024
12025 2003-10-04 Eli Zaretskii <eliz@gnu.org>
12026
12027 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12028 file-name clashes on 8+3 filesystems.
12029
12030 * Makefile.in (DONTCOMPILE, bootstrap-clean):
12031 Rename loaddefs-boot.el to ldefs-boot.el
12032
12033 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12034 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12035
12036 2003-10-03 Lute Kamstra <lute@gnu.org>
12037
12038 * info.el (Info-mode): Revert previous change.
12039 (Info-escape-percent): New function.
12040 (Info-fontify-node): Use it.
12041
12042 2003-10-02 Andreas Schwab <schwab@suse.de>
12043
12044 * loaddefs-boot.el: Regenerated.
12045
12046 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
12047
12048 * ffap.el: Remove defadvice related code from CVS since `complete'
12049 provides a `PC-completion-as-file-name-predicate' variable that
12050 ffap can override.
12051
12052 2003-10-02 Kenichi Handa <handa@m17n.org>
12053
12054 * international/utf-8.el (ccl-decode-mule-utf-8):
12055 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12056
12057 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12058 * international/subst-big5.el: Likewise.
12059 * international/subst-gb2312.el: Likewise.
12060 * international/subst-ksc.el: Likewise.
12061
12062 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12063
12064 * calendar/calendar.el (increment-calendar-month)
12065 (calendar-leap-year-p, calendar-absolute-from-gregorian)
12066 (generate-calendar, calendar-read-date, calendar-interval)
12067 (calendar-day-of-week): Handle years BC.
12068 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12069
12070 2003-10-01 Dave Love <fx@gnu.org>
12071
12072 * language/cyrillic.el (cp1251): Alias for windows-1251.
12073
12074 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12075 bootstrap.
12076
12077 2003-10-01 Lute Kamstra <lute@gnu.org>
12078
12079 * files.el: Fix typo.
12080 * imenu.el (imenu--generic-function): Docstring fix.
12081
12082 2003-09-30 Richard M. Stallman <rms@gnu.org>
12083
12084 * dired.el (dired-mode): Handle dired-directory as a list.
12085
12086 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
12087
12088 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12089
12090 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12091
12092 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12093 Replace gud-display with gud-watch.
12094 (gud-speedbar-buttons): Add stuff for watching expressions
12095 in the speedbar when using M-x gdba. Use dolist on old part
12096 of this function.
12097
12098 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12099 (gdb-update-flag): New variables.
12100 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12101 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12102 (gud-watch, gdb-var-create-handler) : New functions.
12103 (gdb-var-list-children, gdb-var-list-children-handler)
12104 (gdb-var-create-regexp, gdb-var-update-regexp)
12105 (gdb-var-list-children-regexp): New constants.
12106 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12107 (gdb-annotation-rules): Reduce annotation set (level 3).
12108 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12109 (gdb-post-prompt): Don't update GDB buffers every time speedbar
12110 updates.
12111 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12112 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12113 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12114 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12115 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12116 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12117 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12118 (gud-display, gud-display1)
12119 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12120 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12121 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12122 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12123 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12124 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12125 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12126 (gdb-display-display-buffer, gdb-toggle-display)
12127 (gdb-delete-display, gdb-expressions-popup-menu)
12128 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12129 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12130 to display buffer.
12131
12132 2003-09-30 Richard M. Stallman <rms@gnu.org>
12133
12134 * progmodes/ada-mode.el (ada-mode): Don't use advice.
12135 Instead, set which-func-functions.
12136
12137 * progmodes/which-func.el (which-func-modes): Add ada-mode.
12138 (which-func-functions): New variable.
12139 (which-function): Use that.
12140
12141 * info.el (Info-mode): Double each `%' in header line.
12142
12143 * emacs-lisp/lisp-mnt.el (lm-with-file):
12144 When FILE is nil, run BODY in current buffer.
12145
12146 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12147
12148 * help.el (describe-mode): Start with a brief list of minor modes.
12149 Find them thru minor-mode-list so as to find them all.
12150 Show them in alphabetical order.
12151
12152 * mail/sendmail.el (mail-aliases): Doc fix.
12153
12154 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12155
12156 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12157
12158 * mail/rmailsum.el (rmail-make-summary-line-1):
12159 Change comma after last label to a space.
12160 (rmail-summary-font-lock-keywords): Adapt to that change.
12161
12162 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
12163
12164 * progmodes/scheme.el (scheme-mode-variables): When setting
12165 `font-lock-defaults', also specify that "#" should
12166 be interpreted with `word' syntax.
12167 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12168
12169 2003-09-30 Lars Hansen <larsh@math.ku.dk>
12170
12171 * desktop.el: A lot of comments updated.
12172 (desktop-save-mode): Minor mode introduced.
12173 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12174 (desktop-load-default): Function made obsolete.
12175 (desktop-locals-to-save): Variable made customizable.
12176 (desktop-read): Optional parameter `dirname' added.
12177 (desktop-change-dir, desktop-revert): Parameter `dirname' in
12178 `desktop-read' used.
12179 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12180
12181 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
12182
12183 * whitespace.el (whitespace-clean-msg): Add user customizable message
12184 for displaying ``clean'' output.
12185 (whitespace-buffer): Use `whitespace-clean-msg'.
12186 (whitespace-global-mode): Fix typo.
12187
12188 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
12189
12190 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12191
12192 2003-09-29 Lute Kamstra <lute@gnu.org>
12193
12194 * bindings.el (mode-line-modes): Remove superfluous :propertize
12195 construct in initialization.
12196 (mode-line-position): Change cons cell into proper list in
12197 initialization.
12198
12199 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
12200
12201 * international/mule.el (decode-coding-inserted-region): Use car
12202 of the return value of find-operation-coding-system.
12203
12204 2003-09-29 Kenichi Handa <handa@m17n.org>
12205
12206 * descr-text.el (describe-char): Fix previous change.
12207
12208 2003-09-28 Kenichi Handa <handa@m17n.org>
12209
12210 * descr-text.el (describe-char-display): New function.
12211 (describe-char): Pay attention to display table on describing how
12212 a character is displayed.
12213
12214 * international/mule-cmds.el (encoded-string-description):
12215 Prepend "0x" to each encoded byte.
12216
12217 2003-09-28 Andreas Schwab <schwab@suse.de>
12218
12219 * find-file.el (ff-special-constructs): Add autoload cookie.
12220
12221 2003-09-28 Kevin Ryde <user42@zip.com.au>
12222
12223 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12224 makeinfo appends to duplicate index entries.
12225
12226 2003-09-28 Eli Zaretskii <eliz@gnu.org>
12227
12228 * dired-x.el (dired-clean-tex): Doc fix.
12229
12230 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12231 using a Chinese tutorial.
12232
12233 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12234
12235 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12236 between "MAIL FROM:" and "RCPT TO:" and the following address.
12237
12238 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12239
12240 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12241
12242 2003-09-28 David Ponce <david@dponce.com>
12243
12244 * recentf.el (recentf-initialize-file-name-history): New defcustom.
12245 (recentf-load-list): When `recentf-initialize-file-name-history'
12246 is non-nil, initialize an empty `file-name-history' with the
12247 recent list.
12248
12249 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
12250
12251 * man.el (Man-default-man-entry): Remove the leading `*' from the
12252 word at point.
12253
12254 2003-09-26 Lute Kamstra <lute@gnu.org>
12255
12256 * bindings.el (mode-line-position): Mention size indication in
12257 docstring.
12258
12259 2003-09-26 Andre Spiegel <spiegel@gnu.org>
12260
12261 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12262
12263 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12264 because it's autoloaded now.
12265
12266 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12267
12268 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12269 (sh-font-lock-keywords, sh-feature): Fix previous change of
12270 sh-feature to avoid infloop with sh-font-lock-keywords.
12271
12272 2003-09-25 Kim F. Storm <storm@cua.dk>
12273
12274 * frame.el (frame-current-scroll-bars): New defun.
12275
12276 * window.el (window-current-scroll-bars): New defun.
12277
12278 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12279
12280 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12281 cause errors when the state cache contains info on parts that have
12282 been narrowed out.
12283
12284 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12285
12286 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12287 `c-setup-paragraph-variables' has to be used when this variable is
12288 changed; it doesn't work to reinitialize the mode since that
12289 typically clobbers the variable.
12290
12291 * progmodes/cc-styles.el (c-setup-paragraph-variables):
12292 Make it interactive.
12293
12294 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12295
12296 * progmodes/cc-fonts.el (c-font-lock-declarations):
12297 Fix recognition of constructors and destructors for classes whose
12298 names are matched by `*-font-lock-extra-types'.
12299
12300 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12301 followed by an identifier in C++ then it's a type.
12302
12303 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12304
12305 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12306 problem that primarily affected XEmacs. Don't use faces to find
12307 unterminated strings since Emacs and XEmacs fontify strings
12308 differently - this function should now work better in XEmacs.
12309
12310 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12311
12312 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12313 `expand-abbrev' workaround which caused braces to misbehave inside
12314 macros.
12315
12316 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12317 handling. This bug could cause interactive font locking to bail out.
12318
12319 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12320
12321 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12322 Handle paren-style types in Pike. Also fixed some cases of
12323 insufficient handling of unbalanced parens.
12324
12325 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
12326
12327 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12328 common shell prompts that are not common filename or URL characters.
12329 (ffap-file-at-point): Use the new regexp to strip the prompts from
12330 the file names. This is an issue mostly for user prompts that
12331 don't have a trailing space and find-file-at-point is invoked from
12332 within a shell inside Emacs.
12333
12334 2003-09-24 Andre Spiegel <spiegel@gnu.org>
12335
12336 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
12337 stamps numerically, rather than textually.
12338
12339 2003-09-24 Kenichi Handa <handa@m17n.org>
12340
12341 * language/devan-util.el (devanagari-post-read-conversion):
12342 * language/mlm-util.el (malayalam-post-read-conversion):
12343 * language/tml-util.el (tamil-post-read-conversion):
12344 Add autoload cookie.
12345
12346 * international/utf-8.el (utf-8-post-read-conversion):
12347 Call post-read-conversion functions for Devanagari, Malayalam,
12348 and Tamil.
12349
12350 2003-09-23 Dave Love <fx@gnu.org>
12351
12352 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
12353
12354 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
12355
12356 * progmodes/gud.el (perldb): Add gud-until to list of commands.
12357 Update gud-remove.
12358
12359 2003-09-22 Richard M. Stallman <rms@gnu.org>
12360
12361 * progmodes/sh-script.el (sh-mode-default-syntax-table):
12362 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
12363 (sh-mode-syntax-table-input): New variable.
12364 (sh-require-final-newline): Don't use eval.
12365 (sh-builtins, sh-leading-keywords, sh-other-keywords)
12366 (sh-variables, sh-font-lock-keywords): Don't use eval.
12367 (sh-set-shell): When setting require-final-newline,
12368 treat value = `require-final-newline' as don't change it.
12369 Set sh-mode-syntax-table locally based on
12370 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
12371
12372 * progmodes/compile.el (compile-internal):
12373 Call compilation-set-window-height before setting window start.
12374
12375 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
12376
12377 * emacs-lisp/bytecomp.el (byte-compile-log-file):
12378 Clear out byte-compile-last-warned-form.
12379
12380 2003-09-22 Richard M. Stallman <rms@gnu.org>
12381
12382 * woman.el (woman-file-name, woman-follow-word):
12383 If current-word returns nil, use "".
12384
12385 * simple.el (eval-expression): Bind standard-output in to-buffer case.
12386
12387 2003-09-22 Richard M. Stallman <rms@gnu.org>
12388
12389 * emacs-lisp/lisp-mnt.el (lm-with-file):
12390 Don't visit the file, just use insert-file-contents in temp buffer.
12391
12392 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
12393
12394 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
12395 Add surrounding \\( and \\) around the header, as in
12396 for lm-history-header 'Change Log\\|History'.
12397
12398 2003-09-22 John Paul Wallington <jpw@gnu.org>
12399
12400 * progmodes/ld-script.el: Add Commentary section,
12401 minor cleanup of file header.
12402 (ld-script-font-lock-keywords): Doc fix.
12403 (toplevel): Provide `ld-script' feature.
12404
12405 2003-09-21 Kim F. Storm <storm@cua.dk>
12406
12407 * scroll-bar.el (set-scroll-bar-mode): Initialize to
12408 new built-in variable default-frame-scroll-bars.
12409 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
12410 scroll-bar-mode; notably, use it instead of t when we toggle
12411 scroll-bars on.
12412 (toggle-scroll-bar): Use default-frame-scroll-bars.
12413
12414 2003-09-19 Masatake YAMATO <jet@gyve.org>
12415
12416 * pcvs.el (cvs-do-removal): Change the prompt depending on
12417 `filter' value.
12418
12419 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12420
12421 * startup.el (command-line-1): Stop startup-echo-area-message
12422 being hidden by "Loading image..." message.
12423 (use-fancy-splash-screens-p, display-splash-screen):
12424 Move display-graphic-p test from latter to former.
12425
12426 * progmodes/sh-script.el (sh-font-lock-keywords):
12427 Highlight escaped EOLs differently from other backslash constructs.
12428
12429 2003-09-19 Richard M. Stallman <rms@gnu.org>
12430
12431 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
12432 New functions.
12433 (edebug-enter, edebug-outside-excursion): Use them.
12434
12435 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
12436 Fix the condition for whether to print "In WHERE".
12437
12438 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
12439
12440 * finder.el (finder-mode-hook): New variable.
12441 (finder-mode): Run hook finder-mode-hook
12442
12443 2003-09-18 Masatake YAMATO <jet@gyve.org>
12444
12445 * progmodes/ebrowse.el: Fix broken magic autoload comments.
12446
12447 2003-09-17 Mario Lang <mlang@delysid.org>
12448
12449 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
12450 "p %e" to actually print the value in the GUD buffer.
12451
12452 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
12453
12454 From David Ponce <david.ponce@wanadoo.fr>:
12455 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
12456 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
12457 from loaddefs-boot.el if necessary.
12458
12459 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
12460
12461 * progmodes/gud.el (gud-find-class): Make jdb work again since
12462 cc-mode changed the syntactic information.
12463
12464 2003-09-15 David Ponce <david@dponce.com>
12465
12466 * recentf.el: (recentf-exclude): Accept predicates too.
12467 (recentf-file-readable-p): New function.
12468 (recentf-include-p): Handle predicates in recentf-exclude.
12469 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
12470 (recentf-cleanup): Likewise.
12471 (recentf-save-list): Use write-file to handle backup of
12472 recentf-save-file.
12473
12474 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
12475
12476 * loaddefs-boot.el: Renamed from `loaddefs.el'
12477 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
12478 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
12479 necessary.
12480
12481 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
12482
12483 * electric.el (Electric-pop-up-window): For the `one-window' case,
12484 no longer disconcertingly move point in the original buffer.
12485
12486 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
12489
12490 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
12491
12492 * dired.el (dired-mode-map): Fix typo.
12493
12494 2003-09-11 Richard M. Stallman <rms@gnu.org>
12495
12496 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
12497
12498 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12499
12500 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
12501 the function is less noisy. Now only `kill-buffer' can ask questions.
12502
12503 2003-09-10 Mario Lang <mlang@delysid.org>
12504
12505 * battery.el: Update Commentary and Copyright.
12506 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
12507 appear due to wrong ordering of the expressions in `or'.
12508
12509 2003-09-09 Lute Kamstra <lute@gnu.org>
12510
12511 * misc.el (upcase-char): Fix docstring.
12512 (zap-up-to-char): New command.
12513
12514 2003-09-08 David Ponce <david@dponce.com>
12515
12516 Ensure that recentf correctly updates the menu bar.
12517 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
12518 (recentf-menu-bar): New function.
12519 (recentf-clear-data): Use it
12520 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
12521 of easy-menu-change.
12522
12523 2003-09-08 Lute Kamstra <lute@gnu.org>
12524
12525 * simple.el (size-indication-mode): New.
12526 * bindings.el (mode-line-position): Add buffer size indicator.
12527
12528 2003-09-04 Mario Lang <mlang@delysid.org>
12529
12530 * battery.el (battery-linux-proc-acpi): New function.
12531 (battery-status-function): Modify default value calculation to also
12532 check for availability of ACPI.
12533 (battery-echo-area-format): Ditto.
12534 (battery-mode-line-format): Ditto.
12535
12536 2003-09-06 Dave Love <fx@gnu.org>
12537
12538 * ielm.el (ielm-mode-hook): Add :options.
12539
12540 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12541 (eldoc-print-current-symbol-info): Use it.
12542
12543 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
12544
12545 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12546 being displayed in GUD buffer.
12547 (gdb-idle-input-queue): Remove var. Use just one queue.
12548 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12549 Remove functions. Use just one queue.
12550 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12551 (gdb-invalidate-assembler, gdb-get-current-frame):
12552 Modify functions. Use just one queue.
12553
12554 2003-09-04 Dave Love <fx@gnu.org>
12555
12556 * cus-start.el: Add blink-cursor-alist.
12557
12558 * ruler-mode.el (ruler-mode-fill-column-char)
12559 (ruler-mode-current-column-char): Use char-displayable-p,
12560 not window-system.
12561
12562 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12563
12564 * language/european.el (windows-1252): Move from code-pages.
12565
12566 * language/cyrillic.el ("Windows-1251"): Delete.
12567 ("Bulgarian", "Belarusian"): Remove `features'.
12568 (windows-1251): Move from code-pages.
12569
12570 * international/mule-diag.el (non-iso-charset-alist):
12571 Remove `codepage' stuff.
12572 (print-designation, list-coding-systems-1): Output fixes.
12573
12574 * international/code-pages.el (cp-make-translation-table)
12575 (cp-valid-codes): Made defsubsts.
12576 (cp-fix-safe-chars): Delete.
12577 (mule-diag): Don't require.
12578 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
12579 (top-level): Check for defined coding system when defining
12580 cp... aliases. Change w32-add-charset-info test to avoid warning.
12581 (non-iso-charset-alist): Defvar when compiling.
12582 (cp-make-coding-system): Doc fix.
12583
12584 2003-09-02 Jason Rumney <jasonr@gnu.org>
12585
12586 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
12587 line-ends from CVS before doing conversion.
12588
12589 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
12590
12591 * calendar/diary-lib.el (diary-header-line-flag)
12592 (diary-header-line-format): New variables.
12593 (list-diary-entries): Use them to set header line in simple diary.
12594
12595 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
12596 other than font-lock-string-face to highlight backslashes.
12597
12598 2003-09-01 Jason Rumney <jasonr@gnu.org>
12599
12600 * international/titdic-cnv.el (tit-read-key-value): Include \r in
12601 regexp.
12602
12603 2003-09-01 Dave Love <fx@gnu.org>
12604
12605 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
12606
12607 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
12608 and :help; also line and column numbers labels.
12609
12610 * international/mule-util.el (char-displayable-p): Move from
12611 latin1-disp, rename and autoload.
12612
12613 * international/latin1-disp.el (latin1-char-displayable-p):
12614 Now obsolete alias. Replace uses with char-displayable-p.
12615 (latin1-display-ucs-per-lynx): Fix last change.
12616
12617 * international/mule-cmds.el (standard-display-european-internal):
12618 Don't use char code for Latin-1 NBSP.
12619 <XFree86 4>: Unfrob NBSP display table. Set display table to use
12620 U+2018, U+2019 for `'.
12621 (select-safe-coding-system): Message fix.
12622
12623 2003-09-01 Kenichi Handa <handa@m17n.org>
12624
12625 * international/fontset.el (setup-default-fontset): For Thai
12626 font, specify "*" family.
12627
12628 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12629
12630 * progmodes/compile.el (previous-error): Accept a prefix
12631 argument, similarly to next-error.
12632
12633 2003-08-31 Masatake YAMATO <jet@gyve.org>
12634
12635 * pcvs.el (cvs-do-removal): Use = instead of eq to check
12636 the number of files. Bind the number of files to a local
12637 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12638
12639 2003-08-30 Eli Zaretskii <eliz@gnu.org>
12640
12641 * vc-hooks.el (vc-make-version-backup): Fix the change made on
12642 2003-07-26: msdos-long-file-names is a function, not a variable.
12643
12644 2003-08-29 Richard M. Stallman <rms@gnu.org>
12645
12646 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12647 Do nothing with mail-personal-alias-file if it is nil.
12648
12649 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12650 Do nothing if mail-personal-alias-file is nil.
12651
12652 * term.el (term-exec-1): Bind coding-system-for-read.
12653
12654 * dired.el (dired-mouse-find-file-other-window):
12655 Use dired-view-command-alist here, as in dired-view-file.
12656 (dired-view-command-alist): Use %s to substitute file name.
12657 Handle .ps_pages, .eps, .jpg, .gif, .png.
12658
12659 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12660
12661 * info.el (Info-mode-map): Bind S-tab and <backtab> to
12662 `Info-prev-reference', instead of M-tab.
12663
12664 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
12665
12666 * simple.el (blink-matching-open): Work correctly on chars that
12667 are designated as parens through the syntax-table text property.
12668
12669 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
12670
12671 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12672 line break position in the middle of a non-kinsoku (e.g. latin)
12673 word, making it skip until either a space or a character with
12674 category "|".
12675 (kinsoku-longer): Test for end of buffer.
12676
12677 2003-08-28 Eli Zaretskii <eliz@gnu.org>
12678
12679 * mail/rmail.el (rmail-convert-to-babyl-format):
12680 Detect quoted-printable- and base64-encoded messages and decode them
12681 automatically. Set the message's encoding from the charset=
12682 header, if any. Decode base64-encoded messages in Mail format as well.
12683
12684 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12685
12686 * mail/smtpmail.el: Fix previous change.
12687 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12688 calling smtpmail-via-smtp.
12689 (smtpmail-via-smtp): Add fall-back values for envelope-from.
12690
12691 2003-08-26 John Paul Wallington <jpw@gnu.org>
12692
12693 * image.el (image-jpeg-p): Don't search beyond length of data.
12694
12695 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12696
12697 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12698 misfeature in `expand-abbrev' which caused electric keywords like
12699 "else" to disappear if an open brace was typed directly afterwards.
12700
12701 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12702
12703 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12704 mandatory in `define-widget'.
12705
12706 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12707 Don't align the operators "!=", "<=" and ">=" as assignment operators.
12708
12709 (c-assignment-operators): New language constant that only contains
12710 the assignment operators.
12711
12712 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12713
12714 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12715
12716 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12717 Safeguard against unbalanced sexps.
12718
12719 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
12720
12721 * version.el (emacs-version): Check for gtk. Include gtk version info.
12722
12723 2003-08-25 John Paul Wallington <jpw@gnu.org>
12724
12725 * man.el (Man-default-man-entry): Don't whizz past the section
12726 number before looking for it.
12727
12728 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
12729
12730 * progmodes/gud.el (gud-display-line): Don't set window-point if
12731 source buffer is not visible. (Only happens with M-x gdba.)
12732
12733 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12734 documentation.
12735 (gdb-source, gdb-source-info): Update to assembler unnecessary
12736 as its done after each GDB command anyway.
12737 (gdb-pre-prompt): Use with-current-buffer.
12738 (gdb-insert-field): Add help-echo text.
12739 (gdb-invalidate-assembler): Re-display of assembler now done in
12740 gdb-info-breakpoints-custom.
12741 (gdb-info-breakpoints-custom): Force re-display of assembler to
12742 happen *after* update of breakpoints buffer.
12743 (gdb-display-source-buffer): Don't choke if gdb-source-window
12744 isn't visible.
12745 (gdb-put-string, gdb-put-arrow): Remove free variables.
12746
12747 2003-08-24 John Paul Wallington <jpw@gnu.org>
12748
12749 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12750
12751 * man.el (Man-default-man-entry): Strip text properties when
12752 snarfing parts of entry because `format' preserves properties.
12753
12754 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12755
12756 * files.el (file-newest-backup): Use `expand-file-name'.
12757
12758 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12759 Allow the diary to pop up a new frame, if needed.
12760
12761 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12762 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12763 (smtpmail-send-it): Make treatment of envelope-from consistent with
12764 sendmail.el.
12765
12766 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12767 (sh-leading-keywords): Add the bash `time' reserved word.
12768 (sh-variables): Add some bash variables.
12769 (sh-add-completer): Fix nil branch of case statement.
12770
12771 2003-08-24 Masatake YAMATO <jet@gyve.org>
12772
12773 * progmodes/ld-script.el: New file.
12774
12775 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
12776
12777 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12778
12779 2003-08-23 Andre Spiegel <spiegel@gnu.org>
12780
12781 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12782 Better explain obsolescence, and what to use instead.
12783
12784 2003-08-23 Masatake YAMATO <jet@gyve.org>
12785
12786 * pcvs.el (cvs-do-removal): Show the deleted file name
12787 on the prompt.
12788
12789 2003-08-20 Dave Love <fx@gnu.org>
12790
12791 * international/mule.el (make-coding-system)
12792 (set-buffer-file-coding-system): Doc fix.
12793
12794 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12795
12796 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12797
12798 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12799
12800 * international/utf-16.el: Add mime-text-unsuitable coding system
12801 properties.
12802
12803 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12804
12805 * cus-edit.el: Add some :links.
12806 (bib): Remove.
12807
12808 * textmodes/bib-mode.el (bib): Add :group external.
12809
12810 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
12811
12812 * wid-edit.el (widget-echo-help): Make it handle expressions that
12813 evaluate to strings.
12814
12815 2003-08-18 Michael Mauger <mmaug@yahoo.com>
12816
12817 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
12818
12819 Simplify selection of SQL products to define highlighting and
12820 interactive mode. Includes detailed instructions on adding
12821 support for new products.
12822
12823 * progmodes/sql.el (sql-product): New variable. Identifies SQL
12824 product for use in highlighting and interactive mode.
12825 (sql-interactive-product): New variable. SQL product for
12826 sql-interactive-mode.
12827 (sql-product-support): New variable. Specifies product-specific
12828 parameters to drive highlighting and interactive mode.
12829 (sql-imenu-generic-expression): Add more object types.
12830 (sql-sqlite-options): Correct comment.
12831 (sql-ms-program): Use "osql" rather than "isql".
12832 (sql-prompt-regexp, sql-prompt-length): Update comment.
12833 (sql-mode-menu): Add "Start SQLi session" entry.
12834 Replace Highlighting submenu with Product menu. Fix Send Region entry.
12835 (sql-mode-abbrev-table): Add abbreviations. Support of
12836 SYSTEM-FLAG on define-abbrev. Support was removed with last
12837 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12838 (sql-mode-font-lock-object-name): Add font-lock pattern for object
12839 names.
12840 (sql-mode-ansi-font-lock-keywords): Set as default value.
12841 (sql-mode-oracle-font-lock-keywords): Set as default value.
12842 Support Oracle 9i keywords.
12843 (sql-mode-postgres-font-lock-keywords): Set as default value.
12844 (sql-mode-linter-font-lock-keywords): Set as default value.
12845 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
12846 SQLServer 2000.
12847 (sql-mode-sybase-font-lock-keywords)
12848 (sql-mode-interbase-font-lock-keywords)
12849 (sql-mode-sqlite-font-lock-keywords)
12850 (sql-mode-strong-font-lock-keywords)
12851 (sql-mode-mysql-font-lock-keywords)
12852 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
12853 keywords.
12854 (sql-mode-font-lock-defaults): Update comment.
12855 (sql-product-feature): New function. Returns feature associated
12856 with a product from `sql-product-support' alist.
12857 (sql-product-font-lock): New function. Set font-lock support
12858 based on `sql-product'.
12859 (sql-add-product-keywords): New function. Add font-lock rules to
12860 product-specific keyword variables.
12861 (sql-set-product): New function. Set `sql-product' and apply
12862 appropriate font-lock highlighting.
12863 (sql-highlight-product): New function. Set font-lock support
12864 based on a product. Also set mode name to include product name.
12865 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12866 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12867 Use `sql-set-product'.
12868 (sql-highlight-ms-keywords)
12869 (sql-highlight-sybase-keywords)
12870 (sql-highlight-interbase-keywords)
12871 (sql-highlight-strong-keywords)
12872 (sql-highlight-mysql-keywords)
12873 (sql-highlight-sqlite-keywords)
12874 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
12875 (sql-get-login): Prompt in the same order as the tokens.
12876 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12877 (sql-product-interactive): New function. Common portions of
12878 product-specific interactive mode wrappers.
12879 (sql-interactive-mode): Rewritten to use product features.
12880 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12881 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12882 (sql-db2, sql-linter): Use `sql-product-interactive'.
12883 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12884 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12885 (sql-connect-ingres, sql-connect-postgres)
12886 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12887 New functions. Format command line parameters and invoke comint on
12888 the appropriate interpreter. Code was in the corresponding
12889 `sql-xyz' function before.
12890 (sql-connect-ms): New function. Support -E argument to use
12891 operating system credentials for authentication.
12892
12893 2003-08-18 Kenichi Handa <handa@m17n.org>
12894
12895 * international/mule.el (encode-char): Fix for the ASCII case.
12896
12897 2003-08-15 Kenichi Handa <handa@m17n.org>
12898
12899 * international/fontset.el (setup-default-fontset): Change "*" to
12900 nil in the specifications of font family.
12901
12902 2003-08-18 Kim F. Storm <storm@cua.dk>
12903
12904 * kmacro.el (kmacro-keymap): Group related bindings in
12905 initialization for clarity. Bind C-s to start macro.
12906 Remove C-r binding.
12907 (kmacro-initial-counter-value): New defvar to hold initial counter
12908 value in case we set the value before defining a macro.
12909 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12910 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12911 not defining or executing macro. Doc fix.
12912 (kmacro-add-counter): Clear kmacro-initial-counter-value.
12913 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12914 temporarily view older elements on the macro ring without cycling
12915 the ring.
12916 (kmacro-display): Doc fix.
12917 (kmacro-exec-ring-item): New helper function.
12918 (kmacro-call-ring-2nd): Use it.
12919 (kmacro-call-ring-2nd-repeat): Doc fix.
12920 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12921 (kmacro-end-or-call-macro): Execute last viewed macro (using
12922 kmacro-exec-ring-item) from ring if this follows
12923 kmacro-view-macro. This allows us to find a macro on the ring
12924 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12925 the ring to bring it to the head of the ring.
12926 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12927 Allow binding to reserved keys without specifying C-x C-k prefix.
12928 Ask for confirmation if entered key sequence is already bound to
12929 a non-macro command.
12930 (kmacro-view-macro): Repeating command will show older elements
12931 on the macro ring; C-k will execute the last viewed macro.
12932 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
12933 property from 'ring to 'head.
12934
12935 2003-08-17 Alan Shutko <ats@acm.org>
12936
12937 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12938 keeping December out of the alist.
12939
12940 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
12941
12942 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12943 * calendar/calendar.el (calendar-mode-map): Bind it to key.
12944 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12945 (calendar-flatten): New function.
12946 (calendar-mouse-view-other-diary-entries)
12947 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12948 in the menu title and to show multi-line diary entries correctly
12949 in the menu.
12950
12951 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
12952
12953 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12954 defcustom, because the default was recently changed.
12955
12956 2003-08-16 Richard M. Stallman <rms@gnu.org>
12957
12958 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12959
12960 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12961 New subroutine, broken out of eval-last-sexp-1.
12962 (eval-last-sexp-1): Use eval-last-sexp-print-value.
12963
12964 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12965
12966 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12967
12968 * simple.el (eval-expression): Use eval-last-sexp-print-value.
12969
12970 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
12971
12972 * progmodes/compile.el (compilation-error-regexp-alist):
12973 Add Java ANt error detection as described in document
12974 http://ant.apache.org/faq.html
12975
12976 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
12977
12978 * simple.el (backward-word, forward-to-indentation)
12979 (backward-to-indentation): Argument changed to optional.
12980 (next-line, previous-line): Use `or' instead of `unless'.
12981
12982 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12983
12984 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12985 instead of a constant.
12986
12987 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
12988
12989 * shell.el (shell): With prefix-arg, suggest a new buffer name.
12990
12991 2003-08-12 Andre Spiegel <spiegel@gnu.org>
12992
12993 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12994 (vc-sccs-workfile-version): Search the entire delta table, rather
12995 than just the first entry, because that might be a deleted version.
12996
12997 2003-08-11 Karl Fogel <kfogel@red-bean.com>
12998
12999 * menu-bar.el (menu-bar-options-menu): Supply a body for the
13000 [save-place] binding in the Options menu. Have it require
13001 'saveplace' and then toggle the variable manually, to avoid an an
13002 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
13003 for the bug report.
13004
13005 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
13006
13007 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13008 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13009 (gdb-info-threads-custom): Add help-echo text.
13010 (gdb-display-back): Don't use purecopy.
13011 (gdb-info-breakpoints-custom, gdb-reset)
13012 (gdb-assembler-custom): Use display-images-p to test if breakpoint
13013 icons can be displayed.
13014
13015 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
13016
13017 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13018
13019 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
13020
13021 * bookmark.el (bookmark-completing-read):
13022 Return a string, instead of a list of one string.
13023 Use a popup menu if activated from the mouse.
13024 (bookmark-edit-annotation): Remove unused vars.
13025 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13026 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13027 to bookmark-completing-read.
13028 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13029 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13030 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13031 and erase-buffer.
13032 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13033 (bookmark-menu-jump, bookmark-menu-insert)
13034 (bookmark-popup-menu-and-apply-function)
13035 (bookmark-menu-popup-paned-bookmark-menu): Remove.
13036 (bookmark-menu-build-paned-menu): Remove by folding it into
13037 bookmark-menu-popup-paned-menu.
13038 (menu-bar-bookmark-map): Move the define-key statements here.
13039 Use the "non-menu" commands since they now pop up a menu if needed.
13040 (bookmark-exit-hook-internal): Simplify.
13041
13042 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
13043
13044 * reftex-toc.el (reftex-toc-rename-label): New function.
13045 (reftex-toc-check-docstruct): New function.
13046
13047 * reftex.el (reftex-region-active-p): New function.
13048
13049 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13050 regexp to find the \bibliography macro.
13051
13052 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13053 which does not exist in LaTeX.
13054 (reftex-cite-format-builtin): Added amsrefs support.
13055 (reftex-toc-confirm-promotion): New option
13056
13057 * reftex-toc.el
13058 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13059 (reftex-toc-demote, reftex-toc-promote)
13060 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13061 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13062 (reftex-toc-newhead-from-alist)
13063 (reftex-toc-load-all-files-for-promotion): New functions.
13064 (reftex-toc-help): Added description of new keys.
13065 (reftex-toc-split-windows-fraction): New option.
13066 (reftex-recenter-toc-when-idle): Search *toc* window on all
13067 visible frames.
13068 (reftex-toc): Additional parameter REUSE
13069 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
13070 with REUSE argument.
13071 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13072 the call of `reftex-toc'.
13073 (reftex-make-separate-toc-frame): New function .
13074 (reftex-toc-recenter): When called with triple prefix arg, call
13075 `reftex-make-separate-toc-frame' first.
13076 (reftex-toc-toggle-dedicated-frame): New command.
13077 (reftex-toc-quit): Adapted to delete frame when called in
13078 dedicated frame.
13079
13080 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13081 all enclosing macros.
13082
13083
13084 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13085
13086 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13087 first use.
13088
13089 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13090
13091 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13092
13093 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13094
13095 * calendar/calendar.el (list-diary-entries-hook)
13096 (diary-display-hook, nongregorian-diary-listing-hook)
13097 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13098 Add some customize options for these hooks.
13099 (calendar-abbrev-construct): Don't try to take a substring longer
13100 than the original string.
13101
13102 2003-08-05 Richard M. Stallman <rms@gnu.org>
13103
13104 * emacs-lisp/testcover.el (noreturn): Report error if does return.
13105 (testcover-reinstrument-clauses): Doc fix.
13106
13107 * emacs-lisp/warnings.el: Doc fixes, args renamed.
13108 (warning-type-format): Rename from warning-group-format.
13109
13110 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13111 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13112 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13113 to prevent warnings about defvar for an obsolete variable.
13114
13115 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13116 warning-group-format renamed to warning-type-format.
13117
13118 * subr.el (read-passwd): Use clear-string instead of fillarray.
13119
13120 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13121 Use vconcat instead of concat.
13122 (edmacro-sanitize-for-string): New function.
13123
13124 2003-08-05 Dave Love <fx@gnu.org>
13125
13126 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13127 line-number-display-limit-width.
13128
13129 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13130
13131 2003-08-05 Kenichi Handa <handa@m17n.org>
13132
13133 * international/code-pages.el: Don't require mule-diag.
13134
13135 * international/mule-diag.el (non-iso-charset-alist):
13136 Add autoload cookie.
13137
13138 * language/devan-util.el (dev-glyph-order): Add an entry for the
13139 glyph code #xC4.
13140
13141 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13142
13143 * calendar/calendar.el (diary-file, diary-file-name-prefix)
13144 (european-calendar-style, diary-date-forms)
13145 (calendar-day-name-array, calendar-month-name-array): Doc change.
13146 (generate-calendar-month): Adapt for new behaviour of
13147 `calendar-day-name' function.
13148 (calendar-abbrev-length, calendar-day-abbrev-array)
13149 (calendar-month-abbrev-array): New variables.
13150 (calendar-abbrev-construct): New function.
13151 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13152 rather than fixing abbrevs at some width. Calling syntax change.
13153 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
13154 (calendar-date-string): Adapt for new behaviours of
13155 `calendar-day-name' and `calendar-month-name' functions.
13156
13157 * calendar/diary-lib.el (list-diary-entries): Adapt for new
13158 behaviour of `calendar-day-name' and `calendar-month-name' functions.
13159 (diary-name-pattern): Use abbrev arrays, rather than fixing
13160 abbrevs at three chars. Calling syntax change.
13161 (mark-diary-entries): Adapt for new behaviours of
13162 `diary-name-pattern' and `calendar-make-alist' functions.
13163 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13164 `diary-name-pattern' function.
13165 (font-lock-diary-date-forms): Use abbrev arrays, rather than
13166 fixing abbrevs at three chars. Calling syntax change.
13167 (cal-hebrew, cal-islam): Require when compiling.
13168 (diary-font-lock-keywords): Adapt for new behaviour of
13169 `font-lock-diary-date-forms' function.
13170
13171 * calendar/cal-hebrew.el: Reposition some code so defined before used.
13172 (calendar-hebrew-month-name-array-common-year)
13173 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13174 (list-hebrew-diary-entries): Adapt for new behaviours of
13175 `calendar-day-name' and `add-to-diary-list' functions.
13176 (mark-hebrew-diary-entries): Adapt for new behaviours of
13177 `diary-name-pattern' and `calendar-make-alist' functions.
13178
13179 * calendar/cal-islam.el (calendar-islamic-month-name-array):
13180 Add doc string.
13181 (list-islamic-diary-entries): Adapt for new behaviours of
13182 `calendar-day-name' and `add-to-diary-list' functions.
13183 (mark-islamic-diary-entries): Adapt for new behaviours of
13184 `diary-name-pattern' and `calendar-make-alist' functions.
13185
13186 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
13187 `calendar-month-name' function.
13188
13189 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13190
13191 * calendar/solar.el (solar-seasons-data): Move definition before use.
13192
13193 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13194 (cal-tex-LaTeX-hourbox): Move definition before use.
13195
13196 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
13197 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
13198 lunar.el, solar.el
13199 (displayed-month, displayed-year): Define for compiler.
13200
13201 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13202
13203 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13204 MODE. Renamed from c-init-c-language-vars'.
13205 (c-initialize-cc-mode): Change accordingly.
13206 (c-common-init): Ditto.
13207 (c-mode): Ditto.
13208 (c++-mode): Use `c-init-language-vars-for'.
13209 (objc-mode): Ditto.
13210 (java-mode): Ditto.
13211 (idl-mode): Ditto.
13212 (pike-mode): Ditto.
13213 (awk-mode): Ditto.
13214
13215 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13216
13217 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13218 or not the point moved.
13219
13220 (c-search-decl-header-end): Don't trip up on operator identifiers
13221 in C++ and operators like == in all languages.
13222
13223 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13224 Detect leading labels correctly.
13225
13226 2003-08-02 Andreas Schwab <schwab@suse.de>
13227
13228 * textmodes/ispell.el: Don't redo key bindings on loading, put
13229 them only in loaddefs.el.
13230 * bookmark.el: Likewise.
13231 * dabbrev.el: Likewise.
13232 * emerge.el: Likewise.
13233
13234 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13235 has more than one member.
13236
13237 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13238
13239 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13240
13241 * lpr.el (printify-region): It was ending conversion before the
13242 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
13243
13244 2003-07-31 John Paul Wallington <jpw@gnu.org>
13245
13246 * net/browse-url.el (browse-url-epiphany): Doc fix.
13247
13248 2003-07-30 Kenichi Handa <handa@m17n.org>
13249
13250 * international/fontset.el (setup-default-fontset):
13251 Change registry names of Akurti fonts.
13252
13253 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13254
13255 * comint.el (comint-read-noecho): Use `clear-string' instead of
13256 `fillarray'.
13257
13258 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
13259
13260 * outline.el (outline-mode-hook): Add defvar.
13261
13262 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
13263
13264 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13265 Restore assembler in source window if that is what has been selected.
13266 (menu): Add gdb-restore-windows to menu. Make gdba
13267 specific menus only visible from gdba.
13268
13269 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
13270
13271 * progmodes/compile.el (compilation-environment): New user variable.
13272 (compile-internal): Respect it.
13273
13274 2003-07-23 Masatake YAMATO <jet@gyve.org>
13275
13276 * progmodes/gud.el (gdb-script-font-lock-keywords):
13277 Put `font-lock-function-name-face' on a symbol which includes
13278 `-' like `hook-run'. Put font-lock-variable-name-face
13279 on a symbol starting with $.
13280
13281 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
13282
13283 * files.el (set-visited-file-name): Use truename for buffer-file-name.
13284
13285 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13286
13287 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13288
13289 2003-07-26 Andre Spiegel <spiegel@gnu.org>
13290
13291 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13292 Use with-no-warnings.
13293 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13294 rather than to find-file-not-found-hook, which doesn't exist.
13295
13296 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13297
13298 * international/quail.el (quail-translate-key): Fix previous change.
13299
13300 2003-07-25 John Paul Wallington <jpw@gnu.org>
13301
13302 * server.el (server-start): Check `server-process' is non-nil
13303 before killing it to avoid killing current buffer's process.
13304
13305 * simple.el (choose-completion-string): Use `minibufferp';
13306 test `completion-reference-buffer' if `buffer' arg is nil.
13307 (push-mark): Use `when' and `unless'.
13308 (pop-mark): Use `when'.
13309
13310 * mouse-sel.el (mouse-sel-get-selection-function):
13311 Check `x-last-selected-text-primary'. Don't barf if it or
13312 `x-last-selected-text' aren't bound.
13313
13314 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13315
13316 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13317
13318 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
13319
13320 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13321
13322 2003-07-23 John Paul Wallington <jpw@gnu.org>
13323
13324 * tooltip.el (defface tooltip): Inherit from variable-pitch.
13325
13326 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13327
13328 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13329 string. Defvar the derived hook.
13330
13331 * macros.el (insert-kbd-macro): Escape double quote character.
13332 From Thomas W Murphy <twm@andrew.cmu.edu>.
13333
13334 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
13335
13336 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
13337 to match the specific mark rather than reusing comment-start-skip.
13338
13339 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
13340
13341 * progmodes/hideshow.el (hs-special-modes-alist):
13342 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
13343
13344 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
13345
13346 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
13347 value using ?\s.
13348
13349 2003-07-21 John Paul Wallington <jpw@gnu.org>
13350
13351 * subr.el (with-selected-window): Add closing paren.
13352
13353 2003-07-21 Richard M. Stallman <rms@gnu.org>
13354
13355 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
13356 (lisp-mode): Likewise.
13357
13358 * subr.el (with-selected-window): Copy code form save-selected-window
13359 so as to call select-window with norecord arg.
13360 (dynamic-completion-table): Doc fix.
13361 (lazy-completion-table): Doc fix.
13362
13363 * international/mule-cmds.el (set-locale-environment):
13364 langinfo renamed to locale-info.
13365
13366 * international/mule.el (auto-coding-functions): Doc fix.
13367
13368 2003-07-21 Kenichi Handa <handa@m17n.org>
13369
13370 * international/quail.el (quail-translate-key):
13371 Update quail-current-str correctly.
13372
13373 2003-07-21 Andreas Schwab <schwab@suse.de>
13374
13375 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13376 ?, to "_".
13377
13378 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
13379 Version 2.0.36 of Tramp released.
13380
13381 * net/tramp.el (tramp-default-password-end-of-line): Rename from
13382 tramp-password-end-of-line.
13383 (tramp-password-end-of-line): New method parameter.
13384 (tramp-get-password-end-of-line): Function to access method
13385 parameter `tramp-password-end-of-line', or variable
13386 `tramp-default-password-end-of-line' (default value).
13387 (tramp-methods): Add entries for new parameter
13388 tramp-password-end-of-line.
13389 (tramp-enter-password): Use new function
13390 `tramp-get-password-end-of-line'.
13391 (tramp-handle-insert-file-contents): Do not
13392 unconditionally inhibit the file operation file-local-copy, only
13393 do that when the inhibit-file-name-operation is currently
13394 insert-file-contents. This fixes finding remote CVS-controlled
13395 files. (It would barf on inserting the CVS/Entries file
13396 literally, because the file-local-copy handler wasn't called.)
13397 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
13398 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
13399 (tramp-initial-commands): New variable.
13400 (tramp-process-initial-commands): New function, using the variable.
13401 (tramp-open-connection-setup-interactive-shell): Call the new function.
13402 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
13403 method into the buffer name, never use nil. Reported by Hanak
13404 David <dhanak@inf.bme.hu>.
13405 (tramp-open-connection-setup-interactive-shell): Erase buffer
13406 before sending "stty -onlcr".
13407
13408 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
13409
13410 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
13411
13412 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
13413
13414 2003-07-19 John Paul Wallington <jpw@gnu.org>
13415
13416 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
13417 (artist-draw-rect, artist-draw-square): Doc fixes.
13418
13419 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
13420
13421 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
13422
13423 2003-07-19 Kenichi Handa <handa@m17n.org>
13424
13425 * international/kkc.el (kkc-show-conversion-list-update):
13426 Highlight the correct candidate in the message.
13427
13428 2003-07-18 John Paul Wallington <jpw@gnu.org>
13429
13430 * simple.el (current-word): Don't include punctuation char when
13431 `really-word' arg is non-nil.
13432
13433 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
13434
13435 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
13436 moved to the directory obsolete.
13437
13438 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
13439
13440 * info.el (Info-menu-entry-name-re): Allow newlines in
13441 menu entry names.
13442
13443 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
13444 syntax-ppss-after-change-function.
13445 (syntax-ppss-after-change-function): New alias. Update uses.
13446 (syntax-ppss): Catch the case where the buffer is narrowed.
13447
13448 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13449
13450 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
13451 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
13452
13453 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13454
13455 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
13456 since it might be modified.
13457
13458 * progmodes/cc-langs.el (c++-make-template-syntax-table)
13459 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
13460 names to these language constants.
13461
13462 2003-07-15 Kim F. Storm <storm@cua.dk>
13463
13464 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
13465 All uses changed.
13466
13467 2003-07-14 Mark A. Hershberger <mah@everybody.org>
13468
13469 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
13470 Namespace support.
13471
13472 2003-07-13 Juanma Barranquero <lektu@terra.es>
13473
13474 * frame.el (modify-all-frames-parameters): Reinstall (copyright
13475 papers received).
13476
13477 2003-07-13 Karl Eichwalder <ke@suse.de>
13478
13479 * textmodes/po.el (po-find-charset): White space at the start of the
13480 Content-Type field body is non-mandatory.
13481
13482 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13483
13484 * textmodes/texinfo.el (texinfo-section-list):
13485 Append appendixsection; a synonym for appendixsec.
13486
13487 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
13488
13489 * man.el (Man-translate-cleanup): New.
13490 (Man-translate-references): Call `Man-translate-cleanup' to clean
13491 leading, trailing and middle spaces.
13492
13493 2003-07-13 Lars Hansen <larsh@math.ku.dk>
13494
13495 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
13496 Handle `dired-directory' being a list.
13497
13498 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
13499
13500 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
13501 it doesn't exist.
13502
13503 2003-07-12 Richard M. Stallman <rms@gnu.org>
13504
13505 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
13506
13507 * progmodes/cc-defs.el (c-make-keywords-re):
13508 Don't use delete-duplicates.
13509 (c-lang-const): Don't use mapcan.
13510
13511 * apropos.el (apropos-show-scores): Make it customizable.
13512 Document new meaning.
13513 (apropos): Compute scores from symbols.
13514 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
13515
13516 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13517
13518 * ps-bdf.el: Fix copyright line.
13519 (bdf-directory-list): Fix initialization code.
13520
13521 2003-07-11 John Paul Wallington <jpw@gnu.org>
13522
13523 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
13524 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
13525 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
13526
13527 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
13528
13529 * emacs-lisp/ring.el (ring-elements): Doc fix.
13530
13531 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13532
13533 * calendar/timeclock.el (timeclock-relative)
13534 (timeclock-ask-before-exiting, timeclock-use-display-time):
13535 Doc changes.
13536 (timeclock-modeline-display): Give a message if
13537 `timeclock-use-display-time' is non-nil but `display-time-mode'
13538 is not active.
13539
13540 2003-07-11 Kenichi Handa <handa@m17n.org>
13541
13542 * international/mule-cmds.el (set-language-environment):
13543 Set current-language-environment to the correct string.
13544
13545 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13546
13547 * ps-print.el: Print line number correctly in a region. Reported by
13548 Tim Allen <timallen@ls83.fsnet.co.uk>.
13549 (ps-print-version): New version number (6.6.2).
13550 (ps-printing-region): Code fix.
13551
13552 2003-07-10 John Paul Wallington <jpw@gnu.org>
13553
13554 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13555 this function can be called from `add-completions-from-tags-table'.
13556
13557 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
13558
13559 * calendar/timeclock.el (timeclock-use-display-time)
13560 (timeclock-day-over-hook, timeclock-workday-remaining)
13561 (timeclock-status-string, timeclock-when-to-leave)
13562 (timeclock-when-to-leave-string, timeclock-log-data)
13563 (timeclock-find-discrep, timeclock-day-base)
13564 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
13565 (timeclock-modeline-display): Set the variable
13566 `timeclock-modeline-display'.
13567 (timeclock-update-modeline): Doc fix. Respect value of
13568 `timeclock-relative'.
13569
13570 2003-07-09 Richard M. Stallman <rms@gnu.org>
13571
13572 * textmodes/reftex-parse.el (reftex-all-document-files):
13573 Add autoload cookie.
13574
13575 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
13576 (reftex-scanning-info-available-p): Add autoload cookie.
13577
13578 * international/mule-cmds.el
13579 (set-display-table-and-terminal-coding-system): Delete duplicate
13580 aset on standard-display-table.
13581
13582 * view.el (view-file): If existing buffer's major mode is special,
13583 don't go into view mode.
13584
13585 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
13586
13587 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13588
13589 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
13590 buffer changes; there's third party code that calls this function
13591 directly.
13592
13593 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13594
13595 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
13596 (autodoc-font-lock-keywords): Don't byte compile on font lock
13597 initialization when running from byte compiled files.
13598
13599 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13600
13601 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
13602 statement ends with auto-increment "++".
13603
13604 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13605
13606 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13607 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13608 these are changed, so declare them as variables and not constants.
13609
13610 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
13611
13612 * subr.el (dolist, dotimes): Doc fix.
13613
13614 2003-07-08 Kim F. Storm <storm@cua.dk>
13615
13616 * international/mule-cmds.el
13617 (set-display-table-and-terminal-coding-system): Don't break
13618 bootstrap if standard-display-table isn't setup yet.
13619
13620 2003-07-07 Richard M. Stallman <rms@gnu.org>
13621
13622 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
13623 Give it a doc string, and autoload it.
13624
13625 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
13626 Use with-no-warnings.
13627
13628 * info.el (Info-search): If find invisible text, search again.
13629
13630 * isearch.el (search-whitespace-regexp): Add a shy group around it.
13631
13632 * man.el (Man-name-regexp): Match + as part of name.
13633
13634 * simple.el (visible-mode): Rename from vis-mode.
13635 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13636
13637 * simple.el (current-word): New arg REALLY-WORD specifies
13638 don't include punctuation chars.
13639
13640 * emacs-lisp/debug.el (debug, debugger-env-macro):
13641 Use with-no-warnings while accessing and binding unread-command-char.
13642
13643 * international/mule-cmds.el
13644 (set-display-table-and-terminal-coding-system): Use explicit loop
13645 instead of calling standard-display-default.
13646
13647 * net/ange-ftp.el (ange-ftp-file-symlink-p):
13648 Use condition-case to catch error in ange-ftp-get-files.
13649
13650 * net/browse-url.el (browse-url-browser-function):
13651 Add alternative for Epiphany.
13652 (browse-url-epiphany-program, browse-url-epiphany-arguments)
13653 (browse-url-epiphany-startup-arguments)
13654 (browse-url-epiphany-new-window-is-tab): New variables.
13655 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13656
13657 * progmodes/compile.el (compile-auto-highlight): Default now t.
13658 (compile): Doc fix.
13659 (compilation-next-error): Fix previous change.
13660
13661 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13662
13663 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13664
13665 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
13666
13667 * gdb-ui.el (gdb-source-info): Display current frame when
13668 attaching to an existing process.
13669 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13670 while laying out windows when attaching to an existing process.
13671
13672 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
13673
13674 * info.el (Info-menu): Use Info-menu-entry-name-re.
13675
13676 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
13677
13678 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13679 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13680
13681 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13682 to match the same text.
13683
13684 2003-07-06 John Paul Wallington <jpw@gnu.org>
13685
13686 * vc.el (vc-annotate-offset): Move defvar up.
13687
13688 2003-07-06 Kim F. Storm <storm@cua.dk>
13689
13690 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13691 This should fix the infinite loop when extracting menu names.
13692
13693 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13694
13695 * files.el (auto-mode-alist, interpreter-mode-alist):
13696 Remove entries to CC Mode modes to avoid duplicates; they are now added
13697 with autoload directives in cc-mode.el.
13698
13699 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13700
13701 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13702 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13703 these are changed, so declare them as variables and not constants.
13704
13705 * progmodes/cc-mode.el: Fix some autoload problems: Try to
13706 ensure that the entry for ".c" extension comes before the one for
13707 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13708 Fix incorrect entries that were added to `interpreter-mode-alist'.
13709 Move the autoload directives for AWK to the top level since they
13710 aren't recognized anywhere else. Do not use the new AWK mode doc
13711 in the autoload form for the old AWK mode.
13712
13713 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13714
13715 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13716 (bibtex-sort-ignore-string-entries): Default value t.
13717 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13718 erroneously in previous version.
13719 (bibtex-string-files): Docstring reflects new parsing scheme.
13720 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13721 docstring, add # as one of the chars to crush
13722 (bibtex-autokey-prefix-string, bibtex-autokey-names)
13723 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13724 (bibtex-autokey-name-change-strings)
13725 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13726 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13727 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13728 (bibtex-autokey-title-terminators)
13729 (bibtex-autokey-titlewords-stretch)
13730 (bibtex-autokey-titleword-ignore)
13731 (bibtex-autokey-titleword-case-convert)
13732 (bibtex-autokey-titleword-abbrevs)
13733 (bibtex-autokey-titleword-abbrevs)
13734 (bibtex-autokey-titleword-change-strings)
13735 (bibtex-autokey-titleword-length)
13736 (bibtex-autokey-titleword-separator)
13737 (bibtex-autokey-name-year-separator)
13738 (bibtex-autokey-year-title-separator)
13739 (bibtex-autokey-before-presentation-function)
13740 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13741 Fix docstring.
13742 (bibtex-strings, bibtex-reference-keys):
13743 Use lazy-completion-table and make-variable-buffer-local.
13744 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13745 (bibtex-braced-string-syntax-table)
13746 (bibtex-quoted-string-syntax-table): New variables.
13747 (bibtex-parse-nested-braces): Remove.
13748 (bibtex-parse-field-string): Use syntax table and forward-sexp.
13749 (bibtex-parse-association): Simplify.
13750 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13751 (bibtex-parse-field-text): Simplify.
13752 (bibtex-search-forward-field, bibtex-search-backward-field):
13753 argument BOUND can take value t.
13754 (bibtex-start-of-field, bibtex-start-of-name-in-field)
13755 (bibtex-end-of-name-in-field, bibtex-end-of-field)
13756 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13757 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13758 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13759 (bibtex-skip-to-valid-entry): Return buffer position of beginning
13760 and ending of entry. Update for changes of bibtex-search-entry.
13761 Simplify.
13762 (bibtex-map-entries): FUN is called with three arguments.
13763 (bibtex-search-entry): Return a cons pair with buffer positions of
13764 beginning and end of entry.
13765 (bibtex-enclosing-field): Simplify.
13766 (bibtex-format-entry): Use booktitle to set a missing title.
13767 (bibtex-autokey-get-names): Fiddle with regexps.
13768 (bibtex-generate-autokey): Use identity.
13769 (bibtex-parse-keys): Use simplified parsing algorithm if
13770 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
13771 arguments. Return alist of keys.
13772 (bibtex-parse-strings): Simplify. Return alist of strings.
13773 (bibtex-complete-string-cleanup): Fix docstring.
13774 (bibtex-read-key): New function.
13775 (bibtex-mode): Fix docstring. Do not parse for keys and
13776 strings when the mode is entered. Set fill-paragraph-function to
13777 bibtex-fill-field. Setup font-lock-mark-block-function the way
13778 font-lock intended.
13779 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
13780 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13781 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13782 (bibtex-Preamble): Avoid hard coded constants.
13783 (bibtex-make-field): Fix docstring. Simplify.
13784 (bibtex-beginning-of-entry): Always return new position of point.
13785 (bibtex-end-of-entry): Rearrange cond clauses.
13786 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13787 Update for changes of bibtex-map-entries.
13788 (bibtex-ispell-abstract): Do not move point.
13789 (bibtex-entry-index): Use downcase. Simplify.
13790 (bibtex-lessp): Handle catch-all.
13791 (bibtex-find-crossref): Turn into a command.
13792 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
13793 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
13794 preamble entries.
13795 (bibtex-fill-field-bounds): New function.
13796 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
13797 (bibtex-fill-entry): Use bibtex-fill-field-bounds
13798 (bibtex-String): Use bibtex-strings. Always obey
13799 bibtex-sort-ignore-string-entries.
13800
13801 2003-07-05 John Paul Wallington <jpw@gnu.org>
13802
13803 * cus-theme.el (customize-create-theme):
13804 Call `customize-create-theme' in Reset widget's notify function.
13805
13806 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13807 (ibuffer-mark-interactive): Use `or' instead of `unless'.
13808 (define-ibuffer-column name): Add summarizer.
13809 (define-ibuffer-column size): Likewise.
13810 (define-ibuffer-column filename): Likewise.
13811 (define-ibuffer-column process): Likewise. Change BODY's output too.
13812 (define-ibuffer-column filename-and-process): Likewise, likewise.
13813 (ibuffer): Remove local vars `already-in' and `need-update'.
13814
13815 * ibuf-ext.el: Don't require `derived' at compile-time.
13816
13817 2003-07-05 Kim F. Storm <storm@cua.dk>
13818
13819 * info.el: Disable paragraph refilling.
13820 (Info-refill-paragraphs): New defcustom.
13821 (Info-fontify-node): Use it.
13822
13823 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
13824
13825 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13826 thingies from constructors created by defstruct.
13827
13828 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13829 the default value of the variable.
13830 (byte-code-meter): Move declaration to top level.
13831
13832 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13833
13834 * info.el (Info-following-node-name-re): New fun.
13835 (Info-following-node-name): Remove.
13836 (Info-insert-dir): Use the new fun.
13837 (Info-extract-pointer): Don't save restriction; use new fun.
13838 (Info-menu-entry-name-re): New const.
13839 (Info-menu-entry-name-re): Use it along with new fun.
13840 (Info-node-spec-re): Use new fun.
13841 (Info-complete-menu-item, Info-fontify-node): Use new const.
13842 (Info-goto-node, Info-follow-reference, Info-menu-update):
13843 Use match-string.
13844 (Info-follow-reference): Use assoc-string.
13845 Use a list of strings for the completion table.
13846 (Info-fontify-node): Use match-string, line-end-position.
13847 Limit the search for `node:' to the first line.
13848
13849 * newcomment.el (uncomment-region): Remove padding coming from
13850 comment-start rather than just from comment-padding.
13851
13852 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13853 (vc-cvs-stay-local-p): Use vc-stay-local-p.
13854 (vc-cvs-rename-file): Remove (use the default).
13855 (vc-cvs-register): Register parent dir if needed.
13856 (vc-cvs-could-register): Return non-nil if parent can be registered.
13857 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13858 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13859
13860 * vc-svn.el (vc-svn-use-edit): Make it into a const.
13861 (vc-svn-update): Fix the arguments to `svn'.
13862 (vc-svn-diff-tree): Just use `vc-svn-diff'.
13863 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13864 Simple implementations, assuming `name' is a URL.
13865
13866 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13867 set of chars allowed unquoted in a case pattern.
13868
13869 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13870
13871 * font-lock.el (font-lock-extra-types-widget)
13872 (c-font-lock-extra-types, c++-font-lock-extra-types)
13873 (objc-font-lock-extra-types, java-font-lock-extra-types)
13874 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13875 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13876 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13877 (font-lock-match-c++-structor-declaration)
13878 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13879 (c++-font-lock-keywords-3, c++-font-lock-keywords)
13880 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13881 (objc-font-lock-keywords-3, objc-font-lock-keywords)
13882 (java-font-lock-keywords-1, java-font-lock-keywords-2)
13883 (java-font-lock-keywords-3, java-font-lock-keywords)
13884 (java-font-lock-syntactic-face-function): Remove obsolete code
13885 and constants. It's all in cc-fonts.el now.
13886
13887 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
13888
13889 * mail/sendmail.el (mail-specify-envelope-from)
13890 (mail-envelope-from): Doc fix.
13891
13892 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
13893
13894 * generic-x.el: Do away with the dependency on `c-emacs-features'
13895 when populating `rul-generic-mode-syntax-table'; we already know
13896 this isn't XEmacs.
13897
13898 See ChangeLog.10 for earlier changes.
13899
13900 ;; Local Variables:
13901 ;; coding: iso-2022-7bit
13902 ;; End:
13903
13904 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
13905 Copying and distribution of this file, with or without modification,
13906 are permitted provided the copyright notice and this notice are preserved.
13907
13908 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1